Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ErrorContext
-
Packages that use ErrorContext Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorContext in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorContext Modifier and Type Method Description ErrorContext
ErrorContext.Builder. build()
ErrorContext
ErrorContext.Builder. buildPartial()
ErrorContext
ErrorEvent.Builder. getContext()
Data about the context in which the error occurred.ErrorContext
ErrorEvent. getContext()
Data about the context in which the error occurred.ErrorContext
ErrorEventOrBuilder. getContext()
Data about the context in which the error occurred.ErrorContext
ReportedErrorEvent.Builder. getContext()
Optional.ErrorContext
ReportedErrorEvent. getContext()
Optional.ErrorContext
ReportedErrorEventOrBuilder. getContext()
Optional.static ErrorContext
ErrorContext. getDefaultInstance()
ErrorContext
ErrorContext.Builder. getDefaultInstanceForType()
ErrorContext
ErrorContext. getDefaultInstanceForType()
static ErrorContext
ErrorContext. parseDelimitedFrom(InputStream input)
static ErrorContext
ErrorContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorContext
ErrorContext. parseFrom(byte[] data)
static ErrorContext
ErrorContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorContext
ErrorContext. parseFrom(com.google.protobuf.ByteString data)
static ErrorContext
ErrorContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorContext
ErrorContext. parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorContext
ErrorContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorContext
ErrorContext. parseFrom(InputStream input)
static ErrorContext
ErrorContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorContext
ErrorContext. parseFrom(ByteBuffer data)
static ErrorContext
ErrorContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorContext Modifier and Type Method Description com.google.protobuf.Parser<ErrorContext>
ErrorContext. getParserForType()
static com.google.protobuf.Parser<ErrorContext>
ErrorContext. parser()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ErrorContext Modifier and Type Method Description ErrorEvent.Builder
ErrorEvent.Builder. mergeContext(ErrorContext value)
Data about the context in which the error occurred.ReportedErrorEvent.Builder
ReportedErrorEvent.Builder. mergeContext(ErrorContext value)
Optional.ErrorContext.Builder
ErrorContext.Builder. mergeFrom(ErrorContext other)
static ErrorContext.Builder
ErrorContext. newBuilder(ErrorContext prototype)
ErrorEvent.Builder
ErrorEvent.Builder. setContext(ErrorContext value)
Data about the context in which the error occurred.ReportedErrorEvent.Builder
ReportedErrorEvent.Builder. setContext(ErrorContext value)
Optional.
-