Package com.buildless
Interface Tenant.TenantDomainOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Tenant.TenantDomain,Tenant.TenantDomain.Builder
- Enclosing class:
Tenant
public static interface Tenant.TenantDomainOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSpecifies whether the domain is actively routing.Specifies the domain value to be linked.com.google.protobuf.ByteStringSpecifies the domain value to be linked.booleanSpecifies whether this domain has completed verification.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDomain
String getDomain()Specifies the domain value to be linked.
string domain = 1 [json_name = "domain", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()Specifies the domain value to be linked.
string domain = 1 [json_name = "domain", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for domain.
-
getVerified
boolean getVerified()Specifies whether this domain has completed verification.
bool verified = 2 [json_name = "verified"];- Returns:
- The verified.
-
getActive
boolean getActive()Specifies whether the domain is actively routing.
bool active = 3 [json_name = "active"];- Returns:
- The active.
-