google-cloud-firestore-admin-v1 1.8.0 → 1.9.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/firestore/admin/v1/firestore_admin/client.rb +20 -3
- data/lib/google/cloud/firestore/admin/v1/firestore_admin/operations.rb +32 -4
- data/lib/google/cloud/firestore/admin/v1/firestore_admin/rest/operations.rb +12 -1
- data/lib/google/cloud/firestore/admin/v1/version.rb +1 -1
- data/proto_docs/google/longrunning/operations.rb +18 -0
- 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: 2625438b5d0f9ad3b8a29c71b99995dca8c69860c27ada81e21aa28bab5678f9
         | 
| 4 | 
            +
              data.tar.gz: 9402f08d45b57a34db6082aa32e7d38bd4a04cbd016545e18e8ed9be8aff5deb
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 2088b014f943433a83721a594b3397a2ad2d89c479bb171acc54fd0652eca27171757f5cdc85fde795961ad2c52f74ad9182d2217d88817b39097473aa0f3a85
         | 
| 7 | 
            +
              data.tar.gz: 321357247e7a5fdbef3118b3fa86cb20b30ebe3b70479ceb9374d79ac2467a2b0df92c47681d26d1408ece89486d588cc67ab525e5dbd689ee26e95e08f5cb6c
         | 
| @@ -3460,8 +3460,6 @@ module Google | |
| 3460 3460 | 
             
                          #   @return [::String,nil]
         | 
| 3461 3461 | 
             
                          # @!attribute [rw] credentials
         | 
| 3462 3462 | 
             
                          #   Credentials to send with calls. You may provide any of the following types:
         | 
| 3463 | 
            -
                          #    *  (`String`) The path to a service account key file in JSON format
         | 
| 3464 | 
            -
                          #    *  (`Hash`) A service account key as a Hash
         | 
| 3465 3463 | 
             
                          #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 3466 3464 | 
             
                          #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 3467 3465 | 
             
                          #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -3470,7 +3468,26 @@ module Google | |
| 3470 3468 | 
             
                          #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 3471 3469 | 
             
                          #    *  (`nil`) indicating no credentials
         | 
| 3472 3470 | 
             
                          #
         | 
| 3473 | 
            -
                          #   Warning:  | 
| 3471 | 
            +
                          #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 3472 | 
            +
                          #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 3473 | 
            +
                          #     Google APIs can compromise the security of your systems and data.
         | 
| 3474 | 
            +
                          #
         | 
| 3475 | 
            +
                          #   @example
         | 
| 3476 | 
            +
                          #
         | 
| 3477 | 
            +
                          #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 3478 | 
            +
                          #     # on the appropriate credentials class for your environment.
         | 
| 3479 | 
            +
                          #
         | 
| 3480 | 
            +
                          #     require "googleauth"
         | 
| 3481 | 
            +
                          #
         | 
| 3482 | 
            +
                          #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 3483 | 
            +
                          #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 3484 | 
            +
                          #     )
         | 
| 3485 | 
            +
                          #
         | 
| 3486 | 
            +
                          #     client = ::Google::Cloud::Firestore::Admin::V1::FirestoreAdmin::Client.new do |config|
         | 
| 3487 | 
            +
                          #       config.credentials = credentials
         | 
| 3488 | 
            +
                          #     end
         | 
| 3489 | 
            +
                          #
         | 
| 3490 | 
            +
                          #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 3474 3491 | 
             
                          #   external source for authentication to Google Cloud, you must validate it before
         | 
| 3475 3492 | 
             
                          #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 3476 3493 | 
             
                          #   configuration to Google APIs can compromise the security of your systems and data.
         | 
| @@ -135,7 +135,7 @@ module Google | |
| 135 135 | 
             
                          #   @param options [::Gapic::CallOptions, ::Hash]
         | 
| 136 136 | 
             
                          #     Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
         | 
| 137 137 | 
             
                          #
         | 
| 138 | 
            -
                          # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
         | 
| 138 | 
            +
                          # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
         | 
| 139 139 | 
             
                          #   Pass arguments to `list_operations` via keyword arguments. Note that at
         | 
| 140 140 | 
             
                          #   least one keyword argument is required. To specify no parameters, or to keep all
         | 
| 141 141 | 
             
                          #   the default parameter values, pass an empty Hash as a request object (see above).
         | 
| @@ -148,6 +148,17 @@ module Google | |
| 148 148 | 
             
                          #     The standard list page size.
         | 
| 149 149 | 
             
                          #   @param page_token [::String]
         | 
| 150 150 | 
             
                          #     The standard list page token.
         | 
| 151 | 
            +
                          #   @param return_partial_success [::Boolean]
         | 
| 152 | 
            +
                          #     When set to `true`, operations that are reachable are returned as normal,
         | 
| 153 | 
            +
                          #     and those that are unreachable are returned in the
         | 
| 154 | 
            +
                          #     [ListOperationsResponse.unreachable] field.
         | 
| 155 | 
            +
                          #
         | 
| 156 | 
            +
                          #     This can only be `true` when reading across collections e.g. when `parent`
         | 
| 157 | 
            +
                          #     is set to `"projects/example/locations/-"`.
         | 
| 158 | 
            +
                          #
         | 
| 159 | 
            +
                          #     This field is not by default supported and will result in an
         | 
| 160 | 
            +
                          #     `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
         | 
| 161 | 
            +
                          #     service or product specific documentation.
         | 
| 151 162 | 
             
                          #
         | 
| 152 163 | 
             
                          # @yield [response, operation] Access the result along with the RPC operation
         | 
| 153 164 | 
             
                          # @yieldparam response [::Gapic::PagedEnumerable<::Gapic::Operation>]
         | 
| @@ -632,8 +643,6 @@ module Google | |
| 632 643 | 
             
                          #   @return [::String,nil]
         | 
| 633 644 | 
             
                          # @!attribute [rw] credentials
         | 
| 634 645 | 
             
                          #   Credentials to send with calls. You may provide any of the following types:
         | 
| 635 | 
            -
                          #    *  (`String`) The path to a service account key file in JSON format
         | 
| 636 | 
            -
                          #    *  (`Hash`) A service account key as a Hash
         | 
| 637 646 | 
             
                          #    *  (`Google::Auth::Credentials`) A googleauth credentials object
         | 
| 638 647 | 
             
                          #       (see the [googleauth docs](https://rubydoc.info/gems/googleauth/Google/Auth/Credentials))
         | 
| 639 648 | 
             
                          #    *  (`Signet::OAuth2::Client`) A signet oauth2 client object
         | 
| @@ -642,7 +651,26 @@ module Google | |
| 642 651 | 
             
                          #    *  (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
         | 
| 643 652 | 
             
                          #    *  (`nil`) indicating no credentials
         | 
| 644 653 | 
             
                          #
         | 
| 645 | 
            -
                          #   Warning:  | 
| 654 | 
            +
                          #   @note Warning: Passing a `String` to a keyfile path or a `Hash` of credentials
         | 
| 655 | 
            +
                          #     is deprecated. Providing an unvalidated credential configuration to
         | 
| 656 | 
            +
                          #     Google APIs can compromise the security of your systems and data.
         | 
| 657 | 
            +
                          #
         | 
| 658 | 
            +
                          #   @example
         | 
| 659 | 
            +
                          #
         | 
| 660 | 
            +
                          #     # The recommended way to provide credentials is to use the `make_creds` method
         | 
| 661 | 
            +
                          #     # on the appropriate credentials class for your environment.
         | 
| 662 | 
            +
                          #
         | 
| 663 | 
            +
                          #     require "googleauth"
         | 
| 664 | 
            +
                          #
         | 
| 665 | 
            +
                          #     credentials = ::Google::Auth::ServiceAccountCredentials.make_creds(
         | 
| 666 | 
            +
                          #       json_key_io: ::File.open("/path/to/keyfile.json")
         | 
| 667 | 
            +
                          #     )
         | 
| 668 | 
            +
                          #
         | 
| 669 | 
            +
                          #     client = ::Google::Longrunning::Operations::Client.new do |config|
         | 
| 670 | 
            +
                          #       config.credentials = credentials
         | 
| 671 | 
            +
                          #     end
         | 
| 672 | 
            +
                          #
         | 
| 673 | 
            +
                          #   @note Warning: If you accept a credential configuration (JSON file or Hash) from an
         | 
| 646 674 | 
             
                          #   external source for authentication to Google Cloud, you must validate it before
         | 
| 647 675 | 
             
                          #   providing it to a Google API client library. Providing an unvalidated credential
         | 
| 648 676 | 
             
                          #   configuration to Google APIs can compromise the security of your systems and data.
         | 
| @@ -126,7 +126,7 @@ module Google | |
| 126 126 | 
             
                            #   @param options [::Gapic::CallOptions, ::Hash]
         | 
| 127 127 | 
             
                            #     Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
         | 
| 128 128 | 
             
                            #
         | 
| 129 | 
            -
                            # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil)
         | 
| 129 | 
            +
                            # @overload list_operations(name: nil, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil)
         | 
| 130 130 | 
             
                            #   Pass arguments to `list_operations` via keyword arguments. Note that at
         | 
| 131 131 | 
             
                            #   least one keyword argument is required. To specify no parameters, or to keep all
         | 
| 132 132 | 
             
                            #   the default parameter values, pass an empty Hash as a request object (see above).
         | 
| @@ -139,6 +139,17 @@ module Google | |
| 139 139 | 
             
                            #     The standard list page size.
         | 
| 140 140 | 
             
                            #   @param page_token [::String]
         | 
| 141 141 | 
             
                            #     The standard list page token.
         | 
| 142 | 
            +
                            #   @param return_partial_success [::Boolean]
         | 
| 143 | 
            +
                            #     When set to `true`, operations that are reachable are returned as normal,
         | 
| 144 | 
            +
                            #     and those that are unreachable are returned in the
         | 
| 145 | 
            +
                            #     [ListOperationsResponse.unreachable] field.
         | 
| 146 | 
            +
                            #
         | 
| 147 | 
            +
                            #     This can only be `true` when reading across collections e.g. when `parent`
         | 
| 148 | 
            +
                            #     is set to `"projects/example/locations/-"`.
         | 
| 149 | 
            +
                            #
         | 
| 150 | 
            +
                            #     This field is not by default supported and will result in an
         | 
| 151 | 
            +
                            #     `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
         | 
| 152 | 
            +
                            #     service or product specific documentation.
         | 
| 142 153 | 
             
                            # @yield [result, operation] Access the result along with the TransportOperation object
         | 
| 143 154 | 
             
                            # @yieldparam result [::Gapic::Operation]
         | 
| 144 155 | 
             
                            # @yieldparam operation [::Gapic::Rest::TransportOperation]
         | 
| @@ -83,6 +83,18 @@ module Google | |
| 83 83 | 
             
                # @!attribute [rw] page_token
         | 
| 84 84 | 
             
                #   @return [::String]
         | 
| 85 85 | 
             
                #     The standard list page token.
         | 
| 86 | 
            +
                # @!attribute [rw] return_partial_success
         | 
| 87 | 
            +
                #   @return [::Boolean]
         | 
| 88 | 
            +
                #     When set to `true`, operations that are reachable are returned as normal,
         | 
| 89 | 
            +
                #     and those that are unreachable are returned in the
         | 
| 90 | 
            +
                #     [ListOperationsResponse.unreachable] field.
         | 
| 91 | 
            +
                #
         | 
| 92 | 
            +
                #     This can only be `true` when reading across collections e.g. when `parent`
         | 
| 93 | 
            +
                #     is set to `"projects/example/locations/-"`.
         | 
| 94 | 
            +
                #
         | 
| 95 | 
            +
                #     This field is not by default supported and will result in an
         | 
| 96 | 
            +
                #     `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
         | 
| 97 | 
            +
                #     service or product specific documentation.
         | 
| 86 98 | 
             
                class ListOperationsRequest
         | 
| 87 99 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 88 100 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -96,6 +108,12 @@ module Google | |
| 96 108 | 
             
                # @!attribute [rw] next_page_token
         | 
| 97 109 | 
             
                #   @return [::String]
         | 
| 98 110 | 
             
                #     The standard List next-page token.
         | 
| 111 | 
            +
                # @!attribute [rw] unreachable
         | 
| 112 | 
            +
                #   @return [::Array<::String>]
         | 
| 113 | 
            +
                #     Unordered list. Unreachable resources. Populated when the request sets
         | 
| 114 | 
            +
                #     `ListOperationsRequest.return_partial_success` and reads across
         | 
| 115 | 
            +
                #     collections e.g. when attempting to list all resources across all supported
         | 
| 116 | 
            +
                #     locations.
         | 
| 99 117 | 
             
                class ListOperationsResponse
         | 
| 100 118 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 101 119 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         |