google-apis-storage_v1 0.58.0 → 0.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c13f0fc72fa6bf0d52c750f1f086c54cef55af5463eb65182ee0dbd6c26123e2
4
- data.tar.gz: 4a6474808eecc5b6740099791daa3f6f7a252ad3e6c24a129d1810a1657df88d
3
+ metadata.gz: 856d1e421df9981f620d8c693adb41c5954945728f015a24895f46bfb34174cc
4
+ data.tar.gz: b90ead0b188afbc2bf3c1b8a546ad1fba55805117f69f8517591aa6e8abdccae
5
5
  SHA512:
6
- metadata.gz: e0b3bec73eed33523340d431c61116ac133f40c454f31eec49459907a49eed415cd2aaab4a6c624ed9ef696420455bc0a39c14e783f172157a0998dede74dd07
7
- data.tar.gz: 720de7a9ef4dbed6ec03aa129923b6749606de0aee8aad48e877ba2c1246819785bee7160600ab2c98ee8593d78f0edbd6c299ead2bb2fc5ea8397b3c929609c
6
+ metadata.gz: ec523f4dde4eda02d6aedd531bde63160ca4f4a0b3f7efa67678ae28257d3f3096db97cf07e06024c1b97c557c507ae866e541e1074be7bede841d5631d1ccc7
7
+ data.tar.gz: 0d34624d2afe847bc353c93d8bfb85dbfb346ec9d3b4051a1e93ea0b212ea0d4bed0b7236e37a2243060d2ef9128f0cd14a3a1d2754975fadbc98e5e15e8c71b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.59.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260111
6
+
3
7
  ### v0.58.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251118
@@ -3192,6 +3192,13 @@ module Google
3192
3192
  # @return [Google::Apis::StorageV1::RelocateBucketRequest::DestinationCustomPlacementConfig]
3193
3193
  attr_accessor :destination_custom_placement_config
3194
3194
 
3195
+ # Resource name of a Cloud KMS key, of the form projects/my-project/locations/
3196
+ # global/keyRings/my-kr/cryptoKeys/my-key. If set, is used to encrypt all
3197
+ # objects in the destination bucket.
3198
+ # Corresponds to the JSON property `destinationKmsKeyName`
3199
+ # @return [String]
3200
+ attr_accessor :destination_kms_key_name
3201
+
3195
3202
  # The new location the bucket will be relocated to.
3196
3203
  # Corresponds to the JSON property `destinationLocation`
3197
3204
  # @return [String]
@@ -3210,6 +3217,7 @@ module Google
3210
3217
  # Update properties of this object
3211
3218
  def update!(**args)
3212
3219
  @destination_custom_placement_config = args[:destination_custom_placement_config] if args.key?(:destination_custom_placement_config)
3220
+ @destination_kms_key_name = args[:destination_kms_key_name] if args.key?(:destination_kms_key_name)
3213
3221
  @destination_location = args[:destination_location] if args.key?(:destination_location)
3214
3222
  @validate_only = args[:validate_only] if args.key?(:validate_only)
3215
3223
  end
@@ -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.58.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251118"
25
+ REVISION = "20260111"
26
26
  end
27
27
  end
28
28
  end
@@ -1288,6 +1288,7 @@ module Google
1288
1288
  class Representation < Google::Apis::Core::JsonRepresentation
1289
1289
  property :destination_custom_placement_config, as: 'destinationCustomPlacementConfig', class: Google::Apis::StorageV1::RelocateBucketRequest::DestinationCustomPlacementConfig, decorator: Google::Apis::StorageV1::RelocateBucketRequest::DestinationCustomPlacementConfig::Representation
1290
1290
 
1291
+ property :destination_kms_key_name, as: 'destinationKmsKeyName'
1291
1292
  property :destination_location, as: 'destinationLocation'
1292
1293
  property :validate_only, as: 'validateOnly'
1293
1294
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.59.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storage_v1
62
62
  rdoc_options: []
63
63
  require_paths: