public interface ConnectionProfileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels.
|
BigQueryProfile |
getBigqueryProfile()
BigQuery Connection Profile configuration.
|
BigQueryProfileOrBuilder |
getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
|
ConnectionProfile.ConnectivityCase |
getConnectivityCase() |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
ForwardSshTunnelConnectivity |
getForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
ForwardSshTunnelConnectivityOrBuilder |
getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
|
GcsProfile |
getGcsProfile()
Cloud Storage ConnectionProfile configuration.
|
GcsProfileOrBuilder |
getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels.
|
Map<String,String> |
getLabelsMap()
Labels.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels.
|
String |
getLabelsOrThrow(String key)
Labels.
|
MysqlProfile |
getMysqlProfile()
MySQL ConnectionProfile configuration.
|
MysqlProfileOrBuilder |
getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
OracleProfile |
getOracleProfile()
Oracle ConnectionProfile configuration.
|
OracleProfileOrBuilder |
getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
|
PostgresqlProfile |
getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
PostgresqlProfileOrBuilder |
getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
|
PrivateConnectivity |
getPrivateConnectivity()
Private connectivity.
|
PrivateConnectivityOrBuilder |
getPrivateConnectivityOrBuilder()
Private connectivity.
|
ConnectionProfile.ProfileCase |
getProfileCase() |
StaticServiceIpConnectivity |
getStaticServiceIpConnectivity()
Static Service IP connectivity.
|
StaticServiceIpConnectivityOrBuilder |
getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasBigqueryProfile()
BigQuery Connection Profile configuration.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
|
boolean |
hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
|
boolean |
hasMysqlProfile()
MySQL ConnectionProfile configuration.
|
boolean |
hasOracleProfile()
Oracle ConnectionProfile configuration.
|
boolean |
hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
|
boolean |
hasPrivateConnectivity()
Private connectivity.
|
boolean |
hasStaticServiceIpConnectivity()
Static Service IP connectivity.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
int getLabelsCount()
Labels.
map<string, string> labels = 4;boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];boolean hasOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;OracleProfile getOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;OracleProfileOrBuilder getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;boolean hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;GcsProfile getGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;GcsProfileOrBuilder getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;boolean hasMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;MysqlProfile getMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;MysqlProfileOrBuilder getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;boolean hasBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;BigQueryProfile getBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;boolean hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;PostgresqlProfile getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;boolean hasStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
boolean hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;ConnectionProfile.ProfileCase getProfileCase()
ConnectionProfile.ConnectivityCase getConnectivityCase()
Copyright © 2022 Google LLC. All rights reserved.