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

17 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		report_errors_service.pb.go#L114: type ReportErrorEventResponse struct {
		report_errors_service.pb.go#L120: func (x *ReportErrorEventResponse) Reset() {
		report_errors_service.pb.go#L121: 	*x = ReportErrorEventResponse{}
		report_errors_service.pb.go#L129: func (x *ReportErrorEventResponse) String() string {
		report_errors_service.pb.go#L133: func (*ReportErrorEventResponse) ProtoMessage() {}
		report_errors_service.pb.go#L135: func (x *ReportErrorEventResponse) ProtoReflect() protoreflect.Message {
		report_errors_service.pb.go#L148: func (*ReportErrorEventResponse) Descriptor() ([]byte, []int) {
		report_errors_service.pb.go#L370: 	(*ReportErrorEventResponse)(nil), // 1: google.devtools.clouderrorreporting.v1beta1.ReportErrorEventResponse
		report_errors_service.pb.go#L410: 			switch v := v.(*ReportErrorEventResponse); i {
		report_errors_service.pb.go#L475: 	ReportErrorEvent(ctx context.Context, in *ReportErrorEventRequest, opts ...grpc.CallOption) (*ReportErrorEventResponse, error)
		report_errors_service.pb.go#L486: func (c *reportErrorsServiceClient) ReportErrorEvent(ctx context.Context, in *ReportErrorEventRequest, opts ...grpc.CallOption) (*ReportErrorEventResponse, error) {
		report_errors_service.pb.go#L487: 	out := new(ReportErrorEventResponse)
		report_errors_service.pb.go#L506: 	ReportErrorEvent(context.Context, *ReportErrorEventRequest) (*ReportErrorEventResponse, error)
		report_errors_service.pb.go#L513: func (*UnimplementedReportErrorsServiceServer) ReportErrorEvent(context.Context, *ReportErrorEventRequest) (*ReportErrorEventResponse, error) {

	cloud.google.com/go/errorreporting
		errors.go#L237: 	ReportErrorEvent(ctx context.Context, req *pb.ReportErrorEventRequest, opts ...gax.CallOption) (*pb.ReportErrorEventResponse, error)

	cloud.google.com/go/errorreporting/apiv1beta1
		report_errors_client.go#L142: func (c *ReportErrorsClient) ReportErrorEvent(ctx context.Context, req *clouderrorreportingpb.ReportErrorEventRequest, opts ...gax.CallOption) (*clouderrorreportingpb.ReportErrorEventResponse, error) {
		report_errors_client.go#L151: 	var resp *clouderrorreportingpb.ReportErrorEventResponse