public static final class ListTopicsResponse.Builder extends GeneratedMessageV3.Builder<ListTopicsResponse.Builder> implements ListTopicsResponseOrBuilder
Response for ListTopics.
Protobuf type google.cloud.pubsublite.v1.ListTopicsResponse
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()
Returns
Methods
addAllTopics(Iterable<? extends Topic> values)
public ListTopicsResponse.Builder addAllTopics(Iterable<? extends Topic> values)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.pubsublite.proto.Topic>
|
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListTopicsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
addTopics(Topic value)
public ListTopicsResponse.Builder addTopics(Topic value)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Name | Description |
value | Topic
|
Returns
addTopics(Topic.Builder builderForValue)
public ListTopicsResponse.Builder addTopics(Topic.Builder builderForValue)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
addTopics(int index, Topic value)
public ListTopicsResponse.Builder addTopics(int index, Topic value)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameters
Returns
addTopics(int index, Topic.Builder builderForValue)
public ListTopicsResponse.Builder addTopics(int index, Topic.Builder builderForValue)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameters
Returns
addTopicsBuilder()
public Topic.Builder addTopicsBuilder()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
addTopicsBuilder(int index)
public Topic.Builder addTopicsBuilder(int index)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
build()
public ListTopicsResponse build()
Returns
buildPartial()
public ListTopicsResponse buildPartial()
Returns
clear()
public ListTopicsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListTopicsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListTopicsResponse.Builder clearNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListTopicsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearTopics()
public ListTopicsResponse.Builder clearTopics()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
clone()
public ListTopicsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListTopicsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public String getNextPageToken()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getTopics(int index)
public Topic getTopics(int index)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
getTopicsBuilder(int index)
public Topic.Builder getTopicsBuilder(int index)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
getTopicsBuilderList()
public List<Topic.Builder> getTopicsBuilderList()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
getTopicsCount()
public int getTopicsCount()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
getTopicsList()
public List<Topic> getTopicsList()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
getTopicsOrBuilder(int index)
public TopicOrBuilder getTopicsOrBuilder(int index)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
getTopicsOrBuilderList()
public List<? extends TopicOrBuilder> getTopicsOrBuilderList()
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Returns
Type | Description |
List<? extends com.google.cloud.pubsublite.proto.TopicOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListTopicsResponse other)
public ListTopicsResponse.Builder mergeFrom(ListTopicsResponse other)
Parameter
Returns
public ListTopicsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListTopicsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListTopicsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeTopics(int index)
public ListTopicsResponse.Builder removeTopics(int index)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListTopicsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListTopicsResponse.Builder setNextPageToken(String value)
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListTopicsResponse.Builder setNextPageTokenBytes(ByteString value)
A token that can be sent as page_token
to retrieve the next page of
results. If this field is omitted, there are no more results.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListTopicsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setTopics(int index, Topic value)
public ListTopicsResponse.Builder setTopics(int index, Topic value)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameters
Returns
setTopics(int index, Topic.Builder builderForValue)
public ListTopicsResponse.Builder setTopics(int index, Topic.Builder builderForValue)
The list of topic in the requested parent. The order of the topics is
unspecified.
repeated .google.cloud.pubsublite.v1.Topic topics = 1;
Parameters
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ListTopicsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides