Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ErrorEvent
-
Packages that use ErrorEvent Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorEvent in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorEvent Modifier and Type Method Description ErrorEvent
ErrorEvent.Builder. build()
ErrorEvent
ErrorEvent.Builder. buildPartial()
static ErrorEvent
ErrorEvent. getDefaultInstance()
ErrorEvent
ErrorEvent.Builder. getDefaultInstanceForType()
ErrorEvent
ErrorEvent. getDefaultInstanceForType()
ErrorEvent
ListEventsResponse.Builder. getErrorEvents(int index)
The error events which match the given request.ErrorEvent
ListEventsResponse. getErrorEvents(int index)
The error events which match the given request.ErrorEvent
ListEventsResponseOrBuilder. getErrorEvents(int index)
The error events which match the given request.ErrorEvent
ErrorGroupStats.Builder. getRepresentative()
An arbitrary event that is chosen as representative for the whole group.ErrorEvent
ErrorGroupStats. getRepresentative()
An arbitrary event that is chosen as representative for the whole group.ErrorEvent
ErrorGroupStatsOrBuilder. getRepresentative()
An arbitrary event that is chosen as representative for the whole group.static ErrorEvent
ErrorEvent. parseDelimitedFrom(InputStream input)
static ErrorEvent
ErrorEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorEvent
ErrorEvent. parseFrom(byte[] data)
static ErrorEvent
ErrorEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorEvent
ErrorEvent. parseFrom(com.google.protobuf.ByteString data)
static ErrorEvent
ErrorEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorEvent
ErrorEvent. parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorEvent
ErrorEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorEvent
ErrorEvent. parseFrom(InputStream input)
static ErrorEvent
ErrorEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorEvent
ErrorEvent. parseFrom(ByteBuffer data)
static ErrorEvent
ErrorEvent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorEvent Modifier and Type Method Description List<ErrorEvent>
ListEventsResponse.Builder. getErrorEventsList()
The error events which match the given request.List<ErrorEvent>
ListEventsResponse. getErrorEventsList()
The error events which match the given request.List<ErrorEvent>
ListEventsResponseOrBuilder. getErrorEventsList()
The error events which match the given request.com.google.protobuf.Parser<ErrorEvent>
ErrorEvent. getParserForType()
static com.google.protobuf.Parser<ErrorEvent>
ErrorEvent. parser()
Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ErrorEvent Modifier and Type Method Description ListEventsResponse.Builder
ListEventsResponse.Builder. addErrorEvents(int index, ErrorEvent value)
The error events which match the given request.ListEventsResponse.Builder
ListEventsResponse.Builder. addErrorEvents(ErrorEvent value)
The error events which match the given request.ErrorEvent.Builder
ErrorEvent.Builder. mergeFrom(ErrorEvent other)
ErrorGroupStats.Builder
ErrorGroupStats.Builder. mergeRepresentative(ErrorEvent value)
An arbitrary event that is chosen as representative for the whole group.static ErrorEvent.Builder
ErrorEvent. newBuilder(ErrorEvent prototype)
ListEventsResponse.Builder
ListEventsResponse.Builder. setErrorEvents(int index, ErrorEvent value)
The error events which match the given request.ErrorGroupStats.Builder
ErrorGroupStats.Builder. setRepresentative(ErrorEvent value)
An arbitrary event that is chosen as representative for the whole group.Method parameters in com.google.devtools.clouderrorreporting.v1beta1 with type arguments of type ErrorEvent Modifier and Type Method Description ListEventsResponse.Builder
ListEventsResponse.Builder. addAllErrorEvents(Iterable<? extends ErrorEvent> values)
The error events which match the given request.static com.google.api.core.ApiFuture<ErrorStatsServiceClient.ListEventsPagedResponse>
ErrorStatsServiceClient.ListEventsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,ErrorEvent> context, com.google.api.core.ApiFuture<ListEventsResponse> futureResponse)
protected ErrorStatsServiceClient.ListEventsPage
ErrorStatsServiceClient.ListEventsPage. createPage(com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,ErrorEvent> context, ListEventsResponse response)
com.google.api.core.ApiFuture<ErrorStatsServiceClient.ListEventsPage>
ErrorStatsServiceClient.ListEventsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListEventsRequest,ListEventsResponse,ErrorEvent> context, com.google.api.core.ApiFuture<ListEventsResponse> futureResponse)
-