package errorreporting
import "google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1"
Package errorreporting aliases all exported identifiers in package "cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb".
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterErrorGroupServiceServer(s *grpc.Server, srv ErrorGroupServiceServer)
- func RegisterErrorStatsServiceServer(s *grpc.Server, srv ErrorStatsServiceServer)
- func RegisterReportErrorsServiceServer(s *grpc.Server, srv ReportErrorsServiceServer)
- type DeleteEventsRequest
- type DeleteEventsResponse
- type ErrorContext
- type ErrorEvent
- type ErrorGroup
- type ErrorGroupOrder
- type ErrorGroupServiceClient
- type ErrorGroupServiceServer
- type ErrorGroupStats
- type ErrorStatsServiceClient
- type ErrorStatsServiceServer
- type GetGroupRequest
- type HttpRequestContext
- type ListEventsRequest
- type ListEventsResponse
- type ListGroupStatsRequest
- type ListGroupStatsResponse
- type QueryTimeRange
- type QueryTimeRange_Period
- type ReportErrorEventRequest
- type ReportErrorEventResponse
- type ReportErrorsServiceClient
- type ReportErrorsServiceServer
- type ReportedErrorEvent
- type ResolutionStatus
- type ServiceContext
- type ServiceContextFilter
- type SourceLocation
- type TimedCount
- type TimedCountAlignment
- type TrackingIssue
- type UnimplementedErrorGroupServiceServer
- type UnimplementedErrorStatsServiceServer
- type UnimplementedReportErrorsServiceServer
- type UpdateGroupRequest
Constants ¶
const ( ErrorGroupOrder_AFFECTED_USERS_DESC = src.ErrorGroupOrder_AFFECTED_USERS_DESC ErrorGroupOrder_COUNT_DESC = src.ErrorGroupOrder_COUNT_DESC ErrorGroupOrder_CREATED_DESC = src.ErrorGroupOrder_CREATED_DESC ErrorGroupOrder_GROUP_ORDER_UNSPECIFIED = src.ErrorGroupOrder_GROUP_ORDER_UNSPECIFIED ErrorGroupOrder_LAST_SEEN_DESC = src.ErrorGroupOrder_LAST_SEEN_DESC QueryTimeRange_PERIOD_1_DAY = src.QueryTimeRange_PERIOD_1_DAY QueryTimeRange_PERIOD_1_HOUR = src.QueryTimeRange_PERIOD_1_HOUR QueryTimeRange_PERIOD_1_WEEK = src.QueryTimeRange_PERIOD_1_WEEK QueryTimeRange_PERIOD_30_DAYS = src.QueryTimeRange_PERIOD_30_DAYS QueryTimeRange_PERIOD_6_HOURS = src.QueryTimeRange_PERIOD_6_HOURS QueryTimeRange_PERIOD_UNSPECIFIED = src.QueryTimeRange_PERIOD_UNSPECIFIED ResolutionStatus_ACKNOWLEDGED = src.ResolutionStatus_ACKNOWLEDGED ResolutionStatus_MUTED = src.ResolutionStatus_MUTED ResolutionStatus_OPEN = src.ResolutionStatus_OPEN ResolutionStatus_RESOLUTION_STATUS_UNSPECIFIED = src.ResolutionStatus_RESOLUTION_STATUS_UNSPECIFIED ResolutionStatus_RESOLVED = src.ResolutionStatus_RESOLVED TimedCountAlignment_ALIGNMENT_EQUAL_AT_END = src.TimedCountAlignment_ALIGNMENT_EQUAL_AT_END TimedCountAlignment_ALIGNMENT_EQUAL_ROUNDED = src.TimedCountAlignment_ALIGNMENT_EQUAL_ROUNDED TimedCountAlignment_ERROR_COUNT_ALIGNMENT_UNSPECIFIED = src.TimedCountAlignment_ERROR_COUNT_ALIGNMENT_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
Variables ¶
var ( ErrorGroupOrder_name = src.ErrorGroupOrder_name ErrorGroupOrder_value = src.ErrorGroupOrder_value File_google_devtools_clouderrorreporting_v1beta1_common_proto = src.File_google_devtools_clouderrorreporting_v1beta1_common_proto File_google_devtools_clouderrorreporting_v1beta1_error_group_service_proto = src.File_google_devtools_clouderrorreporting_v1beta1_error_group_service_proto File_google_devtools_clouderrorreporting_v1beta1_error_stats_service_proto = src.File_google_devtools_clouderrorreporting_v1beta1_error_stats_service_proto File_google_devtools_clouderrorreporting_v1beta1_report_errors_service_proto = src.File_google_devtools_clouderrorreporting_v1beta1_report_errors_service_proto QueryTimeRange_Period_name = src.QueryTimeRange_Period_name QueryTimeRange_Period_value = src.QueryTimeRange_Period_value ResolutionStatus_name = src.ResolutionStatus_name ResolutionStatus_value = src.ResolutionStatus_value TimedCountAlignment_name = src.TimedCountAlignment_name TimedCountAlignment_value = src.TimedCountAlignment_value )
Deprecated: Please use vars in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
Functions ¶
func RegisterErrorGroupServiceServer ¶
func RegisterErrorGroupServiceServer(s *grpc.Server, srv ErrorGroupServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
func RegisterErrorStatsServiceServer ¶
func RegisterErrorStatsServiceServer(s *grpc.Server, srv ErrorStatsServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
func RegisterReportErrorsServiceServer ¶
func RegisterReportErrorsServiceServer(s *grpc.Server, srv ReportErrorsServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
Types ¶
type DeleteEventsRequest ¶
type DeleteEventsRequest = src.DeleteEventsRequest
Deletes all events in the project.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type DeleteEventsResponse ¶
type DeleteEventsResponse = src.DeleteEventsResponse
Response message for deleting error events.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorContext ¶
type ErrorContext = src.ErrorContext
A description of the context in which an error occurred. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorEvent ¶
type ErrorEvent = src.ErrorEvent
An error event which is returned by the Error Reporting system.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorGroup ¶
type ErrorGroup = src.ErrorGroup
Description of a group of similar error events.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorGroupOrder ¶
type ErrorGroupOrder = src.ErrorGroupOrder
A sorting order of error groups.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorGroupServiceClient ¶
type ErrorGroupServiceClient = src.ErrorGroupServiceClient
ErrorGroupServiceClient is the client API for ErrorGroupService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
func NewErrorGroupServiceClient ¶
func NewErrorGroupServiceClient(cc grpc.ClientConnInterface) ErrorGroupServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorGroupServiceServer ¶
type ErrorGroupServiceServer = src.ErrorGroupServiceServer
ErrorGroupServiceServer is the server API for ErrorGroupService service.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorGroupStats ¶
type ErrorGroupStats = src.ErrorGroupStats
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorStatsServiceClient ¶
type ErrorStatsServiceClient = src.ErrorStatsServiceClient
ErrorStatsServiceClient is the client API for ErrorStatsService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
func NewErrorStatsServiceClient ¶
func NewErrorStatsServiceClient(cc grpc.ClientConnInterface) ErrorStatsServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ErrorStatsServiceServer ¶
type ErrorStatsServiceServer = src.ErrorStatsServiceServer
ErrorStatsServiceServer is the server API for ErrorStatsService service.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type GetGroupRequest ¶
type GetGroupRequest = src.GetGroupRequest
A request to return an individual group.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type HttpRequestContext ¶
type HttpRequestContext = src.HttpRequestContext
HTTP request data that is related to a reported error. This data should be provided by the application when reporting an error, unless the error report has been generated automatically from Google App Engine logs.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ListEventsRequest ¶
type ListEventsRequest = src.ListEventsRequest
Specifies a set of error events to return.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ListEventsResponse ¶
type ListEventsResponse = src.ListEventsResponse
Contains a set of requested error events.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ListGroupStatsRequest ¶
type ListGroupStatsRequest = src.ListGroupStatsRequest
Specifies a set of `ErrorGroupStats` to return.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ListGroupStatsResponse ¶
type ListGroupStatsResponse = src.ListGroupStatsResponse
Contains a set of requested error group stats.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type QueryTimeRange ¶
type QueryTimeRange = src.QueryTimeRange
Requests might be rejected or the resulting timed count durations might be adjusted for lower durations.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type QueryTimeRange_Period ¶
type QueryTimeRange_Period = src.QueryTimeRange_Period
The supported time ranges.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ReportErrorEventRequest ¶
type ReportErrorEventRequest = src.ReportErrorEventRequest
A request for reporting an individual error event.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ReportErrorEventResponse ¶
type ReportErrorEventResponse = src.ReportErrorEventResponse
Response for reporting an individual error event. Data may be added to this message in the future.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ReportErrorsServiceClient ¶
type ReportErrorsServiceClient = src.ReportErrorsServiceClient
ReportErrorsServiceClient is the client API for ReportErrorsService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
func NewReportErrorsServiceClient ¶
func NewReportErrorsServiceClient(cc grpc.ClientConnInterface) ReportErrorsServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ReportErrorsServiceServer ¶
type ReportErrorsServiceServer = src.ReportErrorsServiceServer
ReportErrorsServiceServer is the server API for ReportErrorsService service.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ReportedErrorEvent ¶
type ReportedErrorEvent = src.ReportedErrorEvent
An error event which is reported to the Error Reporting system.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ResolutionStatus ¶
type ResolutionStatus = src.ResolutionStatus
Resolution status of an error group.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ServiceContext ¶
type ServiceContext = src.ServiceContext
Describes a running service that sends errors. Its version changes over time and multiple versions can run in parallel.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type ServiceContextFilter ¶
type ServiceContextFilter = src.ServiceContextFilter
Specifies criteria for filtering a subset of service contexts. The fields in the filter correspond to the fields in `ServiceContext`. Only exact, case-sensitive matches are supported. If a field is unset or empty, it matches arbitrary values.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type SourceLocation ¶
type SourceLocation = src.SourceLocation
Indicates a location in the source code of the service for which errors are reported. `functionName` must be provided by the application when reporting an error, unless the error report contains a `message` with a supported exception stack trace. All fields are optional for the later case.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type TimedCount ¶
type TimedCount = src.TimedCount
The number of errors in a given time period. All numbers are approximate since the error events are sampled before counting them.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type TimedCountAlignment ¶
type TimedCountAlignment = src.TimedCountAlignment
Specifies how the time periods of error group counts are aligned.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type TrackingIssue ¶
type TrackingIssue = src.TrackingIssue
Information related to tracking the progress on resolving the error.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type UnimplementedErrorGroupServiceServer ¶
type UnimplementedErrorGroupServiceServer = src.UnimplementedErrorGroupServiceServer
UnimplementedErrorGroupServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type UnimplementedErrorStatsServiceServer ¶
type UnimplementedErrorStatsServiceServer = src.UnimplementedErrorStatsServiceServer
UnimplementedErrorStatsServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type UnimplementedReportErrorsServiceServer ¶
type UnimplementedReportErrorsServiceServer = src.UnimplementedReportErrorsServiceServer
UnimplementedReportErrorsServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
type UpdateGroupRequest ¶
type UpdateGroupRequest = src.UpdateGroupRequest
A request to replace the existing data for the given group.
Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.