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

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

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

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

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

  /**
   * .ironpdfengineproto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoP info = 1;
   * @return Whether the info field is set.
   */
  boolean hasInfo();
  /**
   * .ironpdfengineproto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoP info = 1;
   * @return The info.
   */
  com.ironsoftware.ironpdf.internal.proto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoP getInfo();
  /**
   * .ironpdfengineproto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoP info = 1;
   */
  com.ironsoftware.ironpdf.internal.proto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.InfoPOrBuilder getInfoOrBuilder();

  /**
   * bytes zip_chunk = 2;
   * @return Whether the zipChunk field is set.
   */
  boolean hasZipChunk();
  /**
   * bytes zip_chunk = 2;
   * @return The zipChunk.
   */
  com.google.protobuf.ByteString getZipChunk();

  com.ironsoftware.ironpdf.internal.proto.ChromeRenderPdfDocumentFromZipFileRequestStreamP.RequestCase getRequestCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy