Package com.google.rpc
Interface DebugInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DebugInfo
,DebugInfo.Builder
public interface DebugInfoOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAdditional debugging information provided by the server.com.google.protobuf.ByteString
Additional debugging information provided by the server.getStackEntries
(int index) The stack trace entries indicating where the error occurred.com.google.protobuf.ByteString
getStackEntriesBytes
(int index) The stack trace entries indicating where the error occurred.int
The stack trace entries indicating where the error occurred.The stack trace entries indicating where the error occurred.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getStackEntriesList
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1 [json_name = "stackEntries"];
- Returns:
- A list containing the stackEntries.
-
getStackEntriesCount
int getStackEntriesCount()The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1 [json_name = "stackEntries"];
- Returns:
- The count of stackEntries.
-
getStackEntries
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1 [json_name = "stackEntries"];
- Parameters:
index
- The index of the element to return.- Returns:
- The stackEntries at the given index.
-
getStackEntriesBytes
com.google.protobuf.ByteString getStackEntriesBytes(int index) The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1 [json_name = "stackEntries"];
- Parameters:
index
- The index of the element to return.- Returns:
- The stackEntries at the given index.
-
getDetail
String getDetail()Additional debugging information provided by the server.
string detail = 2 [json_name = "detail"];
- Returns:
- The detail.
-
getDetailBytes
com.google.protobuf.ByteString getDetailBytes()Additional debugging information provided by the server.
string detail = 2 [json_name = "detail"];
- Returns:
- The bytes for detail.
-