Class PublishResponse.Builder (1.129.3)

public static final class PublishResponse.Builder extends GeneratedMessageV3.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.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PublishResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PublishResponse.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public PublishResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public PublishResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
PublishResponse.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final PublishResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PublishResponse.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public PublishResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
PublishResponse.Builder
Overrides

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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public PublishResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
PublishResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final PublishResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
PublishResponse.Builder
Overrides