google-cloud-talent-v4beta1 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: 5c3d8050830a375070ae0f7eb0d4d33183aadecf4b8fae43df0c571dec41ab66
4
- data.tar.gz: e68c18117a8ddc29a39e23695d145e8cdab93f2dab84262ff26a310031269eb5
3
+ metadata.gz: 979a13df03133b56d7340ac4b8fd7650b9d422decb48c10ccc32f8085663cf56
4
+ data.tar.gz: 6a37f9ba71c0c6208f03db581d4e2151231439e4e4d9879edfbc9c78dc351953
5
5
  SHA512:
6
- metadata.gz: d8e7d47b5f7cf9569425fe71de72b4374ff9b465fd34aa22df97e6edb6cdd083ff639debaf6c21dac0959a66e5e3e79892193bee25013062388bb874ae081cc0
7
- data.tar.gz: 1c7d2e72560d830cc7add8ca07be9ad659c3d65873d3c224995cf5fe53bdb218764eacc097088e2047571e2c407bb54d93ea7ec9ad50bc28551946392b5cee64
6
+ metadata.gz: e131937f670503c65fe654d6fef541f5ba9a46f7afc6a8ca4d820d1d020c6d3b9678b156c5978113edef12d9a823757f0eed32b0cf8d282e0da10dd4501087dc
7
+ data.tar.gz: a5911ab594825b10e1298736a48c91c3caf7d2da66387008e6d17962a56e2502e75b7ec531c14f9584db5c7b2cc35e1dd61f1220341076cf76eb693d784ffd54
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/jobs.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_application request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-talent-v4beta1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/solutions/talent-solution)
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 Talent
23
23
  module V4beta1
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-talent-v4beta1
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-08 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