public final class ListTopicsResponse extends GeneratedMessageV3 implements ListTopicsResponseOrBuilder
Response for ListTopics.
Protobuf type google.cloud.pubsublite.v1.ListTopicsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListTopicsResponseImplements
ListTopicsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
TOPICS_FIELD_NUMBER
public static final int TOPICS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListTopicsResponse getDefaultInstance()
Type | Description |
ListTopicsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListTopicsResponse.Builder newBuilder()
Type | Description |
ListTopicsResponse.Builder |
newBuilder(ListTopicsResponse prototype)
public static ListTopicsResponse.Builder newBuilder(ListTopicsResponse prototype)
Name | Description |
prototype | ListTopicsResponse |
Type | Description |
ListTopicsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListTopicsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListTopicsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListTopicsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListTopicsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListTopicsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListTopicsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListTopicsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListTopicsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListTopicsResponse> parser()
Type | Description |
Parser<ListTopicsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListTopicsResponse getDefaultInstanceForType()
Type | Description |
ListTopicsResponse |
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;
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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListTopicsResponse> getParserForType()
Type | Description |
Parser<ListTopicsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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;
Name | Description |
index | int |
Type | Description |
Topic |
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;
Type | Description |
int |
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;
Type | Description |
List<Topic> |
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;
Name | Description |
index | int |
Type | Description |
TopicOrBuilder |
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;
Type | Description |
List<? extends com.google.cloud.pubsublite.proto.TopicOrBuilder> |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListTopicsResponse.Builder newBuilderForType()
Type | Description |
ListTopicsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListTopicsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListTopicsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListTopicsResponse.Builder toBuilder()
Type | Description |
ListTopicsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |