public static interface StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAckIds(int index)
public abstract String getAckIds(int index)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The ackIds at the given index. | 
getAckIdsBytes(int index)
public abstract ByteString getAckIdsBytes(int index)Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the ackIds at the given index. | 
getAckIdsCount()
public abstract int getAckIdsCount()Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Type | Description | 
| int | The count of ackIds. | 
getAckIdsList()
public abstract List<String> getAckIdsList()Successfully processed acknowledgement IDs.
 repeated string ack_ids = 1 [ctype = CORD];
| Type | Description | 
| List<String> | A list containing the ackIds. | 
getInvalidAckIds(int index)
public abstract String getInvalidAckIds(int index)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| index | intThe index of the element to return. | 
| Type | Description | 
| String | The invalidAckIds at the given index. | 
getInvalidAckIdsBytes(int index)
public abstract ByteString getInvalidAckIdsBytes(int index)List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Name | Description | 
| index | intThe index of the value to return. | 
| Type | Description | 
| ByteString | The bytes of the invalidAckIds at the given index. | 
getInvalidAckIdsCount()
public abstract int getInvalidAckIdsCount()List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Type | Description | 
| int | The count of invalidAckIds. | 
getInvalidAckIdsList()
public abstract List<String> getInvalidAckIdsList()List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
 repeated string invalid_ack_ids = 2 [ctype = CORD];
| Type | Description | 
| List<String> | A list containing the invalidAckIds. |