google-apis-metastore_v1alpha 0.47.0 → 0.49.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: 80dd11e274ee8d44a7481c82e69e853a877dab1edce6d2ca50092573e616c1bc
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: e568ab4cbc721913359ccb31c41172ed4025a773ac8d49d5557b2c5e82c7b5df
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: bf0ba53d18bd2a8a857e1375aaae120a1aa2c5c14617c6db1e95ee243b0e558c774354105b392c46b39c4b8c4410a3357cf05d6d7a5fe3bdbaf43d2853f7a3ec
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: a16b15b6fe5f4bc7221b33426ceabb969caab286a905e16d8d54399d957fac0558723d42ded29bfc150b7b4aeffc307d06d5a259096c88a2e953122af2affe60
         
     | 
    
        data/CHANGELOG.md
    CHANGED
    
    | 
         @@ -1,5 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # Release history for google-apis-metastore_v1alpha
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
      
 3 
     | 
    
         
            +
            ### v0.49.0 (2023-10-08)
         
     | 
| 
      
 4 
     | 
    
         
            +
             
     | 
| 
      
 5 
     | 
    
         
            +
            * Regenerated from discovery document revision 20230926
         
     | 
| 
      
 6 
     | 
    
         
            +
             
     | 
| 
      
 7 
     | 
    
         
            +
            ### v0.48.0 (2023-09-10)
         
     | 
| 
      
 8 
     | 
    
         
            +
             
     | 
| 
      
 9 
     | 
    
         
            +
            * Regenerated from discovery document revision 20230905
         
     | 
| 
      
 10 
     | 
    
         
            +
             
     | 
| 
       3 
11 
     | 
    
         
             
            ### v0.47.0 (2023-08-13)
         
     | 
| 
       4 
12 
     | 
    
         | 
| 
       5 
13 
     | 
    
         
             
            * Regenerated from discovery document revision 20230807
         
     | 
| 
         @@ -347,6 +347,12 @@ module Google 
     | 
|
| 
       347 
347 
     | 
    
         
             
                  class Consumer
         
     | 
| 
       348 
348 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       349 
349 
     | 
    
         | 
| 
      
 350 
     | 
    
         
            +
                    # Output only. The location of the endpoint URI. Format: projects/`project`/
         
     | 
| 
      
 351 
     | 
    
         
            +
                    # locations/`location`.
         
     | 
| 
      
 352 
     | 
    
         
            +
                    # Corresponds to the JSON property `endpointLocation`
         
     | 
| 
      
 353 
     | 
    
         
            +
                    # @return [String]
         
     | 
| 
      
 354 
     | 
    
         
            +
                    attr_accessor :endpoint_location
         
     | 
| 
      
 355 
     | 
    
         
            +
                  
         
     | 
| 
       350 
356 
     | 
    
         
             
                    # Output only. The URI of the endpoint used to access the metastore service.
         
     | 
| 
       351 
357 
     | 
    
         
             
                    # Corresponds to the JSON property `endpointUri`
         
     | 
| 
       352 
358 
     | 
    
         
             
                    # @return [String]
         
     | 
| 
         @@ -368,6 +374,7 @@ module Google 
     | 
|
| 
       368 
374 
     | 
    
         | 
| 
       369 
375 
     | 
    
         
             
                    # Update properties of this object
         
     | 
| 
       370 
376 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
      
 377 
     | 
    
         
            +
                      @endpoint_location = args[:endpoint_location] if args.key?(:endpoint_location)
         
     | 
| 
       371 
378 
     | 
    
         
             
                      @endpoint_uri = args[:endpoint_uri] if args.key?(:endpoint_uri)
         
     | 
| 
       372 
379 
     | 
    
         
             
                      @subnetwork = args[:subnetwork] if args.key?(:subnetwork)
         
     | 
| 
       373 
380 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -1054,6 +1061,13 @@ module Google 
     | 
|
| 
       1054 
1061 
     | 
    
         
             
                  class LocationMetadata
         
     | 
| 
       1055 
1062 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
       1056 
1063 
     | 
    
         | 
| 
      
 1064 
     | 
    
         
            +
                    # The metadata for the multi-region that includes the constituent regions. The
         
     | 
| 
      
 1065 
     | 
    
         
            +
                    # metadata is only populated if the region is multi-region. For single region,
         
     | 
| 
      
 1066 
     | 
    
         
            +
                    # it will be empty.
         
     | 
| 
      
 1067 
     | 
    
         
            +
                    # Corresponds to the JSON property `multiRegionMetadata`
         
     | 
| 
      
 1068 
     | 
    
         
            +
                    # @return [Google::Apis::MetastoreV1alpha::MultiRegionMetadata]
         
     | 
| 
      
 1069 
     | 
    
         
            +
                    attr_accessor :multi_region_metadata
         
     | 
| 
      
 1070 
     | 
    
         
            +
                  
         
     | 
| 
       1057 
1071 
     | 
    
         
             
                    # The versions of Hive Metastore that can be used when creating a new metastore
         
     | 
| 
       1058 
1072 
     | 
    
         
             
                    # service in this location. The server guarantees that exactly one
         
     | 
| 
       1059 
1073 
     | 
    
         
             
                    # HiveMetastoreVersion in the list will set is_default.
         
     | 
| 
         @@ -1067,6 +1081,7 @@ module Google 
     | 
|
| 
       1067 
1081 
     | 
    
         | 
| 
       1068 
1082 
     | 
    
         
             
                    # Update properties of this object
         
     | 
| 
       1069 
1083 
     | 
    
         
             
                    def update!(**args)
         
     | 
| 
      
 1084 
     | 
    
         
            +
                      @multi_region_metadata = args[:multi_region_metadata] if args.key?(:multi_region_metadata)
         
     | 
| 
       1070 
1085 
     | 
    
         
             
                      @supported_hive_metastore_versions = args[:supported_hive_metastore_versions] if args.key?(:supported_hive_metastore_versions)
         
     | 
| 
       1071 
1086 
     | 
    
         
             
                    end
         
     | 
| 
       1072 
1087 
     | 
    
         
             
                  end
         
     | 
| 
         @@ -1295,6 +1310,27 @@ module Google 
     | 
|
| 
       1295 
1310 
     | 
    
         
             
                    end
         
     | 
| 
       1296 
1311 
     | 
    
         
             
                  end
         
     | 
| 
       1297 
1312 
     | 
    
         | 
| 
      
 1313 
     | 
    
         
            +
                  # The metadata for the multi-region that includes the constituent regions. The
         
     | 
| 
      
 1314 
     | 
    
         
            +
                  # metadata is only populated if the region is multi-region. For single region,
         
     | 
| 
      
 1315 
     | 
    
         
            +
                  # it will be empty.
         
     | 
| 
      
 1316 
     | 
    
         
            +
                  class MultiRegionMetadata
         
     | 
| 
      
 1317 
     | 
    
         
            +
                    include Google::Apis::Core::Hashable
         
     | 
| 
      
 1318 
     | 
    
         
            +
                  
         
     | 
| 
      
 1319 
     | 
    
         
            +
                    # The regions constituting the multi-region.
         
     | 
| 
      
 1320 
     | 
    
         
            +
                    # Corresponds to the JSON property `constituentRegions`
         
     | 
| 
      
 1321 
     | 
    
         
            +
                    # @return [Array<String>]
         
     | 
| 
      
 1322 
     | 
    
         
            +
                    attr_accessor :constituent_regions
         
     | 
| 
      
 1323 
     | 
    
         
            +
                  
         
     | 
| 
      
 1324 
     | 
    
         
            +
                    def initialize(**args)
         
     | 
| 
      
 1325 
     | 
    
         
            +
                       update!(**args)
         
     | 
| 
      
 1326 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1327 
     | 
    
         
            +
                  
         
     | 
| 
      
 1328 
     | 
    
         
            +
                    # Update properties of this object
         
     | 
| 
      
 1329 
     | 
    
         
            +
                    def update!(**args)
         
     | 
| 
      
 1330 
     | 
    
         
            +
                      @constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
         
     | 
| 
      
 1331 
     | 
    
         
            +
                    end
         
     | 
| 
      
 1332 
     | 
    
         
            +
                  end
         
     | 
| 
      
 1333 
     | 
    
         
            +
                  
         
     | 
| 
       1298 
1334 
     | 
    
         
             
                  # Network configuration for the Dataproc Metastore service.Next available ID: 4
         
     | 
| 
       1299 
1335 
     | 
    
         
             
                  class NetworkConfig
         
     | 
| 
       1300 
1336 
     | 
    
         
             
                    include Google::Apis::Core::Hashable
         
     | 
| 
         @@ -16,13 +16,13 @@ module Google 
     | 
|
| 
       16 
16 
     | 
    
         
             
              module Apis
         
     | 
| 
       17 
17 
     | 
    
         
             
                module MetastoreV1alpha
         
     | 
| 
       18 
18 
     | 
    
         
             
                  # Version of the google-apis-metastore_v1alpha gem
         
     | 
| 
       19 
     | 
    
         
            -
                  GEM_VERSION = "0. 
     | 
| 
      
 19 
     | 
    
         
            +
                  GEM_VERSION = "0.49.0"
         
     | 
| 
       20 
20 
     | 
    
         | 
| 
       21 
21 
     | 
    
         
             
                  # Version of the code generator used to generate this client
         
     | 
| 
       22 
22 
     | 
    
         
             
                  GENERATOR_VERSION = "0.12.0"
         
     | 
| 
       23 
23 
     | 
    
         | 
| 
       24 
24 
     | 
    
         
             
                  # Revision of the discovery document this client was generated from
         
     | 
| 
       25 
     | 
    
         
            -
                  REVISION = " 
     | 
| 
      
 25 
     | 
    
         
            +
                  REVISION = "20230926"
         
     | 
| 
       26 
26 
     | 
    
         
             
                end
         
     | 
| 
       27 
27 
     | 
    
         
             
              end
         
     | 
| 
       28 
28 
     | 
    
         
             
            end
         
     | 
| 
         @@ -250,6 +250,12 @@ module Google 
     | 
|
| 
       250 
250 
     | 
    
         
             
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
       251 
251 
     | 
    
         
             
                  end
         
     | 
| 
       252 
252 
     | 
    
         | 
| 
      
 253 
     | 
    
         
            +
                  class MultiRegionMetadata
         
     | 
| 
      
 254 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
      
 255 
     | 
    
         
            +
                  
         
     | 
| 
      
 256 
     | 
    
         
            +
                    include Google::Apis::Core::JsonObjectSupport
         
     | 
| 
      
 257 
     | 
    
         
            +
                  end
         
     | 
| 
      
 258 
     | 
    
         
            +
                  
         
     | 
| 
       253 
259 
     | 
    
         
             
                  class NetworkConfig
         
     | 
| 
       254 
260 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         
     | 
| 
       255 
261 
     | 
    
         | 
| 
         @@ -440,6 +446,7 @@ module Google 
     | 
|
| 
       440 
446 
     | 
    
         
             
                  class Consumer
         
     | 
| 
       441 
447 
     | 
    
         
             
                    # @private
         
     | 
| 
       442 
448 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 449 
     | 
    
         
            +
                      property :endpoint_location, as: 'endpointLocation'
         
     | 
| 
       443 
450 
     | 
    
         
             
                      property :endpoint_uri, as: 'endpointUri'
         
     | 
| 
       444 
