/// <summary> /// Returns all fields that match the search query. /// </summary> /// <param name="request"> /// The request object containing all of the parameters for the API call. /// </param> /// <param name="callSettings"> /// If not null, applies overrides to this RPC call. /// </param> /// <returns> /// A pageable sequence of <see cref="gagvr::GoogleAdsField"/> resources. /// </returns> public override gax::PagedEnumerable <SearchGoogleAdsFieldsResponse, gagvr::GoogleAdsField> SearchGoogleAdsFields( SearchGoogleAdsFieldsRequest request, gaxgrpc::CallSettings callSettings = null) { Modify_SearchGoogleAdsFieldsRequest(ref request, ref callSettings); return(new gaxgrpc::GrpcPagedEnumerable <SearchGoogleAdsFieldsRequest, SearchGoogleAdsFieldsResponse, gagvr::GoogleAdsField>(_callSearchGoogleAdsFields, request, callSettings)); }
partial void Modify_SearchGoogleAdsFieldsRequest(ref SearchGoogleAdsFieldsRequest request, ref gaxgrpc::CallSettings settings);
/// <summary> /// Returns all fields that match the search query. /// </summary> /// <param name="request"> /// The request object containing all of the parameters for the API call. /// </param> /// <param name="callSettings"> /// If not null, applies overrides to this RPC call. /// </param> /// <returns> /// A pageable sequence of <see cref="gagvr::GoogleAdsField"/> resources. /// </returns> public virtual gax::PagedEnumerable <SearchGoogleAdsFieldsResponse, gagvr::GoogleAdsField> SearchGoogleAdsFields( SearchGoogleAdsFieldsRequest request, gaxgrpc::CallSettings callSettings = null) { throw new sys::NotImplementedException(); }