/// <summary>
 /// Lists the specified events.
 /// </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="ErrorEvent"/> resources.
 /// </returns>
 public override PagedEnumerable <ListEventsResponse, ErrorEvent> ListEvents(
     ListEventsRequest request,
     CallSettings callSettings = null)
 {
     Modify_ListEventsRequest(ref request, ref callSettings);
     return(new GrpcPagedEnumerable <ListEventsRequest, ListEventsResponse, ErrorEvent>(_callListEvents, request, callSettings));
 }
Example #2
0
 /// <summary>
 /// Lists the specified events.
 /// </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="ErrorEvent"/> resources.
 /// </returns>
 public override gax::PagedAsyncEnumerable <ListEventsResponse, ErrorEvent> ListEventsAsync(
     ListEventsRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     Modify_ListEventsRequest(ref request, ref callSettings);
     return(new gaxgrpc::GrpcPagedAsyncEnumerable <ListEventsRequest, ListEventsResponse, ErrorEvent>(_callListEvents, request, callSettings));
 }
 partial void Modify_ListEventsRequest(ref ListEventsRequest request, ref CallSettings settings);
 /// <summary>
 /// Lists the specified events.
 /// </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="ErrorEvent"/> resources.
 /// </returns>
 public virtual PagedEnumerable <ListEventsResponse, ErrorEvent> ListEvents(
     ListEventsRequest request,
     CallSettings callSettings = null)
 {
     throw new NotImplementedException();
 }
Example #5
0
 /// <summary>
 /// Lists the specified events.
 /// </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="ErrorEvent"/> resources.
 /// </returns>
 public virtual gax::PagedEnumerable <ListEventsResponse, ErrorEvent> ListEvents(
     ListEventsRequest request,
     gaxgrpc::CallSettings callSettings = null)
 {
     throw new sys::NotImplementedException();
 }