clouderrorreporting
packageThis package is not in the latest version of its module.
Details
Validgo.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
Documentation¶
Overview¶
Package clouderrorreporting provides access to the Error Reporting API.
For product documentation, see:https://cloud.google.com/error-reporting/
Library status¶
These client libraries are officially supported by Google. However, thislibrary is considered complete and is in maintenance mode. This meansthat we will address critical bugs and security issues but will not addany new features.
When possible, we recommend using our newer[Cloud Client Libraries for Go](https://pkg.go.dev/cloud.google.com/go)that are still actively being worked and iterated on.
Creating a client¶
Usage example:
import "google.golang.org/api/clouderrorreporting/v1beta1"...ctx := context.Background()clouderrorreportingService, err := clouderrorreporting.NewService(ctx)
In this example, Google Application Default Credentials are used forauthentication. For information on how to create and obtain ApplicationDefault Credentials, seehttps://developers.google.com/identity/protocols/application-default-credentials.
Other authentication options¶
To use an API key for authentication (note: some APIs do not support APIkeys), usegoogle.golang.org/api/option.WithAPIKey:
clouderrorreportingService, err := clouderrorreporting.NewService(ctx, option.WithAPIKey("AIza..."))To use an OAuth token (e.g., a user token obtained via a three-legged OAuthflow, usegoogle.golang.org/api/option.WithTokenSource:
config := &oauth2.Config{...}// ...token, err := config.Exchange(ctx, ...)clouderrorreportingService, err := clouderrorreporting.NewService(ctx, option.WithTokenSource(config.TokenSource(ctx, token)))Seegoogle.golang.org/api/option.ClientOption for details on options.
Index¶
- Constants
- type DeleteEventsResponse
- type ErrorContext
- type ErrorEvent
- type ErrorGroup
- type ErrorGroupStats
- type HttpRequestContext
- type ListEventsResponse
- type ListGroupStatsResponse
- type ProjectsDeleteEventsCall
- func (c *ProjectsDeleteEventsCall) Context(ctx context.Context) *ProjectsDeleteEventsCall
- func (c *ProjectsDeleteEventsCall) Do(opts ...googleapi.CallOption) (*DeleteEventsResponse, error)
- func (c *ProjectsDeleteEventsCall) Fields(s ...googleapi.Field) *ProjectsDeleteEventsCall
- func (c *ProjectsDeleteEventsCall) Header() http.Header
- type ProjectsEventsListCall
- func (c *ProjectsEventsListCall) Context(ctx context.Context) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) Do(opts ...googleapi.CallOption) (*ListEventsResponse, error)
- func (c *ProjectsEventsListCall) Fields(s ...googleapi.Field) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) GroupId(groupId string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) Header() http.Header
- func (c *ProjectsEventsListCall) IfNoneMatch(entityTag string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) PageSize(pageSize int64) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) PageToken(pageToken string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) Pages(ctx context.Context, f func(*ListEventsResponse) error) error
- func (c *ProjectsEventsListCall) ServiceFilterResourceType(serviceFilterResourceType string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) ServiceFilterService(serviceFilterService string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) ServiceFilterVersion(serviceFilterVersion string) *ProjectsEventsListCall
- func (c *ProjectsEventsListCall) TimeRangePeriod(timeRangePeriod string) *ProjectsEventsListCall
- type ProjectsEventsReportCall
- func (c *ProjectsEventsReportCall) Context(ctx context.Context) *ProjectsEventsReportCall
- func (c *ProjectsEventsReportCall) Do(opts ...googleapi.CallOption) (*ReportErrorEventResponse, error)
- func (c *ProjectsEventsReportCall) Fields(s ...googleapi.Field) *ProjectsEventsReportCall
- func (c *ProjectsEventsReportCall) Header() http.Header
- type ProjectsEventsService
- type ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Alignment(alignment string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) AlignmentTime(alignmentTime string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Context(ctx context.Context) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Do(opts ...googleapi.CallOption) (*ListGroupStatsResponse, error)
- func (c *ProjectsGroupStatsListCall) Fields(s ...googleapi.Field) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) GroupId(groupId ...string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Header() http.Header
- func (c *ProjectsGroupStatsListCall) IfNoneMatch(entityTag string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Order(order string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) PageSize(pageSize int64) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) PageToken(pageToken string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) Pages(ctx context.Context, f func(*ListGroupStatsResponse) error) error
- func (c *ProjectsGroupStatsListCall) ServiceFilterResourceType(serviceFilterResourceType string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) ServiceFilterService(serviceFilterService string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) ServiceFilterVersion(serviceFilterVersion string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) TimeRangePeriod(timeRangePeriod string) *ProjectsGroupStatsListCall
- func (c *ProjectsGroupStatsListCall) TimedCountDuration(timedCountDuration string) *ProjectsGroupStatsListCall
- type ProjectsGroupStatsService
- type ProjectsGroupsGetCall
- func (c *ProjectsGroupsGetCall) Context(ctx context.Context) *ProjectsGroupsGetCall
- func (c *ProjectsGroupsGetCall) Do(opts ...googleapi.CallOption) (*ErrorGroup, error)
- func (c *ProjectsGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsGroupsGetCall
- func (c *ProjectsGroupsGetCall) Header() http.Header
- func (c *ProjectsGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsGroupsGetCall
- type ProjectsGroupsService
- type ProjectsGroupsUpdateCall
- func (c *ProjectsGroupsUpdateCall) Context(ctx context.Context) *ProjectsGroupsUpdateCall
- func (c *ProjectsGroupsUpdateCall) Do(opts ...googleapi.CallOption) (*ErrorGroup, error)
- func (c *ProjectsGroupsUpdateCall) Fields(s ...googleapi.Field) *ProjectsGroupsUpdateCall
- func (c *ProjectsGroupsUpdateCall) Header() http.Header
- type ProjectsLocationsDeleteEventsCall
- func (c *ProjectsLocationsDeleteEventsCall) Context(ctx context.Context) *ProjectsLocationsDeleteEventsCall
- func (c *ProjectsLocationsDeleteEventsCall) Do(opts ...googleapi.CallOption) (*DeleteEventsResponse, error)
- func (c *ProjectsLocationsDeleteEventsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeleteEventsCall
- func (c *ProjectsLocationsDeleteEventsCall) Header() http.Header
- type ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) Context(ctx context.Context) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) Do(opts ...googleapi.CallOption) (*ListEventsResponse, error)
- func (c *ProjectsLocationsEventsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) GroupId(groupId string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) Header() http.Header
- func (c *ProjectsLocationsEventsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) PageSize(pageSize int64) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) PageToken(pageToken string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) Pages(ctx context.Context, f func(*ListEventsResponse) error) error
- func (c *ProjectsLocationsEventsListCall) ServiceFilterResourceType(serviceFilterResourceType string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) ServiceFilterService(serviceFilterService string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) ServiceFilterVersion(serviceFilterVersion string) *ProjectsLocationsEventsListCall
- func (c *ProjectsLocationsEventsListCall) TimeRangePeriod(timeRangePeriod string) *ProjectsLocationsEventsListCall
- type ProjectsLocationsEventsService
- type ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Alignment(alignment string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) AlignmentTime(alignmentTime string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Context(ctx context.Context) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Do(opts ...googleapi.CallOption) (*ListGroupStatsResponse, error)
- func (c *ProjectsLocationsGroupStatsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) GroupId(groupId ...string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Header() http.Header
- func (c *ProjectsLocationsGroupStatsListCall) IfNoneMatch(entityTag string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Order(order string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) PageSize(pageSize int64) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) PageToken(pageToken string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) Pages(ctx context.Context, f func(*ListGroupStatsResponse) error) error
- func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterResourceType(serviceFilterResourceType string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterService(serviceFilterService string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterVersion(serviceFilterVersion string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) TimeRangePeriod(timeRangePeriod string) *ProjectsLocationsGroupStatsListCall
- func (c *ProjectsLocationsGroupStatsListCall) TimedCountDuration(timedCountDuration string) *ProjectsLocationsGroupStatsListCall
- type ProjectsLocationsGroupStatsService
- type ProjectsLocationsGroupsGetCall
- func (c *ProjectsLocationsGroupsGetCall) Context(ctx context.Context) *ProjectsLocationsGroupsGetCall
- func (c *ProjectsLocationsGroupsGetCall) Do(opts ...googleapi.CallOption) (*ErrorGroup, error)
- func (c *ProjectsLocationsGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupsGetCall
- func (c *ProjectsLocationsGroupsGetCall) Header() http.Header
- func (c *ProjectsLocationsGroupsGetCall) IfNoneMatch(entityTag string) *ProjectsLocationsGroupsGetCall
- type ProjectsLocationsGroupsService
- type ProjectsLocationsGroupsUpdateCall
- func (c *ProjectsLocationsGroupsUpdateCall) Context(ctx context.Context) *ProjectsLocationsGroupsUpdateCall
- func (c *ProjectsLocationsGroupsUpdateCall) Do(opts ...googleapi.CallOption) (*ErrorGroup, error)
- func (c *ProjectsLocationsGroupsUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupsUpdateCall
- func (c *ProjectsLocationsGroupsUpdateCall) Header() http.Header
- type ProjectsLocationsService
- type ProjectsService
- type ReportErrorEventResponse
- type ReportedErrorEvent
- type Service
- type ServiceContext
- type SourceLocation
- type SourceReference
- type TimedCount
- type TrackingIssue
Constants¶
const (// See, edit, configure, and delete your Google Cloud data and see the email// address for your Google Account.CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform")
OAuth2 scopes used by this API.
Variables¶
This section is empty.
Functions¶
This section is empty.
Types¶
typeDeleteEventsResponse¶
type DeleteEventsResponse struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}DeleteEventsResponse: Response message for deleting error events.
typeErrorContext¶
type ErrorContext struct {// HttpRequest: The HTTP request which was processed when the error was// triggered.HttpRequest *HttpRequestContext `json:"httpRequest,omitempty"`// ReportLocation: The location in the source code where the decision was made// to report the error, usually the place where it was logged. For a logged// exception this would be the source line where the exception is logged,// usually close to the place where it was caught.ReportLocation *SourceLocation `json:"reportLocation,omitempty"`// SourceReferences: Source code that was used to build the executable which// has caused the given error message.SourceReferences []*SourceReference `json:"sourceReferences,omitempty"`// User: The user who caused or was affected by the crash. This can be a user// ID, an email address, or an arbitrary token that uniquely identifies the// user. When sending an error report, leave this field empty if the user was// not logged in. In this case the Error Reporting system will use other data,// such as remote IP address, to distinguish affected users. See// `affected_users_count` in `ErrorGroupStats`.Userstring `json:"user,omitempty"`// ForceSendFields is a list of field names (e.g. "HttpRequest") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "HttpRequest") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ErrorContext: A description of the context in which an error occurred. Thisdata should be provided by the application when reporting an error, unlessthe error report has been generated automatically from Google App Enginelogs.
func (ErrorContext)MarshalJSON¶
func (sErrorContext) MarshalJSON() ([]byte,error)
typeErrorEvent¶
type ErrorEvent struct {// Context: Data about the context in which the error occurred.Context *ErrorContext `json:"context,omitempty"`// EventTime: Time when the event occurred as provided in the error report. If// the report did not contain a timestamp, the time the error was received by// the Error Reporting system is used.EventTimestring `json:"eventTime,omitempty"`// Message: The stack trace that was reported or logged by the service.Messagestring `json:"message,omitempty"`// ServiceContext: The `ServiceContext` for which this error was reported.ServiceContext *ServiceContext `json:"serviceContext,omitempty"`// ForceSendFields is a list of field names (e.g. "Context") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Context") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ErrorEvent: An error event which is returned by the Error Reporting system.
func (ErrorEvent)MarshalJSON¶
func (sErrorEvent) MarshalJSON() ([]byte,error)
typeErrorGroup¶
type ErrorGroup struct {// GroupId: An opaque identifier of the group. This field is assigned by the// Error Reporting system and always populated. In the group resource name, the// `group_id` is a unique identifier for a particular error group. The// identifier is derived from key parts of the error-log content and is treated// as Service Data. For information about how Service Data is handled, see// Google Cloud Privacy Notice// (https://cloud.google.com/terms/cloud-privacy-notice).GroupIdstring `json:"groupId,omitempty"`// Name: The group resource name. Written as// `projects/{projectID}/groups/{group_id}` or// `projects/{projectID}/locations/{location}/groups/{group_id}` Examples:// `projects/my-project-123/groups/my-group`,// `projects/my-project-123/locations/us-central1/groups/my-group` In the group// resource name, the `group_id` is a unique identifier for a particular error// group. The identifier is derived from key parts of the error-log content and// is treated as Service Data. For information about how Service Data is// handled, see Google Cloud Privacy Notice// (https://cloud.google.com/terms/cloud-privacy-notice). For a list of// supported locations, see Supported Regions// (https://cloud.google.com/logging/docs/region-support). `global` is the// default when unspecified.Namestring `json:"name,omitempty"`// ResolutionStatus: Error group's resolution status. An unspecified resolution// status will be interpreted as OPEN//// Possible values:// "RESOLUTION_STATUS_UNSPECIFIED" - Status is unknown. When left unspecified// in requests, it is treated like OPEN.// "OPEN" - The error group is not being addressed. This is the default for// new groups. It is also used for errors re-occurring after marked RESOLVED.// "ACKNOWLEDGED" - Error Group manually acknowledged, it can have an issue// link attached.// "RESOLVED" - Error Group manually resolved, more events for this group are// not expected to occur.// "MUTED" - The error group is muted and excluded by default on group stats// requests.ResolutionStatusstring `json:"resolutionStatus,omitempty"`// TrackingIssues: Associated tracking issues.TrackingIssues []*TrackingIssue `json:"trackingIssues,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "GroupId") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "GroupId") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ErrorGroup: Description of a group of similar error events.
func (ErrorGroup)MarshalJSON¶
func (sErrorGroup) MarshalJSON() ([]byte,error)
typeErrorGroupStats¶
type ErrorGroupStats struct {// AffectedServices: Service contexts with a non-zero error count for the given// filter criteria. This list can be truncated if multiple services are// affected. Refer to `num_affected_services` for the total count.AffectedServices []*ServiceContext `json:"affectedServices,omitempty"`// AffectedUsersCount: Approximate number of affected users in the given group// that match the filter criteria. Users are distinguished by data in the// ErrorContext of the individual error events, such as their login name or// their remote IP address in case of HTTP requests. The number of affected// users can be zero even if the number of errors is non-zero if no data was// provided from which the affected user could be deduced. Users are counted// based on data in the request context that was provided in the error report.// If more users are implicitly affected, such as due to a crash of the whole// service, this is not reflected here.AffectedUsersCountint64 `json:"affectedUsersCount,omitempty,string"`// Count: Approximate total number of events in the given group that match the// filter criteria.Countint64 `json:"count,omitempty,string"`// FirstSeenTime: Approximate first occurrence that was ever seen for this// group and which matches the given filter criteria, ignoring the time_range// that was specified in the request.FirstSeenTimestring `json:"firstSeenTime,omitempty"`// Group: Group data that is independent of the filter criteria.Group *ErrorGroup `json:"group,omitempty"`// LastSeenTime: Approximate last occurrence that was ever seen for this group// and which matches the given filter criteria, ignoring the time_range that// was specified in the request.LastSeenTimestring `json:"lastSeenTime,omitempty"`// NumAffectedServices: The total number of services with a non-zero error// count for the given filter criteria.NumAffectedServicesint64 `json:"numAffectedServices,omitempty"`// Representative: An arbitrary event that is chosen as representative for the// whole group. The representative event is intended to be used as a quick// preview for the whole group. Events in the group are usually sufficiently// similar to each other such that showing an arbitrary representative provides// insight into the characteristics of the group as a whole.Representative *ErrorEvent `json:"representative,omitempty"`// TimedCounts: Approximate number of occurrences over time. Timed counts// returned by ListGroups are guaranteed to be: - Inside the requested time// interval - Non-overlapping, and - Ordered by ascending time.TimedCounts []*TimedCount `json:"timedCounts,omitempty"`// ForceSendFields is a list of field names (e.g. "AffectedServices") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "AffectedServices") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ErrorGroupStats: Data extracted for a specific group based on certain filtercriteria, such as a given time period and/or service filter.
func (ErrorGroupStats)MarshalJSON¶
func (sErrorGroupStats) MarshalJSON() ([]byte,error)
typeHttpRequestContext¶
type HttpRequestContext struct {// Method: The type of HTTP request, such as `GET`, `POST`, etc.Methodstring `json:"method,omitempty"`// Referrer: The referrer information that is provided with the request.Referrerstring `json:"referrer,omitempty"`// RemoteIp: The IP address from which the request originated. This can be// IPv4, IPv6, or a token which is derived from the IP address, depending on// the data that has been provided in the error report.RemoteIpstring `json:"remoteIp,omitempty"`// ResponseStatusCode: The HTTP response status code for the request.ResponseStatusCodeint64 `json:"responseStatusCode,omitempty"`// Url: The URL of the request.Urlstring `json:"url,omitempty"`// UserAgent: The user agent information that is provided with the request.UserAgentstring `json:"userAgent,omitempty"`// ForceSendFields is a list of field names (e.g. "Method") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Method") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}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 AppEngine logs.
func (HttpRequestContext)MarshalJSON¶
func (sHttpRequestContext) MarshalJSON() ([]byte,error)
typeListEventsResponse¶
type ListEventsResponse struct {// ErrorEvents: The error events which match the given request.ErrorEvents []*ErrorEvent `json:"errorEvents,omitempty"`// NextPageToken: If non-empty, more results are available. Pass this token,// along with the same query parameters as the first request, to view the next// page of results.NextPageTokenstring `json:"nextPageToken,omitempty"`// TimeRangeBegin: The timestamp specifies the start time to which the request// was restricted.TimeRangeBeginstring `json:"timeRangeBegin,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ErrorEvents") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ErrorEvents") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ListEventsResponse: Contains a set of requested error events.
func (ListEventsResponse)MarshalJSON¶
func (sListEventsResponse) MarshalJSON() ([]byte,error)
typeListGroupStatsResponse¶
type ListGroupStatsResponse struct {// ErrorGroupStats: The error group stats which match the given request.ErrorGroupStats []*ErrorGroupStats `json:"errorGroupStats,omitempty"`// NextPageToken: If non-empty, more results are available. Pass this token,// along with the same query parameters as the first request, to view the next// page of results.NextPageTokenstring `json:"nextPageToken,omitempty"`// TimeRangeBegin: The timestamp specifies the start time to which the request// was restricted. The start time is set based on the requested time range. It// may be adjusted to a later time if a project has exceeded the storage quota// and older data has been deleted.TimeRangeBeginstring `json:"timeRangeBegin,omitempty"`// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`// ForceSendFields is a list of field names (e.g. "ErrorGroupStats") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ErrorGroupStats") to include in// API requests with the JSON null value. By default, fields with empty values// are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ListGroupStatsResponse: Contains a set of requested error group stats.
func (ListGroupStatsResponse)MarshalJSON¶
func (sListGroupStatsResponse) MarshalJSON() ([]byte,error)
typeProjectsDeleteEventsCall¶
type ProjectsDeleteEventsCall struct {// contains filtered or unexported fields}func (*ProjectsDeleteEventsCall)Context¶
func (c *ProjectsDeleteEventsCall) Context(ctxcontext.Context) *ProjectsDeleteEventsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsDeleteEventsCall)Do¶
func (c *ProjectsDeleteEventsCall) Do(opts ...googleapi.CallOption) (*DeleteEventsResponse,error)
Do executes the "clouderrorreporting.projects.deleteEvents" call.Any non-2xx status code is an error. Response headers are in either*DeleteEventsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsDeleteEventsCall)Fields¶
func (c *ProjectsDeleteEventsCall) Fields(s ...googleapi.Field) *ProjectsDeleteEventsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsDeleteEventsCall)Header¶
func (c *ProjectsDeleteEventsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsEventsListCall¶
type ProjectsEventsListCall struct {// contains filtered or unexported fields}func (*ProjectsEventsListCall)Context¶
func (c *ProjectsEventsListCall) Context(ctxcontext.Context) *ProjectsEventsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsEventsListCall)Do¶
func (c *ProjectsEventsListCall) Do(opts ...googleapi.CallOption) (*ListEventsResponse,error)
Do executes the "clouderrorreporting.projects.events.list" call.Any non-2xx status code is an error. Response headers are in either*ListEventsResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsEventsListCall)Fields¶
func (c *ProjectsEventsListCall) Fields(s ...googleapi.Field) *ProjectsEventsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsEventsListCall)GroupId¶
func (c *ProjectsEventsListCall) GroupId(groupIdstring) *ProjectsEventsListCall
GroupId sets the optional parameter "groupId": Required. The group for whichevents shall be returned. The `group_id` is a unique identifier for aparticular error group. The identifier is derived from key parts of theerror-log content and is treated as Service Data. For information about howService Data is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice).
func (*ProjectsEventsListCall)Header¶
func (c *ProjectsEventsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsEventsListCall)IfNoneMatch¶
func (c *ProjectsEventsListCall) IfNoneMatch(entityTagstring) *ProjectsEventsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsEventsListCall)PageSize¶
func (c *ProjectsEventsListCall) PageSize(pageSizeint64) *ProjectsEventsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofresults to return per response.
func (*ProjectsEventsListCall)PageToken¶
func (c *ProjectsEventsListCall) PageToken(pageTokenstring) *ProjectsEventsListCall
PageToken sets the optional parameter "pageToken": A `next_page_token`provided by a previous response.
func (*ProjectsEventsListCall)Pages¶
func (c *ProjectsEventsListCall) Pages(ctxcontext.Context, f func(*ListEventsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*ProjectsEventsListCall)ServiceFilterResourceType¶
func (c *ProjectsEventsListCall) ServiceFilterResourceType(serviceFilterResourceTypestring) *ProjectsEventsListCall
ServiceFilterResourceType sets the optional parameter"serviceFilter.resourceType": The exact value to match against`ServiceContext.resource_type`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
func (*ProjectsEventsListCall)ServiceFilterService¶
func (c *ProjectsEventsListCall) ServiceFilterService(serviceFilterServicestring) *ProjectsEventsListCall
ServiceFilterService sets the optional parameter "serviceFilter.service":The exact value to match against `ServiceContext.service`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
func (*ProjectsEventsListCall)ServiceFilterVersion¶
func (c *ProjectsEventsListCall) ServiceFilterVersion(serviceFilterVersionstring) *ProjectsEventsListCall
ServiceFilterVersion sets the optional parameter "serviceFilter.version":The exact value to match against `ServiceContext.version`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
func (*ProjectsEventsListCall)TimeRangePeriod¶
func (c *ProjectsEventsListCall) TimeRangePeriod(timeRangePeriodstring) *ProjectsEventsListCall
TimeRangePeriod sets the optional parameter "timeRange.period": Restrictsthe query to the specified time range.
Possible values:
"PERIOD_UNSPECIFIED" - Do not use."PERIOD_1_HOUR" - Retrieve data for the last hour. Recommended minimum
timed count duration: 1 min.
"PERIOD_6_HOURS" - Retrieve data for the last 6 hours. Recommended minimum
timed count duration: 10 min.
"PERIOD_1_DAY" - Retrieve data for the last day. Recommended minimum timed
count duration: 1 hour.
"PERIOD_1_WEEK" - Retrieve data for the last week. Recommended minimum
timed count duration: 6 hours.
"PERIOD_30_DAYS" - Retrieve data for the last 30 days. Recommended minimum
timed count duration: 1 day.
typeProjectsEventsReportCall¶
type ProjectsEventsReportCall struct {// contains filtered or unexported fields}func (*ProjectsEventsReportCall)Context¶
func (c *ProjectsEventsReportCall) Context(ctxcontext.Context) *ProjectsEventsReportCall
Context sets the context to be used in this call's Do method.
func (*ProjectsEventsReportCall)Do¶
func (c *ProjectsEventsReportCall) Do(opts ...googleapi.CallOption) (*ReportErrorEventResponse,error)
Do executes the "clouderrorreporting.projects.events.report" call.Any non-2xx status code is an error. Response headers are in either*ReportErrorEventResponse.ServerResponse.Header or (if a response wasreturned at all) in error.(*googleapi.Error).Header. Usegoogleapi.IsNotModified to check whether the returned error was becausehttp.StatusNotModified was returned.
func (*ProjectsEventsReportCall)Fields¶
func (c *ProjectsEventsReportCall) Fields(s ...googleapi.Field) *ProjectsEventsReportCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsEventsReportCall)Header¶
func (c *ProjectsEventsReportCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsEventsService¶
type ProjectsEventsService struct {// contains filtered or unexported fields}funcNewProjectsEventsService¶
func NewProjectsEventsService(s *Service) *ProjectsEventsService
func (*ProjectsEventsService)List¶
func (r *ProjectsEventsService) List(projectNamestring) *ProjectsEventsListCall
List: Lists the specified events.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or`projects/{projectID}/locations/{location}`, where `{projectID}` is theGoogle Cloud Platform project ID(https://support.google.com/cloud/answer/6158840) and `{location}` is aCloud region. Examples: `projects/my-project-123`,`projects/my-project-123/locations/global`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
func (*ProjectsEventsService)Report¶
func (r *ProjectsEventsService) Report(projectNamestring, reportederrorevent *ReportedErrorEvent) *ProjectsEventsReportCall
Report: Report an individual error event and record the event to a log. Thisendpoint accepts **either** an OAuth token, **or** an API key(https://support.google.com/cloud/answer/6158862) for authentication. To usean API key, append it to the URL as the value of a `key` parameter. Forexample: `POSThttps://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456`**Note:** [Error Reporting] (https://cloud.google.com/error-reporting) is aservice built on Cloud Logging and can analyze log entries when all of thefollowing are true: * Customer-managed encryption keys (CMEK) are disabledon the log bucket. * The log bucket satisfies one of the following: * Thelog bucket is stored in the same project where the logs originated. * Thelogs were routed to a project, and then that project stored those logs in alog bucket that it owns.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectId}`, where `{projectId}` is the Google CloudPlatform project ID (https://support.google.com/cloud/answer/6158840).Example: // `projects/my-project-123`.
typeProjectsGroupStatsListCall¶
type ProjectsGroupStatsListCall struct {// contains filtered or unexported fields}func (*ProjectsGroupStatsListCall)Alignment¶
func (c *ProjectsGroupStatsListCall) Alignment(alignmentstring) *ProjectsGroupStatsListCall
Alignment sets the optional parameter "alignment": The alignment of thetimed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
Possible values:
"ERROR_COUNT_ALIGNMENT_UNSPECIFIED" - No alignment specified."ALIGNMENT_EQUAL_ROUNDED" - The time periods shall be consecutive, have
width equal to the requested duration, and be aligned at the alignment_timeprovided in the request. The alignment_time does not have to be inside thequery period but even if it is outside, only time periods are returned whichoverlap with the query period. A rounded alignment will typically result ina different size of the first or the last time period.
"ALIGNMENT_EQUAL_AT_END" - The time periods shall be consecutive, have
width equal to the requested duration, and be aligned at the end of therequested time period. This can result in a different size of the first timeperiod.
func (*ProjectsGroupStatsListCall)AlignmentTime¶
func (c *ProjectsGroupStatsListCall) AlignmentTime(alignmentTimestring) *ProjectsGroupStatsListCall
AlignmentTime sets the optional parameter "alignmentTime": Time where thetimed counts shall be aligned if rounded alignment is chosen. Default is00:00 UTC.
func (*ProjectsGroupStatsListCall)Context¶
func (c *ProjectsGroupStatsListCall) Context(ctxcontext.Context) *ProjectsGroupStatsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGroupStatsListCall)Do¶
func (c *ProjectsGroupStatsListCall) Do(opts ...googleapi.CallOption) (*ListGroupStatsResponse,error)
Do executes the "clouderrorreporting.projects.groupStats.list" call.Any non-2xx status code is an error. Response headers are in either*ListGroupStatsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsGroupStatsListCall)Fields¶
func (c *ProjectsGroupStatsListCall) Fields(s ...googleapi.Field) *ProjectsGroupStatsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsGroupStatsListCall)GroupId¶
func (c *ProjectsGroupStatsListCall) GroupId(groupId ...string) *ProjectsGroupStatsListCall
GroupId sets the optional parameter "groupId": List all ErrorGroupStats withthese IDs. The `group_id` is a unique identifier for a particular errorgroup. The identifier is derived from key parts of the error-log content andis treated as Service Data. For information about how Service Data ishandled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
func (*ProjectsGroupStatsListCall)Header¶
func (c *ProjectsGroupStatsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsGroupStatsListCall)IfNoneMatch¶
func (c *ProjectsGroupStatsListCall) IfNoneMatch(entityTagstring) *ProjectsGroupStatsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsGroupStatsListCall)Order¶
func (c *ProjectsGroupStatsListCall) Order(orderstring) *ProjectsGroupStatsListCall
Order sets the optional parameter "order": The sort order in which theresults are returned. Default is `COUNT_DESC`.
Possible values:
"GROUP_ORDER_UNSPECIFIED" - No group order specified."COUNT_DESC" - Total count of errors in the given time window in
descending order.
"LAST_SEEN_DESC" - Timestamp when the group was last seen in the given
time window in descending order.
"CREATED_DESC" - Timestamp when the group was created in descending order."AFFECTED_USERS_DESC" - Number of affected users in the given time window
in descending order.
func (*ProjectsGroupStatsListCall)PageSize¶
func (c *ProjectsGroupStatsListCall) PageSize(pageSizeint64) *ProjectsGroupStatsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofresults to return per response. Default is 20.
func (*ProjectsGroupStatsListCall)PageToken¶
func (c *ProjectsGroupStatsListCall) PageToken(pageTokenstring) *ProjectsGroupStatsListCall
PageToken sets the optional parameter "pageToken": A next_page_tokenprovided by a previous response. To view additional results, pass this tokenalong with the identical query parameters as the first request.
func (*ProjectsGroupStatsListCall)Pages¶
func (c *ProjectsGroupStatsListCall) Pages(ctxcontext.Context, f func(*ListGroupStatsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*ProjectsGroupStatsListCall)ServiceFilterResourceType¶
func (c *ProjectsGroupStatsListCall) ServiceFilterResourceType(serviceFilterResourceTypestring) *ProjectsGroupStatsListCall
ServiceFilterResourceType sets the optional parameter"serviceFilter.resourceType": The exact value to match against`ServiceContext.resource_type`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
func (*ProjectsGroupStatsListCall)ServiceFilterService¶
func (c *ProjectsGroupStatsListCall) ServiceFilterService(serviceFilterServicestring) *ProjectsGroupStatsListCall
ServiceFilterService sets the optional parameter "serviceFilter.service":The exact value to match against `ServiceContext.service`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
func (*ProjectsGroupStatsListCall)ServiceFilterVersion¶
func (c *ProjectsGroupStatsListCall) ServiceFilterVersion(serviceFilterVersionstring) *ProjectsGroupStatsListCall
ServiceFilterVersion sets the optional parameter "serviceFilter.version":The exact value to match against `ServiceContext.version`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
func (*ProjectsGroupStatsListCall)TimeRangePeriod¶
func (c *ProjectsGroupStatsListCall) TimeRangePeriod(timeRangePeriodstring) *ProjectsGroupStatsListCall
TimeRangePeriod sets the optional parameter "timeRange.period": Restrictsthe query to the specified time range.
Possible values:
"PERIOD_UNSPECIFIED" - Do not use."PERIOD_1_HOUR" - Retrieve data for the last hour. Recommended minimum
timed count duration: 1 min.
"PERIOD_6_HOURS" - Retrieve data for the last 6 hours. Recommended minimum
timed count duration: 10 min.
"PERIOD_1_DAY" - Retrieve data for the last day. Recommended minimum timed
count duration: 1 hour.
"PERIOD_1_WEEK" - Retrieve data for the last week. Recommended minimum
timed count duration: 6 hours.
"PERIOD_30_DAYS" - Retrieve data for the last 30 days. Recommended minimum
timed count duration: 1 day.
func (*ProjectsGroupStatsListCall)TimedCountDuration¶
func (c *ProjectsGroupStatsListCall) TimedCountDuration(timedCountDurationstring) *ProjectsGroupStatsListCall
TimedCountDuration sets the optional parameter "timedCountDuration": Thepreferred duration for a single returned TimedCount. If not set, no timedcounts are returned.
typeProjectsGroupStatsService¶
type ProjectsGroupStatsService struct {// contains filtered or unexported fields}funcNewProjectsGroupStatsService¶
func NewProjectsGroupStatsService(s *Service) *ProjectsGroupStatsService
func (*ProjectsGroupStatsService)List¶
func (r *ProjectsGroupStatsService) List(projectNamestring) *ProjectsGroupStatsListCall
List: Lists the specified groups.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or `projects/{projectNumber}`, where`{projectID}` and `{projectNumber}` can be found in the Google Cloudconsole (https://support.google.com/cloud/answer/6158840). It may alsoinclude a location, such as `projects/{projectID}/locations/{location}`where `{location}` is a cloud region. Examples: `projects/my-project-123`,`projects/5551234`, `projects/my-project-123/locations/us-central1`,`projects/5551234/locations/us-central1`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified. Use `-` as a wildcard to request group statsfrom all regions.
typeProjectsGroupsGetCall¶
type ProjectsGroupsGetCall struct {// contains filtered or unexported fields}func (*ProjectsGroupsGetCall)Context¶
func (c *ProjectsGroupsGetCall) Context(ctxcontext.Context) *ProjectsGroupsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGroupsGetCall)Do¶
func (c *ProjectsGroupsGetCall) Do(opts ...googleapi.CallOption) (*ErrorGroup,error)
Do executes the "clouderrorreporting.projects.groups.get" call.Any non-2xx status code is an error. Response headers are in either*ErrorGroup.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGroupsGetCall)Fields¶
func (c *ProjectsGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsGroupsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsGroupsGetCall)Header¶
func (c *ProjectsGroupsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsGroupsGetCall)IfNoneMatch¶
func (c *ProjectsGroupsGetCall) IfNoneMatch(entityTagstring) *ProjectsGroupsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsGroupsService¶
type ProjectsGroupsService struct {// contains filtered or unexported fields}funcNewProjectsGroupsService¶
func NewProjectsGroupsService(s *Service) *ProjectsGroupsService
func (*ProjectsGroupsService)Get¶
func (r *ProjectsGroupsService) Get(groupNameidstring) *ProjectsGroupsGetCall
Get: Get the specified group.
- groupName: The group resource name. Written as either`projects/{projectID}/groups/{group_id}` or`projects/{projectID}/locations/{location}/groups/{group_id}`. CallgroupStats.list to return a list of groups belonging to this project.Examples: `projects/my-project-123/groups/my-group`,`projects/my-project-123/locations/global/groups/my-group` In the groupresource name, the `group_id` is a unique identifier for a particularerror group. The identifier is derived from key parts of the error-logcontent and is treated as Service Data. For information about how ServiceData is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice). For a list ofsupported locations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
func (*ProjectsGroupsService)Update¶
func (r *ProjectsGroupsService) Update(nameidstring, errorgroup *ErrorGroup) *ProjectsGroupsUpdateCall
Update: Replace the data for the specified group. Fails if the group doesnot exist.
- name: The group resource name. Written as`projects/{projectID}/groups/{group_id}` or`projects/{projectID}/locations/{location}/groups/{group_id}` Examples:`projects/my-project-123/groups/my-group`,`projects/my-project-123/locations/us-central1/groups/my-group` In thegroup resource name, the `group_id` is a unique identifier for aparticular error group. The identifier is derived from key parts of theerror-log content and is treated as Service Data. For information abouthow Service Data is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice). For a list ofsupported locations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
typeProjectsGroupsUpdateCall¶
type ProjectsGroupsUpdateCall struct {// contains filtered or unexported fields}func (*ProjectsGroupsUpdateCall)Context¶
func (c *ProjectsGroupsUpdateCall) Context(ctxcontext.Context) *ProjectsGroupsUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsGroupsUpdateCall)Do¶
func (c *ProjectsGroupsUpdateCall) Do(opts ...googleapi.CallOption) (*ErrorGroup,error)
Do executes the "clouderrorreporting.projects.groups.update" call.Any non-2xx status code is an error. Response headers are in either*ErrorGroup.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsGroupsUpdateCall)Fields¶
func (c *ProjectsGroupsUpdateCall) Fields(s ...googleapi.Field) *ProjectsGroupsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsGroupsUpdateCall)Header¶
func (c *ProjectsGroupsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsDeleteEventsCall¶added inv0.188.0
type ProjectsLocationsDeleteEventsCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsDeleteEventsCall)Context¶added inv0.188.0
func (c *ProjectsLocationsDeleteEventsCall) Context(ctxcontext.Context) *ProjectsLocationsDeleteEventsCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsDeleteEventsCall)Do¶added inv0.188.0
func (c *ProjectsLocationsDeleteEventsCall) Do(opts ...googleapi.CallOption) (*DeleteEventsResponse,error)
Do executes the "clouderrorreporting.projects.locations.deleteEvents" call.Any non-2xx status code is an error. Response headers are in either*DeleteEventsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsLocationsDeleteEventsCall)Fields¶added inv0.188.0
func (c *ProjectsLocationsDeleteEventsCall) Fields(s ...googleapi.Field) *ProjectsLocationsDeleteEventsCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsDeleteEventsCall)Header¶added inv0.188.0
func (c *ProjectsLocationsDeleteEventsCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsEventsListCall¶added inv0.188.0
type ProjectsLocationsEventsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsEventsListCall)Context¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) Context(ctxcontext.Context) *ProjectsLocationsEventsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsEventsListCall)Do¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) Do(opts ...googleapi.CallOption) (*ListEventsResponse,error)
Do executes the "clouderrorreporting.projects.locations.events.list" call.Any non-2xx status code is an error. Response headers are in either*ListEventsResponse.ServerResponse.Header or (if a response was returned atall) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsLocationsEventsListCall)Fields¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsEventsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsEventsListCall)GroupId¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) GroupId(groupIdstring) *ProjectsLocationsEventsListCall
GroupId sets the optional parameter "groupId": Required. The group for whichevents shall be returned. The `group_id` is a unique identifier for aparticular error group. The identifier is derived from key parts of theerror-log content and is treated as Service Data. For information about howService Data is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice).
func (*ProjectsLocationsEventsListCall)Header¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsEventsListCall)IfNoneMatch¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsEventsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsEventsListCall)PageSize¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) PageSize(pageSizeint64) *ProjectsLocationsEventsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofresults to return per response.
func (*ProjectsLocationsEventsListCall)PageToken¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) PageToken(pageTokenstring) *ProjectsLocationsEventsListCall
PageToken sets the optional parameter "pageToken": A `next_page_token`provided by a previous response.
func (*ProjectsLocationsEventsListCall)Pages¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) Pages(ctxcontext.Context, f func(*ListEventsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*ProjectsLocationsEventsListCall)ServiceFilterResourceType¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) ServiceFilterResourceType(serviceFilterResourceTypestring) *ProjectsLocationsEventsListCall
ServiceFilterResourceType sets the optional parameter"serviceFilter.resourceType": The exact value to match against`ServiceContext.resource_type`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
func (*ProjectsLocationsEventsListCall)ServiceFilterService¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) ServiceFilterService(serviceFilterServicestring) *ProjectsLocationsEventsListCall
ServiceFilterService sets the optional parameter "serviceFilter.service":The exact value to match against `ServiceContext.service`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
func (*ProjectsLocationsEventsListCall)ServiceFilterVersion¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) ServiceFilterVersion(serviceFilterVersionstring) *ProjectsLocationsEventsListCall
ServiceFilterVersion sets the optional parameter "serviceFilter.version":The exact value to match against `ServiceContext.version`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
func (*ProjectsLocationsEventsListCall)TimeRangePeriod¶added inv0.188.0
func (c *ProjectsLocationsEventsListCall) TimeRangePeriod(timeRangePeriodstring) *ProjectsLocationsEventsListCall
TimeRangePeriod sets the optional parameter "timeRange.period": Restrictsthe query to the specified time range.
Possible values:
"PERIOD_UNSPECIFIED" - Do not use."PERIOD_1_HOUR" - Retrieve data for the last hour. Recommended minimum
timed count duration: 1 min.
"PERIOD_6_HOURS" - Retrieve data for the last 6 hours. Recommended minimum
timed count duration: 10 min.
"PERIOD_1_DAY" - Retrieve data for the last day. Recommended minimum timed
count duration: 1 hour.
"PERIOD_1_WEEK" - Retrieve data for the last week. Recommended minimum
timed count duration: 6 hours.
"PERIOD_30_DAYS" - Retrieve data for the last 30 days. Recommended minimum
timed count duration: 1 day.
typeProjectsLocationsEventsService¶added inv0.188.0
type ProjectsLocationsEventsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsEventsService¶added inv0.188.0
func NewProjectsLocationsEventsService(s *Service) *ProjectsLocationsEventsService
func (*ProjectsLocationsEventsService)List¶added inv0.188.0
func (r *ProjectsLocationsEventsService) List(projectNamestring) *ProjectsLocationsEventsListCall
List: Lists the specified events.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or`projects/{projectID}/locations/{location}`, where `{projectID}` is theGoogle Cloud Platform project ID(https://support.google.com/cloud/answer/6158840) and `{location}` is aCloud region. Examples: `projects/my-project-123`,`projects/my-project-123/locations/global`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
typeProjectsLocationsGroupStatsListCall¶added inv0.188.0
type ProjectsLocationsGroupStatsListCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsGroupStatsListCall)Alignment¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Alignment(alignmentstring) *ProjectsLocationsGroupStatsListCall
Alignment sets the optional parameter "alignment": The alignment of thetimed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
Possible values:
"ERROR_COUNT_ALIGNMENT_UNSPECIFIED" - No alignment specified."ALIGNMENT_EQUAL_ROUNDED" - The time periods shall be consecutive, have
width equal to the requested duration, and be aligned at the alignment_timeprovided in the request. The alignment_time does not have to be inside thequery period but even if it is outside, only time periods are returned whichoverlap with the query period. A rounded alignment will typically result ina different size of the first or the last time period.
"ALIGNMENT_EQUAL_AT_END" - The time periods shall be consecutive, have
width equal to the requested duration, and be aligned at the end of therequested time period. This can result in a different size of the first timeperiod.
func (*ProjectsLocationsGroupStatsListCall)AlignmentTime¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) AlignmentTime(alignmentTimestring) *ProjectsLocationsGroupStatsListCall
AlignmentTime sets the optional parameter "alignmentTime": Time where thetimed counts shall be aligned if rounded alignment is chosen. Default is00:00 UTC.
func (*ProjectsLocationsGroupStatsListCall)Context¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Context(ctxcontext.Context) *ProjectsLocationsGroupStatsListCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGroupStatsListCall)Do¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Do(opts ...googleapi.CallOption) (*ListGroupStatsResponse,error)
Do executes the "clouderrorreporting.projects.locations.groupStats.list" call.Any non-2xx status code is an error. Response headers are in either*ListGroupStatsResponse.ServerResponse.Header or (if a response was returnedat all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified tocheck whether the returned error was because http.StatusNotModified wasreturned.
func (*ProjectsLocationsGroupStatsListCall)Fields¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupStatsListCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsGroupStatsListCall)GroupId¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) GroupId(groupId ...string) *ProjectsLocationsGroupStatsListCall
GroupId sets the optional parameter "groupId": List all ErrorGroupStats withthese IDs. The `group_id` is a unique identifier for a particular errorgroup. The identifier is derived from key parts of the error-log content andis treated as Service Data. For information about how Service Data ishandled, see [Google Cloud Privacy Notice](https://cloud.google.com/terms/cloud-privacy-notice).
func (*ProjectsLocationsGroupStatsListCall)Header¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsGroupStatsListCall)IfNoneMatch¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) IfNoneMatch(entityTagstring) *ProjectsLocationsGroupStatsListCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
func (*ProjectsLocationsGroupStatsListCall)Order¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Order(orderstring) *ProjectsLocationsGroupStatsListCall
Order sets the optional parameter "order": The sort order in which theresults are returned. Default is `COUNT_DESC`.
Possible values:
"GROUP_ORDER_UNSPECIFIED" - No group order specified."COUNT_DESC" - Total count of errors in the given time window in
descending order.
"LAST_SEEN_DESC" - Timestamp when the group was last seen in the given
time window in descending order.
"CREATED_DESC" - Timestamp when the group was created in descending order."AFFECTED_USERS_DESC" - Number of affected users in the given time window
in descending order.
func (*ProjectsLocationsGroupStatsListCall)PageSize¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) PageSize(pageSizeint64) *ProjectsLocationsGroupStatsListCall
PageSize sets the optional parameter "pageSize": The maximum number ofresults to return per response. Default is 20.
func (*ProjectsLocationsGroupStatsListCall)PageToken¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) PageToken(pageTokenstring) *ProjectsLocationsGroupStatsListCall
PageToken sets the optional parameter "pageToken": A next_page_tokenprovided by a previous response. To view additional results, pass this tokenalong with the identical query parameters as the first request.
func (*ProjectsLocationsGroupStatsListCall)Pages¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) Pages(ctxcontext.Context, f func(*ListGroupStatsResponse)error)error
Pages invokes f for each page of results.A non-nil error returned from f will halt the iteration.The provided context supersedes any context provided to the Context method.
func (*ProjectsLocationsGroupStatsListCall)ServiceFilterResourceType¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterResourceType(serviceFilterResourceTypestring) *ProjectsLocationsGroupStatsListCall
ServiceFilterResourceType sets the optional parameter"serviceFilter.resourceType": The exact value to match against`ServiceContext.resource_type`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type).
func (*ProjectsLocationsGroupStatsListCall)ServiceFilterService¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterService(serviceFilterServicestring) *ProjectsLocationsGroupStatsListCall
ServiceFilterService sets the optional parameter "serviceFilter.service":The exact value to match against `ServiceContext.service`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
func (*ProjectsLocationsGroupStatsListCall)ServiceFilterVersion¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) ServiceFilterVersion(serviceFilterVersionstring) *ProjectsLocationsGroupStatsListCall
ServiceFilterVersion sets the optional parameter "serviceFilter.version":The exact value to match against `ServiceContext.version`(/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version).
func (*ProjectsLocationsGroupStatsListCall)TimeRangePeriod¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) TimeRangePeriod(timeRangePeriodstring) *ProjectsLocationsGroupStatsListCall
TimeRangePeriod sets the optional parameter "timeRange.period": Restrictsthe query to the specified time range.
Possible values:
"PERIOD_UNSPECIFIED" - Do not use."PERIOD_1_HOUR" - Retrieve data for the last hour. Recommended minimum
timed count duration: 1 min.
"PERIOD_6_HOURS" - Retrieve data for the last 6 hours. Recommended minimum
timed count duration: 10 min.
"PERIOD_1_DAY" - Retrieve data for the last day. Recommended minimum timed
count duration: 1 hour.
"PERIOD_1_WEEK" - Retrieve data for the last week. Recommended minimum
timed count duration: 6 hours.
"PERIOD_30_DAYS" - Retrieve data for the last 30 days. Recommended minimum
timed count duration: 1 day.
func (*ProjectsLocationsGroupStatsListCall)TimedCountDuration¶added inv0.188.0
func (c *ProjectsLocationsGroupStatsListCall) TimedCountDuration(timedCountDurationstring) *ProjectsLocationsGroupStatsListCall
TimedCountDuration sets the optional parameter "timedCountDuration": Thepreferred duration for a single returned TimedCount. If not set, no timedcounts are returned.
typeProjectsLocationsGroupStatsService¶added inv0.188.0
type ProjectsLocationsGroupStatsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsGroupStatsService¶added inv0.188.0
func NewProjectsLocationsGroupStatsService(s *Service) *ProjectsLocationsGroupStatsService
func (*ProjectsLocationsGroupStatsService)List¶added inv0.188.0
func (r *ProjectsLocationsGroupStatsService) List(projectNamestring) *ProjectsLocationsGroupStatsListCall
List: Lists the specified groups.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or `projects/{projectNumber}`, where`{projectID}` and `{projectNumber}` can be found in the Google Cloudconsole (https://support.google.com/cloud/answer/6158840). It may alsoinclude a location, such as `projects/{projectID}/locations/{location}`where `{location}` is a cloud region. Examples: `projects/my-project-123`,`projects/5551234`, `projects/my-project-123/locations/us-central1`,`projects/5551234/locations/us-central1`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified. Use `-` as a wildcard to request group statsfrom all regions.
typeProjectsLocationsGroupsGetCall¶added inv0.188.0
type ProjectsLocationsGroupsGetCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsGroupsGetCall)Context¶added inv0.188.0
func (c *ProjectsLocationsGroupsGetCall) Context(ctxcontext.Context) *ProjectsLocationsGroupsGetCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGroupsGetCall)Do¶added inv0.188.0
func (c *ProjectsLocationsGroupsGetCall) Do(opts ...googleapi.CallOption) (*ErrorGroup,error)
Do executes the "clouderrorreporting.projects.locations.groups.get" call.Any non-2xx status code is an error. Response headers are in either*ErrorGroup.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGroupsGetCall)Fields¶added inv0.188.0
func (c *ProjectsLocationsGroupsGetCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupsGetCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsGroupsGetCall)Header¶added inv0.188.0
func (c *ProjectsLocationsGroupsGetCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
func (*ProjectsLocationsGroupsGetCall)IfNoneMatch¶added inv0.188.0
func (c *ProjectsLocationsGroupsGetCall) IfNoneMatch(entityTagstring) *ProjectsLocationsGroupsGetCall
IfNoneMatch sets an optional parameter which makes the operation fail if theobject's ETag matches the given value. This is useful for getting updatesonly after the object has changed since the last request.
typeProjectsLocationsGroupsService¶added inv0.188.0
type ProjectsLocationsGroupsService struct {// contains filtered or unexported fields}funcNewProjectsLocationsGroupsService¶added inv0.188.0
func NewProjectsLocationsGroupsService(s *Service) *ProjectsLocationsGroupsService
func (*ProjectsLocationsGroupsService)Get¶added inv0.188.0
func (r *ProjectsLocationsGroupsService) Get(groupNameidstring) *ProjectsLocationsGroupsGetCall
Get: Get the specified group.
- groupName: The group resource name. Written as either`projects/{projectID}/groups/{group_id}` or`projects/{projectID}/locations/{location}/groups/{group_id}`. CallgroupStats.list to return a list of groups belonging to this project.Examples: `projects/my-project-123/groups/my-group`,`projects/my-project-123/locations/global/groups/my-group` In the groupresource name, the `group_id` is a unique identifier for a particularerror group. The identifier is derived from key parts of the error-logcontent and is treated as Service Data. For information about how ServiceData is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice). For a list ofsupported locations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
func (*ProjectsLocationsGroupsService)Update¶added inv0.188.0
func (r *ProjectsLocationsGroupsService) Update(nameidstring, errorgroup *ErrorGroup) *ProjectsLocationsGroupsUpdateCall
Update: Replace the data for the specified group. Fails if the group doesnot exist.
- name: The group resource name. Written as`projects/{projectID}/groups/{group_id}` or`projects/{projectID}/locations/{location}/groups/{group_id}` Examples:`projects/my-project-123/groups/my-group`,`projects/my-project-123/locations/us-central1/groups/my-group` In thegroup resource name, the `group_id` is a unique identifier for aparticular error group. The identifier is derived from key parts of theerror-log content and is treated as Service Data. For information abouthow Service Data is handled, see Google Cloud Privacy Notice(https://cloud.google.com/terms/cloud-privacy-notice). For a list ofsupported locations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
typeProjectsLocationsGroupsUpdateCall¶added inv0.188.0
type ProjectsLocationsGroupsUpdateCall struct {// contains filtered or unexported fields}func (*ProjectsLocationsGroupsUpdateCall)Context¶added inv0.188.0
func (c *ProjectsLocationsGroupsUpdateCall) Context(ctxcontext.Context) *ProjectsLocationsGroupsUpdateCall
Context sets the context to be used in this call's Do method.
func (*ProjectsLocationsGroupsUpdateCall)Do¶added inv0.188.0
func (c *ProjectsLocationsGroupsUpdateCall) Do(opts ...googleapi.CallOption) (*ErrorGroup,error)
Do executes the "clouderrorreporting.projects.locations.groups.update" call.Any non-2xx status code is an error. Response headers are in either*ErrorGroup.ServerResponse.Header or (if a response was returned at all) inerror.(*googleapi.Error).Header. Use googleapi.IsNotModified to checkwhether the returned error was because http.StatusNotModified was returned.
func (*ProjectsLocationsGroupsUpdateCall)Fields¶added inv0.188.0
func (c *ProjectsLocationsGroupsUpdateCall) Fields(s ...googleapi.Field) *ProjectsLocationsGroupsUpdateCall
Fields allows partial responses to be retrieved. Seehttps://developers.google.com/gdata/docs/2.0/basics#PartialResponse for moredetails.
func (*ProjectsLocationsGroupsUpdateCall)Header¶added inv0.188.0
func (c *ProjectsLocationsGroupsUpdateCall) Header()http.Header
Header returns a http.Header that can be modified by the caller to addheaders to the request.
typeProjectsLocationsService¶added inv0.188.0
type ProjectsLocationsService struct {Events *ProjectsLocationsEventsServiceGroupStats *ProjectsLocationsGroupStatsServiceGroups *ProjectsLocationsGroupsService// contains filtered or unexported fields}funcNewProjectsLocationsService¶added inv0.188.0
func NewProjectsLocationsService(s *Service) *ProjectsLocationsService
func (*ProjectsLocationsService)DeleteEvents¶added inv0.188.0
func (r *ProjectsLocationsService) DeleteEvents(projectNamestring) *ProjectsLocationsDeleteEventsCall
DeleteEvents: Deletes all error events of a given project.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or`projects/{projectID}/locations/{location}`, where `{projectID}` is theGoogle Cloud Platform project ID(https://support.google.com/cloud/answer/6158840) and `{location}` is aCloud region. Examples: `projects/my-project-123`,`projects/my-project-123/locations/global`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
typeProjectsService¶
type ProjectsService struct {Events *ProjectsEventsServiceGroupStats *ProjectsGroupStatsServiceGroups *ProjectsGroupsServiceLocations *ProjectsLocationsService// contains filtered or unexported fields}funcNewProjectsService¶
func NewProjectsService(s *Service) *ProjectsService
func (*ProjectsService)DeleteEvents¶
func (r *ProjectsService) DeleteEvents(projectNamestring) *ProjectsDeleteEventsCall
DeleteEvents: Deletes all error events of a given project.
- projectName: The resource name of the Google Cloud Platform project.Written as `projects/{projectID}` or`projects/{projectID}/locations/{location}`, where `{projectID}` is theGoogle Cloud Platform project ID(https://support.google.com/cloud/answer/6158840) and `{location}` is aCloud region. Examples: `projects/my-project-123`,`projects/my-project-123/locations/global`. For a list of supportedlocations, see Supported Regions(https://cloud.google.com/logging/docs/region-support). `global` is thedefault when unspecified.
typeReportErrorEventResponse¶
type ReportErrorEventResponse struct {// ServerResponse contains the HTTP response code and headers from the server.googleapi.ServerResponse `json:"-"`}ReportErrorEventResponse: Response for reporting an individual error event.Data may be added to this message in the future.
typeReportedErrorEvent¶
type ReportedErrorEvent struct {// Context: Optional. A description of the context in which the error occurred.Context *ErrorContext `json:"context,omitempty"`// EventTime: Optional. Time when the event occurred. If not provided, the time// when the event was received by the Error Reporting system is used. If// provided, the time must not exceed the logs retention period// (https://cloud.google.com/logging/quotas#logs_retention_periods) in the// past, or be more than 24 hours in the future. If an invalid time is// provided, then an error is returned.EventTimestring `json:"eventTime,omitempty"`// Message: Required. The error message. If no `context.reportLocation` is// provided, the message must contain a header (typically consisting of the// exception type name and an error message) and an exception stack trace in// one of the supported programming languages and formats. Supported languages// are Java, Python, JavaScript, Ruby, C#, PHP, and Go. Supported stack trace// formats are: * **Java**: Must be the return value of// `Throwable.printStackTrace()`// (https://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#printStackTrace%28%29).// * **Python**: Must be the return value of `traceback.format_exc()`// (https://docs.python.org/2/library/traceback.html#traceback.format_exc). *// **JavaScript**: Must be the value of `error.stack`// (https://github.com/v8/v8/wiki/Stack-Trace-API) as returned by V8. *// **Ruby**: Must contain frames returned by `Exception.backtrace`// (https://ruby-doc.org/core-2.2.0/Exception.html#method-i-backtrace). *// **C#**: Must be the return value of `Exception.ToString()`// (https://msdn.microsoft.com/en-us/library/system.exception.tostring.aspx). *// **PHP**: Must be prefixed with "PHP (Notice|Parse error|Fatal// error|Warning): " and contain the result of `(string)$exception`// (https://php.net/manual/en/exception.tostring.php). * **Go**: Must be the// return value of `debug.Stack()` (https://pkg.go.dev/runtime/debug#Stack).Messagestring `json:"message,omitempty"`// ServiceContext: Required. The service context in which this error has// occurred.ServiceContext *ServiceContext `json:"serviceContext,omitempty"`// ForceSendFields is a list of field names (e.g. "Context") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Context") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ReportedErrorEvent: An error event which is reported to the Error Reportingsystem.
func (ReportedErrorEvent)MarshalJSON¶
func (sReportedErrorEvent) MarshalJSON() ([]byte,error)
typeService¶
type Service struct {BasePathstring// API endpoint base URLUserAgentstring// optional additional User-Agent fragmentProjects *ProjectsService// contains filtered or unexported fields} funcNewdeprecated
New creates a new Service. It uses the provided http.Client for requests.
Deprecated: please use NewService instead.To provide a custom HTTP client, use option.WithHTTPClient.If you are using google.golang.org/api/googleapis/transport.APIKey, use option.WithAPIKey with NewService instead.
funcNewService¶added inv0.3.0
NewService creates a new Service.
typeServiceContext¶
type ServiceContext struct {// ResourceType: Type of the MonitoredResource. List of possible values://https://cloud.google.com/monitoring/api/resources Value is set automatically// for incoming errors and must not be set when reporting errors.ResourceTypestring `json:"resourceType,omitempty"`// Service: An identifier of the service, such as the name of the executable,// job, or Google App Engine service name. This field is expected to have a low// number of values that are relatively stable over time, as opposed to// `version`, which can be changed whenever new code is deployed. Contains the// service name for error reports extracted from Google App Engine logs or// `default` if the App Engine default service is used.Servicestring `json:"service,omitempty"`// Version: Represents the source code version that the developer provided,// which could represent a version label or a Git SHA-1 hash, for example. For// App Engine standard environment, the version is set to the version of the// app.Versionstring `json:"version,omitempty"`// ForceSendFields is a list of field names (e.g. "ResourceType") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "ResourceType") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}ServiceContext: Describes a running service that sends errors. Its versionchanges over time and multiple versions can run in parallel.
func (ServiceContext)MarshalJSON¶
func (sServiceContext) MarshalJSON() ([]byte,error)
typeSourceLocation¶
type SourceLocation struct {// FilePath: The source code filename, which can include a truncated relative// path, or a full path from a production machine.FilePathstring `json:"filePath,omitempty"`// FunctionName: Human-readable name of a function or method. The value can// include optional context like the class or package name. For example,// `my.package.MyClass.method` in case of Java.FunctionNamestring `json:"functionName,omitempty"`// LineNumber: 1-based. 0 indicates that the line number is unknown.LineNumberint64 `json:"lineNumber,omitempty"`// ForceSendFields is a list of field names (e.g. "FilePath") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "FilePath") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}SourceLocation: Indicates a location in the source code of the service forwhich errors are reported. `functionName` must be provided by theapplication when reporting an error, unless the error report contains a`message` with a supported exception stack trace. All fields are optionalfor the later case.
func (SourceLocation)MarshalJSON¶
func (sSourceLocation) MarshalJSON() ([]byte,error)
typeSourceReference¶
type SourceReference struct {// Repository: Optional. A URI string identifying the repository. Example:// "https://github.com/GoogleCloudPlatform/kubernetes.git"Repositorystring `json:"repository,omitempty"`// RevisionId: The canonical and persistent identifier of the deployed// revision. Example (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"RevisionIdstring `json:"revisionId,omitempty"`// ForceSendFields is a list of field names (e.g. "Repository") to// unconditionally include in API requests. By default, fields with empty or// default values are omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Repository") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}SourceReference: A reference to a particular snapshot of the source treeused to build and deploy an application.
func (SourceReference)MarshalJSON¶
func (sSourceReference) MarshalJSON() ([]byte,error)
typeTimedCount¶
type TimedCount struct {// Count: Approximate number of occurrences in the given time period.Countint64 `json:"count,omitempty,string"`// EndTime: End of the time period to which `count` refers (excluded).EndTimestring `json:"endTime,omitempty"`// StartTime: Start of the time period to which `count` refers (included).StartTimestring `json:"startTime,omitempty"`// ForceSendFields is a list of field names (e.g. "Count") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Count") to include in API// requests with the JSON null value. By default, fields with empty values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}TimedCount: The number of errors in a given time period. All numbers areapproximate since the error events are sampled before counting them.
func (TimedCount)MarshalJSON¶
func (sTimedCount) MarshalJSON() ([]byte,error)
typeTrackingIssue¶
type TrackingIssue struct {// Url: A URL pointing to a related entry in an issue tracking system. Example:// `https://github.com/user/project/issues/4`Urlstring `json:"url,omitempty"`// ForceSendFields is a list of field names (e.g. "Url") to unconditionally// include in API requests. By default, fields with empty or default values are// omitted from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more// details.ForceSendFields []string `json:"-"`// NullFields is a list of field names (e.g. "Url") to include in API requests// with the JSON null value. By default, fields with empty values are omitted// from API requests. See//https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.NullFields []string `json:"-"`}TrackingIssue: Information related to tracking the progress on resolving theerror.
func (TrackingIssue)MarshalJSON¶
func (sTrackingIssue) MarshalJSON() ([]byte,error)