All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.internal.proto.ImagesResultStreamPOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic.proto

// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;

public interface ImagesResultStreamPOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ironpdfengineproto.ImagesResultStreamP)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .ironpdfengineproto.RawImageChunkWithIndexP raw_images_chunk = 1;
   * @return Whether the rawImagesChunk field is set.
   */
  boolean hasRawImagesChunk();
  /**
   * .ironpdfengineproto.RawImageChunkWithIndexP raw_images_chunk = 1;
   * @return The rawImagesChunk.
   */
  com.ironsoftware.ironpdf.internal.proto.RawImageChunkWithIndexP getRawImagesChunk();
  /**
   * .ironpdfengineproto.RawImageChunkWithIndexP raw_images_chunk = 1;
   */
  com.ironsoftware.ironpdf.internal.proto.RawImageChunkWithIndexPOrBuilder getRawImagesChunkOrBuilder();

  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return Whether the exception field is set.
   */
  boolean hasException();
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return The exception.
   */
  com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP getException();
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   */
  com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder getExceptionOrBuilder();

  com.ironsoftware.ironpdf.internal.proto.ImagesResultStreamP.ResultOrExceptionCase getResultOrExceptionCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy