Interface ConnectionProfileOrBuilder (2.41.0)

public interface ConnectionProfileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAlloydb()

public abstract AlloyDbConnectionProfile getAlloydb()

An AlloyDB cluster connection profile.

.google.cloud.clouddms.v1.AlloyDbConnectionProfile alloydb = 105;

Returns
Type Description
AlloyDbConnectionProfile

The alloydb.

getAlloydbOrBuilder()

public abstract AlloyDbConnectionProfileOrBuilder getAlloydbOrBuilder()

An AlloyDB cluster connection profile.

.google.cloud.clouddms.v1.AlloyDbConnectionProfile alloydb = 105;

Returns
Type Description
AlloyDbConnectionProfileOrBuilder

getCloudsql()

public abstract CloudSqlConnectionProfile getCloudsql()

A CloudSQL database connection profile.

.google.cloud.clouddms.v1.CloudSqlConnectionProfile cloudsql = 102;

Returns
Type Description
CloudSqlConnectionProfile

The cloudsql.

getCloudsqlOrBuilder()

public abstract CloudSqlConnectionProfileOrBuilder getCloudsqlOrBuilder()

A CloudSQL database connection profile.

.google.cloud.clouddms.v1.CloudSqlConnectionProfile cloudsql = 102;

Returns
Type Description
CloudSqlConnectionProfileOrBuilder

getConnectionProfileCase()

public abstract ConnectionProfile.ConnectionProfileCase getConnectionProfileCase()
Returns
Type Description
ConnectionProfile.ConnectionProfileCase

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

The connection profile display name.

string display_name = 6;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The connection profile display name.

string display_name = 6;

Returns
Type Description
ByteString

The bytes for displayName.

getError()

public abstract Status getError()

Output only. The error details in case of state FAILED.

.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract StatusOrBuilder getErrorOrBuilder()

Output only. The error details in case of state FAILED.

.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

The resource labels for connection profile to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs.

Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getMysql()

public abstract MySqlConnectionProfile getMysql()

A MySQL database connection profile.

.google.cloud.clouddms.v1.MySqlConnectionProfile mysql = 100;

Returns
Type Description
MySqlConnectionProfile

The mysql.

getMysqlOrBuilder()

public abstract MySqlConnectionProfileOrBuilder getMysqlOrBuilder()

A MySQL database connection profile.

.google.cloud.clouddms.v1.MySqlConnectionProfile mysql = 100;

Returns
Type Description
MySqlConnectionProfileOrBuilder

getName()

public abstract String getName()

The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The name of this connection profile resource in the form of projects/{project}/locations/{location}/connectionProfiles/{connectionProfile}.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getOracle()

public abstract OracleConnectionProfile getOracle()

An Oracle database connection profile.

.google.cloud.clouddms.v1.OracleConnectionProfile oracle = 104;

Returns
Type Description
OracleConnectionProfile

The oracle.

getOracleOrBuilder()

public abstract OracleConnectionProfileOrBuilder getOracleOrBuilder()

An Oracle database connection profile.

.google.cloud.clouddms.v1.OracleConnectionProfile oracle = 104;

Returns
Type Description
OracleConnectionProfileOrBuilder

getPostgresql()

public abstract PostgreSqlConnectionProfile getPostgresql()

A PostgreSQL database connection profile.

.google.cloud.clouddms.v1.PostgreSqlConnectionProfile postgresql = 101;

Returns
Type Description
PostgreSqlConnectionProfile

The postgresql.

getPostgresqlOrBuilder()

public abstract PostgreSqlConnectionProfileOrBuilder getPostgresqlOrBuilder()

A PostgreSQL database connection profile.

.google.cloud.clouddms.v1.PostgreSqlConnectionProfile postgresql = 101;

Returns
Type Description
PostgreSqlConnectionProfileOrBuilder

getProvider()

public abstract DatabaseProvider getProvider()

The database provider.

.google.cloud.clouddms.v1.DatabaseProvider provider = 8;

Returns
Type Description
DatabaseProvider

The provider.

getProviderValue()

public abstract int getProviderValue()

The database provider.

.google.cloud.clouddms.v1.DatabaseProvider provider = 8;

Returns
Type Description
int

The enum numeric value on the wire for provider.

getState()

public abstract ConnectionProfile.State getState()

The current connection profile state (e.g. DRAFT, READY, or FAILED).

.google.cloud.clouddms.v1.ConnectionProfile.State state = 5;

Returns
Type Description
ConnectionProfile.State

The state.

getStateValue()

public abstract int getStateValue()

The current connection profile state (e.g. DRAFT, READY, or FAILED).

.google.cloud.clouddms.v1.ConnectionProfile.State state = 5;

Returns
Type Description
int

The enum numeric value on the wire for state.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasAlloydb()

public abstract boolean hasAlloydb()

An AlloyDB cluster connection profile.

.google.cloud.clouddms.v1.AlloyDbConnectionProfile alloydb = 105;

Returns
Type Description
boolean

Whether the alloydb field is set.

hasCloudsql()

public abstract boolean hasCloudsql()

A CloudSQL database connection profile.

.google.cloud.clouddms.v1.CloudSqlConnectionProfile cloudsql = 102;

Returns
Type Description
boolean

Whether the cloudsql field is set.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. The timestamp when the resource was created. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasError()

public abstract boolean hasError()

Output only. The error details in case of state FAILED.

.google.rpc.Status error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the error field is set.

hasMysql()

public abstract boolean hasMysql()

A MySQL database connection profile.

.google.cloud.clouddms.v1.MySqlConnectionProfile mysql = 100;

Returns
Type Description
boolean

Whether the mysql field is set.

hasOracle()

public abstract boolean hasOracle()

An Oracle database connection profile.

.google.cloud.clouddms.v1.OracleConnectionProfile oracle = 104;

Returns
Type Description
boolean

Whether the oracle field is set.

hasPostgresql()

public abstract boolean hasPostgresql()

A PostgreSQL database connection profile.

.google.cloud.clouddms.v1.PostgreSqlConnectionProfile postgresql = 101;

Returns
Type Description
boolean

Whether the postgresql field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The timestamp when the resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.