mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update API descriptions
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"description": "Stores and retrieves potentially large, immutable data objects.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
|
||||
"etag": "\"u9GIe6H63LSGq-9_t39K2Zx_EAc/Hs4LXeoJXbMtbcM0DbLgg3CHzL4\"",
|
||||
"etag": "\"-2NioU2H8y8siEzrBOV_qzRI6kQ/rMtY8UaM-kV8ZktjHEIiZrJaheU\"",
|
||||
"icons": {
|
||||
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
|
||||
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
|
||||
@@ -1781,7 +1781,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"kmsKeyName": {
|
||||
"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.",
|
||||
"description": "Not currently supported. Specifying the parameter causes the request to fail with status code 400 - Bad Request.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3229,7 +3229,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20200326",
|
||||
"revision": "20200623",
|
||||
"rootUrl": "https://storage.googleapis.com/",
|
||||
"schemas": {
|
||||
"Bucket": {
|
||||
@@ -3405,6 +3405,21 @@
|
||||
"format": "date",
|
||||
"type": "string"
|
||||
},
|
||||
"customTimeBefore": {
|
||||
"description": "A timestamp in RFC 3339 format. This condition is satisfied when the custom time on an object is before this timestamp.",
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
"daysSinceCustomTime": {
|
||||
"description": "Number of days elapsed since the user-specified timestamp set on an object. The condition is satisfied if the days elapsed is at least this number. If no custom timestamp is specified on an object, the condition does not apply.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"daysSinceNoncurrentTime": {
|
||||
"description": "Number of days elapsed since the noncurrent timestamp of an object. The condition is satisfied if the days elapsed is at least this number. This condition is relevant only for versioned objects. The value of the field must be a nonnegative integer. If it's zero, the object version will become eligible for Lifecycle action as soon as it becomes noncurrent.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
"isLive": {
|
||||
"description": "Relevant only for versioned objects. If the value is true, this condition matches live objects; if the value is false, it matches archived objects.",
|
||||
"type": "boolean"
|
||||
@@ -3420,6 +3435,11 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"noncurrentTimeBefore": {
|
||||
"description": "A timestamp in RFC 3339 format. This condition is satisfied when the noncurrent time on an object is before this timestamp. This condition is relevant only for versioned objects.",
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
"numNewerVersions": {
|
||||
"description": "Relevant only for versioned objects. If the value is N, this condition is satisfied when there are at least N versions (including the live version) newer than this version of the object.",
|
||||
"format": "int32",
|
||||
@@ -4034,6 +4054,11 @@
|
||||
"description": "CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in big-endian byte order. For more information about using the CRC32c checksum, see Hashes and ETags: Best Practices.",
|
||||
"type": "string"
|
||||
},
|
||||
"customTime": {
|
||||
"description": "A timestamp in RFC 3339 format specified by the user for an object.",
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
"customerEncryption": {
|
||||
"description": "Metadata of customer-supplied encryption key, if the object is encrypted by such a key.",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user