getOneTCP method

ResponseFuture<PortConfig> getOneTCP(
  1. PortConfig request, {
  2. CallOptions? options,
})

Implementation

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