public static interface Messages.SubscriberConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getEditable()
required bool editable = 1; |
int |
getMaxRetries()
required int32 maxRetries = 2; |
boolean |
hasEditable()
required bool editable = 1; |
boolean |
hasMaxRetries()
required int32 maxRetries = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasEditable()
required bool editable = 1;
boolean getEditable()
required bool editable = 1;
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.
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.
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.