|
52 | 52 | "endpointUrl": "https://storage.asia-northeast2.rep.googleapis.com/",
|
53 | 53 | "location": "asia-northeast2"
|
54 | 54 | },
|
| 55 | + { |
| 56 | + "description": "Regional Endpoint", |
| 57 | + "endpointUrl": "https://storage.asia-northeast3.rep.googleapis.com/", |
| 58 | + "location": "asia-northeast3" |
| 59 | + }, |
55 | 60 | {
|
56 | 61 | "description": "Regional Endpoint",
|
57 | 62 | "endpointUrl": "https://storage.asia-south1.rep.googleapis.com/",
|
|
206 | 211 | "description": "Regional Endpoint",
|
207 | 212 | "endpointUrl": "https://storage.us-west4.rep.googleapis.com/",
|
208 | 213 | "location": "us-west4"
|
| 214 | + }, |
| 215 | + { |
| 216 | + "description": "Regional Endpoint", |
| 217 | + "endpointUrl": "https://storage.northamerica-northeast2.rep.googleapis.com/", |
| 218 | + "location": "northamerica-northeast2" |
| 219 | + }, |
| 220 | + { |
| 221 | + "description": "Regional Endpoint", |
| 222 | + "endpointUrl": "https://storage.southamerica-east1.rep.googleapis.com/", |
| 223 | + "location": "southamerica-east1" |
| 224 | + }, |
| 225 | + { |
| 226 | + "description": "Regional Endpoint", |
| 227 | + "endpointUrl": "https://storage.southamerica-west1.rep.googleapis.com/", |
| 228 | + "location": "southamerica-west1" |
| 229 | + }, |
| 230 | + { |
| 231 | + "description": "Regional Endpoint", |
| 232 | + "endpointUrl": "https://storage.me-central1.rep.googleapis.com/", |
| 233 | + "location": "me-central1" |
| 234 | + }, |
| 235 | + { |
| 236 | + "description": "Regional Endpoint", |
| 237 | + "endpointUrl": "https://storage.northamerica-northeast1.rep.googleapis.com/", |
| 238 | + "location": "northamerica-northeast1" |
209 | 239 | }
|
210 | 240 | ],
|
211 |
| - "etag": "\"363938303832303939373531303639383731\"", |
| 241 | + "etag": "\"38353737343034333936303735343633323432\"", |
212 | 242 | "icons": {
|
213 | 243 | "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
|
214 | 244 | "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
|
|
227 | 257 | "default": "json",
|
228 | 258 | "description": "Data format for the response.",
|
229 | 259 | "enum": [
|
230 |
| - "json" |
| 260 | + "json", |
| 261 | + "media" |
231 | 262 | ],
|
232 | 263 | "enumDescriptions": [
|
233 |
| - "Responses with Content-Type of application/json" |
| 264 | + "Responses with Content-Type of application/json", |
| 265 | + "Responses containing object data" |
234 | 266 | ],
|
235 | 267 | "location": "query",
|
236 | 268 | "type": "string"
|
|
3409 | 3441 | "location": "query",
|
3410 | 3442 | "type": "string"
|
3411 | 3443 | },
|
| 3444 | + "projection": { |
| 3445 | + "description": "Set of properties to return. Defaults to noAcl.", |
| 3446 | + "enum": [ |
| 3447 | + "full", |
| 3448 | + "noAcl" |
| 3449 | + ], |
| 3450 | + "enumDescriptions": [ |
| 3451 | + "Include all properties.", |
| 3452 | + "Omit the owner, acl property." |
| 3453 | + ], |
| 3454 | + "location": "query", |
| 3455 | + "type": "string" |
| 3456 | + }, |
3412 | 3457 | "sourceObject": {
|
3413 | 3458 | "description": "Name of the source object. For information about how to URL encode object names to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/request-endpoints#encoding).",
|
3414 | 3459 | "location": "path",
|
|
4479 | 4524 | }
|
4480 | 4525 | }
|
4481 | 4526 | },
|
4482 |
| - "revision": "20250312", |
| 4527 | + "revision": "20250424", |
4483 | 4528 | "rootUrl": "https://storage.googleapis.com/",
|
4484 | 4529 | "schemas": {
|
4485 | 4530 | "AdvanceRelocateBucketOperationRequest": {
|
|
0 commit comments