public final class ConnectionProfile extends GeneratedMessageV3 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.ConnectionProfile
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
BIGQUERY_PROFILE_FIELD_NUMBER
public static final int BIGQUERY_PROFILE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FORWARD_SSH_CONNECTIVITY_FIELD_NUMBER
public static final int FORWARD_SSH_CONNECTIVITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
GCS_PROFILE_FIELD_NUMBER
public static final int GCS_PROFILE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MYSQL_PROFILE_FIELD_NUMBER
public static final int MYSQL_PROFILE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ORACLE_PROFILE_FIELD_NUMBER
public static final int ORACLE_PROFILE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
POSTGRESQL_PROFILE_FIELD_NUMBER
public static final int POSTGRESQL_PROFILE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PRIVATE_CONNECTIVITY_FIELD_NUMBER
public static final int PRIVATE_CONNECTIVITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STATIC_SERVICE_IP_CONNECTIVITY_FIELD_NUMBER
public static final int STATIC_SERVICE_IP_CONNECTIVITY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ConnectionProfile getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ConnectionProfile.Builder newBuilder()
newBuilder(ConnectionProfile prototype)
public static ConnectionProfile.Builder newBuilder(ConnectionProfile prototype)
public static ConnectionProfile parseDelimitedFrom(InputStream input)
public static ConnectionProfile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ConnectionProfile parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProfile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ConnectionProfile parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProfile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProfile parseFrom(CodedInputStream input)
public static ConnectionProfile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConnectionProfile parseFrom(InputStream input)
public static ConnectionProfile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ConnectionProfile parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProfile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ConnectionProfile> parser()
Methods
containsLabels(String key)
public boolean containsLabels(String key)
Labels.
map<string, string> labels = 4;
Parameter |
---|
Name | Description |
key | String
|
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getBigqueryProfile()
public BigQueryProfile getBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
getBigqueryProfileOrBuilder()
public BigQueryProfileOrBuilder getBigqueryProfileOrBuilder()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
getConnectivityCase()
public ConnectionProfile.ConnectivityCase getConnectivityCase()
getCreateTime()
public Timestamp getCreateTime()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The createTime.
|
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The create time of the resource.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public ConnectionProfile getDefaultInstanceForType()
getDisplayName()
public String getDisplayName()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The displayName.
|
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
Required. Display name.
string display_name = 5 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for displayName.
|
getForwardSshConnectivity()
public ForwardSshTunnelConnectivity getForwardSshConnectivity()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getForwardSshConnectivityOrBuilder()
public ForwardSshTunnelConnectivityOrBuilder getForwardSshConnectivityOrBuilder()
Forward SSH tunnel connectivity.
.google.cloud.datastream.v1.ForwardSshTunnelConnectivity forward_ssh_connectivity = 201;
getGcsProfile()
public GcsProfile getGcsProfile()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
getGcsProfileOrBuilder()
public GcsProfileOrBuilder getGcsProfileOrBuilder()
Cloud Storage ConnectionProfile configuration.
.google.cloud.datastream.v1.GcsProfile gcs_profile = 101;
getLabels() (deprecated)
public Map<String,String> getLabels()
getLabelsCount()
public int getLabelsCount()
Labels.
map<string, string> labels = 4;
Returns |
---|
Type | Description |
int | |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels.
map<string, string> labels = 4;
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels.
map<string, string> labels = 4;
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels.
map<string, string> labels = 4;
Parameter |
---|
Name | Description |
key | String
|
getMysqlProfile()
public MysqlProfile getMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
getMysqlProfileOrBuilder()
public MysqlProfileOrBuilder getMysqlProfileOrBuilder()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
getName()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
String | The name.
|
getNameBytes()
public ByteString getNameBytes()
Output only. The resource's name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for name.
|
getOracleProfile()
public OracleProfile getOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
getOracleProfileOrBuilder()
public OracleProfileOrBuilder getOracleProfileOrBuilder()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
getParserForType()
public Parser<ConnectionProfile> getParserForType()
Overrides
getPostgresqlProfile()
public PostgresqlProfile getPostgresqlProfile()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
getPostgresqlProfileOrBuilder()
public PostgresqlProfileOrBuilder getPostgresqlProfileOrBuilder()
PostgreSQL Connection Profile configuration.
.google.cloud.datastream.v1.PostgresqlProfile postgresql_profile = 104;
getPrivateConnectivity()
public PrivateConnectivity getPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
getPrivateConnectivityOrBuilder()
public PrivateConnectivityOrBuilder getPrivateConnectivityOrBuilder()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
getProfileCase()
public ConnectionProfile.ProfileCase getProfileCase()
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getStaticServiceIpConnectivity()
public StaticServiceIpConnectivity getStaticServiceIpConnectivity()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getStaticServiceIpConnectivityOrBuilder()
public StaticServiceIpConnectivityOrBuilder getStaticServiceIpConnectivityOrBuilder()
Static Service IP connectivity.
.google.cloud.datastream.v1.StaticServiceIpConnectivity static_service_ip_connectivity = 200;
getUpdateTime()
public Timestamp getUpdateTime()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The updateTime.
|
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The update time of the resource.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasBigqueryProfile()
public boolean hasBigqueryProfile()
BigQuery Connection Profile configuration.
.google.cloud.datastream.v1.BigQueryProfile bigquery_profile = 103;
Returns |
---|
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];
Returns |
---|
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;
Returns |
---|
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;
Returns |
---|
Type | Description |
boolean | Whether the gcsProfile field is set.
|
hasMysqlProfile()
public boolean hasMysqlProfile()
MySQL ConnectionProfile configuration.
.google.cloud.datastream.v1.MysqlProfile mysql_profile = 102;
Returns |
---|
Type | Description |
boolean | Whether the mysqlProfile field is set.
|
hasOracleProfile()
public boolean hasOracleProfile()
Oracle ConnectionProfile configuration.
.google.cloud.datastream.v1.OracleProfile oracle_profile = 100;
Returns |
---|
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;
Returns |
---|
Type | Description |
boolean | Whether the postgresqlProfile field is set.
|
hasPrivateConnectivity()
public boolean hasPrivateConnectivity()
Private connectivity.
.google.cloud.datastream.v1.PrivateConnectivity private_connectivity = 202;
Returns |
---|
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;
Returns |
---|
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];
Returns |
---|
Type | Description |
boolean | Whether the updateTime field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ConnectionProfile.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConnectionProfile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ConnectionProfile.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides