google-apis-jobs_v3p1beta1 0.13.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: c368389fd29e6beb36ec0129e49efe38a4e1951da47055fe787931df3bdda1a8
4
- data.tar.gz: e15d6ed92a72de682c63fd8f5da9d1dc9d96cf148e61fa31beeba62e8be2dead
3
+ metadata.gz: eb101010b695cc06ad9bbeeb4fe644d24811af715aca770b1301d37cc6be56eb
4
+ data.tar.gz: 5f6156dce8389b8f1b546fc77026f4fbefe43ba4cacf05140b468186ca1966f7
5
5
  SHA512:
6
- metadata.gz: 99ef075d2fd2c9abb5ddf7e56f1f13a75955945a9f0cb6f84f6454307fbfc8adc6a1c3939945cda21f80d8255f3506a605d5c54cd96d3dcff93708b85f25be97
7
- data.tar.gz: a935ea246be0ca879d8ab6fcd439961b095c0708abaa884ab7ada293f216340b203d319e511012f004bc5342f983c0c1e567006f08c9c2424793da2ef960cf85
6
+ metadata.gz: 0e90b9bbcb171c07304d466845cd2029ada9cbdaaf188826d17e320022b73dd4f6e09f1791e7a658123c7d0776500a6853a198decbc796558afc798c445fc677
7
+ data.tar.gz: 9a2ba979be516a8e9f310a0eec65ec41937872692084b50e5866bf7f4b8b7b18a65ffe98ccc4aa52e88af9901db45587fa7983ef9fec3a656717c6d5166d12d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3p1beta1
2
2
 
3
+ ### v0.14.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220325
6
+
3
7
  ### v0.13.0 (2022-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220303
@@ -939,8 +939,7 @@ module Google
939
939
  # A generic empty message that you can re-use to avoid defining duplicated empty
940
940
  # messages in your APIs. A typical example is to use it as the request or the
941
941
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
942
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
943
- # `Empty` is empty JSON object ````.
942
+ # protobuf.Empty) returns (google.protobuf.Empty); `
944
943
  class Empty
945
944
  include Google::Apis::Core::Hashable
946
945
 
@@ -1511,10 +1510,10 @@ module Google
1511
1510
 
1512
1511
  # Optional. This filter specifies the company Company.display_name of the jobs
1513
1512
  # to search against. The company name must match the value exactly.
1514
- # Alternatively, if the value being searched for is wrapped in SUBSTRING_MATCH([
1515
- # value]), the company name must contain a case insensitive substring match of
1516
- # the value. Using this function may increase latency. Sample Value:
1517
- # SUBSTRING_MATCH(google) If a value isn't specified, jobs within the search
1513
+ # Alternatively, if the value being searched for is wrapped in `SUBSTRING_MATCH([
1514
+ # value])`, the company name must contain a case insensitive substring match of
1515
+ # the value. Using this function may increase latency. Sample Value: `
1516
+ # SUBSTRING_MATCH(google)` If a value isn't specified, jobs within the search
1518
1517
  # results are associated with any company. If multiple values are specified,
1519
1518
  # jobs within the search results may be associated with any of the specified
1520
1519
  # companies. At most 20 company display name filters are allowed.
@@ -1838,16 +1837,18 @@ module Google
1838
1837
 
1839
1838
  # Optional. Allows the client to return jobs without a set location,
1840
1839
  # specifically, telecommuting jobs (telecommuting is considered by the service
1841
- # as a special location. Job.posting_region indicates if a job permits
1840
+ # as a special location). Job.posting_region indicates if a job permits
1842
1841
  # telecommuting. If this field is set to TelecommutePreference.
1843
1842
  # TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng
1844
1843
  # are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED,
1845
- # telecommute job are not searched. This filter can be used by itself to search
1846
- # exclusively for telecommuting jobs, or it can be combined with another
1847
- # location filter to search for a combination of job locations, such as "
1848
- # Mountain View" or "telecommuting" jobs. However, when used in combination with
1849
- # other location filters, telecommuting jobs can be treated as less relevant
1850
- # than other jobs in the search response.
1844
+ # the telecommute status of the jobs is ignored. Jobs that have PostingRegion.
1845
+ # TELECOMMUTE and have additional Job.addresses may still be matched based on
1846
+ # other location filters using address or latlng. This filter can be used by
1847
+ # itself to search exclusively for telecommuting jobs, or it can be combined
1848
+ # with another location filter to search for a combination of job locations,
1849
+ # such as "Mountain View" or "telecommuting" jobs. However, when used in
1850
+ # combination with other location filters, telecommuting jobs can be treated as
1851
+ # less relevant than other jobs in the search response.
1851
1852
  # Corresponds to the JSON property `telecommutePreference`
1852
1853
  # @return [String]
1853
1854
  attr_accessor :telecommute_preference
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module JobsV3p1beta1
18
18
  # Version of the google-apis-jobs_v3p1beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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_v3p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.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: 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_v3p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3p1beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-jobs_v3p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []