google-cloud-metastore-v1 0.8.0 → 0.8.1
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/lib/google/cloud/metastore/v1/dataproc_metastore/client.rb +4 -2
 - data/lib/google/cloud/metastore/v1/dataproc_metastore/operations.rb +3 -1
 - data/lib/google/cloud/metastore/v1/dataproc_metastore/rest/client.rb +4 -2
 - data/lib/google/cloud/metastore/v1/dataproc_metastore/rest/operations.rb +7 -5
 - data/lib/google/cloud/metastore/v1/dataproc_metastore/rest/service_stub.rb +15 -15
 - data/lib/google/cloud/metastore/v1/dataproc_metastore_federation/client.rb +4 -2
 - data/lib/google/cloud/metastore/v1/dataproc_metastore_federation/operations.rb +3 -1
 - data/lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/client.rb +4 -2
 - data/lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/operations.rb +7 -5
 - data/lib/google/cloud/metastore/v1/dataproc_metastore_federation/rest/service_stub.rb +5 -5
 - data/lib/google/cloud/metastore/v1/version.rb +1 -1
 - metadata +4 -4
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA256:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 15230d3c05fc03d40bac887e9a1a1aa2fc43a771f2e2cb96362c0b0f5b94e455
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: b44a2bccac989645e0b326660c2c663b8c572638b461cf78dcbcecedd8904ed1
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 37b88b5c711d0b87d1dc495f5dd59628e6bb41d701cd4235050999890b4bd3574fb62b3d24cb0e1d6af7dcd8f0add6b6e628a07930bc7d295989ae203b28dfc8
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: ab270a6d1064d68c7222da62fb88b72bc4cf048d66124525c05f4256e685d806c8a6ab08edc94efa957ddc9050d8d24cec0b494fff2a37b634169a8f74e7be87
         
     | 
| 
         @@ -164,7 +164,7 @@ module Google 
     | 
|
| 
       164 
164 
     | 
    
         
             
                          credentials = @config.credentials
         
     | 
| 
       165 
165 
     | 
    
         
             
                          # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       166 
166 
     | 
    
         
             
                          # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       167 
     | 
    
         
            -
                          enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 167 
     | 
    
         
            +
                          enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       168 
168 
     | 
    
         
             
                                                   !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       169 
169 
     | 
    
         
             
                          credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       170 
170 
     | 
    
         
             
                                                              enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -1950,7 +1950,9 @@ module Google 
     | 
|
| 
       1950 
1950 
     | 
    
         
             
                        class Configuration
         
     | 
| 
       1951 
1951 
     | 
    
         
             
                          extend ::Gapic::Config
         
     | 
| 
       1952 
1952 
     | 
    
         | 
| 
       1953 
     | 
    
         
            -
                           
     | 
| 
      
 1953 
     | 
    
         
            +
                          DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 1954 
     | 
    
         
            +
             
     | 
| 
      
 1955 
     | 
    
         
            +
                          config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       1954 
1956 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       1955 
1957 
     | 
    
         
             
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       1956 
1958 
     | 
    
         
             
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
         @@ -664,7 +664,9 @@ module Google 
     | 
|
| 
       664 
664 
     | 
    
         
             
                        class Configuration
         
     | 
| 
       665 
665 
     | 
    
         
             
                          extend ::Gapic::Config
         
     | 
| 
       666 
666 
     | 
    
         | 
| 
       667 
     | 
    
         
            -
                           
     | 
| 
      
 667 
     | 
    
         
            +
                          DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 668 
     | 
    
         
            +
             
     | 
| 
      
 669 
     | 
    
         
            +
                          config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       668 
670 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       669 
671 
     | 
    
         
             
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       670 
672 
     | 
    
         
             
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
         @@ -160,7 +160,7 @@ module Google 
     | 
|
| 
       160 
160 
     | 
    
         
             
                            credentials = @config.credentials
         
     | 
| 
       161 
161 
     | 
    
         
             
                            # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       162 
162 
     | 
    
         
             
                            # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       163 
     | 
    
         
            -
                            enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 163 
     | 
    
         
            +
                            enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       164 
164 
     | 
    
         
             
                                                     !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       165 
165 
     | 
    
         
             
                            credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       166 
166 
     | 
    
         
             
                                                                enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -1511,7 +1511,9 @@ module Google 
     | 
|
| 
       1511 
1511 
     | 
    
         
             
                          class Configuration
         
     | 
| 
       1512 
1512 
     | 
    
         
             
                            extend ::Gapic::Config
         
     | 
| 
       1513 
1513 
     | 
    
         | 
| 
       1514 
     | 
    
         
            -
                             
     | 
| 
      
 1514 
     | 
    
         
            +
                            DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 1515 
     | 
    
         
            +
             
     | 
| 
      
 1516 
     | 
    
         
            +
                            config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       1515 
1517 
     | 
    
         
             
                            config_attr :credentials,   nil do |value|
         
     | 
| 
       1516 
1518 
     | 
    
         
             
                              allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       1517 
1519 
     | 
    
         
             
                              allowed.any? { |klass| klass === value }
         
     | 
| 
         @@ -446,7 +446,9 @@ module Google 
     | 
|
| 
       446 
446 
     | 
    
         
             
                          class Configuration
         
     | 
| 
       447 
447 
     | 
    
         
             
                            extend ::Gapic::Config
         
     | 
| 
       448 
448 
     | 
    
         | 
| 
       449 
     | 
    
         
            -
                             
     | 
| 
      
 449 
     | 
    
         
            +
                            DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 450 
     | 
    
         
            +
             
     | 
| 
      
 451 
     | 
    
         
            +
                            config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       450 
452 
     | 
    
         
             
                            config_attr :credentials,   nil do |value|
         
     | 
| 
       451 
453 
     | 
    
         
             
                              allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       452 
454 
     | 
    
         
             
                              allowed.any? { |klass| klass === value }
         
     | 
| 
         @@ -567,7 +569,7 @@ module Google 
     | 
|
| 
       567 
569 
     | 
    
         | 
| 
       568 
570 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_list_operations_request request_pb
         
     | 
| 
       569 
571 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       570 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 572 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       571 
573 
     | 
    
         
             
                                                  else
         
     | 
| 
       572 
574 
     | 
    
         
             
                                                    {}
         
     | 
| 
       573 
575 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -605,7 +607,7 @@ module Google 
     | 
|
| 
       605 
607 
     | 
    
         | 
| 
       606 
608 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_get_operation_request request_pb
         
     | 
| 
       607 
609 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       608 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 610 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       609 
611 
     | 
    
         
             
                                                  else
         
     | 
| 
       610 
612 
     | 
    
         
             
                                                    {}
         
     | 
| 
       611 
613 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -643,7 +645,7 @@ module Google 
     | 
|
| 
       643 
645 
     | 
    
         | 
| 
       644 
646 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_delete_operation_request request_pb
         
     | 
| 
       645 
647 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       646 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 648 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       647 
649 
     | 
    
         
             
                                                  else
         
     | 
| 
       648 
650 
     | 
    
         
             
                                                    {}
         
     | 
| 
       649 
651 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -681,7 +683,7 @@ module Google 
     | 
|
| 
       681 
683 
     | 
    
         | 
| 
       682 
684 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_cancel_operation_request request_pb
         
     | 
| 
       683 
685 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       684 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 686 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       685 
687 
     | 
    
         
             
                                                  else
         
     | 
| 
       686 
688 
     | 
    
         
             
                                                    {}
         
     | 
| 
       687 
689 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -59,7 +59,7 @@ module Google 
     | 
|
| 
       59 
59 
     | 
    
         | 
| 
       60 
60 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_services_request request_pb
         
     | 
| 
       61 
61 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       62 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 62 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       63 
63 
     | 
    
         
             
                                                  else
         
     | 
| 
       64 
64 
     | 
    
         
             
                                                    {}
         
     | 
| 
       65 
65 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -97,7 +97,7 @@ module Google 
     | 
|
| 
       97 
97 
     | 
    
         | 
| 
       98 
98 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_service_request request_pb
         
     | 
| 
       99 
99 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       100 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 100 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       101 
101 
     | 
    
         
             
                                                  else
         
     | 
