Skip to content

Commit 64fe003

Browse files
1 parent 9dd7913 commit 64fe003

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

clients/google-api-services-datastream/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datastream</artifactId>
25-
<version>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250108-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250108-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-datastream/v1/2.0.0/com/google/api/services/datastream/v1/model/ServerAndClientVerification.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ public final class ServerAndClientVerification extends com.google.api.client.jso
4949
private java.lang.String clientCertificate;
5050

5151
/**
52-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
52+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
5353
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
54-
* the client's identity, i.e. identity of the Datastream.
54+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
55+
* `secret_manager_stored_client_key` field.
5556
* The value may be {@code null}.
5657
*/
5758
@com.google.api.client.util.Key
@@ -98,19 +99,21 @@ public ServerAndClientVerification setClientCertificate(java.lang.String clientC
9899
}
99100

100101
/**
101-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
102+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
102103
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
103-
* the client's identity, i.e. identity of the Datastream.
104+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
105+
* `secret_manager_stored_client_key` field.
104106
* @return value or {@code null} for none
105107
*/
106108
public java.lang.String getClientKey() {
107109
return clientKey;
108110
}
109111

110112
/**
111-
* Required. Input only. PEM-encoded private key associated with the client certificate. This
113+
* Optional. Input only. PEM-encoded private key associated with the client certificate. This
112114
* value will be used during the SSL/TLS handshake, allowing the PostgreSQL server to authenticate
113-
* the client's identity, i.e. identity of the Datastream.
115+
* the client's identity, i.e. identity of the Datastream. Mutually exclusive with the
116+
* `secret_manager_stored_client_key` field.
114117
* @param clientKey clientKey or {@code null} for none
115118
*/
116119
public ServerAndClientVerification setClientKey(java.lang.String clientKey) {

clients/google-api-services-datastream/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-datastream</artifactId>
11-
<version>v1-rev20250101-2.0.0</version>
12-
<name>Datastream API v1-rev20250101-2.0.0</name>
11+
<version>v1-rev20250108-2.0.0</version>
12+
<name>Datastream API v1-rev20250108-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-datastream/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-datastream</artifactId>
25-
<version>v1-rev20250101-2.0.0</version>
25+
<version>v1-rev20250108-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250101-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250108-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)