Class GoldengateConnectionProperties.Builder (0.42.0)

public static final class GoldengateConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateConnectionProperties.Builder> implements GoldengateConnectionPropertiesOrBuilder

The properties of a GoldengateConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateConnectionProperties

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllIngressIpAddresses(Iterable<String> values)

public GoldengateConnectionProperties.Builder addAllIngressIpAddresses(Iterable<String> values)

Output only. The Ingress IPs of the GoldengateConnection.

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

Parameter
Name Description
values Iterable<String>

The ingressIpAddresses to add.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

addIngressIpAddresses(String value)

public GoldengateConnectionProperties.Builder addIngressIpAddresses(String value)

Output only. The Ingress IPs of the GoldengateConnection.

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

Parameter
Name Description
value String

The ingressIpAddresses to add.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

addIngressIpAddressesBytes(ByteString value)

public GoldengateConnectionProperties.Builder addIngressIpAddressesBytes(ByteString value)

Output only. The Ingress IPs of the GoldengateConnection.

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

Parameter
Name Description
value ByteString

The bytes of the ingressIpAddresses to add.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

build()

public GoldengateConnectionProperties build()
Returns
Type Description
GoldengateConnectionProperties

buildPartial()

public GoldengateConnectionProperties buildPartial()
Returns
Type Description
GoldengateConnectionProperties

clear()

public GoldengateConnectionProperties.Builder clear()
Returns
Type Description
GoldengateConnectionProperties.Builder
Overrides

clearAmazonKinesisConnectionProperties()

public GoldengateConnectionProperties.Builder clearAmazonKinesisConnectionProperties()

Properties for an Amazon Kinesis connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearAmazonRedshiftConnectionProperties()

public GoldengateConnectionProperties.Builder clearAmazonRedshiftConnectionProperties()

Properties for an Amazon Redshift connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearAmazonS3ConnectionProperties()

public GoldengateConnectionProperties.Builder clearAmazonS3ConnectionProperties()

Properties for an Amazon S3 connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearAzureDataLakeStorageConnectionProperties()

public GoldengateConnectionProperties.Builder clearAzureDataLakeStorageConnectionProperties()

Properties for an Azure Data Lake Storage Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearAzureSynapseAnalyticsConnectionProperties()

public GoldengateConnectionProperties.Builder clearAzureSynapseAnalyticsConnectionProperties()

Properties for an Azure Synapse Analytics connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearConnectionDetails()

public GoldengateConnectionProperties.Builder clearConnectionDetails()
Returns
Type Description
GoldengateConnectionProperties.Builder

clearConnectionType()

public GoldengateConnectionProperties.Builder clearConnectionType()

Required. The connection type.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

clearDatabricksConnectionProperties()

public GoldengateConnectionProperties.Builder clearDatabricksConnectionProperties()

Properties for a Databricks connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearDb2ConnectionProperties()

public GoldengateConnectionProperties.Builder clearDb2ConnectionProperties()

Properties for a DB2 connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearDescription()

public GoldengateConnectionProperties.Builder clearDescription()

Optional. Metadata about this specific object.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

clearDisplayName()

public GoldengateConnectionProperties.Builder clearDisplayName()

Required. An object's Display Name.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

clearElasticsearchConnectionProperties()

public GoldengateConnectionProperties.Builder clearElasticsearchConnectionProperties()

Properties for an Elasticsearch connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearGenericConnectionProperties()

public GoldengateConnectionProperties.Builder clearGenericConnectionProperties()

Properties for a Generic Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearGoldengateConnectionProperties()

public GoldengateConnectionProperties.Builder clearGoldengateConnectionProperties()

Properties for a Goldengate Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearGoogleBigQueryConnectionProperties()

public GoldengateConnectionProperties.Builder clearGoogleBigQueryConnectionProperties()

Properties for a Google BigQuery Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearGoogleCloudStorageConnectionProperties()

public GoldengateConnectionProperties.Builder clearGoogleCloudStorageConnectionProperties()

Properties for a Google Cloud Storage Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearGooglePubsubConnectionProperties()

public GoldengateConnectionProperties.Builder clearGooglePubsubConnectionProperties()

Properties for a Google Pub/Sub connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearHdfsConnectionProperties()

public GoldengateConnectionProperties.Builder clearHdfsConnectionProperties()

Properties for an HDFS connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearIcebergConnectionProperties()

public GoldengateConnectionProperties.Builder clearIcebergConnectionProperties()

Properties for an Iceberg connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearIngressIpAddresses()

public GoldengateConnectionProperties.Builder clearIngressIpAddresses()

Output only. The Ingress IPs of the GoldengateConnection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

clearJavaMessageServiceConnectionProperties()

public GoldengateConnectionProperties.Builder clearJavaMessageServiceConnectionProperties()

Properties for a Java Message Service connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearKafkaConnectionProperties()

public GoldengateConnectionProperties.Builder clearKafkaConnectionProperties()

Properties for a Kafka Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearKafkaSchemaRegistryConnectionProperties()

public GoldengateConnectionProperties.Builder clearKafkaSchemaRegistryConnectionProperties()

Properties for a Kafka Schema Registry Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearLifecycleDetails()

public GoldengateConnectionProperties.Builder clearLifecycleDetails()

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
GoldengateConnectionProperties.Builder

This builder for chaining.

clearLifecycleState()

public GoldengateConnectionProperties.Builder clearLifecycleState()

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.Builder

This builder for chaining.

clearMicrosoftFabricConnectionProperties()

public GoldengateConnectionProperties.Builder clearMicrosoftFabricConnectionProperties()

Properties for a Microsoft Fabric connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearMicrosoftSqlserverConnectionProperties()

public GoldengateConnectionProperties.Builder clearMicrosoftSqlserverConnectionProperties()

Properties for a Microsoft SQL Server connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearMongodbConnectionProperties()

public GoldengateConnectionProperties.Builder clearMongodbConnectionProperties()

Properties for a MongoDB connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearMysqlConnectionProperties()

public GoldengateConnectionProperties.Builder clearMysqlConnectionProperties()

Properties for a Mysql Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearOciObjectStorageConnectionProperties()

public GoldengateConnectionProperties.Builder clearOciObjectStorageConnectionProperties()

Properties for an OCI Object Storage Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearOcid()

public GoldengateConnectionProperties.Builder clearOcid()

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

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

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

clearOracleAiDataPlatformConnectionProperties()

public GoldengateConnectionProperties.Builder clearOracleAiDataPlatformConnectionProperties()

Properties for an Oracle AI Data Platform connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearOracleConnectionProperties()

public GoldengateConnectionProperties.Builder clearOracleConnectionProperties()

Properties for an Oracle Database Connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearOracleNosqlConnectionProperties()

public GoldengateConnectionProperties.Builder clearOracleNosqlConnectionProperties()

Properties for an Oracle NoSQL connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearPostgresqlConnectionProperties()

public GoldengateConnectionProperties.Builder clearPostgresqlConnectionProperties()

Properties for a PostgreSQL connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearRedisConnectionProperties()

public GoldengateConnectionProperties.Builder clearRedisConnectionProperties()

Properties for a Redis connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearRoutingMethod()

public GoldengateConnectionProperties.Builder clearRoutingMethod()

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.Builder

This builder for chaining.

clearSnowflakeConnectionProperties()

public GoldengateConnectionProperties.Builder clearSnowflakeConnectionProperties()

Properties for a Snowflake connection.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

clearUpdateTime()

public GoldengateConnectionProperties.Builder clearUpdateTime()

Output only. The time the resource was last updated.

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

Returns
Type Description
GoldengateConnectionProperties.Builder

getAmazonKinesisConnectionProperties()

public GoldengateAmazonKinesisConnectionProperties getAmazonKinesisConnectionProperties()

Properties for an Amazon Kinesis connection.

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

Returns
Type Description
GoldengateAmazonKinesisConnectionProperties

The amazonKinesisConnectionProperties.

getAmazonKinesisConnectionPropertiesBuilder()

public GoldengateAmazonKinesisConnectionProperties.Builder getAmazonKinesisConnectionPropertiesBuilder()

Properties for an Amazon Kinesis connection.

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

Returns
Type Description
GoldengateAmazonKinesisConnectionProperties.Builder

getAmazonKinesisConnectionPropertiesOrBuilder()

public GoldengateAmazonKinesisConnectionPropertiesOrBuilder getAmazonKinesisConnectionPropertiesOrBuilder()

Properties for an Amazon Kinesis connection.

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

Returns
Type Description
GoldengateAmazonKinesisConnectionPropertiesOrBuilder

getAmazonRedshiftConnectionProperties()

public GoldengateAmazonRedshiftConnectionProperties getAmazonRedshiftConnectionProperties()

Properties for an Amazon Redshift connection.

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

Returns
Type Description
GoldengateAmazonRedshiftConnectionProperties

The amazonRedshiftConnectionProperties.

getAmazonRedshiftConnectionPropertiesBuilder()

public GoldengateAmazonRedshiftConnectionProperties.Builder getAmazonRedshiftConnectionPropertiesBuilder()

Properties for an Amazon Redshift connection.

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

Returns
Type Description
GoldengateAmazonRedshiftConnectionProperties.Builder

getAmazonRedshiftConnectionPropertiesOrBuilder()

public GoldengateAmazonRedshiftConnectionPropertiesOrBuilder getAmazonRedshiftConnectionPropertiesOrBuilder()

Properties for an Amazon Redshift connection.

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

Returns
Type Description
GoldengateAmazonRedshiftConnectionPropertiesOrBuilder

getAmazonS3ConnectionProperties()

public GoldengateAmazonS3ConnectionProperties getAmazonS3ConnectionProperties()

Properties for an Amazon S3 connection.

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

Returns
Type Description
GoldengateAmazonS3ConnectionProperties

The amazonS3ConnectionProperties.

getAmazonS3ConnectionPropertiesBuilder()

public GoldengateAmazonS3ConnectionProperties.Builder getAmazonS3ConnectionPropertiesBuilder()

Properties for an Amazon S3 connection.

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

Returns
Type Description
GoldengateAmazonS3ConnectionProperties.Builder

getAmazonS3ConnectionPropertiesOrBuilder()

public GoldengateAmazonS3ConnectionPropertiesOrBuilder getAmazonS3ConnectionPropertiesOrBuilder()

Properties for an Amazon S3 connection.

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

Returns
Type Description
GoldengateAmazonS3ConnectionPropertiesOrBuilder

getAzureDataLakeStorageConnectionProperties()

public 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.

getAzureDataLakeStorageConnectionPropertiesBuilder()

public GoldengateAzureDataLakeStorageConnectionProperties.Builder getAzureDataLakeStorageConnectionPropertiesBuilder()

Properties for an Azure Data Lake Storage Connection.

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

Returns
Type Description
GoldengateAzureDataLakeStorageConnectionProperties.Builder

getAzureDataLakeStorageConnectionPropertiesOrBuilder()

public 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 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.

getAzureSynapseAnalyticsConnectionPropertiesBuilder()

public GoldengateAzureSynapseAnalyticsConnectionProperties.Builder getAzureSynapseAnalyticsConnectionPropertiesBuilder()

Properties for an Azure Synapse Analytics connection.

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

Returns
Type Description
GoldengateAzureSynapseAnalyticsConnectionProperties.Builder

getAzureSynapseAnalyticsConnectionPropertiesOrBuilder()

public 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 GoldengateConnectionProperties.ConnectionDetailsCase getConnectionDetailsCase()
Returns
Type Description
GoldengateConnectionProperties.ConnectionDetailsCase

getConnectionType()

public 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 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 GoldengateDatabricksConnectionProperties getDatabricksConnectionProperties()

Properties for a Databricks connection.

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

Returns
Type Description
GoldengateDatabricksConnectionProperties

The databricksConnectionProperties.

getDatabricksConnectionPropertiesBuilder()

public GoldengateDatabricksConnectionProperties.Builder getDatabricksConnectionPropertiesBuilder()

Properties for a Databricks connection.

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

Returns
Type Description
GoldengateDatabricksConnectionProperties.Builder

getDatabricksConnectionPropertiesOrBuilder()

public GoldengateDatabricksConnectionPropertiesOrBuilder getDatabricksConnectionPropertiesOrBuilder()

Properties for a Databricks connection.

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

Returns
Type Description
GoldengateDatabricksConnectionPropertiesOrBuilder

getDb2ConnectionProperties()

public GoldengateDb2ConnectionProperties getDb2ConnectionProperties()

Properties for a DB2 connection.

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

Returns
Type Description
GoldengateDb2ConnectionProperties

The db2ConnectionProperties.

getDb2ConnectionPropertiesBuilder()

public GoldengateDb2ConnectionProperties.Builder getDb2ConnectionPropertiesBuilder()

Properties for a DB2 connection.

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

Returns
Type Description
GoldengateDb2ConnectionProperties.Builder

getDb2ConnectionPropertiesOrBuilder()

public GoldengateDb2ConnectionPropertiesOrBuilder getDb2ConnectionPropertiesOrBuilder()

Properties for a DB2 connection.

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

Returns
Type Description
GoldengateDb2ConnectionPropertiesOrBuilder

getDefaultInstanceForType()

public GoldengateConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateConnectionProperties

getDescription()

public String getDescription()

Optional. Metadata about this specific object.

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

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. Metadata about this specific object.

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

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDisplayName()

public 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 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 GoldengateElasticsearchConnectionProperties getElasticsearchConnectionProperties()

Properties for an Elasticsearch connection.

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

Returns
Type Description
GoldengateElasticsearchConnectionProperties

The elasticsearchConnectionProperties.

getElasticsearchConnectionPropertiesBuilder()

public GoldengateElasticsearchConnectionProperties.Builder getElasticsearchConnectionPropertiesBuilder()

Properties for an Elasticsearch connection.

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

Returns
Type Description
GoldengateElasticsearchConnectionProperties.Builder

getElasticsearchConnectionPropertiesOrBuilder()

public GoldengateElasticsearchConnectionPropertiesOrBuilder getElasticsearchConnectionPropertiesOrBuilder()

Properties for an Elasticsearch connection.

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

Returns
Type Description
GoldengateElasticsearchConnectionPropertiesOrBuilder

getGenericConnectionProperties()

public GoldengateGenericConnectionProperties getGenericConnectionProperties()

Properties for a Generic Connection.

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

Returns
Type Description
GoldengateGenericConnectionProperties

The genericConnectionProperties.

getGenericConnectionPropertiesBuilder()

public GoldengateGenericConnectionProperties.Builder getGenericConnectionPropertiesBuilder()

Properties for a Generic Connection.

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

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

getGenericConnectionPropertiesOrBuilder()

public GoldengateGenericConnectionPropertiesOrBuilder getGenericConnectionPropertiesOrBuilder()

Properties for a Generic Connection.

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

Returns
Type Description
GoldengateGenericConnectionPropertiesOrBuilder

getGoldengateConnectionProperties()

public GoldengateGoldengateConnectionProperties getGoldengateConnectionProperties()

Properties for a Goldengate Connection.

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

Returns
Type Description
GoldengateGoldengateConnectionProperties

The goldengateConnectionProperties.

getGoldengateConnectionPropertiesBuilder()

public GoldengateGoldengateConnectionProperties.Builder getGoldengateConnectionPropertiesBuilder()

Properties for a Goldengate Connection.

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

Returns
Type Description
GoldengateGoldengateConnectionProperties.Builder

getGoldengateConnectionPropertiesOrBuilder()

public GoldengateGoldengateConnectionPropertiesOrBuilder getGoldengateConnectionPropertiesOrBuilder()

Properties for a Goldengate Connection.

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

Returns
Type Description
GoldengateGoldengateConnectionPropertiesOrBuilder

getGoogleBigQueryConnectionProperties()

public 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.

getGoogleBigQueryConnectionPropertiesBuilder()

public GoldengateGoogleBigQueryConnectionProperties.Builder getGoogleBigQueryConnectionPropertiesBuilder()

Properties for a Google BigQuery Connection.

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

Returns
Type Description
GoldengateGoogleBigQueryConnectionProperties.Builder

getGoogleBigQueryConnectionPropertiesOrBuilder()

public 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 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.

getGoogleCloudStorageConnectionPropertiesBuilder()

public GoldengateGoogleCloudStorageConnectionProperties.Builder getGoogleCloudStorageConnectionPropertiesBuilder()

Properties for a Google Cloud Storage Connection.

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

Returns
Type Description
GoldengateGoogleCloudStorageConnectionProperties.Builder

getGoogleCloudStorageConnectionPropertiesOrBuilder()

public 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 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.

getGooglePubsubConnectionPropertiesBuilder()

public GoldengateGooglePubsubConnectionProperties.Builder getGooglePubsubConnectionPropertiesBuilder()

Properties for a Google Pub/Sub connection.

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

Returns
Type Description
GoldengateGooglePubsubConnectionProperties.Builder

getGooglePubsubConnectionPropertiesOrBuilder()

public 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 GoldengateHdfsConnectionProperties getHdfsConnectionProperties()

Properties for an HDFS connection.

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

Returns
Type Description
GoldengateHdfsConnectionProperties

The hdfsConnectionProperties.

getHdfsConnectionPropertiesBuilder()

public GoldengateHdfsConnectionProperties.Builder getHdfsConnectionPropertiesBuilder()

Properties for an HDFS connection.

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

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

getHdfsConnectionPropertiesOrBuilder()

public GoldengateHdfsConnectionPropertiesOrBuilder getHdfsConnectionPropertiesOrBuilder()

Properties for an HDFS connection.

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

Returns
Type Description
GoldengateHdfsConnectionPropertiesOrBuilder

getIcebergConnectionProperties()

public GoldengateIcebergConnectionProperties getIcebergConnectionProperties()

Properties for an Iceberg connection.

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

Returns
Type Description
GoldengateIcebergConnectionProperties

The icebergConnectionProperties.

getIcebergConnectionPropertiesBuilder()

public GoldengateIcebergConnectionProperties.Builder getIcebergConnectionPropertiesBuilder()

Properties for an Iceberg connection.

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

Returns
Type Description
GoldengateIcebergConnectionProperties.Builder

getIcebergConnectionPropertiesOrBuilder()

public GoldengateIcebergConnectionPropertiesOrBuilder getIcebergConnectionPropertiesOrBuilder()

Properties for an Iceberg connection.

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

Returns
Type Description
GoldengateIcebergConnectionPropertiesOrBuilder

getIngressIpAddresses(int index)

public 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 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 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 ProtocolStringList getIngressIpAddressesList()

Output only. The Ingress IPs of the GoldengateConnection.

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

Returns
Type Description
ProtocolStringList

A list containing the ingressIpAddresses.

getJavaMessageServiceConnectionProperties()

public 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.

getJavaMessageServiceConnectionPropertiesBuilder()

public GoldengateJavaMessageServiceConnectionProperties.Builder getJavaMessageServiceConnectionPropertiesBuilder()

Properties for a Java Message Service connection.

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

Returns
Type Description
GoldengateJavaMessageServiceConnectionProperties.Builder

getJavaMessageServiceConnectionPropertiesOrBuilder()

public 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 GoldengateKafkaConnectionProperties getKafkaConnectionProperties()

Properties for a Kafka Connection.

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

