response

package
v0.0.144 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_types_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Graph

type Graph struct {
	Metric string          `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"`
	Names  []string        `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	Labels []string        `protobuf:"bytes,3,rep,name=labels,proto3" json:"labels,omitempty"`
	Values []*Graph_Values `protobuf:"bytes,4,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*Graph) Descriptor deprecated

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

Deprecated: Use Graph.ProtoReflect.Descriptor instead.

func (*Graph) GetLabels

func (x *Graph) GetLabels() []string

func (*Graph) GetMetric

func (x *Graph) GetMetric() string

func (*Graph) GetNames

func (x *Graph) GetNames() []string

func (*Graph) GetValues

func (x *Graph) GetValues() []*Graph_Values

func (*Graph) ProtoMessage

func (*Graph) ProtoMessage()

func (*Graph) ProtoReflect added in v0.0.91

func (x *Graph) ProtoReflect() protoreflect.Message

func (*Graph) Reset

func (x *Graph) Reset()

func (*Graph) String

func (x *Graph) String() string

type Graph_Values

type Graph_Values struct {
	Values []float64 `protobuf:"fixed64,1,rep,packed,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*Graph_Values) Descriptor deprecated

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

Deprecated: Use Graph_Values.ProtoReflect.Descriptor instead.

func (*Graph_Values) GetValues

func (x *Graph_Values) GetValues() []float64

func (*Graph_Values) ProtoMessage

func (*Graph_Values) ProtoMessage()

func (*Graph_Values) ProtoReflect added in v0.0.91

func (x *Graph_Values) ProtoReflect() protoreflect.Message

func (*Graph_Values) Reset

func (x *Graph_Values) Reset()

func (*Graph_Values) String

func (x *Graph_Values) String() string

type PhaseTimer

type PhaseTimer struct {
	Start  int32     `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Last   int32     `protobuf:"varint,2,opt,name=last,proto3" json:"last,omitempty"`
	Phases []string  `protobuf:"bytes,3,rep,name=phases,proto3" json:"phases,omitempty"`
	Delta  []float64 `protobuf:"fixed64,4,rep,packed,name=delta,proto3" json:"delta,omitempty"`
	Total  float64   `protobuf:"fixed64,5,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

PhaseTimer times the duration of each update cycle.

func (*PhaseTimer) Descriptor deprecated

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

Deprecated: Use PhaseTimer.ProtoReflect.Descriptor instead.

func (*PhaseTimer) GetDelta

func (x *PhaseTimer) GetDelta() []float64

func (*PhaseTimer) GetLast

func (x *PhaseTimer) GetLast() int32

func (*PhaseTimer) GetPhases

func (x *PhaseTimer) GetPhases() []string

func (*PhaseTimer) GetStart

func (x *PhaseTimer) GetStart() int32

func (*PhaseTimer) GetTotal

func (x *PhaseTimer) GetTotal() float64

func (*PhaseTimer) ProtoMessage

func (*PhaseTimer) ProtoMessage()

func (*PhaseTimer) ProtoReflect added in v0.0.91

func (x *PhaseTimer) ProtoReflect() protoreflect.Message

func (*PhaseTimer) Reset

func (x *PhaseTimer) Reset()

func (*PhaseTimer) String

func (x *PhaseTimer) String() string

type RawMetric

type RawMetric struct {

	// Name.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A sparse encoding of densely stored values. The layout encodes the cycle
	// indices of the values in the value field below. The layout contains indices
	// followed by counts. The indices specify test cycles where contiguous
	// sequences of values start.
	Layout []int32 `protobuf:"varint,2,rep,packed,name=layout,proto3" json:"layout,omitempty"`
	// Non-empty values for each test result.
	Value []float64 `protobuf:"fixed64,3,rep,packed,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*RawMetric) Descriptor deprecated

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

Deprecated: Use RawMetric.ProtoReflect.Descriptor instead.

func (*RawMetric) GetId

func (x *RawMetric) GetId() string

func (*RawMetric) GetLayout

func (x *RawMetric) GetLayout() []int32

func (*RawMetric) GetValue

func (x *RawMetric) GetValue() []float64

func (*RawMetric) ProtoMessage

func (*RawMetric) ProtoMessage()

func (*RawMetric) ProtoReflect added in v0.0.91

func (x *RawMetric) ProtoReflect() protoreflect.Message

func (*RawMetric) Reset

func (x *RawMetric) Reset()

func (*RawMetric) String

func (x *RawMetric) String() string

type Response

type Response struct {

	// Display the Test Group name
	TestGroupName string `protobuf:"bytes,1,opt,name=test_group_name,json=test-group-name,proto3" json:"test_group_name,omitempty"`
	QueryParam    string `protobuf:"bytes,2,opt,name=query_param,json=query,proto3" json:"query_param,omitempty"`
	Status        string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// The duration of each update cycle
	PhaseTimer *PhaseTimer `protobuf:"bytes,4,opt,name=phase_timer,json=phase-timer,proto3" json:"phase_timer,omitempty"`
	// Boolean to determine if the response is loaded from a cache
	Cached            bool                      `protobuf:"varint,5,opt,name=cached,proto3" json:"cached,omitempty"`
	Summary           string                    `protobuf:"bytes,6,opt,name=summary,proto3" json:"summary,omitempty"`
	Bugs              map[string]string         `` /* 149-byte string literal not displayed */
	BuildIds          []string                  `protobuf:"bytes,8,rep,name=build_ids,json=build-ids,proto3" json:"build_ids,omitempty"`
	ColumnIds         []string                  `protobuf:"bytes,9,rep,name=column_ids,json=columnIds,proto3" json:"column_ids,omitempty"`
	CustomColumns     []*Response_CustomColumns `protobuf:"bytes,10,rep,name=custom_columns,json=custom-columns,proto3" json:"custom_columns,omitempty"`
	ColumnHeaderNames []string                  `protobuf:"bytes,11,rep,name=column_header_names,json=column-header-names,proto3" json:"column_header_names,omitempty"`
	Groups            []string                  `protobuf:"bytes,12,rep,name=groups,proto3" json:"groups,omitempty"`
	Metrics           []string                  `protobuf:"bytes,13,rep,name=metrics,proto3" json:"metrics,omitempty"`
	Tests             []*Row                    `protobuf:"bytes,14,rep,name=tests,proto3" json:"tests,omitempty"`
	// Client wants nullable strings here
	RowIds     []string `protobuf:"bytes,15,rep,name=row_ids,json=rowIds,proto3" json:"row_ids,omitempty"`
	Timestamps []int64  `protobuf:"varint,16,rep,packed,name=timestamps,proto3" json:"timestamps,omitempty"`
	// Lookup map for shortening long test IDs in each row.
	TestIdMap                 map[int64]string                      `` /* 180-byte string literal not displayed */
	TestMetadata              map[string]*TestMetadata              `` /* 187-byte string literal not displayed */
	StaleTestThreshold        int32                                 `protobuf:"varint,19,opt,name=stale_test_threshold,json=stale-test-threshold,proto3" json:"stale_test_threshold,omitempty"`
	NumStaleTests             int64                                 `protobuf:"varint,20,opt,name=num_stale_tests,json=num-stale-tests,proto3" json:"num_stale_tests,omitempty"`
	Alerts                    string                                `protobuf:"bytes,21,opt,name=alerts,proto3" json:"alerts,omitempty"`
	AddTabularNamesOption     bool                                  `` /* 133-byte string literal not displayed */
	ShowTabularNames          bool                                  `protobuf:"varint,23,opt,name=show_tabular_names,json=show-tabular-names,proto3" json:"show_tabular_names,omitempty"`
	TabularNamesColumnHeaders []string                              `` /* 144-byte string literal not displayed */
	Description               string                                `protobuf:"bytes,25,opt,name=description,proto3" json:"description,omitempty"`
	BugComponent              int32                                 `protobuf:"varint,26,opt,name=bug_component,json=bug-component,proto3" json:"bug_component,omitempty"`
	CodeSearchPath            string                                `protobuf:"bytes,27,opt,name=code_search_path,json=code-search-path,proto3" json:"code_search_path,omitempty"`
	OpenTestTemplate          *config.LinkTemplate                  `protobuf:"bytes,28,opt,name=open_test_template,json=open-test-template,proto3" json:"open_test_template,omitempty"`
	FileBugTemplate           *config.LinkTemplate                  `protobuf:"bytes,29,opt,name=file_bug_template,json=file-bug-template,proto3" json:"file_bug_template,omitempty"`
	AttachBugTemplate         *config.LinkTemplate                  `protobuf:"bytes,30,opt,name=attach_bug_template,json=attach-bug-template,proto3" json:"attach_bug_template,omitempty"`
	ResultsUrlTemplate        *config.LinkTemplate                  `protobuf:"bytes,31,opt,name=results_url_template,json=results-url-template,proto3" json:"results_url_template,omitempty"`
	CodeSearchUrlTemplate     *config.LinkTemplate                  `` /* 132-byte string literal not displayed */
	OpenBugTemplate           *config.LinkTemplate                  `protobuf:"bytes,33,opt,name=open_bug_template,json=open-bug-template,proto3" json:"open_bug_template,omitempty"`
	AboutDashboardUrl         string                                `protobuf:"bytes,34,opt,name=about_dashboard_url,json=about-dashboard-url,proto3" json:"about_dashboard_url,omitempty"`
	ResultsText               string                                `protobuf:"bytes,35,opt,name=results_text,json=results-text,proto3" json:"results_text,omitempty"`
	LatestGreen               string                                `protobuf:"bytes,36,opt,name=latest_green,json=latest-green,proto3" json:"latest_green,omitempty"`
	TriageEnabled             bool                                  `protobuf:"varint,37,opt,name=triage_enabled,json=triage-enabled,proto3" json:"triage_enabled,omitempty"`
	Notifications             []*config.Notification                `protobuf:"bytes,38,rep,name=notifications,proto3" json:"notifications,omitempty"`
	TestGroup                 *config.TestGroup                     `protobuf:"bytes,39,opt,name=test_group,json=-,proto3" json:"test_group,omitempty"`
	DashboardTab              *config.DashboardTab                  `protobuf:"bytes,40,opt,name=dashboard_tab,json=-,proto3" json:"dashboard_tab,omitempty"`
	OverallStatus             summary.DashboardTabSummary_TabStatus `` /* 138-byte string literal not displayed */
	DashboardName             string                                `protobuf:"bytes,42,opt,name=dashboard_name,json=dashboardName,proto3" json:"dashboard_name,omitempty"`
	UpdateTimestamp           int64                                 `protobuf:"varint,43,opt,name=update_timestamp,json=updateTimestamp,proto3" json:"update_timestamp,omitempty"`
	// contains filtered or unexported fields
}

Response has all the fields expected by TestGrid's javascript client. It represents a grid of test results, with additional annotations for metadata.

func (*Response) Descriptor deprecated

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

Deprecated: Use Response.ProtoReflect.Descriptor instead.

func (*Response) GetAboutDashboardUrl

func (x *Response) GetAboutDashboardUrl() string

func (*Response) GetAddTabularNamesOption

func (x *Response) GetAddTabularNamesOption() bool

func (*Response) GetAlerts

func (x *Response) GetAlerts() string

func (*Response) GetAttachBugTemplate

func (x *Response) GetAttachBugTemplate() *config.LinkTemplate

func (*Response) GetBugComponent

func (x *Response) GetBugComponent() int32

func (*Response) GetBugs

func (x *Response) GetBugs() map[string]string

func (*Response) GetBuildIds

func (x *Response) GetBuildIds() []string

func (*Response) GetCached

func (x *Response) GetCached() bool

func (*Response) GetCodeSearchPath

func (x *Response) GetCodeSearchPath() string

func (*Response) GetCodeSearchUrlTemplate

func (x *Response) GetCodeSearchUrlTemplate() *config.LinkTemplate

func (*Response) GetColumnHeaderNames

func (x *Response) GetColumnHeaderNames() []string

func (*Response) GetColumnIds

func (x *Response) GetColumnIds() []string

func (*Response) GetCustomColumns

func (x *Response) GetCustomColumns() []*Response_CustomColumns

func (*Response) GetDashboardName

func (x *Response) GetDashboardName() string

func (*Response) GetDashboardTab

func (x *Response) GetDashboardTab() *config.DashboardTab

func (*Response) GetDescription

func (x *Response) GetDescription() string

func (*Response) GetFileBugTemplate

func (x *Response) GetFileBugTemplate() *config.LinkTemplate

func (*Response) GetGroups

func (x *Response) GetGroups() []string

func (*Response) GetLatestGreen

func (x *Response) GetLatestGreen() string

func (*Response) GetMetrics

func (x *Response) GetMetrics() []string

func (*Response) GetNotifications

func (x *Response) GetNotifications() []*config.Notification

func (*Response) GetNumStaleTests

func (x *Response) GetNumStaleTests() int64

func (*Response) GetOpenBugTemplate

func (x *Response) GetOpenBugTemplate() *config.LinkTemplate

func (*Response) GetOpenTestTemplate

func (x *Response) GetOpenTestTemplate() *config.LinkTemplate

func (*Response) GetOverallStatus

func (x *Response) GetOverallStatus() summary.DashboardTabSummary_TabStatus

func (*Response) GetPhaseTimer

func (x *Response) GetPhaseTimer() *PhaseTimer

func (*Response) GetQueryParam

func (x *Response) GetQueryParam() string

func (*Response) GetResultsText

func (x *Response) GetResultsText() string

func (*Response) GetResultsUrlTemplate

func (x *Response) GetResultsUrlTemplate() *config.LinkTemplate

func (*Response) GetRowIds

func (x *Response) GetRowIds() []string

func (*Response) GetShowTabularNames

func (x *Response) GetShowTabularNames() bool

func (*Response) GetStaleTestThreshold

func (x *Response) GetStaleTestThreshold() int32

func (*Response) GetStatus

func (x *Response) GetStatus() string

func (*Response) GetSummary

func (x *Response) GetSummary() string

func (*Response) GetTabularNamesColumnHeaders

func (x *Response) GetTabularNamesColumnHeaders() []string

func (*Response) GetTestGroup

func (x *Response) GetTestGroup() *config.TestGroup

func (*Response) GetTestGroupName

func (x *Response) GetTestGroupName() string

func (*Response) GetTestIdMap

func (x *Response) GetTestIdMap() map[int64]string

func (*Response) GetTestMetadata

func (x *Response) GetTestMetadata() map[string]*TestMetadata

func (*Response) GetTests

func (x *Response) GetTests() []*Row

func (*Response) GetTimestamps

func (x *Response) GetTimestamps() []int64

func (*Response) GetTriageEnabled

func (x *Response) GetTriageEnabled() bool

func (*Response) GetUpdateTimestamp

func (x *Response) GetUpdateTimestamp() int64

func (*Response) ProtoMessage

func (*Response) ProtoMessage()

func (*Response) ProtoReflect added in v0.0.91

func (x *Response) ProtoReflect() protoreflect.Message

func (*Response) Reset

func (x *Response) Reset()

func (*Response) String

func (x *Response) String() string

type Response_CustomColumns

type Response_CustomColumns struct {
	CustomColumns []string `protobuf:"bytes,1,rep,name=custom_columns,json=customColumns,proto3" json:"custom_columns,omitempty"`
	// contains filtered or unexported fields
}

func (*Response_CustomColumns) Descriptor deprecated

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

Deprecated: Use Response_CustomColumns.ProtoReflect.Descriptor instead.

func (*Response_CustomColumns) GetCustomColumns

func (x *Response_CustomColumns) GetCustomColumns() []string

func (*Response_CustomColumns) ProtoMessage

func (*Response_CustomColumns) ProtoMessage()

func (*Response_CustomColumns) ProtoReflect added in v0.0.91

func (x *Response_CustomColumns) ProtoReflect() protoreflect.Message

func (*Response_CustomColumns) Reset

func (x *Response_CustomColumns) Reset()

func (*Response_CustomColumns) String

func (x *Response_CustomColumns) String() string

type RleStatus

type RleStatus struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

RleStatus represents a run-length encoded test status: a run of Count cells with status Value.

func (*RleStatus) Descriptor deprecated

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

Deprecated: Use RleStatus.ProtoReflect.Descriptor instead.

func (*RleStatus) GetCount

func (x *RleStatus) GetCount() int32

func (*RleStatus) GetValue

func (x *RleStatus) GetValue() int32

func (*RleStatus) ProtoMessage

func (*RleStatus) ProtoMessage()

func (*RleStatus) ProtoReflect added in v0.0.91

func (x *RleStatus) ProtoReflect() protoreflect.Message

func (*RleStatus) Reset

func (x *RleStatus) Reset()

func (*RleStatus) String

func (x *RleStatus) String() string

type Row

type Row struct {
	Name              string       `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OriginalName      string       `protobuf:"bytes,2,opt,name=original_name,json=original-name,proto3" json:"original_name,omitempty"`
	Alert             *TestAlert   `protobuf:"bytes,3,opt,name=alert,proto3" json:"alert,omitempty"`
	LinkedBugs        []string     `protobuf:"bytes,4,rep,name=linked_bugs,json=linkedBugs,proto3" json:"linked_bugs,omitempty"`
	Messages          []string     `protobuf:"bytes,5,rep,name=messages,proto3" json:"messages,omitempty"`
	ShortTexts        []string     `protobuf:"bytes,6,rep,name=short_texts,json=shortTexts,proto3" json:"short_texts,omitempty"`
	TestIds           []string     `protobuf:"bytes,7,rep,name=test_ids,json=testIds,proto3" json:"test_ids,omitempty"`
	ShortTestIds      []int64      `protobuf:"varint,8,rep,packed,name=short_test_ids,json=shortTestIds,proto3" json:"short_test_ids,omitempty"`
	Statuses          []*RleStatus `protobuf:"bytes,9,rep,name=statuses,proto3" json:"statuses,omitempty"`
	Target            string       `protobuf:"bytes,10,opt,name=target,proto3" json:"target,omitempty"`
	Tests             []*Row       `protobuf:"bytes,11,rep,name=tests,proto3" json:"tests,omitempty"`
	TabularNameGroups []string     `protobuf:"bytes,12,rep,name=tabular_name_groups,json=tabular-name-groups,proto3" json:"tabular_name_groups,omitempty"`
	MetricInfo        []*RawMetric `protobuf:"bytes,13,rep,name=metric_info,json=-,proto3" json:"metric_info,omitempty"`
	Graphs            []*Graph     `protobuf:"bytes,14,rep,name=graphs,proto3" json:"graphs,omitempty"`
	// contains filtered or unexported fields
}

Row describes a test row.

func (*Row) Descriptor deprecated

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

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetAlert

func (x *Row) GetAlert() *TestAlert

func (*Row) GetGraphs

func (x *Row) GetGraphs() []*Graph

func (*Row) GetLinkedBugs

func (x *Row) GetLinkedBugs() []string

func (*Row) GetMessages

func (x *Row) GetMessages() []string

func (*Row) GetMetricInfo

func (x *Row) GetMetricInfo() []*RawMetric

func (*Row) GetName

func (x *Row) GetName() string

func (*Row) GetOriginalName

func (x *Row) GetOriginalName() string

func (*Row) GetShortTestIds

func (x *Row) GetShortTestIds() []int64

func (*Row) GetShortTexts

func (x *Row) GetShortTexts() []string

func (*Row) GetStatuses

func (x *Row) GetStatuses() []*RleStatus

func (*Row) GetTabularNameGroups

func (x *Row) GetTabularNameGroups() []string

func (*Row) GetTarget

func (x *Row) GetTarget() string

func (*Row) GetTestIds

func (x *Row) GetTestIds() []string

func (*Row) GetTests

func (x *Row) GetTests() []*Row

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect added in v0.0.91

func (x *Row) ProtoReflect() protoreflect.Message

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

type TestAlert

type TestAlert struct {
	FailBuildId    string `protobuf:"bytes,1,opt,name=fail_build_id,json=fail-build-id,proto3" json:"fail_build_id,omitempty"`
	FailCount      int64  `protobuf:"varint,2,opt,name=fail_count,json=fail-count,proto3" json:"fail_count,omitempty"`
	FailTime       int32  `protobuf:"varint,3,opt,name=fail_time,json=fail-time,proto3" json:"fail_time,omitempty"`
	Text           string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	Message        string `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	LinkText       string `protobuf:"bytes,6,opt,name=link_text,json=link-text,proto3" json:"link_text,omitempty"`
	Link           string `protobuf:"bytes,7,opt,name=link,proto3" json:"link,omitempty"`
	UrlText        string `protobuf:"bytes,8,opt,name=url_text,json=url-text,proto3" json:"url_text,omitempty"`
	TestId         string `protobuf:"bytes,9,opt,name=test_id,json=test-id,proto3" json:"test_id,omitempty"`
	PassBuildId    string `protobuf:"bytes,10,opt,name=pass_build_id,json=pass-build-id,proto3" json:"pass_build_id,omitempty"`
	PassCount      int64  `protobuf:"varint,11,opt,name=pass_count,json=pass-count,proto3" json:"pass_count,omitempty"`
	PassTime       int32  `protobuf:"varint,12,opt,name=pass_time,json=pass-time,proto3" json:"pass_time,omitempty"`
	CodeSearchPath string `protobuf:"bytes,13,opt,name=code_search_path,json=code-search-path,proto3" json:"code_search_path,omitempty"`
	TestName       string `protobuf:"bytes,14,opt,name=test_name,json=test-name,proto3" json:"test_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TestAlert) Descriptor deprecated

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

Deprecated: Use TestAlert.ProtoReflect.Descriptor instead.

func (*TestAlert) GetCodeSearchPath

func (x *TestAlert) GetCodeSearchPath() string

func (*TestAlert) GetFailBuildId

func (x *TestAlert) GetFailBuildId() string

func (*TestAlert) GetFailCount

func (x *TestAlert) GetFailCount() int64

func (*TestAlert) GetFailTime

func (x *TestAlert) GetFailTime() int32
func (x *TestAlert) GetLink() string

func (*TestAlert) GetLinkText

func (x *TestAlert) GetLinkText() string

func (*TestAlert) GetMessage

func (x *TestAlert) GetMessage() string

func (*TestAlert) GetPassBuildId

func (x *TestAlert) GetPassBuildId() string

func (*TestAlert) GetPassCount

func (x *TestAlert) GetPassCount() int64

func (*TestAlert) GetPassTime

func (x *TestAlert) GetPassTime() int32

func (*TestAlert) GetTestId

func (x *TestAlert) GetTestId() string

func (*TestAlert) GetTestName

func (x *TestAlert) GetTestName() string

func (*TestAlert) GetText

func (x *TestAlert) GetText() string

func (*TestAlert) GetUrlText

func (x *TestAlert) GetUrlText() string

func (*TestAlert) ProtoMessage

func (*TestAlert) ProtoMessage()

func (*TestAlert) ProtoReflect added in v0.0.91

func (x *TestAlert) ProtoReflect() protoreflect.Message

func (*TestAlert) Reset

func (x *TestAlert) Reset()

func (*TestAlert) String

func (x *TestAlert) String() string

type TestMetadata

type TestMetadata struct {
	BugComponent int32    `protobuf:"varint,1,opt,name=bug_component,json=bug-component,proto3" json:"bug_component,omitempty"`
	Owner        string   `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Cc           []string `protobuf:"bytes,3,rep,name=cc,proto3" json:"cc,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMetadata) Descriptor deprecated

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

Deprecated: Use TestMetadata.ProtoReflect.Descriptor instead.

func (*TestMetadata) GetBugComponent

func (x *TestMetadata) GetBugComponent() int32

func (*TestMetadata) GetCc

func (x *TestMetadata) GetCc() []string

func (*TestMetadata) GetOwner

func (x *TestMetadata) GetOwner() string

func (*TestMetadata) ProtoMessage

func (*TestMetadata) ProtoMessage()

func (*TestMetadata) ProtoReflect added in v0.0.91

func (x *TestMetadata) ProtoReflect() protoreflect.Message

func (*TestMetadata) Reset

func (x *TestMetadata) Reset()

func (*TestMetadata) String

func (x *TestMetadata) String() string

Jump to

Keyboard shortcuts

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