|
33 | 33 | "location": "me-central2"
|
34 | 34 | }
|
35 | 35 | ],
|
36 |
| -"etag": "\"3135333330303535383630353431383233313136\"", |
| 36 | +"etag": "\"3132383134303835313436343635393933303731\"", |
37 | 37 | "icons": {
|
38 | 38 | "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
|
39 | 39 | "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
|
|
681 | 681 | "https://www.googleapis.com/auth/devstorage.full_control"
|
682 | 682 | ]
|
683 | 683 | },
|
| 684 | +"getStorageLayout": { |
| 685 | +"description": "Returns the storage layout configuration for the specified bucket. Note that this operation requires storage.objects.list permission.", |
| 686 | +"httpMethod": "GET", |
| 687 | +"id": "storage.buckets.getStorageLayout", |
| 688 | +"parameterOrder": [ |
| 689 | +"bucket" |
| 690 | +], |
| 691 | +"parameters": { |
| 692 | +"bucket": { |
| 693 | +"description": "Name of a bucket.", |
| 694 | +"location": "path", |
| 695 | +"required": true, |
| 696 | +"type": "string" |
| 697 | +}, |
| 698 | +"prefix": { |
| 699 | +"description": "An optional prefix used for permission check. It is useful when the caller only has storage.objects.list permission under a specific prefix.", |
| 700 | +"location": "query", |
| 701 | +"type": "string" |
| 702 | +} |
| 703 | +}, |
| 704 | +"path": "b/{bucket}/storageLayout", |
| 705 | +"response": { |
| 706 | +"$ref": "BucketStorageLayout" |
| 707 | +}, |
| 708 | +"scopes": [ |
| 709 | +"https://www.googleapis.com/auth/cloud-platform", |
| 710 | +"https://www.googleapis.com/auth/cloud-platform.read-only", |
| 711 | +"https://www.googleapis.com/auth/devstorage.full_control", |
| 712 | +"https://www.googleapis.com/auth/devstorage.read_only", |
| 713 | +"https://www.googleapis.com/auth/devstorage.read_write" |
| 714 | +] |
| 715 | +}, |
684 | 716 | "insert": {
|
685 | 717 | "description": "Creates a new bucket.",
|
686 | 718 | "httpMethod": "POST",
|
|
4043 | 4075 | }
|
4044 | 4076 | }
|
4045 | 4077 | },
|
4046 |
| -"revision": "20240517", |
| 4078 | +"revision": "20240524", |
4047 | 4079 | "rootUrl": "https://storage.googleapis.com/",
|
4048 | 4080 | "schemas": {
|
4049 | 4081 | "AnywhereCache": {
|
|
4662 | 4694 | },
|
4663 | 4695 | "type": "object"
|
4664 | 4696 | },
|
| 4697 | +"BucketStorageLayout": { |
| 4698 | +"description": "The storage layout configuration of a bucket.", |
| 4699 | +"id": "BucketStorageLayout", |
| 4700 | +"properties": { |
| 4701 | +"bucket": { |
| 4702 | +"description": "The name of the bucket.", |
| 4703 | +"type": "string" |
| 4704 | +}, |
| 4705 | +"customPlacementConfig": { |
| 4706 | +"description": "The bucket's custom placement configuration for Custom Dual Regions.", |
| 4707 | +"properties": { |
| 4708 | +"dataLocations": { |
| 4709 | +"description": "The list of regional locations in which data is placed.", |
| 4710 | +"items": { |
| 4711 | +"type": "string" |
| 4712 | +}, |
| 4713 | +"type": "array" |
| 4714 | +} |
| 4715 | +}, |
| 4716 | +"type": "object" |
| 4717 | +}, |
| 4718 | +"hierarchicalNamespace": { |
| 4719 | +"description": "The bucket's hierarchical namespace configuration.", |
| 4720 | +"properties": { |
| 4721 | +"enabled": { |
| 4722 | +"description": "When set to true, hierarchical namespace is enabled for this bucket.", |
| 4723 | +"type": "boolean" |
| 4724 | +} |
| 4725 | +}, |
| 4726 | +"type": "object" |
| 4727 | +}, |
| 4728 | +"kind": { |
| 4729 | +"default": "storage#storageLayout", |
| 4730 | +"description": "The kind of item this is. For storage layout, this is always storage#storageLayout.", |
| 4731 | +"type": "string" |
| 4732 | +}, |
| 4733 | +"location": { |
| 4734 | +"description": "The location of the bucket.", |
| 4735 | +"type": "string" |
| 4736 | +}, |
| 4737 | +"locationType": { |
| 4738 | +"description": "The type of the bucket location.", |
| 4739 | +"type": "string" |
| 4740 | +} |
| 4741 | +}, |
| 4742 | +"type": "object" |
| 4743 | +}, |
4665 | 4744 | "Buckets": {
|
4666 | 4745 | "description": "A list of buckets.",
|
4667 | 4746 | "id": "Buckets",
|
|
0 commit comments