Send feedback Class PublishResponse.Builder (1.117.0) Stay organized with collections Save and categorize content based on your preferences.
Version 1.117.0keyboard_arrow_down
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 Methods addAllMessageIds(Iterable<String> values)
public PublishResponse . Builder addAllMessageIds ( Iterable<String> values )
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;
Parameter Returns addMessageIds(String value)
public PublishResponse . Builder addMessageIds ( String value )
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;
Parameter Name Description value String
The messageIds to add.
Returns addMessageIdsBytes(ByteString value)
public PublishResponse . Builder addMessageIdsBytes ( ByteString value )
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;
Parameter Name Description value ByteString
The bytes of the messageIds to add.
Returns addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PublishResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters Returns Overrides build()
public PublishResponse build ()
Returns buildPartial()
public PublishResponse buildPartial ()
Returns clear()
public PublishResponse . Builder clear ()
Returns Overrides clearField(Descriptors.FieldDescriptor field)
public PublishResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter Returns Overrides clearMessageIds()
public PublishResponse . Builder clearMessageIds ()
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;
Returns clearOneof(Descriptors.OneofDescriptor oneof)
public PublishResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter Returns Overrides clone()
public PublishResponse . Builder clone ()
Returns Overrides getDefaultInstanceForType()
public PublishResponse getDefaultInstanceForType ()
Returns getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns Overrides getMessageIds(int index)
public String getMessageIds ( int index )
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;
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 )
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;
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 ()
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;
Returns Type Description int The count of messageIds.
getMessageIdsList()
public ProtocolStringList getMessageIdsList ()
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;
Returns internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns Overrides isInitialized()
public final boolean isInitialized ()
Returns Overrides
public PublishResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters Returns Overrides Exceptions mergeFrom(Message other)
public PublishResponse . Builder mergeFrom ( Message other )
Parameter Returns Overrides mergeFrom(PublishResponse other)
public PublishResponse . Builder mergeFrom ( PublishResponse other )
Parameter Returns mergeUnknownFields(UnknownFieldSet unknownFields)
public final PublishResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter Returns Overrides setField(Descriptors.FieldDescriptor field, Object value)
public PublishResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters Returns Overrides setMessageIds(int index, String value)
public PublishResponse . Builder setMessageIds ( int index , String value )
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;
Parameters Name Description index int
The index to set the value at.
value String
The messageIds to set.
Returns setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PublishResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters Returns Overrides setUnknownFields(UnknownFieldSet unknownFields)
public final PublishResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter Returns Overrides Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more? [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]