google-apis-jobs_v4 0.15.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: 3ce338daf45084764acdd9ed059404725269f6cbecf5f57925170f0168940909
4
- data.tar.gz: d92f59b550f168c2a39329134ccd6e22c8d308933b652bc82a14a8fb31aed000
3
+ metadata.gz: 7c94c371e6a6c00968ce021f6aca6984ec8292f6f00c97ec20cf529515c599b3
4
+ data.tar.gz: 1f67240287c853cfba849e085cacd827e7b5ef317ac064676c146784a2102e79
5
5
  SHA512:
6
- metadata.gz: 61b862942f5fd92f9eddb67545042c5f998f0e96bf433604d30bb174e943e9eee2b6f1a46944b0de3bf4c7321e7015dcfabccaa6404234d39b6225389c4485cd
7
- data.tar.gz: baf7668fddffba1bfffbed09a8fd9fa618276e179d315153aa05c1cfddb9ed855f050bd4fdf49dadd0dea467ef3e133eaa1a4f617df4c61bbb6aec260576221c
6
+ metadata.gz: b23456a94a4ad7ab9ef402be444e4e60e1942f08df3d43a6942c710b408f4171f80b1a65229035dd9b00bc1ad0b2d1d79895d46d2f6a125e8bd6405c30686a30
7
+ data.tar.gz: b422a6e3a930350b0945ad7c8fcd51e229c8f37a00498cee31d95598caa55d142cc86a74bac0a07c2826df302755d0c231257e9e905887f8f2511603f0bc22e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.15.0 (2022-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220303
@@ -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
 
@@ -1295,9 +1294,9 @@ module Google
1295
1294
 
1296
1295
  # This filter specifies the company Company.display_name of the jobs to search
1297
1296
  # 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
1297
+ # value being searched for is wrapped in `SUBSTRING_MATCH([value])`, the company
1299
1298
  # 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
1299
+ # function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` If a
1301
1300
  # value isn't specified, jobs within the search results are associated with any
1302
1301
  # company. If multiple values are specified, jobs within the search results may
1303
1302
  # be associated with any of the specified companies. At most 20 company display
@@ -1671,16 +1670,18 @@ module Google
1671
1670
 
1672
1671
  # Allows the client to return jobs without a set location, specifically,
1673
1672
  # telecommuting jobs (telecommuting is considered by the service as a special
1674
- # location. Job.posting_region indicates if a job permits telecommuting. If this
1675
- # field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting jobs
1676
- # are searched, and address and lat_lng are ignored. If not set or set to
1677
- # TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute job are not searched.
1678
- # This filter can be used by itself to search exclusively for telecommuting jobs,
1679
- # or it can be combined with another location filter to search for a
1680
- # combination of job locations, such as "Mountain View" or "telecommuting" jobs.
1681
- # However, when used in combination with other location filters, telecommuting
1682
- # jobs can be treated as less relevant than other jobs in the search response.
1683
- # 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.
1684
1685
  # Corresponds to the JSON property `telecommutePreference`
1685
1686
  # @return [String]
1686
1687
  attr_accessor :telecommute_preference
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220303"
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.15.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: 2022-03-14 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.15.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: []