searchAll method

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

View all labels that match the given search key

Implementation

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