Package com.google.cloud.datacatalog.v1
Interface DatabaseTableSpec.DatabaseViewSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatabaseTableSpec.DatabaseViewSpec,DatabaseTableSpec.DatabaseViewSpec.Builder
- Enclosing class:
- DatabaseTableSpec
public static interface DatabaseTableSpec.DatabaseViewSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of a singular table this view reflects one to one.com.google.protobuf.ByteStringName of a singular table this view reflects one to one.SQL query used to generate this view.com.google.protobuf.ByteStringSQL query used to generate this view.Type of this view.intType of this view.booleanName of a singular table this view reflects one to one.booleanSQL query used to generate this view.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getViewTypeValue
int getViewTypeValue()Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;- Returns:
- The enum numeric value on the wire for viewType.
-
getViewType
DatabaseTableSpec.DatabaseViewSpec.ViewType getViewType()Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;- Returns:
- The viewType.
-
hasBaseTable
boolean hasBaseTable()Name of a singular table this view reflects one to one.
string base_table = 2;- Returns:
- Whether the baseTable field is set.
-
getBaseTable
String getBaseTable()Name of a singular table this view reflects one to one.
string base_table = 2;- Returns:
- The baseTable.
-
getBaseTableBytes
com.google.protobuf.ByteString getBaseTableBytes()Name of a singular table this view reflects one to one.
string base_table = 2;- Returns:
- The bytes for baseTable.
-
hasSqlQuery
boolean hasSqlQuery()SQL query used to generate this view.
string sql_query = 3;- Returns:
- Whether the sqlQuery field is set.
-
getSqlQuery
String getSqlQuery()SQL query used to generate this view.
string sql_query = 3;- Returns:
- The sqlQuery.
-
getSqlQueryBytes
com.google.protobuf.ByteString getSqlQueryBytes()SQL query used to generate this view.
string sql_query = 3;- Returns:
- The bytes for sqlQuery.
-
getSourceDefinitionCase
DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase getSourceDefinitionCase()
-