// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.31.0 // protoc v4.24.4 // source: extra_actions_base_proto/extra_actions_base.proto package extra_actions_base_proto import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type ExtraActionSummary struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Action []*DetailedExtraActionInfo `protobuf:"bytes,1,rep,name=action" json:"action,omitempty"` } func (x *ExtraActionSummary) Reset() { *x = ExtraActionSummary{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraActionSummary) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraActionSummary) ProtoMessage() {} func (x *ExtraActionSummary) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraActionSummary.ProtoReflect.Descriptor instead. func (*ExtraActionSummary) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{0} } func (x *ExtraActionSummary) GetAction() []*DetailedExtraActionInfo { if x != nil { return x.Action } return nil } type DetailedExtraActionInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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"` } func (x *DetailedExtraActionInfo) Reset() { *x = DetailedExtraActionInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DetailedExtraActionInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*DetailedExtraActionInfo) ProtoMessage() {} func (x *DetailedExtraActionInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DetailedExtraActionInfo.ProtoReflect.Descriptor instead. func (*DetailedExtraActionInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{1} } func (x *DetailedExtraActionInfo) GetTriggeringFile() string { if x != nil && x.TriggeringFile != nil { return *x.TriggeringFile } return "" } func (x *DetailedExtraActionInfo) GetAction() *ExtraActionInfo { if x != nil { return x.Action } return nil } type ExtraActionInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields extensionFields protoimpl.ExtensionFields 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 `protobuf:"bytes,7,rep,name=aspect_parameters,json=aspectParameters" json:"aspect_parameters,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` 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"` } func (x *ExtraActionInfo) Reset() { *x = ExtraActionInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraActionInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraActionInfo) ProtoMessage() {} func (x *ExtraActionInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraActionInfo.ProtoReflect.Descriptor instead. func (*ExtraActionInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{2} } func (x *ExtraActionInfo) GetOwner() string { if x != nil && x.Owner != nil { return *x.Owner } return "" } // Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto. func (x *ExtraActionInfo) GetAspectName() string { if x != nil && x.AspectName != nil { return *x.AspectName } return "" } // Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto. func (x *ExtraActionInfo) GetAspectParameters() map[string]*ExtraActionInfo_StringList { if x != nil { return x.AspectParameters } return nil } func (x *ExtraActionInfo) GetAspects() []*ExtraActionInfo_AspectDescriptor { if x != nil { return x.Aspects } return nil } func (x *ExtraActionInfo) GetId() string { if x != nil && x.Id != nil { return *x.Id } return "" } func (x *ExtraActionInfo) GetMnemonic() string { if x != nil && x.Mnemonic != nil { return *x.Mnemonic } return "" } type EnvironmentVariable struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` Value *string `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` } func (x *EnvironmentVariable) Reset() { *x = EnvironmentVariable{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EnvironmentVariable) String() string { return protoimpl.X.MessageStringOf(x) } func (*EnvironmentVariable) ProtoMessage() {} func (x *EnvironmentVariable) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EnvironmentVariable.ProtoReflect.Descriptor instead. func (*EnvironmentVariable) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{3} } func (x *EnvironmentVariable) GetName() string { if x != nil && x.Name != nil { return *x.Name } return "" } func (x *EnvironmentVariable) GetValue() string { if x != nil && x.Value != nil { return *x.Value } return "" } type SpawnInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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"` } func (x *SpawnInfo) Reset() { *x = SpawnInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SpawnInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*SpawnInfo) ProtoMessage() {} func (x *SpawnInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SpawnInfo.ProtoReflect.Descriptor instead. func (*SpawnInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{4} } func (x *SpawnInfo) GetArgument() []string { if x != nil { return x.Argument } return nil } func (x *SpawnInfo) GetVariable() []*EnvironmentVariable { if x != nil { return x.Variable } return nil } func (x *SpawnInfo) GetInputFile() []string { if x != nil { return x.InputFile } return nil } func (x *SpawnInfo) GetOutputFile() []string { if x != nil { return x.OutputFile } return nil } type CppCompileInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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"` } func (x *CppCompileInfo) Reset() { *x = CppCompileInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CppCompileInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*CppCompileInfo) ProtoMessage() {} func (x *CppCompileInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CppCompileInfo.ProtoReflect.Descriptor instead. func (*CppCompileInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{5} } func (x *CppCompileInfo) GetTool() string { if x != nil && x.Tool != nil { return *x.Tool } return "" } func (x *CppCompileInfo) GetCompilerOption() []string { if x != nil { return x.CompilerOption } return nil } func (x *CppCompileInfo) GetSourceFile() string { if x != nil && x.SourceFile != nil { return *x.SourceFile } return "" } func (x *CppCompileInfo) GetOutputFile() string { if x != nil && x.OutputFile != nil { return *x.OutputFile } return "" } func (x *CppCompileInfo) GetSourcesAndHeaders() []string { if x != nil { return x.SourcesAndHeaders } return nil } func (x *CppCompileInfo) GetVariable() []*EnvironmentVariable { if x != nil { return x.Variable } return nil } type CppLinkInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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 `protobuf:"bytes,7,rep,name=build_info_header_artifact,json=buildInfoHeaderArtifact" json:"build_info_header_artifact,omitempty"` LinkOpt []string `protobuf:"bytes,8,rep,name=link_opt,json=linkOpt" json:"link_opt,omitempty"` } func (x *CppLinkInfo) Reset() { *x = CppLinkInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CppLinkInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*CppLinkInfo) ProtoMessage() {} func (x *CppLinkInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CppLinkInfo.ProtoReflect.Descriptor instead. func (*CppLinkInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{6} } func (x *CppLinkInfo) GetInputFile() []string { if x != nil { return x.InputFile } return nil } func (x *CppLinkInfo) GetOutputFile() string { if x != nil && x.OutputFile != nil { return *x.OutputFile } return "" } func (x *CppLinkInfo) GetInterfaceOutputFile() string { if x != nil && x.InterfaceOutputFile != nil { return *x.InterfaceOutputFile } return "" } func (x *CppLinkInfo) GetLinkTargetType() string { if x != nil && x.LinkTargetType != nil { return *x.LinkTargetType } return "" } func (x *CppLinkInfo) GetLinkStaticness() string { if x != nil && x.LinkStaticness != nil { return *x.LinkStaticness } return "" } func (x *CppLinkInfo) GetLinkStamp() []string { if x != nil { return x.LinkStamp } return nil } func (x *CppLinkInfo) GetBuildInfoHeaderArtifact() []string { if x != nil { return x.BuildInfoHeaderArtifact } return nil } func (x *CppLinkInfo) GetLinkOpt() []string { if x != nil { return x.LinkOpt } return nil } type JavaCompileInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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"` } func (x *JavaCompileInfo) Reset() { *x = JavaCompileInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *JavaCompileInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*JavaCompileInfo) ProtoMessage() {} func (x *JavaCompileInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use JavaCompileInfo.ProtoReflect.Descriptor instead. func (*JavaCompileInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{7} } func (x *JavaCompileInfo) GetOutputjar() string { if x != nil && x.Outputjar != nil { return *x.Outputjar } return "" } func (x *JavaCompileInfo) GetClasspath() []string { if x != nil { return x.Classpath } return nil } func (x *JavaCompileInfo) GetSourcepath() []string { if x != nil { return x.Sourcepath } return nil } func (x *JavaCompileInfo) GetSourceFile() []string { if x != nil { return x.SourceFile } return nil } func (x *JavaCompileInfo) GetJavacOpt() []string { if x != nil { return x.JavacOpt } return nil } func (x *JavaCompileInfo) GetProcessor() []string { if x != nil { return x.Processor } return nil } func (x *JavaCompileInfo) GetProcessorpath() []string { if x != nil { return x.Processorpath } return nil } func (x *JavaCompileInfo) GetBootclasspath() []string { if x != nil { return x.Bootclasspath } return nil } func (x *JavaCompileInfo) GetArgument() []string { if x != nil { return x.Argument } return nil } type PythonInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields 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"` } func (x *PythonInfo) Reset() { *x = PythonInfo{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PythonInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*PythonInfo) ProtoMessage() {} func (x *PythonInfo) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PythonInfo.ProtoReflect.Descriptor instead. func (*PythonInfo) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{8} } func (x *PythonInfo) GetSourceFile() []string { if x != nil { return x.SourceFile } return nil } func (x *PythonInfo) GetDepFile() []string { if x != nil { return x.DepFile } return nil } // Deprecated: Marked as deprecated in extra_actions_base_proto/extra_actions_base.proto. type ExtraActionInfo_StringList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Value []string `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"` } func (x *ExtraActionInfo_StringList) Reset() { *x = ExtraActionInfo_StringList{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraActionInfo_StringList) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraActionInfo_StringList) ProtoMessage() {} func (x *ExtraActionInfo_StringList) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraActionInfo_StringList.ProtoReflect.Descriptor instead. func (*ExtraActionInfo_StringList) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{2, 1} } func (x *ExtraActionInfo_StringList) GetValue() []string { if x != nil { return x.Value } return nil } type ExtraActionInfo_AspectDescriptor struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AspectName *string `protobuf:"bytes,1,opt,name=aspect_name,json=aspectName" json:"aspect_name,omitempty"` AspectParameters map[string]*ExtraActionInfo_AspectDescriptor_StringList `protobuf:"bytes,2,rep,name=aspect_parameters,json=aspectParameters" json:"aspect_parameters,omitempty" protobuf_key:"bytes,1,opt,name=key" protobuf_val:"bytes,2,opt,name=value"` } func (x *ExtraActionInfo_AspectDescriptor) Reset() { *x = ExtraActionInfo_AspectDescriptor{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraActionInfo_AspectDescriptor) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraActionInfo_AspectDescriptor) ProtoMessage() {} func (x *ExtraActionInfo_AspectDescriptor) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraActionInfo_AspectDescriptor.ProtoReflect.Descriptor instead. func (*ExtraActionInfo_AspectDescriptor) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{2, 2} } func (x *ExtraActionInfo_AspectDescriptor) GetAspectName() string { if x != nil && x.AspectName != nil { return *x.AspectName } return "" } func (x *ExtraActionInfo_AspectDescriptor) GetAspectParameters() map[string]*ExtraActionInfo_AspectDescriptor_StringList { if x != nil { return x.AspectParameters } return nil } type ExtraActionInfo_AspectDescriptor_StringList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Value []string `protobuf:"bytes,1,rep,name=value" json:"value,omitempty"` } func (x *ExtraActionInfo_AspectDescriptor_StringList) Reset() { *x = ExtraActionInfo_AspectDescriptor_StringList{} if protoimpl.UnsafeEnabled { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ExtraActionInfo_AspectDescriptor_StringList) String() string { return protoimpl.X.MessageStringOf(x) } func (*ExtraActionInfo_AspectDescriptor_StringList) ProtoMessage() {} func (x *ExtraActionInfo_AspectDescriptor_StringList) ProtoReflect() protoreflect.Message { mi := &file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ExtraActionInfo_AspectDescriptor_StringList.ProtoReflect.Descriptor instead. func (*ExtraActionInfo_AspectDescriptor_StringList) Descriptor() ([]byte, []int) { return file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP(), []int{2, 2, 1} } func (x *ExtraActionInfo_AspectDescriptor_StringList) GetValue() []string { if x != nil { return x.Value } return nil } var file_extra_actions_base_proto_extra_actions_base_proto_extTypes = []protoimpl.ExtensionInfo{ { ExtendedType: (*ExtraActionInfo)(nil), ExtensionType: (*SpawnInfo)(nil), Field: 1003, Name: "blaze.SpawnInfo.spawn_info", Tag: "bytes,1003,opt,name=spawn_info", Filename: "extra_actions_base_proto/extra_actions_base.proto", }, { ExtendedType: (*ExtraActionInfo)(nil), ExtensionType: (*CppCompileInfo)(nil), Field: 1001, Name: "blaze.CppCompileInfo.cpp_compile_info", Tag: "bytes,1001,opt,name=cpp_compile_info", Filename: "extra_actions_base_proto/extra_actions_base.proto", }, { ExtendedType: (*ExtraActionInfo)(nil), ExtensionType: (*CppLinkInfo)(nil), Field: 1002, Name: "blaze.CppLinkInfo.cpp_link_info", Tag: "bytes,1002,opt,name=cpp_link_info", Filename: "extra_actions_base_proto/extra_actions_base.proto", }, { ExtendedType: (*ExtraActionInfo)(nil), ExtensionType: (*JavaCompileInfo)(nil), Field: 1000, Name: "blaze.JavaCompileInfo.java_compile_info", Tag: "bytes,1000,opt,name=java_compile_info", Filename: "extra_actions_base_proto/extra_actions_base.proto", }, { ExtendedType: (*ExtraActionInfo)(nil), ExtensionType: (*PythonInfo)(nil), Field: 1005, Name: "blaze.PythonInfo.python_info", Tag: "bytes,1005,opt,name=python_info", Filename: "extra_actions_base_proto/extra_actions_base.proto", }, } // Extension fields to ExtraActionInfo. 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] ) var File_extra_actions_base_proto_extra_actions_base_proto protoreflect.FileDescriptor var file_extra_actions_base_proto_extra_actions_base_proto_rawDesc = []byte{ 0x0a, 0x31, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x65, 0x78, 0x74, 0x72, 0x61, 0x5f, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x5f, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x05, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x22, 0x4c, 0x0a, 0x12, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x36, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x72, 0x0a, 0x17, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x65, 0x64, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x27, 0x0a, 0x0f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x69, 0x6e, 0x67, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x02, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x06, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xf4, 0x05, 0x0a, 0x0f, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x14, 0x0a, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x12, 0x23, 0x0a, 0x0b, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0a, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x5d, 0x0a, 0x11, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x42, 0x02, 0x18, 0x01, 0x52, 0x10, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x12, 0x41, 0x0a, 0x07, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x27, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x52, 0x07, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6d, 0x6e, 0x65, 0x6d, 0x6f, 0x6e, 0x69, 0x63, 0x1a, 0x66, 0x0a, 0x15, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x37, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x26, 0x0a, 0x0a, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x18, 0x01, 0x1a, 0xbc, 0x02, 0x0a, 0x10, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x6a, 0x0a, 0x11, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3d, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x10, 0x61, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x1a, 0x77, 0x0a, 0x15, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x65, 0x74, 0x65, 0x72, 0x73, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x48, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x2e, 0x41, 0x73, 0x70, 0x65, 0x63, 0x74, 0x44, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x6f, 0x72, 0x2e, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x22, 0x0a, 0x0a, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x2a, 0x09, 0x08, 0xe8, 0x07, 0x10, 0x80, 0x80, 0x80, 0x80, 0x02, 0x22, 0x3f, 0x0a, 0x13, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x02, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x02, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xe9, 0x01, 0x0a, 0x09, 0x53, 0x70, 0x61, 0x77, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x32, 0x48, 0x0a, 0x0a, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xeb, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x10, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x53, 0x70, 0x61, 0x77, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x09, 0x73, 0x70, 0x61, 0x77, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0xd1, 0x02, 0x0a, 0x0e, 0x43, 0x70, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x6f, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x6f, 0x6f, 0x6c, 0x12, 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x5f, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x72, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x2e, 0x0a, 0x13, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x5f, 0x61, 0x6e, 0x64, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x11, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x41, 0x6e, 0x64, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x12, 0x36, 0x0a, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x6e, 0x76, 0x69, 0x72, 0x6f, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x56, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x52, 0x08, 0x76, 0x61, 0x72, 0x69, 0x61, 0x62, 0x6c, 0x65, 0x32, 0x58, 0x0a, 0x10, 0x63, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xe9, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x43, 0x70, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0e, 0x63, 0x70, 0x70, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x9c, 0x03, 0x0a, 0x0b, 0x43, 0x70, 0x70, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x69, 0x6e, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x32, 0x0a, 0x15, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x5f, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x13, 0x69, 0x6e, 0x74, 0x65, 0x72, 0x66, 0x61, 0x63, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x28, 0x0a, 0x10, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6c, 0x69, 0x6e, 0x6b, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x69, 0x63, 0x6e, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x6c, 0x69, 0x6e, 0x6b, 0x53, 0x74, 0x61, 0x74, 0x69, 0x63, 0x6e, 0x65, 0x73, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x6c, 0x69, 0x6e, 0x6b, 0x53, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x3b, 0x0a, 0x1a, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x17, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x49, 0x6e, 0x66, 0x6f, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x41, 0x72, 0x74, 0x69, 0x66, 0x61, 0x63, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x6f, 0x70, 0x74, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x69, 0x6e, 0x6b, 0x4f, 0x70, 0x74, 0x32, 0x4f, 0x0a, 0x0d, 0x63, 0x70, 0x70, 0x5f, 0x6c, 0x69, 0x6e, 0x6b, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xea, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x43, 0x70, 0x70, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0b, 0x63, 0x70, 0x70, 0x4c, 0x69, 0x6e, 0x6b, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x8e, 0x03, 0x0a, 0x0f, 0x4a, 0x61, 0x76, 0x61, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1c, 0x0a, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x6a, 0x61, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x6a, 0x61, 0x72, 0x12, 0x1c, 0x0a, 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x70, 0x61, 0x74, 0x68, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x6a, 0x61, 0x76, 0x61, 0x63, 0x5f, 0x6f, 0x70, 0x74, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x6a, 0x61, 0x76, 0x61, 0x63, 0x4f, 0x70, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x18, 0x06, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0d, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x70, 0x61, 0x74, 0x68, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x70, 0x72, 0x6f, 0x63, 0x65, 0x73, 0x73, 0x6f, 0x72, 0x70, 0x61, 0x74, 0x68, 0x12, 0x24, 0x0a, 0x0d, 0x62, 0x6f, 0x6f, 0x74, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0d, 0x62, 0x6f, 0x6f, 0x74, 0x63, 0x6c, 0x61, 0x73, 0x73, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x61, 0x72, 0x67, 0x75, 0x6d, 0x65, 0x6e, 0x74, 0x32, 0x5b, 0x0a, 0x11, 0x6a, 0x61, 0x76, 0x61, 0x5f, 0x63, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xe8, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x4a, 0x61, 0x76, 0x61, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0f, 0x6a, 0x61, 0x76, 0x61, 0x43, 0x6f, 0x6d, 0x70, 0x69, 0x6c, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x95, 0x01, 0x0a, 0x0a, 0x50, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x0a, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x46, 0x69, 0x6c, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x64, 0x65, 0x70, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52, 0x07, 0x64, 0x65, 0x70, 0x46, 0x69, 0x6c, 0x65, 0x32, 0x4b, 0x0a, 0x0b, 0x70, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x12, 0x16, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x45, 0x78, 0x74, 0x72, 0x61, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x18, 0xed, 0x07, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x62, 0x6c, 0x61, 0x7a, 0x65, 0x2e, 0x50, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x70, 0x79, 0x74, 0x68, 0x6f, 0x6e, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x2f, 0x0a, 0x2b, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x64, 0x65, 0x76, 0x74, 0x6f, 0x6f, 0x6c, 0x73, 0x2e, 0x62, 0x75, 0x69, 0x6c, 0x64, 0x2e, 0x6c, 0x69, 0x62, 0x2e, 0x61, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x65, 0x78, 0x74, 0x72, 0x61, 0x50, 0x01, } var ( file_extra_actions_base_proto_extra_actions_base_proto_rawDescOnce sync.Once file_extra_actions_base_proto_extra_actions_base_proto_rawDescData = file_extra_actions_base_proto_extra_actions_base_proto_rawDesc ) func file_extra_actions_base_proto_extra_actions_base_proto_rawDescGZIP() []byte { file_extra_actions_base_proto_extra_actions_base_proto_rawDescOnce.Do(func() { file_extra_actions_base_proto_extra_actions_base_proto_rawDescData = protoimpl.X.CompressGZIP(file_extra_actions_base_proto_extra_actions_base_proto_rawDescData) }) return file_extra_actions_base_proto_extra_actions_base_proto_rawDescData } var file_extra_actions_base_proto_extra_actions_base_proto_msgTypes = make([]protoimpl.MessageInfo, 14) var file_extra_actions_base_proto_extra_actions_base_proto_goTypes = []interface{}{ (*ExtraActionSummary)(nil), // 0: blaze.ExtraActionSummary (*DetailedExtraActionInfo)(nil), // 1: blaze.DetailedExtraActionInfo (*ExtraActionInfo)(nil), // 2: blaze.ExtraActionInfo (*EnvironmentVariable)(nil), // 3: blaze.EnvironmentVariable (*SpawnInfo)(nil), // 4: blaze.SpawnInfo (*CppCompileInfo)(nil), // 5: blaze.CppCompileInfo (*CppLinkInfo)(nil), // 6: blaze.CppLinkInfo (*JavaCompileInfo)(nil), // 7: blaze.JavaCompileInfo (*PythonInfo)(nil), // 8: blaze.PythonInfo nil, // 9: blaze.ExtraActionInfo.AspectParametersEntry (*ExtraActionInfo_StringList)(nil), // 10: blaze.ExtraActionInfo.StringList (*ExtraActionInfo_AspectDescriptor)(nil), // 11: blaze.ExtraActionInfo.AspectDescriptor nil, // 12: blaze.ExtraActionInfo.AspectDescriptor.AspectParametersEntry (*ExtraActionInfo_AspectDescriptor_StringList)(nil), // 13: blaze.ExtraActionInfo.AspectDescriptor.StringList } var file_extra_actions_base_proto_extra_actions_base_proto_depIdxs = []int32{ 1, // 0: blaze.ExtraActionSummary.action:type_name -> blaze.DetailedExtraActionInfo 2, // 1: blaze.DetailedExtraActionInfo.action:type_name -> blaze.ExtraActionInfo 9, // 2: blaze.ExtraActionInfo.aspect_parameters:type_name -> blaze.ExtraActionInfo.AspectParametersEntry 11, // 3: blaze.ExtraActionInfo.aspects:type_name -> blaze.ExtraActionInfo.AspectDescriptor 3, // 4: blaze.SpawnInfo.variable:type_name -> blaze.EnvironmentVariable 3, // 5: blaze.CppCompileInfo.variable:type_name -> blaze.EnvironmentVariable 10, // 6: blaze.ExtraActionInfo.AspectParametersEntry.value:type_name -> blaze.ExtraActionInfo.StringList 12, // 7: blaze.ExtraActionInfo.AspectDescriptor.aspect_parameters:type_name -> blaze.ExtraActionInfo.AspectDescriptor.AspectParametersEntry 13, // 8: blaze.ExtraActionInfo.AspectDescriptor.AspectParametersEntry.value:type_name -> blaze.ExtraActionInfo.AspectDescriptor.StringList 2, // 9: blaze.SpawnInfo.spawn_info:extendee -> blaze.ExtraActionInfo 2, // 10: blaze.CppCompileInfo.cpp_compile_info:extendee -> blaze.ExtraActionInfo 2, // 11: blaze.CppLinkInfo.cpp_link_info:extendee -> blaze.ExtraActionInfo 2, // 12: blaze.JavaCompileInfo.java_compile_info:extendee -> blaze.ExtraActionInfo 2, // 13: blaze.PythonInfo.python_info:extendee -> blaze.ExtraActionInfo 4, // 14: blaze.SpawnInfo.spawn_info:type_name -> blaze.SpawnInfo 5, // 15: blaze.CppCompileInfo.cpp_compile_info:type_name -> blaze.CppCompileInfo 6, // 16: blaze.CppLinkInfo.cpp_link_info:type_name -> blaze.CppLinkInfo 7, // 17: blaze.JavaCompileInfo.java_compile_info:type_name -> blaze.JavaCompileInfo 8, // 18: blaze.PythonInfo.python_info:type_name -> blaze.PythonInfo 19, // [19:19] is the sub-list for method output_type 19, // [19:19] is the sub-list for method input_type 14, // [14:19] is the sub-list for extension type_name 9, // [9:14] is the sub-list for extension extendee 0, // [0:9] is the sub-list for field type_name } func init() { file_extra_actions_base_proto_extra_actions_base_proto_init() } func file_extra_actions_base_proto_extra_actions_base_proto_init() { if File_extra_actions_base_proto_extra_actions_base_proto != nil { return } if !protoimpl.UnsafeEnabled { file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraActionSummary); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DetailedExtraActionInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraActionInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields case 3: return &v.extensionFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*EnvironmentVariable); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*SpawnInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CppCompileInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CppLinkInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*JavaCompileInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*PythonInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraActionInfo_StringList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraActionInfo_AspectDescriptor); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_extra_actions_base_proto_extra_actions_base_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ExtraActionInfo_AspectDescriptor_StringList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_extra_actions_base_proto_extra_actions_base_proto_rawDesc, NumEnums: 0, NumMessages: 14, NumExtensions: 5, NumServices: 0, }, GoTypes: file_extra_actions_base_proto_extra_actions_base_proto_goTypes, DependencyIndexes: file_extra_actions_base_proto_extra_actions_base_proto_depIdxs, MessageInfos: file_extra_actions_base_proto_extra_actions_base_proto_msgTypes, ExtensionInfos: file_extra_actions_base_proto_extra_actions_base_proto_extTypes, }.Build() File_extra_actions_base_proto_extra_actions_base_proto = out.File file_extra_actions_base_proto_extra_actions_base_proto_rawDesc = nil file_extra_actions_base_proto_extra_actions_base_proto_goTypes = nil file_extra_actions_base_proto_extra_actions_base_proto_depIdxs = nil }