|
86685 | 86685 | "google/api", |
86686 | 86686 | "google/iam/v1", |
86687 | 86687 | "google/longrunning", |
86688 | | - "google/protobuf" |
| 86688 | + "google/protobuf", |
| 86689 | + "google/spanner/admin/database/v1" |
86689 | 86690 | ], |
86690 | 86691 | "options": { |
86691 | 86692 | "csharp_namespace": { |
|
86735 | 86736 | } |
86736 | 86737 | ] |
86737 | 86738 | }, |
| 86739 | + { |
| 86740 | + "shortName": "CreateInstanceConfig", |
| 86741 | + "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.CreateInstanceConfig", |
| 86742 | + "mode": "UNARY", |
| 86743 | + "bindings": [ |
| 86744 | + { |
| 86745 | + "httpMethod": "POST", |
| 86746 | + "path": "/v1/{parent=projects/*}/instanceConfigs" |
| 86747 | + } |
| 86748 | + ] |
| 86749 | + }, |
86738 | 86750 | { |
86739 | 86751 | "shortName": "DeleteInstance", |
86740 | 86752 | "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstance", |
|
86746 | 86758 | } |
86747 | 86759 | ] |
86748 | 86760 | }, |
| 86761 | + { |
| 86762 | + "shortName": "DeleteInstanceConfig", |
| 86763 | + "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.DeleteInstanceConfig", |
| 86764 | + "mode": "UNARY", |
| 86765 | + "bindings": [ |
| 86766 | + { |
| 86767 | + "httpMethod": "DELETE", |
| 86768 | + "path": "/v1/{name=projects/*/instanceConfigs/*}" |
| 86769 | + } |
| 86770 | + ] |
| 86771 | + }, |
86749 | 86772 | { |
86750 | 86773 | "shortName": "GetIamPolicy", |
86751 | 86774 | "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.GetIamPolicy", |
|
86779 | 86802 | } |
86780 | 86803 | ] |
86781 | 86804 | }, |
| 86805 | + { |
| 86806 | + "shortName": "ListInstanceConfigOperations", |
| 86807 | + "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigOperations", |
| 86808 | + "mode": "UNARY", |
| 86809 | + "bindings": [ |
| 86810 | + { |
| 86811 | + "httpMethod": "GET", |
| 86812 | + "path": "/v1/{parent=projects/*}/instanceConfigOperations" |
| 86813 | + } |
| 86814 | + ] |
| 86815 | + }, |
86782 | 86816 | { |
86783 | 86817 | "shortName": "ListInstanceConfigs", |
86784 | 86818 | "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs", |
|
86833 | 86867 | "path": "/v1/{instance.name=projects/*/instances/*}" |
86834 | 86868 | } |
86835 | 86869 | ] |
| 86870 | + }, |
| 86871 | + { |
| 86872 | + "shortName": "UpdateInstanceConfig", |
| 86873 | + "fullName": "google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstanceConfig", |
| 86874 | + "mode": "UNARY", |
| 86875 | + "bindings": [ |
| 86876 | + { |
| 86877 | + "httpMethod": "PATCH", |
| 86878 | + "path": "/v1/{instance_config.name=projects/*/instanceConfigs/*}" |
| 86879 | + } |
| 86880 | + ] |
86836 | 86881 | } |
86837 | 86882 | ] |
86838 | 86883 | } |
|
0 commit comments