google-apis-jobs_v4 0.12.0 → 0.15.0

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: 9f2f09b4a2f00a975b07e5058d9277eb1ac133fdfbe90e8a2ff35ff47c2da8f6
4
- data.tar.gz: e76f7e317f023fb255945f87cb6f79e5b28a85f0ef3e533534fbfc64d76a85ed
3
+ metadata.gz: 3ce338daf45084764acdd9ed059404725269f6cbecf5f57925170f0168940909
4
+ data.tar.gz: d92f59b550f168c2a39329134ccd6e22c8d308933b652bc82a14a8fb31aed000
5
5
  SHA512:
6
- metadata.gz: fc310c24b75809058dec17618a11182ace4fb9c1f5833a0cc344fefef4598688eb6b4765383bfb50efaf170d4c2154b2efd9dd64c8aabf9b09a7f1ef756a14dd
7
- data.tar.gz: 314f33eeedb6192dedd3d6a744f7521a3302201019f8e879260b1b1ec4d49aef0266888e827b9ee7142d9d5084a3eb9ff6770c25660531ed246fe534cf0742c1
6
+ metadata.gz: 61b862942f5fd92f9eddb67545042c5f998f0e96bf433604d30bb174e943e9eee2b6f1a46944b0de3bf4c7321e7015dcfabccaa6404234d39b6225389c4485cd
7
+ data.tar.gz: baf7668fddffba1bfffbed09a8fd9fa618276e179d315153aa05c1cfddb9ed855f050bd4fdf49dadd0dea467ef3e133eaa1a4f617df4c61bbb6aec260576221c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.15.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220303
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.14.0 (2021-12-16)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.13.0 (2021-11-04)
13
+
14
+ * Regenerated from discovery document revision 20211025
15
+
3
16
  ### v0.12.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
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.authentication = # ... use the googleauth gem to create credentials
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.
@@ -977,7 +977,7 @@ module Google
977
977
 
978
978
  # A map of fields to hold both filterable and non-filterable custom job
979
979
  # attributes that are not covered by the provided structured fields. The keys of
980
- # the map are strings up to 64 bytes and must match the pattern: a-zA-Z*. For
980
+ # the map are strings up to 64 bytes and must match the pattern: `a-zA-Z*`. For
981
981
  # example, key0LikeThis or KEY_1_LIKE_THIS. At most 100 filterable and at most
982
982
  # 100 unfilterable keys are supported. For filterable `string_values`, across
983
983
  # all keys at most 200 values are allowed, with each string no more than 255
@@ -1293,11 +1293,15 @@ module Google
1293
1293
  # @return [Array<String>]
1294
1294
  attr_accessor :companies
1295
1295
 
1296
- # This filter specifies the exact company Company.display_name of the jobs to
1297
- # search against. If a value isn't specified, jobs within the search results are
1298
- # associated with any company. If multiple values are specified, jobs within the
1299
- # search results may be associated with any of the specified companies. At most
1300
- # 20 company display name filters are allowed.
1296
+ # This filter specifies the company Company.display_name of the jobs to search
1297
+ # against. The company name must match the value exactly. Alternatively, if the
1298
+ # value being searched for is wrapped in SUBSTRING_MATCH([value]), the company
1299
+ # name must contain a case insensitive substring match of the value. Using this
1300
+ # function may increase latency. Sample Value: SUBSTRING_MATCH(google) If a
1301
+ # value isn't specified, jobs within the search results are associated with any
1302
+ # company. If multiple values are specified, jobs within the search results may
1303
+ # be associated with any of the specified companies. At most 20 company display
1304
+ # name filters are allowed.
1301
1305
  # Corresponds to the JSON property `companyDisplayNames`
1302
1306
  # @return [Array<String>]
1303
1307
  attr_accessor :company_display_names
@@ -2088,8 +2092,8 @@ module Google
2088
2092
  attr_accessor :recipients
2089
2093
 
2090
2094
  # 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 http://
2092
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
2095
+ # inferred and it is up to the user to ensure the value is correct. See https://
2096
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2093
2097
  # territory_information.html for details. Example: "CH" for Switzerland.
2094
2098
  # Corresponds to the JSON property `regionCode`
2095
2099
  # @return [String]
@@ -2308,50 +2312,50 @@ module Google
2308
2312
  # Available aggregation function calls are: * `count(string_histogram_facet)`:
2309
2313
  # Count the number of matching entities, for each distinct attribute value. * `
2310
2314
  # count(numeric_histogram_facet, list of buckets)`: Count the number of matching
2311
- # entities within each bucket. Data types: * Histogram facet: facet names with
2312
- # format a-zA-Z+. * String: string like "any string with backslash escape for
2313
- # quote(\")." * Number: whole number and floating point number like 10, -1 and -
2314
- # 0.01. * List: list of elements with comma(,) separator surrounded by square
2315
- # brackets, for example, [1, 2, 3] and ["one", "two", "three"]. Built-in
2316
- # constants: * MIN (minimum number similar to java Double.MIN_VALUE) * MAX (
2317
- # maximum number similar to java Double.MAX_VALUE) Built-in functions: * bucket(
2318
- # start, end[, label]): bucket built-in function creates a bucket with range of
2319
- # start, end). Note that the end is exclusive, for example, bucket(1, MAX, "
2320
- # positive number") or bucket(1, 10). Job histogram facets: *
2321
- # company_display_name: histogram by [Job.company_display_name. *
2322
- # employment_type: histogram by Job.employment_types, for example, "FULL_TIME", "
2323
- # PART_TIME". * company_size: histogram by CompanySize, for example, "SMALL", "
2324
- # MEDIUM", "BIG". * publish_time_in_day: histogram by the Job.
2325
- # posting_publish_time in days. Must specify list of numeric buckets in spec. *
2326
- # publish_time_in_month: histogram by the Job.posting_publish_time in months.
2327
- # Must specify list of numeric buckets in spec. * publish_time_in_year:
2328
- # histogram by the Job.posting_publish_time in years. Must specify list of
2329
- # numeric buckets in spec. * degree_types: histogram by the Job.degree_types,
2330
- # for example, "Bachelors", "Masters". * job_level: histogram by the Job.
2331
- # job_level, for example, "Entry Level". * country: histogram by the country
2332
- # code of jobs, for example, "US", "FR". * admin1: histogram by the admin1 code
2333
- # of jobs, which is a global placeholder referring to the state, province, or
2334
- # the particular term a country uses to define the geographic structure below
2335
- # the country level, for example, "CA", "IL". * city: histogram by a combination
2336
- # of the "city name, admin1 code". For example, "Mountain View, CA", "New York,
2337
- # NY". * admin1_country: histogram by a combination of the "admin1 code, country"
2338
- # , for example, "CA, US", "IL, US". * city_coordinate: histogram by the city
2339
- # center's GPS coordinates (latitude and longitude), for example, 37.4038522,-
2340
- # 122.0987765. Since the coordinates of a city center can change, customers may
2341
- # need to refresh them periodically. * locale: histogram by the Job.
2342
- # language_code, for example, "en-US", "fr-FR". * language: histogram by the
2343
- # language subtag of the Job.language_code, for example, "en", "fr". * category:
2344
- # histogram by the JobCategory, for example, "COMPUTER_AND_IT", "HEALTHCARE". *
2345
- # base_compensation_unit: histogram by the CompensationInfo.CompensationUnit of
2346
- # base salary, for example, "WEEKLY", "MONTHLY". * base_compensation: histogram
2347
- # by the base salary. Must specify list of numeric buckets to group results by. *
2348
- # annualized_base_compensation: histogram by the base annualized salary. Must
2349
- # specify list of numeric buckets to group results by. *
2350
- # annualized_total_compensation: histogram by the total annualized salary. Must
2351
- # specify list of numeric buckets to group results by. * string_custom_attribute:
2352
- # histogram by string Job.custom_attributes. Values can be accessed via square
2353
- # bracket notations like string_custom_attribute["key1"]. *
2354
- # numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
2315
+ # entities within each bucket. A maximum of 200 histogram buckets are supported.
2316
+ # Data types: * Histogram facet: facet names with format `a-zA-Z+`. * String:
2317
+ # string like "any string with backslash escape for quote(\")." * Number: whole
2318
+ # number and floating point number like 10, -1 and -0.01. * List: list of
2319
+ # elements with comma(,) separator surrounded by square brackets, for example, [
2320
+ # 1, 2, 3] and ["one", "two", "three"]. Built-in constants: * MIN (minimum
2321
+ # number similar to java Double.MIN_VALUE) * MAX (maximum number similar to java
2322
+ # Double.MAX_VALUE) Built-in functions: * bucket(start, end[, label]): bucket
2323
+ # built-in function creates a bucket with range of start, end). Note that the
2324
+ # end is exclusive, for example, bucket(1, MAX, "positive number") or bucket(1,
2325
+ # 10). Job histogram facets: * company_display_name: histogram by [Job.
2326
+ # company_display_name. * employment_type: histogram by Job.employment_types,
2327
+ # for example, "FULL_TIME", "PART_TIME". * company_size: histogram by
2328
+ # CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
2329
+ # histogram by the Job.posting_publish_time in days. Must specify list of
2330
+ # numeric buckets in spec. * publish_time_in_month: histogram by the Job.
2331
+ # posting_publish_time in months. Must specify list of numeric buckets in spec. *
2332
+ # publish_time_in_year: histogram by the Job.posting_publish_time in years.
2333
+ # Must specify list of numeric buckets in spec. * degree_types: histogram by the
2334
+ # Job.degree_types, for example, "Bachelors", "Masters". * job_level: histogram
2335
+ # by the Job.job_level, for example, "Entry Level". * country: histogram by the
2336
+ # country code of jobs, for example, "US", "FR". * admin1: histogram by the
2337
+ # admin1 code of jobs, which is a global placeholder referring to the state,
2338
+ # province, or the particular term a country uses to define the geographic
2339
+ # structure below the country level, for example, "CA", "IL". * city: histogram
2340
+ # by a combination of the "city name, admin1 code". For example, "Mountain View,
2341
+ # CA", "New York, NY". * admin1_country: histogram by a combination of the "
2342
+ # admin1 code, country", for example, "CA, US", "IL, US". * city_coordinate:
2343
+ # histogram by the city center's GPS coordinates (latitude and longitude), for
2344
+ # example, 37.4038522,-122.0987765. Since the coordinates of a city center can
2345
+ # change, customers may need to refresh them periodically. * locale: histogram
2346
+ # by the Job.language_code, for example, "en-US", "fr-FR". * language: histogram
2347
+ # by the language subtag of the Job.language_code, for example, "en", "fr". *
2348
+ # category: histogram by the JobCategory, for example, "COMPUTER_AND_IT", "
2349
+ # HEALTHCARE". * base_compensation_unit: histogram by the CompensationInfo.
2350
+ # CompensationUnit of base salary, for example, "WEEKLY", "MONTHLY". *
2351
+ # base_compensation: histogram by the base salary. Must specify list of numeric
2352
+ # buckets to group results by. * annualized_base_compensation: histogram by the
2353
+ # base annualized salary. Must specify list of numeric buckets to group results
2354
+ # by. * annualized_total_compensation: histogram by the total annualized salary.
2355
+ # Must specify list of numeric buckets to group results by. *
2356
+ # string_custom_attribute: histogram by string Job.custom_attributes. Values can
2357
+ # be accessed via square bracket notations like string_custom_attribute["key1"].
2358
+ # * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
2355
2359
  # can be accessed via square bracket notations like numeric_custom_attribute["
2356
2360
  # key1"]. Must specify list of numeric buckets to group results by. Example
2357
2361
  # 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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210830"
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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.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: 2021-10-27 00:00:00.000000000 Z
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
@@ -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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.15.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.2.17
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