searchAll method

ResponseFuture<WorkflowsRulesList> searchAll(
  1. WorkflowsRulesServiceSearchAllReq request, {
  2. CallOptions? options,
})

View all that match the given search key

Implementation

$grpc.ResponseFuture<$0.WorkflowsRulesList> searchAll(
  $0.WorkflowsRulesServiceSearchAllReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$searchAll, request, options: options);
}