google-apis-metastore_v1beta 0.25.0 → 0.26.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: ea65e85e998f83cdb5aff20c30a07c88aef695a243618138d6e4f47b29098340
|
4
|
+
data.tar.gz: 5fcc4e03268c6602ff3d1e1e0ade58b914ffd0893779ff9ee94fdeb2ba9ec0f4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eda4005d39893499f32c3eca34a6d25a5f4b4535d7f2bd4dbf5e3c1b19b9127e767636ecb0e3ef3ec93101e0fcf9c80a1972231dcfb60cf8dd73f262cf67381
|
7
|
+
data.tar.gz: ef439ea50e98eede1709a4f1e8282e42748f558a5aa4bdc09fefcd36e3761fc5dedda94d71bdb9e1d631fa7e5e009f9685798c905ee34f93278d64da1028b42b
|
data/CHANGELOG.md
CHANGED
@@ -209,7 +209,7 @@ module Google
|
|
209
209
|
# @return [Google::Apis::MetastoreV1beta::Expr]
|
210
210
|
attr_accessor :condition
|
211
211
|
|
212
|
-
# Specifies the principals requesting access for a Cloud
|
212
|
+
# Specifies the principals requesting access for a Google Cloud resource.
|
213
213
|
# members can have the following values: allUsers: A special identifier that
|
214
214
|
# represents anyone who is on the internet; with or without a Google account.
|
215
215
|
# allAuthenticatedUsers: A special identifier that represents anyone who is
|
@@ -1648,8 +1648,8 @@ module Google
|
|
1648
1648
|
include Google::Apis::Core::Hashable
|
1649
1649
|
|
1650
1650
|
# The set of permissions to check for the resource. Permissions with wildcards (
|
1651
|
-
# such as
|
1652
|
-
#
|
1651
|
+
# such as * or storage.*) are not allowed. For more information see IAM Overview
|
1652
|
+
# (https://cloud.google.com/iam/docs/overview#permissions).
|
1653
1653
|
# Corresponds to the JSON property `permissions`
|
1654
1654
|
# @return [Array<String>]
|
1655
1655
|
attr_accessor :permissions
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MetastoreV1beta
|
18
18
|
# Version of the google-apis-metastore_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.26.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 = "20220407"
|
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-metastore_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.26.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-04-
|
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-metastore_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.26.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|