public static interface StreamingPullResponse.AcknowledgeConfirmationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAckIds(int index)
public abstract String getAckIds(int index)Optional. Successfully processed acknowledgment IDs.
 repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The ackIds at the given index. | 
getAckIdsBytes(int index)
public abstract ByteString getAckIdsBytes(int index)Optional. Successfully processed acknowledgment IDs.
 repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the ackIds at the given index. | 
getAckIdsCount()
public abstract int getAckIdsCount()Optional. Successfully processed acknowledgment IDs.
 repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of ackIds. | 
getAckIdsList()
public abstract List<String> getAckIdsList()Optional. Successfully processed acknowledgment IDs.
 repeated string ack_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the ackIds. | 
getInvalidAckIds(int index)
public abstract String getInvalidAckIds(int index)Optional. List of acknowledgment IDs that were malformed or whose acknowledgment deadline has expired.
 repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The invalidAckIds at the given index. | 
getInvalidAckIdsBytes(int index)
public abstract ByteString getInvalidAckIdsBytes(int index)Optional. List of acknowledgment IDs that were malformed or whose acknowledgment deadline has expired.
 repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the invalidAckIds at the given index. | 
getInvalidAckIdsCount()
public abstract int getInvalidAckIdsCount()Optional. List of acknowledgment IDs that were malformed or whose acknowledgment deadline has expired.
 repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of invalidAckIds. | 
getInvalidAckIdsList()
public abstract List<String> getInvalidAckIdsList()Optional. List of acknowledgment IDs that were malformed or whose acknowledgment deadline has expired.
 repeated string invalid_ack_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the invalidAckIds. | 
getTemporaryFailedAckIds(int index)
public abstract String getTemporaryFailedAckIds(int index)Optional. List of acknowledgment IDs that failed processing with temporary issues.
 repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The temporaryFailedAckIds at the given index. | 
getTemporaryFailedAckIdsBytes(int index)
public abstract ByteString getTemporaryFailedAckIdsBytes(int index)Optional. List of acknowledgment IDs that failed processing with temporary issues.
 repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the temporaryFailedAckIds at the given index. | 
getTemporaryFailedAckIdsCount()
public abstract int getTemporaryFailedAckIdsCount()Optional. List of acknowledgment IDs that failed processing with temporary issues.
 repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of temporaryFailedAckIds. | 
getTemporaryFailedAckIdsList()
public abstract List<String> getTemporaryFailedAckIdsList()Optional. List of acknowledgment IDs that failed processing with temporary issues.
 repeated string temporary_failed_ack_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the temporaryFailedAckIds. | 
getUnorderedAckIds(int index)
public abstract String getUnorderedAckIds(int index)Optional. List of acknowledgment IDs that were out of order.
 repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The unorderedAckIds at the given index. | 
getUnorderedAckIdsBytes(int index)
public abstract ByteString getUnorderedAckIdsBytes(int index)Optional. List of acknowledgment IDs that were out of order.
 repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the unorderedAckIds at the given index. | 
getUnorderedAckIdsCount()
public abstract int getUnorderedAckIdsCount()Optional. List of acknowledgment IDs that were out of order.
 repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of unorderedAckIds. | 
getUnorderedAckIdsList()
public abstract List<String> getUnorderedAckIdsList()Optional. List of acknowledgment IDs that were out of order.
 repeated string unordered_ack_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the unorderedAckIds. |