Cloud PubSub V1 Client - Class ListTopicsRequest (1.39.3)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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

Maximum number of topics to return.

↳ page_token string

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}.

Generated from protobuf field string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setProject

Required. The name of the project in which to list topics.

Format is projects/{project-id}.

Generated from protobuf field string project = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum number of topics to return.

Generated from protobuf field int32 page_size = 2;

Returns
TypeDescription
int

setPageSize

Maximum number of topics to return.

Generated from protobuf field int32 page_size = 2;

Parameter
NameDescription
var int
Returns
TypeDescription
$this

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.

Generated from protobuf field string page_token = 3;

Returns
TypeDescription
string

setPageToken

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.

Generated from protobuf field string page_token = 3;

Parameter
NameDescription
var string
Returns
TypeDescription
$this