google-apis-eventarc_v1beta1 0.31.0 → 0.33.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: ef8ea423bd8a5bd84d92ac8197cfd3ae6cfec633190181336e0c2cb5c293634e
4
- data.tar.gz: b8ddef5928a490ac685769c44b86b798ca0acfda398aeefca79a674059fab237
3
+ metadata.gz: 6e4ec5cb39d70c38c32dda627c265cfd484fb5a9d093c324281f3957214ad1a8
4
+ data.tar.gz: e555fe04f9f27bd2e75b90b87b9c5555987892bb93bf4c3cb30b3ce0793f6927
5
5
  SHA512:
6
- metadata.gz: 547fbe9d5be231bed2beb8b0edd180ce8fa8115d815b11f948118ffe10b5035722fc0f5a8f325725ca623c9bbec37f4af5f321c4db0b8524f7d0fc1196facfa1
7
- data.tar.gz: 5d15a323f2ca72787d8cd2f0075b80d560159f511b5f29897af615dd9e70893192cf079d42a4b88b15ca5cba9f5fbabecc6db9bcc42f5c26a944fca0031d8229
6
+ metadata.gz: 0cfc4f226cc230451ea7006e0a6ff1806ce96cbf1ad0ef7f1b7e31dd33f10c36e3ffb6a137a14a20420cc149a4cd44978adcb126988ac36c64b4dc2fc260650b
7
+ data.tar.gz: 4aa0475437de142194b4d86e4544375b7f96a2817c10cdee1c7ea03a215a333367aa4674af876b47097e8118bc0aaad023ef95b65ad961c6702169f928a46024
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-eventarc_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
7
+ ### v0.32.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230421
10
+
3
11
  ### v0.31.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230307
@@ -388,7 +388,7 @@ module Google
388
388
  end
389
389
  end
390
390
 
391
- # A resource that represents Google Cloud Platform location.
391
+ # A resource that represents a Google Cloud location.
392
392
  class Location
393
393
  include Google::Apis::Core::Hashable
394
394
 
@@ -499,13 +499,13 @@ module Google
499
499
  # @return [String]
500
500
  attr_accessor :name
501
501
 
502
- # The normal response of the operation in case of success. If the original
503
- # method returns no data on success, such as `Delete`, the response is `google.
504
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
505
- # the response should be the resource. For other methods, the response should
506
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
507
- # example, if the original method name is `TakeSnapshot()`, the inferred
508
- # response type is `TakeSnapshotResponse`.
502
+ # The normal, successful response of the operation. If the original method
503
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
504
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
505
+ # response should be the resource. For other methods, the response should have
506
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
507
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
508
+ # `TakeSnapshotResponse`.
509
509
  # Corresponds to the JSON property `response`
510
510
  # @return [Hash<String,Object>]
511
511
  attr_accessor :response
@@ -594,22 +594,22 @@ module Google
594
594
  # evaluates to `true`. A condition can add constraints based on attributes of
595
595
  # the request, the resource, or both. To learn which resources support
596
596
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
597
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
597
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
598
598
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
599
599
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
600
600
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
601
601
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
602
602
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
603
603
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
604
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
605
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
606
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
607
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
608
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
609
- # access description: Does not grant access after Sep 2020 expression: request.
610
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
611
- # a description of IAM and its features, see the [IAM documentation](https://
612
- # cloud.google.com/iam/docs/).
604
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
605
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
606
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
607
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
608
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
609
+ # title: expirable access description: Does not grant access after Sep 2020
610
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
611
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
612
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
613
613
  class Policy
614
614
  include Google::Apis::Core::Hashable
615
615
 
@@ -724,22 +724,22 @@ module Google
724
724
  # evaluates to `true`. A condition can add constraints based on attributes of
725
725
  # the request, the resource, or both. To learn which resources support
726
726
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
727
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
727
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
728
728
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
729
729
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
730
730
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
731
731
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
732
732
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
733
733
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
734
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
735
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
736
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
737
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
738
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
739
- # access description: Does not grant access after Sep 2020 expression: request.
740
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
741
- # a description of IAM and its features, see the [IAM documentation](https://
742
- # cloud.google.com/iam/docs/).
734
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
735
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
736
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
737
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
738
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
739
+ # title: expirable access description: Does not grant access after Sep 2020
740
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
741
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
742
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
743
743
  # Corresponds to the JSON property `policy`
744
744
  # @return [Google::Apis::EventarcV1beta1::Policy]
745
745
  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.31.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230307"
25
+ REVISION = "20230804"
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-eventarc_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.0
4
+ version: 0.33.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: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-08-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-eventarc_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1beta1/v0.33.0
62
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: []