google-apis-jobs_v3 0.5.0 → 0.6.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: a4d779d351f4f0458492db5c55ed1a684127cf697a5a539d8c61476e805fa4ef
4
- data.tar.gz: f124b3a970cb7dd5f0136d468600d7925c05f2b926d76e5faf6cfda26761e923
3
+ metadata.gz: 176c65fd48d01bd79eae45d23c9745810e0791c879fea9d1da11dac03457f0c7
4
+ data.tar.gz: 88bece16cd2ffa9b155e8674122e0db14f832958c42bed18ea23f2fc42c2284e
5
5
  SHA512:
6
- metadata.gz: ad9afaade3210271d427968a752ade17b12bdfd0b5b9af067b57b0e9607a67583d726f3fa6407d77c46241a2200583949c7727b897bb6f3d11f6f4f33255d320
7
- data.tar.gz: 7a24f448ae7bd4a3dc8872a6485162af35f3ab09413dbff87d249032bd4950ada599a77368a6875945d89b87a3635b70b8c5db929c2e2b13664010c5c8a28d3c
6
+ metadata.gz: 9e6fdab2bc3f9c3f60eb094cd6d31f38ac12bb3631fe23e776579823a826da3679a3ccf65491945db74dbc16bf68eeccae13cc61b7f7314f2a367d0839441f39
7
+ data.tar.gz: 3d6d843ff75e57f1fb67dc75870ed653d39f1f6d57d58b70a5c13b655a893a5a5809a4f847ab3f845e4b9a6e23a9e72a16cf091c38f7ec358aabb5dc6a5ffa04
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-jobs_v3
2
2
 
3
+ ### v0.6.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210611
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.5.0 (2021-05-21)
4
9
 
5
10
  * Regenerated from discovery document revision 20210506
@@ -1399,8 +1399,8 @@ module Google
1399
1399
  # existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3
1400
1400
  # levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum
1401
1401
  # of 100 comparisons or functions are allowed in the expression. The expression
1402
- # must be < 6000 bytes in length. Sample Query: `(LOWER(driving_license)="class \
1403
- # "a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1402
+ # must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class
1403
+ # \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
1404
1404
  # Corresponds to the JSON property `customAttributeFilter`
1405
1405
  # @return [String]
1406
1406
  attr_accessor :custom_attribute_filter
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210611"
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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v3/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-jobs_v3
57
57
  post_install_message:
58
58
  rdoc_options: []