public interface ErrorEventOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ErrorContext |
getContext()
Data about the context in which the error occurred.
|
ErrorContextOrBuilder |
getContextOrBuilder()
Data about the context in which the error occurred.
|
Timestamp |
getEventTime()
Time when the event occurred as provided in the error report.
|
TimestampOrBuilder |
getEventTimeOrBuilder()
Time when the event occurred as provided in the error report.
|
java.lang.String |
getMessage()
The stack trace that was reported or logged by the service.
|
ByteString |
getMessageBytes()
The stack trace that was reported or logged by the service.
|
ServiceContext |
getServiceContext()
The `ServiceContext` for which this error was reported.
|
ServiceContextOrBuilder |
getServiceContextOrBuilder()
The `ServiceContext` for which this error was reported.
|
boolean |
hasContext()
Data about the context in which the error occurred.
|
boolean |
hasEventTime()
Time when the event occurred as provided in the error report.
|
boolean |
hasServiceContext()
The `ServiceContext` for which this error was reported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasEventTime()
Time when the event occurred as provided in the error report. If the report did not contain a timestamp, the time the error was received by the Error Reporting system is used.
.google.protobuf.Timestamp event_time = 1;
Timestamp getEventTime()
Time when the event occurred as provided in the error report. If the report did not contain a timestamp, the time the error was received by the Error Reporting system is used.
.google.protobuf.Timestamp event_time = 1;
TimestampOrBuilder getEventTimeOrBuilder()
Time when the event occurred as provided in the error report. If the report did not contain a timestamp, the time the error was received by the Error Reporting system is used.
.google.protobuf.Timestamp event_time = 1;
boolean hasServiceContext()
The `ServiceContext` for which this error was reported.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;
ServiceContext getServiceContext()
The `ServiceContext` for which this error was reported.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;
ServiceContextOrBuilder getServiceContextOrBuilder()
The `ServiceContext` for which this error was reported.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;
java.lang.String getMessage()
The stack trace that was reported or logged by the service.
string message = 3;
ByteString getMessageBytes()
The stack trace that was reported or logged by the service.
string message = 3;
boolean hasContext()
Data about the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 5;
ErrorContext getContext()
Data about the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 5;
ErrorContextOrBuilder getContextOrBuilder()
Data about the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 5;