public final class MessagePublishResponse extends GeneratedMessageV3 implements MessagePublishResponseOrBuilder
Response to a MessagePublishRequest.
Protobuf type google.cloud.pubsublite.v1.MessagePublishResponse
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
CURSOR_RANGES_FIELD_NUMBER
public static final int CURSOR_RANGES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
START_CURSOR_FIELD_NUMBER
public static final int START_CURSOR_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static MessagePublishResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static MessagePublishResponse.Builder newBuilder()
newBuilder(MessagePublishResponse prototype)
public static MessagePublishResponse.Builder newBuilder(MessagePublishResponse prototype)
public static MessagePublishResponse parseDelimitedFrom(InputStream input)
public static MessagePublishResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static MessagePublishResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static MessagePublishResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse parseFrom(CodedInputStream input)
public static MessagePublishResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse parseFrom(InputStream input)
public static MessagePublishResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static MessagePublishResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MessagePublishResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<MessagePublishResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCursorRanges(int index)
public MessagePublishResponse.CursorRange getCursorRanges(int index)
Cursors for messages published in the batch. There will exist multiple
ranges when cursors are not contiguous within the batch.
The cursor ranges may not account for all messages in the batch when
publish idempotency is enabled. A missing range indicates that cursors
could not be determined for messages within the range, as they were
deduplicated and the necessary data was not available at publish time.
These messages will have offsets when received by a subscriber.
repeated .google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange cursor_ranges = 2;
Parameter |
Name |
Description |
index |
int
|
getCursorRangesCount()
public int getCursorRangesCount()
Cursors for messages published in the batch. There will exist multiple
ranges when cursors are not contiguous within the batch.
The cursor ranges may not account for all messages in the batch when
publish idempotency is enabled. A missing range indicates that cursors
could not be determined for messages within the range, as they were
deduplicated and the necessary data was not available at publish time.
These messages will have offsets when received by a subscriber.
repeated .google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange cursor_ranges = 2;
Returns |
Type |
Description |
int |
|
getCursorRangesList()
public List<MessagePublishResponse.CursorRange> getCursorRangesList()
Cursors for messages published in the batch. There will exist multiple
ranges when cursors are not contiguous within the batch.
The cursor ranges may not account for all messages in the batch when
publish idempotency is enabled. A missing range indicates that cursors
could not be determined for messages within the range, as they were
deduplicated and the necessary data was not available at publish time.
These messages will have offsets when received by a subscriber.
repeated .google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange cursor_ranges = 2;
getCursorRangesOrBuilder(int index)
public MessagePublishResponse.CursorRangeOrBuilder getCursorRangesOrBuilder(int index)
Cursors for messages published in the batch. There will exist multiple
ranges when cursors are not contiguous within the batch.
The cursor ranges may not account for all messages in the batch when
publish idempotency is enabled. A missing range indicates that cursors
could not be determined for messages within the range, as they were
deduplicated and the necessary data was not available at publish time.
These messages will have offsets when received by a subscriber.
repeated .google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange cursor_ranges = 2;
Parameter |
Name |
Description |
index |
int
|
getCursorRangesOrBuilderList()
public List<? extends MessagePublishResponse.CursorRangeOrBuilder> getCursorRangesOrBuilderList()
Cursors for messages published in the batch. There will exist multiple
ranges when cursors are not contiguous within the batch.
The cursor ranges may not account for all messages in the batch when
publish idempotency is enabled. A missing range indicates that cursors
could not be determined for messages within the range, as they were
deduplicated and the necessary data was not available at publish time.
These messages will have offsets when received by a subscriber.
repeated .google.cloud.pubsublite.v1.MessagePublishResponse.CursorRange cursor_ranges = 2;
Returns |
Type |
Description |
List<? extends com.google.cloud.pubsublite.proto.MessagePublishResponse.CursorRangeOrBuilder> |
|
getDefaultInstanceForType()
public MessagePublishResponse getDefaultInstanceForType()
getParserForType()
public Parser<MessagePublishResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStartCursor()
public Cursor getStartCursor()
The cursor of the first published message in the batch. The cursors for any
remaining messages in the batch are guaranteed to be sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
Returns |
Type |
Description |
Cursor |
The startCursor.
|
getStartCursorOrBuilder()
public CursorOrBuilder getStartCursorOrBuilder()
The cursor of the first published message in the batch. The cursors for any
remaining messages in the batch are guaranteed to be sequential.
.google.cloud.pubsublite.v1.Cursor start_cursor = 1;
hasStartCursor()
public boolean hasStartCursor()
The cursor of the first published message in the batch. The cursors for any
remaining messages in the batch are guaranteed to be 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.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MessagePublishResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public MessagePublishResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides