- 1.77.0 (latest)
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.71.0
- 1.69.0
- 1.67.0
- 1.66.0
- 1.63.0
- 1.62.0
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
public static final class ConnectionProfile.Builder extends GeneratedMessageV3.Builder<ConnectionProfile.Builder> implements ConnectionProfileOrBuilderA set of reusable connection configurations to be used as a source or destination for a stream.
Protobuf type google.cloud.datastream.v1.ConnectionProfile
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConnectionProfile.BuilderImplements
ConnectionProfileOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConnectionProfile.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConnectionProfile.Builder |
build()
public ConnectionProfile build()| Type | Description |
| ConnectionProfile |
buildPartial()
public ConnectionProfile buildPartial()| Type | Description |
| ConnectionProfile |
clear()
public ConnectionProfile.Builder clear()| Type | Description |
| ConnectionProfile.Builder |
clearBigqueryProfile()
public ConnectionProfile.Builder clearBigqueryProfile()BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Type | Description |
| ConnectionProfile.Builder |
clearConnectivity()
public ConnectionProfile.Builder clearConnectivity()| Type | Description |
| ConnectionProfile.Builder |
clearCreateTime()
public ConnectionProfile.Builder clearCreateTime()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ConnectionProfile.Builder |
clearDisplayName()
public ConnectionProfile.Builder clearDisplayName()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ConnectionProfile.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| ConnectionProfile.Builder |
clearForwardSshConnectivity()
public ConnectionProfile.Builder clearForwardSshConnectivity()Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Type | Description |
| ConnectionProfile.Builder |
clearGcsProfile()
public ConnectionProfile.Builder clearGcsProfile()Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Type | Description |
| ConnectionProfile.Builder |
clearLabels()
public ConnectionProfile.Builder clearLabels()| Type | Description |
| ConnectionProfile.Builder |
clearMysqlProfile()
public ConnectionProfile.Builder clearMysqlProfile()MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Type | Description |
| ConnectionProfile.Builder |
clearName()
public ConnectionProfile.Builder clearName()Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConnectionProfile.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| ConnectionProfile.Builder |
clearOracleProfile()
public ConnectionProfile.Builder clearOracleProfile()Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Type | Description |
| ConnectionProfile.Builder |
clearPostgresqlProfile()
public ConnectionProfile.Builder clearPostgresqlProfile()PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Type | Description |
| ConnectionProfile.Builder |
clearPrivateConnectivity()
public ConnectionProfile.Builder clearPrivateConnectivity()Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Type | Description |
| ConnectionProfile.Builder |
clearProfile()
public ConnectionProfile.Builder clearProfile()| Type | Description |
| ConnectionProfile.Builder |
clearStaticServiceIpConnectivity()
public ConnectionProfile.Builder clearStaticServiceIpConnectivity()Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Type | Description |
| ConnectionProfile.Builder |
clearUpdateTime()
public ConnectionProfile.Builder clearUpdateTime()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ConnectionProfile.Builder |
clone()
public ConnectionProfile.Builder clone()| Type | Description |
| ConnectionProfile.Builder |
containsLabels(String key)
public boolean containsLabels(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getBigqueryProfile()
public BigQueryProfile getBigqueryProfile()BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Type | Description |
| BigQueryProfile | The bigqueryProfile. |
getBigqueryProfileBuilder()
public BigQueryProfile.Builder getBigqueryProfileBuilder()BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Type | Description |
| BigQueryProfile.Builder |
getBigqueryProfileOrBuilder()
public BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Type | Description |
| BigQueryProfileOrBuilder |
getConnectivityCase()
public ConnectionProfile.ConnectivityCase getConnectivityCase()| Type | Description |
| ConnectionProfile.ConnectivityCase |
getCreateTime()
public Timestamp getCreateTime()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDefaultInstanceForType()
public ConnectionProfile getDefaultInstanceForType()| Type | Description |
| ConnectionProfile |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDisplayName()
public String getDisplayName()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for displayName. |
getForwardSshConnectivity()
public ForwardSshTunnelConnectivity getForwardSshConnectivity()Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Type | Description |
| ForwardSshTunnelConnectivity | The forwardSshConnectivity. |
getForwardSshConnectivityBuilder()
public ForwardSshTunnelConnectivity.Builder getForwardSshConnectivityBuilder()Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Type | Description |
| ForwardSshTunnelConnectivity.Builder |
getForwardSshConnectivityOrBuilder()
public ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Type | Description |
| ForwardSshTunnelConnectivityOrBuilder |
getGcsProfile()
public GcsProfile getGcsProfile()Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Type | Description |
| GcsProfile | The gcsProfile. |
getGcsProfileBuilder()
public GcsProfile.Builder getGcsProfileBuilder()Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Type | Description |
| GcsProfile.Builder |
getGcsProfileOrBuilder()
public GcsProfileOrBuilder getGcsProfileOrBuilder()Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Type | Description |
| GcsProfileOrBuilder |
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
| Map<String,String> |
getLabelsCount()
public int getLabelsCount()Labels.
map<string, string> labels = 4;
| Type | Description |
| int |
getLabelsMap()
public Map<String,String> getLabelsMap()Labels.
map<string, string> labels = 4;
| Type | Description |
| Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| String |
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Type | Description |
| Map<String,String> |
getMysqlProfile()
public MysqlProfile getMysqlProfile()MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Type | Description |
| MysqlProfile | The mysqlProfile. |
getMysqlProfileBuilder()
public MysqlProfile.Builder getMysqlProfileBuilder()MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Type | Description |
| MysqlProfile.Builder |
getMysqlProfileOrBuilder()
public MysqlProfileOrBuilder getMysqlProfileOrBuilder()MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Type | Description |
| MysqlProfileOrBuilder |
getName()
public String getName()Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for name. |
getOracleProfile()
public OracleProfile getOracleProfile()Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Type | Description |
| OracleProfile | The oracleProfile. |
getOracleProfileBuilder()
public OracleProfile.Builder getOracleProfileBuilder()Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Type | Description |
| OracleProfile.Builder |
getOracleProfileOrBuilder()
public OracleProfileOrBuilder getOracleProfileOrBuilder()Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Type | Description |
| OracleProfileOrBuilder |
getPostgresqlProfile()
public PostgresqlProfile getPostgresqlProfile()PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Type | Description |
| PostgresqlProfile | The postgresqlProfile. |
getPostgresqlProfileBuilder()
public PostgresqlProfile.Builder getPostgresqlProfileBuilder()PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Type | Description |
| PostgresqlProfile.Builder |
getPostgresqlProfileOrBuilder()
public PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Type | Description |
| PostgresqlProfileOrBuilder |
getPrivateConnectivity()
public PrivateConnectivity getPrivateConnectivity()Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Type | Description |
| PrivateConnectivity | The privateConnectivity. |
getPrivateConnectivityBuilder()
public PrivateConnectivity.Builder getPrivateConnectivityBuilder()Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Type | Description |
| PrivateConnectivity.Builder |
getPrivateConnectivityOrBuilder()
public PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Type | Description |
| PrivateConnectivityOrBuilder |
getProfileCase()
public ConnectionProfile.ProfileCase getProfileCase()| Type | Description |
| ConnectionProfile.ProfileCase |
getStaticServiceIpConnectivity()
public StaticServiceIpConnectivity getStaticServiceIpConnectivity()Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Type | Description |
| StaticServiceIpConnectivity | The staticServiceIpConnectivity. |
getStaticServiceIpConnectivityBuilder()
public StaticServiceIpConnectivity.Builder getStaticServiceIpConnectivityBuilder()Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Type | Description |
| StaticServiceIpConnectivity.Builder |
getStaticServiceIpConnectivityOrBuilder()
public StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Type | Description |
| StaticServiceIpConnectivityOrBuilder |
getUpdateTime()
public Timestamp getUpdateTime()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasBigqueryProfile()
public boolean hasBigqueryProfile()BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Type | Description |
| boolean | Whether the bigqueryProfile field is set. |
hasCreateTime()
public boolean hasCreateTime()Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasForwardSshConnectivity()
public boolean hasForwardSshConnectivity()Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Type | Description |
| boolean | Whether the forwardSshConnectivity field is set. |
hasGcsProfile()
public boolean hasGcsProfile()Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Type | Description |
| boolean | Whether the gcsProfile field is set. |
hasMysqlProfile()
public boolean hasMysqlProfile()MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Type | Description |
| boolean | Whether the mysqlProfile field is set. |
hasOracleProfile()
public boolean hasOracleProfile()Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Type | Description |
| boolean | Whether the oracleProfile field is set. |
hasPostgresqlProfile()
public boolean hasPostgresqlProfile()PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Type | Description |
| boolean | Whether the postgresqlProfile field is set. |
hasPrivateConnectivity()
public boolean hasPrivateConnectivity()Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Type | Description |
| boolean | Whether the privateConnectivity field is set. |
hasStaticServiceIpConnectivity()
public boolean hasStaticServiceIpConnectivity()Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Type | Description |
| boolean | Whether the staticServiceIpConnectivity field is set. |
hasUpdateTime()
public boolean hasUpdateTime()Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description |
| number | int |
| Type | Description |
| MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description |
| number | int |
| Type | Description |
| MapField |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeBigqueryProfile(BigQueryProfile value)
public ConnectionProfile.Builder mergeBigqueryProfile(BigQueryProfile value)BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Name | Description |
| value | BigQueryProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergeCreateTime(Timestamp value)
public ConnectionProfile.Builder mergeCreateTime(Timestamp value)Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| ConnectionProfile.Builder |
mergeForwardSshConnectivity(ForwardSshTunnelConnectivity value)
public ConnectionProfile.Builder mergeForwardSshConnectivity(ForwardSshTunnelConnectivity value)Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Name | Description |
| value | ForwardSshTunnelConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
mergeFrom(ConnectionProfile other)
public ConnectionProfile.Builder mergeFrom(ConnectionProfile other)| Name | Description |
| other | ConnectionProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConnectionProfile.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| ConnectionProfile.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public ConnectionProfile.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| ConnectionProfile.Builder |
mergeGcsProfile(GcsProfile value)
public ConnectionProfile.Builder mergeGcsProfile(GcsProfile value)Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Name | Description |
| value | GcsProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergeMysqlProfile(MysqlProfile value)
public ConnectionProfile.Builder mergeMysqlProfile(MysqlProfile value)MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Name | Description |
| value | MysqlProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergeOracleProfile(OracleProfile value)
public ConnectionProfile.Builder mergeOracleProfile(OracleProfile value)Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Name | Description |
| value | OracleProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergePostgresqlProfile(PostgresqlProfile value)
public ConnectionProfile.Builder mergePostgresqlProfile(PostgresqlProfile value)PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Name | Description |
| value | PostgresqlProfile |
| Type | Description |
| ConnectionProfile.Builder |
mergePrivateConnectivity(PrivateConnectivity value)
public ConnectionProfile.Builder mergePrivateConnectivity(PrivateConnectivity value)Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Name | Description |
| value | PrivateConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
mergeStaticServiceIpConnectivity(StaticServiceIpConnectivity value)
public ConnectionProfile.Builder mergeStaticServiceIpConnectivity(StaticServiceIpConnectivity value)Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Name | Description |
| value | StaticServiceIpConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConnectionProfile.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConnectionProfile.Builder |
mergeUpdateTime(Timestamp value)
public ConnectionProfile.Builder mergeUpdateTime(Timestamp value)Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| ConnectionProfile.Builder |
putAllLabels(Map<String,String> values)
public ConnectionProfile.Builder putAllLabels(Map<String,String> values)Labels.
map<string, string> labels = 4;
| Name | Description |
| values | Map<String,String> |
| Type | Description |
| ConnectionProfile.Builder |
putLabels(String key, String value)
public ConnectionProfile.Builder putLabels(String key, String value)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| value | String |
| Type | Description |
| ConnectionProfile.Builder |
removeLabels(String key)
public ConnectionProfile.Builder removeLabels(String key)Labels.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| ConnectionProfile.Builder |
setBigqueryProfile(BigQueryProfile value)
public ConnectionProfile.Builder setBigqueryProfile(BigQueryProfile value)BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Name | Description |
| value | BigQueryProfile |
| Type | Description |
| ConnectionProfile.Builder |
setBigqueryProfile(BigQueryProfile.Builder builderForValue)
public ConnectionProfile.Builder setBigqueryProfile(BigQueryProfile.Builder builderForValue)BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
| Name | Description |
| builderForValue | BigQueryProfile.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setCreateTime(Timestamp value)
public ConnectionProfile.Builder setCreateTime(Timestamp value)Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| ConnectionProfile.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public ConnectionProfile.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| ConnectionProfile.Builder |
setDisplayName(String value)
public ConnectionProfile.Builder setDisplayName(String value)Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | StringThe displayName to set. |
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
setDisplayNameBytes(ByteString value)
public ConnectionProfile.Builder setDisplayNameBytes(ByteString value)Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
| Name | Description |
| value | ByteStringThe bytes for displayName to set. |
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ConnectionProfile.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| ConnectionProfile.Builder |
setForwardSshConnectivity(ForwardSshTunnelConnectivity value)
public ConnectionProfile.Builder setForwardSshConnectivity(ForwardSshTunnelConnectivity value)Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Name | Description |
| value | ForwardSshTunnelConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
setForwardSshConnectivity(ForwardSshTunnelConnectivity.Builder builderForValue)
public ConnectionProfile.Builder setForwardSshConnectivity(ForwardSshTunnelConnectivity.Builder builderForValue)Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
| Name | Description |
| builderForValue | ForwardSshTunnelConnectivity.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setGcsProfile(GcsProfile value)
public ConnectionProfile.Builder setGcsProfile(GcsProfile value)Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Name | Description |
| value | GcsProfile |
| Type | Description |
| ConnectionProfile.Builder |
setGcsProfile(GcsProfile.Builder builderForValue)
public ConnectionProfile.Builder setGcsProfile(GcsProfile.Builder builderForValue)Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
| Name | Description |
| builderForValue | GcsProfile.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setMysqlProfile(MysqlProfile value)
public ConnectionProfile.Builder setMysqlProfile(MysqlProfile value)MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Name | Description |
| value | MysqlProfile |
| Type | Description |
| ConnectionProfile.Builder |
setMysqlProfile(MysqlProfile.Builder builderForValue)
public ConnectionProfile.Builder setMysqlProfile(MysqlProfile.Builder builderForValue)MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
| Name | Description |
| builderForValue | MysqlProfile.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setName(String value)
public ConnectionProfile.Builder setName(String value)Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public ConnectionProfile.Builder setNameBytes(ByteString value)Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| ConnectionProfile.Builder | This builder for chaining. |
setOracleProfile(OracleProfile value)
public ConnectionProfile.Builder setOracleProfile(OracleProfile value)Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Name | Description |
| value | OracleProfile |
| Type | Description |
| ConnectionProfile.Builder |
setOracleProfile(OracleProfile.Builder builderForValue)
public ConnectionProfile.Builder setOracleProfile(OracleProfile.Builder builderForValue)Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
| Name | Description |
| builderForValue | OracleProfile.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setPostgresqlProfile(PostgresqlProfile value)
public ConnectionProfile.Builder setPostgresqlProfile(PostgresqlProfile value)PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Name | Description |
| value | PostgresqlProfile |
| Type | Description |
| ConnectionProfile.Builder |
setPostgresqlProfile(PostgresqlProfile.Builder builderForValue)
public ConnectionProfile.Builder setPostgresqlProfile(PostgresqlProfile.Builder builderForValue)PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
| Name | Description |
| builderForValue | PostgresqlProfile.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setPrivateConnectivity(PrivateConnectivity value)
public ConnectionProfile.Builder setPrivateConnectivity(PrivateConnectivity value)Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Name | Description |
| value | PrivateConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
setPrivateConnectivity(PrivateConnectivity.Builder builderForValue)
public ConnectionProfile.Builder setPrivateConnectivity(PrivateConnectivity.Builder builderForValue)Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
| Name | Description |
| builderForValue | PrivateConnectivity.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConnectionProfile.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| ConnectionProfile.Builder |
setStaticServiceIpConnectivity(StaticServiceIpConnectivity value)
public ConnectionProfile.Builder setStaticServiceIpConnectivity(StaticServiceIpConnectivity value)Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Name | Description |
| value | StaticServiceIpConnectivity |
| Type | Description |
| ConnectionProfile.Builder |
setStaticServiceIpConnectivity(StaticServiceIpConnectivity.Builder builderForValue)
public ConnectionProfile.Builder setStaticServiceIpConnectivity(StaticServiceIpConnectivity.Builder builderForValue)Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
| Name | Description |
| builderForValue | StaticServiceIpConnectivity.Builder |
| Type | Description |
| ConnectionProfile.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConnectionProfile.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| ConnectionProfile.Builder |
setUpdateTime(Timestamp value)
public ConnectionProfile.Builder setUpdateTime(Timestamp value)Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| ConnectionProfile.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public ConnectionProfile.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| ConnectionProfile.Builder |