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
Methods
__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
Maximum number of subscription names to return.
↳ page_token
string
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}
.
Generated from protobuf field string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
string
setTopic
Required. The name of the topic that subscriptions are attached to.
Format is projects/{project}/topics/{topic}
.
Generated from protobuf field string topic = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
var
string
$this
getPageSize
Maximum number of subscription names to return.
Generated from protobuf field int32 page_size = 2;
int
setPageSize
Maximum number of subscription names to return.
Generated from protobuf field int32 page_size = 2;
var
int
$this
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;
string
setPageToken
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;
var
string
$this