Class PublishResponse.Builder (1.147.0)

public static final class PublishResponse.Builder extends GeneratedMessage.Builder<PublishResponse.Builder> implements PublishResponseOrBuilder

Response for the Publish method.

Protobuf type google.pubsub.v1.PublishResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllMessageIds(Iterable<String> values)

public PublishResponse.Builder addAllMessageIds(Iterable<String> values)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The messageIds to add.

Returns
Type Description
PublishResponse.Builder

This builder for chaining.

addMessageIds(String value)

public PublishResponse.Builder addMessageIds(String value)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The messageIds to add.

Returns
Type Description
PublishResponse.Builder

This builder for chaining.

addMessageIdsBytes(ByteString value)

public PublishResponse.Builder addMessageIdsBytes(ByteString value)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the messageIds to add.

Returns
Type Description
PublishResponse.Builder

This builder for chaining.

build()

public PublishResponse build()
Returns
Type Description
PublishResponse

buildPartial()

public PublishResponse buildPartial()
Returns
Type Description
PublishResponse

clear()

public PublishResponse.Builder clear()
Returns
Type Description
PublishResponse.Builder
Overrides

clearMessageIds()

public PublishResponse.Builder clearMessageIds()

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PublishResponse.Builder

This builder for chaining.

getDefaultInstanceForType()

public PublishResponse getDefaultInstanceForType()
Returns
Type Description
PublishResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMessageIds(int index)

public String getMessageIds(int index)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The messageIds at the given index.

getMessageIdsBytes(int index)

public ByteString getMessageIdsBytes(int index)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the messageIds at the given index.

getMessageIdsCount()

public int getMessageIdsCount()

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of messageIds.

getMessageIdsList()

public ProtocolStringList getMessageIdsList()

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the messageIds.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PublishResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PublishResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PublishResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PublishResponse.Builder
Overrides

mergeFrom(PublishResponse other)

public PublishResponse.Builder mergeFrom(PublishResponse other)
Parameter
Name Description
other PublishResponse
Returns
Type Description
PublishResponse.Builder

setMessageIds(int index, String value)

public PublishResponse.Builder setMessageIds(int index, String value)

Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

repeated string message_ids = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The messageIds to set.

Returns
Type Description
PublishResponse.Builder

This builder for chaining.