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