listExecutionFunctions method

ResponseFuture<ListExecutionFunctionsResponse> listExecutionFunctions(
  1. ListExecutionFunctionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListExecutionFunctionsResponse> listExecutionFunctions($0.ListExecutionFunctionsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listExecutionFunctions, request, options: options);
}