google-apis-jobs_v3 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: a6cc4d08af0c109a9913a8f0739e5b8fbc34fb0bed7c629c726ffe4e3d29e1fd
4
- data.tar.gz: 98eaa2d934f3f3629cdc41678a1a3aa4685f9868d9b6bc326005464a279c9079
3
+ metadata.gz: a9be7c249b9304f379607e9511345037c706d7ecafeeecf103b35ce08549000b
4
+ data.tar.gz: 4d21e8dddb766a438f0a5ee1237b7f59cc614b4e47b910e6c94f8228dcc2d612
5
5
  SHA512:
6
- metadata.gz: 494bc1494dfa1951c8d98564ae9666d36c517f41cf689127d10a90f210f9be9e17b50a85c1f42bbf2bc30112ccf0cf124acab0eddd5ccbdd2cbc64428cd404b4
7
- data.tar.gz: ccdf742da62f446047a36952b05766d5a78869f6242bc24af98a1b8e9269700e370804d1e7f9a1a7a048d269d6025bea7a30b0994fc44a63be28d33bb4db9f61
6
+ metadata.gz: 49e1ac0f023e5d476d6bb492055189dfa1b1253848d556b38e9abceea5aa566195a4bc4a4e0f43b473592fab035ac30aabce220865198f7d690e4c43bb9ca45c
7
+ data.tar.gz: c3257d2943ad1dcdb9aaa2940022d0c701631b6ab0d5b72f671b2be60acd73258f77ce8eece82a589c9d9909bb58ea67f16f05c1afed89b03bfe74a5f19da7ec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.15.0 (2022-05-26)
4
+
5
+ * Regenerated from discovery document revision 20220513
6
+
7
+ ### v0.14.0 (2022-03-30)
8
+
9
+ * Regenerated from discovery document revision 20220325
10
+
11
+ ### v0.13.0 (2022-03-09)
12
+
13
+ * Regenerated from discovery document revision 20220303
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.12.0 (2021-12-16)
4
17
 
5
18
  * Unspecified changes
@@ -900,8 +900,7 @@ module Google
900
900
  # A generic empty message that you can re-use to avoid defining duplicated empty
901
901
  # messages in your APIs. A typical example is to use it as the request or the
902
902
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
903
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
904
- # `Empty` is empty JSON object ````.
903
+ # protobuf.Empty) returns (google.protobuf.Empty); `
905
904
  class Empty
906
905
  include Google::Apis::Core::Hashable
907
906
 
@@ -1365,11 +1364,19 @@ module Google
1365
1364
  # @return [Google::Apis::JobsV3::CommuteFilter]
1366
1365
  attr_accessor :commute_filter
1367
1366
 
1368
- # Optional. This filter specifies the exact company display name of the jobs to
1369
- # search against. If a value isn't specified, jobs within the search results are
1370
- # associated with any company. If multiple values are specified, jobs within the
1371
- # search results may be associated with any of the specified companies. At most
1372
- # 20 company display name filters are allowed.
1367
+ # Optional. This filter specifies the company Company.display_name of the jobs
1368
+ # to search against. The company name must match the value exactly.
1369
+ # Alternatively, the value being searched for can be wrapped in different match
1370
+ # operators. `SUBSTRING_MATCH([value])` The company name must contain a case
1371
+ # insensitive substring match of the value. Using this function may increase
1372
+ # latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([
1373
+ # value])` The value will be treated as a multi word token and the company name
1374
+ # must contain a case insensitive match of the value. Using this function may
1375
+ # increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value
1376
+ # isn't specified, jobs within the search results are associated with any
1377
+ # company. If multiple values are specified, jobs within the search results may
1378
+ # be associated with any of the specified companies. At most 20 company display
1379
+ # name filters are allowed.
1373
1380
  # Corresponds to the JSON property `companyDisplayNames`
1374
1381
  # @return [Array<String>]
1375
1382
  attr_accessor :company_display_names
@@ -1683,16 +1690,18 @@ module Google
1683
1690
 
1684
1691
  # Optional. Allows the client to return jobs without a set location,
1685
1692
  # specifically, telecommuting jobs (telecommuting is considered by the service
1686
- # as a special location. Job.posting_region indicates if a job permits
1693
+ # as a special location). Job.posting_region indicates if a job permits
1687
1694
  # telecommuting. If this field is set to TelecommutePreference.
1688
1695
  # TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng
1689
1696
  # are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED,
1690
- # telecommute job are not searched. This filter can be used by itself to search
1691
- # exclusively for telecommuting jobs, or it can be combined with another
1692
- # location filter to search for a combination of job locations, such as "
1693
- # Mountain View" or "telecommuting" jobs. However, when used in combination with
1694
- # other location filters, telecommuting jobs can be treated as less relevant
1695
- # than other jobs in the search response.
1697
+ # the telecommute status of the jobs is ignored. Jobs that have PostingRegion.
1698
+ # TELECOMMUTE and have additional Job.addresses may still be matched based on
1699
+ # other location filters using address or latlng. This filter can be used by
1700
+ # itself to search exclusively for telecommuting jobs, or it can be combined
1701
+ # with another location filter to search for a combination of job locations,
1702
+ # such as "Mountain View" or "telecommuting" jobs. However, when used in
1703
+ # combination with other location filters, telecommuting jobs can be treated as
1704
+ # less relevant than other jobs in the search response.
1696
1705
  # Corresponds to the JSON property `telecommutePreference`
1697
1706
  # @return [String]
1698
1707
  attr_accessor :telecommute_preference
@@ -2107,8 +2116,8 @@ module Google
2107
2116
  attr_accessor :recipients
2108
2117
 
2109
2118
  # Required. CLDR region code of the country/region of the address. This is never
2110
- # inferred and it is up to the user to ensure the value is correct. See http://
2111
- # cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/
2119
+ # inferred and it is up to the user to ensure the value is correct. See https://
2120
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2112
2121
  # territory_information.html for details. Example: "CH" for Switzerland.
2113
2122
  # Corresponds to the JSON property `regionCode`
2114
2123
  # @return [String]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3
18
18
  # Version of the google-apis-jobs_v3 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 = "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_v3
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: 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3
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 V3