Interface TableSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TableSchema,TableSchema.Builder
public interface TableSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFields(int index) Describes the fields in a table.intDescribes the fields in a table.Describes the fields in a table.getFieldsOrBuilder(int index) Describes the fields in a table.List<? extends TableFieldSchemaOrBuilder>Describes the fields in a table.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFieldsList
List<TableFieldSchema> getFieldsList()Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1; -
getFields
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1; -
getFieldsCount
int getFieldsCount()Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1; -
getFieldsOrBuilderList
List<? extends TableFieldSchemaOrBuilder> getFieldsOrBuilderList()Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1; -
getFieldsOrBuilder
Describes the fields in a table.
repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1;
-