Skip to content

Commit a0ed1f3

Browse files
feat(all): auto-regenerate discovery clients (#2729)
1 parent 97c7f2e commit a0ed1f3

File tree

2 files changed

+38
-26
lines changed

2 files changed

+38
-26
lines changed

storage/v1/storage-api.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"location": "me-central2"
4444
}
4545
],
46-
"etag": "\"33353536373136383133343537373736313839\"",
46+
"etag": "\"34373939373134303235393739323331393435\"",
4747
"icons": {
4848
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
4949
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -3107,7 +3107,7 @@
31073107
"type": "string"
31083108
},
31093109
"versions": {
3110-
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",
3110+
"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).",
31113111
"location": "query",
31123112
"type": "boolean"
31133113
}
@@ -3286,7 +3286,7 @@
32863286
"type": "string"
32873287
},
32883288
"object": {
3289-
"description": "Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts.",
3289+
"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).",
32903290
"location": "path",
32913291
"required": true,
32923292
"type": "string"
@@ -3755,7 +3755,7 @@
37553755
"type": "string"
37563756
},
37573757
"versions": {
3758-
"description": "If true, lists all versions of an object as distinct results. The default is false. For more information, see Object Versioning.",
3758+
"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).",
37593759
"location": "query",
37603760
"type": "boolean"
37613761
}
@@ -4057,7 +4057,7 @@
40574057
]
40584058
},
40594059
"update": {
4060-
"description": "Updates the state of an HMAC key. See the HMAC Key resource descriptor for valid states.",
4060+
"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.",
40614061
"httpMethod": "PUT",
40624062
"id": "storage.projects.hmacKeys.update",
40634063
"parameterOrder": [
@@ -4136,7 +4136,7 @@
41364136
}
41374137
}
41384138
},
4139-
"revision": "20240805",
4139+
"revision": "20240809",
41404140
"rootUrl": "https://storage.googleapis.com/",
41414141
"schemas": {
41424142
"AnywhereCache": {
@@ -4460,7 +4460,7 @@
44604460
"type": "object"
44614461
},
44624462
"lifecycle": {
4463-
"description": "The bucket's lifecycle configuration. See lifecycle management for more information.",
4463+
"description": "The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.google.com/storage/docs/lifecycle) for more information.",
44644464
"properties": {
44654465
"rule": {
44664466
"description": "A lifecycle management rule, which is made of an action to take and the condition(s) under which the action will be taken.",
@@ -4559,7 +4559,7 @@
45594559
"type": "object"
45604560
},
45614561
"location": {
4562-
"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.",
4562+
"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.",
45634563
"type": "string"
45644564
},
45654565
"locationType": {
@@ -4676,7 +4676,7 @@
46764676
"type": "object"
46774677
},
46784678
"storageClass": {
4679-
"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.",
4679+
"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).",
46804680
"type": "string"
46814681
},
46824682
"timeCreated": {
@@ -4700,7 +4700,7 @@
47004700
"type": "object"
47014701
},
47024702
"website": {
4703-
"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.",
4703+
"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.",
47044704
"properties": {
47054705
"mainPageSuffix": {
47064706
"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.",
@@ -5495,7 +5495,7 @@
54955495
"type": "string"
54965496
},
54975497
"crc32c": {
5498-
"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.",
5498+
"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).",
54995499
"type": "string"
55005500
},
55015501
"customTime": {
@@ -5549,7 +5549,7 @@
55495549
"type": "string"
55505550
},
55515551
"md5Hash": {
5552-
"description": "MD5 hash of the data; encoded using base64. For more information about using the MD5 hash, see Hashes and ETags: Best Practices.",
5552+
"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).",
55535553
"type": "string"
55545554
},
55555555
"mediaLink": {

storage/v1/storage-gen.go

Lines changed: 26 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)