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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c54aa76ed89a76d8373c7ec25a806c4204a158619a35cd10b81708b1db4396e5
|
|
4
|
+
data.tar.gz: 470b255f3dad592e28eace904f126b95b84bed058677a637582bea263d530d7e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 905ec9ad1c0e607acac91d122e1c05f01670e252172174365fe628476eebd20e61c9b00818263e6516dd7883d003b555b7424e2c769430c41c8e21b747dd5eac
|
|
7
|
+
data.tar.gz: cbf3e7364853d51d2714a52e379bbed5baebb4845a887f61bec8b261ac2a0b02139f309cf7fc62147dba4bbada6bce8a3f6666c96c85c7ed91e33f46db7cf7fa
|
data/CHANGELOG.md
CHANGED
|
@@ -553,13 +553,16 @@ module Google
|
|
|
553
553
|
class GetPolicyOptions
|
|
554
554
|
include Google::Apis::Core::Hashable
|
|
555
555
|
|
|
556
|
-
# Optional. The policy
|
|
557
|
-
# 3. Requests specifying an invalid value will be
|
|
558
|
-
# policies with any conditional bindings must
|
|
559
|
-
#
|
|
560
|
-
# field unset.
|
|
561
|
-
#
|
|
562
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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
|
+
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.
|
|
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: []
|