Returns
Type Description
GoldengateKafkaConnectionProperties

The kafkaConnectionProperties.

getKafkaConnectionPropertiesBuilder()

public GoldengateKafkaConnectionProperties.Builder getKafkaConnectionPropertiesBuilder()

Properties for a Kafka Connection.

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

Returns
Type Description
GoldengateKafkaConnectionProperties.Builder

getKafkaConnectionPropertiesOrBuilder()

public GoldengateKafkaConnectionPropertiesOrBuilder getKafkaConnectionPropertiesOrBuilder()

Properties for a Kafka Connection.

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

Returns
Type Description
GoldengateKafkaConnectionPropertiesOrBuilder

getKafkaSchemaRegistryConnectionProperties()

public 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.

getKafkaSchemaRegistryConnectionPropertiesBuilder()

public GoldengateKafkaSchemaRegistryConnectionProperties.Builder getKafkaSchemaRegistryConnectionPropertiesBuilder()

Properties for a Kafka Schema Registry Connection.

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

Returns
Type Description
GoldengateKafkaSchemaRegistryConnectionProperties.Builder

getKafkaSchemaRegistryConnectionPropertiesOrBuilder()

public 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 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 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 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 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 GoldengateMicrosoftFabricConnectionProperties getMicrosoftFabricConnectionProperties()

Properties for a Microsoft Fabric connection.

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

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties

The microsoftFabricConnectionProperties.

getMicrosoftFabricConnectionPropertiesBuilder()

public GoldengateMicrosoftFabricConnectionProperties.Builder getMicrosoftFabricConnectionPropertiesBuilder()

Properties for a Microsoft Fabric connection.

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

Returns
Type Description
GoldengateMicrosoftFabricConnectionProperties.Builder

getMicrosoftFabricConnectionPropertiesOrBuilder()

public GoldengateMicrosoftFabricConnectionPropertiesOrBuilder getMicrosoftFabricConnectionPropertiesOrBuilder()

Properties for a Microsoft Fabric connection.

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

Returns
Type Description
GoldengateMicrosoftFabricConnectionPropertiesOrBuilder

getMicrosoftSqlserverConnectionProperties()

public 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.

getMicrosoftSqlserverConnectionPropertiesBuilder()

public GoldengateMicrosoftSqlserverConnectionProperties.Builder getMicrosoftSqlserverConnectionPropertiesBuilder()

Properties for a Microsoft SQL Server connection.

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

Returns
Type Description
GoldengateMicrosoftSqlserverConnectionProperties.Builder

getMicrosoftSqlserverConnectionPropertiesOrBuilder()

public 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 GoldengateMongodbConnectionProperties getMongodbConnectionProperties()

Properties for a MongoDB connection.

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

Returns
Type Description
GoldengateMongodbConnectionProperties

The mongodbConnectionProperties.

getMongodbConnectionPropertiesBuilder()

public GoldengateMongodbConnectionProperties.Builder getMongodbConnectionPropertiesBuilder()

Properties for a MongoDB connection.

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

Returns
Type Description
GoldengateMongodbConnectionProperties.Builder

getMongodbConnectionPropertiesOrBuilder()

public GoldengateMongodbConnectionPropertiesOrBuilder getMongodbConnectionPropertiesOrBuilder()

Properties for a MongoDB connection.

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

Returns
Type Description
GoldengateMongodbConnectionPropertiesOrBuilder

getMysqlConnectionProperties()

public GoldengateMysqlConnectionProperties getMysqlConnectionProperties()

Properties for a Mysql Connection.

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

Returns
Type Description
GoldengateMysqlConnectionProperties

The mysqlConnectionProperties.

getMysqlConnectionPropertiesBuilder()

public GoldengateMysqlConnectionProperties.Builder getMysqlConnectionPropertiesBuilder()

Properties for a Mysql Connection.

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

Returns
Type Description
GoldengateMysqlConnectionProperties.Builder

getMysqlConnectionPropertiesOrBuilder()

public GoldengateMysqlConnectionPropertiesOrBuilder getMysqlConnectionPropertiesOrBuilder()

Properties for a Mysql Connection.

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

Returns
Type Description
GoldengateMysqlConnectionPropertiesOrBuilder

getOciObjectStorageConnectionProperties()

public 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.

getOciObjectStorageConnectionPropertiesBuilder()

public GoldengateOciObjectStorageConnectionProperties.Builder getOciObjectStorageConnectionPropertiesBuilder()

Properties for an OCI Object Storage Connection.

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

Returns
Type Description
GoldengateOciObjectStorageConnectionProperties.Builder

getOciObjectStorageConnectionPropertiesOrBuilder()

public 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 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 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 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.

getOracleAiDataPlatformConnectionPropertiesBuilder()

public GoldengateOracleAIDataPlatformConnectionProperties.Builder getOracleAiDataPlatformConnectionPropertiesBuilder()

Properties for an Oracle AI Data Platform connection.

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

Returns
Type Description
GoldengateOracleAIDataPlatformConnectionProperties.Builder

getOracleAiDataPlatformConnectionPropertiesOrBuilder()

public 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 GoldengateOracleConnectionProperties getOracleConnectionProperties()

Properties for an Oracle Database Connection.

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

Returns
Type Description
GoldengateOracleConnectionProperties

The oracleConnectionProperties.

getOracleConnectionPropertiesBuilder()

public GoldengateOracleConnectionProperties.Builder getOracleConnectionPropertiesBuilder()

Properties for an Oracle Database Connection.

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

Returns
Type Description
GoldengateOracleConnectionProperties.Builder

getOracleConnectionPropertiesOrBuilder()

public GoldengateOracleConnectionPropertiesOrBuilder getOracleConnectionPropertiesOrBuilder()

Properties for an Oracle Database Connection.

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

Returns
Type Description
GoldengateOracleConnectionPropertiesOrBuilder

getOracleNosqlConnectionProperties()

public GoldengateOracleNosqlConnectionProperties getOracleNosqlConnectionProperties()

Properties for an Oracle NoSQL connection.

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

Returns
Type Description
GoldengateOracleNosqlConnectionProperties

The oracleNosqlConnectionProperties.

getOracleNosqlConnectionPropertiesBuilder()

public GoldengateOracleNosqlConnectionProperties.Builder getOracleNosqlConnectionPropertiesBuilder()

Properties for an Oracle NoSQL connection.

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

Returns
Type Description
GoldengateOracleNosqlConnectionProperties.Builder

getOracleNosqlConnectionPropertiesOrBuilder()

public GoldengateOracleNosqlConnectionPropertiesOrBuilder getOracleNosqlConnectionPropertiesOrBuilder()

