public static interface ImportedDataInfo.RecordSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFields(int index)
public abstract ImportedDataInfo.FieldSchema getFields(int index)One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImportedDataInfo.FieldSchema |
|
getFieldsCount()
public abstract int getFieldsCount()One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFieldsList()
public abstract List<ImportedDataInfo.FieldSchema> getFieldsList()One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
| Returns | |
|---|---|
| Type | Description |
List<FieldSchema> |
|
getFieldsOrBuilder(int index)
public abstract ImportedDataInfo.FieldSchemaOrBuilder getFieldsOrBuilder(int index)One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ImportedDataInfo.FieldSchemaOrBuilder |
|
getFieldsOrBuilderList()
public abstract List<? extends ImportedDataInfo.FieldSchemaOrBuilder> getFieldsOrBuilderList()One field per column in the record.
repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema fields = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchemaOrBuilder> |
|