Uses of Class
com.google.cloud.documentai.v1beta3.RevisionRef.RevisionCase
-
Packages that use RevisionRef.RevisionCase Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of RevisionRef.RevisionCase in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return RevisionRef.RevisionCase Modifier and Type Method Description static RevisionRef.RevisionCase
RevisionRef.RevisionCase. forNumber(int value)
RevisionRef.RevisionCase
RevisionRef.Builder. getRevisionCase()
Reads the revision by the predefined case.RevisionRef.RevisionCase
RevisionRef. getRevisionCase()
Reads the revision by the predefined case.RevisionRef.RevisionCase
RevisionRefOrBuilder. getRevisionCase()
Reads the revision by the predefined case.static RevisionRef.RevisionCase
RevisionRef.RevisionCase. valueOf(int value)
Deprecated.static RevisionRef.RevisionCase
RevisionRef.RevisionCase. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RevisionRef.RevisionCase
RevisionRef.RevisionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static RevisionRef.RevisionCase[]
RevisionRef.RevisionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type RevisionRef.RevisionCase Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RevisionRef.RevisionCase>
RevisionRef.RevisionCase. internalGetValueMap()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type RevisionRef.RevisionCase Modifier and Type Method Description RevisionRef.Builder
RevisionRef.Builder. setRevisionCase(RevisionRef.RevisionCase value)
Reads the revision by the predefined case.
-