Properties for an Oracle NoSQL connection.

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

Returns
Type Description
GoldengateOracleNosqlConnectionPropertiesOrBuilder

getPostgresqlConnectionProperties()

public GoldengatePostgresqlConnectionProperties getPostgresqlConnectionProperties()

Properties for a PostgreSQL connection.

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

Returns
Type Description
GoldengatePostgresqlConnectionProperties

The postgresqlConnectionProperties.

getPostgresqlConnectionPropertiesBuilder()

public GoldengatePostgresqlConnectionProperties.Builder getPostgresqlConnectionPropertiesBuilder()

Properties for a PostgreSQL connection.

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

Returns
Type Description
GoldengatePostgresqlConnectionProperties.Builder

getPostgresqlConnectionPropertiesOrBuilder()

public GoldengatePostgresqlConnectionPropertiesOrBuilder getPostgresqlConnectionPropertiesOrBuilder()

Properties for a PostgreSQL connection.

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

Returns
Type Description
GoldengatePostgresqlConnectionPropertiesOrBuilder

getRedisConnectionProperties()

public GoldengateRedisConnectionProperties getRedisConnectionProperties()

Properties for a Redis connection.

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

Returns
Type Description
GoldengateRedisConnectionProperties

The redisConnectionProperties.

getRedisConnectionPropertiesBuilder()

public GoldengateRedisConnectionProperties.Builder getRedisConnectionPropertiesBuilder()

Properties for a Redis connection.

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

Returns
Type Description
GoldengateRedisConnectionProperties.Builder

getRedisConnectionPropertiesOrBuilder()

public GoldengateRedisConnectionPropertiesOrBuilder getRedisConnectionPropertiesOrBuilder()

Properties for a Redis connection.

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

Returns
Type Description
GoldengateRedisConnectionPropertiesOrBuilder

getRoutingMethod()

public 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 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 GoldengateSnowflakeConnectionProperties getSnowflakeConnectionProperties()

Properties for a Snowflake connection.

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

Returns
Type Description
GoldengateSnowflakeConnectionProperties

The snowflakeConnectionProperties.

getSnowflakeConnectionPropertiesBuilder()

public GoldengateSnowflakeConnectionProperties.Builder getSnowflakeConnectionPropertiesBuilder()

Properties for a Snowflake connection.

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

Returns
Type Description
GoldengateSnowflakeConnectionProperties.Builder

getSnowflakeConnectionPropertiesOrBuilder()

public GoldengateSnowflakeConnectionPropertiesOrBuilder getSnowflakeConnectionPropertiesOrBuilder()

Properties for a Snowflake connection.

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

Returns
Type Description
GoldengateSnowflakeConnectionPropertiesOrBuilder

getUpdateTime()

public 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.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The time the resource was last updated.

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

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties value)

Properties for an Amazon Kinesis connection.

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

Parameter
Name Description
value GoldengateAmazonKinesisConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties value)

Properties for an Amazon Redshift connection.

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

Parameter
Name Description
value GoldengateAmazonRedshiftConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties value)

Properties for an Amazon S3 connection.

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

Parameter
Name Description
value GoldengateAmazonS3ConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties value)

Properties for an Azure Data Lake Storage Connection.

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

Parameter
Name Description
value GoldengateAzureDataLakeStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties value)

Properties for an Azure Synapse Analytics connection.

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

Parameter
Name Description
value GoldengateAzureSynapseAnalyticsConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties value)

Properties for a Databricks connection.

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

Parameter
Name Description
value GoldengateDatabricksConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeDb2ConnectionProperties(GoldengateDb2ConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeDb2ConnectionProperties(GoldengateDb2ConnectionProperties value)

Properties for a DB2 connection.

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

Parameter
Name Description
value GoldengateDb2ConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties value)

Properties for an Elasticsearch connection.

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

Parameter
Name Description
value GoldengateElasticsearchConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeFrom(GoldengateConnectionProperties other)

public GoldengateConnectionProperties.Builder mergeFrom(GoldengateConnectionProperties other)
Parameter
Name Description
other GoldengateConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GoldengateConnectionProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GoldengateConnectionProperties.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GoldengateConnectionProperties.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GoldengateConnectionProperties.Builder
Overrides

mergeGenericConnectionProperties(GoldengateGenericConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeGenericConnectionProperties(GoldengateGenericConnectionProperties value)

Properties for a Generic Connection.

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

Parameter
Name Description
value GoldengateGenericConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties value)

Properties for a Goldengate Connection.

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

Parameter
Name Description
value GoldengateGoldengateConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties value)

Properties for a Google BigQuery Connection.

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

Parameter
Name Description
value GoldengateGoogleBigQueryConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties value)

Properties for a Google Cloud Storage Connection.

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

Parameter
Name Description
value GoldengateGoogleCloudStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties value)

Properties for a Google Pub/Sub connection.

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

Parameter
Name Description
value GoldengateGooglePubsubConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeHdfsConnectionProperties(GoldengateHdfsConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeHdfsConnectionProperties(GoldengateHdfsConnectionProperties value)

Properties for an HDFS connection.

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

Parameter
Name Description
value GoldengateHdfsConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeIcebergConnectionProperties(GoldengateIcebergConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeIcebergConnectionProperties(GoldengateIcebergConnectionProperties value)

Properties for an Iceberg connection.

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

Parameter
Name Description
value GoldengateIcebergConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties value)

Properties for a Java Message Service connection.

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

Parameter
Name Description
value GoldengateJavaMessageServiceConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeKafkaConnectionProperties(GoldengateKafkaConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeKafkaConnectionProperties(GoldengateKafkaConnectionProperties value)

Properties for a Kafka Connection.

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

Parameter
Name Description
value GoldengateKafkaConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties value)

Properties for a Kafka Schema Registry Connection.

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

Parameter
Name Description
value GoldengateKafkaSchemaRegistryConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties value)

Properties for a Microsoft Fabric connection.

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

Parameter
Name Description
value GoldengateMicrosoftFabricConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties value)

Properties for a Microsoft SQL Server connection.

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

Parameter
Name Description
value GoldengateMicrosoftSqlserverConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeMongodbConnectionProperties(GoldengateMongodbConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeMongodbConnectionProperties(GoldengateMongodbConnectionProperties value)

Properties for a MongoDB connection.

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

Parameter
Name Description
value GoldengateMongodbConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeMysqlConnectionProperties(GoldengateMysqlConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeMysqlConnectionProperties(GoldengateMysqlConnectionProperties value)

Properties for a Mysql Connection.

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

Parameter
Name Description
value GoldengateMysqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties value)

Properties for an OCI Object Storage Connection.

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

Parameter
Name Description
value GoldengateOciObjectStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties value)

