public static interface DatabaseTableSpec.DatabaseViewSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBaseTable()
public abstract String getBaseTable()Name of a singular table this view reflects one to one.
string base_table = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The baseTable. |
getBaseTableBytes()
public abstract ByteString getBaseTableBytes()Name of a singular table this view reflects one to one.
string base_table = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for baseTable. |
getSourceDefinitionCase()
public abstract DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase getSourceDefinitionCase()| Returns | |
|---|---|
| Type | Description |
DatabaseTableSpec.DatabaseViewSpec.SourceDefinitionCase |
|
getSqlQuery()
public abstract String getSqlQuery()SQL query used to generate this view.
string sql_query = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The sqlQuery. |
getSqlQueryBytes()
public abstract ByteString getSqlQueryBytes()SQL query used to generate this view.
string sql_query = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sqlQuery. |
getViewType()
public abstract DatabaseTableSpec.DatabaseViewSpec.ViewType getViewType()Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
| Returns | |
|---|---|
| Type | Description |
DatabaseTableSpec.DatabaseViewSpec.ViewType |
The viewType. |
getViewTypeValue()
public abstract int getViewTypeValue()Type of this view.
.google.cloud.datacatalog.v1.DatabaseTableSpec.DatabaseViewSpec.ViewType view_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for viewType. |
hasBaseTable()
public abstract boolean hasBaseTable()Name of a singular table this view reflects one to one.
string base_table = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the baseTable field is set. |
hasSqlQuery()
public abstract boolean hasSqlQuery()SQL query used to generate this view.
string sql_query = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the sqlQuery field is set. |