|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart
public static final class DescriptorProtos.UninterpretedOption.NamePart
Protobuf type google.protobuf.UninterpretedOption.NamePart
The name of the uninterpreted option. Each string represents a segment in
a dot-separated name. is_extension is true iff a segment represents an
extension (denoted with parentheses in options specs in .proto files).
E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
"foo.(bar.baz).qux".
| Nested Class Summary | |
|---|---|
static class |
DescriptorProtos.UninterpretedOption.NamePart.Builder
Protobuf type google.protobuf.UninterpretedOption.NamePart |
| Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage |
|---|
GeneratedMessage.BuilderParent, 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> |
| Field Summary | |
|---|---|
static int |
IS_EXTENSION_FIELD_NUMBER
|
static int |
NAME_PART_FIELD_NUMBER
|
static Parser<DescriptorProtos.UninterpretedOption.NamePart> |
PARSER
|
| Fields inherited from class com.google.protobuf.GeneratedMessage |
|---|
alwaysUseFieldBuilders |
| Fields inherited from class com.google.protobuf.AbstractMessageLite |
|---|
memoizedHashCode |
| Methods inherited from class com.google.protobuf.GeneratedMessage |
|---|
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessage |
|---|
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString |
| Methods inherited from class com.google.protobuf.AbstractMessageLite |
|---|
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof |
| Methods inherited from interface com.google.protobuf.MessageLite |
|---|
toByteArray, toByteString, writeDelimitedTo, writeTo |
| Field Detail |
|---|
public static Parser<DescriptorProtos.UninterpretedOption.NamePart> PARSER
public static final int NAME_PART_FIELD_NUMBER
public static final int IS_EXTENSION_FIELD_NUMBER
| Method Detail |
|---|
public static DescriptorProtos.UninterpretedOption.NamePart getDefaultInstance()
public DescriptorProtos.UninterpretedOption.NamePart 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 MessageOrBuilderpublic final UnknownFieldSet getUnknownFields()
MessageOrBuilderUnknownFieldSet for this message.
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessagepublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
GeneratedMessage
internalGetFieldAccessorTable in class GeneratedMessagepublic Parser<DescriptorProtos.UninterpretedOption.NamePart> getParserForType()
MessageLite
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessagepublic boolean hasNamePart()
required string name_part = 1;
hasNamePart in interface DescriptorProtos.UninterpretedOption.NamePartOrBuilderpublic java.lang.String getNamePart()
required string name_part = 1;
getNamePart in interface DescriptorProtos.UninterpretedOption.NamePartOrBuilderpublic ByteString getNamePartBytes()
required string name_part = 1;
getNamePartBytes in interface DescriptorProtos.UninterpretedOption.NamePartOrBuilderpublic boolean hasIsExtension()
required bool is_extension = 2;
hasIsExtension in interface DescriptorProtos.UninterpretedOption.NamePartOrBuilderpublic boolean getIsExtension()
required bool is_extension = 2;
getIsExtension in interface DescriptorProtos.UninterpretedOption.NamePartOrBuilderpublic final boolean isInitialized()
MessageLiteOrBuilderSee also: MessageOrBuilder.getInitializationErrorString()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessage
public void writeTo(CodedOutputStream output)
throws java.io.IOException
MessageLiteoutput. This does not
flush or close the stream.
writeTo in interface MessageLitewriteTo in class AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
MessageLite
getSerializedSize in interface MessageLitegetSerializedSize in class AbstractMessage
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
GeneratedMessagereturn super.writeReplace();
writeReplace in class GeneratedMessagejava.io.ObjectStreamException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(ByteString data)
throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry)
throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(byte[] data)
throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry)
throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static DescriptorProtos.UninterpretedOption.NamePart parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static DescriptorProtos.UninterpretedOption.NamePart parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static DescriptorProtos.UninterpretedOption.NamePart parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static DescriptorProtos.UninterpretedOption.NamePart.Builder newBuilder()
public DescriptorProtos.UninterpretedOption.NamePart.Builder newBuilderForType()
MessageLite
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static DescriptorProtos.UninterpretedOption.NamePart.Builder newBuilder(DescriptorProtos.UninterpretedOption.NamePart prototype)
public DescriptorProtos.UninterpretedOption.NamePart.Builder toBuilder()
MessageLite
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected DescriptorProtos.UninterpretedOption.NamePart.Builder newBuilderForType(GeneratedMessage.BuilderParent parent)
newBuilderForType in class GeneratedMessage
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||