google-apis-jobs_v4 0.9.0 → 0.10.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: 446f01886fb12bfa0fbee298d46614955aeba1cdb280423968c9d1e0cb2ea85c
4
- data.tar.gz: 387ae846d308a1cbbd815b81b07644507f76f7bcc4322722c270d77d039022e8
3
+ metadata.gz: 3a06e4b59da22420ef3f1a7a0fd33bfd31e40c100a44255b028c223c60c5d39c
4
+ data.tar.gz: 3a804fb946785bbd00874356f573d6476c75574df008ad47b2bd5e449c81c8e0
5
5
  SHA512:
6
- metadata.gz: f65871af3ad3cb6877039be389b47240ddabe75d68eb3b422229ee5711519d1e67616dc41543fa6a87bbbb0da28418278b8e9dcfea8df4b8ffdd6431e7f190e6
7
- data.tar.gz: 31da45601ed122ddeb94c7652772d677871b0febd99698346ff6ca1c59ab5e9fbe59a3f605879bc51115617b969cc18a7db046500cbd9547b5ae62f5ea84115b
6
+ metadata.gz: 483545128c55743eccfbb60a99f45eabff86b6357098b546604b4ac5b63c1889d276c4d94e7ff5bf9236e18fb16ea376426c3dc205d971a73c53e31a8fb82299
7
+ data.tar.gz: 8ca265c6fcc378640f7a13b7817490d4d827991b45cad055338a22d6352a2d0cda27462a7ff4333a18b7fe4179a205f1fd304fdf78411859e9d97039f7049413
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.10.0 (2021-07-31)
4
+
5
+ * Regenerated from discovery document revision 20210722
6
+
3
7
  ### v0.9.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 JobsV4
18
18
  # Version of the google-apis-jobs_v4 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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
@@ -755,12 +755,14 @@ module Google
755
755
  # foo/tenants/bar".
756
756
  # @param [String] filter
757
757
  # Required. The filter string specifies the jobs to be enumerated. Supported
758
- # operator: =, AND The fields eligible for filtering are: * `companyName` (
759
- # Required) * `requisitionId` * `status` Available values: OPEN, EXPIRED, ALL.
760
- # Defaults to OPEN if no value is specified. Sample Query: * companyName = "
761
- # projects/foo/tenants/bar/companies/baz" * companyName = "projects/foo/tenants/
762
- # bar/companies/baz" AND requisitionId = "req-1" * companyName = "projects/foo/
763
- # tenants/bar/companies/baz" AND status = "EXPIRED"
758
+ # operator: =, AND The fields eligible for filtering are: * `companyName` * `
759
+ # requisitionId` * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
760
+ # OPEN if no value is specified. At least one of `companyName` and `
761
+ # requisitionId` must present or an INVALID_ARGUMENT error is thrown. Sample
762
+ # Query: * companyName = "projects/foo/tenants/bar/companies/baz" * companyName =
763
+ # "projects/foo/tenants/bar/companies/baz" AND requisitionId = "req-1" *
764
+ # companyName = "projects/foo/tenants/bar/companies/baz" AND status = "EXPIRED" *
765
+ # requisitionId = "req-1" * requisitionId = "req-1" AND status = "EXPIRED"
764
766
  # @param [String] job_view
765
767
  # The desired job attributes returned for jobs in the search response. Defaults
766
768
  # 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_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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_v4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v4
63
63
  post_install_message:
64
64
  rdoc_options: []