google-apis-storagebatchoperations_v1 0.6.0 → 0.8.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 +4 -4
 - data/CHANGELOG.md +8 -0
 - data/lib/google/apis/storagebatchoperations_v1/classes.rb +33 -0
 - data/lib/google/apis/storagebatchoperations_v1/gem_version.rb +2 -2
 - data/lib/google/apis/storagebatchoperations_v1/representations.rb +16 -0
 - data/lib/google/apis/storagebatchoperations_v1/service.rb +2 -2
 - metadata +2 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 04f8794d6f667151acb59526eec81c51c01fcb86164f16050bb7654a2092cd87
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: deac1ff9fdebcf0283b6871d3479956ea3fe6d069db2c5193d9a23456c2a7e92
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: b972fd93ff1f0141efc6735b150d17fc619de4645fedf3ce291b19132cde7c565ea26ad3b21816b226cf8d67acb55d332c05e026b08f787abb51ac8641c36eb6
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: bbfaffcf93d9bf5b74188ab588ed4e937ad287c9a7680d0b3f9f10e3068c883cc50ec0c402bc9e3a4a7d5e6046a4661d6f2ba94ad30f759ba82efc5eeddf0087
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-storagebatchoperations_v1
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.8.0 (2025-11-02)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251022
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.7.0 (2025-10-19)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20251015
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.6.0 (2025-10-05)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20250924
         
     | 
| 
         @@ -544,6 +544,33 @@ module Google 
     | 
|
| 
       544 
544 
     | 
    
         
             
                    end
         
     | 
| 
       545 
545 
     | 
    
         
             
                  end
         
     | 
| 
       546 
546 
     | 
    
         | 
| 
      
 547 
     | 
    
         
            +
                  # Describes options for object retention update.
         
     | 
| 
      
 548 
     | 
    
         
            +
                  class ObjectRetention
         
     | 
| 
      
 549 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 550 
     | 
    
         
            +
                  
         
     | 
| 
      
 551 
     | 
    
         
            +
                    # Required. The time when the object will be retained until. UNSET will clear
         
     | 
| 
      
 552 
     | 
    
         
            +
                    # the retention. Must be specified in RFC 3339 format e.g. YYYY-MM-DD'T'HH:MM:SS.
         
     | 
| 
      
 553 
     | 
    
         
            +
                    # SS'Z' or YYYY-MM-DD'T'HH:MM:SS'Z'.
         
     | 
| 
      
 554 
     | 
    
         
            +
                    # Corresponds to the JSON property `retainUntilTime`
         
     | 
| 
      
 555 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 556 
     | 
    
         
            +
                    attr_accessor :retain_until_time
         
     | 
| 
      
 557 
     | 
    
         
            +
                  
         
     | 
| 
      
 558 
     | 
    
         
            +
                    # Required. The retention mode of the object.
         
     | 
| 
      
 559 
     | 
    
         
            +
                    # Corresponds to the JSON property `retentionMode`
         
     | 
| 
      
 560 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 561 
     | 
    
         
            +
                    attr_accessor :retention_mode
         
     | 
| 
      
 562 
     | 
    
         
            +
                  
         
     | 
| 
      
 563 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 564 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 565 
     | 
    
         
            +
                    end
         
     | 
| 
      
 566 
     | 
    
         
            +
                  
         
     | 
| 
      
 567 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 568 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 569 
     | 
    
         
            +
                      @retain_until_time = args[:retain_until_time] if args.key?(:retain_until_time)
         
     | 
| 
      
 570 
     | 
    
         
            +
                      @retention_mode = args[:retention_mode] if args.key?(:retention_mode)
         
     | 
| 
      
 571 
     | 
    
         
            +
                    end
         
     | 
| 
      
 572 
     | 
    
         
            +
                  end
         
     | 
| 
      
 573 
     | 
    
         
            +
                  
         
     | 
| 
       547 
574 
     | 
    
         
             
                  # This resource represents a long-running operation that is the result of a
         
     | 
| 
       548 
575 
     | 
    
         
             
                  # network API call.
         
     | 
| 
       549 
576 
     | 
    
         
             
                  class Operation
         
     | 
| 
         @@ -740,6 +767,11 @@ module Google 
     | 
|
| 
       740 
767 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       741 
768 
     | 
    
         
             
                    attr_accessor :custom_time
         
     | 
| 
       742 
769 
     | 
    
         | 
| 
      
 770 
     | 
    
         
            +
                    # Describes options for object retention update.
         
     | 
| 
      
 771 
     | 
    
         
            +
                    # Corresponds to the JSON property `objectRetention`
         
     | 
| 
      
 772 
     | 
    
         
            +
                    # @return [Google::Apis::StoragebatchoperationsV1::ObjectRetention]
         
     | 
| 
      
 773 
     | 
    
         
            +
                    attr_accessor :object_retention
         
     | 
| 
      
 774 
     | 
    
         
            +
                  
         
     | 
| 
       743 
775 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       744 
776 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       745 
777 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -753,6 +785,7 @@ module Google 
     | 
|
| 
       753 
785 
     | 
    
         
             
                      @content_type = args[:content_type] if args.key?(:content_type)
         
     | 
| 
       754 
786 
     | 
    
         
             
                      @custom_metadata = args[:custom_metadata] if args.key?(:custom_metadata)
         
     | 
| 
       755 
787 
     | 
    
         
             
                      @custom_time = args[:custom_time] if args.key?(:custom_time)
         
     | 
| 
      
 788 
     | 
    
         
            +
                      @object_retention = args[:object_retention] if args.key?(:object_retention)
         
     | 
| 
       756 
789 
     | 
    
         
             
                    end
         
     | 
| 
       757 
790 
     | 
    
         
             
                  end
         
     | 
| 
       758 
791 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module StoragebatchoperationsV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-storagebatchoperations_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.8.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 = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20251022"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -124,6 +124,12 @@ module Google 
     | 
|
| 
       124 
124 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       125 
125 
     | 
    
         
             
                  end
         
     | 
| 
       126 
126 
     | 
    
         | 
| 
      
 127 
     | 
    
         
            +
                  class ObjectRetention
         
     | 
| 
      
 128 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 129 
     | 
    
         
            +
                  
         
     | 
| 
      
 130 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 131 
     | 
    
         
            +
                  end
         
     | 
| 
      
 132 
     | 
    
         
            +
                  
         
     | 
| 
       127 
133 
     | 
    
         
             
                  class Operation
         
     | 
| 
       128 
134 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       129 
135 
     | 
    
         | 
| 
         @@ -327,6 +333,14 @@ module Google 
     | 
|
| 
       327 
333 
     | 
    
         
             
                    end
         
     | 
| 
       328 
334 
     | 
    
         
             
                  end
         
     | 
| 
       329 
335 
     | 
    
         | 
| 
      
 336 
     | 
    
         
            +
                  class ObjectRetention
         
     | 
| 
      
 337 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 338 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 339 
     | 
    
         
            +
                      property :retain_until_time, as: 'retainUntilTime'
         
     | 
| 
      
 340 
     | 
    
         
            +
                      property :retention_mode, as: 'retentionMode'
         
     | 
| 
      
 341 
     | 
    
         
            +
                    end
         
     | 
| 
      
 342 
     | 
    
         
            +
                  end
         
     | 
| 
      
 343 
     | 
    
         
            +
                  
         
     | 
| 
       330 
344 
     | 
    
         
             
                  class Operation
         
     | 
| 
       331 
345 
     | 
    
         
             
                    # @private
         
     | 
| 
       332 
346 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
         @@ -369,6 +383,8 @@ module Google 
     | 
|
| 
       369 
383 
     | 
    
         
             
                      property :content_type, as: 'contentType'
         
     | 
| 
       370 
384 
     | 
    
         
             
                      hash :custom_metadata, as: 'customMetadata'
         
     | 
| 
       371 
385 
     | 
    
         
             
                      property :custom_time, as: 'customTime'
         
     | 
| 
      
 386 
     | 
    
         
            +
                      property :object_retention, as: 'objectRetention', class: Google::Apis::StoragebatchoperationsV1::ObjectRetention, decorator: Google::Apis::StoragebatchoperationsV1::ObjectRetention::Representation
         
     | 
| 
      
 387 
     | 
    
         
            +
                  
         
     | 
| 
       372 
388 
     | 
    
         
             
                    end
         
     | 
| 
       373 
389 
     | 
    
         
             
                  end
         
     | 
| 
       374 
390 
     | 
    
         | 
| 
         @@ -85,8 +85,8 @@ module Google 
     | 
|
| 
       85 
85 
     | 
    
         
             
                    # @param [String] name
         
     | 
| 
       86 
86 
     | 
    
         
             
                    #   The resource that owns the locations collection, if applicable.
         
     | 
| 
       87 
87 
     | 
    
         
             
                    # @param [Array<String>, String] extra_location_types
         
     | 
| 
       88 
     | 
    
         
            -
                    #   Optional.  
     | 
| 
       89 
     | 
    
         
            -
                    #    
     | 
| 
      
 88 
     | 
    
         
            +
                    #   Optional. Do not use this field. It is unsupported and is ignored unless
         
     | 
| 
      
 89 
     | 
    
         
            +
                    #   explicitly documented otherwise. This is primarily for internal usage.
         
     | 
| 
       90 
90 
     | 
    
         
             
                    # @param [String] filter
         
     | 
| 
       91 
91 
     | 
    
         
             
                    #   A filter to narrow down results to a preferred subset. The filtering language
         
     | 
| 
       92 
92 
     | 
    
         
             
                    #   accepts strings like `"displayName=tokyo"`, and is documented in more detail
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-storagebatchoperations_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.8.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-storagebatchoperations_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-storagebatchoperations_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-storagebatchoperations_v1/v0.8.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-storagebatchoperations_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |