Class: Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsRequest
- 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
-
#filter ⇒ ::String
An expression for filtering the results of the request.
-
#page_size ⇒ ::Integer
The maximum number of results to return in a single response page.
-
#page_token ⇒ ::String
Page token, returned by a previous call.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns An expression for filtering the results of the request. Eligible fields for filtering are:
listingdata_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".
1193 1194 1195 1196 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1193 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.
1193 1194 1195 1196 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1193 class ListSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token, returned by a previous call.
1193 1194 1195 1196 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1193 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.
1193 1194 1195 1196 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 1193 class ListSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |