public interface PartitionCursorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor()
The value of the cursor.
|
CursorOrBuilder |
getCursorOrBuilder()
The value of the cursor.
|
long |
getPartition()
The partition this is for.
|
boolean |
hasCursor()
The value of the cursor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getPartition()
The partition this is for.
int64 partition = 1;boolean hasCursor()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;Cursor getCursor()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;CursorOrBuilder getCursorOrBuilder()
The value of the cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 2;Copyright © 2023 Google LLC. All rights reserved.