| 程序包 | 说明 |
|---|---|
| com.google.rpc |
| 限定符和类型 | 方法和说明 |
|---|---|
DebugInfo.Builder |
DebugInfo.Builder.addAllStackEntries(Iterable<String> values)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.addStackEntries(String value)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.addStackEntriesBytes(com.google.protobuf.ByteString value)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.clear() |
DebugInfo.Builder |
DebugInfo.Builder.clearDetail()
Additional debugging information provided by the server.
|
DebugInfo.Builder |
DebugInfo.Builder.clearStackEntries()
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DebugInfo.Builder |
DebugInfo.Builder.mergeFrom(DebugInfo other) |
DebugInfo.Builder |
DebugInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
DebugInfo.Builder |
DebugInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DebugInfo.Builder |
DebugInfo.newBuilder() |
static DebugInfo.Builder |
DebugInfo.newBuilder(DebugInfo prototype) |
DebugInfo.Builder |
DebugInfo.newBuilderForType() |
DebugInfo.Builder |
DebugInfo.Builder.setDetail(String value)
Additional debugging information provided by the server.
|
DebugInfo.Builder |
DebugInfo.Builder.setDetailBytes(com.google.protobuf.ByteString value)
Additional debugging information provided by the server.
|
DebugInfo.Builder |
DebugInfo.Builder.setStackEntries(int index,
String value)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DebugInfo.Builder |
DebugInfo.toBuilder() |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.