Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsResponse.
Message for response to the listing of subscriptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Next page token.
Returns
- (::String) — Next page token.
#subscriptions
def subscriptions() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>) — The list of subscriptions.
#subscriptions=
def subscriptions=(value) -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
Parameter
- value (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>) — The list of subscriptions.
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>) — The list of subscriptions.