Uses of Class
com.google.cloud.pubsublite.proto.Cursor.Builder
-
Packages that use Cursor.Builder Package Description com.google.cloud.pubsublite.proto -
-
Uses of Cursor.Builder in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return Cursor.Builder Modifier and Type Method Description Cursor.Builder
Cursor.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Cursor.Builder
Cursor.Builder. clear()
Cursor.Builder
Cursor.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Cursor.Builder
Cursor.Builder. clearOffset()
The offset of a message within a topic partition.Cursor.Builder
Cursor.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Cursor.Builder
Cursor.Builder. clone()
Cursor.Builder
CommitCursorRequest.Builder. getCursorBuilder()
The new value for the committed cursor.Cursor.Builder
ComputeTimeCursorResponse.Builder. getCursorBuilder()
If present, the cursor references the first message with time greater than or equal to the specified target time.Cursor.Builder
InitialSubscribeResponse.Builder. getCursorBuilder()
The cursor from which the subscriber will start receiving messages once flow control tokens become available.Cursor.Builder
PartitionCursor.Builder. getCursorBuilder()
The value of the cursor.Cursor.Builder
SeekRequest.Builder. getCursorBuilder()
A target corresponding to the cursor, pointing to anywhere in the topic partition.Cursor.Builder
SeekResponse.Builder. getCursorBuilder()
The new delivery cursor for the current stream.Cursor.Builder
SequencedCommitCursorRequest.Builder. getCursorBuilder()
The new value for the committed cursor.Cursor.Builder
SequencedMessage.Builder. getCursorBuilder()
The position of a message within the partition where it is stored.Cursor.Builder
ComputeMessageStatsRequest.Builder. getEndCursorBuilder()
The exclusive end of the range.Cursor.Builder
ComputeHeadCursorResponse.Builder. getHeadCursorBuilder()
The head cursor.Cursor.Builder
ComputeMessageStatsRequest.Builder. getStartCursorBuilder()
The inclusive start of the range.Cursor.Builder
MessagePublishResponse.Builder. getStartCursorBuilder()
The cursor of the first published message in the batch.Cursor.Builder
MessagePublishResponse.CursorRange.Builder. getStartCursorBuilder()
The cursor of the message at the start index.Cursor.Builder
Cursor.Builder. mergeFrom(Cursor other)
Cursor.Builder
Cursor.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Cursor.Builder
Cursor.Builder. mergeFrom(com.google.protobuf.Message other)
Cursor.Builder
Cursor.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
static Cursor.Builder
Cursor. newBuilder()
static Cursor.Builder
Cursor. newBuilder(Cursor prototype)
Cursor.Builder
Cursor. newBuilderForType()
protected Cursor.Builder
Cursor. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Cursor.Builder
Cursor.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Cursor.Builder
Cursor.Builder. setOffset(long value)
The offset of a message within a topic partition.Cursor.Builder
Cursor.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Cursor.Builder
Cursor.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Cursor.Builder
Cursor. toBuilder()
Methods in com.google.cloud.pubsublite.proto with parameters of type Cursor.Builder Modifier and Type Method Description CommitCursorRequest.Builder
CommitCursorRequest.Builder. setCursor(Cursor.Builder builderForValue)
The new value for the committed cursor.ComputeTimeCursorResponse.Builder
ComputeTimeCursorResponse.Builder. setCursor(Cursor.Builder builderForValue)
If present, the cursor references the first message with time greater than or equal to the specified target time.InitialSubscribeResponse.Builder
InitialSubscribeResponse.Builder. setCursor(Cursor.Builder builderForValue)
The cursor from which the subscriber will start receiving messages once flow control tokens become available.PartitionCursor.Builder
PartitionCursor.Builder. setCursor(Cursor.Builder builderForValue)
The value of the cursor.SeekRequest.Builder
SeekRequest.Builder. setCursor(Cursor.Builder builderForValue)
A target corresponding to the cursor, pointing to anywhere in the topic partition.SeekResponse.Builder
SeekResponse.Builder. setCursor(Cursor.Builder builderForValue)
The new delivery cursor for the current stream.SequencedCommitCursorRequest.Builder
SequencedCommitCursorRequest.Builder. setCursor(Cursor.Builder builderForValue)
The new value for the committed cursor.SequencedMessage.Builder
SequencedMessage.Builder. setCursor(Cursor.Builder builderForValue)
The position of a message within the partition where it is stored.ComputeMessageStatsRequest.Builder
ComputeMessageStatsRequest.Builder. setEndCursor(Cursor.Builder builderForValue)
The exclusive end of the range.ComputeHeadCursorResponse.Builder
ComputeHeadCursorResponse.Builder. setHeadCursor(Cursor.Builder builderForValue)
The head cursor.ComputeMessageStatsRequest.Builder
ComputeMessageStatsRequest.Builder. setStartCursor(Cursor.Builder builderForValue)
The inclusive start of the range.MessagePublishResponse.Builder
MessagePublishResponse.Builder. setStartCursor(Cursor.Builder builderForValue)
The cursor of the first published message in the batch.MessagePublishResponse.CursorRange.Builder
MessagePublishResponse.CursorRange.Builder. setStartCursor(Cursor.Builder builderForValue)
The cursor of the message at the start index.
-