v1

package
v0.0.155 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2023 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

Functions

func RegisterTestGridDataServer added in v0.0.118

func RegisterTestGridDataServer(s *grpc.Server, srv TestGridDataServer)

Types

type GetDashboardGroupRequest added in v0.0.118

type GetDashboardGroupRequest struct {
	Scope          string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	DashboardGroup string `protobuf:"bytes,2,opt,name=dashboard_group,json=dashboardGroup,proto3" json:"dashboard_group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardGroupRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use GetDashboardGroupRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardGroupRequest) GetDashboardGroup added in v0.0.118

func (x *GetDashboardGroupRequest) GetDashboardGroup() string

func (*GetDashboardGroupRequest) GetScope added in v0.0.118

func (x *GetDashboardGroupRequest) GetScope() string

func (*GetDashboardGroupRequest) ProtoMessage added in v0.0.118

func (*GetDashboardGroupRequest) ProtoMessage()

func (*GetDashboardGroupRequest) ProtoReflect added in v0.0.118

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

func (*GetDashboardGroupRequest) Reset added in v0.0.118

func (x *GetDashboardGroupRequest) Reset()

func (*GetDashboardGroupRequest) String added in v0.0.118

func (x *GetDashboardGroupRequest) String() string

type GetDashboardGroupResponse

type GetDashboardGroupResponse struct {
	Dashboards []*Resource `protobuf:"bytes,1,rep,name=dashboards,proto3" json:"dashboards,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardGroupResponse) Descriptor deprecated

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

Deprecated: Use GetDashboardGroupResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardGroupResponse) GetDashboards

func (x *GetDashboardGroupResponse) GetDashboards() []*Resource

func (*GetDashboardGroupResponse) ProtoMessage

func (*GetDashboardGroupResponse) ProtoMessage()

func (*GetDashboardGroupResponse) ProtoReflect added in v0.0.91

func (*GetDashboardGroupResponse) Reset

func (x *GetDashboardGroupResponse) Reset()

func (*GetDashboardGroupResponse) String

func (x *GetDashboardGroupResponse) String() string

type GetDashboardRequest added in v0.0.118

type GetDashboardRequest struct {
	Scope     string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use GetDashboardRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardRequest) GetDashboard added in v0.0.118

func (x *GetDashboardRequest) GetDashboard() string

func (*GetDashboardRequest) GetScope added in v0.0.118

func (x *GetDashboardRequest) GetScope() string

func (*GetDashboardRequest) ProtoMessage added in v0.0.118

func (*GetDashboardRequest) ProtoMessage()

func (*GetDashboardRequest) ProtoReflect added in v0.0.118

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

func (*GetDashboardRequest) Reset added in v0.0.118

func (x *GetDashboardRequest) Reset()

func (*GetDashboardRequest) String added in v0.0.118

func (x *GetDashboardRequest) String() string

type GetDashboardResponse

