|
50739 | 50739 | } |
50740 | 50740 | ] |
50741 | 50741 | }, |
| 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 | + }, |
50742 | 50753 | { |
50743 | 50754 | "shortName": "DeleteBackup", |
50744 | 50755 | "fullName": "google.cloud.filestore.v1.CloudFilestoreManager.DeleteBackup", |
|
50761 | 50772 | } |
50762 | 50773 | ] |
50763 | 50774 | }, |
| 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 | + }, |
50764 | 50786 | { |
50765 | 50787 | "shortName": "GetBackup", |
50766 | 50788 | "fullName": "google.cloud.filestore.v1.CloudFilestoreManager.GetBackup", |
|
50783 | 50805 | } |
50784 | 50806 | ] |
50785 | 50807 | }, |
| 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 | + }, |
50786 | 50819 | { |
50787 | 50820 | "shortName": "ListBackups", |
50788 | 50821 | "fullName": "google.cloud.filestore.v1.CloudFilestoreManager.ListBackups", |
|
50805 | 50838 | } |
50806 | 50839 | ] |
50807 | 50840 | }, |
| 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 | + }, |
50808 | 50852 | { |
50809 | 50853 | "shortName": "RestoreInstance", |
50810 | 50854 | "fullName": "google.cloud.filestore.v1.CloudFilestoreManager.RestoreInstance", |
|
50837 | 50881 | "path": "/v1/{instance.name=projects/*/locations/*/instances/*}" |
50838 | 50882 | } |
50839 | 50883 | ] |
| 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 | + ] |
50840 | 50895 | } |
50841 | 50896 | ] |
50842 | 50897 | } |
|
0 commit comments