google-apis-jobs_v4 0.14.0 → 0.17.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: add67424a91442edef47a435856f69f3b3fe3eaf8ff9437aa144027129079ebe
4
+ data.tar.gz: 810d927d39acb29ef36d126ab399da8d9a98e7ace005e50670f98e7fd93c8b8c
5
5
  SHA512:
6
- metadata.gz: ac02e3da06a1e6a17839aefd1dd81d18fe766188e43dbd02158b90f9e3816eebdd0caf8d4e47cfd1c66336f9016c9d65e16f510f25b0ad0a6b360b05dadc282a
7
- data.tar.gz: f8b1544baa6bc4b555fda0b047316a1702c9f08665caa82150396da11b714bdb9613f2762eba23fdc8f0e3b998fd0dd7d19704e22632e9d967670503307ca0ef
6
+ metadata.gz: 5babc9ab0c9d65d111c95344589995521623838ee81e319b68ec8865759ab3cce12410643bafd5d07891726e00ddd84fd66fab8d922674d4859d4c0b71102ad2
7
+ data.tar.gz: 7f990f4689bf1ea006eca5137faa18904b13f9bcdcd542431d35cf53486be8c4503d1c66d159f95caacb97cefbc8ead7ba7fcccc92634970c425d5b32c8e7d4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.17.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
7
+ ### v0.16.0 (2022-03-29)
8
+
9
+ * Regenerated from discovery document revision 20220325
10
+
11
+ ### v0.15.0 (2022-03-09)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.14.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -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,19 @@ 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, the
1297
+ # value being searched for can be wrapped in different match operators. `
1298
+ # SUBSTRING_MATCH([value])` The company name must contain a case insensitive
1299
+ # substring match of the value. Using this function may increase latency. Sample
1300
+ # Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value
1301
+ # will be treated as a multi word token and the company name must contain a case
1302
+ # insensitive match of the value. Using this function may increase latency.
1303
+ # Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified,
1304
+ # jobs within the search results are associated with any company. If multiple
1305
+ # values are specified, jobs within the search results may be associated with
1306
+ # any of the specified companies. At most 20 company display name filters are
1307
+ # allowed.
1301
1308
  # Corresponds to the JSON property `companyDisplayNames`
1302
1309
  # @return [Array<String>]
1303
1310
  attr_accessor :company_display_names
@@ -1667,16 +1674,18 @@ module Google
1667
1674
 
1668
1675
  # Allows the client to return jobs without a set location, specifically,
1669
1676
  # 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.
1677
+ # location). Job.posting_region indicates if a job permits telecommuting. If
1678
+ # this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting
1679
+ # jobs are searched, and address and lat_lng are ignored. If not set or set to
1680
+ # TelecommutePreference.TELECOMMUTE_EXCLUDED, the telecommute status of the jobs
1681
+ # is ignored. Jobs that have PostingRegion.TELECOMMUTE and have additional Job.
1682
+ # addresses may still be matched based on other location filters using address
1683
+ # or latlng. This filter can be used by itself to search exclusively for
1684
+ # telecommuting jobs, or it can be combined with another location filter to
1685
+ # search for a combination of job locations, such as "Mountain View" or "
1686
+ # telecommuting" jobs. However, when used in combination with other location
1687
+ # filters, telecommuting jobs can be treated as less relevant than other jobs in
1688
+ # the search response. This field is only used for job search requests.
1680
1689
  # Corresponds to the JSON property `telecommutePreference`
1681
1690
  # @return [String]
1682
1691
  attr_accessor :telecommute_preference
@@ -2088,8 +2097,8 @@ module Google
2088
2097
  attr_accessor :recipients
2089
2098
 
2090
2099
  # 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/
2100
+ # inferred and it is up to the user to ensure the value is correct. See https://
2101
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2093
2102
  # territory_information.html for details. Example: "CH" for Switzerland.
2094
2103
  # Corresponds to the JSON property `regionCode`
2095
2104
  # @return [String]
@@ -2308,50 +2317,50 @@ module Google
2308
2317
  # Available aggregation function calls are: * `count(string_histogram_facet)`:
2309
2318
  # Count the number of matching entities, for each distinct attribute value. * `
2310
2319
  # 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
2320
+ # entities within each bucket. A maximum of 200 histogram buckets are supported.
2321
+ # Data types: * Histogram facet: facet names with format `a-zA-Z+`. * String:
2322
+ # string like "any string with backslash escape for quote(\")." * Number: whole
2323
+ # number and floating point number like 10, -1 and -0.01. * List: list of
2324
+ # elements with comma(,) separator surrounded by square brackets, for example, [
2325
+ # 1, 2, 3] and ["one", "two", "three"]. Built-in constants: * MIN (minimum
2326
+ # number similar to java Double.MIN_VALUE) * MAX (maximum number similar to java
2327
+ # Double.MAX_VALUE) Built-in functions: * bucket(start, end[, label]): bucket
2328
+ # built-in function creates a bucket with range of start, end). Note that the
2329
+ # end is exclusive, for example, bucket(1, MAX, "positive number") or bucket(1,
2330
+ # 10). Job histogram facets: * company_display_name: histogram by [Job.
2331
+ # company_display_name. * employment_type: histogram by Job.employment_types,
2332
+ # for example, "FULL_TIME", "PART_TIME". * company_size: histogram by
2333
+ # CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
2334
+ # histogram by the Job.posting_publish_time in days. Must specify list of
2335
+ # numeric buckets in spec. * publish_time_in_month: histogram by the Job.
2336
+ # posting_publish_time in months. Must specify list of numeric buckets in spec. *
2337
+ # publish_time_in_year: histogram by the Job.posting_publish_time in years.
2338
+ # Must specify list of numeric buckets in spec. * degree_types: histogram by the
2339
+ # Job.degree_types, for example, "Bachelors", "Masters". * job_level: histogram
2340
+ # by the Job.job_level, for example, "Entry Level". * country: histogram by the
2341
+ # country code of jobs, for example, "US", "FR". * admin1: histogram by the
2342
+ # admin1 code of jobs, which is a global placeholder referring to the state,
2343
+ # province, or the particular term a country uses to define the geographic
2344
+ # structure below the country level, for example, "CA", "IL". * city: histogram
2345
+ # by a combination of the "city name, admin1 code". For example, "Mountain View,
2346
+ # CA", "New York, NY". * admin1_country: histogram by a combination of the "
2347
+ # admin1 code, country", for example, "CA, US", "IL, US". * city_coordinate:
2348
+ # histogram by the city center's GPS coordinates (latitude and longitude), for
2349
+ # example, 37.4038522,-122.0987765. Since the coordinates of a city center can
2350
+ # change, customers may need to refresh them periodically. * locale: histogram
2351
+ # by the Job.language_code, for example, "en-US", "fr-FR". * language: histogram
2352
+ # by the language subtag of the Job.language_code, for example, "en", "fr". *
2353
+ # category: histogram by the JobCategory, for example, "COMPUTER_AND_IT", "
2354
+ # HEALTHCARE". * base_compensation_unit: histogram by the CompensationInfo.
2355
+ # CompensationUnit of base salary, for example, "WEEKLY", "MONTHLY". *
2356
+ # base_compensation: histogram by the base salary. Must specify list of numeric
2357
+ # buckets to group results by. * annualized_base_compensation: histogram by the
2358
+ # base annualized salary. Must specify list of numeric buckets to group results
2359
+ # by. * annualized_total_compensation: histogram by the total annualized salary.
2360
+ # Must specify list of numeric buckets to group results by. *
2361
+ # string_custom_attribute: histogram by string Job.custom_attributes. Values can
2362
+ # be accessed via square bracket notations like string_custom_attribute["key1"].
2363
+ # * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values
2355
2364
  # can be accessed via square bracket notations like numeric_custom_attribute["
2356
2365
  # key1"]. Must specify list of numeric buckets to group results by. Example
2357
2366
  # 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.17.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 = "20220513"
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.17.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-05-30 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.17.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.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Talent Solution API V4