public interface SeekRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
CursorOrBuilder |
getCursorOrBuilder()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
SeekRequest.NamedTarget |
getNamedTarget()
A named target.
|
int |
getNamedTargetValue()
A named target.
|
SeekRequest.TargetCase |
getTargetCase() |
boolean |
hasCursor()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
boolean |
hasNamedTarget()
A named target.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNamedTarget()
A named target.
.google.cloud.pubsublite.v1.SeekRequest.NamedTarget named_target = 1;int getNamedTargetValue()
A named target.
.google.cloud.pubsublite.v1.SeekRequest.NamedTarget named_target = 1;SeekRequest.NamedTarget getNamedTarget()
A named target.
.google.cloud.pubsublite.v1.SeekRequest.NamedTarget named_target = 1;boolean hasCursor()
A target corresponding to the cursor, pointing to anywhere in the topic partition.
.google.cloud.pubsublite.v1.Cursor cursor = 2;Cursor getCursor()
A target corresponding to the cursor, pointing to anywhere in the topic partition.
.google.cloud.pubsublite.v1.Cursor cursor = 2;CursorOrBuilder getCursorOrBuilder()
A target corresponding to the cursor, pointing to anywhere in the topic partition.
.google.cloud.pubsublite.v1.Cursor cursor = 2;SeekRequest.TargetCase getTargetCase()
Copyright © 2023 Google LLC. All rights reserved.