Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsRequest.
Message for listing subscriptions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
-
(::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"
#filter=
def filter=(value) -> ::String
-
value (::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"
-
(::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"
#page_size
def page_size() -> ::Integer
- (::Integer) — The maximum number of results to return in a single response page.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — The maximum number of results to return in a single response page.
- (::Integer) — The maximum number of results to return in a single response page.
#page_token
def page_token() -> ::String
- (::String) — Page token, returned by a previous call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Page token, returned by a previous call.
- (::String) — Page token, returned by a previous call.
#parent
def parent() -> ::String
- (::String) — Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US
#parent=
def parent=(value) -> ::String
- value (::String) — Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US
- (::String) — Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US