|
33 | 33 | "description": "Regional Endpoint"
|
34 | 34 | }
|
35 | 35 | ],
|
36 |
| - "etag": "\"3131333631343030313731353833323230393337\"", |
| 36 | + "etag": "\"39393431363637393939313737343036323439\"", |
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"
|
|
4075 | 4075 | }
|
4076 | 4076 | }
|
4077 | 4077 | },
|
4078 |
| - "revision": "20240528", |
| 4078 | + "revision": "20240621", |
4079 | 4079 | "rootUrl": "https://storage.googleapis.com/",
|
4080 | 4080 | "schemas": {
|
4081 | 4081 | "AnywhereCache": {
|
|
5007 | 5007 | "description": "The response message for storage.buckets.operations.list.",
|
5008 | 5008 | "id": "GoogleLongrunningListOperationsResponse",
|
5009 | 5009 | "properties": {
|
| 5010 | + "kind": { |
| 5011 | + "default": "storage#operations", |
| 5012 | + "description": "The kind of item this is. For lists of operations, this is always storage#operations.", |
| 5013 | + "type": "string" |
| 5014 | + }, |
5010 | 5015 | "nextPageToken": {
|
5011 | 5016 | "description": "The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.",
|
5012 | 5017 | "type": "string"
|
|
5033 | 5038 | "$ref": "GoogleRpcStatus",
|
5034 | 5039 | "description": "The error result of the operation in case of failure or cancellation."
|
5035 | 5040 | },
|
| 5041 | + "kind": { |
| 5042 | + "default": "storage#operation", |
| 5043 | + "description": "The kind of item this is. For operations, this is always storage#operation.", |
| 5044 | + "type": "string" |
| 5045 | + }, |
5036 | 5046 | "metadata": {
|
5037 | 5047 | "additionalProperties": {
|
5038 | 5048 | "description": "Properties of the object. Contains field @type with type URL.",
|
|
5052 | 5062 | },
|
5053 | 5063 | "description": "The normal response of the operation in case of success. If the original method returns no data on success, such as \"Delete\", the response is google.protobuf.Empty. If the original method is standard Get/Create/Update, the response should be the resource. For other methods, the response should have the type \"XxxResponse\", where \"Xxx\" is the original method name. For example, if the original method name is \"TakeSnapshot()\", the inferred response type is \"TakeSnapshotResponse\".",
|
5054 | 5064 | "type": "object"
|
| 5065 | + }, |
| 5066 | + "selfLink": { |
| 5067 | + "description": "The link to this long running operation.", |
| 5068 | + "type": "string" |
5055 | 5069 | }
|
5056 | 5070 | },
|
5057 | 5071 | "type": "object"
|
|
0 commit comments