google-cloud-web_risk-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: ff993e90fa34557fce0d9aaabcbcf06cee1e1676d03f9f2f32eb916177d16039
4
- data.tar.gz: 375080f7c2586412e0351a49a73ebd337122be63a04497617eebc4ac206292d4
3
+ metadata.gz: ababcbf7d735c5c0f0dc070965c52cfee038f7acd9770cf15ed7ea5d9f15a3d0
4
+ data.tar.gz: 04d6e613df6f7e5ea41b6a2f72208c2450f6095191ecde886fcf52aed9575acd
5
5
  SHA512:
6
- metadata.gz: 9ac25639d85b4f433a842c1b6fa8902f2555b069864d94779813d3da191b2aa0962674488288d2cfa7a4d03874f6ab9a1f7c010b5b72457770926549690eb1e4
7
- data.tar.gz: 7fc2205de1787eb69afa6b2921166f1728f26ae58d36c136a01aa6bf223542a3756278f1fde298077847767eda3d6907193b9bc0c3a8d3b5582469d65389b9f1
6
+ metadata.gz: f1924e6ca4e2d91abec81c9ec285b340269dccc6bbe065a58fc3194b1707f8bdc7e8524c8fdb0672b61d19a91588bdd15064368fb77b435a5375d199faefe39a
7
+ data.tar.gz: c6a220ca7b790427a0da460375d5b626dc3363d1ac884a1d1d60c61c52ee3d23e8e85691df2433363c621bd73e577880b965ec4e9c43783032219a0d13675554
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/webrisk.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.compute_threat_list_diff request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-web_risk-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/web-risk)
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 WebRisk
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-web_risk-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