2017-11-01 22:03:46 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
2017-07-06 12:38:40 +00:00
|
|
|
// source: rpc.proto
|
2017-11-01 22:03:46 +00:00
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
package prompb
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
import (
|
2019-04-04 09:55:32 +00:00
|
|
|
context "context"
|
|
|
|
fmt "fmt"
|
2017-07-06 12:38:40 +00:00
|
|
|
|
2019-04-04 09:55:32 +00:00
|
|
|
_ "github.com/gogo/protobuf/gogoproto"
|
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
|
github_com_gogo_protobuf_types "github.com/gogo/protobuf/types"
|
|
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
|
|
grpc "google.golang.org/grpc"
|
2019-08-14 09:00:39 +00:00
|
|
|
codes "google.golang.org/grpc/codes"
|
|
|
|
status "google.golang.org/grpc/status"
|
2017-07-06 12:38:40 +00:00
|
|
|
|
2019-04-04 09:55:32 +00:00
|
|
|
io "io"
|
|
|
|
math "math"
|
2019-08-14 09:00:39 +00:00
|
|
|
math_bits "math/bits"
|
2019-04-04 09:55:32 +00:00
|
|
|
time "time"
|
|
|
|
)
|
2017-07-06 12:38:40 +00:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
var _ = time.Kitchen
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
type TSDBSnapshotRequest struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
SkipHead bool `protobuf:"varint,1,opt,name=skip_head,json=skipHead,proto3" json:"skip_head,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
func (m *TSDBSnapshotRequest) Reset() { *m = TSDBSnapshotRequest{} }
|
|
|
|
func (m *TSDBSnapshotRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TSDBSnapshotRequest) ProtoMessage() {}
|
|
|
|
func (*TSDBSnapshotRequest) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{0}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_TSDBSnapshotRequest.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *TSDBSnapshotRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_TSDBSnapshotRequest.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_TSDBSnapshotRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_TSDBSnapshotRequest proto.InternalMessageInfo
|
2017-07-06 12:38:40 +00:00
|
|
|
|
|
|
|
type TSDBSnapshotResponse struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotResponse) Reset() { *m = TSDBSnapshotResponse{} }
|
|
|
|
func (m *TSDBSnapshotResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TSDBSnapshotResponse) ProtoMessage() {}
|
|
|
|
func (*TSDBSnapshotResponse) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{1}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_TSDBSnapshotResponse.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *TSDBSnapshotResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_TSDBSnapshotResponse.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotResponse) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_TSDBSnapshotResponse.DiscardUnknown(m)
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
var xxx_messageInfo_TSDBSnapshotResponse proto.InternalMessageInfo
|
2017-07-06 12:38:40 +00:00
|
|
|
|
2017-11-30 10:35:29 +00:00
|
|
|
type TSDBCleanTombstonesRequest struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2017-11-30 10:35:29 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
func (m *TSDBCleanTombstonesRequest) Reset() { *m = TSDBCleanTombstonesRequest{} }
|
|
|
|
func (m *TSDBCleanTombstonesRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TSDBCleanTombstonesRequest) ProtoMessage() {}
|
|
|
|
func (*TSDBCleanTombstonesRequest) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{2}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_TSDBCleanTombstonesRequest.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *TSDBCleanTombstonesRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_TSDBCleanTombstonesRequest.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesRequest) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_TSDBCleanTombstonesRequest.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_TSDBCleanTombstonesRequest proto.InternalMessageInfo
|
2017-11-30 10:35:29 +00:00
|
|
|
|
|
|
|
type TSDBCleanTombstonesResponse struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
2017-11-30 10:35:29 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
func (m *TSDBCleanTombstonesResponse) Reset() { *m = TSDBCleanTombstonesResponse{} }
|
|
|
|
func (m *TSDBCleanTombstonesResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*TSDBCleanTombstonesResponse) ProtoMessage() {}
|
|
|
|
func (*TSDBCleanTombstonesResponse) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{3}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_TSDBCleanTombstonesResponse.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *TSDBCleanTombstonesResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_TSDBCleanTombstonesResponse.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesResponse) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_TSDBCleanTombstonesResponse.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_TSDBCleanTombstonesResponse proto.InternalMessageInfo
|
2017-11-30 10:35:29 +00:00
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
type SeriesDeleteRequest struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
MinTime *time.Time `protobuf:"bytes,1,opt,name=min_time,json=minTime,proto3,stdtime" json:"min_time,omitempty"`
|
|
|
|
MaxTime *time.Time `protobuf:"bytes,2,opt,name=max_time,json=maxTime,proto3,stdtime" json:"max_time,omitempty"`
|
|
|
|
Matchers []LabelMatcher `protobuf:"bytes,3,rep,name=matchers,proto3" json:"matchers"`
|
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteRequest) Reset() { *m = SeriesDeleteRequest{} }
|
|
|
|
func (m *SeriesDeleteRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SeriesDeleteRequest) ProtoMessage() {}
|
|
|
|
func (*SeriesDeleteRequest) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{4}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *SeriesDeleteRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *SeriesDeleteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_SeriesDeleteRequest.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *SeriesDeleteRequest) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SeriesDeleteRequest.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *SeriesDeleteRequest) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *SeriesDeleteRequest) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SeriesDeleteRequest.DiscardUnknown(m)
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
var xxx_messageInfo_SeriesDeleteRequest proto.InternalMessageInfo
|
2017-07-06 12:38:40 +00:00
|
|
|
|
|
|
|
type SeriesDeleteResponse struct {
|
2019-01-15 14:32:05 +00:00
|
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
XXX_unrecognized []byte `json:"-"`
|
|
|
|
XXX_sizecache int32 `json:"-"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteResponse) Reset() { *m = SeriesDeleteResponse{} }
|
|
|
|
func (m *SeriesDeleteResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*SeriesDeleteResponse) ProtoMessage() {}
|
|
|
|
func (*SeriesDeleteResponse) Descriptor() ([]byte, []int) {
|
2019-04-04 09:55:32 +00:00
|
|
|
return fileDescriptor_77a6da22d6a3feb1, []int{5}
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *SeriesDeleteResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *SeriesDeleteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_SeriesDeleteResponse.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
2019-01-15 14:32:05 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
func (m *SeriesDeleteResponse) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_SeriesDeleteResponse.Merge(m, src)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
|
|
|
func (m *SeriesDeleteResponse) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *SeriesDeleteResponse) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_SeriesDeleteResponse.DiscardUnknown(m)
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
var xxx_messageInfo_SeriesDeleteResponse proto.InternalMessageInfo
|
2017-07-06 12:38:40 +00:00
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*TSDBSnapshotRequest)(nil), "prometheus.TSDBSnapshotRequest")
|
|
|
|
proto.RegisterType((*TSDBSnapshotResponse)(nil), "prometheus.TSDBSnapshotResponse")
|
2017-11-30 10:35:29 +00:00
|
|
|
proto.RegisterType((*TSDBCleanTombstonesRequest)(nil), "prometheus.TSDBCleanTombstonesRequest")
|
|
|
|
proto.RegisterType((*TSDBCleanTombstonesResponse)(nil), "prometheus.TSDBCleanTombstonesResponse")
|
2017-07-06 12:38:40 +00:00
|
|
|
proto.RegisterType((*SeriesDeleteRequest)(nil), "prometheus.SeriesDeleteRequest")
|
|
|
|
proto.RegisterType((*SeriesDeleteResponse)(nil), "prometheus.SeriesDeleteResponse")
|
|
|
|
}
|
|
|
|
|
2019-04-04 09:55:32 +00:00
|
|
|
func init() { proto.RegisterFile("rpc.proto", fileDescriptor_77a6da22d6a3feb1) }
|
|
|
|
|
|
|
|
var fileDescriptor_77a6da22d6a3feb1 = []byte{
|
|
|
|
// 471 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x3d, 0x8f, 0xd3, 0x40,
|
|
|
|
0x10, 0xbd, 0xbd, 0x84, 0x23, 0xd9, 0x5c, 0xe5, 0x8b, 0x20, 0xf8, 0x42, 0x1c, 0x5c, 0x70, 0xa7,
|
|
|
|
0x2b, 0x6c, 0xc9, 0x74, 0x47, 0x45, 0xb8, 0x82, 0x02, 0x1a, 0x27, 0x15, 0x4d, 0xb4, 0x8e, 0x87,
|
|
|
|
0xc4, 0x22, 0xfb, 0x81, 0x77, 0x83, 0x0e, 0x4a, 0x3a, 0x2a, 0x90, 0xf8, 0x53, 0x91, 0x68, 0x90,
|
|
|
|
0xe8, 0xf9, 0x88, 0xf8, 0x21, 0x68, 0x77, 0xed, 0xbb, 0xc4, 0x32, 0xe2, 0xba, 0xd9, 0xd9, 0xf7,
|
|
|
|
0xe6, 0xcd, 0xbc, 0x19, 0xdc, 0xce, 0xc5, 0x2c, 0x10, 0x39, 0x57, 0xdc, 0xc1, 0x22, 0xe7, 0x14,
|
|
|
|
0xd4, 0x02, 0x56, 0xd2, 0xed, 0xa8, 0x77, 0x02, 0xa4, 0xfd, 0x70, 0xbd, 0x39, 0xe7, 0xf3, 0x25,
|
|
|
|
0x84, 0xe6, 0x95, 0xac, 0x5e, 0x85, 0x2a, 0xa3, 0x20, 0x15, 0xa1, 0xa2, 0x00, 0xf4, 0x0b, 0x00,
|
|
|
|
0x11, 0x59, 0x48, 0x18, 0xe3, 0x8a, 0xa8, 0x8c, 0xb3, 0x92, 0xde, 0x9d, 0xf3, 0x39, 0x37, 0x61,
|
|
|
|
0xa8, 0x23, 0x9b, 0xf5, 0x23, 0x7c, 0x34, 0x19, 0x5f, 0x8c, 0xc6, 0x8c, 0x08, 0xb9, 0xe0, 0x2a,
|
|
|
|
0x86, 0x37, 0x2b, 0x90, 0xca, 0x39, 0xc6, 0x6d, 0xf9, 0x3a, 0x13, 0xd3, 0x05, 0x90, 0xb4, 0x87,
|
|
|
|
0x86, 0xe8, 0xb4, 0x15, 0xb7, 0x74, 0xe2, 0x19, 0x90, 0xd4, 0x3f, 0xc3, 0xdd, 0x5d, 0x8e, 0x14,
|
|
|
|
0x9c, 0x49, 0x70, 0x1c, 0xdc, 0x64, 0x84, 0x82, 0xc1, 0xb7, 0x63, 0x13, 0xfb, 0x7d, 0xec, 0x6a,
|
|
|
|
0xec, 0xd3, 0x25, 0x10, 0x36, 0xe1, 0x34, 0x91, 0x8a, 0x33, 0x90, 0x85, 0x8c, 0x7f, 0x1f, 0x1f,
|
|
|
|
0xd7, 0xfe, 0xda, 0x82, 0xfe, 0x57, 0x84, 0x8f, 0xc6, 0x90, 0x67, 0x20, 0x2f, 0x60, 0x09, 0x0a,
|
|
|
|
0xca, 0xee, 0x1e, 0xe3, 0x16, 0xcd, 0xd8, 0x54, 0xcf, 0x6f, 0xc4, 0x3a, 0x91, 0x1b, 0xd8, 0xd9,
|
|
|
|
0x83, 0xd2, 0x9c, 0x60, 0x52, 0x9a, 0x33, 0x6a, 0x7e, 0xfe, 0xe9, 0xa1, 0xf8, 0x36, 0xcd, 0x98,
|
|
|
|
0xce, 0x19, 0x32, 0xb9, 0xb4, 0xe4, 0xfd, 0x1b, 0x93, 0xc9, 0xa5, 0x21, 0x9f, 0x6b, 0xb2, 0x9a,
|
|
|
|
0x2d, 0x20, 0x97, 0xbd, 0xc6, 0xb0, 0x71, 0xda, 0x89, 0x7a, 0xc1, 0xf5, 0xbe, 0x82, 0xe7, 0x24,
|
|
|
|
0x81, 0xe5, 0x0b, 0x0b, 0x18, 0x35, 0xd7, 0x3f, 0xbc, 0xbd, 0xf8, 0x0a, 0xef, 0xdf, 0xc1, 0xdd,
|
|
|
|
0xdd, 0x61, 0xec, 0x94, 0xd1, 0xc7, 0x06, 0xbe, 0xf5, 0x24, 0xa5, 0x19, 0x73, 0x72, 0x7c, 0xb8,
|
|
|
|
0x6d, 0xac, 0xe3, 0x6d, 0xd7, 0xae, 0x59, 0x93, 0x3b, 0xfc, 0x37, 0xa0, 0xb0, 0xd0, 0xfb, 0xf0,
|
|
|
|
0xfd, 0xcf, 0x97, 0xfd, 0x7b, 0xfe, 0xdd, 0xf0, 0x6d, 0x14, 0x12, 0xad, 0x12, 0x2a, 0x99, 0x26,
|
|
|
|
0xa1, 0x2c, 0x35, 0x3e, 0x21, 0x7b, 0x01, 0x95, 0x1d, 0x38, 0x0f, 0xab, 0xa5, 0xeb, 0x57, 0xe8,
|
|
|
|
0x9e, 0xfc, 0x17, 0x57, 0x74, 0x72, 0x62, 0x3a, 0x79, 0xe0, 0x7b, 0x95, 0x4e, 0x66, 0x1a, 0x3f,
|
|
|
|
0x55, 0xd7, 0xca, 0xef, 0xf1, 0xa1, 0x75, 0xc8, 0xba, 0xb5, 0xeb, 0x42, 0xcd, 0x39, 0xec, 0xba,
|
|
|
|
0x50, 0x67, 0xf1, 0x95, 0x76, 0xbf, 0xa2, 0x9d, 0x1a, 0xd8, 0x54, 0x1a, 0xce, 0x39, 0x3a, 0x1b,
|
|
|
|
0xf5, 0xd6, 0xbf, 0x07, 0x7b, 0xeb, 0xcd, 0x00, 0x7d, 0xdb, 0x0c, 0xd0, 0xaf, 0xcd, 0x00, 0xbd,
|
|
|
|
0x3c, 0xd0, 0xb5, 0x45, 0x92, 0x1c, 0x98, 0xe3, 0x78, 0xf4, 0x37, 0x00, 0x00, 0xff, 0xff, 0x8b,
|
|
|
|
0x21, 0x42, 0x5d, 0xaa, 0x03, 0x00, 0x00,
|
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ context.Context
|
|
|
|
var _ grpc.ClientConn
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the grpc package it is being compiled against.
|
|
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
// AdminClient is the client API for Admin service.
|
|
|
|
//
|
|
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
2017-07-06 12:38:40 +00:00
|
|
|
type AdminClient interface {
|
2017-11-30 10:35:29 +00:00
|
|
|
// Snapshot creates a snapshot of all current data into 'snapshots/<datetime>-<rand>' under the TSDB's data directory.
|
2017-07-06 12:38:40 +00:00
|
|
|
TSDBSnapshot(ctx context.Context, in *TSDBSnapshotRequest, opts ...grpc.CallOption) (*TSDBSnapshotResponse, error)
|
2017-11-30 10:35:29 +00:00
|
|
|
// CleanTombstones removes the deleted data from disk and cleans up the existing tombstones.
|
|
|
|
TSDBCleanTombstones(ctx context.Context, in *TSDBCleanTombstonesRequest, opts ...grpc.CallOption) (*TSDBCleanTombstonesResponse, error)
|
2017-07-06 12:38:40 +00:00
|
|
|
// DeleteSeries deletes data for a selection of series in a time range.
|
|
|
|
DeleteSeries(ctx context.Context, in *SeriesDeleteRequest, opts ...grpc.CallOption) (*SeriesDeleteResponse, error)
|
|
|
|
}
|
|
|
|
|
|
|
|
type adminClient struct {
|
|
|
|
cc *grpc.ClientConn
|
|
|
|
}
|
|
|
|
|
|
|
|
func NewAdminClient(cc *grpc.ClientConn) AdminClient {
|
|
|
|
return &adminClient{cc}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (c *adminClient) TSDBSnapshot(ctx context.Context, in *TSDBSnapshotRequest, opts ...grpc.CallOption) (*TSDBSnapshotResponse, error) {
|
|
|
|
out := new(TSDBSnapshotResponse)
|
2019-01-15 14:32:05 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/prometheus.Admin/TSDBSnapshot", in, out, opts...)
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2017-11-30 10:35:29 +00:00
|
|
|
func (c *adminClient) TSDBCleanTombstones(ctx context.Context, in *TSDBCleanTombstonesRequest, opts ...grpc.CallOption) (*TSDBCleanTombstonesResponse, error) {
|
|
|
|
out := new(TSDBCleanTombstonesResponse)
|
2019-01-15 14:32:05 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/prometheus.Admin/TSDBCleanTombstones", in, out, opts...)
|
2017-11-30 10:35:29 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
func (c *adminClient) DeleteSeries(ctx context.Context, in *SeriesDeleteRequest, opts ...grpc.CallOption) (*SeriesDeleteResponse, error) {
|
|
|
|
out := new(SeriesDeleteResponse)
|
2019-01-15 14:32:05 +00:00
|
|
|
err := c.cc.Invoke(ctx, "/prometheus.Admin/DeleteSeries", in, out, opts...)
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return out, nil
|
|
|
|
}
|
|
|
|
|
2019-01-15 14:32:05 +00:00
|
|
|
// AdminServer is the server API for Admin service.
|
2017-07-06 12:38:40 +00:00
|
|
|
type AdminServer interface {
|
2017-11-30 10:35:29 +00:00
|
|
|
// Snapshot creates a snapshot of all current data into 'snapshots/<datetime>-<rand>' under the TSDB's data directory.
|
2017-07-06 12:38:40 +00:00
|
|
|
TSDBSnapshot(context.Context, *TSDBSnapshotRequest) (*TSDBSnapshotResponse, error)
|
2017-11-30 10:35:29 +00:00
|
|
|
// CleanTombstones removes the deleted data from disk and cleans up the existing tombstones.
|
|
|
|
TSDBCleanTombstones(context.Context, *TSDBCleanTombstonesRequest) (*TSDBCleanTombstonesResponse, error)
|
2017-07-06 12:38:40 +00:00
|
|
|
// DeleteSeries deletes data for a selection of series in a time range.
|
|
|
|
DeleteSeries(context.Context, *SeriesDeleteRequest) (*SeriesDeleteResponse, error)
|
|
|
|
}
|
|
|
|
|
2019-08-14 09:00:39 +00:00
|
|
|
// UnimplementedAdminServer can be embedded to have forward compatible implementations.
|
|
|
|
type UnimplementedAdminServer struct {
|
|
|
|
}
|
|
|
|
|
|
|
|
func (*UnimplementedAdminServer) TSDBSnapshot(ctx context.Context, req *TSDBSnapshotRequest) (*TSDBSnapshotResponse, error) {
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method TSDBSnapshot not implemented")
|
|
|
|
}
|
|
|
|
func (*UnimplementedAdminServer) TSDBCleanTombstones(ctx context.Context, req *TSDBCleanTombstonesRequest) (*TSDBCleanTombstonesResponse, error) {
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method TSDBCleanTombstones not implemented")
|
|
|
|
}
|
|
|
|
func (*UnimplementedAdminServer) DeleteSeries(ctx context.Context, req *SeriesDeleteRequest) (*SeriesDeleteResponse, error) {
|
|
|
|
return nil, status.Errorf(codes.Unimplemented, "method DeleteSeries not implemented")
|
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
func RegisterAdminServer(s *grpc.Server, srv AdminServer) {
|
|
|
|
s.RegisterService(&_Admin_serviceDesc, srv)
|
|
|
|
}
|
|
|
|
|
|
|
|
func _Admin_TSDBSnapshot_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(TSDBSnapshotRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AdminServer).TSDBSnapshot(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/prometheus.Admin/TSDBSnapshot",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AdminServer).TSDBSnapshot(ctx, req.(*TSDBSnapshotRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2017-11-30 10:35:29 +00:00
|
|
|
func _Admin_TSDBCleanTombstones_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(TSDBCleanTombstonesRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AdminServer).TSDBCleanTombstones(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/prometheus.Admin/TSDBCleanTombstones",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AdminServer).TSDBCleanTombstones(ctx, req.(*TSDBCleanTombstonesRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
func _Admin_DeleteSeries_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
|
|
in := new(SeriesDeleteRequest)
|
|
|
|
if err := dec(in); err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
if interceptor == nil {
|
|
|
|
return srv.(AdminServer).DeleteSeries(ctx, in)
|
|
|
|
}
|
|
|
|
info := &grpc.UnaryServerInfo{
|
|
|
|
Server: srv,
|
|
|
|
FullMethod: "/prometheus.Admin/DeleteSeries",
|
|
|
|
}
|
|
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
|
|
return srv.(AdminServer).DeleteSeries(ctx, req.(*SeriesDeleteRequest))
|
|
|
|
}
|
|
|
|
return interceptor(ctx, in, info, handler)
|
|
|
|
}
|
|
|
|
|
|
|
|
var _Admin_serviceDesc = grpc.ServiceDesc{
|
|
|
|
ServiceName: "prometheus.Admin",
|
|
|
|
HandlerType: (*AdminServer)(nil),
|
|
|
|
Methods: []grpc.MethodDesc{
|
|
|
|
{
|
|
|
|
MethodName: "TSDBSnapshot",
|
|
|
|
Handler: _Admin_TSDBSnapshot_Handler,
|
|
|
|
},
|
2017-11-30 10:35:29 +00:00
|
|
|
{
|
|
|
|
MethodName: "TSDBCleanTombstones",
|
|
|
|
Handler: _Admin_TSDBCleanTombstones_Handler,
|
|
|
|
},
|
2017-07-06 12:38:40 +00:00
|
|
|
{
|
|
|
|
MethodName: "DeleteSeries",
|
|
|
|
Handler: _Admin_DeleteSeries_Handler,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
Streams: []grpc.StreamDesc{},
|
|
|
|
Metadata: "rpc.proto",
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotRequest) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotRequest) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-07-06 12:38:40 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-08-14 09:00:39 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
}
|
2018-03-08 10:43:41 +00:00
|
|
|
if m.SkipHead {
|
2019-08-14 09:00:39 +00:00
|
|
|
i--
|
2018-03-08 10:43:41 +00:00
|
|
|
if m.SkipHead {
|
|
|
|
dAtA[i] = 1
|
|
|
|
} else {
|
|
|
|
dAtA[i] = 0
|
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
i--
|
|
|
|
dAtA[i] = 0x8
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotResponse) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotResponse) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-07-06 12:38:40 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-08-14 09:00:39 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if len(m.Name) > 0 {
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= len(m.Name)
|
|
|
|
copy(dAtA[i:], m.Name)
|
2017-07-06 12:38:40 +00:00
|
|
|
i = encodeVarintRpc(dAtA, i, uint64(len(m.Name)))
|
2019-08-14 09:00:39 +00:00
|
|
|
i--
|
|
|
|
dAtA[i] = 0xa
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
2017-11-30 10:35:29 +00:00
|
|
|
func (m *TSDBCleanTombstonesRequest) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-11-30 10:35:29 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesRequest) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-11-30 10:35:29 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-11-30 10:35:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesResponse) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-11-30 10:35:29 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesResponse) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-11-30 10:35:29 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-11-30 10:35:29 +00:00
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
func (m *SeriesDeleteRequest) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteRequest) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-07-06 12:38:40 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-08-14 09:00:39 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
|
|
|
}
|
|
|
|
if len(m.Matchers) > 0 {
|
|
|
|
for iNdEx := len(m.Matchers) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
|
{
|
|
|
|
size, err := m.Matchers[iNdEx].MarshalToSizedBuffer(dAtA[:i])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i -= size
|
|
|
|
i = encodeVarintRpc(dAtA, i, uint64(size))
|
|
|
|
}
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0x1a
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if m.MaxTime != nil {
|
2019-08-14 09:00:39 +00:00
|
|
|
n1, err1 := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.MaxTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(*m.MaxTime):])
|
|
|
|
if err1 != nil {
|
|
|
|
return 0, err1
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= n1
|
|
|
|
i = encodeVarintRpc(dAtA, i, uint64(n1))
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0x12
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
if m.MinTime != nil {
|
|
|
|
n2, err2 := github_com_gogo_protobuf_types.StdTimeMarshalTo(*m.MinTime, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(*m.MinTime):])
|
|
|
|
if err2 != nil {
|
|
|
|
return 0, err2
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= n2
|
|
|
|
i = encodeVarintRpc(dAtA, i, uint64(n2))
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0xa
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteResponse) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
2019-08-14 09:00:39 +00:00
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
2017-07-06 12:38:40 +00:00
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteResponse) MarshalTo(dAtA []byte) (int, error) {
|
2019-08-14 09:00:39 +00:00
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
2017-07-06 12:38:40 +00:00
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
2019-08-14 09:00:39 +00:00
|
|
|
i -= len(m.XXX_unrecognized)
|
|
|
|
copy(dAtA[i:], m.XXX_unrecognized)
|
2019-01-15 14:32:05 +00:00
|
|
|
}
|
2019-08-14 09:00:39 +00:00
|
|
|
return len(dAtA) - i, nil
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func encodeVarintRpc(dAtA []byte, offset int, v uint64) int {
|
2019-08-14 09:00:39 +00:00
|
|
|
offset -= sovRpc(v)
|
|
|
|
base := offset
|
2017-07-06 12:38:40 +00:00
|
|
|
for v >= 1<<7 {
|
|
|
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
|
v >>= 7
|
|
|
|
offset++
|
|
|
|
}
|
|
|
|
dAtA[offset] = uint8(v)
|
2019-08-14 09:00:39 +00:00
|
|
|
return base
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
2018-03-08 10:43:41 +00:00
|
|
|
if m.SkipHead {
|
|
|
|
n += 2
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBSnapshotResponse) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
l = len(m.Name)
|
|
|
|
if l > 0 {
|
|
|
|
n += 1 + l + sovRpc(uint64(l))
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
2017-11-30 10:35:29 +00:00
|
|
|
func (m *TSDBCleanTombstonesRequest) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *TSDBCleanTombstonesResponse) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
2017-07-06 12:38:40 +00:00
|
|
|
func (m *SeriesDeleteRequest) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if m.MinTime != nil {
|
2019-01-15 14:32:05 +00:00
|
|
|
l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.MinTime)
|
2017-07-06 12:38:40 +00:00
|
|
|
n += 1 + l + sovRpc(uint64(l))
|
|
|
|
}
|
|
|
|
if m.MaxTime != nil {
|
2019-01-15 14:32:05 +00:00
|
|
|
l = github_com_gogo_protobuf_types.SizeOfStdTime(*m.MaxTime)
|
2017-07-06 12:38:40 +00:00
|
|
|
n += 1 + l + sovRpc(uint64(l))
|
|
|
|
}
|
|
|
|
if len(m.Matchers) > 0 {
|
|
|
|
for _, e := range m.Matchers {
|
|
|
|
l = e.Size()
|
|
|
|
n += 1 + l + sovRpc(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *SeriesDeleteResponse) Size() (n int) {
|
2019-01-15 14:32:05 +00:00
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
var l int
|
|
|
|
_ = l
|
2019-01-15 14:32:05 +00:00
|
|
|
if m.XXX_unrecognized != nil {
|
|
|
|
n += len(m.XXX_unrecognized)
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func sovRpc(x uint64) (n int) {
|
2019-08-14 09:00:39 +00:00
|
|
|
return (math_bits.Len64(x|1) + 6) / 7
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
func sozRpc(x uint64) (n int) {
|
|
|
|
return sovRpc(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: TSDBSnapshotRequest: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: TSDBSnapshotRequest: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
2018-03-08 10:43:41 +00:00
|
|
|
case 1:
|
|
|
|
if wireType != 0 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field SkipHead", wireType)
|
|
|
|
}
|
|
|
|
var v int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
v |= int(b&0x7F) << shift
|
2018-03-08 10:43:41 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
m.SkipHead = bool(v != 0)
|
2017-07-06 12:38:40 +00:00
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-07-06 12:38:40 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *TSDBSnapshotResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: TSDBSnapshotResponse: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: TSDBSnapshotResponse: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType)
|
|
|
|
}
|
|
|
|
var stringLen uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
stringLen |= uint64(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
intStringLen := int(stringLen)
|
|
|
|
if intStringLen < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + intStringLen
|
2019-04-04 09:55:32 +00:00
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Name = string(dAtA[iNdEx:postIndex])
|
|
|
|
iNdEx = postIndex
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-07-06 12:38:40 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
func (m *TSDBCleanTombstonesRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-11-30 10:35:29 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: TSDBCleanTombstonesRequest: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: TSDBCleanTombstonesRequest: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-11-30 10:35:29 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *TSDBCleanTombstonesResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-11-30 10:35:29 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: TSDBCleanTombstonesResponse: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: TSDBCleanTombstonesResponse: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-11-30 10:35:29 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-11-30 10:35:29 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
func (m *SeriesDeleteRequest) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: SeriesDeleteRequest: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: SeriesDeleteRequest: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field MinTime", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
msglen |= int(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
2019-04-04 09:55:32 +00:00
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
if m.MinTime == nil {
|
|
|
|
m.MinTime = new(time.Time)
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(m.MinTime, dAtA[iNdEx:postIndex]); err != nil {
|
2017-07-06 12:38:40 +00:00
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 2:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field MaxTime", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
msglen |= int(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
2019-04-04 09:55:32 +00:00
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
if m.MaxTime == nil {
|
|
|
|
m.MaxTime = new(time.Time)
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(m.MaxTime, dAtA[iNdEx:postIndex]); err != nil {
|
2017-07-06 12:38:40 +00:00
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 3:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Matchers", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
msglen |= int(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
2019-04-04 09:55:32 +00:00
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Matchers = append(m.Matchers, LabelMatcher{})
|
|
|
|
if err := m.Matchers[len(m.Matchers)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-07-06 12:38:40 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func (m *SeriesDeleteResponse) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
2019-04-04 09:55:32 +00:00
|
|
|
wire |= uint64(b&0x7F) << shift
|
2017-07-06 12:38:40 +00:00
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: SeriesDeleteResponse: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: SeriesDeleteResponse: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipRpc(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if skippy < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
if (iNdEx + skippy) < 0 {
|
|
|
|
return ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
2019-01-15 14:32:05 +00:00
|
|
|
m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...)
|
2017-07-06 12:38:40 +00:00
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func skipRpc(dAtA []byte) (n int, err error) {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
switch wireType {
|
|
|
|
case 0:
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx++
|
|
|
|
if dAtA[iNdEx-1] < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return iNdEx, nil
|
|
|
|
case 1:
|
|
|
|
iNdEx += 8
|
|
|
|
return iNdEx, nil
|
|
|
|
case 2:
|
|
|
|
var length int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
length |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if length < 0 {
|
|
|
|
return 0, ErrInvalidLengthRpc
|
|
|
|
}
|
2019-04-04 09:55:32 +00:00
|
|
|
iNdEx += length
|
|
|
|
if iNdEx < 0 {
|
|
|
|
return 0, ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
return iNdEx, nil
|
|
|
|
case 3:
|
|
|
|
for {
|
|
|
|
var innerWire uint64
|
|
|
|
var start int = iNdEx
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowRpc
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
innerWire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
innerWireType := int(innerWire & 0x7)
|
|
|
|
if innerWireType == 4 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
next, err := skipRpc(dAtA[start:])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
iNdEx = start + next
|
2019-04-04 09:55:32 +00:00
|
|
|
if iNdEx < 0 {
|
|
|
|
return 0, ErrInvalidLengthRpc
|
|
|
|
}
|
2017-07-06 12:38:40 +00:00
|
|
|
}
|
|
|
|
return iNdEx, nil
|
|
|
|
case 4:
|
|
|
|
return iNdEx, nil
|
|
|
|
case 5:
|
|
|
|
iNdEx += 4
|
|
|
|
return iNdEx, nil
|
|
|
|
default:
|
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
panic("unreachable")
|
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
ErrInvalidLengthRpc = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
|
ErrIntOverflowRpc = fmt.Errorf("proto: integer overflow")
|
|
|
|
)
|