Skip to content

Commit 98ba880

Browse files
feat(file): update the api
#### file:v1 The following keys were added: - schemas.Backup.properties.satisfiesPzi (Total Keys: 2) - schemas.Instance.properties.satisfiesPzi (Total Keys: 2) #### file:v1beta1 The following keys were added: - schemas.Backup.properties.satisfiesPzi (Total Keys: 2) - schemas.Instance.properties.satisfiesPzi (Total Keys: 2)
1 parent 584b8c0 commit 98ba880

File tree

6 files changed

+47
-11
lines changed

6 files changed

+47
-11
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120120
&quot;a_key&quot;: &quot;A String&quot;,
121121
},
122122
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
123+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
123124
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
124125
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
125126
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -217,6 +218,7 @@ <h3>Method Details</h3>
217218
&quot;a_key&quot;: &quot;A String&quot;,
218219
},
219220
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
221+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
220222
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
221223
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
222224
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -256,6 +258,7 @@ <h3>Method Details</h3>
256258
&quot;a_key&quot;: &quot;A String&quot;,
257259
},
258260
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
261+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
259262
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
260263
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
261264
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -304,6 +307,7 @@ <h3>Method Details</h3>
304307
&quot;a_key&quot;: &quot;A String&quot;,
305308
},
306309
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_number}/locations/{location_id}/backups/{backup_id}`.
310+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
307311
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
308312
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
309313
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_number}/locations/{location_id}/instances/{instance_id}`, used to create this backup.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h3>Method Details</h3>
128128
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
129129
{ # File share configuration for the instance.
130130
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
131-
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
131+
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
132132
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
133133
{ # NFS export options specifications.
134134
&quot;accessMode&quot;: &quot;A String&quot;, # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -161,6 +161,7 @@ <h3>Method Details</h3>
161161
&quot;reservedIpRange&quot;: &quot;A String&quot;, # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
162162
},
163163
],
164+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
164165
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
165166
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
166167
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
@@ -257,7 +258,7 @@ <h3>Method Details</h3>
257258
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
258259
{ # File share configuration for the instance.
259260
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
260-
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
261+
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
261262
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
262263
{ # NFS export options specifications.
263264
&quot;accessMode&quot;: &quot;A String&quot;, # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -290,6 +291,7 @@ <h3>Method Details</h3>
290291
&quot;reservedIpRange&quot;: &quot;A String&quot;, # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
291292
},
292293
],
294+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
293295
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
294296
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
295297
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
@@ -327,7 +329,7 @@ <h3>Method Details</h3>
327329
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
328330
{ # File share configuration for the instance.
329331
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
330-
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
332+
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
331333
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
332334
{ # NFS export options specifications.
333335
&quot;accessMode&quot;: &quot;A String&quot;, # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -360,6 +362,7 @@ <h3>Method Details</h3>
360362
&quot;reservedIpRange&quot;: &quot;A String&quot;, # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
361363
},
362364
],
365+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
363366
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
364367
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
365368
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
@@ -406,7 +409,7 @@ <h3>Method Details</h3>
406409
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
407410
{ # File share configuration for the instance.
408411
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
409-
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
412+
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the file share. Must use 1-16 characters for the basic service tier and 1-63 characters for all other service tiers. Must use lowercase letters, numbers, or underscores [a-z0-9_]. Must start with a letter. Immutable.
410413
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
411414
{ # NFS export options specifications.
412415
&quot;accessMode&quot;: &quot;A String&quot;, # Either READ_ONLY, for allowing only read requests on the exported directory, or READ_WRITE, for allowing both read and write requests. The default is READ_WRITE.
@@ -439,6 +442,7 @@ <h3>Method Details</h3>
439442
&quot;reservedIpRange&quot;: &quot;A String&quot;, # Optional, reserved_ip_range can have one of the following two types of values. * CIDR range value when using DIRECT_PEERING connect mode. * [Allocated IP address range](https://cloud.google.com/compute/docs/ip-addresses/reserve-static-internal-ip-address) when using PRIVATE_SERVICE_ACCESS connect mode. When the name of an allocated IP address range is specified, it must be one of the ranges associated with the private service access connection. When specified as a direct CIDR value, it must be a /29 CIDR block for Basic tier, a /24 CIDR block for High Scale tier, or a /26 CIDR block for Enterprise tier in one of the [internal IP address ranges](https://www.arin.net/reference/research/statistics/address_filters/) that identifies the range of IP addresses reserved for this instance. For example, 10.0.0.0/29, 192.168.0.0/24 or 192.168.0.0/26, respectively. The range you specify can&#x27;t overlap with either existing subnets or assigned IP address ranges for other Filestore instances in the selected VPC network.
440443
},
441444
],
445+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
442446
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
443447
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
444448
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.

docs/dyn/file_v1beta1.projects.locations.backups.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120120
&quot;a_key&quot;: &quot;A String&quot;,
121121
},
122122
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
123+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
123124
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
124125
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
125126
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -217,6 +218,7 @@ <h3>Method Details</h3>
217218
&quot;a_key&quot;: &quot;A String&quot;,
218219
},
219220
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
221+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
220222
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
221223
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
222224
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -256,6 +258,7 @@ <h3>Method Details</h3>
256258
&quot;a_key&quot;: &quot;A String&quot;,
257259
},
258260
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
261+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
259262
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
260263
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
261264
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.
@@ -304,6 +307,7 @@ <h3>Method Details</h3>
304307
&quot;a_key&quot;: &quot;A String&quot;,
305308
},
306309
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the backup, in the format `projects/{project_id}/locations/{location_id}/backups/{backup_id}`.
310+
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
307311
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
308312
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
309313
&quot;sourceInstance&quot;: &quot;A String&quot;, # The resource name of the source Filestore instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`, used to create this backup.

0 commit comments

Comments
 (0)