// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/rpc/error_details.proto

package com.google.rpc;

public interface DebugInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.rpc.DebugInfo)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * <pre>
   * The stack trace entries indicating where the error occurred.
   * </pre>
   *
   * <code>repeated string stack_entries = 1;</code>
   * @return A list containing the stackEntries.
   */
  java.util.List<java.lang.String>
      getStackEntriesList();
  /**
   * <pre>
   * The stack trace entries indicating where the error occurred.
   * </pre>
   *
   * <code>repeated string stack_entries = 1;</code>
   * @return The count of stackEntries.
   */
  int getStackEntriesCount();
  /**
   * <pre>
   * The stack trace entries indicating where the error occurred.
   * </pre>
   *
   * <code>repeated string stack_entries = 1;</code>
   * @param index The index of the element to return.
   * @return The stackEntries at the given index.
   */
  java.lang.String getStackEntries(int index);
  /**
   * <pre>
   * The stack trace entries indicating where the error occurred.
   * </pre>
   *
   * <code>repeated string stack_entries = 1;</code>
   * @param index The index of the element to return.
   * @return The stackEntries at the given index.
   */
  com.google.protobuf.ByteString
      getStackEntriesBytes(int index);

  /**
   * <pre>
   * Additional debugging information provided by the server.
   * </pre>
   *
   * <code>string detail = 2;</code>
   * @return The detail.
   */
  java.lang.String getDetail();
  /**
   * <pre>
   * Additional debugging information provided by the server.
   * </pre>
   *
   * <code>string detail = 2;</code>
   * @return The bytes for detail.
   */
  com.google.protobuf.ByteString
      getDetailBytes();
}
