| Package | Description |
|---|---|
| com.google.rpc |
| Modifier and Type | Method and Description |
|---|---|
DebugInfo.Builder |
DebugInfo.Builder.addAllStackEntries(Iterable<String> values)
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DebugInfo.Builder |
DebugInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DebugInfo.Builder |
DebugInfo.Builder.clearStackEntries()
The stack trace entries indicating where the error occurred.
|
DebugInfo.Builder |
DebugInfo.Builder.clone() |
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() |
protected DebugInfo.Builder |
DebugInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
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.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DebugInfo.Builder |
DebugInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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 © 2020 Google LLC. All rights reserved.