buildeventstream

package
v1.509.25 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TestSize_name = map[int32]string{
		0: "UNKNOWN",
		1: "SMALL",
		2: "MEDIUM",
		3: "LARGE",
		4: "ENORMOUS",
	}
	TestSize_value = map[string]int32{
		"UNKNOWN":  0,
		"SMALL":    1,
		"MEDIUM":   2,
		"LARGE":    3,
		"ENORMOUS": 4,
	}
)

Enum value maps for TestSize.

View Source
var (
	TestStatus_name = map[int32]string{
		0: "NO_STATUS",
		1: "PASSED",
		2: "FLAKY",
		3: "TIMEOUT",
		4: "FAILED",
		5: "INCOMPLETE",
		6: "REMOTE_FAILURE",
		7: "FAILED_TO_BUILD",
		8: "TOOL_HALTED_BEFORE_TESTING",
	}
	TestStatus_value = map[string]int32{
		"NO_STATUS":                  0,
		"PASSED":                     1,
		"FLAKY":                      2,
		"TIMEOUT":                    3,
		"FAILED":                     4,
		"INCOMPLETE":                 5,
		"REMOTE_FAILURE":             6,
		"FAILED_TO_BUILD":            7,
		"TOOL_HALTED_BEFORE_TESTING": 8,
	}
)

Enum value maps for TestStatus.

View Source
var (
	Aborted_AbortReason_name = map[int32]string{
		0:  "UNKNOWN",
		1:  "USER_INTERRUPTED",
		8:  "NO_ANALYZE",
		9:  "NO_BUILD",
		2:  "TIME_OUT",
		3:  "REMOTE_ENVIRONMENT_FAILURE",
		4:  "INTERNAL",
		5:  "LOADING_FAILURE",
		6:  "ANALYSIS_FAILURE",
		7:  "SKIPPED",
		10: "INCOMPLETE",
		11: "OUT_OF_MEMORY",
	}
	Aborted_AbortReason_value = map[string]int32{
		"UNKNOWN":                    0,
		"USER_INTERRUPTED":           1,
		"NO_ANALYZE":                 8,
		"NO_BUILD":                   9,
		"TIME_OUT":                   2,
		"REMOTE_ENVIRONMENT_FAILURE": 3,
		"INTERNAL":                   4,
		"LOADING_FAILURE":            5,
		"ANALYSIS_FAILURE":           6,
		"SKIPPED":                    7,
		"INCOMPLETE":                 10,
		"OUT_OF_MEMORY":              11,
	}
)

Enum value maps for Aborted_AbortReason.

View Source
var (
	BuildMetrics_WorkerMetrics_WorkerStatus_name = map[int32]string{
		0: "NOT_STARTED",
		1: "ALIVE",
		2: "KILLED_DUE_TO_MEMORY_PRESSURE",
		3: "KILLED_UNKNOWN",
		4: "KILLED_DUE_TO_INTERRUPTED_EXCEPTION",
		5: "KILLED_DUE_TO_IO_EXCEPTION",
		6: "KILLED_DUE_TO_USER_EXEC_EXCEPTION",
	}
	BuildMetrics_WorkerMetrics_WorkerStatus_value = map[string]int32{
		"NOT_STARTED":                         0,
		"ALIVE":                               1,
		"KILLED_DUE_TO_MEMORY_PRESSURE":       2,
		"KILLED_UNKNOWN":                      3,
		"KILLED_DUE_TO_INTERRUPTED_EXCEPTION": 4,
		"KILLED_DUE_TO_IO_EXCEPTION":          5,
		"KILLED_DUE_TO_USER_EXEC_EXCEPTION":   6,
	}
)

Enum value maps for BuildMetrics_WorkerMetrics_WorkerStatus.

View Source
var (
	ConvenienceSymlink_Action_name = map[int32]string{
		0: "UNKNOWN",
		1: "CREATE",
		2: "DELETE",
	}
	ConvenienceSymlink_Action_value = map[string]int32{
		"UNKNOWN": 0,
		"CREATE":  1,
		"DELETE":  2,
	}
)

Enum value maps for ConvenienceSymlink_Action.

View Source
var File_bazel_buildeventstream_build_event_stream_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Aborted

type Aborted struct {
	Reason      Aborted_AbortReason `protobuf:"varint,1,opt,name=reason,proto3,enum=build_event_stream.Aborted_AbortReason" json:"reason,omitempty"`
	Description string              `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Aborted) Descriptor deprecated

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

Deprecated: Use Aborted.ProtoReflect.Descriptor instead.

func (*Aborted) GetDescription

func (x *Aborted) GetDescription() string

func (*Aborted) GetReason

func (x *Aborted) GetReason() Aborted_AbortReason

func (*Aborted) ProtoMessage

func (*Aborted) ProtoMessage()

func (*Aborted) ProtoReflect

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

func (*Aborted) Reset

func (x *Aborted) Reset()

func (*Aborted) String

func (x *Aborted) String() string

type Aborted_AbortReason

type Aborted_AbortReason int32
const (
	Aborted_UNKNOWN                    Aborted_AbortReason = 0
	Aborted_USER_INTERRUPTED           Aborted_AbortReason = 1
	Aborted_NO_ANALYZE                 Aborted_AbortReason = 8
	Aborted_NO_BUILD                   Aborted_AbortReason = 9
	Aborted_TIME_OUT                   Aborted_AbortReason = 2
	Aborted_REMOTE_ENVIRONMENT_FAILURE Aborted_AbortReason = 3
	Aborted_INTERNAL                   Aborted_AbortReason = 4
	Aborted_LOADING_FAILURE            Aborted_AbortReason = 5
	Aborted_ANALYSIS_FAILURE           Aborted_AbortReason = 6
	Aborted_SKIPPED                    Aborted_AbortReason = 7
	Aborted_INCOMPLETE                 Aborted_AbortReason = 10
	Aborted_OUT_OF_MEMORY              Aborted_AbortReason = 11
)

func (Aborted_AbortReason) Descriptor

func (Aborted_AbortReason) Enum

func (Aborted_AbortReason) EnumDescriptor deprecated

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

Deprecated: Use Aborted_AbortReason.Descriptor instead.

func (Aborted_AbortReason) Number

func (Aborted_AbortReason) String

func (x Aborted_AbortReason) String() string

func (Aborted_AbortReason) Type

type ActionExecuted

type ActionExecuted struct {
	Success  bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Type     string `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	ExitCode int32  `protobuf:"varint,2,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Stdout   *File  `protobuf:"bytes,3,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr   *File  `protobuf:"bytes,4,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	Label string `protobuf:"bytes,5,opt,name=label,proto3" json:"label,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	Configuration      *BuildEventId_ConfigurationId  `protobuf:"bytes,7,opt,name=configuration,proto3" json:"configuration,omitempty"`
	PrimaryOutput      *File                          `protobuf:"bytes,6,opt,name=primary_output,json=primaryOutput,proto3" json:"primary_output,omitempty"`
	CommandLine        []string                       `protobuf:"bytes,9,rep,name=command_line,json=commandLine,proto3" json:"command_line,omitempty"`
	ActionMetadataLogs []*File                        `protobuf:"bytes,10,rep,name=action_metadata_logs,json=actionMetadataLogs,proto3" json:"action_metadata_logs,omitempty"`
	FailureDetail      *failure_details.FailureDetail `protobuf:"bytes,11,opt,name=failure_detail,json=failureDetail,proto3" json:"failure_detail,omitempty"`
	StartTime          *timestamppb.Timestamp         `protobuf:"bytes,12,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime            *timestamppb.Timestamp         `protobuf:"bytes,13,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	StrategyDetails    []*anypb.Any                   `protobuf:"bytes,14,rep,name=strategy_details,json=strategyDetails,proto3" json:"strategy_details,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionExecuted) Descriptor deprecated

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

Deprecated: Use ActionExecuted.ProtoReflect.Descriptor instead.

func (*ActionExecuted) GetActionMetadataLogs

func (x *ActionExecuted) GetActionMetadataLogs() []*File

func (*ActionExecuted) GetCommandLine

func (x *ActionExecuted) GetCommandLine() []string

func (*ActionExecuted) GetConfiguration deprecated

func (x *ActionExecuted) GetConfiguration() *BuildEventId_ConfigurationId

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*ActionExecuted) GetEndTime added in v1.509.7

func (x *ActionExecuted) GetEndTime() *timestamppb.Timestamp

func (*ActionExecuted) GetExitCode

func (x *ActionExecuted) GetExitCode() int32

func (*ActionExecuted) GetFailureDetail

func (x *ActionExecuted) GetFailureDetail() *failure_details.FailureDetail

func (*ActionExecuted) GetLabel deprecated

func (x *ActionExecuted) GetLabel() string

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*ActionExecuted) GetPrimaryOutput

func (x *ActionExecuted) GetPrimaryOutput() *File

func (*ActionExecuted) GetStartTime added in v1.509.7

func (x *ActionExecuted) GetStartTime() *timestamppb.Timestamp

func (*ActionExecuted) GetStderr

func (x *ActionExecuted) GetStderr() *File

func (*ActionExecuted) GetStdout

func (x *ActionExecuted) GetStdout() *File

func (*ActionExecuted) GetStrategyDetails added in v1.509.7

func (x *ActionExecuted) GetStrategyDetails() []*anypb.Any

func (*ActionExecuted) GetSuccess

func (x *ActionExecuted) GetSuccess() bool

func (*ActionExecuted) GetType

func (x *ActionExecuted) GetType() string

func (*ActionExecuted) ProtoMessage

func (*ActionExecuted) ProtoMessage()

func (*ActionExecuted) ProtoReflect

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

func (*ActionExecuted) Reset

func (x *ActionExecuted) Reset()

func (*ActionExecuted) String

func (x *ActionExecuted) String() string

type BuildEvent

type BuildEvent struct {
	Id          *BuildEventId   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Children    []*BuildEventId `protobuf:"bytes,2,rep,name=children,proto3" json:"children,omitempty"`
	LastMessage bool            `protobuf:"varint,20,opt,name=last_message,json=lastMessage,proto3" json:"last_message,omitempty"`
	// Types that are assignable to Payload:
	//
	//	*BuildEvent_Progress
	//	*BuildEvent_Aborted
	//	*BuildEvent_Started
	//	*BuildEvent_UnstructuredCommandLine
	//	*BuildEvent_StructuredCommandLine
	//	*BuildEvent_OptionsParsed
	//	*BuildEvent_WorkspaceStatus
	//	*BuildEvent_Fetch
	//	*BuildEvent_Configuration
	//	*BuildEvent_Expanded
	//	*BuildEvent_Configured
	//	*BuildEvent_Action
	//	*BuildEvent_NamedSetOfFiles
	//	*BuildEvent_Completed
	//	*BuildEvent_TestResult
	//	*BuildEvent_TestProgress
	//	*BuildEvent_TestSummary
	//	*BuildEvent_TargetSummary
	//	*BuildEvent_Finished
	//	*BuildEvent_BuildToolLogs
	//	*BuildEvent_BuildMetrics
	//	*BuildEvent_WorkspaceInfo
	//	*BuildEvent_BuildMetadata
	//	*BuildEvent_ConvenienceSymlinksIdentified
	//	*BuildEvent_ExecRequest
	Payload isBuildEvent_Payload `protobuf_oneof:"payload"`
	// contains filtered or unexported fields
}

func (*BuildEvent) Descriptor deprecated

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

Deprecated: Use BuildEvent.ProtoReflect.Descriptor instead.

func (*BuildEvent) GetAborted

func (x *BuildEvent) GetAborted() *Aborted

func (*BuildEvent) GetAction

func (x *BuildEvent) GetAction() *ActionExecuted

func (*BuildEvent) GetBuildMetadata

func (x *BuildEvent) GetBuildMetadata() *BuildMetadata

func (*BuildEvent) GetBuildMetrics

func (x *BuildEvent) GetBuildMetrics() *BuildMetrics

func (*BuildEvent) GetBuildToolLogs

func (x *BuildEvent) GetBuildToolLogs() *BuildToolLogs

func (*BuildEvent) GetChildren

func (x *BuildEvent) GetChildren() []*BuildEventId

func (*BuildEvent) GetCompleted

func (x *BuildEvent) GetCompleted() *TargetComplete

func (*BuildEvent) GetConfiguration

func (x *BuildEvent) GetConfiguration() *Configuration

func (*BuildEvent) GetConfigured

func (x *BuildEvent) GetConfigured() *TargetConfigured

func (*BuildEvent) GetConvenienceSymlinksIdentified

func (x *BuildEvent) GetConvenienceSymlinksIdentified() *ConvenienceSymlinksIdentified

func (*BuildEvent) GetExecRequest added in v1.509.7

func (x *BuildEvent) GetExecRequest() *ExecRequestConstructed

func (*BuildEvent) GetExpanded

func (x *BuildEvent) GetExpanded() *PatternExpanded

func (*BuildEvent) GetFetch

func (x *BuildEvent) GetFetch() *Fetch

func (*BuildEvent) GetFinished

func (x *BuildEvent) GetFinished() *BuildFinished

func (*BuildEvent) GetId

func (x *BuildEvent) GetId() *BuildEventId

func (*BuildEvent) GetLastMessage

func (x *BuildEvent) GetLastMessage() bool

func (*BuildEvent) GetNamedSetOfFiles

func (x *BuildEvent) GetNamedSetOfFiles() *NamedSetOfFiles

func (*BuildEvent) GetOptionsParsed

func (x *BuildEvent) GetOptionsParsed() *OptionsParsed

func (*BuildEvent) GetPayload

func (m *BuildEvent) GetPayload() isBuildEvent_Payload

func (*BuildEvent) GetProgress

func (x *BuildEvent) GetProgress() *Progress

func (*BuildEvent) GetStarted

func (x *BuildEvent) GetStarted() *BuildStarted

func (*BuildEvent) GetStructuredCommandLine

func (x *BuildEvent) GetStructuredCommandLine() *command_line.CommandLine

func (*BuildEvent) GetTargetSummary added in v1.509.7

func (x *BuildEvent) GetTargetSummary() *TargetSummary

func (*BuildEvent) GetTestProgress added in v1.509.7

func (x *BuildEvent) GetTestProgress() *TestProgress

func (*BuildEvent) GetTestResult

func (x *BuildEvent) GetTestResult() *TestResult

func (*BuildEvent) GetTestSummary

func (x *BuildEvent) GetTestSummary() *TestSummary

func (*BuildEvent) GetUnstructuredCommandLine

func (x *BuildEvent) GetUnstructuredCommandLine() *UnstructuredCommandLine

func (*BuildEvent) GetWorkspaceInfo

func (x *BuildEvent) GetWorkspaceInfo() *WorkspaceConfig

func (*BuildEvent) GetWorkspaceStatus

func (x *BuildEvent) GetWorkspaceStatus() *WorkspaceStatus

func (*BuildEvent) ProtoMessage

func (*BuildEvent) ProtoMessage()

func (*BuildEvent) ProtoReflect

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

func (*BuildEvent) Reset

func (x *BuildEvent) Reset()

func (*BuildEvent) String

func (x *BuildEvent) String() string

type BuildEventId

type BuildEventId struct {

	// Types that are assignable to Id:
	//
	//	*BuildEventId_Unknown
	//	*BuildEventId_Progress
	//	*BuildEventId_Started
	//	*BuildEventId_UnstructuredCommandLine
	//	*BuildEventId_StructuredCommandLine
	//	*BuildEventId_WorkspaceStatus
	//	*BuildEventId_OptionsParsed
	//	*BuildEventId_Fetch
	//	*BuildEventId_Configuration
	//	*BuildEventId_TargetConfigured
	//	*BuildEventId_Pattern
	//	*BuildEventId_PatternSkipped
	//	*BuildEventId_NamedSet
	//	*BuildEventId_TargetCompleted
	//	*BuildEventId_ActionCompleted
	//	*BuildEventId_UnconfiguredLabel
	//	*BuildEventId_ConfiguredLabel
	//	*BuildEventId_TestResult
	//	*BuildEventId_TestProgress
	//	*BuildEventId_TestSummary
	//	*BuildEventId_TargetSummary
	//	*BuildEventId_BuildFinished
	//	*BuildEventId_BuildToolLogs
	//	*BuildEventId_BuildMetrics
	//	*BuildEventId_Workspace
	//	*BuildEventId_BuildMetadata
	//	*BuildEventId_ConvenienceSymlinksIdentified
	//	*BuildEventId_CoverageActionsFinished
	//	*BuildEventId_ExecRequest
	Id isBuildEventId_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

func (*BuildEventId) Descriptor deprecated

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

Deprecated: Use BuildEventId.ProtoReflect.Descriptor instead.

func (*BuildEventId) GetActionCompleted

func (x *BuildEventId) GetActionCompleted() *BuildEventId_ActionCompletedId

func (*BuildEventId) GetBuildFinished

func (x *BuildEventId) GetBuildFinished() *BuildEventId_BuildFinishedId

func (*BuildEventId) GetBuildMetadata

func (x *BuildEventId) GetBuildMetadata() *BuildEventId_BuildMetadataId

func (*BuildEventId) GetBuildMetrics

func (x *BuildEventId) GetBuildMetrics() *BuildEventId_BuildMetricsId

func (*BuildEventId) GetBuildToolLogs

func (x *BuildEventId) GetBuildToolLogs() *BuildEventId_BuildToolLogsId

func (*BuildEventId) GetConfiguration

func (x *BuildEventId) GetConfiguration() *BuildEventId_ConfigurationId

func (*BuildEventId) GetConfiguredLabel

func (x *BuildEventId) GetConfiguredLabel() *BuildEventId_ConfiguredLabelId

func (*BuildEventId) GetConvenienceSymlinksIdentified

func (x *BuildEventId) GetConvenienceSymlinksIdentified() *BuildEventId_ConvenienceSymlinksIdentifiedId

func (*BuildEventId) GetCoverageActionsFinished added in v1.509.7

func (x *BuildEventId) GetCoverageActionsFinished() *BuildEventId_CoverageActionsFinishedId

func (*BuildEventId) GetExecRequest added in v1.509.7

func (x *BuildEventId) GetExecRequest() *BuildEventId_ExecRequestId

func (*BuildEventId) GetFetch

func (x *BuildEventId) GetFetch() *BuildEventId_FetchId

func (*BuildEventId) GetId

func (m *BuildEventId) GetId() isBuildEventId_Id

func (*BuildEventId) GetNamedSet

func (x *BuildEventId) GetNamedSet() *BuildEventId_NamedSetOfFilesId

func (*BuildEventId) GetOptionsParsed

func (x *BuildEventId) GetOptionsParsed() *BuildEventId_OptionsParsedId

func (*BuildEventId) GetPattern

func (*BuildEventId) GetPatternSkipped

func (x *BuildEventId) GetPatternSkipped() *BuildEventId_PatternExpandedId

func (*BuildEventId) GetProgress

func (x *BuildEventId) GetProgress() *BuildEventId_ProgressId

func (*BuildEventId) GetStarted

func (x *BuildEventId) GetStarted() *BuildEventId_BuildStartedId

func (*BuildEventId) GetStructuredCommandLine

func (x *BuildEventId) GetStructuredCommandLine() *BuildEventId_StructuredCommandLineId

func (*BuildEventId) GetTargetCompleted

func (x *BuildEventId) GetTargetCompleted() *BuildEventId_TargetCompletedId

func (*BuildEventId) GetTargetConfigured

func (x *BuildEventId) GetTargetConfigured() *BuildEventId_TargetConfiguredId

func (*BuildEventId) GetTargetSummary added in v1.509.7

func (x *BuildEventId) GetTargetSummary() *BuildEventId_TargetSummaryId

func (*BuildEventId) GetTestProgress added in v1.509.7

func (x *BuildEventId) GetTestProgress() *BuildEventId_TestProgressId

func (*BuildEventId) GetTestResult

func (x *BuildEventId) GetTestResult() *BuildEventId_TestResultId

func (*BuildEventId) GetTestSummary

func (x *BuildEventId) GetTestSummary() *BuildEventId_TestSummaryId

func (*BuildEventId) GetUnconfiguredLabel

func (x *BuildEventId) GetUnconfiguredLabel() *BuildEventId_UnconfiguredLabelId

func (*BuildEventId) GetUnknown

func (*BuildEventId) GetUnstructuredCommandLine

func (x *BuildEventId) GetUnstructuredCommandLine() *BuildEventId_UnstructuredCommandLineId

func (*BuildEventId) GetWorkspace

func (x *BuildEventId) GetWorkspace() *BuildEventId_WorkspaceConfigId

func (*BuildEventId) GetWorkspaceStatus

func (x *BuildEventId) GetWorkspaceStatus() *BuildEventId_WorkspaceStatusId

func (*BuildEventId) ProtoMessage

func (*BuildEventId) ProtoMessage()

func (*BuildEventId) ProtoReflect

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

func (*BuildEventId) Reset

func (x *BuildEventId) Reset()

func (*BuildEventId) String

func (x *BuildEventId) String() string

type BuildEventId_ActionCompleted

type BuildEventId_ActionCompleted struct {
	ActionCompleted *BuildEventId_ActionCompletedId `protobuf:"bytes,6,opt,name=action_completed,json=actionCompleted,proto3,oneof"`
}

type BuildEventId_ActionCompletedId

type BuildEventId_ActionCompletedId struct {
	PrimaryOutput string                        `protobuf:"bytes,1,opt,name=primary_output,json=primaryOutput,proto3" json:"primary_output,omitempty"`
	Label         string                        `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,3,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_ActionCompletedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_ActionCompletedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ActionCompletedId) GetConfiguration

func (*BuildEventId_ActionCompletedId) GetLabel

func (x *BuildEventId_ActionCompletedId) GetLabel() string

func (*BuildEventId_ActionCompletedId) GetPrimaryOutput

func (x *BuildEventId_ActionCompletedId) GetPrimaryOutput() string

func (*BuildEventId_ActionCompletedId) ProtoMessage

func (*BuildEventId_ActionCompletedId) ProtoMessage()

func (*BuildEventId_ActionCompletedId) ProtoReflect

func (*BuildEventId_ActionCompletedId) Reset

func (x *BuildEventId_ActionCompletedId) Reset()

func (*BuildEventId_ActionCompletedId) String

type BuildEventId_BuildFinished

type BuildEventId_BuildFinished struct {
	BuildFinished *BuildEventId_BuildFinishedId `protobuf:"bytes,9,opt,name=build_finished,json=buildFinished,proto3,oneof"`
}

type BuildEventId_BuildFinishedId

type BuildEventId_BuildFinishedId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_BuildFinishedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_BuildFinishedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_BuildFinishedId) ProtoMessage

func (*BuildEventId_BuildFinishedId) ProtoMessage()

func (*BuildEventId_BuildFinishedId) ProtoReflect

func (*BuildEventId_BuildFinishedId) Reset

func (x *BuildEventId_BuildFinishedId) Reset()

func (*BuildEventId_BuildFinishedId) String

type BuildEventId_BuildMetadata

type BuildEventId_BuildMetadata struct {
	BuildMetadata *BuildEventId_BuildMetadataId `protobuf:"bytes,24,opt,name=build_metadata,json=buildMetadata,proto3,oneof"`
}

type BuildEventId_BuildMetadataId

type BuildEventId_BuildMetadataId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_BuildMetadataId) Descriptor deprecated

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

Deprecated: Use BuildEventId_BuildMetadataId.ProtoReflect.Descriptor instead.

func (*BuildEventId_BuildMetadataId) ProtoMessage

func (*BuildEventId_BuildMetadataId) ProtoMessage()

func (*BuildEventId_BuildMetadataId) ProtoReflect

func (*BuildEventId_BuildMetadataId) Reset

func (x *BuildEventId_BuildMetadataId) Reset()

func (*BuildEventId_BuildMetadataId) String

type BuildEventId_BuildMetrics

type BuildEventId_BuildMetrics struct {
	BuildMetrics *BuildEventId_BuildMetricsId `protobuf:"bytes,22,opt,name=build_metrics,json=buildMetrics,proto3,oneof"`
}

type BuildEventId_BuildMetricsId

type BuildEventId_BuildMetricsId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_BuildMetricsId) Descriptor deprecated

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

Deprecated: Use BuildEventId_BuildMetricsId.ProtoReflect.Descriptor instead.

func (*BuildEventId_BuildMetricsId) ProtoMessage

func (*BuildEventId_BuildMetricsId) ProtoMessage()

func (*BuildEventId_BuildMetricsId) ProtoReflect

func (*BuildEventId_BuildMetricsId) Reset

func (x *BuildEventId_BuildMetricsId) Reset()

func (*BuildEventId_BuildMetricsId) String

func (x *BuildEventId_BuildMetricsId) String() string

type BuildEventId_BuildStartedId

type BuildEventId_BuildStartedId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_BuildStartedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_BuildStartedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_BuildStartedId) ProtoMessage

func (*BuildEventId_BuildStartedId) ProtoMessage()

func (*BuildEventId_BuildStartedId) ProtoReflect

func (*BuildEventId_BuildStartedId) Reset

func (x *BuildEventId_BuildStartedId) Reset()

func (*BuildEventId_BuildStartedId) String

func (x *BuildEventId_BuildStartedId) String() string

type BuildEventId_BuildToolLogs

type BuildEventId_BuildToolLogs struct {
	BuildToolLogs *BuildEventId_BuildToolLogsId `protobuf:"bytes,20,opt,name=build_tool_logs,json=buildToolLogs,proto3,oneof"`
}

type BuildEventId_BuildToolLogsId

type BuildEventId_BuildToolLogsId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_BuildToolLogsId) Descriptor deprecated

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

Deprecated: Use BuildEventId_BuildToolLogsId.ProtoReflect.Descriptor instead.

func (*BuildEventId_BuildToolLogsId) ProtoMessage

func (*BuildEventId_BuildToolLogsId) ProtoMessage()

func (*BuildEventId_BuildToolLogsId) ProtoReflect

func (*BuildEventId_BuildToolLogsId) Reset

func (x *BuildEventId_BuildToolLogsId) Reset()

func (*BuildEventId_BuildToolLogsId) String

type BuildEventId_Configuration

type BuildEventId_Configuration struct {
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,15,opt,name=configuration,proto3,oneof"`
}

type BuildEventId_ConfigurationId

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

func (*BuildEventId_ConfigurationId) Descriptor deprecated

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

Deprecated: Use BuildEventId_ConfigurationId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ConfigurationId) GetId

func (*BuildEventId_ConfigurationId) ProtoMessage

func (*BuildEventId_ConfigurationId) ProtoMessage()

func (*BuildEventId_ConfigurationId) ProtoReflect

func (*BuildEventId_ConfigurationId) Reset

func (x *BuildEventId_ConfigurationId) Reset()

func (*BuildEventId_ConfigurationId) String

type BuildEventId_ConfiguredLabel

type BuildEventId_ConfiguredLabel struct {
	ConfiguredLabel *BuildEventId_ConfiguredLabelId `protobuf:"bytes,21,opt,name=configured_label,json=configuredLabel,proto3,oneof"`
}

type BuildEventId_ConfiguredLabelId

type BuildEventId_ConfiguredLabelId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_ConfiguredLabelId) Descriptor deprecated

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

Deprecated: Use BuildEventId_ConfiguredLabelId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ConfiguredLabelId) GetConfiguration

func (*BuildEventId_ConfiguredLabelId) GetLabel

func (x *BuildEventId_ConfiguredLabelId) GetLabel() string

func (*BuildEventId_ConfiguredLabelId) ProtoMessage

func (*BuildEventId_ConfiguredLabelId) ProtoMessage()

func (*BuildEventId_ConfiguredLabelId) ProtoReflect

func (*BuildEventId_ConfiguredLabelId) Reset

func (x *BuildEventId_ConfiguredLabelId) Reset()

func (*BuildEventId_ConfiguredLabelId) String

type BuildEventId_ConvenienceSymlinksIdentified

type BuildEventId_ConvenienceSymlinksIdentified struct {
	ConvenienceSymlinksIdentified *BuildEventId_ConvenienceSymlinksIdentifiedId `protobuf:"bytes,25,opt,name=convenience_symlinks_identified,json=convenienceSymlinksIdentified,proto3,oneof"`
}

type BuildEventId_ConvenienceSymlinksIdentifiedId

type BuildEventId_ConvenienceSymlinksIdentifiedId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_ConvenienceSymlinksIdentifiedId) Descriptor deprecated

Deprecated: Use BuildEventId_ConvenienceSymlinksIdentifiedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ConvenienceSymlinksIdentifiedId) ProtoMessage

func (*BuildEventId_ConvenienceSymlinksIdentifiedId) ProtoReflect

func (*BuildEventId_ConvenienceSymlinksIdentifiedId) Reset

func (*BuildEventId_ConvenienceSymlinksIdentifiedId) String

type BuildEventId_CoverageActionsFinished added in v1.509.7

type BuildEventId_CoverageActionsFinished struct {
	CoverageActionsFinished *BuildEventId_CoverageActionsFinishedId `protobuf:"bytes,27,opt,name=coverage_actions_finished,json=coverageActionsFinished,proto3,oneof"`
}

type BuildEventId_CoverageActionsFinishedId added in v1.509.7

type BuildEventId_CoverageActionsFinishedId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_CoverageActionsFinishedId) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildEventId_CoverageActionsFinishedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_CoverageActionsFinishedId) ProtoMessage added in v1.509.7

func (*BuildEventId_CoverageActionsFinishedId) ProtoReflect added in v1.509.7

func (*BuildEventId_CoverageActionsFinishedId) Reset added in v1.509.7

func (*BuildEventId_CoverageActionsFinishedId) String added in v1.509.7

type BuildEventId_ExecRequest added in v1.509.7

type BuildEventId_ExecRequest struct {
	ExecRequest *BuildEventId_ExecRequestId `protobuf:"bytes,28,opt,name=exec_request,json=execRequest,proto3,oneof"`
}

type BuildEventId_ExecRequestId added in v1.509.7

type BuildEventId_ExecRequestId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_ExecRequestId) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildEventId_ExecRequestId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ExecRequestId) ProtoMessage added in v1.509.7

func (*BuildEventId_ExecRequestId) ProtoMessage()

func (*BuildEventId_ExecRequestId) ProtoReflect added in v1.509.7

func (*BuildEventId_ExecRequestId) Reset added in v1.509.7

func (x *BuildEventId_ExecRequestId) Reset()

func (*BuildEventId_ExecRequestId) String added in v1.509.7

func (x *BuildEventId_ExecRequestId) String() string

type BuildEventId_Fetch

type BuildEventId_Fetch struct {
	Fetch *BuildEventId_FetchId `protobuf:"bytes,17,opt,name=fetch,proto3,oneof"`
}

type BuildEventId_FetchId

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

func (*BuildEventId_FetchId) Descriptor deprecated

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

Deprecated: Use BuildEventId_FetchId.ProtoReflect.Descriptor instead.

func (*BuildEventId_FetchId) GetUrl

func (x *BuildEventId_FetchId) GetUrl() string

func (*BuildEventId_FetchId) ProtoMessage

func (*BuildEventId_FetchId) ProtoMessage()

func (*BuildEventId_FetchId) ProtoReflect

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

func (*BuildEventId_FetchId) Reset

func (x *BuildEventId_FetchId) Reset()

func (*BuildEventId_FetchId) String

func (x *BuildEventId_FetchId) String() string

type BuildEventId_NamedSet

type BuildEventId_NamedSet struct {
	NamedSet *BuildEventId_NamedSetOfFilesId `protobuf:"bytes,13,opt,name=named_set,json=namedSet,proto3,oneof"`
}

type BuildEventId_NamedSetOfFilesId

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

func (*BuildEventId_NamedSetOfFilesId) Descriptor deprecated

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

Deprecated: Use BuildEventId_NamedSetOfFilesId.ProtoReflect.Descriptor instead.

func (*BuildEventId_NamedSetOfFilesId) GetId

func (*BuildEventId_NamedSetOfFilesId) ProtoMessage

func (*BuildEventId_NamedSetOfFilesId) ProtoMessage()

func (*BuildEventId_NamedSetOfFilesId) ProtoReflect

func (*BuildEventId_NamedSetOfFilesId) Reset

func (x *BuildEventId_NamedSetOfFilesId) Reset()

func (*BuildEventId_NamedSetOfFilesId) String

type BuildEventId_OptionsParsed

type BuildEventId_OptionsParsed struct {
	OptionsParsed *BuildEventId_OptionsParsedId `protobuf:"bytes,12,opt,name=options_parsed,json=optionsParsed,proto3,oneof"`
}

type BuildEventId_OptionsParsedId

type BuildEventId_OptionsParsedId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_OptionsParsedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_OptionsParsedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_OptionsParsedId) ProtoMessage

func (*BuildEventId_OptionsParsedId) ProtoMessage()

func (*BuildEventId_OptionsParsedId) ProtoReflect

func (*BuildEventId_OptionsParsedId) Reset

func (x *BuildEventId_OptionsParsedId) Reset()

func (*BuildEventId_OptionsParsedId) String

type BuildEventId_Pattern

type BuildEventId_Pattern struct {
	Pattern *BuildEventId_PatternExpandedId `protobuf:"bytes,4,opt,name=pattern,proto3,oneof"`
}

type BuildEventId_PatternExpandedId

