Documentation ¶
Index ¶
- Variables
- func RegisterQueryBackendServiceServer(s grpc.ServiceRegistrar, srv QueryBackendServiceServer)
- func RegisterQueryFrontendServiceServer(s grpc.ServiceRegistrar, srv QueryFrontendServiceServer)
- type Diagnostics
- func (m *Diagnostics) CloneMessageVT() proto.Message
- func (m *Diagnostics) CloneVT() *Diagnostics
- func (*Diagnostics) Descriptor() ([]byte, []int)deprecated
- func (this *Diagnostics) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Diagnostics) EqualVT(that *Diagnostics) bool
- func (m *Diagnostics) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Diagnostics) MarshalToVT(dAtA []byte) (int, error)
- func (m *Diagnostics) MarshalVT() (dAtA []byte, err error)
- func (*Diagnostics) ProtoMessage()
- func (x *Diagnostics) ProtoReflect() protoreflect.Message
- func (x *Diagnostics) Reset()
- func (m *Diagnostics) SizeVT() (n int)
- func (x *Diagnostics) String() string
- func (m *Diagnostics) UnmarshalVT(dAtA []byte) error
- type InvokeOptions
- func (m *InvokeOptions) CloneMessageVT() proto.Message
- func (m *InvokeOptions) CloneVT() *InvokeOptions
- func (*InvokeOptions) Descriptor() ([]byte, []int)deprecated
- func (this *InvokeOptions) EqualMessageVT(thatMsg proto.Message) bool
- func (this *InvokeOptions) EqualVT(that *InvokeOptions) bool
- func (m *InvokeOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *InvokeOptions) MarshalToVT(dAtA []byte) (int, error)
- func (m *InvokeOptions) MarshalVT() (dAtA []byte, err error)
- func (*InvokeOptions) ProtoMessage()
- func (x *InvokeOptions) ProtoReflect() protoreflect.Message
- func (x *InvokeOptions) Reset()
- func (m *InvokeOptions) SizeVT() (n int)
- func (x *InvokeOptions) String() string
- func (m *InvokeOptions) UnmarshalVT(dAtA []byte) error
- type InvokeRequest
- func (m *InvokeRequest) CloneMessageVT() proto.Message
- func (m *InvokeRequest) CloneVT() *InvokeRequest
- func (*InvokeRequest) Descriptor() ([]byte, []int)deprecated
- func (this *InvokeRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *InvokeRequest) EqualVT(that *InvokeRequest) bool
- func (x *InvokeRequest) GetEndTime() int64
- func (x *InvokeRequest) GetLabelSelector() string
- func (x *InvokeRequest) GetOptions() *InvokeOptions
- func (x *InvokeRequest) GetQuery() []*Query
- func (x *InvokeRequest) GetQueryPlan() *QueryPlan
- func (x *InvokeRequest) GetStartTime() int64
- func (x *InvokeRequest) GetTenant() []string
- func (m *InvokeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *InvokeRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *InvokeRequest) MarshalVT() (dAtA []byte, err error)
- func (*InvokeRequest) ProtoMessage()
- func (x *InvokeRequest) ProtoReflect() protoreflect.Message
- func (x *InvokeRequest) Reset()
- func (m *InvokeRequest) SizeVT() (n int)
- func (x *InvokeRequest) String() string
- func (m *InvokeRequest) UnmarshalVT(dAtA []byte) error
- type InvokeResponse
- func (m *InvokeResponse) CloneMessageVT() proto.Message
- func (m *InvokeResponse) CloneVT() *InvokeResponse
- func (*InvokeResponse) Descriptor() ([]byte, []int)deprecated
- func (this *InvokeResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *InvokeResponse) EqualVT(that *InvokeResponse) bool
- func (x *InvokeResponse) GetDiagnostics() *Diagnostics
- func (x *InvokeResponse) GetReports() []*Report
- func (m *InvokeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *InvokeResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *InvokeResponse) MarshalVT() (dAtA []byte, err error)
- func (*InvokeResponse) ProtoMessage()
- func (x *InvokeResponse) ProtoReflect() protoreflect.Message
- func (x *InvokeResponse) Reset()
- func (m *InvokeResponse) SizeVT() (n int)
- func (x *InvokeResponse) String() string
- func (m *InvokeResponse) UnmarshalVT(dAtA []byte) error
- type LabelNamesQuery
- func (m *LabelNamesQuery) CloneMessageVT() proto.Message
- func (m *LabelNamesQuery) CloneVT() *LabelNamesQuery
- func (*LabelNamesQuery) Descriptor() ([]byte, []int)deprecated
- func (this *LabelNamesQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *LabelNamesQuery) EqualVT(that *LabelNamesQuery) bool
- func (m *LabelNamesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *LabelNamesQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *LabelNamesQuery) MarshalVT() (dAtA []byte, err error)
- func (*LabelNamesQuery) ProtoMessage()
- func (x *LabelNamesQuery) ProtoReflect() protoreflect.Message
- func (x *LabelNamesQuery) Reset()
- func (m *LabelNamesQuery) SizeVT() (n int)
- func (x *LabelNamesQuery) String() string
- func (m *LabelNamesQuery) UnmarshalVT(dAtA []byte) error
- type LabelNamesReport
- func (m *LabelNamesReport) CloneMessageVT() proto.Message
- func (m *LabelNamesReport) CloneVT() *LabelNamesReport
- func (*LabelNamesReport) Descriptor() ([]byte, []int)deprecated
- func (this *LabelNamesReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *LabelNamesReport) EqualVT(that *LabelNamesReport) bool
- func (x *LabelNamesReport) GetLabelNames() []string
- func (x *LabelNamesReport) GetQuery() *LabelNamesQuery
- func (m *LabelNamesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *LabelNamesReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *LabelNamesReport) MarshalVT() (dAtA []byte, err error)
- func (*LabelNamesReport) ProtoMessage()
- func (x *LabelNamesReport) ProtoReflect() protoreflect.Message
- func (x *LabelNamesReport) Reset()
- func (m *LabelNamesReport) SizeVT() (n int)
- func (x *LabelNamesReport) String() string
- func (m *LabelNamesReport) UnmarshalVT(dAtA []byte) error
- type LabelValuesQuery
- func (m *LabelValuesQuery) CloneMessageVT() proto.Message
- func (m *LabelValuesQuery) CloneVT() *LabelValuesQuery
- func (*LabelValuesQuery) Descriptor() ([]byte, []int)deprecated
- func (this *LabelValuesQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *LabelValuesQuery) EqualVT(that *LabelValuesQuery) bool
- func (x *LabelValuesQuery) GetLabelName() string
- func (m *LabelValuesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *LabelValuesQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *LabelValuesQuery) MarshalVT() (dAtA []byte, err error)
- func (*LabelValuesQuery) ProtoMessage()
- func (x *LabelValuesQuery) ProtoReflect() protoreflect.Message
- func (x *LabelValuesQuery) Reset()
- func (m *LabelValuesQuery) SizeVT() (n int)
- func (x *LabelValuesQuery) String() string
- func (m *LabelValuesQuery) UnmarshalVT(dAtA []byte) error
- type LabelValuesReport
- func (m *LabelValuesReport) CloneMessageVT() proto.Message
- func (m *LabelValuesReport) CloneVT() *LabelValuesReport
- func (*LabelValuesReport) Descriptor() ([]byte, []int)deprecated
- func (this *LabelValuesReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *LabelValuesReport) EqualVT(that *LabelValuesReport) bool
- func (x *LabelValuesReport) GetLabelValues() []string
- func (x *LabelValuesReport) GetQuery() *LabelValuesQuery
- func (m *LabelValuesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *LabelValuesReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *LabelValuesReport) MarshalVT() (dAtA []byte, err error)
- func (*LabelValuesReport) ProtoMessage()
- func (x *LabelValuesReport) ProtoReflect() protoreflect.Message
- func (x *LabelValuesReport) Reset()
- func (m *LabelValuesReport) SizeVT() (n int)
- func (x *LabelValuesReport) String() string
- func (m *LabelValuesReport) UnmarshalVT(dAtA []byte) error
- type PprofQuery
- func (m *PprofQuery) CloneMessageVT() proto.Message
- func (m *PprofQuery) CloneVT() *PprofQuery
- func (*PprofQuery) Descriptor() ([]byte, []int)deprecated
- func (this *PprofQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *PprofQuery) EqualVT(that *PprofQuery) bool
- func (x *PprofQuery) GetMaxNodes() int64
- func (m *PprofQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *PprofQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *PprofQuery) MarshalVT() (dAtA []byte, err error)
- func (*PprofQuery) ProtoMessage()
- func (x *PprofQuery) ProtoReflect() protoreflect.Message
- func (x *PprofQuery) Reset()
- func (m *PprofQuery) SizeVT() (n int)
- func (x *PprofQuery) String() string
- func (m *PprofQuery) UnmarshalVT(dAtA []byte) error
- type PprofReport
- func (m *PprofReport) CloneMessageVT() proto.Message
- func (m *PprofReport) CloneVT() *PprofReport
- func (*PprofReport) Descriptor() ([]byte, []int)deprecated
- func (this *PprofReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *PprofReport) EqualVT(that *PprofReport) bool
- func (x *PprofReport) GetPprof() []byte
- func (x *PprofReport) GetQuery() *PprofQuery
- func (m *PprofReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *PprofReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *PprofReport) MarshalVT() (dAtA []byte, err error)
- func (*PprofReport) ProtoMessage()
- func (x *PprofReport) ProtoReflect() protoreflect.Message
- func (x *PprofReport) Reset()
- func (m *PprofReport) SizeVT() (n int)
- func (x *PprofReport) String() string
- func (m *PprofReport) UnmarshalVT(dAtA []byte) error
- type Query
- func (m *Query) CloneMessageVT() proto.Message
- func (m *Query) CloneVT() *Query
- func (*Query) Descriptor() ([]byte, []int)deprecated
- func (this *Query) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Query) EqualVT(that *Query) bool
- func (x *Query) GetLabelNames() *LabelNamesQuery
- func (x *Query) GetLabelValues() *LabelValuesQuery
- func (x *Query) GetPprof() *PprofQuery
- func (x *Query) GetQueryType() QueryType
- func (x *Query) GetSeriesLabels() *SeriesLabelsQuery
- func (x *Query) GetTimeSeries() *TimeSeriesQuery
- func (x *Query) GetTree() *TreeQuery
- func (m *Query) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Query) MarshalToVT(dAtA []byte) (int, error)
- func (m *Query) MarshalVT() (dAtA []byte, err error)
- func (*Query) ProtoMessage()
- func (x *Query) ProtoReflect() protoreflect.Message
- func (x *Query) Reset()
- func (m *Query) SizeVT() (n int)
- func (x *Query) String() string
- func (m *Query) UnmarshalVT(dAtA []byte) error
- type QueryBackendServiceClient
- type QueryBackendServiceServer
- type QueryFrontendServiceClient
- type QueryFrontendServiceServer
- type QueryPlan
- func (m *QueryPlan) CloneMessageVT() proto.Message
- func (m *QueryPlan) CloneVT() *QueryPlan
- func (*QueryPlan) Descriptor() ([]byte, []int)deprecated
- func (this *QueryPlan) EqualMessageVT(thatMsg proto.Message) bool
- func (this *QueryPlan) EqualVT(that *QueryPlan) bool
- func (x *QueryPlan) GetBlocks() []*v1.BlockMeta
- func (x *QueryPlan) GetGraph() []uint32
- func (m *QueryPlan) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *QueryPlan) MarshalToVT(dAtA []byte) (int, error)
- func (m *QueryPlan) MarshalVT() (dAtA []byte, err error)
- func (*QueryPlan) ProtoMessage()
- func (x *QueryPlan) ProtoReflect() protoreflect.Message
- func (x *QueryPlan) Reset()
- func (m *QueryPlan) SizeVT() (n int)
- func (x *QueryPlan) String() string
- func (m *QueryPlan) UnmarshalVT(dAtA []byte) error
- type QueryRequest
- func (m *QueryRequest) CloneMessageVT() proto.Message
- func (m *QueryRequest) CloneVT() *QueryRequest
- func (*QueryRequest) Descriptor() ([]byte, []int)deprecated
- func (this *QueryRequest) EqualMessageVT(thatMsg proto.Message) bool
- func (this *QueryRequest) EqualVT(that *QueryRequest) bool
- func (x *QueryRequest) GetEndTime() int64
- func (x *QueryRequest) GetLabelSelector() string
- func (x *QueryRequest) GetQuery() []*Query
- func (x *QueryRequest) GetStartTime() int64
- func (m *QueryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *QueryRequest) MarshalToVT(dAtA []byte) (int, error)
- func (m *QueryRequest) MarshalVT() (dAtA []byte, err error)
- func (*QueryRequest) ProtoMessage()
- func (x *QueryRequest) ProtoReflect() protoreflect.Message
- func (x *QueryRequest) Reset()
- func (m *QueryRequest) SizeVT() (n int)
- func (x *QueryRequest) String() string
- func (m *QueryRequest) UnmarshalVT(dAtA []byte) error
- type QueryResponse
- func (m *QueryResponse) CloneMessageVT() proto.Message
- func (m *QueryResponse) CloneVT() *QueryResponse
- func (*QueryResponse) Descriptor() ([]byte, []int)deprecated
- func (this *QueryResponse) EqualMessageVT(thatMsg proto.Message) bool
- func (this *QueryResponse) EqualVT(that *QueryResponse) bool
- func (x *QueryResponse) GetReports() []*Report
- func (m *QueryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *QueryResponse) MarshalToVT(dAtA []byte) (int, error)
- func (m *QueryResponse) MarshalVT() (dAtA []byte, err error)
- func (*QueryResponse) ProtoMessage()
- func (x *QueryResponse) ProtoReflect() protoreflect.Message
- func (x *QueryResponse) Reset()
- func (m *QueryResponse) SizeVT() (n int)
- func (x *QueryResponse) String() string
- func (m *QueryResponse) UnmarshalVT(dAtA []byte) error
- type QueryType
- type Report
- func (m *Report) CloneMessageVT() proto.Message
- func (m *Report) CloneVT() *Report
- func (*Report) Descriptor() ([]byte, []int)deprecated
- func (this *Report) EqualMessageVT(thatMsg proto.Message) bool
- func (this *Report) EqualVT(that *Report) bool
- func (x *Report) GetLabelNames() *LabelNamesReport
- func (x *Report) GetLabelValues() *LabelValuesReport
- func (x *Report) GetPprof() *PprofReport
- func (x *Report) GetReportType() ReportType
- func (x *Report) GetSeriesLabels() *SeriesLabelsReport
- func (x *Report) GetTimeSeries() *TimeSeriesReport
- func (x *Report) GetTree() *TreeReport
- func (m *Report) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *Report) MarshalToVT(dAtA []byte) (int, error)
- func (m *Report) MarshalVT() (dAtA []byte, err error)
- func (*Report) ProtoMessage()
- func (x *Report) ProtoReflect() protoreflect.Message
- func (x *Report) Reset()
- func (m *Report) SizeVT() (n int)
- func (x *Report) String() string
- func (m *Report) UnmarshalVT(dAtA []byte) error
- type ReportType
- type SeriesLabelsQuery
- func (m *SeriesLabelsQuery) CloneMessageVT() proto.Message
- func (m *SeriesLabelsQuery) CloneVT() *SeriesLabelsQuery
- func (*SeriesLabelsQuery) Descriptor() ([]byte, []int)deprecated
- func (this *SeriesLabelsQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *SeriesLabelsQuery) EqualVT(that *SeriesLabelsQuery) bool
- func (x *SeriesLabelsQuery) GetLabelNames() []string
- func (m *SeriesLabelsQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *SeriesLabelsQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *SeriesLabelsQuery) MarshalVT() (dAtA []byte, err error)
- func (*SeriesLabelsQuery) ProtoMessage()
- func (x *SeriesLabelsQuery) ProtoReflect() protoreflect.Message
- func (x *SeriesLabelsQuery) Reset()
- func (m *SeriesLabelsQuery) SizeVT() (n int)
- func (x *SeriesLabelsQuery) String() string
- func (m *SeriesLabelsQuery) UnmarshalVT(dAtA []byte) error
- type SeriesLabelsReport
- func (m *SeriesLabelsReport) CloneMessageVT() proto.Message
- func (m *SeriesLabelsReport) CloneVT() *SeriesLabelsReport
- func (*SeriesLabelsReport) Descriptor() ([]byte, []int)deprecated
- func (this *SeriesLabelsReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *SeriesLabelsReport) EqualVT(that *SeriesLabelsReport) bool
- func (x *SeriesLabelsReport) GetQuery() *SeriesLabelsQuery
- func (x *SeriesLabelsReport) GetSeriesLabels() []*v11.Labels
- func (m *SeriesLabelsReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *SeriesLabelsReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *SeriesLabelsReport) MarshalVT() (dAtA []byte, err error)
- func (*SeriesLabelsReport) ProtoMessage()
- func (x *SeriesLabelsReport) ProtoReflect() protoreflect.Message
- func (x *SeriesLabelsReport) Reset()
- func (m *SeriesLabelsReport) SizeVT() (n int)
- func (x *SeriesLabelsReport) String() string
- func (m *SeriesLabelsReport) UnmarshalVT(dAtA []byte) error
- type TimeSeriesQuery
- func (m *TimeSeriesQuery) CloneMessageVT() proto.Message
- func (m *TimeSeriesQuery) CloneVT() *TimeSeriesQuery
- func (*TimeSeriesQuery) Descriptor() ([]byte, []int)deprecated
- func (this *TimeSeriesQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *TimeSeriesQuery) EqualVT(that *TimeSeriesQuery) bool
- func (x *TimeSeriesQuery) GetGroupBy() []string
- func (x *TimeSeriesQuery) GetLimit() int64
- func (x *TimeSeriesQuery) GetStep() float64
- func (m *TimeSeriesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TimeSeriesQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *TimeSeriesQuery) MarshalVT() (dAtA []byte, err error)
- func (*TimeSeriesQuery) ProtoMessage()
- func (x *TimeSeriesQuery) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesQuery) Reset()
- func (m *TimeSeriesQuery) SizeVT() (n int)
- func (x *TimeSeriesQuery) String() string
- func (m *TimeSeriesQuery) UnmarshalVT(dAtA []byte) error
- type TimeSeriesReport
- func (m *TimeSeriesReport) CloneMessageVT() proto.Message
- func (m *TimeSeriesReport) CloneVT() *TimeSeriesReport
- func (*TimeSeriesReport) Descriptor() ([]byte, []int)deprecated
- func (this *TimeSeriesReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *TimeSeriesReport) EqualVT(that *TimeSeriesReport) bool
- func (x *TimeSeriesReport) GetQuery() *TimeSeriesQuery
- func (x *TimeSeriesReport) GetTimeSeries() []*v11.Series
- func (m *TimeSeriesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TimeSeriesReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *TimeSeriesReport) MarshalVT() (dAtA []byte, err error)
- func (*TimeSeriesReport) ProtoMessage()
- func (x *TimeSeriesReport) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesReport) Reset()
- func (m *TimeSeriesReport) SizeVT() (n int)
- func (x *TimeSeriesReport) String() string
- func (m *TimeSeriesReport) UnmarshalVT(dAtA []byte) error
- type TreeQuery
- func (m *TreeQuery) CloneMessageVT() proto.Message
- func (m *TreeQuery) CloneVT() *TreeQuery
- func (*TreeQuery) Descriptor() ([]byte, []int)deprecated
- func (this *TreeQuery) EqualMessageVT(thatMsg proto.Message) bool
- func (this *TreeQuery) EqualVT(that *TreeQuery) bool
- func (x *TreeQuery) GetMaxNodes() int64
- func (m *TreeQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TreeQuery) MarshalToVT(dAtA []byte) (int, error)
- func (m *TreeQuery) MarshalVT() (dAtA []byte, err error)
- func (*TreeQuery) ProtoMessage()
- func (x *TreeQuery) ProtoReflect() protoreflect.Message
- func (x *TreeQuery) Reset()
- func (m *TreeQuery) SizeVT() (n int)
- func (x *TreeQuery) String() string
- func (m *TreeQuery) UnmarshalVT(dAtA []byte) error
- type TreeReport
- func (m *TreeReport) CloneMessageVT() proto.Message
- func (m *TreeReport) CloneVT() *TreeReport
- func (*TreeReport) Descriptor() ([]byte, []int)deprecated
- func (this *TreeReport) EqualMessageVT(thatMsg proto.Message) bool
- func (this *TreeReport) EqualVT(that *TreeReport) bool
- func (x *TreeReport) GetQuery() *TreeQuery
- func (x *TreeReport) GetTree() []byte
- func (m *TreeReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *TreeReport) MarshalToVT(dAtA []byte) (int, error)
- func (m *TreeReport) MarshalVT() (dAtA []byte, err error)
- func (*TreeReport) ProtoMessage()
- func (x *TreeReport) ProtoReflect() protoreflect.Message
- func (x *TreeReport) Reset()
- func (m *TreeReport) SizeVT() (n int)
- func (x *TreeReport) String() string
- func (m *TreeReport) UnmarshalVT(dAtA []byte) error
- type UnimplementedQueryBackendServiceServer
- type UnimplementedQueryFrontendServiceServer
- type UnsafeQueryBackendServiceServer
- type UnsafeQueryFrontendServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( QueryType_name = map[int32]string{ 0: "QUERY_UNSPECIFIED", 1: "QUERY_LABEL_NAMES", 2: "QUERY_LABEL_VALUES", 3: "QUERY_SERIES_LABELS", 4: "QUERY_TIME_SERIES", 5: "QUERY_TREE", 6: "QUERY_PPROF", } QueryType_value = map[string]int32{ "QUERY_UNSPECIFIED": 0, "QUERY_LABEL_NAMES": 1, "QUERY_LABEL_VALUES": 2, "QUERY_SERIES_LABELS": 3, "QUERY_TIME_SERIES": 4, "QUERY_TREE": 5, "QUERY_PPROF": 6, } )
Enum value maps for QueryType.
var ( ReportType_name = map[int32]string{ 0: "REPORT_UNSPECIFIED", 1: "REPORT_LABEL_NAMES", 2: "REPORT_LABEL_VALUES", 3: "REPORT_SERIES_LABELS", 4: "REPORT_TIME_SERIES", 5: "REPORT_TREE", 6: "REPORT_PPROF", } ReportType_value = map[string]int32{ "REPORT_UNSPECIFIED": 0, "REPORT_LABEL_NAMES": 1, "REPORT_LABEL_VALUES": 2, "REPORT_SERIES_LABELS": 3, "REPORT_TIME_SERIES": 4, "REPORT_TREE": 5, "REPORT_PPROF": 6, } )
Enum value maps for ReportType.
var File_query_v1_query_proto protoreflect.FileDescriptor
var QueryBackendService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "query.v1.QueryBackendService", HandlerType: (*QueryBackendServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Invoke", Handler: _QueryBackendService_Invoke_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "query/v1/query.proto", }
QueryBackendService_ServiceDesc is the grpc.ServiceDesc for QueryBackendService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var QueryFrontendService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "query.v1.QueryFrontendService", HandlerType: (*QueryFrontendServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Query", Handler: _QueryFrontendService_Query_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "query/v1/query.proto", }
QueryFrontendService_ServiceDesc is the grpc.ServiceDesc for QueryFrontendService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterQueryBackendServiceServer ¶
func RegisterQueryBackendServiceServer(s grpc.ServiceRegistrar, srv QueryBackendServiceServer)
func RegisterQueryFrontendServiceServer ¶
func RegisterQueryFrontendServiceServer(s grpc.ServiceRegistrar, srv QueryFrontendServiceServer)
Types ¶
type Diagnostics ¶
type Diagnostics struct {
// contains filtered or unexported fields
}
Diagnostic messages, events, statistics, analytics, etc.
func (*Diagnostics) CloneMessageVT ¶
func (m *Diagnostics) CloneMessageVT() proto.Message
func (*Diagnostics) CloneVT ¶
func (m *Diagnostics) CloneVT() *Diagnostics
func (*Diagnostics) Descriptor
deprecated
func (*Diagnostics) Descriptor() ([]byte, []int)
Deprecated: Use Diagnostics.ProtoReflect.Descriptor instead.
func (*Diagnostics) EqualMessageVT ¶
func (this *Diagnostics) EqualMessageVT(thatMsg proto.Message) bool
func (*Diagnostics) EqualVT ¶
func (this *Diagnostics) EqualVT(that *Diagnostics) bool
func (*Diagnostics) MarshalToSizedBufferVT ¶
func (m *Diagnostics) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*Diagnostics) MarshalToVT ¶
func (m *Diagnostics) MarshalToVT(dAtA []byte) (int, error)
func (*Diagnostics) MarshalVT ¶
func (m *Diagnostics) MarshalVT() (dAtA []byte, err error)
func (*Diagnostics) ProtoMessage ¶
func (*Diagnostics) ProtoMessage()
func (*Diagnostics) ProtoReflect ¶
func (x *Diagnostics) ProtoReflect() protoreflect.Message
func (*Diagnostics) Reset ¶
func (x *Diagnostics) Reset()
func (*Diagnostics) SizeVT ¶
func (m *Diagnostics) SizeVT() (n int)
func (*Diagnostics) String ¶
func (x *Diagnostics) String() string
func (*Diagnostics) UnmarshalVT ¶
func (m *Diagnostics) UnmarshalVT(dAtA []byte) error
type InvokeOptions ¶
type InvokeOptions struct {
// contains filtered or unexported fields
}
func (*InvokeOptions) CloneMessageVT ¶
func (m *InvokeOptions) CloneMessageVT() proto.Message
func (*InvokeOptions) CloneVT ¶
func (m *InvokeOptions) CloneVT() *InvokeOptions
func (*InvokeOptions) Descriptor
deprecated
func (*InvokeOptions) Descriptor() ([]byte, []int)
Deprecated: Use InvokeOptions.ProtoReflect.Descriptor instead.
func (*InvokeOptions) EqualMessageVT ¶
func (this *InvokeOptions) EqualMessageVT(thatMsg proto.Message) bool
func (*InvokeOptions) EqualVT ¶
func (this *InvokeOptions) EqualVT(that *InvokeOptions) bool
func (*InvokeOptions) MarshalToSizedBufferVT ¶
func (m *InvokeOptions) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*InvokeOptions) MarshalToVT ¶
func (m *InvokeOptions) MarshalToVT(dAtA []byte) (int, error)
func (*InvokeOptions) MarshalVT ¶
func (m *InvokeOptions) MarshalVT() (dAtA []byte, err error)
func (*InvokeOptions) ProtoMessage ¶
func (*InvokeOptions) ProtoMessage()
func (*InvokeOptions) ProtoReflect ¶
func (x *InvokeOptions) ProtoReflect() protoreflect.Message
func (*InvokeOptions) Reset ¶
func (x *InvokeOptions) Reset()
func (*InvokeOptions) SizeVT ¶
func (m *InvokeOptions) SizeVT() (n int)
func (*InvokeOptions) String ¶
func (x *InvokeOptions) String() string
func (*InvokeOptions) UnmarshalVT ¶
func (m *InvokeOptions) UnmarshalVT(dAtA []byte) error
type InvokeRequest ¶
type InvokeRequest struct { Tenant []string `protobuf:"bytes,1,rep,name=tenant,proto3" json:"tenant,omitempty"` StartTime int64 `protobuf:"varint,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime int64 `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` LabelSelector string `protobuf:"bytes,4,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"` Query []*Query `protobuf:"bytes,5,rep,name=query,proto3" json:"query,omitempty"` QueryPlan *QueryPlan `protobuf:"bytes,6,opt,name=query_plan,json=queryPlan,proto3" json:"query_plan,omitempty"` Options *InvokeOptions `protobuf:"bytes,7,opt,name=options,proto3" json:"options,omitempty"` // contains filtered or unexported fields }
func (*InvokeRequest) CloneMessageVT ¶
func (m *InvokeRequest) CloneMessageVT() proto.Message
func (*InvokeRequest) CloneVT ¶
func (m *InvokeRequest) CloneVT() *InvokeRequest
func (*InvokeRequest) Descriptor
deprecated
func (*InvokeRequest) Descriptor() ([]byte, []int)
Deprecated: Use InvokeRequest.ProtoReflect.Descriptor instead.
func (*InvokeRequest) EqualMessageVT ¶
func (this *InvokeRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*InvokeRequest) EqualVT ¶
func (this *InvokeRequest) EqualVT(that *InvokeRequest) bool
func (*InvokeRequest) GetEndTime ¶
func (x *InvokeRequest) GetEndTime() int64
func (*InvokeRequest) GetLabelSelector ¶
func (x *InvokeRequest) GetLabelSelector() string
func (*InvokeRequest) GetOptions ¶
func (x *InvokeRequest) GetOptions() *InvokeOptions
func (*InvokeRequest) GetQuery ¶
func (x *InvokeRequest) GetQuery() []*Query
func (*InvokeRequest) GetQueryPlan ¶
func (x *InvokeRequest) GetQueryPlan() *QueryPlan
func (*InvokeRequest) GetStartTime ¶
func (x *InvokeRequest) GetStartTime() int64
func (*InvokeRequest) GetTenant ¶
func (x *InvokeRequest) GetTenant() []string
func (*InvokeRequest) MarshalToSizedBufferVT ¶
func (m *InvokeRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*InvokeRequest) MarshalToVT ¶
func (m *InvokeRequest) MarshalToVT(dAtA []byte) (int, error)
func (*InvokeRequest) MarshalVT ¶
func (m *InvokeRequest) MarshalVT() (dAtA []byte, err error)
func (*InvokeRequest) ProtoMessage ¶
func (*InvokeRequest) ProtoMessage()
func (*InvokeRequest) ProtoReflect ¶
func (x *InvokeRequest) ProtoReflect() protoreflect.Message
func (*InvokeRequest) Reset ¶
func (x *InvokeRequest) Reset()
func (*InvokeRequest) SizeVT ¶
func (m *InvokeRequest) SizeVT() (n int)
func (*InvokeRequest) String ¶
func (x *InvokeRequest) String() string
func (*InvokeRequest) UnmarshalVT ¶
func (m *InvokeRequest) UnmarshalVT(dAtA []byte) error
type InvokeResponse ¶
type InvokeResponse struct { Reports []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"` Diagnostics *Diagnostics `protobuf:"bytes,2,opt,name=diagnostics,proto3" json:"diagnostics,omitempty"` // contains filtered or unexported fields }
func (*InvokeResponse) CloneMessageVT ¶
func (m *InvokeResponse) CloneMessageVT() proto.Message
func (*InvokeResponse) CloneVT ¶
func (m *InvokeResponse) CloneVT() *InvokeResponse
func (*InvokeResponse) Descriptor
deprecated
func (*InvokeResponse) Descriptor() ([]byte, []int)
Deprecated: Use InvokeResponse.ProtoReflect.Descriptor instead.
func (*InvokeResponse) EqualMessageVT ¶
func (this *InvokeResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*InvokeResponse) EqualVT ¶
func (this *InvokeResponse) EqualVT(that *InvokeResponse) bool
func (*InvokeResponse) GetDiagnostics ¶
func (x *InvokeResponse) GetDiagnostics() *Diagnostics
func (*InvokeResponse) GetReports ¶
func (x *InvokeResponse) GetReports() []*Report
func (*InvokeResponse) MarshalToSizedBufferVT ¶
func (m *InvokeResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*InvokeResponse) MarshalToVT ¶
func (m *InvokeResponse) MarshalToVT(dAtA []byte) (int, error)
func (*InvokeResponse) MarshalVT ¶
func (m *InvokeResponse) MarshalVT() (dAtA []byte, err error)
func (*InvokeResponse) ProtoMessage ¶
func (*InvokeResponse) ProtoMessage()
func (*InvokeResponse) ProtoReflect ¶
func (x *InvokeResponse) ProtoReflect() protoreflect.Message
func (*InvokeResponse) Reset ¶
func (x *InvokeResponse) Reset()
func (*InvokeResponse) SizeVT ¶
func (m *InvokeResponse) SizeVT() (n int)
func (*InvokeResponse) String ¶
func (x *InvokeResponse) String() string
func (*InvokeResponse) UnmarshalVT ¶
func (m *InvokeResponse) UnmarshalVT(dAtA []byte) error
type LabelNamesQuery ¶
type LabelNamesQuery struct {
// contains filtered or unexported fields
}
func (*LabelNamesQuery) CloneMessageVT ¶
func (m *LabelNamesQuery) CloneMessageVT() proto.Message
func (*LabelNamesQuery) CloneVT ¶
func (m *LabelNamesQuery) CloneVT() *LabelNamesQuery
func (*LabelNamesQuery) Descriptor
deprecated
func (*LabelNamesQuery) Descriptor() ([]byte, []int)
Deprecated: Use LabelNamesQuery.ProtoReflect.Descriptor instead.
func (*LabelNamesQuery) EqualMessageVT ¶
func (this *LabelNamesQuery) EqualMessageVT(thatMsg proto.Message) bool
func (*LabelNamesQuery) EqualVT ¶
func (this *LabelNamesQuery) EqualVT(that *LabelNamesQuery) bool
func (*LabelNamesQuery) MarshalToSizedBufferVT ¶
func (m *LabelNamesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*LabelNamesQuery) MarshalToVT ¶
func (m *LabelNamesQuery) MarshalToVT(dAtA []byte) (int, error)
func (*LabelNamesQuery) MarshalVT ¶
func (m *LabelNamesQuery) MarshalVT() (dAtA []byte, err error)
func (*LabelNamesQuery) ProtoMessage ¶
func (*LabelNamesQuery) ProtoMessage()
func (*LabelNamesQuery) ProtoReflect ¶
func (x *LabelNamesQuery) ProtoReflect() protoreflect.Message
func (*LabelNamesQuery) Reset ¶
func (x *LabelNamesQuery) Reset()
func (*LabelNamesQuery) SizeVT ¶
func (m *LabelNamesQuery) SizeVT() (n int)
func (*LabelNamesQuery) String ¶
func (x *LabelNamesQuery) String() string
func (*LabelNamesQuery) UnmarshalVT ¶
func (m *LabelNamesQuery) UnmarshalVT(dAtA []byte) error
type LabelNamesReport ¶
type LabelNamesReport struct { Query *LabelNamesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` LabelNames []string `protobuf:"bytes,2,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"` // contains filtered or unexported fields }
func (*LabelNamesReport) CloneMessageVT ¶
func (m *LabelNamesReport) CloneMessageVT() proto.Message
func (*LabelNamesReport) CloneVT ¶
func (m *LabelNamesReport) CloneVT() *LabelNamesReport
func (*LabelNamesReport) Descriptor
deprecated
func (*LabelNamesReport) Descriptor() ([]byte, []int)
Deprecated: Use LabelNamesReport.ProtoReflect.Descriptor instead.
func (*LabelNamesReport) EqualMessageVT ¶
func (this *LabelNamesReport) EqualMessageVT(thatMsg proto.Message) bool
func (*LabelNamesReport) EqualVT ¶
func (this *LabelNamesReport) EqualVT(that *LabelNamesReport) bool
func (*LabelNamesReport) GetLabelNames ¶
func (x *LabelNamesReport) GetLabelNames() []string
func (*LabelNamesReport) GetQuery ¶
func (x *LabelNamesReport) GetQuery() *LabelNamesQuery
func (*LabelNamesReport) MarshalToSizedBufferVT ¶
func (m *LabelNamesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*LabelNamesReport) MarshalToVT ¶
func (m *LabelNamesReport) MarshalToVT(dAtA []byte) (int, error)
func (*LabelNamesReport) MarshalVT ¶
func (m *LabelNamesReport) MarshalVT() (dAtA []byte, err error)
func (*LabelNamesReport) ProtoMessage ¶
func (*LabelNamesReport) ProtoMessage()
func (*LabelNamesReport) ProtoReflect ¶
func (x *LabelNamesReport) ProtoReflect() protoreflect.Message
func (*LabelNamesReport) Reset ¶
func (x *LabelNamesReport) Reset()
func (*LabelNamesReport) SizeVT ¶
func (m *LabelNamesReport) SizeVT() (n int)
func (*LabelNamesReport) String ¶
func (x *LabelNamesReport) String() string
func (*LabelNamesReport) UnmarshalVT ¶
func (m *LabelNamesReport) UnmarshalVT(dAtA []byte) error
type LabelValuesQuery ¶
type LabelValuesQuery struct { LabelName string `protobuf:"bytes,1,opt,name=label_name,json=labelName,proto3" json:"label_name,omitempty"` // contains filtered or unexported fields }
func (*LabelValuesQuery) CloneMessageVT ¶
func (m *LabelValuesQuery) CloneMessageVT() proto.Message
func (*LabelValuesQuery) CloneVT ¶
func (m *LabelValuesQuery) CloneVT() *LabelValuesQuery
func (*LabelValuesQuery) Descriptor
deprecated
func (*LabelValuesQuery) Descriptor() ([]byte, []int)
Deprecated: Use LabelValuesQuery.ProtoReflect.Descriptor instead.
func (*LabelValuesQuery) EqualMessageVT ¶
func (this *LabelValuesQuery) EqualMessageVT(thatMsg proto.Message) bool
func (*LabelValuesQuery) EqualVT ¶
func (this *LabelValuesQuery) EqualVT(that *LabelValuesQuery) bool
func (*LabelValuesQuery) GetLabelName ¶
func (x *LabelValuesQuery) GetLabelName() string
func (*LabelValuesQuery) MarshalToSizedBufferVT ¶
func (m *LabelValuesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*LabelValuesQuery) MarshalToVT ¶
func (m *LabelValuesQuery) MarshalToVT(dAtA []byte) (int, error)
func (*LabelValuesQuery) MarshalVT ¶
func (m *LabelValuesQuery) MarshalVT() (dAtA []byte, err error)
func (*LabelValuesQuery) ProtoMessage ¶
func (*LabelValuesQuery) ProtoMessage()
func (*LabelValuesQuery) ProtoReflect ¶
func (x *LabelValuesQuery) ProtoReflect() protoreflect.Message
func (*LabelValuesQuery) Reset ¶
func (x *LabelValuesQuery) Reset()
func (*LabelValuesQuery) SizeVT ¶
func (m *LabelValuesQuery) SizeVT() (n int)
func (*LabelValuesQuery) String ¶
func (x *LabelValuesQuery) String() string
func (*LabelValuesQuery) UnmarshalVT ¶
func (m *LabelValuesQuery) UnmarshalVT(dAtA []byte) error
type LabelValuesReport ¶
type LabelValuesReport struct { Query *LabelValuesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` LabelValues []string `protobuf:"bytes,2,rep,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"` // contains filtered or unexported fields }
func (*LabelValuesReport) CloneMessageVT ¶
func (m *LabelValuesReport) CloneMessageVT() proto.Message
func (*LabelValuesReport) CloneVT ¶
func (m *LabelValuesReport) CloneVT() *LabelValuesReport
func (*LabelValuesReport) Descriptor
deprecated
func (*LabelValuesReport) Descriptor() ([]byte, []int)
Deprecated: Use LabelValuesReport.ProtoReflect.Descriptor instead.
func (*LabelValuesReport) EqualMessageVT ¶
func (this *LabelValuesReport) EqualMessageVT(thatMsg proto.Message) bool
func (*LabelValuesReport) EqualVT ¶
func (this *LabelValuesReport) EqualVT(that *LabelValuesReport) bool
func (*LabelValuesReport) GetLabelValues ¶
func (x *LabelValuesReport) GetLabelValues() []string
func (*LabelValuesReport) GetQuery ¶
func (x *LabelValuesReport) GetQuery() *LabelValuesQuery
func (*LabelValuesReport) MarshalToSizedBufferVT ¶
func (m *LabelValuesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*LabelValuesReport) MarshalToVT ¶
func (m *LabelValuesReport) MarshalToVT(dAtA []byte) (int, error)
func (*LabelValuesReport) MarshalVT ¶
func (m *LabelValuesReport) MarshalVT() (dAtA []byte, err error)
func (*LabelValuesReport) ProtoMessage ¶
func (*LabelValuesReport) ProtoMessage()
func (*LabelValuesReport) ProtoReflect ¶
func (x *LabelValuesReport) ProtoReflect() protoreflect.Message
func (*LabelValuesReport) Reset ¶
func (x *LabelValuesReport) Reset()
func (*LabelValuesReport) SizeVT ¶
func (m *LabelValuesReport) SizeVT() (n int)
func (*LabelValuesReport) String ¶
func (x *LabelValuesReport) String() string
func (*LabelValuesReport) UnmarshalVT ¶
func (m *LabelValuesReport) UnmarshalVT(dAtA []byte) error
type PprofQuery ¶
type PprofQuery struct { MaxNodes int64 `protobuf:"varint,1,opt,name=max_nodes,json=maxNodes,proto3" json:"max_nodes,omitempty"` // TODO(kolesnikovae): Go PGO options. // contains filtered or unexported fields }
func (*PprofQuery) CloneMessageVT ¶
func (m *PprofQuery) CloneMessageVT() proto.Message
func (*PprofQuery) CloneVT ¶
func (m *PprofQuery) CloneVT() *PprofQuery
func (*PprofQuery) Descriptor
deprecated
func (*PprofQuery) Descriptor() ([]byte, []int)
Deprecated: Use PprofQuery.ProtoReflect.Descriptor instead.
func (*PprofQuery) EqualMessageVT ¶
func (this *PprofQuery) EqualMessageVT(thatMsg proto.Message) bool
func (*PprofQuery) EqualVT ¶
func (this *PprofQuery) EqualVT(that *PprofQuery) bool
func (*PprofQuery) GetMaxNodes ¶
func (x *PprofQuery) GetMaxNodes() int64
func (*PprofQuery) MarshalToSizedBufferVT ¶
func (m *PprofQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*PprofQuery) MarshalToVT ¶
func (m *PprofQuery) MarshalToVT(dAtA []byte) (int, error)
func (*PprofQuery) MarshalVT ¶
func (m *PprofQuery) MarshalVT() (dAtA []byte, err error)
func (*PprofQuery) ProtoMessage ¶
func (*PprofQuery) ProtoMessage()
func (*PprofQuery) ProtoReflect ¶
func (x *PprofQuery) ProtoReflect() protoreflect.Message
func (*PprofQuery) Reset ¶
func (x *PprofQuery) Reset()
func (*PprofQuery) SizeVT ¶
func (m *PprofQuery) SizeVT() (n int)
func (*PprofQuery) String ¶
func (x *PprofQuery) String() string
func (*PprofQuery) UnmarshalVT ¶
func (m *PprofQuery) UnmarshalVT(dAtA []byte) error
type PprofReport ¶
type PprofReport struct { Query *PprofQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Pprof []byte `protobuf:"bytes,2,opt,name=pprof,proto3" json:"pprof,omitempty"` // contains filtered or unexported fields }
func (*PprofReport) CloneMessageVT ¶
func (m *PprofReport) CloneMessageVT() proto.Message
func (*PprofReport) CloneVT ¶
func (m *PprofReport) CloneVT() *PprofReport
func (*PprofReport) Descriptor
deprecated
func (*PprofReport) Descriptor() ([]byte, []int)
Deprecated: Use PprofReport.ProtoReflect.Descriptor instead.
func (*PprofReport) EqualMessageVT ¶
func (this *PprofReport) EqualMessageVT(thatMsg proto.Message) bool
func (*PprofReport) EqualVT ¶
func (this *PprofReport) EqualVT(that *PprofReport) bool
func (*PprofReport) GetPprof ¶
func (x *PprofReport) GetPprof() []byte
func (*PprofReport) GetQuery ¶
func (x *PprofReport) GetQuery() *PprofQuery
func (*PprofReport) MarshalToSizedBufferVT ¶
func (m *PprofReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*PprofReport) MarshalToVT ¶
func (m *PprofReport) MarshalToVT(dAtA []byte) (int, error)
func (*PprofReport) MarshalVT ¶
func (m *PprofReport) MarshalVT() (dAtA []byte, err error)
func (*PprofReport) ProtoMessage ¶
func (*PprofReport) ProtoMessage()
func (*PprofReport) ProtoReflect ¶
func (x *PprofReport) ProtoReflect() protoreflect.Message
func (*PprofReport) Reset ¶
func (x *PprofReport) Reset()
func (*PprofReport) SizeVT ¶
func (m *PprofReport) SizeVT() (n int)
func (*PprofReport) String ¶
func (x *PprofReport) String() string
func (*PprofReport) UnmarshalVT ¶
func (m *PprofReport) UnmarshalVT(dAtA []byte) error
type Query ¶
type Query struct { QueryType QueryType `protobuf:"varint,1,opt,name=query_type,json=queryType,proto3,enum=query.v1.QueryType" json:"query_type,omitempty"` // Exactly one of the following fields should be set, // depending on the query type. LabelNames *LabelNamesQuery `protobuf:"bytes,2,opt,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"` LabelValues *LabelValuesQuery `protobuf:"bytes,3,opt,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"` SeriesLabels *SeriesLabelsQuery `protobuf:"bytes,4,opt,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"` TimeSeries *TimeSeriesQuery `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` Tree *TreeQuery `protobuf:"bytes,6,opt,name=tree,proto3" json:"tree,omitempty"` Pprof *PprofQuery `protobuf:"bytes,7,opt,name=pprof,proto3" json:"pprof,omitempty"` // contains filtered or unexported fields }
func (*Query) CloneMessageVT ¶
func (*Query) Descriptor
deprecated
func (*Query) GetLabelNames ¶
func (x *Query) GetLabelNames() *LabelNamesQuery
func (*Query) GetLabelValues ¶
func (x *Query) GetLabelValues() *LabelValuesQuery
func (*Query) GetPprof ¶
func (x *Query) GetPprof() *PprofQuery
func (*Query) GetQueryType ¶
func (*Query) GetSeriesLabels ¶
func (x *Query) GetSeriesLabels() *SeriesLabelsQuery
func (*Query) GetTimeSeries ¶
func (x *Query) GetTimeSeries() *TimeSeriesQuery
func (*Query) MarshalToSizedBufferVT ¶
func (*Query) ProtoMessage ¶
func (*Query) ProtoMessage()
func (*Query) ProtoReflect ¶
func (x *Query) ProtoReflect() protoreflect.Message
func (*Query) UnmarshalVT ¶
type QueryBackendServiceClient ¶
type QueryBackendServiceClient interface {
Invoke(ctx context.Context, in *InvokeRequest, opts ...grpc.CallOption) (*InvokeResponse, error)
}
QueryBackendServiceClient is the client API for QueryBackendService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewQueryBackendServiceClient ¶
func NewQueryBackendServiceClient(cc grpc.ClientConnInterface) QueryBackendServiceClient
type QueryBackendServiceServer ¶
type QueryBackendServiceServer interface { Invoke(context.Context, *InvokeRequest) (*InvokeResponse, error) // contains filtered or unexported methods }
QueryBackendServiceServer is the server API for QueryBackendService service. All implementations must embed UnimplementedQueryBackendServiceServer for forward compatibility
type QueryFrontendServiceClient ¶
type QueryFrontendServiceClient interface {
Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResponse, error)
}
QueryFrontendServiceClient is the client API for QueryFrontendService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewQueryFrontendServiceClient ¶
func NewQueryFrontendServiceClient(cc grpc.ClientConnInterface) QueryFrontendServiceClient
type QueryFrontendServiceServer ¶
type QueryFrontendServiceServer interface { Query(context.Context, *QueryRequest) (*QueryResponse, error) // contains filtered or unexported methods }
QueryFrontendServiceServer is the server API for QueryFrontendService service. All implementations must embed UnimplementedQueryFrontendServiceServer for forward compatibility
type QueryPlan ¶
type QueryPlan struct { // Each node is encoded with 3 values: // - node type: 0 - read, 1 - merge; // - range offset; // - range length. Graph []uint32 `protobuf:"varint,1,rep,packed,name=graph,proto3" json:"graph,omitempty"` // The blocks matching the query. Blocks []*v1.BlockMeta `protobuf:"bytes,2,rep,name=blocks,proto3" json:"blocks,omitempty"` // contains filtered or unexported fields }
Query plan is represented by a DAG, where each node might be either "merge" or "read" (leaves). Each node references a range: merge nodes refer to other nodes, while read nodes refer to the blocks.
func (*QueryPlan) CloneMessageVT ¶
func (*QueryPlan) Descriptor
deprecated
func (*QueryPlan) EqualMessageVT ¶
func (*QueryPlan) MarshalToSizedBufferVT ¶
func (*QueryPlan) ProtoMessage ¶
func (*QueryPlan) ProtoMessage()
func (*QueryPlan) ProtoReflect ¶
func (x *QueryPlan) ProtoReflect() protoreflect.Message
func (*QueryPlan) UnmarshalVT ¶
type QueryRequest ¶
type QueryRequest struct { StartTime int64 `protobuf:"varint,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime int64 `protobuf:"varint,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` LabelSelector string `protobuf:"bytes,3,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"` Query []*Query `protobuf:"bytes,4,rep,name=query,proto3" json:"query,omitempty"` // contains filtered or unexported fields }
func (*QueryRequest) CloneMessageVT ¶
func (m *QueryRequest) CloneMessageVT() proto.Message
func (*QueryRequest) CloneVT ¶
func (m *QueryRequest) CloneVT() *QueryRequest
func (*QueryRequest) Descriptor
deprecated
func (*QueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.
func (*QueryRequest) EqualMessageVT ¶
func (this *QueryRequest) EqualMessageVT(thatMsg proto.Message) bool
func (*QueryRequest) EqualVT ¶
func (this *QueryRequest) EqualVT(that *QueryRequest) bool
func (*QueryRequest) GetEndTime ¶
func (x *QueryRequest) GetEndTime() int64
func (*QueryRequest) GetLabelSelector ¶
func (x *QueryRequest) GetLabelSelector() string
func (*QueryRequest) GetQuery ¶
func (x *QueryRequest) GetQuery() []*Query
func (*QueryRequest) GetStartTime ¶
func (x *QueryRequest) GetStartTime() int64
func (*QueryRequest) MarshalToSizedBufferVT ¶
func (m *QueryRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*QueryRequest) MarshalToVT ¶
func (m *QueryRequest) MarshalToVT(dAtA []byte) (int, error)
func (*QueryRequest) MarshalVT ¶
func (m *QueryRequest) MarshalVT() (dAtA []byte, err error)
func (*QueryRequest) ProtoMessage ¶
func (*QueryRequest) ProtoMessage()
func (*QueryRequest) ProtoReflect ¶
func (x *QueryRequest) ProtoReflect() protoreflect.Message
func (*QueryRequest) Reset ¶
func (x *QueryRequest) Reset()
func (*QueryRequest) SizeVT ¶
func (m *QueryRequest) SizeVT() (n int)
func (*QueryRequest) String ¶
func (x *QueryRequest) String() string
func (*QueryRequest) UnmarshalVT ¶
func (m *QueryRequest) UnmarshalVT(dAtA []byte) error
type QueryResponse ¶
type QueryResponse struct { Reports []*Report `protobuf:"bytes,1,rep,name=reports,proto3" json:"reports,omitempty"` // contains filtered or unexported fields }
func (*QueryResponse) CloneMessageVT ¶
func (m *QueryResponse) CloneMessageVT() proto.Message
func (*QueryResponse) CloneVT ¶
func (m *QueryResponse) CloneVT() *QueryResponse
func (*QueryResponse) Descriptor
deprecated
func (*QueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.
func (*QueryResponse) EqualMessageVT ¶
func (this *QueryResponse) EqualMessageVT(thatMsg proto.Message) bool
func (*QueryResponse) EqualVT ¶
func (this *QueryResponse) EqualVT(that *QueryResponse) bool
func (*QueryResponse) GetReports ¶
func (x *QueryResponse) GetReports() []*Report
func (*QueryResponse) MarshalToSizedBufferVT ¶
func (m *QueryResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*QueryResponse) MarshalToVT ¶
func (m *QueryResponse) MarshalToVT(dAtA []byte) (int, error)
func (*QueryResponse) MarshalVT ¶
func (m *QueryResponse) MarshalVT() (dAtA []byte, err error)
func (*QueryResponse) ProtoMessage ¶
func (*QueryResponse) ProtoMessage()
func (*QueryResponse) ProtoReflect ¶
func (x *QueryResponse) ProtoReflect() protoreflect.Message
func (*QueryResponse) Reset ¶
func (x *QueryResponse) Reset()
func (*QueryResponse) SizeVT ¶
func (m *QueryResponse) SizeVT() (n int)
func (*QueryResponse) String ¶
func (x *QueryResponse) String() string
func (*QueryResponse) UnmarshalVT ¶
func (m *QueryResponse) UnmarshalVT(dAtA []byte) error
type QueryType ¶
type QueryType int32
func (QueryType) Descriptor ¶
func (QueryType) Descriptor() protoreflect.EnumDescriptor
func (QueryType) EnumDescriptor
deprecated
func (QueryType) Number ¶
func (x QueryType) Number() protoreflect.EnumNumber
func (QueryType) Type ¶
func (QueryType) Type() protoreflect.EnumType
type Report ¶
type Report struct { ReportType ReportType `protobuf:"varint,1,opt,name=report_type,json=reportType,proto3,enum=query.v1.ReportType" json:"report_type,omitempty"` // Exactly one of the following fields should be set, // depending on the report type. LabelNames *LabelNamesReport `protobuf:"bytes,2,opt,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"` LabelValues *LabelValuesReport `protobuf:"bytes,3,opt,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"` SeriesLabels *SeriesLabelsReport `protobuf:"bytes,4,opt,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"` TimeSeries *TimeSeriesReport `protobuf:"bytes,5,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` Tree *TreeReport `protobuf:"bytes,6,opt,name=tree,proto3" json:"tree,omitempty"` Pprof *PprofReport `protobuf:"bytes,7,opt,name=pprof,proto3" json:"pprof,omitempty"` // contains filtered or unexported fields }
func (*Report) CloneMessageVT ¶
func (*Report) Descriptor
deprecated
func (*Report) GetLabelNames ¶
func (x *Report) GetLabelNames() *LabelNamesReport
func (*Report) GetLabelValues ¶
func (x *Report) GetLabelValues() *LabelValuesReport
func (*Report) GetPprof ¶
func (x *Report) GetPprof() *PprofReport
func (*Report) GetReportType ¶
func (x *Report) GetReportType() ReportType
func (*Report) GetSeriesLabels ¶
func (x *Report) GetSeriesLabels() *SeriesLabelsReport
func (*Report) GetTimeSeries ¶
func (x *Report) GetTimeSeries() *TimeSeriesReport
func (*Report) GetTree ¶
func (x *Report) GetTree() *TreeReport
func (*Report) MarshalToSizedBufferVT ¶
func (*Report) ProtoMessage ¶
func (*Report) ProtoMessage()
func (*Report) ProtoReflect ¶
func (x *Report) ProtoReflect() protoreflect.Message
func (*Report) UnmarshalVT ¶
type ReportType ¶
type ReportType int32
const ( ReportType_REPORT_UNSPECIFIED ReportType = 0 ReportType_REPORT_LABEL_NAMES ReportType = 1 ReportType_REPORT_LABEL_VALUES ReportType = 2 ReportType_REPORT_SERIES_LABELS ReportType = 3 ReportType_REPORT_TIME_SERIES ReportType = 4 ReportType_REPORT_TREE ReportType = 5 ReportType_REPORT_PPROF ReportType = 6 )
func (ReportType) Descriptor ¶
func (ReportType) Descriptor() protoreflect.EnumDescriptor
func (ReportType) Enum ¶
func (x ReportType) Enum() *ReportType
func (ReportType) EnumDescriptor
deprecated
func (ReportType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReportType.Descriptor instead.
func (ReportType) Number ¶
func (x ReportType) Number() protoreflect.EnumNumber
func (ReportType) String ¶
func (x ReportType) String() string
func (ReportType) Type ¶
func (ReportType) Type() protoreflect.EnumType
type SeriesLabelsQuery ¶
type SeriesLabelsQuery struct { LabelNames []string `protobuf:"bytes,1,rep,name=label_names,json=labelNames,proto3" json:"label_names,omitempty"` // contains filtered or unexported fields }
func (*SeriesLabelsQuery) CloneMessageVT ¶
func (m *SeriesLabelsQuery) CloneMessageVT() proto.Message
func (*SeriesLabelsQuery) CloneVT ¶
func (m *SeriesLabelsQuery) CloneVT() *SeriesLabelsQuery
func (*SeriesLabelsQuery) Descriptor
deprecated
func (*SeriesLabelsQuery) Descriptor() ([]byte, []int)
Deprecated: Use SeriesLabelsQuery.ProtoReflect.Descriptor instead.
func (*SeriesLabelsQuery) EqualMessageVT ¶
func (this *SeriesLabelsQuery) EqualMessageVT(thatMsg proto.Message) bool
func (*SeriesLabelsQuery) EqualVT ¶
func (this *SeriesLabelsQuery) EqualVT(that *SeriesLabelsQuery) bool
func (*SeriesLabelsQuery) GetLabelNames ¶
func (x *SeriesLabelsQuery) GetLabelNames() []string
func (*SeriesLabelsQuery) MarshalToSizedBufferVT ¶
func (m *SeriesLabelsQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SeriesLabelsQuery) MarshalToVT ¶
func (m *SeriesLabelsQuery) MarshalToVT(dAtA []byte) (int, error)
func (*SeriesLabelsQuery) MarshalVT ¶
func (m *SeriesLabelsQuery) MarshalVT() (dAtA []byte, err error)
func (*SeriesLabelsQuery) ProtoMessage ¶
func (*SeriesLabelsQuery) ProtoMessage()
func (*SeriesLabelsQuery) ProtoReflect ¶
func (x *SeriesLabelsQuery) ProtoReflect() protoreflect.Message
func (*SeriesLabelsQuery) Reset ¶
func (x *SeriesLabelsQuery) Reset()
func (*SeriesLabelsQuery) SizeVT ¶
func (m *SeriesLabelsQuery) SizeVT() (n int)
func (*SeriesLabelsQuery) String ¶
func (x *SeriesLabelsQuery) String() string
func (*SeriesLabelsQuery) UnmarshalVT ¶
func (m *SeriesLabelsQuery) UnmarshalVT(dAtA []byte) error
type SeriesLabelsReport ¶
type SeriesLabelsReport struct { Query *SeriesLabelsQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` SeriesLabels []*v11.Labels `protobuf:"bytes,2,rep,name=series_labels,json=seriesLabels,proto3" json:"series_labels,omitempty"` // contains filtered or unexported fields }
func (*SeriesLabelsReport) CloneMessageVT ¶
func (m *SeriesLabelsReport) CloneMessageVT() proto.Message
func (*SeriesLabelsReport) CloneVT ¶
func (m *SeriesLabelsReport) CloneVT() *SeriesLabelsReport
func (*SeriesLabelsReport) Descriptor
deprecated
func (*SeriesLabelsReport) Descriptor() ([]byte, []int)
Deprecated: Use SeriesLabelsReport.ProtoReflect.Descriptor instead.
func (*SeriesLabelsReport) EqualMessageVT ¶
func (this *SeriesLabelsReport) EqualMessageVT(thatMsg proto.Message) bool
func (*SeriesLabelsReport) EqualVT ¶
func (this *SeriesLabelsReport) EqualVT(that *SeriesLabelsReport) bool
func (*SeriesLabelsReport) GetQuery ¶
func (x *SeriesLabelsReport) GetQuery() *SeriesLabelsQuery
func (*SeriesLabelsReport) GetSeriesLabels ¶
func (x *SeriesLabelsReport) GetSeriesLabels() []*v11.Labels
func (*SeriesLabelsReport) MarshalToSizedBufferVT ¶
func (m *SeriesLabelsReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*SeriesLabelsReport) MarshalToVT ¶
func (m *SeriesLabelsReport) MarshalToVT(dAtA []byte) (int, error)
func (*SeriesLabelsReport) MarshalVT ¶
func (m *SeriesLabelsReport) MarshalVT() (dAtA []byte, err error)
func (*SeriesLabelsReport) ProtoMessage ¶
func (*SeriesLabelsReport) ProtoMessage()
func (*SeriesLabelsReport) ProtoReflect ¶
func (x *SeriesLabelsReport) ProtoReflect() protoreflect.Message
func (*SeriesLabelsReport) Reset ¶
func (x *SeriesLabelsReport) Reset()
func (*SeriesLabelsReport) SizeVT ¶
func (m *SeriesLabelsReport) SizeVT() (n int)
func (*SeriesLabelsReport) String ¶
func (x *SeriesLabelsReport) String() string
func (*SeriesLabelsReport) UnmarshalVT ¶
func (m *SeriesLabelsReport) UnmarshalVT(dAtA []byte) error
type TimeSeriesQuery ¶
type TimeSeriesQuery struct { Step float64 `protobuf:"fixed64,1,opt,name=step,proto3" json:"step,omitempty"` GroupBy []string `protobuf:"bytes,2,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"` Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*TimeSeriesQuery) CloneMessageVT ¶
func (m *TimeSeriesQuery) CloneMessageVT() proto.Message
func (*TimeSeriesQuery) CloneVT ¶
func (m *TimeSeriesQuery) CloneVT() *TimeSeriesQuery
func (*TimeSeriesQuery) Descriptor
deprecated
func (*TimeSeriesQuery) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesQuery.ProtoReflect.Descriptor instead.
func (*TimeSeriesQuery) EqualMessageVT ¶
func (this *TimeSeriesQuery) EqualMessageVT(thatMsg proto.Message) bool
func (*TimeSeriesQuery) EqualVT ¶
func (this *TimeSeriesQuery) EqualVT(that *TimeSeriesQuery) bool
func (*TimeSeriesQuery) GetGroupBy ¶
func (x *TimeSeriesQuery) GetGroupBy() []string
func (*TimeSeriesQuery) GetLimit ¶
func (x *TimeSeriesQuery) GetLimit() int64
func (*TimeSeriesQuery) GetStep ¶
func (x *TimeSeriesQuery) GetStep() float64
func (*TimeSeriesQuery) MarshalToSizedBufferVT ¶
func (m *TimeSeriesQuery) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*TimeSeriesQuery) MarshalToVT ¶
func (m *TimeSeriesQuery) MarshalToVT(dAtA []byte) (int, error)
func (*TimeSeriesQuery) MarshalVT ¶
func (m *TimeSeriesQuery) MarshalVT() (dAtA []byte, err error)
func (*TimeSeriesQuery) ProtoMessage ¶
func (*TimeSeriesQuery) ProtoMessage()
func (*TimeSeriesQuery) ProtoReflect ¶
func (x *TimeSeriesQuery) ProtoReflect() protoreflect.Message
func (*TimeSeriesQuery) Reset ¶
func (x *TimeSeriesQuery) Reset()
func (*TimeSeriesQuery) SizeVT ¶
func (m *TimeSeriesQuery) SizeVT() (n int)
func (*TimeSeriesQuery) String ¶
func (x *TimeSeriesQuery) String() string
func (*TimeSeriesQuery) UnmarshalVT ¶
func (m *TimeSeriesQuery) UnmarshalVT(dAtA []byte) error
type TimeSeriesReport ¶
type TimeSeriesReport struct { Query *TimeSeriesQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` TimeSeries []*v11.Series `protobuf:"bytes,2,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"` // contains filtered or unexported fields }
func (*TimeSeriesReport) CloneMessageVT ¶
func (m *TimeSeriesReport) CloneMessageVT() proto.Message
func (*TimeSeriesReport) CloneVT ¶
func (m *TimeSeriesReport) CloneVT() *TimeSeriesReport
func (*TimeSeriesReport) Descriptor
deprecated
func (*TimeSeriesReport) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesReport.ProtoReflect.Descriptor instead.
func (*TimeSeriesReport) EqualMessageVT ¶
func (this *TimeSeriesReport) EqualMessageVT(thatMsg proto.Message) bool
func (*TimeSeriesReport) EqualVT ¶
func (this *TimeSeriesReport) EqualVT(that *TimeSeriesReport) bool
func (*TimeSeriesReport) GetQuery ¶
func (x *TimeSeriesReport) GetQuery() *TimeSeriesQuery
func (*TimeSeriesReport) GetTimeSeries ¶
func (x *TimeSeriesReport) GetTimeSeries() []*v11.Series
func (*TimeSeriesReport) MarshalToSizedBufferVT ¶
func (m *TimeSeriesReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*TimeSeriesReport) MarshalToVT ¶
func (m *TimeSeriesReport) MarshalToVT(dAtA []byte) (int, error)
func (*TimeSeriesReport) MarshalVT ¶
func (m *TimeSeriesReport) MarshalVT() (dAtA []byte, err error)
func (*TimeSeriesReport) ProtoMessage ¶
func (*TimeSeriesReport) ProtoMessage()
func (*TimeSeriesReport) ProtoReflect ¶
func (x *TimeSeriesReport) ProtoReflect() protoreflect.Message
func (*TimeSeriesReport) Reset ¶
func (x *TimeSeriesReport) Reset()
func (*TimeSeriesReport) SizeVT ¶
func (m *TimeSeriesReport) SizeVT() (n int)
func (*TimeSeriesReport) String ¶
func (x *TimeSeriesReport) String() string
func (*TimeSeriesReport) UnmarshalVT ¶
func (m *TimeSeriesReport) UnmarshalVT(dAtA []byte) error
type TreeQuery ¶
type TreeQuery struct { MaxNodes int64 `protobuf:"varint,1,opt,name=max_nodes,json=maxNodes,proto3" json:"max_nodes,omitempty"` // contains filtered or unexported fields }
func (*TreeQuery) CloneMessageVT ¶
func (*TreeQuery) Descriptor
deprecated
func (*TreeQuery) EqualMessageVT ¶
func (*TreeQuery) GetMaxNodes ¶
func (*TreeQuery) MarshalToSizedBufferVT ¶
func (*TreeQuery) ProtoMessage ¶
func (*TreeQuery) ProtoMessage()
func (*TreeQuery) ProtoReflect ¶
func (x *TreeQuery) ProtoReflect() protoreflect.Message
func (*TreeQuery) UnmarshalVT ¶
type TreeReport ¶
type TreeReport struct { Query *TreeQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"` Tree []byte `protobuf:"bytes,2,opt,name=tree,proto3" json:"tree,omitempty"` // contains filtered or unexported fields }
func (*TreeReport) CloneMessageVT ¶
func (m *TreeReport) CloneMessageVT() proto.Message
func (*TreeReport) CloneVT ¶
func (m *TreeReport) CloneVT() *TreeReport
func (*TreeReport) Descriptor
deprecated
func (*TreeReport) Descriptor() ([]byte, []int)
Deprecated: Use TreeReport.ProtoReflect.Descriptor instead.
func (*TreeReport) EqualMessageVT ¶
func (this *TreeReport) EqualMessageVT(thatMsg proto.Message) bool
func (*TreeReport) EqualVT ¶
func (this *TreeReport) EqualVT(that *TreeReport) bool
func (*TreeReport) GetQuery ¶
func (x *TreeReport) GetQuery() *TreeQuery
func (*TreeReport) GetTree ¶
func (x *TreeReport) GetTree() []byte
func (*TreeReport) MarshalToSizedBufferVT ¶
func (m *TreeReport) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*TreeReport) MarshalToVT ¶
func (m *TreeReport) MarshalToVT(dAtA []byte) (int, error)
func (*TreeReport) MarshalVT ¶
func (m *TreeReport) MarshalVT() (dAtA []byte, err error)
func (*TreeReport) ProtoMessage ¶
func (*TreeReport) ProtoMessage()
func (*TreeReport) ProtoReflect ¶
func (x *TreeReport) ProtoReflect() protoreflect.Message
func (*TreeReport) Reset ¶
func (x *TreeReport) Reset()
func (*TreeReport) SizeVT ¶
func (m *TreeReport) SizeVT() (n int)
func (*TreeReport) String ¶
func (x *TreeReport) String() string
func (*TreeReport) UnmarshalVT ¶
func (m *TreeReport) UnmarshalVT(dAtA []byte) error
type UnimplementedQueryBackendServiceServer ¶
type UnimplementedQueryBackendServiceServer struct { }
UnimplementedQueryBackendServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryBackendServiceServer) Invoke ¶
func (UnimplementedQueryBackendServiceServer) Invoke(context.Context, *InvokeRequest) (*InvokeResponse, error)
type UnimplementedQueryFrontendServiceServer ¶
type UnimplementedQueryFrontendServiceServer struct { }
UnimplementedQueryFrontendServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedQueryFrontendServiceServer) Query ¶
func (UnimplementedQueryFrontendServiceServer) Query(context.Context, *QueryRequest) (*QueryResponse, error)
type UnsafeQueryBackendServiceServer ¶
type UnsafeQueryBackendServiceServer interface {
// contains filtered or unexported methods
}
UnsafeQueryBackendServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryBackendServiceServer will result in compilation errors.
type UnsafeQueryFrontendServiceServer ¶
type UnsafeQueryFrontendServiceServer interface {
// contains filtered or unexported methods
}
UnsafeQueryFrontendServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryFrontendServiceServer will result in compilation errors.