public interface DebugInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetail()
Additional debugging information provided by the server.
|
com.google.protobuf.ByteString |
getDetailBytes()
Additional debugging information provided by the server.
|
String |
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 |
getStackEntriesCount()
The stack trace entries indicating where the error occurred.
|
List<String> |
getStackEntriesList()
The stack trace entries indicating where the error occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> 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;
index
- The index of the element to return.com.google.protobuf.ByteString getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
index
- The index of the value to return.String getDetail()
Additional debugging information provided by the server.
string detail = 2;
com.google.protobuf.ByteString getDetailBytes()
Additional debugging information provided by the server.
string detail = 2;
Copyright © 2022 Google LLC. All rights reserved.