type BuildEventId_PatternExpandedId struct {
	Pattern []string `protobuf:"bytes,1,rep,name=pattern,proto3" json:"pattern,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_PatternExpandedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_PatternExpandedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_PatternExpandedId) GetPattern

func (x *BuildEventId_PatternExpandedId) GetPattern() []string

func (*BuildEventId_PatternExpandedId) ProtoMessage

func (*BuildEventId_PatternExpandedId) ProtoMessage()

func (*BuildEventId_PatternExpandedId) ProtoReflect

func (*BuildEventId_PatternExpandedId) Reset

func (x *BuildEventId_PatternExpandedId) Reset()

func (*BuildEventId_PatternExpandedId) String

type BuildEventId_PatternSkipped

type BuildEventId_PatternSkipped struct {
	PatternSkipped *BuildEventId_PatternExpandedId `protobuf:"bytes,10,opt,name=pattern_skipped,json=patternSkipped,proto3,oneof"`
}

type BuildEventId_Progress

type BuildEventId_Progress struct {
	Progress *BuildEventId_ProgressId `protobuf:"bytes,2,opt,name=progress,proto3,oneof"`
}

type BuildEventId_ProgressId

type BuildEventId_ProgressId struct {
	OpaqueCount int32 `protobuf:"varint,1,opt,name=opaque_count,json=opaqueCount,proto3" json:"opaque_count,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_ProgressId) Descriptor deprecated

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

Deprecated: Use BuildEventId_ProgressId.ProtoReflect.Descriptor instead.

func (*BuildEventId_ProgressId) GetOpaqueCount

func (x *BuildEventId_ProgressId) GetOpaqueCount() int32

func (*BuildEventId_ProgressId) ProtoMessage

func (*BuildEventId_ProgressId) ProtoMessage()

func (*BuildEventId_ProgressId) ProtoReflect

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

func (*BuildEventId_ProgressId) Reset

func (x *BuildEventId_ProgressId) Reset()

func (*BuildEventId_ProgressId) String

func (x *BuildEventId_ProgressId) String() string

type BuildEventId_Started

type BuildEventId_Started struct {
	Started *BuildEventId_BuildStartedId `protobuf:"bytes,3,opt,name=started,proto3,oneof"`
}

type BuildEventId_StructuredCommandLine

type BuildEventId_StructuredCommandLine struct {
	StructuredCommandLine *BuildEventId_StructuredCommandLineId `protobuf:"bytes,18,opt,name=structured_command_line,json=structuredCommandLine,proto3,oneof"`
}

type BuildEventId_StructuredCommandLineId

type BuildEventId_StructuredCommandLineId struct {
	CommandLineLabel string `protobuf:"bytes,1,opt,name=command_line_label,json=commandLineLabel,proto3" json:"command_line_label,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_StructuredCommandLineId) Descriptor deprecated

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

Deprecated: Use BuildEventId_StructuredCommandLineId.ProtoReflect.Descriptor instead.

func (*BuildEventId_StructuredCommandLineId) GetCommandLineLabel

func (x *BuildEventId_StructuredCommandLineId) GetCommandLineLabel() string

func (*BuildEventId_StructuredCommandLineId) ProtoMessage

func (*BuildEventId_StructuredCommandLineId) ProtoMessage()

func (*BuildEventId_StructuredCommandLineId) ProtoReflect

func (*BuildEventId_StructuredCommandLineId) Reset

func (*BuildEventId_StructuredCommandLineId) String

type BuildEventId_TargetCompleted

type BuildEventId_TargetCompleted struct {
	TargetCompleted *BuildEventId_TargetCompletedId `protobuf:"bytes,5,opt,name=target_completed,json=targetCompleted,proto3,oneof"`
}

type BuildEventId_TargetCompletedId

type BuildEventId_TargetCompletedId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,3,opt,name=configuration,proto3" json:"configuration,omitempty"`
	Aspect        string                        `protobuf:"bytes,2,opt,name=aspect,proto3" json:"aspect,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TargetCompletedId) Descriptor deprecated

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

Deprecated: Use BuildEventId_TargetCompletedId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TargetCompletedId) GetAspect

func (x *BuildEventId_TargetCompletedId) GetAspect() string

func (*BuildEventId_TargetCompletedId) GetConfiguration

func (*BuildEventId_TargetCompletedId) GetLabel

func (x *BuildEventId_TargetCompletedId) GetLabel() string

func (*BuildEventId_TargetCompletedId) ProtoMessage

func (*BuildEventId_TargetCompletedId) ProtoMessage()

func (*BuildEventId_TargetCompletedId) ProtoReflect

func (*BuildEventId_TargetCompletedId) Reset

func (x *BuildEventId_TargetCompletedId) Reset()

func (*BuildEventId_TargetCompletedId) String

type BuildEventId_TargetConfigured

type BuildEventId_TargetConfigured struct {
	TargetConfigured *BuildEventId_TargetConfiguredId `protobuf:"bytes,16,opt,name=target_configured,json=targetConfigured,proto3,oneof"`
}

type BuildEventId_TargetConfiguredId

type BuildEventId_TargetConfiguredId struct {
	Label  string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Aspect string `protobuf:"bytes,2,opt,name=aspect,proto3" json:"aspect,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TargetConfiguredId) Descriptor deprecated

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

Deprecated: Use BuildEventId_TargetConfiguredId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TargetConfiguredId) GetAspect

func (x *BuildEventId_TargetConfiguredId) GetAspect() string

func (*BuildEventId_TargetConfiguredId) GetLabel

func (*BuildEventId_TargetConfiguredId) ProtoMessage

func (*BuildEventId_TargetConfiguredId) ProtoMessage()

func (*BuildEventId_TargetConfiguredId) ProtoReflect

func (*BuildEventId_TargetConfiguredId) Reset

func (*BuildEventId_TargetConfiguredId) String

type BuildEventId_TargetSummary added in v1.509.7

type BuildEventId_TargetSummary struct {
	TargetSummary *BuildEventId_TargetSummaryId `protobuf:"bytes,26,opt,name=target_summary,json=targetSummary,proto3,oneof"`
}

type BuildEventId_TargetSummaryId added in v1.509.7

type BuildEventId_TargetSummaryId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TargetSummaryId) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildEventId_TargetSummaryId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TargetSummaryId) GetConfiguration added in v1.509.7

func (*BuildEventId_TargetSummaryId) GetLabel added in v1.509.7

func (x *BuildEventId_TargetSummaryId) GetLabel() string

func (*BuildEventId_TargetSummaryId) ProtoMessage added in v1.509.7

func (*BuildEventId_TargetSummaryId) ProtoMessage()

func (*BuildEventId_TargetSummaryId) ProtoReflect added in v1.509.7

func (*BuildEventId_TargetSummaryId) Reset added in v1.509.7

func (x *BuildEventId_TargetSummaryId) Reset()

func (*BuildEventId_TargetSummaryId) String added in v1.509.7

type BuildEventId_TestProgress added in v1.509.7

type BuildEventId_TestProgress struct {
	TestProgress *BuildEventId_TestProgressId `protobuf:"bytes,29,opt,name=test_progress,json=testProgress,proto3,oneof"`
}

type BuildEventId_TestProgressId added in v1.509.7

type BuildEventId_TestProgressId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
	Run           int32                         `protobuf:"varint,3,opt,name=run,proto3" json:"run,omitempty"`
	Shard         int32                         `protobuf:"varint,4,opt,name=shard,proto3" json:"shard,omitempty"`
	Attempt       int32                         `protobuf:"varint,5,opt,name=attempt,proto3" json:"attempt,omitempty"`
	OpaqueCount   int32                         `protobuf:"varint,6,opt,name=opaque_count,json=opaqueCount,proto3" json:"opaque_count,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TestProgressId) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildEventId_TestProgressId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TestProgressId) GetAttempt added in v1.509.7

func (x *BuildEventId_TestProgressId) GetAttempt() int32

func (*BuildEventId_TestProgressId) GetConfiguration added in v1.509.7

func (*BuildEventId_TestProgressId) GetLabel added in v1.509.7

func (x *BuildEventId_TestProgressId) GetLabel() string

func (*BuildEventId_TestProgressId) GetOpaqueCount added in v1.509.7

func (x *BuildEventId_TestProgressId) GetOpaqueCount() int32

func (*BuildEventId_TestProgressId) GetRun added in v1.509.7

func (x *BuildEventId_TestProgressId) GetRun() int32

func (*BuildEventId_TestProgressId) GetShard added in v1.509.7

func (x *BuildEventId_TestProgressId) GetShard() int32

func (*BuildEventId_TestProgressId) ProtoMessage added in v1.509.7

func (*BuildEventId_TestProgressId) ProtoMessage()

func (*BuildEventId_TestProgressId) ProtoReflect added in v1.509.7

func (*BuildEventId_TestProgressId) Reset added in v1.509.7

func (x *BuildEventId_TestProgressId) Reset()

func (*BuildEventId_TestProgressId) String added in v1.509.7

func (x *BuildEventId_TestProgressId) String() string

type BuildEventId_TestResult

type BuildEventId_TestResult struct {
	TestResult *BuildEventId_TestResultId `protobuf:"bytes,8,opt,name=test_result,json=testResult,proto3,oneof"`
}

type BuildEventId_TestResultId

type BuildEventId_TestResultId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,5,opt,name=configuration,proto3" json:"configuration,omitempty"`
	Run           int32                         `protobuf:"varint,2,opt,name=run,proto3" json:"run,omitempty"`
	Shard         int32                         `protobuf:"varint,3,opt,name=shard,proto3" json:"shard,omitempty"`
	Attempt       int32                         `protobuf:"varint,4,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TestResultId) Descriptor deprecated

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

Deprecated: Use BuildEventId_TestResultId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TestResultId) GetAttempt

func (x *BuildEventId_TestResultId) GetAttempt() int32

func (*BuildEventId_TestResultId) GetConfiguration

func (*BuildEventId_TestResultId) GetLabel

func (x *BuildEventId_TestResultId) GetLabel() string

func (*BuildEventId_TestResultId) GetRun

func (x *BuildEventId_TestResultId) GetRun() int32

func (*BuildEventId_TestResultId) GetShard

func (x *BuildEventId_TestResultId) GetShard() int32

func (*BuildEventId_TestResultId) ProtoMessage

func (*BuildEventId_TestResultId) ProtoMessage()

func (*BuildEventId_TestResultId) ProtoReflect

func (*BuildEventId_TestResultId) Reset

func (x *BuildEventId_TestResultId) Reset()

func (*BuildEventId_TestResultId) String

func (x *BuildEventId_TestResultId) String() string

type BuildEventId_TestSummary

type BuildEventId_TestSummary struct {
	TestSummary *BuildEventId_TestSummaryId `protobuf:"bytes,7,opt,name=test_summary,json=testSummary,proto3,oneof"`
}

type BuildEventId_TestSummaryId

type BuildEventId_TestSummaryId struct {
	Label         string                        `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Configuration *BuildEventId_ConfigurationId `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildEventId_TestSummaryId) Descriptor deprecated

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

Deprecated: Use BuildEventId_TestSummaryId.ProtoReflect.Descriptor instead.

func (*BuildEventId_TestSummaryId) GetConfiguration

func (*BuildEventId_TestSummaryId) GetLabel

func (x *BuildEventId_TestSummaryId) GetLabel() string

func (*BuildEventId_TestSummaryId) ProtoMessage

func (*BuildEventId_TestSummaryId) ProtoMessage()

func (*BuildEventId_TestSummaryId) ProtoReflect

func (*BuildEventId_TestSummaryId) Reset

func (x *BuildEventId_TestSummaryId) Reset()

func (*BuildEventId_TestSummaryId) String

func (x *BuildEventId_TestSummaryId) String() string

type BuildEventId_UnconfiguredLabel

type BuildEventId_UnconfiguredLabel struct {
	UnconfiguredLabel *BuildEventId_UnconfiguredLabelId `protobuf:"bytes,19,opt,name=unconfigured_label,json=unconfiguredLabel,proto3,oneof"`
}

type BuildEventId_UnconfiguredLabelId

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

func (*BuildEventId_UnconfiguredLabelId) Descriptor deprecated

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

Deprecated: Use BuildEventId_UnconfiguredLabelId.ProtoReflect.Descriptor instead.

func (*BuildEventId_UnconfiguredLabelId) GetLabel

func (*BuildEventId_UnconfiguredLabelId) ProtoMessage

func (*BuildEventId_UnconfiguredLabelId) ProtoMessage()

func (*BuildEventId_UnconfiguredLabelId) ProtoReflect

func (*BuildEventId_UnconfiguredLabelId) Reset

func (*BuildEventId_UnconfiguredLabelId) String

type BuildEventId_Unknown

type BuildEventId_Unknown struct {
	Unknown *BuildEventId_UnknownBuildEventId `protobuf:"bytes,1,opt,name=unknown,proto3,oneof"`
}

type BuildEventId_UnknownBuildEventId

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

func (*BuildEventId_UnknownBuildEventId) Descriptor deprecated

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

Deprecated: Use BuildEventId_UnknownBuildEventId.ProtoReflect.Descriptor instead.

func (*BuildEventId_UnknownBuildEventId) GetDetails

func (x *BuildEventId_UnknownBuildEventId) GetDetails() string

func (*BuildEventId_UnknownBuildEventId) ProtoMessage

func (*BuildEventId_UnknownBuildEventId) ProtoMessage()

func (*BuildEventId_UnknownBuildEventId) ProtoReflect

func (*BuildEventId_UnknownBuildEventId) Reset

func (*BuildEventId_UnknownBuildEventId) String

type BuildEventId_UnstructuredCommandLine

type BuildEventId_UnstructuredCommandLine struct {
	UnstructuredCommandLine *BuildEventId_UnstructuredCommandLineId `protobuf:"bytes,11,opt,name=unstructured_command_line,json=unstructuredCommandLine,proto3,oneof"`
}

type BuildEventId_UnstructuredCommandLineId

type BuildEventId_UnstructuredCommandLineId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_UnstructuredCommandLineId) Descriptor deprecated

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

Deprecated: Use BuildEventId_UnstructuredCommandLineId.ProtoReflect.Descriptor instead.

func (*BuildEventId_UnstructuredCommandLineId) ProtoMessage

func (*BuildEventId_UnstructuredCommandLineId) ProtoReflect

func (*BuildEventId_UnstructuredCommandLineId) Reset

func (*BuildEventId_UnstructuredCommandLineId) String

type BuildEventId_Workspace

type BuildEventId_Workspace struct {
	Workspace *BuildEventId_WorkspaceConfigId `protobuf:"bytes,23,opt,name=workspace,proto3,oneof"`
}

type BuildEventId_WorkspaceConfigId

type BuildEventId_WorkspaceConfigId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_WorkspaceConfigId) Descriptor deprecated

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

Deprecated: Use BuildEventId_WorkspaceConfigId.ProtoReflect.Descriptor instead.

func (*BuildEventId_WorkspaceConfigId) ProtoMessage

func (*BuildEventId_WorkspaceConfigId) ProtoMessage()

func (*BuildEventId_WorkspaceConfigId) ProtoReflect

func (*BuildEventId_WorkspaceConfigId) Reset

func (x *BuildEventId_WorkspaceConfigId) Reset()

func (*BuildEventId_WorkspaceConfigId) String

type BuildEventId_WorkspaceStatus

type BuildEventId_WorkspaceStatus struct {
	WorkspaceStatus *BuildEventId_WorkspaceStatusId `protobuf:"bytes,14,opt,name=workspace_status,json=workspaceStatus,proto3,oneof"`
}

type BuildEventId_WorkspaceStatusId

type BuildEventId_WorkspaceStatusId struct {
	// contains filtered or unexported fields
}

func (*BuildEventId_WorkspaceStatusId) Descriptor deprecated

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

Deprecated: Use BuildEventId_WorkspaceStatusId.ProtoReflect.Descriptor instead.

func (*BuildEventId_WorkspaceStatusId) ProtoMessage

func (*BuildEventId_WorkspaceStatusId) ProtoMessage()

func (*BuildEventId_WorkspaceStatusId) ProtoReflect

func (*BuildEventId_WorkspaceStatusId) Reset

func (x *BuildEventId_WorkspaceStatusId) Reset()

func (*BuildEventId_WorkspaceStatusId) String

type BuildEvent_Aborted

type BuildEvent_Aborted struct {
	Aborted *Aborted `protobuf:"bytes,4,opt,name=aborted,proto3,oneof"`
}

type BuildEvent_Action

type BuildEvent_Action struct {
	Action *ActionExecuted `protobuf:"bytes,7,opt,name=action,proto3,oneof"`
}

type BuildEvent_BuildMetadata

type BuildEvent_BuildMetadata struct {
	BuildMetadata *BuildMetadata `protobuf:"bytes,26,opt,name=build_metadata,json=buildMetadata,proto3,oneof"`
}

type BuildEvent_BuildMetrics

type BuildEvent_BuildMetrics struct {
	BuildMetrics *BuildMetrics `protobuf:"bytes,24,opt,name=build_metrics,json=buildMetrics,proto3,oneof"`
}

type BuildEvent_BuildToolLogs

type BuildEvent_BuildToolLogs struct {
	BuildToolLogs *BuildToolLogs `protobuf:"bytes,23,opt,name=build_tool_logs,json=buildToolLogs,proto3,oneof"`
}

type BuildEvent_Completed

type BuildEvent_Completed struct {
	Completed *TargetComplete `protobuf:"bytes,8,opt,name=completed,proto3,oneof"`
}

type BuildEvent_Configuration

type BuildEvent_Configuration struct {
	Configuration *Configuration `protobuf:"bytes,17,opt,name=configuration,proto3,oneof"`
}

type BuildEvent_Configured

type BuildEvent_Configured struct {
	Configured *TargetConfigured `protobuf:"bytes,18,opt,name=configured,proto3,oneof"`
}

type BuildEvent_ConvenienceSymlinksIdentified

type BuildEvent_ConvenienceSymlinksIdentified struct {
	ConvenienceSymlinksIdentified *ConvenienceSymlinksIdentified `protobuf:"bytes,27,opt,name=convenience_symlinks_identified,json=convenienceSymlinksIdentified,proto3,oneof"`
}

type BuildEvent_ExecRequest added in v1.509.7

type BuildEvent_ExecRequest struct {
	ExecRequest *ExecRequestConstructed `protobuf:"bytes,29,opt,name=exec_request,json=execRequest,proto3,oneof"`
}

type BuildEvent_Expanded

type BuildEvent_Expanded struct {
	Expanded *PatternExpanded `protobuf:"bytes,6,opt,name=expanded,proto3,oneof"`
}

type BuildEvent_Fetch

type BuildEvent_Fetch struct {
	Fetch *Fetch `protobuf:"bytes,21,opt,name=fetch,proto3,oneof"`
}

type BuildEvent_Finished

type BuildEvent_Finished struct {
	Finished *BuildFinished `protobuf:"bytes,14,opt,name=finished,proto3,oneof"`
}

type BuildEvent_NamedSetOfFiles

type BuildEvent_NamedSetOfFiles struct {
	NamedSetOfFiles *NamedSetOfFiles `protobuf:"bytes,15,opt,name=named_set_of_files,json=namedSetOfFiles,proto3,oneof"`
}

type BuildEvent_OptionsParsed

type BuildEvent_OptionsParsed struct {
	OptionsParsed *OptionsParsed `protobuf:"bytes,13,opt,name=options_parsed,json=optionsParsed,proto3,oneof"`
}

type BuildEvent_Progress

type BuildEvent_Progress struct {
	Progress *Progress `protobuf:"bytes,3,opt,name=progress,proto3,oneof"`
}

type BuildEvent_Started

type BuildEvent_Started struct {
	Started *BuildStarted `protobuf:"bytes,5,opt,name=started,proto3,oneof"`
}

type BuildEvent_StructuredCommandLine

type BuildEvent_StructuredCommandLine struct {
	StructuredCommandLine *command_line.CommandLine `protobuf:"bytes,22,opt,name=structured_command_line,json=structuredCommandLine,proto3,oneof"`
}

type BuildEvent_TargetSummary added in v1.509.7

type BuildEvent_TargetSummary struct {
	TargetSummary *TargetSummary `protobuf:"bytes,28,opt,name=target_summary,json=targetSummary,proto3,oneof"`
}

type BuildEvent_TestProgress added in v1.509.7

type BuildEvent_TestProgress struct {
	TestProgress *TestProgress `protobuf:"bytes,30,opt,name=test_progress,json=testProgress,proto3,oneof"`
}

type BuildEvent_TestResult

type BuildEvent_TestResult struct {
	TestResult *TestResult `protobuf:"bytes,10,opt,name=test_result,json=testResult,proto3,oneof"`
}

type BuildEvent_TestSummary

type BuildEvent_TestSummary struct {
	TestSummary *TestSummary `protobuf:"bytes,9,opt,name=test_summary,json=testSummary,proto3,oneof"`
}

type BuildEvent_UnstructuredCommandLine

type BuildEvent_UnstructuredCommandLine struct {
	UnstructuredCommandLine *UnstructuredCommandLine `protobuf:"bytes,12,opt,name=unstructured_command_line,json=unstructuredCommandLine,proto3,oneof"`
}

type BuildEvent_WorkspaceInfo

type BuildEvent_WorkspaceInfo struct {
	WorkspaceInfo *WorkspaceConfig `protobuf:"bytes,25,opt,name=workspace_info,json=workspaceInfo,proto3,oneof"`
}

type BuildEvent_WorkspaceStatus

type BuildEvent_WorkspaceStatus struct {
	WorkspaceStatus *WorkspaceStatus `protobuf:"bytes,16,opt,name=workspace_status,json=workspaceStatus,proto3,oneof"`
}

type BuildFinished

type BuildFinished struct {

	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	OverallSuccess bool                    `protobuf:"varint,1,opt,name=overall_success,json=overallSuccess,proto3" json:"overall_success,omitempty"`
	ExitCode       *BuildFinished_ExitCode `protobuf:"bytes,3,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	FinishTimeMillis int64                  `protobuf:"varint,2,opt,name=finish_time_millis,json=finishTimeMillis,proto3" json:"finish_time_millis,omitempty"`
	FinishTime       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	AnomalyReport *BuildFinished_AnomalyReport   `protobuf:"bytes,4,opt,name=anomaly_report,json=anomalyReport,proto3" json:"anomaly_report,omitempty"`
	FailureDetail *failure_details.FailureDetail `protobuf:"bytes,6,opt,name=failure_detail,json=failureDetail,proto3" json:"failure_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildFinished) Descriptor deprecated

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

Deprecated: Use BuildFinished.ProtoReflect.Descriptor instead.

func (*BuildFinished) GetAnomalyReport deprecated

func (x *BuildFinished) GetAnomalyReport() *BuildFinished_AnomalyReport

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildFinished) GetExitCode

func (x *BuildFinished) GetExitCode() *BuildFinished_ExitCode

func (*BuildFinished) GetFailureDetail added in v1.509.7

func (x *BuildFinished) GetFailureDetail() *failure_details.FailureDetail

func (*BuildFinished) GetFinishTime added in v1.509.7

func (x *BuildFinished) GetFinishTime() *timestamppb.Timestamp

func (*BuildFinished) GetFinishTimeMillis deprecated

func (x *BuildFinished) GetFinishTimeMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildFinished) GetOverallSuccess deprecated

func (x *BuildFinished) GetOverallSuccess() bool

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildFinished) ProtoMessage

func (*BuildFinished) ProtoMessage()

func (*BuildFinished) ProtoReflect

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

func (*BuildFinished) Reset

func (x *BuildFinished) Reset()

func (*BuildFinished) String

func (x *BuildFinished) String() string

type BuildFinished_AnomalyReport

type BuildFinished_AnomalyReport struct {
	WasSuspended bool `protobuf:"varint,1,opt,name=was_suspended,json=wasSuspended,proto3" json:"was_suspended,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildFinished_AnomalyReport) Descriptor deprecated

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

Deprecated: Use BuildFinished_AnomalyReport.ProtoReflect.Descriptor instead.

func (*BuildFinished_AnomalyReport) GetWasSuspended

func (x *BuildFinished_AnomalyReport) GetWasSuspended() bool

func (*BuildFinished_AnomalyReport) ProtoMessage

func (*BuildFinished_AnomalyReport) ProtoMessage()

func (*BuildFinished_AnomalyReport) ProtoReflect

func (*BuildFinished_AnomalyReport) Reset

func (x *BuildFinished_AnomalyReport) Reset()

func (*BuildFinished_AnomalyReport) String

func (x *BuildFinished_AnomalyReport) String() string

type BuildFinished_ExitCode

type BuildFinished_ExitCode struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Code int32  `protobuf:"varint,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildFinished_ExitCode) Descriptor deprecated

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

Deprecated: Use BuildFinished_ExitCode.ProtoReflect.Descriptor instead.

func (*BuildFinished_ExitCode) GetCode

func (x *BuildFinished_ExitCode) GetCode() int32

func (*BuildFinished_ExitCode) GetName

func (x *BuildFinished_ExitCode) GetName() string

func (*BuildFinished_ExitCode) ProtoMessage

func (*BuildFinished_ExitCode) ProtoMessage()

func (*BuildFinished_ExitCode) ProtoReflect

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

func (*BuildFinished_ExitCode) Reset

func (x *BuildFinished_ExitCode) Reset()

func (*BuildFinished_ExitCode) String

func (x *BuildFinished_ExitCode) String() string

type BuildMetadata

type BuildMetadata struct {
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetadata) Descriptor deprecated

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

Deprecated: Use BuildMetadata.ProtoReflect.Descriptor instead.

func (*BuildMetadata) GetMetadata

func (x *BuildMetadata) GetMetadata() map[string]string

func (*BuildMetadata) ProtoMessage

func (*BuildMetadata) ProtoMessage()

func (*BuildMetadata) ProtoReflect

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

func (*BuildMetadata) Reset

func (x *BuildMetadata) Reset()

func (*BuildMetadata) String

func (x *BuildMetadata) String() string

type BuildMetrics

type BuildMetrics struct {
	ActionSummary           *BuildMetrics_ActionSummary           `protobuf:"bytes,1,opt,name=action_summary,json=actionSummary,proto3" json:"action_summary,omitempty"`
	MemoryMetrics           *BuildMetrics_MemoryMetrics           `protobuf:"bytes,2,opt,name=memory_metrics,json=memoryMetrics,proto3" json:"memory_metrics,omitempty"`
	TargetMetrics           *BuildMetrics_TargetMetrics           `protobuf:"bytes,3,opt,name=target_metrics,json=targetMetrics,proto3" json:"target_metrics,omitempty"`
	PackageMetrics          *BuildMetrics_PackageMetrics          `protobuf:"bytes,4,opt,name=package_metrics,json=packageMetrics,proto3" json:"package_metrics,omitempty"`
	TimingMetrics           *BuildMetrics_TimingMetrics           `protobuf:"bytes,5,opt,name=timing_metrics,json=timingMetrics,proto3" json:"timing_metrics,omitempty"`
	CumulativeMetrics       *BuildMetrics_CumulativeMetrics       `protobuf:"bytes,6,opt,name=cumulative_metrics,json=cumulativeMetrics,proto3" json:"cumulative_metrics,omitempty"`
	ArtifactMetrics         *BuildMetrics_ArtifactMetrics         `protobuf:"bytes,7,opt,name=artifact_metrics,json=artifactMetrics,proto3" json:"artifact_metrics,omitempty"`
	BuildGraphMetrics       *BuildMetrics_BuildGraphMetrics       `protobuf:"bytes,8,opt,name=build_graph_metrics,json=buildGraphMetrics,proto3" json:"build_graph_metrics,omitempty"`
	WorkerMetrics           []*BuildMetrics_WorkerMetrics         `protobuf:"bytes,9,rep,name=worker_metrics,json=workerMetrics,proto3" json:"worker_metrics,omitempty"`
	NetworkMetrics          *BuildMetrics_NetworkMetrics          `protobuf:"bytes,10,opt,name=network_metrics,json=networkMetrics,proto3" json:"network_metrics,omitempty"`
	WorkerPoolMetrics       *BuildMetrics_WorkerPoolMetrics       `protobuf:"bytes,11,opt,name=worker_pool_metrics,json=workerPoolMetrics,proto3" json:"worker_pool_metrics,omitempty"`
	DynamicExecutionMetrics *BuildMetrics_DynamicExecutionMetrics `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics) Descriptor deprecated

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

Deprecated: Use BuildMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics) GetActionSummary

func (x *BuildMetrics) GetActionSummary() *BuildMetrics_ActionSummary

func (*BuildMetrics) GetArtifactMetrics added in v1.509.7

func (x *BuildMetrics) GetArtifactMetrics() *BuildMetrics_ArtifactMetrics

func (*BuildMetrics) GetBuildGraphMetrics added in v1.509.7

func (x *BuildMetrics) GetBuildGraphMetrics() *BuildMetrics_BuildGraphMetrics

func (*BuildMetrics) GetCumulativeMetrics added in v1.509.7

func (x *BuildMetrics) GetCumulativeMetrics() *BuildMetrics_CumulativeMetrics

func (*BuildMetrics) GetDynamicExecutionMetrics added in v1.509.7

func (x *BuildMetrics) GetDynamicExecutionMetrics() *BuildMetrics_DynamicExecutionMetrics

func (*BuildMetrics) GetMemoryMetrics

func (x *BuildMetrics) GetMemoryMetrics() *BuildMetrics_MemoryMetrics

func (*BuildMetrics) GetNetworkMetrics added in v1.509.7

func (x *BuildMetrics) GetNetworkMetrics() *BuildMetrics_NetworkMetrics

func (*BuildMetrics) GetPackageMetrics

func (x *BuildMetrics) GetPackageMetrics() *BuildMetrics_PackageMetrics

func (*BuildMetrics) GetTargetMetrics

func (x *BuildMetrics) GetTargetMetrics() *BuildMetrics_TargetMetrics

func (*BuildMetrics) GetTimingMetrics

func (x *BuildMetrics) GetTimingMetrics() *BuildMetrics_TimingMetrics

func (*BuildMetrics) GetWorkerMetrics added in v1.509.7

func (x *BuildMetrics) GetWorkerMetrics() []*BuildMetrics_WorkerMetrics

func (*BuildMetrics) GetWorkerPoolMetrics added in v1.509.7

func (x *BuildMetrics) GetWorkerPoolMetrics() *BuildMetrics_WorkerPoolMetrics

func (*BuildMetrics) ProtoMessage

func (*BuildMetrics) ProtoMessage()

func (*BuildMetrics) ProtoReflect

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

func (*BuildMetrics) Reset

func (x *BuildMetrics) Reset()

func (*BuildMetrics) String

func (x *BuildMetrics) String() string

type BuildMetrics_ActionSummary

type BuildMetrics_ActionSummary struct {
	ActionsCreated                    int64                                    `protobuf:"varint,1,opt,name=actions_created,json=actionsCreated,proto3" json:"actions_created,omitempty"`
	ActionsCreatedNotIncludingAspects int64                                    `` /* 167-byte string literal not displayed */
	ActionsExecuted                   int64                                    `protobuf:"varint,2,opt,name=actions_executed,json=actionsExecuted,proto3" json:"actions_executed,omitempty"`
	ActionData                        []*BuildMetrics_ActionSummary_ActionData `protobuf:"bytes,4,rep,name=action_data,json=actionData,proto3" json:"action_data,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	RemoteCacheHits       int64                                     `protobuf:"varint,5,opt,name=remote_cache_hits,json=remoteCacheHits,proto3" json:"remote_cache_hits,omitempty"`
	RunnerCount           []*BuildMetrics_ActionSummary_RunnerCount `protobuf:"bytes,6,rep,name=runner_count,json=runnerCount,proto3" json:"runner_count,omitempty"`
	ActionCacheStatistics *action_cache.ActionCacheStatistics       `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_ActionSummary) Descriptor deprecated

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

Deprecated: Use BuildMetrics_ActionSummary.ProtoReflect.Descriptor instead.

func (*BuildMetrics_ActionSummary) GetActionCacheStatistics added in v1.509.7

func (x *BuildMetrics_ActionSummary) GetActionCacheStatistics() *action_cache.ActionCacheStatistics

func (*BuildMetrics_ActionSummary) GetActionData added in v1.509.7

func (*BuildMetrics_ActionSummary) GetActionsCreated

func (x *BuildMetrics_ActionSummary) GetActionsCreated() int64

func (*BuildMetrics_ActionSummary) GetActionsCreatedNotIncludingAspects added in v1.509.7

func (x *BuildMetrics_ActionSummary) GetActionsCreatedNotIncludingAspects() int64

func (*BuildMetrics_ActionSummary) GetActionsExecuted

func (x *BuildMetrics_ActionSummary) GetActionsExecuted() int64

func (*BuildMetrics_ActionSummary) GetRemoteCacheHits deprecated added in v1.509.7

func (x *BuildMetrics_ActionSummary) GetRemoteCacheHits() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildMetrics_ActionSummary) GetRunnerCount added in v1.509.7

func (*BuildMetrics_ActionSummary) ProtoMessage

func (*BuildMetrics_ActionSummary) ProtoMessage()

func (*BuildMetrics_ActionSummary) ProtoReflect

func (*BuildMetrics_ActionSummary) Reset

func (x *BuildMetrics_ActionSummary) Reset()

func (*BuildMetrics_ActionSummary) String

func (x *BuildMetrics_ActionSummary) String() string

type BuildMetrics_ActionSummary_ActionData added in v1.509.7

type BuildMetrics_ActionSummary_ActionData struct {
	Mnemonic        string               `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	ActionsExecuted int64                `protobuf:"varint,2,opt,name=actions_executed,json=actionsExecuted,proto3" json:"actions_executed,omitempty"`
	FirstStartedMs  int64                `protobuf:"varint,3,opt,name=first_started_ms,json=firstStartedMs,proto3" json:"first_started_ms,omitempty"`
	LastEndedMs     int64                `protobuf:"varint,4,opt,name=last_ended_ms,json=lastEndedMs,proto3" json:"last_ended_ms,omitempty"`
	SystemTime      *durationpb.Duration `protobuf:"bytes,5,opt,name=system_time,json=systemTime,proto3" json:"system_time,omitempty"`
	UserTime        *durationpb.Duration `protobuf:"bytes,6,opt,name=user_time,json=userTime,proto3" json:"user_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_ActionSummary_ActionData) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_ActionSummary_ActionData.ProtoReflect.Descriptor instead.

func (*BuildMetrics_ActionSummary_ActionData) GetActionsExecuted added in v1.509.7

func (x *BuildMetrics_ActionSummary_ActionData) GetActionsExecuted() int64

func (*BuildMetrics_ActionSummary_ActionData) GetFirstStartedMs added in v1.509.7

func (x *BuildMetrics_ActionSummary_ActionData) GetFirstStartedMs() int64

func (*BuildMetrics_ActionSummary_ActionData) GetLastEndedMs added in v1.509.7

func (x *BuildMetrics_ActionSummary_ActionData) GetLastEndedMs() int64

func (*BuildMetrics_ActionSummary_ActionData) GetMnemonic added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) GetSystemTime added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) GetUserTime added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) ProtoMessage added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) ProtoMessage()

func (*BuildMetrics_ActionSummary_ActionData) ProtoReflect added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) Reset added in v1.509.7

func (*BuildMetrics_ActionSummary_ActionData) String added in v1.509.7

type BuildMetrics_ActionSummary_RunnerCount added in v1.509.7

type BuildMetrics_ActionSummary_RunnerCount struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Count    int32  `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	ExecKind string `protobuf:"bytes,3,opt,name=exec_kind,json=execKind,proto3" json:"exec_kind,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_ActionSummary_RunnerCount) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_ActionSummary_RunnerCount.ProtoReflect.Descriptor instead.

func (*BuildMetrics_ActionSummary_RunnerCount) GetCount added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) GetExecKind added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) GetName added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) ProtoMessage added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) ProtoReflect added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) Reset added in v1.509.7

func (*BuildMetrics_ActionSummary_RunnerCount) String added in v1.509.7

type BuildMetrics_ArtifactMetrics added in v1.509.7

type BuildMetrics_ArtifactMetrics struct {
	SourceArtifactsRead            *BuildMetrics_ArtifactMetrics_FilesMetric `protobuf:"bytes,2,opt,name=source_artifacts_read,json=sourceArtifactsRead,proto3" json:"source_artifacts_read,omitempty"`
	OutputArtifactsSeen            *BuildMetrics_ArtifactMetrics_FilesMetric `protobuf:"bytes,3,opt,name=output_artifacts_seen,json=outputArtifactsSeen,proto3" json:"output_artifacts_seen,omitempty"`
	OutputArtifactsFromActionCache *BuildMetrics_ArtifactMetrics_FilesMetric `` /* 157-byte string literal not displayed */
	TopLevelArtifacts              *BuildMetrics_ArtifactMetrics_FilesMetric `protobuf:"bytes,5,opt,name=top_level_artifacts,json=topLevelArtifacts,proto3" json:"top_level_artifacts,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_ArtifactMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_ArtifactMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_ArtifactMetrics) GetOutputArtifactsFromActionCache added in v1.509.7

func (x *BuildMetrics_ArtifactMetrics) GetOutputArtifactsFromActionCache() *BuildMetrics_ArtifactMetrics_FilesMetric

func (*BuildMetrics_ArtifactMetrics) GetOutputArtifactsSeen added in v1.509.7

func (*BuildMetrics_ArtifactMetrics) GetSourceArtifactsRead added in v1.509.7

func (*BuildMetrics_ArtifactMetrics) GetTopLevelArtifacts added in v1.509.7

func (*BuildMetrics_ArtifactMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_ArtifactMetrics) ProtoMessage()

func (*BuildMetrics_ArtifactMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_ArtifactMetrics) Reset added in v1.509.7

func (x *BuildMetrics_ArtifactMetrics) Reset()

func (*BuildMetrics_ArtifactMetrics) String added in v1.509.7

type BuildMetrics_ArtifactMetrics_FilesMetric added in v1.509.7

type BuildMetrics_ArtifactMetrics_FilesMetric struct {
	SizeInBytes int64 `protobuf:"varint,1,opt,name=size_in_bytes,json=sizeInBytes,proto3" json:"size_in_bytes,omitempty"`
	Count       int32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_ArtifactMetrics_FilesMetric) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_ArtifactMetrics_FilesMetric.ProtoReflect.Descriptor instead.

func (*BuildMetrics_ArtifactMetrics_FilesMetric) GetCount added in v1.509.7

func (*BuildMetrics_ArtifactMetrics_FilesMetric) GetSizeInBytes added in v1.509.7

func (x *BuildMetrics_ArtifactMetrics_FilesMetric) GetSizeInBytes() int64

func (*BuildMetrics_ArtifactMetrics_FilesMetric) ProtoMessage added in v1.509.7

func (*BuildMetrics_ArtifactMetrics_FilesMetric) ProtoReflect added in v1.509.7

func (*BuildMetrics_ArtifactMetrics_FilesMetric) Reset added in v1.509.7

func (*BuildMetrics_ArtifactMetrics_FilesMetric) String added in v1.509.7

type BuildMetrics_BuildGraphMetrics added in v1.509.7

type BuildMetrics_BuildGraphMetrics struct {
	ActionLookupValueCount                    int32 `` /* 132-byte string literal not displayed */
	ActionLookupValueCountNotIncludingAspects int32 `` /* 195-byte string literal not displayed */
	ActionCount                               int32 `protobuf:"varint,2,opt,name=action_count,json=actionCount,proto3" json:"action_count,omitempty"`
	ActionCountNotIncludingAspects            int32 `` /* 158-byte string literal not displayed */
	InputFileConfiguredTargetCount            int32 `` /* 158-byte string literal not displayed */
	OutputFileConfiguredTargetCount           int32 `` /* 161-byte string literal not displayed */
	OtherConfiguredTargetCount                int32 `` /* 144-byte string literal not displayed */
	OutputArtifactCount                       int32 `protobuf:"varint,3,opt,name=output_artifact_count,json=outputArtifactCount,proto3" json:"output_artifact_count,omitempty"`
	PostInvocationSkyframeNodeCount           int32 `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_BuildGraphMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_BuildGraphMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_BuildGraphMetrics) GetActionCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetActionCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetActionCountNotIncludingAspects added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetActionCountNotIncludingAspects() int32

func (*BuildMetrics_BuildGraphMetrics) GetActionLookupValueCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetActionLookupValueCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetActionLookupValueCountNotIncludingAspects added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetActionLookupValueCountNotIncludingAspects() int32

func (*BuildMetrics_BuildGraphMetrics) GetInputFileConfiguredTargetCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetInputFileConfiguredTargetCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetOtherConfiguredTargetCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetOtherConfiguredTargetCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetOutputArtifactCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetOutputArtifactCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetOutputFileConfiguredTargetCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetOutputFileConfiguredTargetCount() int32

func (*BuildMetrics_BuildGraphMetrics) GetPostInvocationSkyframeNodeCount added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) GetPostInvocationSkyframeNodeCount() int32

func (*BuildMetrics_BuildGraphMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_BuildGraphMetrics) ProtoMessage()

func (*BuildMetrics_BuildGraphMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_BuildGraphMetrics) Reset added in v1.509.7

func (x *BuildMetrics_BuildGraphMetrics) Reset()

func (*BuildMetrics_BuildGraphMetrics) String added in v1.509.7

type BuildMetrics_CumulativeMetrics added in v1.509.7

type BuildMetrics_CumulativeMetrics struct {
	NumAnalyses int32 `protobuf:"varint,11,opt,name=num_analyses,json=numAnalyses,proto3" json:"num_analyses,omitempty"`
	NumBuilds   int32 `protobuf:"varint,12,opt,name=num_builds,json=numBuilds,proto3" json:"num_builds,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_CumulativeMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_CumulativeMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_CumulativeMetrics) GetNumAnalyses added in v1.509.7

func (x *BuildMetrics_CumulativeMetrics) GetNumAnalyses() int32

func (*BuildMetrics_CumulativeMetrics) GetNumBuilds added in v1.509.7

func (x *BuildMetrics_CumulativeMetrics) GetNumBuilds() int32

func (*BuildMetrics_CumulativeMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_CumulativeMetrics) ProtoMessage()

func (*BuildMetrics_CumulativeMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_CumulativeMetrics) Reset added in v1.509.7

func (x *BuildMetrics_CumulativeMetrics) Reset()

func (*BuildMetrics_CumulativeMetrics) String added in v1.509.7

type BuildMetrics_DynamicExecutionMetrics added in v1.509.7

type BuildMetrics_DynamicExecutionMetrics struct {
	RaceStatistics []*BuildMetrics_DynamicExecutionMetrics_RaceStatistics `protobuf:"bytes,1,rep,name=race_statistics,json=raceStatistics,proto3" json:"race_statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_DynamicExecutionMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_DynamicExecutionMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_DynamicExecutionMetrics) GetRaceStatistics added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics) ProtoMessage()

func (*BuildMetrics_DynamicExecutionMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics) Reset added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics) String added in v1.509.7

type BuildMetrics_DynamicExecutionMetrics_RaceStatistics added in v1.509.7

type BuildMetrics_DynamicExecutionMetrics_RaceStatistics struct {
	Mnemonic     string `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	LocalRunner  string `protobuf:"bytes,2,opt,name=local_runner,json=localRunner,proto3" json:"local_runner,omitempty"`
	RemoteRunner string `protobuf:"bytes,3,opt,name=remote_runner,json=remoteRunner,proto3" json:"remote_runner,omitempty"`
	LocalWins    int32  `protobuf:"varint,4,opt,name=local_wins,json=localWins,proto3" json:"local_wins,omitempty"`
	RemoteWins   int32  `protobuf:"varint,5,opt,name=remote_wins,json=remoteWins,proto3" json:"remote_wins,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) Descriptor deprecated added in v1.509.7

Deprecated: Use BuildMetrics_DynamicExecutionMetrics_RaceStatistics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) GetLocalRunner added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) GetLocalWins added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) GetMnemonic added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) GetRemoteRunner added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) GetRemoteWins added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) ProtoMessage added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) ProtoReflect added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) Reset added in v1.509.7

func (*BuildMetrics_DynamicExecutionMetrics_RaceStatistics) String added in v1.509.7

type BuildMetrics_MemoryMetrics

type BuildMetrics_MemoryMetrics struct {
	UsedHeapSizePostBuild          int64                                        `` /* 131-byte string literal not displayed */
	PeakPostGcHeapSize             int64                                        `protobuf:"varint,2,opt,name=peak_post_gc_heap_size,json=peakPostGcHeapSize,proto3" json:"peak_post_gc_heap_size,omitempty"`
	PeakPostGcTenuredSpaceHeapSize int64                                        `` /* 162-byte string literal not displayed */
	GarbageMetrics                 []*BuildMetrics_MemoryMetrics_GarbageMetrics `protobuf:"bytes,3,rep,name=garbage_metrics,json=garbageMetrics,proto3" json:"garbage_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_MemoryMetrics) Descriptor deprecated

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

Deprecated: Use BuildMetrics_MemoryMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_MemoryMetrics) GetGarbageMetrics added in v1.509.7

func (*BuildMetrics_MemoryMetrics) GetPeakPostGcHeapSize

func (x *BuildMetrics_MemoryMetrics) GetPeakPostGcHeapSize() int64

func (*BuildMetrics_MemoryMetrics) GetPeakPostGcTenuredSpaceHeapSize added in v1.509.7

func (x *BuildMetrics_MemoryMetrics) GetPeakPostGcTenuredSpaceHeapSize() int64

func (*BuildMetrics_MemoryMetrics) GetUsedHeapSizePostBuild

func (x *BuildMetrics_MemoryMetrics) GetUsedHeapSizePostBuild() int64

func (*BuildMetrics_MemoryMetrics) ProtoMessage

func (*BuildMetrics_MemoryMetrics) ProtoMessage()

func (*BuildMetrics_MemoryMetrics) ProtoReflect

func (*BuildMetrics_MemoryMetrics) Reset

func (x *BuildMetrics_MemoryMetrics) Reset()

func (*BuildMetrics_MemoryMetrics) String

func (x *BuildMetrics_MemoryMetrics) String() string

type BuildMetrics_MemoryMetrics_GarbageMetrics added in v1.509.7

type BuildMetrics_MemoryMetrics_GarbageMetrics struct {
	Type             string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	GarbageCollected int64  `protobuf:"varint,2,opt,name=garbage_collected,json=garbageCollected,proto3" json:"garbage_collected,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_MemoryMetrics_GarbageMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) GetGarbageCollected added in v1.509.7

func (x *BuildMetrics_MemoryMetrics_GarbageMetrics) GetGarbageCollected() int64

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) GetType added in v1.509.7

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) Reset added in v1.509.7

func (*BuildMetrics_MemoryMetrics_GarbageMetrics) String added in v1.509.7

type BuildMetrics_NetworkMetrics added in v1.509.7

type BuildMetrics_NetworkMetrics struct {
	SystemNetworkStats *BuildMetrics_NetworkMetrics_SystemNetworkStats `protobuf:"bytes,1,opt,name=system_network_stats,json=systemNetworkStats,proto3" json:"system_network_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_NetworkMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_NetworkMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_NetworkMetrics) GetSystemNetworkStats added in v1.509.7

func (*BuildMetrics_NetworkMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_NetworkMetrics) ProtoMessage()

func (*BuildMetrics_NetworkMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_NetworkMetrics) Reset added in v1.509.7

func (x *BuildMetrics_NetworkMetrics) Reset()

func (*BuildMetrics_NetworkMetrics) String added in v1.509.7

func (x *BuildMetrics_NetworkMetrics) String() string

type BuildMetrics_NetworkMetrics_SystemNetworkStats added in v1.509.7

type BuildMetrics_NetworkMetrics_SystemNetworkStats struct {
	BytesSent             uint64 `protobuf:"varint,1,opt,name=bytes_sent,json=bytesSent,proto3" json:"bytes_sent,omitempty"`
	BytesRecv             uint64 `protobuf:"varint,2,opt,name=bytes_recv,json=bytesRecv,proto3" json:"bytes_recv,omitempty"`
	PacketsSent           uint64 `protobuf:"varint,3,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"`
	PacketsRecv           uint64 `protobuf:"varint,4,opt,name=packets_recv,json=packetsRecv,proto3" json:"packets_recv,omitempty"`
	PeakBytesSentPerSec   uint64 `protobuf:"varint,5,opt,name=peak_bytes_sent_per_sec,json=peakBytesSentPerSec,proto3" json:"peak_bytes_sent_per_sec,omitempty"`
	PeakBytesRecvPerSec   uint64 `protobuf:"varint,6,opt,name=peak_bytes_recv_per_sec,json=peakBytesRecvPerSec,proto3" json:"peak_bytes_recv_per_sec,omitempty"`
	PeakPacketsSentPerSec uint64 `` /* 131-byte string literal not displayed */
	PeakPacketsRecvPerSec uint64 `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) Descriptor deprecated added in v1.509.7

Deprecated: Use BuildMetrics_NetworkMetrics_SystemNetworkStats.ProtoReflect.Descriptor instead.

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetBytesRecv added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetBytesSent added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPacketsRecv added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPacketsSent added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakBytesRecvPerSec added in v1.509.7

func (x *BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakBytesRecvPerSec() uint64

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakBytesSentPerSec added in v1.509.7

func (x *BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakBytesSentPerSec() uint64

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakPacketsRecvPerSec added in v1.509.7

func (x *BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakPacketsRecvPerSec() uint64

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakPacketsSentPerSec added in v1.509.7

func (x *BuildMetrics_NetworkMetrics_SystemNetworkStats) GetPeakPacketsSentPerSec() uint64

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) ProtoMessage added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) ProtoReflect added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) Reset added in v1.509.7

func (*BuildMetrics_NetworkMetrics_SystemNetworkStats) String added in v1.509.7

type BuildMetrics_PackageMetrics

type BuildMetrics_PackageMetrics struct {
	PackagesLoaded     int64                                  `protobuf:"varint,1,opt,name=packages_loaded,json=packagesLoaded,proto3" json:"packages_loaded,omitempty"`
	PackageLoadMetrics []*packages_metrics.PackageLoadMetrics `protobuf:"bytes,2,rep,name=package_load_metrics,json=packageLoadMetrics,proto3" json:"package_load_metrics,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_PackageMetrics) Descriptor deprecated

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

Deprecated: Use BuildMetrics_PackageMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_PackageMetrics) GetPackageLoadMetrics added in v1.509.7

func (x *BuildMetrics_PackageMetrics) GetPackageLoadMetrics() []*packages_metrics.PackageLoadMetrics

func (*BuildMetrics_PackageMetrics) GetPackagesLoaded

func (x *BuildMetrics_PackageMetrics) GetPackagesLoaded() int64

func (*BuildMetrics_PackageMetrics) ProtoMessage

func (*BuildMetrics_PackageMetrics) ProtoMessage()

func (*BuildMetrics_PackageMetrics) ProtoReflect

func (*BuildMetrics_PackageMetrics) Reset

func (x *BuildMetrics_PackageMetrics) Reset()

func (*BuildMetrics_PackageMetrics) String

func (x *BuildMetrics_PackageMetrics) String() string

type BuildMetrics_TargetMetrics

type BuildMetrics_TargetMetrics struct {
	TargetsLoaded                        int64 `protobuf:"varint,1,opt,name=targets_loaded,json=targetsLoaded,proto3" json:"targets_loaded,omitempty"`
	TargetsConfigured                    int64 `protobuf:"varint,2,opt,name=targets_configured,json=targetsConfigured,proto3" json:"targets_configured,omitempty"`
	TargetsConfiguredNotIncludingAspects int64 `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_TargetMetrics) Descriptor deprecated

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

Deprecated: Use BuildMetrics_TargetMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_TargetMetrics) GetTargetsConfigured

func (x *BuildMetrics_TargetMetrics) GetTargetsConfigured() int64

func (*BuildMetrics_TargetMetrics) GetTargetsConfiguredNotIncludingAspects added in v1.509.7

func (x *BuildMetrics_TargetMetrics) GetTargetsConfiguredNotIncludingAspects() int64

func (*BuildMetrics_TargetMetrics) GetTargetsLoaded

func (x *BuildMetrics_TargetMetrics) GetTargetsLoaded() int64

func (*BuildMetrics_TargetMetrics) ProtoMessage

func (*BuildMetrics_TargetMetrics) ProtoMessage()

func (*BuildMetrics_TargetMetrics) ProtoReflect

func (*BuildMetrics_TargetMetrics) Reset

func (x *BuildMetrics_TargetMetrics) Reset()

func (*BuildMetrics_TargetMetrics) String

func (x *BuildMetrics_TargetMetrics) String() string

type BuildMetrics_TimingMetrics

type BuildMetrics_TimingMetrics struct {
	CpuTimeInMs               int64 `protobuf:"varint,1,opt,name=cpu_time_in_ms,json=cpuTimeInMs,proto3" json:"cpu_time_in_ms,omitempty"`
	WallTimeInMs              int64 `protobuf:"varint,2,opt,name=wall_time_in_ms,json=wallTimeInMs,proto3" json:"wall_time_in_ms,omitempty"`
	AnalysisPhaseTimeInMs     int64 `` /* 131-byte string literal not displayed */
	ExecutionPhaseTimeInMs    int64 `` /* 134-byte string literal not displayed */
	ActionsExecutionStartInMs int64 `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_TimingMetrics) Descriptor deprecated

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

Deprecated: Use BuildMetrics_TimingMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_TimingMetrics) GetActionsExecutionStartInMs added in v1.509.25

func (x *BuildMetrics_TimingMetrics) GetActionsExecutionStartInMs() int64

func (*BuildMetrics_TimingMetrics) GetAnalysisPhaseTimeInMs added in v1.509.7

func (x *BuildMetrics_TimingMetrics) GetAnalysisPhaseTimeInMs() int64

func (*BuildMetrics_TimingMetrics) GetCpuTimeInMs

func (x *BuildMetrics_TimingMetrics) GetCpuTimeInMs() int64

func (*BuildMetrics_TimingMetrics) GetExecutionPhaseTimeInMs added in v1.509.7

func (x *BuildMetrics_TimingMetrics) GetExecutionPhaseTimeInMs() int64

func (*BuildMetrics_TimingMetrics) GetWallTimeInMs

func (x *BuildMetrics_TimingMetrics) GetWallTimeInMs() int64

func (*BuildMetrics_TimingMetrics) ProtoMessage

func (*BuildMetrics_TimingMetrics) ProtoMessage()

func (*BuildMetrics_TimingMetrics) ProtoReflect

func (*BuildMetrics_TimingMetrics) Reset

func (x *BuildMetrics_TimingMetrics) Reset()

func (*BuildMetrics_TimingMetrics) String

func (x *BuildMetrics_TimingMetrics) String() string

type BuildMetrics_WorkerMetrics added in v1.509.7

type BuildMetrics_WorkerMetrics struct {

	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	WorkerId             int32                                     `protobuf:"varint,1,opt,name=worker_id,json=workerId,proto3" json:"worker_id,omitempty"`
	WorkerIds            []uint32                                  `protobuf:"varint,8,rep,packed,name=worker_ids,json=workerIds,proto3" json:"worker_ids,omitempty"`
	ProcessId            uint32                                    `protobuf:"varint,2,opt,name=process_id,json=processId,proto3" json:"process_id,omitempty"`
	Mnemonic             string                                    `protobuf:"bytes,3,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	IsMultiplex          bool                                      `protobuf:"varint,4,opt,name=is_multiplex,json=isMultiplex,proto3" json:"is_multiplex,omitempty"`
	IsSandbox            bool                                      `protobuf:"varint,5,opt,name=is_sandbox,json=isSandbox,proto3" json:"is_sandbox,omitempty"`
	IsMeasurable         bool                                      `protobuf:"varint,6,opt,name=is_measurable,json=isMeasurable,proto3" json:"is_measurable,omitempty"`
	WorkerKeyHash        int64                                     `protobuf:"varint,9,opt,name=worker_key_hash,json=workerKeyHash,proto3" json:"worker_key_hash,omitempty"`
	WorkerStatus         BuildMetrics_WorkerMetrics_WorkerStatus   `` /* 163-byte string literal not displayed */
	Code                 *failure_details.Worker_Code              `protobuf:"varint,12,opt,name=code,proto3,enum=failure_details.Worker_Code,oneof" json:"code,omitempty"`
	ActionsExecuted      int64                                     `protobuf:"varint,11,opt,name=actions_executed,json=actionsExecuted,proto3" json:"actions_executed,omitempty"`
	PriorActionsExecuted int64                                     `protobuf:"varint,13,opt,name=prior_actions_executed,json=priorActionsExecuted,proto3" json:"prior_actions_executed,omitempty"`
	WorkerStats          []*BuildMetrics_WorkerMetrics_WorkerStats `protobuf:"bytes,7,rep,name=worker_stats,json=workerStats,proto3" json:"worker_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_WorkerMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_WorkerMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_WorkerMetrics) GetActionsExecuted added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetActionsExecuted() int64

func (*BuildMetrics_WorkerMetrics) GetCode added in v1.509.7

func (*BuildMetrics_WorkerMetrics) GetIsMeasurable added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetIsMeasurable() bool

func (*BuildMetrics_WorkerMetrics) GetIsMultiplex added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetIsMultiplex() bool

func (*BuildMetrics_WorkerMetrics) GetIsSandbox added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetIsSandbox() bool

func (*BuildMetrics_WorkerMetrics) GetMnemonic added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetMnemonic() string

func (*BuildMetrics_WorkerMetrics) GetPriorActionsExecuted added in v1.509.25

func (x *BuildMetrics_WorkerMetrics) GetPriorActionsExecuted() int64

func (*BuildMetrics_WorkerMetrics) GetProcessId added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetProcessId() uint32

func (*BuildMetrics_WorkerMetrics) GetWorkerId deprecated added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetWorkerId() int32

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildMetrics_WorkerMetrics) GetWorkerIds added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetWorkerIds() []uint32

func (*BuildMetrics_WorkerMetrics) GetWorkerKeyHash added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) GetWorkerKeyHash() int64

func (*BuildMetrics_WorkerMetrics) GetWorkerStats added in v1.509.7

func (*BuildMetrics_WorkerMetrics) GetWorkerStatus added in v1.509.7

func (*BuildMetrics_WorkerMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_WorkerMetrics) ProtoMessage()

func (*BuildMetrics_WorkerMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_WorkerMetrics) Reset added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) Reset()

func (*BuildMetrics_WorkerMetrics) String added in v1.509.7

func (x *BuildMetrics_WorkerMetrics) String() string

type BuildMetrics_WorkerMetrics_WorkerStats added in v1.509.7

type BuildMetrics_WorkerMetrics_WorkerStats struct {
	CollectTimeInMs         int64 `protobuf:"varint,1,opt,name=collect_time_in_ms,json=collectTimeInMs,proto3" json:"collect_time_in_ms,omitempty"`
	WorkerMemoryInKb        int32 `protobuf:"varint,2,opt,name=worker_memory_in_kb,json=workerMemoryInKb,proto3" json:"worker_memory_in_kb,omitempty"`
	PriorWorkerMemoryInKb   int32 `` /* 131-byte string literal not displayed */
	LastActionStartTimeInMs int64 `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BuildMetrics_WorkerMetrics_WorkerStats) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_WorkerMetrics_WorkerStats.ProtoReflect.Descriptor instead.

func (*BuildMetrics_WorkerMetrics_WorkerStats) GetCollectTimeInMs added in v1.509.7

func (x *BuildMetrics_WorkerMetrics_WorkerStats) GetCollectTimeInMs() int64

func (*BuildMetrics_WorkerMetrics_WorkerStats) GetLastActionStartTimeInMs added in v1.509.7

func (x *BuildMetrics_WorkerMetrics_WorkerStats) GetLastActionStartTimeInMs() int64

func (*BuildMetrics_WorkerMetrics_WorkerStats) GetPriorWorkerMemoryInKb added in v1.509.25

func (x *BuildMetrics_WorkerMetrics_WorkerStats) GetPriorWorkerMemoryInKb() int32

func (*BuildMetrics_WorkerMetrics_WorkerStats) GetWorkerMemoryInKb added in v1.509.7

func (x *BuildMetrics_WorkerMetrics_WorkerStats) GetWorkerMemoryInKb() int32

func (*BuildMetrics_WorkerMetrics_WorkerStats) ProtoMessage added in v1.509.7

func (*BuildMetrics_WorkerMetrics_WorkerStats) ProtoReflect added in v1.509.7

func (*BuildMetrics_WorkerMetrics_WorkerStats) Reset added in v1.509.7

func (*BuildMetrics_WorkerMetrics_WorkerStats) String added in v1.509.7

type BuildMetrics_WorkerMetrics_WorkerStatus added in v1.509.7

type BuildMetrics_WorkerMetrics_WorkerStatus int32
const (
	BuildMetrics_WorkerMetrics_NOT_STARTED                         BuildMetrics_WorkerMetrics_WorkerStatus = 0
	BuildMetrics_WorkerMetrics_ALIVE                               BuildMetrics_WorkerMetrics_WorkerStatus = 1
	BuildMetrics_WorkerMetrics_KILLED_DUE_TO_MEMORY_PRESSURE       BuildMetrics_WorkerMetrics_WorkerStatus = 2
	BuildMetrics_WorkerMetrics_KILLED_UNKNOWN                      BuildMetrics_WorkerMetrics_WorkerStatus = 3
	BuildMetrics_WorkerMetrics_KILLED_DUE_TO_INTERRUPTED_EXCEPTION BuildMetrics_WorkerMetrics_WorkerStatus = 4
	BuildMetrics_WorkerMetrics_KILLED_DUE_TO_IO_EXCEPTION          BuildMetrics_WorkerMetrics_WorkerStatus = 5
	BuildMetrics_WorkerMetrics_KILLED_DUE_TO_USER_EXEC_EXCEPTION   BuildMetrics_WorkerMetrics_WorkerStatus = 6
)

func (BuildMetrics_WorkerMetrics_WorkerStatus) Descriptor added in v1.509.7

func (BuildMetrics_WorkerMetrics_WorkerStatus) Enum added in v1.509.7

func (BuildMetrics_WorkerMetrics_WorkerStatus) EnumDescriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_WorkerMetrics_WorkerStatus.Descriptor instead.

func (BuildMetrics_WorkerMetrics_WorkerStatus) Number added in v1.509.7

func (BuildMetrics_WorkerMetrics_WorkerStatus) String added in v1.509.7

func (BuildMetrics_WorkerMetrics_WorkerStatus) Type added in v1.509.7

type BuildMetrics_WorkerPoolMetrics added in v1.509.7

type BuildMetrics_WorkerPoolMetrics struct {
	WorkerPoolStats []*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats `protobuf:"bytes,1,rep,name=worker_pool_stats,json=workerPoolStats,proto3" json:"worker_pool_stats,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_WorkerPoolMetrics) Descriptor deprecated added in v1.509.7

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

Deprecated: Use BuildMetrics_WorkerPoolMetrics.ProtoReflect.Descriptor instead.

func (*BuildMetrics_WorkerPoolMetrics) GetWorkerPoolStats added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics) ProtoMessage added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics) ProtoMessage()

func (*BuildMetrics_WorkerPoolMetrics) ProtoReflect added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics) Reset added in v1.509.7

func (x *BuildMetrics_WorkerPoolMetrics) Reset()

func (*BuildMetrics_WorkerPoolMetrics) String added in v1.509.7

type BuildMetrics_WorkerPoolMetrics_WorkerPoolStats added in v1.509.7

type BuildMetrics_WorkerPoolMetrics_WorkerPoolStats struct {
	Hash                               int32  `protobuf:"varint,1,opt,name=hash,proto3" json:"hash,omitempty"`
	Mnemonic                           string `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	CreatedCount                       int64  `protobuf:"varint,3,opt,name=created_count,json=createdCount,proto3" json:"created_count,omitempty"`
	DestroyedCount                     int64  `protobuf:"varint,4,opt,name=destroyed_count,json=destroyedCount,proto3" json:"destroyed_count,omitempty"`
	EvictedCount                       int64  `protobuf:"varint,5,opt,name=evicted_count,json=evictedCount,proto3" json:"evicted_count,omitempty"`
	UserExecExceptionDestroyedCount    int64  `` /* 161-byte string literal not displayed */
	IoExceptionDestroyedCount          int64  `` /* 141-byte string literal not displayed */
	InterruptedExceptionDestroyedCount int64  `` /* 168-byte string literal not displayed */
	UnknownDestroyedCount              int64  `` /* 127-byte string literal not displayed */
	AliveCount                         int64  `protobuf:"varint,10,opt,name=alive_count,json=aliveCount,proto3" json:"alive_count,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) Descriptor deprecated added in v1.509.7

Deprecated: Use BuildMetrics_WorkerPoolMetrics_WorkerPoolStats.ProtoReflect.Descriptor instead.

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetAliveCount added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetCreatedCount added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetDestroyedCount added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetEvictedCount added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetHash added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetInterruptedExceptionDestroyedCount added in v1.509.7

func (x *BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetInterruptedExceptionDestroyedCount() int64

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetIoExceptionDestroyedCount added in v1.509.7

func (x *BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetIoExceptionDestroyedCount() int64

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetMnemonic added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetUnknownDestroyedCount added in v1.509.7

func (x *BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetUnknownDestroyedCount() int64

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetUserExecExceptionDestroyedCount added in v1.509.7

func (x *BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) GetUserExecExceptionDestroyedCount() int64

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) ProtoMessage added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) ProtoReflect added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) Reset added in v1.509.7

func (*BuildMetrics_WorkerPoolMetrics_WorkerPoolStats) String added in v1.509.7

type BuildStarted

type BuildStarted struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	StartTimeMillis    int64                  `protobuf:"varint,2,opt,name=start_time_millis,json=startTimeMillis,proto3" json:"start_time_millis,omitempty"`
	StartTime          *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	BuildToolVersion   string                 `protobuf:"bytes,3,opt,name=build_tool_version,json=buildToolVersion,proto3" json:"build_tool_version,omitempty"`
	OptionsDescription string                 `protobuf:"bytes,4,opt,name=options_description,json=optionsDescription,proto3" json:"options_description,omitempty"`
	Command            string                 `protobuf:"bytes,5,opt,name=command,proto3" json:"command,omitempty"`
	WorkingDirectory   string                 `protobuf:"bytes,6,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	WorkspaceDirectory string                 `protobuf:"bytes,7,opt,name=workspace_directory,json=workspaceDirectory,proto3" json:"workspace_directory,omitempty"`
	ServerPid          int64                  `protobuf:"varint,8,opt,name=server_pid,json=serverPid,proto3" json:"server_pid,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildStarted) Descriptor deprecated

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

Deprecated: Use BuildStarted.ProtoReflect.Descriptor instead.

func (*BuildStarted) GetBuildToolVersion

func (x *BuildStarted) GetBuildToolVersion() string

func (*BuildStarted) GetCommand

func (x *BuildStarted) GetCommand() string

func (*BuildStarted) GetOptionsDescription

func (x *BuildStarted) GetOptionsDescription() string

func (*BuildStarted) GetServerPid

func (x *BuildStarted) GetServerPid() int64

func (*BuildStarted) GetStartTime added in v1.509.7

func (x *BuildStarted) GetStartTime() *timestamppb.Timestamp

func (*BuildStarted) GetStartTimeMillis deprecated

func (x *BuildStarted) GetStartTimeMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*BuildStarted) GetUuid

func (x *BuildStarted) GetUuid() string

func (*BuildStarted) GetWorkingDirectory

func (x *BuildStarted) GetWorkingDirectory() string

func (*BuildStarted) GetWorkspaceDirectory

func (x *BuildStarted) GetWorkspaceDirectory() string

func (*BuildStarted) ProtoMessage

func (*BuildStarted) ProtoMessage()

func (*BuildStarted) ProtoReflect

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

func (*BuildStarted) Reset

func (x *BuildStarted) Reset()

func (*BuildStarted) String

func (x *BuildStarted) String() string

type BuildToolLogs

type BuildToolLogs struct {
	Log []*File `protobuf:"bytes,1,rep,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildToolLogs) Descriptor deprecated

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

Deprecated: Use BuildToolLogs.ProtoReflect.Descriptor instead.

func (*BuildToolLogs) GetLog

func (x *BuildToolLogs) GetLog() []*File

func (*BuildToolLogs) ProtoMessage

func (*BuildToolLogs) ProtoMessage()

func (*BuildToolLogs) ProtoReflect

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

func (*BuildToolLogs) Reset

func (x *BuildToolLogs) Reset()

func (*BuildToolLogs) String

func (x *BuildToolLogs) String() string

type Configuration

type Configuration struct {
	Mnemonic     string            `protobuf:"bytes,1,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"`
	PlatformName string            `protobuf:"bytes,2,opt,name=platform_name,json=platformName,proto3" json:"platform_name,omitempty"`
	Cpu          string            `protobuf:"bytes,3,opt,name=cpu,proto3" json:"cpu,omitempty"`
	MakeVariable map[string]string `` /* 185-byte string literal not displayed */
	IsTool       bool              `protobuf:"varint,5,opt,name=is_tool,json=isTool,proto3" json:"is_tool,omitempty"`
	// contains filtered or unexported fields
}

func (*Configuration) Descriptor deprecated

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

Deprecated: Use Configuration.ProtoReflect.Descriptor instead.

func (*Configuration) GetCpu

func (x *Configuration) GetCpu() string

func (*Configuration) GetIsTool added in v1.509.7

func (x *Configuration) GetIsTool() bool

func (*Configuration) GetMakeVariable

func (x *Configuration) GetMakeVariable() map[string]string

func (*Configuration) GetMnemonic

func (x *Configuration) GetMnemonic() string

func (*Configuration) GetPlatformName

func (x *Configuration) GetPlatformName() string

func (*Configuration) ProtoMessage

func (*Configuration) ProtoMessage()

func (*Configuration) ProtoReflect

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

func (*Configuration) Reset

func (x *Configuration) Reset()

func (*Configuration) String

func (x *Configuration) String() string
type ConvenienceSymlink struct {
	Path   string                    `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Action ConvenienceSymlink_Action `protobuf:"varint,2,opt,name=action,proto3,enum=build_event_stream.ConvenienceSymlink_Action" json:"action,omitempty"`
	Target string                    `protobuf:"bytes,3,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*ConvenienceSymlink) Descriptor deprecated

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

Deprecated: Use ConvenienceSymlink.ProtoReflect.Descriptor instead.

func (*ConvenienceSymlink) GetAction

func (*ConvenienceSymlink) GetPath

func (x *ConvenienceSymlink) GetPath() string

func (*ConvenienceSymlink) GetTarget

func (x *ConvenienceSymlink) GetTarget() string

func (*ConvenienceSymlink) ProtoMessage

func (*ConvenienceSymlink) ProtoMessage()

func (*ConvenienceSymlink) ProtoReflect

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

func (*ConvenienceSymlink) Reset

func (x *ConvenienceSymlink) Reset()

func (*ConvenienceSymlink) String

func (x *ConvenienceSymlink) String() string
type ConvenienceSymlink_Action int32
const (
	ConvenienceSymlink_UNKNOWN ConvenienceSymlink_Action = 0
	ConvenienceSymlink_CREATE  ConvenienceSymlink_Action = 1
	ConvenienceSymlink_DELETE  ConvenienceSymlink_Action = 2
)
func (ConvenienceSymlink_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConvenienceSymlink_Action.Descriptor instead.

func (x ConvenienceSymlink_Action) String() string

type ConvenienceSymlinksIdentified

type ConvenienceSymlinksIdentified struct {
	ConvenienceSymlinks []*ConvenienceSymlink `protobuf:"bytes,1,rep,name=convenience_symlinks,json=convenienceSymlinks,proto3" json:"convenience_symlinks,omitempty"`
	// contains filtered or unexported fields
}

func (*ConvenienceSymlinksIdentified) Descriptor deprecated

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

Deprecated: Use ConvenienceSymlinksIdentified.ProtoReflect.Descriptor instead.

func (x *ConvenienceSymlinksIdentified) GetConvenienceSymlinks() []*ConvenienceSymlink

func (*ConvenienceSymlinksIdentified) ProtoMessage

func (*ConvenienceSymlinksIdentified) ProtoMessage()

func (*ConvenienceSymlinksIdentified) ProtoReflect

func (*ConvenienceSymlinksIdentified) Reset

func (x *ConvenienceSymlinksIdentified) Reset()

func (*ConvenienceSymlinksIdentified) String

type EnvironmentVariable added in v1.509.7

type EnvironmentVariable struct {
	Name  []byte `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentVariable) Descriptor deprecated added in v1.509.7

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

Deprecated: Use EnvironmentVariable.ProtoReflect.Descriptor instead.

func (*EnvironmentVariable) GetName added in v1.509.7

func (x *EnvironmentVariable) GetName() []byte

func (*EnvironmentVariable) GetValue added in v1.509.7

func (x *EnvironmentVariable) GetValue() []byte

func (*EnvironmentVariable) ProtoMessage added in v1.509.7

func (*EnvironmentVariable) ProtoMessage()

func (*EnvironmentVariable) ProtoReflect added in v1.509.7

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

func (*EnvironmentVariable) Reset added in v1.509.7

func (x *EnvironmentVariable) Reset()

func (*EnvironmentVariable) String added in v1.509.7

func (x *EnvironmentVariable) String() string

type ExecRequestConstructed added in v1.509.7

type ExecRequestConstructed struct {
	WorkingDirectory           []byte                 `protobuf:"bytes,1,opt,name=working_directory,json=workingDirectory,proto3" json:"working_directory,omitempty"`
	Argv                       [][]byte               `protobuf:"bytes,2,rep,name=argv,proto3" json:"argv,omitempty"`
	EnvironmentVariable        []*EnvironmentVariable `protobuf:"bytes,3,rep,name=environment_variable,json=environmentVariable,proto3" json:"environment_variable,omitempty"`
	EnvironmentVariableToClear [][]byte               `` /* 143-byte string literal not displayed */
	ShouldExec                 bool                   `protobuf:"varint,5,opt,name=should_exec,json=shouldExec,proto3" json:"should_exec,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecRequestConstructed) Descriptor deprecated added in v1.509.7

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

Deprecated: Use ExecRequestConstructed.ProtoReflect.Descriptor instead.

func (*ExecRequestConstructed) GetArgv added in v1.509.7

func (x *ExecRequestConstructed) GetArgv() [][]byte

func (*ExecRequestConstructed) GetEnvironmentVariable added in v1.509.7

func (x *ExecRequestConstructed) GetEnvironmentVariable() []*EnvironmentVariable

func (*ExecRequestConstructed) GetEnvironmentVariableToClear added in v1.509.7

func (x *ExecRequestConstructed) GetEnvironmentVariableToClear() [][]byte

func (*ExecRequestConstructed) GetShouldExec added in v1.509.7

func (x *ExecRequestConstructed) GetShouldExec() bool

func (*ExecRequestConstructed) GetWorkingDirectory added in v1.509.7

func (x *ExecRequestConstructed) GetWorkingDirectory() []byte

func (*ExecRequestConstructed) ProtoMessage added in v1.509.7

func (*ExecRequestConstructed) ProtoMessage()

func (*ExecRequestConstructed) ProtoReflect added in v1.509.7

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

func (*ExecRequestConstructed) Reset added in v1.509.7

func (x *ExecRequestConstructed) Reset()

func (*ExecRequestConstructed) String added in v1.509.7

func (x *ExecRequestConstructed) String() string

type Fetch

type Fetch struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*Fetch) Descriptor deprecated

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

Deprecated: Use Fetch.ProtoReflect.Descriptor instead.

func (*Fetch) GetSuccess

func (x *Fetch) GetSuccess() bool

func (*Fetch) ProtoMessage

func (*Fetch) ProtoMessage()

func (*Fetch) ProtoReflect

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

func (*Fetch) Reset

func (x *Fetch) Reset()

func (*Fetch) String

func (x *Fetch) String() string

type File

type File struct {
	PathPrefix []string `protobuf:"bytes,4,rep,name=path_prefix,json=pathPrefix,proto3" json:"path_prefix,omitempty"`
	Name       string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to File:
	//
	//	*File_Uri
	//	*File_Contents
	//	*File_SymlinkTargetPath
	File   isFile_File `protobuf_oneof:"file"`
	Digest string      `protobuf:"bytes,5,opt,name=digest,proto3" json:"digest,omitempty"`
	Length int64       `protobuf:"varint,6,opt,name=length,proto3" json:"length,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContents

func (x *File) GetContents() []byte

func (*File) GetDigest added in v1.509.7

func (x *File) GetDigest() string

func (*File) GetFile

func (m *File) GetFile() isFile_File

func (*File) GetLength added in v1.509.7

func (x *File) GetLength() int64

func (*File) GetName

func (x *File) GetName() string

func (*File) GetPathPrefix

func (x *File) GetPathPrefix() []string

func (*File) GetSymlinkTargetPath added in v1.509.7

func (x *File) GetSymlinkTargetPath() string

func (*File) GetUri

func (x *File) GetUri() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type File_Contents

type File_Contents struct {
	Contents []byte `protobuf:"bytes,3,opt,name=contents,proto3,oneof"`
}

type File_SymlinkTargetPath added in v1.509.7

type File_SymlinkTargetPath struct {
	SymlinkTargetPath string `protobuf:"bytes,7,opt,name=symlink_target_path,json=symlinkTargetPath,proto3,oneof"`
}

type File_Uri

type File_Uri struct {
	Uri string `protobuf:"bytes,2,opt,name=uri,proto3,oneof"`
}

type NamedSetOfFiles

type NamedSetOfFiles struct {
	Files    []*File                           `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	FileSets []*BuildEventId_NamedSetOfFilesId `protobuf:"bytes,2,rep,name=file_sets,json=fileSets,proto3" json:"file_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*NamedSetOfFiles) Descriptor deprecated

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

Deprecated: Use NamedSetOfFiles.ProtoReflect.Descriptor instead.

func (*NamedSetOfFiles) GetFileSets

func (x *NamedSetOfFiles) GetFileSets() []*BuildEventId_NamedSetOfFilesId

func (*NamedSetOfFiles) GetFiles

func (x *NamedSetOfFiles) GetFiles() []*File

func (*NamedSetOfFiles) ProtoMessage

func (*NamedSetOfFiles) ProtoMessage()

func (*NamedSetOfFiles) ProtoReflect

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

func (*NamedSetOfFiles) Reset

func (x *NamedSetOfFiles) Reset()

func (*NamedSetOfFiles) String

func (x *NamedSetOfFiles) String() string

type OptionsParsed

type OptionsParsed struct {
	StartupOptions         []string                            `protobuf:"bytes,1,rep,name=startup_options,json=startupOptions,proto3" json:"startup_options,omitempty"`
	ExplicitStartupOptions []string                            `` /* 129-byte string literal not displayed */
	CmdLine                []string                            `protobuf:"bytes,3,rep,name=cmd_line,json=cmdLine,proto3" json:"cmd_line,omitempty"`
	ExplicitCmdLine        []string                            `protobuf:"bytes,4,rep,name=explicit_cmd_line,json=explicitCmdLine,proto3" json:"explicit_cmd_line,omitempty"`
	InvocationPolicy       *invocation_policy.InvocationPolicy `protobuf:"bytes,5,opt,name=invocation_policy,json=invocationPolicy,proto3" json:"invocation_policy,omitempty"`
	ToolTag                string                              `protobuf:"bytes,6,opt,name=tool_tag,json=toolTag,proto3" json:"tool_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*OptionsParsed) Descriptor deprecated

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

Deprecated: Use OptionsParsed.ProtoReflect.Descriptor instead.

func (*OptionsParsed) GetCmdLine

func (x *OptionsParsed) GetCmdLine() []string

func (*OptionsParsed) GetExplicitCmdLine

func (x *OptionsParsed) GetExplicitCmdLine() []string

func (*OptionsParsed) GetExplicitStartupOptions

func (x *OptionsParsed) GetExplicitStartupOptions() []string

func (*OptionsParsed) GetInvocationPolicy

func (x *OptionsParsed) GetInvocationPolicy() *invocation_policy.InvocationPolicy

func (*OptionsParsed) GetStartupOptions

func (x *OptionsParsed) GetStartupOptions() []string

func (*OptionsParsed) GetToolTag

func (x *OptionsParsed) GetToolTag() string

func (*OptionsParsed) ProtoMessage

func (*OptionsParsed) ProtoMessage()

func (*OptionsParsed) ProtoReflect

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

func (*OptionsParsed) Reset

func (x *OptionsParsed) Reset()

func (*OptionsParsed) String

func (x *OptionsParsed) String() string

type OutputGroup

type OutputGroup struct {
	Name       string                            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	FileSets   []*BuildEventId_NamedSetOfFilesId `protobuf:"bytes,3,rep,name=file_sets,json=fileSets,proto3" json:"file_sets,omitempty"`
	Incomplete bool                              `protobuf:"varint,4,opt,name=incomplete,proto3" json:"incomplete,omitempty"`
	// contains filtered or unexported fields
}

func (*OutputGroup) Descriptor deprecated

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

Deprecated: Use OutputGroup.ProtoReflect.Descriptor instead.

func (*OutputGroup) GetFileSets

func (x *OutputGroup) GetFileSets() []*BuildEventId_NamedSetOfFilesId

func (*OutputGroup) GetIncomplete added in v1.509.7

func (x *OutputGroup) GetIncomplete() bool

func (*OutputGroup) GetName

func (x *OutputGroup) GetName() string

func (*OutputGroup) ProtoMessage

func (*OutputGroup) ProtoMessage()

func (*OutputGroup) ProtoReflect

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

func (*OutputGroup) Reset

func (x *OutputGroup) Reset()

func (*OutputGroup) String

func (x *OutputGroup) String() string

type PatternExpanded

type PatternExpanded struct {
	TestSuiteExpansions []*PatternExpanded_TestSuiteExpansion `protobuf:"bytes,1,rep,name=test_suite_expansions,json=testSuiteExpansions,proto3" json:"test_suite_expansions,omitempty"`
	// contains filtered or unexported fields
}

func (*PatternExpanded) Descriptor deprecated

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

Deprecated: Use PatternExpanded.ProtoReflect.Descriptor instead.

func (*PatternExpanded) GetTestSuiteExpansions added in v1.509.7

func (x *PatternExpanded) GetTestSuiteExpansions() []*PatternExpanded_TestSuiteExpansion

func (*PatternExpanded) ProtoMessage

func (*PatternExpanded) ProtoMessage()

func (*PatternExpanded) ProtoReflect

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

func (*PatternExpanded) Reset

func (x *PatternExpanded) Reset()

func (*PatternExpanded) String

func (x *PatternExpanded) String() string

type PatternExpanded_TestSuiteExpansion added in v1.509.7

type PatternExpanded_TestSuiteExpansion struct {
	SuiteLabel string   `protobuf:"bytes,1,opt,name=suite_label,json=suiteLabel,proto3" json:"suite_label,omitempty"`
	TestLabels []string `protobuf:"bytes,2,rep,name=test_labels,json=testLabels,proto3" json:"test_labels,omitempty"`
	// contains filtered or unexported fields
}

func (*PatternExpanded_TestSuiteExpansion) Descriptor deprecated added in v1.509.7

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

Deprecated: Use PatternExpanded_TestSuiteExpansion.ProtoReflect.Descriptor instead.

func (*PatternExpanded_TestSuiteExpansion) GetSuiteLabel added in v1.509.7

func (x *PatternExpanded_TestSuiteExpansion) GetSuiteLabel() string

func (*PatternExpanded_TestSuiteExpansion) GetTestLabels added in v1.509.7

func (x *PatternExpanded_TestSuiteExpansion) GetTestLabels() []string

func (*PatternExpanded_TestSuiteExpansion) ProtoMessage added in v1.509.7

func (*PatternExpanded_TestSuiteExpansion) ProtoMessage()

func (*PatternExpanded_TestSuiteExpansion) ProtoReflect added in v1.509.7

func (*PatternExpanded_TestSuiteExpansion) Reset added in v1.509.7

func (*PatternExpanded_TestSuiteExpansion) String added in v1.509.7

type Progress

type Progress struct {
	Stdout string `protobuf:"bytes,1,opt,name=stdout,proto3" json:"stdout,omitempty"`
	Stderr string `protobuf:"bytes,2,opt,name=stderr,proto3" json:"stderr,omitempty"`
	// contains filtered or unexported fields
}

func (*Progress) Descriptor deprecated

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

Deprecated: Use Progress.ProtoReflect.Descriptor instead.

func (*Progress) GetStderr

func (x *Progress) GetStderr() string

func (*Progress) GetStdout

func (x *Progress) GetStdout() string

func (*Progress) ProtoMessage

func (*Progress) ProtoMessage()

func (*Progress) ProtoReflect

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

func (*Progress) Reset

func (x *Progress) Reset()

func (*Progress) String

func (x *Progress) String() string

type TargetComplete

type TargetComplete struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TargetKind string `protobuf:"bytes,5,opt,name=target_kind,json=targetKind,proto3" json:"target_kind,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TestSize    TestSize       `protobuf:"varint,6,opt,name=test_size,json=testSize,proto3,enum=build_event_stream.TestSize" json:"test_size,omitempty"`
	OutputGroup []*OutputGroup `protobuf:"bytes,2,rep,name=output_group,json=outputGroup,proto3" json:"output_group,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	ImportantOutput []*File  `protobuf:"bytes,4,rep,name=important_output,json=importantOutput,proto3" json:"important_output,omitempty"`
	DirectoryOutput []*File  `protobuf:"bytes,8,rep,name=directory_output,json=directoryOutput,proto3" json:"directory_output,omitempty"`
	Tag             []string `protobuf:"bytes,3,rep,name=tag,proto3" json:"tag,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TestTimeoutSeconds int64                          `protobuf:"varint,7,opt,name=test_timeout_seconds,json=testTimeoutSeconds,proto3" json:"test_timeout_seconds,omitempty"`
	TestTimeout        *durationpb.Duration           `protobuf:"bytes,10,opt,name=test_timeout,json=testTimeout,proto3" json:"test_timeout,omitempty"`
	FailureDetail      *failure_details.FailureDetail `protobuf:"bytes,9,opt,name=failure_detail,json=failureDetail,proto3" json:"failure_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetComplete) Descriptor deprecated

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

Deprecated: Use TargetComplete.ProtoReflect.Descriptor instead.

func (*TargetComplete) GetDirectoryOutput

func (x *TargetComplete) GetDirectoryOutput() []*File

func (*TargetComplete) GetFailureDetail

func (x *TargetComplete) GetFailureDetail() *failure_details.FailureDetail

func (*TargetComplete) GetImportantOutput deprecated

func (x *TargetComplete) GetImportantOutput() []*File

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TargetComplete) GetOutputGroup

func (x *TargetComplete) GetOutputGroup() []*OutputGroup

func (*TargetComplete) GetSuccess

func (x *TargetComplete) GetSuccess() bool

func (*TargetComplete) GetTag

func (x *TargetComplete) GetTag() []string

func (*TargetComplete) GetTargetKind deprecated

func (x *TargetComplete) GetTargetKind() string

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TargetComplete) GetTestSize deprecated

func (x *TargetComplete) GetTestSize() TestSize

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TargetComplete) GetTestTimeout added in v1.509.7

func (x *TargetComplete) GetTestTimeout() *durationpb.Duration

func (*TargetComplete) GetTestTimeoutSeconds deprecated

func (x *TargetComplete) GetTestTimeoutSeconds() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TargetComplete) ProtoMessage

func (*TargetComplete) ProtoMessage()

func (*TargetComplete) ProtoReflect

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

func (*TargetComplete) Reset

func (x *TargetComplete) Reset()

func (*TargetComplete) String

func (x *TargetComplete) String() string

type TargetConfigured

type TargetConfigured struct {
	TargetKind string   `protobuf:"bytes,1,opt,name=target_kind,json=targetKind,proto3" json:"target_kind,omitempty"`
	TestSize   TestSize `protobuf:"varint,2,opt,name=test_size,json=testSize,proto3,enum=build_event_stream.TestSize" json:"test_size,omitempty"`
	Tag        []string `protobuf:"bytes,3,rep,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetConfigured) Descriptor deprecated

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

Deprecated: Use TargetConfigured.ProtoReflect.Descriptor instead.

func (*TargetConfigured) GetTag

func (x *TargetConfigured) GetTag() []string

func (*TargetConfigured) GetTargetKind

func (x *TargetConfigured) GetTargetKind() string

func (*TargetConfigured) GetTestSize

func (x *TargetConfigured) GetTestSize() TestSize

func (*TargetConfigured) ProtoMessage

func (*TargetConfigured) ProtoMessage()

func (*TargetConfigured) ProtoReflect

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

func (*TargetConfigured) Reset

func (x *TargetConfigured) Reset()

func (*TargetConfigured) String

func (x *TargetConfigured) String() string

type TargetSummary added in v1.509.7

type TargetSummary struct {
	OverallBuildSuccess bool       `protobuf:"varint,1,opt,name=overall_build_success,json=overallBuildSuccess,proto3" json:"overall_build_success,omitempty"`
	OverallTestStatus   TestStatus `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TargetSummary) Descriptor deprecated added in v1.509.7

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

Deprecated: Use TargetSummary.ProtoReflect.Descriptor instead.

func (*TargetSummary) GetOverallBuildSuccess added in v1.509.7

func (x *TargetSummary) GetOverallBuildSuccess() bool

func (*TargetSummary) GetOverallTestStatus added in v1.509.7

func (x *TargetSummary) GetOverallTestStatus() TestStatus

func (*TargetSummary) ProtoMessage added in v1.509.7

func (*TargetSummary) ProtoMessage()

func (*TargetSummary) ProtoReflect added in v1.509.7

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

func (*TargetSummary) Reset added in v1.509.7

func (x *TargetSummary) Reset()

func (*TargetSummary) String added in v1.509.7

func (x *TargetSummary) String() string

type TestProgress added in v1.509.7

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

func (*TestProgress) Descriptor deprecated added in v1.509.7

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

Deprecated: Use TestProgress.ProtoReflect.Descriptor instead.

func (*TestProgress) GetUri added in v1.509.7

func (x *TestProgress) GetUri() string

func (*TestProgress) ProtoMessage added in v1.509.7

func (*TestProgress) ProtoMessage()

func (*TestProgress) ProtoReflect added in v1.509.7

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

func (*TestProgress) Reset added in v1.509.7

func (x *TestProgress) Reset()

func (*TestProgress) String added in v1.509.7

func (x *TestProgress) String() string

type TestResult

type TestResult struct {
	Status        TestStatus `protobuf:"varint,5,opt,name=status,proto3,enum=build_event_stream.TestStatus" json:"status,omitempty"`
	StatusDetails string     `protobuf:"bytes,9,opt,name=status_details,json=statusDetails,proto3" json:"status_details,omitempty"`
	CachedLocally bool       `protobuf:"varint,4,opt,name=cached_locally,json=cachedLocally,proto3" json:"cached_locally,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TestAttemptStartMillisEpoch int64                  `` /* 149-byte string literal not displayed */
	TestAttemptStart            *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=test_attempt_start,json=testAttemptStart,proto3" json:"test_attempt_start,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TestAttemptDurationMillis int64                     `` /* 141-byte string literal not displayed */
	TestAttemptDuration       *durationpb.Duration      `protobuf:"bytes,11,opt,name=test_attempt_duration,json=testAttemptDuration,proto3" json:"test_attempt_duration,omitempty"`
	TestActionOutput          []*File                   `protobuf:"bytes,2,rep,name=test_action_output,json=testActionOutput,proto3" json:"test_action_output,omitempty"`
	Warning                   []string                  `protobuf:"bytes,7,rep,name=warning,proto3" json:"warning,omitempty"`
	ExecutionInfo             *TestResult_ExecutionInfo `protobuf:"bytes,8,opt,name=execution_info,json=executionInfo,proto3" json:"execution_info,omitempty"`
	// contains filtered or unexported fields
}

func (*TestResult) Descriptor deprecated

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

Deprecated: Use TestResult.ProtoReflect.Descriptor instead.

func (*TestResult) GetCachedLocally

func (x *TestResult) GetCachedLocally() bool

func (*TestResult) GetExecutionInfo

func (x *TestResult) GetExecutionInfo() *TestResult_ExecutionInfo

func (*TestResult) GetStatus

func (x *TestResult) GetStatus() TestStatus

func (*TestResult) GetStatusDetails

func (x *TestResult) GetStatusDetails() string

func (*TestResult) GetTestActionOutput

func (x *TestResult) GetTestActionOutput() []*File

func (*TestResult) GetTestAttemptDuration added in v1.509.7

func (x *TestResult) GetTestAttemptDuration() *durationpb.Duration

func (*TestResult) GetTestAttemptDurationMillis deprecated

func (x *TestResult) GetTestAttemptDurationMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestResult) GetTestAttemptStart added in v1.509.7

func (x *TestResult) GetTestAttemptStart() *timestamppb.Timestamp

func (*TestResult) GetTestAttemptStartMillisEpoch deprecated

func (x *TestResult) GetTestAttemptStartMillisEpoch() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestResult) GetWarning

func (x *TestResult) GetWarning() []string

func (*TestResult) ProtoMessage

func (*TestResult) ProtoMessage()

func (*TestResult) ProtoReflect

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

func (*TestResult) Reset

func (x *TestResult) Reset()

func (*TestResult) String

func (x *TestResult) String() string

type TestResult_ExecutionInfo

type TestResult_ExecutionInfo struct {

	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TimeoutSeconds  int32                                     `protobuf:"varint,1,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	Strategy        string                                    `protobuf:"bytes,2,opt,name=strategy,proto3" json:"strategy,omitempty"`
	CachedRemotely  bool                                      `protobuf:"varint,6,opt,name=cached_remotely,json=cachedRemotely,proto3" json:"cached_remotely,omitempty"`
	ExitCode        int32                                     `protobuf:"varint,7,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Hostname        string                                    `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	TimingBreakdown *TestResult_ExecutionInfo_TimingBreakdown `protobuf:"bytes,4,opt,name=timing_breakdown,json=timingBreakdown,proto3" json:"timing_breakdown,omitempty"`
	ResourceUsage   []*TestResult_ExecutionInfo_ResourceUsage `protobuf:"bytes,5,rep,name=resource_usage,json=resourceUsage,proto3" json:"resource_usage,omitempty"`
	// contains filtered or unexported fields
}

func (*TestResult_ExecutionInfo) Descriptor deprecated

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

Deprecated: Use TestResult_ExecutionInfo.ProtoReflect.Descriptor instead.

func (*TestResult_ExecutionInfo) GetCachedRemotely

func (x *TestResult_ExecutionInfo) GetCachedRemotely() bool

func (*TestResult_ExecutionInfo) GetExitCode

func (x *TestResult_ExecutionInfo) GetExitCode() int32

func (*TestResult_ExecutionInfo) GetHostname

func (x *TestResult_ExecutionInfo) GetHostname() string

func (*TestResult_ExecutionInfo) GetResourceUsage

func (*TestResult_ExecutionInfo) GetStrategy

func (x *TestResult_ExecutionInfo) GetStrategy() string

func (*TestResult_ExecutionInfo) GetTimeoutSeconds deprecated

func (x *TestResult_ExecutionInfo) GetTimeoutSeconds() int32

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestResult_ExecutionInfo) GetTimingBreakdown

func (*TestResult_ExecutionInfo) ProtoMessage

func (*TestResult_ExecutionInfo) ProtoMessage()

func (*TestResult_ExecutionInfo) ProtoReflect

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

func (*TestResult_ExecutionInfo) Reset

func (x *TestResult_ExecutionInfo) Reset()

func (*TestResult_ExecutionInfo) String

func (x *TestResult_ExecutionInfo) String() string

type TestResult_ExecutionInfo_ResourceUsage

type TestResult_ExecutionInfo_ResourceUsage struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TestResult_ExecutionInfo_ResourceUsage) Descriptor deprecated

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

Deprecated: Use TestResult_ExecutionInfo_ResourceUsage.ProtoReflect.Descriptor instead.

func (*TestResult_ExecutionInfo_ResourceUsage) GetName

func (*TestResult_ExecutionInfo_ResourceUsage) GetValue

func (*TestResult_ExecutionInfo_ResourceUsage) ProtoMessage

func (*TestResult_ExecutionInfo_ResourceUsage) ProtoReflect

func (*TestResult_ExecutionInfo_ResourceUsage) Reset

func (*TestResult_ExecutionInfo_ResourceUsage) String

type TestResult_ExecutionInfo_TimingBreakdown

type TestResult_ExecutionInfo_TimingBreakdown struct {
	Child []*TestResult_ExecutionInfo_TimingBreakdown `protobuf:"bytes,1,rep,name=child,proto3" json:"child,omitempty"`
	Name  string                                      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TimeMillis int64                `protobuf:"varint,3,opt,name=time_millis,json=timeMillis,proto3" json:"time_millis,omitempty"`
	Time       *durationpb.Duration `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*TestResult_ExecutionInfo_TimingBreakdown) Descriptor deprecated

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

Deprecated: Use TestResult_ExecutionInfo_TimingBreakdown.ProtoReflect.Descriptor instead.

func (*TestResult_ExecutionInfo_TimingBreakdown) GetChild

func (*TestResult_ExecutionInfo_TimingBreakdown) GetName

func (*TestResult_ExecutionInfo_TimingBreakdown) GetTime added in v1.509.7

func (*TestResult_ExecutionInfo_TimingBreakdown) GetTimeMillis deprecated

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestResult_ExecutionInfo_TimingBreakdown) ProtoMessage

func (*TestResult_ExecutionInfo_TimingBreakdown) ProtoReflect

func (*TestResult_ExecutionInfo_TimingBreakdown) Reset

func (*TestResult_ExecutionInfo_TimingBreakdown) String

type TestSize

type TestSize int32
const (
	TestSize_UNKNOWN  TestSize = 0
	TestSize_SMALL    TestSize = 1
	TestSize_MEDIUM   TestSize = 2
	TestSize_LARGE    TestSize = 3
	TestSize_ENORMOUS TestSize = 4
)

func (TestSize) Descriptor

func (TestSize) Descriptor() protoreflect.EnumDescriptor

func (TestSize) Enum

func (x TestSize) Enum() *TestSize

func (TestSize) EnumDescriptor deprecated

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

Deprecated: Use TestSize.Descriptor instead.

func (TestSize) Number

func (x TestSize) Number() protoreflect.EnumNumber

func (TestSize) String

func (x TestSize) String() string

func (TestSize) Type

type TestStatus

type TestStatus int32
const (
	TestStatus_NO_STATUS                  TestStatus = 0
	TestStatus_PASSED                     TestStatus = 1
	TestStatus_FLAKY                      TestStatus = 2
	TestStatus_TIMEOUT                    TestStatus = 3
	TestStatus_FAILED                     TestStatus = 4
	TestStatus_INCOMPLETE                 TestStatus = 5
	TestStatus_REMOTE_FAILURE             TestStatus = 6
	TestStatus_FAILED_TO_BUILD            TestStatus = 7
	TestStatus_TOOL_HALTED_BEFORE_TESTING TestStatus = 8
)

func (TestStatus) Descriptor

func (TestStatus) Descriptor() protoreflect.EnumDescriptor

func (TestStatus) Enum

func (x TestStatus) Enum() *TestStatus

func (TestStatus) EnumDescriptor deprecated

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

Deprecated: Use TestStatus.Descriptor instead.

func (TestStatus) Number

func (x TestStatus) Number() protoreflect.EnumNumber

func (TestStatus) String

func (x TestStatus) String() string

func (TestStatus) Type

type TestSummary

type TestSummary struct {
	OverallStatus  TestStatus `` /* 136-byte string literal not displayed */
	TotalRunCount  int32      `protobuf:"varint,1,opt,name=total_run_count,json=totalRunCount,proto3" json:"total_run_count,omitempty"`
	RunCount       int32      `protobuf:"varint,10,opt,name=run_count,json=runCount,proto3" json:"run_count,omitempty"`
	AttemptCount   int32      `protobuf:"varint,15,opt,name=attempt_count,json=attemptCount,proto3" json:"attempt_count,omitempty"`
	ShardCount     int32      `protobuf:"varint,11,opt,name=shard_count,json=shardCount,proto3" json:"shard_count,omitempty"`
	Passed         []*File    `protobuf:"bytes,3,rep,name=passed,proto3" json:"passed,omitempty"`
	Failed         []*File    `protobuf:"bytes,4,rep,name=failed,proto3" json:"failed,omitempty"`
	TotalNumCached int32      `protobuf:"varint,6,opt,name=total_num_cached,json=totalNumCached,proto3" json:"total_num_cached,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	FirstStartTimeMillis int64                  `` /* 126-byte string literal not displayed */
	FirstStartTime       *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=first_start_time,json=firstStartTime,proto3" json:"first_start_time,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	LastStopTimeMillis int64                  `protobuf:"varint,8,opt,name=last_stop_time_millis,json=lastStopTimeMillis,proto3" json:"last_stop_time_millis,omitempty"`
	LastStopTime       *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=last_stop_time,json=lastStopTime,proto3" json:"last_stop_time,omitempty"`
	// Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.
	TotalRunDurationMillis int64                `` /* 132-byte string literal not displayed */
	TotalRunDuration       *durationpb.Duration `protobuf:"bytes,12,opt,name=total_run_duration,json=totalRunDuration,proto3" json:"total_run_duration,omitempty"`
	// contains filtered or unexported fields
}

func (*TestSummary) Descriptor deprecated

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

Deprecated: Use TestSummary.ProtoReflect.Descriptor instead.

func (*TestSummary) GetAttemptCount added in v1.509.7

func (x *TestSummary) GetAttemptCount() int32

func (*TestSummary) GetFailed

func (x *TestSummary) GetFailed() []*File

func (*TestSummary) GetFirstStartTime added in v1.509.7

func (x *TestSummary) GetFirstStartTime() *timestamppb.Timestamp

func (*TestSummary) GetFirstStartTimeMillis deprecated

func (x *TestSummary) GetFirstStartTimeMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestSummary) GetLastStopTime added in v1.509.7

func (x *TestSummary) GetLastStopTime() *timestamppb.Timestamp

func (*TestSummary) GetLastStopTimeMillis deprecated

func (x *TestSummary) GetLastStopTimeMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestSummary) GetOverallStatus

func (x *TestSummary) GetOverallStatus() TestStatus

func (*TestSummary) GetPassed

func (x *TestSummary) GetPassed() []*File

func (*TestSummary) GetRunCount

func (x *TestSummary) GetRunCount() int32

func (*TestSummary) GetShardCount

func (x *TestSummary) GetShardCount() int32

func (*TestSummary) GetTotalNumCached

func (x *TestSummary) GetTotalNumCached() int32

func (*TestSummary) GetTotalRunCount

func (x *TestSummary) GetTotalRunCount() int32

func (*TestSummary) GetTotalRunDuration added in v1.509.7

func (x *TestSummary) GetTotalRunDuration() *durationpb.Duration

func (*TestSummary) GetTotalRunDurationMillis deprecated

func (x *TestSummary) GetTotalRunDurationMillis() int64

Deprecated: Marked as deprecated in bazel/buildeventstream/build_event_stream.proto.

func (*TestSummary) ProtoMessage

func (*TestSummary) ProtoMessage()

func (*TestSummary) ProtoReflect

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

func (*TestSummary) Reset

func (x *TestSummary) Reset()

func (*TestSummary) String

func (x *TestSummary) String() string

type UnstructuredCommandLine

type UnstructuredCommandLine struct {
	Args []string `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*UnstructuredCommandLine) Descriptor deprecated

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

Deprecated: Use UnstructuredCommandLine.ProtoReflect.Descriptor instead.

func (*UnstructuredCommandLine) GetArgs

func (x *UnstructuredCommandLine) GetArgs() []string

func (*UnstructuredCommandLine) ProtoMessage

func (*UnstructuredCommandLine) ProtoMessage()

func (*UnstructuredCommandLine) ProtoReflect

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

func (*UnstructuredCommandLine) Reset

func (x *UnstructuredCommandLine) Reset()

func (*UnstructuredCommandLine) String

func (x *UnstructuredCommandLine) String() string

type WorkspaceConfig

type WorkspaceConfig struct {
	LocalExecRoot string `protobuf:"bytes,1,opt,name=local_exec_root,json=localExecRoot,proto3" json:"local_exec_root,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceConfig) Descriptor deprecated

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

Deprecated: Use WorkspaceConfig.ProtoReflect.Descriptor instead.

func (*WorkspaceConfig) GetLocalExecRoot

func (x *WorkspaceConfig) GetLocalExecRoot() string

func (*WorkspaceConfig) ProtoMessage

func (*WorkspaceConfig) ProtoMessage()

func (*WorkspaceConfig) ProtoReflect

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

func (*WorkspaceConfig) Reset

func (x *WorkspaceConfig) Reset()

func (*WorkspaceConfig) String

func (x *WorkspaceConfig) String() string

type WorkspaceStatus

type WorkspaceStatus struct {
	Item []*WorkspaceStatus_Item `protobuf:"bytes,1,rep,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceStatus) Descriptor deprecated

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

Deprecated: Use WorkspaceStatus.ProtoReflect.Descriptor instead.

func (*WorkspaceStatus) GetItem

func (x *WorkspaceStatus) GetItem() []*WorkspaceStatus_Item

func (*WorkspaceStatus) ProtoMessage

func (*WorkspaceStatus) ProtoMessage()

func (*WorkspaceStatus) ProtoReflect

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

func (*WorkspaceStatus) Reset

func (x *WorkspaceStatus) Reset()

func (*WorkspaceStatus) String

func (x *WorkspaceStatus) String() string

type WorkspaceStatus_Item

type WorkspaceStatus_Item struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkspaceStatus_Item) Descriptor deprecated

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

Deprecated: Use WorkspaceStatus_Item.ProtoReflect.Descriptor instead.

func (*WorkspaceStatus_Item) GetKey

func (x *WorkspaceStatus_Item) GetKey() string

func (*WorkspaceStatus_Item) GetValue

func (x *WorkspaceStatus_Item) GetValue() string

func (*WorkspaceStatus_Item) ProtoMessage

func (*WorkspaceStatus_Item) ProtoMessage()

func (*WorkspaceStatus_Item) ProtoReflect

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

func (*WorkspaceStatus_Item) Reset

func (x *WorkspaceStatus_Item) Reset()

func (*WorkspaceStatus_Item) String

func (x *WorkspaceStatus_Item) String() string

Jump to

Keyboard shortcuts

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