public static final class Persistent.ListResp.Builder extends com.google.protobuf.GeneratedMessage.Builder<Persistent.ListResp.Builder> implements Persistent.ListRespOrBuilder
event_store.client.persistent_subscriptions.ListResp| Modifier and Type | Method and Description |
|---|---|
Persistent.ListResp.Builder |
addAllSubscriptions(java.lang.Iterable<? extends Persistent.SubscriptionInfo> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
addSubscriptions(int index,
Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
addSubscriptions(int index,
Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
addSubscriptions(Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
addSubscriptions(Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.SubscriptionInfo.Builder |
addSubscriptionsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.SubscriptionInfo.Builder |
addSubscriptionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp |
build() |
Persistent.ListResp |
buildPartial() |
Persistent.ListResp.Builder |
clear() |
Persistent.ListResp.Builder |
clearSubscriptions()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Persistent.SubscriptionInfo |
getSubscriptions(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.SubscriptionInfo.Builder |
getSubscriptionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
java.util.List<Persistent.SubscriptionInfo.Builder> |
getSubscriptionsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
int |
getSubscriptionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
java.util.List<Persistent.SubscriptionInfo> |
getSubscriptionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.SubscriptionInfoOrBuilder |
getSubscriptionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
java.util.List<? extends Persistent.SubscriptionInfoOrBuilder> |
getSubscriptionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Persistent.ListResp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Persistent.ListResp.Builder |
mergeFrom(com.google.protobuf.Message other) |
Persistent.ListResp.Builder |
mergeFrom(Persistent.ListResp other) |
Persistent.ListResp.Builder |
removeSubscriptions(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
setSubscriptions(int index,
Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
Persistent.ListResp.Builder |
setSubscriptions(int index,
Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1; |
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.ListResp.Builder>public Persistent.ListResp.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.ListResp.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.ListResp.Builder>public Persistent.ListResp getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Persistent.ListResp build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Persistent.ListResp buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Persistent.ListResp.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Persistent.ListResp.Builder>public Persistent.ListResp.Builder mergeFrom(Persistent.ListResp other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Persistent.ListResp.Builder>public Persistent.ListResp.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.ListResp.Builder>java.io.IOExceptionpublic java.util.List<Persistent.SubscriptionInfo> getSubscriptionsList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptionsList in interface Persistent.ListRespOrBuilderpublic int getSubscriptionsCount()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptionsCount in interface Persistent.ListRespOrBuilderpublic Persistent.SubscriptionInfo getSubscriptions(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptions in interface Persistent.ListRespOrBuilderpublic Persistent.ListResp.Builder setSubscriptions(int index, Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder setSubscriptions(int index, Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder addSubscriptions(Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder addSubscriptions(int index, Persistent.SubscriptionInfo value)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder addSubscriptions(Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder addSubscriptions(int index, Persistent.SubscriptionInfo.Builder builderForValue)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder addAllSubscriptions(java.lang.Iterable<? extends Persistent.SubscriptionInfo> values)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder clearSubscriptions()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.ListResp.Builder removeSubscriptions(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.SubscriptionInfo.Builder getSubscriptionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.SubscriptionInfoOrBuilder getSubscriptionsOrBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptionsOrBuilder in interface Persistent.ListRespOrBuilderpublic java.util.List<? extends Persistent.SubscriptionInfoOrBuilder> getSubscriptionsOrBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;getSubscriptionsOrBuilderList in interface Persistent.ListRespOrBuilderpublic Persistent.SubscriptionInfo.Builder addSubscriptionsBuilder()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public Persistent.SubscriptionInfo.Builder addSubscriptionsBuilder(int index)
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;public java.util.List<Persistent.SubscriptionInfo.Builder> getSubscriptionsBuilderList()
repeated .event_store.client.persistent_subscriptions.SubscriptionInfo subscriptions = 1;