Skip to content

Commit 5904252

Browse files
1 parent 44acf46 commit 5904252

File tree

7 files changed

+34
-22
lines changed

7 files changed

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

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datastream.v1.model;
1818

1919
/**
20-
* MySQL database profile.
20+
* MySQL database profile. Next ID: 7.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Datastream API. For a detailed explanation see:
@@ -37,7 +37,8 @@ public final class MysqlProfile extends com.google.api.client.json.GenericJson {
3737
private java.lang.String hostname;
3838

3939
/**
40-
* Required. Input only. Password for the MySQL connection.
40+
* Optional. Input only. Password for the MySQL connection. Mutually exclusive with the
41+
* `secret_manager_stored_password` field.
4142
* The value may be {@code null}.
4243
*/
4344
@com.google.api.client.util.Key
@@ -82,15 +83,17 @@ public MysqlProfile setHostname(java.lang.String hostname) {
8283
}
8384

8485
/**
85-
* Required. Input only. Password for the MySQL connection.
86+
* Optional. Input only. Password for the MySQL connection. Mutually exclusive with the
87+
* `secret_manager_stored_password` field.
8688
* @return value or {@code null} for none
8789
*/
8890
public java.lang.String getPassword() {
8991
return password;
9092
}
9193

9294
/**
93-
* Required. Input only. Password for the MySQL connection.
95+
* Optional. Input only. Password for the MySQL connection. Mutually exclusive with the
96+
* `secret_manager_stored_password` field.
9497
* @param password password or {@code null} for none
9598
*/
9699
public MysqlProfile setPassword(java.lang.String password) {

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datastream.v1.model;
1818

1919
/**
20-
* Oracle database profile.
20+
* Oracle database profile. Next ID: 10.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Datastream API. For a detailed explanation see:
@@ -58,7 +58,8 @@ public final class OracleProfile extends com.google.api.client.json.GenericJson
5858
private OracleSslConfig oracleSslConfig;
5959

6060
/**
61-
* Required. Password for the Oracle connection.
61+
* Optional. Password for the Oracle connection. Mutually exclusive with the
62+
* `secret_manager_stored_password` field.
6263
* The value may be {@code null}.
6364
*/
6465
@com.google.api.client.util.Key
@@ -147,15 +148,17 @@ public OracleProfile setOracleSslConfig(OracleSslConfig oracleSslConfig) {
147148
}
148149

149150
/**
150-
* Required. Password for the Oracle connection.
151+
* Optional. Password for the Oracle connection. Mutually exclusive with the
152+
* `secret_manager_stored_password` field.
151153
* @return value or {@code null} for none
152154
*/
153155
public java.lang.String getPassword() {
154156
return password;
155157
}
156158

157159
/**
158-
* Required. Password for the Oracle connection.
160+
* Optional. Password for the Oracle connection. Mutually exclusive with the
161+
* `secret_manager_stored_password` field.
159162
* @param password password or {@code null} for none
160163
*/
161164
public OracleProfile setPassword(java.lang.String password) {

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datastream.v1.model;
1818

1919
/**
20-
* PostgreSQL database profile.
20+
* PostgreSQL database profile. Next ID: 7.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Datastream API. For a detailed explanation see:
@@ -44,7 +44,8 @@ public final class PostgresqlProfile extends com.google.api.client.json.GenericJ
4444
private java.lang.String hostname;
4545

4646
/**
47-
* Required. Password for the PostgreSQL connection.
47+
* Optional. Password for the PostgreSQL connection. Mutually exclusive with the
48+
* `secret_manager_stored_password` field.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
@@ -99,15 +100,17 @@ public PostgresqlProfile setHostname(java.lang.String hostname) {
99100
}
100101

101102
/**
102-
* Required. Password for the PostgreSQL connection.
103+
* Optional. Password for the PostgreSQL connection. Mutually exclusive with the
104+
* `secret_manager_stored_password` field.
103105
* @return value or {@code null} for none
104106
*/
105107
public java.lang.String getPassword() {
106108
return password;
107109
}
108110

109111
/**
110-
* Required. Password for the PostgreSQL connection.
112+
* Optional. Password for the PostgreSQL connection. Mutually exclusive with the
113+
* `secret_manager_stored_password` field.
111114
* @param password password or {@code null} for none
112115
*/
113116
public PostgresqlProfile setPassword(java.lang.String password) {

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.datastream.v1.model;
1818

1919
/**
20-
* SQLServer database profile
20+
* SQLServer database profile. Next ID: 8.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Datastream API. For a detailed explanation see:
@@ -44,7 +44,8 @@ public final class SqlServerProfile extends com.google.api.client.json.GenericJs
4444
private java.lang.String hostname;
4545

4646
/**
47-
* Required. Password for the SQLServer connection.
47+
* Optional. Password for the SQLServer connection. Mutually exclusive with the
48+
* `secret_manager_stored_password` field.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
@@ -99,15 +100,17 @@ public SqlServerProfile setHostname(java.lang.String hostname) {
99100
}
100101

101102
/**
102-
* Required. Password for the SQLServer connection.
103+
* Optional. Password for the SQLServer connection. Mutually exclusive with the
104+
* `secret_manager_stored_password` field.
103105
* @return value or {@code null} for none
104106
*/
105107
public java.lang.String getPassword() {
106108
return password;
107109
}
108110

109111
/**
110-
* Required. Password for the SQLServer connection.
112+
* Optional. Password for the SQLServer connection. Mutually exclusive with the
113+
* `secret_manager_stored_password` field.
111114
* @param password password or {@code null} for none
112115
*/
113116
public SqlServerProfile setPassword(java.lang.String password) {

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

0 commit comments

Comments
 (0)