public interface ReportedErrorEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorContext |
getContext()
[Optional] A description of the context in which the error occurred.
|
ErrorContextOrBuilder |
getContextOrBuilder()
[Optional] A description of the context in which the error occurred.
|
com.google.protobuf.Timestamp |
getEventTime()
[Optional] Time when the event occurred.
|
com.google.protobuf.TimestampOrBuilder |
getEventTimeOrBuilder()
[Optional] Time when the event occurred.
|
java.lang.String |
getMessage()
[Required] A message describing the error.
|
com.google.protobuf.ByteString |
getMessageBytes()
[Required] A message describing the error.
|
ServiceContext |
getServiceContext()
[Required] The service context in which this error has occurred.
|
ServiceContextOrBuilder |
getServiceContextOrBuilder()
[Required] The service context in which this error has occurred.
|
boolean |
hasContext()
[Optional] A description of the context in which the error occurred.
|
boolean |
hasEventTime()
[Optional] Time when the event occurred.
|
boolean |
hasServiceContext()
[Required] The service context in which this error has occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventTime()
[Optional] Time when the event occurred. If not provided, the time when the event was received by the Error Reporting system will be used.
.google.protobuf.Timestamp event_time = 1;com.google.protobuf.Timestamp getEventTime()
[Optional] Time when the event occurred. If not provided, the time when the event was received by the Error Reporting system will be used.
.google.protobuf.Timestamp event_time = 1;com.google.protobuf.TimestampOrBuilder getEventTimeOrBuilder()
[Optional] Time when the event occurred. If not provided, the time when the event was received by the Error Reporting system will be used.
.google.protobuf.Timestamp event_time = 1;boolean hasServiceContext()
[Required] The service context in which this error has occurred.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;ServiceContext getServiceContext()
[Required] The service context in which this error has occurred.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;ServiceContextOrBuilder getServiceContextOrBuilder()
[Required] The service context in which this error has occurred.
.google.devtools.clouderrorreporting.v1beta1.ServiceContext service_context = 2;java.lang.String getMessage()
[Required] A message describing the error. The message can contain an exception stack in one of the supported programming languages and formats. In that case, the message is parsed and detailed exception information is returned when retrieving the error event again.
string message = 3;com.google.protobuf.ByteString getMessageBytes()
[Required] A message describing the error. The message can contain an exception stack in one of the supported programming languages and formats. In that case, the message is parsed and detailed exception information is returned when retrieving the error event again.
string message = 3;boolean hasContext()
[Optional] A description of the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 4;ErrorContext getContext()
[Optional] A description of the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 4;ErrorContextOrBuilder getContextOrBuilder()
[Optional] A description of the context in which the error occurred.
.google.devtools.clouderrorreporting.v1beta1.ErrorContext context = 4;