Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse (v0.13.1)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ListTopicSubscriptionsResponse.

Response for the ListTopicSubscriptions method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.
Returns
  • (::String) — If not empty, indicates that there may be more subscriptions that match the request; this value should be passed in a new ListTopicSubscriptionsRequest to get more subscriptions.

#subscriptions

def subscriptions() -> ::Array<::String>
Returns
  • (::Array<::String>) — The names of subscriptions attached to the topic specified in the request.

#subscriptions=

def subscriptions=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The names of subscriptions attached to the topic specified in the request.
Returns
  • (::Array<::String>) — The names of subscriptions attached to the topic specified in the request.