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.StateRegistration.State. forNumber(int value)Registration.StateRegistration.Builder. getState()Output only.Registration.StateRegistration. getState()Output only.Registration.StateRegistrationOrBuilder. getState()Output only.static Registration.StateRegistration.State. valueOf(int value)Deprecated.static Registration.StateRegistration.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Registration.StateRegistration.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.BuilderRegistration.Builder. setState(Registration.State value)Output only.
-