google-cloud-recaptcha_enterprise-v1 0.1.0 → 0.2.3
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/AUTHENTICATION.md +6 -6
- data/README.md +5 -1
- data/lib/google/cloud/recaptcha_enterprise/v1.rb +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service.rb +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb +164 -159
- data/lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/credentials.rb +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/paths.rb +5 -5
- data/lib/google/cloud/recaptcha_enterprise/v1/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb +83 -83
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/field_mask.rb +3 -3
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- metadata +33 -6
- data/lib/google/cloud/common_resources_pb.rb +0 -15
| @@ -29,8 +29,8 @@ module Google | |
| 29 29 | 
             
                #
         | 
| 30 30 | 
             
                # The JSON representation for `Empty` is empty JSON object `{}`.
         | 
| 31 31 | 
             
                class Empty
         | 
| 32 | 
            -
                  include Google::Protobuf::MessageExts
         | 
| 33 | 
            -
                  extend Google::Protobuf::MessageExts::ClassMethods
         | 
| 32 | 
            +
                  include ::Google::Protobuf::MessageExts
         | 
| 33 | 
            +
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 34 34 | 
             
                end
         | 
| 35 35 | 
             
              end
         | 
| 36 36 | 
             
            end
         | 
| @@ -219,11 +219,11 @@ module Google | |
| 219 219 | 
             
                # request should verify the included field paths, and return an
         | 
| 220 220 | 
             
                # `INVALID_ARGUMENT` error if any path is unmappable.
         | 
| 221 221 | 
             
                # @!attribute [rw] paths
         | 
| 222 | 
            -
                #   @return [Array | 
| 222 | 
            +
                #   @return [::Array<::String>]
         | 
| 223 223 | 
             
                #     The set of field mask paths.
         | 
| 224 224 | 
             
                class FieldMask
         | 
| 225 | 
            -
                  include Google::Protobuf::MessageExts
         | 
| 226 | 
            -
                  extend Google::Protobuf::MessageExts::ClassMethods
         | 
| 225 | 
            +
                  include ::Google::Protobuf::MessageExts
         | 
| 226 | 
            +
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 227 227 | 
             
                end
         | 
| 228 228 | 
             
              end
         | 
| 229 229 | 
             
            end
         | 
| @@ -102,19 +102,19 @@ module Google | |
| 102 102 | 
             
                # http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
         | 
| 103 103 | 
             
                # ) to obtain a formatter capable of generating timestamps in this format.
         | 
| 104 104 | 
             
                # @!attribute [rw] seconds
         | 
| 105 | 
            -
                #   @return [Integer]
         | 
| 105 | 
            +
                #   @return [::Integer]
         | 
| 106 106 | 
             
                #     Represents seconds of UTC time since Unix epoch
         | 
| 107 107 | 
             
                #     1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to
         | 
| 108 108 | 
             
                #     9999-12-31T23:59:59Z inclusive.
         | 
| 109 109 | 
             
                # @!attribute [rw] nanos
         | 
| 110 | 
            -
                #   @return [Integer]
         | 
| 110 | 
            +
                #   @return [::Integer]
         | 
| 111 111 | 
             
                #     Non-negative fractions of a second at nanosecond resolution. Negative
         | 
| 112 112 | 
             
                #     second values with fractions must still have non-negative nanos values
         | 
| 113 113 | 
             
                #     that count forward in time. Must be from 0 to 999,999,999
         | 
| 114 114 | 
             
                #     inclusive.
         | 
| 115 115 | 
             
                class Timestamp
         | 
| 116 | 
            -
                  include Google::Protobuf::MessageExts
         | 
| 117 | 
            -
                  extend Google::Protobuf::MessageExts::ClassMethods
         | 
| 116 | 
            +
                  include ::Google::Protobuf::MessageExts
         | 
| 117 | 
            +
                  extend ::Google::Protobuf::MessageExts::ClassMethods
         | 
| 118 118 | 
             
                end
         | 
| 119 119 | 
             
              end
         | 
| 120 120 | 
             
            end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-cloud-recaptcha_enterprise-v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.2.3
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2020- | 
| 11 | 
            +
            date: 2020-06-18 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: gapic-common
         | 
| @@ -58,14 +58,42 @@ dependencies: | |
| 58 58 | 
             
                requirements:
         | 
| 59 59 | 
             
                - - "~>"
         | 
| 60 60 | 
             
                  - !ruby/object:Gem::Version
         | 
| 61 | 
            -
                    version: '5. | 
| 61 | 
            +
                    version: '5.14'
         | 
| 62 62 | 
             
              type: :development
         | 
| 63 63 | 
             
              prerelease: false
         | 
| 64 64 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 65 65 | 
             
                requirements:
         | 
| 66 66 | 
             
                - - "~>"
         | 
| 67 67 | 
             
                  - !ruby/object:Gem::Version
         | 
| 68 | 
            -
                    version: '5. | 
| 68 | 
            +
                    version: '5.14'
         | 
| 69 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 70 | 
            +
              name: minitest-focus
         | 
| 71 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 72 | 
            +
                requirements:
         | 
| 73 | 
            +
                - - "~>"
         | 
| 74 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 75 | 
            +
                    version: '1.1'
         | 
| 76 | 
            +
              type: :development
         | 
| 77 | 
            +
              prerelease: false
         | 
| 78 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 79 | 
            +
                requirements:
         | 
| 80 | 
            +
                - - "~>"
         | 
| 81 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 82 | 
            +
                    version: '1.1'
         | 
| 83 | 
            +
            - !ruby/object:Gem::Dependency
         | 
| 84 | 
            +
              name: minitest-rg
         | 
| 85 | 
            +
              requirement: !ruby/object:Gem::Requirement
         | 
| 86 | 
            +
                requirements:
         | 
| 87 | 
            +
                - - "~>"
         | 
| 88 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 89 | 
            +
                    version: '5.2'
         | 
| 90 | 
            +
              type: :development
         | 
| 91 | 
            +
              prerelease: false
         | 
| 92 | 
            +
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 93 | 
            +
                requirements:
         | 
| 94 | 
            +
                - - "~>"
         | 
| 95 | 
            +
                  - !ruby/object:Gem::Version
         | 
| 96 | 
            +
                    version: '5.2'
         | 
| 69 97 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 70 98 | 
             
              name: rake
         | 
| 71 99 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -134,7 +162,6 @@ files: | |
| 134 162 | 
             
            - LICENSE.md
         | 
| 135 163 | 
             
            - README.md
         | 
| 136 164 | 
             
            - lib/google-cloud-recaptcha_enterprise-v1.rb
         | 
| 137 | 
            -
            - lib/google/cloud/common_resources_pb.rb
         | 
| 138 165 | 
             
            - lib/google/cloud/recaptcha_enterprise/v1.rb
         | 
| 139 166 | 
             
            - lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service.rb
         | 
| 140 167 | 
             
            - lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb
         | 
| @@ -169,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 169 196 | 
             
                - !ruby/object:Gem::Version
         | 
| 170 197 | 
             
                  version: '0'
         | 
| 171 198 | 
             
            requirements: []
         | 
| 172 | 
            -
            rubygems_version: 3. | 
| 199 | 
            +
            rubygems_version: 3.1.3
         | 
| 173 200 | 
             
            signing_key: 
         | 
| 174 201 | 
             
            specification_version: 4
         | 
| 175 202 | 
             
            summary: API Client library for the reCAPTCHA Enterprise V1 API
         | 
| @@ -1,15 +0,0 @@ | |
| 1 | 
            -
            # Generated by the protocol buffer compiler.  DO NOT EDIT!
         | 
| 2 | 
            -
            # source: google/cloud/common_resources.proto
         | 
| 3 | 
            -
             | 
| 4 | 
            -
            require 'google/protobuf'
         | 
| 5 | 
            -
             | 
| 6 | 
            -
            require 'google/api/resource_pb'
         | 
| 7 | 
            -
            Google::Protobuf::DescriptorPool.generated_pool.build do
         | 
| 8 | 
            -
              add_file("google/cloud/common_resources.proto", :syntax => :proto3) do
         | 
| 9 | 
            -
              end
         | 
| 10 | 
            -
            end
         | 
| 11 | 
            -
             | 
| 12 | 
            -
            module Google
         | 
| 13 | 
            -
              module Cloud
         | 
| 14 | 
            -
              end
         | 
| 15 | 
            -
            end
         |