google-apis-datacatalog_v1 0.4.0 → 0.5.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: 289b4e278f3ef1330f44667ed8c8bfacc6a7eaeebc1d5ed6101bb1b4e0130daf
|
4
|
+
data.tar.gz: a02e952f46365cee660bb5dc0f47d68559985d6c53003578a86105f8737952c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43dde76236458bcb1eeeaebcadaa7adca8647b17e3fd9886df6844c20b25ac83af74cb4ad3fb470f7696bd710c5a30a8e11380abdddee28ab6df31f37c9acf30
|
7
|
+
data.tar.gz: fe50f4d7e19d938f9707c09788a634a1e1ff7153314a94b8226928a8e75715ee59f03af6aca3f387b62dec2d62b88f4ef6916f504c84120107bcc6c4dbf62705
|
data/CHANGELOG.md
CHANGED
@@ -1846,7 +1846,11 @@ module Google
|
|
1846
1846
|
# Tags created with a public tag template are referred to as public tags. You
|
1847
1847
|
# can search for a public tag by value with a simple search query instead of
|
1848
1848
|
# using a ``tag:`` predicate. Public tag templates may not appear in search
|
1849
|
-
# results depending on scope, see: include_public_tag_templates
|
1849
|
+
# results depending on scope, see: include_public_tag_templates Note: If an [IAM
|
1850
|
+
# domain restriction](https://cloud.google.com/resource-manager/docs/
|
1851
|
+
# organization-policy/restricting-domains) is configured in the tag template's
|
1852
|
+
# location, the public access will not be enabled but the simple search for tag
|
1853
|
+
# values will still work.
|
1850
1854
|
# Corresponds to the JSON property `isPubliclyReadable`
|
1851
1855
|
# @return [Boolean]
|
1852
1856
|
attr_accessor :is_publicly_readable
|
@@ -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.5.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 = "
|
25
|
+
REVISION = "20210721"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,13 +106,13 @@ module Google
|
|
106
106
|
# datasets/`DATASET_ID`/tables/`TABLE_ID`` * `//pubsub.googleapis.com/projects/`
|
107
107
|
# PROJECT_ID`/topics/`TOPIC_ID``
|
108
108
|
# @param [String] sql_resource
|
109
|
-
# The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub
|
110
|
-
# PROJECT_ID`.`TOPIC_ID`` * `pubsub.`PROJECT_ID
|
111
|
-
# * `bigquery.table.`PROJECT_ID`.`DATASET_ID`.`TABLE_ID``
|
112
|
-
# PROJECT_ID`.`DATASET_ID`` * `datacatalog.entry.`
|
113
|
-
# ENTRY_GROUP_ID`.`ENTRY_ID`` Identifiers (`*_ID`)
|
114
|
-
# Lexical structure in Standard SQL] (https://cloud.
|
115
|
-
# reference/standard-sql/lexical).
|
109
|
+
# The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.
|
110
|
+
# topic.`PROJECT_ID`.`TOPIC_ID`` * `pubsub.topic.`PROJECT_ID`.`\```TOPIC.ID.
|
111
|
+
# SEPARATED.WITH.DOTS``\` * `bigquery.table.`PROJECT_ID`.`DATASET_ID`.`TABLE_ID``
|
112
|
+
# * `bigquery.dataset.`PROJECT_ID`.`DATASET_ID`` * `datacatalog.entry.`
|
113
|
+
# PROJECT_ID`.`LOCATION_ID`.`ENTRY_GROUP_ID`.`ENTRY_ID`` Identifiers (`*_ID`)
|
114
|
+
# should comply with the [Lexical structure in Standard SQL] (https://cloud.
|
115
|
+
# google.com/bigquery/docs/reference/standard-sql/lexical).
|
116
116
|
# @param [String] fields
|
117
117
|
# Selector specifying which fields to include in a partial response.
|
118
118
|
# @param [String] quota_user
|
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.5.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-
|
11
|
+
date: 2021-08-02 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/master/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.5.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-datacatalog_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|