Class ImportedDataInfo.FieldSchema
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema
-
- All Implemented Interfaces:
ImportedDataInfo.FieldSchemaOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- ImportedDataInfo
public static final class ImportedDataInfo.FieldSchema extends com.google.protobuf.GeneratedMessageV3 implements ImportedDataInfo.FieldSchemaOrBuilder
Defines schema of a field in the imported data.
Protobuf typegoogle.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportedDataInfo.FieldSchema.BuilderDefines schema of a field in the imported data.static classImportedDataInfo.FieldSchema.TypeLINT.IfChange Field type.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intDESCRIPTION_FIELD_NUMBERstatic intFIELD_NAME_FIELD_NUMBERstatic intIS_REPEATED_FIELD_NUMBERstatic intSCHEMA_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static ImportedDataInfo.FieldSchemagetDefaultInstance()ImportedDataInfo.FieldSchemagetDefaultInstanceForType()StringgetDescription()Description for this field.com.google.protobuf.ByteStringgetDescriptionBytes()Description for this field.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetFieldName()Field name.com.google.protobuf.ByteStringgetFieldNameBytes()Field name.booleangetIsRepeated()Is field repeated.com.google.protobuf.Parser<ImportedDataInfo.FieldSchema>getParserForType()ImportedDataInfo.RecordSchemagetSchema()Present iff type == RECORD.ImportedDataInfo.RecordSchemaOrBuildergetSchemaOrBuilder()Present iff type == RECORD.intgetSerializedSize()ImportedDataInfo.FieldSchema.TypegetType()Field typeintgetTypeValue()Field typecom.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasSchema()Present iff type == RECORD.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static ImportedDataInfo.FieldSchema.BuildernewBuilder()static ImportedDataInfo.FieldSchema.BuildernewBuilder(ImportedDataInfo.FieldSchema prototype)ImportedDataInfo.FieldSchema.BuildernewBuilderForType()protected ImportedDataInfo.FieldSchema.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static ImportedDataInfo.FieldSchemaparseDelimitedFrom(InputStream input)static ImportedDataInfo.FieldSchemaparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaparseFrom(byte[] data)static ImportedDataInfo.FieldSchemaparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaparseFrom(com.google.protobuf.ByteString data)static ImportedDataInfo.FieldSchemaparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaparseFrom(com.google.protobuf.CodedInputStream input)static ImportedDataInfo.FieldSchemaparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaparseFrom(InputStream input)static ImportedDataInfo.FieldSchemaparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaparseFrom(ByteBuffer data)static ImportedDataInfo.FieldSchemaparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<ImportedDataInfo.FieldSchema>parser()ImportedDataInfo.FieldSchema.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FIELD_NAME_FIELD_NUMBER
public static final int FIELD_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IS_REPEATED_FIELD_NUMBER
public static final int IS_REPEATED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getFieldName
public String getFieldName()
Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}string field_name = 1;- Specified by:
getFieldNamein interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getFieldNameBytes
public com.google.protobuf.ByteString getFieldNameBytes()
Field name. Matches: [A-Za-z_][A-Za-z_0-9]{0,127}string field_name = 1;- Specified by:
getFieldNameBytesin interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getTypeValue
public int getTypeValue()
Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;- Specified by:
getTypeValuein interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getType
public ImportedDataInfo.FieldSchema.Type getType()
Field type
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema.Type type = 2;- Specified by:
getTypein interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getIsRepeated
public boolean getIsRepeated()
Is field repeated.
bool is_repeated = 3;- Specified by:
getIsRepeatedin interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getDescription
public String getDescription()
Description for this field.
string description = 4;- Specified by:
getDescriptionin interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Description for this field.
string description = 4;- Specified by:
getDescriptionBytesin interfaceImportedDataInfo.FieldSchemaOrBuilder
-
hasSchema
public boolean hasSchema()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;- Specified by:
hasSchemain interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getSchema
public ImportedDataInfo.RecordSchema getSchema()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;- Specified by:
getSchemain interfaceImportedDataInfo.FieldSchemaOrBuilder
-
getSchemaOrBuilder
public ImportedDataInfo.RecordSchemaOrBuilder getSchemaOrBuilder()
Present iff type == RECORD.
.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchema schema = 5;- Specified by:
getSchemaOrBuilderin interfaceImportedDataInfo.FieldSchemaOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ImportedDataInfo.FieldSchema parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ImportedDataInfo.FieldSchema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ImportedDataInfo.FieldSchema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ImportedDataInfo.FieldSchema.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ImportedDataInfo.FieldSchema.Builder newBuilder()
-
newBuilder
public static ImportedDataInfo.FieldSchema.Builder newBuilder(ImportedDataInfo.FieldSchema prototype)
-
toBuilder
public ImportedDataInfo.FieldSchema.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ImportedDataInfo.FieldSchema.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ImportedDataInfo.FieldSchema getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ImportedDataInfo.FieldSchema> parser()
-
getParserForType
public com.google.protobuf.Parser<ImportedDataInfo.FieldSchema> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ImportedDataInfo.FieldSchema getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-