source_metadatapb

package
v3.75.0 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Visibility_name = map[int32]string{
		0: "public",
		1: "private",
		2: "shared",
		3: "unknown",
	}
	Visibility_value = map[string]int32{
		"public":  0,
		"private": 1,
		"shared":  2,
		"unknown": 3,
	}
)

Enum value maps for Visibility.

View Source
var File_source_metadata_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Artifactory added in v3.0.3

type Artifactory struct {
	Repo      string `protobuf:"bytes,1,opt,name=repo,proto3" json:"repo,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Username  string `protobuf:"bytes,5,opt,name=username,proto3" json:"username,omitempty"`
	Email     string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-FileInfo

func (*Artifactory) Descriptor deprecated added in v3.0.3

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

Deprecated: Use Artifactory.ProtoReflect.Descriptor instead.

func (*Artifactory) GetEmail added in v3.0.3

func (x *Artifactory) GetEmail() string
func (x *Artifactory) GetLink() string

func (*Artifactory) GetPath added in v3.0.3

func (x *Artifactory) GetPath() string

func (*Artifactory) GetRepo added in v3.0.3

func (x *Artifactory) GetRepo() string

func (*Artifactory) GetTimestamp added in v3.0.3

func (x *Artifactory) GetTimestamp() string

func (*Artifactory) GetUsername added in v3.0.3

func (x *Artifactory) GetUsername() string

func (*Artifactory) ProtoMessage added in v3.0.3

func (*Artifactory) ProtoMessage()

func (*Artifactory) ProtoReflect added in v3.0.3

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

func (*Artifactory) Reset added in v3.0.3

func (x *Artifactory) Reset()

func (*Artifactory) String added in v3.0.3

func (x *Artifactory) String() string

func (*Artifactory) Validate added in v3.0.3

func (m *Artifactory) Validate() error

Validate checks the field values on Artifactory with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Artifactory) ValidateAll added in v3.0.3

func (m *Artifactory) ValidateAll() error

ValidateAll checks the field values on Artifactory with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ArtifactoryMultiError, or nil if none found.

type ArtifactoryMultiError added in v3.0.3

type ArtifactoryMultiError []error

ArtifactoryMultiError is an error wrapping multiple validation errors returned by Artifactory.ValidateAll() if the designated constraints aren't met.

func (ArtifactoryMultiError) AllErrors added in v3.0.3

func (m ArtifactoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ArtifactoryMultiError) Error added in v3.0.3

func (m ArtifactoryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ArtifactoryValidationError added in v3.0.3

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

ArtifactoryValidationError is the validation error returned by Artifactory.Validate if the designated constraints aren't met.

func (ArtifactoryValidationError) Cause added in v3.0.3

Cause function returns cause value.

func (ArtifactoryValidationError) Error added in v3.0.3

Error satisfies the builtin error interface

func (ArtifactoryValidationError) ErrorName added in v3.0.3

func (e ArtifactoryValidationError) ErrorName() string

ErrorName returns error name.

func (ArtifactoryValidationError) Field added in v3.0.3

Field function returns field value.

func (ArtifactoryValidationError) Key added in v3.0.3

Key function returns key value.

func (ArtifactoryValidationError) Reason added in v3.0.3

Reason function returns reason value.

type Azure

type Azure struct {
	Container string `protobuf:"bytes,1,opt,name=container,proto3" json:"container,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Uploaded  string `protobuf:"bytes,3,opt,name=uploaded,proto3" json:"uploaded,omitempty"`
	Link      string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*Azure) Descriptor deprecated

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

Deprecated: Use Azure.ProtoReflect.Descriptor instead.

func (*Azure) GetContainer

func (x *Azure) GetContainer() string

func (*Azure) GetEmail

func (x *Azure) GetEmail() string

func (*Azure) GetFile

func (x *Azure) GetFile() string
func (x *Azure) GetLink() string

func (*Azure) GetUploaded

func (x *Azure) GetUploaded() string

func (*Azure) ProtoMessage

func (*Azure) ProtoMessage()

func (*Azure) ProtoReflect

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

func (*Azure) Reset

func (x *Azure) Reset()

func (*Azure) String

func (x *Azure) String() string

func (*Azure) Validate

func (m *Azure) Validate() error

Validate checks the field values on Azure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Azure) ValidateAll

func (m *Azure) ValidateAll() error

ValidateAll checks the field values on Azure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AzureMultiError, or nil if none found.

type AzureMultiError

type AzureMultiError []error

AzureMultiError is an error wrapping multiple validation errors returned by Azure.ValidateAll() if the designated constraints aren't met.

func (AzureMultiError) AllErrors

func (m AzureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureMultiError) Error

func (m AzureMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AzureRepos added in v3.45.2

type AzureRepos struct {
	Link         string     `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Username     string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository   string     `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	Commit       string     `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	Email        string     `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	File         string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Timestamp    string     `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line         int64      `protobuf:"varint,8,opt,name=line,proto3" json:"line,omitempty"`
	Visibility   Visibility `protobuf:"varint,9,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	Project      string     `protobuf:"bytes,10,opt,name=project,proto3" json:"project,omitempty"`
	Organization string     `protobuf:"bytes,11,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*AzureRepos) Descriptor deprecated added in v3.45.2

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

Deprecated: Use AzureRepos.ProtoReflect.Descriptor instead.

func (*AzureRepos) GetCommit added in v3.45.2

func (x *AzureRepos) GetCommit() string

func (*AzureRepos) GetEmail added in v3.45.2

func (x *AzureRepos) GetEmail() string

func (*AzureRepos) GetFile added in v3.45.2

func (x *AzureRepos) GetFile() string

func (*AzureRepos) GetLine added in v3.45.2

func (x *AzureRepos) GetLine() int64
func (x *AzureRepos) GetLink() string

func (*AzureRepos) GetOrganization added in v3.45.2

func (x *AzureRepos) GetOrganization() string

func (*AzureRepos) GetProject added in v3.45.2

func (x *AzureRepos) GetProject() string

func (*AzureRepos) GetRepository added in v3.45.2

func (x *AzureRepos) GetRepository() string

func (*AzureRepos) GetTimestamp added in v3.45.2

func (x *AzureRepos) GetTimestamp() string

func (*AzureRepos) GetUsername added in v3.45.2

func (x *AzureRepos) GetUsername() string

func (*AzureRepos) GetVisibility added in v3.45.2

func (x *AzureRepos) GetVisibility() Visibility

func (*AzureRepos) ProtoMessage added in v3.45.2

func (*AzureRepos) ProtoMessage()

func (*AzureRepos) ProtoReflect added in v3.45.2

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

func (*AzureRepos) Reset added in v3.45.2

func (x *AzureRepos) Reset()

func (*AzureRepos) String added in v3.45.2

func (x *AzureRepos) String() string

func (*AzureRepos) Validate added in v3.45.2

func (m *AzureRepos) Validate() error

Validate checks the field values on AzureRepos with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AzureRepos) ValidateAll added in v3.45.2

func (m *AzureRepos) ValidateAll() error

ValidateAll checks the field values on AzureRepos with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AzureReposMultiError, or nil if none found.

type AzureReposMultiError added in v3.45.2

type AzureReposMultiError []error

AzureReposMultiError is an error wrapping multiple validation errors returned by AzureRepos.ValidateAll() if the designated constraints aren't met.

func (AzureReposMultiError) AllErrors added in v3.45.2

func (m AzureReposMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AzureReposMultiError) Error added in v3.45.2

func (m AzureReposMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AzureReposValidationError added in v3.45.2

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

AzureReposValidationError is the validation error returned by AzureRepos.Validate if the designated constraints aren't met.

func (AzureReposValidationError) Cause added in v3.45.2

func (e AzureReposValidationError) Cause() error

Cause function returns cause value.

func (AzureReposValidationError) Error added in v3.45.2

Error satisfies the builtin error interface

func (AzureReposValidationError) ErrorName added in v3.45.2

func (e AzureReposValidationError) ErrorName() string

ErrorName returns error name.

func (AzureReposValidationError) Field added in v3.45.2

Field function returns field value.

func (AzureReposValidationError) Key added in v3.45.2

Key function returns key value.

func (AzureReposValidationError) Reason added in v3.45.2

func (e AzureReposValidationError) Reason() string

Reason function returns reason value.

type AzureValidationError

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

AzureValidationError is the validation error returned by Azure.Validate if the designated constraints aren't met.

func (AzureValidationError) Cause

func (e AzureValidationError) Cause() error

Cause function returns cause value.

func (AzureValidationError) Error

func (e AzureValidationError) Error() string

Error satisfies the builtin error interface

func (AzureValidationError) ErrorName

func (e AzureValidationError) ErrorName() string

ErrorName returns error name.

func (AzureValidationError) Field

func (e AzureValidationError) Field() string

Field function returns field value.

func (AzureValidationError) Key

func (e AzureValidationError) Key() bool

Key function returns key value.

func (AzureValidationError) Reason

func (e AzureValidationError) Reason() string

Reason function returns reason value.

type Bitbucket

type Bitbucket struct {
	File       string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Workspace  string `protobuf:"bytes,3,opt,name=workspace,proto3" json:"workspace,omitempty"`
	SnippetId  string `protobuf:"bytes,4,opt,name=snippet_id,json=snippetId,proto3" json:"snippet_id,omitempty"`
	Title      string `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Commit     string `protobuf:"bytes,6,opt,name=commit,proto3" json:"commit,omitempty"`
	Email      string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Link       string `protobuf:"bytes,8,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp  string `protobuf:"bytes,9,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64  `protobuf:"varint,10,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Bitbucket) Descriptor deprecated

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

Deprecated: Use Bitbucket.ProtoReflect.Descriptor instead.

func (*Bitbucket) GetCommit

func (x *Bitbucket) GetCommit() string

func (*Bitbucket) GetEmail

func (x *Bitbucket) GetEmail() string

func (*Bitbucket) GetFile

func (x *Bitbucket) GetFile() string

func (*Bitbucket) GetLine

func (x *Bitbucket) GetLine() int64
func (x *Bitbucket) GetLink() string

func (*Bitbucket) GetRepository

func (x *Bitbucket) GetRepository() string

func (*Bitbucket) GetSnippetId

func (x *Bitbucket) GetSnippetId() string

func (*Bitbucket) GetTimestamp

func (x *Bitbucket) GetTimestamp() string

func (*Bitbucket) GetTitle

func (x *Bitbucket) GetTitle() string

func (*Bitbucket) GetWorkspace

func (x *Bitbucket) GetWorkspace() string

func (*Bitbucket) ProtoMessage

func (*Bitbucket) ProtoMessage()

func (*Bitbucket) ProtoReflect

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

func (*Bitbucket) Reset

func (x *Bitbucket) Reset()

func (*Bitbucket) String

func (x *Bitbucket) String() string

func (*Bitbucket) Validate

func (m *Bitbucket) Validate() error

Validate checks the field values on Bitbucket with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Bitbucket) ValidateAll

func (m *Bitbucket) ValidateAll() error

ValidateAll checks the field values on Bitbucket with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BitbucketMultiError, or nil if none found.

type BitbucketMultiError

type BitbucketMultiError []error

BitbucketMultiError is an error wrapping multiple validation errors returned by Bitbucket.ValidateAll() if the designated constraints aren't met.

func (BitbucketMultiError) AllErrors

func (m BitbucketMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BitbucketMultiError) Error

func (m BitbucketMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BitbucketValidationError

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

BitbucketValidationError is the validation error returned by Bitbucket.Validate if the designated constraints aren't met.

func (BitbucketValidationError) Cause

func (e BitbucketValidationError) Cause() error

Cause function returns cause value.

func (BitbucketValidationError) Error

func (e BitbucketValidationError) Error() string

Error satisfies the builtin error interface

func (BitbucketValidationError) ErrorName

func (e BitbucketValidationError) ErrorName() string

ErrorName returns error name.

func (BitbucketValidationError) Field

func (e BitbucketValidationError) Field() string

Field function returns field value.

func (BitbucketValidationError) Key

Key function returns key value.

func (BitbucketValidationError) Reason

func (e BitbucketValidationError) Reason() string

Reason function returns reason value.

type Buildkite

type Buildkite struct {
	Org         string `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
	Pipeline    string `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Link        string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email       string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	BuildNumber int64  `protobuf:"varint,5,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	Timestamp   string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Buildkite) Descriptor deprecated

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

Deprecated: Use Buildkite.ProtoReflect.Descriptor instead.

func (*Buildkite) GetBuildNumber

func (x *Buildkite) GetBuildNumber() int64

func (*Buildkite) GetEmail

func (x *Buildkite) GetEmail() string
func (x *Buildkite) GetLink() string

func (*Buildkite) GetOrg

func (x *Buildkite) GetOrg() string

func (*Buildkite) GetPipeline

func (x *Buildkite) GetPipeline() string

func (*Buildkite) GetTimestamp

func (x *Buildkite) GetTimestamp() string

func (*Buildkite) ProtoMessage

func (*Buildkite) ProtoMessage()

func (*Buildkite) ProtoReflect

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

func (*Buildkite) Reset

func (x *Buildkite) Reset()

func (*Buildkite) String

func (x *Buildkite) String() string

func (*Buildkite) Validate

func (m *Buildkite) Validate() error

Validate checks the field values on Buildkite with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Buildkite) ValidateAll

func (m *Buildkite) ValidateAll() error

ValidateAll checks the field values on Buildkite with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BuildkiteMultiError, or nil if none found.

type BuildkiteMultiError

type BuildkiteMultiError []error

BuildkiteMultiError is an error wrapping multiple validation errors returned by Buildkite.ValidateAll() if the designated constraints aren't met.

func (BuildkiteMultiError) AllErrors

func (m BuildkiteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BuildkiteMultiError) Error

func (m BuildkiteMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BuildkiteValidationError

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

BuildkiteValidationError is the validation error returned by Buildkite.Validate if the designated constraints aren't met.

func (BuildkiteValidationError) Cause

func (e BuildkiteValidationError) Cause() error

Cause function returns cause value.

func (BuildkiteValidationError) Error

func (e BuildkiteValidationError) Error() string

Error satisfies the builtin error interface

func (BuildkiteValidationError) ErrorName

func (e BuildkiteValidationError) ErrorName() string

ErrorName returns error name.

func (BuildkiteValidationError) Field

func (e BuildkiteValidationError) Field() string

Field function returns field value.

func (BuildkiteValidationError) Key

Key function returns key value.

func (BuildkiteValidationError) Reason

func (e BuildkiteValidationError) Reason() string

Reason function returns reason value.

type CircleCI

type CircleCI struct {
	VcsType     string `protobuf:"bytes,1,opt,name=vcs_type,json=vcsType,proto3" json:"vcs_type,omitempty"`
	Username    string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository  string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	BuildNumber int64  `protobuf:"varint,4,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	BuildStep   string `protobuf:"bytes,5,opt,name=build_step,json=buildStep,proto3" json:"build_step,omitempty"`
	Link        string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
	Email       string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*CircleCI) Descriptor deprecated

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

Deprecated: Use CircleCI.ProtoReflect.Descriptor instead.

func (*CircleCI) GetBuildNumber

func (x *CircleCI) GetBuildNumber() int64

func (*CircleCI) GetBuildStep

func (x *CircleCI) GetBuildStep() string

func (*CircleCI) GetEmail

func (x *CircleCI) GetEmail() string
func (x *CircleCI) GetLink() string

func (*CircleCI) GetRepository

func (x *CircleCI) GetRepository() string

func (*CircleCI) GetUsername

func (x *CircleCI) GetUsername() string

func (*CircleCI) GetVcsType

func (x *CircleCI) GetVcsType() string

func (*CircleCI) ProtoMessage

func (*CircleCI) ProtoMessage()

func (*CircleCI) ProtoReflect

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

func (*CircleCI) Reset

func (x *CircleCI) Reset()

func (*CircleCI) String

func (x *CircleCI) String() string

func (*CircleCI) Validate

func (m *CircleCI) Validate() error

Validate checks the field values on CircleCI with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CircleCI) ValidateAll

func (m *CircleCI) ValidateAll() error

ValidateAll checks the field values on CircleCI with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CircleCIMultiError, or nil if none found.

type CircleCIMultiError

type CircleCIMultiError []error

CircleCIMultiError is an error wrapping multiple validation errors returned by CircleCI.ValidateAll() if the designated constraints aren't met.

func (CircleCIMultiError) AllErrors

func (m CircleCIMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CircleCIMultiError) Error

func (m CircleCIMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CircleCIValidationError

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

CircleCIValidationError is the validation error returned by CircleCI.Validate if the designated constraints aren't met.

func (CircleCIValidationError) Cause

func (e CircleCIValidationError) Cause() error

Cause function returns cause value.

func (CircleCIValidationError) Error

func (e CircleCIValidationError) Error() string

Error satisfies the builtin error interface

func (CircleCIValidationError) ErrorName

func (e CircleCIValidationError) ErrorName() string

ErrorName returns error name.

func (CircleCIValidationError) Field

func (e CircleCIValidationError) Field() string

Field function returns field value.

func (CircleCIValidationError) Key

func (e CircleCIValidationError) Key() bool

Key function returns key value.

func (CircleCIValidationError) Reason

func (e CircleCIValidationError) Reason() string

Reason function returns reason value.

type Confluence

type Confluence struct {
	Page      string `protobuf:"bytes,1,opt,name=page,proto3" json:"page,omitempty"`
	Space     string `protobuf:"bytes,2,opt,name=space,proto3" json:"space,omitempty"`
	Version   string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Link      string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Location  string `protobuf:"bytes,7,opt,name=location,proto3" json:"location,omitempty"`
	File      string `protobuf:"bytes,8,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*Confluence) Descriptor deprecated

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

Deprecated: Use Confluence.ProtoReflect.Descriptor instead.

func (*Confluence) GetEmail

func (x *Confluence) GetEmail() string

func (*Confluence) GetFile added in v3.26.0

func (x *Confluence) GetFile() string
func (x *Confluence) GetLink() string

func (*Confluence) GetLocation added in v3.10.4

func (x *Confluence) GetLocation() string

func (*Confluence) GetPage

func (x *Confluence) GetPage() string

func (*Confluence) GetSpace

func (x *Confluence) GetSpace() string

func (*Confluence) GetTimestamp

func (x *Confluence) GetTimestamp() string

func (*Confluence) GetVersion

func (x *Confluence) GetVersion() string

func (*Confluence) ProtoMessage

func (*Confluence) ProtoMessage()

func (*Confluence) ProtoReflect

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

func (*Confluence) Reset

func (x *Confluence) Reset()

func (*Confluence) String

func (x *Confluence) String() string

func (*Confluence) Validate

func (m *Confluence) Validate() error

Validate checks the field values on Confluence with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Confluence) ValidateAll

func (m *Confluence) ValidateAll() error

ValidateAll checks the field values on Confluence with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfluenceMultiError, or nil if none found.

type ConfluenceMultiError

type ConfluenceMultiError []error

ConfluenceMultiError is an error wrapping multiple validation errors returned by Confluence.ValidateAll() if the designated constraints aren't met.

func (ConfluenceMultiError) AllErrors

func (m ConfluenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConfluenceMultiError) Error

func (m ConfluenceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConfluenceValidationError

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

ConfluenceValidationError is the validation error returned by Confluence.Validate if the designated constraints aren't met.

func (ConfluenceValidationError) Cause

func (e ConfluenceValidationError) Cause() error

Cause function returns cause value.

func (ConfluenceValidationError) Error

Error satisfies the builtin error interface

func (ConfluenceValidationError) ErrorName

func (e ConfluenceValidationError) ErrorName() string

ErrorName returns error name.

func (ConfluenceValidationError) Field

Field function returns field value.

func (ConfluenceValidationError) Key

Key function returns key value.

func (ConfluenceValidationError) Reason

func (e ConfluenceValidationError) Reason() string

Reason function returns reason value.

type Docker added in v3.41.0

type Docker struct {
	File  string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Image string `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	Layer string `protobuf:"bytes,3,opt,name=layer,proto3" json:"layer,omitempty"`
	Tag   string `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	// contains filtered or unexported fields
}

func (*Docker) Descriptor deprecated added in v3.41.0

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

Deprecated: Use Docker.ProtoReflect.Descriptor instead.

func (*Docker) GetFile added in v3.41.0

func (x *Docker) GetFile() string

func (*Docker) GetImage added in v3.41.0

func (x *Docker) GetImage() string

func (*Docker) GetLayer added in v3.41.0

func (x *Docker) GetLayer() string

func (*Docker) GetTag added in v3.41.0

func (x *Docker) GetTag() string

func (*Docker) ProtoMessage added in v3.41.0

func (*Docker) ProtoMessage()

func (*Docker) ProtoReflect added in v3.41.0

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

func (*Docker) Reset added in v3.41.0

func (x *Docker) Reset()

func (*Docker) String added in v3.41.0

func (x *Docker) String() string

func (*Docker) Validate added in v3.41.0

func (m *Docker) Validate() error

Validate checks the field values on Docker with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Docker) ValidateAll added in v3.41.0

func (m *Docker) ValidateAll() error

ValidateAll checks the field values on Docker with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DockerMultiError, or nil if none found.

type DockerMultiError added in v3.41.0

type DockerMultiError []error

DockerMultiError is an error wrapping multiple validation errors returned by Docker.ValidateAll() if the designated constraints aren't met.

func (DockerMultiError) AllErrors added in v3.41.0

func (m DockerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DockerMultiError) Error added in v3.41.0

func (m DockerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DockerValidationError added in v3.41.0

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

DockerValidationError is the validation error returned by Docker.Validate if the designated constraints aren't met.

func (DockerValidationError) Cause added in v3.41.0

func (e DockerValidationError) Cause() error

Cause function returns cause value.

func (DockerValidationError) Error added in v3.41.0

func (e DockerValidationError) Error() string

Error satisfies the builtin error interface

func (DockerValidationError) ErrorName added in v3.41.0

func (e DockerValidationError) ErrorName() string

ErrorName returns error name.

func (DockerValidationError) Field added in v3.41.0

func (e DockerValidationError) Field() string

Field function returns field value.

func (DockerValidationError) Key added in v3.41.0

func (e DockerValidationError) Key() bool

Key function returns key value.

func (DockerValidationError) Reason added in v3.41.0

func (e DockerValidationError) Reason() string

Reason function returns reason value.

type ECR

type ECR struct {
	File     string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Layer    string `protobuf:"bytes,2,opt,name=layer,proto3" json:"layer,omitempty"`
	Image    string `protobuf:"bytes,3,opt,name=image,proto3" json:"image,omitempty"`
	Registry string `protobuf:"bytes,4,opt,name=registry,proto3" json:"registry,omitempty"`
	Region   string `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"`
	Link     string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
	Email    string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*ECR) Descriptor deprecated

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

Deprecated: Use ECR.ProtoReflect.Descriptor instead.

func (*ECR) GetEmail

func (x *ECR) GetEmail() string

func (*ECR) GetFile

func (x *ECR) GetFile() string

func (*ECR) GetImage

func (x *ECR) GetImage() string

func (*ECR) GetLayer

func (x *ECR) GetLayer() string
func (x *ECR) GetLink() string

func (*ECR) GetRegion

func (x *ECR) GetRegion() string

func (*ECR) GetRegistry

func (x *ECR) GetRegistry() string

func (*ECR) ProtoMessage

func (*ECR) ProtoMessage()

func (*ECR) ProtoReflect

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

func (*ECR) Reset

func (x *ECR) Reset()

func (*ECR) String

func (x *ECR) String() string

func (*ECR) Validate

func (m *ECR) Validate() error

Validate checks the field values on ECR with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ECR) ValidateAll

func (m *ECR) ValidateAll() error

ValidateAll checks the field values on ECR with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ECRMultiError, or nil if none found.

type ECRMultiError

type ECRMultiError []error

ECRMultiError is an error wrapping multiple validation errors returned by ECR.ValidateAll() if the designated constraints aren't met.

func (ECRMultiError) AllErrors

func (m ECRMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ECRMultiError) Error

func (m ECRMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ECRValidationError

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

ECRValidationError is the validation error returned by ECR.Validate if the designated constraints aren't met.

func (ECRValidationError) Cause

func (e ECRValidationError) Cause() error

Cause function returns cause value.

func (ECRValidationError) Error

func (e ECRValidationError) Error() string

Error satisfies the builtin error interface

func (ECRValidationError) ErrorName

func (e ECRValidationError) ErrorName() string

ErrorName returns error name.

func (ECRValidationError) Field

func (e ECRValidationError) Field() string

Field function returns field value.

func (ECRValidationError) Key

func (e ECRValidationError) Key() bool

Key function returns key value.

func (ECRValidationError) Reason

func (e ECRValidationError) Reason() string

Reason function returns reason value.

type Filesystem

type Filesystem struct {
	File  string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Link  string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Line  int64  `protobuf:"varint,4,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Filesystem) Descriptor deprecated

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

Deprecated: Use Filesystem.ProtoReflect.Descriptor instead.

func (*Filesystem) GetEmail

func (x *Filesystem) GetEmail() string

func (*Filesystem) GetFile

func (x *Filesystem) GetFile() string

func (*Filesystem) GetLine added in v3.34.0

func (x *Filesystem) GetLine() int64
func (x *Filesystem) GetLink() string

func (*Filesystem) ProtoMessage

func (*Filesystem) ProtoMessage()

func (*Filesystem) ProtoReflect

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

func (*Filesystem) Reset

func (x *Filesystem) Reset()

func (*Filesystem) String

func (x *Filesystem) String() string

func (*Filesystem) Validate

func (m *Filesystem) Validate() error

Validate checks the field values on Filesystem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Filesystem) ValidateAll

func (m *Filesystem) ValidateAll() error

ValidateAll checks the field values on Filesystem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilesystemMultiError, or nil if none found.

type FilesystemMultiError

type FilesystemMultiError []error

FilesystemMultiError is an error wrapping multiple validation errors returned by Filesystem.ValidateAll() if the designated constraints aren't met.

func (FilesystemMultiError) AllErrors

func (m FilesystemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilesystemMultiError) Error

func (m FilesystemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type FilesystemValidationError

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

FilesystemValidationError is the validation error returned by Filesystem.Validate if the designated constraints aren't met.

func (FilesystemValidationError) Cause

func (e FilesystemValidationError) Cause() error

Cause function returns cause value.

func (FilesystemValidationError) Error

Error satisfies the builtin error interface

func (FilesystemValidationError) ErrorName

func (e FilesystemValidationError) ErrorName() string

ErrorName returns error name.

func (FilesystemValidationError) Field

Field function returns field value.

func (FilesystemValidationError) Key

Key function returns key value.

func (FilesystemValidationError) Reason

func (e FilesystemValidationError) Reason() string

Reason function returns reason value.

type Forager added in v3.63.2

type Forager struct {

	// Types that are assignable to Metadata:
	//
	//	*Forager_Github
	//	*Forager_Npm
	//	*Forager_Pypi
	Metadata isForager_Metadata `protobuf_oneof:"metadata"`
	// contains filtered or unexported fields
}

func (*Forager) Descriptor deprecated added in v3.63.2

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

Deprecated: Use Forager.ProtoReflect.Descriptor instead.

func (*Forager) GetGithub added in v3.63.2

func (x *Forager) GetGithub() *Github

func (*Forager) GetMetadata added in v3.63.2

func (m *Forager) GetMetadata() isForager_Metadata

func (*Forager) GetNpm added in v3.63.2

func (x *Forager) GetNpm() *NPM

func (*Forager) GetPypi added in v3.63.2

func (x *Forager) GetPypi() *PyPi

func (*Forager) ProtoMessage added in v3.63.2

func (*Forager) ProtoMessage()

func (*Forager) ProtoReflect added in v3.63.2

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

func (*Forager) Reset added in v3.63.2

func (x *Forager) Reset()

func (*Forager) String added in v3.63.2

func (x *Forager) String() string

func (*Forager) Validate added in v3.63.2

func (m *Forager) Validate() error

Validate checks the field values on Forager with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Forager) ValidateAll added in v3.63.2

func (m *Forager) ValidateAll() error

ValidateAll checks the field values on Forager with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ForagerMultiError, or nil if none found.

type ForagerMultiError added in v3.63.2

type ForagerMultiError []error

ForagerMultiError is an error wrapping multiple validation errors returned by Forager.ValidateAll() if the designated constraints aren't met.

func (ForagerMultiError) AllErrors added in v3.63.2

func (m ForagerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ForagerMultiError) Error added in v3.63.2

func (m ForagerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ForagerValidationError added in v3.63.2

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

ForagerValidationError is the validation error returned by Forager.Validate if the designated constraints aren't met.

func (ForagerValidationError) Cause added in v3.63.2

func (e ForagerValidationError) Cause() error

Cause function returns cause value.

func (ForagerValidationError) Error added in v3.63.2

func (e ForagerValidationError) Error() string

Error satisfies the builtin error interface

func (ForagerValidationError) ErrorName added in v3.63.2

func (e ForagerValidationError) ErrorName() string

ErrorName returns error name.

func (ForagerValidationError) Field added in v3.63.2

func (e ForagerValidationError) Field() string

Field function returns field value.

func (ForagerValidationError) Key added in v3.63.2

func (e ForagerValidationError) Key() bool

Key function returns key value.

func (ForagerValidationError) Reason added in v3.63.2

func (e ForagerValidationError) Reason() string

Reason function returns reason value.

type Forager_Github added in v3.63.2

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

type Forager_Npm added in v3.63.2

type Forager_Npm struct {
	Npm *NPM `protobuf:"bytes,2,opt,name=npm,proto3,oneof"`
}

type Forager_Pypi added in v3.63.2

type Forager_Pypi struct {
	Pypi *PyPi `protobuf:"bytes,3,opt,name=pypi,proto3,oneof"`
}

type GCS

type GCS struct {
	Bucket      string   `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Filename    string   `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Link        string   `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email       string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	CreatedAt   string   `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   string   `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Acls        []string `protobuf:"bytes,7,rep,name=acls,proto3" json:"acls,omitempty"`
	ContentType string   `protobuf:"bytes,8,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GCS) Descriptor deprecated

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

Deprecated: Use GCS.ProtoReflect.Descriptor instead.

func (*GCS) GetAcls added in v3.29.0

func (x *GCS) GetAcls() []string

func (*GCS) GetBucket

func (x *GCS) GetBucket() string

func (*GCS) GetContentType added in v3.29.0

func (x *GCS) GetContentType() string

func (*GCS) GetCreatedAt added in v3.29.0

func (x *GCS) GetCreatedAt() string

func (*GCS) GetEmail

func (x *GCS) GetEmail() string

func (*GCS) GetFilename added in v3.29.0

func (x *GCS) GetFilename() string
func (x *GCS) GetLink() string

func (*GCS) GetUpdatedAt added in v3.29.0

func (x *GCS) GetUpdatedAt() string

func (*GCS) ProtoMessage

func (*GCS) ProtoMessage()

func (*GCS) ProtoReflect

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

func (*GCS) Reset

func (x *GCS) Reset()

func (*GCS) String

func (x *GCS) String() string

func (*GCS) Validate

func (m *GCS) Validate() error

Validate checks the field values on GCS with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCS) ValidateAll

func (m *GCS) ValidateAll() error

ValidateAll checks the field values on GCS with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSMultiError, or nil if none found.

type GCSMultiError

type GCSMultiError []error

GCSMultiError is an error wrapping multiple validation errors returned by GCS.ValidateAll() if the designated constraints aren't met.

func (GCSMultiError) AllErrors

func (m GCSMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSMultiError) Error

func (m GCSMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GCSValidationError

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

GCSValidationError is the validation error returned by GCS.Validate if the designated constraints aren't met.

func (GCSValidationError) Cause

func (e GCSValidationError) Cause() error

Cause function returns cause value.

func (GCSValidationError) Error

func (e GCSValidationError) Error() string

Error satisfies the builtin error interface

func (GCSValidationError) ErrorName

func (e GCSValidationError) ErrorName() string

ErrorName returns error name.

func (GCSValidationError) Field

func (e GCSValidationError) Field() string

Field function returns field value.

func (GCSValidationError) Key

func (e GCSValidationError) Key() bool

Key function returns key value.

func (GCSValidationError) Reason

func (e GCSValidationError) Reason() string

Reason function returns reason value.

type Gerrit

type Gerrit struct {
	Commit    string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Email     string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Project   string `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"` // projects are what Gerrit calls repositories
	Timestamp string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line      int64  `protobuf:"varint,6,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Gerrit) Descriptor deprecated

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

Deprecated: Use Gerrit.ProtoReflect.Descriptor instead.

func (*Gerrit) GetCommit

func (x *Gerrit) GetCommit() string

func (*Gerrit) GetEmail

func (x *Gerrit) GetEmail() string

func (*Gerrit) GetFile

func (x *Gerrit) GetFile() string

func (*Gerrit) GetLine

func (x *Gerrit) GetLine() int64

func (*Gerrit) GetProject

func (x *Gerrit) GetProject() string

func (*Gerrit) GetTimestamp

func (x *Gerrit) GetTimestamp() string

func (*Gerrit) ProtoMessage

func (*Gerrit) ProtoMessage()

func (*Gerrit) ProtoReflect

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

func (*Gerrit) Reset

func (x *Gerrit) Reset()

func (*Gerrit) String

func (x *Gerrit) String() string

func (*Gerrit) Validate

func (m *Gerrit) Validate() error

Validate checks the field values on Gerrit with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Gerrit) ValidateAll

func (m *Gerrit) ValidateAll() error

ValidateAll checks the field values on Gerrit with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GerritMultiError, or nil if none found.

type GerritMultiError

type GerritMultiError []error

GerritMultiError is an error wrapping multiple validation errors returned by Gerrit.ValidateAll() if the designated constraints aren't met.

func (GerritMultiError) AllErrors

func (m GerritMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GerritMultiError) Error

func (m GerritMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GerritValidationError

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

GerritValidationError is the validation error returned by Gerrit.Validate if the designated constraints aren't met.

func (GerritValidationError) Cause

func (e GerritValidationError) Cause() error

Cause function returns cause value.

func (GerritValidationError) Error

func (e GerritValidationError) Error() string

Error satisfies the builtin error interface

func (GerritValidationError) ErrorName

func (e GerritValidationError) ErrorName() string

ErrorName returns error name.

func (GerritValidationError) Field

func (e GerritValidationError) Field() string

Field function returns field value.

func (GerritValidationError) Key

func (e GerritValidationError) Key() bool

Key function returns key value.

func (GerritValidationError) Reason

func (e GerritValidationError) Reason() string

Reason function returns reason value.

type Git

type Git struct {
	Commit     string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File       string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Email      string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Repository string `protobuf:"bytes,4,opt,name=repository,proto3" json:"repository,omitempty"`
	Timestamp  string `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64  `protobuf:"varint,6,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*Git) Descriptor deprecated

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

Deprecated: Use Git.ProtoReflect.Descriptor instead.

func (*Git) GetCommit

func (x *Git) GetCommit() string

func (*Git) GetEmail

func (x *Git) GetEmail() string

func (*Git) GetFile

func (x *Git) GetFile() string

func (*Git) GetLine

func (x *Git) GetLine() int64

func (*Git) GetRepository

func (x *Git) GetRepository() string

func (*Git) GetTimestamp

func (x *Git) GetTimestamp() string

func (*Git) ProtoMessage

func (*Git) ProtoMessage()

func (*Git) ProtoReflect

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

func (*Git) Reset

func (x *Git) Reset()

func (*Git) String

func (x *Git) String() string

func (*Git) Validate

func (m *Git) Validate() error

Validate checks the field values on Git with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Git) ValidateAll

func (m *Git) ValidateAll() error

ValidateAll checks the field values on Git with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitMultiError, or nil if none found.

type GitMultiError

type GitMultiError []error

GitMultiError is an error wrapping multiple validation errors returned by Git.ValidateAll() if the designated constraints aren't met.

func (GitMultiError) AllErrors

func (m GitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitMultiError) Error

func (m GitMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitValidationError

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

GitValidationError is the validation error returned by Git.Validate if the designated constraints aren't met.

func (GitValidationError) Cause

func (e GitValidationError) Cause() error

Cause function returns cause value.

func (GitValidationError) Error

func (e GitValidationError) Error() string

Error satisfies the builtin error interface

func (GitValidationError) ErrorName

func (e GitValidationError) ErrorName() string

ErrorName returns error name.

func (GitValidationError) Field

func (e GitValidationError) Field() string

Field function returns field value.

func (GitValidationError) Key

func (e GitValidationError) Key() bool

Key function returns key value.

func (GitValidationError) Reason

func (e GitValidationError) Reason() string

Reason function returns reason value.

type Github

type Github struct {
	Link       string     `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Username   string     `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository string     `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	Commit     string     `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	Email      string     `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	File       string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Timestamp  string     `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line       int64      `protobuf:"varint,8,opt,name=line,proto3" json:"line,omitempty"`
	Visibility Visibility `protobuf:"varint,9,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*Github) Descriptor deprecated

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

Deprecated: Use Github.ProtoReflect.Descriptor instead.

func (*Github) GetCommit

func (x *Github) GetCommit() string

func (*Github) GetEmail

func (x *Github) GetEmail() string

func (*Github) GetFile

func (x *Github) GetFile() string

func (*Github) GetLine

func (x *Github) GetLine() int64
func (x *Github) GetLink() string

func (*Github) GetRepository

func (x *Github) GetRepository() string

func (*Github) GetTimestamp

func (x *Github) GetTimestamp() string

func (*Github) GetUsername

func (x *Github) GetUsername() string

func (*Github) GetVisibility added in v3.14.0

func (x *Github) GetVisibility() Visibility

func (*Github) ProtoMessage

func (*Github) ProtoMessage()

func (*Github) ProtoReflect

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

func (*Github) Reset

func (x *Github) Reset()

func (*Github) String

func (x *Github) String() string

func (*Github) Validate

func (m *Github) Validate() error

Validate checks the field values on Github with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Github) ValidateAll

func (m *Github) ValidateAll() error

ValidateAll checks the field values on Github with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GithubMultiError, or nil if none found.

type GithubMultiError

type GithubMultiError []error

GithubMultiError is an error wrapping multiple validation errors returned by Github.ValidateAll() if the designated constraints aren't met.

func (GithubMultiError) AllErrors

func (m GithubMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GithubMultiError) Error

func (m GithubMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GithubValidationError

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

GithubValidationError is the validation error returned by Github.Validate if the designated constraints aren't met.

func (GithubValidationError) Cause

func (e GithubValidationError) Cause() error

Cause function returns cause value.

func (GithubValidationError) Error

func (e GithubValidationError) Error() string

Error satisfies the builtin error interface

func (GithubValidationError) ErrorName

func (e GithubValidationError) ErrorName() string

ErrorName returns error name.

func (GithubValidationError) Field

func (e GithubValidationError) Field() string

Field function returns field value.

func (GithubValidationError) Key

func (e GithubValidationError) Key() bool

Key function returns key value.

func (GithubValidationError) Reason

func (e GithubValidationError) Reason() string

Reason function returns reason value.

type Gitlab

type Gitlab struct {
	Commit       string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	File         string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Link         string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email        string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Repository   string `protobuf:"bytes,5,opt,name=repository,proto3" json:"repository,omitempty"`
	Timestamp    string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Line         int64  `protobuf:"varint,7,opt,name=line,proto3" json:"line,omitempty"`
	ProjectId    int64  `protobuf:"varint,8,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ProjectName  string `protobuf:"bytes,9,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	ProjectOwner string `protobuf:"bytes,10,opt,name=project_owner,json=projectOwner,proto3" json:"project_owner,omitempty"`
	// contains filtered or unexported fields
}

func (*Gitlab) Descriptor deprecated

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

Deprecated: Use Gitlab.ProtoReflect.Descriptor instead.

func (*Gitlab) GetCommit

func (x *Gitlab) GetCommit() string

func (*Gitlab) GetEmail

func (x *Gitlab) GetEmail() string

func (*Gitlab) GetFile

func (x *Gitlab) GetFile() string

func (*Gitlab) GetLine

func (x *Gitlab) GetLine() int64
func (x *Gitlab) GetLink() string

func (*Gitlab) GetProjectId added in v3.67.7

func (x *Gitlab) GetProjectId() int64

func (*Gitlab) GetProjectName added in v3.67.7

func (x *Gitlab) GetProjectName() string

func (*Gitlab) GetProjectOwner added in v3.67.7

func (x *Gitlab) GetProjectOwner() string

func (*Gitlab) GetRepository

func (x *Gitlab) GetRepository() string

func (*Gitlab) GetTimestamp

func (x *Gitlab) GetTimestamp() string

func (*Gitlab) ProtoMessage

func (*Gitlab) ProtoMessage()

func (*Gitlab) ProtoReflect

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

func (*Gitlab) Reset

func (x *Gitlab) Reset()

func (*Gitlab) String

func (x *Gitlab) String() string

func (*Gitlab) Validate

func (m *Gitlab) Validate() error

Validate checks the field values on Gitlab with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Gitlab) ValidateAll

func (m *Gitlab) ValidateAll() error

ValidateAll checks the field values on Gitlab with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GitlabMultiError, or nil if none found.

type GitlabMultiError

type GitlabMultiError []error

GitlabMultiError is an error wrapping multiple validation errors returned by Gitlab.ValidateAll() if the designated constraints aren't met.

func (GitlabMultiError) AllErrors

func (m GitlabMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GitlabMultiError) Error

func (m GitlabMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GitlabValidationError

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

GitlabValidationError is the validation error returned by Gitlab.Validate if the designated constraints aren't met.

func (GitlabValidationError) Cause

func (e GitlabValidationError) Cause() error

Cause function returns cause value.

func (GitlabValidationError) Error

func (e GitlabValidationError) Error() string

Error satisfies the builtin error interface

func (GitlabValidationError) ErrorName

func (e GitlabValidationError) ErrorName() string

ErrorName returns error name.

func (GitlabValidationError) Field

func (e GitlabValidationError) Field() string

Field function returns field value.

func (GitlabValidationError) Key

func (e GitlabValidationError) Key() bool

Key function returns key value.

func (GitlabValidationError) Reason

func (e GitlabValidationError) Reason() string

Reason function returns reason value.

type GoogleDrive added in v3.28.0

type GoogleDrive struct {
	File           string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Link           string `protobuf:"bytes,2,opt,name=link,proto3" json:"link,omitempty"`
	Email          string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp      string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Shared         bool   `protobuf:"varint,5,opt,name=shared,proto3" json:"shared,omitempty"`
	LastModifiedBy string `protobuf:"bytes,6,opt,name=last_modified_by,json=lastModifiedBy,proto3" json:"last_modified_by,omitempty"`
	Path           string `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GoogleDrive) Descriptor deprecated added in v3.28.0

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

Deprecated: Use GoogleDrive.ProtoReflect.Descriptor instead.

func (*GoogleDrive) GetEmail added in v3.28.0

func (x *GoogleDrive) GetEmail() string

func (*GoogleDrive) GetFile added in v3.28.0

func (x *GoogleDrive) GetFile() string

func (*GoogleDrive) GetLastModifiedBy added in v3.28.3

func (x *GoogleDrive) GetLastModifiedBy() string
func (x *GoogleDrive) GetLink() string

func (*GoogleDrive) GetPath added in v3.45.3

func (x *GoogleDrive) GetPath() string

func (*GoogleDrive) GetShared added in v3.28.3

func (x *GoogleDrive) GetShared() bool

func (*GoogleDrive) GetTimestamp added in v3.28.0

func (x *GoogleDrive) GetTimestamp() string

func (*GoogleDrive) ProtoMessage added in v3.28.0

func (*GoogleDrive) ProtoMessage()

func (*GoogleDrive) ProtoReflect added in v3.28.0

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

func (*GoogleDrive) Reset added in v3.28.0

func (x *GoogleDrive) Reset()

func (*GoogleDrive) String added in v3.28.0

func (x *GoogleDrive) String() string

func (*GoogleDrive) Validate added in v3.28.0

func (m *GoogleDrive) Validate() error

Validate checks the field values on GoogleDrive with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GoogleDrive) ValidateAll added in v3.28.0

func (m *GoogleDrive) ValidateAll() error

ValidateAll checks the field values on GoogleDrive with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GoogleDriveMultiError, or nil if none found.

type GoogleDriveMultiError added in v3.28.0

type GoogleDriveMultiError []error

GoogleDriveMultiError is an error wrapping multiple validation errors returned by GoogleDrive.ValidateAll() if the designated constraints aren't met.

func (GoogleDriveMultiError) AllErrors added in v3.28.0

func (m GoogleDriveMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GoogleDriveMultiError) Error added in v3.28.0

func (m GoogleDriveMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GoogleDriveValidationError added in v3.28.0

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

GoogleDriveValidationError is the validation error returned by GoogleDrive.Validate if the designated constraints aren't met.

func (GoogleDriveValidationError) Cause added in v3.28.0

Cause function returns cause value.

func (GoogleDriveValidationError) Error added in v3.28.0

Error satisfies the builtin error interface

func (GoogleDriveValidationError) ErrorName added in v3.28.0

func (e GoogleDriveValidationError) ErrorName() string

ErrorName returns error name.

func (GoogleDriveValidationError) Field added in v3.28.0

Field function returns field value.

func (GoogleDriveValidationError) Key added in v3.28.0

Key function returns key value.

func (GoogleDriveValidationError) Reason added in v3.28.0

Reason function returns reason value.

type Jenkins

type Jenkins struct {
	ProjectName string `protobuf:"bytes,1,opt,name=project_name,json=projectName,proto3" json:"project_name,omitempty"`
	BuildNumber int64  `protobuf:"varint,2,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	Link        string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp   string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Jenkins) Descriptor deprecated

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

Deprecated: Use Jenkins.ProtoReflect.Descriptor instead.

func (*Jenkins) GetBuildNumber

func (x *Jenkins) GetBuildNumber() int64
func (x *Jenkins) GetLink() string

func (*Jenkins) GetProjectName

func (x *Jenkins) GetProjectName() string

func (*Jenkins) GetTimestamp

func (x *Jenkins) GetTimestamp() string

func (*Jenkins) ProtoMessage

func (*Jenkins) ProtoMessage()

func (*Jenkins) ProtoReflect

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

func (*Jenkins) Reset

func (x *Jenkins) Reset()

func (*Jenkins) String

func (x *Jenkins) String() string

func (*Jenkins) Validate

func (m *Jenkins) Validate() error

Validate checks the field values on Jenkins with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Jenkins) ValidateAll

func (m *Jenkins) ValidateAll() error

ValidateAll checks the field values on Jenkins with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JenkinsMultiError, or nil if none found.

type JenkinsMultiError

type JenkinsMultiError []error

JenkinsMultiError is an error wrapping multiple validation errors returned by Jenkins.ValidateAll() if the designated constraints aren't met.

func (JenkinsMultiError) AllErrors

func (m JenkinsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JenkinsMultiError) Error

func (m JenkinsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JenkinsValidationError

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

JenkinsValidationError is the validation error returned by Jenkins.Validate if the designated constraints aren't met.

func (JenkinsValidationError) Cause

func (e JenkinsValidationError) Cause() error

Cause function returns cause value.

func (JenkinsValidationError) Error

func (e JenkinsValidationError) Error() string

Error satisfies the builtin error interface

func (JenkinsValidationError) ErrorName

func (e JenkinsValidationError) ErrorName() string

ErrorName returns error name.

func (JenkinsValidationError) Field

func (e JenkinsValidationError) Field() string

Field function returns field value.

func (JenkinsValidationError) Key

func (e JenkinsValidationError) Key() bool

Key function returns key value.

func (JenkinsValidationError) Reason

func (e JenkinsValidationError) Reason() string

Reason function returns reason value.

type Jira

type Jira struct {
	Issue     string `protobuf:"bytes,1,opt,name=issue,proto3" json:"issue,omitempty"`
	Author    string `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Location  string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Jira) Descriptor deprecated

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

Deprecated: Use Jira.ProtoReflect.Descriptor instead.

func (*Jira) GetAuthor

func (x *Jira) GetAuthor() string

func (*Jira) GetEmail

func (x *Jira) GetEmail() string

func (*Jira) GetIssue

func (x *Jira) GetIssue() string
func (x *Jira) GetLink() string

func (*Jira) GetLocation

func (x *Jira) GetLocation() string

func (*Jira) GetTimestamp

func (x *Jira) GetTimestamp() string

func (*Jira) ProtoMessage

func (*Jira) ProtoMessage()

func (*Jira) ProtoReflect

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

func (*Jira) Reset

func (x *Jira) Reset()

func (*Jira) String

func (x *Jira) String() string

func (*Jira) Validate

func (m *Jira) Validate() error

Validate checks the field values on Jira with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Jira) ValidateAll

func (m *Jira) ValidateAll() error

ValidateAll checks the field values on Jira with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JiraMultiError, or nil if none found.

type JiraMultiError

type JiraMultiError []error

JiraMultiError is an error wrapping multiple validation errors returned by Jira.ValidateAll() if the designated constraints aren't met.

func (JiraMultiError) AllErrors

func (m JiraMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JiraMultiError) Error

func (m JiraMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JiraValidationError

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

JiraValidationError is the validation error returned by Jira.Validate if the designated constraints aren't met.

func (JiraValidationError) Cause

func (e JiraValidationError) Cause() error

Cause function returns cause value.

func (JiraValidationError) Error

func (e JiraValidationError) Error() string

Error satisfies the builtin error interface

func (JiraValidationError) ErrorName

func (e JiraValidationError) ErrorName() string

ErrorName returns error name.

func (JiraValidationError) Field

func (e JiraValidationError) Field() string

Field function returns field value.

func (JiraValidationError) Key

func (e JiraValidationError) Key() bool

Key function returns key value.

func (JiraValidationError) Reason

func (e JiraValidationError) Reason() string

Reason function returns reason value.

type MetaData

type MetaData struct {

	// Types that are assignable to Data:
	//
	//	*MetaData_Azure
	//	*MetaData_Bitbucket
	//	*MetaData_Circleci
	//	*MetaData_Confluence
	//	*MetaData_Docker
	//	*MetaData_Ecr
	//	*MetaData_Gcs
	//	*MetaData_Github
	//	*MetaData_Gitlab
	//	*MetaData_Jira
	//	*MetaData_Npm
	//	*MetaData_Pypi
	//	*MetaData_S3
	//	*MetaData_Slack
	//	*MetaData_Filesystem
	//	*MetaData_Git
	//	*MetaData_Test
	//	*MetaData_Buildkite
	//	*MetaData_Gerrit
	//	*MetaData_Jenkins
	//	*MetaData_Teams
	//	*MetaData_Artifactory
	//	*MetaData_Syslog
	//	*MetaData_Forager
	//	*MetaData_Sharepoint
	//	*MetaData_GoogleDrive
	//	*MetaData_AzureRepos
	//	*MetaData_TravisCI
	//	*MetaData_Postman
	Data isMetaData_Data `protobuf_oneof:"data"`
	// contains filtered or unexported fields
}

func (*MetaData) Descriptor deprecated

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

Deprecated: Use MetaData.ProtoReflect.Descriptor instead.

func (*MetaData) GetArtifactory added in v3.0.3

func (x *MetaData) GetArtifactory() *Artifactory

func (*MetaData) GetAzure

func (x *MetaData) GetAzure() *Azure

func (*MetaData) GetAzureRepos added in v3.45.2

func (x *MetaData) GetAzureRepos() *AzureRepos

func (*MetaData) GetBitbucket

func (x *MetaData) GetBitbucket() *Bitbucket

func (*MetaData) GetBuildkite

func (x *MetaData) GetBuildkite() *Buildkite

func (*MetaData) GetCircleci

func (x *MetaData) GetCircleci() *CircleCI

func (*MetaData) GetConfluence

func (x *MetaData) GetConfluence() *Confluence

func (*MetaData) GetData

func (m *MetaData) GetData() isMetaData_Data

func (*MetaData) GetDocker added in v3.41.0

func (x *MetaData) GetDocker() *Docker

func (*MetaData) GetEcr

func (x *MetaData) GetEcr() *ECR

func (*MetaData) GetFilesystem

func (x *MetaData) GetFilesystem() *Filesystem

func (*MetaData) GetForager added in v3.63.2

func (x *MetaData) GetForager() *Forager

func (*MetaData) GetGcs

func (x *MetaData) GetGcs() *GCS

func (*MetaData) GetGerrit

func (x *MetaData) GetGerrit() *Gerrit

func (*MetaData) GetGit

func (x *MetaData) GetGit() *Git

func (*MetaData) GetGithub

func (x *MetaData) GetGithub() *Github

func (*MetaData) GetGitlab

func (x *MetaData) GetGitlab() *Gitlab

func (*MetaData) GetGoogleDrive added in v3.32.0

func (x *MetaData) GetGoogleDrive() *GoogleDrive

func (*MetaData) GetJenkins

func (x *MetaData) GetJenkins() *Jenkins

func (*MetaData) GetJira

func (x *MetaData) GetJira() *Jira

func (*MetaData) GetNpm

func (x *MetaData) GetNpm() *NPM

func (*MetaData) GetPostman added in v3.71.0

func (x *MetaData) GetPostman() *Postman

func (*MetaData) GetPypi

func (x *MetaData) GetPypi() *PyPi

func (*MetaData) GetS3

func (x *MetaData) GetS3() *S3

func (*MetaData) GetSharepoint added in v3.31.5

func (x *MetaData) GetSharepoint() *SharePoint

func (*MetaData) GetSlack

func (x *MetaData) GetSlack() *Slack

func (*MetaData) GetSyslog added in v3.4.3

func (x *MetaData) GetSyslog() *Syslog

func (*MetaData) GetTeams added in v3.0.3

func (x *MetaData) GetTeams() *Teams

func (*MetaData) GetTest

func (x *MetaData) GetTest() *Test

func (*MetaData) GetTravisCI added in v3.62.0

func (x *MetaData) GetTravisCI() *TravisCI

func (*MetaData) ProtoMessage

func (*MetaData) ProtoMessage()

func (*MetaData) ProtoReflect

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

func (*MetaData) Reset

func (x *MetaData) Reset()

func (*MetaData) String

func (x *MetaData) String() string

func (*MetaData) Validate

func (m *MetaData) Validate() error

Validate checks the field values on MetaData with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetaData) ValidateAll

func (m *MetaData) ValidateAll() error

ValidateAll checks the field values on MetaData with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetaDataMultiError, or nil if none found.

type MetaDataMultiError

type MetaDataMultiError []error

MetaDataMultiError is an error wrapping multiple validation errors returned by MetaData.ValidateAll() if the designated constraints aren't met.

func (MetaDataMultiError) AllErrors

func (m MetaDataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetaDataMultiError) Error

func (m MetaDataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MetaDataValidationError

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

MetaDataValidationError is the validation error returned by MetaData.Validate if the designated constraints aren't met.

func (MetaDataValidationError) Cause

func (e MetaDataValidationError) Cause() error

Cause function returns cause value.

func (MetaDataValidationError) Error

func (e MetaDataValidationError) Error() string

Error satisfies the builtin error interface

func (MetaDataValidationError) ErrorName

func (e MetaDataValidationError) ErrorName() string

ErrorName returns error name.

func (MetaDataValidationError) Field

func (e MetaDataValidationError) Field() string

Field function returns field value.

func (MetaDataValidationError) Key

func (e MetaDataValidationError) Key() bool

Key function returns key value.

func (MetaDataValidationError) Reason

func (e MetaDataValidationError) Reason() string

Reason function returns reason value.

type MetaData_Artifactory added in v3.0.3

type MetaData_Artifactory struct {
	Artifactory *Artifactory `protobuf:"bytes,22,opt,name=artifactory,proto3,oneof"`
}

type MetaData_Azure

type MetaData_Azure struct {
	Azure *Azure `protobuf:"bytes,1,opt,name=azure,proto3,oneof"`
}

type MetaData_AzureRepos added in v3.45.2

type MetaData_AzureRepos struct {
	AzureRepos *AzureRepos `protobuf:"bytes,27,opt,name=azureRepos,proto3,oneof"`
}

type MetaData_Bitbucket

type MetaData_Bitbucket struct {
	Bitbucket *Bitbucket `protobuf:"bytes,2,opt,name=bitbucket,proto3,oneof"`
}

type MetaData_Buildkite

type MetaData_Buildkite struct {
	Buildkite *Buildkite `protobuf:"bytes,18,opt,name=buildkite,proto3,oneof"`
}

type MetaData_Circleci

type MetaData_Circleci struct {
	Circleci *CircleCI `protobuf:"bytes,3,opt,name=circleci,proto3,oneof"`
}

type MetaData_Confluence

type MetaData_Confluence struct {
	Confluence *Confluence `protobuf:"bytes,4,opt,name=confluence,proto3,oneof"`
}

type MetaData_Docker added in v3.41.0

type MetaData_Docker struct {
	Docker *Docker `protobuf:"bytes,5,opt,name=docker,proto3,oneof"`
}

type MetaData_Ecr

type MetaData_Ecr struct {
	Ecr *ECR `protobuf:"bytes,6,opt,name=ecr,proto3,oneof"`
}

type MetaData_Filesystem

type MetaData_Filesystem struct {
	Filesystem *Filesystem `protobuf:"bytes,15,opt,name=filesystem,proto3,oneof"`
}

type MetaData_Forager added in v3.63.2

type MetaData_Forager struct {
	Forager *Forager `protobuf:"bytes,24,opt,name=forager,proto3,oneof"`
}

type MetaData_Gcs

type MetaData_Gcs struct {
	Gcs *GCS `protobuf:"bytes,7,opt,name=gcs,proto3,oneof"`
}

type MetaData_Gerrit

type MetaData_Gerrit struct {
	Gerrit *Gerrit `protobuf:"bytes,19,opt,name=gerrit,proto3,oneof"`
}

type MetaData_Git

type MetaData_Git struct {
	Git *Git `protobuf:"bytes,16,opt,name=git,proto3,oneof"`
}

type MetaData_Github

type MetaData_Github struct {
	Github *Github `protobuf:"bytes,8,opt,name=github,proto3,oneof"`
}

type MetaData_Gitlab

type MetaData_Gitlab struct {
	Gitlab *Gitlab `protobuf:"bytes,9,opt,name=gitlab,proto3,oneof"`
}

type MetaData_GoogleDrive added in v3.32.0

type MetaData_GoogleDrive struct {
	GoogleDrive *GoogleDrive `protobuf:"bytes,26,opt,name=googleDrive,proto3,oneof"`
}

type MetaData_Jenkins

type MetaData_Jenkins struct {
	Jenkins *Jenkins `protobuf:"bytes,20,opt,name=jenkins,proto3,oneof"`
}

type MetaData_Jira

type MetaData_Jira struct {
	Jira *Jira `protobuf:"bytes,10,opt,name=jira,proto3,oneof"`
}

type MetaData_Npm

type MetaData_Npm struct {
	Npm *NPM `protobuf:"bytes,11,opt,name=npm,proto3,oneof"`
}

type MetaData_Postman added in v3.71.0

type MetaData_Postman struct {
	Postman *Postman `protobuf:"bytes,29,opt,name=postman,proto3,oneof"`
}

type MetaData_Pypi

type MetaData_Pypi struct {
	Pypi *PyPi `protobuf:"bytes,12,opt,name=pypi,proto3,oneof"`
}

type MetaData_S3

type MetaData_S3 struct {
	S3 *S3 `protobuf:"bytes,13,opt,name=s3,proto3,oneof"`
}

type MetaData_Sharepoint added in v3.31.5

type MetaData_Sharepoint struct {
	Sharepoint *SharePoint `protobuf:"bytes,25,opt,name=sharepoint,proto3,oneof"`
}

type MetaData_Slack

type MetaData_Slack struct {
	Slack *Slack `protobuf:"bytes,14,opt,name=slack,proto3,oneof"`
}

type MetaData_Syslog added in v3.4.3

type MetaData_Syslog struct {
	Syslog *Syslog `protobuf:"bytes,23,opt,name=syslog,proto3,oneof"`
}

type MetaData_Teams added in v3.0.3

type MetaData_Teams struct {
	Teams *Teams `protobuf:"bytes,21,opt,name=teams,proto3,oneof"`
}

type MetaData_Test

type MetaData_Test struct {
	Test *Test `protobuf:"bytes,17,opt,name=test,proto3,oneof"`
}

type MetaData_TravisCI added in v3.62.0

type MetaData_TravisCI struct {
	TravisCI *TravisCI `protobuf:"bytes,28,opt,name=travisCI,proto3,oneof"`
}

type NPM

type NPM struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"`
	Link    string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email   string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*NPM) Descriptor deprecated

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

Deprecated: Use NPM.ProtoReflect.Descriptor instead.

func (*NPM) GetEmail

func (x *NPM) GetEmail() string

func (*NPM) GetFile

func (x *NPM) GetFile() string
func (x *NPM) GetLink() string

func (*NPM) GetPackage

func (x *NPM) GetPackage() string

func (*NPM) GetRelease

func (x *NPM) GetRelease() string

func (*NPM) ProtoMessage

func (*NPM) ProtoMessage()

func (*NPM) ProtoReflect

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

func (*NPM) Reset

func (x *NPM) Reset()

func (*NPM) String

func (x *NPM) String() string

func (*NPM) Validate

func (m *NPM) Validate() error

Validate checks the field values on NPM with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NPM) ValidateAll

func (m *NPM) ValidateAll() error

ValidateAll checks the field values on NPM with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NPMMultiError, or nil if none found.

type NPMMultiError

type NPMMultiError []error

NPMMultiError is an error wrapping multiple validation errors returned by NPM.ValidateAll() if the designated constraints aren't met.

func (NPMMultiError) AllErrors

func (m NPMMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NPMMultiError) Error

func (m NPMMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NPMValidationError

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

NPMValidationError is the validation error returned by NPM.Validate if the designated constraints aren't met.

func (NPMValidationError) Cause

func (e NPMValidationError) Cause() error

Cause function returns cause value.

func (NPMValidationError) Error

func (e NPMValidationError) Error() string

Error satisfies the builtin error interface

func (NPMValidationError) ErrorName

func (e NPMValidationError) ErrorName() string

ErrorName returns error name.

func (NPMValidationError) Field

func (e NPMValidationError) Field() string

Field function returns field value.

func (NPMValidationError) Key

func (e NPMValidationError) Key() bool

Key function returns key value.

func (NPMValidationError) Reason

func (e NPMValidationError) Reason() string

Reason function returns reason value.

type Postman added in v3.71.0

type Postman struct {
	Link            string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	WorkspaceUuid   string `protobuf:"bytes,2,opt,name=workspace_uuid,json=workspaceUuid,proto3" json:"workspace_uuid,omitempty"`
	WorkspaceName   string `protobuf:"bytes,3,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	GlobalsId       string `protobuf:"bytes,4,opt,name=globals_id,json=globalsId,proto3" json:"globals_id,omitempty"`
	CollectionId    string `protobuf:"bytes,5,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	CollectionName  string `protobuf:"bytes,6,opt,name=collection_name,json=collectionName,proto3" json:"collection_name,omitempty"`
	EnvironmentId   string `protobuf:"bytes,7,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	EnvironmentName string `protobuf:"bytes,8,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	RequestId       string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	RequestName     string `protobuf:"bytes,10,opt,name=request_name,json=requestName,proto3" json:"request_name,omitempty"`
	FolderId        string `protobuf:"bytes,11,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"`
	FolderName      string `protobuf:"bytes,12,opt,name=folder_name,json=folderName,proto3" json:"folder_name,omitempty"`
	FieldType       string `protobuf:"bytes,13,opt,name=field_type,json=fieldType,proto3" json:"field_type,omitempty"`
	FieldName       string `protobuf:"bytes,14,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"`
	VariableType    string `protobuf:"bytes,15,opt,name=variable_type,json=variableType,proto3" json:"variable_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Postman) Descriptor deprecated added in v3.71.0

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

Deprecated: Use Postman.ProtoReflect.Descriptor instead.

func (*Postman) GetCollectionId added in v3.71.0

func (x *Postman) GetCollectionId() string

func (*Postman) GetCollectionName added in v3.71.0

func (x *Postman) GetCollectionName() string

func (*Postman) GetEnvironmentId added in v3.71.0

func (x *Postman) GetEnvironmentId() string

func (*Postman) GetEnvironmentName added in v3.71.0

func (x *Postman) GetEnvironmentName() string

func (*Postman) GetFieldName added in v3.71.0

func (x *Postman) GetFieldName() string

func (*Postman) GetFieldType added in v3.71.0

func (x *Postman) GetFieldType() string

func (*Postman) GetFolderId added in v3.71.0

func (x *Postman) GetFolderId() string

func (*Postman) GetFolderName added in v3.71.0

func (x *Postman) GetFolderName() string

func (*Postman) GetGlobalsId added in v3.71.0

func (x *Postman) GetGlobalsId() string
func (x *Postman) GetLink() string

func (*Postman) GetRequestId added in v3.71.0

func (x *Postman) GetRequestId() string

func (*Postman) GetRequestName added in v3.71.0

func (x *Postman) GetRequestName() string

func (*Postman) GetVariableType added in v3.71.0

func (x *Postman) GetVariableType() string

func (*Postman) GetWorkspaceName added in v3.71.0

func (x *Postman) GetWorkspaceName() string

func (*Postman) GetWorkspaceUuid added in v3.71.0

func (x *Postman) GetWorkspaceUuid() string

func (*Postman) ProtoMessage added in v3.71.0

func (*Postman) ProtoMessage()

func (*Postman) ProtoReflect added in v3.71.0

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

func (*Postman) Reset added in v3.71.0

func (x *Postman) Reset()

func (*Postman) String added in v3.71.0

func (x *Postman) String() string

func (*Postman) Validate added in v3.71.0

func (m *Postman) Validate() error

Validate checks the field values on Postman with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Postman) ValidateAll added in v3.71.0

func (m *Postman) ValidateAll() error

ValidateAll checks the field values on Postman with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PostmanMultiError, or nil if none found.

type PostmanMultiError added in v3.71.0

type PostmanMultiError []error

PostmanMultiError is an error wrapping multiple validation errors returned by Postman.ValidateAll() if the designated constraints aren't met.

func (PostmanMultiError) AllErrors added in v3.71.0

func (m PostmanMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PostmanMultiError) Error added in v3.71.0

func (m PostmanMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PostmanValidationError added in v3.71.0

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

PostmanValidationError is the validation error returned by Postman.Validate if the designated constraints aren't met.

func (PostmanValidationError) Cause added in v3.71.0

func (e PostmanValidationError) Cause() error

Cause function returns cause value.

func (PostmanValidationError) Error added in v3.71.0

func (e PostmanValidationError) Error() string

Error satisfies the builtin error interface

func (PostmanValidationError) ErrorName added in v3.71.0

func (e PostmanValidationError) ErrorName() string

ErrorName returns error name.

func (PostmanValidationError) Field added in v3.71.0

func (e PostmanValidationError) Field() string

Field function returns field value.

func (PostmanValidationError) Key added in v3.71.0

func (e PostmanValidationError) Key() bool

Key function returns key value.

func (PostmanValidationError) Reason added in v3.71.0

func (e PostmanValidationError) Reason() string

Reason function returns reason value.

type PyPi

type PyPi struct {
	File    string `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	Package string `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release,omitempty"`
	Link    string `protobuf:"bytes,4,opt,name=link,proto3" json:"link,omitempty"`
	Email   string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*PyPi) Descriptor deprecated

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

Deprecated: Use PyPi.ProtoReflect.Descriptor instead.

func (*PyPi) GetEmail

func (x *PyPi) GetEmail() string

func (*PyPi) GetFile

func (x *PyPi) GetFile() string
func (x *PyPi) GetLink() string

func (*PyPi) GetPackage

func (x *PyPi) GetPackage() string

func (*PyPi) GetRelease

func (x *PyPi) GetRelease() string

func (*PyPi) ProtoMessage

func (*PyPi) ProtoMessage()

func (*PyPi) ProtoReflect

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

func (*PyPi) Reset

func (x *PyPi) Reset()

func (*PyPi) String

func (x *PyPi) String() string

func (*PyPi) Validate

func (m *PyPi) Validate() error

Validate checks the field values on PyPi with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PyPi) ValidateAll

func (m *PyPi) ValidateAll() error

ValidateAll checks the field values on PyPi with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PyPiMultiError, or nil if none found.

type PyPiMultiError

type PyPiMultiError []error

PyPiMultiError is an error wrapping multiple validation errors returned by PyPi.ValidateAll() if the designated constraints aren't met.

func (PyPiMultiError) AllErrors

func (m PyPiMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PyPiMultiError) Error

func (m PyPiMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PyPiValidationError

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

PyPiValidationError is the validation error returned by PyPi.Validate if the designated constraints aren't met.

func (PyPiValidationError) Cause

func (e PyPiValidationError) Cause() error

Cause function returns cause value.

func (PyPiValidationError) Error

func (e PyPiValidationError) Error() string

Error satisfies the builtin error interface

func (PyPiValidationError) ErrorName

func (e PyPiValidationError) ErrorName() string

ErrorName returns error name.

func (PyPiValidationError) Field

func (e PyPiValidationError) Field() string

Field function returns field value.

func (PyPiValidationError) Key

func (e PyPiValidationError) Key() bool

Key function returns key value.

func (PyPiValidationError) Reason

func (e PyPiValidationError) Reason() string

Reason function returns reason value.

type S3

type S3 struct {
	Bucket    string `protobuf:"bytes,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	File      string `protobuf:"bytes,2,opt,name=file,proto3" json:"file,omitempty"`
	Link      string `protobuf:"bytes,3,opt,name=link,proto3" json:"link,omitempty"`
	Email     string `protobuf:"bytes,5,opt,name=email,proto3" json:"email,omitempty"`
	Timestamp string `protobuf:"bytes,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*S3) Descriptor deprecated

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

Deprecated: Use S3.ProtoReflect.Descriptor instead.

func (*S3) GetBucket

func (x *S3) GetBucket() string

func (*S3) GetEmail

func (x *S3) GetEmail() string

func (*S3) GetFile

func (x *S3) GetFile() string
func (x *S3) GetLink() string

func (*S3) GetTimestamp

func (x *S3) GetTimestamp() string

func (*S3) ProtoMessage

func (*S3) ProtoMessage()

func (*S3) ProtoReflect

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

func (*S3) Reset

func (x *S3) Reset()

func (*S3) String

func (x *S3) String() string

func (*S3) Validate

func (m *S3) Validate() error

Validate checks the field values on S3 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3) ValidateAll

func (m *S3) ValidateAll() error

ValidateAll checks the field values on S3 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3MultiError, or nil if none found.

type S3MultiError

type S3MultiError []error

S3MultiError is an error wrapping multiple validation errors returned by S3.ValidateAll() if the designated constraints aren't met.

func (S3MultiError) AllErrors

func (m S3MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3MultiError) Error

func (m S3MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type S3ValidationError

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

S3ValidationError is the validation error returned by S3.Validate if the designated constraints aren't met.

func (S3ValidationError) Cause

func (e S3ValidationError) Cause() error

Cause function returns cause value.

func (S3ValidationError) Error

func (e S3ValidationError) Error() string

Error satisfies the builtin error interface

func (S3ValidationError) ErrorName

func (e S3ValidationError) ErrorName() string

ErrorName returns error name.

func (S3ValidationError) Field

func (e S3ValidationError) Field() string

Field function returns field value.

func (S3ValidationError) Key

func (e S3ValidationError) Key() bool

Key function returns key value.

func (S3ValidationError) Reason

func (e S3ValidationError) Reason() string

Reason function returns reason value.

type SharePoint added in v3.31.5

type SharePoint struct {
	Link      string `protobuf:"bytes,1,opt,name=link,proto3" json:"link,omitempty"`
	Timestamp string `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Author    string `protobuf:"bytes,3,opt,name=author,proto3" json:"author,omitempty"`
	Title     string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Views     int64  `protobuf:"varint,5,opt,name=views,proto3" json:"views,omitempty"`
	Docid     string `protobuf:"bytes,6,opt,name=docid,proto3" json:"docid,omitempty"`
	Email     string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*SharePoint) Descriptor deprecated added in v3.31.5

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

Deprecated: Use SharePoint.ProtoReflect.Descriptor instead.

func (*SharePoint) GetAuthor added in v3.31.5

func (x *SharePoint) GetAuthor() string

func (*SharePoint) GetDocid added in v3.31.5

func (x *SharePoint) GetDocid() string

func (*SharePoint) GetEmail added in v3.31.5

func (x *SharePoint) GetEmail() string
func (x *SharePoint) GetLink() string

func (*SharePoint) GetTimestamp added in v3.31.5

func (x *SharePoint) GetTimestamp() string

func (*SharePoint) GetTitle added in v3.31.5

func (x *SharePoint) GetTitle() string

func (*SharePoint) GetViews added in v3.31.5

func (x *SharePoint) GetViews() int64

func (*SharePoint) ProtoMessage added in v3.31.5

func (*SharePoint) ProtoMessage()

func (*SharePoint) ProtoReflect added in v3.31.5

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

func (*SharePoint) Reset added in v3.31.5

func (x *SharePoint) Reset()

func (*SharePoint) String added in v3.31.5

func (x *SharePoint) String() string

func (*SharePoint) Validate added in v3.31.5

func (m *SharePoint) Validate() error

Validate checks the field values on SharePoint with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SharePoint) ValidateAll added in v3.31.5

func (m *SharePoint) ValidateAll() error

ValidateAll checks the field values on SharePoint with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SharePointMultiError, or nil if none found.

type SharePointMultiError added in v3.31.5

type SharePointMultiError []error

SharePointMultiError is an error wrapping multiple validation errors returned by SharePoint.ValidateAll() if the designated constraints aren't met.

func (SharePointMultiError) AllErrors added in v3.31.5

func (m SharePointMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SharePointMultiError) Error added in v3.31.5

func (m SharePointMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SharePointValidationError added in v3.31.5

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

SharePointValidationError is the validation error returned by SharePoint.Validate if the designated constraints aren't met.

func (SharePointValidationError) Cause added in v3.31.5

func (e SharePointValidationError) Cause() error

Cause function returns cause value.

func (SharePointValidationError) Error added in v3.31.5

Error satisfies the builtin error interface

func (SharePointValidationError) ErrorName added in v3.31.5

func (e SharePointValidationError) ErrorName() string

ErrorName returns error name.

func (SharePointValidationError) Field added in v3.31.5

Field function returns field value.

func (SharePointValidationError) Key added in v3.31.5

Key function returns key value.

func (SharePointValidationError) Reason added in v3.31.5

func (e SharePointValidationError) Reason() string

Reason function returns reason value.

type Slack

type Slack struct {
	ChannelId   string     `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ChannelName string     `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`
	Timestamp   string     `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	UserId      string     `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Link        string     `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	File        string     `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Email       string     `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Visibility  Visibility `protobuf:"varint,8,opt,name=visibility,proto3,enum=source_metadata.Visibility" json:"visibility,omitempty"`
	Location    string     `protobuf:"bytes,9,opt,name=location,proto3" json:"location,omitempty"`
	// contains filtered or unexported fields
}

func (*Slack) Descriptor deprecated

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

Deprecated: Use Slack.ProtoReflect.Descriptor instead.

func (*Slack) GetChannelId

func (x *Slack) GetChannelId() string

func (*Slack) GetChannelName

func (x *Slack) GetChannelName() string

func (*Slack) GetEmail

func (x *Slack) GetEmail() string

func (*Slack) GetFile

func (x *Slack) GetFile() string
func (x *Slack) GetLink() string

func (*Slack) GetLocation added in v3.10.4

func (x *Slack) GetLocation() string

func (*Slack) GetTimestamp

func (x *Slack) GetTimestamp() string

func (*Slack) GetUserId

func (x *Slack) GetUserId() string

func (*Slack) GetVisibility added in v3.10.4

func (x *Slack) GetVisibility() Visibility

func (*Slack) ProtoMessage

func (*Slack) ProtoMessage()

func (*Slack) ProtoReflect

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

func (*Slack) Reset

func (x *Slack) Reset()

func (*Slack) String

func (x *Slack) String() string

func (*Slack) Validate

func (m *Slack) Validate() error

Validate checks the field values on Slack with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Slack) ValidateAll

func (m *Slack) ValidateAll() error

ValidateAll checks the field values on Slack with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SlackMultiError, or nil if none found.

type SlackMultiError

type SlackMultiError []error

SlackMultiError is an error wrapping multiple validation errors returned by Slack.ValidateAll() if the designated constraints aren't met.

func (SlackMultiError) AllErrors

func (m SlackMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SlackMultiError) Error

func (m SlackMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SlackValidationError

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

SlackValidationError is the validation error returned by Slack.Validate if the designated constraints aren't met.

func (SlackValidationError) Cause

func (e SlackValidationError) Cause() error

Cause function returns cause value.

func (SlackValidationError) Error

func (e SlackValidationError) Error() string

Error satisfies the builtin error interface

func (SlackValidationError) ErrorName

func (e SlackValidationError) ErrorName() string

ErrorName returns error name.

func (SlackValidationError) Field

func (e SlackValidationError) Field() string

Field function returns field value.

func (SlackValidationError) Key

func (e SlackValidationError) Key() bool

Key function returns key value.

func (SlackValidationError) Reason

func (e SlackValidationError) Reason() string

Reason function returns reason value.

type Syslog added in v3.4.3

type Syslog struct {
	Hostname  string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Appname   string `protobuf:"bytes,2,opt,name=appname,proto3" json:"appname,omitempty"`
	Procid    string `protobuf:"bytes,3,opt,name=procid,proto3" json:"procid,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Client    string `protobuf:"bytes,5,opt,name=client,proto3" json:"client,omitempty"`
	Facility  string `protobuf:"bytes,6,opt,name=facility,proto3" json:"facility,omitempty"`
	// contains filtered or unexported fields
}

func (*Syslog) Descriptor deprecated added in v3.4.3

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

Deprecated: Use Syslog.ProtoReflect.Descriptor instead.

func (*Syslog) GetAppname added in v3.4.3

func (x *Syslog) GetAppname() string

func (*Syslog) GetClient added in v3.4.3

func (x *Syslog) GetClient() string

func (*Syslog) GetFacility added in v3.4.3

func (x *Syslog) GetFacility() string

func (*Syslog) GetHostname added in v3.4.3

func (x *Syslog) GetHostname() string

func (*Syslog) GetProcid added in v3.4.3

func (x *Syslog) GetProcid() string

func (*Syslog) GetTimestamp added in v3.4.3

func (x *Syslog) GetTimestamp() string

func (*Syslog) ProtoMessage added in v3.4.3

func (*Syslog) ProtoMessage()

func (*Syslog) ProtoReflect added in v3.4.3

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

func (*Syslog) Reset added in v3.4.3

func (x *Syslog) Reset()

func (*Syslog) String added in v3.4.3

func (x *Syslog) String() string

func (*Syslog) Validate added in v3.4.3

func (m *Syslog) Validate() error

Validate checks the field values on Syslog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Syslog) ValidateAll added in v3.4.3

func (m *Syslog) ValidateAll() error

ValidateAll checks the field values on Syslog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SyslogMultiError, or nil if none found.

type SyslogMultiError added in v3.4.3

type SyslogMultiError []error

SyslogMultiError is an error wrapping multiple validation errors returned by Syslog.ValidateAll() if the designated constraints aren't met.

func (SyslogMultiError) AllErrors added in v3.4.3

func (m SyslogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SyslogMultiError) Error added in v3.4.3

func (m SyslogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SyslogValidationError added in v3.4.3

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

SyslogValidationError is the validation error returned by Syslog.Validate if the designated constraints aren't met.

func (SyslogValidationError) Cause added in v3.4.3

func (e SyslogValidationError) Cause() error

Cause function returns cause value.

func (SyslogValidationError) Error added in v3.4.3

func (e SyslogValidationError) Error() string

Error satisfies the builtin error interface

func (SyslogValidationError) ErrorName added in v3.4.3

func (e SyslogValidationError) ErrorName() string

ErrorName returns error name.

func (SyslogValidationError) Field added in v3.4.3

func (e SyslogValidationError) Field() string

Field function returns field value.

func (SyslogValidationError) Key added in v3.4.3

func (e SyslogValidationError) Key() bool

Key function returns key value.

func (SyslogValidationError) Reason added in v3.4.3

func (e SyslogValidationError) Reason() string

Reason function returns reason value.

type Teams added in v3.0.3

type Teams struct {
	ChannelId   string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ChannelName string `protobuf:"bytes,2,opt,name=channel_name,json=channelName,proto3" json:"channel_name,omitempty"`
	Timestamp   string `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	UserId      string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Link        string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	File        string `protobuf:"bytes,6,opt,name=file,proto3" json:"file,omitempty"`
	Email       string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
	Location    string `protobuf:"bytes,8,opt,name=location,proto3" json:"location,omitempty"`
	TeamName    string `protobuf:"bytes,9,opt,name=team_name,json=teamName,proto3" json:"team_name,omitempty"`
	TeamId      string `protobuf:"bytes,10,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Teams) Descriptor deprecated added in v3.0.3

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

Deprecated: Use Teams.ProtoReflect.Descriptor instead.

func (*Teams) GetChannelId added in v3.0.3

func (x *Teams) GetChannelId() string

func (*Teams) GetChannelName added in v3.0.3

func (x *Teams) GetChannelName() string

func (*Teams) GetEmail added in v3.0.3

func (x *Teams) GetEmail() string

func (*Teams) GetFile added in v3.0.3

func (x *Teams) GetFile() string
func (x *Teams) GetLink() string

func (*Teams) GetLocation added in v3.25.3

func (x *Teams) GetLocation() string

func (*Teams) GetTeamId added in v3.32.0

func (x *Teams) GetTeamId() string

func (*Teams) GetTeamName added in v3.32.0

func (x *Teams) GetTeamName() string

func (*Teams) GetTimestamp added in v3.0.3

func (x *Teams) GetTimestamp() string

func (*Teams) GetUserId added in v3.0.3

func (x *Teams) GetUserId() string

func (*Teams) ProtoMessage added in v3.0.3

func (*Teams) ProtoMessage()

func (*Teams) ProtoReflect added in v3.0.3

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

func (*Teams) Reset added in v3.0.3

func (x *Teams) Reset()

func (*Teams) String added in v3.0.3

func (x *Teams) String() string

func (*Teams) Validate added in v3.0.3

func (m *Teams) Validate() error

Validate checks the field values on Teams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Teams) ValidateAll added in v3.0.3

func (m *Teams) ValidateAll() error

ValidateAll checks the field values on Teams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TeamsMultiError, or nil if none found.

type TeamsMultiError added in v3.0.3

type TeamsMultiError []error

TeamsMultiError is an error wrapping multiple validation errors returned by Teams.ValidateAll() if the designated constraints aren't met.

func (TeamsMultiError) AllErrors added in v3.0.3

func (m TeamsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TeamsMultiError) Error added in v3.0.3

func (m TeamsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TeamsValidationError added in v3.0.3

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

TeamsValidationError is the validation error returned by Teams.Validate if the designated constraints aren't met.

func (TeamsValidationError) Cause added in v3.0.3

func (e TeamsValidationError) Cause() error

Cause function returns cause value.

func (TeamsValidationError) Error added in v3.0.3

func (e TeamsValidationError) Error() string

Error satisfies the builtin error interface

func (TeamsValidationError) ErrorName added in v3.0.3

func (e TeamsValidationError) ErrorName() string

ErrorName returns error name.

func (TeamsValidationError) Field added in v3.0.3

func (e TeamsValidationError) Field() string

Field function returns field value.

func (TeamsValidationError) Key added in v3.0.3

func (e TeamsValidationError) Key() bool

Key function returns key value.

func (TeamsValidationError) Reason added in v3.0.3

func (e TeamsValidationError) Reason() string

Reason function returns reason value.

type Test

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

func (*Test) Descriptor deprecated

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

Deprecated: Use Test.ProtoReflect.Descriptor instead.

func (*Test) GetFile

func (x *Test) GetFile() string

func (*Test) ProtoMessage

func (*Test) ProtoMessage()

func (*Test) ProtoReflect

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

func (*Test) Reset

func (x *Test) Reset()

func (*Test) String

func (x *Test) String() string

func (*Test) Validate

func (m *Test) Validate() error

Validate checks the field values on Test with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Test) ValidateAll

func (m *Test) ValidateAll() error

ValidateAll checks the field values on Test with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TestMultiError, or nil if none found.

type TestMultiError

type TestMultiError []error

TestMultiError is an error wrapping multiple validation errors returned by Test.ValidateAll() if the designated constraints aren't met.

func (TestMultiError) AllErrors

func (m TestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TestMultiError) Error

func (m TestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TestValidationError

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

TestValidationError is the validation error returned by Test.Validate if the designated constraints aren't met.

func (TestValidationError) Cause

func (e TestValidationError) Cause() error

Cause function returns cause value.

func (TestValidationError) Error

func (e TestValidationError) Error() string

Error satisfies the builtin error interface

func (TestValidationError) ErrorName

func (e TestValidationError) ErrorName() string

ErrorName returns error name.

func (TestValidationError) Field

func (e TestValidationError) Field() string

Field function returns field value.

func (TestValidationError) Key

func (e TestValidationError) Key() bool

Key function returns key value.

func (TestValidationError) Reason

func (e TestValidationError) Reason() string

Reason function returns reason value.

type TravisCI added in v3.62.0

type TravisCI struct {
	Username    string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Repository  string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	BuildNumber string `protobuf:"bytes,4,opt,name=build_number,json=buildNumber,proto3" json:"build_number,omitempty"`
	JobNumber   string `protobuf:"bytes,5,opt,name=job_number,json=jobNumber,proto3" json:"job_number,omitempty"`
	Link        string `protobuf:"bytes,6,opt,name=link,proto3" json:"link,omitempty"`
	Public      bool   `protobuf:"varint,7,opt,name=public,proto3" json:"public,omitempty"`
	// contains filtered or unexported fields
}

func (*TravisCI) Descriptor deprecated added in v3.62.0

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

Deprecated: Use TravisCI.ProtoReflect.Descriptor instead.

func (*TravisCI) GetBuildNumber added in v3.62.0

func (x *TravisCI) GetBuildNumber() string

func (*TravisCI) GetJobNumber added in v3.62.0

func (x *TravisCI) GetJobNumber() string
func (x *TravisCI) GetLink() string

func (*TravisCI) GetPublic added in v3.62.0

func (x *TravisCI) GetPublic() bool

func (*TravisCI) GetRepository added in v3.62.0

func (x *TravisCI) GetRepository() string

func (*TravisCI) GetUsername added in v3.62.0

func (x *TravisCI) GetUsername() string

func (*TravisCI) ProtoMessage added in v3.62.0

func (*TravisCI) ProtoMessage()

func (*TravisCI) ProtoReflect added in v3.62.0

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

func (*TravisCI) Reset added in v3.62.0

func (x *TravisCI) Reset()

func (*TravisCI) String added in v3.62.0

func (x *TravisCI) String() string

func (*TravisCI) Validate added in v3.62.0

func (m *TravisCI) Validate() error

Validate checks the field values on TravisCI with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TravisCI) ValidateAll added in v3.62.0

func (m *TravisCI) ValidateAll() error

ValidateAll checks the field values on TravisCI with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TravisCIMultiError, or nil if none found.

type TravisCIMultiError added in v3.62.0

type TravisCIMultiError []error

TravisCIMultiError is an error wrapping multiple validation errors returned by TravisCI.ValidateAll() if the designated constraints aren't met.

func (TravisCIMultiError) AllErrors added in v3.62.0

func (m TravisCIMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TravisCIMultiError) Error added in v3.62.0

func (m TravisCIMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TravisCIValidationError added in v3.62.0

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

TravisCIValidationError is the validation error returned by TravisCI.Validate if the designated constraints aren't met.

func (TravisCIValidationError) Cause added in v3.62.0

func (e TravisCIValidationError) Cause() error

Cause function returns cause value.

func (TravisCIValidationError) Error added in v3.62.0

func (e TravisCIValidationError) Error() string

Error satisfies the builtin error interface

func (TravisCIValidationError) ErrorName added in v3.62.0

func (e TravisCIValidationError) ErrorName() string

ErrorName returns error name.

func (TravisCIValidationError) Field added in v3.62.0

func (e TravisCIValidationError) Field() string

Field function returns field value.

func (TravisCIValidationError) Key added in v3.62.0

func (e TravisCIValidationError) Key() bool

Key function returns key value.

func (TravisCIValidationError) Reason added in v3.62.0

func (e TravisCIValidationError) Reason() string

Reason function returns reason value.

type Visibility added in v3.10.4

type Visibility int32
const (
	Visibility_public  Visibility = 0
	Visibility_private Visibility = 1
	Visibility_shared  Visibility = 2
	Visibility_unknown Visibility = 3
)

func (Visibility) Descriptor added in v3.10.4

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum added in v3.10.4

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated added in v3.10.4

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

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number added in v3.10.4

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String added in v3.10.4

func (x Visibility) String() string

func (Visibility) Type added in v3.10.4

Jump to

Keyboard shortcuts

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