Package com.google.cloud.datastream.v1
Interface ConnectionProfileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConnectionProfile,ConnectionProfile.Builder
public interface ConnectionProfileOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Labels.BigQueryProfilegetBigqueryProfile()BigQuery Connection Profile configuration.BigQueryProfileOrBuildergetBigqueryProfileOrBuilder()BigQuery Connection Profile configuration.ConnectionProfile.ConnectivityCasegetConnectivityCase()com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDisplayName()Required.com.google.protobuf.ByteStringgetDisplayNameBytes()Required.ForwardSshTunnelConnectivitygetForwardSshConnectivity()Forward SSH tunnel connectivity.ForwardSshTunnelConnectivityOrBuildergetForwardSshConnectivityOrBuilder()Forward SSH tunnel connectivity.GcsProfilegetGcsProfile()Cloud Storage ConnectionProfile configuration.GcsProfileOrBuildergetGcsProfileOrBuilder()Cloud Storage ConnectionProfile configuration.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Labels.Map<String,String>getLabelsMap()Labels.StringgetLabelsOrDefault(String key, String defaultValue)Labels.StringgetLabelsOrThrow(String key)Labels.MysqlProfilegetMysqlProfile()MySQL ConnectionProfile configuration.MysqlProfileOrBuildergetMysqlProfileOrBuilder()MySQL ConnectionProfile configuration.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.OracleProfilegetOracleProfile()Oracle ConnectionProfile configuration.OracleProfileOrBuildergetOracleProfileOrBuilder()Oracle ConnectionProfile configuration.PostgresqlProfilegetPostgresqlProfile()PostgreSQL Connection Profile configuration.PostgresqlProfileOrBuildergetPostgresqlProfileOrBuilder()PostgreSQL Connection Profile configuration.PrivateConnectivitygetPrivateConnectivity()Private connectivity.PrivateConnectivityOrBuildergetPrivateConnectivityOrBuilder()Private connectivity.ConnectionProfile.ProfileCasegetProfileCase()StaticServiceIpConnectivitygetStaticServiceIpConnectivity()Static Service IP connectivity.StaticServiceIpConnectivityOrBuildergetStaticServiceIpConnectivityOrBuilder()Static Service IP connectivity.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasBigqueryProfile()BigQuery Connection Profile configuration.booleanhasCreateTime()Output only.booleanhasForwardSshConnectivity()Forward SSH tunnel connectivity.booleanhasGcsProfile()Cloud Storage ConnectionProfile configuration.booleanhasMysqlProfile()MySQL ConnectionProfile configuration.booleanhasOracleProfile()Oracle ConnectionProfile configuration.booleanhasPostgresqlProfile()PostgreSQL Connection Profile configuration.booleanhasPrivateConnectivity()Private connectivity.booleanhasStaticServiceIpConnectivity()Static Service IP connectivity.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getLabelsCount
int getLabelsCount()
Labels.
map<string, string> labels = 4;
-
containsLabels
boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;
-
getDisplayName
String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for displayName.
-
hasOracleProfile
boolean hasOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;- Returns:
- Whether the oracleProfile field is set.
-
getOracleProfile
OracleProfile getOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;- Returns:
- The oracleProfile.
-
getOracleProfileOrBuilder
OracleProfileOrBuilder getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
-
hasGcsProfile
boolean hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;- Returns:
- Whether the gcsProfile field is set.
-
getGcsProfile
GcsProfile getGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;- Returns:
- The gcsProfile.
-
getGcsProfileOrBuilder
GcsProfileOrBuilder getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
-
hasMysqlProfile
boolean hasMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;- Returns:
- Whether the mysqlProfile field is set.
-
getMysqlProfile
MysqlProfile getMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;- Returns:
- The mysqlProfile.
-
getMysqlProfileOrBuilder
MysqlProfileOrBuilder getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
-
hasBigqueryProfile
boolean hasBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;- Returns:
- Whether the bigqueryProfile field is set.
-
getBigqueryProfile
BigQueryProfile getBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;- Returns:
- The bigqueryProfile.
-
getBigqueryProfileOrBuilder
BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
-
hasPostgresqlProfile
boolean hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;- Returns:
- Whether the postgresqlProfile field is set.
-
getPostgresqlProfile
PostgresqlProfile getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;- Returns:
- The postgresqlProfile.
-
getPostgresqlProfileOrBuilder
PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
-
hasStaticServiceIpConnectivity
boolean hasStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;- Returns:
- Whether the staticServiceIpConnectivity field is set.
-
getStaticServiceIpConnectivity
StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;- Returns:
- The staticServiceIpConnectivity.
-
getStaticServiceIpConnectivityOrBuilder
StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
-
hasForwardSshConnectivity
boolean hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;- Returns:
- Whether the forwardSshConnectivity field is set.
-
getForwardSshConnectivity
ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;- Returns:
- The forwardSshConnectivity.
-
getForwardSshConnectivityOrBuilder
ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
-
hasPrivateConnectivity
boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;- Returns:
- Whether the privateConnectivity field is set.
-
getPrivateConnectivity
PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;- Returns:
- The privateConnectivity.
-
getPrivateConnectivityOrBuilder
PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
-
getProfileCase
ConnectionProfile.ProfileCase getProfileCase()
-
getConnectivityCase
ConnectionProfile.ConnectivityCase getConnectivityCase()
-
-