public static final class MessagePublishResponse.Builder extends GeneratedMessageV3.Builder<MessagePublishResponse.Builder> implements MessagePublishResponseOrBuilder
Response to a MessagePublishRequest.
Protobuf type google.cloud.pubsublite.v1.MessagePublishResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllCursorRanges(Iterable<? extends MessagePublishResponse.CursorRange> values)
public MessagePublishResponse.Builder addAllCursorRanges(Iterable<? extends MessagePublishResponse.CursorRange> values)
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 |
values | Iterable<? extends com.google.cloud.pubsublite.proto.MessagePublishResponse.CursorRange>
|
Returns
addCursorRanges(MessagePublishResponse.CursorRange value)
public MessagePublishResponse.Builder addCursorRanges(MessagePublishResponse.CursorRange value)
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
Returns
addCursorRanges(MessagePublishResponse.CursorRange.Builder builderForValue)
public MessagePublishResponse.Builder addCursorRanges(MessagePublishResponse.CursorRange.Builder builderForValue)
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
Returns
addCursorRanges(int index, MessagePublishResponse.CursorRange value)
public MessagePublishResponse.Builder addCursorRanges(int index, MessagePublishResponse.CursorRange value)
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;
Parameters
Returns
addCursorRanges(int index, MessagePublishResponse.CursorRange.Builder builderForValue)
public MessagePublishResponse.Builder addCursorRanges(int index, MessagePublishResponse.CursorRange.Builder builderForValue)
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;
Parameters
Returns
addCursorRangesBuilder()
public MessagePublishResponse.CursorRange.Builder addCursorRangesBuilder()
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
addCursorRangesBuilder(int index)
public MessagePublishResponse.CursorRange.Builder addCursorRangesBuilder(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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MessagePublishResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public MessagePublishResponse build()
Returns
buildPartial()
public MessagePublishResponse buildPartial()
Returns
clear()
public MessagePublishResponse.Builder clear()
Returns
Overrides
clearCursorRanges()
public MessagePublishResponse.Builder clearCursorRanges()
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
clearField(Descriptors.FieldDescriptor field)
public MessagePublishResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MessagePublishResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStartCursor()
public MessagePublishResponse.Builder clearStartCursor()
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
clone()
public MessagePublishResponse.Builder clone()
Returns
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
Returns
getCursorRangesBuilder(int index)
public MessagePublishResponse.CursorRange.Builder getCursorRangesBuilder(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
Returns
getCursorRangesBuilderList()
public List<MessagePublishResponse.CursorRange.Builder> getCursorRangesBuilderList()
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
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
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;
Returns
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
Returns
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()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
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.
|
getStartCursorBuilder()
public Cursor.Builder getStartCursorBuilder()
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
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;
Returns
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(MessagePublishResponse other)
public MessagePublishResponse.Builder mergeFrom(MessagePublishResponse other)
Parameter
Returns
public MessagePublishResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public MessagePublishResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeStartCursor(Cursor value)
public MessagePublishResponse.Builder mergeStartCursor(Cursor value)
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;
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MessagePublishResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeCursorRanges(int index)
public MessagePublishResponse.Builder removeCursorRanges(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
Returns
setCursorRanges(int index, MessagePublishResponse.CursorRange value)
public MessagePublishResponse.Builder setCursorRanges(int index, MessagePublishResponse.CursorRange value)
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;
Parameters
Returns
setCursorRanges(int index, MessagePublishResponse.CursorRange.Builder builderForValue)
public MessagePublishResponse.Builder setCursorRanges(int index, MessagePublishResponse.CursorRange.Builder builderForValue)
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;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public MessagePublishResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MessagePublishResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStartCursor(Cursor value)
public MessagePublishResponse.Builder setStartCursor(Cursor value)
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;
Parameter
Returns
setStartCursor(Cursor.Builder builderForValue)
public MessagePublishResponse.Builder setStartCursor(Cursor.Builder builderForValue)
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;
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final MessagePublishResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides