google-apis-datacatalog_v1 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datacatalog_v1/classes.rb +4 -3
- data/lib/google/apis/datacatalog_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d348ba6f19c854bdb021e721a39cb8ad59441291fdfcd20b80e0fd50ea96088a
|
4
|
+
data.tar.gz: 5a0f2d27be9ffb2f63a9f6c08e5a4b51c80940a8fe25d11ecea9ee55c5417549
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9b90e7f688ec3d85d3dd154633fb63281e3377a606621736d0141d03256af5c8b5ce178a3fb518f63ad8f14860347f250916882c02278451fbd14ef8b44151e6
|
7
|
+
data.tar.gz: 1d4f59c323e6f8c838097c79c5ad2673c319b7f0cc41581d5c00c5474cd2a026394ea106ccbef067f750806190dbdc8f16ff6be302999de5c03c047e646d36f9
|
data/CHANGELOG.md
CHANGED
@@ -45,7 +45,7 @@ module Google
|
|
45
45
|
# @return [Google::Apis::DatacatalogV1::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
|
@@ -2531,7 +2531,8 @@ module Google
|
|
2531
2531
|
|
2532
2532
|
# Required. User-defined name of this taxonomy. The name can't start or end with
|
2533
2533
|
# spaces, must contain only Unicode letters, numbers, underscores, dashes, and
|
2534
|
-
# spaces, and be at most 200 bytes long when encoded in UTF-8.
|
2534
|
+
# spaces, and be at most 200 bytes long when encoded in UTF-8. The taxonomy
|
2535
|
+
# display name must be unique within an organization.
|
2535
2536
|
# Corresponds to the JSON property `displayName`
|
2536
2537
|
# @return [String]
|
2537
2538
|
attr_accessor :display_name
|
@@ -2821,7 +2822,7 @@ module Google
|
|
2821
2822
|
include Google::Apis::Core::Hashable
|
2822
2823
|
|
2823
2824
|
# The set of permissions to check for the `resource`. Permissions with wildcards
|
2824
|
-
# (such as
|
2825
|
+
# (such as `*` or `storage.*`) are not allowed. For more information see [IAM
|
2825
2826
|
# Overview](https://cloud.google.com/iam/docs/overview#permissions).
|
2826
2827
|
# Corresponds to the JSON property `permissions`
|
2827
2828
|
# @return [Array<String>]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1
|
18
18
|
# Version of the google-apis-datacatalog_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.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_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|