google-apis-datacatalog_v1beta1 0.10.0 → 0.11.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: 3428a5f5ef936c0dc92148dd3ece4e9460cbe4521a605e196529ec29f70f408f
4
- data.tar.gz: cdf4d1f20f5762baacef5c7f7cf87ae6fa8cf5488b6602a652f9ed22ad54f871
3
+ metadata.gz: a038b4d1e71e6bcf85a0e08da1f17e96d9db55a48c8a83eb73e690d84c90c004
4
+ data.tar.gz: 45e9d7e770b45ca3692499e74d8e6ac4d0fe92751b1cd1433295330b56728f4a
5
5
  SHA512:
6
- metadata.gz: 9022f493372fe0cf04796efe26f9cbd35f92afc8ce73a232e99795b6807b07816e848df0f2de2637bee2f63be78607508ac521e420eb0844e7bfb0460e271ed1
7
- data.tar.gz: b14c6ed40acb7122199ec56900178c610ae19404cc42857feb13285820e10c5049784821441b15fa947a291ec3405cc2b565e14fb06345b127cf45aede2e5c2f
6
+ metadata.gz: cc0d9cc444bfd48b75210109fe676727be9a8638f0d7e1673ecae2af1dafc15da5138480b86ea787ef52c9bd2b105d8cc4368d3330ff7363c628e9e646bc509d
7
+ data.tar.gz: 95a60201f2f204261f798b9a9ef8f92f2f13fcc743e857392131e72ac621dbcfd8ebb2d58c0b4816ff362730d7d3f42ccc3c1c77521d6d5e1b7e807a2c7d842b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datacatalog_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-11-12)
4
+
5
+ * Regenerated from discovery document revision 20211110
6
+
3
7
  ### v0.10.0 (2021-10-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20211014
@@ -187,13 +187,16 @@ module Google
187
187
  class GetPolicyOptions
188
188
  include Google::Apis::Core::Hashable
189
189
 
190
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
191
- # 3. Requests specifying an invalid value will be rejected. Requests for
192
- # policies with any conditional bindings must specify version 3. Policies
193
- # without any conditional bindings may specify any valid value or leave the
194
- # field unset. To learn which resources support conditions in their IAM policies,
195
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
196
- # resource-policies).
190
+ # Optional. The maximum policy version that will be used to format the policy.
191
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
192
+ # rejected. Requests for policies with any conditional role bindings must
193
+ # specify version 3. Policies with no conditional role bindings may specify any
194
+ # valid value or leave the field unset. The policy in the response might use the
195
+ # policy version that you specified, or it might use a lower policy version. For
196
+ # example, if you specify version 3, but the policy has no conditional role
197
+ # bindings, the response uses version 1. To learn which resources support
198
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
199
+ # google.com/iam/help/conditions/resource-policies).
197
200
  # Corresponds to the JSON property `requestedPolicyVersion`
198
201
  # @return [Fixnum]
199
202
  attr_accessor :requested_policy_version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatacatalogV1beta1
18
18
  # Version of the google-apis-datacatalog_v1beta1 gem
19
- GEM_VERSION = "0.10.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 = "20211014"
25
+ REVISION = "20211110"
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-datacatalog_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.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-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-datacatalog_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []