google-cloud-phishing_protection-v1beta1 0.1.1 → 0.1.2

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: d2d8387460e849068f5a263a1a16b7dc356bf6044e58cdfe3634d36e439f209a
4
- data.tar.gz: f8f2715b3a45a38eee0646e4fc824a202028e6b37d71ed4234b212ad422121ef
3
+ metadata.gz: 9fd198d0bd18697a92d5d366569e4cbc1aa8f36a7f4b19b39e3933b10090063c
4
+ data.tar.gz: a412639cb011a29bb92aa0ef4ae745a16c64c8976e6d43789922ba49d909b953
5
5
  SHA512:
6
- metadata.gz: 6cc8c889909327397996c4ef00089eaa578e2a70565f1b20bf408773f14dc85e356649bb385e4e6472c9eed257484dc63722c9508d30849c5c383c9020519899
7
- data.tar.gz: 2e0f50138e3017dff6281277102c8c13ac87b0f47aa27bb3da9679fedbc02b10c8b28b4a4ca54c105aa6ab8f60e209872e11ee2a7a8bd0844ad60e85ff96c06f
6
+ metadata.gz: 284391034930b0b6e61e5d5701535f87324de5e523e5269e283df090c5fc0f58b9cef3dcfa4d193f4fd828f1100c346d8d0393e337103fa36a2d4ea307a2c001
7
+ data.tar.gz: 0a54d11df6b9d773995459403095bc031d2793c1850c04afd94468da9602371dffb5697b41d5f5809125a606358214047cc45817bf2e20420557025787bd7539
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/phishingprotection.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.report_phishing request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-phishing_protection-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/phishing-protection)
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 PhishingProtection
23
23
  module V1beta1
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
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-phishing_protection-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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-05 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