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