public static interface MessagePublishResponse.CursorRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndIndex()
Index of the last message in this range.
|
Cursor |
getStartCursor()
The cursor of the message at the start index.
|
CursorOrBuilder |
getStartCursorOrBuilder()
The cursor of the message at the start index.
|
int |
getStartIndex()
Index of the message in the published batch that corresponds to the
start cursor.
|
boolean |
hasStartCursor()
The cursor of the message at the start index.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStartCursor()
The cursor of the message at the start index. The cursors for remaining messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;Cursor getStartCursor()
The cursor of the message at the start index. The cursors for remaining messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;CursorOrBuilder getStartCursorOrBuilder()
The cursor of the message at the start index. The cursors for remaining messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;int getStartIndex()
Index of the message in the published batch that corresponds to the start cursor. Inclusive.
int32 start_index = 2;int getEndIndex()
Index of the last message in this range. Exclusive.
int32 end_index = 3;Copyright © 2023 Google LLC. All rights reserved.