com.google.pubsub.v1.AcknowledgeRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
PROTO library for proto-google-cloud-pubsub-v1
// 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 - 2025 Weber Informatics LLC | Privacy Policy