google-apis-jobs_v4 0.14.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: 88c26bef2654b8c8f1d0e4359933e680bfa5a306c543830022d660dbd3b556dd
4
- data.tar.gz: f564876e345736003e37d6b84e4afca1e8bd234ee4a3cfa6eb1e4323a86d2c6b
3
+ metadata.gz: 3ce338daf45084764acdd9ed059404725269f6cbecf5f57925170f0168940909
4
+ data.tar.gz: d92f59b550f168c2a39329134ccd6e22c8d308933b652bc82a14a8fb31aed000
5
5
  SHA512:
6
- metadata.gz: ac02e3da06a1e6a17839aefd1dd81d18fe766188e43dbd02158b90f9e3816eebdd0caf8d4e47cfd1c66336f9016c9d65e16f510f25b0ad0a6b360b05dadc282a
7
- data.tar.gz: f8b1544baa6bc4b555fda0b047316a1702c9f08665caa82150396da11b714bdb9613f2762eba23fdc8f0e3b998fd0dd7d19704e22632e9d967670503307ca0ef
6
+ metadata.gz: 61b862942f5fd92f9eddb67545042c5f998f0e96bf433604d30bb174e943e9eee2b6f1a46944b0de3bf4c7321e7015dcfabccaa6404234d39b6225389c4485cd
7
+ data.tar.gz: baf7668fddffba1bfffbed09a8fd9fa618276e179d315153aa05c1cfddb9ed855f050bd4fdf49dadd0dea467ef3e133eaa1a4f617df4c61bbb6aec260576221c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.14.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -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.14.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 = "20211025"
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.14.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: 2022-01-10 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.14.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.3.4
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