Skip to content

Commit 2e60f36

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 4257751 commit 2e60f36

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50739,6 +50739,17 @@
5073950739
}
5074050740
]
5074150741
},
50742+
{
50743+
"shortName": "CreateSnapshot",
50744+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.CreateSnapshot",
50745+
"mode": "UNARY",
50746+
"bindings": [
50747+
{
50748+
"httpMethod": "POST",
50749+
"path": "/v1/{parent=projects/*/locations/*/instances/*}/snapshots"
50750+
}
50751+
]
50752+
},
5074250753
{
5074350754
"shortName": "DeleteBackup",
5074450755
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.DeleteBackup",
@@ -50761,6 +50772,17 @@
5076150772
}
5076250773
]
5076350774
},
50775+
{
50776+
"shortName": "DeleteSnapshot",
50777+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.DeleteSnapshot",
50778+
"mode": "UNARY",
50779+
"bindings": [
50780+
{
50781+
"httpMethod": "DELETE",
50782+
"path": "/v1/{name=projects/*/locations/*/instances/*/snapshots/*}"
50783+
}
50784+
]
50785+
},
5076450786
{
5076550787
"shortName": "GetBackup",
5076650788
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.GetBackup",
@@ -50783,6 +50805,17 @@
5078350805
}
5078450806
]
5078550807
},
50808+
{
50809+
"shortName": "GetSnapshot",
50810+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.GetSnapshot",
50811+
"mode": "UNARY",
50812+
"bindings": [
50813+
{
50814+
"httpMethod": "GET",
50815+
"path": "/v1/{name=projects/*/locations/*/instances/*/snapshots/*}"
50816+
}
50817+
]
50818+
},
5078650819
{
5078750820
"shortName": "ListBackups",
5078850821
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.ListBackups",
@@ -50805,6 +50838,17 @@
5080550838
}
5080650839
]
5080750840
},
50841+
{
50842+
"shortName": "ListSnapshots",
50843+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.ListSnapshots",
50844+
"mode": "UNARY",
50845+
"bindings": [
50846+
{
50847+
"httpMethod": "GET",
50848+
"path": "/v1/{parent=projects/*/locations/*/instances/*}/snapshots"
50849+
}
50850+
]
50851+
},
5080850852
{
5080950853
"shortName": "RestoreInstance",
5081050854
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.RestoreInstance",
@@ -50837,6 +50881,17 @@
5083750881
"path": "/v1/{instance.name=projects/*/locations/*/instances/*}"
5083850882
}
5083950883
]
50884+
},
50885+
{
50886+
"shortName": "UpdateSnapshot",
50887+
"fullName": "google.cloud.filestore.v1.CloudFilestoreManager.UpdateSnapshot",
50888+
"mode": "UNARY",
50889+
"bindings": [
50890+
{
50891+
"httpMethod": "PATCH",
50892+
"path": "/v1/{snapshot.name=projects/*/locations/*/instances/*/snapshots/*}"
50893+
}
50894+
]
5084050895
}
5084150896
]
5084250897
}

0 commit comments

Comments
 (0)