google-apis-eventarc_v1 0.13.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: 905a99c96ac92938d0787d0957b133ed1fea0177fe4dfe6f04b9a1cbfc54666d
4
- data.tar.gz: 5c63a7dc78e45cdc51769922f74b506f6ce3edb09edafc4f4e97e2a98db7ba88
3
+ metadata.gz: 788abac94027f004ef183af387ebb728335ce12bcb37b32192428da444b39c4f
4
+ data.tar.gz: 1a5cc0af30a328deda0025a0b4433e4ef5202860e99cbd07e86081351f8d1dab
5
5
  SHA512:
6
- metadata.gz: bad223eb6dd8fcb8462aa8eb789e0f1d161fd62c593709fc1b93d50486a221dd7deb981ebc10013111bdf992a7deaabec00879acec01bdd26cddd5dc9df0f3ee
7
- data.tar.gz: a7870fb489c246831d5409c1730ff6a16d5f7485b3059034dc5ae4695c721b23b6bfb1c67d7f74d87424fb66a418336a278d1ec0d6514703ff09236a8323d0c8
6
+ metadata.gz: f66aeda4bf5686e21c9af8bfe90630be82e9ef65b38485e6987a87ab352fd58b7edd63c3eff8fcba5708a78b83ce72b12165344f8ba83cb19bce02c07edfd3ce
7
+ data.tar.gz: c58f01a8898000fa0119882e11901dc076bf54ea048e2ceb3bbd49a5616732a6c605d730a0a8795139d9af1838235d9813e6efab74432180ffc0c0cf87f4540c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-eventarc_v1
2
2
 
3
+ ### v0.14.0 (2021-11-13)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
3
7
  ### v0.13.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211015
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module EventarcV1
18
18
  # Version of the google-apis-eventarc_v1 gem
19
- GEM_VERSION = "0.13.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 = "20211015"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -128,13 +128,16 @@ module Google
128
128
  # REQUIRED: The resource for which the policy is being requested. See the
129
129
  # operation documentation for the appropriate value for this field.
130
130
  # @param [Fixnum] options_requested_policy_version
131
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
132
- # 3. Requests specifying an invalid value will be rejected. Requests for
133
- # policies with any conditional bindings must specify version 3. Policies
134
- # without any conditional bindings may specify any valid value or leave the
135
- # field unset. To learn which resources support conditions in their IAM policies,
136
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
137
- # resource-policies).
131
+ # Optional. The maximum policy version that will be used to format the policy.
132
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
133
+ # rejected. Requests for policies with any conditional role bindings must
134
+ # specify version 3. Policies with no conditional role bindings may specify any
135
+ # valid value or leave the field unset. The policy in the response might use the
136
+ # policy version that you specified, or it might use a lower policy version. For
137
+ # example, if you specify version 3, but the policy has no conditional role
138
+ # bindings, the response uses version 1. To learn which resources support
139
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
140
+ # google.com/iam/help/conditions/resource-policies).
138
141
  # @param [String] fields
139
142
  # Selector specifying which fields to include in a partial response.
140
143
  # @param [String] quota_user
@@ -505,13 +508,16 @@ module Google
505
508
  # REQUIRED: The resource for which the policy is being requested. See the
506
509
  # operation documentation for the appropriate value for this field.
507
510
  # @param [Fixnum] options_requested_policy_version
508
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
509
- # 3. Requests specifying an invalid value will be rejected. Requests for
510
- # policies with any conditional bindings must specify version 3. Policies
511
- # without any conditional bindings may specify any valid value or leave the
512
- # field unset. To learn which resources support conditions in their IAM policies,
513
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
514
- # resource-policies).
511
+ # Optional. The maximum policy version that will be used to format the policy.
512
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
513
+ # rejected. Requests for policies with any conditional role bindings must
514
+ # specify version 3. Policies with no conditional role bindings may specify any
515
+ # valid value or leave the field unset. The policy in the response might use the
516
+ # policy version that you specified, or it might use a lower policy version. For
517
+ # example, if you specify version 3, but the policy has no conditional role
518
+ # bindings, the response uses version 1. To learn which resources support
519
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
520
+ # google.com/iam/help/conditions/resource-policies).
515
521
  # @param [String] fields
516
522
  # Selector specifying which fields to include in a partial response.
517
523
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-eventarc_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.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-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-15 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-eventarc_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-eventarc_v1
63
63
  post_install_message:
64
64
  rdoc_options: []