google-apis-datacatalog_v1 0.59.0 → 0.60.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e63da1846ed0cdb74448c3980c67268d67b8fb31bf715295b1049df1e9b97d7
|
4
|
+
data.tar.gz: 59f3e15277d8347ff69af79bdc86308788aee51d4a17a063032fd265f01bcba5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1865fabecc2048e37815f389c56d08f18d7fcf3a1bb6f62ca9c776432b829145687c40fac155a2a56181f8814d83f579852f124dd7744ee01727315d505da8c
|
7
|
+
data.tar.gz: 0e627e24b7aa4ddb0431126a6fbf4139472388f9a83e6391a3b335659866c46f4c1ef2489df0aa85c733d9ffc98eb6770d61acdb03c4d277878a687fd4671208
|
data/CHANGELOG.md
CHANGED
@@ -777,7 +777,7 @@ module Google
|
|
777
777
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
|
778
778
|
attr_accessor :database_view_spec
|
779
779
|
|
780
|
-
# Entry specification for a Dataplex table.
|
780
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
781
781
|
# Corresponds to the JSON property `dataplexTable`
|
782
782
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexTableSpec]
|
783
783
|
attr_accessor :dataplex_table
|
@@ -830,11 +830,12 @@ module Google
|
|
830
830
|
end
|
831
831
|
end
|
832
832
|
|
833
|
-
# External table registered by Dataplex. Dataplex
|
834
|
-
# an asset into multiple other systems (
|
835
|
-
# call them "external tables". External
|
836
|
-
# Catalog. This message contains pointers
|
837
|
-
# qualified name, resource name et cetera)
|
833
|
+
# External table registered by Dataplex Universal Catalog. Dataplex Universal
|
834
|
+
# Catalog publishes data discovered from an asset into multiple other systems (
|
835
|
+
# BigQuery, DPMS) in form of tables. We call them "external tables". External
|
836
|
+
# tables are also synced into the Data Catalog. This message contains pointers
|
837
|
+
# to those external tables (fully qualified name, resource name et cetera)
|
838
|
+
# within the Data Catalog.
|
838
839
|
class GoogleCloudDatacatalogV1DataplexExternalTable
|
839
840
|
include Google::Apis::Core::Hashable
|
840
841
|
|
@@ -871,11 +872,11 @@ module Google
|
|
871
872
|
end
|
872
873
|
end
|
873
874
|
|
874
|
-
# Entry
|
875
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
875
876
|
class GoogleCloudDatacatalogV1DataplexFilesetSpec
|
876
877
|
include Google::Apis::Core::Hashable
|
877
878
|
|
878
|
-
# Common Dataplex fields.
|
879
|
+
# Common Dataplex Universal Catalog fields.
|
879
880
|
# Corresponds to the JSON property `dataplexSpec`
|
880
881
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
|
881
882
|
attr_accessor :dataplex_spec
|
@@ -890,13 +891,13 @@ module Google
|
|
890
891
|
end
|
891
892
|
end
|
892
893
|
|
893
|
-
# Common Dataplex fields.
|
894
|
+
# Common Dataplex Universal Catalog fields.
|
894
895
|
class GoogleCloudDatacatalogV1DataplexSpec
|
895
896
|
include Google::Apis::Core::Hashable
|
896
897
|
|
897
|
-
# Fully qualified resource name of an asset in Dataplex, to
|
898
|
-
# data source (Cloud Storage bucket or BigQuery dataset) of
|
899
|
-
# attached.
|
898
|
+
# Fully qualified resource name of an asset in Dataplex Universal Catalog, to
|
899
|
+
# which the underlying data source (Cloud Storage bucket or BigQuery dataset) of
|
900
|
+
# the entity is attached.
|
900
901
|
# Corresponds to the JSON property `asset`
|
901
902
|
# @return [String]
|
902
903
|
attr_accessor :asset
|
@@ -913,8 +914,8 @@ module Google
|
|
913
914
|
attr_accessor :data_format
|
914
915
|
|
915
916
|
# Project ID of the underlying Cloud Storage or BigQuery data. Note that this
|
916
|
-
# may not be the same project as the
|
917
|
-
# asset.
|
917
|
+
# may not be the same project as the corresponding Dataplex Universal Catalog
|
918
|
+
# lake / zone / asset.
|
918
919
|
# Corresponds to the JSON property `projectId`
|
919
920
|
# @return [String]
|
920
921
|
attr_accessor :project_id
|
@@ -932,18 +933,18 @@ module Google
|
|
932
933
|
end
|
933
934
|
end
|
934
935
|
|
935
|
-
# Entry specification for a Dataplex table.
|
936
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
936
937
|
class GoogleCloudDatacatalogV1DataplexTableSpec
|
937
938
|
include Google::Apis::Core::Hashable
|
938
939
|
|
939
|
-
# Common Dataplex fields.
|
940
|
+
# Common Dataplex Universal Catalog fields.
|
940
941
|
# Corresponds to the JSON property `dataplexSpec`
|
941
942
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
|
942
943
|
attr_accessor :dataplex_spec
|
943
944
|
|
944
|
-
# List of external tables registered by Dataplex in other
|
945
|
-
# same underlying data. External tables allow to query this
|
946
|
-
# systems.
|
945
|
+
# List of external tables registered by Dataplex Universal Catalog in other
|
946
|
+
# systems based on the same underlying data. External tables allow to query this
|
947
|
+
# data in those systems.
|
947
948
|
# Corresponds to the JSON property `externalTables`
|
948
949
|
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexExternalTable>]
|
949
950
|
attr_accessor :external_tables
|
@@ -1283,7 +1284,7 @@ module Google
|
|
1283
1284
|
attr_accessor :name
|
1284
1285
|
|
1285
1286
|
# Optional. When set to [true], it means DataCatalog EntryGroup was transferred
|
1286
|
-
# to Dataplex Catalog
|
1287
|
+
# to Dataplex Universal Catalog. It makes EntryGroup and its Entries to be read-
|
1287
1288
|
# only in DataCatalog. However, new Tags on EntryGroup and its Entries can be
|
1288
1289
|
# created. After setting the flag to [true] it cannot be unset.
|
1289
1290
|
# Corresponds to the JSON property `transferredToDataplex`
|
@@ -1441,7 +1442,7 @@ module Google
|
|
1441
1442
|
class GoogleCloudDatacatalogV1FilesetSpec
|
1442
1443
|
include Google::Apis::Core::Hashable
|
1443
1444
|
|
1444
|
-
# Entry
|
1445
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
1445
1446
|
# Corresponds to the JSON property `dataplexFileset`
|
1446
1447
|
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
|
1447
1448
|
attr_accessor :dataplex_fileset
|
@@ -1563,8 +1564,8 @@ module Google
|
|
1563
1564
|
# @return [String]
|
1564
1565
|
attr_accessor :gcs_bucket_path
|
1565
1566
|
|
1566
|
-
# Optional. (Optional) Dataplex task job id, if specified will
|
1567
|
-
# of ImportEntries LRO ID
|
1567
|
+
# Optional. (Optional) Dataplex Universal Catalog task job id, if specified will
|
1568
|
+
# be used as part of ImportEntries LRO ID
|
1568
1569
|
# Corresponds to the JSON property `jobId`
|
1569
1570
|
# @return [String]
|
1570
1571
|
attr_accessor :job_id
|
@@ -1851,18 +1852,18 @@ module Google
|
|
1851
1852
|
end
|
1852
1853
|
end
|
1853
1854
|
|
1854
|
-
# The configuration related to the migration to Dataplex
|
1855
|
-
# organization or project. It is the response message for
|
1856
|
-
# RetrieveEffectiveConfig.
|
1855
|
+
# The configuration related to the migration to Dataplex Universal Catalog
|
1856
|
+
# applied to an organization or project. It is the response message for
|
1857
|
+
# SetConfig and RetrieveEffectiveConfig.
|
1857
1858
|
class GoogleCloudDatacatalogV1MigrationConfig
|
1858
1859
|
include Google::Apis::Core::Hashable
|
1859
1860
|
|
1860
|
-
# Opt-in status for the UI switch to Dataplex.
|
1861
|
+
# Opt-in status for the UI switch to Dataplex Universal Catalog.
|
1861
1862
|
# Corresponds to the JSON property `catalogUiExperience`
|
1862
1863
|
# @return [String]
|
1863
1864
|
attr_accessor :catalog_ui_experience
|
1864
1865
|
|
1865
|
-
# Opt-in status for the migration of Tag Templates to Dataplex.
|
1866
|
+
# Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
|
1866
1867
|
# Corresponds to the JSON property `tagTemplateMigration`
|
1867
1868
|
# @return [String]
|
1868
1869
|
attr_accessor :tag_template_migration
|
@@ -1943,9 +1944,9 @@ module Google
|
|
1943
1944
|
end
|
1944
1945
|
end
|
1945
1946
|
|
1946
|
-
# The configuration related to the migration from Data Catalog to Dataplex
|
1947
|
-
# has been applied to an organization and any projects
|
1948
|
-
# response message for RetrieveConfig.
|
1947
|
+
# The configuration related to the migration from Data Catalog to Dataplex
|
1948
|
+
# Universal Catalog that has been applied to an organization and any projects
|
1949
|
+
# under it. It is the response message for RetrieveConfig.
|
1949
1950
|
class GoogleCloudDatacatalogV1OrganizationConfig
|
1950
1951
|
include Google::Apis::Core::Hashable
|
1951
1952
|
|
@@ -2822,12 +2823,12 @@ module Google
|
|
2822
2823
|
class GoogleCloudDatacatalogV1SetConfigRequest
|
2823
2824
|
include Google::Apis::Core::Hashable
|
2824
2825
|
|
2825
|
-
# Opt-in status for the UI switch to Dataplex.
|
2826
|
+
# Opt-in status for the UI switch to Dataplex Universal Catalog.
|
2826
2827
|
# Corresponds to the JSON property `catalogUiExperience`
|
2827
2828
|
# @return [String]
|
2828
2829
|
attr_accessor :catalog_ui_experience
|
2829
2830
|
|
2830
|
-
# Opt-in status for the migration of Tag Templates to Dataplex.
|
2831
|
+
# Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
|
2831
2832
|
# Corresponds to the JSON property `tagTemplateMigration`
|
2832
2833
|
# @return [String]
|
2833
2834
|
attr_accessor :tag_template_migration
|
@@ -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.60.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250609"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -156,8 +156,8 @@ module Google
|
|
156
156
|
end
|
157
157
|
|
158
158
|
# Retrieves the configuration related to the migration from Data Catalog to
|
159
|
-
# Dataplex for a specific organization, including all the
|
160
|
-
# which have a separate configuration set.
|
159
|
+
# Dataplex Universal Catalog for a specific organization, including all the
|
160
|
+
# projects under it which have a separate configuration set.
|
161
161
|
# @param [String] name
|
162
162
|
# Required. The organization whose config is being retrieved.
|
163
163
|
# @param [String] fields
|
@@ -188,10 +188,10 @@ module Google
|
|
188
188
|
end
|
189
189
|
|
190
190
|
# Retrieves the effective configuration related to the migration from Data
|
191
|
-
# Catalog to Dataplex for a specific organization or project.
|
192
|
-
# specific configuration set for the resource, the setting is
|
193
|
-
# hierarchicahlly through the ancestors of the resource, starting from
|
194
|
-
# resource itself.
|
191
|
+
# Catalog to Dataplex Universal Catalog for a specific organization or project.
|
192
|
+
# If there is no specific configuration set for the resource, the setting is
|
193
|
+
# checked hierarchicahlly through the ancestors of the resource, starting from
|
194
|
+
# the resource itself.
|
195
195
|
# @param [String] name
|
196
196
|
# Required. The resource whose effective config is being retrieved.
|
197
197
|
# @param [String] fields
|
@@ -221,8 +221,8 @@ module Google
|
|
221
221
|
execute_or_queue_command(command, &block)
|
222
222
|
end
|
223
223
|
|
224
|
-
# Sets the configuration related to the migration to Dataplex
|
225
|
-
# organization or project.
|
224
|
+
# Sets the configuration related to the migration to Dataplex Universal Catalog
|
225
|
+
# for an organization or project.
|
226
226
|
# @param [String] name
|
227
227
|
# Required. The organization or project whose config is being specified.
|
228
228
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SetConfigRequest] google_cloud_datacatalog_v1_set_config_request_object
|
@@ -256,10 +256,10 @@ module Google
|
|
256
256
|
end
|
257
257
|
|
258
258
|
# Retrieves the effective configuration related to the migration from Data
|
259
|
-
# Catalog to Dataplex for a specific organization or project.
|
260
|
-
# specific configuration set for the resource, the setting is
|
261
|
-
# hierarchicahlly through the ancestors of the resource, starting from
|
262
|
-
# resource itself.
|
259
|
+
# Catalog to Dataplex Universal Catalog for a specific organization or project.
|
260
|
+
# If there is no specific configuration set for the resource, the setting is
|
261
|
+
# checked hierarchicahlly through the ancestors of the resource, starting from
|
262
|
+
# the resource itself.
|
263
263
|
# @param [String] name
|
264
264
|
# Required. The resource whose effective config is being retrieved.
|
265
265
|
# @param [String] fields
|
@@ -289,8 +289,8 @@ module Google
|
|
289
289
|
execute_or_queue_command(command, &block)
|
290
290
|
end
|
291
291
|
|
292
|
-
# Sets the configuration related to the migration to Dataplex
|
293
|
-
# organization or project.
|
292
|
+
# Sets the configuration related to the migration to Dataplex Universal Catalog
|
293
|
+
# for an organization or project.
|
294
294
|
# @param [String] name
|
295
295
|
# Required. The organization or project whose config is being specified.
|
296
296
|
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SetConfigRequest] google_cloud_datacatalog_v1_set_config_request_object
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.60.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1/v0.60.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|