Uses of Class
com.google.cloud.domains.v1.DnsSettings.DsState
-
Packages that use DnsSettings.DsState Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of DnsSettings.DsState in com.google.cloud.domains.v1
Methods in com.google.cloud.domains.v1 that return DnsSettings.DsState Modifier and Type Method Description static DnsSettings.DsState
DnsSettings.DsState. forNumber(int value)
DnsSettings.DsState
DnsSettings.GoogleDomainsDns.Builder. getDsState()
Required.DnsSettings.DsState
DnsSettings.GoogleDomainsDns. getDsState()
Required.DnsSettings.DsState
DnsSettings.GoogleDomainsDnsOrBuilder. getDsState()
Required.static DnsSettings.DsState
DnsSettings.DsState. valueOf(int value)
Deprecated.static DnsSettings.DsState
DnsSettings.DsState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DnsSettings.DsState
DnsSettings.DsState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnsSettings.DsState[]
DnsSettings.DsState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.domains.v1 that return types with arguments of type DnsSettings.DsState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DnsSettings.DsState>
DnsSettings.DsState. internalGetValueMap()
Methods in com.google.cloud.domains.v1 with parameters of type DnsSettings.DsState Modifier and Type Method Description DnsSettings.GoogleDomainsDns.Builder
DnsSettings.GoogleDomainsDns.Builder. setDsState(DnsSettings.DsState value)
Required.
-