Interface GoldengateConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmazonKinesisConnectionProperties()

public abstract GoldengateAmazonKinesisConnectionProperties getAmazonKinesisConnectionProperties()

Properties for an Amazon Kinesis connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonKinesisConnectionProperties amazon_kinesis_connection_properties = 31;

Returns
Type Description
GoldengateAmazonKinesisConnectionProperties

The amazonKinesisConnectionProperties.

getAmazonKinesisConnectionPropertiesOrBuilder()

public abstract GoldengateAmazonKinesisConnectionPropertiesOrBuilder getAmazonKinesisConnectionPropertiesOrBuilder()

Properties for an Amazon Kinesis connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonKinesisConnectionProperties amazon_kinesis_connection_properties = 31;

Returns
Type Description
GoldengateAmazonKinesisConnectionPropertiesOrBuilder

getAmazonRedshiftConnectionProperties()

public abstract GoldengateAmazonRedshiftConnectionProperties getAmazonRedshiftConnectionProperties()

Properties for an Amazon Redshift connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonRedshiftConnectionProperties amazon_redshift_connection_properties = 28;

Returns
Type Description
GoldengateAmazonRedshiftConnectionProperties

The amazonRedshiftConnectionProperties.

getAmazonRedshiftConnectionPropertiesOrBuilder()

public abstract GoldengateAmazonRedshiftConnectionPropertiesOrBuilder getAmazonRedshiftConnectionPropertiesOrBuilder()

Properties for an Amazon Redshift connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonRedshiftConnectionProperties amazon_redshift_connection_properties = 28;

Returns
Type Description
GoldengateAmazonRedshiftConnectionPropertiesOrBuilder

getAmazonS3ConnectionProperties()

public abstract GoldengateAmazonS3ConnectionProperties getAmazonS3ConnectionProperties()

Properties for an Amazon S3 connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonS3ConnectionProperties amazon_s3_connection_properties = 22;

Returns
Type Description
GoldengateAmazonS3ConnectionProperties

The amazonS3ConnectionProperties.

getAmazonS3ConnectionPropertiesOrBuilder()

public abstract GoldengateAmazonS3ConnectionPropertiesOrBuilder getAmazonS3ConnectionPropertiesOrBuilder()

Properties for an Amazon S3 connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonS3ConnectionProperties amazon_s3_connection_properties = 22;

Returns
Type Description
GoldengateAmazonS3ConnectionPropertiesOrBuilder

getAzureDataLakeStorageConnectionProperties()

public abstract GoldengateAzureDataLakeStorageConnectionProperties getAzureDataLakeStorageConnectionProperties()

Properties for an Azure Data Lake Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties azure_data_lake_storage_connection_properties = 18;

Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties

The azureDataLakeStorageConnectionProperties.

getAzureDataLakeStorageConnectionPropertiesOrBuilder()

public abstract GoldengateAzureDataLakeStorageConnectionPropertiesOrBuilder getAzureDataLakeStorageConnectionPropertiesOrBuilder()

Properties for an Azure Data Lake Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties azure_data_lake_storage_connection_properties = 18;

Returns
Type Description
GoldengateAzureDataLakeStorageConnectionPropertiesOrBuilder

getAzureSynapseAnalyticsConnectionProperties()

public abstract GoldengateAzureSynapseAnalyticsConnectionProperties getAzureSynapseAnalyticsConnectionProperties()

Properties for an Azure Synapse Analytics connection.

.google.cloud.oracledatabase.v1.GoldengateAzureSynapseAnalyticsConnectionProperties azure_synapse_analytics_connection_properties = 19;

Returns
Type Description
GoldengateAzureSynapseAnalyticsConnectionProperties

The azureSynapseAnalyticsConnectionProperties.

getAzureSynapseAnalyticsConnectionPropertiesOrBuilder()

public abstract GoldengateAzureSynapseAnalyticsConnectionPropertiesOrBuilder getAzureSynapseAnalyticsConnectionPropertiesOrBuilder()

Properties for an Azure Synapse Analytics connection.

.google.cloud.oracledatabase.v1.GoldengateAzureSynapseAnalyticsConnectionProperties azure_synapse_analytics_connection_properties = 19;

Returns
Type Description
GoldengateAzureSynapseAnalyticsConnectionPropertiesOrBuilder

getConnectionDetailsCase()

public abstract GoldengateConnectionProperties.ConnectionDetailsCase getConnectionDetailsCase()
Returns
Type Description
GoldengateConnectionProperties.ConnectionDetailsCase

getConnectionType()

public abstract GoldengateConnectionProperties.GoldengateConnectionType getConnectionType()

Required. The connection type.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionType connection_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GoldengateConnectionProperties.GoldengateConnectionType

The connectionType.

getConnectionTypeValue()

public abstract int getConnectionTypeValue()

Required. The connection type.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionType connection_type = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for connectionType.

getDatabricksConnectionProperties()

public abstract GoldengateDatabricksConnectionProperties getDatabricksConnectionProperties()

Properties for a Databricks connection.

.google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties databricks_connection_properties = 34;

Returns
Type Description
GoldengateDatabricksConnectionProperties

The databricksConnectionProperties.

getDatabricksConnectionPropertiesOrBuilder()

public abstract GoldengateDatabricksConnectionPropertiesOrBuilder getDatabricksConnectionPropertiesOrBuilder()

Properties for a Databricks connection.

.google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties databricks_connection_properties = 34;

Returns
Type Description
GoldengateDatabricksConnectionPropertiesOrBuilder

getDb2ConnectionProperties()

public abstract GoldengateDb2ConnectionProperties getDb2ConnectionProperties()

Properties for a DB2 connection.

.google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties db2_connection_properties = 32;

Returns
Type Description
GoldengateDb2ConnectionProperties

The db2ConnectionProperties.

getDb2ConnectionPropertiesOrBuilder()

public abstract GoldengateDb2ConnectionPropertiesOrBuilder getDb2ConnectionPropertiesOrBuilder()

Properties for a DB2 connection.

.google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties db2_connection_properties = 32;

Returns
Type Description
GoldengateDb2ConnectionPropertiesOrBuilder

getDescription()

public abstract String getDescription()

Optional. Metadata about this specific object.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. Metadata about this specific object.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. An object's Display Name.

string display_name = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. An object's Display Name.

string display_name = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getElasticsearchConnectionProperties()

public abstract GoldengateElasticsearchConnectionProperties getElasticsearchConnectionProperties()

Properties for an Elasticsearch connection.

.google.cloud.oracledatabase.v1.GoldengateElasticsearchConnectionProperties elasticsearch_connection_properties = 29;

Returns
Type Description
GoldengateElasticsearchConnectionProperties

The elasticsearchConnectionProperties.

getElasticsearchConnectionPropertiesOrBuilder()

public abstract GoldengateElasticsearchConnectionPropertiesOrBuilder getElasticsearchConnectionPropertiesOrBuilder()

Properties for an Elasticsearch connection.

.google.cloud.oracledatabase.v1.GoldengateElasticsearchConnectionProperties elasticsearch_connection_properties = 29;

Returns
Type Description
GoldengateElasticsearchConnectionPropertiesOrBuilder

getGenericConnectionProperties()

public abstract GoldengateGenericConnectionProperties getGenericConnectionProperties()

Properties for a Generic Connection.

.google.cloud.oracledatabase.v1.GoldengateGenericConnectionProperties generic_connection_properties = 11;

Returns
Type Description
GoldengateGenericConnectionProperties

The genericConnectionProperties.

getGenericConnectionPropertiesOrBuilder()

public abstract GoldengateGenericConnectionPropertiesOrBuilder getGenericConnectionPropertiesOrBuilder()

Properties for a Generic Connection.

.google.cloud.oracledatabase.v1.GoldengateGenericConnectionProperties generic_connection_properties = 11;

Returns
Type Description
GoldengateGenericConnectionPropertiesOrBuilder

getGoldengateConnectionProperties()

public abstract GoldengateGoldengateConnectionProperties getGoldengateConnectionProperties()

Properties for a Goldengate Connection.

.google.cloud.oracledatabase.v1.GoldengateGoldengateConnectionProperties goldengate_connection_properties = 10;

Returns
Type Description
GoldengateGoldengateConnectionProperties

The goldengateConnectionProperties.

getGoldengateConnectionPropertiesOrBuilder()

public abstract GoldengateGoldengateConnectionPropertiesOrBuilder getGoldengateConnectionPropertiesOrBuilder()

Properties for a Goldengate Connection.

.google.cloud.oracledatabase.v1.GoldengateGoldengateConnectionProperties goldengate_connection_properties = 10;

Returns
Type Description
GoldengateGoldengateConnectionPropertiesOrBuilder

getGoogleBigQueryConnectionProperties()

public abstract GoldengateGoogleBigQueryConnectionProperties getGoogleBigQueryConnectionProperties()

Properties for a Google BigQuery Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleBigQueryConnectionProperties google_big_query_connection_properties = 13;

Returns
Type Description
GoldengateGoogleBigQueryConnectionProperties

The googleBigQueryConnectionProperties.

getGoogleBigQueryConnectionPropertiesOrBuilder()

public abstract GoldengateGoogleBigQueryConnectionPropertiesOrBuilder getGoogleBigQueryConnectionPropertiesOrBuilder()

Properties for a Google BigQuery Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleBigQueryConnectionProperties google_big_query_connection_properties = 13;

Returns
Type Description
GoldengateGoogleBigQueryConnectionPropertiesOrBuilder

getGoogleCloudStorageConnectionProperties()

public abstract GoldengateGoogleCloudStorageConnectionProperties getGoogleCloudStorageConnectionProperties()

Properties for a Google Cloud Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleCloudStorageConnectionProperties google_cloud_storage_connection_properties = 12;

Returns
Type Description
GoldengateGoogleCloudStorageConnectionProperties

The googleCloudStorageConnectionProperties.

getGoogleCloudStorageConnectionPropertiesOrBuilder()

public abstract GoldengateGoogleCloudStorageConnectionPropertiesOrBuilder getGoogleCloudStorageConnectionPropertiesOrBuilder()

Properties for a Google Cloud Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleCloudStorageConnectionProperties google_cloud_storage_connection_properties = 12;

Returns
Type Description
GoldengateGoogleCloudStorageConnectionPropertiesOrBuilder

getGooglePubsubConnectionProperties()

public abstract GoldengateGooglePubsubConnectionProperties getGooglePubsubConnectionProperties()

Properties for a Google Pub/Sub connection.

.google.cloud.oracledatabase.v1.GoldengateGooglePubsubConnectionProperties google_pubsub_connection_properties = 35;

Returns
Type Description
GoldengateGooglePubsubConnectionProperties

The googlePubsubConnectionProperties.

getGooglePubsubConnectionPropertiesOrBuilder()

public abstract GoldengateGooglePubsubConnectionPropertiesOrBuilder getGooglePubsubConnectionPropertiesOrBuilder()

Properties for a Google Pub/Sub connection.

.google.cloud.oracledatabase.v1.GoldengateGooglePubsubConnectionProperties google_pubsub_connection_properties = 35;

Returns
Type Description
GoldengateGooglePubsubConnectionPropertiesOrBuilder

getHdfsConnectionProperties()

public abstract GoldengateHdfsConnectionProperties getHdfsConnectionProperties()

Properties for an HDFS connection.

.google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties hdfs_connection_properties = 23;

Returns
Type Description
GoldengateHdfsConnectionProperties

The hdfsConnectionProperties.

getHdfsConnectionPropertiesOrBuilder()

public abstract GoldengateHdfsConnectionPropertiesOrBuilder getHdfsConnectionPropertiesOrBuilder()

Properties for an HDFS connection.

.google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties hdfs_connection_properties = 23;

Returns
Type Description
GoldengateHdfsConnectionPropertiesOrBuilder

getIcebergConnectionProperties()

public abstract GoldengateIcebergConnectionProperties getIcebergConnectionProperties()

Properties for an Iceberg connection.

.google.cloud.oracledatabase.v1.GoldengateIcebergConnectionProperties iceberg_connection_properties = 38;

Returns
Type Description
GoldengateIcebergConnectionProperties

The icebergConnectionProperties.

getIcebergConnectionPropertiesOrBuilder()

public abstract GoldengateIcebergConnectionPropertiesOrBuilder getIcebergConnectionPropertiesOrBuilder()

Properties for an Iceberg connection.

.google.cloud.oracledatabase.v1.GoldengateIcebergConnectionProperties iceberg_connection_properties = 38;

Returns
Type Description
GoldengateIcebergConnectionPropertiesOrBuilder

getIngressIpAddresses(int index)

public abstract String getIngressIpAddresses(int index)

Output only. The Ingress IPs of the GoldengateConnection.

repeated string ingress_ip_addresses = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The ingressIpAddresses at the given index.

getIngressIpAddressesBytes(int index)

public abstract ByteString getIngressIpAddressesBytes(int index)

Output only. The Ingress IPs of the GoldengateConnection.

repeated string ingress_ip_addresses = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the ingressIpAddresses at the given index.

getIngressIpAddressesCount()

public abstract int getIngressIpAddressesCount()

Output only. The Ingress IPs of the GoldengateConnection.

repeated string ingress_ip_addresses = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of ingressIpAddresses.

getIngressIpAddressesList()

public abstract List<String> getIngressIpAddressesList()

Output only. The Ingress IPs of the GoldengateConnection.

repeated string ingress_ip_addresses = 39 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<String>

A list containing the ingressIpAddresses.

getJavaMessageServiceConnectionProperties()

public abstract GoldengateJavaMessageServiceConnectionProperties getJavaMessageServiceConnectionProperties()

Properties for a Java Message Service connection.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties java_message_service_connection_properties = 24;

Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties

The javaMessageServiceConnectionProperties.

getJavaMessageServiceConnectionPropertiesOrBuilder()

public abstract GoldengateJavaMessageServiceConnectionPropertiesOrBuilder getJavaMessageServiceConnectionPropertiesOrBuilder()

Properties for a Java Message Service connection.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties java_message_service_connection_properties = 24;

Returns
Type Description
GoldengateJavaMessageServiceConnectionPropertiesOrBuilder

getKafkaConnectionProperties()

public abstract GoldengateKafkaConnectionProperties getKafkaConnectionProperties()

Properties for a Kafka Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties kafka_connection_properties = 15;

Returns
Type Description
GoldengateKafkaConnectionProperties

The kafkaConnectionProperties.

getKafkaConnectionPropertiesOrBuilder()

public abstract GoldengateKafkaConnectionPropertiesOrBuilder getKafkaConnectionPropertiesOrBuilder()

Properties for a Kafka Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties kafka_connection_properties = 15;

Returns
Type Description
GoldengateKafkaConnectionPropertiesOrBuilder

getKafkaSchemaRegistryConnectionProperties()

public abstract GoldengateKafkaSchemaRegistryConnectionProperties getKafkaSchemaRegistryConnectionProperties()

Properties for a Kafka Schema Registry Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties kafka_schema_registry_connection_properties = 16;

Returns
Type Description
GoldengateKafkaSchemaRegistryConnectionProperties

The kafkaSchemaRegistryConnectionProperties.

getKafkaSchemaRegistryConnectionPropertiesOrBuilder()

public abstract GoldengateKafkaSchemaRegistryConnectionPropertiesOrBuilder getKafkaSchemaRegistryConnectionPropertiesOrBuilder()

Properties for a Kafka Schema Registry Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties kafka_schema_registry_connection_properties = 16;

Returns
Type Description
GoldengateKafkaSchemaRegistryConnectionPropertiesOrBuilder

getLifecycleDetails()

public abstract String getLifecycleDetails()

Output only. Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

string lifecycle_details = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The lifecycleDetails.

getLifecycleDetailsBytes()

public abstract ByteString getLifecycleDetailsBytes()

Output only. Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.

string lifecycle_details = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for lifecycleDetails.

getLifecycleState()

public abstract GoldengateConnectionProperties.GoldengateConnectionLifecycleState getLifecycleState()

Output only. The lifecycle state of the connection.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionLifecycleState lifecycle_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateConnectionProperties.GoldengateConnectionLifecycleState

The lifecycleState.

getLifecycleStateValue()

public abstract int getLifecycleStateValue()

Output only. The lifecycle state of the connection.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionLifecycleState lifecycle_state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for lifecycleState.

getMicrosoftFabricConnectionProperties()

public abstract GoldengateMicrosoftFabricConnectionProperties getMicrosoftFabricConnectionProperties()

Properties for a Microsoft Fabric connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftFabricConnectionProperties microsoft_fabric_connection_properties = 36;

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties

The microsoftFabricConnectionProperties.

getMicrosoftFabricConnectionPropertiesOrBuilder()

public abstract GoldengateMicrosoftFabricConnectionPropertiesOrBuilder getMicrosoftFabricConnectionPropertiesOrBuilder()

Properties for a Microsoft Fabric connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftFabricConnectionProperties microsoft_fabric_connection_properties = 36;

Returns
Type Description
GoldengateMicrosoftFabricConnectionPropertiesOrBuilder

getMicrosoftSqlserverConnectionProperties()

public abstract GoldengateMicrosoftSqlserverConnectionProperties getMicrosoftSqlserverConnectionProperties()

Properties for a Microsoft SQL Server connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftSqlserverConnectionProperties microsoft_sqlserver_connection_properties = 21;

Returns
Type Description
GoldengateMicrosoftSqlserverConnectionProperties

The microsoftSqlserverConnectionProperties.

getMicrosoftSqlserverConnectionPropertiesOrBuilder()

