google-cloud-recaptcha_enterprise-v1beta1 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eafa6340918937c87ff5b915115d3a95f883df142bd52ee2a04a9cabd050746c
4
- data.tar.gz: afd1b380687432efc1b3934c46ce533f7f14291f3ca53f01cd78c02dc1f2e41c
3
+ metadata.gz: a747f4151c1ac979b849af79bb173ed8300181cbe112b1cdb272bf17b8af9e6a
4
+ data.tar.gz: 4ba11312757dc4dece40a3e8e4aed12ec9386706154732d2f054a1703fec891b
5
5
  SHA512:
6
- metadata.gz: 5f47855b047f00fe464b34f088f8ebd82729b6d8fc594988095f4cb9ad5d5949cf985e704fbe868d5f847b479419775e5865ada7b75387ee7eff4384231bfe19
7
- data.tar.gz: 81163f5118c2e8758a535a90ddd797b47ba6e1747185d7cee2bbf81308b1e7785c56c813878966d0dc0ec217bfe66e6137fad4af6dbcb2eada0cbdd918f2775e
6
+ metadata.gz: 8005938ee9fd5e928168d687fb6d48c0d16358bf6f18d8999c17b3d2a00e021c27bdc604099801e572aa48cc8c0bba3f785a2377a573ee0171d0f2b32b79faa4
7
+ data.tar.gz: e53272588c29631136df23b9343502bec0b2646c4c2483202f0f475ef22ee27d424a058d738951cf673b40515a0fe9b369233991e003761a02d61fd760c4bfc3
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/recaptchaenterprise.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_assessment request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-recaptcha_enterprise-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/recaptcha-enterprise)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
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-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common