Interface ApplyStampRequestStreamOrBuilder

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

public interface ApplyStampRequestStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInfo

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

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

      .IronPdfEngine.Proto.ApplyStampRequestStream.Info info = 1;
    • hasStampValue

      boolean hasStampValue()
      string stamp_value = 2;
      Returns:
      Whether the stampValue field is set.
    • getStampValue

      String getStampValue()
      string stamp_value = 2;
      Returns:
      The stampValue.
    • getStampValueBytes

      com.google.protobuf.ByteString getStampValueBytes()
      string stamp_value = 2;
      Returns:
      The bytes for stampValue.
    • hasStampImageBytes

      boolean hasStampImageBytes()
      only for image_stamper
       
      bytes stamp_image_bytes = 3;
      Returns:
      Whether the stampImageBytes field is set.
    • getStampImageBytes

      com.google.protobuf.ByteString getStampImageBytes()
      only for image_stamper
       
      bytes stamp_image_bytes = 3;
      Returns:
      The stampImageBytes.
    • getRequestCase