public final class Type extends GeneratedMessage implements TypeOrBuilder
google.protobuf.Type
A light-weight descriptor for a proto message type.
| Modifier and Type | Class and Description |
|---|---|
static class |
Type.Builder
Protobuf type
google.protobuf.Type |
GeneratedMessage.ExtendableBuilder<MessageType extends GeneratedMessage.ExtendableMessage,BuilderType extends GeneratedMessage.ExtendableBuilder>, GeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends GeneratedMessage.ExtendableMessage>, GeneratedMessage.FieldAccessorTable, GeneratedMessage.GeneratedExtension<ContainingType extends Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
FIELDS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ONEOFS_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static int |
SOURCE_CONTEXT_FIELD_NUMBER |
static int |
SYNTAX_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares the specified object with this message for equality.
|
static Type |
getDefaultInstance() |
Type |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
static Descriptors.Descriptor |
getDescriptor() |
Field |
getFields(int index)
repeated .google.protobuf.Field fields = 2; |
int |
getFieldsCount()
repeated .google.protobuf.Field fields = 2; |
java.util.List<Field> |
getFieldsList()
repeated .google.protobuf.Field fields = 2; |
FieldOrBuilder |
getFieldsOrBuilder(int index)
repeated .google.protobuf.Field fields = 2; |
java.util.List<? extends FieldOrBuilder> |
getFieldsOrBuilderList()
repeated .google.protobuf.Field fields = 2; |
java.lang.String |
getName()
optional string name = 1; |
ByteString |
getNameBytes()
optional string name = 1; |
java.lang.String |
getOneofs(int index)
repeated string oneofs = 3; |
ByteString |
getOneofsBytes(int index)
repeated string oneofs = 3; |
int |
getOneofsCount()
repeated string oneofs = 3; |
ProtocolStringList |
getOneofsList()
repeated string oneofs = 3; |
Option |
getOptions(int index)
repeated .google.protobuf.Option options = 4; |
int |
getOptionsCount()
repeated .google.protobuf.Option options = 4; |
java.util.List<Option> |
getOptionsList()
repeated .google.protobuf.Option options = 4; |
OptionOrBuilder |
getOptionsOrBuilder(int index)
repeated .google.protobuf.Option options = 4; |
java.util.List<? extends OptionOrBuilder> |
getOptionsOrBuilderList()
repeated .google.protobuf.Option options = 4; |
Parser<Type> |
getParserForType()
Gets the parser for a message of the same type as this message.
|
int |
getSerializedSize()
Get the number of bytes required to encode this message.
|
SourceContext |
getSourceContext()
optional .google.protobuf.SourceContext source_context = 5; |
SourceContextOrBuilder |
getSourceContextOrBuilder()
optional .google.protobuf.SourceContext source_context = 5; |
Syntax |
getSyntax()
optional .google.protobuf.Syntax syntax = 6; |
int |
getSyntaxValue()
optional .google.protobuf.Syntax syntax = 6; |
UnknownFieldSet |
getUnknownFields()
Get the
UnknownFieldSet for this message. |
int |
hashCode()
Returns the hash code value for this message.
|
boolean |
hasSourceContext()
optional .google.protobuf.SourceContext source_context = 5; |
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded
messages are set, false otherwise.
|
static Type.Builder |
newBuilder() |
static Type.Builder |
newBuilder(Type prototype) |
Type.Builder |
newBuilderForType()
Constructs a new builder for a message of the same type as this message.
|
static Type |
parseDelimitedFrom(java.io.InputStream input) |
static Type |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Type |
parseFrom(byte[] data) |
static Type |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Type |
parseFrom(ByteString data) |
static Type |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Type |
parseFrom(CodedInputStream input) |
static Type |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Type |
parseFrom(java.io.InputStream input) |
static Type |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<Type> |
parser() |
Type.Builder |
toBuilder()
Constructs a builder initialized with the current message.
|
void |
writeTo(CodedOutputStream output)
Serializes the message and writes it to
output. |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtensionfindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTofindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int NAME_FIELD_NUMBER
public static final int FIELDS_FIELD_NUMBER
public static final int ONEOFS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int SOURCE_CONTEXT_FIELD_NUMBER
public static final int SYNTAX_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
MessageOrBuilderUnknownFieldSet for this message.getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
public java.lang.String getName()
optional string name = 1;
The fully qualified message name.
getName in interface TypeOrBuilderpublic ByteString getNameBytes()
optional string name = 1;
The fully qualified message name.
getNameBytes in interface TypeOrBuilderpublic java.util.List<Field> getFieldsList()
repeated .google.protobuf.Field fields = 2;
The list of fields.
getFieldsList in interface TypeOrBuilderpublic java.util.List<? extends FieldOrBuilder> getFieldsOrBuilderList()
repeated .google.protobuf.Field fields = 2;
The list of fields.
getFieldsOrBuilderList in interface TypeOrBuilderpublic int getFieldsCount()
repeated .google.protobuf.Field fields = 2;
The list of fields.
getFieldsCount in interface TypeOrBuilderpublic Field getFields(int index)
repeated .google.protobuf.Field fields = 2;
The list of fields.
getFields in interface TypeOrBuilderpublic FieldOrBuilder getFieldsOrBuilder(int index)
repeated .google.protobuf.Field fields = 2;
The list of fields.
getFieldsOrBuilder in interface TypeOrBuilderpublic ProtocolStringList getOneofsList()
repeated string oneofs = 3;
The list of oneof definitions.
getOneofsList in interface TypeOrBuilderpublic int getOneofsCount()
repeated string oneofs = 3;
The list of oneof definitions.
getOneofsCount in interface TypeOrBuilderpublic java.lang.String getOneofs(int index)
repeated string oneofs = 3;
The list of oneof definitions.
getOneofs in interface TypeOrBuilderpublic ByteString getOneofsBytes(int index)
repeated string oneofs = 3;
The list of oneof definitions.
getOneofsBytes in interface TypeOrBuilderpublic java.util.List<Option> getOptionsList()
repeated .google.protobuf.Option options = 4;
The proto options.
getOptionsList in interface TypeOrBuilderpublic java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
repeated .google.protobuf.Option options = 4;
The proto options.
getOptionsOrBuilderList in interface TypeOrBuilderpublic int getOptionsCount()
repeated .google.protobuf.Option options = 4;
The proto options.
getOptionsCount in interface TypeOrBuilderpublic Option getOptions(int index)
repeated .google.protobuf.Option options = 4;
The proto options.
getOptions in interface TypeOrBuilderpublic OptionOrBuilder getOptionsOrBuilder(int index)
repeated .google.protobuf.Option options = 4;
The proto options.
getOptionsOrBuilder in interface TypeOrBuilderpublic boolean hasSourceContext()
optional .google.protobuf.SourceContext source_context = 5;
The source context.
hasSourceContext in interface TypeOrBuilderpublic SourceContext getSourceContext()
optional .google.protobuf.SourceContext source_context = 5;
The source context.
getSourceContext in interface TypeOrBuilderpublic SourceContextOrBuilder getSourceContextOrBuilder()
optional .google.protobuf.SourceContext source_context = 5;
The source context.
getSourceContextOrBuilder in interface TypeOrBuilderpublic int getSyntaxValue()
optional .google.protobuf.Syntax syntax = 6;
The source syntax.
getSyntaxValue in interface TypeOrBuilderpublic Syntax getSyntax()
optional .google.protobuf.Syntax syntax = 6;
The source syntax.
getSyntax in interface TypeOrBuilderpublic final boolean isInitialized()
MessageLiteOrBuilderisInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessagepublic void writeTo(CodedOutputStream output) throws java.io.IOException
MessageLiteoutput. This does not
flush or close the stream.writeTo in interface MessageLitewriteTo in class GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
MessageLitegetSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessagepublic boolean equals(java.lang.Object obj)
Messagetrue if the given object is a message of the same type (as
defined by getDescriptorForType()) and has identical values for
all of its fields. Subclasses must implement this; inheriting
Object.equals() is incorrect.equals in interface Messageequals in class AbstractMessageobj - object to be compared for equality with this messagetrue if the specified object is equal to this messagepublic int hashCode()
MessageObject.hashCode() is incorrect.hashCode in interface MessagehashCode in class AbstractMessageMap.hashCode()public static Type parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Type parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Type parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Type parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static Type parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Type parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Type parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Type parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Type parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Type parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Type.Builder newBuilderForType()
MessageLitenewBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static Type.Builder newBuilder()
public static Type.Builder newBuilder(Type prototype)
public Type.Builder toBuilder()
MessageLitetoBuilder in interface MessagetoBuilder in interface MessageLitepublic static Type getDefaultInstance()
public Parser<Type> getParserForType()
MessageLitegetParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic Type getDefaultInstanceForType()
MessageLiteOrBuildergetDefaultInstance() method of generated message classes in that
this method is an abstract method of the MessageLite interface
whereas getDefaultInstance() is a static method of a specific
class. They return the same thing.getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder