ErrorContext.Builder |
ErrorContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ErrorContext.Builder |
ErrorContext.Builder.clear() |
|
ErrorContext.Builder |
ErrorContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ErrorContext.Builder |
ErrorContext.Builder.clearHttpRequest() |
The HTTP request which was processed when the error was
triggered.
|
ErrorContext.Builder |
ErrorContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ErrorContext.Builder |
ErrorContext.Builder.clearReportLocation() |
The location in the source code where the decision was made to
report the error, usually the place where it was logged.
|
ErrorContext.Builder |
ErrorContext.Builder.clearUser() |
The user who caused or was affected by the crash.
|
ErrorContext.Builder |
ErrorContext.Builder.clone() |
|
ErrorContext.Builder |
ErrorEvent.Builder.getContextBuilder() |
Data about the context in which the error occurred.
|
ErrorContext.Builder |
ReportedErrorEvent.Builder.getContextBuilder() |
Optional.
|
ErrorContext.Builder |
ErrorContext.Builder.mergeFrom(ErrorContext other) |
|
ErrorContext.Builder |
ErrorContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ErrorContext.Builder |
ErrorContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ErrorContext.Builder |
ErrorContext.Builder.mergeHttpRequest(HttpRequestContext value) |
The HTTP request which was processed when the error was
triggered.
|
ErrorContext.Builder |
ErrorContext.Builder.mergeReportLocation(SourceLocation value) |
The location in the source code where the decision was made to
report the error, usually the place where it was logged.
|
ErrorContext.Builder |
ErrorContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ErrorContext.Builder |
ErrorContext.newBuilder() |
|
static ErrorContext.Builder |
ErrorContext.newBuilder(ErrorContext prototype) |
|
ErrorContext.Builder |
ErrorContext.newBuilderForType() |
|
protected ErrorContext.Builder |
ErrorContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ErrorContext.Builder |
ErrorContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ErrorContext.Builder |
ErrorContext.Builder.setHttpRequest(HttpRequestContext value) |
The HTTP request which was processed when the error was
triggered.
|
ErrorContext.Builder |
ErrorContext.Builder.setHttpRequest(HttpRequestContext.Builder builderForValue) |
The HTTP request which was processed when the error was
triggered.
|
ErrorContext.Builder |
ErrorContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ErrorContext.Builder |
ErrorContext.Builder.setReportLocation(SourceLocation value) |
The location in the source code where the decision was made to
report the error, usually the place where it was logged.
|
ErrorContext.Builder |
ErrorContext.Builder.setReportLocation(SourceLocation.Builder builderForValue) |
The location in the source code where the decision was made to
report the error, usually the place where it was logged.
|
ErrorContext.Builder |
ErrorContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ErrorContext.Builder |
ErrorContext.Builder.setUser(String value) |
The user who caused or was affected by the crash.
|
ErrorContext.Builder |
ErrorContext.Builder.setUserBytes(com.google.protobuf.ByteString value) |
The user who caused or was affected by the crash.
|
ErrorContext.Builder |
ErrorContext.toBuilder() |
|