generateOneGatewayWithServerUuid method

ResponseFuture<GatewayInfo> generateOneGatewayWithServerUuid(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.GatewayInfo> generateOneGatewayWithServerUuid(
    $0.StringValue request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$generateOneGatewayWithServerUuid, request,
      options: options);
}