lib/google/apis/analyticshub_v1/service.rb in google-apis-analyticshub_v1-0.19.0 vs lib/google/apis/analyticshub_v1/service.rb in google-apis-analyticshub_v1-0.20.0

- old
+ new

@@ -911,10 +911,17 @@ # Lists all subscriptions in a given project and location. # @param [String] parent # Required. The parent resource path of the subscription. e.g. projects/ # myproject/locations/US # @param [String] filter - # The filter expression may be used to filter by Data Exchange or Listing. + # 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" # @param [Fixnum] page_size # The maximum number of results to return in a single response page. # @param [String] page_token # Page token, returned by a previous call. # @param [String] fields