extra_actions_base_proto

package
v0.0.0-...-93fe2d4 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// optional blaze.SpawnInfo spawn_info = 1003;
	E_SpawnInfo_SpawnInfo = &file_extra_actions_base_proto_extra_actions_base_proto_extTypes[0]
	// optional blaze.CppCompileInfo cpp_compile_info = 1001;
	E_CppCompileInfo_CppCompileInfo = &file_extra_actions_base_proto_extra_actions_base_proto_extTypes[1]
	// optional blaze.CppLinkInfo cpp_link_info = 1002;
	E_CppLinkInfo_CppLinkInfo = &file_extra_actions_base_proto_extra_actions_base_proto_extTypes[2]
	// optional blaze.JavaCompileInfo java_compile_info = 1000;
	E_JavaCompileInfo_JavaCompileInfo = &file_extra_actions_base_proto_extra_actions_base_proto_extTypes[3]
	// optional blaze.PythonInfo python_info = 1005;
	E_PythonInfo_PythonInfo = &file_extra_actions_base_proto_extra_actions_base_proto_extTypes[4]
)

Extension fields to ExtraActionInfo.

View Source
var File_extra_actions_base_proto_extra_actions_base_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CppCompileInfo

type CppCompileInfo struct {
	Tool              *string                `protobuf:"bytes,1,opt,name=tool" json:"tool,omitempty"`
	CompilerOption    []string               `protobuf:"bytes,2,rep,name=compiler_option,json=compilerOption" json:"compiler_option,omitempty"`
	SourceFile        *string                `protobuf:"bytes,3,opt,name=source_file,json=sourceFile" json:"source_file,omitempty"`
	OutputFile        *string                `protobuf:"bytes,4,opt,name=output_file,json=outputFile" json:"output_file,omitempty"`
	SourcesAndHeaders []string               `protobuf:"bytes,5,rep,name=sources_and_headers,json=sourcesAndHeaders" json:"sources_and_headers,omitempty"`
	Variable          []*EnvironmentVariable `protobuf:"bytes,6,rep,name=variable" json:"variable,omitempty"`
	// contains filtered or unexported fields
}

func (*CppCompileInfo) Descriptor deprecated

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

Deprecated: Use CppCompileInfo.ProtoReflect.Descriptor instead.

func (*CppCompileInfo) GetCompilerOption

func (x *CppCompileInfo) GetCompilerOption() []string

func (*CppCompileInfo) GetOutputFile

func (x *CppCompileInfo) GetOutputFile() string

func (*CppCompileInfo) GetSourceFile

func (x *CppCompileInfo) GetSourceFile() string

func (*CppCompileInfo) GetSourcesAndHeaders

func (x *CppCompileInfo) GetSourcesAndHeaders() []string

func (*CppCompileInfo) GetTool

func (x *CppCompileInfo) GetTool() string

func (*CppCompileInfo) GetVariable

func (x *CppCompileInfo) GetVariable() []*EnvironmentVariable

func (*CppCompileInfo) ProtoMessage

func (*CppCompileInfo) ProtoMessage()

func (*CppCompileInfo) ProtoReflect

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

func (*CppCompileInfo) Reset

func (x *CppCompileInfo) Reset()

func (*CppCompileInfo) String

func (x *CppCompileInfo) String() string

type CppLinkInfo

type CppLinkInfo struct {
	InputFile               []string `protobuf:"bytes,1,rep,name=input_file,json=inputFile" json:"input_file,omitempty"`
	OutputFile              *string  `protobuf:"bytes,2,opt,name=output_file,json=outputFile" json:"output_file,omitempty"`
	InterfaceOutputFile     *string  `protobuf:"bytes,3,opt,name=interface_output_file,json=interfaceOutputFile" json:"interface_output_file,omitempty"`
	LinkTargetType          *string  `protobuf:"bytes,4,opt,name=link_target_type,json=linkTargetType" json:"link_target_type,omitempty"`
	LinkStaticness          *string  `protobuf:"bytes,5,opt,name=link_staticness,json=linkStaticness" json:"link_staticness,omitempty"`
	LinkStamp               []string `protobuf:"bytes,6,rep,name=link_stamp,json=linkStamp" json:"link_stamp,omitempty"`
	BuildInfoHeaderArtifact []string `` /* 127-byte string literal not displayed */
	LinkOpt                 []string `protobuf:"bytes,8,rep,name=link_opt,json=linkOpt" json:"link_opt,omitempty"`
	// contains filtered or unexported fields
}

func (*CppLinkInfo) Descriptor deprecated

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

Deprecated: Use CppLinkInfo.ProtoReflect.Descriptor instead.