type GetDashboardResponse struct {

	// A list of notifications attached to this dashboard.
	// This is displayed on any dashboard tab in this dashboard.
	Notifications []*config.Notification `protobuf:"bytes,1,rep,name=notifications,proto3" json:"notifications,omitempty"`
	// Control which tab is displayed when first opening a dashboard.
	// Defaults to Summary
	DefaultTab string `protobuf:"bytes,2,opt,name=default_tab,json=defaultTab,proto3" json:"default_tab,omitempty"`
	// Controls whether to suppress highlighting of failing tabs.
	SuppressFailingTabs bool `protobuf:"varint,3,opt,name=suppress_failing_tabs,json=suppressFailingTabs,proto3" json:"suppress_failing_tabs,omitempty"`
	// Controls whether to apply special highlighting to result header columns for
	// the current day.
	HighlightToday bool `protobuf:"varint,4,opt,name=highlight_today,json=highlightToday,proto3" json:"highlight_today,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardResponse) Descriptor deprecated

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

Deprecated: Use GetDashboardResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardResponse) GetDefaultTab

func (x *GetDashboardResponse) GetDefaultTab() string

func (*GetDashboardResponse) GetHighlightToday

func (x *GetDashboardResponse) GetHighlightToday() bool

func (*GetDashboardResponse) GetNotifications

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

func (*GetDashboardResponse) GetSuppressFailingTabs

func (x *GetDashboardResponse) GetSuppressFailingTabs() bool

func (*GetDashboardResponse) ProtoMessage

func (*GetDashboardResponse) ProtoMessage()

func (*GetDashboardResponse) ProtoReflect added in v0.0.91

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

func (*GetDashboardResponse) Reset

func (x *GetDashboardResponse) Reset()

func (*GetDashboardResponse) String

func (x *GetDashboardResponse) String() string

type GetTabSummaryRequest added in v0.0.155

type GetTabSummaryRequest struct {

	// Scope defines the GCS bucket to read the results from.
	Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// Name of the dashboard to fetch tab summaries for.
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// Name of the particular tab to fetch the summary for.
	Tab string `protobuf:"bytes,3,opt,name=tab,proto3" json:"tab,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabSummaryRequest) Descriptor deprecated added in v0.0.155

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

Deprecated: Use GetTabSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetTabSummaryRequest) GetDashboard added in v0.0.155

func (x *GetTabSummaryRequest) GetDashboard() string

func (*GetTabSummaryRequest) GetScope added in v0.0.155

func (x *GetTabSummaryRequest) GetScope() string

func (*GetTabSummaryRequest) GetTab added in v0.0.155

func (x *GetTabSummaryRequest) GetTab() string

func (*GetTabSummaryRequest) ProtoMessage added in v0.0.155

func (*GetTabSummaryRequest) ProtoMessage()

func (*GetTabSummaryRequest) ProtoReflect added in v0.0.155

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

func (*GetTabSummaryRequest) Reset added in v0.0.155

func (x *GetTabSummaryRequest) Reset()

func (*GetTabSummaryRequest) String added in v0.0.155

func (x *GetTabSummaryRequest) String() string

type GetTabSummaryResponse added in v0.0.155

