Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::ListSubscriptionsRequest (v0.8.0)

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
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"

#filter=

def filter=(value) -> ::String
Parameter
  • 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"
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"

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — The maximum number of results to return in a single response page.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Page token, returned by a previous call.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Page token, returned by a previous call.
Returns
  • (::String) — Page token, returned by a previous call.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource path of the subscription. e.g. projects/myproject/locations/US

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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