public static final class DistributedPubSubMessages.Status extends akka.protobuf.GeneratedMessage implements DistributedPubSubMessages.StatusOrBuilder
Status
Modifier and Type | Class and Description |
---|---|
static class |
DistributedPubSubMessages.Status.Builder
Protobuf type
Status |
static class |
DistributedPubSubMessages.Status.Version
Protobuf type
Status.Version |
static interface |
DistributedPubSubMessages.Status.VersionOrBuilder |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static akka.protobuf.Parser<DistributedPubSubMessages.Status> |
PARSER |
static int |
REPLYTOSTATUS_FIELD_NUMBER |
static int |
VERSIONS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static DistributedPubSubMessages.Status |
getDefaultInstance() |
DistributedPubSubMessages.Status |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
akka.protobuf.Parser<DistributedPubSubMessages.Status> |
getParserForType() |
boolean |
getReplyToStatus()
optional bool replyToStatus = 2; |
int |
getSerializedSize() |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
DistributedPubSubMessages.Status.Version |
getVersions(int index)
repeated .Status.Version versions = 1; |
int |
getVersionsCount()
repeated .Status.Version versions = 1; |
java.util.List<DistributedPubSubMessages.Status.Version> |
getVersionsList()
repeated .Status.Version versions = 1; |
DistributedPubSubMessages.Status.VersionOrBuilder |
getVersionsOrBuilder(int index)
repeated .Status.Version versions = 1; |
java.util.List<? extends DistributedPubSubMessages.Status.VersionOrBuilder> |
getVersionsOrBuilderList()
repeated .Status.Version versions = 1; |
boolean |
hasReplyToStatus()
optional bool replyToStatus = 2; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DistributedPubSubMessages.Status.Builder |
newBuilder() |
static DistributedPubSubMessages.Status.Builder |
newBuilder(DistributedPubSubMessages.Status prototype) |
DistributedPubSubMessages.Status.Builder |
newBuilderForType() |
protected DistributedPubSubMessages.Status.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static DistributedPubSubMessages.Status |
parseDelimitedFrom(java.io.InputStream input) |
static DistributedPubSubMessages.Status |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributedPubSubMessages.Status |
parseFrom(byte[] data) |
static DistributedPubSubMessages.Status |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributedPubSubMessages.Status |
parseFrom(akka.protobuf.ByteString data) |
static DistributedPubSubMessages.Status |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributedPubSubMessages.Status |
parseFrom(akka.protobuf.CodedInputStream input) |
static DistributedPubSubMessages.Status |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistributedPubSubMessages.Status |
parseFrom(java.io.InputStream input) |
static DistributedPubSubMessages.Status |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
DistributedPubSubMessages.Status.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.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 akka.protobuf.Parser<DistributedPubSubMessages.Status> PARSER
public static final int VERSIONS_FIELD_NUMBER
public static final int REPLYTOSTATUS_FIELD_NUMBER
public static DistributedPubSubMessages.Status getDefaultInstance()
public DistributedPubSubMessages.Status getDefaultInstanceForType()
getDefaultInstanceForType
in interface akka.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface akka.protobuf.MessageOrBuilder
public final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface akka.protobuf.MessageOrBuilder
getUnknownFields
in class akka.protobuf.GeneratedMessage
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class akka.protobuf.GeneratedMessage
public akka.protobuf.Parser<DistributedPubSubMessages.Status> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public java.util.List<DistributedPubSubMessages.Status.Version> getVersionsList()
repeated .Status.Version versions = 1;
getVersionsList
in interface DistributedPubSubMessages.StatusOrBuilder
public java.util.List<? extends DistributedPubSubMessages.Status.VersionOrBuilder> getVersionsOrBuilderList()
repeated .Status.Version versions = 1;
getVersionsOrBuilderList
in interface DistributedPubSubMessages.StatusOrBuilder
public int getVersionsCount()
repeated .Status.Version versions = 1;
getVersionsCount
in interface DistributedPubSubMessages.StatusOrBuilder
public DistributedPubSubMessages.Status.Version getVersions(int index)
repeated .Status.Version versions = 1;
getVersions
in interface DistributedPubSubMessages.StatusOrBuilder
public DistributedPubSubMessages.Status.VersionOrBuilder getVersionsOrBuilder(int index)
repeated .Status.Version versions = 1;
getVersionsOrBuilder
in interface DistributedPubSubMessages.StatusOrBuilder
public boolean hasReplyToStatus()
optional bool replyToStatus = 2;
hasReplyToStatus
in interface DistributedPubSubMessages.StatusOrBuilder
public boolean getReplyToStatus()
optional bool replyToStatus = 2;
getReplyToStatus
in interface DistributedPubSubMessages.StatusOrBuilder
public final boolean isInitialized()
isInitialized
in interface akka.protobuf.MessageLiteOrBuilder
isInitialized
in class akka.protobuf.GeneratedMessage
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface akka.protobuf.MessageLite
writeTo
in class akka.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface akka.protobuf.MessageLite
getSerializedSize
in class akka.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class akka.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static DistributedPubSubMessages.Status parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Status parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Status parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Status parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static DistributedPubSubMessages.Status parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static DistributedPubSubMessages.Status.Builder newBuilder()
public DistributedPubSubMessages.Status.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static DistributedPubSubMessages.Status.Builder newBuilder(DistributedPubSubMessages.Status prototype)
public DistributedPubSubMessages.Status.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected DistributedPubSubMessages.Status.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage