public interface AcknowledgeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAckIds(int index)
Required.
|
com.google.protobuf.ByteString |
getAckIdsBytes(int index)
Required.
|
int |
getAckIdsCount()
Required.
|
List<String> |
getAckIdsList()
Required.
|
String |
getSubscription()
Required.
|
com.google.protobuf.ByteString |
getSubscriptionBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSubscription()
Required. The subscription whose message is being acknowledged. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSubscriptionBytes()
Required. The subscription whose message is being acknowledged. Format is `projects/{project}/subscriptions/{sub}`.
string subscription = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getAckIdsList()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
int getAckIdsCount()
Required. 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 [(.google.api.field_behavior) = REQUIRED];
String getAckIds(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the element to return.com.google.protobuf.ByteString getAckIdsBytes(int index)
Required. 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 [(.google.api.field_behavior) = REQUIRED];
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.