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