type google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1.ServiceContext

22 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		common.pb.go#L175: 	ServiceContext *ServiceContext `protobuf:"bytes,2,opt,name=service_context,json=serviceContext,proto3" json:"service_context,omitempty"`
		common.pb.go#L221: func (x *ErrorEvent) GetServiceContext() *ServiceContext {
		common.pb.go#L244: type ServiceContext struct {
		common.pb.go#L270: func (x *ServiceContext) Reset() {
		common.pb.go#L271: 	*x = ServiceContext{}
		common.pb.go#L279: func (x *ServiceContext) String() string {
		common.pb.go#L283: func (*ServiceContext) ProtoMessage() {}
		common.pb.go#L285: func (x *ServiceContext) ProtoReflect() protoreflect.Message {
		common.pb.go#L298: func (*ServiceContext) Descriptor() ([]byte, []int) {
		common.pb.go#L302: func (x *ServiceContext) GetService() string {
		common.pb.go#L309: func (x *ServiceContext) GetVersion() string {
		common.pb.go#L316: func (x *ServiceContext) GetResourceType() string {
		common.pb.go#L708: 	(*ServiceContext)(nil),        // 3: google.devtools.clouderrorreporting.v1beta1.ServiceContext
		common.pb.go#L771: 			switch v := v.(*ServiceContext); i {
		error_stats_service.pb.go#L512: 	AffectedServices []*ServiceContext `protobuf:"bytes,7,rep,name=affected_services,json=affectedServices,proto3" json:"affected_services,omitempty"`
		error_stats_service.pb.go#L598: func (x *ErrorGroupStats) GetAffectedServices() []*ServiceContext {
		error_stats_service.pb.go#L1401: 	(*ServiceContext)(nil),         // 16: google.devtools.clouderrorreporting.v1beta1.ServiceContext
		report_errors_service.pb.go#L163: 	ServiceContext *ServiceContext `protobuf:"bytes,2,opt,name=service_context,json=serviceContext,proto3" json:"service_context,omitempty"`
		report_errors_service.pb.go#L232: func (x *ReportedErrorEvent) GetServiceContext() *ServiceContext {
		report_errors_service.pb.go#L373: 	(*ServiceContext)(nil),           // 4: google.devtools.clouderrorreporting.v1beta1.ServiceContext

	cloud.google.com/go/errorreporting
		errors.go#L80: 	serviceContext *pb.ServiceContext
		errors.go#L110: 		serviceContext: &pb.ServiceContext{