Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-oracledatabase</artifactId>
<version>v1-rev20260512-2.0.0</version>
<version>v1-rev20260526-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260512-2.0.0'
implementation 'com.google.apis:google-api-services-oracledatabase:v1-rev20260526-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ public final class CloudVmClusterProperties extends com.google.api.client.json.G
private java.util.List<java.lang.String> scanIpIds;

/**
* Output only. SCAN listener port - TCP
* Optional. SCAN listener port - TCP
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Integer scanListenerPortTcp;

/**
* Output only. SCAN listener port - TLS
* Optional. SCAN listener port - TLS
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -676,15 +676,15 @@ public CloudVmClusterProperties setScanIpIds(java.util.List<java.lang.String> sc
}

/**
* Output only. SCAN listener port - TCP
* Optional. SCAN listener port - TCP
* @return value or {@code null} for none
*/
public java.lang.Integer getScanListenerPortTcp() {
return scanListenerPortTcp;
}

/**
* Output only. SCAN listener port - TCP
* Optional. SCAN listener port - TCP
* @param scanListenerPortTcp scanListenerPortTcp or {@code null} for none
*/
public CloudVmClusterProperties setScanListenerPortTcp(java.lang.Integer scanListenerPortTcp) {
Expand All @@ -693,15 +693,15 @@ public CloudVmClusterProperties setScanListenerPortTcp(java.lang.Integer scanLis
}

/**
* Output only. SCAN listener port - TLS
* Optional. SCAN listener port - TLS
* @return value or {@code null} for none
*/
public java.lang.Integer getScanListenerPortTcpSsl() {
return scanListenerPortTcpSsl;
}

/**
* Output only. SCAN listener port - TLS
* Optional. SCAN listener port - TLS
* @param scanListenerPortTcpSsl scanListenerPortTcpSsl or {@code null} for none
*/
public CloudVmClusterProperties setScanListenerPortTcpSsl(java.lang.Integer scanListenerPortTcpSsl) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
public final class GoldengateGoogleBigQueryConnectionProperties extends com.google.api.client.json.GenericJson {

/**
* Optional. The service account key file Cloud Storage containing the credentials required to use
* Google BigQuery.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google BigQuery.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -46,17 +46,17 @@ public final class GoldengateGoogleBigQueryConnectionProperties extends com.goog
private java.lang.String technologyType;

/**
* Optional. The service account key file Cloud Storage containing the credentials required to use
* Google BigQuery.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google BigQuery.
* @return value or {@code null} for none
*/
public java.lang.String getServiceAccountKeyFile() {
return serviceAccountKeyFile;
}

/**
* Optional. The service account key file Cloud Storage containing the credentials required to use
* Google BigQuery.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google BigQuery.
* @param serviceAccountKeyFile serviceAccountKeyFile or {@code null} for none
*/
public GoldengateGoogleBigQueryConnectionProperties setServiceAccountKeyFile(java.lang.String serviceAccountKeyFile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
public final class GoldengateGoogleCloudStorageConnectionProperties extends com.google.api.client.json.GenericJson {

/**
* Optional. The service account key Cloud Storage file containing the credentials required to use
* Google Cloud Storage.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Cloud Storage.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -46,17 +46,17 @@ public final class GoldengateGoogleCloudStorageConnectionProperties extends com.
private java.lang.String technologyType;

/**
* Optional. The service account key Cloud Storage file containing the credentials required to use
* Google Cloud Storage.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Cloud Storage.
* @return value or {@code null} for none
*/
public java.lang.String getServiceAccountKeyFile() {
return serviceAccountKeyFile;
}

/**
* Optional. The service account key Cloud Storage file containing the credentials required to use
* Google Cloud Storage.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Cloud Storage.
* @param serviceAccountKeyFile serviceAccountKeyFile or {@code null} for none
*/
public GoldengateGoogleCloudStorageConnectionProperties setServiceAccountKeyFile(java.lang.String serviceAccountKeyFile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
public final class GoldengateGooglePubsubConnectionProperties extends com.google.api.client.json.GenericJson {

/**
* Optional. The content of the service account key file containing the credentials required to
* use Google Pub/Sub.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Pub/Sub.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -46,17 +46,17 @@ public final class GoldengateGooglePubsubConnectionProperties extends com.google
private java.lang.String technologyType;

/**
* Optional. The content of the service account key file containing the credentials required to
* use Google Pub/Sub.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Pub/Sub.
* @return value or {@code null} for none
*/
public java.lang.String getServiceAccountKeyFile() {
return serviceAccountKeyFile;
}

/**
* Optional. The content of the service account key file containing the credentials required to
* use Google Pub/Sub.
* Optional. The base64 encoded content of the service account key file containing the credentials
* required to use Google Pub/Sub.
* @param serviceAccountKeyFile serviceAccountKeyFile or {@code null} for none
*/
public GoldengateGooglePubsubConnectionProperties setServiceAccountKeyFile(java.lang.String serviceAccountKeyFile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public final class GoldengateJavaMessageServiceConnectionProperties extends com.
private java.lang.String jndiSecurityPrincipal;

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -160,7 +160,7 @@ public final class GoldengateJavaMessageServiceConnectionProperties extends com.
private java.lang.String technologyType;

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -341,15 +341,15 @@ public GoldengateJavaMessageServiceConnectionProperties setJndiSecurityPrincipal
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @return value or {@code null} for none
*/
public java.lang.String getKeyStoreFile() {
return keyStoreFile;
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @param keyStoreFile keyStoreFile or {@code null} for none
*/
public GoldengateJavaMessageServiceConnectionProperties setKeyStoreFile(java.lang.String keyStoreFile) {
Expand Down Expand Up @@ -506,15 +506,15 @@ public GoldengateJavaMessageServiceConnectionProperties setTechnologyType(java.l
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @return value or {@code null} for none
*/
public java.lang.String getTrustStoreFile() {
return trustStoreFile;
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @param trustStoreFile trustStoreFile or {@code null} for none
*/
public GoldengateJavaMessageServiceConnectionProperties setTrustStoreFile(java.lang.String trustStoreFile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ public final class GoldengateKafkaConnectionProperties extends com.google.api.cl
private java.lang.String clusterId;

/**
* Optional. The content of the consumer.properties file.
* Optional. The base64 encoded content of the consumer.properties file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String consumerPropertiesFile;

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -92,7 +92,7 @@ public final class GoldengateKafkaConnectionProperties extends com.google.api.cl
private java.lang.String passwordSecretVersion;

/**
* Optional. The content of the producer.properties file.
* Optional. The base64 encoded content of the producer.properties file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -136,7 +136,7 @@ public final class GoldengateKafkaConnectionProperties extends com.google.api.cl
private java.lang.String technologyType;

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -212,15 +212,15 @@ public GoldengateKafkaConnectionProperties setClusterId(java.lang.String cluster
}

/**
* Optional. The content of the consumer.properties file.
* Optional. The base64 encoded content of the consumer.properties file.
* @return value or {@code null} for none
*/
public java.lang.String getConsumerPropertiesFile() {
return consumerPropertiesFile;
}

/**
* Optional. The content of the consumer.properties file.
* Optional. The base64 encoded content of the consumer.properties file.
* @param consumerPropertiesFile consumerPropertiesFile or {@code null} for none
*/
public GoldengateKafkaConnectionProperties setConsumerPropertiesFile(java.lang.String consumerPropertiesFile) {
Expand All @@ -229,15 +229,15 @@ public GoldengateKafkaConnectionProperties setConsumerPropertiesFile(java.lang.S
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @return value or {@code null} for none
*/
public java.lang.String getKeyStoreFile() {
return keyStoreFile;
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @param keyStoreFile keyStoreFile or {@code null} for none
*/
public GoldengateKafkaConnectionProperties setKeyStoreFile(java.lang.String keyStoreFile) {
Expand Down Expand Up @@ -320,15 +320,15 @@ public GoldengateKafkaConnectionProperties setPasswordSecretVersion(java.lang.St
}

/**
* Optional. The content of the producer.properties file.
* Optional. The base64 encoded content of the producer.properties file.
* @return value or {@code null} for none
*/
public java.lang.String getProducerPropertiesFile() {
return producerPropertiesFile;
}

/**
* Optional. The content of the producer.properties file.
* Optional. The base64 encoded content of the producer.properties file.
* @param producerPropertiesFile producerPropertiesFile or {@code null} for none
*/
public GoldengateKafkaConnectionProperties setProducerPropertiesFile(java.lang.String producerPropertiesFile) {
Expand Down Expand Up @@ -426,15 +426,15 @@ public GoldengateKafkaConnectionProperties setTechnologyType(java.lang.String te
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @return value or {@code null} for none
*/
public java.lang.String getTrustStoreFile() {
return trustStoreFile;
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @param trustStoreFile trustStoreFile or {@code null} for none
*/
public GoldengateKafkaConnectionProperties setTrustStoreFile(java.lang.String trustStoreFile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class GoldengateKafkaSchemaRegistryConnectionProperties extends com
private java.lang.String authenticationType;

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -99,7 +99,7 @@ public final class GoldengateKafkaSchemaRegistryConnectionProperties extends com
private java.lang.String technologyType;

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -153,15 +153,15 @@ public GoldengateKafkaSchemaRegistryConnectionProperties setAuthenticationType(j
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @return value or {@code null} for none
*/
public java.lang.String getKeyStoreFile() {
return keyStoreFile;
}

/**
* Optional. The content of the KeyStore file.
* Optional. The base64 encoded content of the KeyStore file.
* @param keyStoreFile keyStoreFile or {@code null} for none
*/
public GoldengateKafkaSchemaRegistryConnectionProperties setKeyStoreFile(java.lang.String keyStoreFile) {
Expand Down Expand Up @@ -299,15 +299,15 @@ public GoldengateKafkaSchemaRegistryConnectionProperties setTechnologyType(java.
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @return value or {@code null} for none
*/
public java.lang.String getTrustStoreFile() {
return trustStoreFile;
}

/**
* Optional. The content of the TrustStore file.
* Optional. The base64 encoded content of the TrustStore file.
* @param trustStoreFile trustStoreFile or {@code null} for none
*/
public GoldengateKafkaSchemaRegistryConnectionProperties setTrustStoreFile(java.lang.String trustStoreFile) {
Expand Down
Loading