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 ErrorContextErrorContext.Builder. build()ErrorContextErrorContext.Builder. buildPartial()ErrorContextErrorEvent.Builder. getContext()Data about the context in which the error occurred.ErrorContextErrorEvent. getContext()Data about the context in which the error occurred.ErrorContextErrorEventOrBuilder. getContext()Data about the context in which the error occurred.ErrorContextReportedErrorEvent.Builder. getContext()Optional.ErrorContextReportedErrorEvent. getContext()Optional.ErrorContextReportedErrorEventOrBuilder. getContext()Optional.static ErrorContextErrorContext. getDefaultInstance()ErrorContextErrorContext.Builder. getDefaultInstanceForType()ErrorContextErrorContext. getDefaultInstanceForType()static ErrorContextErrorContext. parseDelimitedFrom(InputStream input)static ErrorContextErrorContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorContextErrorContext. parseFrom(byte[] data)static ErrorContextErrorContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorContextErrorContext. parseFrom(com.google.protobuf.ByteString data)static ErrorContextErrorContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorContextErrorContext. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorContextErrorContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorContextErrorContext. parseFrom(InputStream input)static ErrorContextErrorContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorContextErrorContext. parseFrom(ByteBuffer data)static ErrorContextErrorContext. 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.BuilderErrorEvent.Builder. mergeContext(ErrorContext value)Data about the context in which the error occurred.ReportedErrorEvent.BuilderReportedErrorEvent.Builder. mergeContext(ErrorContext value)Optional.ErrorContext.BuilderErrorContext.Builder. mergeFrom(ErrorContext other)static ErrorContext.BuilderErrorContext. newBuilder(ErrorContext prototype)ErrorEvent.BuilderErrorEvent.Builder. setContext(ErrorContext value)Data about the context in which the error occurred.ReportedErrorEvent.BuilderReportedErrorEvent.Builder. setContext(ErrorContext value)Optional.
-