Interface SeekResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SeekResponse
,SeekResponse.Builder
public interface SeekResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cursor
getCursor()
The new delivery cursor for the current stream.CursorOrBuilder
getCursorOrBuilder()
The new delivery cursor for the current stream.boolean
hasCursor()
The new delivery cursor for the current stream.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCursor
boolean hasCursor()
The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
- Returns:
- Whether the cursor field is set.
-
getCursor
Cursor getCursor()
The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
- Returns:
- The cursor.
-
getCursorOrBuilder
CursorOrBuilder getCursorOrBuilder()
The new delivery cursor for the current stream.
.google.cloud.pubsublite.v1.Cursor cursor = 1;
-
-