public static interface StreamingPullResponse.AcknowledgeConfirmationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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 |
getUnorderedAckIds(int index)
List of acknowledgement IDs that were out of order.
|
com.google.protobuf.ByteString |
getUnorderedAckIdsBytes(int index)
List of acknowledgement IDs that were out of order.
|
int |
getUnorderedAckIdsCount()
List of acknowledgement IDs that were out of order.
|
List<String> |
getUnorderedAckIdsList()
List of acknowledgement IDs that were out of order.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAckIdsList()
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [ctype = CORD];int getAckIdsCount()
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [ctype = CORD];String getAckIds(int index)
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [ctype = CORD];index - The index of the element to return.com.google.protobuf.ByteString getAckIdsBytes(int index)
Successfully processed acknowledgement IDs.
repeated string ack_ids = 1 [ctype = CORD];index - The index of the value to return.List<String> getInvalidAckIdsList()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [ctype = CORD];int getInvalidAckIdsCount()
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
repeated string invalid_ack_ids = 2 [ctype = CORD];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];index - The index of the element to return.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 [ctype = CORD];index - The index of the value to return.List<String> getUnorderedAckIdsList()
List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [ctype = CORD];int getUnorderedAckIdsCount()
List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [ctype = CORD];String getUnorderedAckIds(int index)
List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [ctype = CORD];index - The index of the element to return.com.google.protobuf.ByteString getUnorderedAckIdsBytes(int index)
List of acknowledgement IDs that were out of order.
repeated string unordered_ack_ids = 3 [ctype = CORD];index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.