public interface BigQueryTableSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TableSourceType |
getTableSourceType()
The table source type.
|
int |
getTableSourceTypeValue()
The table source type.
|
ViewSpec |
getViewSpec()
Table view specification.
|
ViewSpecOrBuilder |
getViewSpecOrBuilder()
Table view specification.
|
boolean |
hasViewSpec()
Table view specification.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTableSourceTypeValue()
The table source type.
.google.cloud.datacatalog.v1beta1.TableSourceType table_source_type = 1;TableSourceType getTableSourceType()
The table source type.
.google.cloud.datacatalog.v1beta1.TableSourceType table_source_type = 1;boolean hasViewSpec()
Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1beta1.ViewSpec view_spec = 2;ViewSpec getViewSpec()
Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1beta1.ViewSpec view_spec = 2;ViewSpecOrBuilder getViewSpecOrBuilder()
Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW.
.google.cloud.datacatalog.v1beta1.ViewSpec view_spec = 2;Copyright © 2019 Google LLC. All rights reserved.