public static final class MessagePublishResponse.CursorRange extends GeneratedMessageV3 implements MessagePublishResponse.CursorRangeOrBuilder
Cursors for a subrange of published messages.
Protobuf type google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
END_INDEX_FIELD_NUMBER
public static final int END_INDEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_CURSOR_FIELD_NUMBER
public static final int START_CURSOR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_INDEX_FIELD_NUMBER
public static final int START_INDEX_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MessagePublishResponse.CursorRange getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MessagePublishResponse.CursorRange.Builder newBuilder()
newBuilder(MessagePublishResponse.CursorRange prototype)
public static MessagePublishResponse.CursorRange.Builder newBuilder(MessagePublishResponse.CursorRange prototype)
public static MessagePublishResponse.CursorRange parseDelimitedFrom(InputStream input)
public static MessagePublishResponse.CursorRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MessagePublishResponse.CursorRange parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MessagePublishResponse.CursorRange parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(CodedInputStream input)
public static MessagePublishResponse.CursorRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(InputStream input)
public static MessagePublishResponse.CursorRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MessagePublishResponse.CursorRange parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MessagePublishResponse.CursorRange> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public MessagePublishResponse.CursorRange getDefaultInstanceForType()
getEndIndex()
Index of the last message in this range. Exclusive.
int32 end_index = 3;
Returns |
Type |
Description |
int |
The endIndex.
|
getParserForType()
public Parser<MessagePublishResponse.CursorRange> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartCursor()
public Cursor getStartCursor()
The cursor of the message at the start index. The cursors for remaining
messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Returns |
Type |
Description |
Cursor |
The startCursor.
|
getStartCursorOrBuilder()
public CursorOrBuilder getStartCursorOrBuilder()
The cursor of the message at the start index. The cursors for remaining
messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
getStartIndex()
public int getStartIndex()
Index of the message in the published batch that corresponds to the
start cursor. Inclusive.
int32 start_index = 2;
Returns |
Type |
Description |
int |
The startIndex.
|
hasStartCursor()
public boolean hasStartCursor()
The cursor of the message at the start index. The cursors for remaining
messages up to the end index (exclusive) are sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Returns |
Type |
Description |
boolean |
Whether the startCursor field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public MessagePublishResponse.CursorRange.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MessagePublishResponse.CursorRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MessagePublishResponse.CursorRange.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides