Uses of Interface
com.google.cloud.pubsublite.proto.MessagePublishResponse.CursorRangeOrBuilder
-
Packages that use MessagePublishResponse.CursorRangeOrBuilder Package Description com.google.cloud.pubsublite.proto -
-
Uses of MessagePublishResponse.CursorRangeOrBuilder in com.google.cloud.pubsublite.proto
Classes in com.google.cloud.pubsublite.proto that implement MessagePublishResponse.CursorRangeOrBuilder Modifier and Type Class Description static class
MessagePublishResponse.CursorRange
Cursors for a subrange of published messages.static class
MessagePublishResponse.CursorRange.Builder
Cursors for a subrange of published messages.Methods in com.google.cloud.pubsublite.proto that return MessagePublishResponse.CursorRangeOrBuilder Modifier and Type Method Description MessagePublishResponse.CursorRangeOrBuilder
MessagePublishResponse.Builder. getCursorRangesOrBuilder(int index)
Cursors for messages published in the batch.MessagePublishResponse.CursorRangeOrBuilder
MessagePublishResponse. getCursorRangesOrBuilder(int index)
Cursors for messages published in the batch.MessagePublishResponse.CursorRangeOrBuilder
MessagePublishResponseOrBuilder. getCursorRangesOrBuilder(int index)
Cursors for messages published in the batch.Methods in com.google.cloud.pubsublite.proto that return types with arguments of type MessagePublishResponse.CursorRangeOrBuilder Modifier and Type Method Description List<? extends MessagePublishResponse.CursorRangeOrBuilder>
MessagePublishResponse.Builder. getCursorRangesOrBuilderList()
Cursors for messages published in the batch.List<? extends MessagePublishResponse.CursorRangeOrBuilder>
MessagePublishResponse. getCursorRangesOrBuilderList()
Cursors for messages published in the batch.List<? extends MessagePublishResponse.CursorRangeOrBuilder>
MessagePublishResponseOrBuilder. getCursorRangesOrBuilderList()
Cursors for messages published in the batch.
-