google-cloud-bigtable-v2 0.14.0 → 0.16.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: d028923c23541e8684bd58d5d0e56fa5f49e39dfa800c8bb13d50381b836ebc7
         | 
| 4 | 
            +
              data.tar.gz: 59d1d4b873bb37393f9e3b050c9a673e1f0d2f0891d20d32715f1bd3caf498ea
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 8e4929b3946aac36e717ab0be9c03f2701043ff09ebc008f6cb314e2f4793acac5e169e4bed6696982281ca48358124888d2b37c3d399b9fc8af3cced8ba0d0a
         | 
| 7 | 
            +
              data.tar.gz: 9181f0a060f10a3431c408f1f0d319ff08eb1ff06feadf7d991e2869f2d8cb985ac615dbd490f1d232f07f994f2d1ef18dcd038480b28da8106ddf7c5a235e00
         | 
| @@ -5,7 +5,7 @@ | |
| 5 5 | 
             
            require 'google/protobuf'
         | 
| 6 6 |  | 
| 7 7 |  | 
| 8 | 
            -
            descriptor_data = "\n&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\" | 
| 8 | 
            +
            descriptor_data = "\n&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\"\xb6\x01\n\x0c\x46\x65\x61tureFlags\x12\x15\n\rreverse_scans\x18\x01 \x01(\x08\x12\x1e\n\x16mutate_rows_rate_limit\x18\x03 \x01(\x08\x12\x1f\n\x17mutate_rows_rate_limit2\x18\x05 \x01(\x08\x12\"\n\x1alast_scanned_row_responses\x18\x04 \x01(\x08\x12\x16\n\x0erouting_cookie\x18\x06 \x01(\x08\x12\x12\n\nretry_info\x18\x07 \x01(\x08\x42\xbd\x01\n\x16\x63om.google.bigtable.v2B\x11\x46\x65\x61tureFlagsProtoP\x01Z:google.golang.org/genproto/googleapis/bigtable/v2;bigtable\xaa\x02\x18Google.Cloud.Bigtable.V2\xca\x02\x18Google\\Cloud\\Bigtable\\V2\xea\x02\x1bGoogle::Cloud::Bigtable::V2b\x06proto3"
         | 
| 9 9 |  | 
| 10 10 | 
             
            pool = Google::Protobuf::DescriptorPool.generated_pool
         | 
| 11 11 |  | 
| @@ -304,6 +304,19 @@ module Google | |
| 304 304 | 
             
                #                seconds: 360 # 6 minutes
         | 
| 305 305 | 
             
                #              total_poll_timeout:
         | 
| 306 306 | 
             
                #                 seconds: 54000 # 90 minutes
         | 
| 307 | 
            +
                # @!attribute [rw] auto_populated_fields
         | 
| 308 | 
            +
                #   @return [::Array<::String>]
         | 
| 309 | 
            +
                #     List of top-level fields of the request message, that should be
         | 
| 310 | 
            +
                #     automatically populated by the client libraries based on their
         | 
| 311 | 
            +
                #     (google.api.field_info).format. Currently supported format: UUID4.
         | 
| 312 | 
            +
                #
         | 
| 313 | 
            +
                #     Example of a YAML configuration:
         | 
| 314 | 
            +
                #
         | 
| 315 | 
            +
                #      publishing:
         | 
| 316 | 
            +
                #        method_settings:
         | 
| 317 | 
            +
                #          - selector: google.example.v1.ExampleService.CreateExample
         | 
| 318 | 
            +
                #            auto_populated_fields:
         | 
| 319 | 
            +
                #            - request_id
         | 
| 307 320 | 
             
                class MethodSettings
         | 
| 308 321 | 
             
                  include ::Google::Protobuf::MessageExts
         | 
| 309 322 | 
             
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| @@ -21,13 +21,13 @@ module Google | |
| 21 21 | 
             
              module Cloud
         | 
| 22 22 | 
             
                module Bigtable
         | 
| 23 23 | 
             
                  module V2
         | 
| 24 | 
            -
                    # Feature flags supported by a client.
         | 
| 24 | 
            +
                    # Feature flags supported or enabled by a client.
         | 
| 25 25 | 
             
                    # This is intended to be sent as part of request metadata to assure the server
         | 
| 26 26 | 
             
                    # that certain behaviors are safe to enable. This proto is meant to be
         | 
| 27 27 | 
             
                    # serialized and websafe-base64 encoded under the `bigtable-features` metadata
         | 
| 28 28 | 
             
                    # key. The value will remain constant for the lifetime of a client and due to
         | 
| 29 29 | 
             
                    # HTTP2's HPACK compression, the request overhead will be tiny.
         | 
| 30 | 
            -
                    # This is an internal implementation detail and should not be used by  | 
| 30 | 
            +
                    # This is an internal implementation detail and should not be used by end users
         | 
| 31 31 | 
             
                    # directly.
         | 
| 32 32 | 
             
                    # @!attribute [rw] reverse_scans
         | 
| 33 33 | 
             
                    #   @return [::Boolean]
         | 
| @@ -36,11 +36,25 @@ module Google | |
| 36 36 | 
             
                    # @!attribute [rw] mutate_rows_rate_limit
         | 
| 37 37 | 
             
                    #   @return [::Boolean]
         | 
| 38 38 | 
             
                    #     Notify the server that the client enables batch write flow control by
         | 
| 39 | 
            -
                    #     requesting RateLimitInfo from MutateRowsResponse.
         | 
| 39 | 
            +
                    #     requesting RateLimitInfo from MutateRowsResponse. Due to technical reasons,
         | 
| 40 | 
            +
                    #     this disables partial retries.
         | 
| 41 | 
            +
                    # @!attribute [rw] mutate_rows_rate_limit2
         | 
| 42 | 
            +
                    #   @return [::Boolean]
         | 
| 43 | 
            +
                    #     Notify the server that the client enables batch write flow control by
         | 
| 44 | 
            +
                    #     requesting RateLimitInfo from MutateRowsResponse. With partial retries
         | 
| 45 | 
            +
                    #     enabled.
         | 
| 40 46 | 
             
                    # @!attribute [rw] last_scanned_row_responses
         | 
| 41 47 | 
             
                    #   @return [::Boolean]
         | 
| 42 48 | 
             
                    #     Notify the server that the client supports the last_scanned_row field
         | 
| 43 | 
            -
                    #     in ReadRowsResponse for long-running  | 
| 49 | 
            +
                    #     in ReadRowsResponse for long-running scans.
         | 
| 50 | 
            +
                    # @!attribute [rw] routing_cookie
         | 
| 51 | 
            +
                    #   @return [::Boolean]
         | 
| 52 | 
            +
                    #     Notify the server that the client supports using encoded routing cookie
         | 
| 53 | 
            +
                    #     strings to retry requests with.
         | 
| 54 | 
            +
                    # @!attribute [rw] retry_info
         | 
| 55 | 
            +
                    #   @return [::Boolean]
         | 
| 56 | 
            +
                    #     Notify the server that the client supports using retry info back off
         | 
| 57 | 
            +
                    #     durations to retry requests with.
         | 
| 44 58 | 
             
                    class FeatureFlags
         | 
| 45 59 | 
             
                      include ::Google::Protobuf::MessageExts
         | 
| 46 60 | 
             
                      extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-cloud-bigtable-v2
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.16.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:  | 
| 11 | 
            +
            date: 2024-01-03 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: gapic-common
         | 
| @@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 218 218 | 
             
                - !ruby/object:Gem::Version
         | 
| 219 219 | 
             
                  version: '0'
         | 
| 220 220 | 
             
            requirements: []
         | 
| 221 | 
            -
            rubygems_version: 3. | 
| 221 | 
            +
            rubygems_version: 3.5.3
         | 
| 222 222 | 
             
            signing_key: 
         | 
| 223 223 | 
             
            specification_version: 4
         | 
| 224 224 | 
             
            summary: API for reading and writing the contents of Bigtables associated with a cloud
         |