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