google-apis-jobs_v3 0.8.0 → 0.9.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: 9bf88595e7ddb5710497f5b16f3824c033940f87227aa571b75ea944baf19530
4
- data.tar.gz: 260b4c9bcd6097133c85fb826f815736ade7e1f023c37377b7de3280f1065882
3
+ metadata.gz: e459a9c03c0899738362864019b68e04dc399c5f476e8077ecdfa7d39dc49db5
4
+ data.tar.gz: 0535fe890562f447031a7c0f219d1ddc46b5a62a9f6b8b0b0b6686c1fa6223ff
5
5
  SHA512:
6
- metadata.gz: 161c0b47b09a969eb9dfc6b92c190a343937f63a3dd5583e1ad89d7edd1b6645f9afba0d8a1a9725b40f9dd25eddba106c1f0f41ab32b3f99c49b7aa84fd4d61
7
- data.tar.gz: 599272744132f85b13593c74fad19ce37393c4e11b6277abf83f6e343e70c36a6bd5569b3646408d3e0f2dece7d931179605a97bdff2bdef65da78efcd07ec8f
6
+ metadata.gz: 8d24459cfe6fededb28de38c07373577613eda311866697c76331e1a4a25212730464ac35cbaf3a9d0c4f1c2a485997eb3ae13222e530e13355fb7dcfd807cd8
7
+ data.tar.gz: 4de3f21e5509f9c5fdda3a25aa901a32c5a8fc243eb9c4e8f35cca98b60ac46336747108edf637824309e1875a9451685a97ff98a732b279bea25fe286d6cdfd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.9.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
3
7
  ### v0.8.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210611"
25
+ REVISION = "20210722"
26
26
  end
27
27
  end
28
28
  end
@@ -477,10 +477,14 @@ module Google
477
477
  # format is "projects/`project_id`", for example, "projects/api-test-project".
478
478
  # @param [String] filter
479
479
  # Required. The filter string specifies the jobs to be enumerated. Supported
480
- # operator: =, AND The fields eligible for filtering are: * `companyName` (
481
- # Required) * `requisitionId` (Optional) Sample Query: * companyName = "projects/
482
- # api-test-project/companies/123" * companyName = "projects/api-test-project/
483
- # companies/123" AND requisitionId = "req-1"
480
+ # operator: =, AND The fields eligible for filtering are: * `companyName` * `
481
+ # requisitionId` * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
482
+ # OPEN if no value is specified. At least one of `companyName` and `
483
+ # requisitionId` must present or an INVALID_ARGUMENT error is thrown. Sample
484
+ # Query: * companyName = "projects/api-test-project/companies/123" * companyName
485
+ # = "projects/api-test-project/companies/123" AND requisitionId = "req-1" *
486
+ # companyName = "projects/api-test-project/companies/123" AND status = "EXPIRED"
487
+ # * requisitionId = "req-1" * requisitionId = "req-1" AND status = "EXPIRED"
484
488
  # @param [String] job_view
485
489
  # Optional. The desired job attributes returned for jobs in the search response.
486
490
  # Defaults to JobView.JOB_VIEW_FULL if no value is specified.
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.8.0
4
+ version: 0.9.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-07-05 00:00:00.000000000 Z
11
+ date: 2021-08-02 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/master/generated/google-apis-jobs_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3
63
63
  post_install_message:
64
64
  rdoc_options: []