Reference documentation and code samples for the Cloud PubSub V1 Client class ListTopicsResponse.
Response for the ListTopics
method.
Generated from protobuf message google.pubsub.v1.ListTopicsResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ topics
↳ next_page_token
string
If not empty, indicates that there may be more topics that match the request; this value should be passed in a new ListTopicsRequest
.
getTopics
The resulting topics.
Generated from protobuf field repeated .google.pubsub.v1.Topic topics = 1;
Google\Protobuf\Internal\RepeatedField
setTopics
The resulting topics.
Generated from protobuf field repeated .google.pubsub.v1.Topic topics = 1;
$this
getNextPageToken
If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new ListTopicsRequest
.
Generated from protobuf field string next_page_token = 2;
string
setNextPageToken
If not empty, indicates that there may be more topics that match the
request; this value should be passed in a new ListTopicsRequest
.
Generated from protobuf field string next_page_token = 2;
var
string
$this