analysis

package
v0.33.0 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_gitops_analysis_analysis_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Action

type Action struct {
	TargetId             string          `protobuf:"bytes,1,opt,name=target_id,json=targetId,proto3" json:"target_id,omitempty"`
	AspectDescriptorIds  []string        `protobuf:"bytes,2,rep,name=aspect_descriptor_ids,json=aspectDescriptorIds,proto3" json:"aspect_descriptor_ids,omitempty"`
	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      string          `protobuf:"bytes,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       []string        `protobuf:"bytes,8,rep,name=input_dep_set_ids,json=inputDepSetIds,proto3" json:"input_dep_set_ids,omitempty"`
	OutputIds            []string        `protobuf:"bytes,9,rep,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"`
	// contains filtered or unexported fields
}

func (*Action) Descriptor deprecated

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

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetActionKey

func (x *Action) GetActionKey() string

func (*Action) GetArguments

func (x *Action) GetArguments() []string

func (*Action) GetAspectDescriptorIds

func (x *Action) GetAspectDescriptorIds() []string

func (*Action) GetConfigurationId

func (x *Action) GetConfigurationId() string

func (*Action) GetDiscoversInputs

func (x *Action) GetDiscoversInputs() bool

func (*Action) GetEnvironmentVariables

func (x *Action) GetEnvironmentVariables() []*KeyValuePair

func (*Action) GetExecutionInfo

func (x *Action) GetExecutionInfo() []*KeyValuePair

func (*Action) GetInputDepSetIds

func (x *Action) GetInputDepSetIds() []string

func (*Action) GetMnemonic

func (x *Action) GetMnemonic() string

func (*Action) GetOutputIds

func (x *Action) GetOutputIds() []string

func (*Action) GetParamFiles

func (x *Action) GetParamFiles() []*ParamFile

func (*Action) GetTargetId

func (x *Action) GetTargetId() string

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect added in v0.33.0

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

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

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"`
	// 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) GetRuleClasses

func (x *ActionGraphContainer) GetRuleClasses() []*RuleClass

func (*ActionGraphContainer) GetTargets

func (x *ActionGraphContainer) GetTargets() []*Target

func (*ActionGraphContainer) ProtoMessage

func (*ActionGraphContainer) ProtoMessage()

func (*ActionGraphContainer) ProtoReflect added in v0.33.0

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             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ExecPath       string `protobuf:"bytes,2,opt,name=exec_path,json=execPath,proto3" json:"exec_path,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) Descriptor() ([]byte, []int)

Deprecated: Use Artifact.ProtoReflect.Descriptor instead.

func (*Artifact) GetExecPath

func (x *Artifact) GetExecPath() string

func (*Artifact) GetId

func (x *Artifact) GetId() string

func (*Artifact) GetIsTreeArtifact

func (x *Artifact) GetIsTreeArtifact() bool

func (*Artifact) ProtoMessage

func (*Artifact) ProtoMessage()

func (*Artifact) ProtoReflect added in v0.33.0

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

func (*Artifact) Reset

func (x *Artifact) Reset()

func (*Artifact) String

func (x *Artifact) String() string

type AspectDescriptor

type AspectDescriptor struct {
	Id         string          `protobuf:"bytes,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() string

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 added in v0.33.0

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           string `protobuf:"bytes,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() string

func (*Configuration) GetMnemonic

func (x *Configuration) GetMnemonic() string

func (*Configuration) GetPlatformName

func (x *Configuration) GetPlatformName() string

func (*Configuration) ProtoMessage

func (*Configuration) ProtoMessage()

func (*Configuration) ProtoReflect added in v0.33.0

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        *blaze_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() *blaze_query.Target

func (*ConfiguredTarget) ProtoMessage

func (*ConfiguredTarget) ProtoMessage()

func (*ConfiguredTarget) ProtoReflect added in v0.33.0

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 added in v0.33.0

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                  string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TransitiveDepSetIds []string `protobuf:"bytes,2,rep,name=transitive_dep_set_ids,json=transitiveDepSetIds,proto3" json:"transitive_dep_set_ids,omitempty"`
	DirectArtifactIds   []string `protobuf:"bytes,3,rep,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() []string

func (*DepSetOfFiles) GetId

func (x *DepSetOfFiles) GetId() string

func (*DepSetOfFiles) GetTransitiveDepSetIds

func (x *DepSetOfFiles) GetTransitiveDepSetIds() []string

func (*DepSetOfFiles) ProtoMessage

func (*DepSetOfFiles) ProtoMessage()

func (*DepSetOfFiles) ProtoReflect added in v0.33.0

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 added in v0.33.0

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) Descriptor() ([]byte, []int)

Deprecated: Use ParamFile.ProtoReflect.Descriptor instead.

func (*ParamFile) GetArguments

func (x *ParamFile) GetArguments() []string

func (*ParamFile) GetExecPath

func (x *ParamFile) GetExecPath() string

func (*ParamFile) ProtoMessage

func (*ParamFile) ProtoMessage()

func (*ParamFile) ProtoReflect added in v0.33.0

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

func (*ParamFile) Reset

func (x *ParamFile) Reset()

func (*ParamFile) String

func (x *ParamFile) String() string

type RuleClass

type RuleClass struct {
	Id   string `protobuf:"bytes,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) Descriptor() ([]byte, []int)

Deprecated: Use RuleClass.ProtoReflect.Descriptor instead.

func (*RuleClass) GetId

func (x *RuleClass) GetId() string

func (*RuleClass) GetName

func (x *RuleClass) GetName() string

func (*RuleClass) ProtoMessage

func (*RuleClass) ProtoMessage()

func (*RuleClass) ProtoReflect added in v0.33.0

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

func (*RuleClass) Reset

func (x *RuleClass) Reset()

func (*RuleClass) String

func (x *RuleClass) String() string

type Target

type Target struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	RuleClassId string `protobuf:"bytes,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) Descriptor() ([]byte, []int)

Deprecated: Use Target.ProtoReflect.Descriptor instead.

func (*Target) GetId

func (x *Target) GetId() string

func (*Target) GetLabel

func (x *Target) GetLabel() string

func (*Target) GetRuleClassId

func (x *Target) GetRuleClassId() string

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) ProtoReflect added in v0.33.0

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

func (*Target) Reset

func (x *Target) Reset()

func (*Target) String

func (x *Target) String() string

Jump to

Keyboard shortcuts

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