mako

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: Apache-2.0 Imports: 3 Imported by: 58

Documentation

Index

Constants

View Source
const Default_AnalyzerHistoricQueryOutput_GetBatches bool = true
View Source
const Default_BenchmarkInfo_BuildIdLabel string = "Changelist"
View Source
const Default_BenchmarkInfo_BuildIdUrlFormat string = "http://cl/%d"
View Source
const Default_DataFilter_IgnoreMissingData bool = true
View Source
const Default_RunAggregate_BenchmarkScore int32 = 0
View Source
const Default_RunAggregate_ErrorSampleCount int64 = 0
View Source
const Default_RunAggregate_IgnoreSampleCount int64 = 0
View Source
const Default_RunInfo_DurationTimeMs float64 = 0
View Source
const Default_Status_Retry bool = false

Variables

View Source
var AnalysisTriageInfo_AnalysisTriageType_name = map[int32]string{
	0: "NONE",
	1: "REGRESSION",
	2: "IGNORE",
	3: "FALSE_POSITIVE",
	4: "UNKNOWN",
}
View Source
var AnalysisTriageInfo_AnalysisTriageType_value = map[string]int32{
	"NONE":           0,
	"REGRESSION":     1,
	"IGNORE":         2,
	"FALSE_POSITIVE": 3,
	"UNKNOWN":        4,
}
View Source
var AnalysisTriageInfo_EnvironmentType_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "PRESUBMIT",
	2: "POSTSUBMIT",
	3: "PRODUCTION",
}
View Source
var AnalysisTriageInfo_EnvironmentType_value = map[string]int32{
	"UNSPECIFIED": 0,
	"PRESUBMIT":   1,
	"POSTSUBMIT":  2,
	"PRODUCTION":  3,
}
View Source
var DataFilter_DataType_name = map[int32]string{
	11: "METRIC_AGGREGATE_COUNT",
	1:  "METRIC_AGGREGATE_MIN",
	2:  "METRIC_AGGREGATE_MAX",
	3:  "METRIC_AGGREGATE_MEAN",
	4:  "METRIC_AGGREGATE_MEDIAN",
	5:  "METRIC_AGGREGATE_STDDEV",
	12: "METRIC_AGGREGATE_MAD",
	6:  "METRIC_AGGREGATE_PERCENTILE",
	7:  "CUSTOM_AGGREGATE",
	8:  "METRIC_SAMPLEPOINTS",
	9:  "BENCHMARK_SCORE",
	10: "ERROR_COUNT",
}
View Source
var DataFilter_DataType_value = map[string]int32{
	"METRIC_AGGREGATE_COUNT":      11,
	"METRIC_AGGREGATE_MIN":        1,
	"METRIC_AGGREGATE_MAX":        2,
	"METRIC_AGGREGATE_MEAN":       3,
	"METRIC_AGGREGATE_MEDIAN":     4,
	"METRIC_AGGREGATE_STDDEV":     5,
	"METRIC_AGGREGATE_MAD":        12,
	"METRIC_AGGREGATE_PERCENTILE": 6,
	"CUSTOM_AGGREGATE":            7,
	"METRIC_SAMPLEPOINTS":         8,
	"BENCHMARK_SCORE":             9,
	"ERROR_COUNT":                 10,
}
View Source
var RunOrder_name = map[int32]string{
	0: "UNSPECIFIED",
	1: "TIMESTAMP",
	2: "BUILD_ID",
}
View Source
var RunOrder_value = map[string]int32{
	"UNSPECIFIED": 0,
	"TIMESTAMP":   1,
	"BUILD_ID":    2,
}
View Source
var Status_Code_name = map[int32]string{
	0: "SUCCESS",
	1: "FAIL",
}
View Source
var Status_Code_value = map[string]int32{
	"SUCCESS": 0,
	"FAIL":    1,
}
View Source
var TestOutput_RetryableFailureType_name = map[int32]string{
	0: "UNKNOWN_OR_UNSET_TYPE",
	1: "MASTER_RESTART",
	2: "JOB_MANAGER_RESTART",
	3: "SAMPLER_RESTART",
}
View Source
var TestOutput_RetryableFailureType_value = map[string]int32{
	"UNKNOWN_OR_UNSET_TYPE": 0,
	"MASTER_RESTART":        1,
	"JOB_MANAGER_RESTART":   2,
	"SAMPLER_RESTART":       3,
}
View Source
var TestOutput_TestStatus_name = map[int32]string{
	1: "PASS",
	2: "RATE_FAIL",
	3: "FATAL_FAIL",
	4: "ANALYSIS_FAIL",
	5: "IN_PROGRESS",
}
View Source
var TestOutput_TestStatus_value = map[string]int32{
	"PASS":          1,
	"RATE_FAIL":     2,
	"FATAL_FAIL":    3,
	"ANALYSIS_FAIL": 4,
	"IN_PROGRESS":   5,
}
View Source
var ValueInfo_Type_name = map[int32]string{
	1: "NUMERIC",
	2: "TIMESTAMP",
}
View Source
var ValueInfo_Type_value = map[string]int32{
	"NUMERIC":   1,
	"TIMESTAMP": 2,
}

Functions

This section is empty.

Types

type Aggregate

type Aggregate struct {
	MetricAggregateList     []*MetricAggregate `protobuf:"bytes,1,rep,name=metric_aggregate_list,json=metricAggregateList" json:"metric_aggregate_list,omitempty"`
	RunAggregate            *RunAggregate      `protobuf:"bytes,2,opt,name=run_aggregate,json=runAggregate" json:"run_aggregate,omitempty"`
	PercentileMilliRankList []int32            `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}           `json:"-"`
	XXX_unrecognized        []byte             `json:"-"`
	XXX_sizecache           int32              `json:"-"`
}

func (*Aggregate) Descriptor

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

func (*Aggregate) GetMetricAggregateList

func (m *Aggregate) GetMetricAggregateList() []*MetricAggregate

func (*Aggregate) GetPercentileMilliRankList

func (m *Aggregate) GetPercentileMilliRankList() []int32

func (*Aggregate) GetRunAggregate

func (m *Aggregate) GetRunAggregate() *RunAggregate

func (*Aggregate) ProtoMessage

func (*Aggregate) ProtoMessage()

func (*Aggregate) Reset

func (m *Aggregate) Reset()

func (*Aggregate) String

func (m *Aggregate) String() string

func (*Aggregate) XXX_DiscardUnknown

func (m *Aggregate) XXX_DiscardUnknown()

func (*Aggregate) XXX_Marshal

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

func (*Aggregate) XXX_Merge

func (m *Aggregate) XXX_Merge(src proto.Message)

func (*Aggregate) XXX_Size

func (m *Aggregate) XXX_Size() int

func (*Aggregate) XXX_Unmarshal

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

type AggregatorInput

type AggregatorInput struct {
	BenchmarkInfo        *BenchmarkInfo `protobuf:"bytes,1,opt,name=benchmark_info,json=benchmarkInfo" json:"benchmark_info,omitempty"`
	RunInfo              *RunInfo       `protobuf:"bytes,2,opt,name=run_info,json=runInfo" json:"run_info,omitempty"`
	SampleFileList       []*SampleFile  `protobuf:"bytes,3,rep,name=sample_file_list,json=sampleFileList" json:"sample_file_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AggregatorInput) Descriptor

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

func (*AggregatorInput) GetBenchmarkInfo

func (m *AggregatorInput) GetBenchmarkInfo() *BenchmarkInfo

func (*AggregatorInput) GetRunInfo

func (m *AggregatorInput) GetRunInfo() *RunInfo

func (*AggregatorInput) GetSampleFileList

func (m *AggregatorInput) GetSampleFileList() []*SampleFile

func (*AggregatorInput) ProtoMessage

func (*AggregatorInput) ProtoMessage()

func (*AggregatorInput) Reset

func (m *AggregatorInput) Reset()

func (*AggregatorInput) String

func (m *AggregatorInput) String() string

func (*AggregatorInput) XXX_DiscardUnknown

func (m *AggregatorInput) XXX_DiscardUnknown()

func (*AggregatorInput) XXX_Marshal

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

func (*AggregatorInput) XXX_Merge

func (m *AggregatorInput) XXX_Merge(src proto.Message)

func (*AggregatorInput) XXX_Size

func (m *AggregatorInput) XXX_Size() int

func (*AggregatorInput) XXX_Unmarshal

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

type AggregatorOutput

type AggregatorOutput struct {
	Aggregate            *Aggregate `protobuf:"bytes,1,opt,name=aggregate" json:"aggregate,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*AggregatorOutput) Descriptor

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

func (*AggregatorOutput) GetAggregate

func (m *AggregatorOutput) GetAggregate() *Aggregate

func (*AggregatorOutput) ProtoMessage

func (*AggregatorOutput) ProtoMessage()

func (*AggregatorOutput) Reset

func (m *AggregatorOutput) Reset()

func (*AggregatorOutput) String

func (m *AggregatorOutput) String() string

func (*AggregatorOutput) XXX_DiscardUnknown

func (m *AggregatorOutput) XXX_DiscardUnknown()

func (*AggregatorOutput) XXX_Marshal

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

func (*AggregatorOutput) XXX_Merge

func (m *AggregatorOutput) XXX_Merge(src proto.Message)

func (*AggregatorOutput) XXX_Size

func (m *AggregatorOutput) XXX_Size() int

func (*AggregatorOutput) XXX_Unmarshal

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

type AnalysisTriageInfo

type AnalysisTriageInfo struct {
	AnalysisState        *AnalysisTriageInfo_AnalysisTriageType `` /* 142-byte string literal not displayed */
	Environment          *AnalysisTriageInfo_EnvironmentType    `protobuf:"varint,2,opt,name=environment,enum=mako.AnalysisTriageInfo_EnvironmentType" json:"environment,omitempty"`
	Comment              *string                                `protobuf:"bytes,3,opt,name=comment" json:"comment,omitempty"`
	BuganizerId          *string                                `protobuf:"bytes,4,opt,name=buganizer_id,json=buganizerId" json:"buganizer_id,omitempty"`
	RunKey               *string                                `protobuf:"bytes,5,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	AnalysisKey          *string                                `protobuf:"bytes,6,opt,name=analysis_key,json=analysisKey" json:"analysis_key,omitempty"`
	AlertKeys            []string                               `protobuf:"bytes,7,rep,name=alert_keys,json=alertKeys" json:"alert_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*AnalysisTriageInfo) Descriptor

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

func (*AnalysisTriageInfo) GetAlertKeys

func (m *AnalysisTriageInfo) GetAlertKeys() []string

func (*AnalysisTriageInfo) GetAnalysisKey

func (m *AnalysisTriageInfo) GetAnalysisKey() string

func (*AnalysisTriageInfo) GetAnalysisState

func (*AnalysisTriageInfo) GetBuganizerId

func (m *AnalysisTriageInfo) GetBuganizerId() string

func (*AnalysisTriageInfo) GetComment

func (m *AnalysisTriageInfo) GetComment() string

func (*AnalysisTriageInfo) GetEnvironment

func (*AnalysisTriageInfo) GetRunKey

func (m *AnalysisTriageInfo) GetRunKey() string

func (*AnalysisTriageInfo) ProtoMessage

func (*AnalysisTriageInfo) ProtoMessage()

func (*AnalysisTriageInfo) Reset

func (m *AnalysisTriageInfo) Reset()

func (*AnalysisTriageInfo) String

func (m *AnalysisTriageInfo) String() string

func (*AnalysisTriageInfo) XXX_DiscardUnknown

func (m *AnalysisTriageInfo) XXX_DiscardUnknown()

func (*AnalysisTriageInfo) XXX_Marshal

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

func (*AnalysisTriageInfo) XXX_Merge

func (m *AnalysisTriageInfo) XXX_Merge(src proto.Message)

func (*AnalysisTriageInfo) XXX_Size

func (m *AnalysisTriageInfo) XXX_Size() int

func (*AnalysisTriageInfo) XXX_Unmarshal

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

type AnalysisTriageInfo_AnalysisTriageType

type AnalysisTriageInfo_AnalysisTriageType int32
const (
	AnalysisTriageInfo_NONE           AnalysisTriageInfo_AnalysisTriageType = 0
	AnalysisTriageInfo_REGRESSION     AnalysisTriageInfo_AnalysisTriageType = 1
	AnalysisTriageInfo_IGNORE         AnalysisTriageInfo_AnalysisTriageType = 2
	AnalysisTriageInfo_FALSE_POSITIVE AnalysisTriageInfo_AnalysisTriageType = 3
	AnalysisTriageInfo_UNKNOWN        AnalysisTriageInfo_AnalysisTriageType = 4
)

func (AnalysisTriageInfo_AnalysisTriageType) Enum

func (AnalysisTriageInfo_AnalysisTriageType) EnumDescriptor

func (AnalysisTriageInfo_AnalysisTriageType) EnumDescriptor() ([]byte, []int)

func (AnalysisTriageInfo_AnalysisTriageType) String

func (*AnalysisTriageInfo_AnalysisTriageType) UnmarshalJSON

func (x *AnalysisTriageInfo_AnalysisTriageType) UnmarshalJSON(data []byte) error

type AnalysisTriageInfo_EnvironmentType

type AnalysisTriageInfo_EnvironmentType int32
const (
	AnalysisTriageInfo_UNSPECIFIED AnalysisTriageInfo_EnvironmentType = 0
	AnalysisTriageInfo_PRESUBMIT   AnalysisTriageInfo_EnvironmentType = 1
	AnalysisTriageInfo_POSTSUBMIT  AnalysisTriageInfo_EnvironmentType = 2
	AnalysisTriageInfo_PRODUCTION  AnalysisTriageInfo_EnvironmentType = 3
)

func (AnalysisTriageInfo_EnvironmentType) Enum

func (AnalysisTriageInfo_EnvironmentType) EnumDescriptor

func (AnalysisTriageInfo_EnvironmentType) EnumDescriptor() ([]byte, []int)

func (AnalysisTriageInfo_EnvironmentType) String

func (*AnalysisTriageInfo_EnvironmentType) UnmarshalJSON

func (x *AnalysisTriageInfo_EnvironmentType) UnmarshalJSON(data []byte) error

type AnalyzerHistoricQueryInput

type AnalyzerHistoricQueryInput struct {
	BenchmarkInfo        *BenchmarkInfo `protobuf:"bytes,1,opt,name=benchmark_info,json=benchmarkInfo" json:"benchmark_info,omitempty"`
	RunInfo              *RunInfo       `protobuf:"bytes,2,opt,name=run_info,json=runInfo" json:"run_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*AnalyzerHistoricQueryInput) Descriptor

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

func (*AnalyzerHistoricQueryInput) GetBenchmarkInfo

func (m *AnalyzerHistoricQueryInput) GetBenchmarkInfo() *BenchmarkInfo

func (*AnalyzerHistoricQueryInput) GetRunInfo

func (m *AnalyzerHistoricQueryInput) GetRunInfo() *RunInfo

func (*AnalyzerHistoricQueryInput) ProtoMessage

func (*AnalyzerHistoricQueryInput) ProtoMessage()

func (*AnalyzerHistoricQueryInput) Reset

func (m *AnalyzerHistoricQueryInput) Reset()

func (*AnalyzerHistoricQueryInput) String

func (m *AnalyzerHistoricQueryInput) String() string

func (*AnalyzerHistoricQueryInput) XXX_DiscardUnknown

func (m *AnalyzerHistoricQueryInput) XXX_DiscardUnknown()

func (*AnalyzerHistoricQueryInput) XXX_Marshal

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

func (*AnalyzerHistoricQueryInput) XXX_Merge

func (m *AnalyzerHistoricQueryInput) XXX_Merge(src proto.Message)

func (*AnalyzerHistoricQueryInput) XXX_Size

func (m *AnalyzerHistoricQueryInput) XXX_Size() int

func (*AnalyzerHistoricQueryInput) XXX_Unmarshal

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

type AnalyzerHistoricQueryOutput

type AnalyzerHistoricQueryOutput struct {
	Status               *Status                                                `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	RunInfoQueryList     []*RunInfoQuery                                        `protobuf:"bytes,2,rep,name=run_info_query_list,json=runInfoQueryList" json:"run_info_query_list,omitempty"`
	GetBatches           *bool                                                  `protobuf:"varint,3,opt,name=get_batches,json=getBatches,def=1" json:"get_batches,omitempty"`
	RunInfoQueryMap      map[string]*AnalyzerHistoricQueryOutput_RunInfoQueries `` /* 177-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                                               `json:"-"`
	XXX_unrecognized     []byte                                                 `json:"-"`
	XXX_sizecache        int32                                                  `json:"-"`
}

func (*AnalyzerHistoricQueryOutput) Descriptor

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

func (*AnalyzerHistoricQueryOutput) GetGetBatches

func (m *AnalyzerHistoricQueryOutput) GetGetBatches() bool

func (*AnalyzerHistoricQueryOutput) GetRunInfoQueryList

func (m *AnalyzerHistoricQueryOutput) GetRunInfoQueryList() []*RunInfoQuery

func (*AnalyzerHistoricQueryOutput) GetRunInfoQueryMap

func (*AnalyzerHistoricQueryOutput) GetStatus

func (m *AnalyzerHistoricQueryOutput) GetStatus() *Status

func (*AnalyzerHistoricQueryOutput) ProtoMessage

func (*AnalyzerHistoricQueryOutput) ProtoMessage()

func (*AnalyzerHistoricQueryOutput) Reset

func (m *AnalyzerHistoricQueryOutput) Reset()

func (*AnalyzerHistoricQueryOutput) String

func (m *AnalyzerHistoricQueryOutput) String() string

func (*AnalyzerHistoricQueryOutput) XXX_DiscardUnknown

func (m *AnalyzerHistoricQueryOutput) XXX_DiscardUnknown()

func (*AnalyzerHistoricQueryOutput) XXX_Marshal

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

func (*AnalyzerHistoricQueryOutput) XXX_Merge

func (m *AnalyzerHistoricQueryOutput) XXX_Merge(src proto.Message)

func (*AnalyzerHistoricQueryOutput) XXX_Size

func (m *AnalyzerHistoricQueryOutput) XXX_Size() int

func (*AnalyzerHistoricQueryOutput) XXX_Unmarshal

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

type AnalyzerHistoricQueryOutput_RunInfoQueries

type AnalyzerHistoricQueryOutput_RunInfoQueries struct {
	RunInfoQueryList     []*RunInfoQuery `protobuf:"bytes,1,rep,name=run_info_query_list,json=runInfoQueryList" json:"run_info_query_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) Descriptor

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) GetRunInfoQueryList

func (m *AnalyzerHistoricQueryOutput_RunInfoQueries) GetRunInfoQueryList() []*RunInfoQuery

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) ProtoMessage

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) Reset

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) String

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_DiscardUnknown

func (m *AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_DiscardUnknown()

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_Marshal

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

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_Merge

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_Size

func (*AnalyzerHistoricQueryOutput_RunInfoQueries) XXX_Unmarshal

type AnalyzerInput

type AnalyzerInput struct {
	RunToBeAnalyzed      *RunBundle                           `protobuf:"bytes,1,opt,name=run_to_be_analyzed,json=runToBeAnalyzed" json:"run_to_be_analyzed,omitempty"`
	HistoricalRunList    []*RunBundle                         `protobuf:"bytes,2,rep,name=historical_run_list,json=historicalRunList" json:"historical_run_list,omitempty"`
	HistoricalRunMap     map[string]*AnalyzerInput_RunBundles `` /* 178-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                             `json:"-"`
	XXX_unrecognized     []byte                               `json:"-"`
	XXX_sizecache        int32                                `json:"-"`
}

func (*AnalyzerInput) Descriptor

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

func (*AnalyzerInput) GetHistoricalRunList

func (m *AnalyzerInput) GetHistoricalRunList() []*RunBundle

func (*AnalyzerInput) GetHistoricalRunMap

func (m *AnalyzerInput) GetHistoricalRunMap() map[string]*AnalyzerInput_RunBundles

func (*AnalyzerInput) GetRunToBeAnalyzed

func (m *AnalyzerInput) GetRunToBeAnalyzed() *RunBundle

func (*AnalyzerInput) ProtoMessage

func (*AnalyzerInput) ProtoMessage()

func (*AnalyzerInput) Reset

func (m *AnalyzerInput) Reset()

func (*AnalyzerInput) String

func (m *AnalyzerInput) String() string

func (*AnalyzerInput) XXX_DiscardUnknown

func (m *AnalyzerInput) XXX_DiscardUnknown()

func (*AnalyzerInput) XXX_Marshal

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

func (*AnalyzerInput) XXX_Merge

func (m *AnalyzerInput) XXX_Merge(src proto.Message)

func (*AnalyzerInput) XXX_Size

func (m *AnalyzerInput) XXX_Size() int

func (*AnalyzerInput) XXX_Unmarshal

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

type AnalyzerInput_RunBundles

type AnalyzerInput_RunBundles struct {
	HistoricalRunList    []*RunBundle `protobuf:"bytes,1,rep,name=historical_run_list,json=historicalRunList" json:"historical_run_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*AnalyzerInput_RunBundles) Descriptor

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

func (*AnalyzerInput_RunBundles) GetHistoricalRunList

func (m *AnalyzerInput_RunBundles) GetHistoricalRunList() []*RunBundle

func (*AnalyzerInput_RunBundles) ProtoMessage

func (*AnalyzerInput_RunBundles) ProtoMessage()

func (*AnalyzerInput_RunBundles) Reset

func (m *AnalyzerInput_RunBundles) Reset()

func (*AnalyzerInput_RunBundles) String

func (m *AnalyzerInput_RunBundles) String() string

func (*AnalyzerInput_RunBundles) XXX_DiscardUnknown

func (m *AnalyzerInput_RunBundles) XXX_DiscardUnknown()

func (*AnalyzerInput_RunBundles) XXX_Marshal

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

func (*AnalyzerInput_RunBundles) XXX_Merge

func (m *AnalyzerInput_RunBundles) XXX_Merge(src proto.Message)

func (*AnalyzerInput_RunBundles) XXX_Size

func (m *AnalyzerInput_RunBundles) XXX_Size() int

func (*AnalyzerInput_RunBundles) XXX_Unmarshal

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

type AnalyzerOutput

type AnalyzerOutput struct {
	Status                *Status             `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Regression            *bool               `protobuf:"varint,2,opt,name=regression" json:"regression,omitempty"`
	RunKey                *string             `protobuf:"bytes,7,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	AnalysisKey           *string             `protobuf:"bytes,8,opt,name=analysis_key,json=analysisKey" json:"analysis_key,omitempty"`
	AnalysisTriageInfo    *AnalysisTriageInfo `protobuf:"bytes,10,opt,name=analysis_triage_info,json=analysisTriageInfo" json:"analysis_triage_info,omitempty"`
	InputConfig           *string             `protobuf:"bytes,6,opt,name=input_config,json=inputConfig" json:"input_config,omitempty"`
	SerializedInputConfig []byte              `protobuf:"bytes,11,opt,name=serialized_input_config,json=serializedInputConfig" json:"serialized_input_config,omitempty"`
	Output                *string             `protobuf:"bytes,3,opt,name=output" json:"output,omitempty"`
	SerializedOutput      []byte              `protobuf:"bytes,12,opt,name=serialized_output,json=serializedOutput" json:"serialized_output,omitempty"`
	AnalyzerType          *string             `protobuf:"bytes,4,opt,name=analyzer_type,json=analyzerType" json:"analyzer_type,omitempty"`
	AnalyzerName          *string             `protobuf:"bytes,5,opt,name=analyzer_name,json=analyzerName" json:"analyzer_name,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}            `json:"-"`
	XXX_unrecognized      []byte              `json:"-"`
	XXX_sizecache         int32               `json:"-"`
}

func (*AnalyzerOutput) Descriptor

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

func (*AnalyzerOutput) GetAnalysisKey

func (m *AnalyzerOutput) GetAnalysisKey() string

func (*AnalyzerOutput) GetAnalysisTriageInfo

func (m *AnalyzerOutput) GetAnalysisTriageInfo() *AnalysisTriageInfo

func (*AnalyzerOutput) GetAnalyzerName

func (m *AnalyzerOutput) GetAnalyzerName() string

func (*AnalyzerOutput) GetAnalyzerType

func (m *AnalyzerOutput) GetAnalyzerType() string

func (*AnalyzerOutput) GetInputConfig

func (m *AnalyzerOutput) GetInputConfig() string

func (*AnalyzerOutput) GetOutput

func (m *AnalyzerOutput) GetOutput() string

func (*AnalyzerOutput) GetRegression

func (m *AnalyzerOutput) GetRegression() bool

func (*AnalyzerOutput) GetRunKey

func (m *AnalyzerOutput) GetRunKey() string

func (*AnalyzerOutput) GetSerializedInputConfig

func (m *AnalyzerOutput) GetSerializedInputConfig() []byte

func (*AnalyzerOutput) GetSerializedOutput

func (m *AnalyzerOutput) GetSerializedOutput() []byte

func (*AnalyzerOutput) GetStatus

func (m *AnalyzerOutput) GetStatus() *Status

func (*AnalyzerOutput) ProtoMessage

func (*AnalyzerOutput) ProtoMessage()

func (*AnalyzerOutput) Reset

func (m *AnalyzerOutput) Reset()

func (*AnalyzerOutput) String

func (m *AnalyzerOutput) String() string

func (*AnalyzerOutput) XXX_DiscardUnknown

func (m *AnalyzerOutput) XXX_DiscardUnknown()

func (*AnalyzerOutput) XXX_Marshal

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

func (*AnalyzerOutput) XXX_Merge

func (m *AnalyzerOutput) XXX_Merge(src proto.Message)

func (*AnalyzerOutput) XXX_Size

func (m *AnalyzerOutput) XXX_Size() int

func (*AnalyzerOutput) XXX_Unmarshal

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

type BenchmarkInfo

type BenchmarkInfo struct {
	BenchmarkKey              *string      `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	BenchmarkName             *string      `protobuf:"bytes,2,opt,name=benchmark_name,json=benchmarkName" json:"benchmark_name,omitempty"`
	ProjectName               *string      `protobuf:"bytes,3,opt,name=project_name,json=projectName" json:"project_name,omitempty"`
	OwnerList                 []string     `protobuf:"bytes,4,rep,name=owner_list,json=ownerList" json:"owner_list,omitempty"`
	InputValueInfo            *ValueInfo   `protobuf:"bytes,5,opt,name=input_value_info,json=inputValueInfo" json:"input_value_info,omitempty"`
	MetricInfoList            []*ValueInfo `protobuf:"bytes,6,rep,name=metric_info_list,json=metricInfoList" json:"metric_info_list,omitempty"`
	CustomAggregationInfoList []*ValueInfo `` /* 133-byte string literal not displayed */
	Description               *string      `protobuf:"bytes,8,opt,name=description" json:"description,omitempty"`
	PercentileMilliRankList   []int32      `` /* 128-byte string literal not displayed */
	AuxData                   []*NamedData `protobuf:"bytes,10,rep,name=aux_data,json=auxData" json:"aux_data,omitempty"`
	RetainedRunTag            *string      `protobuf:"bytes,11,opt,name=retained_run_tag,json=retainedRunTag" json:"retained_run_tag,omitempty"`
	BuildIdLabel              *string      `protobuf:"bytes,12,opt,name=build_id_label,json=buildIdLabel,def=Changelist" json:"build_id_label,omitempty"`
	BuildIdUrlFormat          *string      `protobuf:"bytes,13,opt,name=build_id_url_format,json=buildIdUrlFormat,def=http://cl/%d" json:"build_id_url_format,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}     `json:"-"`
	XXX_unrecognized          []byte       `json:"-"`
	XXX_sizecache             int32        `json:"-"`
}

func (*BenchmarkInfo) Descriptor

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

func (*BenchmarkInfo) GetAuxData

func (m *BenchmarkInfo) GetAuxData() []*NamedData

func (*BenchmarkInfo) GetBenchmarkKey

func (m *BenchmarkInfo) GetBenchmarkKey() string

func (*BenchmarkInfo) GetBenchmarkName

func (m *BenchmarkInfo) GetBenchmarkName() string

func (*BenchmarkInfo) GetBuildIdLabel

func (m *BenchmarkInfo) GetBuildIdLabel() string

func (*BenchmarkInfo) GetBuildIdUrlFormat

func (m *BenchmarkInfo) GetBuildIdUrlFormat() string

func (*BenchmarkInfo) GetCustomAggregationInfoList

func (m *BenchmarkInfo) GetCustomAggregationInfoList() []*ValueInfo

func (*BenchmarkInfo) GetDescription

func (m *BenchmarkInfo) GetDescription() string

func (*BenchmarkInfo) GetInputValueInfo

func (m *BenchmarkInfo) GetInputValueInfo() *ValueInfo

func (*BenchmarkInfo) GetMetricInfoList

func (m *BenchmarkInfo) GetMetricInfoList() []*ValueInfo

func (*BenchmarkInfo) GetOwnerList

func (m *BenchmarkInfo) GetOwnerList() []string

func (*BenchmarkInfo) GetPercentileMilliRankList

func (m *BenchmarkInfo) GetPercentileMilliRankList() []int32

func (*BenchmarkInfo) GetProjectName

func (m *BenchmarkInfo) GetProjectName() string

func (*BenchmarkInfo) GetRetainedRunTag

func (m *BenchmarkInfo) GetRetainedRunTag() string

func (*BenchmarkInfo) ProtoMessage

func (*BenchmarkInfo) ProtoMessage()

func (*BenchmarkInfo) Reset

func (m *BenchmarkInfo) Reset()

func (*BenchmarkInfo) String

func (m *BenchmarkInfo) String() string

func (*BenchmarkInfo) XXX_DiscardUnknown

func (m *BenchmarkInfo) XXX_DiscardUnknown()

func (*BenchmarkInfo) XXX_Marshal

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

func (*BenchmarkInfo) XXX_Merge

func (m *BenchmarkInfo) XXX_Merge(src proto.Message)

func (*BenchmarkInfo) XXX_Size

func (m *BenchmarkInfo) XXX_Size() int

func (*BenchmarkInfo) XXX_Unmarshal

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

type BenchmarkInfoQuery

type BenchmarkInfoQuery struct {
	Cursor               *string  `protobuf:"bytes,1,opt,name=cursor" json:"cursor,omitempty"`
	Limit                *int32   `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	BenchmarkKey         *string  `protobuf:"bytes,3,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	BenchmarkName        *string  `protobuf:"bytes,4,opt,name=benchmark_name,json=benchmarkName" json:"benchmark_name,omitempty"`
	ProjectName          *string  `protobuf:"bytes,5,opt,name=project_name,json=projectName" json:"project_name,omitempty"`
	Owner                *string  `protobuf:"bytes,6,opt,name=owner" json:"owner,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BenchmarkInfoQuery) Descriptor

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

func (*BenchmarkInfoQuery) GetBenchmarkKey

func (m *BenchmarkInfoQuery) GetBenchmarkKey() string

func (*BenchmarkInfoQuery) GetBenchmarkName

func (m *BenchmarkInfoQuery) GetBenchmarkName() string

func (*BenchmarkInfoQuery) GetCursor

func (m *BenchmarkInfoQuery) GetCursor() string

func (*BenchmarkInfoQuery) GetLimit

func (m *BenchmarkInfoQuery) GetLimit() int32

func (*BenchmarkInfoQuery) GetOwner

func (m *BenchmarkInfoQuery) GetOwner() string

func (*BenchmarkInfoQuery) GetProjectName

func (m *BenchmarkInfoQuery) GetProjectName() string

func (*BenchmarkInfoQuery) ProtoMessage

func (*BenchmarkInfoQuery) ProtoMessage()

func (*BenchmarkInfoQuery) Reset

func (m *BenchmarkInfoQuery) Reset()

func (*BenchmarkInfoQuery) String

func (m *BenchmarkInfoQuery) String() string

func (*BenchmarkInfoQuery) XXX_DiscardUnknown

func (m *BenchmarkInfoQuery) XXX_DiscardUnknown()

func (*BenchmarkInfoQuery) XXX_Marshal

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

func (*BenchmarkInfoQuery) XXX_Merge

func (m *BenchmarkInfoQuery) XXX_Merge(src proto.Message)

func (*BenchmarkInfoQuery) XXX_Size

func (m *BenchmarkInfoQuery) XXX_Size() int

func (*BenchmarkInfoQuery) XXX_Unmarshal

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

type BenchmarkInfoQueryResponse

type BenchmarkInfoQueryResponse struct {
	Status               *Status          `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Cursor               *string          `protobuf:"bytes,2,opt,name=cursor" json:"cursor,omitempty"`
	BenchmarkInfoList    []*BenchmarkInfo `protobuf:"bytes,4,rep,name=benchmark_info_list,json=benchmarkInfoList" json:"benchmark_info_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*BenchmarkInfoQueryResponse) Descriptor

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

func (*BenchmarkInfoQueryResponse) GetBenchmarkInfoList

func (m *BenchmarkInfoQueryResponse) GetBenchmarkInfoList() []*BenchmarkInfo

func (*BenchmarkInfoQueryResponse) GetCursor

func (m *BenchmarkInfoQueryResponse) GetCursor() string

func (*BenchmarkInfoQueryResponse) GetStatus

func (m *BenchmarkInfoQueryResponse) GetStatus() *Status

func (*BenchmarkInfoQueryResponse) ProtoMessage

func (*BenchmarkInfoQueryResponse) ProtoMessage()

func (*BenchmarkInfoQueryResponse) Reset

func (m *BenchmarkInfoQueryResponse) Reset()

func (*BenchmarkInfoQueryResponse) String

func (m *BenchmarkInfoQueryResponse) String() string

func (*BenchmarkInfoQueryResponse) XXX_DiscardUnknown

func (m *BenchmarkInfoQueryResponse) XXX_DiscardUnknown()

func (*BenchmarkInfoQueryResponse) XXX_Marshal

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

func (*BenchmarkInfoQueryResponse) XXX_Merge

func (m *BenchmarkInfoQueryResponse) XXX_Merge(src proto.Message)

func (*BenchmarkInfoQueryResponse) XXX_Size

func (m *BenchmarkInfoQueryResponse) XXX_Size() int

func (*BenchmarkInfoQueryResponse) XXX_Unmarshal

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

type CountResponse

type CountResponse struct {
	Status               *Status  `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Count                *int64   `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CountResponse) Descriptor

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

func (*CountResponse) GetCount

func (m *CountResponse) GetCount() int64

func (*CountResponse) GetStatus

func (m *CountResponse) GetStatus() *Status

func (*CountResponse) ProtoMessage

func (*CountResponse) ProtoMessage()

func (*CountResponse) Reset

func (m *CountResponse) Reset()

func (*CountResponse) String

func (m *CountResponse) String() string

func (*CountResponse) XXX_DiscardUnknown

func (m *CountResponse) XXX_DiscardUnknown()

func (*CountResponse) XXX_Marshal

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

func (*CountResponse) XXX_Merge

func (m *CountResponse) XXX_Merge(src proto.Message)

func (*CountResponse) XXX_Size

func (m *CountResponse) XXX_Size() int

func (*CountResponse) XXX_Unmarshal

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

type CreationResponse

type CreationResponse struct {
	Status               *Status  `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Key                  *string  `protobuf:"bytes,2,opt,name=key" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreationResponse) Descriptor

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

func (*CreationResponse) GetKey

func (m *CreationResponse) GetKey() string

func (*CreationResponse) GetStatus

func (m *CreationResponse) GetStatus() *Status

func (*CreationResponse) ProtoMessage

func (*CreationResponse) ProtoMessage()

func (*CreationResponse) Reset

func (m *CreationResponse) Reset()

func (*CreationResponse) String

func (m *CreationResponse) String() string

func (*CreationResponse) XXX_DiscardUnknown

func (m *CreationResponse) XXX_DiscardUnknown()

func (*CreationResponse) XXX_Marshal

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

func (*CreationResponse) XXX_Merge

func (m *CreationResponse) XXX_Merge(src proto.Message)

func (*CreationResponse) XXX_Size

func (m *CreationResponse) XXX_Size() int

func (*CreationResponse) XXX_Unmarshal

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

type DashboardAggregateChartInput

type DashboardAggregateChartInput struct {
	BenchmarkKey           *string       `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	ValueSelections        []*DataFilter `protobuf:"bytes,2,rep,name=value_selections,json=valueSelections" json:"value_selections,omitempty"`
	Tags                   []string      `protobuf:"bytes,3,rep,name=tags" json:"tags,omitempty"`
	RunOrder               *RunOrder     `protobuf:"varint,8,opt,name=run_order,json=runOrder,enum=mako.RunOrder,def=1" json:"run_order,omitempty"`
	MinTimestampMs         *float64      `protobuf:"fixed64,4,opt,name=min_timestamp_ms,json=minTimestampMs" json:"min_timestamp_ms,omitempty"`
	MaxTimestampMs         *float64      `protobuf:"fixed64,5,opt,name=max_timestamp_ms,json=maxTimestampMs" json:"max_timestamp_ms,omitempty"`
	MinBuildId             *int64        `protobuf:"varint,9,opt,name=min_build_id,json=minBuildId" json:"min_build_id,omitempty"`
	MaxBuildId             *int64        `protobuf:"varint,10,opt,name=max_build_id,json=maxBuildId" json:"max_build_id,omitempty"`
	MaxRuns                *int32        `protobuf:"varint,6,opt,name=max_runs,json=maxRuns" json:"max_runs,omitempty"`
	HighlightSeriesOnHover *bool         `protobuf:"varint,7,opt,name=highlight_series_on_hover,json=highlightSeriesOnHover" json:"highlight_series_on_hover,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}      `json:"-"`
	XXX_unrecognized       []byte        `json:"-"`
	XXX_sizecache          int32         `json:"-"`
}

func (*DashboardAggregateChartInput) Descriptor

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

func (*DashboardAggregateChartInput) GetBenchmarkKey

func (m *DashboardAggregateChartInput) GetBenchmarkKey() string

func (*DashboardAggregateChartInput) GetHighlightSeriesOnHover

func (m *DashboardAggregateChartInput) GetHighlightSeriesOnHover() bool

func (*DashboardAggregateChartInput) GetMaxBuildId

func (m *DashboardAggregateChartInput) GetMaxBuildId() int64

func (*DashboardAggregateChartInput) GetMaxRuns

func (m *DashboardAggregateChartInput) GetMaxRuns() int32

func (*DashboardAggregateChartInput) GetMaxTimestampMs

func (m *DashboardAggregateChartInput) GetMaxTimestampMs() float64

func (*DashboardAggregateChartInput) GetMinBuildId

func (m *DashboardAggregateChartInput) GetMinBuildId() int64

func (*DashboardAggregateChartInput) GetMinTimestampMs

func (m *DashboardAggregateChartInput) GetMinTimestampMs() float64

func (*DashboardAggregateChartInput) GetRunOrder

func (m *DashboardAggregateChartInput) GetRunOrder() RunOrder

func (*DashboardAggregateChartInput) GetTags

func (m *DashboardAggregateChartInput) GetTags() []string

func (*DashboardAggregateChartInput) GetValueSelections

func (m *DashboardAggregateChartInput) GetValueSelections() []*DataFilter

func (*DashboardAggregateChartInput) ProtoMessage

func (*DashboardAggregateChartInput) ProtoMessage()

func (*DashboardAggregateChartInput) Reset

func (m *DashboardAggregateChartInput) Reset()

func (*DashboardAggregateChartInput) String

func (*DashboardAggregateChartInput) XXX_DiscardUnknown

func (m *DashboardAggregateChartInput) XXX_DiscardUnknown()

func (*DashboardAggregateChartInput) XXX_Marshal

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

func (*DashboardAggregateChartInput) XXX_Merge

func (m *DashboardAggregateChartInput) XXX_Merge(src proto.Message)

func (*DashboardAggregateChartInput) XXX_Size

func (m *DashboardAggregateChartInput) XXX_Size() int

func (*DashboardAggregateChartInput) XXX_Unmarshal

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

type DashboardCompareAggregateChartInput

type DashboardCompareAggregateChartInput struct {
	SeriesList             []*DashboardCompareAggregateChartInput_Series `protobuf:"bytes,1,rep,name=series_list,json=seriesList" json:"series_list,omitempty"`
	MinTimestampMs         *float64                                      `protobuf:"fixed64,2,opt,name=min_timestamp_ms,json=minTimestampMs" json:"min_timestamp_ms,omitempty"`
	MaxTimestampMs         *float64                                      `protobuf:"fixed64,3,opt,name=max_timestamp_ms,json=maxTimestampMs" json:"max_timestamp_ms,omitempty"`
	MaxRuns                *int32                                        `protobuf:"varint,4,opt,name=max_runs,json=maxRuns" json:"max_runs,omitempty"`
	HighlightSeriesOnHover *bool                                         `protobuf:"varint,5,opt,name=highlight_series_on_hover,json=highlightSeriesOnHover" json:"highlight_series_on_hover,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                                      `json:"-"`
	XXX_unrecognized       []byte                                        `json:"-"`
	XXX_sizecache          int32                                         `json:"-"`
}

func (*DashboardCompareAggregateChartInput) Descriptor

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

func (*DashboardCompareAggregateChartInput) GetHighlightSeriesOnHover

func (m *DashboardCompareAggregateChartInput) GetHighlightSeriesOnHover() bool

func (*DashboardCompareAggregateChartInput) GetMaxRuns

func (*DashboardCompareAggregateChartInput) GetMaxTimestampMs

func (m *DashboardCompareAggregateChartInput) GetMaxTimestampMs() float64

func (*DashboardCompareAggregateChartInput) GetMinTimestampMs

func (m *DashboardCompareAggregateChartInput) GetMinTimestampMs() float64

func (*DashboardCompareAggregateChartInput) GetSeriesList

func (*DashboardCompareAggregateChartInput) ProtoMessage

func (*DashboardCompareAggregateChartInput) ProtoMessage()

func (*DashboardCompareAggregateChartInput) Reset

func (*DashboardCompareAggregateChartInput) String

func (*DashboardCompareAggregateChartInput) XXX_DiscardUnknown

func (m *DashboardCompareAggregateChartInput) XXX_DiscardUnknown()

func (*DashboardCompareAggregateChartInput) XXX_Marshal

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

func (*DashboardCompareAggregateChartInput) XXX_Merge

func (*DashboardCompareAggregateChartInput) XXX_Size

func (*DashboardCompareAggregateChartInput) XXX_Unmarshal

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

type DashboardCompareAggregateChartInput_Series

type DashboardCompareAggregateChartInput_Series struct {
	SeriesLabel          *string     `protobuf:"bytes,1,opt,name=series_label,json=seriesLabel" json:"series_label,omitempty"`
	BenchmarkKey         *string     `protobuf:"bytes,2,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	ValueSelection       *DataFilter `protobuf:"bytes,3,opt,name=value_selection,json=valueSelection" json:"value_selection,omitempty"`
	Tags                 []string    `protobuf:"bytes,4,rep,name=tags" json:"tags,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*DashboardCompareAggregateChartInput_Series) Descriptor

func (*DashboardCompareAggregateChartInput_Series) GetBenchmarkKey

func (*DashboardCompareAggregateChartInput_Series) GetSeriesLabel

func (*DashboardCompareAggregateChartInput_Series) GetTags

func (*DashboardCompareAggregateChartInput_Series) GetValueSelection

func (*DashboardCompareAggregateChartInput_Series) ProtoMessage

func (*DashboardCompareAggregateChartInput_Series) Reset

func (*DashboardCompareAggregateChartInput_Series) String

func (*DashboardCompareAggregateChartInput_Series) XXX_DiscardUnknown

func (m *DashboardCompareAggregateChartInput_Series) XXX_DiscardUnknown()

func (*DashboardCompareAggregateChartInput_Series) XXX_Marshal

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

func (*DashboardCompareAggregateChartInput_Series) XXX_Merge

func (*DashboardCompareAggregateChartInput_Series) XXX_Size

func (*DashboardCompareAggregateChartInput_Series) XXX_Unmarshal

type DashboardCompareRunChartInput

type DashboardCompareRunChartInput struct {
	RunKeys                []string `protobuf:"bytes,1,rep,name=run_keys,json=runKeys" json:"run_keys,omitempty"`
	MetricKeys             []string `protobuf:"bytes,2,rep,name=metric_keys,json=metricKeys" json:"metric_keys,omitempty"`
	HighlightSeriesOnHover *bool    `protobuf:"varint,3,opt,name=highlight_series_on_hover,json=highlightSeriesOnHover" json:"highlight_series_on_hover,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*DashboardCompareRunChartInput) Descriptor

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

func (*DashboardCompareRunChartInput) GetHighlightSeriesOnHover

func (m *DashboardCompareRunChartInput) GetHighlightSeriesOnHover() bool

func (*DashboardCompareRunChartInput) GetMetricKeys

func (m *DashboardCompareRunChartInput) GetMetricKeys() []string

func (*DashboardCompareRunChartInput) GetRunKeys

func (m *DashboardCompareRunChartInput) GetRunKeys() []string

func (*DashboardCompareRunChartInput) ProtoMessage

func (*DashboardCompareRunChartInput) ProtoMessage()

func (*DashboardCompareRunChartInput) Reset

func (m *DashboardCompareRunChartInput) Reset()

func (*DashboardCompareRunChartInput) String

func (*DashboardCompareRunChartInput) XXX_DiscardUnknown

func (m *DashboardCompareRunChartInput) XXX_DiscardUnknown()

func (*DashboardCompareRunChartInput) XXX_Marshal

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

func (*DashboardCompareRunChartInput) XXX_Merge

func (m *DashboardCompareRunChartInput) XXX_Merge(src proto.Message)

func (*DashboardCompareRunChartInput) XXX_Size

func (m *DashboardCompareRunChartInput) XXX_Size() int

func (*DashboardCompareRunChartInput) XXX_Unmarshal

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

type DashboardRunChartInput

type DashboardRunChartInput struct {
	RunKey                 *string  `protobuf:"bytes,1,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	MetricKeys             []string `protobuf:"bytes,2,rep,name=metric_keys,json=metricKeys" json:"metric_keys,omitempty"`
	HighlightSeriesOnHover *bool    `protobuf:"varint,3,opt,name=highlight_series_on_hover,json=highlightSeriesOnHover" json:"highlight_series_on_hover,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*DashboardRunChartInput) Descriptor

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

func (*DashboardRunChartInput) GetHighlightSeriesOnHover

func (m *DashboardRunChartInput) GetHighlightSeriesOnHover() bool

func (*DashboardRunChartInput) GetMetricKeys

func (m *DashboardRunChartInput) GetMetricKeys() []string

func (*DashboardRunChartInput) GetRunKey

func (m *DashboardRunChartInput) GetRunKey() string

func (*DashboardRunChartInput) ProtoMessage

func (*DashboardRunChartInput) ProtoMessage()

func (*DashboardRunChartInput) Reset

func (m *DashboardRunChartInput) Reset()

func (*DashboardRunChartInput) String

func (m *DashboardRunChartInput) String() string

func (*DashboardRunChartInput) XXX_DiscardUnknown

func (m *DashboardRunChartInput) XXX_DiscardUnknown()

func (*DashboardRunChartInput) XXX_Marshal

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

func (*DashboardRunChartInput) XXX_Merge

func (m *DashboardRunChartInput) XXX_Merge(src proto.Message)

func (*DashboardRunChartInput) XXX_Size

func (m *DashboardRunChartInput) XXX_Size() int

func (*DashboardRunChartInput) XXX_Unmarshal

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

type DashboardVisualizeAnalysisInput

type DashboardVisualizeAnalysisInput struct {
	RunKey               *string  `protobuf:"bytes,1,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	AnalysisKey          *string  `protobuf:"bytes,2,opt,name=analysis_key,json=analysisKey" json:"analysis_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DashboardVisualizeAnalysisInput) Descriptor

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

func (*DashboardVisualizeAnalysisInput) GetAnalysisKey

func (m *DashboardVisualizeAnalysisInput) GetAnalysisKey() string

func (*DashboardVisualizeAnalysisInput) GetRunKey

func (m *DashboardVisualizeAnalysisInput) GetRunKey() string

func (*DashboardVisualizeAnalysisInput) ProtoMessage

func (*DashboardVisualizeAnalysisInput) ProtoMessage()

func (*DashboardVisualizeAnalysisInput) Reset

func (*DashboardVisualizeAnalysisInput) String

func (*DashboardVisualizeAnalysisInput) XXX_DiscardUnknown

func (m *DashboardVisualizeAnalysisInput) XXX_DiscardUnknown()

func (*DashboardVisualizeAnalysisInput) XXX_Marshal

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

func (*DashboardVisualizeAnalysisInput) XXX_Merge

func (m *DashboardVisualizeAnalysisInput) XXX_Merge(src proto.Message)

func (*DashboardVisualizeAnalysisInput) XXX_Size

func (m *DashboardVisualizeAnalysisInput) XXX_Size() int

func (*DashboardVisualizeAnalysisInput) XXX_Unmarshal

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

type DataFilter

type DataFilter struct {
	DataType             *DataFilter_DataType `protobuf:"varint,1,opt,name=data_type,json=dataType,enum=mako.DataFilter_DataType" json:"data_type,omitempty"`
	ValueKey             *string              `protobuf:"bytes,2,opt,name=value_key,json=valueKey" json:"value_key,omitempty"`
	PercentileMilliRank  *int32               `protobuf:"varint,3,opt,name=percentile_milli_rank,json=percentileMilliRank" json:"percentile_milli_rank,omitempty"`
	IgnoreMissingData    *bool                `protobuf:"varint,4,opt,name=ignore_missing_data,json=ignoreMissingData,def=1" json:"ignore_missing_data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DataFilter) Descriptor

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

func (*DataFilter) GetDataType

func (m *DataFilter) GetDataType() DataFilter_DataType

func (*DataFilter) GetIgnoreMissingData

func (m *DataFilter) GetIgnoreMissingData() bool

func (*DataFilter) GetPercentileMilliRank

func (m *DataFilter) GetPercentileMilliRank() int32

func (*DataFilter) GetValueKey

func (m *DataFilter) GetValueKey() string

func (*DataFilter) ProtoMessage

func (*DataFilter) ProtoMessage()

func (*DataFilter) Reset

func (m *DataFilter) Reset()

func (*DataFilter) String

func (m *DataFilter) String() string

func (*DataFilter) XXX_DiscardUnknown

func (m *DataFilter) XXX_DiscardUnknown()

func (*DataFilter) XXX_Marshal

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

func (*DataFilter) XXX_Merge

func (m *DataFilter) XXX_Merge(src proto.Message)

func (*DataFilter) XXX_Size

func (m *DataFilter) XXX_Size() int

func (*DataFilter) XXX_Unmarshal

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

type DataFilter_DataType

type DataFilter_DataType int32
const (
	DataFilter_METRIC_AGGREGATE_COUNT      DataFilter_DataType = 11
	DataFilter_METRIC_AGGREGATE_MIN        DataFilter_DataType = 1
	DataFilter_METRIC_AGGREGATE_MAX        DataFilter_DataType = 2
	DataFilter_METRIC_AGGREGATE_MEAN       DataFilter_DataType = 3
	DataFilter_METRIC_AGGREGATE_MEDIAN     DataFilter_DataType = 4
	DataFilter_METRIC_AGGREGATE_STDDEV     DataFilter_DataType = 5
	DataFilter_METRIC_AGGREGATE_MAD        DataFilter_DataType = 12
	DataFilter_METRIC_AGGREGATE_PERCENTILE DataFilter_DataType = 6
	DataFilter_CUSTOM_AGGREGATE            DataFilter_DataType = 7
	DataFilter_METRIC_SAMPLEPOINTS         DataFilter_DataType = 8
	DataFilter_BENCHMARK_SCORE             DataFilter_DataType = 9
	DataFilter_ERROR_COUNT                 DataFilter_DataType = 10
)

func (DataFilter_DataType) Enum

func (DataFilter_DataType) EnumDescriptor

func (DataFilter_DataType) EnumDescriptor() ([]byte, []int)

func (DataFilter_DataType) String

func (x DataFilter_DataType) String() string

func (*DataFilter_DataType) UnmarshalJSON

func (x *DataFilter_DataType) UnmarshalJSON(data []byte) error

type DownsamplerInput

type DownsamplerInput struct {
	RunInfo              *RunInfo      `protobuf:"bytes,1,opt,name=run_info,json=runInfo" json:"run_info,omitempty"`
	SampleFileList       []*SampleFile `protobuf:"bytes,2,rep,name=sample_file_list,json=sampleFileList" json:"sample_file_list,omitempty"`
	MetricValueCountMax  *int64        `protobuf:"varint,6,opt,name=metric_value_count_max,json=metricValueCountMax" json:"metric_value_count_max,omitempty"`
	SampleErrorCountMax  *int64        `protobuf:"varint,4,opt,name=sample_error_count_max,json=sampleErrorCountMax" json:"sample_error_count_max,omitempty"`
	BatchSizeMax         *int64        `protobuf:"varint,5,opt,name=batch_size_max,json=batchSizeMax" json:"batch_size_max,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DownsamplerInput) Descriptor

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

func (*DownsamplerInput) GetBatchSizeMax

func (m *DownsamplerInput) GetBatchSizeMax() int64

func (*DownsamplerInput) GetMetricValueCountMax

func (m *DownsamplerInput) GetMetricValueCountMax() int64

func (*DownsamplerInput) GetRunInfo

func (m *DownsamplerInput) GetRunInfo() *RunInfo

func (*DownsamplerInput) GetSampleErrorCountMax

func (m *DownsamplerInput) GetSampleErrorCountMax() int64

func (*DownsamplerInput) GetSampleFileList

func (m *DownsamplerInput) GetSampleFileList() []*SampleFile

func (*DownsamplerInput) ProtoMessage

func (*DownsamplerInput) ProtoMessage()

func (*DownsamplerInput) Reset

func (m *DownsamplerInput) Reset()

func (*DownsamplerInput) String

func (m *DownsamplerInput) String() string

func (*DownsamplerInput) XXX_DiscardUnknown

func (m *DownsamplerInput) XXX_DiscardUnknown()

func (*DownsamplerInput) XXX_Marshal

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

func (*DownsamplerInput) XXX_Merge

func (m *DownsamplerInput) XXX_Merge(src proto.Message)

func (*DownsamplerInput) XXX_Size

func (m *DownsamplerInput) XXX_Size() int

func (*DownsamplerInput) XXX_Unmarshal

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

type DownsamplerOutput

type DownsamplerOutput struct {
	SampleBatchList      []*SampleBatch `protobuf:"bytes,1,rep,name=sample_batch_list,json=sampleBatchList" json:"sample_batch_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*DownsamplerOutput) Descriptor

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

func (*DownsamplerOutput) GetSampleBatchList

func (m *DownsamplerOutput) GetSampleBatchList() []*SampleBatch

func (*DownsamplerOutput) ProtoMessage

func (*DownsamplerOutput) ProtoMessage()

func (*DownsamplerOutput) Reset

func (m *DownsamplerOutput) Reset()

func (*DownsamplerOutput) String

func (m *DownsamplerOutput) String() string

func (*DownsamplerOutput) XXX_DiscardUnknown

func (m *DownsamplerOutput) XXX_DiscardUnknown()

func (*DownsamplerOutput) XXX_Marshal

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

func (*DownsamplerOutput) XXX_Merge

func (m *DownsamplerOutput) XXX_Merge(src proto.Message)

func (*DownsamplerOutput) XXX_Size

func (m *DownsamplerOutput) XXX_Size() int

func (*DownsamplerOutput) XXX_Unmarshal

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

type IssueTrackerInfo

type IssueTrackerInfo struct {
	BuganizerConfig      *IssueTrackerInfo_BuganizerConfig `protobuf:"bytes,1,opt,name=buganizer_config,json=buganizerConfig" json:"buganizer_config,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*IssueTrackerInfo) Descriptor

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

func (*IssueTrackerInfo) GetBuganizerConfig

func (m *IssueTrackerInfo) GetBuganizerConfig() *IssueTrackerInfo_BuganizerConfig

func (*IssueTrackerInfo) ProtoMessage

func (*IssueTrackerInfo) ProtoMessage()

func (*IssueTrackerInfo) Reset

func (m *IssueTrackerInfo) Reset()

func (*IssueTrackerInfo) String

func (m *IssueTrackerInfo) String() string

func (*IssueTrackerInfo) XXX_DiscardUnknown

func (m *IssueTrackerInfo) XXX_DiscardUnknown()

func (*IssueTrackerInfo) XXX_Marshal

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

func (*IssueTrackerInfo) XXX_Merge

func (m *IssueTrackerInfo) XXX_Merge(src proto.Message)

func (*IssueTrackerInfo) XXX_Size

func (m *IssueTrackerInfo) XXX_Size() int

func (*IssueTrackerInfo) XXX_Unmarshal

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

type IssueTrackerInfo_BuganizerConfig

type IssueTrackerInfo_BuganizerConfig struct {
	ComponentId          *string  `protobuf:"bytes,1,opt,name=component_id,json=componentId" json:"component_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IssueTrackerInfo_BuganizerConfig) Descriptor

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

func (*IssueTrackerInfo_BuganizerConfig) GetComponentId

func (m *IssueTrackerInfo_BuganizerConfig) GetComponentId() string

func (*IssueTrackerInfo_BuganizerConfig) ProtoMessage

func (*IssueTrackerInfo_BuganizerConfig) ProtoMessage()

func (*IssueTrackerInfo_BuganizerConfig) Reset

func (*IssueTrackerInfo_BuganizerConfig) String

func (*IssueTrackerInfo_BuganizerConfig) XXX_DiscardUnknown

func (m *IssueTrackerInfo_BuganizerConfig) XXX_DiscardUnknown()

func (*IssueTrackerInfo_BuganizerConfig) XXX_Marshal

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

func (*IssueTrackerInfo_BuganizerConfig) XXX_Merge

func (*IssueTrackerInfo_BuganizerConfig) XXX_Size

func (m *IssueTrackerInfo_BuganizerConfig) XXX_Size() int

func (*IssueTrackerInfo_BuganizerConfig) XXX_Unmarshal

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

type KeyedValue

type KeyedValue struct {
	ValueKey             *string  `protobuf:"bytes,1,opt,name=value_key,json=valueKey" json:"value_key,omitempty"`
	Value                *float64 `protobuf:"fixed64,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*KeyedValue) Descriptor

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

func (*KeyedValue) GetValue

func (m *KeyedValue) GetValue() float64

func (*KeyedValue) GetValueKey

func (m *KeyedValue) GetValueKey() string

func (*KeyedValue) ProtoMessage

func (*KeyedValue) ProtoMessage()

func (*KeyedValue) Reset

func (m *KeyedValue) Reset()

func (*KeyedValue) String

func (m *KeyedValue) String() string

func (*KeyedValue) XXX_DiscardUnknown

func (m *KeyedValue) XXX_DiscardUnknown()

func (*KeyedValue) XXX_Marshal

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

func (*KeyedValue) XXX_Merge

func (m *KeyedValue) XXX_Merge(src proto.Message)

func (*KeyedValue) XXX_Size

func (m *KeyedValue) XXX_Size() int

func (*KeyedValue) XXX_Unmarshal

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

type LabeledRange

type LabeledRange struct {
	Label                *string  `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	Range                *Range   `protobuf:"bytes,2,opt,name=range" json:"range,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LabeledRange) Descriptor

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

func (*LabeledRange) GetLabel

func (m *LabeledRange) GetLabel() string

func (*LabeledRange) GetRange

func (m *LabeledRange) GetRange() *Range

func (*LabeledRange) ProtoMessage

func (*LabeledRange) ProtoMessage()

func (*LabeledRange) Reset

func (m *LabeledRange) Reset()

func (*LabeledRange) String

func (m *LabeledRange) String() string

func (*LabeledRange) XXX_DiscardUnknown

func (m *LabeledRange) XXX_DiscardUnknown()

func (*LabeledRange) XXX_Marshal

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

func (*LabeledRange) XXX_Merge

func (m *LabeledRange) XXX_Merge(src proto.Message)

func (*LabeledRange) XXX_Size

func (m *LabeledRange) XXX_Size() int

func (*LabeledRange) XXX_Unmarshal

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

type MetricAggregate

type MetricAggregate struct {
	MetricKey               *string   `protobuf:"bytes,1,opt,name=metric_key,json=metricKey" json:"metric_key,omitempty"`
	Min                     *float64  `protobuf:"fixed64,2,opt,name=min" json:"min,omitempty"`
	Max                     *float64  `protobuf:"fixed64,3,opt,name=max" json:"max,omitempty"`
	Mean                    *float64  `protobuf:"fixed64,4,opt,name=mean" json:"mean,omitempty"`
	Median                  *float64  `protobuf:"fixed64,5,opt,name=median" json:"median,omitempty"`
	StandardDeviation       *float64  `protobuf:"fixed64,6,opt,name=standard_deviation,json=standardDeviation" json:"standard_deviation,omitempty"`
	MedianAbsoluteDeviation *float64  `` /* 127-byte string literal not displayed */
	PercentileList          []float64 `protobuf:"fixed64,7,rep,name=percentile_list,json=percentileList" json:"percentile_list,omitempty"`
	Count                   *int64    `protobuf:"varint,8,opt,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}  `json:"-"`
	XXX_unrecognized        []byte    `json:"-"`
	XXX_sizecache           int32     `json:"-"`
}

func (*MetricAggregate) Descriptor

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

func (*MetricAggregate) GetCount

func (m *MetricAggregate) GetCount() int64

func (*MetricAggregate) GetMax

func (m *MetricAggregate) GetMax() float64

func (*MetricAggregate) GetMean

func (m *MetricAggregate) GetMean() float64

func (*MetricAggregate) GetMedian

func (m *MetricAggregate) GetMedian() float64

func (*MetricAggregate) GetMedianAbsoluteDeviation

func (m *MetricAggregate) GetMedianAbsoluteDeviation() float64

func (*MetricAggregate) GetMetricKey

func (m *MetricAggregate) GetMetricKey() string

func (*MetricAggregate) GetMin

func (m *MetricAggregate) GetMin() float64

func (*MetricAggregate) GetPercentileList

func (m *MetricAggregate) GetPercentileList() []float64

func (*MetricAggregate) GetStandardDeviation

func (m *MetricAggregate) GetStandardDeviation() float64

func (*MetricAggregate) ProtoMessage

func (*MetricAggregate) ProtoMessage()

func (*MetricAggregate) Reset

func (m *MetricAggregate) Reset()

func (*MetricAggregate) String

func (m *MetricAggregate) String() string

func (*MetricAggregate) XXX_DiscardUnknown

func (m *MetricAggregate) XXX_DiscardUnknown()

func (*MetricAggregate) XXX_Marshal

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

func (*MetricAggregate) XXX_Merge

func (m *MetricAggregate) XXX_Merge(src proto.Message)

func (*MetricAggregate) XXX_Size

func (m *MetricAggregate) XXX_Size() int

func (*MetricAggregate) XXX_Unmarshal

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

type ModificationResponse

type ModificationResponse struct {
	Status               *Status  `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Count                *int64   `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ModificationResponse) Descriptor

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

func (*ModificationResponse) GetCount

func (m *ModificationResponse) GetCount() int64

func (*ModificationResponse) GetStatus

func (m *ModificationResponse) GetStatus() *Status

func (*ModificationResponse) ProtoMessage

func (*ModificationResponse) ProtoMessage()

func (*ModificationResponse) Reset

func (m *ModificationResponse) Reset()

func (*ModificationResponse) String

func (m *ModificationResponse) String() string

func (*ModificationResponse) XXX_DiscardUnknown

func (m *ModificationResponse) XXX_DiscardUnknown()

func (*ModificationResponse) XXX_Marshal

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

func (*ModificationResponse) XXX_Merge

func (m *ModificationResponse) XXX_Merge(src proto.Message)

func (*ModificationResponse) XXX_Size

func (m *ModificationResponse) XXX_Size() int

func (*ModificationResponse) XXX_Unmarshal

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

type NamedData

type NamedData struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Data                 *string  `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NamedData) Descriptor

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

func (*NamedData) GetData

func (m *NamedData) GetData() string

func (*NamedData) GetName

func (m *NamedData) GetName() string

func (*NamedData) ProtoMessage

func (*NamedData) ProtoMessage()

func (*NamedData) Reset

func (m *NamedData) Reset()

func (*NamedData) String

func (m *NamedData) String() string

func (*NamedData) XXX_DiscardUnknown

func (m *NamedData) XXX_DiscardUnknown()

func (*NamedData) XXX_Marshal

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

func (*NamedData) XXX_Merge

func (m *NamedData) XXX_Merge(src proto.Message)

func (*NamedData) XXX_Size

func (m *NamedData) XXX_Size() int

func (*NamedData) XXX_Unmarshal

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

type ProjectInfo

type ProjectInfo struct {
	ProjectName          *string           `protobuf:"bytes,1,opt,name=project_name,json=projectName" json:"project_name,omitempty"`
	ProjectAlias         *string           `protobuf:"bytes,2,opt,name=project_alias,json=projectAlias" json:"project_alias,omitempty"`
	OwnerList            []string          `protobuf:"bytes,3,rep,name=owner_list,json=ownerList" json:"owner_list,omitempty"`
	DefaultIssueTracker  *IssueTrackerInfo `protobuf:"bytes,4,opt,name=default_issue_tracker,json=defaultIssueTracker" json:"default_issue_tracker,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ProjectInfo) Descriptor

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

func (*ProjectInfo) GetDefaultIssueTracker

func (m *ProjectInfo) GetDefaultIssueTracker() *IssueTrackerInfo

func (*ProjectInfo) GetOwnerList

func (m *ProjectInfo) GetOwnerList() []string

func (*ProjectInfo) GetProjectAlias

func (m *ProjectInfo) GetProjectAlias() string

func (*ProjectInfo) GetProjectName

func (m *ProjectInfo) GetProjectName() string

func (*ProjectInfo) ProtoMessage

func (*ProjectInfo) ProtoMessage()

func (*ProjectInfo) Reset

func (m *ProjectInfo) Reset()

func (*ProjectInfo) String

func (m *ProjectInfo) String() string

func (*ProjectInfo) XXX_DiscardUnknown

func (m *ProjectInfo) XXX_DiscardUnknown()

func (*ProjectInfo) XXX_Marshal

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

func (*ProjectInfo) XXX_Merge

func (m *ProjectInfo) XXX_Merge(src proto.Message)

func (*ProjectInfo) XXX_Size

func (m *ProjectInfo) XXX_Size() int

func (*ProjectInfo) XXX_Unmarshal

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

type ProjectInfoGetResponse

type ProjectInfoGetResponse struct {
	Status               *Status      `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	ProjectInfo          *ProjectInfo `protobuf:"bytes,2,opt,name=project_info,json=projectInfo" json:"project_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ProjectInfoGetResponse) Descriptor

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

func (*ProjectInfoGetResponse) GetProjectInfo

func (m *ProjectInfoGetResponse) GetProjectInfo() *ProjectInfo

func (*ProjectInfoGetResponse) GetStatus

func (m *ProjectInfoGetResponse) GetStatus() *Status

func (*ProjectInfoGetResponse) ProtoMessage

func (*ProjectInfoGetResponse) ProtoMessage()

func (*ProjectInfoGetResponse) Reset

func (m *ProjectInfoGetResponse) Reset()

func (*ProjectInfoGetResponse) String

func (m *ProjectInfoGetResponse) String() string

func (*ProjectInfoGetResponse) XXX_DiscardUnknown

func (m *ProjectInfoGetResponse) XXX_DiscardUnknown()

func (*ProjectInfoGetResponse) XXX_Marshal

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

func (*ProjectInfoGetResponse) XXX_Merge

func (m *ProjectInfoGetResponse) XXX_Merge(src proto.Message)

func (*ProjectInfoGetResponse) XXX_Size

func (m *ProjectInfoGetResponse) XXX_Size() int

func (*ProjectInfoGetResponse) XXX_Unmarshal

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

type Range

type Range struct {
	Start                *float64 `protobuf:"fixed64,1,opt,name=start" json:"start,omitempty"`
	End                  *float64 `protobuf:"fixed64,2,opt,name=end" json:"end,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Range) Descriptor

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

func (*Range) GetEnd

func (m *Range) GetEnd() float64

func (*Range) GetStart

func (m *Range) GetStart() float64

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) Reset

func (m *Range) Reset()

func (*Range) String

func (m *Range) String() string

func (*Range) XXX_DiscardUnknown

func (m *Range) XXX_DiscardUnknown()

func (*Range) XXX_Marshal

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

func (*Range) XXX_Merge

func (m *Range) XXX_Merge(src proto.Message)

func (*Range) XXX_Size

func (m *Range) XXX_Size() int

func (*Range) XXX_Unmarshal

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

type RunAggregate

type RunAggregate struct {
	UsableSampleCount    *int64        `protobuf:"varint,1,opt,name=usable_sample_count,json=usableSampleCount" json:"usable_sample_count,omitempty"`
	IgnoreSampleCount    *int64        `protobuf:"varint,2,opt,name=ignore_sample_count,json=ignoreSampleCount,def=0" json:"ignore_sample_count,omitempty"`
	ErrorSampleCount     *int64        `protobuf:"varint,3,opt,name=error_sample_count,json=errorSampleCount,def=0" json:"error_sample_count,omitempty"`
	BenchmarkScore       *int32        `protobuf:"varint,4,opt,name=benchmark_score,json=benchmarkScore,def=0" json:"benchmark_score,omitempty"`
	CustomAggregateList  []*KeyedValue `protobuf:"bytes,5,rep,name=custom_aggregate_list,json=customAggregateList" json:"custom_aggregate_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*RunAggregate) Descriptor

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

func (*RunAggregate) GetBenchmarkScore

func (m *RunAggregate) GetBenchmarkScore() int32

func (*RunAggregate) GetCustomAggregateList

func (m *RunAggregate) GetCustomAggregateList() []*KeyedValue

func (*RunAggregate) GetErrorSampleCount

func (m *RunAggregate) GetErrorSampleCount() int64

func (*RunAggregate) GetIgnoreSampleCount

func (m *RunAggregate) GetIgnoreSampleCount() int64

func (*RunAggregate) GetUsableSampleCount

func (m *RunAggregate) GetUsableSampleCount() int64

func (*RunAggregate) ProtoMessage

func (*RunAggregate) ProtoMessage()

func (*RunAggregate) Reset

func (m *RunAggregate) Reset()

func (*RunAggregate) String

func (m *RunAggregate) String() string

func (*RunAggregate) XXX_DiscardUnknown

func (m *RunAggregate) XXX_DiscardUnknown()

func (*RunAggregate) XXX_Marshal

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

func (*RunAggregate) XXX_Merge

func (m *RunAggregate) XXX_Merge(src proto.Message)

func (*RunAggregate) XXX_Size

func (m *RunAggregate) XXX_Size() int

func (*RunAggregate) XXX_Unmarshal

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

type RunAnnotation

type RunAnnotation struct {
	ValueKey             *string  `protobuf:"bytes,1,opt,name=value_key,json=valueKey" json:"value_key,omitempty"`
	Label                *string  `protobuf:"bytes,2,opt,name=label" json:"label,omitempty"`
	Description          *string  `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RunAnnotation) Descriptor

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

func (*RunAnnotation) GetDescription

func (m *RunAnnotation) GetDescription() string

func (*RunAnnotation) GetLabel

func (m *RunAnnotation) GetLabel() string

func (*RunAnnotation) GetValueKey

func (m *RunAnnotation) GetValueKey() string

func (*RunAnnotation) ProtoMessage

func (*RunAnnotation) ProtoMessage()

func (*RunAnnotation) Reset

func (m *RunAnnotation) Reset()

func (*RunAnnotation) String

func (m *RunAnnotation) String() string

func (*RunAnnotation) XXX_DiscardUnknown

func (m *RunAnnotation) XXX_DiscardUnknown()

func (*RunAnnotation) XXX_Marshal

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

func (*RunAnnotation) XXX_Merge

func (m *RunAnnotation) XXX_Merge(src proto.Message)

func (*RunAnnotation) XXX_Size

func (m *RunAnnotation) XXX_Size() int

func (*RunAnnotation) XXX_Unmarshal

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

type RunBundle

type RunBundle struct {
	BenchmarkInfo        *BenchmarkInfo `protobuf:"bytes,1,opt,name=benchmark_info,json=benchmarkInfo" json:"benchmark_info,omitempty"`
	RunInfo              *RunInfo       `protobuf:"bytes,2,opt,name=run_info,json=runInfo" json:"run_info,omitempty"`
	BatchList            []*SampleBatch `protobuf:"bytes,3,rep,name=batch_list,json=batchList" json:"batch_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*RunBundle) Descriptor

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

func (*RunBundle) GetBatchList

func (m *RunBundle) GetBatchList() []*SampleBatch

func (*RunBundle) GetBenchmarkInfo

func (m *RunBundle) GetBenchmarkInfo() *BenchmarkInfo

func (*RunBundle) GetRunInfo

func (m *RunBundle) GetRunInfo() *RunInfo

func (*RunBundle) ProtoMessage

func (*RunBundle) ProtoMessage()

func (*RunBundle) Reset

func (m *RunBundle) Reset()

func (*RunBundle) String

func (m *RunBundle) String() string

func (*RunBundle) XXX_DiscardUnknown

func (m *RunBundle) XXX_DiscardUnknown()

func (*RunBundle) XXX_Marshal

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

func (*RunBundle) XXX_Merge

func (m *RunBundle) XXX_Merge(src proto.Message)

func (*RunBundle) XXX_Size

func (m *RunBundle) XXX_Size() int

func (*RunBundle) XXX_Unmarshal

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

type RunInfo

type RunInfo struct {
	BenchmarkKey          *string          `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	RunKey                *string          `protobuf:"bytes,2,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	TimestampMs           *float64         `protobuf:"fixed64,3,opt,name=timestamp_ms,json=timestampMs" json:"timestamp_ms,omitempty"`
	BuildId               *int64           `protobuf:"varint,18,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
	DurationTimeMs        *float64         `protobuf:"fixed64,4,opt,name=duration_time_ms,json=durationTimeMs,def=0" json:"duration_time_ms,omitempty"`
	Tags                  []string         `protobuf:"bytes,5,rep,name=tags" json:"tags,omitempty"`
	HistoricalContextTags []string         `protobuf:"bytes,19,rep,name=historical_context_tags,json=historicalContextTags" json:"historical_context_tags,omitempty"`
	IgnoreRangeList       []*LabeledRange  `protobuf:"bytes,6,rep,name=ignore_range_list,json=ignoreRangeList" json:"ignore_range_list,omitempty"`
	Aggregate             *Aggregate       `protobuf:"bytes,7,opt,name=aggregate" json:"aggregate,omitempty"`
	BatchKeyList          []string         `protobuf:"bytes,8,rep,name=batch_key_list,json=batchKeyList" json:"batch_key_list,omitempty"`
	Description           *string          `protobuf:"bytes,9,opt,name=description" json:"description,omitempty"`
	AnnotationList        []*RunAnnotation `protobuf:"bytes,10,rep,name=annotation_list,json=annotationList" json:"annotation_list,omitempty"`
	HoverText             *string          `protobuf:"bytes,15,opt,name=hover_text,json=hoverText" json:"hover_text,omitempty"`
	TestOutput            *TestOutput      `protobuf:"bytes,12,opt,name=test_output,json=testOutput" json:"test_output,omitempty"`
	HyperlinkList         []*NamedData     `protobuf:"bytes,13,rep,name=hyperlink_list,json=hyperlinkList" json:"hyperlink_list,omitempty"`
	AuxData               []*NamedData     `protobuf:"bytes,16,rep,name=aux_data,json=auxData" json:"aux_data,omitempty"`
	TestPassId            *string          `protobuf:"bytes,17,opt,name=test_pass_id,json=testPassId" json:"test_pass_id,omitempty"`
	TestOptionList        []*TestOption    `protobuf:"bytes,14,rep,name=test_option_list,json=testOptionList" json:"test_option_list,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*RunInfo) Descriptor

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

func (*RunInfo) GetAggregate

func (m *RunInfo) GetAggregate() *Aggregate

func (*RunInfo) GetAnnotationList

func (m *RunInfo) GetAnnotationList() []*RunAnnotation

func (*RunInfo) GetAuxData

func (m *RunInfo) GetAuxData() []*NamedData

func (*RunInfo) GetBatchKeyList

func (m *RunInfo) GetBatchKeyList() []string

func (*RunInfo) GetBenchmarkKey

func (m *RunInfo) GetBenchmarkKey() string

func (*RunInfo) GetBuildId

func (m *RunInfo) GetBuildId() int64

func (*RunInfo) GetDescription

func (m *RunInfo) GetDescription() string

func (*RunInfo) GetDurationTimeMs

func (m *RunInfo) GetDurationTimeMs() float64

func (*RunInfo) GetHistoricalContextTags

func (m *RunInfo) GetHistoricalContextTags() []string

func (*RunInfo) GetHoverText

func (m *RunInfo) GetHoverText() string
func (m *RunInfo) GetHyperlinkList() []*NamedData

func (*RunInfo) GetIgnoreRangeList

func (m *RunInfo) GetIgnoreRangeList() []*LabeledRange

func (*RunInfo) GetRunKey

func (m *RunInfo) GetRunKey() string

func (*RunInfo) GetTags

func (m *RunInfo) GetTags() []string

func (*RunInfo) GetTestOptionList

func (m *RunInfo) GetTestOptionList() []*TestOption

func (*RunInfo) GetTestOutput

func (m *RunInfo) GetTestOutput() *TestOutput

func (*RunInfo) GetTestPassId

func (m *RunInfo) GetTestPassId() string

func (*RunInfo) GetTimestampMs

func (m *RunInfo) GetTimestampMs() float64

func (*RunInfo) ProtoMessage

func (*RunInfo) ProtoMessage()

func (*RunInfo) Reset

func (m *RunInfo) Reset()

func (*RunInfo) String

func (m *RunInfo) String() string

func (*RunInfo) XXX_DiscardUnknown

func (m *RunInfo) XXX_DiscardUnknown()

func (*RunInfo) XXX_Marshal

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

func (*RunInfo) XXX_Merge

func (m *RunInfo) XXX_Merge(src proto.Message)

func (*RunInfo) XXX_Size

func (m *RunInfo) XXX_Size() int

func (*RunInfo) XXX_Unmarshal

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

type RunInfoQuery

type RunInfoQuery struct {
	Cursor               *string   `protobuf:"bytes,1,opt,name=cursor" json:"cursor,omitempty"`
	Limit                *int32    `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	BenchmarkKey         *string   `protobuf:"bytes,3,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	RunKey               *string   `protobuf:"bytes,4,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	TestPassId           *string   `protobuf:"bytes,11,opt,name=test_pass_id,json=testPassId" json:"test_pass_id,omitempty"`
	RunOrder             *RunOrder `protobuf:"varint,8,opt,name=run_order,json=runOrder,enum=mako.RunOrder,def=1" json:"run_order,omitempty"`
	MinTimestampMs       *float64  `protobuf:"fixed64,5,opt,name=min_timestamp_ms,json=minTimestampMs" json:"min_timestamp_ms,omitempty"`
	MaxTimestampMs       *float64  `protobuf:"fixed64,6,opt,name=max_timestamp_ms,json=maxTimestampMs" json:"max_timestamp_ms,omitempty"`
	MinBuildId           *int64    `protobuf:"varint,9,opt,name=min_build_id,json=minBuildId" json:"min_build_id,omitempty"`
	MaxBuildId           *int64    `protobuf:"varint,10,opt,name=max_build_id,json=maxBuildId" json:"max_build_id,omitempty"`
	Tags                 []string  `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"`
	Fields               []string  `protobuf:"bytes,12,rep,name=fields" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*RunInfoQuery) Descriptor

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

func (*RunInfoQuery) GetBenchmarkKey

func (m *RunInfoQuery) GetBenchmarkKey() string

func (*RunInfoQuery) GetCursor

func (m *RunInfoQuery) GetCursor() string

func (*RunInfoQuery) GetFields

func (m *RunInfoQuery) GetFields() []string

func (*RunInfoQuery) GetLimit

func (m *RunInfoQuery) GetLimit() int32

func (*RunInfoQuery) GetMaxBuildId

func (m *RunInfoQuery) GetMaxBuildId() int64

func (*RunInfoQuery) GetMaxTimestampMs

func (m *RunInfoQuery) GetMaxTimestampMs() float64

func (*RunInfoQuery) GetMinBuildId

func (m *RunInfoQuery) GetMinBuildId() int64

func (*RunInfoQuery) GetMinTimestampMs

func (m *RunInfoQuery) GetMinTimestampMs() float64

func (*RunInfoQuery) GetRunKey

func (m *RunInfoQuery) GetRunKey() string

func (*RunInfoQuery) GetRunOrder

func (m *RunInfoQuery) GetRunOrder() RunOrder

func (*RunInfoQuery) GetTags

func (m *RunInfoQuery) GetTags() []string

func (*RunInfoQuery) GetTestPassId

func (m *RunInfoQuery) GetTestPassId() string

func (*RunInfoQuery) ProtoMessage

func (*RunInfoQuery) ProtoMessage()

func (*RunInfoQuery) Reset

func (m *RunInfoQuery) Reset()

func (*RunInfoQuery) String

func (m *RunInfoQuery) String() string

func (*RunInfoQuery) XXX_DiscardUnknown

func (m *RunInfoQuery) XXX_DiscardUnknown()

func (*RunInfoQuery) XXX_Marshal

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

func (*RunInfoQuery) XXX_Merge

func (m *RunInfoQuery) XXX_Merge(src proto.Message)

func (*RunInfoQuery) XXX_Size

func (m *RunInfoQuery) XXX_Size() int

func (*RunInfoQuery) XXX_Unmarshal

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

type RunInfoQueryResponse

type RunInfoQueryResponse struct {
	Status               *Status    `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Cursor               *string    `protobuf:"bytes,2,opt,name=cursor" json:"cursor,omitempty"`
	RunInfoList          []*RunInfo `protobuf:"bytes,4,rep,name=run_info_list,json=runInfoList" json:"run_info_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*RunInfoQueryResponse) Descriptor

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

func (*RunInfoQueryResponse) GetCursor

func (m *RunInfoQueryResponse) GetCursor() string

func (*RunInfoQueryResponse) GetRunInfoList

func (m *RunInfoQueryResponse) GetRunInfoList() []*RunInfo

func (*RunInfoQueryResponse) GetStatus

func (m *RunInfoQueryResponse) GetStatus() *Status

func (*RunInfoQueryResponse) ProtoMessage

func (*RunInfoQueryResponse) ProtoMessage()

func (*RunInfoQueryResponse) Reset

func (m *RunInfoQueryResponse) Reset()

func (*RunInfoQueryResponse) String

func (m *RunInfoQueryResponse) String() string

func (*RunInfoQueryResponse) XXX_DiscardUnknown

func (m *RunInfoQueryResponse) XXX_DiscardUnknown()

func (*RunInfoQueryResponse) XXX_Marshal

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

func (*RunInfoQueryResponse) XXX_Merge

func (m *RunInfoQueryResponse) XXX_Merge(src proto.Message)

func (*RunInfoQueryResponse) XXX_Size

func (m *RunInfoQueryResponse) XXX_Size() int

func (*RunInfoQueryResponse) XXX_Unmarshal

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

type RunOrder

type RunOrder int32
const (
	RunOrder_UNSPECIFIED RunOrder = 0
	RunOrder_TIMESTAMP   RunOrder = 1
	RunOrder_BUILD_ID    RunOrder = 2
)
const Default_DashboardAggregateChartInput_RunOrder RunOrder = RunOrder_TIMESTAMP
const Default_RunInfoQuery_RunOrder RunOrder = RunOrder_TIMESTAMP

func (RunOrder) Enum

func (x RunOrder) Enum() *RunOrder

func (RunOrder) EnumDescriptor

func (RunOrder) EnumDescriptor() ([]byte, []int)

func (RunOrder) String

func (x RunOrder) String() string

func (*RunOrder) UnmarshalJSON

func (x *RunOrder) UnmarshalJSON(data []byte) error

type SampleAnnotation

type SampleAnnotation struct {
	// Types that are valid to be assigned to Annotation:
	//	*SampleAnnotation_Text
	//	*SampleAnnotation_Hyperlink
	Annotation           isSampleAnnotation_Annotation `protobuf_oneof:"annotation"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*SampleAnnotation) Descriptor

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

func (*SampleAnnotation) GetAnnotation

func (m *SampleAnnotation) GetAnnotation() isSampleAnnotation_Annotation
func (m *SampleAnnotation) GetHyperlink() *NamedData

func (*SampleAnnotation) GetText

func (m *SampleAnnotation) GetText() string

func (*SampleAnnotation) ProtoMessage

func (*SampleAnnotation) ProtoMessage()

func (*SampleAnnotation) Reset

func (m *SampleAnnotation) Reset()

func (*SampleAnnotation) String

func (m *SampleAnnotation) String() string

func (*SampleAnnotation) XXX_DiscardUnknown

func (m *SampleAnnotation) XXX_DiscardUnknown()

func (*SampleAnnotation) XXX_Marshal

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

func (*SampleAnnotation) XXX_Merge

func (m *SampleAnnotation) XXX_Merge(src proto.Message)

func (*SampleAnnotation) XXX_OneofWrappers

func (*SampleAnnotation) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*SampleAnnotation) XXX_Size

func (m *SampleAnnotation) XXX_Size() int

func (*SampleAnnotation) XXX_Unmarshal

func (m *SampleAnnotation) XXX_Unmarshal(b []byte) error
type SampleAnnotation_Hyperlink struct {
	Hyperlink *NamedData `protobuf:"bytes,2,opt,name=hyperlink,oneof"`
}

type SampleAnnotation_Text

type SampleAnnotation_Text struct {
	Text string `protobuf:"bytes,1,opt,name=text,oneof"`
}

type SampleBatch

type SampleBatch struct {
	BenchmarkKey         *string        `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	RunKey               *string        `protobuf:"bytes,2,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	BatchKey             *string        `protobuf:"bytes,3,opt,name=batch_key,json=batchKey" json:"batch_key,omitempty"`
	SamplePointList      []*SamplePoint `protobuf:"bytes,4,rep,name=sample_point_list,json=samplePointList" json:"sample_point_list,omitempty"`
	SampleErrorList      []*SampleError `protobuf:"bytes,5,rep,name=sample_error_list,json=sampleErrorList" json:"sample_error_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SampleBatch) Descriptor

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

func (*SampleBatch) GetBatchKey

func (m *SampleBatch) GetBatchKey() string

func (*SampleBatch) GetBenchmarkKey

func (m *SampleBatch) GetBenchmarkKey() string

func (*SampleBatch) GetRunKey

func (m *SampleBatch) GetRunKey() string

func (*SampleBatch) GetSampleErrorList

func (m *SampleBatch) GetSampleErrorList() []*SampleError

func (*SampleBatch) GetSamplePointList

func (m *SampleBatch) GetSamplePointList() []*SamplePoint

func (*SampleBatch) ProtoMessage

func (*SampleBatch) ProtoMessage()

func (*SampleBatch) Reset

func (m *SampleBatch) Reset()

func (*SampleBatch) String

func (m *SampleBatch) String() string

func (*SampleBatch) XXX_DiscardUnknown

func (m *SampleBatch) XXX_DiscardUnknown()

func (*SampleBatch) XXX_Marshal

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

func (*SampleBatch) XXX_Merge

func (m *SampleBatch) XXX_Merge(src proto.Message)

func (*SampleBatch) XXX_Size

func (m *SampleBatch) XXX_Size() int

func (*SampleBatch) XXX_Unmarshal

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

type SampleBatchQuery

type SampleBatchQuery struct {
	Cursor               *string  `protobuf:"bytes,1,opt,name=cursor" json:"cursor,omitempty"`
	Limit                *int32   `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	BenchmarkKey         *string  `protobuf:"bytes,3,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	RunKey               *string  `protobuf:"bytes,4,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	BatchKey             *string  `protobuf:"bytes,5,opt,name=batch_key,json=batchKey" json:"batch_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SampleBatchQuery) Descriptor

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

func (*SampleBatchQuery) GetBatchKey

func (m *SampleBatchQuery) GetBatchKey() string

func (*SampleBatchQuery) GetBenchmarkKey

func (m *SampleBatchQuery) GetBenchmarkKey() string

func (*SampleBatchQuery) GetCursor

func (m *SampleBatchQuery) GetCursor() string

func (*SampleBatchQuery) GetLimit

func (m *SampleBatchQuery) GetLimit() int32

func (*SampleBatchQuery) GetRunKey

func (m *SampleBatchQuery) GetRunKey() string

func (*SampleBatchQuery) ProtoMessage

func (*SampleBatchQuery) ProtoMessage()

func (*SampleBatchQuery) Reset

func (m *SampleBatchQuery) Reset()

func (*SampleBatchQuery) String

func (m *SampleBatchQuery) String() string

func (*SampleBatchQuery) XXX_DiscardUnknown

func (m *SampleBatchQuery) XXX_DiscardUnknown()

func (*SampleBatchQuery) XXX_Marshal

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

func (*SampleBatchQuery) XXX_Merge

func (m *SampleBatchQuery) XXX_Merge(src proto.Message)

func (*SampleBatchQuery) XXX_Size

func (m *SampleBatchQuery) XXX_Size() int

func (*SampleBatchQuery) XXX_Unmarshal

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

type SampleBatchQueryResponse

type SampleBatchQueryResponse struct {
	Status               *Status        `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Cursor               *string        `protobuf:"bytes,2,opt,name=cursor" json:"cursor,omitempty"`
	SampleBatchList      []*SampleBatch `protobuf:"bytes,4,rep,name=sample_batch_list,json=sampleBatchList" json:"sample_batch_list,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SampleBatchQueryResponse) Descriptor

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

func (*SampleBatchQueryResponse) GetCursor

func (m *SampleBatchQueryResponse) GetCursor() string

func (*SampleBatchQueryResponse) GetSampleBatchList

func (m *SampleBatchQueryResponse) GetSampleBatchList() []*SampleBatch

func (*SampleBatchQueryResponse) GetStatus

func (m *SampleBatchQueryResponse) GetStatus() *Status

func (*SampleBatchQueryResponse) ProtoMessage

func (*SampleBatchQueryResponse) ProtoMessage()

func (*SampleBatchQueryResponse) Reset

func (m *SampleBatchQueryResponse) Reset()

func (*SampleBatchQueryResponse) String

func (m *SampleBatchQueryResponse) String() string

func (*SampleBatchQueryResponse) XXX_DiscardUnknown

func (m *SampleBatchQueryResponse) XXX_DiscardUnknown()

func (*SampleBatchQueryResponse) XXX_Marshal

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

func (*SampleBatchQueryResponse) XXX_Merge

func (m *SampleBatchQueryResponse) XXX_Merge(src proto.Message)

func (*SampleBatchQueryResponse) XXX_Size

func (m *SampleBatchQueryResponse) XXX_Size() int

func (*SampleBatchQueryResponse) XXX_Unmarshal

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

type SampleError

type SampleError struct {
	InputValue           *float64 `protobuf:"fixed64,1,opt,name=input_value,json=inputValue" json:"input_value,omitempty"`
	SamplerName          *string  `protobuf:"bytes,2,opt,name=sampler_name,json=samplerName" json:"sampler_name,omitempty"`
	ErrorMessage         *string  `protobuf:"bytes,3,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SampleError) Descriptor

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

func (*SampleError) GetErrorMessage

func (m *SampleError) GetErrorMessage() string

func (*SampleError) GetInputValue

func (m *SampleError) GetInputValue() float64

func (*SampleError) GetSamplerName

func (m *SampleError) GetSamplerName() string

func (*SampleError) ProtoMessage

func (*SampleError) ProtoMessage()

func (*SampleError) Reset

func (m *SampleError) Reset()

func (*SampleError) String

func (m *SampleError) String() string

func (*SampleError) XXX_DiscardUnknown

func (m *SampleError) XXX_DiscardUnknown()

func (*SampleError) XXX_Marshal

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

func (*SampleError) XXX_Merge

func (m *SampleError) XXX_Merge(src proto.Message)

func (*SampleError) XXX_Size

func (m *SampleError) XXX_Size() int

func (*SampleError) XXX_Unmarshal

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

type SampleFile

type SampleFile struct {
	SamplerName          *string  `protobuf:"bytes,1,opt,name=sampler_name,json=samplerName" json:"sampler_name,omitempty"`
	FilePath             *string  `protobuf:"bytes,2,opt,name=file_path,json=filePath" json:"file_path,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SampleFile) Descriptor

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

func (*SampleFile) GetFilePath

func (m *SampleFile) GetFilePath() string

func (*SampleFile) GetSamplerName

func (m *SampleFile) GetSamplerName() string

func (*SampleFile) ProtoMessage

func (*SampleFile) ProtoMessage()

func (*SampleFile) Reset

func (m *SampleFile) Reset()

func (*SampleFile) String

func (m *SampleFile) String() string

func (*SampleFile) XXX_DiscardUnknown

func (m *SampleFile) XXX_DiscardUnknown()

func (*SampleFile) XXX_Marshal

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

func (*SampleFile) XXX_Merge

func (m *SampleFile) XXX_Merge(src proto.Message)

func (*SampleFile) XXX_Size

func (m *SampleFile) XXX_Size() int

func (*SampleFile) XXX_Unmarshal

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

type SamplePoint

type SamplePoint struct {
	InputValue            *float64            `protobuf:"fixed64,1,opt,name=input_value,json=inputValue" json:"input_value,omitempty"`
	MetricValueList       []*KeyedValue       `protobuf:"bytes,2,rep,name=metric_value_list,json=metricValueList" json:"metric_value_list,omitempty"`
	SampleAnnotationsList []*SampleAnnotation `protobuf:"bytes,3,rep,name=sample_annotations_list,json=sampleAnnotationsList" json:"sample_annotations_list,omitempty"`
	AuxData               map[string][]byte   `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}            `json:"-"`
	XXX_unrecognized      []byte              `json:"-"`
	XXX_sizecache         int32               `json:"-"`
}

func (*SamplePoint) Descriptor

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

func (*SamplePoint) GetAuxData

func (m *SamplePoint) GetAuxData() map[string][]byte

func (*SamplePoint) GetInputValue

func (m *SamplePoint) GetInputValue() float64

func (*SamplePoint) GetMetricValueList

func (m *SamplePoint) GetMetricValueList() []*KeyedValue

func (*SamplePoint) GetSampleAnnotationsList

func (m *SamplePoint) GetSampleAnnotationsList() []*SampleAnnotation

func (*SamplePoint) ProtoMessage

func (*SamplePoint) ProtoMessage()

func (*SamplePoint) Reset

func (m *SamplePoint) Reset()

func (*SamplePoint) String

func (m *SamplePoint) String() string

func (*SamplePoint) XXX_DiscardUnknown

func (m *SamplePoint) XXX_DiscardUnknown()

func (*SamplePoint) XXX_Marshal

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

func (*SamplePoint) XXX_Merge

func (m *SamplePoint) XXX_Merge(src proto.Message)

func (*SamplePoint) XXX_Size

func (m *SamplePoint) XXX_Size() int

func (*SamplePoint) XXX_Unmarshal

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

type SampleRecord

type SampleRecord struct {
	SamplePoint          *SamplePoint `protobuf:"bytes,1,opt,name=sample_point,json=samplePoint" json:"sample_point,omitempty"`
	SampleError          *SampleError `protobuf:"bytes,2,opt,name=sample_error,json=sampleError" json:"sample_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SampleRecord) Descriptor

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

func (*SampleRecord) GetSampleError

func (m *SampleRecord) GetSampleError() *SampleError

func (*SampleRecord) GetSamplePoint

func (m *SampleRecord) GetSamplePoint() *SamplePoint

func (*SampleRecord) ProtoMessage

func (*SampleRecord) ProtoMessage()

func (*SampleRecord) Reset

func (m *SampleRecord) Reset()

func (*SampleRecord) String

func (m *SampleRecord) String() string

func (*SampleRecord) XXX_DiscardUnknown

func (m *SampleRecord) XXX_DiscardUnknown()

func (*SampleRecord) XXX_Marshal

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

func (*SampleRecord) XXX_Merge

func (m *SampleRecord) XXX_Merge(src proto.Message)

func (*SampleRecord) XXX_Size

func (m *SampleRecord) XXX_Size() int

func (*SampleRecord) XXX_Unmarshal

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

type SecondaryStorageWriteInput

type SecondaryStorageWriteInput struct {
	Bundle               *RunBundle `protobuf:"bytes,1,opt,name=bundle" json:"bundle,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*SecondaryStorageWriteInput) Descriptor

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

func (*SecondaryStorageWriteInput) GetBundle

func (m *SecondaryStorageWriteInput) GetBundle() *RunBundle

func (*SecondaryStorageWriteInput) ProtoMessage

func (*SecondaryStorageWriteInput) ProtoMessage()

func (*SecondaryStorageWriteInput) Reset

func (m *SecondaryStorageWriteInput) Reset()

func (*SecondaryStorageWriteInput) String

func (m *SecondaryStorageWriteInput) String() string

func (*SecondaryStorageWriteInput) XXX_DiscardUnknown

func (m *SecondaryStorageWriteInput) XXX_DiscardUnknown()

func (*SecondaryStorageWriteInput) XXX_Marshal

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

func (*SecondaryStorageWriteInput) XXX_Merge

func (m *SecondaryStorageWriteInput) XXX_Merge(src proto.Message)

func (*SecondaryStorageWriteInput) XXX_Size

func (m *SecondaryStorageWriteInput) XXX_Size() int

func (*SecondaryStorageWriteInput) XXX_Unmarshal

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

type SecondaryStorageWriteOutput

type SecondaryStorageWriteOutput struct {
	Status               *Status      `protobuf:"bytes,1,opt,name=status" json:"status,omitempty"`
	Links                []*NamedData `protobuf:"bytes,2,rep,name=links" json:"links,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SecondaryStorageWriteOutput) Descriptor

func (*SecondaryStorageWriteOutput) Descriptor() ([]byte, []int)
func (m *SecondaryStorageWriteOutput) GetLinks() []*NamedData

func (*SecondaryStorageWriteOutput) GetStatus

func (m *SecondaryStorageWriteOutput) GetStatus() *Status

func (*SecondaryStorageWriteOutput) ProtoMessage

func (*SecondaryStorageWriteOutput) ProtoMessage()

func (*SecondaryStorageWriteOutput) Reset

func (m *SecondaryStorageWriteOutput) Reset()

func (*SecondaryStorageWriteOutput) String

func (m *SecondaryStorageWriteOutput) String() string

func (*SecondaryStorageWriteOutput) XXX_DiscardUnknown

func (m *SecondaryStorageWriteOutput) XXX_DiscardUnknown()

func (*SecondaryStorageWriteOutput) XXX_Marshal

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

func (*SecondaryStorageWriteOutput) XXX_Merge

func (m *SecondaryStorageWriteOutput) XXX_Merge(src proto.Message)

func (*SecondaryStorageWriteOutput) XXX_Size

func (m *SecondaryStorageWriteOutput) XXX_Size() int

func (*SecondaryStorageWriteOutput) XXX_Unmarshal

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

type Status

type Status struct {
	Code                 *Status_Code `protobuf:"varint,1,opt,name=code,enum=mako.Status_Code" json:"code,omitempty"`
	FailMessage          *string      `protobuf:"bytes,2,opt,name=fail_message,json=failMessage" json:"fail_message,omitempty"`
	Retry                *bool        `protobuf:"varint,3,opt,name=retry,def=0" json:"retry,omitempty"`
	WarningMessages      []string     `protobuf:"bytes,4,rep,name=warning_messages,json=warningMessages" json:"warning_messages,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Status) Descriptor

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

func (*Status) GetCode

func (m *Status) GetCode() Status_Code

func (*Status) GetFailMessage

func (m *Status) GetFailMessage() string

func (*Status) GetRetry

func (m *Status) GetRetry() bool

func (*Status) GetWarningMessages

func (m *Status) GetWarningMessages() []string

func (*Status) ProtoMessage

func (*Status) ProtoMessage()

func (*Status) Reset

func (m *Status) Reset()

func (*Status) String

func (m *Status) String() string

func (*Status) XXX_DiscardUnknown

func (m *Status) XXX_DiscardUnknown()

func (*Status) XXX_Marshal

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

func (*Status) XXX_Merge

func (m *Status) XXX_Merge(src proto.Message)

func (*Status) XXX_Size

func (m *Status) XXX_Size() int

func (*Status) XXX_Unmarshal

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

type Status_Code

type Status_Code int32
const (
	Status_SUCCESS Status_Code = 0
	Status_FAIL    Status_Code = 1
)

func (Status_Code) Enum

func (x Status_Code) Enum() *Status_Code

func (Status_Code) EnumDescriptor

func (Status_Code) EnumDescriptor() ([]byte, []int)

func (Status_Code) String

func (x Status_Code) String() string

func (*Status_Code) UnmarshalJSON

func (x *Status_Code) UnmarshalJSON(data []byte) error

type TestInput

type TestInput struct {
	BenchmarkKey         *string           `protobuf:"bytes,1,opt,name=benchmark_key,json=benchmarkKey" json:"benchmark_key,omitempty"`
	TempDir              *string           `protobuf:"bytes,2,opt,name=temp_dir,json=tempDir" json:"temp_dir,omitempty"`
	TimeoutSec           *float64          `protobuf:"fixed64,3,opt,name=timeout_sec,json=timeoutSec" json:"timeout_sec,omitempty"`
	TestOptionList       []*TestOption     `protobuf:"bytes,4,rep,name=test_option_list,json=testOptionList" json:"test_option_list,omitempty"`
	Tags                 []string          `protobuf:"bytes,6,rep,name=tags" json:"tags,omitempty"`
	TestPassId           *string           `protobuf:"bytes,7,opt,name=test_pass_id,json=testPassId" json:"test_pass_id,omitempty"`
	BuildId              *int64            `protobuf:"varint,8,opt,name=build_id,json=buildId" json:"build_id,omitempty"`
	InternalTestOptions  map[string]string `` /* 188-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*TestInput) Descriptor

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

func (*TestInput) GetBenchmarkKey

func (m *TestInput) GetBenchmarkKey() string

func (*TestInput) GetBuildId

func (m *TestInput) GetBuildId() int64

func (*TestInput) GetInternalTestOptions

func (m *TestInput) GetInternalTestOptions() map[string]string

func (*TestInput) GetTags

func (m *TestInput) GetTags() []string

func (*TestInput) GetTempDir

func (m *TestInput) GetTempDir() string

func (*TestInput) GetTestOptionList

func (m *TestInput) GetTestOptionList() []*TestOption

func (*TestInput) GetTestPassId

func (m *TestInput) GetTestPassId() string

func (*TestInput) GetTimeoutSec

func (m *TestInput) GetTimeoutSec() float64

func (*TestInput) ProtoMessage

func (*TestInput) ProtoMessage()

func (*TestInput) Reset

func (m *TestInput) Reset()

func (*TestInput) String

func (m *TestInput) String() string

func (*TestInput) XXX_DiscardUnknown

func (m *TestInput) XXX_DiscardUnknown()

func (*TestInput) XXX_Marshal

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

func (*TestInput) XXX_Merge

func (m *TestInput) XXX_Merge(src proto.Message)

func (*TestInput) XXX_Size

func (m *TestInput) XXX_Size() int

func (*TestInput) XXX_Unmarshal

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

type TestOption

type TestOption struct {
	Name                 *string  `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value                *string  `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TestOption) Descriptor

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

func (*TestOption) GetName

func (m *TestOption) GetName() string

func (*TestOption) GetValue

func (m *TestOption) GetValue() string

func (*TestOption) ProtoMessage

func (*TestOption) ProtoMessage()

func (*TestOption) Reset

func (m *TestOption) Reset()

func (*TestOption) String

func (m *TestOption) String() string

func (*TestOption) XXX_DiscardUnknown

func (m *TestOption) XXX_DiscardUnknown()

func (*TestOption) XXX_Marshal

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

func (*TestOption) XXX_Merge

func (m *TestOption) XXX_Merge(src proto.Message)

func (*TestOption) XXX_Size

func (m *TestOption) XXX_Size() int

func (*TestOption) XXX_Unmarshal

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

type TestOutput

type TestOutput struct {
	TestStatus           *TestOutput_TestStatus           `protobuf:"varint,1,opt,name=test_status,json=testStatus,enum=mako.TestOutput_TestStatus" json:"test_status,omitempty"`
	AnalyzerOutputList   []*AnalyzerOutput                `protobuf:"bytes,2,rep,name=analyzer_output_list,json=analyzerOutputList" json:"analyzer_output_list,omitempty"`
	SummaryOutput        *string                          `protobuf:"bytes,3,opt,name=summary_output,json=summaryOutput" json:"summary_output,omitempty"`
	RunChartLink         *string                          `protobuf:"bytes,4,opt,name=run_chart_link,json=runChartLink" json:"run_chart_link,omitempty"`
	RunKey               *string                          `protobuf:"bytes,5,opt,name=run_key,json=runKey" json:"run_key,omitempty"`
	RetryableFailureType *TestOutput_RetryableFailureType `` /* 159-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*TestOutput) Descriptor

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

func (*TestOutput) GetAnalyzerOutputList

func (m *TestOutput) GetAnalyzerOutputList() []*AnalyzerOutput

func (*TestOutput) GetRetryableFailureType

func (m *TestOutput) GetRetryableFailureType() TestOutput_RetryableFailureType
func (m *TestOutput) GetRunChartLink() string

func (*TestOutput) GetRunKey

func (m *TestOutput) GetRunKey() string

func (*TestOutput) GetSummaryOutput

func (m *TestOutput) GetSummaryOutput() string

func (*TestOutput) GetTestStatus

func (m *TestOutput) GetTestStatus() TestOutput_TestStatus

func (*TestOutput) ProtoMessage

func (*TestOutput) ProtoMessage()

func (*TestOutput) Reset

func (m *TestOutput) Reset()

func (*TestOutput) String

func (m *TestOutput) String() string

func (*TestOutput) XXX_DiscardUnknown

func (m *TestOutput) XXX_DiscardUnknown()

func (*TestOutput) XXX_Marshal

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

func (*TestOutput) XXX_Merge

func (m *TestOutput) XXX_Merge(src proto.Message)

func (*TestOutput) XXX_Size

func (m *TestOutput) XXX_Size() int

func (*TestOutput) XXX_Unmarshal

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

type TestOutput_RetryableFailureType

type TestOutput_RetryableFailureType int32
const (
	TestOutput_UNKNOWN_OR_UNSET_TYPE TestOutput_RetryableFailureType = 0
	TestOutput_MASTER_RESTART        TestOutput_RetryableFailureType = 1
	TestOutput_JOB_MANAGER_RESTART   TestOutput_RetryableFailureType = 2
	TestOutput_SAMPLER_RESTART       TestOutput_RetryableFailureType = 3
)

func (TestOutput_RetryableFailureType) Enum

func (TestOutput_RetryableFailureType) EnumDescriptor

func (TestOutput_RetryableFailureType) EnumDescriptor() ([]byte, []int)

func (TestOutput_RetryableFailureType) String

func (*TestOutput_RetryableFailureType) UnmarshalJSON

func (x *TestOutput_RetryableFailureType) UnmarshalJSON(data []byte) error

type TestOutput_TestStatus

type TestOutput_TestStatus int32
const (
	TestOutput_PASS          TestOutput_TestStatus = 1
	TestOutput_RATE_FAIL     TestOutput_TestStatus = 2
	TestOutput_FATAL_FAIL    TestOutput_TestStatus = 3
	TestOutput_ANALYSIS_FAIL TestOutput_TestStatus = 4
	TestOutput_IN_PROGRESS   TestOutput_TestStatus = 5
)

func (TestOutput_TestStatus) Enum

func (TestOutput_TestStatus) EnumDescriptor

func (TestOutput_TestStatus) EnumDescriptor() ([]byte, []int)

func (TestOutput_TestStatus) String

func (x TestOutput_TestStatus) String() string

func (*TestOutput_TestStatus) UnmarshalJSON

func (x *TestOutput_TestStatus) UnmarshalJSON(data []byte) error

type ValueInfo

type ValueInfo struct {
	ValueKey             *string         `protobuf:"bytes,1,opt,name=value_key,json=valueKey" json:"value_key,omitempty"`
	Label                *string         `protobuf:"bytes,2,opt,name=label" json:"label,omitempty"`
	Type                 *ValueInfo_Type `protobuf:"varint,3,opt,name=type,enum=mako.ValueInfo_Type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ValueInfo) Descriptor

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

func (*ValueInfo) GetLabel

func (m *ValueInfo) GetLabel() string

func (*ValueInfo) GetType

func (m *ValueInfo) GetType() ValueInfo_Type

func (*ValueInfo) GetValueKey

func (m *ValueInfo) GetValueKey() string

func (*ValueInfo) ProtoMessage

func (*ValueInfo) ProtoMessage()

func (*ValueInfo) Reset

func (m *ValueInfo) Reset()

func (*ValueInfo) String

func (m *ValueInfo) String() string

func (*ValueInfo) XXX_DiscardUnknown

func (m *ValueInfo) XXX_DiscardUnknown()

func (*ValueInfo) XXX_Marshal

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

func (*ValueInfo) XXX_Merge

func (m *ValueInfo) XXX_Merge(src proto.Message)

func (*ValueInfo) XXX_Size

func (m *ValueInfo) XXX_Size() int

func (*ValueInfo) XXX_Unmarshal

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

type ValueInfo_Type

type ValueInfo_Type int32
const (
	ValueInfo_NUMERIC   ValueInfo_Type = 1
	ValueInfo_TIMESTAMP ValueInfo_Type = 2
)

func (ValueInfo_Type) Enum

func (x ValueInfo_Type) Enum() *ValueInfo_Type

func (ValueInfo_Type) EnumDescriptor

func (ValueInfo_Type) EnumDescriptor() ([]byte, []int)

func (ValueInfo_Type) String

func (x ValueInfo_Type) String() string

func (*ValueInfo_Type) UnmarshalJSON

func (x *ValueInfo_Type) UnmarshalJSON(data []byte) error

Jump to

Keyboard shortcuts

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