コード例 #1
0
 partial void Modify_ListBudgetsRequest(ref ListBudgetsRequest request, ref gaxgrpc::CallSettings settings);
コード例 #2
0
 /// <summary>
 /// Returns a list of budgets for a billing account.
 ///
 /// WARNING: There are some fields exposed on the Google Cloud Console that
 /// aren't available on this API. When reading from the API, you will not
 /// see these fields in the return value, though they may have been set
 /// in the Cloud Console.
 /// </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="Budget"/> resources.</returns>
 public override gax::PagedAsyncEnumerable <ListBudgetsResponse, Budget> ListBudgetsAsync(ListBudgetsRequest request, gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ListBudgetsRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListBudgetsRequest, ListBudgetsResponse, Budget>(_callListBudgets, request, callSettings));
 }
コード例 #3
0
 /// <summary>
 /// Returns a list of budgets for a billing account.
 ///
 /// WARNING: There are some fields exposed on the Google Cloud Console that
 /// aren't available on this API. When reading from the API, you will not
 /// see these fields in the return value, though they may have been set
 /// in the Cloud Console.
 /// </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="Budget"/> resources.</returns>
 public virtual gax::PagedAsyncEnumerable <ListBudgetsResponse, Budget> ListBudgetsAsync(ListBudgetsRequest request, gaxgrpc::CallSettings callSettings = null) =>
 throw new sys::NotImplementedException();