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