mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Publish latest versions of all APIs
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/E9KKVdX2PbBgsyioMFSF6I1HKp8\"",
|
||||
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/aAU6-GJtzQTwC546w_DsCPIRIUA\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "storage:v1",
|
||||
"name": "storage",
|
||||
"version": "v1",
|
||||
"revision": "20170504",
|
||||
"revision": "20170915",
|
||||
"title": "Cloud Storage JSON API",
|
||||
"description": "Stores and retrieves potentially large, immutable data objects.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -160,6 +160,15 @@
|
||||
"$ref": "ObjectAccessControl"
|
||||
}
|
||||
},
|
||||
"encryption": {
|
||||
"type": "object",
|
||||
"description": "Encryption configuration used by default for newly inserted objects, when no encryption config is specified.",
|
||||
"properties": {
|
||||
"defaultKmsKeyName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"etag": {
|
||||
"type": "string",
|
||||
"description": "HTTP 1.1 Entity tag for the bucket."
|
||||
@@ -678,7 +687,7 @@
|
||||
},
|
||||
"contentType": {
|
||||
"type": "string",
|
||||
"description": "Content-Type of the object data. If contentType is not specified, object downloads will be served as application/octet-stream."
|
||||
"description": "Content-Type of the object data. If an object is stored without a Content-Type, it is served as application/octet-stream."
|
||||
},
|
||||
"crc32c": {
|
||||
"type": "string",
|
||||
@@ -716,6 +725,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."
|
||||
@@ -933,6 +946,9 @@
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"condition": {
|
||||
"type": "any"
|
||||
},
|
||||
"members": {
|
||||
"type": "array",
|
||||
"description": "A collection of identifiers for members who may assume the provided role. Recognized identifiers are as follows: \n- allUsers — A special identifier that represents anyone on the internet; with or without a Google account. \n- allAuthenticatedUsers — A special identifier that represents anyone who is authenticated with a Google account or a service account. \n- user:emailid — An email address that represents a specific account. For example, user:alice@gmail.com or user:joe@example.com. \n- serviceAccount:emailid — An email address that represents a service account. For example, serviceAccount:my-other-app@appspot.gserviceaccount.com . \n- group:emailid — An email address that represents a Google group. For example, group:admins@example.com. \n- domain:domain — A Google Apps domain name that represents all the users of that domain. For example, domain:google.com or domain:example.com. \n- projectOwner:projectid — Owners of the given project. For example, projectOwner:my-example-project \n- projectEditor:projectid — Editors of the given project. For example, projectEditor:my-example-project \n- projectViewer:projectid — Viewers of the given project. For example, projectViewer:my-example-project",
|
||||
@@ -977,7 +993,7 @@
|
||||
},
|
||||
"resourceId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the resource to which this policy belongs. Will be of the form buckets/bucket for buckets, and buckets/bucket/objects/object for objects. A specific generation may be specified by appending #generationNumber to the end of the object name, e.g. buckets/my-bucket/objects/data.txt#17. The current generation can be denoted with #0. This field is ignored on input."
|
||||
"description": "The ID of the resource to which this policy belongs. Will be of the form projects/_/buckets/bucket for buckets, and projects/_/buckets/bucket/objects/object for objects. A specific generation may be specified by appending #generationNumber to the end of the object name, e.g. projects/_/buckets/my-bucket/objects/data.txt#17. The current generation can be denoted with #0. This field is ignored on input."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -1074,7 +1090,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1107,7 +1123,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1137,7 +1153,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1169,7 +1185,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1204,7 +1220,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1243,7 +1259,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1292,7 +1308,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1344,7 +1360,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1376,7 +1392,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1458,6 +1474,11 @@
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
@@ -1517,6 +1538,11 @@
|
||||
"Omit owner, acl and defaultObjectAcl properties."
|
||||
],
|
||||
"location": "query"
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
@@ -1612,7 +1638,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1644,7 +1670,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1684,7 +1710,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1782,7 +1808,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1845,7 +1871,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1878,7 +1904,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1908,7 +1934,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1952,7 +1978,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -1987,7 +2013,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2026,7 +2052,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2069,7 +2095,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2103,7 +2129,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2136,7 +2162,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2163,13 +2189,13 @@
|
||||
"parameters": {
|
||||
"bucket": {
|
||||
"type": "string",
|
||||
"description": "Name of a GCS bucket.",
|
||||
"description": "Name of a Google Cloud Storage bucket.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2223,7 +2249,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2269,7 +2295,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2312,7 +2338,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2357,7 +2383,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2405,7 +2431,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2457,7 +2483,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2522,7 +2548,7 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2532,9 +2558,14 @@
|
||||
"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"
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2597,13 +2628,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2621,13 +2652,13 @@
|
||||
},
|
||||
"ifSourceGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the source object's generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the source object's current generation matches the given value.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifSourceGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the source object's generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the source object's current generation does not match the given value.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2676,7 +2707,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2720,13 +2751,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2750,7 +2781,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2784,13 +2815,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2827,7 +2858,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2874,7 +2905,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -2912,13 +2943,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -2934,6 +2965,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.",
|
||||
@@ -2975,7 +3011,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3062,7 +3098,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
},
|
||||
"versions": {
|
||||
@@ -3106,13 +3142,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -3170,7 +3206,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3201,6 +3237,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.",
|
||||
@@ -3230,13 +3271,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the destination object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -3254,13 +3295,13 @@
|
||||
},
|
||||
"ifSourceGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the source object's generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the source object's current generation matches the given value.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifSourceGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the source object's generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the source object's current generation does not match the given value.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -3320,7 +3361,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3368,7 +3409,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3421,7 +3462,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3461,13 +3502,13 @@
|
||||
},
|
||||
"ifGenerationMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
"ifGenerationNotMatch": {
|
||||
"type": "string",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value.",
|
||||
"description": "Makes the operation conditional on whether the object's current generation does not match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object.",
|
||||
"format": "int64",
|
||||
"location": "query"
|
||||
},
|
||||
@@ -3525,7 +3566,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
@@ -3596,7 +3637,7 @@
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project number to be billed for this request, for Requester Pays buckets.",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
},
|
||||
"versions": {
|
||||
@@ -3634,13 +3675,18 @@
|
||||
"id": "storage.projects.serviceAccount.get",
|
||||
"path": "projects/{projectId}/serviceAccount",
|
||||
"httpMethod": "GET",
|
||||
"description": "Get the email address of this project's GCS service account.",
|
||||
"description": "Get the email address of this project's Google Cloud Storage service account.",
|
||||
"parameters": {
|
||||
"projectId": {
|
||||
"type": "string",
|
||||
"description": "Project ID",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
},
|
||||
"userProject": {
|
||||
"type": "string",
|
||||
"description": "The project to be billed for this request, for Requester Pays buckets.",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
|
||||
Reference in New Issue
Block a user