google-apis-jobs_v4 0.13.0 → 0.16.0
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 +4 -4
- data/CHANGELOG.md +13 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/jobs_v4/classes.rb +68 -63
- data/lib/google/apis/jobs_v4/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c94c371e6a6c00968ce021f6aca6984ec8292f6f00c97ec20cf529515c599b3
|
4
|
+
data.tar.gz: 1f67240287c853cfba849e085cacd827e7b5ef317ac064676c146784a2102e79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b23456a94a4ad7ab9ef402be444e4e60e1942f08df3d43a6942c710b408f4171f80b1a65229035dd9b00bc1ad0b2d1d79895d46d2f6a125e8bd6405c30686a30
|
7
|
+
data.tar.gz: b422a6e3a930350b0945ad7c8fcd51e229c8f37a00498cee31d95598caa55d142cc86a74bac0a07c2826df302755d0c231257e9e905887f8f2511603f0bc22e7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-jobs_v4
|
2
2
|
|
3
|
+
### v0.16.0 (2022-03-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220325
|
6
|
+
|
7
|
+
### v0.15.0 (2022-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220303
|
10
|
+
* Regenerated using generator version 0.4.1
|
11
|
+
|
12
|
+
### v0.14.0 (2021-12-16)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
3
16
|
### v0.13.0 (2021-11-04)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20211025
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/jobs_v4"
|
|
51
51
|
client = Google::Apis::JobsV4::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.
|
@@ -861,8 +861,7 @@ module Google
|
|
861
861
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
862
862
|
# messages in your APIs. A typical example is to use it as the request or the
|
863
863
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
864
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
865
|
-
# `Empty` is empty JSON object ````.
|
864
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
866
865
|
class Empty
|
867
866
|
include Google::Apis::Core::Hashable
|
868
867
|
|
@@ -1293,11 +1292,15 @@ module Google
|
|
1293
1292
|
# @return [Array<String>]
|
1294
1293
|
attr_accessor :companies
|
1295
1294
|
|
1296
|
-
# This filter specifies the
|
1297
|
-
#
|
1298
|
-
#
|
1299
|
-
#
|
1300
|
-
#
|
1295
|
+
# This filter specifies the company Company.display_name of the jobs to search
|
1296
|
+
# against. The company name must match the value exactly. Alternatively, if the
|
1297
|
+
# value being searched for is wrapped in `SUBSTRING_MATCH([value])`, the company
|
1298
|
+
# name must contain a case insensitive substring match of the value. Using this
|
1299
|
+
# function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` If a
|
1300
|
+
# value isn't specified, jobs within the search results are associated with any
|
1301
|
+
# company. If multiple values are specified, jobs within the search results may
|
1302
|
+
# be associated with any of the specified companies. At most 20 company display
|
1303
|
+
# name filters are allowed.
|
1301
1304
|
# Corresponds to the JSON property `companyDisplayNames`
|
1302
1305
|
# @return [Array<String>]
|
1303
1306
|
attr_accessor :company_display_names
|
@@ -1667,16 +1670,18 @@ module Google
|
|
1667
1670
|
|
1668
1671
|
# Allows the client to return jobs without a set location, specifically,
|
1669
1672
|
# telecommuting jobs (telecommuting is considered by the service as a special
|
1670
|
-
# location. Job.posting_region indicates if a job permits telecommuting. If
|
1671
|
-
# field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting
|
1672
|
-
# are searched, and address and lat_lng are ignored. If not set or set to
|
1673
|
-
# TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute
|
1674
|
-
#
|
1675
|
-
#
|
1676
|
-
#
|
1677
|
-
#
|
1678
|
-
#
|
1679
|
-
#
|
1673
|
+
# location). Job.posting_region indicates if a job permits telecommuting. If
|
1674
|
+
# this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting
|
1675
|
+
# jobs are searched, and address and lat_lng are ignored. If not set or set to
|
1676
|
+
# TelecommutePreference.TELECOMMUTE_EXCLUDED, the telecommute status of the jobs
|
1677
|
+
# is ignored. Jobs that have PostingRegion.TELECOMMUTE and have additional Job.
|
1678
|
+
# addresses may still be matched based on other location filters using address
|
1679
|
+
# or latlng. This filter can be used by itself to search exclusively for
|
1680
|
+
# telecommuting jobs, or it can be combined with another location filter to
|
1681
|
+
# search for a combination of job locations, such as "Mountain View" or "
|
1682
|
+
# telecommuting" jobs. However, when used in combination with other location
|
1683
|
+
# filters, telecommuting jobs can be treated as less relevant than other jobs in
|
1684
|
+
# the search response. This field is only used for job search requests.
|
1680
1685
|
# Corresponds to the JSON property `telecommutePreference`
|
1681
1686
|
# @return [String]
|
1682
1687
|
attr_accessor :telecommute_preference
|
@@ -2088,8 +2093,8 @@ module Google
|
|
2088
2093
|
attr_accessor :recipients
|
2089
2094
|
|
2090
2095
|
# Required. CLDR region code of the country/region of the address. This is never
|
2091
|
-
# inferred and it is up to the user to ensure the value is correct. See
|
2092
|
-
# cldr.unicode.org/ and
|
2096
|
+
# inferred and it is up to the user to ensure the value is correct. See https://
|
2097
|
+
# cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
|
2093
2098
|
# territory_information.html for details. Example: "CH" for Switzerland.
|
2094
2099
|
# Corresponds to the JSON property `regionCode`
|
2095
2100
|
# @return [String]
|
@@ -2308,50 +2313,50 @@ module Google
|
|
2308
2313
|
# Available aggregation function calls are: * `count(string_histogram_facet)`:
|
2309
2314
|
# Count the number of matching entities, for each distinct attribute value. * `
|
2310
2315
|
# count(numeric_histogram_facet, list of buckets)`: Count the number of matching
|
2311
|
-
# entities within each bucket.
|
2312
|
-
# format `a-zA-Z+`. * String:
|
2313
|
-
# quote(\")." * Number: whole
|
2314
|
-
# 0.01. * List: list of
|
2315
|
-
#
|
2316
|
-
#
|
2317
|
-
#
|
2318
|
-
# start, end[, label]): bucket
|
2319
|
-
# start, end). Note that the
|
2320
|
-
# positive number") or bucket(1,
|
2321
|
-
# company_display_name: histogram by [Job.
|
2322
|
-
# employment_type: histogram by Job.employment_types,
|
2323
|
-
# PART_TIME". * company_size: histogram by
|
2324
|
-
# MEDIUM", "BIG". * publish_time_in_day:
|
2325
|
-
# posting_publish_time in days. Must specify list of
|
2326
|
-
# publish_time_in_month: histogram by the Job.
|
2327
|
-
# Must specify list of numeric buckets in spec. *
|
2328
|
-
# histogram by the Job.posting_publish_time in years.
|
2329
|
-
# numeric buckets in spec. * degree_types: histogram by the
|
2330
|
-
# for example, "Bachelors", "Masters". * job_level: histogram
|
2331
|
-
# job_level, for example, "Entry Level". * country: histogram by the
|
2332
|
-
# code of jobs, for example, "US", "FR". * admin1: histogram by the
|
2333
|
-
# of jobs, which is a global placeholder referring to the state,
|
2334
|
-
# the particular term a country uses to define the geographic
|
2335
|
-
# the country level, for example, "CA", "IL". * city: histogram
|
2336
|
-
# of the "city name, admin1 code". For example, "Mountain View,
|
2337
|
-
# NY". * admin1_country: histogram by a combination of the "
|
2338
|
-
# , for example, "CA, US", "IL, US". * city_coordinate:
|
2339
|
-
# center's GPS coordinates (latitude and longitude), for
|
2340
|
-
# 122.0987765. Since the coordinates of a city center can
|
2341
|
-
# need to refresh them periodically. * locale: histogram
|
2342
|
-
# language_code, for example, "en-US", "fr-FR". * language: histogram
|
2343
|
-
# language subtag of the Job.language_code, for example, "en", "fr". *
|
2344
|
-
# histogram by the JobCategory, for example, "COMPUTER_AND_IT", "
|
2345
|
-
# base_compensation_unit: histogram by the CompensationInfo.
|
2346
|
-
# base salary, for example, "WEEKLY", "MONTHLY". *
|
2347
|
-
# by the base salary. Must specify list of numeric
|
2348
|
-
# annualized_base_compensation: histogram by the
|
2349
|
-
# specify list of numeric buckets to group results
|
2350
|
-
# annualized_total_compensation: histogram by the total annualized salary.
|
2351
|
-
# specify list of numeric buckets to group results by. *
|
2352
|
-
# histogram by string Job.custom_attributes. Values can
|
2353
|
-
# bracket notations like string_custom_attribute["key1"].
|
2354
|
-
# numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
|
2316
|
+
# entities within each bucket. A maximum of 200 histogram buckets are supported.
|
2317
|
+
# Data types: * Histogram facet: facet names with format `a-zA-Z+`. * String:
|
2318
|
+
# string like "any string with backslash escape for quote(\")." * Number: whole
|
2319
|
+
# number and floating point number like 10, -1 and -0.01. * List: list of
|
2320
|
+
# elements with comma(,) separator surrounded by square brackets, for example, [
|
2321
|
+
# 1, 2, 3] and ["one", "two", "three"]. Built-in constants: * MIN (minimum
|
2322
|
+
# number similar to java Double.MIN_VALUE) * MAX (maximum number similar to java
|
2323
|
+
# Double.MAX_VALUE) Built-in functions: * bucket(start, end[, label]): bucket
|
2324
|
+
# built-in function creates a bucket with range of start, end). Note that the
|
2325
|
+
# end is exclusive, for example, bucket(1, MAX, "positive number") or bucket(1,
|
2326
|
+
# 10). Job histogram facets: * company_display_name: histogram by [Job.
|
2327
|
+
# company_display_name. * employment_type: histogram by Job.employment_types,
|
2328
|
+
# for example, "FULL_TIME", "PART_TIME". * company_size: histogram by
|
2329
|
+
# CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
|
2330
|
+
# histogram by the Job.posting_publish_time in days. Must specify list of
|
2331
|
+
# numeric buckets in spec. * publish_time_in_month: histogram by the Job.
|
2332
|
+
# posting_publish_time in months. Must specify list of numeric buckets in spec. *
|
2333
|
+
# publish_time_in_year: histogram by the Job.posting_publish_time in years.
|
2334
|
+
# Must specify list of numeric buckets in spec. * degree_types: histogram by the
|
2335
|
+
# Job.degree_types, for example, "Bachelors", "Masters". * job_level: histogram
|
2336
|
+
# by the Job.job_level, for example, "Entry Level". * country: histogram by the
|
2337
|
+
# country code of jobs, for example, "US", "FR". * admin1: histogram by the
|
2338
|
+
# admin1 code of jobs, which is a global placeholder referring to the state,
|
2339
|
+
# province, or the particular term a country uses to define the geographic
|
2340
|
+
# structure below the country level, for example, "CA", "IL". * city: histogram
|
2341
|
+
# by a combination of the "city name, admin1 code". For example, "Mountain View,
|
2342
|
+
# CA", "New York, NY". * admin1_country: histogram by a combination of the "
|
2343
|
+
# admin1 code, country", for example, "CA, US", "IL, US". * city_coordinate:
|
2344
|
+
# histogram by the city center's GPS coordinates (latitude and longitude), for
|
2345
|
+
# example, 37.4038522,-122.0987765. Since the coordinates of a city center can
|
2346
|
+
# change, customers may need to refresh them periodically. * locale: histogram
|
2347
|
+
# by the Job.language_code, for example, "en-US", "fr-FR". * language: histogram
|
2348
|
+
# by the language subtag of the Job.language_code, for example, "en", "fr". *
|
2349
|
+
# category: histogram by the JobCategory, for example, "COMPUTER_AND_IT", "
|
2350
|
+
# HEALTHCARE". * base_compensation_unit: histogram by the CompensationInfo.
|
2351
|
+
# CompensationUnit of base salary, for example, "WEEKLY", "MONTHLY". *
|
2352
|
+
# base_compensation: histogram by the base salary. Must specify list of numeric
|
2353
|
+
# buckets to group results by. * annualized_base_compensation: histogram by the
|
2354
|
+
# base annualized salary. Must specify list of numeric buckets to group results
|
2355
|
+
# by. * annualized_total_compensation: histogram by the total annualized salary.
|
2356
|
+
# Must specify list of numeric buckets to group results by. *
|
2357
|
+
# string_custom_attribute: histogram by string Job.custom_attributes. Values can
|
2358
|
+
# be accessed via square bracket notations like string_custom_attribute["key1"].
|
2359
|
+
# * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
|
2355
2360
|
# can be accessed via square bracket notations like numeric_custom_attribute["
|
2356
2361
|
# key1"]. Must specify list of numeric buckets to group results by. Example
|
2357
2362
|
# expressions: * `count(admin1)` * `count(base_compensation, [bucket(1000, 10000)
|
@@ -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.16.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 = "20220325"
|
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.16.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-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.16.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: []
|
@@ -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 V4
|