Interface ImportedDataInfo.RecordSchemaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportedDataInfo.RecordSchema,ImportedDataInfo.RecordSchema.Builder
- Enclosing class:
- ImportedDataInfo
public static interface ImportedDataInfo.RecordSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportedDataInfo.FieldSchemagetFields(int index)One field per column in the record.intgetFieldsCount()One field per column in the record.List<ImportedDataInfo.FieldSchema>getFieldsList()One field per column in the record.ImportedDataInfo.FieldSchemaOrBuildergetFieldsOrBuilder(int index)One field per column in the record.List<? extends ImportedDataInfo.FieldSchemaOrBuilder>getFieldsOrBuilderList()One field per column in the record.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldsList
List<ImportedDataInfo.FieldSchema> getFieldsList()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
-
getFields
ImportedDataInfo.FieldSchema getFields(int index)
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
-
getFieldsCount
int getFieldsCount()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
-
getFieldsOrBuilderList
List<? extends ImportedDataInfo.FieldSchemaOrBuilder> getFieldsOrBuilderList()
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
-
getFieldsOrBuilder
ImportedDataInfo.FieldSchemaOrBuilder getFieldsOrBuilder(int index)
One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
-
-