Skip to content

Commit 4f5af51

Browse files
1 parent c7b4f32 commit 4f5af51

27 files changed

+248
-192
lines changed

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

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/CloudFilestore.java

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3396,6 +3396,28 @@ public List setPageToken(java.lang.String pageToken) {
33963396
return this;
33973397
}
33983398

3399+
/**
3400+
* Optional. If true, allow partial responses for multi-regional Aggregated List
3401+
* requests.
3402+
*/
3403+
@com.google.api.client.util.Key
3404+
private java.lang.Boolean returnPartialSuccess;
3405+
3406+
/** Optional. If true, allow partial responses for multi-regional Aggregated List requests.
3407+
*/
3408+
public java.lang.Boolean getReturnPartialSuccess() {
3409+
return returnPartialSuccess;
3410+
}
3411+
3412+
/**
3413+
* Optional. If true, allow partial responses for multi-regional Aggregated List
3414+
* requests.
3415+
*/
3416+
public List setReturnPartialSuccess(java.lang.Boolean returnPartialSuccess) {
3417+
this.returnPartialSuccess = returnPartialSuccess;
3418+
return this;
3419+
}
3420+
33993421
@Override
34003422
public List set(String parameterName, Object value) {
34013423
return (List) super.set(parameterName, value);
@@ -3591,7 +3613,7 @@ public class Operations {
35913613
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
35923614
* methods to check whether the cancellation succeeded or whether the operation completed despite
35933615
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3594-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3616+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
35953617
* `Code.CANCELLED`.
35963618
*
35973619
* Create a request for the method "operations.cancel".
@@ -3622,7 +3644,7 @@ public class Cancel extends CloudFilestoreRequest<com.google.api.services.file.v
36223644
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
36233645
* methods to check whether the cancellation succeeded or whether the operation completed despite
36243646
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
3625-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
3647+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
36263648
* `Code.CANCELLED`.
36273649
*
36283650
* Create a request for the method "operations.cancel".

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/Backup.java

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,12 @@ public final class Backup extends com.google.api.client.json.GenericJson {
143143
private java.lang.Long storageBytes;
144144

145145
/**
146-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
147-
* "123/environment": "production", "123/costCenter": "marketing"
146+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
147+
* namespaced name and each value a short name. Example: "123456789012/environment" :
148+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
149+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
150+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
151+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
148152
* The value may be {@code null}.
149153
*/
150154
@com.google.api.client.util.Key
@@ -422,17 +426,25 @@ public Backup setStorageBytes(java.lang.Long storageBytes) {
422426
}
423427

424428
/**
425-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
426-
* "123/environment": "production", "123/costCenter": "marketing"
429+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
430+
* namespaced name and each value a short name. Example: "123456789012/environment" :
431+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
432+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
433+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
434+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
427435
* @return value or {@code null} for none
428436
*/
429437
public java.util.Map<String, java.lang.String> getTags() {
430438
return tags;
431439
}
432440

433441
/**
434-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
435-
* "123/environment": "production", "123/costCenter": "marketing"
442+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
443+
* namespaced name and each value a short name. Example: "123456789012/environment" :
444+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
445+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
446+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
447+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
436448
* @param tags tags or {@code null} for none
437449
*/
438450
public Backup setTags(java.util.Map<String, java.lang.String> tags) {

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/FixedIOPS.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public final class FixedIOPS extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3737
private java.lang.Long maxIops;
3838

39-
/**
40-
* Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read
41-
* IOPS.
42-
* The value may be {@code null}.
43-
*/
44-
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
45-
private java.lang.Long maxReadIops;
46-
4739
/**
4840
* Required. Maximum IOPS.
4941
* @return value or {@code null} for none
@@ -61,25 +53,6 @@ public FixedIOPS setMaxIops(java.lang.Long maxIops) {
6153
return this;
6254
}
6355

64-
/**
65-
* Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read
66-
* IOPS.
67-
* @return value or {@code null} for none
68-
*/
69-
public java.lang.Long getMaxReadIops() {
70-
return maxReadIops;
71-
}
72-
73-
/**
74-
* Optional. Deprecated: `max_iops` should be used instead of this parameter. Maximum raw read
75-
* IOPS.
76-
* @param maxReadIops maxReadIops or {@code null} for none
77-
*/
78-
public FixedIOPS setMaxReadIops(java.lang.Long maxReadIops) {
79-
this.maxReadIops = maxReadIops;
80-
return this;
81-
}
82-
8356
@Override
8457
public FixedIOPS set(String fieldName, Object value) {
8558
return (FixedIOPS) super.set(fieldName, value);

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/IOPSPerTB.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ public final class IOPSPerTB extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3737
private java.lang.Long maxIopsPerTb;
3838

39-
/**
40-
* Optional. Deprecated: `max_iops_per_tb` should be used instead of this parameter. Maximum read
41-
* IOPS per TiB.
42-
* The value may be {@code null}.
43-
*/
44-
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
45-
private java.lang.Long maxReadIopsPerTb;
46-
4739
/**
4840
* Required. Maximum IOPS per TiB.
4941
* @return value or {@code null} for none
@@ -61,25 +53,6 @@ public IOPSPerTB setMaxIopsPerTb(java.lang.Long maxIopsPerTb) {
6153
return this;
6254
}
6355

64-
/**
65-
* Optional. Deprecated: `max_iops_per_tb` should be used instead of this parameter. Maximum read
66-
* IOPS per TiB.
67-
* @return value or {@code null} for none
68-
*/
69-
public java.lang.Long getMaxReadIopsPerTb() {
70-
return maxReadIopsPerTb;
71-
}
72-
73-
/**
74-
* Optional. Deprecated: `max_iops_per_tb` should be used instead of this parameter. Maximum read
75-
* IOPS per TiB.
76-
* @param maxReadIopsPerTb maxReadIopsPerTb or {@code null} for none
77-
*/
78-
public IOPSPerTB setMaxReadIopsPerTb(java.lang.Long maxReadIopsPerTb) {
79-
this.maxReadIopsPerTb = maxReadIopsPerTb;
80-
return this;
81-
}
82-
8356
@Override
8457
public IOPSPerTB set(String fieldName, Object value) {
8558
return (IOPSPerTB) super.set(fieldName, value);

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/Instance.java

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,12 @@ public final class Instance extends com.google.api.client.json.GenericJson {
182182
private java.util.List<java.lang.String> suspensionReasons;
183183

184184
/**
185-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
186-
* "123/environment": "production", "123/costCenter": "marketing"
185+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
186+
* namespaced name and each value a short name. Example: "123456789012/environment" :
187+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
188+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
189+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
190+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
187191
* The value may be {@code null}.
188192
*/
189193
@com.google.api.client.util.Key
@@ -549,17 +553,25 @@ public Instance setSuspensionReasons(java.util.List<java.lang.String> suspension
549553
}
550554

551555
/**
552-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
553-
* "123/environment": "production", "123/costCenter": "marketing"
556+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
557+
* namespaced name and each value a short name. Example: "123456789012/environment" :
558+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
559+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
560+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
561+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
554562
* @return value or {@code null} for none
555563
*/
556564
public java.util.Map<String, java.lang.String> getTags() {
557565
return tags;
558566
}
559567

560568
/**
561-
* Optional. Input only. Immutable. Tag key-value pairs are bound to this resource. For example:
562-
* "123/environment": "production", "123/costCenter": "marketing"
569+
* Optional. Input only. Immutable. Tag key-value pairs bound to this resource. Each key must be a
570+
* namespaced name and each value a short name. Example: "123456789012/environment" :
571+
* "production", "123456789013/costCenter" : "marketing" See the documentation for more
572+
* information: - Namespaced name: https://cloud.google.com/resource-manager/docs/tags/tags-
573+
* creating-and-managing#retrieving_tag_key - Short name: https://cloud.google.com/resource-
574+
* manager/docs/tags/tags-creating-and-managing#retrieving_tag_value
563575
* @param tags tags or {@code null} for none
564576
*/
565577
public Instance setTags(java.util.Map<String, java.lang.String> tags) {

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/ListBackupsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class ListBackupsResponse extends com.google.api.client.json.Generi
5454
private java.lang.String nextPageToken;
5555

5656
/**
57-
* Locations that could not be reached.
57+
* Unordered list. Locations that could not be reached.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -103,15 +103,15 @@ public ListBackupsResponse setNextPageToken(java.lang.String nextPageToken) {
103103
}
104104

105105
/**
106-
* Locations that could not be reached.
106+
* Unordered list. Locations that could not be reached.
107107
* @return value or {@code null} for none
108108
*/
109109
public java.util.List<java.lang.String> getUnreachable() {
110110
return unreachable;
111111
}
112112

113113
/**
114-
* Locations that could not be reached.
114+
* Unordered list. Locations that could not be reached.
115115
* @param unreachable unreachable or {@code null} for none
116116
*/
117117
public ListBackupsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/ListInstancesResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class ListInstancesResponse extends com.google.api.client.json.Gene
5454
private java.lang.String nextPageToken;
5555

5656
/**
57-
* Locations that could not be reached.
57+
* Unordered list. Locations that could not be reached.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -103,15 +103,15 @@ public ListInstancesResponse setNextPageToken(java.lang.String nextPageToken) {
103103
}
104104

105105
/**
106-
* Locations that could not be reached.
106+
* Unordered list. Locations that could not be reached.
107107
* @return value or {@code null} for none
108108
*/
109109
public java.util.List<java.lang.String> getUnreachable() {
110110
return unreachable;
111111
}
112112

113113
/**
114-
* Locations that could not be reached.
114+
* Unordered list. Locations that could not be reached.
115115
* @param unreachable unreachable or {@code null} for none
116116
*/
117117
public ListInstancesResponse setUnreachable(java.util.List<java.lang.String> unreachable) {

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/ListSnapshotsResponse.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ public final class ListSnapshotsResponse extends com.google.api.client.json.Gene
4444
@com.google.api.client.util.Key
4545
private java.util.List<Snapshot> snapshots;
4646

47+
/**
48+
* Unordered list. Locations that could not be reached.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.util.List<java.lang.String> unreachable;
53+
4754
/**
4855
* The token you can use to retrieve the next page of results. Not returned if there are no more
4956
* results in the list.
@@ -80,6 +87,23 @@ public ListSnapshotsResponse setSnapshots(java.util.List<Snapshot> snapshots) {
8087
return this;
8188
}
8289

90+
/**
91+
* Unordered list. Locations that could not be reached.
92+
* @return value or {@code null} for none
93+
*/
94+
public java.util.List<java.lang.String> getUnreachable() {
95+
return unreachable;
96+
}
97+
98+
/**
99+
* Unordered list. Locations that could not be reached.
100+
* @param unreachable unreachable or {@code null} for none
101+
*/
102+
public ListSnapshotsResponse setUnreachable(java.util.List<java.lang.String> unreachable) {
103+
this.unreachable = unreachable;
104+
return this;
105+
}
106+
83107
@Override
84108
public ListSnapshotsResponse set(String fieldName, Object value) {
85109
return (ListSnapshotsResponse) super.set(fieldName, value);

clients/google-api-services-file/v1/2.0.0/com/google/api/services/file/v1/model/OperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
3838

3939
/**
4040
* Output only. Identifies whether the user has requested cancellation of the operation.
41-
* Operations that have been cancelled successfully have Operation.error value with a
42-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
41+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
42+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
4343
* The value may be {@code null}.
4444
*/
4545
@com.google.api.client.util.Key
@@ -99,8 +99,8 @@ public OperationMetadata setApiVersion(java.lang.String apiVersion) {
9999

100100
/**
101101
* Output only. Identifies whether the user has requested cancellation of the operation.
102-
* Operations that have been cancelled successfully have Operation.error value with a
103-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
102+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
103+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.Boolean getCancelRequested() {
@@ -109,8 +109,8 @@ public java.lang.Boolean getCancelRequested() {
109109

110110
/**
111111
* Output only. Identifies whether the user has requested cancellation of the operation.
112-
* Operations that have been cancelled successfully have Operation.error value with a
113-
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
112+
* Operations that have been cancelled successfully have google.longrunning.Operation.error value
113+
* with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
114114
* @param cancelRequested cancelRequested or {@code null} for none
115115
*/
116116
public OperationMetadata setCancelRequested(java.lang.Boolean cancelRequested) {

0 commit comments

Comments
 (0)