Send feedback
Class MessagePublishResponse.CursorRange (1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.10.0 keyboard_arrow_down
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
Static Fields
END_INDEX_FIELD_NUMBER
public static final int END_INDEX_FIELD_NUMBER
Field Value
START_CURSOR_FIELD_NUMBER
public static final int START_CURSOR_FIELD_NUMBER
Field Value
START_INDEX_FIELD_NUMBER
public static final int START_INDEX_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static MessagePublishResponse . CursorRange getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static MessagePublishResponse . CursorRange . Builder newBuilder ()
Returns
newBuilder(MessagePublishResponse.CursorRange prototype)
public static MessagePublishResponse . CursorRange . Builder newBuilder ( MessagePublishResponse . CursorRange prototype )
Parameter
Returns
public static MessagePublishResponse . CursorRange parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static MessagePublishResponse . CursorRange parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static MessagePublishResponse . CursorRange parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse . CursorRange parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static MessagePublishResponse . CursorRange parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse . CursorRange parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static MessagePublishResponse . CursorRange parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static MessagePublishResponse . CursorRange parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static MessagePublishResponse . CursorRange parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static MessagePublishResponse . CursorRange parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static MessagePublishResponse . CursorRange parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse . CursorRange parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<MessagePublishResponse . CursorRange > parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public MessagePublishResponse . CursorRange getDefaultInstanceForType ()
Returns
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
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
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;
Returns
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.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public MessagePublishResponse . CursorRange . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MessagePublishResponse . CursorRange . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public MessagePublishResponse . CursorRange . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]