Uses of Class
com.google.cloud.documentai.v1beta3.DocumentPageRange
-
Packages that use DocumentPageRange Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of DocumentPageRange in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return DocumentPageRange Modifier and Type Method Description DocumentPageRange
DocumentPageRange.Builder. build()
DocumentPageRange
DocumentPageRange.Builder. buildPartial()
static DocumentPageRange
DocumentPageRange. getDefaultInstance()
DocumentPageRange
DocumentPageRange.Builder. getDefaultInstanceForType()
DocumentPageRange
DocumentPageRange. getDefaultInstanceForType()
DocumentPageRange
GetDocumentRequest.Builder. getPageRange()
List of pages for which the fields specified in the `read_mask` must be served.DocumentPageRange
GetDocumentRequest. getPageRange()
List of pages for which the fields specified in the `read_mask` must be served.DocumentPageRange
GetDocumentRequestOrBuilder. getPageRange()
List of pages for which the fields specified in the `read_mask` must be served.static DocumentPageRange
DocumentPageRange. parseDelimitedFrom(InputStream input)
static DocumentPageRange
DocumentPageRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentPageRange
DocumentPageRange. parseFrom(byte[] data)
static DocumentPageRange
DocumentPageRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentPageRange
DocumentPageRange. parseFrom(com.google.protobuf.ByteString data)
static DocumentPageRange
DocumentPageRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentPageRange
DocumentPageRange. parseFrom(com.google.protobuf.CodedInputStream input)
static DocumentPageRange
DocumentPageRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentPageRange
DocumentPageRange. parseFrom(InputStream input)
static DocumentPageRange
DocumentPageRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DocumentPageRange
DocumentPageRange. parseFrom(ByteBuffer data)
static DocumentPageRange
DocumentPageRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type DocumentPageRange Modifier and Type Method Description com.google.protobuf.Parser<DocumentPageRange>
DocumentPageRange. getParserForType()
static com.google.protobuf.Parser<DocumentPageRange>
DocumentPageRange. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type DocumentPageRange Modifier and Type Method Description DocumentPageRange.Builder
DocumentPageRange.Builder. mergeFrom(DocumentPageRange other)
GetDocumentRequest.Builder
GetDocumentRequest.Builder. mergePageRange(DocumentPageRange value)
List of pages for which the fields specified in the `read_mask` must be served.static DocumentPageRange.Builder
DocumentPageRange. newBuilder(DocumentPageRange prototype)
GetDocumentRequest.Builder
GetDocumentRequest.Builder. setPageRange(DocumentPageRange value)
List of pages for which the fields specified in the `read_mask` must be served.
-