public interface CommitCursorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor()
The new value for the committed cursor.
|
CursorOrBuilder |
getCursorOrBuilder()
The new value for the committed cursor.
|
long |
getPartition()
The partition for which to update the cursor.
|
String |
getSubscription()
The subscription for which to update the cursor.
|
com.google.protobuf.ByteString |
getSubscriptionBytes()
The subscription for which to update the cursor.
|
boolean |
hasCursor()
The new value for the committed cursor.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSubscription()
The subscription for which to update the cursor.
string subscription = 1;com.google.protobuf.ByteString getSubscriptionBytes()
The subscription for which to update the cursor.
string subscription = 1;long getPartition()
The partition for which to update the cursor. Partitions are zero indexed, so `partition` must be in the range [0, topic.num_partitions).
int64 partition = 2;boolean hasCursor()
The new value for the committed cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 3;Cursor getCursor()
The new value for the committed cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 3;CursorOrBuilder getCursorOrBuilder()
The new value for the committed cursor.
.google.cloud.pubsublite.v1.Cursor cursor = 3;Copyright © 2023 Google LLC. All rights reserved.