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

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

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

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

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

  /**
   * .ironpdfengineproto.PdfiumBookmarkDescriptorCollectionP result = 1;
   * @return Whether the result field is set.
   */
  boolean hasResult();
  /**
   * .ironpdfengineproto.PdfiumBookmarkDescriptorCollectionP result = 1;
   * @return The result.
   */
  com.ironsoftware.ironpdf.internal.proto.PdfiumBookmarkDescriptorCollectionP getResult();
  /**
   * .ironpdfengineproto.PdfiumBookmarkDescriptorCollectionP result = 1;
   */
  com.ironsoftware.ironpdf.internal.proto.PdfiumBookmarkDescriptorCollectionPOrBuilder getResultOrBuilder();

  /**
   * .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.PdfiumGetBookmarksDescriptorResultP.ResultOrExceptionCase getResultOrExceptionCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy