public interface BigQueryTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TableSourceType |
getTableSourceType()
Output only.
|
int |
getTableSourceTypeValue()
Output only.
|
TableSpec |
getTableSpec()
Specification of a BigQuery table.
|
TableSpecOrBuilder |
getTableSpecOrBuilder()
Specification of a BigQuery table.
|
BigQueryTableSpec.TypeSpecCase |
getTypeSpecCase() |
ViewSpec |
getViewSpec()
Table view specification.
|
ViewSpecOrBuilder |
getViewSpecOrBuilder()
Table view specification.
|
boolean |
hasTableSpec()
Specification of a BigQuery table.
|
boolean |
hasViewSpec()
Table view specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTableSourceTypeValue()
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
TableSourceType getTableSourceType()
Output only. The table source type.
.google.cloud.datacatalog.v1.TableSourceType table_source_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasViewSpec()
Table view specification. Populated only if the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;ViewSpec getViewSpec()
Table view specification. Populated only if the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;ViewSpecOrBuilder getViewSpecOrBuilder()
Table view specification. Populated only if the `table_source_type` is `BIGQUERY_VIEW`.
.google.cloud.datacatalog.v1.ViewSpec view_spec = 2;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;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;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;BigQueryTableSpec.TypeSpecCase getTypeSpecCase()
Copyright © 2023 Google LLC. All rights reserved.