createOneTCP method

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

Implementation

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