Skip to content

Commit 7f84177

Browse files
1 parent 6aec0ce commit 7f84177

File tree

14 files changed

+18
-564
lines changed

14 files changed

+18
-564
lines changed

clients/google-api-services-alloydb/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-alloydb</artifactId>
25-
<version>v1-rev20250925-2.0.0</version>
25+
<version>v1-rev20251001-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:v1-rev20250925-2.0.0'
38+
implementation 'com.google.apis:google-api-services-alloydb:v1-rev20251001-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/AutoScalingConfig.java

Lines changed: 0 additions & 90 deletions
This file was deleted.

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/CpuUtilization.java

Lines changed: 0 additions & 66 deletions
This file was deleted.

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/Policy.java

Lines changed: 0 additions & 144 deletions
This file was deleted.

clients/google-api-services-alloydb/v1/2.0.0/com/google/api/services/alloydb/v1/model/ReadPoolConfig.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,40 +29,13 @@
2929
@SuppressWarnings("javadoc")
3030
public final class ReadPoolConfig extends com.google.api.client.json.GenericJson {
3131

32-
/**
33-
* Autoscaling configuration for the read pool instance. If not set, the read pool instance will
34-
* not be autoscaled.
35-
* The value may be {@code null}.
36-
*/
37-
@com.google.api.client.util.Key
38-
private AutoScalingConfig autoScalingConfig;
39-
4032
/**
4133
* Read capacity, i.e. number of nodes in a read pool instance.
4234
* The value may be {@code null}.
4335
*/
4436
@com.google.api.client.util.Key
4537
private java.lang.Integer nodeCount;
4638

47-
/**
48-
* Autoscaling configuration for the read pool instance. If not set, the read pool instance will
49-
* not be autoscaled.
50-
* @return value or {@code null} for none
51-
*/
52-
public AutoScalingConfig getAutoScalingConfig() {
53-
return autoScalingConfig;
54-
}
55-
56-
/**
57-
* Autoscaling configuration for the read pool instance. If not set, the read pool instance will
58-
* not be autoscaled.
59-
* @param autoScalingConfig autoScalingConfig or {@code null} for none
60-
*/
61-
public ReadPoolConfig setAutoScalingConfig(AutoScalingConfig autoScalingConfig) {
62-
this.autoScalingConfig = autoScalingConfig;
63-
return this;
64-
}
65-
6639
/**
6740
* Read capacity, i.e. number of nodes in a read pool instance.
6841
* @return value or {@code null} for none

0 commit comments

Comments
 (0)