451 
     | 
    
         
             
                      property :subnetwork, as: 'subnetwork'
         
     | 
| 
       445 
452 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -636,6 +643,8 @@ module Google 
     | 
|
| 
       636 
643 
     | 
    
         
             
                  class LocationMetadata
         
     | 
| 
       637 
644 
     | 
    
         
             
                    # @private
         
     | 
| 
       638 
645 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 646 
     | 
    
         
            +
                      property :multi_region_metadata, as: 'multiRegionMetadata', class: Google::Apis::MetastoreV1alpha::MultiRegionMetadata, decorator: Google::Apis::MetastoreV1alpha::MultiRegionMetadata::Representation
         
     | 
| 
      
 647 
     | 
    
         
            +
                  
         
     | 
| 
       639 
648 
     | 
    
         
             
                      collection :supported_hive_metastore_versions, as: 'supportedHiveMetastoreVersions', class: Google::Apis::MetastoreV1alpha::HiveMetastoreVersion, decorator: Google::Apis::MetastoreV1alpha::HiveMetastoreVersion::Representation
         
     | 
| 
       640 
649 
     | 
    
         | 
| 
       641 
650 
     | 
    
         
             
                    end
         
     | 
| 
         @@ -709,6 +718,13 @@ module Google 
     | 
|
| 
       709 
718 
     | 
    
         
             
                    end
         
     | 
| 
       710 
719 
     | 
    
         
             
                  end
         
     | 
| 
       711 
720 
     | 
    
         | 
| 
      
 721 
     | 
    
         
            +
                  class MultiRegionMetadata
         
     | 
| 
      
 722 
     | 
    
         
            +
                    # @private
         
     | 
| 
      
 723 
     | 
    
         
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
| 
      
 724 
     | 
    
         
            +
                      collection :constituent_regions, as: 'constituentRegions'
         
     | 
| 
      
 725 
     | 
    
         
            +
                    end
         
     | 
| 
      
 726 
     | 
    
         
            +
                  end
         
     | 
| 
      
 727 
     | 
    
         
            +
                  
         
     | 
| 
       712 
728 
     | 
    
         
             
                  class NetworkConfig
         
     | 
| 
       713 
729 
     | 
    
         
             
                    # @private
         
     | 
| 
       714 
730 
     | 
    
         
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-apis-metastore_v1alpha
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.49.0
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Google LLC
         
     | 
| 
       8 
8 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       9 
9 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       10 
10 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       11 
     | 
    
         
            -
            date: 2023-08 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-10-08 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: google-apis-core
         
     | 
| 
         @@ -58,7 +58,7 @@ licenses: 
     | 
|
| 
       58 
58 
     | 
    
         
             
            metadata:
         
     | 
| 
       59 
59 
     | 
    
         
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         
     | 
| 
       60 
60 
     | 
    
         
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha/CHANGELOG.md
         
     | 
| 
       61 
     | 
    
         
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0. 
     | 
| 
      
 61 
     | 
    
         
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.49.0
         
     | 
| 
       62 
62 
     | 
    
         
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
         
     | 
| 
       63 
63 
     | 
    
         
             
            post_install_message: 
         
     | 
| 
       64 
64 
     | 
    
         
             
            rdoc_options: []
         
     | 
| 
         @@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       75 
75 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       76 
76 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       77 
77 
     | 
    
         
             
            requirements: []
         
     | 
| 
       78 
     | 
    
         
            -
            rubygems_version: 3.4. 
     | 
| 
      
 78 
     | 
    
         
            +
            rubygems_version: 3.4.19
         
     | 
| 
       79 
79 
     | 
    
         
             
            signing_key: 
         
     | 
| 
       80 
80 
     | 
    
         
             
            specification_version: 4
         
     | 
| 
       81 
81 
     | 
    
         
             
            summary: Simple REST client for Dataproc Metastore API V1alpha
         
     |