Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudPlatformScope + type DeleteEventsResponse struct + type ErrorContext struct + ForceSendFields []string + HttpRequest *HttpRequestContext + NullFields []string + ReportLocation *SourceLocation + SourceReferences []*SourceReference + User string + func (s ErrorContext) MarshalJSON() ([]byte, error) + type ErrorEvent struct + Context *ErrorContext + EventTime string + ForceSendFields []string + Message string + NullFields []string + ServiceContext *ServiceContext + func (s ErrorEvent) MarshalJSON() ([]byte, error) + type ErrorGroup struct + ForceSendFields []string + GroupId string + Name string + NullFields []string + ResolutionStatus string + TrackingIssues []*TrackingIssue + func (s ErrorGroup) MarshalJSON() ([]byte, error) + type ErrorGroupStats struct + AffectedServices []*ServiceContext + AffectedUsersCount int64 + Count int64 + FirstSeenTime string + ForceSendFields []string + Group *ErrorGroup + LastSeenTime string + NullFields []string + NumAffectedServices int64 + Representative *ErrorEvent + TimedCounts []*TimedCount + func (s ErrorGroupStats) MarshalJSON() ([]byte, error) + type HttpRequestContext struct + ForceSendFields []string + Method string + NullFields []string + Referrer string + RemoteIp string + ResponseStatusCode int64 + Url string + UserAgent string + func (s HttpRequestContext) MarshalJSON() ([]byte, error) + type ListEventsResponse struct + ErrorEvents []*ErrorEvent + ForceSendFields []string + NextPageToken string + NullFields []string + TimeRangeBegin string + func (s ListEventsResponse) MarshalJSON() ([]byte, error) + type ListGroupStatsResponse struct + ErrorGroupStats []*ErrorGroupStats + ForceSendFields []string + NextPageToken string + NullFields []string + TimeRangeBegin string + func (s ListGroupStatsResponse) MarshalJSON() ([]byte, error) + type ProjectsDeleteEventsCall struct + 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 struct + 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 struct + 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 struct + func NewProjectsEventsService(s *Service) *ProjectsEventsService + func (r *ProjectsEventsService) List(projectName string) *ProjectsEventsListCall + func (r *ProjectsEventsService) Report(projectName string, reportederrorevent *ReportedErrorEvent) *ProjectsEventsReportCall + type ProjectsGroupStatsListCall struct + 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 struct + func NewProjectsGroupStatsService(s *Service) *ProjectsGroupStatsService + func (r *ProjectsGroupStatsService) List(projectName string) *ProjectsGroupStatsListCall + type ProjectsGroupsGetCall struct + 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 struct + func NewProjectsGroupsService(s *Service) *ProjectsGroupsService + func (r *ProjectsGroupsService) Get(groupNameid string) *ProjectsGroupsGetCall + func (r *ProjectsGroupsService) Update(nameid string, errorgroup *ErrorGroup) *ProjectsGroupsUpdateCall + type ProjectsGroupsUpdateCall struct + 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 struct + 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 struct + 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 struct + func NewProjectsLocationsEventsService(s *Service) *ProjectsLocationsEventsService + func (r *ProjectsLocationsEventsService) List(projectName string) *ProjectsLocationsEventsListCall + type ProjectsLocationsGroupStatsListCall struct + 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 struct + func NewProjectsLocationsGroupStatsService(s *Service) *ProjectsLocationsGroupStatsService + func (r *ProjectsLocationsGroupStatsService) List(projectName string) *ProjectsLocationsGroupStatsListCall + type ProjectsLocationsGroupsGetCall struct + 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 struct + func NewProjectsLocationsGroupsService(s *Service) *ProjectsLocationsGroupsService + func (r *ProjectsLocationsGroupsService) Get(groupNameid string) *ProjectsLocationsGroupsGetCall + func (r *ProjectsLocationsGroupsService) Update(nameid string, errorgroup *ErrorGroup) *ProjectsLocationsGroupsUpdateCall + type ProjectsLocationsGroupsUpdateCall struct + 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 struct + Events *ProjectsLocationsEventsService + GroupStats *ProjectsLocationsGroupStatsService + Groups *ProjectsLocationsGroupsService + func NewProjectsLocationsService(s *Service) *ProjectsLocationsService + func (r *ProjectsLocationsService) DeleteEvents(projectName string) *ProjectsLocationsDeleteEventsCall + type ProjectsService struct + Events *ProjectsEventsService + GroupStats *ProjectsGroupStatsService + Groups *ProjectsGroupsService + Locations *ProjectsLocationsService + func NewProjectsService(s *Service) *ProjectsService + func (r *ProjectsService) DeleteEvents(projectName string) *ProjectsDeleteEventsCall + type ReportErrorEventResponse struct + type ReportedErrorEvent struct + Context *ErrorContext + EventTime string + ForceSendFields []string + Message string + NullFields []string + ServiceContext *ServiceContext + func (s ReportedErrorEvent) MarshalJSON() ([]byte, error) + type Service struct + BasePath string + Projects *ProjectsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type ServiceContext struct + ForceSendFields []string + NullFields []string + ResourceType string + Service string + Version string + func (s ServiceContext) MarshalJSON() ([]byte, error) + type SourceLocation struct + FilePath string + ForceSendFields []string + FunctionName string + LineNumber int64 + NullFields []string + func (s SourceLocation) MarshalJSON() ([]byte, error) + type SourceReference struct + ForceSendFields []string + NullFields []string + Repository string + RevisionId string + func (s SourceReference) MarshalJSON() ([]byte, error) + type TimedCount struct + Count int64 + EndTime string + ForceSendFields []string + NullFields []string + StartTime string + func (s TimedCount) MarshalJSON() ([]byte, error) + type TrackingIssue struct + ForceSendFields []string + NullFields []string + Url string + func (s TrackingIssue) MarshalJSON() ([]byte, error)