public static interface ImportedDataInfo.FieldSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description for this field.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description for this field.
|
String |
getFieldName()
Field name.
|
com.google.protobuf.ByteString |
getFieldNameBytes()
Field name.
|
boolean |
getIsRepeated()
Is field repeated.
|
ImportedDataInfo.RecordSchema |
getSchema()
Present iff type == RECORD.
|
ImportedDataInfo.RecordSchemaOrBuilder |
getSchemaOrBuilder()
Present iff type == RECORD.
|
ImportedDataInfo.FieldSchema.Type |
getType()
Field type
|
int |
getTypeValue()
Field type
|
boolean |
hasSchema()
Present iff type == RECORD.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFieldName()
Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}
string field_name = 1;com.google.protobuf.ByteString getFieldNameBytes()
Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}
string field_name = 1;int getTypeValue()
Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;
ImportedDataInfo.FieldSchema.Type getType()
Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;
boolean getIsRepeated()
Is field repeated.
bool is_repeated = 3;String getDescription()
Description for this field.
string description = 4;com.google.protobuf.ByteString getDescriptionBytes()
Description for this field.
string description = 4;boolean hasSchema()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;ImportedDataInfo.RecordSchema getSchema()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;Copyright © 2023 Google LLC. All rights reserved.