Interface DistributedPubSubMessages.Delta.BucketOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
DistributedPubSubMessages.Delta.Bucket,DistributedPubSubMessages.Delta.Bucket.Builder
- Enclosing class:
- DistributedPubSubMessages.Delta
public static interface DistributedPubSubMessages.Delta.BucketOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContent(int index) repeated .Delta.Entry content = 3;intrepeated .Delta.Entry content = 3;repeated .Delta.Entry content = 3;getContentOrBuilder(int index) repeated .Delta.Entry content = 3;repeated .Delta.Entry content = 3;getOwner()required .Address owner = 1;required .Address owner = 1;longrequired int64 version = 2;booleanhasOwner()required .Address owner = 1;booleanrequired int64 version = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOwner
boolean hasOwner()required .Address owner = 1;- Returns:
- Whether the owner field is set.
-
getOwner
DistributedPubSubMessages.Address getOwner()required .Address owner = 1;- Returns:
- The owner.
-
getOwnerOrBuilder
DistributedPubSubMessages.AddressOrBuilder getOwnerOrBuilder()required .Address owner = 1; -
hasVersion
boolean hasVersion()required int64 version = 2;- Returns:
- Whether the version field is set.
-
getVersion
long getVersion()required int64 version = 2;- Returns:
- The version.
-
getContentList
List<DistributedPubSubMessages.Delta.Entry> getContentList()repeated .Delta.Entry content = 3; -
getContent
repeated .Delta.Entry content = 3; -
getContentCount
int getContentCount()repeated .Delta.Entry content = 3; -
getContentOrBuilderList
List<? extends DistributedPubSubMessages.Delta.EntryOrBuilder> getContentOrBuilderList()repeated .Delta.Entry content = 3; -
getContentOrBuilder
repeated .Delta.Entry content = 3;
-