public static final class ListTopicsResponse.Builder extends GeneratedMessageV3.Builder<ListTopicsResponse.Builder> implements ListTopicsResponseOrBuilder
Response for the ListTopics
method.
Protobuf type google.pubsub.v1.ListTopicsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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
addAllTopics(Iterable<? extends Topic> values)
public ListTopicsResponse.Builder addAllTopics(Iterable<? extends Topic> values)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.pubsub.v1.Topic>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListTopicsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addTopics(Topic value)
public ListTopicsResponse.Builder addTopics(Topic value)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
Topic
|
addTopics(Topic.Builder builderForValue)
public ListTopicsResponse.Builder addTopics(Topic.Builder builderForValue)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
addTopics(int index, Topic value)
public ListTopicsResponse.Builder addTopics(int index, Topic value)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameters |
Name |
Description |
index |
int
|
value |
Topic
|
addTopics(int index, Topic.Builder builderForValue)
public ListTopicsResponse.Builder addTopics(int index, Topic.Builder builderForValue)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
addTopicsBuilder()
public Topic.Builder addTopicsBuilder()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
addTopicsBuilder(int index)
public Topic.Builder addTopicsBuilder(int index)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
build()
public ListTopicsResponse build()
buildPartial()
public ListTopicsResponse buildPartial()
clear()
public ListTopicsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListTopicsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListTopicsResponse.Builder clearNextPageToken()
Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
clearOneof(Descriptors.OneofDescriptor oneof)
public ListTopicsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTopics()
public ListTopicsResponse.Builder clearTopics()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
clone()
public ListTopicsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListTopicsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
getTopics(int index)
public Topic getTopics(int index)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
Returns |
Type |
Description |
Topic |
|
getTopicsBuilder(int index)
public Topic.Builder getTopicsBuilder(int index)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getTopicsBuilderList()
public List<Topic.Builder> getTopicsBuilderList()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
getTopicsCount()
public int getTopicsCount()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
|
getTopicsList()
public List<Topic> getTopicsList()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
getTopicsOrBuilder(int index)
public TopicOrBuilder getTopicsOrBuilder(int index)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
getTopicsOrBuilderList()
public List<? extends TopicOrBuilder> getTopicsOrBuilderList()
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<? extends com.google.pubsub.v1.TopicOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public ListTopicsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListTopicsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(ListTopicsResponse other)
public ListTopicsResponse.Builder mergeFrom(ListTopicsResponse other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListTopicsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeTopics(int index)
public ListTopicsResponse.Builder removeTopics(int index)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListTopicsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListTopicsResponse.Builder setNextPageToken(String value)
Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListTopicsResponse.Builder setNextPageTokenBytes(ByteString value)
Optional. If not empty, indicates that there may be more topics that match
the request; this value should be passed in a new ListTopicsRequest
.
string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListTopicsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTopics(int index, Topic value)
public ListTopicsResponse.Builder setTopics(int index, Topic value)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameters |
Name |
Description |
index |
int
|
value |
Topic
|
setTopics(int index, Topic.Builder builderForValue)
public ListTopicsResponse.Builder setTopics(int index, Topic.Builder builderForValue)
Optional. The resulting topics.
repeated .google.pubsub.v1.Topic topics = 1 [(.google.api.field_behavior) = OPTIONAL];
setUnknownFields(UnknownFieldSet unknownFields)
public final ListTopicsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides