public interface ProcessedDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Required.
|
com.google.protobuf.ByteString |
getDocumentBytes()
Required.
|
String |
getJsonData()
The JSON string representation of the processed document.
|
com.google.protobuf.ByteString |
getJsonDataBytes()
The JSON string representation of the processed document.
|
ProcessedDocument.ProcessedDataFormatCase |
getProcessedDataFormatCase() |
boolean |
hasJsonData()
The JSON string representation of the processed document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasJsonData()
The JSON string representation of the processed document.
string json_data = 2;String getJsonData()
The JSON string representation of the processed document.
string json_data = 2;com.google.protobuf.ByteString getJsonDataBytes()
The JSON string representation of the processed document.
string json_data = 2;String getDocument()
Required. Full resource name of the referenced document, in the format `projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*`.
string document = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDocumentBytes()
Required. Full resource name of the referenced document, in the format `projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*`.
string document = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ProcessedDocument.ProcessedDataFormatCase getProcessedDataFormatCase()
Copyright © 2024 Google LLC. All rights reserved.