Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsResponse
- 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 subscriptions.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Next page token.
-
#subscriptions ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
The list of subscriptions.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Next page token.
788 789 790 791 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 788 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subscriptions ⇒ ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription>
Returns The list of subscriptions.
788 789 790 791 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 788 class ListSubscriptionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |