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
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-