google-apis-datacatalog_v1beta1 0.50.0 → 0.51.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: 768fe241543b168b13b78c8f6117d01596f96430ab66fa14d212f5483ec0fde6
|
4
|
+
data.tar.gz: a61bdd0a367e817fb5382f2aa562c796ed83c6d5877fb54bd0ebcc127ee92d5d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bba19e0d858fdf218b6379487527255f413b2ab2b3bfeb06e408708ab3d72cc8b6b6f346d3502af961301664752c055b855735de8f9380126091ae6eda4956de
|
7
|
+
data.tar.gz: 2dc2967a57bbc54826e21f4280687ec742a8c77ad4f506d6222850200403f10a7aa35fb3d9eb41862fc2e16381f268f7f4df02242644fbe028337e140577b5da
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-datacatalog_v1beta1
|
2
2
|
|
3
|
+
### v0.51.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250609
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.50.0 (2025-05-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250502
|
@@ -757,7 +757,7 @@ module Google
|
|
757
757
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
|
758
758
|
attr_accessor :database_view_spec
|
759
759
|
|
760
|
-
# Entry specification for a Dataplex table.
|
760
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
761
761
|
# Corresponds to the JSON property `dataplexTable`
|
762
762
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexTableSpec]
|
763
763
|
attr_accessor :dataplex_table
|
@@ -810,11 +810,12 @@ module Google
|
|
810
810
|
end
|
811
811
|
end
|
812
812
|
|
813
|
-
# External table registered by Dataplex. Dataplex
|
814
|
-
# an asset into multiple other systems (
|
815
|
-
# call them "external tables". External
|
816
|
-
# Catalog. This message contains pointers
|
817
|
-
# qualified name, resource name et cetera)
|
813
|
+
# External table registered by Dataplex Universal Catalog. Dataplex Universal
|
814
|
+
# Catalog publishes data discovered from an asset into multiple other systems (
|
815
|
+
# BigQuery, DPMS) in form of tables. We call them "external tables". External
|
816
|
+
# tables are also synced into the Data Catalog. This message contains pointers
|
817
|
+
# to those external tables (fully qualified name, resource name et cetera)
|
818
|
+
# within the Data Catalog.
|
818
819
|
class GoogleCloudDatacatalogV1DataplexExternalTable
|
819
820
|
include Google::Apis::Core::Hashable
|
820
821
|
|
@@ -851,11 +852,11 @@ module Google
|
|
851
852
|
end
|
852
853
|
end
|
853
854
|
|
854
|
-
# Entry
|
855
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
855
856
|
class GoogleCloudDatacatalogV1DataplexFilesetSpec
|
856
857
|
include Google::Apis::Core::Hashable
|
857
858
|
|
858
|
-
# Common Dataplex fields.
|
859
|
+
# Common Dataplex Universal Catalog fields.
|
859
860
|
# Corresponds to the JSON property `dataplexSpec`
|
860
861
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
|
861
862
|
attr_accessor :dataplex_spec
|
@@ -870,13 +871,13 @@ module Google
|
|
870
871
|
end
|
871
872
|
end
|
872
873
|
|
873
|
-
# Common Dataplex fields.
|
874
|
+
# Common Dataplex Universal Catalog fields.
|
874
875
|
class GoogleCloudDatacatalogV1DataplexSpec
|
875
876
|
include Google::Apis::Core::Hashable
|
876
877
|
|
877
|
-
# Fully qualified resource name of an asset in Dataplex, to
|
878
|
-
# data source (Cloud Storage bucket or BigQuery dataset) of
|
879
|
-
# attached.
|
878
|
+
# Fully qualified resource name of an asset in Dataplex Universal Catalog, to
|
879
|
+
# which the underlying data source (Cloud Storage bucket or BigQuery dataset) of
|
880
|
+
# the entity is attached.
|
880
881
|
# Corresponds to the JSON property `asset`
|
881
882
|
# @return [String]
|
882
883
|
attr_accessor :asset
|
@@ -893,8 +894,8 @@ module Google
|
|
893
894
|
attr_accessor :data_format
|
894
895
|
|
895
896
|
# Project ID of the underlying Cloud Storage or BigQuery data. Note that this
|
896
|
-
# may not be the same project as the
|
897
|
-
# asset.
|
897
|
+
# may not be the same project as the corresponding Dataplex Universal Catalog
|
898
|
+
# lake / zone / asset.
|
898
899
|
# Corresponds to the JSON property `projectId`
|
899
900
|
# @return [String]
|
900
901
|
attr_accessor :project_id
|
@@ -912,18 +913,18 @@ module Google
|
|
912
913
|
end
|
913
914
|
end
|
914
915
|
|
915
|
-
# Entry specification for a Dataplex table.
|
916
|
+
# Entry specification for a Dataplex Universal Catalog table.
|
916
917
|
class GoogleCloudDatacatalogV1DataplexTableSpec
|
917
918
|
include Google::Apis::Core::Hashable
|
918
919
|
|
919
|
-
# Common Dataplex fields.
|
920
|
+
# Common Dataplex Universal Catalog fields.
|
920
921
|
# Corresponds to the JSON property `dataplexSpec`
|
921
922
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexSpec]
|
922
923
|
attr_accessor :dataplex_spec
|
923
924
|
|
924
|
-
# List of external tables registered by Dataplex in other
|
925
|
-
# same underlying data. External tables allow to query this
|
926
|
-
# systems.
|
925
|
+
# List of external tables registered by Dataplex Universal Catalog in other
|
926
|
+
# systems based on the same underlying data. External tables allow to query this
|
927
|
+
# data in those systems.
|
927
928
|
# Corresponds to the JSON property `externalTables`
|
928
929
|
# @return [Array<Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexExternalTable>]
|
929
930
|
attr_accessor :external_tables
|
@@ -1279,7 +1280,7 @@ module Google
|
|
1279
1280
|
class GoogleCloudDatacatalogV1FilesetSpec
|
1280
1281
|
include Google::Apis::Core::Hashable
|
1281
1282
|
|
1282
|
-
# Entry
|
1283
|
+
# Entry specification for a Dataplex Universal Catalog fileset.
|
1283
1284
|
# Corresponds to the JSON property `dataplexFileset`
|
1284
1285
|
# @return [Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
|
1285
1286
|
attr_accessor :dataplex_fileset
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatacatalogV1beta1
|
18
18
|
# Version of the google-apis-datacatalog_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datacatalog_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datacatalog_v1beta1/v0.51.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datacatalog_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Google Cloud Data Catalog API V1beta1
|
79
79
|
test_files: []
|