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 Type
    Method
    Description
    getMessages(int index)
    Messages from the topic partition.
    int
    Messages from the topic partition.
    Messages from the topic partition.
    Messages from the topic partition.
    Messages from the topic partition.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      SequencedMessage getMessages(int index)
       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

      SequencedMessageOrBuilder getMessagesOrBuilder(int index)
       Messages from the topic partition.
       
      repeated .google.cloud.pubsublite.v1.SequencedMessage messages = 1;