Skip to content

Commit b27dcf7

Browse files
1 parent b5ca7a4 commit b27dcf7

File tree

8 files changed

+84
-12
lines changed

8 files changed

+84
-12
lines changed

clients/google-api-services-alloydb/v1alpha/2.0.0/README.md

+2-2
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-alloydb</artifactId>
25-
<version>v1alpha-rev20250410-2.0.0</version>
25+
<version>v1alpha-rev20250417-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-alloydb:v1alpha-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1alpha/2.0.0/com/google/api/services/alloydb/v1alpha/model/Instance.java

+36
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Instance extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
35+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
36+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
37+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
38+
* stopping primary etc.). Please refer to the API documentation for more details.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.lang.String activationPolicy;
43+
3344
/**
3445
* Annotations to allow client tools to store small amount of arbitrary data. This is distinct
3546
* from labels. https://google.aip.dev/128
@@ -292,6 +303,31 @@ public final class Instance extends com.google.api.client.json.GenericJson {
292303
@com.google.api.client.util.Key
293304
private Node writableNode;
294305

306+
/**
307+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
308+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
309+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
310+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
311+
* stopping primary etc.). Please refer to the API documentation for more details.
312+
* @return value or {@code null} for none
313+
*/
314+
public java.lang.String getActivationPolicy() {
315+
return activationPolicy;
316+
}
317+
318+
/**
319+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
320+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
321+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
322+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
323+
* stopping primary etc.). Please refer to the API documentation for more details.
324+
* @param activationPolicy activationPolicy or {@code null} for none
325+
*/
326+
public Instance setActivationPolicy(java.lang.String activationPolicy) {
327+
this.activationPolicy = activationPolicy;
328+
return this;
329+
}
330+
295331
/**
296332
* Annotations to allow client tools to store small amount of arbitrary data. This is distinct
297333
* from labels. https://google.aip.dev/128

clients/google-api-services-alloydb/v1alpha/2.0.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-alloydb</artifactId>
11-
<version>v1alpha-rev20250410-2.0.0</version>
12-
<name>AlloyDB API v1alpha-rev20250410-2.0.0</name>
11+
<version>v1alpha-rev20250417-2.0.0</version>
12+
<name>AlloyDB API v1alpha-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-alloydb/v1alpha/README.md

+2-2
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-alloydb</artifactId>
25-
<version>v1alpha-rev20250410-2.0.0</version>
25+
<version>v1alpha-rev20250417-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-alloydb:v1alpha-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1alpha-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1beta/2.0.0/README.md

+2-2
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-alloydb</artifactId>
25-
<version>v1beta-rev20250410-2.0.0</version>
25+
<version>v1beta-rev20250417-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-alloydb:v1beta-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20250417-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1beta/2.0.0/com/google/api/services/alloydb/v1beta/model/Instance.java

+36
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@
3030
@SuppressWarnings("javadoc")
3131
public final class Instance extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
35+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
36+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
37+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
38+
* stopping primary etc.). Please refer to the API documentation for more details.
39+
* The value may be {@code null}.
40+
*/
41+
@com.google.api.client.util.Key
42+
private java.lang.String activationPolicy;
43+
3344
/**
3445
* Annotations to allow client tools to store small amount of arbitrary data. This is distinct
3546
* from labels. https://google.aip.dev/128
@@ -285,6 +296,31 @@ public final class Instance extends com.google.api.client.json.GenericJson {
285296
@com.google.api.client.util.Key
286297
private Node writableNode;
287298

299+
/**
300+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
301+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
302+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
303+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
304+
* stopping primary etc.). Please refer to the API documentation for more details.
305+
* @return value or {@code null} for none
306+
*/
307+
public java.lang.String getActivationPolicy() {
308+
return activationPolicy;
309+
}
310+
311+
/**
312+
* Optional. Specifies whether an instance needs to spin up. Once the instance is active, the
313+
* activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation
314+
* policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an
315+
* instance can/cannot be activated (for example, a read pool instance should be stopped before
316+
* stopping primary etc.). Please refer to the API documentation for more details.
317+
* @param activationPolicy activationPolicy or {@code null} for none
318+
*/
319+
public Instance setActivationPolicy(java.lang.String activationPolicy) {
320+
this.activationPolicy = activationPolicy;
321+
return this;
322+
}
323+
288324
/**
289325
* Annotations to allow client tools to store small amount of arbitrary data. This is distinct
290326
* from labels. https://google.aip.dev/128

clients/google-api-services-alloydb/v1beta/2.0.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-alloydb</artifactId>
11-
<version>v1beta-rev20250410-2.0.0</version>
12-
<name>AlloyDB API v1beta-rev20250410-2.0.0</name>
11+
<version>v1beta-rev20250417-2.0.0</version>
12+
<name>AlloyDB API v1beta-rev20250417-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-alloydb/v1beta/README.md

+2-2
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-alloydb</artifactId>
25-
<version>v1beta-rev20250410-2.0.0</version>
25+
<version>v1beta-rev20250417-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-alloydb:v1beta-rev20250410-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1beta-rev20250417-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)