public static final class OrcProto.Type extends com.google.protobuf.GeneratedMessage implements OrcProto.TypeOrBuilder
orc.proto.Type
Modifier and Type | Class and Description |
---|---|
static class |
OrcProto.Type.Builder
Protobuf type
orc.proto.Type |
static class |
OrcProto.Type.Kind
Protobuf enum
orc.proto.Type.Kind |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
FIELDNAMES_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
MAXIMUMLENGTH_FIELD_NUMBER |
static com.google.protobuf.Parser<OrcProto.Type> |
PARSER |
static int |
PRECISION_FIELD_NUMBER |
static int |
SCALE_FIELD_NUMBER |
static int |
SUBTYPES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static OrcProto.Type |
getDefaultInstance() |
OrcProto.Type |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFieldNames(int index)
repeated string fieldNames = 3; |
com.google.protobuf.ByteString |
getFieldNamesBytes(int index)
repeated string fieldNames = 3; |
int |
getFieldNamesCount()
repeated string fieldNames = 3; |
List<String> |
getFieldNamesList()
repeated string fieldNames = 3; |
OrcProto.Type.Kind |
getKind()
optional .orc.proto.Type.Kind kind = 1; |
int |
getMaximumLength()
optional uint32 maximumLength = 4; |
com.google.protobuf.Parser<OrcProto.Type> |
getParserForType() |
int |
getPrecision()
optional uint32 precision = 5; |
int |
getScale()
optional uint32 scale = 6; |
int |
getSerializedSize() |
int |
getSubtypes(int index)
repeated uint32 subtypes = 2 [packed = true]; |
int |
getSubtypesCount()
repeated uint32 subtypes = 2 [packed = true]; |
List<Integer> |
getSubtypesList()
repeated uint32 subtypes = 2 [packed = true]; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasKind()
optional .orc.proto.Type.Kind kind = 1; |
boolean |
hasMaximumLength()
optional uint32 maximumLength = 4; |
boolean |
hasPrecision()
optional uint32 precision = 5; |
boolean |
hasScale()
optional uint32 scale = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OrcProto.Type.Builder |
newBuilder() |
static OrcProto.Type.Builder |
newBuilder(OrcProto.Type prototype) |
OrcProto.Type.Builder |
newBuilderForType() |
protected OrcProto.Type.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OrcProto.Type |
parseDelimitedFrom(InputStream input) |
static OrcProto.Type |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
parseFrom(byte[] data) |
static OrcProto.Type |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.Type |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.Type |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.Type |
parseFrom(InputStream input) |
static OrcProto.Type |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OrcProto.Type.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<OrcProto.Type> PARSER
public static final int KIND_FIELD_NUMBER
public static final int SUBTYPES_FIELD_NUMBER
public static final int FIELDNAMES_FIELD_NUMBER
public static final int MAXIMUMLENGTH_FIELD_NUMBER
public static final int PRECISION_FIELD_NUMBER
public static final int SCALE_FIELD_NUMBER
public static OrcProto.Type getDefaultInstance()
public OrcProto.Type getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<OrcProto.Type> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasKind()
optional .orc.proto.Type.Kind kind = 1;
hasKind
in interface OrcProto.TypeOrBuilder
public OrcProto.Type.Kind getKind()
optional .orc.proto.Type.Kind kind = 1;
getKind
in interface OrcProto.TypeOrBuilder
public List<Integer> getSubtypesList()
repeated uint32 subtypes = 2 [packed = true];
getSubtypesList
in interface OrcProto.TypeOrBuilder
public int getSubtypesCount()
repeated uint32 subtypes = 2 [packed = true];
getSubtypesCount
in interface OrcProto.TypeOrBuilder
public int getSubtypes(int index)
repeated uint32 subtypes = 2 [packed = true];
getSubtypes
in interface OrcProto.TypeOrBuilder
public List<String> getFieldNamesList()
repeated string fieldNames = 3;
getFieldNamesList
in interface OrcProto.TypeOrBuilder
public int getFieldNamesCount()
repeated string fieldNames = 3;
getFieldNamesCount
in interface OrcProto.TypeOrBuilder
public String getFieldNames(int index)
repeated string fieldNames = 3;
getFieldNames
in interface OrcProto.TypeOrBuilder
public com.google.protobuf.ByteString getFieldNamesBytes(int index)
repeated string fieldNames = 3;
getFieldNamesBytes
in interface OrcProto.TypeOrBuilder
public boolean hasMaximumLength()
optional uint32 maximumLength = 4;
hasMaximumLength
in interface OrcProto.TypeOrBuilder
public int getMaximumLength()
optional uint32 maximumLength = 4;
getMaximumLength
in interface OrcProto.TypeOrBuilder
public boolean hasPrecision()
optional uint32 precision = 5;
hasPrecision
in interface OrcProto.TypeOrBuilder
public int getPrecision()
optional uint32 precision = 5;
getPrecision
in interface OrcProto.TypeOrBuilder
public boolean hasScale()
optional uint32 scale = 6;
hasScale
in interface OrcProto.TypeOrBuilder
public int getScale()
optional uint32 scale = 6;
getScale
in interface OrcProto.TypeOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static OrcProto.Type parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.Type parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.Type parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.Type parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.Type parseFrom(InputStream input) throws IOException
IOException
public static OrcProto.Type parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.Type parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OrcProto.Type parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.Type parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OrcProto.Type parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.Type.Builder newBuilder()
public OrcProto.Type.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OrcProto.Type.Builder newBuilder(OrcProto.Type prototype)
public OrcProto.Type.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OrcProto.Type.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2017 The Apache Software Foundation. All rights reserved.