Uses of Class
com.google.cloud.documentai.v1beta3.RevisionRef
-
Packages that use RevisionRef Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of RevisionRef in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return RevisionRef Modifier and Type Method Description RevisionRefRevisionRef.Builder. build()RevisionRefRevisionRef.Builder. buildPartial()static RevisionRefRevisionRef. getDefaultInstance()RevisionRefRevisionRef.Builder. getDefaultInstanceForType()RevisionRefRevisionRef. getDefaultInstanceForType()RevisionRefDocumentId.Builder. getRevisionRef()Points to a specific revision of the document if set.RevisionRefDocumentId. getRevisionRef()Points to a specific revision of the document if set.RevisionRefDocumentIdOrBuilder. getRevisionRef()Points to a specific revision of the document if set.static RevisionRefRevisionRef. parseDelimitedFrom(InputStream input)static RevisionRefRevisionRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RevisionRefRevisionRef. parseFrom(byte[] data)static RevisionRefRevisionRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RevisionRefRevisionRef. parseFrom(com.google.protobuf.ByteString data)static RevisionRefRevisionRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RevisionRefRevisionRef. parseFrom(com.google.protobuf.CodedInputStream input)static RevisionRefRevisionRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RevisionRefRevisionRef. parseFrom(InputStream input)static RevisionRefRevisionRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RevisionRefRevisionRef. parseFrom(ByteBuffer data)static RevisionRefRevisionRef. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type RevisionRef Modifier and Type Method Description com.google.protobuf.Parser<RevisionRef>RevisionRef. getParserForType()static com.google.protobuf.Parser<RevisionRef>RevisionRef. parser()Methods in com.google.cloud.documentai.v1beta3 with parameters of type RevisionRef Modifier and Type Method Description RevisionRef.BuilderRevisionRef.Builder. mergeFrom(RevisionRef other)DocumentId.BuilderDocumentId.Builder. mergeRevisionRef(RevisionRef value)Points to a specific revision of the document if set.static RevisionRef.BuilderRevisionRef. newBuilder(RevisionRef prototype)DocumentId.BuilderDocumentId.Builder. setRevisionRef(RevisionRef value)Points to a specific revision of the document if set.
-