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 ErrorEventErrorEvent.Builder. build()ErrorEventErrorEvent.Builder. buildPartial()static ErrorEventErrorEvent. getDefaultInstance()ErrorEventErrorEvent.Builder. getDefaultInstanceForType()ErrorEventErrorEvent. getDefaultInstanceForType()ErrorEventListEventsResponse.Builder. getErrorEvents(int index)The error events which match the given request.ErrorEventListEventsResponse. getErrorEvents(int index)The error events which match the given request.ErrorEventListEventsResponseOrBuilder. getErrorEvents(int index)The error events which match the given request.ErrorEventErrorGroupStats.Builder. getRepresentative()An arbitrary event that is chosen as representative for the whole group.ErrorEventErrorGroupStats. getRepresentative()An arbitrary event that is chosen as representative for the whole group.ErrorEventErrorGroupStatsOrBuilder. getRepresentative()An arbitrary event that is chosen as representative for the whole group.static ErrorEventErrorEvent. parseDelimitedFrom(InputStream input)static ErrorEventErrorEvent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorEventErrorEvent. parseFrom(byte[] data)static ErrorEventErrorEvent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorEventErrorEvent. parseFrom(com.google.protobuf.ByteString data)static ErrorEventErrorEvent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorEventErrorEvent. parseFrom(com.google.protobuf.CodedInputStream input)static ErrorEventErrorEvent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorEventErrorEvent. parseFrom(InputStream input)static ErrorEventErrorEvent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ErrorEventErrorEvent. parseFrom(ByteBuffer data)static ErrorEventErrorEvent. 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.BuilderListEventsResponse.Builder. addErrorEvents(int index, ErrorEvent value)The error events which match the given request.ListEventsResponse.BuilderListEventsResponse.Builder. addErrorEvents(ErrorEvent value)The error events which match the given request.ErrorEvent.BuilderErrorEvent.Builder. mergeFrom(ErrorEvent other)ErrorGroupStats.BuilderErrorGroupStats.Builder. mergeRepresentative(ErrorEvent value)An arbitrary event that is chosen as representative for the whole group.static ErrorEvent.BuilderErrorEvent. newBuilder(ErrorEvent prototype)ListEventsResponse.BuilderListEventsResponse.Builder. setErrorEvents(int index, ErrorEvent value)The error events which match the given request.ErrorGroupStats.BuilderErrorGroupStats.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.BuilderListEventsResponse.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.ListEventsPageErrorStatsServiceClient.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)
-