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