getAllHttpInfoListByServerUuid method

ResponseFuture<HttpInfoList> getAllHttpInfoListByServerUuid(
  1. Empty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$6.HttpInfoList> getAllHttpInfoListByServerUuid(
    $0.Empty request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllHttpInfoListByServerUuid, request,
      options: options);
}