google-apis-storage_v1 0.42.0 → 0.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0d27e1f5816add42a6b30d40f3965f03e5d7134fc5f534d826fd54fddc27d79
4
- data.tar.gz: 3432572957fd577ec18c80ab0c6d6551e926e237989f34c4bd2b6771f6d4b9ff
3
+ metadata.gz: 4147b062494ed402f9ce3cd0d92f27f082e9286f573e198986aa844aae277d88
4
+ data.tar.gz: a9b998a64d28d1c07b6932d48a68e13b7a5591f7530028c52f643d4fe3016873
5
5
  SHA512:
6
- metadata.gz: e77cdfa2248dccd3b31890317633baac88420190c4dd2b76ecfcc423fcb80fe789f71dc12903610609e663eab151366cef49771ea636563fd6f56334e401216f
7
- data.tar.gz: de8c652fc2682caf03c494440955c90c29ea79d62f0b744c3d9f9487ae9234e37ec4d825e2945177a145547c82af65dcd3150a64fdbadb69d20b411a0d2208c3
6
+ metadata.gz: 528543b71faf74abf53a18615655ef827fc0c7189ff0389d5d391d5005fe9676e514424291d174c8e79297f495c59fba84c6acdd9cde0025d602cc11c15db5ee
7
+ data.tar.gz: fb4c2ac87c4075ff8ed059caca50490d72600c30dbbad18b4be387e87c1c338c1bb1398e89d435da05964a11511a76af4a8014e9c8eb7696b11ab04cf13e80b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.43.0 (2024-08-18)
4
+
5
+ * Regenerated from discovery document revision 20240809
6
+
3
7
  ### v0.42.0 (2024-08-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240805
@@ -241,15 +241,16 @@ module Google
241
241
  # @return [Hash<String,String>]
242
242
  attr_accessor :labels
243
243
 
244
- # The bucket's lifecycle configuration. See lifecycle management for more
245
- # information.
244
+ # The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
245
+ # google.com/storage/docs/lifecycle) for more information.
246
246
  # Corresponds to the JSON property `lifecycle`
247
247
  # @return [Google::Apis::StorageV1::Bucket::Lifecycle]
248
248
  attr_accessor :lifecycle
249
249
 
250
250
  # The location of the bucket. Object data for objects in the bucket resides in
251
- # physical storage within this region. Defaults to US. See the developer's guide
252
- # for the authoritative list.
251
+ # physical storage within this region. Defaults to US. See the [Developer's
252
+ # Guide](https://cloud.google.com/storage/docs/locations) for the authoritative
253
+ # list.
253
254
  # Corresponds to the JSON property `location`
254
255
  # @return [String]
255
256
  attr_accessor :location
@@ -337,8 +338,8 @@ module Google
337
338
  # and determines the SLA and the cost of storage. Values include MULTI_REGIONAL,
338
339
  # REGIONAL, STANDARD, NEARLINE, COLDLINE, ARCHIVE, and
339
340
  # DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket
340
- # is created, it will default to STANDARD. For more information, see storage
341
- # classes.
341
+ # is created, it will default to STANDARD. For more information, see [Storage
342
+ # Classes](https://cloud.google.com/storage/docs/storage-classes).
342
343
  # Corresponds to the JSON property `storageClass`
343
344
  # @return [String]
344
345
  attr_accessor :storage_class
@@ -359,8 +360,8 @@ module Google
359
360
  attr_accessor :versioning
360
361
 
361
362
  # The bucket's website configuration, controlling how the service behaves when
362
- # accessing bucket contents as a web site. See the Static Website Examples for
363
- # more information.
363
+ # accessing bucket contents as a web site. See the [Static Website Examples](
364
+ # https://cloud.google.com/storage/docs/static-website) for more information.
364
365
  # Corresponds to the JSON property `website`
365
366
  # @return [Google::Apis::StorageV1::Bucket::Website]
366
367
  attr_accessor :website
@@ -751,8 +752,8 @@ module Google
751
752
  end
752
753
  end
753
754
 
754
- # The bucket's lifecycle configuration. See lifecycle management for more
755
- # information.
755
+ # The bucket's lifecycle configuration. See [Lifecycle Management](https://cloud.
756
+ # google.com/storage/docs/lifecycle) for more information.
756
757
  class Lifecycle
757
758
  include Google::Apis::Core::Hashable
758
759
 
@@ -1096,8 +1097,8 @@ module Google
1096
1097
  end
1097
1098
 
1098
1099
  # The bucket's website configuration, controlling how the service behaves when
1099
- # accessing bucket contents as a web site. See the Static Website Examples for
1100
- # more information.
1100
+ # accessing bucket contents as a web site. See the [Static Website Examples](
1101
+ # https://cloud.google.com/storage/docs/static-website) for more information.
1101
1102
  class Website
1102
1103
  include Google::Apis::Core::Hashable
1103
1104
 
@@ -2297,7 +2298,8 @@ module Google
2297
2298
 
2298
2299
  # CRC32c checksum, as described in RFC 4960, Appendix B; encoded using base64 in
2299
2300
  # big-endian byte order. For more information about using the CRC32c checksum,
2300
- # see Hashes and ETags: Best Practices.
2301
+ # see [Data Validation and Change Detection](https://cloud.google.com/storage/
2302
+ # docs/data-validation).
2301
2303
  # Corresponds to the JSON property `crc32c`
2302
2304
  # @return [String]
2303
2305
  attr_accessor :crc32c
@@ -2364,7 +2366,8 @@ module Google
2364
2366
  attr_accessor :kms_key_name
2365
2367
 
2366
2368
  # MD5 hash of the data; encoded using base64. For more information about using
2367
- # the MD5 hash, see Hashes and ETags: Best Practices.
2369
+ # the MD5 hash, see [Data Validation and Change Detection](https://cloud.google.
2370
+ # com/storage/docs/data-validation).
2368
2371
  # Corresponds to the JSON property `md5Hash`
2369
2372
  # @return [String]
2370
2373
  attr_accessor :md5_hash
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StorageV1
18
18
  # Version of the google-apis-storage_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240805"
25
+ REVISION = "20240809"
26
26
  end
27
27
  end
28
28
  end
@@ -2897,7 +2897,8 @@ module Google
2897
2897
  # The project to be billed for this request. Required for Requester Pays buckets.
2898
2898
  # @param [Boolean] versions
2899
2899
  # If true, lists all versions of an object as distinct results. The default is
2900
- # false. For more information, see Object Versioning.
2900
+ # false. For more information, see [Object Versioning](https://cloud.google.com/
2901
+ # storage/docs/object-versioning).
2901
2902
  # @param [String] fields
2902
2903
  # Selector specifying which fields to include in a partial response.
2903
2904
  # @param [String] quota_user
@@ -3023,7 +3024,8 @@ module Google
3023
3024
  # Name of the bucket in which the object resides.
3024
3025
  # @param [String] object
3025
3026
  # Name of the object. For information about how to URL encode object names to be
3026
- # path safe, see Encoding URI Path Parts.
3027
+ # path safe, see [Encoding URI Path Parts](https://cloud.google.com/storage/docs/
3028
+ # request-endpoints#encoding).
3027
3029
  # @param [Fixnum] generation
3028
3030
  # Selects a specific revision of this object.
3029
3031
  # @param [Boolean] copy_source_acl
@@ -3419,7 +3421,8 @@ module Google
3419
3421
  # The project to be billed for this request. Required for Requester Pays buckets.
3420
3422
  # @param [Boolean] versions
3421
3423
  # If true, lists all versions of an object as distinct results. The default is
3422
- # false. For more information, see Object Versioning.
3424
+ # false. For more information, see [Object Versioning](https://cloud.google.com/
3425
+ # storage/docs/object-versioning).
3423
3426
  # @param [String] fields
3424
3427
  # Selector specifying which fields to include in a partial response.
3425
3428
  # @param [String] quota_user
@@ -3747,8 +3750,9 @@ module Google
3747
3750
  execute_or_queue_command(command, &block)
3748
3751
  end
3749
3752
 
3750
- # Updates the state of an HMAC key. See the HMAC Key resource descriptor for
3751
- # valid states.
3753
+ # Updates the state of an HMAC key. See the [HMAC Key resource descriptor](https:
3754
+ # //cloud.google.com/storage/docs/json_api/v1/projects/hmacKeys/update#request-
3755
+ # body) for valid states.
3752
3756
  # @param [String] project_id
3753
3757
  # Project ID owning the service account of the updated key.
3754
3758
  # @param [String] access_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-11 00:00:00.000000000 Z
11
+ date: 2024-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []