public interface MessagePublishResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getStartCursor()
public abstract Cursor getStartCursor()
The cursor of the first published message in the batch. The cursors for any remaining messages in the batch are guaranteed to be sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Type | Description |
Cursor | The startCursor. |
getStartCursorOrBuilder()
public abstract CursorOrBuilder getStartCursorOrBuilder()
The cursor of the first published message in the batch. The cursors for any remaining messages in the batch are guaranteed to be sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Type | Description |
CursorOrBuilder |
hasStartCursor()
public abstract boolean hasStartCursor()
The cursor of the first published message in the batch. The cursors for any remaining messages in the batch are guaranteed to be sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Type | Description |
boolean | Whether the startCursor field is set. |