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()
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>
|
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;
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MessagePublishResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MessagePublishResponse build()
buildPartial()
public MessagePublishResponse buildPartial()
clear()
public MessagePublishResponse.Builder clear()
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;
clearField(Descriptors.FieldDescriptor field)
public MessagePublishResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public MessagePublishResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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;
clone()
public MessagePublishResponse.Builder clone()
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
|
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 |
---|
Name | Description |
index | int
|
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;
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()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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;
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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MessagePublishResponse other)
public MessagePublishResponse.Builder mergeFrom(MessagePublishResponse other)
public MessagePublishResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MessagePublishResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
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 |
---|
Name | Description |
value | Cursor
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MessagePublishResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
public MessagePublishResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MessagePublishResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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 |
---|
Name | Description |
value | Cursor
|
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;
setUnknownFields(UnknownFieldSet unknownFields)
public final MessagePublishResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides