google-apis-jobs_v4 0.13.0 → 0.16.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: e93d825ca43434e0be67d4980d29c643f160a5823d6272ac6d8e02e3dcaa6fb1
4
- data.tar.gz: 3cf314bef156cbdc6669563adadfa0e93fcc6dcae41edbec14dc9efeb041d186
3
+ metadata.gz: 7c94c371e6a6c00968ce021f6aca6984ec8292f6f00c97ec20cf529515c599b3
4
+ data.tar.gz: 1f67240287c853cfba849e085cacd827e7b5ef317ac064676c146784a2102e79
5
5
  SHA512:
6
- metadata.gz: 4d8d872de679aa62079d1812072c0073f8f7c4dc2ca4edbab11e1e075e9baa769ada3245f9ac90f140e15fcb7ff741a6b1fb2fb143140dd78478cbf63ef94f44
7
- data.tar.gz: '07921dba911ae07e56d0d4669fe9b781053f49a676b306097d69bd82f7890d18180aa6f3f603726fcccce83bc649ad83c9c34f2d344eeb0ee911d1a399c589c6'
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.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.
@@ -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); ` The JSON representation for
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 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.
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 this
1671
- # field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting jobs
1672
- # are searched, and address and lat_lng are ignored. If not set or set to
1673
- # TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute job are not searched.
1674
- # This filter can be used by itself to search exclusively for telecommuting jobs,
1675
- # or it can be combined with another location filter to search for a
1676
- # combination of job locations, such as "Mountain View" or "telecommuting" jobs.
1677
- # However, when used in combination with other location filters, telecommuting
1678
- # jobs can be treated as less relevant than other jobs in the search response.
1679
- # This field is only used for job search requests.
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 http://
2092
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
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. 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
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.13.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.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 = "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.13.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: 2021-11-08 00:00:00.000000000 Z
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.13.0
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.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