Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListSharedResourceSubscriptionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Message for response to the listing of shared resource subscriptions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Next page token.
-
#shared_resource_subscriptions ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
The list of subscriptions.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Next page token.
822 823 824 825 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 822 class ListSharedResourceSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shared_resource_subscriptions ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
Returns The list of subscriptions.
822 823 824 825 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 822 class ListSharedResourceSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |