vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood 2017-07-23 08:51:42 +01:00
parent 0b6fba34a3
commit eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions

View file

@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/9bnQR_kC7lWpyFxyRiXZLFFekco\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/-XlPsGE1eaKzlxWDtbwmuSaBoqc\"",
"discoveryVersion": "v1",
"id": "storage:v1",
"name": "storage",
"version": "v1",
"revision": "20170329",
"revision": "20170607",
"title": "Cloud Storage JSON API",
"description": "Stores and retrieves potentially large, immutable data objects.",
"ownerDomain": "google.com",
@ -108,6 +108,16 @@
]
}
},
"billing": {
"type": "object",
"description": "The bucket's billing configuration.",
"properties": {
"requesterPays": {
"type": "boolean",
"description": "When set to true, bucket is requester pays."
}
}
},
"cors": {
"type": "array",
"description": "The bucket's Cross-Origin Resource Sharing (CORS) configuration.",
@ -150,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."
@ -706,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."
@ -988,7 +1011,7 @@
"objectSize": {
"type": "string",
"description": "The total size of the object being copied in bytes. This property is always present in the response.",
"format": "uint64"
"format": "int64"
},
"resource": {
"$ref": "Object",
@ -1001,7 +1024,7 @@
"totalBytesRewritten": {
"type": "string",
"description": "The total bytes written so far, which can be used to provide a waiting user with a progress indicator. This property is always present in the response.",
"format": "uint64"
"format": "int64"
}
}
},
@ -1061,6 +1084,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1089,6 +1117,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1114,6 +1147,11 @@
"description": "Name of a bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1141,6 +1179,11 @@
"description": "Name of a bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1171,6 +1214,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1205,6 +1253,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1249,6 +1302,11 @@
"description": "If set, only deletes the bucket if its metageneration does not match this value.",
"format": "int64",
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1296,6 +1354,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": [
@ -1323,6 +1386,11 @@
"description": "Name of a bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1554,6 +1622,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": [
@ -1581,6 +1654,11 @@
"description": "Name of a bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1616,6 +1694,11 @@
"required": true,
"repeated": true,
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1709,6 +1792,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": [
@ -1767,6 +1855,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1795,6 +1888,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1820,6 +1918,11 @@
"description": "Name of a bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1859,6 +1962,11 @@
"description": "If present, only return default ACL listing if the bucket's current metageneration does not match the given value.",
"format": "int64",
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1889,6 +1997,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1923,6 +2036,11 @@
"description": "The entity holding the permission. Can be user-userId, user-emailAddress, group-groupId, group-emailAddress, allUsers, or allAuthenticatedUsers.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1961,6 +2079,11 @@
"description": "ID of the notification to delete.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -1990,6 +2113,11 @@
"description": "Notification ID",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2018,6 +2146,11 @@
"description": "The parent bucket of the notification.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2046,6 +2179,11 @@
"description": "Name of a GCS bucket.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2095,6 +2233,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2136,6 +2279,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2174,6 +2322,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2214,6 +2367,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2257,6 +2415,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2304,6 +2467,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2376,6 +2544,16 @@
"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"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2513,6 +2691,11 @@
"description": "Name of the source object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2582,6 +2765,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2654,6 +2842,11 @@
"Omit the owner, acl property."
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2696,6 +2889,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2754,6 +2952,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.",
@ -2792,6 +2995,11 @@
"Omit the owner, acl property."
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -2875,6 +3083,11 @@
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
},
"versions": {
"type": "boolean",
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",
@ -2977,6 +3190,11 @@
"Omit the owner, acl property."
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -3006,6 +3224,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.",
@ -3122,6 +3345,11 @@
"description": "Name of the source object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -3165,6 +3393,11 @@
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"required": true,
"location": "path"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -3213,6 +3446,11 @@
"required": true,
"repeated": true,
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -3312,6 +3550,11 @@
"Omit the owner, acl property."
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
}
},
"parameterOrder": [
@ -3379,6 +3622,11 @@
],
"location": "query"
},
"userProject": {
"type": "string",
"description": "The project to be billed for this request, for Requester Pays buckets.",
"location": "query"
},
"versions": {
"type": "boolean",
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/bTGfIvC19RkllzOnE1QWbh07cyk\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/wVmEVFf4wXjiNgtW0Pw6QJgdrGk\"",
"discoveryVersion": "v1",
"id": "storage:v1beta1",
"name": "storage",
"version": "v1beta1",
"revision": "20151007",
"revision": "20170510",
"title": "Cloud Storage JSON API",
"description": "Lets you store and retrieve potentially-large, immutable data objects.",
"ownerDomain": "google.com",

View file

@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/58I9am2CtsQcuFUTzCVHg3vRyjQ\"",
"etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/SKlmkaW_3NYm4HYEgVwULKXigs8\"",
"discoveryVersion": "v1",
"id": "storage:v1beta2",
"name": "storage",
"version": "v1beta2",
"revision": "20151007",
"revision": "20170510",
"title": "Cloud Storage JSON API",
"description": "Lets you store and retrieve potentially-large, immutable data objects.",
"ownerDomain": "google.com",

View file

@ -390,7 +390,7 @@ type BucketLifecycleRuleCondition struct {
// IsLive: Relevant only for versioned objects. If the value is true,
// this condition matches live objects; if the value is false, it
// matches archived objects.
IsLive bool `json:"isLive,omitempty"`
IsLive *bool `json:"isLive,omitempty"`
// NumNewerVersions: Relevant only for versioned objects. If the value
// is N, this condition is satisfied when there are at least N versions