public interface ComputeTimeCursorResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cursor |
getCursor()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
CursorOrBuilder |
getCursorOrBuilder()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
boolean |
hasCursor()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCursor()
If present, the cursor references the first message with time greater than or equal to the specified target time. If such a message cannot be found, the cursor will be unset (i.e. `cursor` is not present).
.google.cloud.pubsublite.v1.Cursor cursor = 1;Cursor getCursor()
If present, the cursor references the first message with time greater than or equal to the specified target time. If such a message cannot be found, the cursor will be unset (i.e. `cursor` is not present).
.google.cloud.pubsublite.v1.Cursor cursor = 1;CursorOrBuilder getCursorOrBuilder()
If present, the cursor references the first message with time greater than or equal to the specified target time. If such a message cannot be found, the cursor will be unset (i.e. `cursor` is not present).
.google.cloud.pubsublite.v1.Cursor cursor = 1;Copyright © 2023 Google LLC. All rights reserved.