| 
       102 
102 
     | 
    
         
             
                                                    {}
         
     | 
| 
       103 
103 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -135,7 +135,7 @@ module Google 
     | 
|
| 
       135 
135 
     | 
    
         | 
| 
       136 
136 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_service_request request_pb
         
     | 
| 
       137 
137 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       138 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 138 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       139 
139 
     | 
    
         
             
                                                  else
         
     | 
| 
       140 
140 
     | 
    
         
             
                                                    {}
         
     | 
| 
       141 
141 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -173,7 +173,7 @@ module Google 
     | 
|
| 
       173 
173 
     | 
    
         | 
| 
       174 
174 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_update_service_request request_pb
         
     | 
| 
       175 
175 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       176 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 176 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       177 
177 
     | 
    
         
             
                                                  else
         
     | 
| 
       178 
178 
     | 
    
         
             
                                                    {}
         
     | 
| 
       179 
179 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -211,7 +211,7 @@ module Google 
     | 
|
| 
       211 
211 
     | 
    
         | 
| 
       212 
212 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_delete_service_request request_pb
         
     | 
| 
       213 
213 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       214 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 214 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       215 
215 
     | 
    
         
             
                                                  else
         
     | 
| 
       216 
216 
     | 
    
         
             
                                                    {}
         
     | 
| 
       217 
217 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -249,7 +249,7 @@ module Google 
     | 
|
| 
       249 
249 
     | 
    
         | 
| 
       250 
250 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_metadata_imports_request request_pb
         
     | 
| 
       251 
251 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       252 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 252 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       253 
253 
     | 
    
         
             
                                                  else
         
     | 
| 
       254 
254 
     | 
    
         
             
                                                    {}
         
     | 
| 
       255 
255 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -287,7 +287,7 @@ module Google 
     | 
|
| 
       287 
287 
     | 
    
         | 
| 
       288 
288 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_metadata_import_request request_pb
         
     | 
| 
       289 
289 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       290 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 290 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       291 
291 
     | 
    
         
             
                                                  else
         
     | 
| 
       292 
292 
     | 
    
         
             
                                                    {}
         
     | 
| 
       293 
293 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -325,7 +325,7 @@ module Google 
     | 
|
| 
       325 
325 
     | 
    
         | 
| 
       326 
326 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_metadata_import_request request_pb
         
     | 
| 
       327 
327 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       328 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 328 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       329 
329 
     | 
    
         
             
                                                  else
         
     | 
| 
       330 
330 
     | 
    
         
             
                                                    {}
         
     | 
| 
       331 
331 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -363,7 +363,7 @@ module Google 
     | 
|
| 
       363 
363 
     | 
    
         | 
| 
       364 
364 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_update_metadata_import_request request_pb
         
     | 
| 
       365 
365 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       366 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 366 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       367 
367 
     | 
    
         
             
                                                  else
         
     | 
| 
       368 
368 
     | 
    
         
             
                                                    {}
         
     | 
| 
       369 
369 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -401,7 +401,7 @@ module Google 
     | 
|
| 
       401 
401 
     | 
    
         | 
| 
       402 
402 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_export_metadata_request request_pb
         
     | 
| 
       403 
403 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       404 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 404 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       405 
405 
     | 
    
         
             
                                                  else
         
     | 
| 
       406 
406 
     | 
    
         
             
                                                    {}
         
     | 
| 
       407 
407 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -439,7 +439,7 @@ module Google 
     | 
|
| 
       439 
439 
     | 
    
         | 
| 
       440 
440 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_restore_service_request request_pb
         
     | 
| 
       441 
441 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       442 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 442 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       443 
443 
     | 
    
         
             
                                                  else
         
     | 
| 
       444 
444 
     | 
    
         
             
                                                    {}
         
     | 
| 
       445 
445 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -477,7 +477,7 @@ module Google 
     | 
|
| 
       477 
477 
     | 
    
         | 
| 
       478 
478 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_backups_request request_pb
         
     | 
| 
       479 
479 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       480 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 480 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       481 
481 
     | 
    
         
             
                                                  else
         
     | 
