Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsRequest

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 listing subscriptions.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns The filter expression may be used to filter by Data Exchange or Listing.

Returns:

  • (::String)

    The filter expression may be used to filter by Data Exchange or Listing.



732
733
734
735
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 732

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

#page_size::Integer

Returns The maximum number of results to return in a single response page.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response page.



732
733
734
735
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 732

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

#page_token::String

Returns Page token, returned by a previous call.

Returns:

  • (::String)

    Page token, returned by a previous call.



732
733
734
735
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 732

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

#parent::String

Returns Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US.

Returns:

  • (::String)

    Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US



732
733
734
735
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 732

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