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 An expression for filtering the results of the request. Eligible fields for filtering are:

  • listing
  • data_exchange

Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above.

In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters:

  • data_exchange="projects/myproject/locations/us/dataExchanges/123"
  • listing="projects/123/locations/us/dataExchanges/456/listings/789"
  • "projects/myproject/locations/us/dataExchanges/123".

Returns:

  • (::String)

    An expression for filtering the results of the request. Eligible fields for filtering are:

    • listing
    • data_exchange

    Alternatively, a literal wrapped in double quotes may be provided. This will be checked for an exact match against both fields above.

    In all cases, the full Data Exchange or Listing resource name must be provided. Some example of using filters:

    • data_exchange="projects/myproject/locations/us/dataExchanges/123"
    • listing="projects/123/locations/us/dataExchanges/456/listings/789"
    • "projects/myproject/locations/us/dataExchanges/123"


776
777
778
779
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 776

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.



776
777
778
779
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 776

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.



776
777
778
779
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 776

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



776
777
778
779
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 776

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