gateways property

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

Optional. Gateways defines a list of gateways this GrpcRoute 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(10)
$core.List<$core.String> get gateways => $_getList(8);