meshes property

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

Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as one of the routing rules to route the requests served by the mesh.

Each mesh reference should match the pattern: projects/*/locations/global/meshes/<mesh_name>

Implementation

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