public static final class Messages.CommandMessage extends com.google.protobuf.GeneratedMessage implements Messages.CommandMessageOrBuilder
org.apache.sling.distribution.journal.messages.CommandMessage
Modifier and Type | Class and Description |
---|---|
static class |
Messages.CommandMessage.Builder
Protobuf type
org.apache.sling.distribution.journal.messages.CommandMessage |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, 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 |
CLEARCOMMAND_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.CommandMessage> |
PARSER |
static int |
SUBAGENTNAME_FIELD_NUMBER |
static int |
SUBSLINGID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
Messages.ClearCommand |
getClearCommand()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3; |
Messages.ClearCommandOrBuilder |
getClearCommandOrBuilder()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3; |
static Messages.CommandMessage |
getDefaultInstance() |
Messages.CommandMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<Messages.CommandMessage> |
getParserForType() |
int |
getSerializedSize() |
String |
getSubAgentName()
required string subAgentName = 2; |
com.google.protobuf.ByteString |
getSubAgentNameBytes()
required string subAgentName = 2; |
String |
getSubSlingId()
required string subSlingId = 1; |
com.google.protobuf.ByteString |
getSubSlingIdBytes()
required string subSlingId = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClearCommand()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3; |
boolean |
hasSubAgentName()
required string subAgentName = 2; |
boolean |
hasSubSlingId()
required string subSlingId = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.CommandMessage.Builder |
newBuilder() |
static Messages.CommandMessage.Builder |
newBuilder(Messages.CommandMessage prototype) |
Messages.CommandMessage.Builder |
newBuilderForType() |
protected Messages.CommandMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.CommandMessage |
parseDelimitedFrom(InputStream input) |
static Messages.CommandMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.CommandMessage |
parseFrom(byte[] data) |
static Messages.CommandMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.CommandMessage |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.CommandMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.CommandMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.CommandMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.CommandMessage |
parseFrom(InputStream input) |
static Messages.CommandMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.CommandMessage.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTag
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<Messages.CommandMessage> PARSER
public static final int SUBSLINGID_FIELD_NUMBER
public static final int SUBAGENTNAME_FIELD_NUMBER
public static final int CLEARCOMMAND_FIELD_NUMBER
public static Messages.CommandMessage getDefaultInstance()
public Messages.CommandMessage 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<Messages.CommandMessage> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasSubSlingId()
required string subSlingId = 1;
Subscriber agent Sling identifier
hasSubSlingId
in interface Messages.CommandMessageOrBuilder
public String getSubSlingId()
required string subSlingId = 1;
Subscriber agent Sling identifier
getSubSlingId
in interface Messages.CommandMessageOrBuilder
public com.google.protobuf.ByteString getSubSlingIdBytes()
required string subSlingId = 1;
Subscriber agent Sling identifier
getSubSlingIdBytes
in interface Messages.CommandMessageOrBuilder
public boolean hasSubAgentName()
required string subAgentName = 2;
Subscriber agent name
hasSubAgentName
in interface Messages.CommandMessageOrBuilder
public String getSubAgentName()
required string subAgentName = 2;
Subscriber agent name
getSubAgentName
in interface Messages.CommandMessageOrBuilder
public com.google.protobuf.ByteString getSubAgentNameBytes()
required string subAgentName = 2;
Subscriber agent name
getSubAgentNameBytes
in interface Messages.CommandMessageOrBuilder
public boolean hasClearCommand()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3;
hasClearCommand
in interface Messages.CommandMessageOrBuilder
public Messages.ClearCommand getClearCommand()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3;
getClearCommand
in interface Messages.CommandMessageOrBuilder
public Messages.ClearCommandOrBuilder getClearCommandOrBuilder()
optional .org.apache.sling.distribution.journal.messages.ClearCommand clearCommand = 3;
getClearCommandOrBuilder
in interface Messages.CommandMessageOrBuilder
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.GeneratedMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static Messages.CommandMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.CommandMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.CommandMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.CommandMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.CommandMessage parseFrom(InputStream input) throws IOException
IOException
public static Messages.CommandMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.CommandMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Messages.CommandMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.CommandMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Messages.CommandMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.CommandMessage.Builder newBuilder()
public Messages.CommandMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Messages.CommandMessage.Builder newBuilder(Messages.CommandMessage prototype)
public Messages.CommandMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Messages.CommandMessage.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.