type GetTabSummaryResponse struct {

	//Summary for the tab
	TabSummary *TabSummary `protobuf:"bytes,1,opt,name=tab_summary,json=tabSummary,proto3" json:"tab_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTabSummaryResponse) Descriptor deprecated added in v0.0.155

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

Deprecated: Use GetTabSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetTabSummaryResponse) GetTabSummary added in v0.0.155

func (x *GetTabSummaryResponse) GetTabSummary() *TabSummary

func (*GetTabSummaryResponse) ProtoMessage added in v0.0.155

func (*GetTabSummaryResponse) ProtoMessage()

func (*GetTabSummaryResponse) ProtoReflect added in v0.0.155

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

func (*GetTabSummaryResponse) Reset added in v0.0.155

func (x *GetTabSummaryResponse) Reset()

func (*GetTabSummaryResponse) String added in v0.0.155

func (x *GetTabSummaryResponse) String() string

type ListDashboardGroupRequest added in v0.0.118

type ListDashboardGroupRequest struct {
	Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardGroupRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use ListDashboardGroupRequest.ProtoReflect.Descriptor instead.

func (*ListDashboardGroupRequest) GetScope added in v0.0.118

func (x *ListDashboardGroupRequest) GetScope() string

func (*ListDashboardGroupRequest) ProtoMessage added in v0.0.118

func (*ListDashboardGroupRequest) ProtoMessage()

func (*ListDashboardGroupRequest) ProtoReflect added in v0.0.118

func (*ListDashboardGroupRequest) Reset added in v0.0.118

func (x *ListDashboardGroupRequest) Reset()

func (*ListDashboardGroupRequest) String added in v0.0.118

func (x *ListDashboardGroupRequest) String() string

type ListDashboardGroupResponse

type ListDashboardGroupResponse struct {
	DashboardGroups []*Resource `protobuf:"bytes,1,rep,name=dashboard_groups,json=dashboardGroups,proto3" json:"dashboard_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardGroupResponse) Descriptor deprecated

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

Deprecated: Use ListDashboardGroupResponse.ProtoReflect.Descriptor instead.

func (*ListDashboardGroupResponse) GetDashboardGroups

func (x *ListDashboardGroupResponse) GetDashboardGroups() []*Resource

func (*ListDashboardGroupResponse) ProtoMessage

func (*ListDashboardGroupResponse) ProtoMessage()

func (*ListDashboardGroupResponse) ProtoReflect added in v0.0.91

func (*ListDashboardGroupResponse) Reset

func (x *ListDashboardGroupResponse) Reset()

func (*ListDashboardGroupResponse) String

func (x *ListDashboardGroupResponse) String() string

type ListDashboardRequest added in v0.0.118

type ListDashboardRequest struct {
	Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use ListDashboardRequest.ProtoReflect.Descriptor instead.

func (*ListDashboardRequest) GetScope added in v0.0.118

func (x *ListDashboardRequest) GetScope() string

func (*ListDashboardRequest) ProtoMessage added in v0.0.118

func (*ListDashboardRequest) ProtoMessage()

func (*ListDashboardRequest) ProtoReflect added in v0.0.118

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

func (*ListDashboardRequest) Reset added in v0.0.118

func (x *ListDashboardRequest) Reset()

func (*ListDashboardRequest) String added in v0.0.118

func (x *ListDashboardRequest) String() string

type ListDashboardResponse

type ListDashboardResponse struct {
	Dashboards []*Resource `protobuf:"bytes,1,rep,name=dashboards,proto3" json:"dashboards,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardResponse) Descriptor deprecated

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

Deprecated: Use ListDashboardResponse.ProtoReflect.Descriptor instead.

func (*ListDashboardResponse) GetDashboards

func (x *ListDashboardResponse) GetDashboards() []*Resource

func (*ListDashboardResponse) ProtoMessage

func (*ListDashboardResponse) ProtoMessage()

func (*ListDashboardResponse) ProtoReflect added in v0.0.91

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

func (*ListDashboardResponse) Reset

func (x *ListDashboardResponse) Reset()

func (*ListDashboardResponse) String

func (x *ListDashboardResponse) String() string

type ListDashboardTabsRequest added in v0.0.118

type ListDashboardTabsRequest struct {
	Scope     string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardTabsRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use ListDashboardTabsRequest.ProtoReflect.Descriptor instead.

func (*ListDashboardTabsRequest) GetDashboard added in v0.0.118

func (x *ListDashboardTabsRequest) GetDashboard() string

func (*ListDashboardTabsRequest) GetScope added in v0.0.118

func (x *ListDashboardTabsRequest) GetScope() string

func (*ListDashboardTabsRequest) ProtoMessage added in v0.0.118

func (*ListDashboardTabsRequest) ProtoMessage()

func (*ListDashboardTabsRequest) ProtoReflect added in v0.0.118

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

func (*ListDashboardTabsRequest) Reset added in v0.0.118

func (x *ListDashboardTabsRequest) Reset()

func (*ListDashboardTabsRequest) String added in v0.0.118

func (x *ListDashboardTabsRequest) String() string

type ListDashboardTabsResponse

type ListDashboardTabsResponse struct {
	DashboardTabs []*Resource `protobuf:"bytes,1,rep,name=dashboard_tabs,json=dashboardTabs,proto3" json:"dashboard_tabs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDashboardTabsResponse) Descriptor deprecated

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

Deprecated: Use ListDashboardTabsResponse.ProtoReflect.Descriptor instead.

func (*ListDashboardTabsResponse) GetDashboardTabs

func (x *ListDashboardTabsResponse) GetDashboardTabs() []*Resource

func (*ListDashboardTabsResponse) ProtoMessage

func (*ListDashboardTabsResponse) ProtoMessage()

func (*ListDashboardTabsResponse) ProtoReflect added in v0.0.91

func (*ListDashboardTabsResponse) Reset

func (x *ListDashboardTabsResponse) Reset()

func (*ListDashboardTabsResponse) String

func (x *ListDashboardTabsResponse) String() string

type ListHeadersRequest added in v0.0.118

type ListHeadersRequest struct {
	Scope     string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	Tab       string `protobuf:"bytes,3,opt,name=tab,proto3" json:"tab,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHeadersRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use ListHeadersRequest.ProtoReflect.Descriptor instead.

func (*ListHeadersRequest) GetDashboard added in v0.0.118

func (x *ListHeadersRequest) GetDashboard() string

func (*ListHeadersRequest) GetScope added in v0.0.118

func (x *ListHeadersRequest) GetScope() string

func (*ListHeadersRequest) GetTab added in v0.0.118

func (x *ListHeadersRequest) GetTab() string

func (*ListHeadersRequest) ProtoMessage added in v0.0.118

func (*ListHeadersRequest) ProtoMessage()

func (*ListHeadersRequest) ProtoReflect added in v0.0.118

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

func (*ListHeadersRequest) Reset added in v0.0.118

func (x *ListHeadersRequest) Reset()

func (*ListHeadersRequest) String added in v0.0.118

func (x *ListHeadersRequest) String() string

type ListHeadersResponse

type ListHeadersResponse struct {
	Headers []*ListHeadersResponse_Header `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHeadersResponse) Descriptor deprecated

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

Deprecated: Use ListHeadersResponse.ProtoReflect.Descriptor instead.

func (*ListHeadersResponse) GetHeaders

func (*ListHeadersResponse) ProtoMessage

func (*ListHeadersResponse) ProtoMessage()

func (*ListHeadersResponse) ProtoReflect added in v0.0.91

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

func (*ListHeadersResponse) Reset

func (x *ListHeadersResponse) Reset()

func (*ListHeadersResponse) String

func (x *ListHeadersResponse) String() string

type ListHeadersResponse_Header

type ListHeadersResponse_Header struct {

	// Unique instance of the job, typically BUILD_NUMBER from prow or a guid
	Build string `protobuf:"bytes,1,opt,name=build,proto3" json:"build,omitempty"`
	// Name associated with the column (such as the run/invocation ID). No two
	// columns should have the same build_id and name. The name field allows the
	// display of multiple columns with the same build_id.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// When the build started running
	Started *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=started,proto3" json:"started,omitempty"`
	// Additional custom headers like commit, image used, etc.
	Extra []string `protobuf:"bytes,4,rep,name=extra,proto3" json:"extra,omitempty"`
	// Custom hotlist ids.
	HotlistIds string `protobuf:"bytes,5,opt,name=hotlist_ids,json=hotlistIds,proto3" json:"hotlist_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListHeadersResponse_Header) Descriptor deprecated

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

Deprecated: Use ListHeadersResponse_Header.ProtoReflect.Descriptor instead.

func (*ListHeadersResponse_Header) GetBuild

func (x *ListHeadersResponse_Header) GetBuild() string

func (*ListHeadersResponse_Header) GetExtra

func (x *ListHeadersResponse_Header) GetExtra() []string

func (*ListHeadersResponse_Header) GetHotlistIds

func (x *ListHeadersResponse_Header) GetHotlistIds() string

func (*ListHeadersResponse_Header) GetName

func (x *ListHeadersResponse_Header) GetName() string

func (*ListHeadersResponse_Header) GetStarted

func (*ListHeadersResponse_Header) ProtoMessage

func (*ListHeadersResponse_Header) ProtoMessage()

func (*ListHeadersResponse_Header) ProtoReflect added in v0.0.91

func (*ListHeadersResponse_Header) Reset

func (x *ListHeadersResponse_Header) Reset()

func (*ListHeadersResponse_Header) String

func (x *ListHeadersResponse_Header) String() string

type ListRowsRequest added in v0.0.118

type ListRowsRequest struct {
	Scope     string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	Tab       string `protobuf:"bytes,3,opt,name=tab,proto3" json:"tab,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowsRequest) Descriptor deprecated added in v0.0.118

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

Deprecated: Use ListRowsRequest.ProtoReflect.Descriptor instead.

func (*ListRowsRequest) GetDashboard added in v0.0.118

func (x *ListRowsRequest) GetDashboard() string

func (*ListRowsRequest) GetScope added in v0.0.118

func (x *ListRowsRequest) GetScope() string

func (*ListRowsRequest) GetTab added in v0.0.118

func (x *ListRowsRequest) GetTab() string

func (*ListRowsRequest) ProtoMessage added in v0.0.118

func (*ListRowsRequest) ProtoMessage()

func (*ListRowsRequest) ProtoReflect added in v0.0.118

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

func (*ListRowsRequest) Reset added in v0.0.118

func (x *ListRowsRequest) Reset()

func (*ListRowsRequest) String added in v0.0.118

func (x *ListRowsRequest) String() string

type ListRowsResponse

type ListRowsResponse struct {
	Rows []*ListRowsResponse_Row `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowsResponse) Descriptor deprecated

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

Deprecated: Use ListRowsResponse.ProtoReflect.Descriptor instead.

func (*ListRowsResponse) GetRows

func (x *ListRowsResponse) GetRows() []*ListRowsResponse_Row

func (*ListRowsResponse) ProtoMessage

func (*ListRowsResponse) ProtoMessage()

func (*ListRowsResponse) ProtoReflect added in v0.0.91

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

func (*ListRowsResponse) Reset

func (x *ListRowsResponse) Reset()

func (*ListRowsResponse) String

func (x *ListRowsResponse) String() string

type ListRowsResponse_Cell

type ListRowsResponse_Cell struct {
	Result  int32  `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	CellId  string `protobuf:"bytes,2,opt,name=cell_id,json=cellId,proto3" json:"cell_id,omitempty"`
	Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	Icon    string `protobuf:"bytes,4,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowsResponse_Cell) Descriptor deprecated

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

Deprecated: Use ListRowsResponse_Cell.ProtoReflect.Descriptor instead.

func (*ListRowsResponse_Cell) GetCellId

func (x *ListRowsResponse_Cell) GetCellId() string

func (*ListRowsResponse_Cell) GetIcon

func (x *ListRowsResponse_Cell) GetIcon() string

func (*ListRowsResponse_Cell) GetMessage

func (x *ListRowsResponse_Cell) GetMessage() string

func (*ListRowsResponse_Cell) GetResult

func (x *ListRowsResponse_Cell) GetResult() int32

func (*ListRowsResponse_Cell) ProtoMessage

func (*ListRowsResponse_Cell) ProtoMessage()

func (*ListRowsResponse_Cell) ProtoReflect added in v0.0.91

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

func (*ListRowsResponse_Cell) Reset

func (x *ListRowsResponse_Cell) Reset()

func (*ListRowsResponse_Cell) String

func (x *ListRowsResponse_Cell) String() string

type ListRowsResponse_Row

type ListRowsResponse_Row struct {

	// Display name of the test case
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Historical results of the test case. Unencoded.
	Cells []*ListRowsResponse_Cell `protobuf:"bytes,2,rep,name=cells,proto3" json:"cells,omitempty"`
	// Issue or Bug IDs associated with the test case
	Issues []string `protobuf:"bytes,3,rep,name=issues,proto3" json:"issues,omitempty"`
	// Alert associated with the test case
	Alert *state.AlertInfo `protobuf:"bytes,4,opt,name=alert,proto3" json:"alert,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRowsResponse_Row) Descriptor deprecated

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

Deprecated: Use ListRowsResponse_Row.ProtoReflect.Descriptor instead.

func (*ListRowsResponse_Row) GetAlert

func (x *ListRowsResponse_Row) GetAlert() *state.AlertInfo

func (*ListRowsResponse_Row) GetCells

func (*ListRowsResponse_Row) GetIssues

func (x *ListRowsResponse_Row) GetIssues() []string

func (*ListRowsResponse_Row) GetName

func (x *ListRowsResponse_Row) GetName() string

func (*ListRowsResponse_Row) ProtoMessage

func (*ListRowsResponse_Row) ProtoMessage()

func (*ListRowsResponse_Row) ProtoReflect added in v0.0.91

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

func (*ListRowsResponse_Row) Reset

func (x *ListRowsResponse_Row) Reset()

func (*ListRowsResponse_Row) String

func (x *ListRowsResponse_Row) String() string

type ListTabSummariesRequest added in v0.0.155

type ListTabSummariesRequest struct {

	// Scope defines the GCS bucket to read the results from.
	Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
	// Name of the dashboard to fetch tab summaries for.
	Dashboard string `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabSummariesRequest) Descriptor deprecated added in v0.0.155

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

Deprecated: Use ListTabSummariesRequest.ProtoReflect.Descriptor instead.

func (*ListTabSummariesRequest) GetDashboard added in v0.0.155

func (x *ListTabSummariesRequest) GetDashboard() string

func (*ListTabSummariesRequest) GetScope added in v0.0.155

func (x *ListTabSummariesRequest) GetScope() string

func (*ListTabSummariesRequest) ProtoMessage added in v0.0.155

func (*ListTabSummariesRequest) ProtoMessage()

func (*ListTabSummariesRequest) ProtoReflect added in v0.0.155

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

func (*ListTabSummariesRequest) Reset added in v0.0.155

func (x *ListTabSummariesRequest) Reset()

func (*ListTabSummariesRequest) String added in v0.0.155

func (x *ListTabSummariesRequest) String() string

type ListTabSummariesResponse added in v0.0.155

type ListTabSummariesResponse struct {

	// List of tab summaries.
	TabSummaries []*TabSummary `protobuf:"bytes,1,rep,name=tab_summaries,json=tabSummaries,proto3" json:"tab_summaries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTabSummariesResponse) Descriptor deprecated added in v0.0.155

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

Deprecated: Use ListTabSummariesResponse.ProtoReflect.Descriptor instead.

func (*ListTabSummariesResponse) GetTabSummaries added in v0.0.155

func (x *ListTabSummariesResponse) GetTabSummaries() []*TabSummary

func (*ListTabSummariesResponse) ProtoMessage added in v0.0.155

func (*ListTabSummariesResponse) ProtoMessage()

func (*ListTabSummariesResponse) ProtoReflect added in v0.0.155

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

func (*ListTabSummariesResponse) Reset added in v0.0.155

func (x *ListTabSummariesResponse) Reset()

func (*ListTabSummariesResponse) String added in v0.0.155

func (x *ListTabSummariesResponse) String() string

type Resource

type Resource struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Link string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	// contains filtered or unexported fields
}

A Resource is a REST resource, often returned by a LIST command It includes the name of the resource and a link to the resource

func (*Resource) Descriptor deprecated

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (x *Resource) GetLink() string

func (*Resource) GetName

func (x *Resource) GetName() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect added in v0.0.91

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

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

type TabSummary added in v0.0.155

type TabSummary struct {

	// The name of the dashboard this tab belongs to.
	DashboardName string `protobuf:"bytes,1,opt,name=dashboard_name,json=dashboardName,proto3" json:"dashboard_name,omitempty"`
	// The name of the tab.
	TabName string `protobuf:"bytes,2,opt,name=tab_name,json=tabName,proto3" json:"tab_name,omitempty"`
	// Overall status for the dashboard tab (e.g. PASSING, FAILING, etc.)
	OverallStatus string `protobuf:"bytes,3,opt,name=overall_status,json=overallStatus,proto3" json:"overall_status,omitempty"`
	// Summary of the status for this dashboard tab.
	DetailedStatusMessage string `` /* 126-byte string literal not displayed */
	// Timestamp at which tests last ran.
	LastRunTimestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_run_timestamp,json=lastRunTimestamp,proto3" json:"last_run_timestamp,omitempty"`
	// Timestamp at which the test group was last updated.
	LastUpdateTimestamp *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=last_update_timestamp,json=lastUpdateTimestamp,proto3" json:"last_update_timestamp,omitempty"`
	// The ID for the latest passing build.
	LatestPassingBuild string `protobuf:"bytes,7,opt,name=latest_passing_build,json=latestPassingBuild,proto3" json:"latest_passing_build,omitempty"`
	// contains filtered or unexported fields
}

func (*TabSummary) Descriptor deprecated added in v0.0.155

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

Deprecated: Use TabSummary.ProtoReflect.Descriptor instead.

func (*TabSummary) GetDashboardName added in v0.0.155

func (x *TabSummary) GetDashboardName() string

func (*TabSummary) GetDetailedStatusMessage added in v0.0.155

func (x *TabSummary) GetDetailedStatusMessage() string

func (*TabSummary) GetLastRunTimestamp added in v0.0.155

func (x *TabSummary) GetLastRunTimestamp() *timestamppb.Timestamp

func (*TabSummary) GetLastUpdateTimestamp added in v0.0.155

func (x *TabSummary) GetLastUpdateTimestamp() *timestamppb.Timestamp

func (*TabSummary) GetLatestPassingBuild added in v0.0.155

func (x *TabSummary) GetLatestPassingBuild() string

func (*TabSummary) GetOverallStatus added in v0.0.155

func (x *TabSummary) GetOverallStatus() string

func (*TabSummary) GetTabName added in v0.0.155

func (x *TabSummary) GetTabName() string

func (*TabSummary) ProtoMessage added in v0.0.155

func (*TabSummary) ProtoMessage()

func (*TabSummary) ProtoReflect added in v0.0.155

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

func (*TabSummary) Reset added in v0.0.155

func (x *TabSummary) Reset()

func (*TabSummary) String added in v0.0.155

func (x *TabSummary) String() string

type TestGridDataClient added in v0.0.118

type TestGridDataClient interface {
	// GET /dashboards
	// Lists dashboard names
	ListDashboard(ctx context.Context, in *ListDashboardRequest, opts ...grpc.CallOption) (*ListDashboardResponse, error)
	// GET /dashboard-groups
	// Lists the dashboard group names
	ListDashboardGroup(ctx context.Context, in *ListDashboardGroupRequest, opts ...grpc.CallOption) (*ListDashboardGroupResponse, error)
	// GET /dashboards/{dashboard}/tabs
	// Lists the dashboard tab names
	ListDashboardTabs(ctx context.Context, in *ListDashboardTabsRequest, opts ...grpc.CallOption) (*ListDashboardTabsResponse, error)
	// GET /dashboards/{dashboard}
	// Returns a Dashboard config's metadata
	// Excludes subtabs, accessed through the /tabs list method instead
	GetDashboard(ctx context.Context, in *GetDashboardRequest, opts ...grpc.CallOption) (*GetDashboardResponse, error)
	// GET /dashboard-groups/{dashboard-group}
	// Lists the dashboard names in that group
	GetDashboardGroup(ctx context.Context, in *GetDashboardGroupRequest, opts ...grpc.CallOption) (*GetDashboardGroupResponse, error)
	// GET /dashboards/{dashboard}/tabs/{tab}/headers
	// Returns the headers for grid results
	ListHeaders(ctx context.Context, in *ListHeadersRequest, opts ...grpc.CallOption) (*ListHeadersResponse, error)
	// GET /dashboards/{dashboard}/tabs/{tab}/rows
	// Returns information on grid rows, and data within those rows
	ListRows(ctx context.Context, in *ListRowsRequest, opts ...grpc.CallOption) (*ListRowsResponse, error)
	// GET /dashboards/{dashboard}/tab-summaries
	// Returns the list of tab summaries for dashboard.
	ListTabSummaries(ctx context.Context, in *ListTabSummariesRequest, opts ...grpc.CallOption) (*ListTabSummariesResponse, error)
	// GET /dashboards/{dashboard}/tab-summaries/{tab}
	GetTabSummary(ctx context.Context, in *GetTabSummaryRequest, opts ...grpc.CallOption) (*GetTabSummaryResponse, error)
}

TestGridDataClient is the client API for TestGridData service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTestGridDataClient added in v0.0.118

func NewTestGridDataClient(cc grpc.ClientConnInterface) TestGridDataClient

type TestGridDataServer added in v0.0.118

type TestGridDataServer interface {
	// GET /dashboards
	// Lists dashboard names
	ListDashboard(context.Context, *ListDashboardRequest) (*ListDashboardResponse, error)
	// GET /dashboard-groups
	// Lists the dashboard group names
	ListDashboardGroup(context.Context, *ListDashboardGroupRequest) (*ListDashboardGroupResponse, error)
	// GET /dashboards/{dashboard}/tabs
	// Lists the dashboard tab names
	ListDashboardTabs(context.Context, *ListDashboardTabsRequest) (*ListDashboardTabsResponse, error)
	// GET /dashboards/{dashboard}
	// Returns a Dashboard config's metadata
	// Excludes subtabs, accessed through the /tabs list method instead
	GetDashboard(context.Context, *GetDashboardRequest) (*GetDashboardResponse, error)
	// GET /dashboard-groups/{dashboard-group}
	// Lists the dashboard names in that group
	GetDashboardGroup(context.Context, *GetDashboardGroupRequest) (*GetDashboardGroupResponse, error)
	// GET /dashboards/{dashboard}/tabs/{tab}/headers
	// Returns the headers for grid results
	ListHeaders(context.Context, *ListHeadersRequest) (*ListHeadersResponse, error)
	// GET /dashboards/{dashboard}/tabs/{tab}/rows
	// Returns information on grid rows, and data within those rows
	ListRows(context.Context, *ListRowsRequest) (*ListRowsResponse, error)
	// GET /dashboards/{dashboard}/tab-summaries
	// Returns the list of tab summaries for dashboard.
	ListTabSummaries(context.Context, *ListTabSummariesRequest) (*ListTabSummariesResponse, error)
	// GET /dashboards/{dashboard}/tab-summaries/{tab}
	GetTabSummary(context.Context, *GetTabSummaryRequest) (*GetTabSummaryResponse, error)
}

TestGridDataServer is the server API for TestGridData service.

type UnimplementedTestGridDataServer added in v0.0.118

type UnimplementedTestGridDataServer struct {
}

UnimplementedTestGridDataServer can be embedded to have forward compatible implementations.

func (*UnimplementedTestGridDataServer) GetDashboard added in v0.0.118

func (*UnimplementedTestGridDataServer) GetDashboardGroup added in v0.0.118

func (*UnimplementedTestGridDataServer) GetTabSummary added in v0.0.155

func (*UnimplementedTestGridDataServer) ListDashboard added in v0.0.118

func (*UnimplementedTestGridDataServer) ListDashboardGroup added in v0.0.118

func (*UnimplementedTestGridDataServer) ListDashboardTabs added in v0.0.118

func (*UnimplementedTestGridDataServer) ListHeaders added in v0.0.118

func (*UnimplementedTestGridDataServer) ListRows added in v0.0.118

func (*UnimplementedTestGridDataServer) ListTabSummaries added in v0.0.155

Jump to

Keyboard shortcuts

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