gateways property

  1. @TagNumber.new(9)
List<String> get gateways

Optional. Gateways defines a list of gateways this HttpRoute is attached to, as one of the routing rules to route the requests served by the gateway.

Each gateway reference should match the pattern: projects/*/locations/global/gateways/<gateway_name>

Implementation

@$pb.TagNumber(9)
$core.List<$core.String> get gateways => $_getList(7);