customDomains property
CustomDomains are the domains that are assigned to the instance. The list includes auto-generated and manually added domains. They are all unique across all instances in the system. They're used to route requests to the correct instance.
Implementation
@$pb.TagNumber(7)
$pb.PbList<CustomDomain> get customDomains => $_getList(6);