public static final class ConnectionProfile.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder> implements ConnectionProfileOrBuilder
A set of reusable connection configurations to be used as a source or destination for a stream.Protobuf type
google.cloud.datastream.v1.ConnectionProfilegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConnectionProfile build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProfile buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProfile.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder mergeFrom(ConnectionProfile other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public ConnectionProfile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConnectionProfile.Builder>IOExceptionpublic ConnectionProfile.ProfileCase getProfileCase()
getProfileCase in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder clearProfile()
public ConnectionProfile.ConnectivityCase getConnectivityCase()
getConnectivityCase in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder clearConnectivity()
public String getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getName in interface ConnectionProfileOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];getNameBytes in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setName(String value)
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The name to set.public ConnectionProfile.Builder clearName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];public ConnectionProfile.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for name to set.public boolean hasCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface ConnectionProfileOrBuilderpublic 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];
getCreateTime in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder clearCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public 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];
getCreateTimeOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface ConnectionProfileOrBuilderpublic 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];
getUpdateTime in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ConnectionProfile.Builder clearUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public 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];
getUpdateTimeOrBuilder in interface ConnectionProfileOrBuilderpublic int getLabelsCount()
ConnectionProfileOrBuilderLabels.
map<string, string> labels = 4;getLabelsCount in interface ConnectionProfileOrBuilderpublic boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;containsLabels in interface ConnectionProfileOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface ConnectionProfileOrBuilderpublic Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;getLabelsMap in interface ConnectionProfileOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;getLabelsOrDefault in interface ConnectionProfileOrBuilderpublic String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;getLabelsOrThrow in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder clearLabels()
public ConnectionProfile.Builder removeLabels(String key)
Labels.
map<string, string> labels = 4;@Deprecated public Map<String,String> getMutableLabels()
public ConnectionProfile.Builder putLabels(String key, String value)
Labels.
map<string, string> labels = 4;public ConnectionProfile.Builder putAllLabels(Map<String,String> values)
Labels.
map<string, string> labels = 4;public String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface ConnectionProfileOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setDisplayName(String value)
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];value - The displayName to set.public ConnectionProfile.Builder clearDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];public ConnectionProfile.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];value - The bytes for displayName to set.public boolean hasOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;hasOracleProfile in interface ConnectionProfileOrBuilderpublic OracleProfile getOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;getOracleProfile in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setOracleProfile(OracleProfile value)
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;public ConnectionProfile.Builder setOracleProfile(OracleProfile.Builder builderForValue)
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;public ConnectionProfile.Builder mergeOracleProfile(OracleProfile value)
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;public ConnectionProfile.Builder clearOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;public OracleProfile.Builder getOracleProfileBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;public OracleProfileOrBuilder getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;getOracleProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;hasGcsProfile in interface ConnectionProfileOrBuilderpublic GcsProfile getGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;getGcsProfile in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setGcsProfile(GcsProfile value)
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;public ConnectionProfile.Builder setGcsProfile(GcsProfile.Builder builderForValue)
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;public ConnectionProfile.Builder mergeGcsProfile(GcsProfile value)
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;public ConnectionProfile.Builder clearGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;public GcsProfile.Builder getGcsProfileBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;public GcsProfileOrBuilder getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;getGcsProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;hasMysqlProfile in interface ConnectionProfileOrBuilderpublic MysqlProfile getMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;getMysqlProfile in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setMysqlProfile(MysqlProfile value)
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;public ConnectionProfile.Builder setMysqlProfile(MysqlProfile.Builder builderForValue)
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;public ConnectionProfile.Builder mergeMysqlProfile(MysqlProfile value)
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;public ConnectionProfile.Builder clearMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;public MysqlProfile.Builder getMysqlProfileBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;public MysqlProfileOrBuilder getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;getMysqlProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;hasBigqueryProfile in interface ConnectionProfileOrBuilderpublic BigQueryProfile getBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;getBigqueryProfile in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setBigqueryProfile(BigQueryProfile value)
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;public ConnectionProfile.Builder setBigqueryProfile(BigQueryProfile.Builder builderForValue)
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;public ConnectionProfile.Builder mergeBigqueryProfile(BigQueryProfile value)
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;public ConnectionProfile.Builder clearBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;public BigQueryProfile.Builder getBigqueryProfileBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;public BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;getBigqueryProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;hasPostgresqlProfile in interface ConnectionProfileOrBuilderpublic PostgresqlProfile getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;getPostgresqlProfile in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setPostgresqlProfile(PostgresqlProfile value)
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;public ConnectionProfile.Builder setPostgresqlProfile(PostgresqlProfile.Builder builderForValue)
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;public ConnectionProfile.Builder mergePostgresqlProfile(PostgresqlProfile value)
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;public ConnectionProfile.Builder clearPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;public PostgresqlProfile.Builder getPostgresqlProfileBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;public PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;getPostgresqlProfileOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
hasStaticServiceIpConnectivity in interface ConnectionProfileOrBuilderpublic StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getStaticServiceIpConnectivity in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setStaticServiceIpConnectivity(StaticServiceIpConnectivity value)
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
public ConnectionProfile.Builder setStaticServiceIpConnectivity(StaticServiceIpConnectivity.Builder builderForValue)
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
public ConnectionProfile.Builder mergeStaticServiceIpConnectivity(StaticServiceIpConnectivity value)
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
public ConnectionProfile.Builder clearStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
public StaticServiceIpConnectivity.Builder getStaticServiceIpConnectivityBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
public StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getStaticServiceIpConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
hasForwardSshConnectivity in interface ConnectionProfileOrBuilderpublic ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getForwardSshConnectivity in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setForwardSshConnectivity(ForwardSshTunnelConnectivity value)
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
public ConnectionProfile.Builder setForwardSshConnectivity(ForwardSshTunnelConnectivity.Builder builderForValue)
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
public ConnectionProfile.Builder mergeForwardSshConnectivity(ForwardSshTunnelConnectivity value)
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
public ConnectionProfile.Builder clearForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
public ForwardSshTunnelConnectivity.Builder getForwardSshConnectivityBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
public ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getForwardSshConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;hasPrivateConnectivity in interface ConnectionProfileOrBuilderpublic PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;getPrivateConnectivity in interface ConnectionProfileOrBuilderpublic ConnectionProfile.Builder setPrivateConnectivity(PrivateConnectivity value)
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;public ConnectionProfile.Builder setPrivateConnectivity(PrivateConnectivity.Builder builderForValue)
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;public ConnectionProfile.Builder mergePrivateConnectivity(PrivateConnectivity value)
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;public ConnectionProfile.Builder clearPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;public PrivateConnectivity.Builder getPrivateConnectivityBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;public PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;getPrivateConnectivityOrBuilder in interface ConnectionProfileOrBuilderpublic final ConnectionProfile.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>public final ConnectionProfile.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProfile.Builder>Copyright © 2022 Google LLC. All rights reserved.