Skip to content

Commit a8a0289

Browse files
1 parent afb15f3 commit a8a0289

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-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-rev20250321-2.0.0</version>
25+
<version>v1-rev20250505-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-rev20250321-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250505-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
public final class MongodbProfile extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. List of host addresses for a MongoDB cluster.
33+
* Required. List of host addresses for a MongoDB cluster. For SRV connection format, this list
34+
* must contain exactly one DNS host without a port. For Standard connection format, this list
35+
* must contain all the required hosts in the cluster with their respective ports.
3436
* The value may be {@code null}.
3537
*/
3638
@com.google.api.client.util.Key
@@ -52,7 +54,8 @@ public final class MongodbProfile extends com.google.api.client.json.GenericJson
5254

5355
/**
5456
* Optional. Name of the replica set. Only needed for self hosted replica set type MongoDB
55-
* cluster.
57+
* cluster. For SRV connection format, this field must be empty. For Standard connection format,
58+
* this field must be specified.
5659
* The value may be {@code null}.
5760
*/
5861
@com.google.api.client.util.Key
@@ -88,15 +91,19 @@ public final class MongodbProfile extends com.google.api.client.json.GenericJson
8891
private java.lang.String username;
8992

9093
/**
91-
* Required. List of host addresses for a MongoDB cluster.
94+
* Required. List of host addresses for a MongoDB cluster. For SRV connection format, this list
95+
* must contain exactly one DNS host without a port. For Standard connection format, this list
96+
* must contain all the required hosts in the cluster with their respective ports.
9297
* @return value or {@code null} for none
9398
*/
9499
public java.util.List<HostAddress> getHostAddresses() {
95100
return hostAddresses;
96101
}
97102

98103
/**
99-
* Required. List of host addresses for a MongoDB cluster.
104+
* Required. List of host addresses for a MongoDB cluster. For SRV connection format, this list
105+
* must contain exactly one DNS host without a port. For Standard connection format, this list
106+
* must contain all the required hosts in the cluster with their respective ports.
100107
* @param hostAddresses hostAddresses or {@code null} for none
101108
*/
102109
public MongodbProfile setHostAddresses(java.util.List<HostAddress> hostAddresses) {
@@ -125,7 +132,8 @@ public MongodbProfile setPassword(java.lang.String password) {
125132

126133
/**
127134
* Optional. Name of the replica set. Only needed for self hosted replica set type MongoDB
128-
* cluster.
135+
* cluster. For SRV connection format, this field must be empty. For Standard connection format,
136+
* this field must be specified.
129137
* @return value or {@code null} for none
130138
*/
131139
public java.lang.String getReplicaSet() {
@@ -134,7 +142,8 @@ public java.lang.String getReplicaSet() {
134142

135143
/**
136144
* Optional. Name of the replica set. Only needed for self hosted replica set type MongoDB
137-
* cluster.
145+
* cluster. For SRV connection format, this field must be empty. For Standard connection format,
146+
* this field must be specified.
138147
* @param replicaSet replicaSet or {@code null} for none
139148
*/
140149
public MongodbProfile setReplicaSet(java.lang.String replicaSet) {

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-rev20250321-2.0.0</version>
12-
<name>Datastream API v1-rev20250321-2.0.0</name>
11+
<version>v1-rev20250505-2.0.0</version>
12+
<name>Datastream API v1-rev20250505-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-rev20250321-2.0.0</version>
25+
<version>v1-rev20250505-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-rev20250321-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datastream:v1-rev20250505-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)