Interface SetPdfAttachmentDataRequestStream.InfoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- SetPdfAttachmentDataRequestStream.Info,- SetPdfAttachmentDataRequestStream.Info.Builder
- Enclosing class:
- SetPdfAttachmentDataRequestStream
public static interface SetPdfAttachmentDataRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;boolean.IronPdfEngine.Proto.PdfDocument document = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getNameString getName()string name = 2;- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
 
 
-