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

17 uses

	google.golang.org/genproto/googleapis/devtools/clouderrorreporting/v1beta1 (current package)
		error_stats_service.pb.go#L983: type DeleteEventsRequest struct {
		error_stats_service.pb.go#L996: func (x *DeleteEventsRequest) Reset() {
		error_stats_service.pb.go#L997: 	*x = DeleteEventsRequest{}
		error_stats_service.pb.go#L1005: func (x *DeleteEventsRequest) String() string {
		error_stats_service.pb.go#L1009: func (*DeleteEventsRequest) ProtoMessage() {}
		error_stats_service.pb.go#L1011: func (x *DeleteEventsRequest) ProtoReflect() protoreflect.Message {
		error_stats_service.pb.go#L1024: func (*DeleteEventsRequest) Descriptor() ([]byte, []int) {
		error_stats_service.pb.go#L1028: func (x *DeleteEventsRequest) GetProjectName() string {
		error_stats_service.pb.go#L1396: 	(*DeleteEventsRequest)(nil),    // 11: google.devtools.clouderrorreporting.v1beta1.DeleteEventsRequest
		error_stats_service.pb.go#L1543: 			switch v := v.(*DeleteEventsRequest); i {
		error_stats_service.pb.go#L1605: 	DeleteEvents(ctx context.Context, in *DeleteEventsRequest, opts ...grpc.CallOption) (*DeleteEventsResponse, error)
		error_stats_service.pb.go#L1634: func (c *errorStatsServiceClient) DeleteEvents(ctx context.Context, in *DeleteEventsRequest, opts ...grpc.CallOption) (*DeleteEventsResponse, error) {
		error_stats_service.pb.go#L1650: 	DeleteEvents(context.Context, *DeleteEventsRequest) (*DeleteEventsResponse, error)
		error_stats_service.pb.go#L1663: func (*UnimplementedErrorStatsServiceServer) DeleteEvents(context.Context, *DeleteEventsRequest) (*DeleteEventsResponse, error) {
		error_stats_service.pb.go#L1708: 	in := new(DeleteEventsRequest)
		error_stats_service.pb.go#L1720: 		return srv.(ErrorStatsServiceServer).DeleteEvents(ctx, req.(*DeleteEventsRequest))

	cloud.google.com/go/errorreporting/apiv1beta1
		error_stats_client.go#L258: func (c *ErrorStatsClient) DeleteEvents(ctx context.Context, req *clouderrorreportingpb.DeleteEventsRequest, opts ...gax.CallOption) (*clouderrorreportingpb.DeleteEventsResponse, error) {