google-apis-cloudtasks_v2beta3 0.8.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: a30e29f8c06d15f9d72814fc6e34fa2d87b8c05c5d11299dc4acd445176b0215
4
- data.tar.gz: 566512ac5ecd4c1bbf1bcb5d03f21275e28d4e03f68b932bec9ad15563cae1f4
3
+ metadata.gz: aa52d8ee8c7cda65d5919196cd2b3f70f6722cb9aab13cf2fa1339e605e3f405
4
+ data.tar.gz: c18f1eae3ea54c89dc5b7ccf9368c78f93ae20b5127a1d2e8ca6352e7a56a6fa
5
5
  SHA512:
6
- metadata.gz: 9e21bedd310cf2f4eaf9ec4c36120573d27b24ec7acad86d6981fec788894a3cb99dd536b96a9354be254f1e27e602918d0980670594c0839a46fa9850f7ebac
7
- data.tar.gz: c0f2f4730632b94c51a757b3f53f93663e3cb251f6493abde2e8b9550abc55736d2be8ef332ea4fbad3b91519d1f3aa6c5f95e9d48706ec0fec8733a6f076166
6
+ metadata.gz: b03529443f50063b53b0558cdc8e4ba22711ad7364b383059263d9bec3b325248ca028ed6fe0be3dcd41110e3f63bc3aa33a6446881cd2cc4be472310301fc39
7
+ data.tar.gz: 584b15fe6ca674bd117424d71599d379886fb99a64adcf9875a527c23db9350b7d93256e070214762ffedf6451ec7a35d454e36c6a864a4a2f05dac41c4832d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
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
+
7
+ ### v0.11.0 (2021-10-28)
8
+
9
+ * Regenerated from discovery document revision 20211015
10
+
11
+ ### v0.10.0 (2021-10-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.9.0 (2021-09-09)
16
+
17
+ * Regenerated from discovery document revision 20210830
18
+
3
19
  ### v0.8.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudtasks service in particular.)
67
67
 
@@ -285,7 +285,7 @@ module Google
285
285
  end
286
286
  end
287
287
 
288
- # Associates `members` with a `role`.
288
+ # Associates `members`, or principals, with a `role`.
289
289
  class Binding
290
290
  include Google::Apis::Core::Hashable
291
291
 
@@ -308,7 +308,7 @@ module Google
308
308
  # @return [Google::Apis::CloudtasksV2beta3::Expr]
309
309
  attr_accessor :condition
310
310
 
311
- # Specifies the identities requesting access for a Cloud Platform resource. `
311
+ # Specifies the principals requesting access for a Cloud Platform resource. `
312
312
  # members` can have the following values: * `allUsers`: A special identifier
313
313
  # that represents anyone who is on the internet; with or without a Google
314
314
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -338,8 +338,8 @@ module Google
338
338
  # @return [Array<String>]
339
339
  attr_accessor :members
340
340
 
341
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
342
- # , or `roles/owner`.
341
+ # Role that is assigned to the list of `members`, or principals. For example, `
342
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
343
343
  # Corresponds to the JSON property `role`
344
344
  # @return [String]
345
345
  attr_accessor :role
@@ -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>]
@@ -797,37 +800,42 @@ module Google
797
800
 
798
801
  # An Identity and Access Management (IAM) policy, which specifies access
799
802
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
800
- # A `binding` binds one or more `members` to a single `role`. Members can be
801
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
802
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
803
- # role or a user-created custom role. For some types of Google Cloud resources,
804
- # a `binding` can also specify a `condition`, which is a logical expression that
805
- # allows access to a resource only if the expression evaluates to `true`. A
806
- # condition can add constraints based on attributes of the request, the resource,
807
- # or both. To learn which resources support conditions in their IAM policies,
808
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
809
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
810
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
811
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
812
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
813
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
814
- # title": "expirable access", "description": "Does not grant access after Sep
815
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
816
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
817
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
818
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
819
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
820
- # roles/resourcemanager.organizationViewer condition: title: expirable access
821
- # description: Does not grant access after Sep 2020 expression: request.time <
822
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
823
- # description of IAM and its features, see the [IAM documentation](https://cloud.
824
- # 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/).
825
828
  class Policy
826
829
  include Google::Apis::Core::Hashable
827
830
 
828
- # Associates a list of `members` to a `role`. Optionally, may specify a `
829
- # condition` that determines how and when the `bindings` are applied. Each of
830
- # the `bindings` must contain at least one member.
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`.
831
839
  # Corresponds to the JSON property `bindings`
832
840
  # @return [Array<Google::Apis::CloudtasksV2beta3::Binding>]
833
841
  attr_accessor :bindings
@@ -1285,31 +1293,31 @@ module Google
1285
1293
 
1286
1294
  # An Identity and Access Management (IAM) policy, which specifies access
1287
1295
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
1288
- # A `binding` binds one or more `members` to a single `role`. Members can be
1289
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
1290
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
1291
- # role or a user-created custom role. For some types of Google Cloud resources,
1292
- # a `binding` can also specify a `condition`, which is a logical expression that
1293
- # allows access to a resource only if the expression evaluates to `true`. A
1294
- # condition can add constraints based on attributes of the request, the resource,
1295
- # or both. To learn which resources support conditions in their IAM policies,
1296
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1297
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
1298
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
1299
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
1300
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
1301
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
1302
- # title": "expirable access", "description": "Does not grant access after Sep
1303
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
1304
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
1305
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
1306
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
1307
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1308
- # roles/resourcemanager.organizationViewer condition: title: expirable access
1309
- # description: Does not grant access after Sep 2020 expression: request.time <
1310
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1311
- # description of IAM and its features, see the [IAM documentation](https://cloud.
1312
- # google.com/iam/docs/).
1296
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
1297
+ # Principals can be user accounts, service accounts, Google groups, and domains (
1298
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
1299
+ # an IAM predefined role or a user-created custom role. For some types of Google
1300
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
1301
+ # logical expression that allows access to a resource only if the expression
1302
+ # evaluates to `true`. A condition can add constraints based on attributes of
1303
+ # the request, the resource, or both. To learn which resources support
1304
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1305
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1306
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1307
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1308
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1309
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1310
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
1311
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1312
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1313
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
1314
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1315
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1316
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1317
+ # access description: Does not grant access after Sep 2020 expression: request.
1318
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1319
+ # a description of IAM and its features, see the [IAM documentation](https://
1320
+ # cloud.google.com/iam/docs/).
1313
1321
  # Corresponds to the JSON property `policy`
1314
1322
  # @return [Google::Apis::CloudtasksV2beta3::Policy]
1315
1323
  attr_accessor :policy
@@ -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.8.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 = "20210426"
25
+ REVISION = "20211130"
26
26
  end
27
27
  end
28
28
  end
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V2beta3'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.8.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-07-05 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
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudtasks_v2beta3/v0.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudtasks_v2beta3
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.12.0
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: []
65
65
  require_paths: