google-cloud-talent 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93234822de1b61d14b4ec60abc80c8427483a9af22ca3949b35bbbda7e796b3b
4
- data.tar.gz: 1d4700f1fdb443f7cd6580a79e9d905b77f737578515b9c65ea7cef5a21edbcf
3
+ metadata.gz: 4ca135e9644098a8e8a55f9edc595a696a9448565ff15bbed21598cc147082e6
4
+ data.tar.gz: fc187a4b2c2dc6d03874ae14d14d8c0acc107d1b8531f8cdfd00c708253db93a
5
5
  SHA512:
6
- metadata.gz: 12b3361ff787d307f2bf721950a3c160b9cbdf474cb099575ac0dfd50b7e85cfa1d2ce222f103d4844028fb15e83c749db4be1bc65e40df0c7892c1085e7693e
7
- data.tar.gz: 4805a7918e954d90a9c99d794b936d7a28394702581687c79e5906fa14cec271a6eb394dde043a4a1d717c3b677b2a1df33bbc9cd87524a84e6cd5202f22a97f
6
+ metadata.gz: 69913dbf24bcde4f698088ae88e4c95db7fb6620da2c93a34a2f57fc2f454cc9d0e4e7133e3cc59864ed99f78f0bdc8b1e13a2244a8c1a517d6c490e7331d088
7
+ data.tar.gz: 31bf0d6627acbe67e63ed021a3a5953f2e4e9756295267acca1eaf3121dfb5f01d5ba1cbc0bd4a2d6aa5b7df5470d4531e97f554983f71957863936cd9376e58
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/jobs.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/talent"
39
+
40
+ client = Google::Cloud::Talent.company_service
41
+ request = ::Google::Cloud::Talent::V4::CreateCompanyRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_company request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Talent
23
- VERSION = "2.0.2"
23
+ VERSION = "2.0.3"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC