Uses of Class
com.google.rpc.DebugInfo.Builder
Packages that use DebugInfo.Builder
-
Uses of DebugInfo.Builder in com.google.rpc
Methods in com.google.rpc that return DebugInfo.BuilderModifier and TypeMethodDescriptionDebugInfo.Builder.addAllStackEntries(Iterable<String> values) The stack trace entries indicating where the error occurred.DebugInfo.Builder.addStackEntries(String value) The stack trace entries indicating where the error occurred.DebugInfo.Builder.addStackEntriesBytes(com.google.protobuf.ByteString value) The stack trace entries indicating where the error occurred.DebugInfo.Builder.clear()DebugInfo.Builder.clearDetail()Additional debugging information provided by the server.DebugInfo.Builder.clearStackEntries()The stack trace entries indicating where the error occurred.DebugInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DebugInfo.Builder.mergeFrom(com.google.protobuf.Message other) static DebugInfo.BuilderDebugInfo.newBuilder()static DebugInfo.BuilderDebugInfo.newBuilder(DebugInfo prototype) DebugInfo.newBuilderForType()protected DebugInfo.BuilderDebugInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Additional debugging information provided by the server.DebugInfo.Builder.setDetailBytes(com.google.protobuf.ByteString value) Additional debugging information provided by the server.DebugInfo.Builder.setStackEntries(int index, String value) The stack trace entries indicating where the error occurred.DebugInfo.toBuilder()