Send feedback
Class PublishResponse.Builder (1.123.18)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.123.18 keyboard_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
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
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;
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.
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.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PublishResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public PublishResponse build ()
buildPartial()
public PublishResponse buildPartial ()
clear()
public PublishResponse . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public PublishResponse . Builder clearField ( Descriptors . FieldDescriptor field )
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public PublishResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public PublishResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public PublishResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
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;
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public PublishResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public PublishResponse . Builder mergeFrom ( Message other )
Parameter Name Description other
Message
Overrides
mergeFrom(PublishResponse other)
public PublishResponse . Builder mergeFrom ( PublishResponse other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PublishResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public PublishResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
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.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PublishResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final PublishResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-01-27 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-01-27 UTC."],[],[]]