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