google-apis-jobs_v4 0.12.0 → 0.13.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: 9f2f09b4a2f00a975b07e5058d9277eb1ac133fdfbe90e8a2ff35ff47c2da8f6
4
- data.tar.gz: e76f7e317f023fb255945f87cb6f79e5b28a85f0ef3e533534fbfc64d76a85ed
3
+ metadata.gz: e93d825ca43434e0be67d4980d29c643f160a5823d6272ac6d8e02e3dcaa6fb1
4
+ data.tar.gz: 3cf314bef156cbdc6669563adadfa0e93fcc6dcae41edbec14dc9efeb041d186
5
5
  SHA512:
6
- metadata.gz: fc310c24b75809058dec17618a11182ace4fb9c1f5833a0cc344fefef4598688eb6b4765383bfb50efaf170d4c2154b2efd9dd64c8aabf9b09a7f1ef756a14dd
7
- data.tar.gz: 314f33eeedb6192dedd3d6a744f7521a3302201019f8e879260b1b1ec4d49aef0266888e827b9ee7142d9d5084a3eb9ff6770c25660531ed246fe534cf0742c1
6
+ metadata.gz: 4d8d872de679aa62079d1812072c0073f8f7c4dc2ca4edbab11e1e075e9baa769ada3245f9ac90f140e15fcb7ff741a6b1fb2fb143140dd78478cbf63ef94f44
7
+ data.tar.gz: '07921dba911ae07e56d0d4669fe9b781053f49a676b306097d69bd82f7890d18180aa6f3f603726fcccce83bc649ad83c9c34f2d344eeb0ee911d1a399c589c6'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-jobs_v4
2
2
 
3
+ ### v0.13.0 (2021-11-04)
4
+
5
+ * Regenerated from discovery document revision 20211025
6
+
3
7
  ### v0.12.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -977,7 +977,7 @@ module Google
977
977
 
978
978
  # A map of fields to hold both filterable and non-filterable custom job
979
979
  # attributes that are not covered by the provided structured fields. The keys of
980
- # the map are strings up to 64 bytes and must match the pattern: a-zA-Z*. For
980
+ # the map are strings up to 64 bytes and must match the pattern: `a-zA-Z*`. For
981
981
  # example, key0LikeThis or KEY_1_LIKE_THIS. At most 100 filterable and at most
982
982
  # 100 unfilterable keys are supported. For filterable `string_values`, across
983
983
  # all keys at most 200 values are allowed, with each string no more than 255
@@ -2309,7 +2309,7 @@ module Google
2309
2309
  # Count the number of matching entities, for each distinct attribute value. * `
2310
2310
  # count(numeric_histogram_facet, list of buckets)`: Count the number of matching
2311
2311
  # entities within each bucket. Data types: * Histogram facet: facet names with
2312
- # format a-zA-Z+. * String: string like "any string with backslash escape for
2312
+ # format `a-zA-Z+`. * String: string like "any string with backslash escape for
2313
2313
  # quote(\")." * Number: whole number and floating point number like 10, -1 and -
2314
2314
  # 0.01. * List: list of elements with comma(,) separator surrounded by square
2315
2315
  # brackets, for example, [1, 2, 3] and ["one", "two", "three"]. Built-in
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.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 = "20210830"
25
+ REVISION = "20211025"
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.12.0
4
+ version: 0.13.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-jobs_v4/v0.13.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: []