public abstract GoldengateMicrosoftSqlserverConnectionPropertiesOrBuilder getMicrosoftSqlserverConnectionPropertiesOrBuilder()

Properties for a Microsoft SQL Server connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftSqlserverConnectionProperties microsoft_sqlserver_connection_properties = 21;

Returns
Type Description
GoldengateMicrosoftSqlserverConnectionPropertiesOrBuilder

getMongodbConnectionProperties()

public abstract GoldengateMongodbConnectionProperties getMongodbConnectionProperties()

Properties for a MongoDB connection.

.google.cloud.oracledatabase.v1.GoldengateMongodbConnectionProperties mongodb_connection_properties = 25;

Returns
Type Description
GoldengateMongodbConnectionProperties

The mongodbConnectionProperties.

getMongodbConnectionPropertiesOrBuilder()

public abstract GoldengateMongodbConnectionPropertiesOrBuilder getMongodbConnectionPropertiesOrBuilder()

Properties for a MongoDB connection.

.google.cloud.oracledatabase.v1.GoldengateMongodbConnectionProperties mongodb_connection_properties = 25;

Returns
Type Description
GoldengateMongodbConnectionPropertiesOrBuilder

getMysqlConnectionProperties()

public abstract GoldengateMysqlConnectionProperties getMysqlConnectionProperties()

Properties for a Mysql Connection.

.google.cloud.oracledatabase.v1.GoldengateMysqlConnectionProperties mysql_connection_properties = 14;

Returns
Type Description
GoldengateMysqlConnectionProperties

The mysqlConnectionProperties.

getMysqlConnectionPropertiesOrBuilder()

public abstract GoldengateMysqlConnectionPropertiesOrBuilder getMysqlConnectionPropertiesOrBuilder()

Properties for a Mysql Connection.

.google.cloud.oracledatabase.v1.GoldengateMysqlConnectionProperties mysql_connection_properties = 14;

Returns
Type Description
GoldengateMysqlConnectionPropertiesOrBuilder

getOciObjectStorageConnectionProperties()

public abstract GoldengateOciObjectStorageConnectionProperties getOciObjectStorageConnectionProperties()

Properties for an OCI Object Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateOciObjectStorageConnectionProperties oci_object_storage_connection_properties = 17;

Returns
Type Description
GoldengateOciObjectStorageConnectionProperties

The ociObjectStorageConnectionProperties.

getOciObjectStorageConnectionPropertiesOrBuilder()

public abstract GoldengateOciObjectStorageConnectionPropertiesOrBuilder getOciObjectStorageConnectionPropertiesOrBuilder()

Properties for an OCI Object Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateOciObjectStorageConnectionProperties oci_object_storage_connection_properties = 17;

Returns
Type Description
GoldengateOciObjectStorageConnectionPropertiesOrBuilder

getOcid()

public abstract String getOcid()

Output only. The [OCID] of the connection being referenced.

string ocid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ocid.

getOcidBytes()

public abstract ByteString getOcidBytes()

Output only. The [OCID] of the connection being referenced.

string ocid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ocid.

getOracleAiDataPlatformConnectionProperties()

public abstract GoldengateOracleAIDataPlatformConnectionProperties getOracleAiDataPlatformConnectionProperties()

Properties for an Oracle AI Data Platform connection.

.google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties oracle_ai_data_platform_connection_properties = 37;

Returns
Type Description
GoldengateOracleAIDataPlatformConnectionProperties

The oracleAiDataPlatformConnectionProperties.

getOracleAiDataPlatformConnectionPropertiesOrBuilder()

public abstract GoldengateOracleAIDataPlatformConnectionPropertiesOrBuilder getOracleAiDataPlatformConnectionPropertiesOrBuilder()

Properties for an Oracle AI Data Platform connection.

.google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties oracle_ai_data_platform_connection_properties = 37;

Returns
Type Description
GoldengateOracleAIDataPlatformConnectionPropertiesOrBuilder

getOracleConnectionProperties()

public abstract GoldengateOracleConnectionProperties getOracleConnectionProperties()

Properties for an Oracle Database Connection.

.google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties oracle_connection_properties = 9;

Returns
Type Description
GoldengateOracleConnectionProperties

The oracleConnectionProperties.

getOracleConnectionPropertiesOrBuilder()

public abstract GoldengateOracleConnectionPropertiesOrBuilder getOracleConnectionPropertiesOrBuilder()

Properties for an Oracle Database Connection.

.google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties oracle_connection_properties = 9;

Returns
Type Description
GoldengateOracleConnectionPropertiesOrBuilder

getOracleNosqlConnectionProperties()

public abstract GoldengateOracleNosqlConnectionProperties getOracleNosqlConnectionProperties()

Properties for an Oracle NoSQL connection.

.google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties oracle_nosql_connection_properties = 26;

Returns
Type Description
GoldengateOracleNosqlConnectionProperties

The oracleNosqlConnectionProperties.

getOracleNosqlConnectionPropertiesOrBuilder()

public abstract GoldengateOracleNosqlConnectionPropertiesOrBuilder getOracleNosqlConnectionPropertiesOrBuilder()

Properties for an Oracle NoSQL connection.

.google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties oracle_nosql_connection_properties = 26;

Returns
Type Description
GoldengateOracleNosqlConnectionPropertiesOrBuilder

getPostgresqlConnectionProperties()

public abstract GoldengatePostgresqlConnectionProperties getPostgresqlConnectionProperties()

Properties for a PostgreSQL connection.

.google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties postgresql_connection_properties = 20;

Returns
Type Description
GoldengatePostgresqlConnectionProperties

The postgresqlConnectionProperties.

getPostgresqlConnectionPropertiesOrBuilder()

public abstract GoldengatePostgresqlConnectionPropertiesOrBuilder getPostgresqlConnectionPropertiesOrBuilder()

Properties for a PostgreSQL connection.

.google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties postgresql_connection_properties = 20;

Returns
Type Description
GoldengatePostgresqlConnectionPropertiesOrBuilder

getRedisConnectionProperties()

public abstract GoldengateRedisConnectionProperties getRedisConnectionProperties()

Properties for a Redis connection.

.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties redis_connection_properties = 33;

Returns
Type Description
GoldengateRedisConnectionProperties

The redisConnectionProperties.

getRedisConnectionPropertiesOrBuilder()

public abstract GoldengateRedisConnectionPropertiesOrBuilder getRedisConnectionPropertiesOrBuilder()

Properties for a Redis connection.

.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties redis_connection_properties = 33;

Returns
Type Description
GoldengateRedisConnectionPropertiesOrBuilder

getRoutingMethod()

public abstract GoldengateConnectionProperties.GoldengateConnectionRoutingMethod getRoutingMethod()

Optional. The routing method for the GoldengateConnection.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod routing_method = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateConnectionProperties.GoldengateConnectionRoutingMethod

The routingMethod.

getRoutingMethodValue()

public abstract int getRoutingMethodValue()

Optional. The routing method for the GoldengateConnection.

.google.cloud.oracledatabase.v1.GoldengateConnectionProperties.GoldengateConnectionRoutingMethod routing_method = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for routingMethod.

getSnowflakeConnectionProperties()

public abstract GoldengateSnowflakeConnectionProperties getSnowflakeConnectionProperties()

Properties for a Snowflake connection.

.google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties snowflake_connection_properties = 27;

Returns
Type Description
GoldengateSnowflakeConnectionProperties

The snowflakeConnectionProperties.

getSnowflakeConnectionPropertiesOrBuilder()

public abstract GoldengateSnowflakeConnectionPropertiesOrBuilder getSnowflakeConnectionPropertiesOrBuilder()

Properties for a Snowflake connection.

.google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties snowflake_connection_properties = 27;

Returns
Type Description
GoldengateSnowflakeConnectionPropertiesOrBuilder

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. The time the resource was last updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The time the resource was last updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasAmazonKinesisConnectionProperties()

public abstract boolean hasAmazonKinesisConnectionProperties()

Properties for an Amazon Kinesis connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonKinesisConnectionProperties amazon_kinesis_connection_properties = 31;

Returns
Type Description
boolean

Whether the amazonKinesisConnectionProperties field is set.

hasAmazonRedshiftConnectionProperties()

public abstract boolean hasAmazonRedshiftConnectionProperties()

Properties for an Amazon Redshift connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonRedshiftConnectionProperties amazon_redshift_connection_properties = 28;

Returns
Type Description
boolean

Whether the amazonRedshiftConnectionProperties field is set.

hasAmazonS3ConnectionProperties()

public abstract boolean hasAmazonS3ConnectionProperties()

Properties for an Amazon S3 connection.

.google.cloud.oracledatabase.v1.GoldengateAmazonS3ConnectionProperties amazon_s3_connection_properties = 22;

Returns
Type Description
boolean

Whether the amazonS3ConnectionProperties field is set.

hasAzureDataLakeStorageConnectionProperties()

public abstract boolean hasAzureDataLakeStorageConnectionProperties()

Properties for an Azure Data Lake Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateAzureDataLakeStorageConnectionProperties azure_data_lake_storage_connection_properties = 18;

Returns
Type Description
boolean

Whether the azureDataLakeStorageConnectionProperties field is set.

hasAzureSynapseAnalyticsConnectionProperties()

public abstract boolean hasAzureSynapseAnalyticsConnectionProperties()

Properties for an Azure Synapse Analytics connection.

.google.cloud.oracledatabase.v1.GoldengateAzureSynapseAnalyticsConnectionProperties azure_synapse_analytics_connection_properties = 19;

Returns
Type Description
boolean

Whether the azureSynapseAnalyticsConnectionProperties field is set.

hasDatabricksConnectionProperties()

public abstract boolean hasDatabricksConnectionProperties()

Properties for a Databricks connection.

.google.cloud.oracledatabase.v1.GoldengateDatabricksConnectionProperties databricks_connection_properties = 34;

Returns
Type Description
boolean

Whether the databricksConnectionProperties field is set.

hasDb2ConnectionProperties()

public abstract boolean hasDb2ConnectionProperties()

Properties for a DB2 connection.

.google.cloud.oracledatabase.v1.GoldengateDb2ConnectionProperties db2_connection_properties = 32;

Returns
Type Description
boolean

Whether the db2ConnectionProperties field is set.

hasElasticsearchConnectionProperties()

public abstract boolean hasElasticsearchConnectionProperties()

Properties for an Elasticsearch connection.

.google.cloud.oracledatabase.v1.GoldengateElasticsearchConnectionProperties elasticsearch_connection_properties = 29;

Returns
Type Description
boolean

Whether the elasticsearchConnectionProperties field is set.

hasGenericConnectionProperties()

public abstract boolean hasGenericConnectionProperties()

Properties for a Generic Connection.

.google.cloud.oracledatabase.v1.GoldengateGenericConnectionProperties generic_connection_properties = 11;

Returns
Type Description
boolean

Whether the genericConnectionProperties field is set.

hasGoldengateConnectionProperties()

public abstract boolean hasGoldengateConnectionProperties()

Properties for a Goldengate Connection.

.google.cloud.oracledatabase.v1.GoldengateGoldengateConnectionProperties goldengate_connection_properties = 10;

Returns
Type Description
boolean

Whether the goldengateConnectionProperties field is set.

hasGoogleBigQueryConnectionProperties()

public abstract boolean hasGoogleBigQueryConnectionProperties()

Properties for a Google BigQuery Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleBigQueryConnectionProperties google_big_query_connection_properties = 13;

Returns
Type Description
boolean

Whether the googleBigQueryConnectionProperties field is set.

hasGoogleCloudStorageConnectionProperties()

public abstract boolean hasGoogleCloudStorageConnectionProperties()

Properties for a Google Cloud Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateGoogleCloudStorageConnectionProperties google_cloud_storage_connection_properties = 12;

Returns
Type Description
boolean

Whether the googleCloudStorageConnectionProperties field is set.

hasGooglePubsubConnectionProperties()

public abstract boolean hasGooglePubsubConnectionProperties()

Properties for a Google Pub/Sub connection.

.google.cloud.oracledatabase.v1.GoldengateGooglePubsubConnectionProperties google_pubsub_connection_properties = 35;

Returns
Type Description
boolean

Whether the googlePubsubConnectionProperties field is set.

hasHdfsConnectionProperties()

public abstract boolean hasHdfsConnectionProperties()

Properties for an HDFS connection.

.google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties hdfs_connection_properties = 23;

Returns
Type Description
boolean

Whether the hdfsConnectionProperties field is set.

hasIcebergConnectionProperties()

public abstract boolean hasIcebergConnectionProperties()

Properties for an Iceberg connection.

.google.cloud.oracledatabase.v1.GoldengateIcebergConnectionProperties iceberg_connection_properties = 38;

Returns
Type Description
boolean

Whether the icebergConnectionProperties field is set.

hasJavaMessageServiceConnectionProperties()

public abstract boolean hasJavaMessageServiceConnectionProperties()

Properties for a Java Message Service connection.

.google.cloud.oracledatabase.v1.GoldengateJavaMessageServiceConnectionProperties java_message_service_connection_properties = 24;

Returns
Type Description
boolean

Whether the javaMessageServiceConnectionProperties field is set.

hasKafkaConnectionProperties()

public abstract boolean hasKafkaConnectionProperties()

Properties for a Kafka Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaConnectionProperties kafka_connection_properties = 15;

Returns
Type Description
boolean

Whether the kafkaConnectionProperties field is set.

hasKafkaSchemaRegistryConnectionProperties()

public abstract boolean hasKafkaSchemaRegistryConnectionProperties()

Properties for a Kafka Schema Registry Connection.

.google.cloud.oracledatabase.v1.GoldengateKafkaSchemaRegistryConnectionProperties kafka_schema_registry_connection_properties = 16;

Returns
Type Description
boolean

Whether the kafkaSchemaRegistryConnectionProperties field is set.

hasMicrosoftFabricConnectionProperties()

public abstract boolean hasMicrosoftFabricConnectionProperties()

Properties for a Microsoft Fabric connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftFabricConnectionProperties microsoft_fabric_connection_properties = 36;

Returns
Type Description
boolean

Whether the microsoftFabricConnectionProperties field is set.

hasMicrosoftSqlserverConnectionProperties()

public abstract boolean hasMicrosoftSqlserverConnectionProperties()

Properties for a Microsoft SQL Server connection.

.google.cloud.oracledatabase.v1.GoldengateMicrosoftSqlserverConnectionProperties microsoft_sqlserver_connection_properties = 21;

Returns
Type Description
boolean

Whether the microsoftSqlserverConnectionProperties field is set.

hasMongodbConnectionProperties()

public abstract boolean hasMongodbConnectionProperties()

Properties for a MongoDB connection.

.google.cloud.oracledatabase.v1.GoldengateMongodbConnectionProperties mongodb_connection_properties = 25;

Returns
Type Description
boolean

Whether the mongodbConnectionProperties field is set.

hasMysqlConnectionProperties()

public abstract boolean hasMysqlConnectionProperties()

Properties for a Mysql Connection.

.google.cloud.oracledatabase.v1.GoldengateMysqlConnectionProperties mysql_connection_properties = 14;

Returns
Type Description
boolean

Whether the mysqlConnectionProperties field is set.

hasOciObjectStorageConnectionProperties()

public abstract boolean hasOciObjectStorageConnectionProperties()

Properties for an OCI Object Storage Connection.

.google.cloud.oracledatabase.v1.GoldengateOciObjectStorageConnectionProperties oci_object_storage_connection_properties = 17;

Returns
Type Description
boolean

Whether the ociObjectStorageConnectionProperties field is set.

hasOracleAiDataPlatformConnectionProperties()

public abstract boolean hasOracleAiDataPlatformConnectionProperties()

Properties for an Oracle AI Data Platform connection.

.google.cloud.oracledatabase.v1.GoldengateOracleAIDataPlatformConnectionProperties oracle_ai_data_platform_connection_properties = 37;

Returns
Type Description
boolean

Whether the oracleAiDataPlatformConnectionProperties field is set.

hasOracleConnectionProperties()

public abstract boolean hasOracleConnectionProperties()

Properties for an Oracle Database Connection.

.google.cloud.oracledatabase.v1.GoldengateOracleConnectionProperties oracle_connection_properties = 9;

Returns
Type Description
boolean

Whether the oracleConnectionProperties field is set.

hasOracleNosqlConnectionProperties()

public abstract boolean hasOracleNosqlConnectionProperties()

Properties for an Oracle NoSQL connection.

.google.cloud.oracledatabase.v1.GoldengateOracleNosqlConnectionProperties oracle_nosql_connection_properties = 26;

Returns
Type Description
boolean

Whether the oracleNosqlConnectionProperties field is set.

hasPostgresqlConnectionProperties()

public abstract boolean hasPostgresqlConnectionProperties()

Properties for a PostgreSQL connection.

.google.cloud.oracledatabase.v1.GoldengatePostgresqlConnectionProperties postgresql_connection_properties = 20;

Returns
Type Description
boolean

Whether the postgresqlConnectionProperties field is set.

hasRedisConnectionProperties()

public abstract boolean hasRedisConnectionProperties()

Properties for a Redis connection.

.google.cloud.oracledatabase.v1.GoldengateRedisConnectionProperties redis_connection_properties = 33;

Returns
Type Description
boolean

Whether the redisConnectionProperties field is set.

hasSnowflakeConnectionProperties()

public abstract boolean hasSnowflakeConnectionProperties()

Properties for a Snowflake connection.

.google.cloud.oracledatabase.v1.GoldengateSnowflakeConnectionProperties snowflake_connection_properties = 27;

Returns
Type Description
boolean

Whether the snowflakeConnectionProperties field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. The time the resource was last updated.

.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.