public static final class Persistent.SubscriptionInfo.Builder extends com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.Builder> implements Persistent.SubscriptionInfoOrBuilder
event_store.client.persistent_subscriptions.SubscriptionInfo| Modifier and Type | Method and Description |
|---|---|
Persistent.SubscriptionInfo.Builder |
addAllConnections(java.lang.Iterable<? extends Persistent.SubscriptionInfo.ConnectionInfo> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
addConnections(int index,
Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
addConnections(int index,
Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
addConnections(Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
addConnections(Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addConnectionsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addConnectionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo |
build() |
Persistent.SubscriptionInfo |
buildPartial() |
Persistent.SubscriptionInfo.Builder |
clear() |
Persistent.SubscriptionInfo.Builder |
clearAveragePerSecond()
int32 average_per_second = 5; |
Persistent.SubscriptionInfo.Builder |
clearBufferSize()
int32 buffer_size = 16; |
Persistent.SubscriptionInfo.Builder |
clearCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18; |
Persistent.SubscriptionInfo.Builder |
clearConnections()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
clearCountSinceLastMeasurement()
int64 count_since_last_measurement = 7; |
Persistent.SubscriptionInfo.Builder |
clearEventSource()
string event_source = 1; |
Persistent.SubscriptionInfo.Builder |
clearExtraStatistics()
bool extra_statistics = 13; |
Persistent.SubscriptionInfo.Builder |
clearGroupName()
string group_name = 2; |
Persistent.SubscriptionInfo.Builder |
clearLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8; |
Persistent.SubscriptionInfo.Builder |
clearLastKnownEventPosition()
string last_known_event_position = 9; |
Persistent.SubscriptionInfo.Builder |
clearLiveBufferCount()
int64 live_buffer_count = 22; |
Persistent.SubscriptionInfo.Builder |
clearLiveBufferSize()
int32 live_buffer_size = 15; |
Persistent.SubscriptionInfo.Builder |
clearMaxCheckPointCount()
int32 max_check_point_count = 20; |
Persistent.SubscriptionInfo.Builder |
clearMaxRetryCount()
int32 max_retry_count = 14; |
Persistent.SubscriptionInfo.Builder |
clearMaxSubscriberCount()
int32 max_subscriber_count = 27; |
Persistent.SubscriptionInfo.Builder |
clearMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12; |
Persistent.SubscriptionInfo.Builder |
clearMinCheckPointCount()
int32 min_check_point_count = 19; |
Persistent.SubscriptionInfo.Builder |
clearNamedConsumerStrategy()
string named_consumer_strategy = 26; |
Persistent.SubscriptionInfo.Builder |
clearOutstandingMessagesCount()
int32 outstanding_messages_count = 25; |
Persistent.SubscriptionInfo.Builder |
clearParkedMessageCount()
int64 parked_message_count = 28; |
Persistent.SubscriptionInfo.Builder |
clearReadBatchSize()
int32 read_batch_size = 17; |
Persistent.SubscriptionInfo.Builder |
clearReadBufferCount()
int32 read_buffer_count = 21; |
Persistent.SubscriptionInfo.Builder |
clearResolveLinkTos()
bool resolve_link_tos = 10; |
Persistent.SubscriptionInfo.Builder |
clearRetryBufferCount()
int32 retry_buffer_count = 23; |
Persistent.SubscriptionInfo.Builder |
clearStartFrom()
string start_from = 11; |
Persistent.SubscriptionInfo.Builder |
clearStatus()
string status = 3; |
Persistent.SubscriptionInfo.Builder |
clearTotalInFlightMessages()
int32 total_in_flight_messages = 24; |
Persistent.SubscriptionInfo.Builder |
clearTotalItems()
int64 total_items = 6; |
int |
getAveragePerSecond()
int32 average_per_second = 5; |
int |
getBufferSize()
int32 buffer_size = 16; |
int |
getCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18; |
Persistent.SubscriptionInfo.ConnectionInfo |
getConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
getConnectionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
java.util.List<Persistent.SubscriptionInfo.ConnectionInfo.Builder> |
getConnectionsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
int |
getConnectionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
java.util.List<Persistent.SubscriptionInfo.ConnectionInfo> |
getConnectionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.ConnectionInfoOrBuilder |
getConnectionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
java.util.List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> |
getConnectionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
long |
getCountSinceLastMeasurement()
int64 count_since_last_measurement = 7; |
Persistent.SubscriptionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getEventSource()
string event_source = 1; |
com.google.protobuf.ByteString |
getEventSourceBytes()
string event_source = 1; |
boolean |
getExtraStatistics()
bool extra_statistics = 13; |
java.lang.String |
getGroupName()
string group_name = 2; |
com.google.protobuf.ByteString |
getGroupNameBytes()
string group_name = 2; |
java.lang.String |
getLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8; |
com.google.protobuf.ByteString |
getLastCheckpointedEventPositionBytes()
string last_checkpointed_event_position = 8; |
java.lang.String |
getLastKnownEventPosition()
string last_known_event_position = 9; |
com.google.protobuf.ByteString |
getLastKnownEventPositionBytes()
string last_known_event_position = 9; |
long |
getLiveBufferCount()
int64 live_buffer_count = 22; |
int |
getLiveBufferSize()
int32 live_buffer_size = 15; |
int |
getMaxCheckPointCount()
int32 max_check_point_count = 20; |
int |
getMaxRetryCount()
int32 max_retry_count = 14; |
int |
getMaxSubscriberCount()
int32 max_subscriber_count = 27; |
int |
getMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12; |
int |
getMinCheckPointCount()
int32 min_check_point_count = 19; |
java.lang.String |
getNamedConsumerStrategy()
string named_consumer_strategy = 26; |
com.google.protobuf.ByteString |
getNamedConsumerStrategyBytes()
string named_consumer_strategy = 26; |
int |
getOutstandingMessagesCount()
int32 outstanding_messages_count = 25; |
long |
getParkedMessageCount()
int64 parked_message_count = 28; |
int |
getReadBatchSize()
int32 read_batch_size = 17; |
int |
getReadBufferCount()
int32 read_buffer_count = 21; |
boolean |
getResolveLinkTos()
bool resolve_link_tos = 10; |
int |
getRetryBufferCount()
int32 retry_buffer_count = 23; |
java.lang.String |
getStartFrom()
string start_from = 11; |
com.google.protobuf.ByteString |
getStartFromBytes()
string start_from = 11; |
java.lang.String |
getStatus()
string status = 3; |
com.google.protobuf.ByteString |
getStatusBytes()
string status = 3; |
int |
getTotalInFlightMessages()
int32 total_in_flight_messages = 24; |
long |
getTotalItems()
int64 total_items = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Persistent.SubscriptionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Persistent.SubscriptionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Persistent.SubscriptionInfo.Builder |
mergeFrom(Persistent.SubscriptionInfo other) |
Persistent.SubscriptionInfo.Builder |
removeConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
setAveragePerSecond(int value)
int32 average_per_second = 5; |
Persistent.SubscriptionInfo.Builder |
setBufferSize(int value)
int32 buffer_size = 16; |
Persistent.SubscriptionInfo.Builder |
setCheckPointAfterMilliseconds(int value)
int32 check_point_after_milliseconds = 18; |
Persistent.SubscriptionInfo.Builder |
setConnections(int index,
Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
setConnections(int index,
Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4; |
Persistent.SubscriptionInfo.Builder |
setCountSinceLastMeasurement(long value)
int64 count_since_last_measurement = 7; |
Persistent.SubscriptionInfo.Builder |
setEventSource(java.lang.String value)
string event_source = 1; |
Persistent.SubscriptionInfo.Builder |
setEventSourceBytes(com.google.protobuf.ByteString value)
string event_source = 1; |
Persistent.SubscriptionInfo.Builder |
setExtraStatistics(boolean value)
bool extra_statistics = 13; |
Persistent.SubscriptionInfo.Builder |
setGroupName(java.lang.String value)
string group_name = 2; |
Persistent.SubscriptionInfo.Builder |
setGroupNameBytes(com.google.protobuf.ByteString value)
string group_name = 2; |
Persistent.SubscriptionInfo.Builder |
setLastCheckpointedEventPosition(java.lang.String value)
string last_checkpointed_event_position = 8; |
Persistent.SubscriptionInfo.Builder |
setLastCheckpointedEventPositionBytes(com.google.protobuf.ByteString value)
string last_checkpointed_event_position = 8; |
Persistent.SubscriptionInfo.Builder |
setLastKnownEventPosition(java.lang.String value)
string last_known_event_position = 9; |
Persistent.SubscriptionInfo.Builder |
setLastKnownEventPositionBytes(com.google.protobuf.ByteString value)
string last_known_event_position = 9; |
Persistent.SubscriptionInfo.Builder |
setLiveBufferCount(long value)
int64 live_buffer_count = 22; |
Persistent.SubscriptionInfo.Builder |
setLiveBufferSize(int value)
int32 live_buffer_size = 15; |
Persistent.SubscriptionInfo.Builder |
setMaxCheckPointCount(int value)
int32 max_check_point_count = 20; |
Persistent.SubscriptionInfo.Builder |
setMaxRetryCount(int value)
int32 max_retry_count = 14; |
Persistent.SubscriptionInfo.Builder |
setMaxSubscriberCount(int value)
int32 max_subscriber_count = 27; |
Persistent.SubscriptionInfo.Builder |
setMessageTimeoutMilliseconds(int value)
int32 message_timeout_milliseconds = 12; |
Persistent.SubscriptionInfo.Builder |
setMinCheckPointCount(int value)
int32 min_check_point_count = 19; |
Persistent.SubscriptionInfo.Builder |
setNamedConsumerStrategy(java.lang.String value)
string named_consumer_strategy = 26; |
Persistent.SubscriptionInfo.Builder |
setNamedConsumerStrategyBytes(com.google.protobuf.ByteString value)
string named_consumer_strategy = 26; |
Persistent.SubscriptionInfo.Builder |
setOutstandingMessagesCount(int value)
int32 outstanding_messages_count = 25; |
Persistent.SubscriptionInfo.Builder |
setParkedMessageCount(long value)
int64 parked_message_count = 28; |
Persistent.SubscriptionInfo.Builder |
setReadBatchSize(int value)
int32 read_batch_size = 17; |
Persistent.SubscriptionInfo.Builder |
setReadBufferCount(int value)
int32 read_buffer_count = 21; |
Persistent.SubscriptionInfo.Builder |
setResolveLinkTos(boolean value)
bool resolve_link_tos = 10; |
Persistent.SubscriptionInfo.Builder |
setRetryBufferCount(int value)
int32 retry_buffer_count = 23; |
Persistent.SubscriptionInfo.Builder |
setStartFrom(java.lang.String value)
string start_from = 11; |
Persistent.SubscriptionInfo.Builder |
setStartFromBytes(com.google.protobuf.ByteString value)
string start_from = 11; |
Persistent.SubscriptionInfo.Builder |
setStatus(java.lang.String value)
string status = 3; |
Persistent.SubscriptionInfo.Builder |
setStatusBytes(com.google.protobuf.ByteString value)
string status = 3; |
Persistent.SubscriptionInfo.Builder |
setTotalInFlightMessages(int value)
int32 total_in_flight_messages = 24; |
Persistent.SubscriptionInfo.Builder |
setTotalItems(long value)
int64 total_items = 6; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.Builder>public Persistent.SubscriptionInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.Builder>public Persistent.SubscriptionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Persistent.SubscriptionInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Persistent.SubscriptionInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Persistent.SubscriptionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Persistent.SubscriptionInfo.Builder>public Persistent.SubscriptionInfo.Builder mergeFrom(Persistent.SubscriptionInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.Builder>public Persistent.SubscriptionInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Persistent.SubscriptionInfo.Builder>java.io.IOExceptionpublic java.lang.String getEventSource()
string event_source = 1;getEventSource in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getEventSourceBytes()
string event_source = 1;getEventSourceBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setEventSource(java.lang.String value)
string event_source = 1;value - The eventSource to set.public Persistent.SubscriptionInfo.Builder clearEventSource()
string event_source = 1;public Persistent.SubscriptionInfo.Builder setEventSourceBytes(com.google.protobuf.ByteString value)
string event_source = 1;value - The bytes for eventSource to set.public java.lang.String getGroupName()
string group_name = 2;getGroupName in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getGroupNameBytes()
string group_name = 2;getGroupNameBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setGroupName(java.lang.String value)
string group_name = 2;value - The groupName to set.public Persistent.SubscriptionInfo.Builder clearGroupName()
string group_name = 2;public Persistent.SubscriptionInfo.Builder setGroupNameBytes(com.google.protobuf.ByteString value)
string group_name = 2;value - The bytes for groupName to set.public java.lang.String getStatus()
string status = 3;getStatus in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getStatusBytes()
string status = 3;getStatusBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setStatus(java.lang.String value)
string status = 3;value - The status to set.public Persistent.SubscriptionInfo.Builder clearStatus()
string status = 3;public Persistent.SubscriptionInfo.Builder setStatusBytes(com.google.protobuf.ByteString value)
string status = 3;value - The bytes for status to set.public java.util.List<Persistent.SubscriptionInfo.ConnectionInfo> getConnectionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsList in interface Persistent.SubscriptionInfoOrBuilderpublic int getConnectionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo getConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnections in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setConnections(int index, Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder setConnections(int index, Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder addConnections(Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder addConnections(int index, Persistent.SubscriptionInfo.ConnectionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder addConnections(Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder addConnections(int index, Persistent.SubscriptionInfo.ConnectionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder addAllConnections(java.lang.Iterable<? extends Persistent.SubscriptionInfo.ConnectionInfo> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder clearConnections()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.Builder removeConnections(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.ConnectionInfo.Builder getConnectionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.ConnectionInfoOrBuilder getConnectionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsOrBuilder in interface Persistent.SubscriptionInfoOrBuilderpublic java.util.List<? extends Persistent.SubscriptionInfo.ConnectionInfoOrBuilder> getConnectionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;getConnectionsOrBuilderList in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder addConnectionsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addConnectionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public java.util.List<Persistent.SubscriptionInfo.ConnectionInfo.Builder> getConnectionsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo connections = 4;public int getAveragePerSecond()
int32 average_per_second = 5;getAveragePerSecond in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setAveragePerSecond(int value)
int32 average_per_second = 5;value - The averagePerSecond to set.public Persistent.SubscriptionInfo.Builder clearAveragePerSecond()
int32 average_per_second = 5;public long getTotalItems()
int64 total_items = 6;getTotalItems in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setTotalItems(long value)
int64 total_items = 6;value - The totalItems to set.public Persistent.SubscriptionInfo.Builder clearTotalItems()
int64 total_items = 6;public long getCountSinceLastMeasurement()
int64 count_since_last_measurement = 7;getCountSinceLastMeasurement in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setCountSinceLastMeasurement(long value)
int64 count_since_last_measurement = 7;value - The countSinceLastMeasurement to set.public Persistent.SubscriptionInfo.Builder clearCountSinceLastMeasurement()
int64 count_since_last_measurement = 7;public java.lang.String getLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8;getLastCheckpointedEventPosition in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getLastCheckpointedEventPositionBytes()
string last_checkpointed_event_position = 8;getLastCheckpointedEventPositionBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setLastCheckpointedEventPosition(java.lang.String value)
string last_checkpointed_event_position = 8;value - The lastCheckpointedEventPosition to set.public Persistent.SubscriptionInfo.Builder clearLastCheckpointedEventPosition()
string last_checkpointed_event_position = 8;public Persistent.SubscriptionInfo.Builder setLastCheckpointedEventPositionBytes(com.google.protobuf.ByteString value)
string last_checkpointed_event_position = 8;value - The bytes for lastCheckpointedEventPosition to set.public java.lang.String getLastKnownEventPosition()
string last_known_event_position = 9;getLastKnownEventPosition in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getLastKnownEventPositionBytes()
string last_known_event_position = 9;getLastKnownEventPositionBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setLastKnownEventPosition(java.lang.String value)
string last_known_event_position = 9;value - The lastKnownEventPosition to set.public Persistent.SubscriptionInfo.Builder clearLastKnownEventPosition()
string last_known_event_position = 9;public Persistent.SubscriptionInfo.Builder setLastKnownEventPositionBytes(com.google.protobuf.ByteString value)
string last_known_event_position = 9;value - The bytes for lastKnownEventPosition to set.public boolean getResolveLinkTos()
bool resolve_link_tos = 10;getResolveLinkTos in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setResolveLinkTos(boolean value)
bool resolve_link_tos = 10;value - The resolveLinkTos to set.public Persistent.SubscriptionInfo.Builder clearResolveLinkTos()
bool resolve_link_tos = 10;public java.lang.String getStartFrom()
string start_from = 11;getStartFrom in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getStartFromBytes()
string start_from = 11;getStartFromBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setStartFrom(java.lang.String value)
string start_from = 11;value - The startFrom to set.public Persistent.SubscriptionInfo.Builder clearStartFrom()
string start_from = 11;public Persistent.SubscriptionInfo.Builder setStartFromBytes(com.google.protobuf.ByteString value)
string start_from = 11;value - The bytes for startFrom to set.public int getMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12;getMessageTimeoutMilliseconds in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setMessageTimeoutMilliseconds(int value)
int32 message_timeout_milliseconds = 12;value - The messageTimeoutMilliseconds to set.public Persistent.SubscriptionInfo.Builder clearMessageTimeoutMilliseconds()
int32 message_timeout_milliseconds = 12;public boolean getExtraStatistics()
bool extra_statistics = 13;getExtraStatistics in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setExtraStatistics(boolean value)
bool extra_statistics = 13;value - The extraStatistics to set.public Persistent.SubscriptionInfo.Builder clearExtraStatistics()
bool extra_statistics = 13;public int getMaxRetryCount()
int32 max_retry_count = 14;getMaxRetryCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setMaxRetryCount(int value)
int32 max_retry_count = 14;value - The maxRetryCount to set.public Persistent.SubscriptionInfo.Builder clearMaxRetryCount()
int32 max_retry_count = 14;public int getLiveBufferSize()
int32 live_buffer_size = 15;getLiveBufferSize in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setLiveBufferSize(int value)
int32 live_buffer_size = 15;value - The liveBufferSize to set.public Persistent.SubscriptionInfo.Builder clearLiveBufferSize()
int32 live_buffer_size = 15;public int getBufferSize()
int32 buffer_size = 16;getBufferSize in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setBufferSize(int value)
int32 buffer_size = 16;value - The bufferSize to set.public Persistent.SubscriptionInfo.Builder clearBufferSize()
int32 buffer_size = 16;public int getReadBatchSize()
int32 read_batch_size = 17;getReadBatchSize in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setReadBatchSize(int value)
int32 read_batch_size = 17;value - The readBatchSize to set.public Persistent.SubscriptionInfo.Builder clearReadBatchSize()
int32 read_batch_size = 17;public int getCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18;getCheckPointAfterMilliseconds in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setCheckPointAfterMilliseconds(int value)
int32 check_point_after_milliseconds = 18;value - The checkPointAfterMilliseconds to set.public Persistent.SubscriptionInfo.Builder clearCheckPointAfterMilliseconds()
int32 check_point_after_milliseconds = 18;public int getMinCheckPointCount()
int32 min_check_point_count = 19;getMinCheckPointCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setMinCheckPointCount(int value)
int32 min_check_point_count = 19;value - The minCheckPointCount to set.public Persistent.SubscriptionInfo.Builder clearMinCheckPointCount()
int32 min_check_point_count = 19;public int getMaxCheckPointCount()
int32 max_check_point_count = 20;getMaxCheckPointCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setMaxCheckPointCount(int value)
int32 max_check_point_count = 20;value - The maxCheckPointCount to set.public Persistent.SubscriptionInfo.Builder clearMaxCheckPointCount()
int32 max_check_point_count = 20;public int getReadBufferCount()
int32 read_buffer_count = 21;getReadBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setReadBufferCount(int value)
int32 read_buffer_count = 21;value - The readBufferCount to set.public Persistent.SubscriptionInfo.Builder clearReadBufferCount()
int32 read_buffer_count = 21;public long getLiveBufferCount()
int64 live_buffer_count = 22;getLiveBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setLiveBufferCount(long value)
int64 live_buffer_count = 22;value - The liveBufferCount to set.public Persistent.SubscriptionInfo.Builder clearLiveBufferCount()
int64 live_buffer_count = 22;public int getRetryBufferCount()
int32 retry_buffer_count = 23;getRetryBufferCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setRetryBufferCount(int value)
int32 retry_buffer_count = 23;value - The retryBufferCount to set.public Persistent.SubscriptionInfo.Builder clearRetryBufferCount()
int32 retry_buffer_count = 23;public int getTotalInFlightMessages()
int32 total_in_flight_messages = 24;getTotalInFlightMessages in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setTotalInFlightMessages(int value)
int32 total_in_flight_messages = 24;value - The totalInFlightMessages to set.public Persistent.SubscriptionInfo.Builder clearTotalInFlightMessages()
int32 total_in_flight_messages = 24;public int getOutstandingMessagesCount()
int32 outstanding_messages_count = 25;getOutstandingMessagesCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setOutstandingMessagesCount(int value)
int32 outstanding_messages_count = 25;value - The outstandingMessagesCount to set.public Persistent.SubscriptionInfo.Builder clearOutstandingMessagesCount()
int32 outstanding_messages_count = 25;public java.lang.String getNamedConsumerStrategy()
string named_consumer_strategy = 26;getNamedConsumerStrategy in interface Persistent.SubscriptionInfoOrBuilderpublic com.google.protobuf.ByteString getNamedConsumerStrategyBytes()
string named_consumer_strategy = 26;getNamedConsumerStrategyBytes in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setNamedConsumerStrategy(java.lang.String value)
string named_consumer_strategy = 26;value - The namedConsumerStrategy to set.public Persistent.SubscriptionInfo.Builder clearNamedConsumerStrategy()
string named_consumer_strategy = 26;public Persistent.SubscriptionInfo.Builder setNamedConsumerStrategyBytes(com.google.protobuf.ByteString value)
string named_consumer_strategy = 26;value - The bytes for namedConsumerStrategy to set.public int getMaxSubscriberCount()
int32 max_subscriber_count = 27;getMaxSubscriberCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setMaxSubscriberCount(int value)
int32 max_subscriber_count = 27;value - The maxSubscriberCount to set.public Persistent.SubscriptionInfo.Builder clearMaxSubscriberCount()
int32 max_subscriber_count = 27;public long getParkedMessageCount()
int64 parked_message_count = 28;getParkedMessageCount in interface Persistent.SubscriptionInfoOrBuilderpublic Persistent.SubscriptionInfo.Builder setParkedMessageCount(long value)
int64 parked_message_count = 28;value - The parkedMessageCount to set.public Persistent.SubscriptionInfo.Builder clearParkedMessageCount()
int64 parked_message_count = 28;