public interface SeekResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCursor()
public abstract Cursor getCursor()The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
| Returns | |
|---|---|
| Type | Description |
Cursor |
The cursor. |
getCursorOrBuilder()
public abstract CursorOrBuilder getCursorOrBuilder()The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
| Returns | |
|---|---|
| Type | Description |
CursorOrBuilder |
|
hasCursor()
public abstract boolean hasCursor()The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cursor field is set. |