Uses of Class
com.google.cloud.contentwarehouse.v1.AccessControlMode
-
Packages that use AccessControlMode Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of AccessControlMode in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return AccessControlMode Modifier and Type Method Description static AccessControlMode
AccessControlMode. forNumber(int value)
static AccessControlMode
AccessControlMode. valueOf(int value)
Deprecated.static AccessControlMode
AccessControlMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AccessControlMode
AccessControlMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AccessControlMode[]
AccessControlMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type AccessControlMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AccessControlMode>
AccessControlMode. internalGetValueMap()
-