public interface BigQueryTableSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTableSourceType()
public abstract TableSourceType getTableSourceType()Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TableSourceType |
The tableSourceType. |
getTableSourceTypeValue()
public abstract int getTableSourceTypeValue()Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for tableSourceType. |
getTableSpec()
public abstract TableSpec getTableSpec() Specification of a BigQuery table. Populated only if
the table_source_type is BIGQUERY_TABLE.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
| Returns | |
|---|---|
| Type | Description |
TableSpec |
The tableSpec. |
getTableSpecOrBuilder()
public abstract TableSpecOrBuilder getTableSpecOrBuilder() Specification of a BigQuery table. Populated only if
the table_source_type is BIGQUERY_TABLE.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
| Returns | |
|---|---|
| Type | Description |
TableSpecOrBuilder |
|
getTypeSpecCase()
public abstract BigQueryTableSpec.TypeSpecCase getTypeSpecCase()| Returns | |
|---|---|
| Type | Description |
BigQueryTableSpec.TypeSpecCase |
|
getViewSpec()
public abstract ViewSpec getViewSpec() Table view specification. Populated only if
the table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
| Returns | |
|---|---|
| Type | Description |
ViewSpec |
The viewSpec. |
getViewSpecOrBuilder()
public abstract ViewSpecOrBuilder getViewSpecOrBuilder() Table view specification. Populated only if
the table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
| Returns | |
|---|---|
| Type | Description |
ViewSpecOrBuilder |
|
hasTableSpec()
public abstract boolean hasTableSpec() Specification of a BigQuery table. Populated only if
the table_source_type is BIGQUERY_TABLE.
.google.cloud.datacatalog.v1.TableSpec table_spec = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tableSpec field is set. |
hasViewSpec()
public abstract boolean hasViewSpec() Table view specification. Populated only if
the table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the viewSpec field is set. |