...

Package errorreporting

import "google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1"
Overview
Index

Overview ▾

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.

Constants

Deprecated: Please use consts in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

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
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

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
)

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

type DeleteEventsRequest

Deletes all events in the project.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type DeleteEventsRequest = src.DeleteEventsRequest

type DeleteEventsResponse

Response message for deleting error events.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type DeleteEventsResponse = src.DeleteEventsResponse

type 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 ErrorContext = src.ErrorContext

type 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 ErrorEvent = src.ErrorEvent

type ErrorGroup

Description of a group of similar error events.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorGroup = src.ErrorGroup

type ErrorGroupOrder

A sorting order of error groups.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorGroupOrder = src.ErrorGroupOrder

type 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

type ErrorGroupServiceClient = src.ErrorGroupServiceClient

func NewErrorGroupServiceClient

func NewErrorGroupServiceClient(cc grpc.ClientConnInterface) ErrorGroupServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorGroupServiceServer

ErrorGroupServiceServer is the server API for ErrorGroupService service.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorGroupServiceServer = src.ErrorGroupServiceServer

type 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 ErrorGroupStats = src.ErrorGroupStats

type 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

type ErrorStatsServiceClient = src.ErrorStatsServiceClient

func NewErrorStatsServiceClient

func NewErrorStatsServiceClient(cc grpc.ClientConnInterface) ErrorStatsServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorStatsServiceServer

ErrorStatsServiceServer is the server API for ErrorStatsService service.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ErrorStatsServiceServer = src.ErrorStatsServiceServer

type GetGroupRequest

A request to return an individual group.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type GetGroupRequest = src.GetGroupRequest

type 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 HttpRequestContext = src.HttpRequestContext

type ListEventsRequest

Specifies a set of error events to return.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ListEventsRequest = src.ListEventsRequest

type ListEventsResponse

Contains a set of requested error events.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ListEventsResponse = src.ListEventsResponse

type ListGroupStatsRequest

Specifies a set of `ErrorGroupStats` to return.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ListGroupStatsRequest = src.ListGroupStatsRequest

type ListGroupStatsResponse

Contains a set of requested error group stats.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ListGroupStatsResponse = src.ListGroupStatsResponse

type 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 = src.QueryTimeRange

type QueryTimeRange_Period

The supported time ranges.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type QueryTimeRange_Period = src.QueryTimeRange_Period

type ReportErrorEventRequest

A request for reporting an individual error event.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ReportErrorEventRequest = src.ReportErrorEventRequest

type 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 ReportErrorEventResponse = src.ReportErrorEventResponse

type 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

type ReportErrorsServiceClient = src.ReportErrorsServiceClient

func NewReportErrorsServiceClient

func NewReportErrorsServiceClient(cc grpc.ClientConnInterface) ReportErrorsServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ReportErrorsServiceServer

ReportErrorsServiceServer is the server API for ReportErrorsService service.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ReportErrorsServiceServer = src.ReportErrorsServiceServer

type 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 ReportedErrorEvent = src.ReportedErrorEvent

type ResolutionStatus

Resolution status of an error group.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type ResolutionStatus = src.ResolutionStatus

type 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 ServiceContext = src.ServiceContext

type 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 ServiceContextFilter = src.ServiceContextFilter

type 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 SourceLocation = src.SourceLocation

type 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 TimedCount = src.TimedCount

type 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 TimedCountAlignment = src.TimedCountAlignment

type TrackingIssue

Information related to tracking the progress on resolving the error.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type TrackingIssue = src.TrackingIssue

type UnimplementedErrorGroupServiceServer

UnimplementedErrorGroupServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type UnimplementedErrorGroupServiceServer = src.UnimplementedErrorGroupServiceServer

type UnimplementedErrorStatsServiceServer

UnimplementedErrorStatsServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type UnimplementedErrorStatsServiceServer = src.UnimplementedErrorStatsServiceServer

type UnimplementedReportErrorsServiceServer

UnimplementedReportErrorsServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type UnimplementedReportErrorsServiceServer = src.UnimplementedReportErrorsServiceServer

type UpdateGroupRequest

A request to replace the existing data for the given group.

Deprecated: Please use types in: cloud.google.com/go/errorreporting/apiv1beta1/errorreportingpb

type UpdateGroupRequest = src.UpdateGroupRequest