google-apis-datacatalog_v1 0.37.0 → 0.38.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/gem_version.rb +2 -2
- data/lib/google/apis/datacatalog_v1/service.rb +11 -1
- 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: 72af33b2d2d0ad17506281cc3755b03d16f35c6fd9252110130c314e29b431fb
|
4
|
+
data.tar.gz: 9fc2aa6b14bf0fa33ccd3e1f2c0049bd687caa114b063c4ca4c2b53fd3441015
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e5343784096549b670e3fb995cd46f8fa89ee1d2a67850c8022faed025ee3a6d473d3180084f71edbf8f0a70f11bed3ab9c66c374cdb3ca426387c399b86e92
|
7
|
+
data.tar.gz: 6232d285e44ca856440c2810a2740bd5cc87f20e268d1c1614b5b7f671ff33846294b0f36757c625fae4c7723edbf7564b028a03bcf232b18da17f5e6afa0ea2
|
data/CHANGELOG.md
CHANGED
@@ -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.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230512"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,14 @@ module Google
|
|
106
106
|
# sensitive. For example: * `//bigquery.googleapis.com/projects/`PROJECT_ID`/
|
107
107
|
# datasets/`DATASET_ID`/tables/`TABLE_ID`` * `//pubsub.googleapis.com/projects/`
|
108
108
|
# PROJECT_ID`/topics/`TOPIC_ID``
|
109
|
+
# @param [String] location
|
110
|
+
# Location where the lookup should be performed. Required to lookup entry that
|
111
|
+
# is not a part of `DPMS` or `DATAPLEX` `integrated_system` using its `
|
112
|
+
# fully_qualified_name`. Ignored in other cases.
|
113
|
+
# @param [String] project
|
114
|
+
# Project where the lookup should be performed. Required to lookup entry that is
|
115
|
+
# not a part of `DPMS` or `DATAPLEX` `integrated_system` using its `
|
116
|
+
# fully_qualified_name`. Ignored in other cases.
|
109
117
|
# @param [String] sql_resource
|
110
118
|
# The SQL name of the entry. SQL names are case-sensitive. Examples: * `pubsub.
|
111
119
|
# topic.`PROJECT_ID`.`TOPIC_ID`` * `pubsub.topic.`PROJECT_ID`.`\```TOPIC.ID.
|
@@ -131,12 +139,14 @@ module Google
|
|
131
139
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
132
140
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
133
141
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
134
|
-
def lookup_entry(fully_qualified_name: nil, linked_resource: nil, sql_resource: nil, fields: nil, quota_user: nil, options: nil, &block)
|
142
|
+
def lookup_entry(fully_qualified_name: nil, linked_resource: nil, location: nil, project: nil, sql_resource: nil, fields: nil, quota_user: nil, options: nil, &block)
|
135
143
|
command = make_simple_command(:get, 'v1/entries:lookup', options)
|
136
144
|
command.response_representation = Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry::Representation
|
137
145
|
command.response_class = Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1Entry
|
138
146
|
command.query['fullyQualifiedName'] = fully_qualified_name unless fully_qualified_name.nil?
|
139
147
|
command.query['linkedResource'] = linked_resource unless linked_resource.nil?
|
148
|
+
command.query['location'] = location unless location.nil?
|
149
|
+
command.query['project'] = project unless project.nil?
|
140
150
|
command.query['sqlResource'] = sql_resource unless sql_resource.nil?
|
141
151
|
command.query['fields'] = fields unless fields.nil?
|
142
152
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
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.38.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: 2023-
|
11
|
+
date: 2023-05-28 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.38.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: []
|