platformv1alpha

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	LoginMethod_name = map[int32]string{
		0: "LOGIN_METHOD_UNSPECIFIED",
		1: "LOGIN_METHOD_PASSWORD",
		2: "LOGIN_METHOD_OIDC",
		3: "LOGIN_METHOD_GOOGLE",
		4: "LOGIN_METHOD_OKTA_OIDC",
	}
	LoginMethod_value = map[string]int32{
		"LOGIN_METHOD_UNSPECIFIED": 0,
		"LOGIN_METHOD_PASSWORD":    1,
		"LOGIN_METHOD_OIDC":        2,
		"LOGIN_METHOD_GOOGLE":      3,
		"LOGIN_METHOD_OKTA_OIDC":   4,
	}
)

Enum value maps for LoginMethod.

View Source
var (
	VulnSeverity_name = map[int32]string{
		0: "VULN_SEVERITY_UNSPECIFIED",
		1: "VULN_SEVERITY_NEGLIGIBLE",
		2: "VULN_SEVERITY_LOW",
		3: "VULN_SEVERITY_MEDIUM",
		4: "VULN_SEVERITY_HIGH",
		5: "VULN_SEVERITY_CRITICAL",
	}
	VulnSeverity_value = map[string]int32{
		"VULN_SEVERITY_UNSPECIFIED": 0,
		"VULN_SEVERITY_NEGLIGIBLE":  1,
		"VULN_SEVERITY_LOW":         2,
		"VULN_SEVERITY_MEDIUM":      3,
		"VULN_SEVERITY_HIGH":        4,
		"VULN_SEVERITY_CRITICAL":    5,
	}
)

Enum value maps for VulnSeverity.

View Source
var (
	VulnFixState_name = map[int32]string{
		0: "VULN_FIX_STATE_UNSPECIFIED",
		1: "VULN_FIX_STATE_NOTFIXED",
		2: "VULN_FIX_STATE_WONTFIX",
		3: "VULN_FIX_STATE_FIXED",
	}
	VulnFixState_value = map[string]int32{
		"VULN_FIX_STATE_UNSPECIFIED": 0,
		"VULN_FIX_STATE_NOTFIXED":    1,
		"VULN_FIX_STATE_WONTFIX":     2,
		"VULN_FIX_STATE_FIXED":       3,
	}
)

Enum value maps for VulnFixState.

View Source
var (
	SBOMFormat_name = map[int32]string{
		0: "SBOM_FORMAT_UNSPECIFIED",
		1: "SBOM_FORMAT_SYFT",
		2: "SBOM_FORMAT_SPDX_JSON",
		3: "SBOM_FORMAT_CYCLONEDX_JSON",
		4: "SBOM_FORMAT_CYCLONEDX_XML",
	}
	SBOMFormat_value = map[string]int32{
		"SBOM_FORMAT_UNSPECIFIED":    0,
		"SBOM_FORMAT_SYFT":           1,
		"SBOM_FORMAT_SPDX_JSON":      2,
		"SBOM_FORMAT_CYCLONEDX_JSON": 3,
		"SBOM_FORMAT_CYCLONEDX_XML":  4,
	}
)

Enum value maps for SBOMFormat.

View Source
var (
	DormantPackagePolicy_name = map[int32]string{
		0: "DORMANT_PACKAGE_POLICY_UNSPECIFIED",
		1: "DORMANT_PACKAGE_POLICY_IGNORE",
		2: "DORMANT_PACKAGE_POLICY_DROP_1",
		3: "DORMANT_PACKAGE_POLICY_DROP_2",
		4: "DORMANT_PACKAGE_POLICY_SET_LOW",
		5: "DORMANT_PACKAGE_POLICY_SET_MEDIUM",
	}
	DormantPackagePolicy_value = map[string]int32{
		"DORMANT_PACKAGE_POLICY_UNSPECIFIED": 0,
		"DORMANT_PACKAGE_POLICY_IGNORE":      1,
		"DORMANT_PACKAGE_POLICY_DROP_1":      2,
		"DORMANT_PACKAGE_POLICY_DROP_2":      3,
		"DORMANT_PACKAGE_POLICY_SET_LOW":     4,
		"DORMANT_PACKAGE_POLICY_SET_MEDIUM":  5,
	}
)

Enum value maps for DormantPackagePolicy.

View Source
var (
	ComponentType_name = map[int32]string{
		0: "COMPONENT_TYPE_UNSPECIFIED",
		1: "COMPONENT_TYPE_SBOM_COLLECTION",
	}
	ComponentType_value = map[string]int32{
		"COMPONENT_TYPE_UNSPECIFIED":     0,
		"COMPONENT_TYPE_SBOM_COLLECTION": 1,
	}
)

Enum value maps for ComponentType.

View Source
var (
	ComponentIssueState_name = map[int32]string{
		0: "COMPONENT_ISSUE_STATE_UNSPECIFIED",
		1: "COMPONENT_ISSUE_STATE_OPEN",
		2: "COMPONENT_ISSUE_STATE_RESOLVED",
		3: "COMPONENT_ISSUE_STATE_IGNORED",
	}
	ComponentIssueState_value = map[string]int32{
		"COMPONENT_ISSUE_STATE_UNSPECIFIED": 0,
		"COMPONENT_ISSUE_STATE_OPEN":        1,
		"COMPONENT_ISSUE_STATE_RESOLVED":    2,
		"COMPONENT_ISSUE_STATE_IGNORED":     3,
	}
)

Enum value maps for ComponentIssueState.

View Source
var (
	ComponentIssueSeverity_name = map[int32]string{
		0: "COMPONENT_ISSUE_SEVERITY_UNSPECIFIED",
		1: "COMPONENT_ISSUE_SEVERITY_NEGLIGIBLE",
		2: "COMPONENT_ISSUE_SEVERITY_LOW",
		3: "COMPONENT_ISSUE_SEVERITY_MEDIUM",
		4: "COMPONENT_ISSUE_SEVERITY_HIGH",
		5: "COMPONENT_ISSUE_SEVERITY_CRITICAL",
	}
	ComponentIssueSeverity_value = map[string]int32{
		"COMPONENT_ISSUE_SEVERITY_UNSPECIFIED": 0,
		"COMPONENT_ISSUE_SEVERITY_NEGLIGIBLE":  1,
		"COMPONENT_ISSUE_SEVERITY_LOW":         2,
		"COMPONENT_ISSUE_SEVERITY_MEDIUM":      3,
		"COMPONENT_ISSUE_SEVERITY_HIGH":        4,
		"COMPONENT_ISSUE_SEVERITY_CRITICAL":    5,
	}
)

Enum value maps for ComponentIssueSeverity.

View Source
var (
	CIBotCommentFlavor_name = map[int32]string{
		0: "CI_BOT_COMMENT_FLAVOR_UNSPECIFIED",
		1: "CI_BOT_COMMENT_FLAVOR_GITHUB",
	}
	CIBotCommentFlavor_value = map[string]int32{
		"CI_BOT_COMMENT_FLAVOR_UNSPECIFIED": 0,
		"CI_BOT_COMMENT_FLAVOR_GITHUB":      1,
	}
)

Enum value maps for CIBotCommentFlavor.

View Source
var (
	SBOMGenerationSource_name = map[int32]string{
		0: "SBOM_GENERATION_SOURCE_UNSPECIFIED",
		1: "SBOM_GENERATION_SOURCE_BUILD",
		2: "SBOM_GENERATION_SOURCE_SOURCE",
	}
	SBOMGenerationSource_value = map[string]int32{
		"SBOM_GENERATION_SOURCE_UNSPECIFIED": 0,
		"SBOM_GENERATION_SOURCE_BUILD":       1,
		"SBOM_GENERATION_SOURCE_SOURCE":      2,
	}
)

Enum value maps for SBOMGenerationSource.

View Source
var (
	IntegrationType_name = map[int32]string{
		0: "INTEGRATION_TYPE_UNSPECIFIED",
		1: "INTEGRATION_TYPE_GITHUB",
		2: "INTEGRATION_TYPE_JIRA",
	}
	IntegrationType_value = map[string]int32{
		"INTEGRATION_TYPE_UNSPECIFIED": 0,
		"INTEGRATION_TYPE_GITHUB":      1,
		"INTEGRATION_TYPE_JIRA":        2,
	}
)

Enum value maps for IntegrationType.

View Source
var File_edgebit_platform_v1alpha_login_proto protoreflect.FileDescriptor
View Source
var File_edgebit_platform_v1alpha_platform_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AMI

type AMI struct {
	Name string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Tags []string `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*AMI) Descriptor deprecated

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

Deprecated: Use AMI.ProtoReflect.Descriptor instead.

func (*AMI) GetName

func (x *AMI) GetName() string

func (*AMI) GetTags

func (x *AMI) GetTags() []string

func (*AMI) ProtoMessage

func (*AMI) ProtoMessage()

func (*AMI) ProtoReflect

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

func (*AMI) Reset

func (x *AMI) Reset()

func (*AMI) String

func (x *AMI) String() string

type APIAccessTokenLoginRequest

type APIAccessTokenLoginRequest struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*APIAccessTokenLoginRequest) Descriptor deprecated

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

Deprecated: Use APIAccessTokenLoginRequest.ProtoReflect.Descriptor instead.

func (*APIAccessTokenLoginRequest) GetToken

func (x *APIAccessTokenLoginRequest) GetToken() string

func (*APIAccessTokenLoginRequest) ProtoMessage

func (*APIAccessTokenLoginRequest) ProtoMessage()

func (*APIAccessTokenLoginRequest) ProtoReflect

func (*APIAccessTokenLoginRequest) Reset

func (x *APIAccessTokenLoginRequest) Reset()

func (*APIAccessTokenLoginRequest) String

func (x *APIAccessTokenLoginRequest) String() string

type APIAccessTokenLoginResponse

type APIAccessTokenLoginResponse struct {
	SessionToken string `protobuf:"bytes,1,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"`
	ProjectId    string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*APIAccessTokenLoginResponse) Descriptor deprecated

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

Deprecated: Use APIAccessTokenLoginResponse.ProtoReflect.Descriptor instead.

func (*APIAccessTokenLoginResponse) GetProjectId

func (x *APIAccessTokenLoginResponse) GetProjectId() string

func (*APIAccessTokenLoginResponse) GetSessionToken

func (x *APIAccessTokenLoginResponse) GetSessionToken() string

func (*APIAccessTokenLoginResponse) ProtoMessage

func (*APIAccessTokenLoginResponse) ProtoMessage()

func (*APIAccessTokenLoginResponse) ProtoReflect

func (*APIAccessTokenLoginResponse) Reset

func (x *APIAccessTokenLoginResponse) Reset()

func (*APIAccessTokenLoginResponse) String

func (x *APIAccessTokenLoginResponse) String() string

type Actor added in v0.5.5

type Actor struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are assignable to Ref:
	//
	//	*Actor_UserRef
	//	*Actor_ProjectApiKeyRef
	//	*Actor_AutomatedProcessRef
	Ref isActor_Ref `protobuf_oneof:"ref"`
	// contains filtered or unexported fields
}

func (*Actor) Descriptor deprecated added in v0.5.5

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

Deprecated: Use Actor.ProtoReflect.Descriptor instead.

func (*Actor) GetAutomatedProcessRef added in v0.5.5

func (x *Actor) GetAutomatedProcessRef() *AutomatedProcessRef

func (*Actor) GetId added in v0.5.5

func (x *Actor) GetId() string

func (*Actor) GetProjectApiKeyRef added in v0.5.5

func (x *Actor) GetProjectApiKeyRef() *ProjectAPIKeyRef

func (*Actor) GetRef added in v0.5.5

func (m *Actor) GetRef() isActor_Ref

func (*Actor) GetUserRef added in v0.5.5

func (x *Actor) GetUserRef() *UserRef

func (*Actor) ProtoMessage added in v0.5.5

func (*Actor) ProtoMessage()

func (*Actor) ProtoReflect added in v0.5.5

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

func (*Actor) Reset added in v0.5.5

func (x *Actor) Reset()

func (*Actor) String added in v0.5.5

func (x *Actor) String() string

type Actor_AutomatedProcessRef added in v0.5.5

type Actor_AutomatedProcessRef struct {
	AutomatedProcessRef *AutomatedProcessRef `protobuf:"bytes,4,opt,name=automated_process_ref,json=automatedProcessRef,proto3,oneof"`
}

type Actor_ProjectApiKeyRef added in v0.5.5

type Actor_ProjectApiKeyRef struct {
	ProjectApiKeyRef *ProjectAPIKeyRef `protobuf:"bytes,3,opt,name=project_api_key_ref,json=projectApiKeyRef,proto3,oneof"`
}

type Actor_UserRef added in v0.5.5

type Actor_UserRef struct {
	UserRef *UserRef `protobuf:"bytes,2,opt,name=user_ref,json=userRef,proto3,oneof"`
}

type AgentDeployToken added in v0.5.0

type AgentDeployToken struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId   string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastUsed    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_used,json=lastUsed,proto3" json:"last_used,omitempty"`
	Roles       []string               `protobuf:"bytes,6,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AgentDeployToken) Descriptor deprecated added in v0.5.0

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

Deprecated: Use AgentDeployToken.ProtoReflect.Descriptor instead.

func (*AgentDeployToken) GetCreatedAt added in v0.5.0

func (x *AgentDeployToken) GetCreatedAt() *timestamppb.Timestamp

func (*AgentDeployToken) GetDescription added in v0.5.0

func (x *AgentDeployToken) GetDescription() string

func (*AgentDeployToken) GetId added in v0.5.0

func (x *AgentDeployToken) GetId() string

func (*AgentDeployToken) GetLastUsed added in v0.5.0

func (x *AgentDeployToken) GetLastUsed() *timestamppb.Timestamp

func (*AgentDeployToken) GetProjectId added in v0.5.0

func (x *AgentDeployToken) GetProjectId() string

func (*AgentDeployToken) GetRoles added in v0.5.5

func (x *AgentDeployToken) GetRoles() []string

func (*AgentDeployToken) ProtoMessage added in v0.5.0

func (*AgentDeployToken) ProtoMessage()

func (*AgentDeployToken) ProtoReflect added in v0.5.0

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

func (*AgentDeployToken) Reset added in v0.5.0

func (x *AgentDeployToken) Reset()

func (*AgentDeployToken) String added in v0.5.0

func (x *AgentDeployToken) String() string

type AnalyzeGitHubRepoRequest added in v0.5.5

type AnalyzeGitHubRepoRequest struct {
	ProjectId     string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	IntegrationId string `protobuf:"bytes,2,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Owner         string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	Name          string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzeGitHubRepoRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AnalyzeGitHubRepoRequest.ProtoReflect.Descriptor instead.

func (*AnalyzeGitHubRepoRequest) GetIntegrationId added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) GetIntegrationId() string

func (*AnalyzeGitHubRepoRequest) GetName added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) GetName() string

func (*AnalyzeGitHubRepoRequest) GetOwner added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) GetOwner() string

func (*AnalyzeGitHubRepoRequest) GetProjectId added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) GetProjectId() string

func (*AnalyzeGitHubRepoRequest) ProtoMessage added in v0.5.5

func (*AnalyzeGitHubRepoRequest) ProtoMessage()

func (*AnalyzeGitHubRepoRequest) ProtoReflect added in v0.5.5

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

func (*AnalyzeGitHubRepoRequest) Reset added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) Reset()

func (*AnalyzeGitHubRepoRequest) String added in v0.5.5

func (x *AnalyzeGitHubRepoRequest) String() string

type AnalyzeGitHubRepoResponse added in v0.5.5

type AnalyzeGitHubRepoResponse struct {
	BuildActionPresent bool `protobuf:"varint,1,opt,name=build_action_present,json=buildActionPresent,proto3" json:"build_action_present,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzeGitHubRepoResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AnalyzeGitHubRepoResponse.ProtoReflect.Descriptor instead.

func (*AnalyzeGitHubRepoResponse) GetBuildActionPresent added in v0.5.5

func (x *AnalyzeGitHubRepoResponse) GetBuildActionPresent() bool

func (*AnalyzeGitHubRepoResponse) ProtoMessage added in v0.5.5

func (*AnalyzeGitHubRepoResponse) ProtoMessage()

func (*AnalyzeGitHubRepoResponse) ProtoReflect added in v0.5.5

func (*AnalyzeGitHubRepoResponse) Reset added in v0.5.5

func (x *AnalyzeGitHubRepoResponse) Reset()

func (*AnalyzeGitHubRepoResponse) String added in v0.5.5

func (x *AnalyzeGitHubRepoResponse) String() string

type AttestationChain added in v0.5.5

type AttestationChain struct {
	// contains filtered or unexported fields
}

func (*AttestationChain) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AttestationChain.ProtoReflect.Descriptor instead.

func (*AttestationChain) ProtoMessage added in v0.5.5

func (*AttestationChain) ProtoMessage()

func (*AttestationChain) ProtoReflect added in v0.5.5

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

func (*AttestationChain) Reset added in v0.5.5

func (x *AttestationChain) Reset()

func (*AttestationChain) String added in v0.5.5

func (x *AttestationChain) String() string

type AttestationChainItem added in v0.5.5

type AttestationChainItem struct {
	Name  string                     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Trust *AttestationChainItemTrust `protobuf:"bytes,2,opt,name=trust,proto3" json:"trust,omitempty"`
	Audit map[string]string          `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AttestationChainItem) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AttestationChainItem.ProtoReflect.Descriptor instead.

func (*AttestationChainItem) GetAudit added in v0.5.5

func (x *AttestationChainItem) GetAudit() map[string]string

func (*AttestationChainItem) GetName added in v0.5.5

func (x *AttestationChainItem) GetName() string

func (*AttestationChainItem) GetTrust added in v0.5.5

func (*AttestationChainItem) ProtoMessage added in v0.5.5

func (*AttestationChainItem) ProtoMessage()

func (*AttestationChainItem) ProtoReflect added in v0.5.5

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

func (*AttestationChainItem) Reset added in v0.5.5

func (x *AttestationChainItem) Reset()

func (*AttestationChainItem) String added in v0.5.5

func (x *AttestationChainItem) String() string

type AttestationChainItemTrust added in v0.5.5

type AttestationChainItemTrust struct {
	Step       bool `protobuf:"varint,1,opt,name=step,proto3" json:"step,omitempty"`
	Downstream bool `protobuf:"varint,2,opt,name=downstream,proto3" json:"downstream,omitempty"`
	// contains filtered or unexported fields
}

func (*AttestationChainItemTrust) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AttestationChainItemTrust.ProtoReflect.Descriptor instead.

func (*AttestationChainItemTrust) GetDownstream added in v0.5.5

func (x *AttestationChainItemTrust) GetDownstream() bool

func (*AttestationChainItemTrust) GetStep added in v0.5.5

func (x *AttestationChainItemTrust) GetStep() bool

func (*AttestationChainItemTrust) ProtoMessage added in v0.5.5

func (*AttestationChainItemTrust) ProtoMessage()

func (*AttestationChainItemTrust) ProtoReflect added in v0.5.5

func (*AttestationChainItemTrust) Reset added in v0.5.5

func (x *AttestationChainItemTrust) Reset()

func (*AttestationChainItemTrust) String added in v0.5.5

func (x *AttestationChainItemTrust) String() string

type AutomatedProcessRef added in v0.5.5

type AutomatedProcessRef struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AutomatedProcessRef) Descriptor deprecated added in v0.5.5

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

Deprecated: Use AutomatedProcessRef.ProtoReflect.Descriptor instead.

func (*AutomatedProcessRef) GetName added in v0.5.5

func (x *AutomatedProcessRef) GetName() string

func (*AutomatedProcessRef) ProtoMessage added in v0.5.5

func (*AutomatedProcessRef) ProtoMessage()

func (*AutomatedProcessRef) ProtoReflect added in v0.5.5

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

func (*AutomatedProcessRef) Reset added in v0.5.5

func (x *AutomatedProcessRef) Reset()

func (*AutomatedProcessRef) String added in v0.5.5

func (x *AutomatedProcessRef) String() string

type BeginJiraInstallRequest added in v0.5.5

type BeginJiraInstallRequest struct {
	// contains filtered or unexported fields
}

