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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

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

  /**
   * 
   * The server-assigned ID of each published message, in the same order as
   * the messages in the request. IDs are guaranteed to be unique within
   * the topic.
   * 
* * repeated string message_ids = 1; */ java.util.List getMessageIdsList(); /** *
   * The server-assigned ID of each published message, in the same order as
   * the messages in the request. IDs are guaranteed to be unique within
   * the topic.
   * 
* * repeated string message_ids = 1; */ int getMessageIdsCount(); /** *
   * The server-assigned ID of each published message, in the same order as
   * the messages in the request. IDs are guaranteed to be unique within
   * the topic.
   * 
* * repeated string message_ids = 1; */ java.lang.String getMessageIds(int index); /** *
   * The server-assigned ID of each published message, in the same order as
   * the messages in the request. IDs are guaranteed to be unique within
   * the topic.
   * 
* * repeated string message_ids = 1; */ com.google.protobuf.ByteString getMessageIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy