google-cloud-web_risk-v1 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: 5b13c97bf61af4a6aa1380bffae763b9d23bf56a4de81df0581d488bbb780f81
4
- data.tar.gz: 6fbee1e4d70f597b4aae67efd6ca968b6233a9e44904ebee2d78d7e6aedbb79a
3
+ metadata.gz: a513d13feadaeb09c5e0664a2eae33baa040be5e4b15af4682f10a7ccf6cda83
4
+ data.tar.gz: 9563bdbba5f890ecab9d34655aaa974e390dbeb23f4a1b0dd7faf8d42d023b68
5
5
  SHA512:
6
- metadata.gz: 358d42d9a069406e61d7c392c79e68bad12da6614035d58fa396a7fd0d37576a6ac15fc17f0c65975661d6d111f26e81ca1cd1a45ddf6271b363756d2ef7b8fb
7
- data.tar.gz: '08dda4e7018db1e6f9f930bd220e4311313c88207aea18852e30e6f62491dfa7e57a3b112ec7be79cf56975ae473f06ef4248ce314adc5a3101e45517b8d102c'
6
+ metadata.gz: e4ae7a63256051b8b46496bffa3cdbc9b65a5aba59dbbcf71f81ff7e4805ada36b1aec501574eb3867e68dd684be52928be242a5fac90c9da16f0881b7fa4fb6
7
+ data.tar.gz: 7a20b2507bf671235dbb364c45d6302289f01fc53ed4fd4022b5ae568bd390248662087497d7959804654f4911fc70f88e9c4ce2f45846be997d768ccce0c835
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-v1/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 V1
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-v1
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