public static final class Messages.PackageStatusMessage extends com.google.protobuf.GeneratedMessage implements Messages.PackageStatusMessageOrBuilder
org.apache.sling.distribution.journal.messages.PackageStatusMessage
Modifier and Type | Class and Description |
---|---|
static class |
Messages.PackageStatusMessage.Builder
Protobuf type
org.apache.sling.distribution.journal.messages.PackageStatusMessage |
static class |
Messages.PackageStatusMessage.Status
Protobuf enum
org.apache.sling.distribution.journal.messages.PackageStatusMessage.Status |
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 |
OFFSET_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.PackageStatusMessage> |
PARSER |
static int |
PUBAGENTNAME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
SUBAGENTNAME_FIELD_NUMBER |
static int |
SUBSLINGID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
static Messages.PackageStatusMessage |
getDefaultInstance() |
Messages.PackageStatusMessage |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getOffset()
required int64 offset = 4; |
com.google.protobuf.Parser<Messages.PackageStatusMessage> |
getParserForType() |
String |
getPubAgentName()
required string pubAgentName = 3; |
com.google.protobuf.ByteString |
getPubAgentNameBytes()
required string pubAgentName = 3; |
int |
getSerializedSize() |
Messages.PackageStatusMessage.Status |
getStatus()
required .org.apache.sling.distribution.journal.messages.PackageStatusMessage.Status status = 5; |
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 |
hasOffset()
required int64 offset = 4; |
boolean |
hasPubAgentName()
required string pubAgentName = 3; |
boolean |
hasStatus()
required .org.apache.sling.distribution.journal.messages.PackageStatusMessage.Status status = 5; |
boolean |
hasSubAgentName()
required string subAgentName = 2; |
boolean |
hasSubSlingId()
required string subSlingId = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.PackageStatusMessage.Builder |
newBuilder() |
static Messages.PackageStatusMessage.Builder |
newBuilder(Messages.PackageStatusMessage prototype) |
Messages.PackageStatusMessage.Builder |
newBuilderForType() |
protected Messages.PackageStatusMessage.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.PackageStatusMessage |
parseDelimitedFrom(InputStream input) |
static Messages.PackageStatusMessage |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PackageStatusMessage |
parseFrom(byte[] data) |
static Messages.PackageStatusMessage |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PackageStatusMessage |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.PackageStatusMessage |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PackageStatusMessage |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.PackageStatusMessage |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.PackageStatusMessage |
parseFrom(InputStream input) |
static Messages.PackageStatusMessage |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.PackageStatusMessage.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.PackageStatusMessage> PARSER
public static final int SUBSLINGID_FIELD_NUMBER
public static final int SUBAGENTNAME_FIELD_NUMBER
public static final int PUBAGENTNAME_FIELD_NUMBER
public static final int OFFSET_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static Messages.PackageStatusMessage getDefaultInstance()
public Messages.PackageStatusMessage 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.PackageStatusMessage> 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.PackageStatusMessageOrBuilder
public String getSubSlingId()
required string subSlingId = 1;
Subscriber agent Sling identifier
getSubSlingId
in interface Messages.PackageStatusMessageOrBuilder
public com.google.protobuf.ByteString getSubSlingIdBytes()
required string subSlingId = 1;
Subscriber agent Sling identifier
getSubSlingIdBytes
in interface Messages.PackageStatusMessageOrBuilder
public boolean hasSubAgentName()
required string subAgentName = 2;
Subscriber agent name
hasSubAgentName
in interface Messages.PackageStatusMessageOrBuilder
public String getSubAgentName()
required string subAgentName = 2;
Subscriber agent name
getSubAgentName
in interface Messages.PackageStatusMessageOrBuilder
public com.google.protobuf.ByteString getSubAgentNameBytes()
required string subAgentName = 2;
Subscriber agent name
getSubAgentNameBytes
in interface Messages.PackageStatusMessageOrBuilder
public boolean hasPubAgentName()
required string pubAgentName = 3;
Publisher agent name
hasPubAgentName
in interface Messages.PackageStatusMessageOrBuilder
public String getPubAgentName()
required string pubAgentName = 3;
Publisher agent name
getPubAgentName
in interface Messages.PackageStatusMessageOrBuilder
public com.google.protobuf.ByteString getPubAgentNameBytes()
required string pubAgentName = 3;
Publisher agent name
getPubAgentNameBytes
in interface Messages.PackageStatusMessageOrBuilder
public boolean hasOffset()
required int64 offset = 4;
The offset of the package for which the status is given
hasOffset
in interface Messages.PackageStatusMessageOrBuilder
public long getOffset()
required int64 offset = 4;
The offset of the package for which the status is given
getOffset
in interface Messages.PackageStatusMessageOrBuilder
public boolean hasStatus()
required .org.apache.sling.distribution.journal.messages.PackageStatusMessage.Status status = 5;
The package status
hasStatus
in interface Messages.PackageStatusMessageOrBuilder
public Messages.PackageStatusMessage.Status getStatus()
required .org.apache.sling.distribution.journal.messages.PackageStatusMessage.Status status = 5;
The package status
getStatus
in interface Messages.PackageStatusMessageOrBuilder
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.PackageStatusMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PackageStatusMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PackageStatusMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PackageStatusMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.PackageStatusMessage parseFrom(InputStream input) throws IOException
IOException
public static Messages.PackageStatusMessage parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.PackageStatusMessage parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Messages.PackageStatusMessage parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.PackageStatusMessage parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Messages.PackageStatusMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.PackageStatusMessage.Builder newBuilder()
public Messages.PackageStatusMessage.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Messages.PackageStatusMessage.Builder newBuilder(Messages.PackageStatusMessage prototype)
public Messages.PackageStatusMessage.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Messages.PackageStatusMessage.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.