| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1 | |
| com.google.api.services.datamigration.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMigrationService.Projects.Locations.ConnectionProfiles.Create |
DatabaseMigrationService.Projects.Locations.ConnectionProfiles.create(String parent,
ConnectionProfile content)
Creates a new connection profile in a given project and location.
|
DatabaseMigrationService.Projects.Locations.ConnectionProfiles.Patch |
DatabaseMigrationService.Projects.Locations.ConnectionProfiles.patch(String name,
ConnectionProfile content)
Update the configuration of a single connection profile.
|
| Constructor and Description |
|---|
Create(String parent,
ConnectionProfile content)
Creates a new connection profile in a given project and location.
|
Patch(String name,
ConnectionProfile content)
Update the configuration of a single connection profile.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionProfile |
ConnectionProfile.clone() |
ConnectionProfile |
ConnectionProfile.set(String fieldName,
Object value) |
ConnectionProfile |
ConnectionProfile.setCloudsql(CloudSqlConnectionProfile cloudsql)
A CloudSQL database connection profile.
|
ConnectionProfile |
ConnectionProfile.setCreateTime(String createTime)
Output only.
|
ConnectionProfile |
ConnectionProfile.setDisplayName(String displayName)
The connection profile display name.
|
ConnectionProfile |
ConnectionProfile.setError(Status error)
Output only.
|
ConnectionProfile |
ConnectionProfile.setLabels(Map<String,String> labels)
The resource labels for connection profile to use to annotate any related underlying resources
such as Compute Engine VMs.
|
ConnectionProfile |
ConnectionProfile.setMysql(MySqlConnectionProfile mysql)
A MySQL database connection profile.
|
ConnectionProfile |
ConnectionProfile.setName(String name)
The name of this connection profile resource in the form of
projects/{project}/locations/{location}/connectionProfiles/{instance}.
|
ConnectionProfile |
ConnectionProfile.setPostgresql(PostgreSqlConnectionProfile postgresql)
A PostgreSQL database connection profile.
|
ConnectionProfile |
ConnectionProfile.setProvider(String provider)
The database provider.
|
ConnectionProfile |
ConnectionProfile.setState(String state)
The current connection profile state (e.g.
|
ConnectionProfile |
ConnectionProfile.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionProfile> |
ListConnectionProfilesResponse.getConnectionProfiles()
The response list of connection profiles.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionProfilesResponse |
ListConnectionProfilesResponse.setConnectionProfiles(List<ConnectionProfile> connectionProfiles)
The response list of connection profiles.
|
Copyright © 2011–2021 Google. All rights reserved.