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