google-apis-eventarc_v1beta1 0.10.0 → 0.14.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: de90b88d1f44249346fd9be0ae073c986075f23808cc943a334ffaa9df1c6b8d
4
- data.tar.gz: 7e89922fc7d0ea242f30437a4e76e737928217e7a428e63a43367727a14f823f
3
+ metadata.gz: 4a9949c473c91b1b1d1c744b7da31fa763cca58984da56ca831cd2bb93decf4e
4
+ data.tar.gz: a18a8cadc8f0df3b31f0a3bdc7648fa71ae7b47b58c8bf278fd06daba3e64238
5
5
  SHA512:
6
- metadata.gz: 9128b97aef37289a41ba58273ef54099b5edf49f47a2ecd3fb5a3ee8d20be634d2a74b962716f5cd9b0156d9cdfc6242a46b8b180e6c5e250e221b326ae17319
7
- data.tar.gz: be3b5d6b8b46ab68ea1609b2ffef98d702d07f1ad49e4599dec672e823022e539de0b66250f112a192776cb37cb6f04b76326c2664b5f0d4825f8192772d10ba
6
+ metadata.gz: 30aa2419bade2d85368984dd277a480816317f750a04472e64bd37a4342165aa13a4ee40225f1ba96bdae53a77d1df395cb2ed7146fcc85a2d918e7f330a10c4
7
+ data.tar.gz: f8b070211d43c42a72ad13e918ea166dc16639ac5c94745028a04d85d3c2487ead24a11173422889f1f932f67dd49aaad52321701ae977eef974e3fdc91c639b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-eventarc_v1beta1
2
2
 
3
+ ### v0.14.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.13.0 (2021-11-13)
8
+
9
+ * Regenerated from discovery document revision 20211105
10
+
11
+ ### v0.12.0 (2021-10-23)
12
+
13
+ * Regenerated from discovery document revision 20211015
14
+ * Unspecified changes
15
+
16
+ ### v0.11.0 (2021-08-21)
17
+
18
+ * Regenerated from discovery document revision 20210813
19
+
3
20
  ### v0.10.0 (2021-08-04)
4
21
 
5
22
  * Regenerated from discovery document revision 20210730
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/eventarc_v1beta1"
51
51
  client = Google::Apis::EventarcV1beta1::EventarcService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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 Eventarc service in particular.)
67
67
 
@@ -93,7 +93,7 @@ module Google
93
93
  end
94
94
  end
95
95
 
96
- # Associates `members` with a `role`.
96
+ # Associates `members`, or principals, with a `role`.
97
97
  class Binding
98
98
  include Google::Apis::Core::Hashable
99
99
 
@@ -116,7 +116,7 @@ module Google
116
116
  # @return [Google::Apis::EventarcV1beta1::Expr]
117
117
  attr_accessor :condition
118
118
 
119
- # Specifies the identities requesting access for a Cloud Platform resource. `
119
+ # Specifies the principals requesting access for a Cloud Platform resource. `
120
120
  # members` can have the following values: * `allUsers`: A special identifier
121
121
  # that represents anyone who is on the internet; with or without a Google
122
122
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -146,8 +146,8 @@ module Google
146
146
  # @return [Array<String>]
147
147
  attr_accessor :members
148
148
 
149
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
150
- # , or `roles/owner`.
149
+ # Role that is assigned to the list of `members`, or principals. For example, `
150
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
151
151
  # Corresponds to the JSON property `role`
152
152
  # @return [String]
153
153
  attr_accessor :role
@@ -581,31 +581,31 @@ module Google
581
581
 
582
582
  # An Identity and Access Management (IAM) policy, which specifies access
583
583
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
584
- # A `binding` binds one or more `members` to a single `role`. Members can be
585
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
586
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
587
- # role or a user-created custom role. For some types of Google Cloud resources,
588
- # a `binding` can also specify a `condition`, which is a logical expression that
589
- # allows access to a resource only if the expression evaluates to `true`. A
590
- # condition can add constraints based on attributes of the request, the resource,
591
- # or both. To learn which resources support conditions in their IAM policies,
592
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
593
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
594
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
595
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
596
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
597
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
598
- # title": "expirable access", "description": "Does not grant access after Sep
599
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
600
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
601
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
602
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
603
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
604
- # roles/resourcemanager.organizationViewer condition: title: expirable access
605
- # description: Does not grant access after Sep 2020 expression: request.time <
606
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
607
- # description of IAM and its features, see the [IAM documentation](https://cloud.
608
- # google.com/iam/docs/).
584
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
585
+ # Principals can be user accounts, service accounts, Google groups, and domains (
586
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
587
+ # an IAM predefined role or a user-created custom role. For some types of Google
588
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
589
+ # logical expression that allows access to a resource only if the expression
590
+ # evaluates to `true`. A condition can add constraints based on attributes of
591
+ # the request, the resource, or both. To learn which resources support
592
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
593
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
594
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
595
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
596
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
597
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
598
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
599
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
600
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
601
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
602
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
603
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
604
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
605
+ # access description: Does not grant access after Sep 2020 expression: request.
606
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
607
+ # a description of IAM and its features, see the [IAM documentation](https://
608
+ # cloud.google.com/iam/docs/).
609
609
  class Policy
610
610
  include Google::Apis::Core::Hashable
611
611
 
@@ -614,9 +614,14 @@ module Google
614
614
  # @return [Array<Google::Apis::EventarcV1beta1::AuditConfig>]
615
615
  attr_accessor :audit_configs
616
616
 
617
- # Associates a list of `members` to a `role`. Optionally, may specify a `
618
- # condition` that determines how and when the `bindings` are applied. Each of
619
- # the `bindings` must contain at least one member.
617
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
618
+ # specify a `condition` that determines how and when the `bindings` are applied.
619
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
620
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
621
+ # can be Google groups. Each occurrence of a principal counts towards these
622
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
623
+ # example.com`, and not to any other principal, then you can add another 1,450
624
+ # principals to the `bindings` in the `Policy`.
620
625
  # Corresponds to the JSON property `bindings`
621
626
  # @return [Array<Google::Apis::EventarcV1beta1::Binding>]
622
627
  attr_accessor :bindings
@@ -706,31 +711,31 @@ module Google
706
711
 
707
712
  # An Identity and Access Management (IAM) policy, which specifies access
708
713
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
709
- # A `binding` binds one or more `members` to a single `role`. Members can be
710
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
711
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
712
- # role or a user-created custom role. For some types of Google Cloud resources,
713
- # a `binding` can also specify a `condition`, which is a logical expression that
714
- # allows access to a resource only if the expression evaluates to `true`. A
715
- # condition can add constraints based on attributes of the request, the resource,
716
- # or both. To learn which resources support conditions in their IAM policies,
717
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
718
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
719
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
720
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
721
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
722
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
723
- # title": "expirable access", "description": "Does not grant access after Sep
724
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
725
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
726
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
727
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
728
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
729
- # roles/resourcemanager.organizationViewer condition: title: expirable access
730
- # description: Does not grant access after Sep 2020 expression: request.time <
731
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
732
- # description of IAM and its features, see the [IAM documentation](https://cloud.
733
- # google.com/iam/docs/).
714
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
715
+ # Principals can be user accounts, service accounts, Google groups, and domains (
716
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
717
+ # an IAM predefined role or a user-created custom role. For some types of Google
718
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
719
+ # logical expression that allows access to a resource only if the expression
720
+ # evaluates to `true`. A condition can add constraints based on attributes of
721
+ # the request, the resource, or both. To learn which resources support
722
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
723
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
724
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
725
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
726
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
727
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
728
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
729
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
730
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
731
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
732
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
733
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
734
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
735
+ # access description: Does not grant access after Sep 2020 expression: request.
736
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
737
+ # a description of IAM and its features, see the [IAM documentation](https://
738
+ # cloud.google.com/iam/docs/).
734
739
  # Corresponds to the JSON property `policy`
735
740
  # @return [Google::Apis::EventarcV1beta1::Policy]
736
741
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1beta1
18
18
  # Version of the google-apis-eventarc_v1beta1 gem
19
- GEM_VERSION = "0.10.0"
19
+ GEM_VERSION = "0.14.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 = "20210730"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -390,13 +390,16 @@ module Google
390
390
  # REQUIRED: The resource for which the policy is being requested. See the
391
391
  # operation documentation for the appropriate value for this field.
392
392
  # @param [Fixnum] options_requested_policy_version
393
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
394
- # 3. Requests specifying an invalid value will be rejected. Requests for
395
- # policies with any conditional bindings must specify version 3. Policies
396
- # without any conditional bindings may specify any valid value or leave the
397
- # field unset. To learn which resources support conditions in their IAM policies,
398
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
399
- # resource-policies).
393
+ # Optional. The maximum policy version that will be used to format the policy.
394
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
395
+ # rejected. Requests for policies with any conditional role bindings must
396
+ # specify version 3. Policies with no conditional role bindings may specify any
397
+ # valid value or leave the field unset. The policy in the response might use the
398
+ # policy version that you specified, or it might use a lower policy version. For
399
+ # example, if you specify version 3, but the policy has no conditional role
400
+ # bindings, the response uses version 1. To learn which resources support
401
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
402
+ # google.com/iam/help/conditions/resource-policies).
400
403
  # @param [String] fields
401
404
  # Selector specifying which fields to include in a partial response.
402
405
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.14.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-08-09 00:00:00.000000000 Z
11
+ date: 2022-01-10 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-eventarc_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.10.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-eventarc_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.14.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Eventarc API V1beta1