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.DsStateDnsSettings.DsState. forNumber(int value)DnsSettings.DsStateDnsSettings.GoogleDomainsDns.Builder. getDsState()Required.DnsSettings.DsStateDnsSettings.GoogleDomainsDns. getDsState()Required.DnsSettings.DsStateDnsSettings.GoogleDomainsDnsOrBuilder. getDsState()Required.static DnsSettings.DsStateDnsSettings.DsState. valueOf(int value)Deprecated.static DnsSettings.DsStateDnsSettings.DsState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DnsSettings.DsStateDnsSettings.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.BuilderDnsSettings.GoogleDomainsDns.Builder. setDsState(DnsSettings.DsState value)Required.
-