Skip to content

Commit 9463ea6

Browse files
feat(file): update the api
#### file:v1beta1 The following keys were added: - schemas.Backup.properties.fileSystemProtocol (Total Keys: 2)
1 parent 6787614 commit 9463ea6

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup was created.
116116
&quot;description&quot;: &quot;A String&quot;, # A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
117117
&quot;downloadBytes&quot;: &quot;A String&quot;, # Output only. Amount of bytes that will be downloaded if the backup is restored
118+
&quot;fileSystemProtocol&quot;: &quot;A String&quot;, # Output only. The file system protocol of the source Filestore instance that this backup is created from.
118119
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Immutable. KMS key name used for data encryption.
119120
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
120121
&quot;a_key&quot;: &quot;A String&quot;,
@@ -216,6 +217,7 @@ <h3>Method Details</h3>
216217
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup was created.
217218
&quot;description&quot;: &quot;A String&quot;, # A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
218219
&quot;downloadBytes&quot;: &quot;A String&quot;, # Output only. Amount of bytes that will be downloaded if the backup is restored
220+
&quot;fileSystemProtocol&quot;: &quot;A String&quot;, # Output only. The file system protocol of the source Filestore instance that this backup is created from.
219221
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Immutable. KMS key name used for data encryption.
220222
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
221223
&quot;a_key&quot;: &quot;A String&quot;,
@@ -259,6 +261,7 @@ <h3>Method Details</h3>
259261
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup was created.
260262
&quot;description&quot;: &quot;A String&quot;, # A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
261263
&quot;downloadBytes&quot;: &quot;A String&quot;, # Output only. Amount of bytes that will be downloaded if the backup is restored
264+
&quot;fileSystemProtocol&quot;: &quot;A String&quot;, # Output only. The file system protocol of the source Filestore instance that this backup is created from.
262265
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Immutable. KMS key name used for data encryption.
263266
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
264267
&quot;a_key&quot;: &quot;A String&quot;,
@@ -311,6 +314,7 @@ <h3>Method Details</h3>
311314
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the backup was created.
312315
&quot;description&quot;: &quot;A String&quot;, # A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
313316
&quot;downloadBytes&quot;: &quot;A String&quot;, # Output only. Amount of bytes that will be downloaded if the backup is restored
317+
&quot;fileSystemProtocol&quot;: &quot;A String&quot;, # Output only. The file system protocol of the source Filestore instance that this backup is created from.
314318
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Immutable. KMS key name used for data encryption.
315319
&quot;labels&quot;: { # Resource labels to represent user provided metadata.
316320
&quot;a_key&quot;: &quot;A String&quot;,

googleapiclient/discovery_cache/documents/file.v1beta1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@
10691069
}
10701070
}
10711071
},
1072-
"revision": "20240626",
1072+
"revision": "20240704",
10731073
"rootUrl": "https://file.googleapis.com/",
10741074
"schemas": {
10751075
"Backup": {
@@ -1098,6 +1098,21 @@
10981098
"readOnly": true,
10991099
"type": "string"
11001100
},
1101+
"fileSystemProtocol": {
1102+
"description": "Output only. The file system protocol of the source Filestore instance that this backup is created from.",
1103+
"enum": [
1104+
"FILE_PROTOCOL_UNSPECIFIED",
1105+
"NFS_V3",
1106+
"NFS_V4_1"
1107+
],
1108+
"enumDescriptions": [
1109+
"FILE_PROTOCOL_UNSPECIFIED serves a \"not set\" default value when a FileProtocol is a separate field in a message.",
1110+
"NFS 3.0.",
1111+
"NFS 4.1."
1112+
],
1113+
"readOnly": true,
1114+
"type": "string"
1115+
},
11011116
"kmsKeyName": {
11021117
"description": "Immutable. KMS key name used for data encryption.",
11031118
"type": "string"

0 commit comments

Comments
 (0)