Interface ScanPdfRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScanPdfRequestP
,ScanPdfRequestP.Builder
public interface ScanPdfRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getYaraFiles(int index)
repeated string yaraFiles = 2;
com.google.protobuf.ByteString
getYaraFilesBytes(int index)
repeated string yaraFiles = 2;
int
getYaraFilesCount()
repeated string yaraFiles = 2;
List<String>
getYaraFilesList()
repeated string yaraFiles = 2;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- Whether the document field is set.
-
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
-
getYaraFilesList
List<String> getYaraFilesList()
repeated string yaraFiles = 2;
- Returns:
- A list containing the yaraFiles.
-
getYaraFilesCount
int getYaraFilesCount()
repeated string yaraFiles = 2;
- Returns:
- The count of yaraFiles.
-
getYaraFiles
String getYaraFiles(int index)
repeated string yaraFiles = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The yaraFiles at the given index.
-
getYaraFilesBytes
com.google.protobuf.ByteString getYaraFilesBytes(int index)
repeated string yaraFiles = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the yaraFiles at the given index.
-
-