Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 758984f

Browse files
committedApr 4, 2023
feat(file): update the api
#### file:v1beta1 The following keys were deleted: - schemas.Instance.properties.maxShareCount.readOnly (Total Keys: 1)
1 parent 6d9c07e commit 758984f

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed
 

‎docs/dyn/file_v1beta1.projects.locations.instances.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ <h3>Method Details</h3>
155155
&quot;a_key&quot;: &quot;A String&quot;,
156156
},
157157
&quot;maxCapacityGb&quot;: &quot;A String&quot;, # Output only. The max capacity of the instance.
158-
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
158+
&quot;maxShareCount&quot;: &quot;A String&quot;, # The max number of shares allowed.
159159
&quot;multiShareEnabled&quot;: True or False, # Indicates whether this instance uses a multi-share configuration with which it can have more than one file-share or none at all. File-shares are added, updated and removed through the separate file-share APIs.
160160
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
161161
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290290
&quot;a_key&quot;: &quot;A String&quot;,
291291
},
292292
&quot;maxCapacityGb&quot;: &quot;A String&quot;, # Output only. The max capacity of the instance.
293-
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
293+
&quot;maxShareCount&quot;: &quot;A String&quot;, # The max number of shares allowed.
294294
&quot;multiShareEnabled&quot;: True or False, # Indicates whether this instance uses a multi-share configuration with which it can have more than one file-share or none at all. File-shares are added, updated and removed through the separate file-share APIs.
295295
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
296296
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
@@ -366,7 +366,7 @@ <h3>Method Details</h3>
366366
&quot;a_key&quot;: &quot;A String&quot;,
367367
},
368368
&quot;maxCapacityGb&quot;: &quot;A String&quot;, # Output only. The max capacity of the instance.
369-
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
369+
&quot;maxShareCount&quot;: &quot;A String&quot;, # The max number of shares allowed.
370370
&quot;multiShareEnabled&quot;: True or False, # Indicates whether this instance uses a multi-share configuration with which it can have more than one file-share or none at all. File-shares are added, updated and removed through the separate file-share APIs.
371371
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
372372
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.
@@ -451,7 +451,7 @@ <h3>Method Details</h3>
451451
&quot;a_key&quot;: &quot;A String&quot;,
452452
},
453453
&quot;maxCapacityGb&quot;: &quot;A String&quot;, # Output only. The max capacity of the instance.
454-
&quot;maxShareCount&quot;: &quot;A String&quot;, # Output only. The max number of shares allowed.
454+
&quot;maxShareCount&quot;: &quot;A String&quot;, # The max number of shares allowed.
455455
&quot;multiShareEnabled&quot;: True or False, # Indicates whether this instance uses a multi-share configuration with which it can have more than one file-share or none at all. File-shares are added, updated and removed through the separate file-share APIs.
456456
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.
457457
&quot;networks&quot;: [ # VPC networks to which the instance is connected. For this version, only a single network is supported.

‎googleapiclient/discovery_cache/documents/file.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
}
847847
}
848848
},
849-
"revision": "20230313",
849+
"revision": "20230323",
850850
"rootUrl": "https://file.googleapis.com/",
851851
"schemas": {
852852
"Backup": {

‎googleapiclient/discovery_cache/documents/file.v1beta1.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
}
10421042
}
10431043
},
1044-
"revision": "20230313",
1044+
"revision": "20230323",
10451045
"rootUrl": "https://file.googleapis.com/",
10461046
"schemas": {
10471047
"Backup": {
@@ -1574,9 +1574,8 @@
15741574
"type": "string"
15751575
},
15761576
"maxShareCount": {
1577-
"description": "Output only. The max number of shares allowed.",
1577+
"description": "The max number of shares allowed.",
15781578
"format": "int64",
1579-
"readOnly": true,
15801579
"type": "string"
15811580
},
15821581
"multiShareEnabled": {

0 commit comments

Comments
 (0)
Please sign in to comment.