Interface PdfDocumentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfDocument
,PdfDocument.Builder
public interface PdfDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring document_id = 1;
com.google.protobuf.ByteString
string document_id = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDocumentId
String getDocumentId()string document_id = 1;
- Returns:
- The documentId.
-
getDocumentIdBytes
com.google.protobuf.ByteString getDocumentIdBytes()string document_id = 1;
- Returns:
- The bytes for documentId.
-