google-apis-cloudtasks_v2beta2 0.10.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudtasks_v2beta2/classes.rb +62 -57
- data/lib/google/apis/cloudtasks_v2beta2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: df4e08e26f1379e3db3431802b9195af7d13f85dac59d039a77d0c37b5b7757e
|
4
|
+
data.tar.gz: 58855e25e8756fec397ad69a0c98ca8a5a05ecde08faa26e9b8efc1e52755db2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf13cd43474a9c9748b54467389f45336de594b0b472f5fb2eeedd55f0a00c8310939068a77585e6cf7cfc104e7c03239f98b0e5afd25fb60b0a0a4ab5e16638
|
7
|
+
data.tar.gz: 2cd6e8730369619a99adcdf4f7b0fbfcb7a1ad930c9b115f2d4616da87dfaaa2fa75f4bf4a323a26e05d5d46e13f621b2156d34b7c72f4f69f3d082c2453dd51
|
data/CHANGELOG.md
CHANGED
@@ -326,7 +326,7 @@ module Google
|
|
326
326
|
end
|
327
327
|
end
|
328
328
|
|
329
|
-
# Associates `members
|
329
|
+
# Associates `members`, or principals, with a `role`.
|
330
330
|
class Binding
|
331
331
|
include Google::Apis::Core::Hashable
|
332
332
|
|
@@ -349,7 +349,7 @@ module Google
|
|
349
349
|
# @return [Google::Apis::CloudtasksV2beta2::Expr]
|
350
350
|
attr_accessor :condition
|
351
351
|
|
352
|
-
# Specifies the
|
352
|
+
# Specifies the principals requesting access for a Cloud Platform resource. `
|
353
353
|
# members` can have the following values: * `allUsers`: A special identifier
|
354
354
|
# that represents anyone who is on the internet; with or without a Google
|
355
355
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -379,8 +379,8 @@ module Google
|
|
379
379
|
# @return [Array<String>]
|
380
380
|
attr_accessor :members
|
381
381
|
|
382
|
-
# Role that is assigned to `members
|
383
|
-
#
|
382
|
+
# Role that is assigned to the list of `members`, or principals. For example, `
|
383
|
+
# roles/viewer`, `roles/editor`, or `roles/owner`.
|
384
384
|
# Corresponds to the JSON property `role`
|
385
385
|
# @return [String]
|
386
386
|
attr_accessor :role
|
@@ -800,37 +800,42 @@ module Google
|
|
800
800
|
|
801
801
|
# An Identity and Access Management (IAM) policy, which specifies access
|
802
802
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
803
|
-
# A `binding` binds one or more `members
|
804
|
-
# user accounts, service accounts, Google groups, and domains (
|
805
|
-
# A `role` is a named list of permissions; each `role` can be
|
806
|
-
# role or a user-created custom role. For some types of Google
|
807
|
-
# a `binding` can also specify a `condition`, which is a
|
808
|
-
# allows access to a resource only if the expression
|
809
|
-
# condition can add constraints based on attributes of
|
810
|
-
# or both. To learn which resources support
|
811
|
-
# see the [IAM documentation](https://cloud.
|
812
|
-
# resource-policies). **JSON example:** ` "
|
813
|
-
# resourcemanager.organizationAdmin", "members": [
|
814
|
-
# group:admins@example.com", "domain:google.com", "
|
815
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
816
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
817
|
-
# title": "expirable access", "description": "Does not grant
|
818
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
819
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
820
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
821
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
822
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
823
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
824
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
825
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
826
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
827
|
-
# google.com/iam/docs/).
|
803
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
804
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
805
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
806
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
807
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
808
|
+
# logical expression that allows access to a resource only if the expression
|
809
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
810
|
+
# the request, the resource, or both. To learn which resources support
|
811
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
812
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
813
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
814
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
815
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
816
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
817
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
818
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
819
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
820
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
821
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
822
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
823
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
824
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
825
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
826
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
827
|
+
# cloud.google.com/iam/docs/).
|
828
828
|
class Policy
|
829
829
|
include Google::Apis::Core::Hashable
|
830
830
|
|
831
|
-
# Associates a list of `members
|
832
|
-
# condition` that determines how and when the `bindings` are applied.
|
833
|
-
# the `bindings` must contain at least one
|
831
|
+
# Associates a list of `members`, or principals, with a `role`. Optionally, may
|
832
|
+
# specify a `condition` that determines how and when the `bindings` are applied.
|
833
|
+
# Each of the `bindings` must contain at least one principal. The `bindings` in
|
834
|
+
# a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
|
835
|
+
# can be Google groups. Each occurrence of a principal counts towards these
|
836
|
+
# limits. For example, if the `bindings` grant 50 different roles to `user:alice@
|
837
|
+
# example.com`, and not to any other principal, then you can add another 1,450
|
838
|
+
# principals to the `bindings` in the `Policy`.
|
834
839
|
# Corresponds to the JSON property `bindings`
|
835
840
|
# @return [Array<Google::Apis::CloudtasksV2beta2::Binding>]
|
836
841
|
attr_accessor :bindings
|
@@ -1344,31 +1349,31 @@ module Google
|
|
1344
1349
|
|
1345
1350
|
# An Identity and Access Management (IAM) policy, which specifies access
|
1346
1351
|
# controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
|
1347
|
-
# A `binding` binds one or more `members
|
1348
|
-
# user accounts, service accounts, Google groups, and domains (
|
1349
|
-
# A `role` is a named list of permissions; each `role` can be
|
1350
|
-
# role or a user-created custom role. For some types of Google
|
1351
|
-
# a `binding` can also specify a `condition`, which is a
|
1352
|
-
# allows access to a resource only if the expression
|
1353
|
-
# condition can add constraints based on attributes of
|
1354
|
-
# or both. To learn which resources support
|
1355
|
-
# see the [IAM documentation](https://cloud.
|
1356
|
-
# resource-policies). **JSON example:** ` "
|
1357
|
-
# resourcemanager.organizationAdmin", "members": [
|
1358
|
-
# group:admins@example.com", "domain:google.com", "
|
1359
|
-
# appspot.gserviceaccount.com" ] `, ` "role": "
|
1360
|
-
# organizationViewer", "members": [ "user:eve@example.com"
|
1361
|
-
# title": "expirable access", "description": "Does not grant
|
1362
|
-
# 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1363
|
-
# ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1364
|
-
# members: - user:mike@example.com - group:admins@example.com -
|
1365
|
-
# com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1366
|
-
# resourcemanager.organizationAdmin - members: - user:eve@example.
|
1367
|
-
# roles/resourcemanager.organizationViewer condition: title: expirable
|
1368
|
-
# description: Does not grant access after Sep 2020 expression: request.
|
1369
|
-
# timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1370
|
-
# description of IAM and its features, see the [IAM documentation](https://
|
1371
|
-
# google.com/iam/docs/).
|
1352
|
+
# A `binding` binds one or more `members`, or principals, to a single `role`.
|
1353
|
+
# Principals can be user accounts, service accounts, Google groups, and domains (
|
1354
|
+
# such as G Suite). A `role` is a named list of permissions; each `role` can be
|
1355
|
+
# an IAM predefined role or a user-created custom role. For some types of Google
|
1356
|
+
# Cloud resources, a `binding` can also specify a `condition`, which is a
|
1357
|
+
# logical expression that allows access to a resource only if the expression
|
1358
|
+
# evaluates to `true`. A condition can add constraints based on attributes of
|
1359
|
+
# the request, the resource, or both. To learn which resources support
|
1360
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1361
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1362
|
+
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1363
|
+
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1364
|
+
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1365
|
+
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1366
|
+
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1367
|
+
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1368
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
|
1369
|
+
# bindings: - members: - user:mike@example.com - group:admins@example.com -
|
1370
|
+
# domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
|
1371
|
+
# role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
|
1372
|
+
# com role: roles/resourcemanager.organizationViewer condition: title: expirable
|
1373
|
+
# access description: Does not grant access after Sep 2020 expression: request.
|
1374
|
+
# time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
|
1375
|
+
# a description of IAM and its features, see the [IAM documentation](https://
|
1376
|
+
# cloud.google.com/iam/docs/).
|
1372
1377
|
# Corresponds to the JSON property `policy`
|
1373
1378
|
# @return [Google::Apis::CloudtasksV2beta2::Policy]
|
1374
1379
|
attr_accessor :policy
|
@@ -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.11.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 = "20211015"
|
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.11.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-11-01 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.11.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: []
|