Interface MessageResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MessageResponse,MessageResponse.Builder
public interface MessageResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMessages(int index) Messages from the topic partition.intMessages from the topic partition.Messages from the topic partition.getMessagesOrBuilder(int index) Messages from the topic partition.List<? extends SequencedMessageOrBuilder>Messages from the topic partition.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMessagesList
List<SequencedMessage> getMessagesList()Messages from the topic partition.
repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1; -
getMessages
Messages from the topic partition.
repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1; -
getMessagesCount
int getMessagesCount()Messages from the topic partition.
repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1; -
getMessagesOrBuilderList
List<? extends SequencedMessageOrBuilder> getMessagesOrBuilderList()Messages from the topic partition.
repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1; -
getMessagesOrBuilder
Messages from the topic partition.
repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1;
-