Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsResponse.
Message for response to the listing of shared resource 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.
#shared_resource_subscriptions
def shared_resource_subscriptions() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
Returns
- (::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>) — The list of subscriptions.
#shared_resource_subscriptions=
def shared_resource_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.