Reference documentation and code samples for the Cloud PubSub V1 Client class ListTopicSubscriptionsRequest.
Request for the ListTopicSubscriptions
method.
Generated from protobuf message google.pubsub.v1.ListTopicSubscriptionsRequest
Namespace
Google \ Cloud \ PubSub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ topic
string
Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}
.
↳ page_size
int
Optional. Maximum number of subscription names to return.
↳ page_token
string
Optional. 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.
getTopic
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
.
string
setTopic
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
.
var
string
$this
getPageSize
Optional. Maximum number of subscription names to return.
int
setPageSize
Optional. Maximum number of subscription names to return.
var
int
$this
getPageToken
Optional. 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.
string
setPageToken
Optional. 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.
var
string
$this
static::build
topic
string
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
. Please see Google\Cloud\PubSub\V1\PublisherClient::topicName()
for help formatting this field.