| Modifier and Type | Method and Description |
|---|---|
DocumentPageRange |
DocumentPageRange.Builder.build() |
DocumentPageRange |
DocumentPageRange.Builder.buildPartial() |
static DocumentPageRange |
DocumentPageRange.getDefaultInstance() |
DocumentPageRange |
DocumentPageRange.getDefaultInstanceForType() |
DocumentPageRange |
DocumentPageRange.Builder.getDefaultInstanceForType() |
DocumentPageRange |
GetDocumentRequestOrBuilder.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 |
GetDocumentRequest.Builder.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(ByteBuffer data) |
static DocumentPageRange |
DocumentPageRange.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DocumentPageRange> |
DocumentPageRange.getParserForType() |
static com.google.protobuf.Parser<DocumentPageRange> |
DocumentPageRange.parser() |
| Modifier and Type | Method and 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.
|
Copyright © 2024 Google LLC. All rights reserved.