public interface DatabaseTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatabaseTableSpec.DatabaseViewSpec |
getDatabaseViewSpec()
Spec what aplies to tables that are actually views.
|
DatabaseTableSpec.DatabaseViewSpecOrBuilder |
getDatabaseViewSpecOrBuilder()
Spec what aplies to tables that are actually views.
|
DataplexTableSpec |
getDataplexTable()
Output only.
|
DataplexTableSpecOrBuilder |
getDataplexTableOrBuilder()
Output only.
|
DatabaseTableSpec.TableType |
getType()
Type of this table.
|
int |
getTypeValue()
Type of this table.
|
boolean |
hasDatabaseViewSpec()
Spec what aplies to tables that are actually views.
|
boolean |
hasDataplexTable()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;DatabaseTableSpec.TableType getType()
Type of this table.
.google.cloud.datacatalog.v1.DatabaseTableSpec.TableType type = 1;boolean hasDataplexTable()
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
DataplexTableSpec getDataplexTable()
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
DataplexTableSpecOrBuilder getDataplexTableOrBuilder()
Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.
.google.cloud.datacatalog.v1.DataplexTableSpec dataplex_table = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasDatabaseViewSpec()
Spec what aplies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;
DatabaseTableSpec.DatabaseViewSpec getDatabaseViewSpec()
Spec what aplies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;
DatabaseTableSpec.DatabaseViewSpecOrBuilder getDatabaseViewSpecOrBuilder()
Spec what aplies to tables that are actually views. Not set for "real" tables.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec database_view_spec = 3;
Copyright © 2023 Google LLC. All rights reserved.