public static final class Ola.UIDListReply extends com.google.protobuf.GeneratedMessage implements Ola.UIDListReplyOrBuilder
ola.proto.UIDListReply
Modifier and Type | Class and Description |
---|---|
static class |
Ola.UIDListReply.Builder
Protobuf type
ola.proto.UIDListReply |
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 com.google.protobuf.Parser<Ola.UIDListReply> |
PARSER |
static int |
UID_FIELD_NUMBER |
static int |
UNIVERSE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Ola.UIDListReply |
getDefaultInstance() |
Ola.UIDListReply |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Ola.UIDListReply> |
getParserForType() |
int |
getSerializedSize() |
Ola.UID |
getUid(int index)
repeated .ola.proto.UID uid = 2; |
int |
getUidCount()
repeated .ola.proto.UID uid = 2; |
List<Ola.UID> |
getUidList()
repeated .ola.proto.UID uid = 2; |
Ola.UIDOrBuilder |
getUidOrBuilder(int index)
repeated .ola.proto.UID uid = 2; |
List<? extends Ola.UIDOrBuilder> |
getUidOrBuilderList()
repeated .ola.proto.UID uid = 2; |
int |
getUniverse()
required int32 universe = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasUniverse()
required int32 universe = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Ola.UIDListReply.Builder |
newBuilder() |
static Ola.UIDListReply.Builder |
newBuilder(Ola.UIDListReply prototype) |
Ola.UIDListReply.Builder |
newBuilderForType() |
protected Ola.UIDListReply.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Ola.UIDListReply |
parseDelimitedFrom(InputStream input) |
static Ola.UIDListReply |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UIDListReply |
parseFrom(byte[] data) |
static Ola.UIDListReply |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UIDListReply |
parseFrom(com.google.protobuf.ByteString data) |
static Ola.UIDListReply |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UIDListReply |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Ola.UIDListReply |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Ola.UIDListReply |
parseFrom(InputStream input) |
static Ola.UIDListReply |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ola.UIDListReply.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toString
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Ola.UIDListReply> PARSER
public static final int UNIVERSE_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
public static Ola.UIDListReply getDefaultInstance()
public Ola.UIDListReply 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<Ola.UIDListReply> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasUniverse()
required int32 universe = 1;
hasUniverse
in interface Ola.UIDListReplyOrBuilder
public int getUniverse()
required int32 universe = 1;
getUniverse
in interface Ola.UIDListReplyOrBuilder
public List<Ola.UID> getUidList()
repeated .ola.proto.UID uid = 2;
getUidList
in interface Ola.UIDListReplyOrBuilder
public List<? extends Ola.UIDOrBuilder> getUidOrBuilderList()
repeated .ola.proto.UID uid = 2;
getUidOrBuilderList
in interface Ola.UIDListReplyOrBuilder
public int getUidCount()
repeated .ola.proto.UID uid = 2;
getUidCount
in interface Ola.UIDListReplyOrBuilder
public Ola.UID getUid(int index)
repeated .ola.proto.UID uid = 2;
getUid
in interface Ola.UIDListReplyOrBuilder
public Ola.UIDOrBuilder getUidOrBuilder(int index)
repeated .ola.proto.UID uid = 2;
getUidOrBuilder
in interface Ola.UIDListReplyOrBuilder
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 Ola.UIDListReply parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UIDListReply parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UIDListReply parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UIDListReply parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Ola.UIDListReply parseFrom(InputStream input) throws IOException
IOException
public static Ola.UIDListReply parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UIDListReply parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Ola.UIDListReply parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UIDListReply parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Ola.UIDListReply parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Ola.UIDListReply.Builder newBuilder()
public Ola.UIDListReply.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Ola.UIDListReply.Builder newBuilder(Ola.UIDListReply prototype)
public Ola.UIDListReply.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Ola.UIDListReply.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016. All rights reserved.