type property
The type of the domain.
Output only. Possible string values are:
- "TYPE_UNSPECIFIED" : The type is unspecified (this should not happen).
- "DEFAULT" : Default, App Hosting-provided and managed domains. These
domains are created automatically with their parent backend and cannot be
deleted except by deleting that parent, and cannot be moved to another
backend. Default domains can be disabled via the
disabled
field. - "CUSTOM" : Custom, developer-owned domains. Custom Domains allow you to associate a domain you own with your App Hosting backend, and configure that domain to serve your backend's content.
Implementation
core.String? type;