google-apis-storage_v1 0.56.0 → 0.58.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: 1be8f7fbd87aa2831b6f9d6355a0f0933a530a7b986e77b0e2cf34b832225dfd
4
- data.tar.gz: 9f5f0e6ce00326243a02e36558118d6bedf93c5e5595eae5c660ff875c91f42e
3
+ metadata.gz: c13f0fc72fa6bf0d52c750f1f086c54cef55af5463eb65182ee0dbd6c26123e2
4
+ data.tar.gz: 4a6474808eecc5b6740099791daa3f6f7a252ad3e6c24a129d1810a1657df88d
5
5
  SHA512:
6
- metadata.gz: 1db84f3cbf54976e3625ed3a5b98397d4e70d65e8c36bec15b3e018609395e75d636412cecfa82887653112746b2e099a3564f6a17f7d8587536aa6d4a9c8d32
7
- data.tar.gz: '084a24cb1afd974f251b2e7ee3a2d2776f19ddb61b1f11fcb3f26cc6f40f5be1f9c705ecf604a6c019fefdb77bba597c1aaa3ca451171718d275317a5d68e845'
6
+ metadata.gz: e0b3bec73eed33523340d431c61116ac133f40c454f31eec49459907a49eed415cd2aaab4a6c624ed9ef696420455bc0a39c14e783f172157a0998dede74dd07
7
+ data.tar.gz: 720de7a9ef4dbed6ec03aa129923b6749606de0aee8aad48e877ba2c1246819785bee7160600ab2c98ee8593d78f0edbd6c299ead2bb2fc5ea8397b3c929609c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.58.0 (2025-12-07)
4
+
5
+ * Regenerated from discovery document revision 20251118
6
+
7
+ ### v0.57.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250925
10
+
3
11
  ### v0.56.0 (2025-08-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20250814
@@ -1552,6 +1552,12 @@ module Google
1552
1552
  # @return [String]
1553
1553
  attr_accessor :next_page_token
1554
1554
 
1555
+ # The list of bucket resource names that could not be reached during the listing
1556
+ # operation.
1557
+ # Corresponds to the JSON property `unreachable`
1558
+ # @return [Array<String>]
1559
+ attr_accessor :unreachable
1560
+
1555
1561
  def initialize(**args)
1556
1562
  update!(**args)
1557
1563
  end
@@ -1561,6 +1567,7 @@ module Google
1561
1567
  @items = args[:items] if args.key?(:items)
1562
1568
  @kind = args[:kind] if args.key?(:kind)
1563
1569
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1570
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
1564
1571
  end
1565
1572
  end
1566
1573
 
@@ -1711,6 +1718,12 @@ module Google
1711
1718
  class ComposeRequest
1712
1719
  include Google::Apis::Core::Hashable
1713
1720
 
1721
+ # If true, the source objects will be deleted.
1722
+ # Corresponds to the JSON property `deleteSourceObjects`
1723
+ # @return [Boolean]
1724
+ attr_accessor :delete_source_objects
1725
+ alias_method :delete_source_objects?, :delete_source_objects
1726
+
1714
1727
  # An object.
1715
1728
  # Corresponds to the JSON property `destination`
1716
1729
  # @return [Google::Apis::StorageV1::Object]
@@ -1732,6 +1745,7 @@ module Google
1732
1745
 
1733
1746
  # Update properties of this object
1734
1747
  def update!(**args)
1748
+ @delete_source_objects = args[:delete_source_objects] if args.key?(:delete_source_objects)
1735
1749
  @destination = args[:destination] if args.key?(:destination)
1736
1750
  @kind = args[:kind] if args.key?(:kind)
1737
1751
  @source_objects = args[:source_objects] if args.key?(:source_objects)
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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 = "20250814"
25
+ REVISION = "20251118"
26
26
  end
27
27
  end
28
28
  end
@@ -879,6 +879,7 @@ module Google
879
879
 
880
880
  property :kind, as: 'kind'
881
881
  property :next_page_token, as: 'nextPageToken'
882
+ collection :unreachable, as: 'unreachable'
882
883
  end
883
884
  end
884
885
 
@@ -918,6 +919,7 @@ module Google
918
919
  class ComposeRequest
919
920
  # @private
920
921
  class Representation < Google::Apis::Core::JsonRepresentation
922
+ property :delete_source_objects, as: 'deleteSourceObjects'
921
923
  property :destination, as: 'destination', class: Google::Apis::StorageV1::Object, decorator: Google::Apis::StorageV1::Object::Representation
922
924
 
923
925
  property :kind, as: 'kind'
@@ -796,6 +796,9 @@ module Google
796
796
  # Filter results to buckets whose names begin with this prefix.
797
797
  # @param [String] projection
798
798
  # Set of properties to return. Defaults to noAcl.
799
+ # @param [Boolean] return_partial_success
800
+ # If true, return a list of bucket resource names for buckets that are in
801
+ # unreachable locations.
799
802
  # @param [Boolean] soft_deleted
800
803
  # If true, only soft-deleted bucket versions will be returned. The default is
801
804
  # false. For more information, see [Soft Delete](https://cloud.google.com/
@@ -821,7 +824,7 @@ module Google
821
824
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
822
825
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
823
826
  # @raise [Google::Apis::AuthorizationError] Authorization is required
824
- def list_buckets(project, max_results: nil, page_token: nil, prefix: nil, projection: nil, soft_deleted: nil, user_project: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
827
+ def list_buckets(project, max_results: nil, page_token: nil, prefix: nil, projection: nil, return_partial_success: nil, soft_deleted: nil, user_project: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
825
828
  command = make_simple_command(:get, 'b', options)
826
829
  command.response_representation = Google::Apis::StorageV1::Buckets::Representation
827
830
  command.response_class = Google::Apis::StorageV1::Buckets
@@ -830,6 +833,7 @@ module Google
830
833
  command.query['prefix'] = prefix unless prefix.nil?
831
834
  command.query['project'] = project unless project.nil?
832
835
  command.query['projection'] = projection unless projection.nil?
836
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
833
837
  command.query['softDeleted'] = soft_deleted unless soft_deleted.nil?
834
838
  command.query['userProject'] = user_project unless user_project.nil?
835
839
  command.query['fields'] = fields unless fields.nil?
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.56.0
4
+ version: 0.58.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.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.58.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: