Skip to content

Commit 1fbb2e0

Browse files
1 parent a6a8045 commit 1fbb2e0

File tree

18 files changed

+470
-198
lines changed

18 files changed

+470
-198
lines changed

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

clients/google-api-services-memcache/v1/2.0.0/com/google/api/services/memcache/v1/CloudMemorystoreforMemcached.java

Lines changed: 287 additions & 16 deletions
Large diffs are not rendered by default.

clients/google-api-services-memcache/v1/2.0.0/com/google/api/services/memcache/v1/model/GetTagsRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class GetTagsRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The full One Platform resource name of the service resource.
34+
* Required. The full resource name of the service resource.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String name;
3939

4040
/**
41-
* Required. The full One Platform resource name of the service resource.
41+
* Required. The full resource name of the service resource.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.String getName() {
4545
return name;
4646
}
4747

4848
/**
49-
* Required. The full One Platform resource name of the service resource.
49+
* Required. The full resource name of the service resource.
5050
* @param name name or {@code null} for none
5151
*/
5252
public GetTagsRequest setName(java.lang.String name) {

clients/google-api-services-memcache/v1/2.0.0/com/google/api/services/memcache/v1/model/GetTagsResponse.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@
3131
public final class GetTagsResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The full One Platform resource name of the service resource.
34+
* A checksum based on the current bindings. This field is always set in server responses.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String etag;
39+
40+
/**
41+
* Required. The full resource name of the service resource.
3542
* The value may be {@code null}.
3643
*/
3744
@com.google.api.client.util.Key
@@ -48,21 +55,31 @@ public final class GetTagsResponse extends com.google.api.client.json.GenericJso
4855

4956
/**
5057
* A checksum based on the current bindings. This field is always set in server responses.
51-
* The value may be {@code null}.
58+
* @return value or {@code null} for none
5259
*/
53-
@com.google.api.client.util.Key
54-
private java.lang.String tagsEtag;
60+
public java.lang.String getEtag() {
61+
return etag;
62+
}
63+
64+
/**
65+
* A checksum based on the current bindings. This field is always set in server responses.
66+
* @param etag etag or {@code null} for none
67+
*/
68+
public GetTagsResponse setEtag(java.lang.String etag) {
69+
this.etag = etag;
70+
return this;
71+
}
5572

5673
/**
57-
* Required. The full One Platform resource name of the service resource.
74+
* Required. The full resource name of the service resource.
5875
* @return value or {@code null} for none
5976
*/
6077
public java.lang.String getName() {
6178
return name;
6279
}
6380

6481
/**
65-
* Required. The full One Platform resource name of the service resource.
82+
* Required. The full resource name of the service resource.
6683
* @param name name or {@code null} for none
6784
*/
6885
public GetTagsResponse setName(java.lang.String name) {
@@ -91,23 +108,6 @@ public GetTagsResponse setTags(java.util.Map<String, java.lang.String> tags) {
91108
return this;
92109
}
93110

94-
/**
95-
* A checksum based on the current bindings. This field is always set in server responses.
96-
* @return value or {@code null} for none
97-
*/
98-
public java.lang.String getTagsEtag() {
99-
return tagsEtag;
100-
}
101-
102-
/**
103-
* A checksum based on the current bindings. This field is always set in server responses.
104-
* @param tagsEtag tagsEtag or {@code null} for none
105-
*/
106-
public GetTagsResponse setTagsEtag(java.lang.String tagsEtag) {
107-
this.tagsEtag = tagsEtag;
108-
return this;
109-
}
110-
111111
@Override
112112
public GetTagsResponse set(String fieldName, Object value) {
113113
return (GetTagsResponse) super.set(fieldName, value);

clients/google-api-services-memcache/v1/2.0.0/com/google/api/services/memcache/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-memcache/v1/2.0.0/com/google/api/services/memcache/v1/model/SetTagsRequest.java

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,15 @@
3131
public final class SetTagsRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The full One Platform resource name of the service resource.
34+
* Optional. A checksum based on the current bindings which can be passed to prevent race
35+
* conditions. If not passed, etag check would be skipped.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.String etag;
40+
41+
/**
42+
* Required. The full resource name of the service resource.
3543
* The value may be {@code null}.
3644
*/
3745
@com.google.api.client.util.Key
@@ -57,21 +65,32 @@ public final class SetTagsRequest extends com.google.api.client.json.GenericJson
5765
/**
5866
* Optional. A checksum based on the current bindings which can be passed to prevent race
5967
* conditions. If not passed, etag check would be skipped.
60-
* The value may be {@code null}.
68+
* @return value or {@code null} for none
6169
*/
62-
@com.google.api.client.util.Key
63-
private java.lang.String tagsEtag;
70+
public java.lang.String getEtag() {
71+
return etag;
72+
}
73+
74+
/**
75+
* Optional. A checksum based on the current bindings which can be passed to prevent race
76+
* conditions. If not passed, etag check would be skipped.
77+
* @param etag etag or {@code null} for none
78+
*/
79+
public SetTagsRequest setEtag(java.lang.String etag) {
80+
this.etag = etag;
81+
return this;
82+
}
6483

6584
/**
66-
* Required. The full One Platform resource name of the service resource.
85+
* Required. The full resource name of the service resource.
6786
* @return value or {@code null} for none
6887
*/
6988
public java.lang.String getName() {
7089
return name;
7190
}
7291

7392
/**
74-
* Required. The full One Platform resource name of the service resource.
93+
* Required. The full resource name of the service resource.
7594
* @param name name or {@code null} for none
7695
*/
7796
public SetTagsRequest setName(java.lang.String name) {
@@ -119,25 +138,6 @@ public SetTagsRequest setTags(java.util.Map<String, java.lang.String> tags) {
119138
return this;
120139
}
121140

122-
/**
123-
* Optional. A checksum based on the current bindings which can be passed to prevent race
124-
* conditions. If not passed, etag check would be skipped.
125-
* @return value or {@code null} for none
126-
*/
127-
public java.lang.String getTagsEtag() {
128-
return tagsEtag;
129-
}
130-
131-
/**
132-
* Optional. A checksum based on the current bindings which can be passed to prevent race
133-
* conditions. If not passed, etag check would be skipped.
134-
* @param tagsEtag tagsEtag or {@code null} for none
135-
*/
136-
public SetTagsRequest setTagsEtag(java.lang.String tagsEtag) {
137-
this.tagsEtag = tagsEtag;
138-
return this;
139-
}
140-
141141
@Override
142142
public SetTagsRequest set(String fieldName, Object value) {
143143
return (SetTagsRequest) super.set(fieldName, value);

clients/google-api-services-memcache/v1/2.0.0/com/google/api/services/memcache/v1/model/SetTagsResponse.java

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@
3131
public final class SetTagsResponse extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Required. The full One Platform resource name of the service resource.
34+
* A checksum based on the current bindings. This field is always set in server responses.
35+
* The value may be {@code null}.
36+
*/
37+
@com.google.api.client.util.Key
38+
private java.lang.String etag;
39+
40+
/**
41+
* Required. The full resource name of the service resource.
3542
* The value may be {@code null}.
3643
*/
3744
@com.google.api.client.util.Key
@@ -48,21 +55,31 @@ public final class SetTagsResponse extends com.google.api.client.json.GenericJso
4855

4956
/**
5057
* A checksum based on the current bindings. This field is always set in server responses.
51-
* The value may be {@code null}.
58+
* @return value or {@code null} for none
5259
*/
53-
@com.google.api.client.util.Key
54-
private java.lang.String tagsEtag;
60+
public java.lang.String getEtag() {
61+
return etag;
62+
}
63+
64+
/**
65+
* A checksum based on the current bindings. This field is always set in server responses.
66+
* @param etag etag or {@code null} for none
67+
*/
68+
public SetTagsResponse setEtag(java.lang.String etag) {
69+
this.etag = etag;
70+
return this;
71+
}
5572

5673
/**
57-
* Required. The full One Platform resource name of the service resource.
74+
* Required. The full resource name of the service resource.
5875
* @return value or {@code null} for none
5976
*/
6077
public java.lang.String getName() {
6178
return name;
6279
}
6380

6481
/**
65-
* Required. The full One Platform resource name of the service resource.
82+
* Required. The full resource name of the service resource.
6683
* @param name name or {@code null} for none
6784
*/
6885
public SetTagsResponse setName(java.lang.String name) {
@@ -91,23 +108,6 @@ public SetTagsResponse setTags(java.util.Map<String, java.lang.String> tags) {
91108
return this;
92109
}
93110

94-
/**
95-
* A checksum based on the current bindings. This field is always set in server responses.
96-
* @return value or {@code null} for none
97-
*/
98-
public java.lang.String getTagsEtag() {
99-
return tagsEtag;
100-
}
101-
102-
/**
103-
* A checksum based on the current bindings. This field is always set in server responses.
104-
* @param tagsEtag tagsEtag or {@code null} for none
105-
*/
106-
public SetTagsResponse setTagsEtag(java.lang.String tagsEtag) {
107-
this.tagsEtag = tagsEtag;
108-
return this;
109-
}
110-
111111
@Override
112112
public SetTagsResponse set(String fieldName, Object value) {
113113
return (SetTagsResponse) super.set(fieldName, value);

clients/google-api-services-memcache/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-memcache</artifactId>
11-
<version>v1-rev20251002-2.0.0</version>
12-
<name>Cloud Memorystore for Memcached API v1-rev20251002-2.0.0</name>
11+
<version>v1-rev20260115-2.0.0</version>
12+
<name>Cloud Memorystore for Memcached API v1-rev20260115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-memcache/v1beta2/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-memcache</artifactId>
25-
<version>v1beta2-rev20251002-2.0.0</version>
25+
<version>v1beta2-rev20260115-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-memcache:v1beta2-rev20251002-2.0.0'
38+
implementation 'com.google.apis:google-api-services-memcache:v1beta2-rev20260115-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)