google-apis-cloudtasks_v2beta2 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: df4e08e26f1379e3db3431802b9195af7d13f85dac59d039a77d0c37b5b7757e
4
- data.tar.gz: 58855e25e8756fec397ad69a0c98ca8a5a05ecde08faa26e9b8efc1e52755db2
3
+ metadata.gz: c54aa76ed89a76d8373c7ec25a806c4204a158619a35cd10b81708b1db4396e5
4
+ data.tar.gz: 470b255f3dad592e28eace904f126b95b84bed058677a637582bea263d530d7e
5
5
  SHA512:
6
- metadata.gz: bf13cd43474a9c9748b54467389f45336de594b0b472f5fb2eeedd55f0a00c8310939068a77585e6cf7cfc104e7c03239f98b0e5afd25fb60b0a0a4ab5e16638
7
- data.tar.gz: 2cd6e8730369619a99adcdf4f7b0fbfcb7a1ad930c9b115f2d4616da87dfaaa2fa75f4bf4a323a26e05d5d46e13f621b2156d34b7c72f4f69f3d082c2453dd51
6
+ metadata.gz: 905ec9ad1c0e607acac91d122e1c05f01670e252172174365fe628476eebd20e61c9b00818263e6516dd7883d003b555b7424e2c769430c41c8e21b747dd5eac
7
+ data.tar.gz: cbf3e7364853d51d2714a52e379bbed5baebb4845a887f61bec8b261ac2a0b02139f309cf7fc62147dba4bbada6bce8a3f6666c96c85c7ed91e33f46db7cf7fa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudtasks_v2beta2
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
@@ -553,13 +553,16 @@ module Google
553
553
  class GetPolicyOptions
554
554
  include Google::Apis::Core::Hashable
555
555
 
556
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
557
- # 3. Requests specifying an invalid value will be rejected. Requests for
558
- # policies with any conditional bindings must specify version 3. Policies
559
- # without any conditional bindings may specify any valid value or leave the
560
- # field unset. To learn which resources support conditions in their IAM policies,
561
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
562
- # resource-policies).
556
+ # Optional. The maximum policy version that will be used to format the policy.
557
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
558
+ # rejected. Requests for policies with any conditional role bindings must
559
+ # specify version 3. Policies with no conditional role bindings may specify any
560
+ # valid value or leave the field unset. The policy in the response might use the
561
+ # policy version that you specified, or it might use a lower policy version. For
562
+ # example, if you specify version 3, but the policy has no conditional role
563
+ # bindings, the response uses version 1. To learn which resources support
564
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
565
+ # google.com/iam/help/conditions/resource-policies).
563
566
  # Corresponds to the JSON property `requestedPolicyVersion`
564
567
  # @return [Fixnum]
565
568
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudtasksV2beta2
18
18
  # Version of the google-apis-cloudtasks_v2beta2 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_v2beta2
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_v2beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta2/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudtasks_v2beta2
63
63
  post_install_message:
64
64
  rdoc_options: []