Skip to content

Commit 02e2a42

Browse files
1 parent e579e37 commit 02e2a42

File tree

11 files changed

+436
-56
lines changed

11 files changed

+436
-56
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-rev20251015-2.0.0</version>
25+
<version>v1-rev20251204-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-rev20251015-2.0.0'
38+
implementation 'com.google.apis:google-api-services-file:v1-rev20251204-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: 303 additions & 16 deletions
Large diffs are not rendered by default.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class Instance extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. The increase/decrease capacity step size in GB.
33+
* Output only. The incremental increase or decrease in capacity, designated in some number of GB.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -116,14 +116,14 @@ public final class Instance extends com.google.api.client.json.GenericJson {
116116
private java.util.Map<String, java.lang.String> labels;
117117

118118
/**
119-
* Output only. The max capacity of the instance in GB.
119+
* Output only. The maximum capacity of the instance in GB.
120120
* The value may be {@code null}.
121121
*/
122122
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
123123
private java.lang.Long maxCapacityGb;
124124

125125
/**
126-
* Output only. The min capacity of the instance in GB.
126+
* Output only. The minimum capacity of the instance in GB.
127127
* The value may be {@code null}.
128128
*/
129129
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -230,15 +230,15 @@ public final class Instance extends com.google.api.client.json.GenericJson {
230230
private java.lang.String tier;
231231

232232
/**
233-
* Output only. The increase/decrease capacity step size in GB.
233+
* Output only. The incremental increase or decrease in capacity, designated in some number of GB.
234234
* @return value or {@code null} for none
235235
*/
236236
public java.lang.Long getCapacityStepSizeGb() {
237237
return capacityStepSizeGb;
238238
}
239239

240240
/**
241-
* Output only. The increase/decrease capacity step size in GB.
241+
* Output only. The incremental increase or decrease in capacity, designated in some number of GB.
242242
* @param capacityStepSizeGb capacityStepSizeGb or {@code null} for none
243243
*/
244244
public Instance setCapacityStepSizeGb(java.lang.Long capacityStepSizeGb) {
@@ -423,15 +423,15 @@ public Instance setLabels(java.util.Map<String, java.lang.String> labels) {
423423
}
424424

425425
/**
426-
* Output only. The max capacity of the instance in GB.
426+
* Output only. The maximum capacity of the instance in GB.
427427
* @return value or {@code null} for none
428428
*/
429429
public java.lang.Long getMaxCapacityGb() {
430430
return maxCapacityGb;
431431
}
432432

433433
/**
434-
* Output only. The max capacity of the instance in GB.
434+
* Output only. The maximum capacity of the instance in GB.
435435
* @param maxCapacityGb maxCapacityGb or {@code null} for none
436436
*/
437437
public Instance setMaxCapacityGb(java.lang.Long maxCapacityGb) {
@@ -440,15 +440,15 @@ public Instance setMaxCapacityGb(java.lang.Long maxCapacityGb) {
440440
}
441441

442442
/**
443-
* Output only. The min capacity of the instance in GB.
443+
* Output only. The minimum capacity of the instance in GB.
444444
* @return value or {@code null} for none
445445
*/
446446
public java.lang.Long getMinCapacityGb() {
447447
return minCapacityGb;
448448
}
449449

450450
/**
451-
* Output only. The min capacity of the instance in GB.
451+
* Output only. The minimum capacity of the instance in GB.
452452
* @param minCapacityGb minCapacityGb or {@code null} for none
453453
*/
454454
public Instance setMinCapacityGb(java.lang.Long minCapacityGb) {

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

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

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

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

9999
/**
100100
* Unordered list. Unreachable resources. Populated when the request sets
101-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
101+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
102102
* attempting to list all resources across all supported locations.
103103
* @param unreachable unreachable or {@code null} for none
104104
*/
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.file.v1.model;
18+
19+
/**
20+
* PauseReplicaRequest pauses a Filestore standby instance (replica).
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the Cloud Filestore API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class PauseReplicaRequest extends com.google.api.client.json.GenericJson {
31+
32+
@Override
33+
public PauseReplicaRequest set(String fieldName, Object value) {
34+
return (PauseReplicaRequest) super.set(fieldName, value);
35+
}
36+
37+
@Override
38+
public PauseReplicaRequest clone() {
39+
return (PauseReplicaRequest) super.clone();
40+
}
41+
42+
}

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,50 +30,50 @@
3030
public final class PerformanceLimits extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Output only. The max IOPS.
33+
* Output only. The maximum IOPS.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3737
private java.lang.Long maxIops;
3838

3939
/**
40-
* Output only. The max read IOPS.
40+
* Output only. The maximum read IOPS.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4444
private java.lang.Long maxReadIops;
4545

4646
/**
47-
* Output only. The max read throughput in bytes per second.
47+
* Output only. The maximum read throughput in bytes per second.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5151
private java.lang.Long maxReadThroughputBps;
5252

5353
/**
54-
* Output only. The max write IOPS.
54+
* Output only. The maximum write IOPS.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
5858
private java.lang.Long maxWriteIops;
5959

6060
/**
61-
* Output only. The max write throughput in bytes per second.
61+
* Output only. The maximum write throughput in bytes per second.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
6565
private java.lang.Long maxWriteThroughputBps;
6666

6767
/**
68-
* Output only. The max IOPS.
68+
* Output only. The maximum IOPS.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.lang.Long getMaxIops() {
7272
return maxIops;
7373
}
7474

7575
/**
76-
* Output only. The max IOPS.
76+
* Output only. The maximum IOPS.
7777
* @param maxIops maxIops or {@code null} for none
7878
*/
7979
public PerformanceLimits setMaxIops(java.lang.Long maxIops) {
@@ -82,15 +82,15 @@ public PerformanceLimits setMaxIops(java.lang.Long maxIops) {
8282
}
8383

8484
/**
85-
* Output only. The max read IOPS.
85+
* Output only. The maximum read IOPS.
8686
* @return value or {@code null} for none
8787
*/
8888
public java.lang.Long getMaxReadIops() {
8989
return maxReadIops;
9090
}
9191

9292
/**
93-
* Output only. The max read IOPS.
93+
* Output only. The maximum read IOPS.
9494
* @param maxReadIops maxReadIops or {@code null} for none
9595
*/
9696
public PerformanceLimits setMaxReadIops(java.lang.Long maxReadIops) {
@@ -99,15 +99,15 @@ public PerformanceLimits setMaxReadIops(java.lang.Long maxReadIops) {
9999
}
100100

101101
/**
102-
* Output only. The max read throughput in bytes per second.
102+
* Output only. The maximum read throughput in bytes per second.
103103
* @return value or {@code null} for none
104104
*/
105105
public java.lang.Long getMaxReadThroughputBps() {
106106
return maxReadThroughputBps;
107107
}
108108

109109
/**
110-
* Output only. The max read throughput in bytes per second.
110+
* Output only. The maximum read throughput in bytes per second.
111111
* @param maxReadThroughputBps maxReadThroughputBps or {@code null} for none
112112
*/
113113
public PerformanceLimits setMaxReadThroughputBps(java.lang.Long maxReadThroughputBps) {
@@ -116,15 +116,15 @@ public PerformanceLimits setMaxReadThroughputBps(java.lang.Long maxReadThroughpu
116116
}
117117

118118
/**
119-
* Output only. The max write IOPS.
119+
* Output only. The maximum write IOPS.
120120
* @return value or {@code null} for none
121121
*/
122122
public java.lang.Long getMaxWriteIops() {
123123
return maxWriteIops;
124124
}
125125

126126
/**
127-
* Output only. The max write IOPS.
127+
* Output only. The maximum write IOPS.
128128
* @param maxWriteIops maxWriteIops or {@code null} for none
129129
*/
130130
public PerformanceLimits setMaxWriteIops(java.lang.Long maxWriteIops) {
@@ -133,15 +133,15 @@ public PerformanceLimits setMaxWriteIops(java.lang.Long maxWriteIops) {
133133
}
134134

135135
/**
136-
* Output only. The max write throughput in bytes per second.
136+
* Output only. The maximum write throughput in bytes per second.
137137
* @return value or {@code null} for none
138138
*/
139139
public java.lang.Long getMaxWriteThroughputBps() {
140140
return maxWriteThroughputBps;
141141
}
142142

143143
/**
144-
* Output only. The max write throughput in bytes per second.
144+
* Output only. The maximum write throughput in bytes per second.
145145
* @param maxWriteThroughputBps maxWriteThroughputBps or {@code null} for none
146146
*/
147147
public PerformanceLimits setMaxWriteThroughputBps(java.lang.Long maxWriteThroughputBps) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class ReplicaConfig extends com.google.api.client.json.GenericJson
3838
private String lastActiveSyncTime;
3939

4040
/**
41-
* Optional. The peer instance.
41+
* Optional. The name of the source instance for the replica, in the format
42+
* `projects/{project}/locations/{location}/instances/{instance}`. This field is required when
43+
* creating a replica.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -85,15 +87,19 @@ public ReplicaConfig setLastActiveSyncTime(String lastActiveSyncTime) {
8587
}
8688

8789
/**
88-
* Optional. The peer instance.
90+
* Optional. The name of the source instance for the replica, in the format
91+
* `projects/{project}/locations/{location}/instances/{instance}`. This field is required when
92+
* creating a replica.
8993
* @return value or {@code null} for none
9094
*/
9195
public java.lang.String getPeerInstance() {
9296
return peerInstance;
9397
}
9498

9599
/**
96-
* Optional. The peer instance.
100+
* Optional. The name of the source instance for the replica, in the format
101+
* `projects/{project}/locations/{location}/instances/{instance}`. This field is required when
102+
* creating a replica.
97103
* @param peerInstance peerInstance or {@code null} for none
98104
*/
99105
public ReplicaConfig setPeerInstance(java.lang.String peerInstance) {

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.file.v1.model;
1818

1919
/**
20-
* Replication specifications.
20+
* Optional. The configuration used to replicate an instance.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Cloud Filestore API. For a detailed explanation see:
@@ -44,7 +44,8 @@ public final class Replication extends com.google.api.client.json.GenericJson {
4444
}
4545

4646
/**
47-
* Optional. The replication role.
47+
* Optional. The replication role. When creating a new replica, this field must be set to
48+
* `STANDBY`.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
@@ -70,15 +71,17 @@ public Replication setReplicas(java.util.List<ReplicaConfig> replicas) {
7071
}
7172

7273
/**
73-
* Optional. The replication role.
74+
* Optional. The replication role. When creating a new replica, this field must be set to
75+
* `STANDBY`.
7476
* @return value or {@code null} for none
7577
*/
7678
public java.lang.String getRole() {
7779
return role;
7880
}
7981

8082
/**
81-
* Optional. The replication role.
83+
* Optional. The replication role. When creating a new replica, this field must be set to
84+
* `STANDBY`.
8285
* @param role role or {@code null} for none
8386
*/
8487
public Replication setRole(java.lang.String role) {

0 commit comments

Comments
 (0)