/// <summary> /// Lists the specified groups. /// </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="ErrorGroupStats"/> resources. /// </returns> public override PagedEnumerable <ListGroupStatsResponse, ErrorGroupStats> ListGroupStats( ListGroupStatsRequest request, CallSettings callSettings = null) { Modify_ListGroupStatsRequest(ref request, ref callSettings); return(new GrpcPagedEnumerable <ListGroupStatsRequest, ListGroupStatsResponse, ErrorGroupStats>(_callListGroupStats, request, callSettings)); }
/// <summary> /// Lists the specified groups. /// </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="ErrorGroupStats"/> resources. /// </returns> public override gax::PagedAsyncEnumerable <ListGroupStatsResponse, ErrorGroupStats> ListGroupStatsAsync( ListGroupStatsRequest request, gaxgrpc::CallSettings callSettings = null) { Modify_ListGroupStatsRequest(ref request, ref callSettings); return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListGroupStatsRequest, ListGroupStatsResponse, ErrorGroupStats>(_callListGroupStats, request, callSettings)); }
// Partial modifier methods contain '_' to ensure no name conflicts with RPC methods. partial void Modify_ListGroupStatsRequest(ref ListGroupStatsRequest request, ref CallSettings settings);
/// <summary> /// Lists the specified groups. /// </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="ErrorGroupStats"/> resources. /// </returns> public virtual PagedEnumerable <ListGroupStatsResponse, ErrorGroupStats> ListGroupStats( ListGroupStatsRequest request, CallSettings callSettings = null) { throw new NotImplementedException(); }
/// <summary> /// Lists the specified groups. /// </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="ErrorGroupStats"/> resources. /// </returns> public virtual gax::PagedAsyncEnumerable <ListGroupStatsResponse, ErrorGroupStats> ListGroupStatsAsync( ListGroupStatsRequest request, gaxgrpc::CallSettings callSettings = null) { throw new sys::NotImplementedException(); }