public static interface ImportedDataInfo.FieldSchemaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Description for this field.
string description = 4;
| Type | Description |
| String |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description for this field.
string description = 4;
| Type | Description |
| ByteString |
getFieldName()
public abstract String getFieldName()Field name. Matches: A-Za-z_{0,127}
string field_name = 1;
| Type | Description |
| String |
getFieldNameBytes()
public abstract ByteString getFieldNameBytes()Field name. Matches: A-Za-z_{0,127}
string field_name = 1;
| Type | Description |
| ByteString |
getIsRepeated()
public abstract boolean getIsRepeated()Is field repeated.
bool is_repeated = 3;
| Type | Description |
| boolean |
getSchema()
public abstract ImportedDataInfo.RecordSchema getSchema()Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;
| Type | Description |
| ImportedDataInfo.RecordSchema |
getSchemaOrBuilder()
public abstract ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;
| Type | Description |
| ImportedDataInfo.RecordSchemaOrBuilder |
getType()
public abstract ImportedDataInfo.FieldSchema.Type getType()Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;
| Type | Description |
| ImportedDataInfo.FieldSchema.Type |
getTypeValue()
public abstract int getTypeValue()Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;
| Type | Description |
| int |
hasSchema()
public abstract boolean hasSchema()Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;
| Type | Description |
| boolean |