google-apis-jobs_v3 0.10.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/jobs_v3/classes.rb +11 -7
- data/lib/google/apis/jobs_v3/gem_version.rb +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae2115958cc68dc212308b0833194bb34f9e30fa2ce41c47af00c7d8b4b760a0
|
4
|
+
data.tar.gz: 8f8478f7e1c1d3758f8bcde1330fe49347cb73ab54207f23a2630d5537a107e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79c791b7842cde73706450b0e630794240bbc81c00a7d28e3d689a5354f84ee960cf1cc36f5172a3d345f48200ec276a66bf178ba5e3478de29c02203fc482c0
|
7
|
+
data.tar.gz: d306acb21c3634501abd073e84d214be8991e01f10322249b9bd38eb6a22dd0a18e92f58e3f026bb17feac5c314cf5038d6ff79f6115188a0cbd99fa7f0a2b89
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-jobs_v3
|
2
2
|
|
3
|
+
### v0.13.0 (2022-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220303
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
8
|
+
### v0.12.0 (2021-12-16)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.11.0 (2021-10-20)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.10.0 (2021-09-02)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20210830
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/jobs_v3"
|
|
51
51
|
client = Google::Apis::JobsV3::CloudTalentSolutionService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Jobs service in particular.)
|
67
67
|
|
@@ -1365,11 +1365,15 @@ module Google
|
|
1365
1365
|
# @return [Google::Apis::JobsV3::CommuteFilter]
|
1366
1366
|
attr_accessor :commute_filter
|
1367
1367
|
|
1368
|
-
# Optional. This filter specifies the
|
1369
|
-
# search against.
|
1370
|
-
#
|
1371
|
-
#
|
1372
|
-
#
|
1368
|
+
# Optional. This filter specifies the company Company.display_name of the jobs
|
1369
|
+
# to search against. The company name must match the value exactly.
|
1370
|
+
# Alternatively, if the value being searched for is wrapped in SUBSTRING_MATCH([
|
1371
|
+
# value]), the company name must contain a case insensitive substring match of
|
1372
|
+
# the value. Using this function may increase latency. Sample Value:
|
1373
|
+
# SUBSTRING_MATCH(google) If a value isn't specified, jobs within the search
|
1374
|
+
# results are associated with any company. If multiple values are specified,
|
1375
|
+
# jobs within the search results may be associated with any of the specified
|
1376
|
+
# companies. At most 20 company display name filters are allowed.
|
1373
1377
|
# Corresponds to the JSON property `companyDisplayNames`
|
1374
1378
|
# @return [Array<String>]
|
1375
1379
|
attr_accessor :company_display_names
|
@@ -2107,8 +2111,8 @@ module Google
|
|
2107
2111
|
attr_accessor :recipients
|
2108
2112
|
|
2109
2113
|
# Required. CLDR region code of the country/region of the address. This is never
|
2110
|
-
# inferred and it is up to the user to ensure the value is correct. See
|
2111
|
-
# cldr.unicode.org/ and
|
2114
|
+
# inferred and it is up to the user to ensure the value is correct. See https://
|
2115
|
+
# cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
|
2112
2116
|
# territory_information.html for details. Example: "CH" for Switzerland.
|
2113
2117
|
# Corresponds to the JSON property `regionCode`
|
2114
2118
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV3
|
18
18
|
# Version of the google-apis-jobs_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-jobs_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
60
|
+
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3/CHANGELOG.md
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.13.0
|
62
|
+
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
65
65
|
require_paths:
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Talent Solution API V3
|