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