mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(api-update): to latest
Using `make update-json`, all json descriptions have been update. Quite interesting to see that there are plenty of new ones which are giving 404 when queried. An actual bug, or something I should look into ?
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/D9L7Gz83wLZBP5vnhQkaryC2v0M\"",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/7UKGvp9HCO73orSqObtC5zYVHKQ\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "storage:v1",
|
||||
"name": "storage",
|
||||
"version": "v1",
|
||||
"revision": "20160330",
|
||||
"revision": "20160901",
|
||||
"title": "Cloud Storage JSON API",
|
||||
"description": "Stores and retrieves potentially large, immutable data objects.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -150,6 +150,15 @@
|
||||
"$ref": "ObjectAccessControl"
|
||||
}
|
||||
},
|
||||
"encryption": {
|
||||
"type": "object",
|
||||
"description": "Encryption configuration used by default for newly inserted objects, when no encryption config is specified.",
|
||||
"properties": {
|
||||
"default_kms_key_name": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"etag": {
|
||||
"type": "string",
|
||||
"description": "HTTP 1.1 Entity tag for the bucket."
|
||||
@@ -294,15 +303,15 @@
|
||||
},
|
||||
"website": {
|
||||
"type": "object",
|
||||
"description": "The bucket's website configuration.",
|
||||
"description": "The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the Static Website Examples for more information.",
|
||||
"properties": {
|
||||
"mainPageSuffix": {
|
||||
"type": "string",
|
||||
"description": "Behaves as the bucket's directory index where missing objects are treated as potential directories."
|
||||
"description": "If the requested object path is missing, the service will ensure the path has a trailing '/', append this suffix, and attempt to retrieve the resulting object. This allows the creation of index.html objects to represent directory pages."
|
||||
},
|
||||
"notFoundPage": {
|
||||
"type": "string",
|
||||
"description": "The custom object to return when a requested resource is not found."
|
||||
"description": "If the requested object path is missing, and any mainPageSuffix object is missing, if applicable, the service will return the named object from this bucket as the content for a 404 Not Found result."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -361,13 +370,13 @@
|
||||
},
|
||||
"team": {
|
||||
"type": "string",
|
||||
"description": "The team. Can be owners, editors, or viewers."
|
||||
"description": "The team."
|
||||
}
|
||||
}
|
||||
},
|
||||
"role": {
|
||||
"type": "string",
|
||||
"description": "The access permission for the entity. Can be READER, WRITER, or OWNER.",
|
||||
"description": "The access permission for the entity.",
|
||||
"annotations": {
|
||||
"required": [
|
||||
"storage.bucketAccessControls.insert"
|
||||
@@ -553,7 +562,7 @@
|
||||
},
|
||||
"cacheControl": {
|
||||
"type": "string",
|
||||
"description": "Cache-Control directive for the object data."
|
||||
"description": "Cache-Control directive for the object data. If omitted, and the object is accessible to all anonymous users, the default will be public, max-age=3600."
|
||||
},
|
||||
"componentCount": {
|
||||
"type": "integer",
|
||||
@@ -574,7 +583,7 @@
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string",
|
||||
"description": "Content-Type of the object data."
|
||||
"description": "Content-Type of the object data. If contentType is not specified, object downloads will be served as application/octet-stream."
|
||||
},
|
||||
"crc32c": {
|
||||
"type": "string",
|
||||
@@ -612,6 +621,10 @@
|
||||
"description": "The kind of item this is. For objects, this is always storage#object.",
|
||||
"default": "storage#object"
|
||||
},
|
||||
"kmsKeyName": {
|
||||
"type": "string",
|
||||
"description": "Cloud KMS Key used to encrypt this object, if the object is encrypted by such a key."
|
||||
},
|
||||
"md5Hash": {
|
||||
"type": "string",
|
||||
"description": "MD5 hash of the data; encoded using base64. For more information about using the MD5 hash, see Hashes and ETags: Best Practices."
|
||||
@@ -738,13 +751,13 @@
|
||||
},
|
||||
"team": {
|
||||
"type": "string",
|
||||
"description": "The team. Can be owners, editors, or viewers."
|
||||
"description": "The team."
|
||||
}
|
||||
}
|
||||
},
|
||||
"role": {
|
||||
"type": "string",
|
||||
"description": "The access permission for the entity. Can be READER or OWNER."
|
||||
"description": "The access permission for the entity."
|
||||
},
|
||||
"selfLink": {
|
||||
"type": "string",
|
||||
@@ -1088,7 +1101,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit acl and defaultObjectAcl properties."
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -1168,7 +1181,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit acl and defaultObjectAcl properties."
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -1226,7 +1239,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit acl and defaultObjectAcl properties."
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -1318,7 +1331,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit acl and defaultObjectAcl properties."
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -1334,8 +1347,7 @@
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/devstorage.read_write"
|
||||
"https://www.googleapis.com/auth/devstorage.full_control"
|
||||
]
|
||||
},
|
||||
"update": {
|
||||
@@ -1411,7 +1423,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit acl and defaultObjectAcl properties."
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -1427,8 +1439,7 @@
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/devstorage.read_write"
|
||||
"https://www.googleapis.com/auth/devstorage.full_control"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1960,6 +1971,11 @@
|
||||
"description": "Makes the operation conditional on whether the object's current metageneration matches the given value.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"kmsKeyName": {
|
||||
"type": "string",
|
||||
"description": "Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
@@ -2076,7 +2092,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2235,7 +2251,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -2298,6 +2314,11 @@
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"kmsKeyName": {
|
||||
"type": "string",
|
||||
"description": "Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.",
|
||||
"location": "query"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "Name of the object. Required when the object metadata is not otherwise provided. Overrides the object metadata's name value, if any. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
|
||||
@@ -2333,7 +2354,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -2414,7 +2435,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2517,7 +2538,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -2534,8 +2555,7 @@
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/devstorage.read_write"
|
||||
"https://www.googleapis.com/auth/devstorage.full_control"
|
||||
]
|
||||
},
|
||||
"rewrite": {
|
||||
@@ -2550,6 +2570,11 @@
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"destinationKmsKeyName": {
|
||||
"type": "string",
|
||||
"description": "Resource name of the Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-kr/cryptoKeys/my-key, that will be used to encrypt the object. Overrides the object metadata's kms_key_name value, if any.",
|
||||
"location": "query"
|
||||
},
|
||||
"destinationObject": {
|
||||
"type": "string",
|
||||
"description": "Name of the new object. Required when the object metadata is not otherwise provided. Overrides the object metadata's name value, if any. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
|
||||
@@ -2640,7 +2665,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2764,7 +2789,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
}
|
||||
@@ -2781,8 +2806,7 @@
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/devstorage.full_control",
|
||||
"https://www.googleapis.com/auth/devstorage.read_write"
|
||||
"https://www.googleapis.com/auth/devstorage.full_control"
|
||||
],
|
||||
"supportsMediaDownload": true,
|
||||
"useMediaDownloadService": true
|
||||
@@ -2830,7 +2854,7 @@
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"Include all properties.",
|
||||
"Omit the acl property."
|
||||
"Omit the owner, acl property."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user