class ListTopicSubscriptionsRequest extends Message

Request for the ListTopicSubscriptions method.

Protobuf type Google\Pubsub\V1\ListTopicSubscriptionsRequest

Methods

__construct()

No description

string
getTopic()

The name of the topic that subscriptions are attached to.

setTopic(string $var)

The name of the topic that subscriptions are attached to.

int
getPageSize()

Maximum number of subscription names to return.

setPageSize(int $var)

Maximum number of subscription names to return.

string
getPageToken()

The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions call, and that the system should return the next page of data.

setPageToken(string $var)

The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions call, and that the system should return the next page of data.

Details

at line 40
__construct()

at line 52
string getTopic()

The name of the topic that subscriptions are attached to.

Format is projects/{project}/topics/{topic}.

Generated from protobuf field string topic = 1;

Return Value

string

at line 64
setTopic(string $var)

The name of the topic that subscriptions are attached to.

Format is projects/{project}/topics/{topic}.

Generated from protobuf field string topic = 1;

Parameters

string $var

at line 76
int getPageSize()

Maximum number of subscription names to return.

Generated from protobuf field int32 page_size = 2;

Return Value

int

at line 87
setPageSize(int $var)

Maximum number of subscription names to return.

Generated from protobuf field int32 page_size = 2;

Parameters

int $var

at line 101
string getPageToken()

The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions call, and that the system should return the next page of data.

Generated from protobuf field string page_token = 3;

Return Value

string

at line 114
setPageToken(string $var)

The value returned by the last ListTopicSubscriptionsResponse; indicates that this is a continuation of a prior ListTopicSubscriptions call, and that the system should return the next page of data.

Generated from protobuf field string page_token = 3;

Parameters

string $var