Properties for an Oracle AI Data Platform connection.

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

Parameter
Name Description
value GoldengateOracleAIDataPlatformConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeOracleConnectionProperties(GoldengateOracleConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeOracleConnectionProperties(GoldengateOracleConnectionProperties value)

Properties for an Oracle Database Connection.

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

Parameter
Name Description
value GoldengateOracleConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties value)

Properties for an Oracle NoSQL connection.

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

Parameter
Name Description
value GoldengateOracleNosqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergePostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties value)

public GoldengateConnectionProperties.Builder mergePostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties value)

Properties for a PostgreSQL connection.

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

Parameter
Name Description
value GoldengatePostgresqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeRedisConnectionProperties(GoldengateRedisConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeRedisConnectionProperties(GoldengateRedisConnectionProperties value)

Properties for a Redis connection.

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

Parameter
Name Description
value GoldengateRedisConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties value)

public GoldengateConnectionProperties.Builder mergeSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties value)

Properties for a Snowflake connection.

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

Parameter
Name Description
value GoldengateSnowflakeConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

mergeUpdateTime(Timestamp value)

public GoldengateConnectionProperties.Builder mergeUpdateTime(Timestamp value)

Output only. The time the resource was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties value)

public GoldengateConnectionProperties.Builder setAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties value)

Properties for an Amazon Kinesis connection.

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

Parameter
Name Description
value GoldengateAmazonKinesisConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setAmazonKinesisConnectionProperties(GoldengateAmazonKinesisConnectionProperties.Builder builderForValue)

Properties for an Amazon Kinesis connection.

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

Parameter
Name Description
builderForValue GoldengateAmazonKinesisConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties value)

public GoldengateConnectionProperties.Builder setAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties value)

Properties for an Amazon Redshift connection.

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

Parameter
Name Description
value GoldengateAmazonRedshiftConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setAmazonRedshiftConnectionProperties(GoldengateAmazonRedshiftConnectionProperties.Builder builderForValue)

Properties for an Amazon Redshift connection.

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

Parameter
Name Description
builderForValue GoldengateAmazonRedshiftConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties value)

public GoldengateConnectionProperties.Builder setAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties value)

Properties for an Amazon S3 connection.

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

Parameter
Name Description
value GoldengateAmazonS3ConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setAmazonS3ConnectionProperties(GoldengateAmazonS3ConnectionProperties.Builder builderForValue)

Properties for an Amazon S3 connection.

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

Parameter
Name Description
builderForValue GoldengateAmazonS3ConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder setAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties value)

Properties for an Azure Data Lake Storage Connection.

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

Parameter
Name Description
value GoldengateAzureDataLakeStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setAzureDataLakeStorageConnectionProperties(GoldengateAzureDataLakeStorageConnectionProperties.Builder builderForValue)

Properties for an Azure Data Lake Storage Connection.

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

Parameter
Name Description
builderForValue GoldengateAzureDataLakeStorageConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties value)

public GoldengateConnectionProperties.Builder setAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties value)

Properties for an Azure Synapse Analytics connection.

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

Parameter
Name Description
value GoldengateAzureSynapseAnalyticsConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setAzureSynapseAnalyticsConnectionProperties(GoldengateAzureSynapseAnalyticsConnectionProperties.Builder builderForValue)

Properties for an Azure Synapse Analytics connection.

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

Parameter
Name Description
builderForValue GoldengateAzureSynapseAnalyticsConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setConnectionType(GoldengateConnectionProperties.GoldengateConnectionType value)

public GoldengateConnectionProperties.Builder setConnectionType(GoldengateConnectionProperties.GoldengateConnectionType value)

Required. The connection type.

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

Parameter
Name Description
value GoldengateConnectionProperties.GoldengateConnectionType

The connectionType to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setConnectionTypeValue(int value)

public GoldengateConnectionProperties.Builder setConnectionTypeValue(int value)

Required. The connection type.

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

Parameter
Name Description
value int

The enum numeric value on the wire for connectionType to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties value)

public GoldengateConnectionProperties.Builder setDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties value)

Properties for a Databricks connection.

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

Parameter
Name Description
value GoldengateDatabricksConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setDatabricksConnectionProperties(GoldengateDatabricksConnectionProperties.Builder builderForValue)

Properties for a Databricks connection.

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

Parameter
Name Description
builderForValue GoldengateDatabricksConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setDb2ConnectionProperties(GoldengateDb2ConnectionProperties value)

public GoldengateConnectionProperties.Builder setDb2ConnectionProperties(GoldengateDb2ConnectionProperties value)

Properties for a DB2 connection.

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

Parameter
Name Description
value GoldengateDb2ConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setDb2ConnectionProperties(GoldengateDb2ConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setDb2ConnectionProperties(GoldengateDb2ConnectionProperties.Builder builderForValue)

Properties for a DB2 connection.

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

Parameter
Name Description
builderForValue GoldengateDb2ConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setDescription(String value)

public GoldengateConnectionProperties.Builder setDescription(String value)

Optional. Metadata about this specific object.

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

Parameter
Name Description
value String

The description to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public GoldengateConnectionProperties.Builder setDescriptionBytes(ByteString value)

Optional. Metadata about this specific object.

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

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setDisplayName(String value)

public GoldengateConnectionProperties.Builder setDisplayName(String value)

Required. An object's Display Name.

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

Parameter
Name Description
value String

The displayName to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setDisplayNameBytes(ByteString value)

public GoldengateConnectionProperties.Builder setDisplayNameBytes(ByteString value)

Required. An object's Display Name.

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

Parameter
Name Description
value ByteString

The bytes for displayName to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties value)

public GoldengateConnectionProperties.Builder setElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties value)

Properties for an Elasticsearch connection.

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

Parameter
Name Description
value GoldengateElasticsearchConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setElasticsearchConnectionProperties(GoldengateElasticsearchConnectionProperties.Builder builderForValue)

Properties for an Elasticsearch connection.

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

Parameter
Name Description
builderForValue GoldengateElasticsearchConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setGenericConnectionProperties(GoldengateGenericConnectionProperties value)

public GoldengateConnectionProperties.Builder setGenericConnectionProperties(GoldengateGenericConnectionProperties value)

Properties for a Generic Connection.

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

Parameter
Name Description
value GoldengateGenericConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setGenericConnectionProperties(GoldengateGenericConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setGenericConnectionProperties(GoldengateGenericConnectionProperties.Builder builderForValue)

Properties for a Generic Connection.

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

Parameter
Name Description
builderForValue GoldengateGenericConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties value)

public GoldengateConnectionProperties.Builder setGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties value)

Properties for a Goldengate Connection.

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

Parameter
Name Description
value GoldengateGoldengateConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setGoldengateConnectionProperties(GoldengateGoldengateConnectionProperties.Builder builderForValue)

Properties for a Goldengate Connection.

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

Parameter
Name Description
builderForValue GoldengateGoldengateConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties value)

public GoldengateConnectionProperties.Builder setGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties value)

Properties for a Google BigQuery Connection.

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

Parameter
Name Description
value GoldengateGoogleBigQueryConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setGoogleBigQueryConnectionProperties(GoldengateGoogleBigQueryConnectionProperties.Builder builderForValue)

Properties for a Google BigQuery Connection.

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

Parameter
Name Description
builderForValue GoldengateGoogleBigQueryConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder setGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties value)

Properties for a Google Cloud Storage Connection.

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

Parameter
Name Description
value GoldengateGoogleCloudStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setGoogleCloudStorageConnectionProperties(GoldengateGoogleCloudStorageConnectionProperties.Builder builderForValue)

Properties for a Google Cloud Storage Connection.

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

Parameter
Name Description
builderForValue GoldengateGoogleCloudStorageConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties value)

public GoldengateConnectionProperties.Builder setGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties value)

Properties for a Google Pub/Sub connection.

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

Parameter
Name Description
value GoldengateGooglePubsubConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setGooglePubsubConnectionProperties(GoldengateGooglePubsubConnectionProperties.Builder builderForValue)

Properties for a Google Pub/Sub connection.

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

Parameter
Name Description
builderForValue GoldengateGooglePubsubConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setHdfsConnectionProperties(GoldengateHdfsConnectionProperties value)

public GoldengateConnectionProperties.Builder setHdfsConnectionProperties(GoldengateHdfsConnectionProperties value)

Properties for an HDFS connection.

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

Parameter
Name Description
value GoldengateHdfsConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setHdfsConnectionProperties(GoldengateHdfsConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setHdfsConnectionProperties(GoldengateHdfsConnectionProperties.Builder builderForValue)

Properties for an HDFS connection.

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

Parameter
Name Description
builderForValue GoldengateHdfsConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setIcebergConnectionProperties(GoldengateIcebergConnectionProperties value)

public GoldengateConnectionProperties.Builder setIcebergConnectionProperties(GoldengateIcebergConnectionProperties value)

Properties for an Iceberg connection.

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

Parameter
Name Description
value GoldengateIcebergConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setIcebergConnectionProperties(GoldengateIcebergConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setIcebergConnectionProperties(GoldengateIcebergConnectionProperties.Builder builderForValue)

Properties for an Iceberg connection.

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

Parameter
Name Description
builderForValue GoldengateIcebergConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setIngressIpAddresses(int index, String value)

public GoldengateConnectionProperties.Builder setIngressIpAddresses(int index, String value)

Output only. The Ingress IPs of the GoldengateConnection.

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

Parameters
Name Description
index int

The index to set the value at.

value String

The ingressIpAddresses to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties value)

public GoldengateConnectionProperties.Builder setJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties value)

Properties for a Java Message Service connection.

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

Parameter
Name Description
value GoldengateJavaMessageServiceConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setJavaMessageServiceConnectionProperties(GoldengateJavaMessageServiceConnectionProperties.Builder builderForValue)

Properties for a Java Message Service connection.

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

Parameter
Name Description
builderForValue GoldengateJavaMessageServiceConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setKafkaConnectionProperties(GoldengateKafkaConnectionProperties value)

public GoldengateConnectionProperties.Builder setKafkaConnectionProperties(GoldengateKafkaConnectionProperties value)

Properties for a Kafka Connection.

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

Parameter
Name Description
value GoldengateKafkaConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setKafkaConnectionProperties(GoldengateKafkaConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setKafkaConnectionProperties(GoldengateKafkaConnectionProperties.Builder builderForValue)

Properties for a Kafka Connection.

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

Parameter
Name Description
builderForValue GoldengateKafkaConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties value)

public GoldengateConnectionProperties.Builder setKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties value)

Properties for a Kafka Schema Registry Connection.

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

Parameter
Name Description
value GoldengateKafkaSchemaRegistryConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setKafkaSchemaRegistryConnectionProperties(GoldengateKafkaSchemaRegistryConnectionProperties.Builder builderForValue)

Properties for a Kafka Schema Registry Connection.

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

Parameter
Name Description
builderForValue GoldengateKafkaSchemaRegistryConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setLifecycleDetails(String value)

public GoldengateConnectionProperties.Builder setLifecycleDetails(String value)

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];

Parameter
Name Description
value String

The lifecycleDetails to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setLifecycleDetailsBytes(ByteString value)

public GoldengateConnectionProperties.Builder setLifecycleDetailsBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for lifecycleDetails to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setLifecycleState(GoldengateConnectionProperties.GoldengateConnectionLifecycleState value)

public GoldengateConnectionProperties.Builder setLifecycleState(GoldengateConnectionProperties.GoldengateConnectionLifecycleState value)

Output only. The lifecycle state of the connection.

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

Parameter
Name Description
value GoldengateConnectionProperties.GoldengateConnectionLifecycleState

The lifecycleState to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setLifecycleStateValue(int value)

public GoldengateConnectionProperties.Builder setLifecycleStateValue(int value)

Output only. The lifecycle state of the connection.

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

Parameter
Name Description
value int

The enum numeric value on the wire for lifecycleState to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties value)

public GoldengateConnectionProperties.Builder setMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties value)

Properties for a Microsoft Fabric connection.

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

Parameter
Name Description
value GoldengateMicrosoftFabricConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setMicrosoftFabricConnectionProperties(GoldengateMicrosoftFabricConnectionProperties.Builder builderForValue)

Properties for a Microsoft Fabric connection.

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

Parameter
Name Description
builderForValue GoldengateMicrosoftFabricConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties value)

public GoldengateConnectionProperties.Builder setMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties value)

Properties for a Microsoft SQL Server connection.

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

Parameter
Name Description
value GoldengateMicrosoftSqlserverConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setMicrosoftSqlserverConnectionProperties(GoldengateMicrosoftSqlserverConnectionProperties.Builder builderForValue)

Properties for a Microsoft SQL Server connection.

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

Parameter
Name Description
builderForValue GoldengateMicrosoftSqlserverConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setMongodbConnectionProperties(GoldengateMongodbConnectionProperties value)

public GoldengateConnectionProperties.Builder setMongodbConnectionProperties(GoldengateMongodbConnectionProperties value)

Properties for a MongoDB connection.

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

Parameter
Name Description
value GoldengateMongodbConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setMongodbConnectionProperties(GoldengateMongodbConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setMongodbConnectionProperties(GoldengateMongodbConnectionProperties.Builder builderForValue)

Properties for a MongoDB connection.

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

Parameter
Name Description
builderForValue GoldengateMongodbConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setMysqlConnectionProperties(GoldengateMysqlConnectionProperties value)

public GoldengateConnectionProperties.Builder setMysqlConnectionProperties(GoldengateMysqlConnectionProperties value)

Properties for a Mysql Connection.

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

Parameter
Name Description
value GoldengateMysqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setMysqlConnectionProperties(GoldengateMysqlConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setMysqlConnectionProperties(GoldengateMysqlConnectionProperties.Builder builderForValue)

Properties for a Mysql Connection.

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

Parameter
Name Description
builderForValue GoldengateMysqlConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties value)

public GoldengateConnectionProperties.Builder setOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties value)

Properties for an OCI Object Storage Connection.

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

Parameter
Name Description
value GoldengateOciObjectStorageConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setOciObjectStorageConnectionProperties(GoldengateOciObjectStorageConnectionProperties.Builder builderForValue)

Properties for an OCI Object Storage Connection.

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

Parameter
Name Description
builderForValue GoldengateOciObjectStorageConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setOcid(String value)

public GoldengateConnectionProperties.Builder setOcid(String value)

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

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

Parameter
Name Description
value String

The ocid to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setOcidBytes(ByteString value)

public GoldengateConnectionProperties.Builder setOcidBytes(ByteString value)

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

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

Parameter
Name Description
value ByteString

The bytes for ocid to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties value)

public GoldengateConnectionProperties.Builder setOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties value)

Properties for an Oracle AI Data Platform connection.

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

Parameter
Name Description
value GoldengateOracleAIDataPlatformConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setOracleAiDataPlatformConnectionProperties(GoldengateOracleAIDataPlatformConnectionProperties.Builder builderForValue)

Properties for an Oracle AI Data Platform connection.

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

Parameter
Name Description
builderForValue GoldengateOracleAIDataPlatformConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setOracleConnectionProperties(GoldengateOracleConnectionProperties value)

public GoldengateConnectionProperties.Builder setOracleConnectionProperties(GoldengateOracleConnectionProperties value)

Properties for an Oracle Database Connection.

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

Parameter
Name Description
value GoldengateOracleConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setOracleConnectionProperties(GoldengateOracleConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setOracleConnectionProperties(GoldengateOracleConnectionProperties.Builder builderForValue)

Properties for an Oracle Database Connection.

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

Parameter
Name Description
builderForValue GoldengateOracleConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties value)

public GoldengateConnectionProperties.Builder setOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties value)

Properties for an Oracle NoSQL connection.

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

Parameter
Name Description
value GoldengateOracleNosqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setOracleNosqlConnectionProperties(GoldengateOracleNosqlConnectionProperties.Builder builderForValue)

Properties for an Oracle NoSQL connection.

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

Parameter
Name Description
builderForValue GoldengateOracleNosqlConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setPostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties value)

public GoldengateConnectionProperties.Builder setPostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties value)

Properties for a PostgreSQL connection.

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

Parameter
Name Description
value GoldengatePostgresqlConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setPostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setPostgresqlConnectionProperties(GoldengatePostgresqlConnectionProperties.Builder builderForValue)

Properties for a PostgreSQL connection.

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

Parameter
Name Description
builderForValue GoldengatePostgresqlConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setRedisConnectionProperties(GoldengateRedisConnectionProperties value)

public GoldengateConnectionProperties.Builder setRedisConnectionProperties(GoldengateRedisConnectionProperties value)

Properties for a Redis connection.

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

Parameter
Name Description
value GoldengateRedisConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setRedisConnectionProperties(GoldengateRedisConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setRedisConnectionProperties(GoldengateRedisConnectionProperties.Builder builderForValue)

Properties for a Redis connection.

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

Parameter
Name Description
builderForValue GoldengateRedisConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setRoutingMethod(GoldengateConnectionProperties.GoldengateConnectionRoutingMethod value)

public GoldengateConnectionProperties.Builder setRoutingMethod(GoldengateConnectionProperties.GoldengateConnectionRoutingMethod value)

Optional. The routing method for the GoldengateConnection.

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

Parameter
Name Description
value GoldengateConnectionProperties.GoldengateConnectionRoutingMethod

The routingMethod to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setRoutingMethodValue(int value)

public GoldengateConnectionProperties.Builder setRoutingMethodValue(int value)

Optional. The routing method for the GoldengateConnection.

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

Parameter
Name Description
value int

The enum numeric value on the wire for routingMethod to set.

Returns
Type Description
GoldengateConnectionProperties.Builder

This builder for chaining.

setSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties value)

public GoldengateConnectionProperties.Builder setSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties value)

Properties for a Snowflake connection.

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

Parameter
Name Description
value GoldengateSnowflakeConnectionProperties
Returns
Type Description
GoldengateConnectionProperties.Builder

setSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties.Builder builderForValue)

public GoldengateConnectionProperties.Builder setSnowflakeConnectionProperties(GoldengateSnowflakeConnectionProperties.Builder builderForValue)

Properties for a Snowflake connection.

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

Parameter
Name Description
builderForValue GoldengateSnowflakeConnectionProperties.Builder
Returns
Type Description
GoldengateConnectionProperties.Builder

setUpdateTime(Timestamp value)

public GoldengateConnectionProperties.Builder setUpdateTime(Timestamp value)

Output only. The time the resource was last updated.

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

Parameter
Name Description
value Timestamp
Returns
Type Description
GoldengateConnectionProperties.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public GoldengateConnectionProperties.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The time the resource was last updated.

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

Parameter
Name Description
builderForValue Builder
Returns
Type Description
GoldengateConnectionProperties.Builder