google-apis-redis_v1 0.82.0 → 0.83.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:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: efab0f826bfc8d00edd0d82796876c671b2378d268f8ceccdbeed009eaf76de0
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 8fd7067bfe29eb52cadd30c7aa9b6224f784fe90fe0375979de015b4a26c877f
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e61baaf992355fe653206d25ce1ea8bd0403e9e49a1e0e1324fd114999ac6e3c40ba39da324ab36767b769d6bd63534d4c8f6a6d8db3d38621d45ca584a76299
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: '0299048fede24813a5add3a3e81bcc56b9c6e717339eca352e9424a6487cfbd8c87fe15435c8ff3eb8721100f7f3b56335c8dc717a44cfbf53c1328e31983ab5'
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -3735,8 +3735,7 @@ module Google 
     | 
|
| 
       3735 
3735 
     | 
    
         
             
                    # maintenance. For example, for Cloud SQL resources, this can be used to capture
         
     | 
| 
       3736 
3736 
     | 
    
         
             
                    # if the maintenance window is in Week1, Week2, Week5, etc. Non production
         
     | 
| 
       3737 
3737 
     | 
    
         
             
                    # resources are usually part of early phase. For more details, refer to Cloud
         
     | 
| 
       3738 
     | 
    
         
            -
                    # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance 
     | 
| 
       3739 
     | 
    
         
            -
                    # Use phase instead.
         
     | 
| 
      
 3738 
     | 
    
         
            +
                    # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
         
     | 
| 
       3740 
3739 
     | 
    
         
             
                    # Corresponds to the JSON property `phase`
         
     | 
| 
       3741 
3740 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
       3742 
3741 
     | 
    
         
             
                    attr_accessor :phase
         
     | 
| 
         @@ -3748,15 +3747,6 @@ module Google 
     | 
|
| 
       3748 
3747 
     | 
    
         
             
                    # @return [Google::Apis::RedisV1::TimeOfDay]
         
     | 
| 
       3749 
3748 
     | 
    
         
             
                    attr_accessor :time
         
     | 
| 
       3750 
3749 
     | 
    
         | 
| 
       3751 
     | 
    
         
            -
                    # Optional. Phase of the maintenance window. This is to capture order of
         
     | 
| 
       3752 
     | 
    
         
            -
                    # maintenance. For example, for Cloud SQL resources, this can be used to capture
         
     | 
| 
       3753 
     | 
    
         
            -
                    # if the maintenance window is in Week1, Week2, Week5, etc. Non production
         
     | 
| 
       3754 
     | 
    
         
            -
                    # resources are usually part of early phase. For more details, refer to Cloud
         
     | 
| 
       3755 
     | 
    
         
            -
                    # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
         
     | 
| 
       3756 
     | 
    
         
            -
                    # Corresponds to the JSON property `week`
         
     | 
| 
       3757 
     | 
    
         
            -
                    # @return [String]
         
     | 
| 
       3758 
     | 
    
         
            -
                    attr_accessor :week
         
     | 
| 
       3759 
     | 
    
         
            -
                  
         
     | 
| 
       3760 
3750 
     | 
    
         
             
                    def initialize(**args)
         
     | 
| 
       3761 
3751 
     | 
    
         
             
                       update!(**args)
         
     | 
| 
       3762 
3752 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -3766,7 +3756,6 @@ module Google 
     | 
|
| 
       3766 
3756 
     | 
    
         
             
                      @day = args[:day] if args.key?(:day)
         
     | 
| 
       3767 
3757 
     | 
    
         
             
                      @phase = args[:phase] if args.key?(:phase)
         
     | 
| 
       3768 
3758 
     | 
    
         
             
                      @time = args[:time] if args.key?(:time)
         
     | 
| 
       3769 
     | 
    
         
            -
                      @week = args[:week] if args.key?(:week)
         
     | 
| 
       3770 
3759 
     | 
    
         
             
                    end
         
     | 
| 
       3771 
3760 
     | 
    
         
             
                  end
         
     | 
| 
       3772 
3761 
     | 
    
         | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module RedisV1
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-redis_v1 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.83.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 = "20251021"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -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-redis_v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.83.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-redis_v1/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.83.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |