Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



744
745
746
747
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 744

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.

Returns:



744
745
746
747
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 744

class ListSubscriptionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end