public static final class Messages.SubscriberConfiguration extends com.google.protobuf.GeneratedMessage implements Messages.SubscriberConfigurationOrBuilder
org.apache.sling.distribution.journal.messages.SubscriberConfiguration
Modifier and Type | Class and Description |
---|---|
static class |
Messages.SubscriberConfiguration.Builder
Protobuf type
org.apache.sling.distribution.journal.messages.SubscriberConfiguration |
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 |
EDITABLE_FIELD_NUMBER |
static int |
MAXRETRIES_FIELD_NUMBER |
static com.google.protobuf.Parser<Messages.SubscriberConfiguration> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static Messages.SubscriberConfiguration |
getDefaultInstance() |
Messages.SubscriberConfiguration |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEditable()
required bool editable = 1; |
int |
getMaxRetries()
required int32 maxRetries = 2; |
com.google.protobuf.Parser<Messages.SubscriberConfiguration> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEditable()
required bool editable = 1; |
boolean |
hasMaxRetries()
required int32 maxRetries = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Messages.SubscriberConfiguration.Builder |
newBuilder() |
static Messages.SubscriberConfiguration.Builder |
newBuilder(Messages.SubscriberConfiguration prototype) |
Messages.SubscriberConfiguration.Builder |
newBuilderForType() |
protected Messages.SubscriberConfiguration.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Messages.SubscriberConfiguration |
parseDelimitedFrom(InputStream input) |
static Messages.SubscriberConfiguration |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.SubscriberConfiguration |
parseFrom(byte[] data) |
static Messages.SubscriberConfiguration |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.SubscriberConfiguration |
parseFrom(com.google.protobuf.ByteString data) |
static Messages.SubscriberConfiguration |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.SubscriberConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Messages.SubscriberConfiguration |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Messages.SubscriberConfiguration |
parseFrom(InputStream input) |
static Messages.SubscriberConfiguration |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.SubscriberConfiguration.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.SubscriberConfiguration> PARSER
public static final int EDITABLE_FIELD_NUMBER
public static final int MAXRETRIES_FIELD_NUMBER
public static Messages.SubscriberConfiguration getDefaultInstance()
public Messages.SubscriberConfiguration 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.SubscriberConfiguration> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasEditable()
required bool editable = 1;
hasEditable
in interface Messages.SubscriberConfigurationOrBuilder
public boolean getEditable()
required bool editable = 1;
getEditable
in interface Messages.SubscriberConfigurationOrBuilder
public boolean hasMaxRetries()
required int32 maxRetries = 2;
The max number of retry attempts to process this package. A value smaller than zero indicates an infinite number of retry attempts. A value greater or equal to zero indicates a specific number of retry attempts.
hasMaxRetries
in interface Messages.SubscriberConfigurationOrBuilder
public int getMaxRetries()
required int32 maxRetries = 2;
The max number of retry attempts to process this package. A value smaller than zero indicates an infinite number of retry attempts. A value greater or equal to zero indicates a specific number of retry attempts.
getMaxRetries
in interface Messages.SubscriberConfigurationOrBuilder
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.SubscriberConfiguration parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.SubscriberConfiguration parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.SubscriberConfiguration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.SubscriberConfiguration parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Messages.SubscriberConfiguration parseFrom(InputStream input) throws IOException
IOException
public static Messages.SubscriberConfiguration parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.SubscriberConfiguration parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Messages.SubscriberConfiguration parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.SubscriberConfiguration parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Messages.SubscriberConfiguration parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Messages.SubscriberConfiguration.Builder newBuilder()
public Messages.SubscriberConfiguration.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Messages.SubscriberConfiguration.Builder newBuilder(Messages.SubscriberConfiguration prototype)
public Messages.SubscriberConfiguration.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Messages.SubscriberConfiguration.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.