Package com.google.pubsub.v1
Interface StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamingPullResponse.ModifyAckDeadlineConfirmation
,StreamingPullResponse.ModifyAckDeadlineConfirmation.Builder
- Enclosing class:
- StreamingPullResponse
public static interface StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAckIds(int index)
Successfully processed acknowledgement IDs.com.google.protobuf.ByteString
getAckIdsBytes(int index)
Successfully processed acknowledgement IDs.int
getAckIdsCount()
Successfully processed acknowledgement IDs.List<String>
getAckIdsList()
Successfully processed acknowledgement IDs.String
getInvalidAckIds(int index)
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.com.google.protobuf.ByteString
getInvalidAckIdsBytes(int index)
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.int
getInvalidAckIdsCount()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.List<String>
getInvalidAckIdsList()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.String
getTemporaryFailedAckIds(int index)
List of acknowledgement IDs that failed processing with temporary issues.com.google.protobuf.ByteString
getTemporaryFailedAckIdsBytes(int index)
List of acknowledgement IDs that failed processing with temporary issues.int
getTemporaryFailedAckIdsCount()
List of acknowledgement IDs that failed processing with temporary issues.List<String>
getTemporaryFailedAckIdsList()
List of acknowledgement IDs that failed processing with temporary issues.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAckIdsList
List<String> getAckIdsList()
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1;
- Returns:
- A list containing the ackIds.
-
getAckIdsCount
int getAckIdsCount()
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1;
- Returns:
- The count of ackIds.
-
getAckIds
String getAckIds(int index)
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The ackIds at the given index.
-
getAckIdsBytes
com.google.protobuf.ByteString getAckIdsBytes(int index)
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the ackIds at the given index.
-
getInvalidAckIdsList
List<String> getInvalidAckIdsList()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2;
- Returns:
- A list containing the invalidAckIds.
-
getInvalidAckIdsCount
int getInvalidAckIdsCount()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2;
- Returns:
- The count of invalidAckIds.
-
getInvalidAckIds
String getInvalidAckIds(int index)
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The invalidAckIds at the given index.
-
getInvalidAckIdsBytes
com.google.protobuf.ByteString getInvalidAckIdsBytes(int index)
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the invalidAckIds at the given index.
-
getTemporaryFailedAckIdsList
List<String> getTemporaryFailedAckIdsList()
List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 3;
- Returns:
- A list containing the temporaryFailedAckIds.
-
getTemporaryFailedAckIdsCount
int getTemporaryFailedAckIdsCount()
List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 3;
- Returns:
- The count of temporaryFailedAckIds.
-
getTemporaryFailedAckIds
String getTemporaryFailedAckIds(int index)
List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The temporaryFailedAckIds at the given index.
-
getTemporaryFailedAckIdsBytes
com.google.protobuf.ByteString getTemporaryFailedAckIdsBytes(int index)
List of acknowledgement IDs that failed processing with temporary issues.
repeated string temporary_failed_ack_ids = 3;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the temporaryFailedAckIds at the given index.
-
-