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 RevisionRef
RevisionRef.Builder. build()
RevisionRef
RevisionRef.Builder. buildPartial()
static RevisionRef
RevisionRef. getDefaultInstance()
RevisionRef
RevisionRef.Builder. getDefaultInstanceForType()
RevisionRef
RevisionRef. getDefaultInstanceForType()
RevisionRef
DocumentId.Builder. getRevisionRef()
Points to a specific revision of the document if set.RevisionRef
DocumentId. getRevisionRef()
Points to a specific revision of the document if set.RevisionRef
DocumentIdOrBuilder. getRevisionRef()
Points to a specific revision of the document if set.static RevisionRef
RevisionRef. parseDelimitedFrom(InputStream input)
static RevisionRef
RevisionRef. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RevisionRef
RevisionRef. parseFrom(byte[] data)
static RevisionRef
RevisionRef. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RevisionRef
RevisionRef. parseFrom(com.google.protobuf.ByteString data)
static RevisionRef
RevisionRef. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RevisionRef
RevisionRef. parseFrom(com.google.protobuf.CodedInputStream input)
static RevisionRef
RevisionRef. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RevisionRef
RevisionRef. parseFrom(InputStream input)
static RevisionRef
RevisionRef. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RevisionRef
RevisionRef. parseFrom(ByteBuffer data)
static RevisionRef
RevisionRef. 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.Builder
RevisionRef.Builder. mergeFrom(RevisionRef other)
DocumentId.Builder
DocumentId.Builder. mergeRevisionRef(RevisionRef value)
Points to a specific revision of the document if set.static RevisionRef.Builder
RevisionRef. newBuilder(RevisionRef prototype)
DocumentId.Builder
DocumentId.Builder. setRevisionRef(RevisionRef value)
Points to a specific revision of the document if set.
-