Skip to content

Commit 0bfeb57

Browse files
feat(file): update the api
#### file:v1 The following keys were added: - schemas.Instance.properties.satisfiesPzs (Total Keys: 2)
1 parent 2633877 commit 0bfeb57

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

docs/dyn/file_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143143
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
145+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
146146
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values

docs/dyn/file_v1.projects.locations.instances.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ <h3>Method Details</h3>
151151
&quot;reservedIpRange&quot;: &quot;A String&quot;, # A /29 CIDR block in one of the [internal IP address ranges](https://www.arin.net/knowledge/address_filters.html) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
152152
},
153153
],
154+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
154155
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
155156
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
156157
&quot;tier&quot;: &quot;A String&quot;, # The service tier of the instance.
@@ -273,6 +274,7 @@ <h3>Method Details</h3>
273274
&quot;reservedIpRange&quot;: &quot;A String&quot;, # A /29 CIDR block in one of the [internal IP address ranges](https://www.arin.net/knowledge/address_filters.html) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
274275
},
275276
],
277+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
276278
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
277279
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
278280
&quot;tier&quot;: &quot;A String&quot;, # The service tier of the instance.
@@ -337,6 +339,7 @@ <h3>Method Details</h3>
337339
&quot;reservedIpRange&quot;: &quot;A String&quot;, # A /29 CIDR block in one of the [internal IP address ranges](https://www.arin.net/knowledge/address_filters.html) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
338340
},
339341
],
342+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
340343
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
341344
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
342345
&quot;tier&quot;: &quot;A String&quot;, # The service tier of the instance.
@@ -410,6 +413,7 @@ <h3>Method Details</h3>
410413
&quot;reservedIpRange&quot;: &quot;A String&quot;, # A /29 CIDR block in one of the [internal IP address ranges](https://www.arin.net/knowledge/address_filters.html) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29 or 192.168.0.0/29. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Cloud Filestore instances in the selected VPC network.
411414
},
412415
],
416+
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
413417
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
414418
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
415419
&quot;tier&quot;: &quot;A String&quot;, # The service tier of the instance.

docs/dyn/file_v1beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ <h3>Method Details</h3>
142142
name: string, The resource that owns the locations collection, if applicable. (required)
143143
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
144144
includeUnrevealedLocations: boolean, If true, the returned list will include locations which are not yet revealed.
145-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
145+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
146146
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
147147
x__xgafv: string, V1 error format.
148148
Allowed values

googleapiclient/discovery_cache/documents/file.v1.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The maximum number of results to return. If not set, the service will select a default.",
164+
"description": "The maximum number of results to return. If not set, the service selects a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
@@ -672,7 +672,7 @@
672672
}
673673
}
674674
},
675-
"revision": "20210331",
675+
"revision": "20210409",
676676
"rootUrl": "https://file.googleapis.com/",
677677
"schemas": {
678678
"Backup": {
@@ -905,7 +905,7 @@
905905
"description": "Optional. The MaintenanceSettings associated with instance."
906906
},
907907
"name": {
908-
"description": "Unique name of the resource. It uses the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}`",
908+
"description": "Unique name of the resource. It uses the form: `projects/{project_id|project_number}/locations/{location_id}/instances/{instance_id}` Note: Either project_id or project_number and be used, but keep it consistent with other APIs (e.g. RescheduleUpdate)",
909909
"type": "string"
910910
},
911911
"producerMetadata": {
@@ -1197,6 +1197,11 @@
11971197
},
11981198
"type": "array"
11991199
},
1200+
"satisfiesPzs": {
1201+
"description": "Output only. Reserved for future use.",
1202+
"readOnly": true,
1203+
"type": "boolean"
1204+
},
12001205
"state": {
12011206
"description": "Output only. The instance state.",
12021207
"enum": [

googleapiclient/discovery_cache/documents/file.v1beta1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
"type": "string"
162162
},
163163
"pageSize": {
164-
"description": "The maximum number of results to return. If not set, the service will select a default.",
164+
"description": "The maximum number of results to return. If not set, the service selects a default.",
165165
"format": "int32",
166166
"location": "query",
167167
"type": "integer"
@@ -672,7 +672,7 @@
672672
}
673673
}
674674
},
675-
"revision": "20210331",
675+
"revision": "20210407",
676676
"rootUrl": "https://file.googleapis.com/",
677677
"schemas": {
678678
"Backup": {
@@ -905,7 +905,7 @@
905905
"description": "Optional. The MaintenanceSettings associated with instance."
906906
},
907907
"name": {
908-
"description": "Unique name of the resource. It uses the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}`",
908+
"description": "Unique name of the resource. It uses the form: `projects/{project_id|project_number}/locations/{location_id}/instances/{instance_id}` Note: Either project_id or project_number and be used, but keep it consistent with other APIs (e.g. RescheduleUpdate)",
909909
"type": "string"
910910
},
911911
"producerMetadata": {

0 commit comments

Comments
 (0)