public interface ListTopicsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPageSize()
public abstract int getPageSize()Maximum number of topics to return.
 int32 page_size = 2;
| Type | Description | 
| int | The pageSize. | 
getPageToken()
public abstract String getPageToken() The value returned by the last ListTopicsResponse; indicates that this is
 a continuation of a prior ListTopics call, and that the system should
 return the next page of data.
 string page_token = 3;
| Type | Description | 
| String | The pageToken. | 
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() The value returned by the last ListTopicsResponse; indicates that this is
 a continuation of a prior ListTopics call, and that the system should
 return the next page of data.
 string page_token = 3;
| Type | Description | 
| ByteString | The bytes for pageToken. | 
getProject()
public abstract String getProject() Required. The name of the project in which to list topics.
 Format is projects/{project-id}.
 
 string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| String | The project. | 
getProjectBytes()
public abstract ByteString getProjectBytes() Required. The name of the project in which to list topics.
 Format is projects/{project-id}.
 
 string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| ByteString | The bytes for project. |