Skip to content

Commit d6e7ce7

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate file client (googleapis#2802)
1 parent 6e227dd commit d6e7ce7

30 files changed

+4831
-4633
lines changed

clients/google-api-services-file/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-file",
5-
"version": "v1-rev20190805-1.30.3"
5+
"version": "v1-rev20190917-1.30.3"
66
}
77
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,12 +1330,13 @@ public Patch setName(java.lang.String name) {
13301330
/**
13311331
* Mask of fields to update. At least one path must be supplied in this field. The
13321332
* elements of the repeated paths field may only include these fields: "description"
1333+
* "file_shares" "labels"
13331334
*/
13341335
@com.google.api.client.util.Key
13351336
private String updateMask;
13361337

13371338
/** Mask of fields to update. At least one path must be supplied in this field. The elements of the
1338-
repeated paths field may only include these fields: "description"
1339+
repeated paths field may only include these fields: "description" "file_shares" "labels"
13391340
*/
13401341
public String getUpdateMask() {
13411342
return updateMask;
@@ -1344,6 +1345,7 @@ public String getUpdateMask() {
13441345
/**
13451346
* Mask of fields to update. At least one path must be supplied in this field. The
13461347
* elements of the repeated paths field may only include these fields: "description"
1348+
* "file_shares" "labels"
13471349
*/
13481350
public Patch setUpdateMask(String updateMask) {
13491351
this.updateMask = updateMask;

clients/google-api-services-file/v1/1.28.0/com/google/api/services/file/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSch
4545
@com.google.api.client.util.Key
4646
private String endTime;
4747

48+
/**
49+
* The rollout management policy this maintenance schedule is associated with. When doing
50+
* reschedule update request, the reschedule should be against this given policy.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String rolloutManagementPolicy;
55+
4856
/**
4957
* The scheduled start time for the maintenance.
5058
* The value may be {@code null}.
@@ -88,6 +96,25 @@ public GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule setEnd
8896
return this;
8997
}
9098

99+
/**
100+
* The rollout management policy this maintenance schedule is associated with. When doing
101+
* reschedule update request, the reschedule should be against this given policy.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getRolloutManagementPolicy() {
105+
return rolloutManagementPolicy;
106+
}
107+
108+
/**
109+
* The rollout management policy this maintenance schedule is associated with. When doing
110+
* reschedule update request, the reschedule should be against this given policy.
111+
* @param rolloutManagementPolicy rolloutManagementPolicy or {@code null} for none
112+
*/
113+
public GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule setRolloutManagementPolicy(java.lang.String rolloutManagementPolicy) {
114+
this.rolloutManagementPolicy = rolloutManagementPolicy;
115+
return this;
116+
}
117+
91118
/**
92119
* The scheduled start time for the maintenance.
93120
* @return value or {@code null} for none

clients/google-api-services-file/v1/1.28.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-file</artifactId>
11-
<version>v1-rev20190805-1.28.0</version>
12-
<name>Cloud Filestore API v1-rev20190805-1.28.0</name>
11+
<version>v1-rev20190917-1.28.0</version>
12+
<name>Cloud Filestore API v1-rev20190917-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-file/v1/1.28.0/resources/file.v1.json

Lines changed: 665 additions & 661 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1330,12 +1330,13 @@ public Patch setName(java.lang.String name) {
13301330
/**
13311331
* Mask of fields to update. At least one path must be supplied in this field. The
13321332
* elements of the repeated paths field may only include these fields: "description"
1333+
* "file_shares" "labels"
13331334
*/
13341335
@com.google.api.client.util.Key
13351336
private String updateMask;
13361337

13371338
/** Mask of fields to update. At least one path must be supplied in this field. The elements of the
1338-
repeated paths field may only include these fields: "description"
1339+
repeated paths field may only include these fields: "description" "file_shares" "labels"
13391340
*/
13401341
public String getUpdateMask() {
13411342
return updateMask;
@@ -1344,6 +1345,7 @@ public String getUpdateMask() {
13441345
/**
13451346
* Mask of fields to update. At least one path must be supplied in this field. The
13461347
* elements of the repeated paths field may only include these fields: "description"
1348+
* "file_shares" "labels"
13471349
*/
13481350
public Patch setUpdateMask(String updateMask) {
13491351
this.updateMask = updateMask;

clients/google-api-services-file/v1/1.29.2/com/google/api/services/file/v1/model/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ public final class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSch
4545
@com.google.api.client.util.Key
4646
private String endTime;
4747

48+
/**
49+
* The rollout management policy this maintenance schedule is associated with. When doing
50+
* reschedule update request, the reschedule should be against this given policy.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String rolloutManagementPolicy;
55+
4856
/**
4957
* The scheduled start time for the maintenance.
5058
* The value may be {@code null}.
@@ -88,6 +96,25 @@ public GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule setEnd
8896
return this;
8997
}
9098

99+
/**
100+
* The rollout management policy this maintenance schedule is associated with. When doing
101+
* reschedule update request, the reschedule should be against this given policy.
102+
* @return value or {@code null} for none
103+
*/
104+
public java.lang.String getRolloutManagementPolicy() {
105+
return rolloutManagementPolicy;
106+
}
107+
108+
/**
109+
* The rollout management policy this maintenance schedule is associated with. When doing
110+
* reschedule update request, the reschedule should be against this given policy.
111+
* @param rolloutManagementPolicy rolloutManagementPolicy or {@code null} for none
112+
*/
113+
public GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule setRolloutManagementPolicy(java.lang.String rolloutManagementPolicy) {
114+
this.rolloutManagementPolicy = rolloutManagementPolicy;
115+
return this;
116+
}
117+
91118
/**
92119
* The scheduled start time for the maintenance.
93120
* @return value or {@code null} for none

clients/google-api-services-file/v1/1.29.2/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-file</artifactId>
11-
<version>v1-rev20190805-1.29.2</version>
12-
<name>Cloud Filestore API v1-rev20190805-1.29.2</name>
11+
<version>v1-rev20190917-1.29.2</version>
12+
<name>Cloud Filestore API v1-rev20190917-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)