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