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 DocumentPageRangeDocumentPageRange.Builder. build()DocumentPageRangeDocumentPageRange.Builder. buildPartial()static DocumentPageRangeDocumentPageRange. getDefaultInstance()DocumentPageRangeDocumentPageRange.Builder. getDefaultInstanceForType()DocumentPageRangeDocumentPageRange. getDefaultInstanceForType()DocumentPageRangeGetDocumentRequest.Builder. getPageRange()List of pages for which the fields specified in the `read_mask` must be served.DocumentPageRangeGetDocumentRequest. getPageRange()List of pages for which the fields specified in the `read_mask` must be served.DocumentPageRangeGetDocumentRequestOrBuilder. getPageRange()List of pages for which the fields specified in the `read_mask` must be served.static DocumentPageRangeDocumentPageRange. parseDelimitedFrom(InputStream input)static DocumentPageRangeDocumentPageRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentPageRangeDocumentPageRange. parseFrom(byte[] data)static DocumentPageRangeDocumentPageRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentPageRangeDocumentPageRange. parseFrom(com.google.protobuf.ByteString data)static DocumentPageRangeDocumentPageRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentPageRangeDocumentPageRange. parseFrom(com.google.protobuf.CodedInputStream input)static DocumentPageRangeDocumentPageRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentPageRangeDocumentPageRange. parseFrom(InputStream input)static DocumentPageRangeDocumentPageRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DocumentPageRangeDocumentPageRange. parseFrom(ByteBuffer data)static DocumentPageRangeDocumentPageRange. 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.BuilderDocumentPageRange.Builder. mergeFrom(DocumentPageRange other)GetDocumentRequest.BuilderGetDocumentRequest.Builder. mergePageRange(DocumentPageRange value)List of pages for which the fields specified in the `read_mask` must be served.static DocumentPageRange.BuilderDocumentPageRange. newBuilder(DocumentPageRange prototype)GetDocumentRequest.BuilderGetDocumentRequest.Builder. setPageRange(DocumentPageRange value)List of pages for which the fields specified in the `read_mask` must be served.
-