com.google.rpc.DebugInfoOrBuilder Maven / Gradle / Ivy
The newest version!
// 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.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;
*/
java.lang.String getStackEntries(int index);
/**
*
* The stack trace entries indicating where the error occurred.
*
*
* repeated string stack_entries = 1;
*/
com.google.protobuf.ByteString
getStackEntriesBytes(int index);
/**
*
* Additional debugging information provided by the server.
*
*
* string detail = 2;
*/
java.lang.String getDetail();
/**
*
* Additional debugging information provided by the server.
*
*
* string detail = 2;
*/
com.google.protobuf.ByteString
getDetailBytes();
}