Uses of Class
com.google.cloud.domains.v1.Registration.State
-
Packages that use Registration.State Package Description com.google.cloud.domains.v1 A client to Cloud Domains API -
-
Uses of Registration.State in com.google.cloud.domains.v1
Methods in com.google.cloud.domains.v1 that return Registration.State Modifier and Type Method Description static Registration.State
Registration.State. forNumber(int value)
Registration.State
Registration.Builder. getState()
Output only.Registration.State
Registration. getState()
Output only.Registration.State
RegistrationOrBuilder. getState()
Output only.static Registration.State
Registration.State. valueOf(int value)
Deprecated.static Registration.State
Registration.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Registration.State
Registration.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Registration.State[]
Registration.State. 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 Registration.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Registration.State>
Registration.State. internalGetValueMap()
Methods in com.google.cloud.domains.v1 with parameters of type Registration.State Modifier and Type Method Description Registration.Builder
Registration.Builder. setState(Registration.State value)
Output only.
-