google-cloud-vision-v1p3beta1 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: bf2553c39fd167282677813185d60629b91fd23e6b0732513330c9a5952b12cc
4
- data.tar.gz: b9797b02d3dc5477008edd5892dedb61a93ee07a0953b2a781381837677773cc
3
+ metadata.gz: c25449bf32edc9b890979b41ecaf717f8dabc566c2b8a9f882cfd88f127be526
4
+ data.tar.gz: 8ada7b57d6ff941ab0c657aabf6f893cbd2479ed4bff4aa0f61ca822afe1b6fb
5
5
  SHA512:
6
- metadata.gz: 111a0697c169cd710506122920c35d48f17b4ad1aec7ab5d46e2391ee2956619d29fe33205100f39a2cd3a5a3aa9cfbf17a4b16fdc005caff221e14482e6c48d
7
- data.tar.gz: 604e29c8ad169b8d732a1ce684c02ab46efe08c7438f11d620b5e3aeeb0dbf53003a8719fdca660540b29d703b72ea5d7a03e173c9906cc2118333a42c19acf0
6
+ metadata.gz: e7b734a155e8a9f3a85abbf3b99992cc5ba2e29c7c5c3e39e834e507e973f379fe307d76891a9b79a9c864ee100556f2a27adfd54c47ccf5adf0194ccd91c022
7
+ data.tar.gz: fcf9b452d770de449cf780bf938a22c6a947d87305707a23fb7cbcd4ee38223a58f03b0ea3f67bbe976965f152424ea2d63a32551ca0a65c7e3eeb9e5117d0a0
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/vision.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_product_set request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-vision-v1p3beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/vision)
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 Vision
23
23
  module V1p3beta1
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-vision-v1p3beta1
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-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