public static interface StreamingPullResponse.ModifyAckDeadlineConfirmationOrBuilder
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.
|
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.Copyright © 2022 Google LLC. All rights reserved.