func (*CppLinkInfo) GetBuildInfoHeaderArtifact

func (x *CppLinkInfo) GetBuildInfoHeaderArtifact() []string

func (*CppLinkInfo) GetInputFile

func (x *CppLinkInfo) GetInputFile() []string

func (*CppLinkInfo) GetInterfaceOutputFile

func (x *CppLinkInfo) GetInterfaceOutputFile() string

func (*CppLinkInfo) GetLinkOpt

func (x *CppLinkInfo) GetLinkOpt() []string

func (*CppLinkInfo) GetLinkStamp

func (x *CppLinkInfo) GetLinkStamp() []string

func (*CppLinkInfo) GetLinkStaticness

func (x *CppLinkInfo) GetLinkStaticness() string

func (*CppLinkInfo) GetLinkTargetType

func (x *CppLinkInfo) GetLinkTargetType() string

func (*CppLinkInfo) GetOutputFile

func (x *CppLinkInfo) GetOutputFile() string

func (*CppLinkInfo) ProtoMessage

func (*CppLinkInfo) ProtoMessage()

func (*CppLinkInfo) ProtoReflect

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

func (*CppLinkInfo) Reset

func (x *CppLinkInfo) Reset()

func (*CppLinkInfo) String

func (x *CppLinkInfo) String() string

type DetailedExtraActionInfo

type DetailedExtraActionInfo struct {
	TriggeringFile *string          `protobuf:"bytes,1,opt,name=triggering_file,json=triggeringFile" json:"triggering_file,omitempty"`
	Action         *ExtraActionInfo `protobuf:"bytes,2,req,name=action" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*DetailedExtraActionInfo) Descriptor deprecated

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

Deprecated: Use DetailedExtraActionInfo.ProtoReflect.Descriptor instead.

func (*DetailedExtraActionInfo) GetAction

func (x *DetailedExtraActionInfo) GetAction() *ExtraActionInfo

func (*DetailedExtraActionInfo) GetTriggeringFile

func (x *DetailedExtraActionInfo) GetTriggeringFile() string

func (*DetailedExtraActionInfo) ProtoMessage

func (*DetailedExtraActionInfo) ProtoMessage()

func (*DetailedExtraActionInfo) ProtoReflect

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

func (*DetailedExtraActionInfo) Reset

func (x *DetailedExtraActionInfo) Reset()

func (*DetailedExtraActionInfo) String

func (x *DetailedExtraActionInfo) String() string

type EnvironmentVariable

type EnvironmentVariable struct {
	Name  *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"`
	Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentVariable) Descriptor deprecated

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

Deprecated: Use EnvironmentVariable.ProtoReflect.Descriptor instead.

func (*EnvironmentVariable) GetName

func (x *EnvironmentVariable) GetName() string

func (*EnvironmentVariable) GetValue

func (x *EnvironmentVariable) GetValue() string

func (*EnvironmentVariable) ProtoMessage

func (*EnvironmentVariable) ProtoMessage()

func (*EnvironmentVariable) ProtoReflect

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

func (*EnvironmentVariable) Reset

func (x *EnvironmentVariable) Reset()

func (*EnvironmentVariable) String

func (x *EnvironmentVariable) String() string

type ExtraActionInfo

type ExtraActionInfo struct {
	Owner *string `protobuf:"bytes,1,opt,name=owner" json:"owner,omitempty"`
	// Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto.
	AspectName *string `protobuf:"bytes,6,opt,name=aspect_name,json=aspectName" json:"aspect_name,omitempty"`
	// Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto.
	AspectParameters map[string]*ExtraActionInfo_StringList `` /* 176-byte string literal not displayed */
	Aspects          []*ExtraActionInfo_AspectDescriptor    `protobuf:"bytes,8,rep,name=aspects" json:"aspects,omitempty"`
	Id               *string                                `protobuf:"bytes,2,opt,name=id" json:"id,omitempty"`
	Mnemonic         *string                                `protobuf:"bytes,5,opt,name=mnemonic" json:"mnemonic,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraActionInfo) Descriptor deprecated

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

Deprecated: Use ExtraActionInfo.ProtoReflect.Descriptor instead.

func (*ExtraActionInfo) GetAspectName deprecated

func (x *ExtraActionInfo) GetAspectName() string

Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto.

func (*ExtraActionInfo) GetAspectParameters deprecated

func (x *ExtraActionInfo) GetAspectParameters() map[string]*ExtraActionInfo_StringList

Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto.

func (*ExtraActionInfo) GetAspects

func (*ExtraActionInfo) GetId

func (x *ExtraActionInfo) GetId() string

func (*ExtraActionInfo) GetMnemonic

func (x *ExtraActionInfo) GetMnemonic() string

func (*ExtraActionInfo) GetOwner

func (x *ExtraActionInfo) GetOwner() string

func (*ExtraActionInfo) ProtoMessage

func (*ExtraActionInfo) ProtoMessage()

func (*ExtraActionInfo) ProtoReflect

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

func (*ExtraActionInfo) Reset

func (x *ExtraActionInfo) Reset()

func (*ExtraActionInfo) String

func (x *ExtraActionInfo) String() string

type ExtraActionInfo_AspectDescriptor

type ExtraActionInfo_AspectDescriptor struct {
	AspectName       *string                                                 `protobuf:"bytes,1,opt,name=aspect_name,json=aspectName" json:"aspect_name,omitempty"`
	AspectParameters map[string]*ExtraActionInfo_AspectDescriptor_StringList `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ExtraActionInfo_AspectDescriptor) Descriptor deprecated

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

