Пример #1
0
 partial void Modify_ListLocationsRequest(ref ListLocationsRequest request, ref gaxgrpc::CallSettings settings);
Пример #2
0
 /// <summary>
 /// Lists information about the supported locations for this service.
 /// </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 asynchronous sequence of <see cref="Location"/> resources.</returns>
 public override gax::PagedAsyncEnumerable <ListLocationsResponse, Location> ListLocationsAsync(ListLocationsRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ListLocationsRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListLocationsRequest, ListLocationsResponse, Location>(_callListLocations, request, callSettings));
 }
Пример #3
0
 /// <summary>
 /// Lists information about the supported locations for this service.
 /// </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 asynchronous sequence of <see cref="Location"/> resources.</returns>
 public virtual gax::PagedAsyncEnumerable <ListLocationsResponse, Location> ListLocationsAsync(ListLocationsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();