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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MessagePublishResponse.CursorRangeImplements
MessagePublishResponse.CursorRangeOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MessagePublishResponse.CursorRange.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange.Builder |
newBuilder(MessagePublishResponse.CursorRange prototype)
public static MessagePublishResponse.CursorRange.Builder newBuilder(MessagePublishResponse.CursorRange prototype)
Parameter | |
---|---|
Name | Description |
prototype |
MessagePublishResponse.CursorRange |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange.Builder |
parseDelimitedFrom(InputStream input)
public static MessagePublishResponse.CursorRange parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MessagePublishResponse.CursorRange parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MessagePublishResponse.CursorRange parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MessagePublishResponse.CursorRange parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MessagePublishResponse.CursorRange parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MessagePublishResponse.CursorRange parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse.CursorRange parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MessagePublishResponse.CursorRange> parser()
Returns | |
---|---|
Type | Description |
Parser<CursorRange> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public MessagePublishResponse.CursorRange getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange |
getEndIndex()
public int 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()
Returns | |
---|---|
Type | Description |
Parser<CursorRange> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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;
Returns | |
---|---|
Type | Description |
CursorOrBuilder |
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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public MessagePublishResponse.CursorRange.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MessagePublishResponse.CursorRange.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MessagePublishResponse.CursorRange.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MessagePublishResponse.CursorRange.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |