google-apis-jobs_v4 0.24.0 → 0.25.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: 30c9d5b58bc0ce1bc80595ddcb79f1840b3d479f4b0aa5d2e97943f24b02ce71
4
- data.tar.gz: b299f868ab4b7bd3423640d26764942c0b028560c6aa8c24ae31f8eba1539442
3
+ metadata.gz: 39a2f533b4b9098d15fac2ce4dbf1c40bf91cdb01380db15a182ec81598d517f
4
+ data.tar.gz: '088e1f78cead31d7722af80eb0a873f115c82793eab88dd71bb70ccd0263a883'
5
5
  SHA512:
6
- metadata.gz: 2142a4a66ebad893a3a6aac80dd0d720a2774aef3436e0165ad01c54d771f2b9a4251e3b0c1b37551643947ce316ba73c763f2c79187fa18990455aebd335cc8
7
- data.tar.gz: 43109749f9b413546b040fa17d8f2780701d932ae5fd275f1ba32c5122bab62bd9174ff1687b8e98d41b7ef8c0163c2c74e6bdc7bc96bc4e8a2111763772ba01
6
+ metadata.gz: 33c85b2e6a8ea3c98e8c58144a939ac099b3134682cdbbe2b55c694e412199bbba2c22fd51efb7b78bb4a7f986d001e7718e00b981a2525d1c5b733062b9b8b7
7
+ data.tar.gz: c651a8399bf5b2c8a14aee57c361c0e2685026eddc61ef0bbd0966ece7e63199750b6b9cf4ed5d6d54dc7b06a2a012609cda61c303162a7a81f2332ea71f366c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.25.0 (2022-11-05)
4
+
5
+ * Regenerated from discovery document revision 20221024
6
+
3
7
  ### v0.24.0 (2022-10-20)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -452,12 +452,13 @@ module Google
452
452
  # @return [String]
453
453
  attr_accessor :image_uri
454
454
 
455
- # A list of keys of filterable Job.custom_attributes, whose corresponding `
456
- # string_values` are used in keyword searches. Jobs with `string_values` under
457
- # these specified field keys are returned if any of the values match the search
458
- # keyword. Custom field values with parenthesis, brackets and special symbols
459
- # are not searchable as-is, and those keyword queries must be surrounded by
460
- # quotes.
455
+ # This field is deprecated. Please set the searchability of the custom attribute
456
+ # in the Job.custom_attributes going forward. A list of keys of filterable Job.
457
+ # custom_attributes, whose corresponding `string_values` are used in keyword
458
+ # searches. Jobs with `string_values` under these specified field keys are
459
+ # returned if any of the values match the search keyword. Custom field values
460
+ # with parenthesis, brackets and special symbols are not searchable as-is, and
461
+ # those keyword queries must be surrounded by quotes.
461
462
  # Corresponds to the JSON property `keywordSearchableJobCustomAttributes`
462
463
  # @return [Array<String>]
463
464
  attr_accessor :keyword_searchable_job_custom_attributes
@@ -2341,8 +2342,8 @@ module Google
2341
2342
  # end is exclusive, for example, bucket(1, MAX, "positive number") or bucket(1,
2342
2343
  # 10). Job histogram facets: * company_display_name: histogram by [Job.
2343
2344
  # company_display_name. * employment_type: histogram by Job.employment_types,
2344
- # for example, "FULL_TIME", "PART_TIME". * company_size: histogram by
2345
- # CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
2345
+ # for example, "FULL_TIME", "PART_TIME". * company_size (DEPRECATED): histogram
2346
+ # by CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_day:
2346
2347
  # histogram by the Job.posting_publish_time in days. Must specify list of
2347
2348
  # numeric buckets in spec. * publish_time_in_month: histogram by the Job.
2348
2349
  # posting_publish_time in months. Must specify list of numeric buckets in spec. *
@@ -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.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220714"
25
+ REVISION = "20221024"
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.24.0
4
+ version: 0.25.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-10-21 00:00:00.000000000 Z
11
+ date: 2022-11-07 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.25.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: []