| 
       482 
482 
     | 
    
         
             
                                                    {}
         
     | 
| 
       483 
483 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -515,7 +515,7 @@ module Google 
     | 
|
| 
       515 
515 
     | 
    
         | 
| 
       516 
516 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_backup_request request_pb
         
     | 
| 
       517 
517 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       518 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 518 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       519 
519 
     | 
    
         
             
                                                  else
         
     | 
| 
       520 
520 
     | 
    
         
             
                                                    {}
         
     | 
| 
       521 
521 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -553,7 +553,7 @@ module Google 
     | 
|
| 
       553 
553 
     | 
    
         | 
| 
       554 
554 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_backup_request request_pb
         
     | 
| 
       555 
555 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       556 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 556 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       557 
557 
     | 
    
         
             
                                                  else
         
     | 
| 
       558 
558 
     | 
    
         
             
                                                    {}
         
     | 
| 
       559 
559 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -591,7 +591,7 @@ module Google 
     | 
|
| 
       591 
591 
     | 
    
         | 
| 
       592 
592 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_delete_backup_request request_pb
         
     | 
| 
       593 
593 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       594 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 594 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       595 
595 
     | 
    
         
             
                                                  else
         
     | 
| 
       596 
596 
     | 
    
         
             
                                                    {}
         
     | 
| 
       597 
597 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -137,7 +137,7 @@ module Google 
     | 
|
| 
       137 
137 
     | 
    
         
             
                          credentials = @config.credentials
         
     | 
| 
       138 
138 
     | 
    
         
             
                          # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       139 
139 
     | 
    
         
             
                          # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       140 
     | 
    
         
            -
                          enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 140 
     | 
    
         
            +
                          enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       141 
141 
     | 
    
         
             
                                                   !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       142 
142 
     | 
    
         
             
                          credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       143 
143 
     | 
    
         
             
                                                              enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -823,7 +823,9 @@ module Google 
     | 
|
| 
       823 
823 
     | 
    
         
             
                        class Configuration
         
     | 
| 
       824 
824 
     | 
    
         
             
                          extend ::Gapic::Config
         
     | 
| 
       825 
825 
     | 
    
         | 
| 
       826 
     | 
    
         
            -
                           
     | 
| 
      
 826 
     | 
    
         
            +
                          DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 827 
     | 
    
         
            +
             
     | 
| 
      
 828 
     | 
    
         
            +
                          config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       827 
829 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       828 
830 
     | 
    
         
             
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       829 
831 
     | 
    
         
             
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
         @@ -664,7 +664,9 @@ module Google 
     | 
|
| 
       664 
664 
     | 
    
         
             
                        class Configuration
         
     | 
| 
       665 
665 
     | 
    
         
             
                          extend ::Gapic::Config
         
     | 
| 
       666 
666 
     | 
    
         | 
| 
       667 
     | 
    
         
            -
                           
     | 
| 
      
 667 
     | 
    
         
            +
                          DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 668 
     | 
    
         
            +
             
     | 
| 
      
 669 
     | 
    
         
            +
                          config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       668 
670 
     | 
    
         
             
                          config_attr :credentials,   nil do |value|
         
     | 
| 
       669 
671 
     | 
    
         
             
                            allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       670 
672 
     | 
    
         
             
                            allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
         
     | 
| 
         @@ -133,7 +133,7 @@ module Google 
     | 
|
| 
       133 
133 
     | 
    
         
             
                            credentials = @config.credentials
         
     | 
| 
       134 
134 
     | 
    
         
             
                            # Use self-signed JWT if the endpoint is unchanged from default,
         
     | 
| 
       135 
135 
     | 
    
         
             
                            # but only if the default endpoint does not have a region prefix.
         
     | 
| 
       136 
     | 
    
         
            -
                            enable_self_signed_jwt = @config.endpoint ==  
     | 
| 
      
 136 
     | 
    
         
            +
                            enable_self_signed_jwt = @config.endpoint == Configuration::DEFAULT_ENDPOINT &&
         
     | 
| 
       137 
137 
     | 
    
         
             
                                                     !@config.endpoint.split(".").first.include?("-")
         
     | 
| 
       138 
138 
     | 
    
         
             
                            credentials ||= Credentials.default scope: @config.scope,
         
     | 
| 
       139 
139 
     | 
    
         
             
                                                                enable_self_signed_jwt: enable_self_signed_jwt
         
     | 
| 
         @@ -666,7 +666,9 @@ module Google 
     | 
|
| 
       666 
666 
     | 
    
         
             
                          class Configuration
         
     | 
| 
       667 
667 
     | 
    
         
             
                            extend ::Gapic::Config
         
     | 
| 
       668 
668 
     | 
    
         | 
| 
       669 
     | 
    
         
            -
                             
     | 
| 
      
 669 
     | 
    
         
            +
                            DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 670 
     | 
    
         
            +
             
     | 
| 
      
 671 
     | 
    
         
            +
                            config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       670 
672 
     | 
    
         
             
                            config_attr :credentials,   nil do |value|
         
     | 
| 
       671 
673 
     | 
    
         
             
                              allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       672 
674 
     | 
    
         
             
                              allowed.any? { |klass| klass === value }
         
     | 
| 
         @@ -446,7 +446,9 @@ module Google 
     | 
|
| 
       446 
446 
     | 
    
         
             
                          class Configuration
         
     | 
| 
       447 
447 
     | 
    
         
             
                            extend ::Gapic::Config
         
     | 
| 
       448 
448 
     | 
    
         | 
| 
       449 
     | 
    
         
            -
                             
     | 
| 
      
 449 
     | 
    
         
            +
                            DEFAULT_ENDPOINT = "metastore.googleapis.com"
         
     | 
| 
      
 450 
     | 
    
         
            +
             
     | 
| 
      
 451 
     | 
    
         
            +
                            config_attr :endpoint,      DEFAULT_ENDPOINT, ::String
         
     | 
| 
       450 
452 
     | 
    
         
             
                            config_attr :credentials,   nil do |value|
         
     | 
| 
       451 
453 
     | 
    
         
             
                              allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
         
     | 
| 
       452 
454 
     | 
    
         
             
                              allowed.any? { |klass| klass === value }
         
     | 
| 
         @@ -567,7 +569,7 @@ module Google 
     | 
|
| 
       567 
569 
     | 
    
         | 
| 
       568 
570 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_list_operations_request request_pb
         
     | 
| 
       569 
571 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       570 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 572 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       571 
573 
     | 
    
         
             
                                                  else
         
     | 
| 
       572 
574 
     | 
    
         
             
                                                    {}
         
     | 
| 
       573 
575 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -605,7 +607,7 @@ module Google 
     | 
|
| 
       605 
607 
     | 
    
         | 
| 
       606 
608 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_get_operation_request request_pb
         
     | 
| 
       607 
609 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       608 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 610 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       609 
611 
     | 
    
         
             
                                                  else
         
     | 
| 
       610 
612 
     | 
    
         
             
                                                    {}
         
     | 
| 
       611 
613 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -643,7 +645,7 @@ module Google 
     | 
|
| 
       643 
645 
     | 
    
         | 
| 
       644 
646 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_delete_operation_request request_pb
         
     | 
| 
       645 
647 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       646 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 648 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       647 
649 
     | 
    
         
             
                                                  else
         
     | 
| 
       648 
650 
     | 
    
         
             
                                                    {}
         
     | 
| 
       649 
651 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -681,7 +683,7 @@ module Google 
     | 
|
| 
       681 
683 
     | 
    
         | 
| 
       682 
684 
     | 
    
         
             
                            verb, uri, query_string_params, body = OperationsServiceStub.transcode_cancel_operation_request request_pb
         
     | 
| 
       683 
685 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       684 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 686 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       685 
687 
     | 
    
         
             
                                                  else
         
     | 
| 
       686 
688 
     | 
    
         
             
                                                    {}
         
     | 
| 
       687 
689 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -59,7 +59,7 @@ module Google 
     | 
|
| 
       59 
59 
     | 
    
         | 
| 
       60 
60 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_list_federations_request request_pb
         
     | 
| 
       61 
61 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       62 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 62 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       63 
63 
     | 
    
         
             
                                                  else
         
     | 
| 
       64 
64 
     | 
    
         
             
                                                    {}
         
     | 
| 
       65 
65 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -97,7 +97,7 @@ module Google 
     | 
|
| 
       97 
97 
     | 
    
         | 
| 
       98 
98 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_get_federation_request request_pb
         
     | 
| 
       99 
99 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       100 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 100 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       101 
101 
     | 
    
         
             
                                                  else
         
     | 
| 
       102 
102 
     | 
    
         
             
                                                    {}
         
     | 
| 
       103 
103 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -135,7 +135,7 @@ module Google 
     | 
|
| 
       135 
135 
     | 
    
         | 
| 
       136 
136 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_create_federation_request request_pb
         
     | 
| 
       137 
137 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       138 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 138 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       139 
139 
     | 
    
         
             
                                                  else
         
     | 
| 
       140 
140 
     | 
    
         
             
                                                    {}
         
     | 
| 
       141 
141 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -173,7 +173,7 @@ module Google 
     | 
|
| 
       173 
173 
     | 
    
         | 
| 
       174 
174 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_update_federation_request request_pb
         
     | 
| 
       175 
175 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       176 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 176 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       177 
177 
     | 
    
         
             
                                                  else
         
     | 
| 
       178 
178 
     | 
    
         
             
                                                    {}
         
     | 
| 
       179 
179 
     | 
    
         
             
                                                  end
         
     | 
| 
         @@ -211,7 +211,7 @@ module Google 
     | 
|
| 
       211 
211 
     | 
    
         | 
| 
       212 
212 
     | 
    
         
             
                            verb, uri, query_string_params, body = ServiceStub.transcode_delete_federation_request request_pb
         
     | 
| 
       213 
213 
     | 
    
         
             
                            query_string_params = if query_string_params.any?
         
     | 
| 
       214 
     | 
    
         
            -
                                                    query_string_params.to_h { |p| p.split 
     | 
| 
      
 214 
     | 
    
         
            +
                                                    query_string_params.to_h { |p| p.split "=", 2 }
         
     | 
| 
       215 
215 
     | 
    
         
             
                                                  else
         
     | 
| 
       216 
216 
     | 
    
         
             
                                                    {}
         
     | 
| 
       217 
217 
     | 
    
         
             
                                                  end
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,14 +1,14 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: google-cloud-metastore-v1
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 0.8. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 0.8.1
         
     | 
| 
       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- 
     | 
| 
      
 11 
     | 
    
         
            +
            date: 2023-06-06 00:00:00.000000000 Z
         
     | 
| 
       12 
12 
     | 
    
         
             
            dependencies:
         
     | 
| 
       13 
13 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       14 
14 
     | 
    
         
             
              name: gapic-common
         
     | 
| 
         @@ -16,7 +16,7 @@ dependencies: 
     | 
|
| 
       16 
16 
     | 
    
         
             
                requirements:
         
     | 
| 
       17 
17 
     | 
    
         
             
                - - ">="
         
     | 
| 
       18 
18 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       19 
     | 
    
         
            -
                    version: 0.19. 
     | 
| 
      
 19 
     | 
    
         
            +
                    version: 0.19.1
         
     | 
| 
       20 
20 
     | 
    
         
             
                - - "<"
         
     | 
| 
       21 
21 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       22 
22 
     | 
    
         
             
                    version: 2.a
         
     | 
| 
         @@ -26,7 +26,7 @@ dependencies: 
     | 
|
| 
       26 
26 
     | 
    
         
             
                requirements:
         
     | 
| 
       27 
27 
     | 
    
         
             
                - - ">="
         
     | 
| 
       28 
28 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       29 
     | 
    
         
            -
                    version: 0.19. 
     | 
| 
      
 29 
     | 
    
         
            +
                    version: 0.19.1
         
     | 
| 
       30 
30 
     | 
    
         
             
                - - "<"
         
     | 
| 
       31 
31 
     | 
    
         
             
                  - !ruby/object:Gem::Version
         
     | 
| 
       32 
32 
     | 
    
         
             
                    version: 2.a
         
     |