Uses of Interface
com.google.devtools.clouderrorreporting.v1beta1.ErrorEventOrBuilder
-
Packages that use ErrorEventOrBuilder Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorEventOrBuilder in com.google.devtools.clouderrorreporting.v1beta1
Classes in com.google.devtools.clouderrorreporting.v1beta1 that implement ErrorEventOrBuilder Modifier and Type Class Description class
ErrorEvent
An error event which is returned by the Error Reporting system.static class
ErrorEvent.Builder
An error event which is returned by the Error Reporting system.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorEventOrBuilder Modifier and Type Method Description ErrorEventOrBuilder
ListEventsResponse.Builder. getErrorEventsOrBuilder(int index)
The error events which match the given request.ErrorEventOrBuilder
ListEventsResponse. getErrorEventsOrBuilder(int index)
The error events which match the given request.ErrorEventOrBuilder
ListEventsResponseOrBuilder. getErrorEventsOrBuilder(int index)
The error events which match the given request.ErrorEventOrBuilder
ErrorGroupStats.Builder. getRepresentativeOrBuilder()
An arbitrary event that is chosen as representative for the whole group.ErrorEventOrBuilder
ErrorGroupStats. getRepresentativeOrBuilder()
An arbitrary event that is chosen as representative for the whole group.ErrorEventOrBuilder
ErrorGroupStatsOrBuilder. getRepresentativeOrBuilder()
An arbitrary event that is chosen as representative for the whole group.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorEventOrBuilder Modifier and Type Method Description List<? extends ErrorEventOrBuilder>
ListEventsResponse.Builder. getErrorEventsOrBuilderList()
The error events which match the given request.List<? extends ErrorEventOrBuilder>
ListEventsResponse. getErrorEventsOrBuilderList()
The error events which match the given request.List<? extends ErrorEventOrBuilder>
ListEventsResponseOrBuilder. getErrorEventsOrBuilderList()
The error events which match the given request.
-