google-apis-datacatalog_v1 0.36.0 → 0.38.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: b15113c59de14c536ba7574df16a4c47ef4a357173fcbdc5dcfaddd69b7ae560
4
- data.tar.gz: fcd904818827b65cfa8ae4abf3bea92d8944b4e54e17c316aef94863fa7cb553
3
+ metadata.gz: 72af33b2d2d0ad17506281cc3755b03d16f35c6fd9252110130c314e29b431fb
4
+ data.tar.gz: 9fc2aa6b14bf0fa33ccd3e1f2c0049bd687caa114b063c4ca4c2b53fd3441015
5
5
  SHA512:
6
- metadata.gz: 3a60af0da61b5d4beb64dc0229b5c162d8eff81b28c032e04f42e291fc7a993d2e6d307923a6ee9baa2b5c371473a07069b238261cda3b5864068ae28237e38a
7
- data.tar.gz: b249ff60047af58f548b0f68c94ad623a26be5ba65f5e8721c1b6c38f35907918d49cffbc519e1cead40763991f0f80dc76985418411abf5b59907df623d5314
6
+ metadata.gz: 5e5343784096549b670e3fb995cd46f8fa89ee1d2a67850c8022faed025ee3a6d473d3180084f71edbf8f0a70f11bed3ab9c66c374cdb3ca426387c399b86e92
7
+ data.tar.gz: 6232d285e44ca856440c2810a2740bd5cc87f20e268d1c1614b5b7f671ff33846294b0f36757c625fae4c7723edbf7564b028a03bcf232b18da17f5e6afa0ea2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-datacatalog_v1
2
2
 
3
+ ### v0.38.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230512
6
+
7
+ ### v0.37.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230421
10
+
3
11
  ### v0.36.0 (2023-04-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230414
@@ -3127,7 +3127,7 @@ module Google
3127
3127
  class GoogleCloudDatacatalogV1TaxonomyService
3128
3128
  include Google::Apis::Core::Hashable
3129
3129
 
3130
- # P4SA Identity of the service.
3130
+ # The service agent for the service.
3131
3131
  # Corresponds to the JSON property `identity`
3132
3132
  # @return [String]
3133
3133
  attr_accessor :identity
@@ -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.36.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 = "20230414"
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.36.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-04-23 00:00:00.000000000 Z
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.36.0
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: []