google-apis-cloudtasks_v2beta3 0.11.0 → 0.12.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: f67e21d6acd0b9568cb3273ffd157f5eee08039b793433dc4a706cd44f923bac
4
- data.tar.gz: 109a9c95f3c80b490ce73a0e4034ec9dee3994ddf27186cecdebbf36a0050a68
3
+ metadata.gz: aa52d8ee8c7cda65d5919196cd2b3f70f6722cb9aab13cf2fa1339e605e3f405
4
+ data.tar.gz: c18f1eae3ea54c89dc5b7ccf9368c78f93ae20b5127a1d2e8ca6352e7a56a6fa
5
5
  SHA512:
6
- metadata.gz: 55c249c9122e115580a7cd4e6252f81c7ff3b1446caf3915922b5de4c13bcfbdb7abb138de6f96cd6ed79b7aa854160758c17e4d6db42c52e307cbf890c3d138
7
- data.tar.gz: 84aff59a79ab706bebdc68e2ffb6523b95dd16badc016fab1ce34159fc9aebe682df7aa1b93885774d898ec73a02e155c4423363fa43daacfc99b9a182f88307
6
+ metadata.gz: b03529443f50063b53b0558cdc8e4ba22711ad7364b383059263d9bec3b325248ca028ed6fe0be3dcd41110e3f63bc3aa33a6446881cd2cc4be472310301fc39
7
+ data.tar.gz: 584b15fe6ca674bd117424d71599d379886fb99a64adcf9875a527c23db9350b7d93256e070214762ffedf6451ec7a35d454e36c6a864a4a2f05dac41c4832d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta3
2
2
 
3
+ ### v0.12.0 (2021-12-09)
4
+
5
+ * Regenerated from discovery document revision 20211130
6
+
3
7
  ### v0.11.0 (2021-10-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -480,13 +480,16 @@ module Google
480
480
  class GetPolicyOptions
481
481
  include Google::Apis::Core::Hashable
482
482
 
483
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
484
- # 3. Requests specifying an invalid value will be rejected. Requests for
485
- # policies with any conditional bindings must specify version 3. Policies
486
- # without any conditional bindings may specify any valid value or leave the
487
- # field unset. To learn which resources support conditions in their IAM policies,
488
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
489
- # resource-policies).
483
+ # Optional. The maximum policy version that will be used to format the policy.
484
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
485
+ # rejected. Requests for policies with any conditional role bindings must
486
+ # specify version 3. Policies with no conditional role bindings may specify any
487
+ # valid value or leave the field unset. The policy in the response might use the
488
+ # policy version that you specified, or it might use a lower policy version. For
489
+ # example, if you specify version 3, but the policy has no conditional role
490
+ # bindings, the response uses version 1. To learn which resources support
491
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
492
+ # google.com/iam/help/conditions/resource-policies).
490
493
  # Corresponds to the JSON property `requestedPolicyVersion`
491
494
  # @return [Fixnum]
492
495
  attr_accessor :requested_policy_version
@@ -536,12 +539,12 @@ module Google
536
539
  # headers will be ignored or replaced. A partial list of headers that will be
537
540
  # ignored or replaced is: * Host: This will be computed by Cloud Tasks and
538
541
  # derived from HttpRequest.url. * Content-Length: This will be computed by Cloud
539
- # Tasks. * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * X-Google-*:
540
- # Google use only. * X-AppEngine-*: Google use only. `Content-Type` won't be set
541
- # by Cloud Tasks. You can explicitly set `Content-Type` to a media type when the
542
- # task is created. For example, `Content-Type` can be set to `"application/octet-
543
- # stream"` or `"application/json"`. Headers which can have multiple values (
544
- # according to RFC2616) can be specified using comma-separated values. The size
542
+ # Tasks. * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * `X-Google-*`
543
+ # : Google use only. * `X-AppEngine-*`: Google use only. `Content-Type` won't be
544
+ # set by Cloud Tasks. You can explicitly set `Content-Type` to a media type when
545
+ # the task is created. For example, `Content-Type` can be set to `"application/
546
+ # octet-stream"` or `"application/json"`. Headers which can have multiple values
547
+ # (according to RFC2616) can be specified using comma-separated values. The size
545
548
  # of the headers must be less than 80KB.
546
549
  # Corresponds to the JSON property `headers`
547
550
  # @return [Hash<String,String>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta3
18
18
  # Version of the google-apis-cloudtasks_v2beta3 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20211015"
25
+ REVISION = "20211130"
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-cloudtasks_v2beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-11-01 00:00:00.000000000 Z
11
+ date: 2021-12-13 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-cloudtasks_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta3
63
63
  post_install_message:
64
64
  rdoc_options: []