All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.StreamingPullResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.116.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

public interface StreamingPullResponseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.StreamingPullResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Received Pub/Sub messages. This will not be empty.
   * 
* * repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; */ java.util.List getReceivedMessagesList(); /** * * *
   * Received Pub/Sub messages. This will not be empty.
   * 
* * repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; */ com.google.pubsub.v1.ReceivedMessage getReceivedMessages(int index); /** * * *
   * Received Pub/Sub messages. This will not be empty.
   * 
* * repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; */ int getReceivedMessagesCount(); /** * * *
   * Received Pub/Sub messages. This will not be empty.
   * 
* * repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; */ java.util.List getReceivedMessagesOrBuilderList(); /** * * *
   * Received Pub/Sub messages. This will not be empty.
   * 
* * repeated .google.pubsub.v1.ReceivedMessage received_messages = 1; */ com.google.pubsub.v1.ReceivedMessageOrBuilder getReceivedMessagesOrBuilder(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy