Interface AddPdfAttachmentRequestStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddPdfAttachmentRequestStream, AddPdfAttachmentRequestStream.Builder

public interface AddPdfAttachmentRequestStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes attachment_chunk = 2;
    .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
    .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
     
    boolean
    bytes attachment_chunk = 2;
    boolean
    .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 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

    • hasInfo

      boolean hasInfo()
      .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
      Returns:
      Whether the info field is set.
    • getInfo

      .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
      Returns:
      The info.
    • getInfoOrBuilder

      .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
    • hasAttachmentChunk

      boolean hasAttachmentChunk()
      bytes attachment_chunk = 2;
      Returns:
      Whether the attachmentChunk field is set.
    • getAttachmentChunk

      com.google.protobuf.ByteString getAttachmentChunk()
      bytes attachment_chunk = 2;
      Returns:
      The attachmentChunk.
    • getRequestCase