Uses of Class
com.google.cloud.contentwarehouse.v1.TimestampValue.ValueCase
-
Packages that use TimestampValue.ValueCase Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse API -
-
Uses of TimestampValue.ValueCase in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return TimestampValue.ValueCase Modifier and Type Method Description static TimestampValue.ValueCase
TimestampValue.ValueCase. forNumber(int value)
TimestampValue.ValueCase
TimestampValue.Builder. getValueCase()
TimestampValue.ValueCase
TimestampValue. getValueCase()
TimestampValue.ValueCase
TimestampValueOrBuilder. getValueCase()
static TimestampValue.ValueCase
TimestampValue.ValueCase. valueOf(int value)
Deprecated.static TimestampValue.ValueCase
TimestampValue.ValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimestampValue.ValueCase[]
TimestampValue.ValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-