Reference documentation and code samples for the Cloud PubSub V1 Client class ListTopicsRequest.
Request for the ListTopics
method.
Generated from protobuf message google.pubsub.v1.ListTopicsRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project
string
Required. The name of the project in which to list topics. Format is projects/{project-id}
.
↳ page_size
int
Optional. Maximum number of topics to return.
↳ page_token
string
Optional. 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.
getProject
Required. The name of the project in which to list topics.
Format is projects/{project-id}
.
string
setProject
Required. The name of the project in which to list topics.
Format is projects/{project-id}
.
var
string
$this
getPageSize
Optional. Maximum number of topics to return.
int
setPageSize
Optional. Maximum number of topics to return.
var
int
$this
getPageToken
Optional. 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
setPageToken
Optional. 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.
var
string
$this
static::build
project
string
Required. The name of the project in which to list topics.
Format is projects/{project-id}
. Please see Google\Cloud\PubSub\V1\PublisherClient::projectName()
for help formatting this field.