google-cloud-metastore-v1beta 0.19.0 → 0.19.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/v1beta/dataproc_metastore/client.rb +20 -3
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore/operations.rb +20 -3
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/client.rb +20 -3
- data/lib/google/cloud/metastore/v1beta/dataproc_metastore_federation/operations.rb +20 -3
- data/lib/google/cloud/metastore/v1beta/version.rb +1 -1
- metadata +1 -1
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: c84ab9c480dc111efbe8c020804a3fdc6c17b9683fa00453ed7691a2aa9d22b1
         | 
| 4 | 
            +
              data.tar.gz: 5a6ad118287cd0e6c19a136fd7878077c485d8b88f2521521705512f37c01773
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 9d5a724323536f659f9e2d7304c7335ea3d53bd3e1a74508d0f9a884f1fc96713c7b148bcc04656526e9700226e4ac5b284fd68697ed285433dc22c9f0dc35e4
         | 
| 7 | 
            +
              data.tar.gz: 908c5576aa9deaa65a698c92fe462f381f619da8d6c668335626727072b5bdea4a1770eafc5581413bd667907b4ec0aa32f775789cca3d8929f844256b9ba0c0
         | 
| @@ -2365,8 +2365,6 @@ module Google | |
| 2365 2365 | 
             
                        #   @return [::String,nil]
         | 
| 2366 2366 | 
             
                        # @!attribute [rw] credentials
         | 
| 2367 2367 | 
             
                        #   Credentials to send with calls. You may provide any of the following types:
         | 
| 2368 | 
            -
                        #    *  (`String`) The path to a service account key file in JSON format
         | 
| 2369 | 
            -
                        #    *  (`Hash`) A service account key as a Hash
         | 
| 2370 2368 | 
             
                        #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 2371 2369 | 
             
                        #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 2372 2370 | 
             
                        #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -2375,7 +2373,26 @@ module Google | |
| 2375 2373 | 
             
                        #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 2376 2374 | 
             
                        #    *  (`nil`) indicating no credentials
         | 
| 2377 2375 | 
             
                        #
         | 
| 2378 | 
            -
                        #   Warning:  | 
| 2376 | 
            +
                        #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 2377 | 
            +
                        #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 2378 | 
            +
                        #     Google APIs can compromise the security of your systems and data.
         | 
| 2379 | 
            +
                        #
         | 
| 2380 | 
            +
                        #   @example
         | 
| 2381 | 
            +
                        #
         | 
| 2382 | 
            +
                        #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 2383 | 
            +
                        #     # on the appropriate credentials class for your environment.
         | 
| 2384 | 
            +
                        #
         | 
| 2385 | 
            +
                        #     require "googleauth"
         | 
| 2386 | 
            +
                        #
         | 
| 2387 | 
            +
                        #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 2388 | 
            +
                        #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 2389 | 
            +
                        #     )
         | 
| 2390 | 
            +
                        #
         | 
| 2391 | 
            +
                        #     client = ::Google::Cloud::Metastore::V1beta::DataprocMetastore::Client.new do |config|
         | 
| 2392 | 
            +
                        #       config.credentials = credentials
         | 
| 2393 | 
            +
                        #     end
         | 
| 2394 | 
            +
                        #
         | 
| 2395 | 
            +
                        #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 2379 2396 | 
             
                        #   external source for authentication to Google Cloud, you must validate it before
         | 
| 2380 2397 | 
             
                        #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 2381 2398 | 
             
                        #   configuration to Google APIs can compromise the security of your systems and data.
         | 
| @@ -642,8 +642,6 @@ module Google | |
| 642 642 | 
             
                        #   @return [::String,nil]
         | 
| 643 643 | 
             
                        # @!attribute [rw] credentials
         | 
| 644 644 | 
             
                        #   Credentials to send with calls. You may provide any of the following types:
         | 
| 645 | 
            -
                        #    *  (`String`) The path to a service account key file in JSON format
         | 
| 646 | 
            -
                        #    *  (`Hash`) A service account key as a Hash
         | 
| 647 645 | 
             
                        #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 648 646 | 
             
                        #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 649 647 | 
             
                        #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -652,7 +650,26 @@ module Google | |
| 652 650 | 
             
                        #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 653 651 | 
             
                        #    *  (`nil`) indicating no credentials
         | 
| 654 652 | 
             
                        #
         | 
| 655 | 
            -
                        #   Warning:  | 
| 653 | 
            +
                        #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 654 | 
            +
                        #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 655 | 
            +
                        #     Google APIs can compromise the security of your systems and data.
         | 
| 656 | 
            +
                        #
         | 
| 657 | 
            +
                        #   @example
         | 
| 658 | 
            +
                        #
         | 
| 659 | 
            +
                        #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 660 | 
            +
                        #     # on the appropriate credentials class for your environment.
         | 
| 661 | 
            +
                        #
         | 
| 662 | 
            +
                        #     require "googleauth"
         | 
| 663 | 
            +
                        #
         | 
| 664 | 
            +
                        #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 665 | 
            +
                        #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 666 | 
            +
                        #     )
         | 
| 667 | 
            +
                        #
         | 
| 668 | 
            +
                        #     client = ::Google::Longrunning::Operations::Client.new do |config|
         | 
| 669 | 
            +
                        #       config.credentials = credentials
         | 
| 670 | 
            +
                        #     end
         | 
| 671 | 
            +
                        #
         | 
| 672 | 
            +
                        #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 656 673 | 
             
                        #   external source for authentication to Google Cloud, you must validate it before
         | 
| 657 674 | 
             
                        #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 658 675 | 
             
                        #   configuration to Google APIs can compromise the security of your systems and data.
         | 
| @@ -824,8 +824,6 @@ module Google | |
| 824 824 | 
             
                        #   @return [::String,nil]
         | 
| 825 825 | 
             
                        # @!attribute [rw] credentials
         | 
| 826 826 | 
             
                        #   Credentials to send with calls. You may provide any of the following types:
         | 
| 827 | 
            -
                        #    *  (`String`) The path to a service account key file in JSON format
         | 
| 828 | 
            -
                        #    *  (`Hash`) A service account key as a Hash
         | 
| 829 827 | 
             
                        #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 830 828 | 
             
                        #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 831 829 | 
             
                        #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -834,7 +832,26 @@ module Google | |
| 834 832 | 
             
                        #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 835 833 | 
             
                        #    *  (`nil`) indicating no credentials
         | 
| 836 834 | 
             
                        #
         | 
| 837 | 
            -
                        #   Warning:  | 
| 835 | 
            +
                        #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 836 | 
            +
                        #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 837 | 
            +
                        #     Google APIs can compromise the security of your systems and data.
         | 
| 838 | 
            +
                        #
         | 
| 839 | 
            +
                        #   @example
         | 
| 840 | 
            +
                        #
         | 
| 841 | 
            +
                        #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 842 | 
            +
                        #     # on the appropriate credentials class for your environment.
         | 
| 843 | 
            +
                        #
         | 
| 844 | 
            +
                        #     require "googleauth"
         | 
| 845 | 
            +
                        #
         | 
| 846 | 
            +
                        #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 847 | 
            +
                        #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 848 | 
            +
                        #     )
         | 
| 849 | 
            +
                        #
         | 
| 850 | 
            +
                        #     client = ::Google::Cloud::Metastore::V1beta::DataprocMetastoreFederation::Client.new do |config|
         | 
| 851 | 
            +
                        #       config.credentials = credentials
         | 
| 852 | 
            +
                        #     end
         | 
| 853 | 
            +
                        #
         | 
| 854 | 
            +
                        #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 838 855 | 
             
                        #   external source for authentication to Google Cloud, you must validate it before
         | 
| 839 856 | 
             
                        #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 840 857 | 
             
                        #   configuration to Google APIs can compromise the security of your systems and data.
         | 
| @@ -642,8 +642,6 @@ module Google | |
| 642 642 | 
             
                        #   @return [::String,nil]
         | 
| 643 643 | 
             
                        # @!attribute [rw] credentials
         | 
| 644 644 | 
             
                        #   Credentials to send with calls. You may provide any of the following types:
         | 
| 645 | 
            -
                        #    *  (`String`) The path to a service account key file in JSON format
         | 
| 646 | 
            -
                        #    *  (`Hash`) A service account key as a Hash
         | 
| 647 645 | 
             
                        #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 648 646 | 
             
                        #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 649 647 | 
             
                        #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -652,7 +650,26 @@ module Google | |
| 652 650 | 
             
                        #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 653 651 | 
             
                        #    *  (`nil`) indicating no credentials
         | 
| 654 652 | 
             
                        #
         | 
| 655 | 
            -
                        #   Warning:  | 
| 653 | 
            +
                        #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 654 | 
            +
                        #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 655 | 
            +
                        #     Google APIs can compromise the security of your systems and data.
         | 
| 656 | 
            +
                        #
         | 
| 657 | 
            +
                        #   @example
         | 
| 658 | 
            +
                        #
         | 
| 659 | 
            +
                        #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 660 | 
            +
                        #     # on the appropriate credentials class for your environment.
         | 
| 661 | 
            +
                        #
         | 
| 662 | 
            +
                        #     require "googleauth"
         | 
| 663 | 
            +
                        #
         | 
| 664 | 
            +
                        #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 665 | 
            +
                        #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 666 | 
            +
                        #     )
         | 
| 667 | 
            +
                        #
         | 
| 668 | 
            +
                        #     client = ::Google::Longrunning::Operations::Client.new do |config|
         | 
| 669 | 
            +
                        #       config.credentials = credentials
         | 
| 670 | 
            +
                        #     end
         | 
| 671 | 
            +
                        #
         | 
| 672 | 
            +
                        #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 656 673 | 
             
                        #   external source for authentication to Google Cloud, you must validate it before
         | 
| 657 674 | 
             
                        #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 658 675 | 
             
                        #   configuration to Google APIs can compromise the security of your systems and data.
         |