Package com.google.pubsub.v1
Interface StreamingPullResponse.AcknowledgeConfirmationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingPullResponse.AcknowledgeConfirmation,StreamingPullResponse.AcknowledgeConfirmation.Builder
- Enclosing class:
- StreamingPullResponse
public static interface StreamingPullResponse.AcknowledgeConfirmationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAckIds(int index) Optional.com.google.protobuf.ByteStringgetAckIdsBytes(int index) Optional.intOptional.Optional.getInvalidAckIds(int index) Optional.com.google.protobuf.ByteStringgetInvalidAckIdsBytes(int index) Optional.intOptional.Optional.getTemporaryFailedAckIds(int index) Optional.com.google.protobuf.ByteStringgetTemporaryFailedAckIdsBytes(int index) Optional.intOptional.Optional.getUnorderedAckIds(int index) Optional.com.google.protobuf.ByteStringgetUnorderedAckIdsBytes(int index) Optional.intOptional.Optional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAckIdsList
Optional. Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the ackIds.
-
getAckIdsCount
int getAckIdsCount()Optional. Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of ackIds.
-
getAckIds
Optional. Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The ackIds at the given index.
-
getAckIdsBytes
com.google.protobuf.ByteString getAckIdsBytes(int index) Optional. Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ackIds at the given index.
-
getInvalidAckIdsList
Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the invalidAckIds.
-
getInvalidAckIdsCount
int getInvalidAckIdsCount()Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of invalidAckIds.
-
getInvalidAckIds
Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The invalidAckIds at the given index.
-
getInvalidAckIdsBytes
com.google.protobuf.ByteString getInvalidAckIdsBytes(int index) Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the invalidAckIds at the given index.
-
getUnorderedAckIdsList
Optional. List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the unorderedAckIds.
-
getUnorderedAckIdsCount
int getUnorderedAckIdsCount()Optional. List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of unorderedAckIds.
-
getUnorderedAckIds
Optional. List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The unorderedAckIds at the given index.
-
getUnorderedAckIdsBytes
com.google.protobuf.ByteString getUnorderedAckIdsBytes(int index) Optional. List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the unorderedAckIds at the given index.
-
getTemporaryFailedAckIdsList
Optional. List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- A list containing the temporaryFailedAckIds.
-
getTemporaryFailedAckIdsCount
int getTemporaryFailedAckIdsCount()Optional. List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The count of temporaryFailedAckIds.
-
getTemporaryFailedAckIds
Optional. List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the element to return.- Returns:
- The temporaryFailedAckIds at the given index.
-
getTemporaryFailedAckIdsBytes
com.google.protobuf.ByteString getTemporaryFailedAckIdsBytes(int index) Optional. List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the temporaryFailedAckIds at the given index.
-