public static interface DatabaseTableSpec.DatabaseViewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseTable()
Name of a singular table this view reflects one to one.
|
com.google.protobuf.ByteString |
getBaseTableBytes()
Name of a singular table this view reflects one to one.
|
DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
getSourceDefinitionCase() |
String |
getSqlQuery()
SQL query used to generate this view.
|
com.google.protobuf.ByteString |
getSqlQueryBytes()
SQL query used to generate this view.
|
DatabaseTableSpec.DatabaseViewSpec.ViewType |
getViewType()
Type of this view.
|
int |
getViewTypeValue()
Type of this view.
|
boolean |
hasBaseTable()
Name of a singular table this view reflects one to one.
|
boolean |
hasSqlQuery()
SQL query used to generate this view.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getViewTypeValue()
Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
DatabaseTableSpec.DatabaseViewSpec.ViewType getViewType()
Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
boolean hasBaseTable()
Name of a singular table this view reflects one to one.
string base_table = 2;String getBaseTable()
Name of a singular table this view reflects one to one.
string base_table = 2;com.google.protobuf.ByteString getBaseTableBytes()
Name of a singular table this view reflects one to one.
string base_table = 2;boolean hasSqlQuery()
SQL query used to generate this view.
string sql_query = 3;String getSqlQuery()
SQL query used to generate this view.
string sql_query = 3;com.google.protobuf.ByteString getSqlQueryBytes()
SQL query used to generate this view.
string sql_query = 3;DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase getSourceDefinitionCase()
Copyright © 2023 Google LLC. All rights reserved.