예제 #1
0
 partial void Modify_ListContextsRequest(ref ListContextsRequest request, ref gaxgrpc::CallSettings settings);
예제 #2
0
 /// <summary>
 /// Returns the list of all contexts in the specified session.
 /// </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="Context"/> resources.</returns>
 public override gax::PagedAsyncEnumerable <ListContextsResponse, Context> ListContextsAsync(ListContextsRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ListContextsRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListContextsRequest, ListContextsResponse, Context>(_callListContexts, request, callSettings));
 }
예제 #3
0
 /// <summary>
 /// Returns the list of all contexts in the specified session.
 /// </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="Context"/> resources.</returns>
 public virtual gax::PagedAsyncEnumerable <ListContextsResponse, Context> ListContextsAsync(ListContextsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();