Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Aug 13, 2024
1 parent 97c7f2e commit a0ed1f3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
24 changes: 12 additions & 12 deletions storage/v1/storage-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"location": "me-central2"
}
],
"etag": "\"33353536373136383133343537373736313839\"",
"etag": "\"34373939373134303235393739323331393435\"",
"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"
Expand Down Expand Up @@ -3107,7 +3107,7 @@
"type": "string"
},
"versions": {
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see [Object Versioning](https://cloud.google.com/storage/docs/object-versioning).",
"location": "query",
"type": "boolean"
}
Expand Down Expand Up @@ -3286,7 +3286,7 @@
"type": "string"
},
"object": {
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
"description": "Name of the object. For information about how to URL encode object names to be path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/request-endpoints#encoding).",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -3755,7 +3755,7 @@
"type": "string"
},
"versions": {
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see [Object Versioning](https://cloud.google.com/storage/docs/object-versioning).",
"location": "query",
"type": "boolean"
}
Expand Down Expand Up @@ -4057,7 +4057,7 @@
]
},
"update": {
"description": "Updates the state of an HMAC key. See the HMAC Key resource descriptor for valid states.",
"description": "Updates the state of an HMAC key. See the [HMAC Key resource descriptor](https://cloud.google.com/storage/docs/json_api/v1/projects/hmacKeys/update#request-body) for valid states.",
"httpMethod": "PUT",
"id": "storage.projects.hmacKeys.update",
"parameterOrder": [
Expand Down Expand Up @@ -4136,7 +4136,7 @@
}
}
},
"revision": "20240805",
"revision": "20240809",
"rootUrl": "https://storage.googleapis.com/",
"schemas": {
"AnywhereCache": {
Expand Down Expand Up @@ -4460,7 +4460,7 @@
"type": "object"
},
"lifecycle": {
"description": "The bucket's lifecycle configuration. See lifecycle management for more information.",
"description": "The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.google.com/storage/docs/lifecycle) for more information.",
"properties": {
"rule": {
"description": "A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.",
Expand Down Expand Up @@ -4559,7 +4559,7 @@
"type": "object"
},
"location": {
"description": "The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the developer's guide for the authoritative list.",
"description": "The location of the bucket. Object data for objects in the bucket resides in physical storage within this region. Defaults to US. See the [Developer's Guide](https://cloud.google.com/storage/docs/locations) for the authoritative list.",
"type": "string"
},
"locationType": {
Expand Down Expand Up @@ -4676,7 +4676,7 @@
"type": "object"
},
"storageClass": {
"description": "The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see storage classes.",
"description": "The bucket's default storage class, used whenever no storageClass is specified for a newly-created object. This defines how objects in the bucket are stored and determines the SLA and the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is created, it will default to STANDARD. For more information, see [Storage Classes](https://cloud.google.com/storage/docs/storage-classes).",
"type": "string"
},
"timeCreated": {
Expand All @@ -4700,7 +4700,7 @@
"type": "object"
},
"website": {
"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.",
"description": "The bucket's website configuration, controlling how the service behaves when accessing bucket contents as a web site. See the [Static Website Examples](https://cloud.google.com/storage/docs/static-website) for more information.",
"properties": {
"mainPageSuffix": {
"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.",
Expand Down Expand Up @@ -5495,7 +5495,7 @@
"type": "string"
},
"crc32c": {
"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.",
"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 [Data Validation and Change Detection](https://cloud.google.com/storage/docs/data-validation).",
"type": "string"
},
"customTime": {
Expand Down Expand Up @@ -5549,7 +5549,7 @@
"type": "string"
},
"md5Hash": {
"description": "MD5 hash of the data; encoded using base64. For more information about using the MD5 hash, see Hashes and ETags: Best Practices.",
"description": "MD5 hash of the data; encoded using base64. For more information about using the MD5 hash, see [Data Validation and Change Detection](https://cloud.google.com/storage/docs/data-validation).",
"type": "string"
},
"mediaLink": {
Expand Down
40 changes: 26 additions & 14 deletions storage/v1/storage-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0ed1f3

Please sign in to comment.