lightstep.com.google.rpc.DebugInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
package lightstep.lightstep.lightstep.com.google.rpc;
public interface DebugInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.DebugInfo)
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.MessageOrBuilder {
/**
*
* The stack trace entries indicating where the error occurred.
*
*
* repeated string stack_entries = 1;
*/
java.util.List
getStackEntriesList();
/**
*
* The stack trace entries indicating where the error occurred.
*
*
* repeated string stack_entries = 1;
*/
int getStackEntriesCount();
/**
*
* The stack trace entries indicating where the error occurred.
*
*
* repeated string stack_entries = 1;
*/
String getStackEntries(int index);
/**
*
* The stack trace entries indicating where the error occurred.
*
*
* repeated string stack_entries = 1;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getStackEntriesBytes(int index);
/**
*
* Additional debugging information provided by the server.
*
*
* string detail = 2;
*/
String getDetail();
/**
*
* Additional debugging information provided by the server.
*
*
* string detail = 2;
*/
lightstep.com.lightstep.lightstep.lightstep.google.protobuf.ByteString
getDetailBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy