Skip to content

Commit 76a2fa7

Browse files
chore: regenerate redis client
1 parent 5ec85f7 commit 76a2fa7

File tree

12 files changed

+136
-38
lines changed

12 files changed

+136
-38
lines changed

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

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/CloudRedis.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,30 +5369,31 @@ public List setPageToken(java.lang.String pageToken) {
53695369

53705370
/**
53715371
* When set to `true`, operations that are reachable are returned as normal, and those
5372-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5373-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5374-
* `"projects/example/locations/-"`. This field is not by default supported and will
5372+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5373+
* can only be `true` when reading across collections. For example, when `parent` is set
5374+
* to `"projects/example/locations/-"`. This field is not supported by default and will
53755375
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
53765376
* service or product specific documentation.
53775377
*/
53785378
@com.google.api.client.util.Key
53795379
private java.lang.Boolean returnPartialSuccess;
53805380

53815381
/** When set to `true`, operations that are reachable are returned as normal, and those that are
5382-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
5383-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
5384-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
5385-
explicitly documented otherwise in service or product specific documentation.
5382+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
5383+
when reading across collections. For example, when `parent` is set to
5384+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
5385+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
5386+
documentation.
53865387
*/
53875388
public java.lang.Boolean getReturnPartialSuccess() {
53885389
return returnPartialSuccess;
53895390
}
53905391

53915392
/**
53925393
* When set to `true`, operations that are reachable are returned as normal, and those
5393-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5394-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5395-
* `"projects/example/locations/-"`. This field is not by default supported and will
5394+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5395+
* can only be `true` when reading across collections. For example, when `parent` is set
5396+
* to `"projects/example/locations/-"`. This field is not supported by default and will
53965397
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
53975398
* service or product specific documentation.
53985399
*/

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

clients/google-api-services-redis/v1/2.0.0/com/google/api/services/redis/v1/model/MachineConfiguration.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class MachineConfiguration extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
38+
private java.lang.Long baselineSlots;
39+
3340
/**
3441
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
3542
* again after bug fix.
@@ -38,6 +45,13 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
3845
@com.google.api.client.util.Key
3946
private java.lang.Integer cpuCount;
4047

48+
/**
49+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
53+
private java.lang.Long maxReservationSlots;
54+
4155
/**
4256
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
4357
* The value may be {@code null}.
@@ -59,6 +73,23 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
5973
@com.google.api.client.util.Key
6074
private java.lang.Double vcpuCount;
6175

76+
/**
77+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.Long getBaselineSlots() {
81+
return baselineSlots;
82+
}
83+
84+
/**
85+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
86+
* @param baselineSlots baselineSlots or {@code null} for none
87+
*/
88+
public MachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
89+
this.baselineSlots = baselineSlots;
90+
return this;
91+
}
92+
6293
/**
6394
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
6495
* again after bug fix.
@@ -78,6 +109,23 @@ public MachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
78109
return this;
79110
}
80111

112+
/**
113+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
114+
* @return value or {@code null} for none
115+
*/
116+
public java.lang.Long getMaxReservationSlots() {
117+
return maxReservationSlots;
118+
}
119+
120+
/**
121+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
122+
* @param maxReservationSlots maxReservationSlots or {@code null} for none
123+
*/
124+
public MachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
125+
this.maxReservationSlots = maxReservationSlots;
126+
return this;
127+
}
128+
81129
/**
82130
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
83131
* @return value or {@code null} for none

clients/google-api-services-redis/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-redis</artifactId>
11-
<version>v1-rev20251104-2.0.0</version>
12-
<name>Google Cloud Memorystore for Redis API v1-rev20251104-2.0.0</name>
11+
<version>v1-rev20260107-2.0.0</version>
12+
<name>Google Cloud Memorystore for Redis API v1-rev20260107-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-redis/v1beta1/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-redis</artifactId>
25-
<version>v1beta1-rev20251104-2.0.0</version>
25+
<version>v1beta1-rev20260107-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-redis:v1beta1-rev20251104-2.0.0'
38+
implementation 'com.google.apis:google-api-services-redis:v1beta1-rev20260107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/CloudRedis.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5369,30 +5369,31 @@ public List setPageToken(java.lang.String pageToken) {
53695369

53705370
/**
53715371
* When set to `true`, operations that are reachable are returned as normal, and those
5372-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5373-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5374-
* `"projects/example/locations/-"`. This field is not by default supported and will
5372+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5373+
* can only be `true` when reading across collections. For example, when `parent` is set
5374+
* to `"projects/example/locations/-"`. This field is not supported by default and will
53755375
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
53765376
* service or product specific documentation.
53775377
*/
53785378
@com.google.api.client.util.Key
53795379
private java.lang.Boolean returnPartialSuccess;
53805380

53815381
/** When set to `true`, operations that are reachable are returned as normal, and those that are
5382-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
5383-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
5384-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
5385-
explicitly documented otherwise in service or product specific documentation.
5382+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
5383+
when reading across collections. For example, when `parent` is set to
5384+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
5385+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
5386+
documentation.
53865387
*/
53875388
public java.lang.Boolean getReturnPartialSuccess() {
53885389
return returnPartialSuccess;
53895390
}
53905391

53915392
/**
53925393
* When set to `true`, operations that are reachable are returned as normal, and those
5393-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
5394-
* This can only be `true` when reading across collections e.g. when `parent` is set to
5395-
* `"projects/example/locations/-"`. This field is not by default supported and will
5394+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
5395+
* can only be `true` when reading across collections. For example, when `parent` is set
5396+
* to `"projects/example/locations/-"`. This field is not supported by default and will
53965397
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
53975398
* service or product specific documentation.
53985399
*/

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

clients/google-api-services-redis/v1beta1/2.0.0/com/google/api/services/redis/v1beta1/model/MachineConfiguration.java

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
@SuppressWarnings("javadoc")
3131
public final class MachineConfiguration extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
38+
private java.lang.Long baselineSlots;
39+
3340
/**
3441
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
3542
* again after bug fix.
@@ -38,6 +45,13 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
3845
@com.google.api.client.util.Key
3946
private java.lang.Integer cpuCount;
4047

48+
/**
49+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
53+
private java.lang.Long maxReservationSlots;
54+
4155
/**
4256
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
4357
* The value may be {@code null}.
@@ -59,6 +73,23 @@ public final class MachineConfiguration extends com.google.api.client.json.Gener
5973
@com.google.api.client.util.Key
6074
private java.lang.Double vcpuCount;
6175

76+
/**
77+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
78+
* @return value or {@code null} for none
79+
*/
80+
public java.lang.Long getBaselineSlots() {
81+
return baselineSlots;
82+
}
83+
84+
/**
85+
* Optional. Baseline slots for BigQuery Reservations. Baseline slots are in increments of 50.
86+
* @param baselineSlots baselineSlots or {@code null} for none
87+
*/
88+
public MachineConfiguration setBaselineSlots(java.lang.Long baselineSlots) {
89+
this.baselineSlots = baselineSlots;
90+
return this;
91+
}
92+
6293
/**
6394
* The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations
6495
* again after bug fix.
@@ -78,6 +109,23 @@ public MachineConfiguration setCpuCount(java.lang.Integer cpuCount) {
78109
return this;
79110
}
80111

112+
/**
113+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
114+
* @return value or {@code null} for none
115+
*/
116+
public java.lang.Long getMaxReservationSlots() {
117+
return maxReservationSlots;
118+
}
119+
120+
/**
121+
* Optional. Max slots for BigQuery Reservations. Max slots are in increments of 50.
122+
* @param maxReservationSlots maxReservationSlots or {@code null} for none
123+
*/
124+
public MachineConfiguration setMaxReservationSlots(java.lang.Long maxReservationSlots) {
125+
this.maxReservationSlots = maxReservationSlots;
126+
return this;
127+
}
128+
81129
/**
82130
* Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.
83131
* @return value or {@code null} for none

0 commit comments

Comments
 (0)