public static final class Persistent.SubscriptionInfo.ConnectionInfo.Builder extends com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.ConnectionInfo.Builder> implements Persistent.SubscriptionInfo.ConnectionInfoOrBuilder
event_store.client.persistent_subscriptions.SubscriptionInfo.ConnectionInfo| Modifier and Type | Method and Description |
|---|---|
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addAllObservedMeasurements(java.lang.Iterable<? extends Persistent.SubscriptionInfo.Measurement> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addObservedMeasurements(int index,
Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addObservedMeasurements(int index,
Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addObservedMeasurements(Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
addObservedMeasurements(Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.Measurement.Builder |
addObservedMeasurementsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.Measurement.Builder |
addObservedMeasurementsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo |
build() |
Persistent.SubscriptionInfo.ConnectionInfo |
buildPartial() |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clear() |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearAvailableSlots()
int32 available_slots = 7; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearAverageItemsPerSecond()
int32 average_items_per_second = 3; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearConnectionName()
string connection_name = 9; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearCountSinceLastMeasurement()
int64 count_since_last_measurement = 5; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearFrom()
string from = 1; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearInFlightMessages()
int32 in_flight_messages = 8; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearObservedMeasurements()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearTotalItems()
int64 total_items = 4; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
clearUsername()
string username = 2; |
int |
getAvailableSlots()
int32 available_slots = 7; |
int |
getAverageItemsPerSecond()
int32 average_items_per_second = 3; |
java.lang.String |
getConnectionName()
string connection_name = 9; |
com.google.protobuf.ByteString |
getConnectionNameBytes()
string connection_name = 9; |
long |
getCountSinceLastMeasurement()
int64 count_since_last_measurement = 5; |
Persistent.SubscriptionInfo.ConnectionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getFrom()
string from = 1; |
com.google.protobuf.ByteString |
getFromBytes()
string from = 1; |
int |
getInFlightMessages()
int32 in_flight_messages = 8; |
Persistent.SubscriptionInfo.Measurement |
getObservedMeasurements(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.Measurement.Builder |
getObservedMeasurementsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
java.util.List<Persistent.SubscriptionInfo.Measurement.Builder> |
getObservedMeasurementsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
int |
getObservedMeasurementsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
java.util.List<Persistent.SubscriptionInfo.Measurement> |
getObservedMeasurementsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.MeasurementOrBuilder |
getObservedMeasurementsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
java.util.List<? extends Persistent.SubscriptionInfo.MeasurementOrBuilder> |
getObservedMeasurementsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
long |
getTotalItems()
int64 total_items = 4; |
java.lang.String |
getUsername()
string username = 2; |
com.google.protobuf.ByteString |
getUsernameBytes()
string username = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
mergeFrom(Persistent.SubscriptionInfo.ConnectionInfo other) |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
removeObservedMeasurements(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setAvailableSlots(int value)
int32 available_slots = 7; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setAverageItemsPerSecond(int value)
int32 average_items_per_second = 3; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setConnectionName(java.lang.String value)
string connection_name = 9; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setConnectionNameBytes(com.google.protobuf.ByteString value)
string connection_name = 9; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setCountSinceLastMeasurement(long value)
int64 count_since_last_measurement = 5; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setFrom(java.lang.String value)
string from = 1; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setFromBytes(com.google.protobuf.ByteString value)
string from = 1; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setInFlightMessages(int value)
int32 in_flight_messages = 8; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setObservedMeasurements(int index,
Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setObservedMeasurements(int index,
Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setTotalItems(long value)
int64 total_items = 4; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setUsername(java.lang.String value)
string username = 2; |
Persistent.SubscriptionInfo.ConnectionInfo.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
string username = 2; |
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.ConnectionInfo.Builder>public Persistent.SubscriptionInfo.ConnectionInfo.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.ConnectionInfo.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.ConnectionInfo.Builder>public Persistent.SubscriptionInfo.ConnectionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Persistent.SubscriptionInfo.ConnectionInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Persistent.SubscriptionInfo.ConnectionInfo.Builder>public Persistent.SubscriptionInfo.ConnectionInfo.Builder mergeFrom(Persistent.SubscriptionInfo.ConnectionInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Persistent.SubscriptionInfo.ConnectionInfo.Builder>public Persistent.SubscriptionInfo.ConnectionInfo.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.ConnectionInfo.Builder>java.io.IOExceptionpublic java.lang.String getFrom()
string from = 1;getFrom in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic com.google.protobuf.ByteString getFromBytes()
string from = 1;getFromBytes in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setFrom(java.lang.String value)
string from = 1;value - The from to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearFrom()
string from = 1;public Persistent.SubscriptionInfo.ConnectionInfo.Builder setFromBytes(com.google.protobuf.ByteString value)
string from = 1;value - The bytes for from to set.public java.lang.String getUsername()
string username = 2;getUsername in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic com.google.protobuf.ByteString getUsernameBytes()
string username = 2;getUsernameBytes in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setUsername(java.lang.String value)
string username = 2;value - The username to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearUsername()
string username = 2;public Persistent.SubscriptionInfo.ConnectionInfo.Builder setUsernameBytes(com.google.protobuf.ByteString value)
string username = 2;value - The bytes for username to set.public int getAverageItemsPerSecond()
int32 average_items_per_second = 3;getAverageItemsPerSecond in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setAverageItemsPerSecond(int value)
int32 average_items_per_second = 3;value - The averageItemsPerSecond to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearAverageItemsPerSecond()
int32 average_items_per_second = 3;public long getTotalItems()
int64 total_items = 4;getTotalItems in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setTotalItems(long value)
int64 total_items = 4;value - The totalItems to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearTotalItems()
int64 total_items = 4;public long getCountSinceLastMeasurement()
int64 count_since_last_measurement = 5;getCountSinceLastMeasurement in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setCountSinceLastMeasurement(long value)
int64 count_since_last_measurement = 5;value - The countSinceLastMeasurement to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearCountSinceLastMeasurement()
int64 count_since_last_measurement = 5;public java.util.List<Persistent.SubscriptionInfo.Measurement> getObservedMeasurementsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;getObservedMeasurementsList in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic int getObservedMeasurementsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;getObservedMeasurementsCount in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.Measurement getObservedMeasurements(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;getObservedMeasurements in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setObservedMeasurements(int index, Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder setObservedMeasurements(int index, Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addObservedMeasurements(Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addObservedMeasurements(int index, Persistent.SubscriptionInfo.Measurement value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addObservedMeasurements(Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addObservedMeasurements(int index, Persistent.SubscriptionInfo.Measurement.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder addAllObservedMeasurements(java.lang.Iterable<? extends Persistent.SubscriptionInfo.Measurement> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearObservedMeasurements()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.ConnectionInfo.Builder removeObservedMeasurements(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.Measurement.Builder getObservedMeasurementsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.MeasurementOrBuilder getObservedMeasurementsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;getObservedMeasurementsOrBuilder in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic java.util.List<? extends Persistent.SubscriptionInfo.MeasurementOrBuilder> getObservedMeasurementsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;getObservedMeasurementsOrBuilderList in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.Measurement.Builder addObservedMeasurementsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public Persistent.SubscriptionInfo.Measurement.Builder addObservedMeasurementsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public java.util.List<Persistent.SubscriptionInfo.Measurement.Builder> getObservedMeasurementsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo.Measurement observed_measurements = 6;public int getAvailableSlots()
int32 available_slots = 7;getAvailableSlots in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setAvailableSlots(int value)
int32 available_slots = 7;value - The availableSlots to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearAvailableSlots()
int32 available_slots = 7;public int getInFlightMessages()
int32 in_flight_messages = 8;getInFlightMessages in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setInFlightMessages(int value)
int32 in_flight_messages = 8;value - The inFlightMessages to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearInFlightMessages()
int32 in_flight_messages = 8;public java.lang.String getConnectionName()
string connection_name = 9;getConnectionName in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic com.google.protobuf.ByteString getConnectionNameBytes()
string connection_name = 9;getConnectionNameBytes in interface Persistent.SubscriptionInfo.ConnectionInfoOrBuilderpublic Persistent.SubscriptionInfo.ConnectionInfo.Builder setConnectionName(java.lang.String value)
string connection_name = 9;value - The connectionName to set.public Persistent.SubscriptionInfo.ConnectionInfo.Builder clearConnectionName()
string connection_name = 9;public Persistent.SubscriptionInfo.ConnectionInfo.Builder setConnectionNameBytes(com.google.protobuf.ByteString value)
string connection_name = 9;value - The bytes for connectionName to set.