public static interface ImportedDataInfo.RecordSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportedDataInfo.FieldSchema |
getFields(int index)
One field per column in the record.
|
int |
getFieldsCount()
One field per column in the record.
|
List<ImportedDataInfo.FieldSchema> |
getFieldsList()
One field per column in the record.
|
ImportedDataInfo.FieldSchemaOrBuilder |
getFieldsOrBuilder(int index)
One field per column in the record.
|
List<? extends ImportedDataInfo.FieldSchemaOrBuilder> |
getFieldsOrBuilderList()
One field per column in the record.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ImportedDataInfo.FieldSchema> getFieldsList()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
ImportedDataInfo.FieldSchema getFields(int index)
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
int getFieldsCount()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
List<? extends ImportedDataInfo.FieldSchemaOrBuilder> getFieldsOrBuilderList()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
ImportedDataInfo.FieldSchemaOrBuilder getFieldsOrBuilder(int index)
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
Copyright © 2023 Google LLC. All rights reserved.