Deprecated: Use ExtraActionInfo_AspectDescriptor.ProtoReflect.Descriptor instead.

func (*ExtraActionInfo_AspectDescriptor) GetAspectName

func (x *ExtraActionInfo_AspectDescriptor) GetAspectName() string

func (*ExtraActionInfo_AspectDescriptor) GetAspectParameters

func (*ExtraActionInfo_AspectDescriptor) ProtoMessage

func (*ExtraActionInfo_AspectDescriptor) ProtoMessage()

func (*ExtraActionInfo_AspectDescriptor) ProtoReflect

func (*ExtraActionInfo_AspectDescriptor) Reset

func (*ExtraActionInfo_AspectDescriptor) String

type ExtraActionInfo_AspectDescriptor_StringList

type ExtraActionInfo_AspectDescriptor_StringList struct {
	Value []string `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraActionInfo_AspectDescriptor_StringList) Descriptor deprecated

Deprecated: Use ExtraActionInfo_AspectDescriptor_StringList.ProtoReflect.Descriptor instead.

func (*ExtraActionInfo_AspectDescriptor_StringList) GetValue

func (*ExtraActionInfo_AspectDescriptor_StringList) ProtoMessage

func (*ExtraActionInfo_AspectDescriptor_StringList) ProtoReflect

func (*ExtraActionInfo_AspectDescriptor_StringList) Reset

func (*ExtraActionInfo_AspectDescriptor_StringList) String

type ExtraActionInfo_StringList deprecated

type ExtraActionInfo_StringList struct {
	Value []string `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto.

func (*ExtraActionInfo_StringList) Descriptor deprecated

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

Deprecated: Use ExtraActionInfo_StringList.ProtoReflect.Descriptor instead.

func (*ExtraActionInfo_StringList) GetValue

func (x *ExtraActionInfo_StringList) GetValue() []string

func (*ExtraActionInfo_StringList) ProtoMessage

func (*ExtraActionInfo_StringList) ProtoMessage()

func (*ExtraActionInfo_StringList) ProtoReflect

func (*ExtraActionInfo_StringList) Reset

func (x *ExtraActionInfo_StringList) Reset()

func (*ExtraActionInfo_StringList) String

func (x *ExtraActionInfo_StringList) String() string

type ExtraActionSummary

type ExtraActionSummary struct {
	Action []*DetailedExtraActionInfo `protobuf:"bytes,1,rep,name=action" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*ExtraActionSummary) Descriptor deprecated

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

Deprecated: Use ExtraActionSummary.ProtoReflect.Descriptor instead.

func (*ExtraActionSummary) GetAction

func (x *ExtraActionSummary) GetAction() []*DetailedExtraActionInfo

func (*ExtraActionSummary) ProtoMessage

func (*ExtraActionSummary) ProtoMessage()

func (*ExtraActionSummary) ProtoReflect

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

func (*ExtraActionSummary) Reset

func (x *ExtraActionSummary) Reset()

func (*ExtraActionSummary) String

func (x *ExtraActionSummary) String() string

type JavaCompileInfo

type JavaCompileInfo struct {
	Outputjar     *string  `protobuf:"bytes,1,opt,name=outputjar" json:"outputjar,omitempty"`
	Classpath     []string `protobuf:"bytes,2,rep,name=classpath" json:"classpath,omitempty"`
	Sourcepath    []string `protobuf:"bytes,3,rep,name=sourcepath" json:"sourcepath,omitempty"`
	SourceFile    []string `protobuf:"bytes,4,rep,name=source_file,json=sourceFile" json:"source_file,omitempty"`
	JavacOpt      []string `protobuf:"bytes,5,rep,name=javac_opt,json=javacOpt" json:"javac_opt,omitempty"`
	Processor     []string `protobuf:"bytes,6,rep,name=processor" json:"processor,omitempty"`
	Processorpath []string `protobuf:"bytes,7,rep,name=processorpath" json:"processorpath,omitempty"`
	Bootclasspath []string `protobuf:"bytes,8,rep,name=bootclasspath" json:"bootclasspath,omitempty"`
	Argument      []string `protobuf:"bytes,9,rep,name=argument" json:"argument,omitempty"`
	// contains filtered or unexported fields
}

func (*JavaCompileInfo) Descriptor deprecated

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

Deprecated: Use JavaCompileInfo.ProtoReflect.Descriptor instead.

func (*JavaCompileInfo) GetArgument

func (x *JavaCompileInfo) GetArgument() []string

func (*JavaCompileInfo) GetBootclasspath

func (x *JavaCompileInfo) GetBootclasspath() []string

func (*JavaCompileInfo) GetClasspath

func (x *JavaCompileInfo) GetClasspath() []string

func (*JavaCompileInfo) GetJavacOpt

func (x *JavaCompileInfo) GetJavacOpt() []string

func (*JavaCompileInfo) GetOutputjar

func (x *JavaCompileInfo) GetOutputjar() string

func (*JavaCompileInfo) GetProcessor

func (x *JavaCompileInfo) GetProcessor() []string

func (*JavaCompileInfo) GetProcessorpath

func (x *JavaCompileInfo) GetProcessorpath() []string

func (*JavaCompileInfo) GetSourceFile

func (x *JavaCompileInfo) GetSourceFile() []string

func (*JavaCompileInfo) GetSourcepath

func (x *JavaCompileInfo) GetSourcepath() []string

func (*JavaCompileInfo) ProtoMessage

func (*JavaCompileInfo) ProtoMessage()

func (*JavaCompileInfo) ProtoReflect

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

func (*JavaCompileInfo) Reset

func (x *JavaCompileInfo) Reset()

func (*JavaCompileInfo) String

func (x *JavaCompileInfo) String() string

type PythonInfo

type PythonInfo struct {
	SourceFile []string `protobuf:"bytes,1,rep,name=source_file,json=sourceFile" json:"source_file,omitempty"`
	DepFile    []string `protobuf:"bytes,2,rep,name=dep_file,json=depFile" json:"dep_file,omitempty"`
	// contains filtered or unexported fields
}

func (*PythonInfo) Descriptor deprecated

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

Deprecated: Use PythonInfo.ProtoReflect.Descriptor instead.

func (*PythonInfo) GetDepFile

func (x *PythonInfo) GetDepFile() []string

func (*PythonInfo) GetSourceFile

func (x *PythonInfo) GetSourceFile() []string

func (*PythonInfo) ProtoMessage

func (*PythonInfo) ProtoMessage()

func (*PythonInfo) ProtoReflect

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

func (*PythonInfo) Reset

func (x *PythonInfo) Reset()

func (*PythonInfo) String

func (x *PythonInfo) String() string

type SpawnInfo

type SpawnInfo struct {
	Argument   []string               `protobuf:"bytes,1,rep,name=argument" json:"argument,omitempty"`
	Variable   []*EnvironmentVariable `protobuf:"bytes,2,rep,name=variable" json:"variable,omitempty"`
	InputFile  []string               `protobuf:"bytes,4,rep,name=input_file,json=inputFile" json:"input_file,omitempty"`
	OutputFile []string               `protobuf:"bytes,5,rep,name=output_file,json=outputFile" json:"output_file,omitempty"`
	// contains filtered or unexported fields
}

func (*SpawnInfo) Descriptor deprecated

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

Deprecated: Use SpawnInfo.ProtoReflect.Descriptor instead.

func (*SpawnInfo) GetArgument

func (x *SpawnInfo) GetArgument() []string

func (*SpawnInfo) GetInputFile

func (x *SpawnInfo) GetInputFile() []string

func (*SpawnInfo) GetOutputFile

func (x *SpawnInfo) GetOutputFile() []string

func (*SpawnInfo) GetVariable

func (x *SpawnInfo) GetVariable() []*EnvironmentVariable

func (*SpawnInfo) ProtoMessage

func (*SpawnInfo) ProtoMessage()

func (*SpawnInfo) ProtoReflect

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

func (*SpawnInfo) Reset

func (x *SpawnInfo) Reset()

func (*SpawnInfo) String

func (x *SpawnInfo) String() string

Jump to

Keyboard shortcuts

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