|
131 | 131 | "resources": {
|
132 | 132 | "operations": {
|
133 | 133 | "methods": {
|
| 134 | +"cancel": { |
| 135 | +"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.", |
| 136 | +"flatPath": "v2/operations/{operationsId}:cancel", |
| 137 | +"httpMethod": "POST", |
| 138 | +"id": "bigtableadmin.operations.cancel", |
| 139 | +"parameterOrder": [ |
| 140 | +"name" |
| 141 | +], |
| 142 | +"parameters": { |
| 143 | +"name": { |
| 144 | +"description": "The name of the operation resource to be cancelled.", |
| 145 | +"location": "path", |
| 146 | +"pattern": "^operations/.*$", |
| 147 | +"required": true, |
| 148 | +"type": "string" |
| 149 | +} |
| 150 | +}, |
| 151 | +"path": "v2/{+name}:cancel", |
| 152 | +"response": { |
| 153 | +"$ref": "Empty" |
| 154 | +}, |
| 155 | +"scopes": [ |
| 156 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 157 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 158 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 159 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 160 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 161 | +"https://www.googleapis.com/auth/cloud-platform" |
| 162 | +] |
| 163 | +}, |
| 164 | +"delete": { |
| 165 | +"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", |
| 166 | +"flatPath": "v2/operations/{operationsId}", |
| 167 | +"httpMethod": "DELETE", |
| 168 | +"id": "bigtableadmin.operations.delete", |
| 169 | +"parameterOrder": [ |
| 170 | +"name" |
| 171 | +], |
| 172 | +"parameters": { |
| 173 | +"name": { |
| 174 | +"description": "The name of the operation resource to be deleted.", |
| 175 | +"location": "path", |
| 176 | +"pattern": "^operations/.*$", |
| 177 | +"required": true, |
| 178 | +"type": "string" |
| 179 | +} |
| 180 | +}, |
| 181 | +"path": "v2/{+name}", |
| 182 | +"response": { |
| 183 | +"$ref": "Empty" |
| 184 | +}, |
| 185 | +"scopes": [ |
| 186 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 187 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 188 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 189 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 190 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 191 | +"https://www.googleapis.com/auth/cloud-platform" |
| 192 | +] |
| 193 | +}, |
134 | 194 | "get": {
|
135 | 195 | "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
136 | 196 | "flatPath": "v2/operations/{operationsId}",
|
|
2719 | 2779 | },
|
2720 | 2780 | "locations": {
|
2721 | 2781 | "methods": {
|
| 2782 | +"get": { |
| 2783 | +"description": "Gets information about a location.", |
| 2784 | +"flatPath": "v2/projects/{projectsId}/locations/{locationsId}", |
| 2785 | +"httpMethod": "GET", |
| 2786 | +"id": "bigtableadmin.projects.locations.get", |
| 2787 | +"parameterOrder": [ |
| 2788 | +"name" |
| 2789 | +], |
| 2790 | +"parameters": { |
| 2791 | +"name": { |
| 2792 | +"description": "Resource name for the location.", |
| 2793 | +"location": "path", |
| 2794 | +"pattern": "^projects/[^/]+/locations/[^/]+$", |
| 2795 | +"required": true, |
| 2796 | +"type": "string" |
| 2797 | +} |
| 2798 | +}, |
| 2799 | +"path": "v2/{+name}", |
| 2800 | +"response": { |
| 2801 | +"$ref": "Location" |
| 2802 | +}, |
| 2803 | +"scopes": [ |
| 2804 | +"https://www.googleapis.com/auth/bigtable.admin", |
| 2805 | +"https://www.googleapis.com/auth/bigtable.admin.cluster", |
| 2806 | +"https://www.googleapis.com/auth/bigtable.admin.instance", |
| 2807 | +"https://www.googleapis.com/auth/cloud-bigtable.admin", |
| 2808 | +"https://www.googleapis.com/auth/cloud-bigtable.admin.cluster", |
| 2809 | +"https://www.googleapis.com/auth/cloud-platform", |
| 2810 | +"https://www.googleapis.com/auth/cloud-platform.read-only" |
| 2811 | +] |
| 2812 | +}, |
2722 | 2813 | "list": {
|
2723 | 2814 | "description": "Lists information about the supported locations for this service.",
|
2724 | 2815 | "flatPath": "v2/projects/{projectsId}/locations",
|
|
2777 | 2868 | }
|
2778 | 2869 | }
|
2779 | 2870 | },
|
2780 |
| -"revision": "20250430", |
| 2871 | +"revision": "20250512", |
2781 | 2872 | "rootUrl": "https://bigtableadmin.googleapis.com/",
|
2782 | 2873 | "schemas": {
|
2783 | 2874 | "AppProfile": {
|
|
0 commit comments