listExecutionServices method

ResponseFuture<ListExecutionServicesResponse> listExecutionServices(
  1. ListExecutionServicesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListExecutionServicesResponse> listExecutionServices($0.ListExecutionServicesRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listExecutionServices, request, options: options);
}