Documentation ¶
Index ¶
- Variables
- type ChunkList
- type CommandLine
- func (*CommandLine) Descriptor() ([]byte, []int)deprecated
- func (x *CommandLine) GetCommandLineLabel() string
- func (x *CommandLine) GetSections() []*CommandLineSection
- func (*CommandLine) ProtoMessage()
- func (x *CommandLine) ProtoReflect() protoreflect.Message
- func (x *CommandLine) Reset()
- func (x *CommandLine) String() string
- type CommandLineSection
- func (*CommandLineSection) Descriptor() ([]byte, []int)deprecated
- func (x *CommandLineSection) GetChunkList() *ChunkList
- func (x *CommandLineSection) GetOptionList() *OptionList
- func (x *CommandLineSection) GetSectionLabel() string
- func (m *CommandLineSection) GetSectionType() isCommandLineSection_SectionType
- func (*CommandLineSection) ProtoMessage()
- func (x *CommandLineSection) ProtoReflect() protoreflect.Message
- func (x *CommandLineSection) Reset()
- func (x *CommandLineSection) String() string
- type CommandLineSection_ChunkList
- type CommandLineSection_OptionList
- type Option
- func (*Option) Descriptor() ([]byte, []int)deprecated
- func (x *Option) GetCombinedForm() string
- func (x *Option) GetEffectTags() []options.OptionEffectTag
- func (x *Option) GetMetadataTags() []options.OptionMetadataTag
- func (x *Option) GetOptionName() string
- func (x *Option) GetOptionValue() string
- func (*Option) ProtoMessage()
- func (x *Option) ProtoReflect() protoreflect.Message
- func (x *Option) Reset()
- func (x *Option) String() string
- type OptionList
Constants ¶
This section is empty.
Variables ¶
View Source
var File_bazel_command_line_command_line_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ChunkList ¶
type ChunkList struct { Chunk []string `protobuf:"bytes,1,rep,name=chunk,proto3" json:"chunk,omitempty"` // contains filtered or unexported fields }
func (*ChunkList) Descriptor
deprecated
func (*ChunkList) ProtoMessage ¶
func (*ChunkList) ProtoMessage()
func (*ChunkList) ProtoReflect ¶
func (x *ChunkList) ProtoReflect() protoreflect.Message
type CommandLine ¶
type CommandLine struct { CommandLineLabel string `protobuf:"bytes,1,opt,name=command_line_label,json=commandLineLabel,proto3" json:"command_line_label,omitempty"` Sections []*CommandLineSection `protobuf:"bytes,2,rep,name=sections,proto3" json:"sections,omitempty"` // contains filtered or unexported fields }
func (*CommandLine) Descriptor
deprecated
func (*CommandLine) Descriptor() ([]byte, []int)
Deprecated: Use CommandLine.ProtoReflect.Descriptor instead.
func (*CommandLine) GetCommandLineLabel ¶
func (x *CommandLine) GetCommandLineLabel() string
func (*CommandLine) GetSections ¶
func (x *CommandLine) GetSections() []*CommandLineSection
func (*CommandLine) ProtoMessage ¶
func (*CommandLine) ProtoMessage()
func (*CommandLine) ProtoReflect ¶
func (x *CommandLine) ProtoReflect() protoreflect.Message
func (*CommandLine) Reset ¶
func (x *CommandLine) Reset()
func (*CommandLine) String ¶
func (x *CommandLine) String() string
type CommandLineSection ¶
type CommandLineSection struct { SectionLabel string `protobuf:"bytes,1,opt,name=section_label,json=sectionLabel,proto3" json:"section_label,omitempty"` // Types that are assignable to SectionType: // // *CommandLineSection_ChunkList // *CommandLineSection_OptionList SectionType isCommandLineSection_SectionType `protobuf_oneof:"section_type"` // contains filtered or unexported fields }
func (*CommandLineSection) Descriptor
deprecated
func (*CommandLineSection) Descriptor() ([]byte, []int)
Deprecated: Use CommandLineSection.ProtoReflect.Descriptor instead.
func (*CommandLineSection) GetChunkList ¶
func (x *CommandLineSection) GetChunkList() *ChunkList
func (*CommandLineSection) GetOptionList ¶
func (x *CommandLineSection) GetOptionList() *OptionList
func (*CommandLineSection) GetSectionLabel ¶
func (x *CommandLineSection) GetSectionLabel() string
func (*CommandLineSection) GetSectionType ¶
func (m *CommandLineSection) GetSectionType() isCommandLineSection_SectionType
func (*CommandLineSection) ProtoMessage ¶
func (*CommandLineSection) ProtoMessage()
func (*CommandLineSection) ProtoReflect ¶
func (x *CommandLineSection) ProtoReflect() protoreflect.Message
func (*CommandLineSection) Reset ¶
func (x *CommandLineSection) Reset()
func (*CommandLineSection) String ¶
func (x *CommandLineSection) String() string
type CommandLineSection_ChunkList ¶
type CommandLineSection_ChunkList struct {
ChunkList *ChunkList `protobuf:"bytes,2,opt,name=chunk_list,json=chunkList,proto3,oneof"`
}
type CommandLineSection_OptionList ¶
type CommandLineSection_OptionList struct {
OptionList *OptionList `protobuf:"bytes,3,opt,name=option_list,json=optionList,proto3,oneof"`
}
type Option ¶
type Option struct { CombinedForm string `protobuf:"bytes,1,opt,name=combined_form,json=combinedForm,proto3" json:"combined_form,omitempty"` OptionName string `protobuf:"bytes,2,opt,name=option_name,json=optionName,proto3" json:"option_name,omitempty"` OptionValue string `protobuf:"bytes,3,opt,name=option_value,json=optionValue,proto3" json:"option_value,omitempty"` EffectTags []options.OptionEffectTag `` /* 128-byte string literal not displayed */ MetadataTags []options.OptionMetadataTag `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Option) Descriptor
deprecated
func (*Option) GetCombinedForm ¶
func (*Option) GetEffectTags ¶
func (x *Option) GetEffectTags() []options.OptionEffectTag
func (*Option) GetMetadataTags ¶
func (x *Option) GetMetadataTags() []options.OptionMetadataTag
func (*Option) GetOptionName ¶
func (*Option) GetOptionValue ¶
func (*Option) ProtoMessage ¶
func (*Option) ProtoMessage()
func (*Option) ProtoReflect ¶
func (x *Option) ProtoReflect() protoreflect.Message
type OptionList ¶
type OptionList struct { Option []*Option `protobuf:"bytes,1,rep,name=option,proto3" json:"option,omitempty"` // contains filtered or unexported fields }
func (*OptionList) Descriptor
deprecated
func (*OptionList) Descriptor() ([]byte, []int)
Deprecated: Use OptionList.ProtoReflect.Descriptor instead.
func (*OptionList) GetOption ¶
func (x *OptionList) GetOption() []*Option
func (*OptionList) ProtoMessage ¶
func (*OptionList) ProtoMessage()
func (*OptionList) ProtoReflect ¶
func (x *OptionList) ProtoReflect() protoreflect.Message
func (*OptionList) Reset ¶
func (x *OptionList) Reset()
func (*OptionList) String ¶
func (x *OptionList) String() string
Click to show internal directories.
Click to hide internal directories.