| Modifier and Type | Method and Description |
|---|---|
Cursor |
Cursor.Builder.build() |
Cursor |
Cursor.Builder.buildPartial() |
Cursor |
ComputeTimeCursorResponseOrBuilder.getCursor()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
Cursor |
SeekRequestOrBuilder.getCursor()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
Cursor |
SequencedMessageOrBuilder.getCursor()
The position of a message within the partition where it is stored.
|
Cursor |
CommitCursorRequest.getCursor()
The new value for the committed cursor.
|
Cursor |
CommitCursorRequest.Builder.getCursor()
The new value for the committed cursor.
|
Cursor |
SeekResponseOrBuilder.getCursor()
The new delivery cursor for the current stream.
|
Cursor |
SequencedCommitCursorRequest.getCursor()
The new value for the committed cursor.
|
Cursor |
SequencedCommitCursorRequest.Builder.getCursor()
The new value for the committed cursor.
|
Cursor |
SeekRequest.getCursor()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
Cursor |
SeekRequest.Builder.getCursor()
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
Cursor |
SeekResponse.getCursor()
The new delivery cursor for the current stream.
|
Cursor |
SeekResponse.Builder.getCursor()
The new delivery cursor for the current stream.
|
Cursor |
ComputeTimeCursorResponse.getCursor()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
Cursor |
ComputeTimeCursorResponse.Builder.getCursor()
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
Cursor |
PartitionCursorOrBuilder.getCursor()
The value of the cursor.
|
Cursor |
SequencedCommitCursorRequestOrBuilder.getCursor()
The new value for the committed cursor.
|
Cursor |
PartitionCursor.getCursor()
The value of the cursor.
|
Cursor |
PartitionCursor.Builder.getCursor()
The value of the cursor.
|
Cursor |
CommitCursorRequestOrBuilder.getCursor()
The new value for the committed cursor.
|
Cursor |
InitialSubscribeResponseOrBuilder.getCursor()
The cursor from which the subscriber will start receiving messages once
flow control tokens become available.
|
Cursor |
InitialSubscribeResponse.getCursor()
The cursor from which the subscriber will start receiving messages once
flow control tokens become available.
|
Cursor |
InitialSubscribeResponse.Builder.getCursor()
The cursor from which the subscriber will start receiving messages once
flow control tokens become available.
|
Cursor |
SequencedMessage.getCursor()
The position of a message within the partition where it is stored.
|
Cursor |
SequencedMessage.Builder.getCursor()
The position of a message within the partition where it is stored.
|
static Cursor |
Cursor.getDefaultInstance() |
Cursor |
Cursor.getDefaultInstanceForType() |
Cursor |
Cursor.Builder.getDefaultInstanceForType() |
Cursor |
ComputeMessageStatsRequestOrBuilder.getEndCursor()
The exclusive end of the range.
|
Cursor |
ComputeMessageStatsRequest.getEndCursor()
The exclusive end of the range.
|
Cursor |
ComputeMessageStatsRequest.Builder.getEndCursor()
The exclusive end of the range.
|
Cursor |
ComputeHeadCursorResponseOrBuilder.getHeadCursor()
The head cursor.
|
Cursor |
ComputeHeadCursorResponse.getHeadCursor()
The head cursor.
|
Cursor |
ComputeHeadCursorResponse.Builder.getHeadCursor()
The head cursor.
|
Cursor |
ComputeMessageStatsRequestOrBuilder.getStartCursor()
The inclusive start of the range.
|
Cursor |
MessagePublishResponse.getStartCursor()
The cursor of the first published message in the batch.
|
Cursor |
MessagePublishResponse.Builder.getStartCursor()
The cursor of the first published message in the batch.
|
Cursor |
ComputeMessageStatsRequest.getStartCursor()
The inclusive start of the range.
|
Cursor |
ComputeMessageStatsRequest.Builder.getStartCursor()
The inclusive start of the range.
|
Cursor |
MessagePublishResponseOrBuilder.getStartCursor()
The cursor of the first published message in the batch.
|
static Cursor |
Cursor.parseDelimitedFrom(InputStream input) |
static Cursor |
Cursor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(byte[] data) |
static Cursor |
Cursor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(ByteBuffer data) |
static Cursor |
Cursor.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.ByteString data) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.CodedInputStream input) |
static Cursor |
Cursor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Cursor |
Cursor.parseFrom(InputStream input) |
static Cursor |
Cursor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Cursor> |
Cursor.getParserForType() |
static com.google.protobuf.Parser<Cursor> |
Cursor.parser() |
| Modifier and Type | Method and Description |
|---|---|
CommitCursorRequest.Builder |
CommitCursorRequest.Builder.mergeCursor(Cursor value)
The new value for the committed cursor.
|
SequencedCommitCursorRequest.Builder |
SequencedCommitCursorRequest.Builder.mergeCursor(Cursor value)
The new value for the committed cursor.
|
SeekRequest.Builder |
SeekRequest.Builder.mergeCursor(Cursor value)
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
SeekResponse.Builder |
SeekResponse.Builder.mergeCursor(Cursor value)
The new delivery cursor for the current stream.
|
ComputeTimeCursorResponse.Builder |
ComputeTimeCursorResponse.Builder.mergeCursor(Cursor value)
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
PartitionCursor.Builder |
PartitionCursor.Builder.mergeCursor(Cursor value)
The value of the cursor.
|
InitialSubscribeResponse.Builder |
InitialSubscribeResponse.Builder.mergeCursor(Cursor value)
The cursor from which the subscriber will start receiving messages once
flow control tokens become available.
|
SequencedMessage.Builder |
SequencedMessage.Builder.mergeCursor(Cursor value)
The position of a message within the partition where it is stored.
|
ComputeMessageStatsRequest.Builder |
ComputeMessageStatsRequest.Builder.mergeEndCursor(Cursor value)
The exclusive end of the range.
|
Cursor.Builder |
Cursor.Builder.mergeFrom(Cursor other) |
ComputeHeadCursorResponse.Builder |
ComputeHeadCursorResponse.Builder.mergeHeadCursor(Cursor value)
The head cursor.
|
MessagePublishResponse.Builder |
MessagePublishResponse.Builder.mergeStartCursor(Cursor value)
The cursor of the first published message in the batch.
|
ComputeMessageStatsRequest.Builder |
ComputeMessageStatsRequest.Builder.mergeStartCursor(Cursor value)
The inclusive start of the range.
|
static Cursor.Builder |
Cursor.newBuilder(Cursor prototype) |
CommitCursorRequest.Builder |
CommitCursorRequest.Builder.setCursor(Cursor value)
The new value for the committed cursor.
|
SequencedCommitCursorRequest.Builder |
SequencedCommitCursorRequest.Builder.setCursor(Cursor value)
The new value for the committed cursor.
|
SeekRequest.Builder |
SeekRequest.Builder.setCursor(Cursor value)
A target corresponding to the cursor, pointing to anywhere in the
topic partition.
|
SeekResponse.Builder |
SeekResponse.Builder.setCursor(Cursor value)
The new delivery cursor for the current stream.
|
ComputeTimeCursorResponse.Builder |
ComputeTimeCursorResponse.Builder.setCursor(Cursor value)
If present, the cursor references the first message with time greater than
or equal to the specified target time.
|
PartitionCursor.Builder |
PartitionCursor.Builder.setCursor(Cursor value)
The value of the cursor.
|
InitialSubscribeResponse.Builder |
InitialSubscribeResponse.Builder.setCursor(Cursor value)
The cursor from which the subscriber will start receiving messages once
flow control tokens become available.
|
SequencedMessage.Builder |
SequencedMessage.Builder.setCursor(Cursor value)
The position of a message within the partition where it is stored.
|
ComputeMessageStatsRequest.Builder |
ComputeMessageStatsRequest.Builder.setEndCursor(Cursor value)
The exclusive end of the range.
|
ComputeHeadCursorResponse.Builder |
ComputeHeadCursorResponse.Builder.setHeadCursor(Cursor value)
The head cursor.
|
MessagePublishResponse.Builder |
MessagePublishResponse.Builder.setStartCursor(Cursor value)
The cursor of the first published message in the batch.
|
ComputeMessageStatsRequest.Builder |
ComputeMessageStatsRequest.Builder.setStartCursor(Cursor value)
The inclusive start of the range.
|
Copyright © 2023 Google LLC. All rights reserved.