Interface ConnectionProfileOrBuilder (2.7.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
NameDescription
keyString
Returns
TypeDescription
boolean

getCloudsql()

public abstract CloudSqlConnectionProfile getCloudsql()

A CloudSQL database connection profile.

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

Returns
TypeDescription
CloudSqlConnectionProfile

The cloudsql.

getCloudsqlOrBuilder()

public abstract CloudSqlConnectionProfileOrBuilder getCloudsqlOrBuilder()

A CloudSQL database connection profile.

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

Returns
TypeDescription
CloudSqlConnectionProfileOrBuilder

getConnectionProfileCase()

public abstract ConnectionProfile.ConnectionProfileCase getConnectionProfileCase()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getDisplayName()

public abstract String getDisplayName()

The connection profile display name.

string display_name = 6;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The connection profile display name.

string display_name = 6;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
com.google.rpc.StatusOrBuilder

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
String

getMysql()

public abstract MySqlConnectionProfile getMysql()

A MySQL database connection profile.

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

Returns
TypeDescription
MySqlConnectionProfile

The mysql.

getMysqlOrBuilder()

public abstract MySqlConnectionProfileOrBuilder getMysqlOrBuilder()

A MySQL database connection profile.

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

Returns
TypeDescription
MySqlConnectionProfileOrBuilder

getName()

public abstract String getName()

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

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getPostgresql()

public abstract PostgreSqlConnectionProfile getPostgresql()

A PostgreSQL database connection profile.

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

Returns
TypeDescription
PostgreSqlConnectionProfile

The postgresql.

getPostgresqlOrBuilder()

public abstract PostgreSqlConnectionProfileOrBuilder getPostgresqlOrBuilder()

A PostgreSQL database connection profile.

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

Returns
TypeDescription
PostgreSqlConnectionProfileOrBuilder

getProvider()

public abstract DatabaseProvider getProvider()

The database provider.

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

Returns
TypeDescription
DatabaseProvider

The provider.

getProviderValue()

public abstract int getProviderValue()

The database provider.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

hasCloudsql()

public abstract boolean hasCloudsql()

A CloudSQL database connection profile.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the mysql field is set.

hasPostgresql()

public abstract boolean hasPostgresql()

A PostgreSQL database connection profile.

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

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateTime field is set.