public interface TableSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TableFieldSchema |
getFields(int index)
Describes the fields in a table.
|
int |
getFieldsCount()
Describes the fields in a table.
|
List<TableFieldSchema> |
getFieldsList()
Describes the fields in a table.
|
TableFieldSchemaOrBuilder |
getFieldsOrBuilder(int index)
Describes the fields in a table.
|
List<? extends TableFieldSchemaOrBuilder> |
getFieldsOrBuilderList()
Describes the fields in a table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TableFieldSchema> getFieldsList()
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1beta2.TableFieldSchema fields = 1;TableFieldSchema getFields(int index)
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1beta2.TableFieldSchema fields = 1;int getFieldsCount()
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1beta2.TableFieldSchema fields = 1;List<? extends TableFieldSchemaOrBuilder> getFieldsOrBuilderList()
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1beta2.TableFieldSchema fields = 1;TableFieldSchemaOrBuilder getFieldsOrBuilder(int index)
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1beta2.TableFieldSchema fields = 1;Copyright © 2021 Google LLC. All rights reserved.