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

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

There is a newer version: 1.114.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 AcknowledgeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.AcknowledgeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The subscription whose message is being acknowledged.
   * Format is `projects/{project}/subscriptions/{sub}`.
   * 
* * string subscription = 1; */ java.lang.String getSubscription(); /** *
   * The subscription whose message is being acknowledged.
   * Format is `projects/{project}/subscriptions/{sub}`.
   * 
* * string subscription = 1; */ com.google.protobuf.ByteString getSubscriptionBytes(); /** *
   * The acknowledgment ID for the messages being acknowledged that was returned
   * by the Pub/Sub system in the `Pull` response. Must not be empty.
   * 
* * repeated string ack_ids = 2; */ java.util.List getAckIdsList(); /** *
   * The acknowledgment ID for the messages being acknowledged that was returned
   * by the Pub/Sub system in the `Pull` response. Must not be empty.
   * 
* * repeated string ack_ids = 2; */ int getAckIdsCount(); /** *
   * The acknowledgment ID for the messages being acknowledged that was returned
   * by the Pub/Sub system in the `Pull` response. Must not be empty.
   * 
* * repeated string ack_ids = 2; */ java.lang.String getAckIds(int index); /** *
   * The acknowledgment ID for the messages being acknowledged that was returned
   * by the Pub/Sub system in the `Pull` response. Must not be empty.
   * 
* * repeated string ack_ids = 2; */ com.google.protobuf.ByteString getAckIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy