google-apis-jobs_v3 0.11.0 → 0.14.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: 27d54a06d975422a835044c8f566ba24b3d6acaa71255fbbb4fa19271ad6b031
4
- data.tar.gz: a2686ea32f8e00f430f72864f1a0f3c73276e38d7561fab487855cfe0749b742
3
+ metadata.gz: 97311699305e4e8401df3e2696ee58550531524a0835477368f5aaa129d60b5b
4
+ data.tar.gz: f2455946beb32db3779cdde53ac7d4e8c4d421da9537cf6affe5b356994fc579
5
5
  SHA512:
6
- metadata.gz: dc2b75328a71b0bfe9195866d9c6f647da6bc157702b2f22308f36c4d8bf3ce5db12a1b70031e7151b2a55165b635586ca15a7621615a157de72b0347285223d
7
- data.tar.gz: d3e534896239d3cdf7a3c73849fd3b4efede85d6cd69c1bd6858e249336082e92051fe049a1017fd02799df8037126e8c20862c6d61abf02731bf7b512e405dc
6
+ metadata.gz: d6e7959e9bac2e6ca048e10518e8e60744097b3a11afddf52cd40035657cba34b6bffcbb5decb5a8a847ced59e7faa8c11869b025771fdcd98d5be5058510897
7
+ data.tar.gz: 86356e984118b7c97f66434fa91d2de37227252d8079a2995db69a6ac8c779a4e86e56f0db10406ff6ae65b9b9809c2698d376cd91dd4a836a3a14919f9990ad
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.14.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
7
+ ### v0.13.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220303
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.12.0 (2021-12-16)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.11.0 (2021-10-20)
4
17
 
5
18
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/jobs_v3"
51
51
  client = Google::Apis::JobsV3::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.
@@ -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,15 @@ 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, if the value being searched for is wrapped in `SUBSTRING_MATCH([
1370
+ # value])`, the company name must contain a case insensitive substring match of
1371
+ # the value. Using this function may increase latency. Sample Value: `
1372
+ # SUBSTRING_MATCH(google)` If a value isn't specified, jobs within the search
1373
+ # results are associated with any company. If multiple values are specified,
1374
+ # jobs within the search results may be associated with any of the specified
1375
+ # companies. At most 20 company display name filters are allowed.
1373
1376
  # Corresponds to the JSON property `companyDisplayNames`
1374
1377
  # @return [Array<String>]
1375
1378
  attr_accessor :company_display_names
@@ -1683,16 +1686,18 @@ module Google
1683
1686
 
1684
1687
  # Optional. Allows the client to return jobs without a set location,
1685
1688
  # specifically, telecommuting jobs (telecommuting is considered by the service
1686
- # as a special location. Job.posting_region indicates if a job permits
1689
+ # as a special location). Job.posting_region indicates if a job permits
1687
1690
  # telecommuting. If this field is set to TelecommutePreference.
1688
1691
  # TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng
1689
1692
  # 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.
1693
+ # the telecommute status of the jobs is ignored. Jobs that have PostingRegion.
1694
+ # TELECOMMUTE and have additional Job.addresses may still be matched based on
1695
+ # other location filters using address or latlng. This filter can be used by
1696
+ # itself to search exclusively for telecommuting jobs, or it can be combined
1697
+ # with another location filter to search for a combination of job locations,
1698
+ # such as "Mountain View" or "telecommuting" jobs. However, when used in
1699
+ # combination with other location filters, telecommuting jobs can be treated as
1700
+ # less relevant than other jobs in the search response.
1696
1701
  # Corresponds to the JSON property `telecommutePreference`
1697
1702
  # @return [String]
1698
1703
  attr_accessor :telecommute_preference
@@ -2107,8 +2112,8 @@ module Google
2107
2112
  attr_accessor :recipients
2108
2113
 
2109
2114
  # 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/
2115
+ # inferred and it is up to the user to ensure the value is correct. See https://
2116
+ # cldr.unicode.org/ and https://www.unicode.org/cldr/charts/30/supplemental/
2112
2117
  # territory_information.html for details. Example: "CH" for Switzerland.
2113
2118
  # Corresponds to the JSON property `regionCode`
2114
2119
  # @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.11.0"
19
+ GEM_VERSION = "0.14.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 = "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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.14.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-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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.14.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.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 V3