Uses of Class
com.google.cloud.managedidentities.v1.Domain.State
-
Packages that use Domain.State Package Description com.google.cloud.managedidentities.v1 A client to Managed Service for Microsoft Active Directory API -
-
Uses of Domain.State in com.google.cloud.managedidentities.v1
Methods in com.google.cloud.managedidentities.v1 that return Domain.State Modifier and Type Method Description static Domain.State
Domain.State. forNumber(int value)
Domain.State
Domain.Builder. getState()
Output only.Domain.State
Domain. getState()
Output only.Domain.State
DomainOrBuilder. getState()
Output only.static Domain.State
Domain.State. valueOf(int value)
Deprecated.static Domain.State
Domain.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Domain.State
Domain.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Domain.State[]
Domain.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.managedidentities.v1 that return types with arguments of type Domain.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Domain.State>
Domain.State. internalGetValueMap()
Methods in com.google.cloud.managedidentities.v1 with parameters of type Domain.State Modifier and Type Method Description Domain.Builder
Domain.Builder. setState(Domain.State value)
Output only.
-