Documentation ¶
Index ¶
- Variables
- type Action
- func (*Action) Descriptor() ([]byte, []int)deprecated
- func (x *Action) GetActionKey() string
- func (x *Action) GetArguments() []string
- func (x *Action) GetAspectDescriptorIds() []uint32
- func (x *Action) GetConfigurationId() uint32
- func (x *Action) GetDiscoversInputs() bool
- func (x *Action) GetEnvironmentVariables() []*KeyValuePair
- func (x *Action) GetExecutionInfo() []*KeyValuePair
- func (x *Action) GetExecutionPlatform() string
- func (x *Action) GetInputDepSetIds() []uint32
- func (x *Action) GetMnemonic() string
- func (x *Action) GetOutputIds() []uint32
- func (x *Action) GetParamFiles() []*ParamFile
- func (x *Action) GetPrimaryOutputId() uint32
- func (x *Action) GetSubstitutions() []*KeyValuePair
- func (x *Action) GetTargetId() uint32
- func (x *Action) GetTemplateContent() string
- func (*Action) ProtoMessage()
- func (x *Action) ProtoReflect() protoreflect.Message
- func (x *Action) Reset()
- func (x *Action) String() string
- type ActionGraphContainer
- func (*ActionGraphContainer) Descriptor() ([]byte, []int)deprecated
- func (x *ActionGraphContainer) GetActions() []*Action
- func (x *ActionGraphContainer) GetArtifacts() []*Artifact
- func (x *ActionGraphContainer) GetAspectDescriptors() []*AspectDescriptor
- func (x *ActionGraphContainer) GetConfiguration() []*Configuration
- func (x *ActionGraphContainer) GetDepSetOfFiles() []*DepSetOfFiles
- func (x *ActionGraphContainer) GetPathFragments() []*PathFragment
- func (x *ActionGraphContainer) GetRuleClasses() []*RuleClass
- func (x *ActionGraphContainer) GetTargets() []*Target
- func (*ActionGraphContainer) ProtoMessage()
- func (x *ActionGraphContainer) ProtoReflect() protoreflect.Message
- func (x *ActionGraphContainer) Reset()
- func (x *ActionGraphContainer) String() string
- type Artifact
- func (*Artifact) Descriptor() ([]byte, []int)deprecated
- func (x *Artifact) GetId() uint32
- func (x *Artifact) GetIsTreeArtifact() bool
- func (x *Artifact) GetPathFragmentId() uint32
- func (*Artifact) ProtoMessage()
- func (x *Artifact) ProtoReflect() protoreflect.Message
- func (x *Artifact) Reset()
- func (x *Artifact) String() string
- type AspectDescriptor
- func (*AspectDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *AspectDescriptor) GetId() uint32
- func (x *AspectDescriptor) GetName() string
- func (x *AspectDescriptor) GetParameters() []*KeyValuePair
- func (*AspectDescriptor) ProtoMessage()
- func (x *AspectDescriptor) ProtoReflect() protoreflect.Message
- func (x *AspectDescriptor) Reset()
- func (x *AspectDescriptor) String() string
- type Configuration
- func (*Configuration) Descriptor() ([]byte, []int)deprecated
- func (x *Configuration) GetChecksum() string
- func (x *Configuration) GetId() uint32
- func (x *Configuration) GetMnemonic() string
- func (x *Configuration) GetPlatformName() string
- func (*Configuration) ProtoMessage()
- func (x *Configuration) ProtoReflect() protoreflect.Message
- func (x *Configuration) Reset()
- func (x *Configuration) String() string
- type ConfiguredTarget
- func (*ConfiguredTarget) Descriptor() ([]byte, []int)deprecated
- func (x *ConfiguredTarget) GetConfiguration() *Configuration
- func (x *ConfiguredTarget) GetTarget() *query.Target
- func (*ConfiguredTarget) ProtoMessage()
- func (x *ConfiguredTarget) ProtoReflect() protoreflect.Message
- func (x *ConfiguredTarget) Reset()
- func (x *ConfiguredTarget) String() string
- type CqueryResult
- type DepSetOfFiles
- func (*DepSetOfFiles) Descriptor() ([]byte, []int)deprecated
- func (x *DepSetOfFiles) GetDirectArtifactIds() []uint32
- func (x *DepSetOfFiles) GetId() uint32
- func (x *DepSetOfFiles) GetTransitiveDepSetIds() []uint32
- func (*DepSetOfFiles) ProtoMessage()
- func (x *DepSetOfFiles) ProtoReflect() protoreflect.Message
- func (x *DepSetOfFiles) Reset()
- func (x *DepSetOfFiles) String() string
- type KeyValuePair
- func (*KeyValuePair) Descriptor() ([]byte, []int)deprecated
- func (x *KeyValuePair) GetKey() string
- func (x *KeyValuePair) GetValue() string
- func (*KeyValuePair) ProtoMessage()
- func (x *KeyValuePair) ProtoReflect() protoreflect.Message
- func (x *KeyValuePair) Reset()
- func (x *KeyValuePair) String() string
- type ParamFile
- type PathFragment
- func (*PathFragment) Descriptor() ([]byte, []int)deprecated
- func (x *PathFragment) GetId() uint32
- func (x *PathFragment) GetLabel() string
- func (x *PathFragment) GetParentId() uint32
- func (*PathFragment) ProtoMessage()
- func (x *PathFragment) ProtoReflect() protoreflect.Message
- func (x *PathFragment) Reset()
- func (x *PathFragment) String() string
- type RuleClass
- type Target
- func (*Target) Descriptor() ([]byte, []int)deprecated
- func (x *Target) GetId() uint32
- func (x *Target) GetLabel() string
- func (x *Target) GetRuleClassId() uint32
- func (*Target) ProtoMessage()
- func (x *Target) ProtoReflect() protoreflect.Message
- func (x *Target) Reset()
- func (x *Target) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_bazel_analysis_analysis_v2_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct { TargetId uint32 `protobuf:"varint,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"` AspectDescriptorIds []uint32 `` /* 128-byte string literal not displayed */ ActionKey string `protobuf:"bytes,3,opt,name=action_key,json=actionKey,proto3" json:"action_key,omitempty"` Mnemonic string `protobuf:"bytes,4,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` ConfigurationId uint32 `protobuf:"varint,5,opt,name=configuration_id,json=configurationId,proto3" json:"configuration_id,omitempty"` Arguments []string `protobuf:"bytes,6,rep,name=arguments,proto3" json:"arguments,omitempty"` EnvironmentVariables []*KeyValuePair `protobuf:"bytes,7,rep,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"` InputDepSetIds []uint32 `protobuf:"varint,8,rep,packed,name=input_dep_set_ids,json=inputDepSetIds,proto3" json:"input_dep_set_ids,omitempty"` OutputIds []uint32 `protobuf:"varint,9,rep,packed,name=output_ids,json=outputIds,proto3" json:"output_ids,omitempty"` DiscoversInputs bool `protobuf:"varint,10,opt,name=discovers_inputs,json=discoversInputs,proto3" json:"discovers_inputs,omitempty"` ExecutionInfo []*KeyValuePair `protobuf:"bytes,11,rep,name=execution_info,json=executionInfo,proto3" json:"execution_info,omitempty"` ParamFiles []*ParamFile `protobuf:"bytes,12,rep,name=param_files,json=paramFiles,proto3" json:"param_files,omitempty"` PrimaryOutputId uint32 `protobuf:"varint,13,opt,name=primary_output_id,json=primaryOutputId,proto3" json:"primary_output_id,omitempty"` ExecutionPlatform string `protobuf:"bytes,14,opt,name=execution_platform,json=executionPlatform,proto3" json:"execution_platform,omitempty"` TemplateContent string `protobuf:"bytes,15,opt,name=template_content,json=templateContent,proto3" json:"template_content,omitempty"` Substitutions []*KeyValuePair `protobuf:"bytes,16,rep,name=substitutions,proto3" json:"substitutions,omitempty"` // contains filtered or unexported fields }
func (*Action) Descriptor
deprecated
func (*Action) GetActionKey ¶
func (*Action) GetArguments ¶
func (*Action) GetAspectDescriptorIds ¶
func (*Action) GetConfigurationId ¶
func (*Action) GetDiscoversInputs ¶
func (*Action) GetEnvironmentVariables ¶
func (x *Action) GetEnvironmentVariables() []*KeyValuePair
func (*Action) GetExecutionInfo ¶
func (x *Action) GetExecutionInfo() []*KeyValuePair
func (*Action) GetExecutionPlatform ¶
func (*Action) GetInputDepSetIds ¶
func (*Action) GetMnemonic ¶
func (*Action) GetOutputIds ¶
func (*Action) GetParamFiles ¶
func (*Action) GetPrimaryOutputId ¶
func (*Action) GetSubstitutions ¶
func (x *Action) GetSubstitutions() []*KeyValuePair
func (*Action) GetTargetId ¶
func (*Action) GetTemplateContent ¶
func (*Action) ProtoMessage ¶
func (*Action) ProtoMessage()
func (*Action) ProtoReflect ¶
func (x *Action) ProtoReflect() protoreflect.Message
type ActionGraphContainer ¶
type ActionGraphContainer struct { Artifacts []*Artifact `protobuf:"bytes,1,rep,name=artifacts,proto3" json:"artifacts,omitempty"` Actions []*Action `protobuf:"bytes,2,rep,name=actions,proto3" json:"actions,omitempty"` Targets []*Target `protobuf:"bytes,3,rep,name=targets,proto3" json:"targets,omitempty"` DepSetOfFiles []*DepSetOfFiles `protobuf:"bytes,4,rep,name=dep_set_of_files,json=depSetOfFiles,proto3" json:"dep_set_of_files,omitempty"` Configuration []*Configuration `protobuf:"bytes,5,rep,name=configuration,proto3" json:"configuration,omitempty"` AspectDescriptors []*AspectDescriptor `protobuf:"bytes,6,rep,name=aspect_descriptors,json=aspectDescriptors,proto3" json:"aspect_descriptors,omitempty"` RuleClasses []*RuleClass `protobuf:"bytes,7,rep,name=rule_classes,json=ruleClasses,proto3" json:"rule_classes,omitempty"` PathFragments []*PathFragment `protobuf:"bytes,8,rep,name=path_fragments,json=pathFragments,proto3" json:"path_fragments,omitempty"` // contains filtered or unexported fields }
func (*ActionGraphContainer) Descriptor
deprecated
func (*ActionGraphContainer) Descriptor() ([]byte, []int)
Deprecated: Use ActionGraphContainer.ProtoReflect.Descriptor instead.
func (*ActionGraphContainer) GetActions ¶
func (x *ActionGraphContainer) GetActions() []*Action
func (*ActionGraphContainer) GetArtifacts ¶
func (x *ActionGraphContainer) GetArtifacts() []*Artifact
func (*ActionGraphContainer) GetAspectDescriptors ¶
func (x *ActionGraphContainer) GetAspectDescriptors() []*AspectDescriptor
func (*ActionGraphContainer) GetConfiguration ¶
func (x *ActionGraphContainer) GetConfiguration() []*Configuration
func (*ActionGraphContainer) GetDepSetOfFiles ¶
func (x *ActionGraphContainer) GetDepSetOfFiles() []*DepSetOfFiles
func (*ActionGraphContainer) GetPathFragments ¶
func (x *ActionGraphContainer) GetPathFragments() []*PathFragment
func (*ActionGraphContainer) GetRuleClasses ¶
func (x *ActionGraphContainer) GetRuleClasses() []*RuleClass
func (*ActionGraphContainer) GetTargets ¶
func (x *ActionGraphContainer) GetTargets() []*Target
func (*ActionGraphContainer) ProtoMessage ¶
func (*ActionGraphContainer) ProtoMessage()
func (*ActionGraphContainer) ProtoReflect ¶
func (x *ActionGraphContainer) ProtoReflect() protoreflect.Message
func (*ActionGraphContainer) Reset ¶
func (x *ActionGraphContainer) Reset()
func (*ActionGraphContainer) String ¶
func (x *ActionGraphContainer) String() string
type Artifact ¶
type Artifact struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` PathFragmentId uint32 `protobuf:"varint,2,opt,name=path_fragment_id,json=pathFragmentId,proto3" json:"path_fragment_id,omitempty"` IsTreeArtifact bool `protobuf:"varint,3,opt,name=is_tree_artifact,json=isTreeArtifact,proto3" json:"is_tree_artifact,omitempty"` // contains filtered or unexported fields }
func (*Artifact) Descriptor
deprecated
func (*Artifact) GetIsTreeArtifact ¶
func (*Artifact) GetPathFragmentId ¶
func (*Artifact) ProtoMessage ¶
func (*Artifact) ProtoMessage()
func (*Artifact) ProtoReflect ¶
func (x *Artifact) ProtoReflect() protoreflect.Message
type AspectDescriptor ¶
type AspectDescriptor struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Parameters []*KeyValuePair `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*AspectDescriptor) Descriptor
deprecated
func (*AspectDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use AspectDescriptor.ProtoReflect.Descriptor instead.
func (*AspectDescriptor) GetId ¶
func (x *AspectDescriptor) GetId() uint32
func (*AspectDescriptor) GetName ¶
func (x *AspectDescriptor) GetName() string
func (*AspectDescriptor) GetParameters ¶
func (x *AspectDescriptor) GetParameters() []*KeyValuePair
func (*AspectDescriptor) ProtoMessage ¶
func (*AspectDescriptor) ProtoMessage()
func (*AspectDescriptor) ProtoReflect ¶
func (x *AspectDescriptor) ProtoReflect() protoreflect.Message
func (*AspectDescriptor) Reset ¶
func (x *AspectDescriptor) Reset()
func (*AspectDescriptor) String ¶
func (x *AspectDescriptor) String() string
type Configuration ¶
type Configuration struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Mnemonic string `protobuf:"bytes,2,opt,name=mnemonic,proto3" json:"mnemonic,omitempty"` PlatformName string `protobuf:"bytes,3,opt,name=platform_name,json=platformName,proto3" json:"platform_name,omitempty"` Checksum string `protobuf:"bytes,4,opt,name=checksum,proto3" json:"checksum,omitempty"` // contains filtered or unexported fields }
func (*Configuration) Descriptor
deprecated
func (*Configuration) Descriptor() ([]byte, []int)
Deprecated: Use Configuration.ProtoReflect.Descriptor instead.
func (*Configuration) GetChecksum ¶
func (x *Configuration) GetChecksum() string
func (*Configuration) GetId ¶
func (x *Configuration) GetId() uint32
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 ConfiguredTarget ¶
type ConfiguredTarget struct { Target *query.Target `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Configuration *Configuration `protobuf:"bytes,2,opt,name=configuration,proto3" json:"configuration,omitempty"` // contains filtered or unexported fields }
func (*ConfiguredTarget) Descriptor
deprecated
func (*ConfiguredTarget) Descriptor() ([]byte, []int)
Deprecated: Use ConfiguredTarget.ProtoReflect.Descriptor instead.
func (*ConfiguredTarget) GetConfiguration ¶
func (x *ConfiguredTarget) GetConfiguration() *Configuration
func (*ConfiguredTarget) GetTarget ¶
func (x *ConfiguredTarget) GetTarget() *query.Target
func (*ConfiguredTarget) ProtoMessage ¶
func (*ConfiguredTarget) ProtoMessage()
func (*ConfiguredTarget) ProtoReflect ¶
func (x *ConfiguredTarget) ProtoReflect() protoreflect.Message
func (*ConfiguredTarget) Reset ¶
func (x *ConfiguredTarget) Reset()
func (*ConfiguredTarget) String ¶
func (x *ConfiguredTarget) String() string
type CqueryResult ¶
type CqueryResult struct { Results []*ConfiguredTarget `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
func (*CqueryResult) Descriptor
deprecated
func (*CqueryResult) Descriptor() ([]byte, []int)
Deprecated: Use CqueryResult.ProtoReflect.Descriptor instead.
func (*CqueryResult) GetResults ¶
func (x *CqueryResult) GetResults() []*ConfiguredTarget
func (*CqueryResult) ProtoMessage ¶
func (*CqueryResult) ProtoMessage()
func (*CqueryResult) ProtoReflect ¶
func (x *CqueryResult) ProtoReflect() protoreflect.Message
func (*CqueryResult) Reset ¶
func (x *CqueryResult) Reset()
func (*CqueryResult) String ¶
func (x *CqueryResult) String() string
type DepSetOfFiles ¶
type DepSetOfFiles struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` TransitiveDepSetIds []uint32 `` /* 130-byte string literal not displayed */ DirectArtifactIds []uint32 `protobuf:"varint,3,rep,packed,name=direct_artifact_ids,json=directArtifactIds,proto3" json:"direct_artifact_ids,omitempty"` // contains filtered or unexported fields }
func (*DepSetOfFiles) Descriptor
deprecated
func (*DepSetOfFiles) Descriptor() ([]byte, []int)
Deprecated: Use DepSetOfFiles.ProtoReflect.Descriptor instead.
func (*DepSetOfFiles) GetDirectArtifactIds ¶
func (x *DepSetOfFiles) GetDirectArtifactIds() []uint32
func (*DepSetOfFiles) GetId ¶
func (x *DepSetOfFiles) GetId() uint32
func (*DepSetOfFiles) GetTransitiveDepSetIds ¶
func (x *DepSetOfFiles) GetTransitiveDepSetIds() []uint32
func (*DepSetOfFiles) ProtoMessage ¶
func (*DepSetOfFiles) ProtoMessage()
func (*DepSetOfFiles) ProtoReflect ¶
func (x *DepSetOfFiles) ProtoReflect() protoreflect.Message
func (*DepSetOfFiles) Reset ¶
func (x *DepSetOfFiles) Reset()
func (*DepSetOfFiles) String ¶
func (x *DepSetOfFiles) String() string
type KeyValuePair ¶
type KeyValuePair 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 (*KeyValuePair) Descriptor
deprecated
func (*KeyValuePair) Descriptor() ([]byte, []int)
Deprecated: Use KeyValuePair.ProtoReflect.Descriptor instead.
func (*KeyValuePair) GetKey ¶
func (x *KeyValuePair) GetKey() string
func (*KeyValuePair) GetValue ¶
func (x *KeyValuePair) GetValue() string
func (*KeyValuePair) ProtoMessage ¶
func (*KeyValuePair) ProtoMessage()
func (*KeyValuePair) ProtoReflect ¶
func (x *KeyValuePair) ProtoReflect() protoreflect.Message
func (*KeyValuePair) Reset ¶
func (x *KeyValuePair) Reset()
func (*KeyValuePair) String ¶
func (x *KeyValuePair) String() string
type ParamFile ¶
type ParamFile struct { ExecPath string `protobuf:"bytes,1,opt,name=exec_path,json=execPath,proto3" json:"exec_path,omitempty"` Arguments []string `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"` // contains filtered or unexported fields }
func (*ParamFile) Descriptor
deprecated
func (*ParamFile) GetArguments ¶
func (*ParamFile) GetExecPath ¶
func (*ParamFile) ProtoMessage ¶
func (*ParamFile) ProtoMessage()
func (*ParamFile) ProtoReflect ¶
func (x *ParamFile) ProtoReflect() protoreflect.Message
type PathFragment ¶
type PathFragment struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` ParentId uint32 `protobuf:"varint,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"` // contains filtered or unexported fields }
func (*PathFragment) Descriptor
deprecated
func (*PathFragment) Descriptor() ([]byte, []int)
Deprecated: Use PathFragment.ProtoReflect.Descriptor instead.
func (*PathFragment) GetId ¶
func (x *PathFragment) GetId() uint32
func (*PathFragment) GetLabel ¶
func (x *PathFragment) GetLabel() string
func (*PathFragment) GetParentId ¶
func (x *PathFragment) GetParentId() uint32
func (*PathFragment) ProtoMessage ¶
func (*PathFragment) ProtoMessage()
func (*PathFragment) ProtoReflect ¶
func (x *PathFragment) ProtoReflect() protoreflect.Message
func (*PathFragment) Reset ¶
func (x *PathFragment) Reset()
func (*PathFragment) String ¶
func (x *PathFragment) String() string
type RuleClass ¶
type RuleClass struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*RuleClass) Descriptor
deprecated
func (*RuleClass) ProtoMessage ¶
func (*RuleClass) ProtoMessage()
func (*RuleClass) ProtoReflect ¶
func (x *RuleClass) ProtoReflect() protoreflect.Message
type Target ¶
type Target struct { Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` RuleClassId uint32 `protobuf:"varint,3,opt,name=rule_class_id,json=ruleClassId,proto3" json:"rule_class_id,omitempty"` // contains filtered or unexported fields }
func (*Target) Descriptor
deprecated
func (*Target) GetRuleClassId ¶
func (*Target) ProtoMessage ¶
func (*Target) ProtoMessage()
func (*Target) ProtoReflect ¶
func (x *Target) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.