carbonapi_v1_pb

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCarbonapiV1Pb = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCarbonapiV1Pb   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type FetchResponse

type FetchResponse struct {
	Name                 *string   `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	StartTime            *int32    `protobuf:"varint,2,req,name=startTime" json:"startTime,omitempty"`
	StopTime             *int32    `protobuf:"varint,3,req,name=stopTime" json:"stopTime,omitempty"`
	StepTime             *int32    `protobuf:"varint,4,req,name=stepTime" json:"stepTime,omitempty"`
	Values               []float64 `protobuf:"fixed64,5,rep,name=values" json:"values,omitempty"`
	IsAbsent             []bool    `protobuf:"varint,6,rep,name=isAbsent" json:"isAbsent,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*FetchResponse) Descriptor

func (*FetchResponse) Descriptor() ([]byte, []int)

func (*FetchResponse) GetIsAbsent

func (m *FetchResponse) GetIsAbsent() []bool

func (*FetchResponse) GetName

func (m *FetchResponse) GetName() string

func (*FetchResponse) GetStartTime

func (m *FetchResponse) GetStartTime() int32

func (*FetchResponse) GetStepTime

func (m *FetchResponse) GetStepTime() int32

func (*FetchResponse) GetStopTime

func (m *FetchResponse) GetStopTime() int32

func (*FetchResponse) GetValues

func (m *FetchResponse) GetValues() []float64

func (*FetchResponse) Marshal

func (m *FetchResponse) Marshal() (dAtA []byte, err error)

func (*FetchResponse) MarshalTo

func (m *FetchResponse) MarshalTo(dAtA []byte) (int, error)

func (*FetchResponse) ProtoMessage

func (*FetchResponse) ProtoMessage()

func (*FetchResponse) Reset

func (m *FetchResponse) Reset()

func (*FetchResponse) Size

func (m *FetchResponse) Size() (n int)

func (*FetchResponse) String

func (m *FetchResponse) String() string

func (*FetchResponse) Unmarshal

func (m *FetchResponse) Unmarshal(dAtA []byte) error

func (*FetchResponse) XXX_DiscardUnknown added in v0.4.3

func (m *FetchResponse) XXX_DiscardUnknown()

func (*FetchResponse) XXX_Marshal added in v0.4.3

func (m *FetchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FetchResponse) XXX_Merge added in v0.4.3

func (dst *FetchResponse) XXX_Merge(src proto.Message)

func (*FetchResponse) XXX_Size added in v0.4.3

func (m *FetchResponse) XXX_Size() int

func (*FetchResponse) XXX_Unmarshal added in v0.4.3

func (m *FetchResponse) XXX_Unmarshal(b []byte) error

type GlobMatch

type GlobMatch struct {
	Path                 *string  `protobuf:"bytes,1,req,name=path" json:"path,omitempty"`
	IsLeaf               *bool    `protobuf:"varint,2,req,name=isLeaf" json:"isLeaf,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobMatch) Descriptor

func (*GlobMatch) Descriptor() ([]byte, []int)

func (*GlobMatch) GetIsLeaf

func (m *GlobMatch) GetIsLeaf() bool

func (*GlobMatch) GetPath

func (m *GlobMatch) GetPath() string

func (*GlobMatch) Marshal

func (m *GlobMatch) Marshal() (dAtA []byte, err error)

func (*GlobMatch) MarshalTo

func (m *GlobMatch) MarshalTo(dAtA []byte) (int, error)

func (*GlobMatch) ProtoMessage

func (*GlobMatch) ProtoMessage()

func (*GlobMatch) Reset

func (m *GlobMatch) Reset()

func (*GlobMatch) Size

func (m *GlobMatch) Size() (n int)

func (*GlobMatch) String

func (m *GlobMatch) String() string

func (*GlobMatch) Unmarshal

func (m *GlobMatch) Unmarshal(dAtA []byte) error

func (*GlobMatch) XXX_DiscardUnknown added in v0.4.3

func (m *GlobMatch) XXX_DiscardUnknown()

func (*GlobMatch) XXX_Marshal added in v0.4.3

func (m *GlobMatch) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobMatch) XXX_Merge added in v0.4.3

func (dst *GlobMatch) XXX_Merge(src proto.Message)

func (*GlobMatch) XXX_Size added in v0.4.3

func (m *GlobMatch) XXX_Size() int

func (*GlobMatch) XXX_Unmarshal added in v0.4.3

func (m *GlobMatch) XXX_Unmarshal(b []byte) error

type GlobResponse

type GlobResponse struct {
	Name                 *string     `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Matches              []GlobMatch `protobuf:"bytes,2,rep,name=matches" json:"matches"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GlobResponse) Descriptor

func (*GlobResponse) Descriptor() ([]byte, []int)

func (*GlobResponse) GetMatches

func (m *GlobResponse) GetMatches() []GlobMatch

func (*GlobResponse) GetName

func (m *GlobResponse) GetName() string

func (*GlobResponse) Marshal

func (m *GlobResponse) Marshal() (dAtA []byte, err error)

func (*GlobResponse) MarshalTo

func (m *GlobResponse) MarshalTo(dAtA []byte) (int, error)

func (*GlobResponse) ProtoMessage

func (*GlobResponse) ProtoMessage()

func (*GlobResponse) Reset

func (m *GlobResponse) Reset()

func (*GlobResponse) Size

func (m *GlobResponse) Size() (n int)

func (*GlobResponse) String

func (m *GlobResponse) String() string

func (*GlobResponse) Unmarshal

func (m *GlobResponse) Unmarshal(dAtA []byte) error

func (*GlobResponse) XXX_DiscardUnknown added in v0.4.3

func (m *GlobResponse) XXX_DiscardUnknown()

func (*GlobResponse) XXX_Marshal added in v0.4.3

func (m *GlobResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GlobResponse) XXX_Merge added in v0.4.3

func (dst *GlobResponse) XXX_Merge(src proto.Message)

func (*GlobResponse) XXX_Size added in v0.4.3

func (m *GlobResponse) XXX_Size() int

func (*GlobResponse) XXX_Unmarshal added in v0.4.3

func (m *GlobResponse) XXX_Unmarshal(b []byte) error

type InfoResponse

type InfoResponse struct {
	Name                 *string     `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	AggregationMethod    *string     `protobuf:"bytes,2,req,name=aggregationMethod" json:"aggregationMethod,omitempty"`
	MaxRetention         *int32      `protobuf:"varint,3,req,name=maxRetention" json:"maxRetention,omitempty"`
	XFilesFactor         *float32    `protobuf:"fixed32,4,req,name=xFilesFactor" json:"xFilesFactor,omitempty"`
	Retentions           []Retention `protobuf:"bytes,5,rep,name=retentions" json:"retentions"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*InfoResponse) Descriptor

func (*InfoResponse) Descriptor() ([]byte, []int)

func (*InfoResponse) GetAggregationMethod

func (m *InfoResponse) GetAggregationMethod() string

func (*InfoResponse) GetMaxRetention

func (m *InfoResponse) GetMaxRetention() int32

func (*InfoResponse) GetName

func (m *InfoResponse) GetName() string

func (*InfoResponse) GetRetentions

func (m *InfoResponse) GetRetentions() []Retention

func (*InfoResponse) GetXFilesFactor

func (m *InfoResponse) GetXFilesFactor() float32

func (*InfoResponse) Marshal

func (m *InfoResponse) Marshal() (dAtA []byte, err error)

func (*InfoResponse) MarshalTo

func (m *InfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*InfoResponse) ProtoMessage

func (*InfoResponse) ProtoMessage()

func (*InfoResponse) Reset

func (m *InfoResponse) Reset()

func (*InfoResponse) Size

func (m *InfoResponse) Size() (n int)

func (*InfoResponse) String

func (m *InfoResponse) String() string

func (*InfoResponse) Unmarshal

func (m *InfoResponse) Unmarshal(dAtA []byte) error

func (*InfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *InfoResponse) XXX_DiscardUnknown()

func (*InfoResponse) XXX_Marshal added in v0.4.3

func (m *InfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*InfoResponse) XXX_Merge added in v0.4.3

func (dst *InfoResponse) XXX_Merge(src proto.Message)

func (*InfoResponse) XXX_Size added in v0.4.3

func (m *InfoResponse) XXX_Size() int

func (*InfoResponse) XXX_Unmarshal added in v0.4.3

func (m *InfoResponse) XXX_Unmarshal(b []byte) error

type MultiFetchResponse

type MultiFetchResponse struct {
	Metrics              []FetchResponse `protobuf:"bytes,1,rep,name=metrics" json:"metrics"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*MultiFetchResponse) Descriptor

func (*MultiFetchResponse) Descriptor() ([]byte, []int)

func (*MultiFetchResponse) GetMetrics

func (m *MultiFetchResponse) GetMetrics() []FetchResponse

func (*MultiFetchResponse) Marshal

func (m *MultiFetchResponse) Marshal() (dAtA []byte, err error)

func (*MultiFetchResponse) MarshalTo

func (m *MultiFetchResponse) MarshalTo(dAtA []byte) (int, error)

func (*MultiFetchResponse) ProtoMessage

func (*MultiFetchResponse) ProtoMessage()

func (*MultiFetchResponse) Reset

func (m *MultiFetchResponse) Reset()

func (*MultiFetchResponse) Size

func (m *MultiFetchResponse) Size() (n int)

func (*MultiFetchResponse) String

func (m *MultiFetchResponse) String() string

func (*MultiFetchResponse) Unmarshal

func (m *MultiFetchResponse) Unmarshal(dAtA []byte) error

func (*MultiFetchResponse) XXX_DiscardUnknown added in v0.4.3

func (m *MultiFetchResponse) XXX_DiscardUnknown()

func (*MultiFetchResponse) XXX_Marshal added in v0.4.3

func (m *MultiFetchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*MultiFetchResponse) XXX_Merge added in v0.4.3

func (dst *MultiFetchResponse) XXX_Merge(src proto.Message)

func (*MultiFetchResponse) XXX_Size added in v0.4.3

func (m *MultiFetchResponse) XXX_Size() int

func (*MultiFetchResponse) XXX_Unmarshal added in v0.4.3

func (m *MultiFetchResponse) XXX_Unmarshal(b []byte) error

type Retention

type Retention struct {
	SecondsPerPoint      *int32   `protobuf:"varint,1,req,name=secondsPerPoint" json:"secondsPerPoint,omitempty"`
	NumberOfPoints       *int32   `protobuf:"varint,2,req,name=numberOfPoints" json:"numberOfPoints,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Retention) Descriptor

func (*Retention) Descriptor() ([]byte, []int)

func (*Retention) GetNumberOfPoints

func (m *Retention) GetNumberOfPoints() int32

func (*Retention) GetSecondsPerPoint

func (m *Retention) GetSecondsPerPoint() int32

func (*Retention) Marshal

func (m *Retention) Marshal() (dAtA []byte, err error)

func (*Retention) MarshalTo

func (m *Retention) MarshalTo(dAtA []byte) (int, error)

func (*Retention) ProtoMessage

func (*Retention) ProtoMessage()

func (*Retention) Reset

func (m *Retention) Reset()

func (*Retention) Size

func (m *Retention) Size() (n int)

func (*Retention) String

func (m *Retention) String() string

func (*Retention) Unmarshal

func (m *Retention) Unmarshal(dAtA []byte) error

func (*Retention) XXX_DiscardUnknown added in v0.4.3

func (m *Retention) XXX_DiscardUnknown()

func (*Retention) XXX_Marshal added in v0.4.3

func (m *Retention) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Retention) XXX_Merge added in v0.4.3

func (dst *Retention) XXX_Merge(src proto.Message)

func (*Retention) XXX_Size added in v0.4.3

func (m *Retention) XXX_Size() int

func (*Retention) XXX_Unmarshal added in v0.4.3

func (m *Retention) XXX_Unmarshal(b []byte) error

type ServerInfoResponse

type ServerInfoResponse struct {
	Server               *string       `protobuf:"bytes,1,req,name=server" json:"server,omitempty"`
	Info                 *InfoResponse `protobuf:"bytes,2,req,name=info" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ServerInfoResponse) Descriptor

func (*ServerInfoResponse) Descriptor() ([]byte, []int)

func (*ServerInfoResponse) GetInfo

func (m *ServerInfoResponse) GetInfo() *InfoResponse

func (*ServerInfoResponse) GetServer

func (m *ServerInfoResponse) GetServer() string

func (*ServerInfoResponse) Marshal

func (m *ServerInfoResponse) Marshal() (dAtA []byte, err error)

func (*ServerInfoResponse) MarshalTo

func (m *ServerInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ServerInfoResponse) ProtoMessage

func (*ServerInfoResponse) ProtoMessage()

func (*ServerInfoResponse) Reset

func (m *ServerInfoResponse) Reset()

func (*ServerInfoResponse) Size

func (m *ServerInfoResponse) Size() (n int)

func (*ServerInfoResponse) String

func (m *ServerInfoResponse) String() string

func (*ServerInfoResponse) Unmarshal

func (m *ServerInfoResponse) Unmarshal(dAtA []byte) error

func (*ServerInfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *ServerInfoResponse) XXX_DiscardUnknown()

func (*ServerInfoResponse) XXX_Marshal added in v0.4.3

func (m *ServerInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ServerInfoResponse) XXX_Merge added in v0.4.3

func (dst *ServerInfoResponse) XXX_Merge(src proto.Message)

func (*ServerInfoResponse) XXX_Size added in v0.4.3

func (m *ServerInfoResponse) XXX_Size() int

func (*ServerInfoResponse) XXX_Unmarshal added in v0.4.3

func (m *ServerInfoResponse) XXX_Unmarshal(b []byte) error

type ZipperInfoResponse

type ZipperInfoResponse struct {
	Responses            []ServerInfoResponse `protobuf:"bytes,1,rep,name=responses" json:"responses"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ZipperInfoResponse) Descriptor

func (*ZipperInfoResponse) Descriptor() ([]byte, []int)

func (*ZipperInfoResponse) GetResponses

func (m *ZipperInfoResponse) GetResponses() []ServerInfoResponse

func (*ZipperInfoResponse) Marshal

func (m *ZipperInfoResponse) Marshal() (dAtA []byte, err error)

func (*ZipperInfoResponse) MarshalTo

func (m *ZipperInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ZipperInfoResponse) ProtoMessage

func (*ZipperInfoResponse) ProtoMessage()

func (*ZipperInfoResponse) Reset

func (m *ZipperInfoResponse) Reset()

func (*ZipperInfoResponse) Size

func (m *ZipperInfoResponse) Size() (n int)

func (*ZipperInfoResponse) String

func (m *ZipperInfoResponse) String() string

func (*ZipperInfoResponse) Unmarshal

func (m *ZipperInfoResponse) Unmarshal(dAtA []byte) error

func (*ZipperInfoResponse) XXX_DiscardUnknown added in v0.4.3

func (m *ZipperInfoResponse) XXX_DiscardUnknown()

func (*ZipperInfoResponse) XXX_Marshal added in v0.4.3

func (m *ZipperInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ZipperInfoResponse) XXX_Merge added in v0.4.3

func (dst *ZipperInfoResponse) XXX_Merge(src proto.Message)

func (*ZipperInfoResponse) XXX_Size added in v0.4.3

func (m *ZipperInfoResponse) XXX_Size() int

func (*ZipperInfoResponse) XXX_Unmarshal added in v0.4.3

func (m *ZipperInfoResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL