google-cloud-dataplex-v1 2.4.1 → 2.6.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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/dataplex/v1/bindings_override.rb +34 -29
- data/lib/google/cloud/dataplex/v1/business_glossary_pb.rb +75 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/client.rb +1985 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/credentials.rb +47 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/operations.rb +813 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/paths.rb +111 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb +1863 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/operations.rb +943 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/service_stub.rb +1002 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service/rest.rb +59 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_service.rb +61 -0
- data/lib/google/cloud/dataplex/v1/business_glossary_services_pb.rb +81 -0
- data/lib/google/cloud/dataplex/v1/catalog_pb.rb +7 -1
- data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +302 -11
- data/lib/google/cloud/dataplex/v1/catalog_service/paths.rb +40 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +281 -11
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +2 -2
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/service_stub.rb +184 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest.rb +4 -4
- data/lib/google/cloud/dataplex/v1/catalog_service.rb +4 -4
- data/lib/google/cloud/dataplex/v1/catalog_services_pb.rb +14 -6
- data/lib/google/cloud/dataplex/v1/cmek_service/client.rb +1 -1
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/client.rb +1 -1
- data/lib/google/cloud/dataplex/v1/cmek_service/rest/operations.rb +2 -2
- data/lib/google/cloud/dataplex/v1/cmek_service/rest.rb +1 -1
- data/lib/google/cloud/dataplex/v1/cmek_service.rb +1 -1
- data/lib/google/cloud/dataplex/v1/cmek_services_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/content_service/client.rb +2 -1
- data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +2 -1
- data/lib/google/cloud/dataplex/v1/content_service/rest.rb +2 -1
- data/lib/google/cloud/dataplex/v1/content_service.rb +2 -1
- data/lib/google/cloud/dataplex/v1/content_services_pb.rb +2 -1
- data/lib/google/cloud/dataplex/v1/data_discovery_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/data_profile_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +3 -1
- data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +7 -7
- data/lib/google/cloud/dataplex/v1/data_scan_service/paths.rb +14 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +7 -7
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +2 -2
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/client.rb +1 -1
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb +1 -1
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +2 -2
- data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +2 -2
- data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +2 -2
- data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +2 -2
- data/lib/google/cloud/dataplex/v1/datascans_common_pb.rb +45 -0
- data/lib/google/cloud/dataplex/v1/logs_pb.rb +3 -1
- data/lib/google/cloud/dataplex/v1/processing_pb.rb +1 -1
- data/lib/google/cloud/dataplex/v1/rest.rb +1 -0
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/lib/google/cloud/dataplex/v1.rb +1 -0
- data/proto_docs/google/cloud/dataplex/v1/analyze.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/business_glossary.rb +531 -0
- data/proto_docs/google/cloud/dataplex/v1/catalog.rb +196 -33
- data/proto_docs/google/cloud/dataplex/v1/data_discovery.rb +6 -0
- data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +99 -98
- data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +18 -5
- data/proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/datascans.rb +11 -11
- data/proto_docs/google/cloud/dataplex/v1/datascans_common.rb +48 -0
- data/proto_docs/google/cloud/dataplex/v1/logs.rb +7 -3
- data/proto_docs/google/cloud/dataplex/v1/metadata.rb +10 -8
- data/proto_docs/google/cloud/dataplex/v1/processing.rb +15 -11
- data/proto_docs/google/cloud/dataplex/v1/service.rb +2 -2
- data/proto_docs/google/cloud/dataplex/v1/tasks.rb +3 -3
- metadata +19 -5
@@ -65,12 +65,12 @@ module Google
|
|
65
65
|
include ::Google::Protobuf::MessageExts
|
66
66
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
67
67
|
|
68
|
-
#
|
68
|
+
# Authorization for an AspectType.
|
69
69
|
# @!attribute [rw] alternate_use_permission
|
70
70
|
# @return [::String]
|
71
71
|
# Immutable. The IAM permission grantable on the EntryGroup to allow access
|
72
|
-
# to instantiate Aspects of Dataplex owned AspectTypes,
|
73
|
-
# Dataplex owned Types.
|
72
|
+
# to instantiate Aspects of Dataplex Universal Catalog owned AspectTypes,
|
73
|
+
# only settable for Dataplex Universal Catalog owned Types.
|
74
74
|
class Authorization
|
75
75
|
include ::Google::Protobuf::MessageExts
|
76
76
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -95,8 +95,8 @@ module Google
|
|
95
95
|
# Primitive types:
|
96
96
|
#
|
97
97
|
# * string
|
98
|
-
# *
|
99
|
-
# *
|
98
|
+
# * int
|
99
|
+
# * bool
|
100
100
|
# * double
|
101
101
|
# * datetime. Must be of the format RFC3339 UTC "Zulu" (Examples:
|
102
102
|
# "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z").
|
@@ -330,8 +330,8 @@ module Google
|
|
330
330
|
# @!attribute [rw] alternate_use_permission
|
331
331
|
# @return [::String]
|
332
332
|
# Immutable. The IAM permission grantable on the Entry Group to allow
|
333
|
-
# access to instantiate Entries of Dataplex owned Entry
|
334
|
-
# settable for Dataplex owned Types.
|
333
|
+
# access to instantiate Entries of Dataplex Universal Catalog owned Entry
|
334
|
+
# Types, only settable for Dataplex Universal Catalog owned Types.
|
335
335
|
class Authorization
|
336
336
|
include ::Google::Protobuf::MessageExts
|
337
337
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -402,10 +402,12 @@ module Google
|
|
402
402
|
# `projects/{project_id_or_number}/locations/{location_id}/entryTypes/{entry_type_id}`.
|
403
403
|
# @!attribute [r] create_time
|
404
404
|
# @return [::Google::Protobuf::Timestamp]
|
405
|
-
# Output only. The time when the entry was created in Dataplex
|
405
|
+
# Output only. The time when the entry was created in Dataplex Universal
|
406
|
+
# Catalog.
|
406
407
|
# @!attribute [r] update_time
|
407
408
|
# @return [::Google::Protobuf::Timestamp]
|
408
|
-
# Output only. The time when the entry was last updated in Dataplex
|
409
|
+
# Output only. The time when the entry was last updated in Dataplex Universal
|
410
|
+
# Catalog.
|
409
411
|
# @!attribute [rw] aspects
|
410
412
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::Dataplex::V1::Aspect}]
|
411
413
|
# Optional. The aspects that are attached to the entry. Depending on how the
|
@@ -521,7 +523,7 @@ module Google
|
|
521
523
|
# @return [::String]
|
522
524
|
# Required. The resource name of the entryGroup, of the form:
|
523
525
|
# projects/\\{project_number}/locations/\\{location_id}
|
524
|
-
# where `location_id` refers to a
|
526
|
+
# where `location_id` refers to a Google Cloud region.
|
525
527
|
# @!attribute [rw] entry_group_id
|
526
528
|
# @return [::String]
|
527
529
|
# Required. EntryGroup identifier.
|
@@ -660,7 +662,7 @@ module Google
|
|
660
662
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
661
663
|
end
|
662
664
|
|
663
|
-
#
|
665
|
+
# Delete EntryType Request.
|
664
666
|
# @!attribute [rw] name
|
665
667
|
# @return [::String]
|
666
668
|
# Required. The resource name of the EntryType:
|
@@ -774,7 +776,7 @@ module Google
|
|
774
776
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
775
777
|
end
|
776
778
|
|
777
|
-
#
|
779
|
+
# Delete AspectType Request.
|
778
780
|
# @!attribute [rw] name
|
779
781
|
# @return [::String]
|
780
782
|
# Required. The resource name of the AspectType:
|
@@ -1049,11 +1051,11 @@ module Google
|
|
1049
1051
|
# @!attribute [rw] name
|
1050
1052
|
# @return [::String]
|
1051
1053
|
# Required. The project to which the request should be attributed in the
|
1052
|
-
# following form: `projects/{project}/locations/
|
1054
|
+
# following form: `projects/{project}/locations/global`.
|
1053
1055
|
# @!attribute [rw] query
|
1054
1056
|
# @return [::String]
|
1055
1057
|
# Required. The query against which entries in scope should be matched.
|
1056
|
-
# The query syntax is defined in [Search syntax for Dataplex
|
1058
|
+
# The query syntax is defined in [Search syntax for Dataplex Universal
|
1057
1059
|
# Catalog](https://cloud.google.com/dataplex/docs/search-syntax).
|
1058
1060
|
# @!attribute [rw] page_size
|
1059
1061
|
# @return [::Integer]
|
@@ -1069,7 +1071,7 @@ module Google
|
|
1069
1071
|
# Optional. Specifies the ordering of results.
|
1070
1072
|
# Supported values are:
|
1071
1073
|
#
|
1072
|
-
# * `relevance`
|
1074
|
+
# * `relevance`
|
1073
1075
|
# * `last_modified_timestamp`
|
1074
1076
|
# * `last_modified_timestamp asc`
|
1075
1077
|
# @!attribute [rw] scope
|
@@ -1078,6 +1080,10 @@ module Google
|
|
1078
1080
|
# either be `organizations/<org_id>` or `projects/<project_ref>`. If it is
|
1079
1081
|
# unspecified, it defaults to the organization where the project provided in
|
1080
1082
|
# `name` is located.
|
1083
|
+
# @!attribute [rw] semantic_search
|
1084
|
+
# @return [::Boolean]
|
1085
|
+
# Optional. Specifies whether the search should understand the meaning and
|
1086
|
+
# intent behind the query, rather than just matching keywords.
|
1081
1087
|
class SearchEntriesRequest
|
1082
1088
|
include ::Google::Protobuf::MessageExts
|
1083
1089
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1142,17 +1148,22 @@ module Google
|
|
1142
1148
|
# @!attribute [rw] entry
|
1143
1149
|
# @return [::Google::Cloud::Dataplex::V1::Entry]
|
1144
1150
|
# Information about an entry and its attached aspects.
|
1151
|
+
# @!attribute [rw] entry_link
|
1152
|
+
# @return [::Google::Cloud::Dataplex::V1::EntryLink]
|
1153
|
+
# Information about the entry link. User should provide either one of the
|
1154
|
+
# entry or entry_link. While providing entry_link, user should not
|
1155
|
+
# provide update_mask and aspect_keys.
|
1145
1156
|
# @!attribute [rw] update_mask
|
1146
1157
|
# @return [::Google::Protobuf::FieldMask]
|
1147
1158
|
# The fields to update, in paths that are relative to the `Entry` resource.
|
1148
1159
|
# Separate each field with a comma.
|
1149
1160
|
#
|
1150
|
-
# In `FULL` entry sync mode, Dataplex includes the paths of
|
1151
|
-
# for an entry that can be modified, including aspects.
|
1152
|
-
# Dataplex replaces the existing entry with
|
1153
|
-
# file. All modifiable fields are updated,
|
1154
|
-
# listed in the update mask, and regardless
|
1155
|
-
# in the `entry` object.
|
1161
|
+
# In `FULL` entry sync mode, Dataplex Universal Catalog includes the paths of
|
1162
|
+
# all of the fields for an entry that can be modified, including aspects.
|
1163
|
+
# This means that Dataplex Universal Catalog replaces the existing entry with
|
1164
|
+
# the entry in the metadata import file. All modifiable fields are updated,
|
1165
|
+
# regardless of the fields that are listed in the update mask, and regardless
|
1166
|
+
# of whether a field is present in the `entry` object.
|
1156
1167
|
#
|
1157
1168
|
# The `update_mask` field is ignored when an entry is created or re-created.
|
1158
1169
|
#
|
@@ -1160,10 +1171,10 @@ module Google
|
|
1160
1171
|
# value to `aspects`.
|
1161
1172
|
#
|
1162
1173
|
#
|
1163
|
-
# Dataplex also determines which entries and aspects to
|
1164
|
-
# the values and timestamps that you provide in the
|
1165
|
-
# the values and timestamps that exist in your
|
1166
|
-
# see [Comparison
|
1174
|
+
# Dataplex Universal Catalog also determines which entries and aspects to
|
1175
|
+
# modify by comparing the values and timestamps that you provide in the
|
1176
|
+
# metadata import file with the values and timestamps that exist in your
|
1177
|
+
# project. For more information, see [Comparison
|
1167
1178
|
# logic](https://cloud.google.com/dataplex/docs/import-metadata#data-modification-logic).
|
1168
1179
|
# @!attribute [rw] aspect_keys
|
1169
1180
|
# @return [::Array<::String>]
|
@@ -1183,8 +1194,8 @@ module Google
|
|
1183
1194
|
#
|
1184
1195
|
# In `FULL` entry sync mode, if you leave this field empty, it is treated as
|
1185
1196
|
# specifying exactly those aspects that are present within the specified
|
1186
|
-
# entry. Dataplex implicitly adds the keys for all of the
|
1187
|
-
# an entry.
|
1197
|
+
# entry. Dataplex Universal Catalog implicitly adds the keys for all of the
|
1198
|
+
# required aspects of an entry.
|
1188
1199
|
class ImportItem
|
1189
1200
|
include ::Google::Protobuf::MessageExts
|
1190
1201
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1352,6 +1363,17 @@ module Google
|
|
1352
1363
|
# @!attribute [r] update_time
|
1353
1364
|
# @return [::Google::Protobuf::Timestamp]
|
1354
1365
|
# Output only. The time when the status was updated.
|
1366
|
+
# @!attribute [r] deleted_entry_links
|
1367
|
+
# @return [::Integer]
|
1368
|
+
# Output only. The total number of entry links that were successfully
|
1369
|
+
# deleted.
|
1370
|
+
# @!attribute [r] created_entry_links
|
1371
|
+
# @return [::Integer]
|
1372
|
+
# Output only. The total number of entry links that were successfully
|
1373
|
+
# created.
|
1374
|
+
# @!attribute [r] unchanged_entry_links
|
1375
|
+
# @return [::Integer]
|
1376
|
+
# Output only. The total number of entry links that were left unchanged.
|
1355
1377
|
class ImportJobResult
|
1356
1378
|
include ::Google::Protobuf::MessageExts
|
1357
1379
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1470,6 +1492,42 @@ module Google
|
|
1470
1492
|
#
|
1471
1493
|
# The location of an aspect type must either match the location of the
|
1472
1494
|
# job, or the aspect type must be global.
|
1495
|
+
# @!attribute [rw] glossaries
|
1496
|
+
# @return [::Array<::String>]
|
1497
|
+
# Optional. The glossaries that are in scope for the import job,
|
1498
|
+
# specified as relative resource names in the format
|
1499
|
+
# `projects/{project_number_or_id}/locations/{location_id}/glossaries/{glossary_id}`.
|
1500
|
+
#
|
1501
|
+
# While importing Business Glossary entries, the user must
|
1502
|
+
# provide glossaries. While importing entries, the user does not have to
|
1503
|
+
# provide glossaries. If the metadata import file attempts to modify
|
1504
|
+
# Business Glossary entries whose glossary isn't included in this list,
|
1505
|
+
# the import job will skip those entries.
|
1506
|
+
#
|
1507
|
+
# The location of a glossary must either match the location of the
|
1508
|
+
# job, or the glossary must be global.
|
1509
|
+
# @!attribute [rw] entry_link_types
|
1510
|
+
# @return [::Array<::String>]
|
1511
|
+
# Optional. The entry link types that are in scope for the import job,
|
1512
|
+
# specified as relative resource names in the format
|
1513
|
+
# `projects/{project_number_or_id}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}`.
|
1514
|
+
# The job modifies only the entryLinks that belong to these entry link
|
1515
|
+
# types.
|
1516
|
+
#
|
1517
|
+
# If the metadata import file attempts to create or delete an entry link
|
1518
|
+
# whose entry link type isn't included in this list, the import job will
|
1519
|
+
# skip those entry links.
|
1520
|
+
# @!attribute [rw] referenced_entry_scopes
|
1521
|
+
# @return [::Array<::String>]
|
1522
|
+
# Optional. Defines the scope of entries that can be referenced in the
|
1523
|
+
# entry links.
|
1524
|
+
#
|
1525
|
+
# Currently, projects are supported as valid scopes.
|
1526
|
+
# Format: `projects/{project_number_or_id}`
|
1527
|
+
#
|
1528
|
+
# If the metadata import file attempts to create an entry link
|
1529
|
+
# which references an entry that is not in the scope, the import job will
|
1530
|
+
# skip that entry link.
|
1473
1531
|
class ImportJobScope
|
1474
1532
|
include ::Google::Protobuf::MessageExts
|
1475
1533
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -1483,9 +1541,9 @@ module Google
|
|
1483
1541
|
SYNC_MODE_UNSPECIFIED = 0
|
1484
1542
|
|
1485
1543
|
# All resources in the job's scope are modified. If a resource exists in
|
1486
|
-
# Dataplex but isn't included in the metadata import
|
1487
|
-
# is deleted when you run the metadata job. Use this
|
1488
|
-
# full sync of the set of entries in the job scope.
|
1544
|
+
# Dataplex Universal Catalog but isn't included in the metadata import
|
1545
|
+
# file, the resource is deleted when you run the metadata job. Use this
|
1546
|
+
# mode to perform a full sync of the set of entries in the job scope.
|
1489
1547
|
#
|
1490
1548
|
# This sync mode is supported for entries.
|
1491
1549
|
FULL = 1
|
@@ -1539,9 +1597,9 @@ module Google
|
|
1539
1597
|
# metadata to, in the format `gs://{bucket}/`. You can optionally specify a
|
1540
1598
|
# custom prefix after the bucket name, in the format
|
1541
1599
|
# `gs://{bucket}/{prefix}/`. The maximum length of the custom prefix is 128
|
1542
|
-
# characters. Dataplex constructs the object path for the
|
1543
|
-
# using the bucket name and prefix that you provide,
|
1544
|
-
# system-generated path.
|
1600
|
+
# characters. Dataplex Universal Catalog constructs the object path for the
|
1601
|
+
# exported files by using the bucket name and prefix that you provide,
|
1602
|
+
# followed by a system-generated path.
|
1545
1603
|
#
|
1546
1604
|
# The bucket must be in the same VPC Service Controls perimeter as the job.
|
1547
1605
|
class ExportJobSpec
|
@@ -1673,6 +1731,111 @@ module Google
|
|
1673
1731
|
end
|
1674
1732
|
end
|
1675
1733
|
|
1734
|
+
# EntryLink represents a link between two Entries.
|
1735
|
+
# @!attribute [r] name
|
1736
|
+
# @return [::String]
|
1737
|
+
# Output only. Immutable. Identifier. The relative resource name of the Entry
|
1738
|
+
# Link, of the form:
|
1739
|
+
# `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}`
|
1740
|
+
# @!attribute [rw] entry_link_type
|
1741
|
+
# @return [::String]
|
1742
|
+
# Required. Immutable. Relative resource name of the Entry Link Type used to
|
1743
|
+
# create this Entry Link. For example:
|
1744
|
+
#
|
1745
|
+
# - Entry link between synonym terms in a glossary:
|
1746
|
+
# `projects/dataplex-types/locations/global/entryLinkTypes/synonym`
|
1747
|
+
# - Entry link between related terms in a glossary:
|
1748
|
+
# `projects/dataplex-types/locations/global/entryLinkTypes/related`
|
1749
|
+
# - Entry link between glossary terms and data assets:
|
1750
|
+
# `projects/dataplex-types/locations/global/entryLinkTypes/definition`
|
1751
|
+
# @!attribute [r] create_time
|
1752
|
+
# @return [::Google::Protobuf::Timestamp]
|
1753
|
+
# Output only. The time when the Entry Link was created.
|
1754
|
+
# @!attribute [r] update_time
|
1755
|
+
# @return [::Google::Protobuf::Timestamp]
|
1756
|
+
# Output only. The time when the Entry Link was last updated.
|
1757
|
+
# @!attribute [rw] entry_references
|
1758
|
+
# @return [::Array<::Google::Cloud::Dataplex::V1::EntryLink::EntryReference>]
|
1759
|
+
# Required. Specifies the Entries referenced in the Entry Link. There should
|
1760
|
+
# be exactly two entry references.
|
1761
|
+
class EntryLink
|
1762
|
+
include ::Google::Protobuf::MessageExts
|
1763
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1764
|
+
|
1765
|
+
# Reference to the Entry that is linked through the Entry Link.
|
1766
|
+
# @!attribute [rw] name
|
1767
|
+
# @return [::String]
|
1768
|
+
# Required. Immutable. The relative resource name of the referenced Entry,
|
1769
|
+
# of the form:
|
1770
|
+
# `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`
|
1771
|
+
# @!attribute [rw] path
|
1772
|
+
# @return [::String]
|
1773
|
+
# Immutable. The path in the Entry that is referenced in the Entry Link.
|
1774
|
+
# Empty path denotes that the Entry itself is referenced in the Entry
|
1775
|
+
# Link.
|
1776
|
+
# @!attribute [rw] type
|
1777
|
+
# @return [::Google::Cloud::Dataplex::V1::EntryLink::EntryReference::Type]
|
1778
|
+
# Required. Immutable. The reference type of the Entry.
|
1779
|
+
class EntryReference
|
1780
|
+
include ::Google::Protobuf::MessageExts
|
1781
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1782
|
+
|
1783
|
+
# Reference type of the Entry.
|
1784
|
+
module Type
|
1785
|
+
# Unspecified reference type. Implies that the Entry is referenced
|
1786
|
+
# in a non-directional Entry Link.
|
1787
|
+
UNSPECIFIED = 0
|
1788
|
+
|
1789
|
+
# The Entry is referenced as the source of the directional Entry Link.
|
1790
|
+
SOURCE = 2
|
1791
|
+
|
1792
|
+
# The Entry is referenced as the target of the directional Entry Link.
|
1793
|
+
TARGET = 3
|
1794
|
+
end
|
1795
|
+
end
|
1796
|
+
end
|
1797
|
+
|
1798
|
+
# Request message for CreateEntryLink.
|
1799
|
+
# @!attribute [rw] parent
|
1800
|
+
# @return [::String]
|
1801
|
+
# Required. The resource name of the parent Entry Group:
|
1802
|
+
# `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}`.
|
1803
|
+
# @!attribute [rw] entry_link_id
|
1804
|
+
# @return [::String]
|
1805
|
+
# Required. Entry Link identifier
|
1806
|
+
# * Must contain only lowercase letters, numbers and hyphens.
|
1807
|
+
# * Must start with a letter.
|
1808
|
+
# * Must be between 1-63 characters.
|
1809
|
+
# * Must end with a number or a letter.
|
1810
|
+
# * Must be unique within the EntryGroup.
|
1811
|
+
# @!attribute [rw] entry_link
|
1812
|
+
# @return [::Google::Cloud::Dataplex::V1::EntryLink]
|
1813
|
+
# Required. Entry Link resource.
|
1814
|
+
class CreateEntryLinkRequest
|
1815
|
+
include ::Google::Protobuf::MessageExts
|
1816
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
# Request message for DeleteEntryLink.
|
1820
|
+
# @!attribute [rw] name
|
1821
|
+
# @return [::String]
|
1822
|
+
# Required. The resource name of the Entry Link:
|
1823
|
+
# `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}`.
|
1824
|
+
class DeleteEntryLinkRequest
|
1825
|
+
include ::Google::Protobuf::MessageExts
|
1826
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
# Request message for GetEntryLink.
|
1830
|
+
# @!attribute [rw] name
|
1831
|
+
# @return [::String]
|
1832
|
+
# Required. The resource name of the Entry Link:
|
1833
|
+
# `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}`.
|
1834
|
+
class GetEntryLinkRequest
|
1835
|
+
include ::Google::Protobuf::MessageExts
|
1836
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
1837
|
+
end
|
1838
|
+
|
1676
1839
|
# View for controlling which parts of an entry are to be returned.
|
1677
1840
|
module EntryView
|
1678
1841
|
# Unspecified EntryView. Defaults to FULL.
|
@@ -65,6 +65,12 @@ module Google
|
|
65
65
|
#
|
66
66
|
# For supported values, refer to
|
67
67
|
# https://cloud.google.com/bigquery/docs/locations#supported_locations.
|
68
|
+
# @!attribute [rw] project
|
69
|
+
# @return [::String]
|
70
|
+
# Optional. The project of the BigQuery dataset to publish BigLake external
|
71
|
+
# or non-BigLake external tables to. If not specified, the project of the
|
72
|
+
# Cloud Storage bucket will be used. The format is
|
73
|
+
# "projects/\\{project_id_or_number}".
|
68
74
|
class BigQueryPublishingConfig
|
69
75
|
include ::Google::Protobuf::MessageExts
|
70
76
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|