Class Google::Cloud::PubSub::V1::ListTopicSubscriptionsRequest (v0.6.2)

Request for the ListTopicSubscriptions method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Maximum number of subscription names to return.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Maximum number of subscription names to return.
Returns
  • (::Integer) — Maximum number of subscription names to return.

#page_token

def page_token() -> ::String
Returns
  • (::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.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.

#topic

def topic() -> ::String
Returns
  • (::String) — Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.

#topic=

def topic=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.
Returns
  • (::String) — Required. The name of the topic that subscriptions are attached to. Format is projects/{project}/topics/{topic}.