func (*BeginJiraInstallRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use BeginJiraInstallRequest.ProtoReflect.Descriptor instead.

func (*BeginJiraInstallRequest) ProtoMessage added in v0.5.5

func (*BeginJiraInstallRequest) ProtoMessage()

func (*BeginJiraInstallRequest) ProtoReflect added in v0.5.5

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

func (*BeginJiraInstallRequest) Reset added in v0.5.5

func (x *BeginJiraInstallRequest) Reset()

func (*BeginJiraInstallRequest) String added in v0.5.5

func (x *BeginJiraInstallRequest) String() string

type BeginJiraInstallResponse added in v0.5.5

type BeginJiraInstallResponse struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*BeginJiraInstallResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use BeginJiraInstallResponse.ProtoReflect.Descriptor instead.

func (*BeginJiraInstallResponse) GetState added in v0.5.5

func (x *BeginJiraInstallResponse) GetState() string

func (*BeginJiraInstallResponse) ProtoMessage added in v0.5.5

func (*BeginJiraInstallResponse) ProtoMessage()

func (*BeginJiraInstallResponse) ProtoReflect added in v0.5.5

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

func (*BeginJiraInstallResponse) Reset added in v0.5.5

func (x *BeginJiraInstallResponse) Reset()

func (*BeginJiraInstallResponse) String added in v0.5.5

func (x *BeginJiraInstallResponse) String() string

type CIBotCommentFlavor added in v0.4.0

type CIBotCommentFlavor int32
const (
	CIBotCommentFlavor_CI_BOT_COMMENT_FLAVOR_UNSPECIFIED CIBotCommentFlavor = 0
	CIBotCommentFlavor_CI_BOT_COMMENT_FLAVOR_GITHUB      CIBotCommentFlavor = 1
)

func (CIBotCommentFlavor) Descriptor added in v0.4.0

func (CIBotCommentFlavor) Enum added in v0.4.0

func (CIBotCommentFlavor) EnumDescriptor deprecated added in v0.4.0

func (CIBotCommentFlavor) EnumDescriptor() ([]byte, []int)

Deprecated: Use CIBotCommentFlavor.Descriptor instead.

func (CIBotCommentFlavor) Number added in v0.4.0

func (CIBotCommentFlavor) String added in v0.4.0

func (x CIBotCommentFlavor) String() string

func (CIBotCommentFlavor) Type added in v0.4.0

type CompleteGitHubAppInstallRequest added in v0.5.5

type CompleteGitHubAppInstallRequest struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteGitHubAppInstallRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CompleteGitHubAppInstallRequest.ProtoReflect.Descriptor instead.

func (*CompleteGitHubAppInstallRequest) GetState added in v0.5.5

func (*CompleteGitHubAppInstallRequest) ProtoMessage added in v0.5.5

func (*CompleteGitHubAppInstallRequest) ProtoMessage()

func (*CompleteGitHubAppInstallRequest) ProtoReflect added in v0.5.5

func (*CompleteGitHubAppInstallRequest) Reset added in v0.5.5

func (*CompleteGitHubAppInstallRequest) String added in v0.5.5

type CompleteGitHubAppInstallResponse added in v0.5.5

type CompleteGitHubAppInstallResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteGitHubAppInstallResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CompleteGitHubAppInstallResponse.ProtoReflect.Descriptor instead.

func (*CompleteGitHubAppInstallResponse) GetId added in v0.5.5

func (*CompleteGitHubAppInstallResponse) ProtoMessage added in v0.5.5

func (*CompleteGitHubAppInstallResponse) ProtoMessage()

func (*CompleteGitHubAppInstallResponse) ProtoReflect added in v0.5.5

func (*CompleteGitHubAppInstallResponse) Reset added in v0.5.5

func (*CompleteGitHubAppInstallResponse) String added in v0.5.5

type CompleteJiraInstallRequest added in v0.5.5

type CompleteJiraInstallRequest struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteJiraInstallRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CompleteJiraInstallRequest.ProtoReflect.Descriptor instead.

func (*CompleteJiraInstallRequest) GetState added in v0.5.5

func (x *CompleteJiraInstallRequest) GetState() string

func (*CompleteJiraInstallRequest) ProtoMessage added in v0.5.5

func (*CompleteJiraInstallRequest) ProtoMessage()

func (*CompleteJiraInstallRequest) ProtoReflect added in v0.5.5

func (*CompleteJiraInstallRequest) Reset added in v0.5.5

func (x *CompleteJiraInstallRequest) Reset()

func (*CompleteJiraInstallRequest) String added in v0.5.5

func (x *CompleteJiraInstallRequest) String() string

type CompleteJiraInstallResponse added in v0.5.5

type CompleteJiraInstallResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteJiraInstallResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CompleteJiraInstallResponse.ProtoReflect.Descriptor instead.

func (*CompleteJiraInstallResponse) GetId added in v0.5.5

func (*CompleteJiraInstallResponse) ProtoMessage added in v0.5.5

func (*CompleteJiraInstallResponse) ProtoMessage()

func (*CompleteJiraInstallResponse) ProtoReflect added in v0.5.5

func (*CompleteJiraInstallResponse) Reset added in v0.5.5

func (x *CompleteJiraInstallResponse) Reset()

func (*CompleteJiraInstallResponse) String added in v0.5.5

func (x *CompleteJiraInstallResponse) String() string

type Component added in v0.5.0

type Component struct {
	Id                            string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId                     string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                          string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName                   string                 `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	CreatedAt                     *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt                     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Type                          ComponentType          `protobuf:"varint,7,opt,name=type,proto3,enum=edgebit.platform.v1alpha.ComponentType" json:"type,omitempty"`
	Labels                        map[string]string      `` /* 153-byte string literal not displayed */
	SourceRepository              string                 `protobuf:"bytes,9,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	MachineSelector               string                 `protobuf:"bytes,10,opt,name=machine_selector,json=machineSelector,proto3" json:"machine_selector,omitempty"`
	DefaultTagName                string                 `protobuf:"bytes,11,opt,name=default_tag_name,json=defaultTagName,proto3" json:"default_tag_name,omitempty"`
	PolicyIgnoreSeverityThreshold ComponentIssueSeverity `` /* 207-byte string literal not displayed */
	PolicyDormantPackage          DormantPackagePolicy   `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Component) Descriptor deprecated added in v0.5.0

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

Deprecated: Use Component.ProtoReflect.Descriptor instead.

func (*Component) GetCreatedAt added in v0.5.0

func (x *Component) GetCreatedAt() *timestamppb.Timestamp

func (*Component) GetDefaultTagName added in v0.5.0

func (x *Component) GetDefaultTagName() string

func (*Component) GetDisplayName added in v0.5.0

func (x *Component) GetDisplayName() string

func (*Component) GetId added in v0.5.0

func (x *Component) GetId() string

func (*Component) GetLabels added in v0.5.0

func (x *Component) GetLabels() map[string]string

func (*Component) GetMachineSelector added in v0.5.0

func (x *Component) GetMachineSelector() string

func (*Component) GetName added in v0.5.0

func (x *Component) GetName() string

func (*Component) GetPolicyDormantPackage added in v0.5.5

func (x *Component) GetPolicyDormantPackage() DormantPackagePolicy

func (*Component) GetPolicyIgnoreSeverityThreshold added in v0.5.5

func (x *Component) GetPolicyIgnoreSeverityThreshold() ComponentIssueSeverity

func (*Component) GetProjectId added in v0.5.0

func (x *Component) GetProjectId() string

func (*Component) GetSourceRepository added in v0.5.0

func (x *Component) GetSourceRepository() string

func (*Component) GetType added in v0.5.0

func (x *Component) GetType() ComponentType

func (*Component) GetUpdatedAt added in v0.5.0

func (x *Component) GetUpdatedAt() *timestamppb.Timestamp

func (*Component) ProtoMessage added in v0.5.0

func (*Component) ProtoMessage()

func (*Component) ProtoReflect added in v0.5.0

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

func (*Component) Reset added in v0.5.0

func (x *Component) Reset()

func (*Component) String added in v0.5.0

func (x *Component) String() string

type ComponentEnrichedSBOMSummary added in v0.5.1

type ComponentEnrichedSBOMSummary struct {
	Sbom            *SBOMListItem `protobuf:"bytes,1,opt,name=sbom,proto3" json:"sbom,omitempty"`
	Tags            []string      `protobuf:"bytes,2,rep,name=tags,proto3" json:"tags,omitempty"`
	ActiveWorkloads int32         `protobuf:"varint,3,opt,name=active_workloads,json=activeWorkloads,proto3" json:"active_workloads,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentEnrichedSBOMSummary) Descriptor deprecated added in v0.5.1

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

Deprecated: Use ComponentEnrichedSBOMSummary.ProtoReflect.Descriptor instead.

func (*ComponentEnrichedSBOMSummary) GetActiveWorkloads added in v0.5.1

func (x *ComponentEnrichedSBOMSummary) GetActiveWorkloads() int32

func (*ComponentEnrichedSBOMSummary) GetSbom added in v0.5.1

func (*ComponentEnrichedSBOMSummary) GetTags added in v0.5.1

func (x *ComponentEnrichedSBOMSummary) GetTags() []string

func (*ComponentEnrichedSBOMSummary) ProtoMessage added in v0.5.1

func (*ComponentEnrichedSBOMSummary) ProtoMessage()

func (*ComponentEnrichedSBOMSummary) ProtoReflect added in v0.5.1

func (*ComponentEnrichedSBOMSummary) Reset added in v0.5.1

func (x *ComponentEnrichedSBOMSummary) Reset()

func (*ComponentEnrichedSBOMSummary) String added in v0.5.1

type ComponentIssue added in v0.5.5

type ComponentIssue struct {
	Id                  string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ComponentId         string                 `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"` // Deprecated
	CreatedAt           *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt           *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	PackageType         string                 `protobuf:"bytes,5,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	PackageName         string                 `protobuf:"bytes,6,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	UpstreamSeverity    ComponentIssueSeverity `` /* 163-byte string literal not displayed */
	State               ComponentIssueState    `protobuf:"varint,8,opt,name=state,proto3,enum=edgebit.platform.v1alpha.ComponentIssueState" json:"state,omitempty"`
	Severity            ComponentIssueSeverity `protobuf:"varint,9,opt,name=severity,proto3,enum=edgebit.platform.v1alpha.ComponentIssueSeverity" json:"severity,omitempty"`
	AffectedPackageUrls []string               `protobuf:"bytes,10,rep,name=affected_package_urls,json=affectedPackageUrls,proto3" json:"affected_package_urls,omitempty"`
	// Types that are assignable to Details:
	//
	//	*ComponentIssue_VulnDetails
	Details      isComponentIssue_Details `protobuf_oneof:"details"`
	Labels       map[string]string        `` /* 154-byte string literal not displayed */
	ComponentRef *ComponentRef            `protobuf:"bytes,13,opt,name=component_ref,json=componentRef,proto3" json:"component_ref,omitempty"`
	DueAt        *timestamppb.Timestamp   `protobuf:"bytes,14,opt,name=due_at,json=dueAt,proto3,oneof" json:"due_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentIssue) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ComponentIssue.ProtoReflect.Descriptor instead.

func (*ComponentIssue) GetAffectedPackageUrls added in v0.5.5

func (x *ComponentIssue) GetAffectedPackageUrls() []string

func (*ComponentIssue) GetComponentId added in v0.5.5

func (x *ComponentIssue) GetComponentId() string

func (*ComponentIssue) GetComponentRef added in v0.5.5

func (x *ComponentIssue) GetComponentRef() *ComponentRef

func (*ComponentIssue) GetCreatedAt added in v0.5.5

func (x *ComponentIssue) GetCreatedAt() *timestamppb.Timestamp

func (*ComponentIssue) GetDetails added in v0.5.5

func (m *ComponentIssue) GetDetails() isComponentIssue_Details

func (*ComponentIssue) GetDueAt added in v0.5.5

func (x *ComponentIssue) GetDueAt() *timestamppb.Timestamp

func (*ComponentIssue) GetId added in v0.5.5

func (x *ComponentIssue) GetId() string

func (*ComponentIssue) GetLabels added in v0.5.5

func (x *ComponentIssue) GetLabels() map[string]string

func (*ComponentIssue) GetPackageName added in v0.5.5

func (x *ComponentIssue) GetPackageName() string

func (*ComponentIssue) GetPackageType added in v0.5.5

func (x *ComponentIssue) GetPackageType() string

func (*ComponentIssue) GetSeverity added in v0.5.5

func (x *ComponentIssue) GetSeverity() ComponentIssueSeverity

func (*ComponentIssue) GetState added in v0.5.5

func (x *ComponentIssue) GetState() ComponentIssueState

func (*ComponentIssue) GetUpdatedAt added in v0.5.5

func (x *ComponentIssue) GetUpdatedAt() *timestamppb.Timestamp

func (*ComponentIssue) GetUpstreamSeverity added in v0.5.5

func (x *ComponentIssue) GetUpstreamSeverity() ComponentIssueSeverity

func (*ComponentIssue) GetVulnDetails added in v0.5.5

func (x *ComponentIssue) GetVulnDetails() *VulnIssueDetails

func (*ComponentIssue) ProtoMessage added in v0.5.5

func (*ComponentIssue) ProtoMessage()

func (*ComponentIssue) ProtoReflect added in v0.5.5

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

func (*ComponentIssue) Reset added in v0.5.5

func (x *ComponentIssue) Reset()

func (*ComponentIssue) String added in v0.5.5

func (x *ComponentIssue) String() string

type ComponentIssueSeverity added in v0.5.5

type ComponentIssueSeverity int32
const (
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_UNSPECIFIED ComponentIssueSeverity = 0
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_NEGLIGIBLE  ComponentIssueSeverity = 1
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_LOW         ComponentIssueSeverity = 2
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_MEDIUM      ComponentIssueSeverity = 3
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_HIGH        ComponentIssueSeverity = 4
	ComponentIssueSeverity_COMPONENT_ISSUE_SEVERITY_CRITICAL    ComponentIssueSeverity = 5
)

func (ComponentIssueSeverity) Descriptor added in v0.5.5

func (ComponentIssueSeverity) Enum added in v0.5.5

func (ComponentIssueSeverity) EnumDescriptor deprecated added in v0.5.5

func (ComponentIssueSeverity) EnumDescriptor() ([]byte, []int)

Deprecated: Use ComponentIssueSeverity.Descriptor instead.

func (ComponentIssueSeverity) Number added in v0.5.5

func (ComponentIssueSeverity) String added in v0.5.5

func (x ComponentIssueSeverity) String() string

func (ComponentIssueSeverity) Type added in v0.5.5

type ComponentIssueState added in v0.5.5

type ComponentIssueState int32
const (
	ComponentIssueState_COMPONENT_ISSUE_STATE_UNSPECIFIED ComponentIssueState = 0
	ComponentIssueState_COMPONENT_ISSUE_STATE_OPEN        ComponentIssueState = 1
	ComponentIssueState_COMPONENT_ISSUE_STATE_RESOLVED    ComponentIssueState = 2
	ComponentIssueState_COMPONENT_ISSUE_STATE_IGNORED     ComponentIssueState = 3
)

func (ComponentIssueState) Descriptor added in v0.5.5

func (ComponentIssueState) Enum added in v0.5.5

func (ComponentIssueState) EnumDescriptor deprecated added in v0.5.5

func (ComponentIssueState) EnumDescriptor() ([]byte, []int)

Deprecated: Use ComponentIssueState.Descriptor instead.

func (ComponentIssueState) Number added in v0.5.5

func (ComponentIssueState) String added in v0.5.5

func (x ComponentIssueState) String() string

func (ComponentIssueState) Type added in v0.5.5

type ComponentIssueStateChange added in v0.5.5

type ComponentIssueStateChange struct {
	ComponentId      string                  `protobuf:"bytes,1,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	IssueId          string                  `protobuf:"bytes,2,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"`
	CreatedAt        *timestamppb.Timestamp  `protobuf:"bytes,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Actor            *Actor                  `protobuf:"bytes,4,opt,name=actor,proto3" json:"actor,omitempty"`
	State            *ComponentIssueState    `protobuf:"varint,5,opt,name=state,proto3,enum=edgebit.platform.v1alpha.ComponentIssueState,oneof" json:"state,omitempty"`
	Severity         *ComponentIssueSeverity `` /* 129-byte string literal not displayed */
	Comment          string                  `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,omitempty"`
	AffectedPackages []string                `protobuf:"bytes,8,rep,name=affected_packages,json=affectedPackages,proto3" json:"affected_packages,omitempty"`
	Justification    string                  `protobuf:"bytes,9,opt,name=justification,proto3" json:"justification,omitempty"`
	DueAt            *timestamppb.Timestamp  `protobuf:"bytes,10,opt,name=due_at,json=dueAt,proto3,oneof" json:"due_at,omitempty"`
	UpstreamSeverity *ComponentIssueSeverity `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ComponentIssueStateChange) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ComponentIssueStateChange.ProtoReflect.Descriptor instead.

func (*ComponentIssueStateChange) GetActor added in v0.5.5

func (x *ComponentIssueStateChange) GetActor() *Actor

func (*ComponentIssueStateChange) GetAffectedPackages added in v0.5.5

func (x *ComponentIssueStateChange) GetAffectedPackages() []string

func (*ComponentIssueStateChange) GetComment added in v0.5.5

func (x *ComponentIssueStateChange) GetComment() string

func (*ComponentIssueStateChange) GetComponentId added in v0.5.5

func (x *ComponentIssueStateChange) GetComponentId() string

func (*ComponentIssueStateChange) GetCreatedAt added in v0.5.5

func (x *ComponentIssueStateChange) GetCreatedAt() *timestamppb.Timestamp

func (*ComponentIssueStateChange) GetDueAt added in v0.5.5

func (*ComponentIssueStateChange) GetIssueId added in v0.5.5

func (x *ComponentIssueStateChange) GetIssueId() string

func (*ComponentIssueStateChange) GetJustification added in v0.5.5

func (x *ComponentIssueStateChange) GetJustification() string

func (*ComponentIssueStateChange) GetSeverity added in v0.5.5

func (*ComponentIssueStateChange) GetState added in v0.5.5

func (*ComponentIssueStateChange) GetUpstreamSeverity added in v0.5.5

func (x *ComponentIssueStateChange) GetUpstreamSeverity() ComponentIssueSeverity

func (*ComponentIssueStateChange) ProtoMessage added in v0.5.5

func (*ComponentIssueStateChange) ProtoMessage()

func (*ComponentIssueStateChange) ProtoReflect added in v0.5.5

func (*ComponentIssueStateChange) Reset added in v0.5.5

func (x *ComponentIssueStateChange) Reset()

func (*ComponentIssueStateChange) String added in v0.5.5

func (x *ComponentIssueStateChange) String() string

type ComponentIssueTrendItem added in v0.5.5

type ComponentIssueTrendItem struct {
	Date            *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	CriticalVulns   int32                  `protobuf:"varint,2,opt,name=critical_vulns,json=criticalVulns,proto3" json:"critical_vulns,omitempty"`
	HighVulns       int32                  `protobuf:"varint,3,opt,name=high_vulns,json=highVulns,proto3" json:"high_vulns,omitempty"`
	MediumVulns     int32                  `protobuf:"varint,4,opt,name=medium_vulns,json=mediumVulns,proto3" json:"medium_vulns,omitempty"`
	LowVulns        int32                  `protobuf:"varint,5,opt,name=low_vulns,json=lowVulns,proto3" json:"low_vulns,omitempty"`
	NegligibleVulns int32                  `protobuf:"varint,6,opt,name=negligible_vulns,json=negligibleVulns,proto3" json:"negligible_vulns,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentIssueTrendItem) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ComponentIssueTrendItem.ProtoReflect.Descriptor instead.

func (*ComponentIssueTrendItem) GetCriticalVulns added in v0.5.5

func (x *ComponentIssueTrendItem) GetCriticalVulns() int32

func (*ComponentIssueTrendItem) GetDate added in v0.5.5

func (*ComponentIssueTrendItem) GetHighVulns added in v0.5.5

func (x *ComponentIssueTrendItem) GetHighVulns() int32

func (*ComponentIssueTrendItem) GetLowVulns added in v0.5.5

func (x *ComponentIssueTrendItem) GetLowVulns() int32

func (*ComponentIssueTrendItem) GetMediumVulns added in v0.5.5

func (x *ComponentIssueTrendItem) GetMediumVulns() int32

func (*ComponentIssueTrendItem) GetNegligibleVulns added in v0.5.5

func (x *ComponentIssueTrendItem) GetNegligibleVulns() int32

func (*ComponentIssueTrendItem) ProtoMessage added in v0.5.5

func (*ComponentIssueTrendItem) ProtoMessage()

func (*ComponentIssueTrendItem) ProtoReflect added in v0.5.5

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

func (*ComponentIssueTrendItem) Reset added in v0.5.5

func (x *ComponentIssueTrendItem) Reset()

func (*ComponentIssueTrendItem) String added in v0.5.5

func (x *ComponentIssueTrendItem) String() string

type ComponentIssue_VulnDetails added in v0.5.5

type ComponentIssue_VulnDetails struct {
	VulnDetails *VulnIssueDetails `protobuf:"bytes,11,opt,name=vuln_details,json=vulnDetails,proto3,oneof"`
}

type ComponentRef added in v0.5.5

type ComponentRef 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"`
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentRef) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ComponentRef.ProtoReflect.Descriptor instead.

func (*ComponentRef) GetDisplayName added in v0.5.5

func (x *ComponentRef) GetDisplayName() string

func (*ComponentRef) GetId added in v0.5.5

func (x *ComponentRef) GetId() string

func (*ComponentRef) GetName added in v0.5.5

func (x *ComponentRef) GetName() string

func (*ComponentRef) ProtoMessage added in v0.5.5

func (*ComponentRef) ProtoMessage()

func (*ComponentRef) ProtoReflect added in v0.5.5

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

func (*ComponentRef) Reset added in v0.5.5

func (x *ComponentRef) Reset()

func (*ComponentRef) String added in v0.5.5

func (x *ComponentRef) String() string

type ComponentTag added in v0.5.0

type ComponentTag struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	SbomId    string                 `protobuf:"bytes,2,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ComponentTag) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ComponentTag.ProtoReflect.Descriptor instead.

func (*ComponentTag) GetCreatedAt added in v0.5.0

func (x *ComponentTag) GetCreatedAt() *timestamppb.Timestamp

func (*ComponentTag) GetName added in v0.5.0

func (x *ComponentTag) GetName() string

func (*ComponentTag) GetSbomId added in v0.5.0

func (x *ComponentTag) GetSbomId() string

func (*ComponentTag) GetUpdatedAt added in v0.5.0

func (x *ComponentTag) GetUpdatedAt() *timestamppb.Timestamp

func (*ComponentTag) ProtoMessage added in v0.5.0

func (*ComponentTag) ProtoMessage()

func (*ComponentTag) ProtoReflect added in v0.5.0

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

func (*ComponentTag) Reset added in v0.5.0

func (x *ComponentTag) Reset()

func (*ComponentTag) String added in v0.5.0

func (x *ComponentTag) String() string

type ComponentType added in v0.5.0

type ComponentType int32
const (
	ComponentType_COMPONENT_TYPE_UNSPECIFIED     ComponentType = 0
	ComponentType_COMPONENT_TYPE_SBOM_COLLECTION ComponentType = 1
)

func (ComponentType) Descriptor added in v0.5.0

func (ComponentType) Enum added in v0.5.0

func (x ComponentType) Enum() *ComponentType

func (ComponentType) EnumDescriptor deprecated added in v0.5.0

func (ComponentType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ComponentType.Descriptor instead.

func (ComponentType) Number added in v0.5.0

func (ComponentType) String added in v0.5.0

func (x ComponentType) String() string

func (ComponentType) Type added in v0.5.0

type ComponentWithMetrics added in v0.5.5

type ComponentWithMetrics struct {
	Component               *Component               `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	ComponentIssueTrendItem *ComponentIssueTrendItem `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ComponentWithMetrics) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ComponentWithMetrics.ProtoReflect.Descriptor instead.

func (*ComponentWithMetrics) GetComponent added in v0.5.5

func (x *ComponentWithMetrics) GetComponent() *Component

func (*ComponentWithMetrics) GetComponentIssueTrendItem added in v0.5.5

func (x *ComponentWithMetrics) GetComponentIssueTrendItem() *ComponentIssueTrendItem

func (*ComponentWithMetrics) ProtoMessage added in v0.5.5

func (*ComponentWithMetrics) ProtoMessage()

func (*ComponentWithMetrics) ProtoReflect added in v0.5.5

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

func (*ComponentWithMetrics) Reset added in v0.5.5

func (x *ComponentWithMetrics) Reset()

func (*ComponentWithMetrics) String added in v0.5.5

func (x *ComponentWithMetrics) String() string

type CreateAgentDeployTokenRequest added in v0.5.0

type CreateAgentDeployTokenRequest struct {
	ProjectId   string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Description string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Roles       []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAgentDeployTokenRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use CreateAgentDeployTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateAgentDeployTokenRequest) GetDescription added in v0.5.0

func (x *CreateAgentDeployTokenRequest) GetDescription() string

func (*CreateAgentDeployTokenRequest) GetProjectId added in v0.5.0

func (x *CreateAgentDeployTokenRequest) GetProjectId() string

func (*CreateAgentDeployTokenRequest) GetRoles added in v0.5.5

func (x *CreateAgentDeployTokenRequest) GetRoles() []string

func (*CreateAgentDeployTokenRequest) ProtoMessage added in v0.5.0

func (*CreateAgentDeployTokenRequest) ProtoMessage()

func (*CreateAgentDeployTokenRequest) ProtoReflect added in v0.5.0

func (*CreateAgentDeployTokenRequest) Reset added in v0.5.0

func (x *CreateAgentDeployTokenRequest) Reset()

func (*CreateAgentDeployTokenRequest) String added in v0.5.0

type CreateAgentDeployTokenResponse added in v0.5.0

type CreateAgentDeployTokenResponse struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Token       string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAgentDeployTokenResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use CreateAgentDeployTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateAgentDeployTokenResponse) GetDescription added in v0.5.0

func (x *CreateAgentDeployTokenResponse) GetDescription() string

func (*CreateAgentDeployTokenResponse) GetId added in v0.5.0

func (*CreateAgentDeployTokenResponse) GetToken added in v0.5.0

func (x *CreateAgentDeployTokenResponse) GetToken() string

func (*CreateAgentDeployTokenResponse) ProtoMessage added in v0.5.0

func (*CreateAgentDeployTokenResponse) ProtoMessage()

func (*CreateAgentDeployTokenResponse) ProtoReflect added in v0.5.0

func (*CreateAgentDeployTokenResponse) Reset added in v0.5.0

func (x *CreateAgentDeployTokenResponse) Reset()

func (*CreateAgentDeployTokenResponse) String added in v0.5.0

type CreateComponentRequest added in v0.5.0

type CreateComponentRequest struct {
	ProjectId                     string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                          string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName                   string                 `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Type                          ComponentType          `protobuf:"varint,4,opt,name=type,proto3,enum=edgebit.platform.v1alpha.ComponentType" json:"type,omitempty"`
	Labels                        map[string]string      `` /* 153-byte string literal not displayed */
	SourceRepository              string                 `protobuf:"bytes,6,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	MachineSelector               string                 `protobuf:"bytes,7,opt,name=machine_selector,json=machineSelector,proto3" json:"machine_selector,omitempty"`
	DefaultTagName                string                 `protobuf:"bytes,8,opt,name=default_tag_name,json=defaultTagName,proto3" json:"default_tag_name,omitempty"`
	PolicyIgnoreSeverityThreshold ComponentIssueSeverity `` /* 206-byte string literal not displayed */
	PolicyDormantPackage          DormantPackagePolicy   `` /* 176-byte string literal not displayed */
	VcsImport                     *VCSImport             `protobuf:"bytes,11,opt,name=vcs_import,json=vcsImport,proto3" json:"vcs_import,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateComponentRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use CreateComponentRequest.ProtoReflect.Descriptor instead.

func (*CreateComponentRequest) GetDefaultTagName added in v0.5.0

func (x *CreateComponentRequest) GetDefaultTagName() string

func (*CreateComponentRequest) GetDisplayName added in v0.5.0

func (x *CreateComponentRequest) GetDisplayName() string

func (*CreateComponentRequest) GetLabels added in v0.5.0

func (x *CreateComponentRequest) GetLabels() map[string]string

func (*CreateComponentRequest) GetMachineSelector added in v0.5.0

func (x *CreateComponentRequest) GetMachineSelector() string

func (*CreateComponentRequest) GetName added in v0.5.0

func (x *CreateComponentRequest) GetName() string

func (*CreateComponentRequest) GetPolicyDormantPackage added in v0.5.5

func (x *CreateComponentRequest) GetPolicyDormantPackage() DormantPackagePolicy

func (*CreateComponentRequest) GetPolicyIgnoreSeverityThreshold added in v0.5.5

func (x *CreateComponentRequest) GetPolicyIgnoreSeverityThreshold() ComponentIssueSeverity

func (*CreateComponentRequest) GetProjectId added in v0.5.0

func (x *CreateComponentRequest) GetProjectId() string

func (*CreateComponentRequest) GetSourceRepository added in v0.5.0

func (x *CreateComponentRequest) GetSourceRepository() string

func (*CreateComponentRequest) GetType added in v0.5.0

func (*CreateComponentRequest) GetVcsImport added in v0.5.5

func (x *CreateComponentRequest) GetVcsImport() *VCSImport

func (*CreateComponentRequest) ProtoMessage added in v0.5.0

func (*CreateComponentRequest) ProtoMessage()

func (*CreateComponentRequest) ProtoReflect added in v0.5.0

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

func (*CreateComponentRequest) Reset added in v0.5.0

func (x *CreateComponentRequest) Reset()

func (*CreateComponentRequest) String added in v0.5.0

func (x *CreateComponentRequest) String() string

type CreateComponentResponse added in v0.5.0

type CreateComponentResponse struct {
	Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateComponentResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use CreateComponentResponse.ProtoReflect.Descriptor instead.

func (*CreateComponentResponse) GetComponent added in v0.5.0

func (x *CreateComponentResponse) GetComponent() *Component

func (*CreateComponentResponse) ProtoMessage added in v0.5.0

func (*CreateComponentResponse) ProtoMessage()

func (*CreateComponentResponse) ProtoReflect added in v0.5.0

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

func (*CreateComponentResponse) Reset added in v0.5.0

func (x *CreateComponentResponse) Reset()

func (*CreateComponentResponse) String added in v0.5.0

func (x *CreateComponentResponse) String() string

type CreateOrgAccessTokenRequest

type CreateOrgAccessTokenRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAccessTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateOrgAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateOrgAccessTokenRequest) GetDescription

func (x *CreateOrgAccessTokenRequest) GetDescription() string

func (*CreateOrgAccessTokenRequest) GetProjectId

func (x *CreateOrgAccessTokenRequest) GetProjectId() string

func (*CreateOrgAccessTokenRequest) ProtoMessage

func (*CreateOrgAccessTokenRequest) ProtoMessage()

func (*CreateOrgAccessTokenRequest) ProtoReflect

func (*CreateOrgAccessTokenRequest) Reset

func (x *CreateOrgAccessTokenRequest) Reset()

func (*CreateOrgAccessTokenRequest) String

func (x *CreateOrgAccessTokenRequest) String() string

type CreateOrgAccessTokenResponse

type CreateOrgAccessTokenResponse struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Token       string `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrgAccessTokenResponse) Descriptor deprecated

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

Deprecated: Use CreateOrgAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateOrgAccessTokenResponse) GetDescription

func (x *CreateOrgAccessTokenResponse) GetDescription() string

func (*CreateOrgAccessTokenResponse) GetId

func (*CreateOrgAccessTokenResponse) GetToken

func (x *CreateOrgAccessTokenResponse) GetToken() string

func (*CreateOrgAccessTokenResponse) ProtoMessage

func (*CreateOrgAccessTokenResponse) ProtoMessage()

func (*CreateOrgAccessTokenResponse) ProtoReflect

func (*CreateOrgAccessTokenResponse) Reset

func (x *CreateOrgAccessTokenResponse) Reset()

func (*CreateOrgAccessTokenResponse) String

type CreateProjectRequest added in v0.5.5

type CreateProjectRequest struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetDescription added in v0.5.5

func (x *CreateProjectRequest) GetDescription() string

func (*CreateProjectRequest) GetName added in v0.5.5

func (x *CreateProjectRequest) GetName() string

func (*CreateProjectRequest) ProtoMessage added in v0.5.5

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect added in v0.5.5

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

func (*CreateProjectRequest) Reset added in v0.5.5

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String added in v0.5.5

func (x *CreateProjectRequest) String() string

type CreateProjectResponse added in v0.5.5

type CreateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject added in v0.5.5

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage added in v0.5.5

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect added in v0.5.5

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

func (*CreateProjectResponse) Reset added in v0.5.5

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String added in v0.5.5

func (x *CreateProjectResponse) String() string

type DebugWorkloadPackageInUseRequest added in v0.5.5

type DebugWorkloadPackageInUseRequest struct {
	ProjectId  string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WorkloadId string `protobuf:"bytes,2,opt,name=workload_id,json=workloadId,proto3" json:"workload_id,omitempty"`
	PackageId  string `protobuf:"bytes,3,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugWorkloadPackageInUseRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use DebugWorkloadPackageInUseRequest.ProtoReflect.Descriptor instead.

func (*DebugWorkloadPackageInUseRequest) GetPackageId added in v0.5.5

func (x *DebugWorkloadPackageInUseRequest) GetPackageId() string

func (*DebugWorkloadPackageInUseRequest) GetProjectId added in v0.5.5

func (x *DebugWorkloadPackageInUseRequest) GetProjectId() string

func (*DebugWorkloadPackageInUseRequest) GetWorkloadId added in v0.5.5

func (x *DebugWorkloadPackageInUseRequest) GetWorkloadId() string

func (*DebugWorkloadPackageInUseRequest) ProtoMessage added in v0.5.5

func (*DebugWorkloadPackageInUseRequest) ProtoMessage()

func (*DebugWorkloadPackageInUseRequest) ProtoReflect added in v0.5.5

func (*DebugWorkloadPackageInUseRequest) Reset added in v0.5.5

func (*DebugWorkloadPackageInUseRequest) String added in v0.5.5

type DebugWorkloadPackageInUseResponse added in v0.5.5

type DebugWorkloadPackageInUseResponse struct {
	PackageId                   string                                                      `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	PackageName                 string                                                      `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	PackageType                 string                                                      `protobuf:"bytes,3,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	PackageVersion              string                                                      `protobuf:"bytes,4,opt,name=package_version,json=packageVersion,proto3" json:"package_version,omitempty"`
	SupportsInUseDetection      bool                                                        `` /* 132-byte string literal not displayed */
	InUseLocations              []*DebugWorkloadPackageInUseResponse_InUseDetectionLocation `protobuf:"bytes,6,rep,name=in_use_locations,json=inUseLocations,proto3" json:"in_use_locations,omitempty"`
	OtherWorkloadInUseFilePaths []string                                                    `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DebugWorkloadPackageInUseResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use DebugWorkloadPackageInUseResponse.ProtoReflect.Descriptor instead.

func (*DebugWorkloadPackageInUseResponse) GetInUseLocations added in v0.5.5

func (*DebugWorkloadPackageInUseResponse) GetOtherWorkloadInUseFilePaths added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetOtherWorkloadInUseFilePaths() []string

func (*DebugWorkloadPackageInUseResponse) GetPackageId added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetPackageId() string

func (*DebugWorkloadPackageInUseResponse) GetPackageName added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetPackageName() string

func (*DebugWorkloadPackageInUseResponse) GetPackageType added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetPackageType() string

func (*DebugWorkloadPackageInUseResponse) GetPackageVersion added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetPackageVersion() string

func (*DebugWorkloadPackageInUseResponse) GetSupportsInUseDetection added in v0.5.5

func (x *DebugWorkloadPackageInUseResponse) GetSupportsInUseDetection() bool

func (*DebugWorkloadPackageInUseResponse) ProtoMessage added in v0.5.5

func (*DebugWorkloadPackageInUseResponse) ProtoMessage()

func (*DebugWorkloadPackageInUseResponse) ProtoReflect added in v0.5.5

func (*DebugWorkloadPackageInUseResponse) Reset added in v0.5.5

func (*DebugWorkloadPackageInUseResponse) String added in v0.5.5

type DebugWorkloadPackageInUseResponse_InUseDetectionLocation added in v0.5.5

type DebugWorkloadPackageInUseResponse_InUseDetectionLocation struct {
	FilePath string `protobuf:"bytes,1,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	InUse    bool   `protobuf:"varint,2,opt,name=in_use,json=inUse,proto3" json:"in_use,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) Descriptor deprecated added in v0.5.5

Deprecated: Use DebugWorkloadPackageInUseResponse_InUseDetectionLocation.ProtoReflect.Descriptor instead.

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) GetFilePath added in v0.5.5

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) GetInUse added in v0.5.5

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) ProtoMessage added in v0.5.5

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) ProtoReflect added in v0.5.5

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) Reset added in v0.5.5

func (*DebugWorkloadPackageInUseResponse_InUseDetectionLocation) String added in v0.5.5

type DeleteAgentDeployTokenRequest added in v0.5.0

type DeleteAgentDeployTokenRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	TokenId   string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAgentDeployTokenRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteAgentDeployTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteAgentDeployTokenRequest) GetProjectId added in v0.5.0

func (x *DeleteAgentDeployTokenRequest) GetProjectId() string

func (*DeleteAgentDeployTokenRequest) GetTokenId added in v0.5.0

func (x *DeleteAgentDeployTokenRequest) GetTokenId() string

func (*DeleteAgentDeployTokenRequest) ProtoMessage added in v0.5.0

func (*DeleteAgentDeployTokenRequest) ProtoMessage()

func (*DeleteAgentDeployTokenRequest) ProtoReflect added in v0.5.0

func (*DeleteAgentDeployTokenRequest) Reset added in v0.5.0

func (x *DeleteAgentDeployTokenRequest) Reset()

func (*DeleteAgentDeployTokenRequest) String added in v0.5.0

type DeleteAgentDeployTokenResponse added in v0.5.0

type DeleteAgentDeployTokenResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAgentDeployTokenResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteAgentDeployTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteAgentDeployTokenResponse) ProtoMessage added in v0.5.0

func (*DeleteAgentDeployTokenResponse) ProtoMessage()

func (*DeleteAgentDeployTokenResponse) ProtoReflect added in v0.5.0

func (*DeleteAgentDeployTokenResponse) Reset added in v0.5.0

func (x *DeleteAgentDeployTokenResponse) Reset()

func (*DeleteAgentDeployTokenResponse) String added in v0.5.0

type DeleteComponentRequest added in v0.5.0

type DeleteComponentRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteComponentRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteComponentRequest.ProtoReflect.Descriptor instead.

func (*DeleteComponentRequest) GetId added in v0.5.0

func (x *DeleteComponentRequest) GetId() string

func (*DeleteComponentRequest) GetProjectId added in v0.5.0

func (x *DeleteComponentRequest) GetProjectId() string

func (*DeleteComponentRequest) ProtoMessage added in v0.5.0

func (*DeleteComponentRequest) ProtoMessage()

func (*DeleteComponentRequest) ProtoReflect added in v0.5.0

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

func (*DeleteComponentRequest) Reset added in v0.5.0

func (x *DeleteComponentRequest) Reset()

func (*DeleteComponentRequest) String added in v0.5.0

func (x *DeleteComponentRequest) String() string

type DeleteComponentResponse added in v0.5.0

type DeleteComponentResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteComponentResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteComponentResponse.ProtoReflect.Descriptor instead.

func (*DeleteComponentResponse) ProtoMessage added in v0.5.0

func (*DeleteComponentResponse) ProtoMessage()

func (*DeleteComponentResponse) ProtoReflect added in v0.5.0

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

func (*DeleteComponentResponse) Reset added in v0.5.0

func (x *DeleteComponentResponse) Reset()

func (*DeleteComponentResponse) String added in v0.5.0

func (x *DeleteComponentResponse) String() string

type DeleteComponentTagRequest added in v0.5.0

type DeleteComponentTagRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteComponentTagRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteComponentTagRequest.ProtoReflect.Descriptor instead.

func (*DeleteComponentTagRequest) GetComponentId added in v0.5.0

func (x *DeleteComponentTagRequest) GetComponentId() string

func (*DeleteComponentTagRequest) GetName added in v0.5.0

func (x *DeleteComponentTagRequest) GetName() string

func (*DeleteComponentTagRequest) GetProjectId added in v0.5.0

func (x *DeleteComponentTagRequest) GetProjectId() string

func (*DeleteComponentTagRequest) ProtoMessage added in v0.5.0

func (*DeleteComponentTagRequest) ProtoMessage()

func (*DeleteComponentTagRequest) ProtoReflect added in v0.5.0

func (*DeleteComponentTagRequest) Reset added in v0.5.0

func (x *DeleteComponentTagRequest) Reset()

func (*DeleteComponentTagRequest) String added in v0.5.0

func (x *DeleteComponentTagRequest) String() string

type DeleteComponentTagResponse added in v0.5.0

type DeleteComponentTagResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteComponentTagResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use DeleteComponentTagResponse.ProtoReflect.Descriptor instead.

func (*DeleteComponentTagResponse) ProtoMessage added in v0.5.0

func (*DeleteComponentTagResponse) ProtoMessage()

func (*DeleteComponentTagResponse) ProtoReflect added in v0.5.0

func (*DeleteComponentTagResponse) Reset added in v0.5.0

func (x *DeleteComponentTagResponse) Reset()

func (*DeleteComponentTagResponse) String added in v0.5.0

func (x *DeleteComponentTagResponse) String() string

type DeleteOrgAccessTokenRequest

type DeleteOrgAccessTokenRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrgAccessTokenRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrgAccessTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrgAccessTokenRequest) GetId

func (*DeleteOrgAccessTokenRequest) GetProjectId

func (x *DeleteOrgAccessTokenRequest) GetProjectId() string

func (*DeleteOrgAccessTokenRequest) ProtoMessage

func (*DeleteOrgAccessTokenRequest) ProtoMessage()

func (*DeleteOrgAccessTokenRequest) ProtoReflect

func (*DeleteOrgAccessTokenRequest) Reset

func (x *DeleteOrgAccessTokenRequest) Reset()

func (*DeleteOrgAccessTokenRequest) String

func (x *DeleteOrgAccessTokenRequest) String() string

type DeleteOrgAccessTokenResponse

type DeleteOrgAccessTokenResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrgAccessTokenResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrgAccessTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrgAccessTokenResponse) ProtoMessage

func (*DeleteOrgAccessTokenResponse) ProtoMessage()

func (*DeleteOrgAccessTokenResponse) ProtoReflect

func (*DeleteOrgAccessTokenResponse) Reset

func (x *DeleteOrgAccessTokenResponse) Reset()

func (*DeleteOrgAccessTokenResponse) String

type DockerImage

type DockerImage struct {

	// Potentially full tag in registry/user/name:tag format.
	// The full format does not need to be used. The same defaults
	// that "docker pull" assumes will work.
	Tag string `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

Docker image

func (*DockerImage) Descriptor deprecated

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

Deprecated: Use DockerImage.ProtoReflect.Descriptor instead.

func (*DockerImage) GetTag

func (x *DockerImage) GetTag() string

func (*DockerImage) ProtoMessage

func (*DockerImage) ProtoMessage()

func (*DockerImage) ProtoReflect

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

func (*DockerImage) Reset

func (x *DockerImage) Reset()

func (*DockerImage) String

func (x *DockerImage) String() string

type DormantPackagePolicy added in v0.5.5

type DormantPackagePolicy int32
const (
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_UNSPECIFIED DormantPackagePolicy = 0
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_IGNORE      DormantPackagePolicy = 1
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_DROP_1      DormantPackagePolicy = 2
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_DROP_2      DormantPackagePolicy = 3
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_SET_LOW     DormantPackagePolicy = 4
	DormantPackagePolicy_DORMANT_PACKAGE_POLICY_SET_MEDIUM  DormantPackagePolicy = 5
)

func (DormantPackagePolicy) Descriptor added in v0.5.5

func (DormantPackagePolicy) Enum added in v0.5.5

func (DormantPackagePolicy) EnumDescriptor deprecated added in v0.5.5

func (DormantPackagePolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use DormantPackagePolicy.Descriptor instead.

func (DormantPackagePolicy) Number added in v0.5.5

func (DormantPackagePolicy) String added in v0.5.5

func (x DormantPackagePolicy) String() string

func (DormantPackagePolicy) Type added in v0.5.5

type EPSSItem added in v0.5.5

type EPSSItem struct {
	Cve        string                 `protobuf:"bytes,1,opt,name=cve,proto3" json:"cve,omitempty"`
	Epss       float64                `protobuf:"fixed64,2,opt,name=epss,proto3" json:"epss,omitempty"`
	Percentile float64                `protobuf:"fixed64,3,opt,name=percentile,proto3" json:"percentile,omitempty"`
	Date       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

func (*EPSSItem) Descriptor deprecated added in v0.5.5

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

Deprecated: Use EPSSItem.ProtoReflect.Descriptor instead.

func (*EPSSItem) GetCve added in v0.5.5

func (x *EPSSItem) GetCve() string

func (*EPSSItem) GetDate added in v0.5.5

func (x *EPSSItem) GetDate() *timestamppb.Timestamp

func (*EPSSItem) GetEpss added in v0.5.5

func (x *EPSSItem) GetEpss() float64

func (*EPSSItem) GetPercentile added in v0.5.5

func (x *EPSSItem) GetPercentile() float64

func (*EPSSItem) ProtoMessage added in v0.5.5

func (*EPSSItem) ProtoMessage()

func (*EPSSItem) ProtoReflect added in v0.5.5

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

func (*EPSSItem) Reset added in v0.5.5

func (x *EPSSItem) Reset()

func (*EPSSItem) String added in v0.5.5

func (x *EPSSItem) String() string

type ExchangeInviteTokenRequest added in v0.5.0

type ExchangeInviteTokenRequest struct {
	Token    string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeInviteTokenRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ExchangeInviteTokenRequest.ProtoReflect.Descriptor instead.

func (*ExchangeInviteTokenRequest) GetPassword added in v0.5.0

func (x *ExchangeInviteTokenRequest) GetPassword() string

func (*ExchangeInviteTokenRequest) GetToken added in v0.5.0

func (x *ExchangeInviteTokenRequest) GetToken() string

func (*ExchangeInviteTokenRequest) ProtoMessage added in v0.5.0

func (*ExchangeInviteTokenRequest) ProtoMessage()

func (*ExchangeInviteTokenRequest) ProtoReflect added in v0.5.0

func (*ExchangeInviteTokenRequest) Reset added in v0.5.0

func (x *ExchangeInviteTokenRequest) Reset()

func (*ExchangeInviteTokenRequest) String added in v0.5.0

func (x *ExchangeInviteTokenRequest) String() string

type ExchangeInviteTokenResponse added in v0.5.0

type ExchangeInviteTokenResponse struct {
	SessionToken string `protobuf:"bytes,1,opt,name=session_token,json=sessionToken,proto3" json:"session_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeInviteTokenResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ExchangeInviteTokenResponse.ProtoReflect.Descriptor instead.

func (*ExchangeInviteTokenResponse) GetSessionToken added in v0.5.0

func (x *ExchangeInviteTokenResponse) GetSessionToken() string

func (*ExchangeInviteTokenResponse) ProtoMessage added in v0.5.0

func (*ExchangeInviteTokenResponse) ProtoMessage()

func (*ExchangeInviteTokenResponse) ProtoReflect added in v0.5.0

func (*ExchangeInviteTokenResponse) Reset added in v0.5.0

func (x *ExchangeInviteTokenResponse) Reset()

func (*ExchangeInviteTokenResponse) String added in v0.5.0

func (x *ExchangeInviteTokenResponse) String() string

type File

type File struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Filename   string `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	InUse      bool   `protobuf:"varint,3,opt,name=in_use,json=inUse,proto3" json:"in_use,omitempty"`
	Executable bool   `protobuf:"varint,4,opt,name=executable,proto3" json:"executable,omitempty"`
	PackageId  string `protobuf:"bytes,5,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	SourceId   string `protobuf:"bytes,6,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetExecutable

func (x *File) GetExecutable() bool

func (*File) GetFilename

func (x *File) GetFilename() string

func (*File) GetId

func (x *File) GetId() string

func (*File) GetInUse

func (x *File) GetInUse() bool

func (*File) GetPackageId

func (x *File) GetPackageId() string

func (*File) GetSourceId

func (x *File) GetSourceId() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type GenerateAgentDeployTokenRequest

type GenerateAgentDeployTokenRequest struct {
	ProjectId string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Roles     []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAgentDeployTokenRequest) Descriptor deprecated

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

Deprecated: Use GenerateAgentDeployTokenRequest.ProtoReflect.Descriptor instead.

func (*GenerateAgentDeployTokenRequest) GetProjectId

func (x *GenerateAgentDeployTokenRequest) GetProjectId() string

func (*GenerateAgentDeployTokenRequest) GetRoles added in v0.5.5

func (x *GenerateAgentDeployTokenRequest) GetRoles() []string

func (*GenerateAgentDeployTokenRequest) ProtoMessage

func (*GenerateAgentDeployTokenRequest) ProtoMessage()

func (*GenerateAgentDeployTokenRequest) ProtoReflect

func (*GenerateAgentDeployTokenRequest) Reset

func (*GenerateAgentDeployTokenRequest) String

type GenerateAgentDeployTokenResponse

type GenerateAgentDeployTokenResponse struct {
	DeployToken string `protobuf:"bytes,1,opt,name=deploy_token,json=deployToken,proto3" json:"deploy_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAgentDeployTokenResponse) Descriptor deprecated

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

Deprecated: Use GenerateAgentDeployTokenResponse.ProtoReflect.Descriptor instead.

func (*GenerateAgentDeployTokenResponse) GetDeployToken

func (x *GenerateAgentDeployTokenResponse) GetDeployToken() string

func (*GenerateAgentDeployTokenResponse) ProtoMessage

func (*GenerateAgentDeployTokenResponse) ProtoMessage()

func (*GenerateAgentDeployTokenResponse) ProtoReflect

func (*GenerateAgentDeployTokenResponse) Reset

func (*GenerateAgentDeployTokenResponse) String

type GenericImage

type GenericImage struct {
	// contains filtered or unexported fields
}

An image with no further details. This primarily happens when an SBOM tool (e.g. syft) is ran on the workload (e.g. after a host boots)

func (*GenericImage) Descriptor deprecated

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

Deprecated: Use GenericImage.ProtoReflect.Descriptor instead.

func (*GenericImage) ProtoMessage

func (*GenericImage) ProtoMessage()

func (*GenericImage) ProtoReflect

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

func (*GenericImage) Reset

func (x *GenericImage) Reset()

func (*GenericImage) String

func (x *GenericImage) String() string

type GetCIBotCommentRequest added in v0.4.0

type GetCIBotCommentRequest struct {
	ProjectId    string             `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SbomId       string             `protobuf:"bytes,2,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	CommitId     string             `protobuf:"bytes,3,opt,name=commit_id,json=commitId,proto3" json:"commit_id,omitempty"`
	BaseCommitId string             `protobuf:"bytes,4,opt,name=base_commit_id,json=baseCommitId,proto3" json:"base_commit_id,omitempty"`
	Flavor       CIBotCommentFlavor `protobuf:"varint,5,opt,name=flavor,proto3,enum=edgebit.platform.v1alpha.CIBotCommentFlavor" json:"flavor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCIBotCommentRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetCIBotCommentRequest.ProtoReflect.Descriptor instead.

func (*GetCIBotCommentRequest) GetBaseCommitId added in v0.4.0

func (x *GetCIBotCommentRequest) GetBaseCommitId() string

func (*GetCIBotCommentRequest) GetCommitId added in v0.4.0

func (x *GetCIBotCommentRequest) GetCommitId() string

func (*GetCIBotCommentRequest) GetFlavor added in v0.4.0

func (*GetCIBotCommentRequest) GetProjectId added in v0.4.0

func (x *GetCIBotCommentRequest) GetProjectId() string

func (*GetCIBotCommentRequest) GetSbomId added in v0.4.0

func (x *GetCIBotCommentRequest) GetSbomId() string

func (*GetCIBotCommentRequest) ProtoMessage added in v0.4.0

func (*GetCIBotCommentRequest) ProtoMessage()

func (*GetCIBotCommentRequest) ProtoReflect added in v0.4.0

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

func (*GetCIBotCommentRequest) Reset added in v0.4.0

func (x *GetCIBotCommentRequest) Reset()

func (*GetCIBotCommentRequest) String added in v0.4.0

func (x *GetCIBotCommentRequest) String() string

type GetCIBotCommentResponse added in v0.4.0

type GetCIBotCommentResponse struct {
	CommentBody string `protobuf:"bytes,1,opt,name=comment_body,json=commentBody,proto3" json:"comment_body,omitempty"`
	SkipComment bool   `protobuf:"varint,2,opt,name=skip_comment,json=skipComment,proto3" json:"skip_comment,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCIBotCommentResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetCIBotCommentResponse.ProtoReflect.Descriptor instead.

func (*GetCIBotCommentResponse) GetCommentBody added in v0.4.0

func (x *GetCIBotCommentResponse) GetCommentBody() string

func (*GetCIBotCommentResponse) GetSkipComment added in v0.5.1

func (x *GetCIBotCommentResponse) GetSkipComment() bool

func (*GetCIBotCommentResponse) ProtoMessage added in v0.4.0

func (*GetCIBotCommentResponse) ProtoMessage()

func (*GetCIBotCommentResponse) ProtoReflect added in v0.4.0

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

func (*GetCIBotCommentResponse) Reset added in v0.4.0

func (x *GetCIBotCommentResponse) Reset()

func (*GetCIBotCommentResponse) String added in v0.4.0

func (x *GetCIBotCommentResponse) String() string

type GetComponentDefaultTagSBOMAttestationRequest added in v0.5.5

type GetComponentDefaultTagSBOMAttestationRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentDefaultTagSBOMAttestationRequest) Descriptor deprecated added in v0.5.5

Deprecated: Use GetComponentDefaultTagSBOMAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetComponentDefaultTagSBOMAttestationRequest) GetComponentId added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationRequest) GetProjectId added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationRequest) ProtoMessage added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationRequest) ProtoReflect added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationRequest) Reset added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationRequest) String added in v0.5.5

type GetComponentDefaultTagSBOMAttestationResponse added in v0.5.5

type GetComponentDefaultTagSBOMAttestationResponse struct {
	ChainItems []*AttestationChainItem `protobuf:"bytes,1,rep,name=chain_items,json=chainItems,proto3" json:"chain_items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentDefaultTagSBOMAttestationResponse) Descriptor deprecated added in v0.5.5

Deprecated: Use GetComponentDefaultTagSBOMAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetComponentDefaultTagSBOMAttestationResponse) GetChainItems added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationResponse) ProtoMessage added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationResponse) ProtoReflect added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationResponse) Reset added in v0.5.5

func (*GetComponentDefaultTagSBOMAttestationResponse) String added in v0.5.5

type GetComponentIssueRequest added in v0.5.5

type GetComponentIssueRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	Id          string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentIssueRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetComponentIssueRequest.ProtoReflect.Descriptor instead.

func (*GetComponentIssueRequest) GetComponentId added in v0.5.5

func (x *GetComponentIssueRequest) GetComponentId() string

func (*GetComponentIssueRequest) GetId added in v0.5.5

func (x *GetComponentIssueRequest) GetId() string

func (*GetComponentIssueRequest) GetProjectId added in v0.5.5

func (x *GetComponentIssueRequest) GetProjectId() string

func (*GetComponentIssueRequest) ProtoMessage added in v0.5.5

func (*GetComponentIssueRequest) ProtoMessage()

func (*GetComponentIssueRequest) ProtoReflect added in v0.5.5

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

func (*GetComponentIssueRequest) Reset added in v0.5.5

func (x *GetComponentIssueRequest) Reset()

func (*GetComponentIssueRequest) String added in v0.5.5

func (x *GetComponentIssueRequest) String() string

type GetComponentIssueResponse added in v0.5.5

type GetComponentIssueResponse struct {
	Issue *ComponentIssue `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentIssueResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetComponentIssueResponse.ProtoReflect.Descriptor instead.

func (*GetComponentIssueResponse) GetIssue added in v0.5.5

func (*GetComponentIssueResponse) ProtoMessage added in v0.5.5

func (*GetComponentIssueResponse) ProtoMessage()

func (*GetComponentIssueResponse) ProtoReflect added in v0.5.5

func (*GetComponentIssueResponse) Reset added in v0.5.5

func (x *GetComponentIssueResponse) Reset()

func (*GetComponentIssueResponse) String added in v0.5.5

func (x *GetComponentIssueResponse) String() string

type GetComponentIssueTrendRequest added in v0.5.5

type GetComponentIssueTrendRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentIssueTrendRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetComponentIssueTrendRequest.ProtoReflect.Descriptor instead.

func (*GetComponentIssueTrendRequest) GetComponentId added in v0.5.5

func (x *GetComponentIssueTrendRequest) GetComponentId() string

func (*GetComponentIssueTrendRequest) GetProjectId added in v0.5.5

func (x *GetComponentIssueTrendRequest) GetProjectId() string

func (*GetComponentIssueTrendRequest) ProtoMessage added in v0.5.5

func (*GetComponentIssueTrendRequest) ProtoMessage()

func (*GetComponentIssueTrendRequest) ProtoReflect added in v0.5.5

func (*GetComponentIssueTrendRequest) Reset added in v0.5.5

func (x *GetComponentIssueTrendRequest) Reset()

func (*GetComponentIssueTrendRequest) String added in v0.5.5

type GetComponentIssueTrendResponse added in v0.5.5

type GetComponentIssueTrendResponse struct {
	Items                      []*ComponentIssueTrendItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	TotalUnresolvedIssues      int32                      `` /* 127-byte string literal not displayed */
	SuppressedUnresolvedIssues int32                      `` /* 142-byte string literal not displayed */
	SuppressedIssuesByPolicy   map[string]int32           `` /* 226-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetComponentIssueTrendResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetComponentIssueTrendResponse.ProtoReflect.Descriptor instead.

func (*GetComponentIssueTrendResponse) GetItems added in v0.5.5

func (*GetComponentIssueTrendResponse) GetSuppressedIssuesByPolicy added in v0.5.5

func (x *GetComponentIssueTrendResponse) GetSuppressedIssuesByPolicy() map[string]int32

func (*GetComponentIssueTrendResponse) GetSuppressedUnresolvedIssues added in v0.5.5

func (x *GetComponentIssueTrendResponse) GetSuppressedUnresolvedIssues() int32

func (*GetComponentIssueTrendResponse) GetTotalUnresolvedIssues added in v0.5.5

func (x *GetComponentIssueTrendResponse) GetTotalUnresolvedIssues() int32

func (*GetComponentIssueTrendResponse) ProtoMessage added in v0.5.5

func (*GetComponentIssueTrendResponse) ProtoMessage()

func (*GetComponentIssueTrendResponse) ProtoReflect added in v0.5.5

func (*GetComponentIssueTrendResponse) Reset added in v0.5.5

func (x *GetComponentIssueTrendResponse) Reset()

func (*GetComponentIssueTrendResponse) String added in v0.5.5

type GetComponentRequest added in v0.5.0

type GetComponentRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use GetComponentRequest.ProtoReflect.Descriptor instead.

func (*GetComponentRequest) GetId added in v0.5.0

func (x *GetComponentRequest) GetId() string

func (*GetComponentRequest) GetProjectId added in v0.5.0

func (x *GetComponentRequest) GetProjectId() string

func (*GetComponentRequest) ProtoMessage added in v0.5.0

func (*GetComponentRequest) ProtoMessage()

func (*GetComponentRequest) ProtoReflect added in v0.5.0

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

func (*GetComponentRequest) Reset added in v0.5.0

func (x *GetComponentRequest) Reset()

func (*GetComponentRequest) String added in v0.5.0

func (x *GetComponentRequest) String() string

type GetComponentResponse added in v0.5.0

type GetComponentResponse struct {
	Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use GetComponentResponse.ProtoReflect.Descriptor instead.

func (*GetComponentResponse) GetComponent added in v0.5.0

func (x *GetComponentResponse) GetComponent() *Component

func (*GetComponentResponse) ProtoMessage added in v0.5.0

func (*GetComponentResponse) ProtoMessage()

func (*GetComponentResponse) ProtoReflect added in v0.5.0

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

func (*GetComponentResponse) Reset added in v0.5.0

func (x *GetComponentResponse) Reset()

func (*GetComponentResponse) String added in v0.5.0

func (x *GetComponentResponse) String() string

type GetComponentTagRequest added in v0.5.0

type GetComponentTagRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentTagRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use GetComponentTagRequest.ProtoReflect.Descriptor instead.

func (*GetComponentTagRequest) GetComponentId added in v0.5.0

func (x *GetComponentTagRequest) GetComponentId() string

func (*GetComponentTagRequest) GetName added in v0.5.0

func (x *GetComponentTagRequest) GetName() string

func (*GetComponentTagRequest) GetProjectId added in v0.5.0

func (x *GetComponentTagRequest) GetProjectId() string

func (*GetComponentTagRequest) ProtoMessage added in v0.5.0

func (*GetComponentTagRequest) ProtoMessage()

func (*GetComponentTagRequest) ProtoReflect added in v0.5.0

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

func (*GetComponentTagRequest) Reset added in v0.5.0

func (x *GetComponentTagRequest) Reset()

func (*GetComponentTagRequest) String added in v0.5.0

func (x *GetComponentTagRequest) String() string

type GetComponentTagResponse added in v0.5.0

type GetComponentTagResponse struct {
	Tag *ComponentTag `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentTagResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use GetComponentTagResponse.ProtoReflect.Descriptor instead.

func (*GetComponentTagResponse) GetTag added in v0.5.0

func (*GetComponentTagResponse) ProtoMessage added in v0.5.0

func (*GetComponentTagResponse) ProtoMessage()

func (*GetComponentTagResponse) ProtoReflect added in v0.5.0

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

func (*GetComponentTagResponse) Reset added in v0.5.0

func (x *GetComponentTagResponse) Reset()

func (*GetComponentTagResponse) String added in v0.5.0

func (x *GetComponentTagResponse) String() string

type GetComponentTagsOverviewRequest added in v0.5.1

type GetComponentTagsOverviewRequest struct {
	ProjectId       string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId     string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	SelectedTagName string `protobuf:"bytes,3,opt,name=selected_tag_name,json=selectedTagName,proto3" json:"selected_tag_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentTagsOverviewRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetComponentTagsOverviewRequest.ProtoReflect.Descriptor instead.

func (*GetComponentTagsOverviewRequest) GetComponentId added in v0.5.1

func (x *GetComponentTagsOverviewRequest) GetComponentId() string

func (*GetComponentTagsOverviewRequest) GetProjectId added in v0.5.1

func (x *GetComponentTagsOverviewRequest) GetProjectId() string

func (*GetComponentTagsOverviewRequest) GetSelectedTagName added in v0.5.1

func (x *GetComponentTagsOverviewRequest) GetSelectedTagName() string

func (*GetComponentTagsOverviewRequest) ProtoMessage added in v0.5.1

func (*GetComponentTagsOverviewRequest) ProtoMessage()

func (*GetComponentTagsOverviewRequest) ProtoReflect added in v0.5.1

func (*GetComponentTagsOverviewRequest) Reset added in v0.5.1

func (*GetComponentTagsOverviewRequest) String added in v0.5.1

type GetComponentTagsOverviewResponse added in v0.5.1

type GetComponentTagsOverviewResponse struct {
	DefaultSbom         *ComponentEnrichedSBOMSummary   `protobuf:"bytes,1,opt,name=default_sbom,json=defaultSbom,proto3" json:"default_sbom,omitempty"`
	OtherActiveSboms    []*ComponentEnrichedSBOMSummary `protobuf:"bytes,2,rep,name=other_active_sboms,json=otherActiveSboms,proto3" json:"other_active_sboms,omitempty"`
	UndeployedSbomCount int32                           `protobuf:"varint,4,opt,name=undeployed_sbom_count,json=undeployedSbomCount,proto3" json:"undeployed_sbom_count,omitempty"`
	RetiredSbomCount    int32                           `protobuf:"varint,5,opt,name=retired_sbom_count,json=retiredSbomCount,proto3" json:"retired_sbom_count,omitempty"`
	DefaultTagName      string                          `protobuf:"bytes,6,opt,name=default_tag_name,json=defaultTagName,proto3" json:"default_tag_name,omitempty"`
	SelectedTagName     string                          `protobuf:"bytes,7,opt,name=selected_tag_name,json=selectedTagName,proto3" json:"selected_tag_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetComponentTagsOverviewResponse) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetComponentTagsOverviewResponse.ProtoReflect.Descriptor instead.

func (*GetComponentTagsOverviewResponse) GetDefaultSbom added in v0.5.1

func (*GetComponentTagsOverviewResponse) GetDefaultTagName added in v0.5.1

func (x *GetComponentTagsOverviewResponse) GetDefaultTagName() string

func (*GetComponentTagsOverviewResponse) GetOtherActiveSboms added in v0.5.1

func (*GetComponentTagsOverviewResponse) GetRetiredSbomCount added in v0.5.1

func (x *GetComponentTagsOverviewResponse) GetRetiredSbomCount() int32

func (*GetComponentTagsOverviewResponse) GetSelectedTagName added in v0.5.1

func (x *GetComponentTagsOverviewResponse) GetSelectedTagName() string

func (*GetComponentTagsOverviewResponse) GetUndeployedSbomCount added in v0.5.1

func (x *GetComponentTagsOverviewResponse) GetUndeployedSbomCount() int32

func (*GetComponentTagsOverviewResponse) ProtoMessage added in v0.5.1

func (*GetComponentTagsOverviewResponse) ProtoMessage()

func (*GetComponentTagsOverviewResponse) ProtoReflect added in v0.5.1

func (*GetComponentTagsOverviewResponse) Reset added in v0.5.1

func (*GetComponentTagsOverviewResponse) String added in v0.5.1

type GetGitHubIntegrationRequest added in v0.5.5

type GetGitHubIntegrationRequest struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGitHubIntegrationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetGitHubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetGitHubIntegrationRequest) GetIntegrationId added in v0.5.5

func (x *GetGitHubIntegrationRequest) GetIntegrationId() string

func (*GetGitHubIntegrationRequest) ProtoMessage added in v0.5.5

func (*GetGitHubIntegrationRequest) ProtoMessage()

func (*GetGitHubIntegrationRequest) ProtoReflect added in v0.5.5

func (*GetGitHubIntegrationRequest) Reset added in v0.5.5

func (x *GetGitHubIntegrationRequest) Reset()

func (*GetGitHubIntegrationRequest) String added in v0.5.5

func (x *GetGitHubIntegrationRequest) String() string

type GetGitHubIntegrationResponse added in v0.5.5

type GetGitHubIntegrationResponse struct {
	GhAcct     string                       `protobuf:"bytes,1,opt,name=gh_acct,json=ghAcct,proto3" json:"gh_acct,omitempty"`
	GhAcctType string                       `protobuf:"bytes,2,opt,name=gh_acct_type,json=ghAcctType,proto3" json:"gh_acct_type,omitempty"`
	Settings   []*GitHubIntegrationSettings `protobuf:"bytes,3,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGitHubIntegrationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetGitHubIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetGitHubIntegrationResponse) GetGhAcct added in v0.5.5

func (x *GetGitHubIntegrationResponse) GetGhAcct() string

func (*GetGitHubIntegrationResponse) GetGhAcctType added in v0.5.5

func (x *GetGitHubIntegrationResponse) GetGhAcctType() string

func (*GetGitHubIntegrationResponse) GetSettings added in v0.5.5

func (*GetGitHubIntegrationResponse) ProtoMessage added in v0.5.5

func (*GetGitHubIntegrationResponse) ProtoMessage()

func (*GetGitHubIntegrationResponse) ProtoReflect added in v0.5.5

func (*GetGitHubIntegrationResponse) Reset added in v0.5.5

func (x *GetGitHubIntegrationResponse) Reset()

func (*GetGitHubIntegrationResponse) String added in v0.5.5

type GetJiraIntegrationRequest added in v0.5.5

type GetJiraIntegrationRequest struct {
	IntegrationId string `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJiraIntegrationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetJiraIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetJiraIntegrationRequest) GetIntegrationId added in v0.5.5

func (x *GetJiraIntegrationRequest) GetIntegrationId() string

func (*GetJiraIntegrationRequest) ProtoMessage added in v0.5.5

func (*GetJiraIntegrationRequest) ProtoMessage()

func (*GetJiraIntegrationRequest) ProtoReflect added in v0.5.5

func (*GetJiraIntegrationRequest) Reset added in v0.5.5

func (x *GetJiraIntegrationRequest) Reset()

func (*GetJiraIntegrationRequest) String added in v0.5.5

func (x *GetJiraIntegrationRequest) String() string

type GetJiraIntegrationResponse added in v0.5.5

type GetJiraIntegrationResponse struct {
	Settings          []*JiraIntegrationSettings `protobuf:"bytes,1,rep,name=settings,proto3" json:"settings,omitempty"`
	AvailJiraProjects []*JiraProject             `protobuf:"bytes,2,rep,name=avail_jira_projects,json=availJiraProjects,proto3" json:"avail_jira_projects,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJiraIntegrationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetJiraIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetJiraIntegrationResponse) GetAvailJiraProjects added in v0.5.5

func (x *GetJiraIntegrationResponse) GetAvailJiraProjects() []*JiraProject

func (*GetJiraIntegrationResponse) GetSettings added in v0.5.5

func (*GetJiraIntegrationResponse) ProtoMessage added in v0.5.5

func (*GetJiraIntegrationResponse) ProtoMessage()

func (*GetJiraIntegrationResponse) ProtoReflect added in v0.5.5

func (*GetJiraIntegrationResponse) Reset added in v0.5.5

func (x *GetJiraIntegrationResponse) Reset()

func (*GetJiraIntegrationResponse) String added in v0.5.5

func (x *GetJiraIntegrationResponse) String() string

type GetLoginMethodRequest added in v0.5.5

type GetLoginMethodRequest struct {
	// contains filtered or unexported fields
}

func (*GetLoginMethodRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetLoginMethodRequest.ProtoReflect.Descriptor instead.

func (*GetLoginMethodRequest) ProtoMessage added in v0.5.5

func (*GetLoginMethodRequest) ProtoMessage()

func (*GetLoginMethodRequest) ProtoReflect added in v0.5.5

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

func (*GetLoginMethodRequest) Reset added in v0.5.5

func (x *GetLoginMethodRequest) Reset()

func (*GetLoginMethodRequest) String added in v0.5.5

func (x *GetLoginMethodRequest) String() string

type GetLoginMethodResponse added in v0.5.5

type GetLoginMethodResponse struct {
	Method LoginMethod `protobuf:"varint,1,opt,name=method,proto3,enum=edgebit.platform.v1alpha.LoginMethod" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoginMethodResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetLoginMethodResponse.ProtoReflect.Descriptor instead.

func (*GetLoginMethodResponse) GetMethod added in v0.5.5

func (x *GetLoginMethodResponse) GetMethod() LoginMethod

func (*GetLoginMethodResponse) ProtoMessage added in v0.5.5

func (*GetLoginMethodResponse) ProtoMessage()

func (*GetLoginMethodResponse) ProtoReflect added in v0.5.5

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

func (*GetLoginMethodResponse) Reset added in v0.5.5

func (x *GetLoginMethodResponse) Reset()

func (*GetLoginMethodResponse) String added in v0.5.5

func (x *GetLoginMethodResponse) String() string

type GetMachineInventoryRequest

type GetMachineInventoryRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	MachineId string `protobuf:"bytes,2,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineInventoryRequest) Descriptor deprecated

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

Deprecated: Use GetMachineInventoryRequest.ProtoReflect.Descriptor instead.

func (*GetMachineInventoryRequest) GetMachineId

func (x *GetMachineInventoryRequest) GetMachineId() string

func (*GetMachineInventoryRequest) GetProjectId

func (x *GetMachineInventoryRequest) GetProjectId() string

func (*GetMachineInventoryRequest) ProtoMessage

func (*GetMachineInventoryRequest) ProtoMessage()

func (*GetMachineInventoryRequest) ProtoReflect

func (*GetMachineInventoryRequest) Reset

func (x *GetMachineInventoryRequest) Reset()

func (*GetMachineInventoryRequest) String

func (x *GetMachineInventoryRequest) String() string

type GetMachineInventoryResponse

type GetMachineInventoryResponse struct {
	Machine         *Machine         `protobuf:"bytes,1,opt,name=machine,proto3" json:"machine,omitempty"`
	Packages        []*Package       `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages,omitempty"`
	FilesInUse      []*File          `protobuf:"bytes,3,rep,name=files_in_use,json=filesInUse,proto3" json:"files_in_use,omitempty"`
	Workloads       []*Workload      `protobuf:"bytes,4,rep,name=workloads,proto3" json:"workloads,omitempty"`
	Vulnerabilities []*Vulnerability `protobuf:"bytes,5,rep,name=vulnerabilities,proto3" json:"vulnerabilities,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMachineInventoryResponse) Descriptor deprecated

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

Deprecated: Use GetMachineInventoryResponse.ProtoReflect.Descriptor instead.

func (*GetMachineInventoryResponse) GetFilesInUse

func (x *GetMachineInventoryResponse) GetFilesInUse() []*File

func (*GetMachineInventoryResponse) GetMachine

func (x *GetMachineInventoryResponse) GetMachine() *Machine

func (*GetMachineInventoryResponse) GetPackages

func (x *GetMachineInventoryResponse) GetPackages() []*Package

func (*GetMachineInventoryResponse) GetVulnerabilities

func (x *GetMachineInventoryResponse) GetVulnerabilities() []*Vulnerability

func (*GetMachineInventoryResponse) GetWorkloads

func (x *GetMachineInventoryResponse) GetWorkloads() []*Workload

func (*GetMachineInventoryResponse) ProtoMessage

func (*GetMachineInventoryResponse) ProtoMessage()

func (*GetMachineInventoryResponse) ProtoReflect

func (*GetMachineInventoryResponse) Reset

func (x *GetMachineInventoryResponse) Reset()

func (*GetMachineInventoryResponse) String

func (x *GetMachineInventoryResponse) String() string

type GetProjectIssueSLAPolicyRequest added in v0.5.5

type GetProjectIssueSLAPolicyRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectIssueSLAPolicyRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectIssueSLAPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetProjectIssueSLAPolicyRequest) GetProjectId added in v0.5.5

func (x *GetProjectIssueSLAPolicyRequest) GetProjectId() string

func (*GetProjectIssueSLAPolicyRequest) ProtoMessage added in v0.5.5

func (*GetProjectIssueSLAPolicyRequest) ProtoMessage()

func (*GetProjectIssueSLAPolicyRequest) ProtoReflect added in v0.5.5

func (*GetProjectIssueSLAPolicyRequest) Reset added in v0.5.5

func (*GetProjectIssueSLAPolicyRequest) String added in v0.5.5

type GetProjectIssueSLAPolicyResponse added in v0.5.5

type GetProjectIssueSLAPolicyResponse struct {
	Policy *ProjectIssueSLAPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectIssueSLAPolicyResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectIssueSLAPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetProjectIssueSLAPolicyResponse) GetPolicy added in v0.5.5

func (*GetProjectIssueSLAPolicyResponse) ProtoMessage added in v0.5.5

func (*GetProjectIssueSLAPolicyResponse) ProtoMessage()

func (*GetProjectIssueSLAPolicyResponse) ProtoReflect added in v0.5.5

func (*GetProjectIssueSLAPolicyResponse) Reset added in v0.5.5

func (*GetProjectIssueSLAPolicyResponse) String added in v0.5.5

type GetProjectIssueTrendRequest added in v0.5.5

type GetProjectIssueTrendRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectIssueTrendRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectIssueTrendRequest.ProtoReflect.Descriptor instead.

func (*GetProjectIssueTrendRequest) GetProjectId added in v0.5.5

func (x *GetProjectIssueTrendRequest) GetProjectId() string

func (*GetProjectIssueTrendRequest) ProtoMessage added in v0.5.5

func (*GetProjectIssueTrendRequest) ProtoMessage()

func (*GetProjectIssueTrendRequest) ProtoReflect added in v0.5.5

func (*GetProjectIssueTrendRequest) Reset added in v0.5.5

func (x *GetProjectIssueTrendRequest) Reset()

func (*GetProjectIssueTrendRequest) String added in v0.5.5

func (x *GetProjectIssueTrendRequest) String() string

type GetProjectIssueTrendResponse added in v0.5.5

type GetProjectIssueTrendResponse struct {
	Items                      []*ComponentIssueTrendItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	TotalUnresolvedIssues      int32                      `` /* 127-byte string literal not displayed */
	SuppressedUnresolvedIssues int32                      `` /* 142-byte string literal not displayed */
	SuppressedIssuesByPolicy   map[string]int32           `` /* 226-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetProjectIssueTrendResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectIssueTrendResponse.ProtoReflect.Descriptor instead.

func (*GetProjectIssueTrendResponse) GetItems added in v0.5.5

func (*GetProjectIssueTrendResponse) GetSuppressedIssuesByPolicy added in v0.5.5

func (x *GetProjectIssueTrendResponse) GetSuppressedIssuesByPolicy() map[string]int32

func (*GetProjectIssueTrendResponse) GetSuppressedUnresolvedIssues added in v0.5.5

func (x *GetProjectIssueTrendResponse) GetSuppressedUnresolvedIssues() int32

func (*GetProjectIssueTrendResponse) GetTotalUnresolvedIssues added in v0.5.5

func (x *GetProjectIssueTrendResponse) GetTotalUnresolvedIssues() int32

func (*GetProjectIssueTrendResponse) ProtoMessage added in v0.5.5

func (*GetProjectIssueTrendResponse) ProtoMessage()

func (*GetProjectIssueTrendResponse) ProtoReflect added in v0.5.5

func (*GetProjectIssueTrendResponse) Reset added in v0.5.5

func (x *GetProjectIssueTrendResponse) Reset()

func (*GetProjectIssueTrendResponse) String added in v0.5.5

type GetProjectRequest added in v0.5.5

type GetProjectRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetProjectId added in v0.5.5

func (x *GetProjectRequest) GetProjectId() string

func (*GetProjectRequest) ProtoMessage added in v0.5.5

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect added in v0.5.5

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

func (*GetProjectRequest) Reset added in v0.5.5

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String added in v0.5.5

func (x *GetProjectRequest) String() string

type GetProjectResponse added in v0.5.5

type GetProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject added in v0.5.5

func (x *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) ProtoMessage added in v0.5.5

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect added in v0.5.5

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

func (*GetProjectResponse) Reset added in v0.5.5

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String added in v0.5.5

func (x *GetProjectResponse) String() string

type GetSBOMAttestationRequest added in v0.5.5

type GetSBOMAttestationRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SbomId    string `protobuf:"bytes,2,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMAttestationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetSBOMAttestationRequest.ProtoReflect.Descriptor instead.

func (*GetSBOMAttestationRequest) GetProjectId added in v0.5.5

func (x *GetSBOMAttestationRequest) GetProjectId() string

func (*GetSBOMAttestationRequest) GetSbomId added in v0.5.5

func (x *GetSBOMAttestationRequest) GetSbomId() string

func (*GetSBOMAttestationRequest) ProtoMessage added in v0.5.5

func (*GetSBOMAttestationRequest) ProtoMessage()

func (*GetSBOMAttestationRequest) ProtoReflect added in v0.5.5

func (*GetSBOMAttestationRequest) Reset added in v0.5.5

func (x *GetSBOMAttestationRequest) Reset()

func (*GetSBOMAttestationRequest) String added in v0.5.5

func (x *GetSBOMAttestationRequest) String() string

type GetSBOMAttestationResponse added in v0.5.5

type GetSBOMAttestationResponse struct {
	ChainItems []*AttestationChainItem `protobuf:"bytes,1,rep,name=chain_items,json=chainItems,proto3" json:"chain_items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMAttestationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetSBOMAttestationResponse.ProtoReflect.Descriptor instead.

func (*GetSBOMAttestationResponse) GetChainItems added in v0.5.5

func (x *GetSBOMAttestationResponse) GetChainItems() []*AttestationChainItem

func (*GetSBOMAttestationResponse) ProtoMessage added in v0.5.5

func (*GetSBOMAttestationResponse) ProtoMessage()

func (*GetSBOMAttestationResponse) ProtoReflect added in v0.5.5

func (*GetSBOMAttestationResponse) Reset added in v0.5.5

func (x *GetSBOMAttestationResponse) Reset()

func (*GetSBOMAttestationResponse) String added in v0.5.5

func (x *GetSBOMAttestationResponse) String() string

type GetSBOMDownloadUrlRequest added in v0.5.1

type GetSBOMDownloadUrlRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SbomId    string `protobuf:"bytes,2,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMDownloadUrlRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetSBOMDownloadUrlRequest.ProtoReflect.Descriptor instead.

func (*GetSBOMDownloadUrlRequest) GetProjectId added in v0.5.1

func (x *GetSBOMDownloadUrlRequest) GetProjectId() string

func (*GetSBOMDownloadUrlRequest) GetSbomId added in v0.5.1

func (x *GetSBOMDownloadUrlRequest) GetSbomId() string

func (*GetSBOMDownloadUrlRequest) ProtoMessage added in v0.5.1

func (*GetSBOMDownloadUrlRequest) ProtoMessage()

func (*GetSBOMDownloadUrlRequest) ProtoReflect added in v0.5.1

func (*GetSBOMDownloadUrlRequest) Reset added in v0.5.1

func (x *GetSBOMDownloadUrlRequest) Reset()

func (*GetSBOMDownloadUrlRequest) String added in v0.5.1

func (x *GetSBOMDownloadUrlRequest) String() string

type GetSBOMDownloadUrlResponse added in v0.5.1

type GetSBOMDownloadUrlResponse struct {
	SbomDownloadPath string `protobuf:"bytes,1,opt,name=sbom_download_path,json=sbomDownloadPath,proto3" json:"sbom_download_path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMDownloadUrlResponse) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetSBOMDownloadUrlResponse.ProtoReflect.Descriptor instead.

func (*GetSBOMDownloadUrlResponse) GetSbomDownloadPath added in v0.5.1

func (x *GetSBOMDownloadUrlResponse) GetSbomDownloadPath() string

func (*GetSBOMDownloadUrlResponse) ProtoMessage added in v0.5.1

func (*GetSBOMDownloadUrlResponse) ProtoMessage()

func (*GetSBOMDownloadUrlResponse) ProtoReflect added in v0.5.1

func (*GetSBOMDownloadUrlResponse) Reset added in v0.5.1

func (x *GetSBOMDownloadUrlResponse) Reset()

func (*GetSBOMDownloadUrlResponse) String added in v0.5.1

func (x *GetSBOMDownloadUrlResponse) String() string

type GetSBOMInventoryRequest added in v0.4.0

type GetSBOMInventoryRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMInventoryRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetSBOMInventoryRequest.ProtoReflect.Descriptor instead.

func (*GetSBOMInventoryRequest) GetId added in v0.4.0

func (x *GetSBOMInventoryRequest) GetId() string

func (*GetSBOMInventoryRequest) GetProjectId added in v0.4.0

func (x *GetSBOMInventoryRequest) GetProjectId() string

func (*GetSBOMInventoryRequest) ProtoMessage added in v0.4.0

func (*GetSBOMInventoryRequest) ProtoMessage()

func (*GetSBOMInventoryRequest) ProtoReflect added in v0.4.0

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

func (*GetSBOMInventoryRequest) Reset added in v0.4.0

func (x *GetSBOMInventoryRequest) Reset()

func (*GetSBOMInventoryRequest) String added in v0.4.0

func (x *GetSBOMInventoryRequest) String() string

type GetSBOMInventoryResponse added in v0.4.0

type GetSBOMInventoryResponse struct {
	Packages      []*SBOMInventoryPackage `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
	Relationships []*GraphRelationship    `protobuf:"bytes,2,rep,name=relationships,proto3" json:"relationships,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMInventoryResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetSBOMInventoryResponse.ProtoReflect.Descriptor instead.

func (*GetSBOMInventoryResponse) GetPackages added in v0.4.0

func (x *GetSBOMInventoryResponse) GetPackages() []*SBOMInventoryPackage

func (*GetSBOMInventoryResponse) GetRelationships added in v0.5.1

func (x *GetSBOMInventoryResponse) GetRelationships() []*GraphRelationship

func (*GetSBOMInventoryResponse) ProtoMessage added in v0.4.0

func (*GetSBOMInventoryResponse) ProtoMessage()

func (*GetSBOMInventoryResponse) ProtoReflect added in v0.4.0

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

func (*GetSBOMInventoryResponse) Reset added in v0.4.0

func (x *GetSBOMInventoryResponse) Reset()

func (*GetSBOMInventoryResponse) String added in v0.4.0

func (x *GetSBOMInventoryResponse) String() string

type GetSBOMRequest added in v0.4.0

type GetSBOMRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetSBOMRequest.ProtoReflect.Descriptor instead.

func (*GetSBOMRequest) GetId added in v0.4.0

func (x *GetSBOMRequest) GetId() string

func (*GetSBOMRequest) GetProjectId added in v0.4.0

func (x *GetSBOMRequest) GetProjectId() string

func (*GetSBOMRequest) ProtoMessage added in v0.4.0

func (*GetSBOMRequest) ProtoMessage()

func (*GetSBOMRequest) ProtoReflect added in v0.4.0

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

func (*GetSBOMRequest) Reset added in v0.4.0

func (x *GetSBOMRequest) Reset()

func (*GetSBOMRequest) String added in v0.4.0

func (x *GetSBOMRequest) String() string

type GetSBOMResponse added in v0.4.0

type GetSBOMResponse struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId      string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Format         SBOMFormat             `protobuf:"varint,3,opt,name=format,proto3,enum=edgebit.platform.v1alpha.SBOMFormat" json:"format,omitempty"`
	Labels         map[string]string      `` /* 153-byte string literal not displayed */
	ImageId        string                 `protobuf:"bytes,5,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	Image          *Image                 `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
	SourceRepoUrl  string                 `protobuf:"bytes,7,opt,name=source_repo_url,json=sourceRepoUrl,proto3" json:"source_repo_url,omitempty"`
	SourceCommitId string                 `protobuf:"bytes,8,opt,name=source_commit_id,json=sourceCommitId,proto3" json:"source_commit_id,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MachineId      string                 `protobuf:"bytes,10,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	ComponentRef   *ComponentRef          `protobuf:"bytes,11,opt,name=component_ref,json=componentRef,proto3,oneof" json:"component_ref,omitempty"`
	MachineRef     *MachineRef            `protobuf:"bytes,12,opt,name=machine_ref,json=machineRef,proto3" json:"machine_ref,omitempty"`
	PullRequest    string                 `protobuf:"bytes,13,opt,name=pull_request,json=pullRequest,proto3" json:"pull_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSBOMResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetSBOMResponse.ProtoReflect.Descriptor instead.

func (*GetSBOMResponse) GetComponentRef added in v0.5.5

func (x *GetSBOMResponse) GetComponentRef() *ComponentRef

func (*GetSBOMResponse) GetCreatedAt added in v0.4.0

func (x *GetSBOMResponse) GetCreatedAt() *timestamppb.Timestamp

func (*GetSBOMResponse) GetFormat added in v0.4.0

func (x *GetSBOMResponse) GetFormat() SBOMFormat

func (*GetSBOMResponse) GetId added in v0.4.0

func (x *GetSBOMResponse) GetId() string

func (*GetSBOMResponse) GetImage added in v0.4.0

func (x *GetSBOMResponse) GetImage() *Image

func (*GetSBOMResponse) GetImageId added in v0.4.0

func (x *GetSBOMResponse) GetImageId() string

func (*GetSBOMResponse) GetLabels added in v0.4.0

func (x *GetSBOMResponse) GetLabels() map[string]string

func (*GetSBOMResponse) GetMachineId added in v0.4.0

func (x *GetSBOMResponse) GetMachineId() string

func (*GetSBOMResponse) GetMachineRef added in v0.5.5

func (x *GetSBOMResponse) GetMachineRef() *MachineRef

func (*GetSBOMResponse) GetProjectId added in v0.4.0

func (x *GetSBOMResponse) GetProjectId() string

func (*GetSBOMResponse) GetPullRequest added in v0.5.5

func (x *GetSBOMResponse) GetPullRequest() string

func (*GetSBOMResponse) GetSourceCommitId added in v0.4.0

func (x *GetSBOMResponse) GetSourceCommitId() string

func (*GetSBOMResponse) GetSourceRepoUrl added in v0.4.0

func (x *GetSBOMResponse) GetSourceRepoUrl() string

func (*GetSBOMResponse) ProtoMessage added in v0.4.0

func (*GetSBOMResponse) ProtoMessage()

func (*GetSBOMResponse) ProtoReflect added in v0.4.0

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

func (*GetSBOMResponse) Reset added in v0.4.0

func (x *GetSBOMResponse) Reset()

func (*GetSBOMResponse) String added in v0.4.0

func (x *GetSBOMResponse) String() string

type GetServerSBOMRoutingPolicyRequest added in v0.5.5

type GetServerSBOMRoutingPolicyRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerSBOMRoutingPolicyRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetServerSBOMRoutingPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetServerSBOMRoutingPolicyRequest) GetProjectId added in v0.5.5

func (x *GetServerSBOMRoutingPolicyRequest) GetProjectId() string

func (*GetServerSBOMRoutingPolicyRequest) ProtoMessage added in v0.5.5

func (*GetServerSBOMRoutingPolicyRequest) ProtoMessage()

func (*GetServerSBOMRoutingPolicyRequest) ProtoReflect added in v0.5.5

func (*GetServerSBOMRoutingPolicyRequest) Reset added in v0.5.5

func (*GetServerSBOMRoutingPolicyRequest) String added in v0.5.5

type GetServerSBOMRoutingPolicyResponse added in v0.5.5

type GetServerSBOMRoutingPolicyResponse struct {
	Policy *ServerSBOMRoutingPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServerSBOMRoutingPolicyResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetServerSBOMRoutingPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetServerSBOMRoutingPolicyResponse) GetPolicy added in v0.5.5

func (*GetServerSBOMRoutingPolicyResponse) ProtoMessage added in v0.5.5

func (*GetServerSBOMRoutingPolicyResponse) ProtoMessage()

func (*GetServerSBOMRoutingPolicyResponse) ProtoReflect added in v0.5.5

func (*GetServerSBOMRoutingPolicyResponse) Reset added in v0.5.5

func (*GetServerSBOMRoutingPolicyResponse) String added in v0.5.5

type GetVexDownloadUrlRequest added in v0.5.5

type GetVexDownloadUrlRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVexDownloadUrlRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetVexDownloadUrlRequest.ProtoReflect.Descriptor instead.

func (*GetVexDownloadUrlRequest) GetComponentId added in v0.5.5

func (x *GetVexDownloadUrlRequest) GetComponentId() string

func (*GetVexDownloadUrlRequest) GetProjectId added in v0.5.5

func (x *GetVexDownloadUrlRequest) GetProjectId() string

func (*GetVexDownloadUrlRequest) ProtoMessage added in v0.5.5

func (*GetVexDownloadUrlRequest) ProtoMessage()

func (*GetVexDownloadUrlRequest) ProtoReflect added in v0.5.5

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

func (*GetVexDownloadUrlRequest) Reset added in v0.5.5

func (x *GetVexDownloadUrlRequest) Reset()

func (*GetVexDownloadUrlRequest) String added in v0.5.5

func (x *GetVexDownloadUrlRequest) String() string

type GetVexDownloadUrlResponse added in v0.5.5

type GetVexDownloadUrlResponse struct {
	VexDownloadPath string `protobuf:"bytes,1,opt,name=vex_download_path,json=vexDownloadPath,proto3" json:"vex_download_path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVexDownloadUrlResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GetVexDownloadUrlResponse.ProtoReflect.Descriptor instead.

func (*GetVexDownloadUrlResponse) GetVexDownloadPath added in v0.5.5

func (x *GetVexDownloadUrlResponse) GetVexDownloadPath() string

func (*GetVexDownloadUrlResponse) ProtoMessage added in v0.5.5

func (*GetVexDownloadUrlResponse) ProtoMessage()

func (*GetVexDownloadUrlResponse) ProtoReflect added in v0.5.5

func (*GetVexDownloadUrlResponse) Reset added in v0.5.5

func (x *GetVexDownloadUrlResponse) Reset()

func (*GetVexDownloadUrlResponse) String added in v0.5.5

func (x *GetVexDownloadUrlResponse) String() string

type GetWorkloadRequest added in v0.5.1

type GetWorkloadRequest struct {
	ProjectId  string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WorkloadId string `protobuf:"bytes,2,opt,name=workload_id,json=workloadId,proto3" json:"workload_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkloadRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetWorkloadRequest.ProtoReflect.Descriptor instead.

func (*GetWorkloadRequest) GetProjectId added in v0.5.1

func (x *GetWorkloadRequest) GetProjectId() string

func (*GetWorkloadRequest) GetWorkloadId added in v0.5.1

func (x *GetWorkloadRequest) GetWorkloadId() string

func (*GetWorkloadRequest) ProtoMessage added in v0.5.1

func (*GetWorkloadRequest) ProtoMessage()

func (*GetWorkloadRequest) ProtoReflect added in v0.5.1

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

func (*GetWorkloadRequest) Reset added in v0.5.1

func (x *GetWorkloadRequest) Reset()

func (*GetWorkloadRequest) String added in v0.5.1

func (x *GetWorkloadRequest) String() string

type GetWorkloadResponse added in v0.5.1

type GetWorkloadResponse struct {
	Workload *WorkloadItem `protobuf:"bytes,1,opt,name=workload,proto3" json:"workload,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWorkloadResponse) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GetWorkloadResponse.ProtoReflect.Descriptor instead.

func (*GetWorkloadResponse) GetWorkload added in v0.5.1

func (x *GetWorkloadResponse) GetWorkload() *WorkloadItem

func (*GetWorkloadResponse) ProtoMessage added in v0.5.1

func (*GetWorkloadResponse) ProtoMessage()

func (*GetWorkloadResponse) ProtoReflect added in v0.5.1

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

func (*GetWorkloadResponse) Reset added in v0.5.1

func (x *GetWorkloadResponse) Reset()

func (*GetWorkloadResponse) String added in v0.5.1

func (x *GetWorkloadResponse) String() string

type GitHubIntegrationSettings added in v0.5.5

type GitHubIntegrationSettings struct {
	ProjectId    string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SbomSrcOrder []SBOMGenerationSource `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GitHubIntegrationSettings) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GitHubIntegrationSettings.ProtoReflect.Descriptor instead.

func (*GitHubIntegrationSettings) GetProjectId added in v0.5.5

func (x *GitHubIntegrationSettings) GetProjectId() string

func (*GitHubIntegrationSettings) GetSbomSrcOrder added in v0.5.5

func (x *GitHubIntegrationSettings) GetSbomSrcOrder() []SBOMGenerationSource

func (*GitHubIntegrationSettings) ProtoMessage added in v0.5.5

func (*GitHubIntegrationSettings) ProtoMessage()

func (*GitHubIntegrationSettings) ProtoReflect added in v0.5.5

func (*GitHubIntegrationSettings) Reset added in v0.5.5

func (x *GitHubIntegrationSettings) Reset()

func (*GitHubIntegrationSettings) String added in v0.5.5

func (x *GitHubIntegrationSettings) String() string

type GitHubIntegrationSummary added in v0.5.5

type GitHubIntegrationSummary struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	GhAcct     string `protobuf:"bytes,2,opt,name=gh_acct,json=ghAcct,proto3" json:"gh_acct,omitempty"`
	GhAcctType string `protobuf:"bytes,3,opt,name=gh_acct_type,json=ghAcctType,proto3" json:"gh_acct_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GitHubIntegrationSummary) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GitHubIntegrationSummary.ProtoReflect.Descriptor instead.

func (*GitHubIntegrationSummary) GetGhAcct added in v0.5.5

func (x *GitHubIntegrationSummary) GetGhAcct() string

func (*GitHubIntegrationSummary) GetGhAcctType added in v0.5.5

func (x *GitHubIntegrationSummary) GetGhAcctType() string

func (*GitHubIntegrationSummary) GetId added in v0.5.5

func (x *GitHubIntegrationSummary) GetId() string

func (*GitHubIntegrationSummary) ProtoMessage added in v0.5.5

func (*GitHubIntegrationSummary) ProtoMessage()

func (*GitHubIntegrationSummary) ProtoReflect added in v0.5.5

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

func (*GitHubIntegrationSummary) Reset added in v0.5.5

func (x *GitHubIntegrationSummary) Reset()

func (*GitHubIntegrationSummary) String added in v0.5.5

func (x *GitHubIntegrationSummary) String() string

type GitHubRepoToImport added in v0.5.5

type GitHubRepoToImport struct {
	IntegrationId string               `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Owner         string               `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Name          string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Url           string               `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"`
	SbomSource    SBOMGenerationSource `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GitHubRepoToImport) Descriptor deprecated added in v0.5.5

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

Deprecated: Use GitHubRepoToImport.ProtoReflect.Descriptor instead.

func (*GitHubRepoToImport) GetIntegrationId added in v0.5.5

func (x *GitHubRepoToImport) GetIntegrationId() string

func (*GitHubRepoToImport) GetName added in v0.5.5

func (x *GitHubRepoToImport) GetName() string

func (*GitHubRepoToImport) GetOwner added in v0.5.5

func (x *GitHubRepoToImport) GetOwner() string

func (*GitHubRepoToImport) GetSbomSource added in v0.5.5

func (x *GitHubRepoToImport) GetSbomSource() SBOMGenerationSource

func (*GitHubRepoToImport) GetUrl added in v0.5.5

func (x *GitHubRepoToImport) GetUrl() string

func (*GitHubRepoToImport) ProtoMessage added in v0.5.5

func (*GitHubRepoToImport) ProtoMessage()

func (*GitHubRepoToImport) ProtoReflect added in v0.5.5

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

func (*GitHubRepoToImport) Reset added in v0.5.5

func (x *GitHubRepoToImport) Reset()

func (*GitHubRepoToImport) String added in v0.5.5

func (x *GitHubRepoToImport) String() string

type GraphRelationship added in v0.5.1

type GraphRelationship struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RelatedId        string `protobuf:"bytes,2,opt,name=related_id,json=relatedId,proto3" json:"related_id,omitempty"`
	RelationshipType string `protobuf:"bytes,3,opt,name=relationship_type,json=relationshipType,proto3" json:"relationship_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphRelationship) Descriptor deprecated added in v0.5.1

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

Deprecated: Use GraphRelationship.ProtoReflect.Descriptor instead.

func (*GraphRelationship) GetId added in v0.5.1

func (x *GraphRelationship) GetId() string

func (*GraphRelationship) GetRelatedId added in v0.5.1

func (x *GraphRelationship) GetRelatedId() string

func (*GraphRelationship) GetRelationshipType added in v0.5.1

func (x *GraphRelationship) GetRelationshipType() string

func (*GraphRelationship) ProtoMessage added in v0.5.1

func (*GraphRelationship) ProtoMessage()

func (*GraphRelationship) ProtoReflect added in v0.5.1

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

func (*GraphRelationship) Reset added in v0.5.1

func (x *GraphRelationship) Reset()

func (*GraphRelationship) String added in v0.5.1

func (x *GraphRelationship) String() string

type HasGitHubIntegrationRequest added in v0.5.5

type HasGitHubIntegrationRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HasGitHubIntegrationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use HasGitHubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*HasGitHubIntegrationRequest) GetProjectId added in v0.5.5

func (x *HasGitHubIntegrationRequest) GetProjectId() string

func (*HasGitHubIntegrationRequest) ProtoMessage added in v0.5.5

func (*HasGitHubIntegrationRequest) ProtoMessage()

func (*HasGitHubIntegrationRequest) ProtoReflect added in v0.5.5

func (*HasGitHubIntegrationRequest) Reset added in v0.5.5

func (x *HasGitHubIntegrationRequest) Reset()

func (*HasGitHubIntegrationRequest) String added in v0.5.5

func (x *HasGitHubIntegrationRequest) String() string

type HasGitHubIntegrationResponse added in v0.5.5

type HasGitHubIntegrationResponse struct {
	Present bool `protobuf:"varint,1,opt,name=present,proto3" json:"present,omitempty"`
	// contains filtered or unexported fields
}

func (*HasGitHubIntegrationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use HasGitHubIntegrationResponse.ProtoReflect.Descriptor instead.

func (*HasGitHubIntegrationResponse) GetPresent added in v0.5.5

func (x *HasGitHubIntegrationResponse) GetPresent() bool

func (*HasGitHubIntegrationResponse) ProtoMessage added in v0.5.5

func (*HasGitHubIntegrationResponse) ProtoMessage()

func (*HasGitHubIntegrationResponse) ProtoReflect added in v0.5.5

func (*HasGitHubIntegrationResponse) Reset added in v0.5.5

func (x *HasGitHubIntegrationResponse) Reset()

func (*HasGitHubIntegrationResponse) String added in v0.5.5

type IgnoreIssueRequest added in v0.5.5

type IgnoreIssueRequest struct {
	ProjectId     string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId   string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	IssueId       string `protobuf:"bytes,3,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"`
	Comment       string `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"`
	Justification string `protobuf:"bytes,5,opt,name=justification,proto3" json:"justification,omitempty"`
	// contains filtered or unexported fields
}

func (*IgnoreIssueRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use IgnoreIssueRequest.ProtoReflect.Descriptor instead.

func (*IgnoreIssueRequest) GetComment added in v0.5.5

func (x *IgnoreIssueRequest) GetComment() string

func (*IgnoreIssueRequest) GetComponentId added in v0.5.5

func (x *IgnoreIssueRequest) GetComponentId() string

func (*IgnoreIssueRequest) GetIssueId added in v0.5.5

func (x *IgnoreIssueRequest) GetIssueId() string

func (*IgnoreIssueRequest) GetJustification added in v0.5.5

func (x *IgnoreIssueRequest) GetJustification() string

func (*IgnoreIssueRequest) GetProjectId added in v0.5.5

func (x *IgnoreIssueRequest) GetProjectId() string

func (*IgnoreIssueRequest) ProtoMessage added in v0.5.5

func (*IgnoreIssueRequest) ProtoMessage()

func (*IgnoreIssueRequest) ProtoReflect added in v0.5.5

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

func (*IgnoreIssueRequest) Reset added in v0.5.5

func (x *IgnoreIssueRequest) Reset()

func (*IgnoreIssueRequest) String added in v0.5.5

func (x *IgnoreIssueRequest) String() string

type IgnoreIssueResponse added in v0.5.5

type IgnoreIssueResponse struct {
	// contains filtered or unexported fields
}

func (*IgnoreIssueResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use IgnoreIssueResponse.ProtoReflect.Descriptor instead.

func (*IgnoreIssueResponse) ProtoMessage added in v0.5.5

func (*IgnoreIssueResponse) ProtoMessage()

func (*IgnoreIssueResponse) ProtoReflect added in v0.5.5

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

func (*IgnoreIssueResponse) Reset added in v0.5.5

func (x *IgnoreIssueResponse) Reset()

func (*IgnoreIssueResponse) String added in v0.5.5

func (x *IgnoreIssueResponse) String() string

type Image

type Image struct {

	// type: Docker | OCI | AMI | ...
	//
	// Types that are assignable to Kind:
	//
	//	*Image_Generic
	//	*Image_Docker
	//	*Image_Ami
	Kind isImage_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetAmi

func (x *Image) GetAmi() *AMI

func (*Image) GetDocker

func (x *Image) GetDocker() *DockerImage

func (*Image) GetGeneric

func (x *Image) GetGeneric() *GenericImage

func (*Image) GetKind

func (m *Image) GetKind() isImage_Kind

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type Image_Ami

type Image_Ami struct {
	Ami *AMI `protobuf:"bytes,3,opt,name=ami,proto3,oneof"`
}

type Image_Docker

type Image_Docker struct {
	Docker *DockerImage `protobuf:"bytes,2,opt,name=docker,proto3,oneof"`
}

type Image_Generic

type Image_Generic struct {
	Generic *GenericImage `protobuf:"bytes,1,opt,name=generic,proto3,oneof"`
}

type ImportGitHubReposRequest added in v0.5.5

type ImportGitHubReposRequest struct {
	ProjectId string                `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Repos     []*GitHubRepoToImport `protobuf:"bytes,2,rep,name=repos,proto3" json:"repos,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportGitHubReposRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ImportGitHubReposRequest.ProtoReflect.Descriptor instead.

func (*ImportGitHubReposRequest) GetProjectId added in v0.5.5

func (x *ImportGitHubReposRequest) GetProjectId() string

func (*ImportGitHubReposRequest) GetRepos added in v0.5.5

func (*ImportGitHubReposRequest) ProtoMessage added in v0.5.5

func (*ImportGitHubReposRequest) ProtoMessage()

func (*ImportGitHubReposRequest) ProtoReflect added in v0.5.5

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

func (*ImportGitHubReposRequest) Reset added in v0.5.5

func (x *ImportGitHubReposRequest) Reset()

func (*ImportGitHubReposRequest) String added in v0.5.5

func (x *ImportGitHubReposRequest) String() string

type ImportGitHubReposResponse added in v0.5.5

type ImportGitHubReposResponse struct {
	Errors []string `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ImportGitHubReposResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ImportGitHubReposResponse.ProtoReflect.Descriptor instead.

func (*ImportGitHubReposResponse) GetErrors added in v0.5.5

func (x *ImportGitHubReposResponse) GetErrors() []string

func (*ImportGitHubReposResponse) ProtoMessage added in v0.5.5

func (*ImportGitHubReposResponse) ProtoMessage()

func (*ImportGitHubReposResponse) ProtoReflect added in v0.5.5

func (*ImportGitHubReposResponse) Reset added in v0.5.5

func (x *ImportGitHubReposResponse) Reset()

func (*ImportGitHubReposResponse) String added in v0.5.5

func (x *ImportGitHubReposResponse) String() string

type InstallationEvidence added in v0.5.5

type InstallationEvidence struct {

	// The metadata files that the cataloger used to locate the package
	EvidentBy []string `protobuf:"bytes,1,rep,name=evident_by,json=evidentBy,proto3" json:"evident_by,omitempty"`
	// Suppose pyfoo was installed in via Dockfile and a requirements.txt
	// Then "installed_by" would look like ["/app/Dockerfile:25: RUN pip install requirements.txt", "/app/requirements.txt:10: pyfoo==1.2.3"]
	InstalledBy []string `protobuf:"bytes,2,rep,name=installed_by,json=installedBy,proto3" json:"installed_by,omitempty"`
	// contains filtered or unexported fields
}

func (*InstallationEvidence) Descriptor deprecated added in v0.5.5

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

Deprecated: Use InstallationEvidence.ProtoReflect.Descriptor instead.

func (*InstallationEvidence) GetEvidentBy added in v0.5.5

func (x *InstallationEvidence) GetEvidentBy() []string

func (*InstallationEvidence) GetInstalledBy added in v0.5.5

func (x *InstallationEvidence) GetInstalledBy() []string

func (*InstallationEvidence) ProtoMessage added in v0.5.5

func (*InstallationEvidence) ProtoMessage()

func (*InstallationEvidence) ProtoReflect added in v0.5.5

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

func (*InstallationEvidence) Reset added in v0.5.5

func (x *InstallationEvidence) Reset()

func (*InstallationEvidence) String added in v0.5.5

func (x *InstallationEvidence) String() string

type IntegrationSummary added in v0.5.5

type IntegrationSummary struct {
	Type      IntegrationType `protobuf:"varint,1,opt,name=type,proto3,enum=edgebit.platform.v1alpha.IntegrationType" json:"type,omitempty"`
	Id        string          `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Account   string          `protobuf:"bytes,3,opt,name=account,proto3" json:"account,omitempty"`
	AvatarUrl string          `protobuf:"bytes,4,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	LastError string          `protobuf:"bytes,5,opt,name=last_error,json=lastError,proto3" json:"last_error,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationSummary) Descriptor deprecated added in v0.5.5

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

Deprecated: Use IntegrationSummary.ProtoReflect.Descriptor instead.

func (*IntegrationSummary) GetAccount added in v0.5.5

func (x *IntegrationSummary) GetAccount() string

func (*IntegrationSummary) GetAvatarUrl added in v0.5.5

func (x *IntegrationSummary) GetAvatarUrl() string

func (*IntegrationSummary) GetId added in v0.5.5

func (x *IntegrationSummary) GetId() string

func (*IntegrationSummary) GetLastError added in v0.5.5

func (x *IntegrationSummary) GetLastError() string

func (*IntegrationSummary) GetType added in v0.5.5

func (x *IntegrationSummary) GetType() IntegrationType

func (*IntegrationSummary) ProtoMessage added in v0.5.5

func (*IntegrationSummary) ProtoMessage()

func (*IntegrationSummary) ProtoReflect added in v0.5.5

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

func (*IntegrationSummary) Reset added in v0.5.5

func (x *IntegrationSummary) Reset()

func (*IntegrationSummary) String added in v0.5.5

func (x *IntegrationSummary) String() string

type IntegrationType added in v0.5.5

type IntegrationType int32
const (
	IntegrationType_INTEGRATION_TYPE_UNSPECIFIED IntegrationType = 0
	IntegrationType_INTEGRATION_TYPE_GITHUB      IntegrationType = 1
	IntegrationType_INTEGRATION_TYPE_JIRA        IntegrationType = 2
)

func (IntegrationType) Descriptor added in v0.5.5

func (IntegrationType) Enum added in v0.5.5

func (x IntegrationType) Enum() *IntegrationType

func (IntegrationType) EnumDescriptor deprecated added in v0.5.5

func (IntegrationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IntegrationType.Descriptor instead.

func (IntegrationType) Number added in v0.5.5

func (IntegrationType) String added in v0.5.5

func (x IntegrationType) String() string

func (IntegrationType) Type added in v0.5.5

type JiraIntegrationSettings added in v0.5.5

type JiraIntegrationSettings struct {
	ProjectId       string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	JiraProjectId   string `protobuf:"bytes,2,opt,name=jira_project_id,json=jiraProjectId,proto3" json:"jira_project_id,omitempty"`
	JiraIssueTypeId string `protobuf:"bytes,3,opt,name=jira_issue_type_id,json=jiraIssueTypeId,proto3" json:"jira_issue_type_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JiraIntegrationSettings) Descriptor deprecated added in v0.5.5

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

Deprecated: Use JiraIntegrationSettings.ProtoReflect.Descriptor instead.

func (*JiraIntegrationSettings) GetJiraIssueTypeId added in v0.5.5

func (x *JiraIntegrationSettings) GetJiraIssueTypeId() string

func (*JiraIntegrationSettings) GetJiraProjectId added in v0.5.5

func (x *JiraIntegrationSettings) GetJiraProjectId() string

func (*JiraIntegrationSettings) GetProjectId added in v0.5.5

func (x *JiraIntegrationSettings) GetProjectId() string

func (*JiraIntegrationSettings) ProtoMessage added in v0.5.5

func (*JiraIntegrationSettings) ProtoMessage()

func (*JiraIntegrationSettings) ProtoReflect added in v0.5.5

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

func (*JiraIntegrationSettings) Reset added in v0.5.5

func (x *JiraIntegrationSettings) Reset()

func (*JiraIntegrationSettings) String added in v0.5.5

func (x *JiraIntegrationSettings) String() string

type JiraIssueType added in v0.5.5

type JiraIssueType 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"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	IconUrl     string `protobuf:"bytes,4,opt,name=icon_url,json=iconUrl,proto3" json:"icon_url,omitempty"`
	// contains filtered or unexported fields
}

func (*JiraIssueType) Descriptor deprecated added in v0.5.5

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

Deprecated: Use JiraIssueType.ProtoReflect.Descriptor instead.

func (*JiraIssueType) GetDescription added in v0.5.5

func (x *JiraIssueType) GetDescription() string

func (*JiraIssueType) GetIconUrl added in v0.5.5

func (x *JiraIssueType) GetIconUrl() string

func (*JiraIssueType) GetId added in v0.5.5

func (x *JiraIssueType) GetId() string

func (*JiraIssueType) GetName added in v0.5.5

func (x *JiraIssueType) GetName() string

func (*JiraIssueType) ProtoMessage added in v0.5.5

func (*JiraIssueType) ProtoMessage()

func (*JiraIssueType) ProtoReflect added in v0.5.5

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

func (*JiraIssueType) Reset added in v0.5.5

func (x *JiraIssueType) Reset()

func (*JiraIssueType) String added in v0.5.5

func (x *JiraIssueType) String() string

type JiraProject added in v0.5.5

type JiraProject struct {
	Id              string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Key             string           `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Name            string           `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	AvailIssueTypes []*JiraIssueType `protobuf:"bytes,4,rep,name=avail_issue_types,json=availIssueTypes,proto3" json:"avail_issue_types,omitempty"`
	// contains filtered or unexported fields
}

func (*JiraProject) Descriptor deprecated added in v0.5.5

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

Deprecated: Use JiraProject.ProtoReflect.Descriptor instead.

func (*JiraProject) GetAvailIssueTypes added in v0.5.5

func (x *JiraProject) GetAvailIssueTypes() []*JiraIssueType

func (*JiraProject) GetId added in v0.5.5

func (x *JiraProject) GetId() string

func (*JiraProject) GetKey added in v0.5.5

func (x *JiraProject) GetKey() string

func (*JiraProject) GetName added in v0.5.5

func (x *JiraProject) GetName() string

func (*JiraProject) ProtoMessage added in v0.5.5

func (*JiraProject) ProtoMessage()

func (*JiraProject) ProtoReflect added in v0.5.5

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

func (*JiraProject) Reset added in v0.5.5

func (x *JiraProject) Reset()

func (*JiraProject) String added in v0.5.5

func (x *JiraProject) String() string

type LicenseClause added in v0.5.5

type LicenseClause struct {

	// These are OR'ed together
	Terms []string `protobuf:"bytes,1,rep,name=terms,proto3" json:"terms,omitempty"`
	// contains filtered or unexported fields
}

func (*LicenseClause) Descriptor deprecated added in v0.5.5

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

Deprecated: Use LicenseClause.ProtoReflect.Descriptor instead.

func (*LicenseClause) GetTerms added in v0.5.5

func (x *LicenseClause) GetTerms() []string

func (*LicenseClause) ProtoMessage added in v0.5.5

func (*LicenseClause) ProtoMessage()

func (*LicenseClause) ProtoReflect added in v0.5.5

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

func (*LicenseClause) Reset added in v0.5.5

func (x *LicenseClause) Reset()

func (*LicenseClause) String added in v0.5.5

func (x *LicenseClause) String() string

type LicenseExpr added in v0.5.5

type LicenseExpr struct {

	// These are AND'ed together
	Clauses []*LicenseClause `protobuf:"bytes,1,rep,name=clauses,proto3" json:"clauses,omitempty"`
	// contains filtered or unexported fields
}

Multiple licenses can be combined via AND or OR. For example: libfoo is licensed under Apache-2 OR MIT libbar is licensed under GPLv2 A compoenent using both licenses would need to abide by "(Apache-2 OR MIT) AND GPLv2" A license set is a conjunctive list of disjunctive clauses, i.e. inner licenses are OR'ed and those are AND'ed.

func (*LicenseExpr) Descriptor deprecated added in v0.5.5

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

Deprecated: Use LicenseExpr.ProtoReflect.Descriptor instead.

func (*LicenseExpr) GetClauses added in v0.5.5

func (x *LicenseExpr) GetClauses() []*LicenseClause

func (*LicenseExpr) ProtoMessage added in v0.5.5

func (*LicenseExpr) ProtoMessage()

func (*LicenseExpr) ProtoReflect added in v0.5.5

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

func (*LicenseExpr) Reset added in v0.5.5

func (x *LicenseExpr) Reset()

func (*LicenseExpr) String added in v0.5.5

func (x *LicenseExpr) String() string

type ListAgentDeployTokensRequest added in v0.5.0

type ListAgentDeployTokensRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAgentDeployTokensRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListAgentDeployTokensRequest.ProtoReflect.Descriptor instead.

func (*ListAgentDeployTokensRequest) GetProjectId added in v0.5.0

func (x *ListAgentDeployTokensRequest) GetProjectId() string

func (*ListAgentDeployTokensRequest) ProtoMessage added in v0.5.0

func (*ListAgentDeployTokensRequest) ProtoMessage()

func (*ListAgentDeployTokensRequest) ProtoReflect added in v0.5.0

func (*ListAgentDeployTokensRequest) Reset added in v0.5.0

func (x *ListAgentDeployTokensRequest) Reset()

func (*ListAgentDeployTokensRequest) String added in v0.5.0

type ListAgentDeployTokensResponse added in v0.5.0

type ListAgentDeployTokensResponse struct {
	Tokens []*AgentDeployToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAgentDeployTokensResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListAgentDeployTokensResponse.ProtoReflect.Descriptor instead.

func (*ListAgentDeployTokensResponse) GetTokens added in v0.5.0

func (*ListAgentDeployTokensResponse) ProtoMessage added in v0.5.0

func (*ListAgentDeployTokensResponse) ProtoMessage()

func (*ListAgentDeployTokensResponse) ProtoReflect added in v0.5.0

func (*ListAgentDeployTokensResponse) Reset added in v0.5.0

func (x *ListAgentDeployTokensResponse) Reset()

func (*ListAgentDeployTokensResponse) String added in v0.5.0

type ListComponentIssueStateChangesRequest added in v0.5.5

type ListComponentIssueStateChangesRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	IssueId     string `protobuf:"bytes,3,opt,name=issue_id,json=issueId,proto3" json:"issue_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentIssueStateChangesRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentIssueStateChangesRequest.ProtoReflect.Descriptor instead.

func (*ListComponentIssueStateChangesRequest) GetComponentId added in v0.5.5

func (x *ListComponentIssueStateChangesRequest) GetComponentId() string

func (*ListComponentIssueStateChangesRequest) GetIssueId added in v0.5.5

func (*ListComponentIssueStateChangesRequest) GetProjectId added in v0.5.5

func (*ListComponentIssueStateChangesRequest) ProtoMessage added in v0.5.5

func (*ListComponentIssueStateChangesRequest) ProtoMessage()

func (*ListComponentIssueStateChangesRequest) ProtoReflect added in v0.5.5

func (*ListComponentIssueStateChangesRequest) Reset added in v0.5.5

func (*ListComponentIssueStateChangesRequest) String added in v0.5.5

type ListComponentIssueStateChangesResponse added in v0.5.5

type ListComponentIssueStateChangesResponse struct {
	ComponentIssueStateChanges []*ComponentIssueStateChange `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListComponentIssueStateChangesResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentIssueStateChangesResponse.ProtoReflect.Descriptor instead.

func (*ListComponentIssueStateChangesResponse) GetComponentIssueStateChanges added in v0.5.5

func (x *ListComponentIssueStateChangesResponse) GetComponentIssueStateChanges() []*ComponentIssueStateChange

func (*ListComponentIssueStateChangesResponse) ProtoMessage added in v0.5.5

func (*ListComponentIssueStateChangesResponse) ProtoReflect added in v0.5.5

func (*ListComponentIssueStateChangesResponse) Reset added in v0.5.5

func (*ListComponentIssueStateChangesResponse) String added in v0.5.5

type ListComponentIssuesByStateForProjectRequest added in v0.5.5

type ListComponentIssuesByStateForProjectRequest struct {
	ProjectId string                `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	States    []ComponentIssueState `protobuf:"varint,2,rep,packed,name=states,proto3,enum=edgebit.platform.v1alpha.ComponentIssueState" json:"states,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentIssuesByStateForProjectRequest) Descriptor deprecated added in v0.5.5

Deprecated: Use ListComponentIssuesByStateForProjectRequest.ProtoReflect.Descriptor instead.

func (*ListComponentIssuesByStateForProjectRequest) GetProjectId added in v0.5.5

func (*ListComponentIssuesByStateForProjectRequest) GetStates added in v0.5.5

func (*ListComponentIssuesByStateForProjectRequest) ProtoMessage added in v0.5.5

func (*ListComponentIssuesByStateForProjectRequest) ProtoReflect added in v0.5.5

func (*ListComponentIssuesByStateForProjectRequest) Reset added in v0.5.5

func (*ListComponentIssuesByStateForProjectRequest) String added in v0.5.5

type ListComponentIssuesByStateForProjectResponse added in v0.5.5

type ListComponentIssuesByStateForProjectResponse struct {
	Items []*ComponentIssue `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentIssuesByStateForProjectResponse) Descriptor deprecated added in v0.5.5

Deprecated: Use ListComponentIssuesByStateForProjectResponse.ProtoReflect.Descriptor instead.

func (*ListComponentIssuesByStateForProjectResponse) GetItems added in v0.5.5

func (*ListComponentIssuesByStateForProjectResponse) ProtoMessage added in v0.5.5

func (*ListComponentIssuesByStateForProjectResponse) ProtoReflect added in v0.5.5

func (*ListComponentIssuesByStateForProjectResponse) Reset added in v0.5.5

func (*ListComponentIssuesByStateForProjectResponse) String added in v0.5.5

type ListComponentIssuesRequest added in v0.5.5

type ListComponentIssuesRequest struct {
	ProjectId   string                `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string                `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	States      []ComponentIssueState `protobuf:"varint,3,rep,packed,name=states,proto3,enum=edgebit.platform.v1alpha.ComponentIssueState" json:"states,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentIssuesRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentIssuesRequest.ProtoReflect.Descriptor instead.

func (*ListComponentIssuesRequest) GetComponentId added in v0.5.5

func (x *ListComponentIssuesRequest) GetComponentId() string

func (*ListComponentIssuesRequest) GetProjectId added in v0.5.5

func (x *ListComponentIssuesRequest) GetProjectId() string

func (*ListComponentIssuesRequest) GetStates added in v0.5.5

func (*ListComponentIssuesRequest) ProtoMessage added in v0.5.5

func (*ListComponentIssuesRequest) ProtoMessage()

func (*ListComponentIssuesRequest) ProtoReflect added in v0.5.5

func (*ListComponentIssuesRequest) Reset added in v0.5.5

func (x *ListComponentIssuesRequest) Reset()

func (*ListComponentIssuesRequest) String added in v0.5.5

func (x *ListComponentIssuesRequest) String() string

type ListComponentIssuesResponse added in v0.5.5

type ListComponentIssuesResponse struct {
	Items []*ComponentIssue `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentIssuesResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentIssuesResponse.ProtoReflect.Descriptor instead.

func (*ListComponentIssuesResponse) GetItems added in v0.5.5

func (*ListComponentIssuesResponse) ProtoMessage added in v0.5.5

func (*ListComponentIssuesResponse) ProtoMessage()

func (*ListComponentIssuesResponse) ProtoReflect added in v0.5.5

func (*ListComponentIssuesResponse) Reset added in v0.5.5

func (x *ListComponentIssuesResponse) Reset()

func (*ListComponentIssuesResponse) String added in v0.5.5

func (x *ListComponentIssuesResponse) String() string

type ListComponentTagsRequest added in v0.5.0

type ListComponentTagsRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentTagsRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListComponentTagsRequest.ProtoReflect.Descriptor instead.

func (*ListComponentTagsRequest) GetComponentId added in v0.5.0

func (x *ListComponentTagsRequest) GetComponentId() string

func (*ListComponentTagsRequest) GetProjectId added in v0.5.0

func (x *ListComponentTagsRequest) GetProjectId() string

func (*ListComponentTagsRequest) ProtoMessage added in v0.5.0

func (*ListComponentTagsRequest) ProtoMessage()

func (*ListComponentTagsRequest) ProtoReflect added in v0.5.0

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

func (*ListComponentTagsRequest) Reset added in v0.5.0

func (x *ListComponentTagsRequest) Reset()

func (*ListComponentTagsRequest) String added in v0.5.0

func (x *ListComponentTagsRequest) String() string

type ListComponentTagsResponse added in v0.5.0

type ListComponentTagsResponse struct {
	Tags []*ComponentTag `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentTagsResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListComponentTagsResponse.ProtoReflect.Descriptor instead.

func (*ListComponentTagsResponse) GetTags added in v0.5.0

func (x *ListComponentTagsResponse) GetTags() []*ComponentTag

func (*ListComponentTagsResponse) ProtoMessage added in v0.5.0

func (*ListComponentTagsResponse) ProtoMessage()

func (*ListComponentTagsResponse) ProtoReflect added in v0.5.0

func (*ListComponentTagsResponse) Reset added in v0.5.0

func (x *ListComponentTagsResponse) Reset()

func (*ListComponentTagsResponse) String added in v0.5.0

func (x *ListComponentTagsResponse) String() string

type ListComponentsRequest added in v0.5.0

type ListComponentsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentsRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListComponentsRequest.ProtoReflect.Descriptor instead.

func (*ListComponentsRequest) GetProjectId added in v0.5.0

func (x *ListComponentsRequest) GetProjectId() string

func (*ListComponentsRequest) ProtoMessage added in v0.5.0

func (*ListComponentsRequest) ProtoMessage()

func (*ListComponentsRequest) ProtoReflect added in v0.5.0

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

func (*ListComponentsRequest) Reset added in v0.5.0

func (x *ListComponentsRequest) Reset()

func (*ListComponentsRequest) String added in v0.5.0

func (x *ListComponentsRequest) String() string

type ListComponentsResponse added in v0.5.0

type ListComponentsResponse struct {
	Components []*Component `protobuf:"bytes,1,rep,name=components,proto3" json:"components,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentsResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use ListComponentsResponse.ProtoReflect.Descriptor instead.

func (*ListComponentsResponse) GetComponents added in v0.5.0

func (x *ListComponentsResponse) GetComponents() []*Component

func (*ListComponentsResponse) ProtoMessage added in v0.5.0

func (*ListComponentsResponse) ProtoMessage()

func (*ListComponentsResponse) ProtoReflect added in v0.5.0

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

func (*ListComponentsResponse) Reset added in v0.5.0

func (x *ListComponentsResponse) Reset()

func (*ListComponentsResponse) String added in v0.5.0

func (x *ListComponentsResponse) String() string

type ListComponentsWithMetricsRequest added in v0.5.5

type ListComponentsWithMetricsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListComponentsWithMetricsRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentsWithMetricsRequest.ProtoReflect.Descriptor instead.

func (*ListComponentsWithMetricsRequest) GetProjectId added in v0.5.5

func (x *ListComponentsWithMetricsRequest) GetProjectId() string

func (*ListComponentsWithMetricsRequest) ProtoMessage added in v0.5.5

func (*ListComponentsWithMetricsRequest) ProtoMessage()

func (*ListComponentsWithMetricsRequest) ProtoReflect added in v0.5.5

func (*ListComponentsWithMetricsRequest) Reset added in v0.5.5

func (*ListComponentsWithMetricsRequest) String added in v0.5.5

type ListComponentsWithMetricsResponse added in v0.5.5

type ListComponentsWithMetricsResponse struct {
	ComponentsWithMetrics []*ComponentWithMetrics `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListComponentsWithMetricsResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListComponentsWithMetricsResponse.ProtoReflect.Descriptor instead.

func (*ListComponentsWithMetricsResponse) GetComponentsWithMetrics added in v0.5.5

func (x *ListComponentsWithMetricsResponse) GetComponentsWithMetrics() []*ComponentWithMetrics

func (*ListComponentsWithMetricsResponse) ProtoMessage added in v0.5.5

func (*ListComponentsWithMetricsResponse) ProtoMessage()

func (*ListComponentsWithMetricsResponse) ProtoReflect added in v0.5.5

func (*ListComponentsWithMetricsResponse) Reset added in v0.5.5

func (*ListComponentsWithMetricsResponse) String added in v0.5.5

type ListGitHubIntegrationsRequest added in v0.5.5

type ListGitHubIntegrationsRequest struct {
	// contains filtered or unexported fields
}

func (*ListGitHubIntegrationsRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListGitHubIntegrationsRequest.ProtoReflect.Descriptor instead.

func (*ListGitHubIntegrationsRequest) ProtoMessage added in v0.5.5

func (*ListGitHubIntegrationsRequest) ProtoMessage()

func (*ListGitHubIntegrationsRequest) ProtoReflect added in v0.5.5

func (*ListGitHubIntegrationsRequest) Reset added in v0.5.5

func (x *ListGitHubIntegrationsRequest) Reset()

func (*ListGitHubIntegrationsRequest) String added in v0.5.5

type ListGitHubIntegrationsResponse added in v0.5.5

type ListGitHubIntegrationsResponse struct {
	Integrations []*GitHubIntegrationSummary `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGitHubIntegrationsResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListGitHubIntegrationsResponse.ProtoReflect.Descriptor instead.

func (*ListGitHubIntegrationsResponse) GetIntegrations added in v0.5.5

func (*ListGitHubIntegrationsResponse) ProtoMessage added in v0.5.5

func (*ListGitHubIntegrationsResponse) ProtoMessage()

func (*ListGitHubIntegrationsResponse) ProtoReflect added in v0.5.5

func (*ListGitHubIntegrationsResponse) Reset added in v0.5.5

func (x *ListGitHubIntegrationsResponse) Reset()

func (*ListGitHubIntegrationsResponse) String added in v0.5.5

type ListGitHubRepositoriesRequest added in v0.5.5

type ListGitHubRepositoriesRequest struct {
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGitHubRepositoriesRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListGitHubRepositoriesRequest.ProtoReflect.Descriptor instead.

func (*ListGitHubRepositoriesRequest) GetProjectId added in v0.5.5

func (x *ListGitHubRepositoriesRequest) GetProjectId() string

func (*ListGitHubRepositoriesRequest) ProtoMessage added in v0.5.5

func (*ListGitHubRepositoriesRequest) ProtoMessage()

func (*ListGitHubRepositoriesRequest) ProtoReflect added in v0.5.5

func (*ListGitHubRepositoriesRequest) Reset added in v0.5.5

func (x *ListGitHubRepositoriesRequest) Reset()

func (*ListGitHubRepositoriesRequest) String added in v0.5.5

type ListGitHubRepositoriesResponse added in v0.5.5

type ListGitHubRepositoriesResponse struct {
	Repos []*VCSRepository `protobuf:"bytes,1,rep,name=repos,proto3" json:"repos,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGitHubRepositoriesResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListGitHubRepositoriesResponse.ProtoReflect.Descriptor instead.

func (*ListGitHubRepositoriesResponse) GetRepos added in v0.5.5

func (*ListGitHubRepositoriesResponse) ProtoMessage added in v0.5.5

func (*ListGitHubRepositoriesResponse) ProtoMessage()

func (*ListGitHubRepositoriesResponse) ProtoReflect added in v0.5.5

func (*ListGitHubRepositoriesResponse) Reset added in v0.5.5

func (x *ListGitHubRepositoriesResponse) Reset()

func (*ListGitHubRepositoriesResponse) String added in v0.5.5

type ListIntegrationsRequest added in v0.5.5

type ListIntegrationsRequest struct {
	// contains filtered or unexported fields
}

func (*ListIntegrationsRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListIntegrationsRequest.ProtoReflect.Descriptor instead.

func (*ListIntegrationsRequest) ProtoMessage added in v0.5.5

func (*ListIntegrationsRequest) ProtoMessage()

func (*ListIntegrationsRequest) ProtoReflect added in v0.5.5

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

func (*ListIntegrationsRequest) Reset added in v0.5.5

func (x *ListIntegrationsRequest) Reset()

func (*ListIntegrationsRequest) String added in v0.5.5

func (x *ListIntegrationsRequest) String() string

type ListIntegrationsResponse added in v0.5.5

type ListIntegrationsResponse struct {
	Integrations []*IntegrationSummary `protobuf:"bytes,1,rep,name=integrations,proto3" json:"integrations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIntegrationsResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListIntegrationsResponse.ProtoReflect.Descriptor instead.

func (*ListIntegrationsResponse) GetIntegrations added in v0.5.5

func (x *ListIntegrationsResponse) GetIntegrations() []*IntegrationSummary

func (*ListIntegrationsResponse) ProtoMessage added in v0.5.5

func (*ListIntegrationsResponse) ProtoMessage()

func (*ListIntegrationsResponse) ProtoReflect added in v0.5.5

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

func (*ListIntegrationsResponse) Reset added in v0.5.5

func (x *ListIntegrationsResponse) Reset()

func (*ListIntegrationsResponse) String added in v0.5.5

func (x *ListIntegrationsResponse) String() string

type ListMachinesRequest

type ListMachinesRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachinesRequest) Descriptor deprecated

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

Deprecated: Use ListMachinesRequest.ProtoReflect.Descriptor instead.

func (*ListMachinesRequest) GetProjectId

func (x *ListMachinesRequest) GetProjectId() string

func (*ListMachinesRequest) ProtoMessage

func (*ListMachinesRequest) ProtoMessage()

func (*ListMachinesRequest) ProtoReflect

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

func (*ListMachinesRequest) Reset

func (x *ListMachinesRequest) Reset()

func (*ListMachinesRequest) String

func (x *ListMachinesRequest) String() string

type ListMachinesResponse

type ListMachinesResponse struct {
	Machines []*Machine `protobuf:"bytes,1,rep,name=machines,proto3" json:"machines,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMachinesResponse) Descriptor deprecated

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

Deprecated: Use ListMachinesResponse.ProtoReflect.Descriptor instead.

func (*ListMachinesResponse) GetMachines

func (x *ListMachinesResponse) GetMachines() []*Machine

func (*ListMachinesResponse) ProtoMessage

func (*ListMachinesResponse) ProtoMessage()

func (*ListMachinesResponse) ProtoReflect

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

func (*ListMachinesResponse) Reset

func (x *ListMachinesResponse) Reset()

func (*ListMachinesResponse) String

func (x *ListMachinesResponse) String() string

type ListOrgAccessTokensRequest

type ListOrgAccessTokensRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgAccessTokensRequest) Descriptor deprecated

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

Deprecated: Use ListOrgAccessTokensRequest.ProtoReflect.Descriptor instead.

func (*ListOrgAccessTokensRequest) GetProjectId

func (x *ListOrgAccessTokensRequest) GetProjectId() string

func (*ListOrgAccessTokensRequest) ProtoMessage

func (*ListOrgAccessTokensRequest) ProtoMessage()

func (*ListOrgAccessTokensRequest) ProtoReflect

func (*ListOrgAccessTokensRequest) Reset

func (x *ListOrgAccessTokensRequest) Reset()

func (*ListOrgAccessTokensRequest) String

func (x *ListOrgAccessTokensRequest) String() string

type ListOrgAccessTokensResponse

type ListOrgAccessTokensResponse struct {
	Tokens []*OrgAccessToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrgAccessTokensResponse) Descriptor deprecated

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

Deprecated: Use ListOrgAccessTokensResponse.ProtoReflect.Descriptor instead.

func (*ListOrgAccessTokensResponse) GetTokens

func (x *ListOrgAccessTokensResponse) GetTokens() []*OrgAccessToken

func (*ListOrgAccessTokensResponse) ProtoMessage

func (*ListOrgAccessTokensResponse) ProtoMessage()

func (*ListOrgAccessTokensResponse) ProtoReflect

func (*ListOrgAccessTokensResponse) Reset

func (x *ListOrgAccessTokensResponse) Reset()

func (*ListOrgAccessTokensResponse) String

func (x *ListOrgAccessTokensResponse) String() string

type ListProjectsRequest

type ListProjectsRequest struct {
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

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

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

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

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

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

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

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

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

type ListSBOMsRequest added in v0.4.0

type ListSBOMsRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSBOMsRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ListSBOMsRequest.ProtoReflect.Descriptor instead.

func (*ListSBOMsRequest) GetComponentId added in v0.5.0

func (x *ListSBOMsRequest) GetComponentId() string

func (*ListSBOMsRequest) GetProjectId added in v0.4.0

func (x *ListSBOMsRequest) GetProjectId() string

func (*ListSBOMsRequest) ProtoMessage added in v0.4.0

func (*ListSBOMsRequest) ProtoMessage()

func (*ListSBOMsRequest) ProtoReflect added in v0.4.0

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

func (*ListSBOMsRequest) Reset added in v0.4.0

func (x *ListSBOMsRequest) Reset()

func (*ListSBOMsRequest) String added in v0.4.0

func (x *ListSBOMsRequest) String() string

type ListSBOMsResponse added in v0.4.0

type ListSBOMsResponse struct {
	Items []*SBOMListItem `protobuf:"bytes,1,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSBOMsResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ListSBOMsResponse.ProtoReflect.Descriptor instead.

func (*ListSBOMsResponse) GetItems added in v0.4.0

func (x *ListSBOMsResponse) GetItems() []*SBOMListItem

func (*ListSBOMsResponse) ProtoMessage added in v0.4.0

func (*ListSBOMsResponse) ProtoMessage()

func (*ListSBOMsResponse) ProtoReflect added in v0.4.0

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

func (*ListSBOMsResponse) Reset added in v0.4.0

func (x *ListSBOMsResponse) Reset()

func (*ListSBOMsResponse) String added in v0.4.0

func (x *ListSBOMsResponse) String() string

type ListWorkloadsForMachineRequest added in v0.5.5

type ListWorkloadsForMachineRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	MachineId string `protobuf:"bytes,2,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkloadsForMachineRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListWorkloadsForMachineRequest.ProtoReflect.Descriptor instead.

func (*ListWorkloadsForMachineRequest) GetMachineId added in v0.5.5

func (x *ListWorkloadsForMachineRequest) GetMachineId() string

func (*ListWorkloadsForMachineRequest) GetProjectId added in v0.5.5

func (x *ListWorkloadsForMachineRequest) GetProjectId() string

func (*ListWorkloadsForMachineRequest) ProtoMessage added in v0.5.5

func (*ListWorkloadsForMachineRequest) ProtoMessage()

func (*ListWorkloadsForMachineRequest) ProtoReflect added in v0.5.5

func (*ListWorkloadsForMachineRequest) Reset added in v0.5.5

func (x *ListWorkloadsForMachineRequest) Reset()

func (*ListWorkloadsForMachineRequest) String added in v0.5.5

type ListWorkloadsForMachineResponse added in v0.5.5

type ListWorkloadsForMachineResponse struct {
	Machine   *Machine    `protobuf:"bytes,1,opt,name=machine,proto3" json:"machine,omitempty"`
	Workloads []*Workload `protobuf:"bytes,2,rep,name=workloads,proto3" json:"workloads,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkloadsForMachineResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ListWorkloadsForMachineResponse.ProtoReflect.Descriptor instead.

func (*ListWorkloadsForMachineResponse) GetMachine added in v0.5.5

func (x *ListWorkloadsForMachineResponse) GetMachine() *Machine

func (*ListWorkloadsForMachineResponse) GetWorkloads added in v0.5.5

func (x *ListWorkloadsForMachineResponse) GetWorkloads() []*Workload

func (*ListWorkloadsForMachineResponse) ProtoMessage added in v0.5.5

func (*ListWorkloadsForMachineResponse) ProtoMessage()

func (*ListWorkloadsForMachineResponse) ProtoReflect added in v0.5.5

func (*ListWorkloadsForMachineResponse) Reset added in v0.5.5

func (*ListWorkloadsForMachineResponse) String added in v0.5.5

type ListWorkloadsRequest added in v0.5.1

type ListWorkloadsRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkloadsRequest) Descriptor deprecated added in v0.5.1

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

Deprecated: Use ListWorkloadsRequest.ProtoReflect.Descriptor instead.

func (*ListWorkloadsRequest) GetProjectId added in v0.5.1

func (x *ListWorkloadsRequest) GetProjectId() string

func (*ListWorkloadsRequest) ProtoMessage added in v0.5.1

func (*ListWorkloadsRequest) ProtoMessage()

func (*ListWorkloadsRequest) ProtoReflect added in v0.5.1

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

func (*ListWorkloadsRequest) Reset added in v0.5.1

func (x *ListWorkloadsRequest) Reset()

func (*ListWorkloadsRequest) String added in v0.5.1

func (x *ListWorkloadsRequest) String() string

type ListWorkloadsResponse added in v0.5.1

type ListWorkloadsResponse struct {
	Workloads []*WorkloadItem `protobuf:"bytes,1,rep,name=workloads,proto3" json:"workloads,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWorkloadsResponse) Descriptor deprecated added in v0.5.1

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

Deprecated: Use ListWorkloadsResponse.ProtoReflect.Descriptor instead.

func (*ListWorkloadsResponse) GetWorkloads added in v0.5.1

func (x *ListWorkloadsResponse) GetWorkloads() []*WorkloadItem

func (*ListWorkloadsResponse) ProtoMessage added in v0.5.1

func (*ListWorkloadsResponse) ProtoMessage()

func (*ListWorkloadsResponse) ProtoReflect added in v0.5.1

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

func (*ListWorkloadsResponse) Reset added in v0.5.1

func (x *ListWorkloadsResponse) Reset()

func (*ListWorkloadsResponse) String added in v0.5.1

func (x *ListWorkloadsResponse) String() string

type LoginMethod added in v0.5.5

type LoginMethod int32
const (
	LoginMethod_LOGIN_METHOD_UNSPECIFIED LoginMethod = 0
	LoginMethod_LOGIN_METHOD_PASSWORD    LoginMethod = 1
	LoginMethod_LOGIN_METHOD_OIDC        LoginMethod = 2
	LoginMethod_LOGIN_METHOD_GOOGLE      LoginMethod = 3
	LoginMethod_LOGIN_METHOD_OKTA_OIDC   LoginMethod = 4
)

func (LoginMethod) Descriptor added in v0.5.5

func (LoginMethod) Enum added in v0.5.5

func (x LoginMethod) Enum() *LoginMethod

func (LoginMethod) EnumDescriptor deprecated added in v0.5.5

func (LoginMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use LoginMethod.Descriptor instead.

func (LoginMethod) Number added in v0.5.5

func (x LoginMethod) Number() protoreflect.EnumNumber

func (LoginMethod) String added in v0.5.5

func (x LoginMethod) String() string

func (LoginMethod) Type added in v0.5.5

type LookupEPSSDataRequest added in v0.5.5

type LookupEPSSDataRequest struct {
	CveIds          []string `protobuf:"bytes,1,rep,name=cve_ids,json=cveIds,proto3" json:"cve_ids,omitempty"`
	EpssGreaterThan float64  `protobuf:"fixed64,2,opt,name=epss_greater_than,json=epssGreaterThan,proto3" json:"epss_greater_than,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupEPSSDataRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use LookupEPSSDataRequest.ProtoReflect.Descriptor instead.

func (*LookupEPSSDataRequest) GetCveIds added in v0.5.5

func (x *LookupEPSSDataRequest) GetCveIds() []string

func (*LookupEPSSDataRequest) GetEpssGreaterThan added in v0.5.5

func (x *LookupEPSSDataRequest) GetEpssGreaterThan() float64

func (*LookupEPSSDataRequest) ProtoMessage added in v0.5.5

func (*LookupEPSSDataRequest) ProtoMessage()

func (*LookupEPSSDataRequest) ProtoReflect added in v0.5.5

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

func (*LookupEPSSDataRequest) Reset added in v0.5.5

func (x *LookupEPSSDataRequest) Reset()

func (*LookupEPSSDataRequest) String added in v0.5.5

func (x *LookupEPSSDataRequest) String() string

type LookupEPSSDataResponse added in v0.5.5

type LookupEPSSDataResponse struct {
	Total  int32       `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
	Offset int32       `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit  int32       `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Data   []*EPSSItem `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*LookupEPSSDataResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use LookupEPSSDataResponse.ProtoReflect.Descriptor instead.

func (*LookupEPSSDataResponse) GetData added in v0.5.5

func (x *LookupEPSSDataResponse) GetData() []*EPSSItem

func (*LookupEPSSDataResponse) GetLimit added in v0.5.5

func (x *LookupEPSSDataResponse) GetLimit() int32

func (*LookupEPSSDataResponse) GetOffset added in v0.5.5

func (x *LookupEPSSDataResponse) GetOffset() int32

func (*LookupEPSSDataResponse) GetTotal added in v0.5.5

func (x *LookupEPSSDataResponse) GetTotal() int32

func (*LookupEPSSDataResponse) ProtoMessage added in v0.5.5

func (*LookupEPSSDataResponse) ProtoMessage()

func (*LookupEPSSDataResponse) ProtoReflect added in v0.5.5

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

func (*LookupEPSSDataResponse) Reset added in v0.5.5

func (x *LookupEPSSDataResponse) Reset()

func (*LookupEPSSDataResponse) String added in v0.5.5

func (x *LookupEPSSDataResponse) String() string

type Machine

type Machine struct {
	Id                        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId                 string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Hostname                  string                 `protobuf:"bytes,3,opt,name=hostname,proto3" json:"hostname,omitempty"`
	PolicyViolations          int32                  `protobuf:"varint,4,opt,name=policy_violations,json=policyViolations,proto3" json:"policy_violations,omitempty"`
	Workloads                 int32                  `protobuf:"varint,5,opt,name=workloads,proto3" json:"workloads,omitempty"`
	TotalVulnerabilities      int32                  `protobuf:"varint,6,opt,name=total_vulnerabilities,json=totalVulnerabilities,proto3" json:"total_vulnerabilities,omitempty"`
	ActionableVulnerabilities int32                  `` /* 137-byte string literal not displayed */
	OperatingSystem           string                 `protobuf:"bytes,8,opt,name=operating_system,json=operatingSystem,proto3" json:"operating_system,omitempty"`
	LastUpdated               *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	AgentAlive                bool                   `protobuf:"varint,10,opt,name=agent_alive,json=agentAlive,proto3" json:"agent_alive,omitempty"`
	Labels                    map[string]string      `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Machine) Descriptor deprecated

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

Deprecated: Use Machine.ProtoReflect.Descriptor instead.

func (*Machine) GetActionableVulnerabilities

func (x *Machine) GetActionableVulnerabilities() int32

func (*Machine) GetAgentAlive

func (x *Machine) GetAgentAlive() bool

func (*Machine) GetHostname

func (x *Machine) GetHostname() string

func (*Machine) GetId

func (x *Machine) GetId() string

func (*Machine) GetLabels added in v0.5.1

func (x *Machine) GetLabels() map[string]string

func (*Machine) GetLastUpdated

func (x *Machine) GetLastUpdated() *timestamppb.Timestamp

func (*Machine) GetOperatingSystem

func (x *Machine) GetOperatingSystem() string

func (*Machine) GetPolicyViolations

func (x *Machine) GetPolicyViolations() int32

func (*Machine) GetProjectId

func (x *Machine) GetProjectId() string

func (*Machine) GetTotalVulnerabilities

func (x *Machine) GetTotalVulnerabilities() int32

func (*Machine) GetWorkloads

func (x *Machine) GetWorkloads() int32

func (*Machine) ProtoMessage

func (*Machine) ProtoMessage()

func (*Machine) ProtoReflect

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

func (*Machine) Reset

func (x *Machine) Reset()

func (*Machine) String

func (x *Machine) String() string

type MachineRef added in v0.5.5

type MachineRef struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Hostname string `protobuf:"bytes,2,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineRef) Descriptor deprecated added in v0.5.5

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

Deprecated: Use MachineRef.ProtoReflect.Descriptor instead.

func (*MachineRef) GetHostname added in v0.5.5

func (x *MachineRef) GetHostname() string

func (*MachineRef) GetId added in v0.5.5

func (x *MachineRef) GetId() string

func (*MachineRef) ProtoMessage added in v0.5.5

func (*MachineRef) ProtoMessage()

func (*MachineRef) ProtoReflect added in v0.5.5

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

func (*MachineRef) Reset added in v0.5.5

func (x *MachineRef) Reset()

func (*MachineRef) String added in v0.5.5

func (x *MachineRef) String() string

type OIDCCallbackRequest added in v0.5.5

type OIDCCallbackRequest struct {
	QueryString string `protobuf:"bytes,1,opt,name=query_string,json=queryString,proto3" json:"query_string,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDCCallbackRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use OIDCCallbackRequest.ProtoReflect.Descriptor instead.

func (*OIDCCallbackRequest) GetQueryString added in v0.5.5

func (x *OIDCCallbackRequest) GetQueryString() string

func (*OIDCCallbackRequest) ProtoMessage added in v0.5.5

func (*OIDCCallbackRequest) ProtoMessage()

func (*OIDCCallbackRequest) ProtoReflect added in v0.5.5

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

func (*OIDCCallbackRequest) Reset added in v0.5.5

func (x *OIDCCallbackRequest) Reset()

func (*OIDCCallbackRequest) String added in v0.5.5

func (x *OIDCCallbackRequest) String() string

type OIDCCallbackResponse added in v0.5.5

type OIDCCallbackResponse struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	Next  string `protobuf:"bytes,2,opt,name=next,proto3" json:"next,omitempty"`
	// contains filtered or unexported fields
}

func (*OIDCCallbackResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use OIDCCallbackResponse.ProtoReflect.Descriptor instead.

func (*OIDCCallbackResponse) GetNext added in v0.5.5

func (x *OIDCCallbackResponse) GetNext() string

func (*OIDCCallbackResponse) GetToken added in v0.5.5

func (x *OIDCCallbackResponse) GetToken() string

func (*OIDCCallbackResponse) ProtoMessage added in v0.5.5

func (*OIDCCallbackResponse) ProtoMessage()

func (*OIDCCallbackResponse) ProtoReflect added in v0.5.5

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

func (*OIDCCallbackResponse) Reset added in v0.5.5

func (x *OIDCCallbackResponse) Reset()

func (*OIDCCallbackResponse) String added in v0.5.5

func (x *OIDCCallbackResponse) String() string

type OrgAccessToken

type OrgAccessToken struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId   string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastUsed    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=last_used,json=lastUsed,proto3" json:"last_used,omitempty"`
	// contains filtered or unexported fields
}

func (*OrgAccessToken) Descriptor deprecated

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

Deprecated: Use OrgAccessToken.ProtoReflect.Descriptor instead.

func (*OrgAccessToken) GetCreatedAt

func (x *OrgAccessToken) GetCreatedAt() *timestamppb.Timestamp

func (*OrgAccessToken) GetDescription

func (x *OrgAccessToken) GetDescription() string

func (*OrgAccessToken) GetId

func (x *OrgAccessToken) GetId() string

func (*OrgAccessToken) GetLastUsed

func (x *OrgAccessToken) GetLastUsed() *timestamppb.Timestamp

func (*OrgAccessToken) GetProjectId

func (x *OrgAccessToken) GetProjectId() string

func (*OrgAccessToken) ProtoMessage

func (*OrgAccessToken) ProtoMessage()

func (*OrgAccessToken) ProtoReflect

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

func (*OrgAccessToken) Reset

func (x *OrgAccessToken) Reset()

func (*OrgAccessToken) String

func (x *OrgAccessToken) String() string

type OverviewOnboardingState added in v0.4.0

type OverviewOnboardingState struct {
	AgentDeployed      bool `protobuf:"varint,1,opt,name=agent_deployed,json=agentDeployed,proto3" json:"agent_deployed,omitempty"`
	ContainersDetected bool `protobuf:"varint,2,opt,name=containers_detected,json=containersDetected,proto3" json:"containers_detected,omitempty"`
	SbomUploaded       bool `protobuf:"varint,3,opt,name=sbom_uploaded,json=sbomUploaded,proto3" json:"sbom_uploaded,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewOnboardingState) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OverviewOnboardingState.ProtoReflect.Descriptor instead.

func (*OverviewOnboardingState) GetAgentDeployed added in v0.4.0

func (x *OverviewOnboardingState) GetAgentDeployed() bool

func (*OverviewOnboardingState) GetContainersDetected added in v0.4.0

func (x *OverviewOnboardingState) GetContainersDetected() bool

func (*OverviewOnboardingState) GetSbomUploaded added in v0.4.0

func (x *OverviewOnboardingState) GetSbomUploaded() bool

func (*OverviewOnboardingState) ProtoMessage added in v0.4.0

func (*OverviewOnboardingState) ProtoMessage()

func (*OverviewOnboardingState) ProtoReflect added in v0.4.0

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

func (*OverviewOnboardingState) Reset added in v0.4.0

func (x *OverviewOnboardingState) Reset()

func (*OverviewOnboardingState) String added in v0.4.0

func (x *OverviewOnboardingState) String() string

type OverviewPackage added in v0.4.0

type OverviewPackage struct {
	PackageId      string                 `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	PackageName    string                 `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	PackageVersion string                 `protobuf:"bytes,3,opt,name=package_version,json=packageVersion,proto3" json:"package_version,omitempty"`
	SeenTotal      int32                  `protobuf:"varint,4,opt,name=seen_total,json=seenTotal,proto3" json:"seen_total,omitempty"`
	SeenActive     int32                  `protobuf:"varint,5,opt,name=seen_active,json=seenActive,proto3" json:"seen_active,omitempty"`
	PackageType    string                 `protobuf:"bytes,6,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	Vulns          []*OverviewPackageVuln `protobuf:"bytes,7,rep,name=vulns,proto3" json:"vulns,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewPackage) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OverviewPackage.ProtoReflect.Descriptor instead.

func (*OverviewPackage) GetPackageId added in v0.4.0

func (x *OverviewPackage) GetPackageId() string

func (*OverviewPackage) GetPackageName added in v0.4.0

func (x *OverviewPackage) GetPackageName() string

func (*OverviewPackage) GetPackageType added in v0.4.0

func (x *OverviewPackage) GetPackageType() string

func (*OverviewPackage) GetPackageVersion added in v0.4.0

func (x *OverviewPackage) GetPackageVersion() string

func (*OverviewPackage) GetSeenActive added in v0.4.0

func (x *OverviewPackage) GetSeenActive() int32

func (*OverviewPackage) GetSeenTotal added in v0.4.0

func (x *OverviewPackage) GetSeenTotal() int32

func (*OverviewPackage) GetVulns added in v0.4.0

func (x *OverviewPackage) GetVulns() []*OverviewPackageVuln

func (*OverviewPackage) ProtoMessage added in v0.4.0

func (*OverviewPackage) ProtoMessage()

func (*OverviewPackage) ProtoReflect added in v0.4.0

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

func (*OverviewPackage) Reset added in v0.4.0

func (x *OverviewPackage) Reset()

func (*OverviewPackage) String added in v0.4.0

func (x *OverviewPackage) String() string

type OverviewPackageVuln added in v0.4.0

type OverviewPackageVuln struct {
	VulnerabilityId string           `protobuf:"bytes,1,opt,name=vulnerability_id,json=vulnerabilityId,proto3" json:"vulnerability_id,omitempty"`
	Summary         string           `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Severity        VulnSeverity     `protobuf:"varint,3,opt,name=severity,proto3,enum=edgebit.platform.v1alpha.VulnSeverity" json:"severity,omitempty"`
	References      []*VulnReference `protobuf:"bytes,4,rep,name=references,proto3" json:"references,omitempty"`
	FixState        VulnFixState     `` /* 129-byte string literal not displayed */
	FixVersions     []string         `protobuf:"bytes,6,rep,name=fix_versions,json=fixVersions,proto3" json:"fix_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewPackageVuln) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OverviewPackageVuln.ProtoReflect.Descriptor instead.

func (*OverviewPackageVuln) GetFixState added in v0.4.0

func (x *OverviewPackageVuln) GetFixState() VulnFixState

func (*OverviewPackageVuln) GetFixVersions added in v0.4.0

func (x *OverviewPackageVuln) GetFixVersions() []string

func (*OverviewPackageVuln) GetReferences added in v0.4.0

func (x *OverviewPackageVuln) GetReferences() []*VulnReference

func (*OverviewPackageVuln) GetSeverity added in v0.4.0

func (x *OverviewPackageVuln) GetSeverity() VulnSeverity

func (*OverviewPackageVuln) GetSummary added in v0.4.0

func (x *OverviewPackageVuln) GetSummary() string

func (*OverviewPackageVuln) GetVulnerabilityId added in v0.4.0

func (x *OverviewPackageVuln) GetVulnerabilityId() string

func (*OverviewPackageVuln) ProtoMessage added in v0.4.0

func (*OverviewPackageVuln) ProtoMessage()

func (*OverviewPackageVuln) ProtoReflect added in v0.4.0

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

func (*OverviewPackageVuln) Reset added in v0.4.0

func (x *OverviewPackageVuln) Reset()

func (*OverviewPackageVuln) String added in v0.4.0

func (x *OverviewPackageVuln) String() string

type OverviewRequest added in v0.4.0

type OverviewRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewRequest) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OverviewRequest.ProtoReflect.Descriptor instead.

func (*OverviewRequest) GetProjectId added in v0.4.0

func (x *OverviewRequest) GetProjectId() string

func (*OverviewRequest) ProtoMessage added in v0.4.0

func (*OverviewRequest) ProtoMessage()

func (*OverviewRequest) ProtoReflect added in v0.4.0

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

func (*OverviewRequest) Reset added in v0.4.0

func (x *OverviewRequest) Reset()

func (*OverviewRequest) String added in v0.4.0

func (x *OverviewRequest) String() string

type OverviewResponse added in v0.4.0

type OverviewResponse struct {
	Packages                  []*OverviewPackage       `protobuf:"bytes,1,rep,name=packages,proto3" json:"packages,omitempty"`
	ActiveWorkloads           int32                    `protobuf:"varint,2,opt,name=active_workloads,json=activeWorkloads,proto3" json:"active_workloads,omitempty"`
	UniquePackages            int32                    `protobuf:"varint,3,opt,name=unique_packages,json=uniquePackages,proto3" json:"unique_packages,omitempty"`
	ActivePackages            int32                    `protobuf:"varint,4,opt,name=active_packages,json=activePackages,proto3" json:"active_packages,omitempty"`
	TotalVulnerabilities      int32                    `protobuf:"varint,5,opt,name=total_vulnerabilities,json=totalVulnerabilities,proto3" json:"total_vulnerabilities,omitempty"`
	ActionableVulnerabilities int32                    `` /* 137-byte string literal not displayed */
	OnboardingState           *OverviewOnboardingState `protobuf:"bytes,7,opt,name=onboarding_state,json=onboardingState,proto3" json:"onboarding_state,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewResponse) Descriptor deprecated added in v0.4.0

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

Deprecated: Use OverviewResponse.ProtoReflect.Descriptor instead.

func (*OverviewResponse) GetActionableVulnerabilities added in v0.4.0

func (x *OverviewResponse) GetActionableVulnerabilities() int32

func (*OverviewResponse) GetActivePackages added in v0.4.0

func (x *OverviewResponse) GetActivePackages() int32

func (*OverviewResponse) GetActiveWorkloads added in v0.4.0

func (x *OverviewResponse) GetActiveWorkloads() int32

func (*OverviewResponse) GetOnboardingState added in v0.4.0

func (x *OverviewResponse) GetOnboardingState() *OverviewOnboardingState

func (*OverviewResponse) GetPackages added in v0.4.0

func (x *OverviewResponse) GetPackages() []*OverviewPackage

func (*OverviewResponse) GetTotalVulnerabilities added in v0.4.0

func (x *OverviewResponse) GetTotalVulnerabilities() int32

func (*OverviewResponse) GetUniquePackages added in v0.4.0

func (x *OverviewResponse) GetUniquePackages() int32

func (*OverviewResponse) ProtoMessage added in v0.4.0

func (*OverviewResponse) ProtoMessage()

func (*OverviewResponse) ProtoReflect added in v0.4.0

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

func (*OverviewResponse) Reset added in v0.4.0

func (x *OverviewResponse) Reset()

func (*OverviewResponse) String added in v0.4.0

func (x *OverviewResponse) String() string

type Package

type Package 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"`
	Type                      string   `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	InUse                     bool     `protobuf:"varint,4,opt,name=in_use,json=inUse,proto3" json:"in_use,omitempty"`
	TotalVulnerabilities      int32    `protobuf:"varint,5,opt,name=total_vulnerabilities,json=totalVulnerabilities,proto3" json:"total_vulnerabilities,omitempty"`
	ActionableVulnerabilities int32    `` /* 137-byte string literal not displayed */
	WorkloadId                string   `protobuf:"bytes,7,opt,name=workload_id,json=workloadId,proto3" json:"workload_id,omitempty"`
	SourceId                  string   `protobuf:"bytes,8,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
	VulnerabilityIds          []string `protobuf:"bytes,9,rep,name=vulnerability_ids,json=vulnerabilityIds,proto3" json:"vulnerability_ids,omitempty"`
	Version                   string   `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Package) Descriptor deprecated

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

Deprecated: Use Package.ProtoReflect.Descriptor instead.

func (*Package) GetActionableVulnerabilities

func (x *Package) GetActionableVulnerabilities() int32

func (*Package) GetId

func (x *Package) GetId() string

func (*Package) GetInUse

func (x *Package) GetInUse() bool

func (*Package) GetName

func (x *Package) GetName() string

func (*Package) GetSourceId

func (x *Package) GetSourceId() string

func (*Package) GetTotalVulnerabilities

func (x *Package) GetTotalVulnerabilities() int32

func (*Package) GetType

func (x *Package) GetType() string

func (*Package) GetVersion

func (x *Package) GetVersion() string

func (*Package) GetVulnerabilityIds

func (x *Package) GetVulnerabilityIds() []string

func (*Package) GetWorkloadId

func (x *Package) GetWorkloadId() string

func (*Package) ProtoMessage

func (*Package) ProtoMessage()

func (*Package) ProtoReflect

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

func (*Package) Reset

func (x *Package) Reset()

func (*Package) String

func (x *Package) String() string

type PasswordLoginRequest

type PasswordLoginRequest struct {
	Email    string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLoginRequest) Descriptor deprecated

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

Deprecated: Use PasswordLoginRequest.ProtoReflect.Descriptor instead.

func (*PasswordLoginRequest) GetEmail

func (x *PasswordLoginRequest) GetEmail() string

func (*PasswordLoginRequest) GetPassword

func (x *PasswordLoginRequest) GetPassword() string

func (*PasswordLoginRequest) ProtoMessage

func (*PasswordLoginRequest) ProtoMessage()

func (*PasswordLoginRequest) ProtoReflect

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

func (*PasswordLoginRequest) Reset

func (x *PasswordLoginRequest) Reset()

func (*PasswordLoginRequest) String

func (x *PasswordLoginRequest) String() string

type PasswordLoginResponse

type PasswordLoginResponse struct {
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PasswordLoginResponse) Descriptor deprecated

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

Deprecated: Use PasswordLoginResponse.ProtoReflect.Descriptor instead.

func (*PasswordLoginResponse) GetToken

func (x *PasswordLoginResponse) GetToken() string

func (*PasswordLoginResponse) ProtoMessage

func (*PasswordLoginResponse) ProtoMessage()

func (*PasswordLoginResponse) ProtoReflect

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

func (*PasswordLoginResponse) Reset

func (x *PasswordLoginResponse) Reset()

func (*PasswordLoginResponse) String

func (x *PasswordLoginResponse) String() string

type PolicyItem added in v0.5.5

type PolicyItem struct {
	DisplayName   string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	LabelSelector string `protobuf:"bytes,2,opt,name=label_selector,json=labelSelector,proto3" json:"label_selector,omitempty"`
	ComponentId   string `protobuf:"bytes,3,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyItem) Descriptor deprecated added in v0.5.5

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

Deprecated: Use PolicyItem.ProtoReflect.Descriptor instead.

func (*PolicyItem) GetComponentId added in v0.5.5

func (x *PolicyItem) GetComponentId() string

func (*PolicyItem) GetDisplayName added in v0.5.5

func (x *PolicyItem) GetDisplayName() string

func (*PolicyItem) GetLabelSelector added in v0.5.5

func (x *PolicyItem) GetLabelSelector() string

func (*PolicyItem) ProtoMessage added in v0.5.5

func (*PolicyItem) ProtoMessage()

func (*PolicyItem) ProtoReflect added in v0.5.5

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

func (*PolicyItem) Reset added in v0.5.5

func (x *PolicyItem) Reset()

func (*PolicyItem) String added in v0.5.5

func (x *PolicyItem) String() string

type Project

type Project 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"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() *timestamppb.Timestamp

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

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

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectAPIKeyRef added in v0.5.5

type ProjectAPIKeyRef struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId   string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectAPIKeyRef) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ProjectAPIKeyRef.ProtoReflect.Descriptor instead.

func (*ProjectAPIKeyRef) GetDescription added in v0.5.5

func (x *ProjectAPIKeyRef) GetDescription() string

func (*ProjectAPIKeyRef) GetId added in v0.5.5

func (x *ProjectAPIKeyRef) GetId() string

func (*ProjectAPIKeyRef) GetProjectId added in v0.5.5

func (x *ProjectAPIKeyRef) GetProjectId() string

func (*ProjectAPIKeyRef) ProtoMessage added in v0.5.5

func (*ProjectAPIKeyRef) ProtoMessage()

func (*ProjectAPIKeyRef) ProtoReflect added in v0.5.5

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

func (*ProjectAPIKeyRef) Reset added in v0.5.5

func (x *ProjectAPIKeyRef) Reset()

func (*ProjectAPIKeyRef) String added in v0.5.5

func (x *ProjectAPIKeyRef) String() string

type ProjectIssueSLAPolicy added in v0.5.5

type ProjectIssueSLAPolicy struct {
	ProjectId     string               `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NegligibleSla *durationpb.Duration `protobuf:"bytes,2,opt,name=negligible_sla,json=negligibleSla,proto3" json:"negligible_sla,omitempty"`
	LowSla        *durationpb.Duration `protobuf:"bytes,3,opt,name=low_sla,json=lowSla,proto3" json:"low_sla,omitempty"`
	MediumSla     *durationpb.Duration `protobuf:"bytes,4,opt,name=medium_sla,json=mediumSla,proto3" json:"medium_sla,omitempty"`
	HighSla       *durationpb.Duration `protobuf:"bytes,5,opt,name=high_sla,json=highSla,proto3" json:"high_sla,omitempty"`
	CriticalSla   *durationpb.Duration `protobuf:"bytes,6,opt,name=critical_sla,json=criticalSla,proto3" json:"critical_sla,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectIssueSLAPolicy) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ProjectIssueSLAPolicy.ProtoReflect.Descriptor instead.

func (*ProjectIssueSLAPolicy) GetCriticalSla added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetCriticalSla() *durationpb.Duration

func (*ProjectIssueSLAPolicy) GetHighSla added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetHighSla() *durationpb.Duration

func (*ProjectIssueSLAPolicy) GetLowSla added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetLowSla() *durationpb.Duration

func (*ProjectIssueSLAPolicy) GetMediumSla added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetMediumSla() *durationpb.Duration

func (*ProjectIssueSLAPolicy) GetNegligibleSla added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetNegligibleSla() *durationpb.Duration

func (*ProjectIssueSLAPolicy) GetProjectId added in v0.5.5

func (x *ProjectIssueSLAPolicy) GetProjectId() string

func (*ProjectIssueSLAPolicy) ProtoMessage added in v0.5.5

func (*ProjectIssueSLAPolicy) ProtoMessage()

func (*ProjectIssueSLAPolicy) ProtoReflect added in v0.5.5

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

func (*ProjectIssueSLAPolicy) Reset added in v0.5.5

func (x *ProjectIssueSLAPolicy) Reset()

func (*ProjectIssueSLAPolicy) String added in v0.5.5

func (x *ProjectIssueSLAPolicy) String() string

type SBOMFormat

type SBOMFormat int32
const (
	SBOMFormat_SBOM_FORMAT_UNSPECIFIED    SBOMFormat = 0
	SBOMFormat_SBOM_FORMAT_SYFT           SBOMFormat = 1
	SBOMFormat_SBOM_FORMAT_SPDX_JSON      SBOMFormat = 2
	SBOMFormat_SBOM_FORMAT_CYCLONEDX_JSON SBOMFormat = 3
	SBOMFormat_SBOM_FORMAT_CYCLONEDX_XML  SBOMFormat = 4
)

func (SBOMFormat) Descriptor

func (SBOMFormat) Descriptor() protoreflect.EnumDescriptor

func (SBOMFormat) Enum

func (x SBOMFormat) Enum() *SBOMFormat

func (SBOMFormat) EnumDescriptor deprecated

func (SBOMFormat) EnumDescriptor() ([]byte, []int)

Deprecated: Use SBOMFormat.Descriptor instead.

func (SBOMFormat) Number

func (x SBOMFormat) Number() protoreflect.EnumNumber

func (SBOMFormat) String

func (x SBOMFormat) String() string

func (SBOMFormat) Type

type SBOMGenerationSource added in v0.5.5

type SBOMGenerationSource int32
const (
	SBOMGenerationSource_SBOM_GENERATION_SOURCE_UNSPECIFIED SBOMGenerationSource = 0
	SBOMGenerationSource_SBOM_GENERATION_SOURCE_BUILD       SBOMGenerationSource = 1
	SBOMGenerationSource_SBOM_GENERATION_SOURCE_SOURCE      SBOMGenerationSource = 2
)

func (SBOMGenerationSource) Descriptor added in v0.5.5

func (SBOMGenerationSource) Enum added in v0.5.5

func (SBOMGenerationSource) EnumDescriptor deprecated added in v0.5.5

func (SBOMGenerationSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use SBOMGenerationSource.Descriptor instead.

func (SBOMGenerationSource) Number added in v0.5.5

func (SBOMGenerationSource) String added in v0.5.5

func (x SBOMGenerationSource) String() string

func (SBOMGenerationSource) Type added in v0.5.5

type SBOMInventoryPackage added in v0.4.0

type SBOMInventoryPackage struct {
	PackageId      string                `protobuf:"bytes,1,opt,name=package_id,json=packageId,proto3" json:"package_id,omitempty"`
	PackageName    string                `protobuf:"bytes,2,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	PackageType    string                `protobuf:"bytes,3,opt,name=package_type,json=packageType,proto3" json:"package_type,omitempty"`
	PackageVersion string                `protobuf:"bytes,4,opt,name=package_version,json=packageVersion,proto3" json:"package_version,omitempty"`
	Vulns          []*SBOMInventoryVuln  `protobuf:"bytes,5,rep,name=vulns,proto3" json:"vulns,omitempty"`
	Evidence       *InstallationEvidence `protobuf:"bytes,6,opt,name=evidence,proto3" json:"evidence,omitempty"`
	License        *LicenseExpr          `protobuf:"bytes,7,opt,name=license,proto3" json:"license,omitempty"`
	// contains filtered or unexported fields
}

func (*SBOMInventoryPackage) Descriptor deprecated added in v0.4.0

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

Deprecated: Use SBOMInventoryPackage.ProtoReflect.Descriptor instead.

func (*SBOMInventoryPackage) GetEvidence added in v0.5.5

func (x *SBOMInventoryPackage) GetEvidence() *InstallationEvidence

func (*SBOMInventoryPackage) GetLicense added in v0.5.5

func (x *SBOMInventoryPackage) GetLicense() *LicenseExpr

func (*SBOMInventoryPackage) GetPackageId added in v0.4.0

func (x *SBOMInventoryPackage) GetPackageId() string

func (*SBOMInventoryPackage) GetPackageName added in v0.4.0

func (x *SBOMInventoryPackage) GetPackageName() string

func (*SBOMInventoryPackage) GetPackageType added in v0.4.0

func (x *SBOMInventoryPackage) GetPackageType() string

func (*SBOMInventoryPackage) GetPackageVersion added in v0.4.0

func (x *SBOMInventoryPackage) GetPackageVersion() string

func (*SBOMInventoryPackage) GetVulns added in v0.4.0

func (x *SBOMInventoryPackage) GetVulns() []*SBOMInventoryVuln

func (*SBOMInventoryPackage) ProtoMessage added in v0.4.0

func (*SBOMInventoryPackage) ProtoMessage()

func (*SBOMInventoryPackage) ProtoReflect added in v0.4.0

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

func (*SBOMInventoryPackage) Reset added in v0.4.0

func (x *SBOMInventoryPackage) Reset()

func (*SBOMInventoryPackage) String added in v0.4.0

func (x *SBOMInventoryPackage) String() string

type SBOMInventoryVuln added in v0.4.0

type SBOMInventoryVuln struct {
	VulnerabilityId string           `protobuf:"bytes,1,opt,name=vulnerability_id,json=vulnerabilityId,proto3" json:"vulnerability_id,omitempty"`
	Summary         string           `protobuf:"bytes,2,opt,name=summary,proto3" json:"summary,omitempty"`
	Severity        VulnSeverity     `protobuf:"varint,3,opt,name=severity,proto3,enum=edgebit.platform.v1alpha.VulnSeverity" json:"severity,omitempty"`
	References      []*VulnReference `protobuf:"bytes,4,rep,name=references,proto3" json:"references,omitempty"`
	FixState        VulnFixState     `` /* 129-byte string literal not displayed */
	FixVersions     []string         `protobuf:"bytes,6,rep,name=fix_versions,json=fixVersions,proto3" json:"fix_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*SBOMInventoryVuln) Descriptor deprecated added in v0.4.0

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

Deprecated: Use SBOMInventoryVuln.ProtoReflect.Descriptor instead.

func (*SBOMInventoryVuln) GetFixState added in v0.4.0

func (x *SBOMInventoryVuln) GetFixState() VulnFixState

func (*SBOMInventoryVuln) GetFixVersions added in v0.4.0

func (x *SBOMInventoryVuln) GetFixVersions() []string

func (*SBOMInventoryVuln) GetReferences added in v0.4.0

func (x *SBOMInventoryVuln) GetReferences() []*VulnReference

func (*SBOMInventoryVuln) GetSeverity added in v0.4.0

func (x *SBOMInventoryVuln) GetSeverity() VulnSeverity

func (*SBOMInventoryVuln) GetSummary added in v0.4.0

func (x *SBOMInventoryVuln) GetSummary() string

func (*SBOMInventoryVuln) GetVulnerabilityId added in v0.4.0

func (x *SBOMInventoryVuln) GetVulnerabilityId() string

func (*SBOMInventoryVuln) ProtoMessage added in v0.4.0

func (*SBOMInventoryVuln) ProtoMessage()

func (*SBOMInventoryVuln) ProtoReflect added in v0.4.0

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

func (*SBOMInventoryVuln) Reset added in v0.4.0

func (x *SBOMInventoryVuln) Reset()

func (*SBOMInventoryVuln) String added in v0.4.0

func (x *SBOMInventoryVuln) String() string

type SBOMListItem added in v0.4.0

type SBOMListItem struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId      string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Format         SBOMFormat             `protobuf:"varint,3,opt,name=format,proto3,enum=edgebit.platform.v1alpha.SBOMFormat" json:"format,omitempty"`
	Labels         map[string]string      `` /* 153-byte string literal not displayed */
	ImageId        string                 `protobuf:"bytes,5,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	Image          *Image                 `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"`
	SourceRepoUrl  string                 `protobuf:"bytes,7,opt,name=source_repo_url,json=sourceRepoUrl,proto3" json:"source_repo_url,omitempty"`
	SourceCommitId string                 `protobuf:"bytes,8,opt,name=source_commit_id,json=sourceCommitId,proto3" json:"source_commit_id,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	MachineId      string                 `protobuf:"bytes,10,opt,name=machine_id,json=machineId,proto3" json:"machine_id,omitempty"`
	ComponentId    string                 `protobuf:"bytes,11,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"` // Deprecated
	ComponentRef   *ComponentRef          `protobuf:"bytes,12,opt,name=component_ref,json=componentRef,proto3" json:"component_ref,omitempty"`
	MachineRef     *MachineRef            `protobuf:"bytes,13,opt,name=machine_ref,json=machineRef,proto3" json:"machine_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*SBOMListItem) Descriptor deprecated added in v0.4.0

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

Deprecated: Use SBOMListItem.ProtoReflect.Descriptor instead.

func (*SBOMListItem) GetComponentId added in v0.5.0

func (x *SBOMListItem) GetComponentId() string

func (*SBOMListItem) GetComponentRef added in v0.5.5

func (x *SBOMListItem) GetComponentRef() *ComponentRef

func (*SBOMListItem) GetCreatedAt added in v0.4.0

func (x *SBOMListItem) GetCreatedAt() *timestamppb.Timestamp

func (*SBOMListItem) GetFormat added in v0.4.0

func (x *SBOMListItem) GetFormat() SBOMFormat

func (*SBOMListItem) GetId added in v0.4.0

func (x *SBOMListItem) GetId() string

func (*SBOMListItem) GetImage added in v0.4.0

func (x *SBOMListItem) GetImage() *Image

func (*SBOMListItem) GetImageId added in v0.4.0

func (x *SBOMListItem) GetImageId() string

func (*SBOMListItem) GetLabels added in v0.4.0

func (x *SBOMListItem) GetLabels() map[string]string

func (*SBOMListItem) GetMachineId added in v0.4.0

func (x *SBOMListItem) GetMachineId() string

func (*SBOMListItem) GetMachineRef added in v0.5.5

func (x *SBOMListItem) GetMachineRef() *MachineRef

func (*SBOMListItem) GetProjectId added in v0.4.0

func (x *SBOMListItem) GetProjectId() string

func (*SBOMListItem) GetSourceCommitId added in v0.4.0

func (x *SBOMListItem) GetSourceCommitId() string

func (*SBOMListItem) GetSourceRepoUrl added in v0.4.0

func (x *SBOMListItem) GetSourceRepoUrl() string

func (*SBOMListItem) ProtoMessage added in v0.4.0

func (*SBOMListItem) ProtoMessage()

func (*SBOMListItem) ProtoReflect added in v0.4.0

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

func (*SBOMListItem) Reset added in v0.4.0

func (x *SBOMListItem) Reset()

func (*SBOMListItem) String added in v0.4.0

func (x *SBOMListItem) String() string

type ServerSBOMRoutingPolicy added in v0.5.5

type ServerSBOMRoutingPolicy struct {
	PolicyItems []*PolicyItem `protobuf:"bytes,1,rep,name=policy_items,json=policyItems,proto3" json:"policy_items,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerSBOMRoutingPolicy) Descriptor deprecated added in v0.5.5

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

Deprecated: Use ServerSBOMRoutingPolicy.ProtoReflect.Descriptor instead.

func (*ServerSBOMRoutingPolicy) GetPolicyItems added in v0.5.5

func (x *ServerSBOMRoutingPolicy) GetPolicyItems() []*PolicyItem

func (*ServerSBOMRoutingPolicy) ProtoMessage added in v0.5.5

func (*ServerSBOMRoutingPolicy) ProtoMessage()

func (*ServerSBOMRoutingPolicy) ProtoReflect added in v0.5.5

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

func (*ServerSBOMRoutingPolicy) Reset added in v0.5.5

func (x *ServerSBOMRoutingPolicy) Reset()

func (*ServerSBOMRoutingPolicy) String added in v0.5.5

func (x *ServerSBOMRoutingPolicy) String() string

type SetComponentTagRequest added in v0.5.0

type SetComponentTagRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	SbomId      string `protobuf:"bytes,4,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetComponentTagRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use SetComponentTagRequest.ProtoReflect.Descriptor instead.

func (*SetComponentTagRequest) GetComponentId added in v0.5.0

func (x *SetComponentTagRequest) GetComponentId() string

func (*SetComponentTagRequest) GetName added in v0.5.0

func (x *SetComponentTagRequest) GetName() string

func (*SetComponentTagRequest) GetProjectId added in v0.5.0

func (x *SetComponentTagRequest) GetProjectId() string

func (*SetComponentTagRequest) GetSbomId added in v0.5.0

func (x *SetComponentTagRequest) GetSbomId() string

func (*SetComponentTagRequest) ProtoMessage added in v0.5.0

func (*SetComponentTagRequest) ProtoMessage()

func (*SetComponentTagRequest) ProtoReflect added in v0.5.0

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

func (*SetComponentTagRequest) Reset added in v0.5.0

func (x *SetComponentTagRequest) Reset()

func (*SetComponentTagRequest) String added in v0.5.0

func (x *SetComponentTagRequest) String() string

type SetComponentTagResponse added in v0.5.0

type SetComponentTagResponse struct {
	Tag *ComponentTag `protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*SetComponentTagResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use SetComponentTagResponse.ProtoReflect.Descriptor instead.

func (*SetComponentTagResponse) GetTag added in v0.5.0

func (*SetComponentTagResponse) ProtoMessage added in v0.5.0

func (*SetComponentTagResponse) ProtoMessage()

func (*SetComponentTagResponse) ProtoReflect added in v0.5.0

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

func (*SetComponentTagResponse) Reset added in v0.5.0

func (x *SetComponentTagResponse) Reset()

func (*SetComponentTagResponse) String added in v0.5.0

func (x *SetComponentTagResponse) String() string

type SetProjectIssueSLAPolicyRequest added in v0.5.5

type SetProjectIssueSLAPolicyRequest struct {
	ProjectId     string               `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	NegligibleSla *durationpb.Duration `protobuf:"bytes,2,opt,name=negligible_sla,json=negligibleSla,proto3" json:"negligible_sla,omitempty"`
	LowSla        *durationpb.Duration `protobuf:"bytes,3,opt,name=low_sla,json=lowSla,proto3" json:"low_sla,omitempty"`
	MediumSla     *durationpb.Duration `protobuf:"bytes,4,opt,name=medium_sla,json=mediumSla,proto3" json:"medium_sla,omitempty"`
	HighSla       *durationpb.Duration `protobuf:"bytes,5,opt,name=high_sla,json=highSla,proto3" json:"high_sla,omitempty"`
	CriticalSla   *durationpb.Duration `protobuf:"bytes,6,opt,name=critical_sla,json=criticalSla,proto3" json:"critical_sla,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProjectIssueSLAPolicyRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use SetProjectIssueSLAPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetProjectIssueSLAPolicyRequest) GetCriticalSla added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) GetHighSla added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) GetLowSla added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) GetMediumSla added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) GetNegligibleSla added in v0.5.5

func (x *SetProjectIssueSLAPolicyRequest) GetNegligibleSla() *durationpb.Duration

func (*SetProjectIssueSLAPolicyRequest) GetProjectId added in v0.5.5

func (x *SetProjectIssueSLAPolicyRequest) GetProjectId() string

func (*SetProjectIssueSLAPolicyRequest) ProtoMessage added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) ProtoMessage()

func (*SetProjectIssueSLAPolicyRequest) ProtoReflect added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) Reset added in v0.5.5

func (*SetProjectIssueSLAPolicyRequest) String added in v0.5.5

type SetProjectIssueSLAPolicyResponse added in v0.5.5

type SetProjectIssueSLAPolicyResponse struct {
	Policy *ProjectIssueSLAPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SetProjectIssueSLAPolicyResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use SetProjectIssueSLAPolicyResponse.ProtoReflect.Descriptor instead.

func (*SetProjectIssueSLAPolicyResponse) GetPolicy added in v0.5.5

func (*SetProjectIssueSLAPolicyResponse) ProtoMessage added in v0.5.5

func (*SetProjectIssueSLAPolicyResponse) ProtoMessage()

func (*SetProjectIssueSLAPolicyResponse) ProtoReflect added in v0.5.5

func (*SetProjectIssueSLAPolicyResponse) Reset added in v0.5.5

func (*SetProjectIssueSLAPolicyResponse) String added in v0.5.5

type UpdateComponentIssueRequest added in v0.5.5

type UpdateComponentIssueRequest struct {
	ProjectId   string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ComponentId string                 `protobuf:"bytes,2,opt,name=component_id,json=componentId,proto3" json:"component_id,omitempty"`
	Id          string                 `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	State       ComponentIssueState    `protobuf:"varint,4,opt,name=state,proto3,enum=edgebit.platform.v1alpha.ComponentIssueState" json:"state,omitempty"`
	Severity    ComponentIssueSeverity `protobuf:"varint,5,opt,name=severity,proto3,enum=edgebit.platform.v1alpha.ComponentIssueSeverity" json:"severity,omitempty"`
	Comment     string                 `protobuf:"bytes,6,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateComponentIssueRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateComponentIssueRequest.ProtoReflect.Descriptor instead.

func (*UpdateComponentIssueRequest) GetComment added in v0.5.5

func (x *UpdateComponentIssueRequest) GetComment() string

func (*UpdateComponentIssueRequest) GetComponentId added in v0.5.5

func (x *UpdateComponentIssueRequest) GetComponentId() string

func (*UpdateComponentIssueRequest) GetId added in v0.5.5

func (*UpdateComponentIssueRequest) GetProjectId added in v0.5.5

func (x *UpdateComponentIssueRequest) GetProjectId() string

func (*UpdateComponentIssueRequest) GetSeverity added in v0.5.5

func (*UpdateComponentIssueRequest) GetState added in v0.5.5

func (*UpdateComponentIssueRequest) ProtoMessage added in v0.5.5

func (*UpdateComponentIssueRequest) ProtoMessage()

func (*UpdateComponentIssueRequest) ProtoReflect added in v0.5.5

func (*UpdateComponentIssueRequest) Reset added in v0.5.5

func (x *UpdateComponentIssueRequest) Reset()

func (*UpdateComponentIssueRequest) String added in v0.5.5

func (x *UpdateComponentIssueRequest) String() string

type UpdateComponentIssueResponse added in v0.5.5

type UpdateComponentIssueResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateComponentIssueResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateComponentIssueResponse.ProtoReflect.Descriptor instead.

func (*UpdateComponentIssueResponse) ProtoMessage added in v0.5.5

func (*UpdateComponentIssueResponse) ProtoMessage()

func (*UpdateComponentIssueResponse) ProtoReflect added in v0.5.5

func (*UpdateComponentIssueResponse) Reset added in v0.5.5

func (x *UpdateComponentIssueResponse) Reset()

func (*UpdateComponentIssueResponse) String added in v0.5.5

type UpdateComponentRequest added in v0.5.0

type UpdateComponentRequest struct {
	ProjectId                     string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id                            string                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Name                          string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	DisplayName                   string                 `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Labels                        map[string]string      `` /* 153-byte string literal not displayed */
	SourceRepository              string                 `protobuf:"bytes,6,opt,name=source_repository,json=sourceRepository,proto3" json:"source_repository,omitempty"`
	MachineSelector               string                 `protobuf:"bytes,7,opt,name=machine_selector,json=machineSelector,proto3" json:"machine_selector,omitempty"`
	DefaultTagName                string                 `protobuf:"bytes,8,opt,name=default_tag_name,json=defaultTagName,proto3" json:"default_tag_name,omitempty"`
	PolicyIgnoreSeverityThreshold ComponentIssueSeverity `` /* 206-byte string literal not displayed */
	PolicyDormantPackage          DormantPackagePolicy   `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateComponentRequest) Descriptor deprecated added in v0.5.0

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

Deprecated: Use UpdateComponentRequest.ProtoReflect.Descriptor instead.

func (*UpdateComponentRequest) GetDefaultTagName added in v0.5.0

func (x *UpdateComponentRequest) GetDefaultTagName() string

func (*UpdateComponentRequest) GetDisplayName added in v0.5.0

func (x *UpdateComponentRequest) GetDisplayName() string

func (*UpdateComponentRequest) GetId added in v0.5.0

func (x *UpdateComponentRequest) GetId() string

func (*UpdateComponentRequest) GetLabels added in v0.5.0

func (x *UpdateComponentRequest) GetLabels() map[string]string

func (*UpdateComponentRequest) GetMachineSelector added in v0.5.0

func (x *UpdateComponentRequest) GetMachineSelector() string

func (*UpdateComponentRequest) GetName added in v0.5.0

func (x *UpdateComponentRequest) GetName() string

func (*UpdateComponentRequest) GetPolicyDormantPackage added in v0.5.5

func (x *UpdateComponentRequest) GetPolicyDormantPackage() DormantPackagePolicy

func (*UpdateComponentRequest) GetPolicyIgnoreSeverityThreshold added in v0.5.5

func (x *UpdateComponentRequest) GetPolicyIgnoreSeverityThreshold() ComponentIssueSeverity

func (*UpdateComponentRequest) GetProjectId added in v0.5.0

func (x *UpdateComponentRequest) GetProjectId() string

func (*UpdateComponentRequest) GetSourceRepository added in v0.5.0

func (x *UpdateComponentRequest) GetSourceRepository() string

func (*UpdateComponentRequest) ProtoMessage added in v0.5.0

func (*UpdateComponentRequest) ProtoMessage()

func (*UpdateComponentRequest) ProtoReflect added in v0.5.0

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

func (*UpdateComponentRequest) Reset added in v0.5.0

func (x *UpdateComponentRequest) Reset()

func (*UpdateComponentRequest) String added in v0.5.0

func (x *UpdateComponentRequest) String() string

type UpdateComponentResponse added in v0.5.0

type UpdateComponentResponse struct {
	Component *Component `protobuf:"bytes,1,opt,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateComponentResponse) Descriptor deprecated added in v0.5.0

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

Deprecated: Use UpdateComponentResponse.ProtoReflect.Descriptor instead.

func (*UpdateComponentResponse) GetComponent added in v0.5.0

func (x *UpdateComponentResponse) GetComponent() *Component

func (*UpdateComponentResponse) ProtoMessage added in v0.5.0

func (*UpdateComponentResponse) ProtoMessage()

func (*UpdateComponentResponse) ProtoReflect added in v0.5.0

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

func (*UpdateComponentResponse) Reset added in v0.5.0

func (x *UpdateComponentResponse) Reset()

func (*UpdateComponentResponse) String added in v0.5.0

func (x *UpdateComponentResponse) String() string

type UpdateGitHubIntegrationRequest added in v0.5.5

type UpdateGitHubIntegrationRequest struct {
	IntegrationId string                       `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Settings      []*GitHubIntegrationSettings `protobuf:"bytes,2,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGitHubIntegrationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateGitHubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateGitHubIntegrationRequest) GetIntegrationId added in v0.5.5

func (x *UpdateGitHubIntegrationRequest) GetIntegrationId() string

func (*UpdateGitHubIntegrationRequest) GetSettings added in v0.5.5

func (*UpdateGitHubIntegrationRequest) ProtoMessage added in v0.5.5

func (*UpdateGitHubIntegrationRequest) ProtoMessage()

func (*UpdateGitHubIntegrationRequest) ProtoReflect added in v0.5.5

func (*UpdateGitHubIntegrationRequest) Reset added in v0.5.5

func (x *UpdateGitHubIntegrationRequest) Reset()

func (*UpdateGitHubIntegrationRequest) String added in v0.5.5

type UpdateGitHubIntegrationResponse added in v0.5.5

type UpdateGitHubIntegrationResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateGitHubIntegrationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateGitHubIntegrationResponse.ProtoReflect.Descriptor instead.

func (*UpdateGitHubIntegrationResponse) ProtoMessage added in v0.5.5

func (*UpdateGitHubIntegrationResponse) ProtoMessage()

func (*UpdateGitHubIntegrationResponse) ProtoReflect added in v0.5.5

func (*UpdateGitHubIntegrationResponse) Reset added in v0.5.5

func (*UpdateGitHubIntegrationResponse) String added in v0.5.5

type UpdateJiraIntegrationRequest added in v0.5.5

type UpdateJiraIntegrationRequest struct {
	IntegrationId string                     `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Settings      []*JiraIntegrationSettings `protobuf:"bytes,2,rep,name=settings,proto3" json:"settings,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateJiraIntegrationRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateJiraIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateJiraIntegrationRequest) GetIntegrationId added in v0.5.5

func (x *UpdateJiraIntegrationRequest) GetIntegrationId() string

func (*UpdateJiraIntegrationRequest) GetSettings added in v0.5.5

func (*UpdateJiraIntegrationRequest) ProtoMessage added in v0.5.5

func (*UpdateJiraIntegrationRequest) ProtoMessage()

func (*UpdateJiraIntegrationRequest) ProtoReflect added in v0.5.5

func (*UpdateJiraIntegrationRequest) Reset added in v0.5.5

func (x *UpdateJiraIntegrationRequest) Reset()

func (*UpdateJiraIntegrationRequest) String added in v0.5.5

type UpdateJiraIntegrationResponse added in v0.5.5

type UpdateJiraIntegrationResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateJiraIntegrationResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateJiraIntegrationResponse.ProtoReflect.Descriptor instead.

func (*UpdateJiraIntegrationResponse) ProtoMessage added in v0.5.5

func (*UpdateJiraIntegrationResponse) ProtoMessage()

func (*UpdateJiraIntegrationResponse) ProtoReflect added in v0.5.5

func (*UpdateJiraIntegrationResponse) Reset added in v0.5.5

func (x *UpdateJiraIntegrationResponse) Reset()

func (*UpdateJiraIntegrationResponse) String added in v0.5.5

type UpdateProjectRequest added in v0.5.5

type UpdateProjectRequest struct {
	ProjectId   string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetDescription added in v0.5.5

func (x *UpdateProjectRequest) GetDescription() string

func (*UpdateProjectRequest) GetName added in v0.5.5

func (x *UpdateProjectRequest) GetName() string

func (*UpdateProjectRequest) GetProjectId added in v0.5.5

func (x *UpdateProjectRequest) GetProjectId() string

func (*UpdateProjectRequest) ProtoMessage added in v0.5.5

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect added in v0.5.5

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

func (*UpdateProjectRequest) Reset added in v0.5.5

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String added in v0.5.5

func (x *UpdateProjectRequest) String() string

type UpdateProjectResponse added in v0.5.5

type UpdateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) GetProject added in v0.5.5

func (x *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) ProtoMessage added in v0.5.5

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect added in v0.5.5

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

func (*UpdateProjectResponse) Reset added in v0.5.5

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String added in v0.5.5

func (x *UpdateProjectResponse) String() string

type UpdateServerSbomRoutingPolicyRequest added in v0.5.5

type UpdateServerSbomRoutingPolicyRequest struct {
	ProjectId   string        `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PolicyItems []*PolicyItem `protobuf:"bytes,2,rep,name=policy_items,json=policyItems,proto3" json:"policy_items,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServerSbomRoutingPolicyRequest) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateServerSbomRoutingPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateServerSbomRoutingPolicyRequest) GetPolicyItems added in v0.5.5

func (x *UpdateServerSbomRoutingPolicyRequest) GetPolicyItems() []*PolicyItem

func (*UpdateServerSbomRoutingPolicyRequest) GetProjectId added in v0.5.5

func (x *UpdateServerSbomRoutingPolicyRequest) GetProjectId() string

func (*UpdateServerSbomRoutingPolicyRequest) ProtoMessage added in v0.5.5

func (*UpdateServerSbomRoutingPolicyRequest) ProtoMessage()

func (*UpdateServerSbomRoutingPolicyRequest) ProtoReflect added in v0.5.5

func (*UpdateServerSbomRoutingPolicyRequest) Reset added in v0.5.5

func (*UpdateServerSbomRoutingPolicyRequest) String added in v0.5.5

type UpdateServerSbomRoutingPolicyResponse added in v0.5.5

type UpdateServerSbomRoutingPolicyResponse struct {
	// contains filtered or unexported fields
}

func (*UpdateServerSbomRoutingPolicyResponse) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UpdateServerSbomRoutingPolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdateServerSbomRoutingPolicyResponse) ProtoMessage added in v0.5.5

func (*UpdateServerSbomRoutingPolicyResponse) ProtoMessage()

func (*UpdateServerSbomRoutingPolicyResponse) ProtoReflect added in v0.5.5

func (*UpdateServerSbomRoutingPolicyResponse) Reset added in v0.5.5

func (*UpdateServerSbomRoutingPolicyResponse) String added in v0.5.5

type UploadSBOMHeader

type UploadSBOMHeader struct {
	ProjectId      string            `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Format         SBOMFormat        `protobuf:"varint,2,opt,name=format,proto3,enum=edgebit.platform.v1alpha.SBOMFormat" json:"format,omitempty"`
	Labels         map[string]string `` /* 153-byte string literal not displayed */
	ImageId        string            `protobuf:"bytes,4,opt,name=image_id,json=imageId,proto3" json:"image_id,omitempty"`
	Image          *Image            `protobuf:"bytes,5,opt,name=image,proto3" json:"image,omitempty"`
	SourceRepoUrl  string            `protobuf:"bytes,6,opt,name=source_repo_url,json=sourceRepoUrl,proto3" json:"source_repo_url,omitempty"`
	SourceCommitId string            `protobuf:"bytes,7,opt,name=source_commit_id,json=sourceCommitId,proto3" json:"source_commit_id,omitempty"`
	ComponentName  string            `protobuf:"bytes,8,opt,name=component_name,json=componentName,proto3" json:"component_name,omitempty"`
	Tags           []string          `protobuf:"bytes,9,rep,name=tags,proto3" json:"tags,omitempty"`
	Size           uint64            `protobuf:"varint,10,opt,name=size,proto3" json:"size,omitempty"`
	PullRequest    string            `protobuf:"bytes,11,opt,name=pull_request,json=pullRequest,proto3" json:"pull_request,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadSBOMHeader) Descriptor deprecated

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

Deprecated: Use UploadSBOMHeader.ProtoReflect.Descriptor instead.

func (*UploadSBOMHeader) GetComponentName added in v0.5.0

func (x *UploadSBOMHeader) GetComponentName() string

func (*UploadSBOMHeader) GetFormat

func (x *UploadSBOMHeader) GetFormat() SBOMFormat

func (*UploadSBOMHeader) GetImage

func (x *UploadSBOMHeader) GetImage() *Image

func (*UploadSBOMHeader) GetImageId

func (x *UploadSBOMHeader) GetImageId() string

func (*UploadSBOMHeader) GetLabels

func (x *UploadSBOMHeader) GetLabels() map[string]string

func (*UploadSBOMHeader) GetProjectId

func (x *UploadSBOMHeader) GetProjectId() string

func (*UploadSBOMHeader) GetPullRequest added in v0.5.5

func (x *UploadSBOMHeader) GetPullRequest() string

func (*UploadSBOMHeader) GetSize added in v0.5.5

func (x *UploadSBOMHeader) GetSize() uint64

func (*UploadSBOMHeader) GetSourceCommitId

func (x *UploadSBOMHeader) GetSourceCommitId() string

func (*UploadSBOMHeader) GetSourceRepoUrl

func (x *UploadSBOMHeader) GetSourceRepoUrl() string

func (*UploadSBOMHeader) GetTags added in v0.5.0

func (x *UploadSBOMHeader) GetTags() []string

func (*UploadSBOMHeader) ProtoMessage

func (*UploadSBOMHeader) ProtoMessage()

func (*UploadSBOMHeader) ProtoReflect

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

func (*UploadSBOMHeader) Reset

func (x *UploadSBOMHeader) Reset()

func (*UploadSBOMHeader) String

func (x *UploadSBOMHeader) String() string

type UploadSBOMRequest

type UploadSBOMRequest struct {

	// Types that are assignable to Kind:
	//
	//	*UploadSBOMRequest_Header
	//	*UploadSBOMRequest_Data
	Kind isUploadSBOMRequest_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*UploadSBOMRequest) Descriptor deprecated

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

Deprecated: Use UploadSBOMRequest.ProtoReflect.Descriptor instead.

func (*UploadSBOMRequest) GetData

func (x *UploadSBOMRequest) GetData() []byte

func (*UploadSBOMRequest) GetHeader

func (x *UploadSBOMRequest) GetHeader() *UploadSBOMHeader

func (*UploadSBOMRequest) GetKind

func (m *UploadSBOMRequest) GetKind() isUploadSBOMRequest_Kind

func (*UploadSBOMRequest) ProtoMessage

func (*UploadSBOMRequest) ProtoMessage()

func (*UploadSBOMRequest) ProtoReflect

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

func (*UploadSBOMRequest) Reset

func (x *UploadSBOMRequest) Reset()

func (*UploadSBOMRequest) String

func (x *UploadSBOMRequest) String() string

type UploadSBOMRequest_Data

type UploadSBOMRequest_Data struct {
	Data []byte `protobuf:"bytes,2,opt,name=data,proto3,oneof"`
}

type UploadSBOMRequest_Header

type UploadSBOMRequest_Header struct {
	Header *UploadSBOMHeader `protobuf:"bytes,1,opt,name=header,proto3,oneof"`
}

type UploadSBOMResponse

type UploadSBOMResponse struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadSBOMResponse) Descriptor deprecated

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

Deprecated: Use UploadSBOMResponse.ProtoReflect.Descriptor instead.

func (*UploadSBOMResponse) GetId

func (x *UploadSBOMResponse) GetId() string

func (*UploadSBOMResponse) ProtoMessage

func (*UploadSBOMResponse) ProtoMessage()

func (*UploadSBOMResponse) ProtoReflect

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

func (*UploadSBOMResponse) Reset

func (x *UploadSBOMResponse) Reset()

func (*UploadSBOMResponse) String

func (x *UploadSBOMResponse) String() string

type UserRef added in v0.5.5

type UserRef struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId     string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	HumanName string `protobuf:"bytes,3,opt,name=human_name,json=humanName,proto3" json:"human_name,omitempty"`
	Email     string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRef) Descriptor deprecated added in v0.5.5

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

Deprecated: Use UserRef.ProtoReflect.Descriptor instead.

func (*UserRef) GetEmail added in v0.5.5

func (x *UserRef) GetEmail() string

func (*UserRef) GetHumanName added in v0.5.5

func (x *UserRef) GetHumanName() string

func (*UserRef) GetId added in v0.5.5

func (x *UserRef) GetId() string

func (*UserRef) GetOrgId added in v0.5.5

func (x *UserRef) GetOrgId() string

func (*UserRef) ProtoMessage added in v0.5.5

func (*UserRef) ProtoMessage()

func (*UserRef) ProtoReflect added in v0.5.5

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

func (*UserRef) Reset added in v0.5.5

func (x *UserRef) Reset()

func (*UserRef) String added in v0.5.5

func (x *UserRef) String() string

type VCSImport added in v0.5.5

type VCSImport struct {

	// Types that are assignable to Kind:
	//
	//	*VCSImport_Github
	Kind isVCSImport_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*VCSImport) Descriptor deprecated added in v0.5.5

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

Deprecated: Use VCSImport.ProtoReflect.Descriptor instead.

func (*VCSImport) GetGithub added in v0.5.5

func (x *VCSImport) GetGithub() *GitHubRepoToImport

func (*VCSImport) GetKind added in v0.5.5

func (m *VCSImport) GetKind() isVCSImport_Kind

func (*VCSImport) ProtoMessage added in v0.5.5

func (*VCSImport) ProtoMessage()

func (*VCSImport) ProtoReflect added in v0.5.5

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

func (*VCSImport) Reset added in v0.5.5

func (x *VCSImport) Reset()

func (*VCSImport) String added in v0.5.5

func (x *VCSImport) String() string

type VCSImport_Github added in v0.5.5

type VCSImport_Github struct {
	Github *GitHubRepoToImport `protobuf:"bytes,1,opt,name=github,proto3,oneof"`
}

type VCSRepository added in v0.5.5

type VCSRepository struct {
	IntegrationId string                 `protobuf:"bytes,1,opt,name=integration_id,json=integrationId,proto3" json:"integration_id,omitempty"`
	Owner         string                 `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Name          string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description   string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Private       bool                   `protobuf:"varint,5,opt,name=private,proto3" json:"private,omitempty"`
	Url           string                 `protobuf:"bytes,6,opt,name=url,proto3" json:"url,omitempty"`
	LastActivity  *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_activity,json=lastActivity,proto3" json:"last_activity,omitempty"`
	// contains filtered or unexported fields
}

func (*VCSRepository) Descriptor deprecated added in v0.5.5

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

Deprecated: Use VCSRepository.ProtoReflect.Descriptor instead.

func (*VCSRepository) GetDescription added in v0.5.5

func (x *VCSRepository) GetDescription() string

func (*VCSRepository) GetIntegrationId added in v0.5.5

func (x *VCSRepository) GetIntegrationId() string

func (*VCSRepository) GetLastActivity added in v0.5.5

func (x *VCSRepository) GetLastActivity() *timestamppb.Timestamp

func (*VCSRepository) GetName added in v0.5.5

func (x *VCSRepository) GetName() string

func (*VCSRepository) GetOwner added in v0.5.5

func (x *VCSRepository) GetOwner() string

func (*VCSRepository) GetPrivate added in v0.5.5

func (x *VCSRepository) GetPrivate() bool

func (*VCSRepository) GetUrl added in v0.5.5

func (x *VCSRepository) GetUrl() string

func (*VCSRepository) ProtoMessage added in v0.5.5

func (*VCSRepository) ProtoMessage()

func (*VCSRepository) ProtoReflect added in v0.5.5

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

func (*VCSRepository) Reset added in v0.5.5

func (x *VCSRepository) Reset()

func (*VCSRepository) String added in v0.5.5

func (x *VCSRepository) String() string

type VulnFixState

type VulnFixState int32
const (
	VulnFixState_VULN_FIX_STATE_UNSPECIFIED VulnFixState = 0
	VulnFixState_VULN_FIX_STATE_NOTFIXED    VulnFixState = 1
	VulnFixState_VULN_FIX_STATE_WONTFIX     VulnFixState = 2
	VulnFixState_VULN_FIX_STATE_FIXED       VulnFixState = 3
)

func (VulnFixState) Descriptor

func (VulnFixState) Enum

func (x VulnFixState) Enum() *VulnFixState

func (VulnFixState) EnumDescriptor deprecated

func (VulnFixState) EnumDescriptor() ([]byte, []int)

Deprecated: Use VulnFixState.Descriptor instead.

func (VulnFixState) Number

func (VulnFixState) String

func (x VulnFixState) String() string

func (VulnFixState) Type

type VulnIssueDetails added in v0.5.5

type VulnIssueDetails struct {
	Id          string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string           `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	References  []*VulnReference `protobuf:"bytes,3,rep,name=references,proto3" json:"references,omitempty"`
	FixState    VulnFixState     `` /* 129-byte string literal not displayed */
	FixVersions []string         `protobuf:"bytes,6,rep,name=fix_versions,json=fixVersions,proto3" json:"fix_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*VulnIssueDetails) Descriptor deprecated added in v0.5.5

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

Deprecated: Use VulnIssueDetails.ProtoReflect.Descriptor instead.

func (*VulnIssueDetails) GetDescription added in v0.5.5

func (x *VulnIssueDetails) GetDescription() string

func (*VulnIssueDetails) GetFixState added in v0.5.5

func (x *VulnIssueDetails) GetFixState() VulnFixState

func (*VulnIssueDetails) GetFixVersions added in v0.5.5

func (x *VulnIssueDetails) GetFixVersions() []string

func (*VulnIssueDetails) GetId added in v0.5.5

func (x *VulnIssueDetails) GetId() string

func (*VulnIssueDetails) GetReferences added in v0.5.5

func (x *VulnIssueDetails) GetReferences() []*VulnReference

func (*VulnIssueDetails) ProtoMessage added in v0.5.5

func (*VulnIssueDetails) ProtoMessage()

func (*VulnIssueDetails) ProtoReflect added in v0.5.5

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

func (*VulnIssueDetails) Reset added in v0.5.5

func (x *VulnIssueDetails) Reset()

func (*VulnIssueDetails) String added in v0.5.5

func (x *VulnIssueDetails) String() string

type VulnReference

type VulnReference struct {
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*VulnReference) Descriptor deprecated

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

Deprecated: Use VulnReference.ProtoReflect.Descriptor instead.

func (*VulnReference) GetUrl

func (x *VulnReference) GetUrl() string

func (*VulnReference) ProtoMessage

func (*VulnReference) ProtoMessage()

func (*VulnReference) ProtoReflect

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

func (*VulnReference) Reset

func (x *VulnReference) Reset()

func (*VulnReference) String

func (x *VulnReference) String() string

type VulnSeverity

type VulnSeverity int32
const (
	VulnSeverity_VULN_SEVERITY_UNSPECIFIED VulnSeverity = 0
	VulnSeverity_VULN_SEVERITY_NEGLIGIBLE  VulnSeverity = 1
	VulnSeverity_VULN_SEVERITY_LOW         VulnSeverity = 2
	VulnSeverity_VULN_SEVERITY_MEDIUM      VulnSeverity = 3
	VulnSeverity_VULN_SEVERITY_HIGH        VulnSeverity = 4
	VulnSeverity_VULN_SEVERITY_CRITICAL    VulnSeverity = 5
)

func (VulnSeverity) Descriptor

func (VulnSeverity) Enum

func (x VulnSeverity) Enum() *VulnSeverity

func (VulnSeverity) EnumDescriptor deprecated

func (VulnSeverity) EnumDescriptor() ([]byte, []int)

Deprecated: Use VulnSeverity.Descriptor instead.

func (VulnSeverity) Number

func (VulnSeverity) String

func (x VulnSeverity) String() string

func (VulnSeverity) Type

type Vulnerability

type Vulnerability struct {
	Id          string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Description string           `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Severity    VulnSeverity     `protobuf:"varint,3,opt,name=severity,proto3,enum=edgebit.platform.v1alpha.VulnSeverity" json:"severity,omitempty"`
	References  []*VulnReference `protobuf:"bytes,4,rep,name=references,proto3" json:"references,omitempty"`
	FixState    VulnFixState     `` /* 129-byte string literal not displayed */
	FixVersions []string         `protobuf:"bytes,6,rep,name=fix_versions,json=fixVersions,proto3" json:"fix_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*Vulnerability) Descriptor deprecated

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

Deprecated: Use Vulnerability.ProtoReflect.Descriptor instead.

func (*Vulnerability) GetDescription

func (x *Vulnerability) GetDescription() string

func (*Vulnerability) GetFixState

func (x *Vulnerability) GetFixState() VulnFixState

func (*Vulnerability) GetFixVersions added in v0.5.5

func (x *Vulnerability) GetFixVersions() []string

func (*Vulnerability) GetId

func (x *Vulnerability) GetId() string

func (*Vulnerability) GetReferences

func (x *Vulnerability) GetReferences() []*VulnReference

func (*Vulnerability) GetSeverity

func (x *Vulnerability) GetSeverity() VulnSeverity

func (*Vulnerability) ProtoMessage

func (*Vulnerability) ProtoMessage()

func (*Vulnerability) ProtoReflect

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

func (*Vulnerability) Reset

func (x *Vulnerability) Reset()

func (*Vulnerability) String

func (x *Vulnerability) String() string

type Workload

type Workload struct {
	Id                        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId                 string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                      string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type                      string                 `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	Trust                     string                 `protobuf:"bytes,5,opt,name=trust,proto3" json:"trust,omitempty"`
	TotalVulnerabilities      int32                  `protobuf:"varint,6,opt,name=total_vulnerabilities,json=totalVulnerabilities,proto3" json:"total_vulnerabilities,omitempty"`
	ActionableVulnerabilities int32                  `` /* 137-byte string literal not displayed */
	SourceId                  string                 `protobuf:"bytes,8,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
	ImageName                 string                 `protobuf:"bytes,9,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
	StartedAt                 *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	EndedAt                   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Workload) Descriptor deprecated

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

Deprecated: Use Workload.ProtoReflect.Descriptor instead.

func (*Workload) GetActionableVulnerabilities

func (x *Workload) GetActionableVulnerabilities() int32

func (*Workload) GetEndedAt added in v0.5.0

func (x *Workload) GetEndedAt() *timestamppb.Timestamp

func (*Workload) GetId

func (x *Workload) GetId() string

func (*Workload) GetImageName added in v0.5.0

func (x *Workload) GetImageName() string

func (*Workload) GetName

func (x *Workload) GetName() string

func (*Workload) GetProjectId

func (x *Workload) GetProjectId() string

func (*Workload) GetSourceId

func (x *Workload) GetSourceId() string

func (*Workload) GetStartedAt added in v0.5.0

func (x *Workload) GetStartedAt() *timestamppb.Timestamp

func (*Workload) GetTotalVulnerabilities

func (x *Workload) GetTotalVulnerabilities() int32

func (*Workload) GetTrust

func (x *Workload) GetTrust() string

func (*Workload) GetType

func (x *Workload) GetType() string

func (*Workload) ProtoMessage

func (*Workload) ProtoMessage()

func (*Workload) ProtoReflect

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

func (*Workload) Reset

func (x *Workload) Reset()

func (*Workload) String

func (x *Workload) String() string

type WorkloadItem added in v0.5.1

type WorkloadItem struct {
	Id                   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId            string                 `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name                 string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Type                 string                 `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	TotalVulnerabilities int32                  `protobuf:"varint,5,opt,name=total_vulnerabilities,json=totalVulnerabilities,proto3" json:"total_vulnerabilities,omitempty"`
	SbomId               string                 `protobuf:"bytes,6,opt,name=sbom_id,json=sbomId,proto3" json:"sbom_id,omitempty"`
	ImageName            string                 `protobuf:"bytes,7,opt,name=image_name,json=imageName,proto3" json:"image_name,omitempty"`
	StartedAt            *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	EndedAt              *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	Labels               map[string]string      `` /* 154-byte string literal not displayed */
	ComponentRef         *ComponentRef          `protobuf:"bytes,11,opt,name=component_ref,json=componentRef,proto3,oneof" json:"component_ref,omitempty"`
	MachineRef           *MachineRef            `protobuf:"bytes,12,opt,name=machine_ref,json=machineRef,proto3" json:"machine_ref,omitempty"`
	// contains filtered or unexported fields
}

func (*WorkloadItem) Descriptor deprecated added in v0.5.1

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

Deprecated: Use WorkloadItem.ProtoReflect.Descriptor instead.

func (*WorkloadItem) GetComponentRef added in v0.5.5

func (x *WorkloadItem) GetComponentRef() *ComponentRef

func (*WorkloadItem) GetEndedAt added in v0.5.1

func (x *WorkloadItem) GetEndedAt() *timestamppb.Timestamp

func (*WorkloadItem) GetId added in v0.5.1

func (x *WorkloadItem) GetId() string

func (*WorkloadItem) GetImageName added in v0.5.1

func (x *WorkloadItem) GetImageName() string

func (*WorkloadItem) GetLabels added in v0.5.1

func (x *WorkloadItem) GetLabels() map[string]string

func (*WorkloadItem) GetMachineRef added in v0.5.5

func (x *WorkloadItem) GetMachineRef() *MachineRef

func (*WorkloadItem) GetName added in v0.5.1

func (x *WorkloadItem) GetName() string

func (*WorkloadItem) GetProjectId added in v0.5.1

func (x *WorkloadItem) GetProjectId() string

func (*WorkloadItem) GetSbomId added in v0.5.1

func (x *WorkloadItem) GetSbomId() string

func (*WorkloadItem) GetStartedAt added in v0.5.1

func (x *WorkloadItem) GetStartedAt() *timestamppb.Timestamp

func (*WorkloadItem) GetTotalVulnerabilities added in v0.5.1

func (x *WorkloadItem) GetTotalVulnerabilities() int32

func (*WorkloadItem) GetType added in v0.5.1

func (x *WorkloadItem) GetType() string

func (*WorkloadItem) ProtoMessage added in v0.5.1

func (*WorkloadItem) ProtoMessage()

func (*WorkloadItem) ProtoReflect added in v0.5.1

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

func (*WorkloadItem) Reset added in v0.5.1

func (x *WorkloadItem) Reset()

func (*WorkloadItem) String added in v0.5.1

func (x *WorkloadItem) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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