google-apis-jobs_v4 0.23.0 → 0.25.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 +8 -0
- data/lib/google/apis/jobs_v4/classes.rb +9 -8
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39a2f533b4b9098d15fac2ce4dbf1c40bf91cdb01380db15a182ec81598d517f
|
4
|
+
data.tar.gz: '088e1f78cead31d7722af80eb0a873f115c82793eab88dd71bb70ccd0263a883'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33c85b2e6a8ea3c98e8c58144a939ac099b3134682cdbbe2b55c694e412199bbba2c22fd51efb7b78bb4a7f986d001e7718e00b981a2525d1c5b733062b9b8b7
|
7
|
+
data.tar.gz: c651a8399bf5b2c8a14aee57c361c0e2685026eddc61ef0bbd0966ece7e63199750b6b9cf4ed5d6d54dc7b06a2a012609cda61c303162a7a81f2332ea71f366c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.25.0 (2022-11-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221024
|
6
|
+
|
7
|
+
### v0.24.0 (2022-10-20)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.11.0
|
10
|
+
|
3
11
|
### v0.23.0 (2022-09-23)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.10.0
|
@@ -452,12 +452,13 @@ module Google
|
|
452
452
|
# @return [String]
|
453
453
|
attr_accessor :image_uri
|
454
454
|
|
455
|
-
#
|
456
|
-
#
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
455
|
+
# This field is deprecated. Please set the searchability of the custom attribute
|
456
|
+
# in the Job.custom_attributes going forward. A list of keys of filterable Job.
|
457
|
+
# custom_attributes, whose corresponding `string_values` are used in keyword
|
458
|
+
# searches. Jobs with `string_values` under these specified field keys are
|
459
|
+
# returned if any of the values match the search keyword. Custom field values
|
460
|
+
# with parenthesis, brackets and special symbols are not searchable as-is, and
|
461
|
+
# those keyword queries must be surrounded by quotes.
|
461
462
|
# Corresponds to the JSON property `keywordSearchableJobCustomAttributes`
|
462
463
|
# @return [Array<String>]
|
463
464
|
attr_accessor :keyword_searchable_job_custom_attributes
|
@@ -2341,8 +2342,8 @@ module Google
|
|
2341
2342
|
# end is exclusive, for example, bucket(1, MAX, "positive number") or bucket(1,
|
2342
2343
|
# 10). Job histogram facets: * company_display_name: histogram by [Job.
|
2343
2344
|
# company_display_name. * employment_type: histogram by Job.employment_types,
|
2344
|
-
# for example, "FULL_TIME", "PART_TIME". * company_size: histogram
|
2345
|
-
# CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
|
2345
|
+
# for example, "FULL_TIME", "PART_TIME". * company_size (DEPRECATED): histogram
|
2346
|
+
# by CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
|
2346
2347
|
# histogram by the Job.posting_publish_time in days. Must specify list of
|
2347
2348
|
# numeric buckets in spec. * publish_time_in_month: histogram by the Job.
|
2348
2349
|
# posting_publish_time in months. Must specify list of numeric buckets in spec. *
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module JobsV4
|
18
18
|
# Version of the google-apis-jobs_v4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221024"
|
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_v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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: 2022-
|
11
|
+
date: 2022-11-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.9.
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.9.
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|