google-apis-sqladmin_v1beta4 0.92.0 → 0.93.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: 1cef148f6d05e00f2a6bcc3cb20fb1fd4f45373bd456e9a5ae1d3032cfa12021
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b0ccb9a04c974a6ddadb642ea5288d31532358bc2af064f05a203e1b4b1372ee
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: e1b860d6a2b8dd53d1fdcf189e6dc2c2fbde214fbbd76ae27b76f656ec45ed508d7b69d5b9ef006145d9f37ffc599692cf00c227d1e247b0b85df8d5ffa7188c
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: 1c96a4e3ea645ca1e57a2e6ce722760279fcbb0d1c0c892257fa2106f9f31e51952eb36770f3eeb7ef6a2d127f2c87a2dc6a33c4f4abd561f2130311fc28735c
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| 
         @@ -5025,6 +5025,12 @@ module Google 
     | 
|
| 
       5025 
5025 
     | 
    
         
             
                    attr_accessor :crash_safe_replication_enabled
         
     | 
| 
       5026 
5026 
     | 
    
         
             
                    alias_method :crash_safe_replication_enabled?, :crash_safe_replication_enabled
         
     | 
| 
       5027 
5027 
     | 
    
         | 
| 
      
 5028 
     | 
    
         
            +
                    # This parameter controls whether to allow using Data API to connect to the
         
     | 
| 
      
 5029 
     | 
    
         
            +
                    # instance. Not allowed by default.
         
     | 
| 
      
 5030 
     | 
    
         
            +
                    # Corresponds to the JSON property `dataApiAccess`
         
     | 
| 
      
 5031 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 5032 
     | 
    
         
            +
                    attr_accessor :data_api_access
         
     | 
| 
      
 5033 
     | 
    
         
            +
                  
         
     | 
| 
       5028 
5034 
     | 
    
         
             
                    # Data cache configurations.
         
     | 
| 
       5029 
5035 
     | 
    
         
             
                    # Corresponds to the JSON property `dataCacheConfig`
         
     | 
| 
       5030 
5036 
     | 
    
         
             
                    # @return [Google::Apis::SqladminV1beta4::DataCacheConfig]
         
     | 
| 
         @@ -5230,6 +5236,7 @@ module Google 
     | 
|
| 
       5230 
5236 
     | 
    
         
             
                      @connection_pool_config = args[:connection_pool_config] if args.key?(:connection_pool_config)
         
     | 
| 
       5231 
5237 
     | 
    
         
             
                      @connector_enforcement = args[:connector_enforcement] if args.key?(:connector_enforcement)
         
     | 
| 
       5232 
5238 
     | 
    
         
             
                      @crash_safe_replication_enabled = args[:crash_safe_replication_enabled] if args.key?(:crash_safe_replication_enabled)
         
     | 
| 
      
 5239 
     | 
    
         
            +
                      @data_api_access = args[:data_api_access] if args.key?(:data_api_access)
         
     | 
| 
       5233 
5240 
     | 
    
         
             
                      @data_cache_config = args[:data_cache_config] if args.key?(:data_cache_config)
         
     | 
| 
       5234 
5241 
     | 
    
         
             
                      @data_disk_provisioned_iops = args[:data_disk_provisioned_iops] if args.key?(:data_disk_provisioned_iops)
         
     | 
| 
       5235 
5242 
     | 
    
         
             
                      @data_disk_provisioned_throughput = args[:data_disk_provisioned_throughput] if args.key?(:data_disk_provisioned_throughput)
         
     | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module SqladminV1beta4
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-sqladmin_v1beta4 gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.93.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 = "20251019"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -2172,6 +2172,7 @@ module Google 
     | 
|
| 
       2172 
2172 
     | 
    
         | 
| 
       2173 
2173 
     | 
    
         
             
                      property :connector_enforcement, as: 'connectorEnforcement'
         
     | 
| 
       2174 
2174 
     | 
    
         
             
                      property :crash_safe_replication_enabled, as: 'crashSafeReplicationEnabled'
         
     | 
| 
      
 2175 
     | 
    
         
            +
                      property :data_api_access, as: 'dataApiAccess'
         
     | 
| 
       2175 
2176 
     | 
    
         
             
                      property :data_cache_config, as: 'dataCacheConfig', class: Google::Apis::SqladminV1beta4::DataCacheConfig, decorator: Google::Apis::SqladminV1beta4::DataCacheConfig::Representation
         
     | 
| 
       2176 
2177 
     | 
    
         | 
| 
       2177 
2178 
     | 
    
         
             
                      property :data_disk_provisioned_iops, :numeric_string => true, as: 'dataDiskProvisionedIops'
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-sqladmin_v1beta4
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.93.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-sqladmin_v1beta4/CHANGELOG.md
         
     | 
| 
       60 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0. 
     | 
| 
      
 60 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.93.0
         
     | 
| 
       61 
61 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
         
     | 
| 
       62 
62 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
       63 
63 
     | 
    
         
             
            require_paths:
         
     |