google-cloud-automl-v1beta1 0.2.3 → 0.2.4

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: 69ceb62bd77003d2423387e93b02915f5ea1e97a923766ab17344165b6abdddf
4
- data.tar.gz: 9bb4e78a29005bd132544abc35f1a4daef9de732ce6bf46f9448417b77edc11b
3
+ metadata.gz: 24c59ec5f303300aec9d8c35da177eee11cad1b12ed1feb83f46593a4f669079
4
+ data.tar.gz: f51f8dde29e4e348ccb95c1bd4229bce96354943c4317ec963c1d506219716c0
5
5
  SHA512:
6
- metadata.gz: 5945ef44f02fd8a150a02470e057b52e5a0114ed48ea2dfbd6aff12ccd8629532ccb9b92031d31ffb80b5911f0648fd97272955a4a4e570a7707237579d73628
7
- data.tar.gz: 0fa96ac6deafe06a708dcbb6ccdab0026c8b499e7df1688834db918dc33b68711a3db8331f3943586e733acfb0bacfc049152bdb293cfcb51bc8637c9c6c27ac
6
+ metadata.gz: 1cedb7f99abd18fd4ca9f07cbd1a6d43a9405b3d8d3b7f84bb712e6bda95ace8df4a6926c104b0bf030051736ba2bb02ecf7e90c626dff21596490f9a950b34f
7
+ data.tar.gz: 246e6302878f32bf1805c11928328f1db7939ab9f4775c0d3aa651d4a62ed966550346a9d52334df0dbe215f485c133b860c145ec66c8f1cc9d0fda026c18ff7
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/automl.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.predict request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-automl-v1beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/automl)
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 Automl
23
23
  module V1beta1
24
- VERSION = "0.2.3"
24
+ VERSION = "0.2.4"
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-automl-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
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