Documentation ¶
Overview ¶
Package carbonzipperpb is a generated protocol buffer package.
It is generated from these files:
carbonzipper.proto
It has these top-level messages:
FetchResponse MultiFetchResponse GlobMatch GlobResponse Retention InfoResponse ServerInfoResponse ZipperInfoResponse
Index ¶
- Variables
- type FetchResponse
- func (m *FetchResponse) GetIsAbsent() []bool
- func (m *FetchResponse) GetName() string
- func (m *FetchResponse) GetStartTime() int32
- func (m *FetchResponse) GetStepTime() int32
- func (m *FetchResponse) GetStopTime() int32
- func (m *FetchResponse) GetValues() []float64
- func (m *FetchResponse) Marshal() (data []byte, err error)
- func (m *FetchResponse) MarshalTo(data []byte) (int, error)
- func (*FetchResponse) ProtoMessage()
- func (m *FetchResponse) Reset()
- func (m *FetchResponse) Size() (n int)
- func (m *FetchResponse) String() string
- func (m *FetchResponse) Unmarshal(data []byte) error
- type GlobMatch
- func (m *GlobMatch) GetIsLeaf() bool
- func (m *GlobMatch) GetPath() string
- func (m *GlobMatch) Marshal() (data []byte, err error)
- func (m *GlobMatch) MarshalTo(data []byte) (int, error)
- func (*GlobMatch) ProtoMessage()
- func (m *GlobMatch) Reset()
- func (m *GlobMatch) Size() (n int)
- func (m *GlobMatch) String() string
- func (m *GlobMatch) Unmarshal(data []byte) error
- type GlobResponse
- func (m *GlobResponse) GetMatches() []*GlobMatch
- func (m *GlobResponse) GetName() string
- func (m *GlobResponse) Marshal() (data []byte, err error)
- func (m *GlobResponse) MarshalTo(data []byte) (int, error)
- func (*GlobResponse) ProtoMessage()
- func (m *GlobResponse) Reset()
- func (m *GlobResponse) Size() (n int)
- func (m *GlobResponse) String() string
- func (m *GlobResponse) Unmarshal(data []byte) error
- type InfoResponse
- func (m *InfoResponse) GetAggregationMethod() string
- func (m *InfoResponse) GetMaxRetention() int32
- func (m *InfoResponse) GetName() string
- func (m *InfoResponse) GetRetentions() []*Retention
- func (m *InfoResponse) GetXFilesFactor() float32
- func (m *InfoResponse) Marshal() (data []byte, err error)
- func (m *InfoResponse) MarshalTo(data []byte) (int, error)
- func (*InfoResponse) ProtoMessage()
- func (m *InfoResponse) Reset()
- func (m *InfoResponse) Size() (n int)
- func (m *InfoResponse) String() string
- func (m *InfoResponse) Unmarshal(data []byte) error
- type MultiFetchResponse
- func (m *MultiFetchResponse) GetMetrics() []*FetchResponse
- func (m *MultiFetchResponse) Marshal() (data []byte, err error)
- func (m *MultiFetchResponse) MarshalTo(data []byte) (int, error)
- func (*MultiFetchResponse) ProtoMessage()
- func (m *MultiFetchResponse) Reset()
- func (m *MultiFetchResponse) Size() (n int)
- func (m *MultiFetchResponse) String() string
- func (m *MultiFetchResponse) Unmarshal(data []byte) error
- type Retention
- func (m *Retention) GetNumberOfPoints() int32
- func (m *Retention) GetSecondsPerPoint() int32
- func (m *Retention) Marshal() (data []byte, err error)
- func (m *Retention) MarshalTo(data []byte) (int, error)
- func (*Retention) ProtoMessage()
- func (m *Retention) Reset()
- func (m *Retention) Size() (n int)
- func (m *Retention) String() string
- func (m *Retention) Unmarshal(data []byte) error
- type ServerInfoResponse
- func (m *ServerInfoResponse) GetInfo() *InfoResponse
- func (m *ServerInfoResponse) GetServer() string
- func (m *ServerInfoResponse) Marshal() (data []byte, err error)
- func (m *ServerInfoResponse) MarshalTo(data []byte) (int, error)
- func (*ServerInfoResponse) ProtoMessage()
- func (m *ServerInfoResponse) Reset()
- func (m *ServerInfoResponse) Size() (n int)
- func (m *ServerInfoResponse) String() string
- func (m *ServerInfoResponse) Unmarshal(data []byte) error
- type ZipperInfoResponse
- func (m *ZipperInfoResponse) GetResponses() []*ServerInfoResponse
- func (m *ZipperInfoResponse) Marshal() (data []byte, err error)
- func (m *ZipperInfoResponse) MarshalTo(data []byte) (int, error)
- func (*ZipperInfoResponse) ProtoMessage()
- func (m *ZipperInfoResponse) Reset()
- func (m *ZipperInfoResponse) Size() (n int)
- func (m *ZipperInfoResponse) String() string
- func (m *ZipperInfoResponse) Unmarshal(data []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthCarbonzipper = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowCarbonzipper = 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_unrecognized []byte `json:"-"` }
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) 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
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_unrecognized []byte `json:"-"` }
func (*GlobMatch) ProtoMessage ¶
func (*GlobMatch) ProtoMessage()
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,omitempty"` XXX_unrecognized []byte `json:"-"` }
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) 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
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,omitempty"` XXX_unrecognized []byte `json:"-"` }
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) 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
type MultiFetchResponse ¶
type MultiFetchResponse struct { Metrics []*FetchResponse `protobuf:"bytes,1,rep,name=metrics" json:"metrics,omitempty"` XXX_unrecognized []byte `json:"-"` }
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
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_unrecognized []byte `json:"-"` }
func (*Retention) GetNumberOfPoints ¶
func (*Retention) GetSecondsPerPoint ¶
func (*Retention) ProtoMessage ¶
func (*Retention) ProtoMessage()
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_unrecognized []byte `json:"-"` }
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
type ZipperInfoResponse ¶
type ZipperInfoResponse struct { Responses []*ServerInfoResponse `protobuf:"bytes,1,rep,name=responses" json:"responses,omitempty"` XXX_unrecognized []byte `json:"-"` }
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
Click to show internal directories.
Click to hide internal directories.