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