google-apis-datacatalog_v1beta1 0.14.0 → 0.15.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bebdea6a11fe028e6ef86244869f3c27c6225f70dec56671e86d245131d633ff
|
4
|
+
data.tar.gz: 2b9e31f02e08b62293d985a0980cd10b426999bbb3f3ba8bf28cf6a758141f13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2063198d50d4c5184b26700f14081c10dc4bd71d240615432f2dcdded8ea08d8cc3adeb10642fb4da5bfcf82aa3e5ea542f2d4ff397664dbe356b6f00137ca57
|
7
|
+
data.tar.gz: de61e6d727832859f9ea69242ff5586f355906392e60f9a66e5cb90edabcc6ccbae9ef384de3d73a9f24b9b3785ce0becf778070aa46f62def7a3719683ae991
|
data/CHANGELOG.md
CHANGED
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::DatacatalogV1beta1::Expr]
|
46
46
|
attr_accessor :condition
|
47
47
|
|
48
|
-
# Specifies the principals requesting access for a Cloud
|
48
|
+
# Specifies the principals requesting access for a Google Cloud resource. `
|
49
49
|
# members` can have the following values: * `allUsers`: A special identifier
|
50
50
|
# that represents anyone who is on the internet; with or without a Google
|
51
51
|
# account. * `allAuthenticatedUsers`: A special identifier that represents
|
@@ -1544,7 +1544,8 @@ module Google
|
|
1544
1544
|
|
1545
1545
|
# Required. User defined name of this taxonomy. It must: contain only unicode
|
1546
1546
|
# letters, numbers, underscores, dashes and spaces; not start or end with spaces;
|
1547
|
-
# and be at most 200 bytes long when encoded in UTF-8.
|
1547
|
+
# and be at most 200 bytes long when encoded in UTF-8. The taxonomy display
|
1548
|
+
# name must be unique within an organization.
|
1548
1549
|
# Corresponds to the JSON property `displayName`
|
1549
1550
|
# @return [String]
|
1550
1551
|
attr_accessor :display_name
|
@@ -1807,7 +1808,7 @@ module Google
|
|
1807
1808
|
include Google::Apis::Core::Hashable
|
1808
1809
|
|
1809
1810
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
1810
|
-
# (such as
|
1811
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
1811
1812
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
1812
1813
|
# Corresponds to the JSON property `permissions`
|
1813
1814
|
# @return [Array<String>]
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220409"
|
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.
|
4
|
+
version: 0.15.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: 2022-
|
11
|
+
date: 2022-04-18 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.15.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: []
|