Skip to content

Commit

Permalink
feat(file): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Dec 7, 2023
1 parent 584b8c0 commit 98ba880
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/file_v1.projects.locations.backups.html
Expand Up @@ -120,6 +120,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -217,6 +218,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -256,6 +258,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -304,6 +307,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down
12 changes: 8 additions & 4 deletions docs/dyn/file_v1.projects.locations.instances.html
Expand Up @@ -128,7 +128,7 @@ <h3>Method Details</h3>
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
{ # File share configuration for the instance.
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
&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.
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
{ # NFS export options specifications.
&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.
Expand Down Expand Up @@ -161,6 +161,7 @@ <h3>Method Details</h3>
&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.
},
],
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
Expand Down Expand Up @@ -257,7 +258,7 @@ <h3>Method Details</h3>
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
{ # File share configuration for the instance.
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
&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.
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
{ # NFS export options specifications.
&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.
Expand Down Expand Up @@ -290,6 +291,7 @@ <h3>Method Details</h3>
&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.
},
],
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
Expand Down Expand Up @@ -327,7 +329,7 @@ <h3>Method Details</h3>
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
{ # File share configuration for the instance.
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
&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.
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
{ # NFS export options specifications.
&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.
Expand Down Expand Up @@ -360,6 +362,7 @@ <h3>Method Details</h3>
&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.
},
],
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
Expand Down Expand Up @@ -406,7 +409,7 @@ <h3>Method Details</h3>
&quot;fileShares&quot;: [ # File system shares on the instance. For this version, only a single file share is supported.
{ # File share configuration for the instance.
&quot;capacityGb&quot;: &quot;A String&quot;, # File share capacity in gigabytes (GB). Filestore defines 1 GB as 1024^3 bytes.
&quot;name&quot;: &quot;A String&quot;, # The name of the file share (must be 16 characters or less).
&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.
&quot;nfsExportOptions&quot;: [ # Nfs Export Options. There is a limit of 10 export options per file share.
{ # NFS export options specifications.
&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.
Expand Down Expand Up @@ -439,6 +442,7 @@ <h3>Method Details</h3>
&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.
},
],
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;state&quot;: &quot;A String&quot;, # Output only. The instance state.
&quot;statusMessage&quot;: &quot;A String&quot;, # Output only. Additional information about the instance state, if available.
Expand Down
4 changes: 4 additions & 0 deletions docs/dyn/file_v1beta1.projects.locations.backups.html
Expand Up @@ -120,6 +120,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -217,6 +218,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -256,6 +258,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down Expand Up @@ -304,6 +307,7 @@ <h3>Method Details</h3>
&quot;a_key&quot;: &quot;A String&quot;,
},
&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}`.
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
&quot;sourceFileShare&quot;: &quot;A String&quot;, # Name of the file share in the source Filestore instance that the backup is created from.
&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.
Expand Down

0 comments on commit 98ba880

Please sign in to comment.