public final class DebugInfo extends GeneratedMessageV3 implements DebugInfoOrBuilder
Describes additional debugging info.
Protobuf type google.rpc.DebugInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DebugInfoImplements
DebugInfoOrBuilderStatic Fields
DETAIL_FIELD_NUMBER
public static final int DETAIL_FIELD_NUMBER
Type | Description |
int |
STACK_ENTRIES_FIELD_NUMBER
public static final int STACK_ENTRIES_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DebugInfo getDefaultInstance()
Type | Description |
DebugInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static DebugInfo.Builder newBuilder()
Type | Description |
DebugInfo.Builder |
newBuilder(DebugInfo prototype)
public static DebugInfo.Builder newBuilder(DebugInfo prototype)
Name | Description |
prototype | DebugInfo |
Type | Description |
DebugInfo.Builder |
parseDelimitedFrom(InputStream input)
public static DebugInfo parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseFrom(byte[] data)
public static DebugInfo parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static DebugInfo parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static DebugInfo parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseFrom(InputStream input)
public static DebugInfo parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static DebugInfo parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DebugInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DebugInfo |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<DebugInfo> parser()
Type | Description |
Parser<DebugInfo> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public DebugInfo getDefaultInstanceForType()
Type | Description |
DebugInfo |
getDetail()
public String getDetail()
Additional debugging information provided by the server.
string detail = 2;
Type | Description |
String | The detail. |
getDetailBytes()
public ByteString getDetailBytes()
Additional debugging information provided by the server.
string detail = 2;
Type | Description |
ByteString | The bytes for detail. |
getParserForType()
public Parser<DebugInfo> getParserForType()
Type | Description |
Parser<DebugInfo> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStackEntries(int index)
public String getStackEntries(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The stackEntries at the given index. |
getStackEntriesBytes(int index)
public ByteString getStackEntriesBytes(int index)
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the stackEntries at the given index. |
getStackEntriesCount()
public int getStackEntriesCount()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Type | Description |
int | The count of stackEntries. |
getStackEntriesList()
public ProtocolStringList getStackEntriesList()
The stack trace entries indicating where the error occurred.
repeated string stack_entries = 1;
Type | Description |
ProtocolStringList | A list containing the stackEntries. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public DebugInfo.Builder newBuilderForType()
Type | Description |
DebugInfo.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DebugInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
DebugInfo.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public DebugInfo.Builder toBuilder()
Type | Description |
DebugInfo.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |