orchestrator

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2023 License: Apache-2.0 Imports: 35 Imported by: 4

Documentation

Overview

Package orchestrator is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	MetricChangeEvent_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "TYPE_CONFIG_CHANGED",
		2: "TYPE_IMPLEMENTATION_CHANGED",
		3: "TYPE_METADATA_CHANGED",
	}
	MetricChangeEvent_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":            0,
		"TYPE_CONFIG_CHANGED":         1,
		"TYPE_IMPLEMENTATION_CHANGED": 2,
		"TYPE_METADATA_CHANGED":       3,
	}
)

Enum value maps for MetricChangeEvent_Type.

View Source
var (
	TargetOfEvaluationChangeEvent_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "TYPE_TARGET_OF_EVALUATION_CREATED",
		2: "TYPE_TARGET_OF_EVALUATION_UPDATED",
		3: "TYPE_TARGET_OF_EVALUATION_REMOVED",
	}
	TargetOfEvaluationChangeEvent_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":                  0,
		"TYPE_TARGET_OF_EVALUATION_CREATED": 1,
		"TYPE_TARGET_OF_EVALUATION_UPDATED": 2,
		"TYPE_TARGET_OF_EVALUATION_REMOVED": 3,
	}
)

Enum value maps for TargetOfEvaluationChangeEvent_Type.

View Source
var File_api_orchestrator_orchestrator_proto protoreflect.FileDescriptor
View Source
var Orchestrator_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "clouditor.orchestrator.v1.Orchestrator",
	HandlerType: (*OrchestratorServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterAssessmentTool",
			Handler:    _Orchestrator_RegisterAssessmentTool_Handler,
		},
		{
			MethodName: "ListAssessmentTools",
			Handler:    _Orchestrator_ListAssessmentTools_Handler,
		},
		{
			MethodName: "GetAssessmentTool",
			Handler:    _Orchestrator_GetAssessmentTool_Handler,
		},
		{
			MethodName: "UpdateAssessmentTool",
			Handler:    _Orchestrator_UpdateAssessmentTool_Handler,
		},
		{
			MethodName: "DeregisterAssessmentTool",
			Handler:    _Orchestrator_DeregisterAssessmentTool_Handler,
		},
		{
			MethodName: "StoreAssessmentResult",
			Handler:    _Orchestrator_StoreAssessmentResult_Handler,
		},
		{
			MethodName: "GetAssessmentResult",
			Handler:    _Orchestrator_GetAssessmentResult_Handler,
		},
		{
			MethodName: "ListAssessmentResults",
			Handler:    _Orchestrator_ListAssessmentResults_Handler,
		},
		{
			MethodName: "CreateMetric",
			Handler:    _Orchestrator_CreateMetric_Handler,
		},
		{
			MethodName: "UpdateMetric",
			Handler:    _Orchestrator_UpdateMetric_Handler,
		},
		{
			MethodName: "GetMetric",
			Handler:    _Orchestrator_GetMetric_Handler,
		},
		{
			MethodName: "ListMetrics",
			Handler:    _Orchestrator_ListMetrics_Handler,
		},
		{
			MethodName: "RegisterCloudService",
			Handler:    _Orchestrator_RegisterCloudService_Handler,
		},
		{
			MethodName: "UpdateCloudService",
			Handler:    _Orchestrator_UpdateCloudService_Handler,
		},
		{
			MethodName: "GetCloudService",
			Handler:    _Orchestrator_GetCloudService_Handler,
		},
		{
			MethodName: "ListCloudServices",
			Handler:    _Orchestrator_ListCloudServices_Handler,
		},
		{
			MethodName: "RemoveCloudService",
			Handler:    _Orchestrator_RemoveCloudService_Handler,
		},
		{
			MethodName: "GetCloudServiceStatistics",
			Handler:    _Orchestrator_GetCloudServiceStatistics_Handler,
		},
		{
			MethodName: "UpdateMetricConfiguration",
			Handler:    _Orchestrator_UpdateMetricConfiguration_Handler,
		},
		{
			MethodName: "GetMetricConfiguration",
			Handler:    _Orchestrator_GetMetricConfiguration_Handler,
		},
		{
			MethodName: "ListMetricConfigurations",
			Handler:    _Orchestrator_ListMetricConfigurations_Handler,
		},
		{
			MethodName: "UpdateMetricImplementation",
			Handler:    _Orchestrator_UpdateMetricImplementation_Handler,
		},
		{
			MethodName: "GetMetricImplementation",
			Handler:    _Orchestrator_GetMetricImplementation_Handler,
		},
		{
			MethodName: "CreateCertificate",
			Handler:    _Orchestrator_CreateCertificate_Handler,
		},
		{
			MethodName: "GetCertificate",
			Handler:    _Orchestrator_GetCertificate_Handler,
		},
		{
			MethodName: "ListCertificates",
			Handler:    _Orchestrator_ListCertificates_Handler,
		},
		{
			MethodName: "ListPublicCertificates",
			Handler:    _Orchestrator_ListPublicCertificates_Handler,
		},
		{
			MethodName: "UpdateCertificate",
			Handler:    _Orchestrator_UpdateCertificate_Handler,
		},
		{
			MethodName: "RemoveCertificate",
			Handler:    _Orchestrator_RemoveCertificate_Handler,
		},
		{
			MethodName: "CreateCatalog",
			Handler:    _Orchestrator_CreateCatalog_Handler,
		},
		{
			MethodName: "ListCatalogs",
			Handler:    _Orchestrator_ListCatalogs_Handler,
		},
		{
			MethodName: "GetCatalog",
			Handler:    _Orchestrator_GetCatalog_Handler,
		},
		{
			MethodName: "RemoveCatalog",
			Handler:    _Orchestrator_RemoveCatalog_Handler,
		},
		{
			MethodName: "UpdateCatalog",
			Handler:    _Orchestrator_UpdateCatalog_Handler,
		},
		{
			MethodName: "GetCategory",
			Handler:    _Orchestrator_GetCategory_Handler,
		},
		{
			MethodName: "ListControls",
			Handler:    _Orchestrator_ListControls_Handler,
		},
		{
			MethodName: "GetControl",
			Handler:    _Orchestrator_GetControl_Handler,
		},
		{
			MethodName: "CreateTargetOfEvaluation",
			Handler:    _Orchestrator_CreateTargetOfEvaluation_Handler,
		},
		{
			MethodName: "GetTargetOfEvaluation",
			Handler:    _Orchestrator_GetTargetOfEvaluation_Handler,
		},
		{
			MethodName: "ListTargetsOfEvaluation",
			Handler:    _Orchestrator_ListTargetsOfEvaluation_Handler,
		},
		{
			MethodName: "UpdateTargetOfEvaluation",
			Handler:    _Orchestrator_UpdateTargetOfEvaluation_Handler,
		},
		{
			MethodName: "RemoveTargetOfEvaluation",
			Handler:    _Orchestrator_RemoveTargetOfEvaluation_Handler,
		},
		{
			MethodName: "GetRuntimeInfo",
			Handler:    _Orchestrator_GetRuntimeInfo_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "StoreAssessmentResults",
			Handler:       _Orchestrator_StoreAssessmentResults_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "SubscribeMetricChangeEvents",
			Handler:       _Orchestrator_SubscribeMetricChangeEvents_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "api/orchestrator/orchestrator.proto",
}

Orchestrator_ServiceDesc is the grpc.ServiceDesc for Orchestrator service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterOrchestratorHandler

func RegisterOrchestratorHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterOrchestratorHandler registers the http handlers for service Orchestrator to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterOrchestratorHandlerClient

func RegisterOrchestratorHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrchestratorClient) error

RegisterOrchestratorHandlerClient registers the http handlers for service Orchestrator to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "OrchestratorClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "OrchestratorClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "OrchestratorClient" to call the correct interceptors.

func RegisterOrchestratorHandlerFromEndpoint

func RegisterOrchestratorHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterOrchestratorHandlerFromEndpoint is same as RegisterOrchestratorHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterOrchestratorHandlerServer

func RegisterOrchestratorHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OrchestratorServer) error

RegisterOrchestratorHandlerServer registers the http handlers for service Orchestrator to "mux". UnaryRPC :call OrchestratorServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterOrchestratorHandlerFromEndpoint instead.

func RegisterOrchestratorServer

func RegisterOrchestratorServer(s grpc.ServiceRegistrar, srv OrchestratorServer)

Types

type AssessmentTool

type AssessmentTool struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// a list of metrics that this tool can assess, referred by their ids
	AvailableMetrics []string `protobuf:"bytes,4,rep,name=available_metrics,json=availableMetrics,proto3" json:"available_metrics,omitempty"`
	// contains filtered or unexported fields
}

Represents an external tool or service that offers assessments according to certain metrics.

func (*AssessmentTool) Descriptor deprecated

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

Deprecated: Use AssessmentTool.ProtoReflect.Descriptor instead.

func (*AssessmentTool) GetAvailableMetrics

func (x *AssessmentTool) GetAvailableMetrics() []string

func (*AssessmentTool) GetDescription

func (x *AssessmentTool) GetDescription() string

func (*AssessmentTool) GetId

func (x *AssessmentTool) GetId() string

func (*AssessmentTool) GetName

func (x *AssessmentTool) GetName() string

func (*AssessmentTool) ProtoMessage

func (*AssessmentTool) ProtoMessage()

func (*AssessmentTool) ProtoReflect

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

func (*AssessmentTool) Reset

func (x *AssessmentTool) Reset()

func (*AssessmentTool) String

func (x *AssessmentTool) String() string

func (*AssessmentTool) Validate added in v1.7.0

func (m *AssessmentTool) Validate() error

Validate checks the field values on AssessmentTool 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 (*AssessmentTool) ValidateAll added in v1.7.0

func (m *AssessmentTool) ValidateAll() error

ValidateAll checks the field values on AssessmentTool 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 AssessmentToolMultiError, or nil if none found.

type AssessmentToolMultiError added in v1.7.0

type AssessmentToolMultiError []error

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

func (AssessmentToolMultiError) AllErrors added in v1.7.0

func (m AssessmentToolMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssessmentToolMultiError) Error added in v1.7.0

func (m AssessmentToolMultiError) Error() string

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

type AssessmentToolValidationError added in v1.7.0

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

AssessmentToolValidationError is the validation error returned by AssessmentTool.Validate if the designated constraints aren't met.

func (AssessmentToolValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (AssessmentToolValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (AssessmentToolValidationError) ErrorName added in v1.7.0

func (e AssessmentToolValidationError) ErrorName() string

ErrorName returns error name.

func (AssessmentToolValidationError) Field added in v1.7.0

Field function returns field value.

func (AssessmentToolValidationError) Key added in v1.7.0

Key function returns key value.

func (AssessmentToolValidationError) Reason added in v1.7.0

Reason function returns reason value.

type Catalog added in v1.6.0

type Catalog struct {
	Id          string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string      `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string      `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Categories  []*Category `protobuf:"bytes,4,rep,name=categories,proto3" json:"categories,omitempty" gorm:"constraint:OnDelete:CASCADE"`
	// Certain security catalogs do not allow to select the scope of the controls,
	// but all controls are automatically "in scope", however they can be set to a
	// DELEGATED status.
	AllInScope bool `protobuf:"varint,5,opt,name=all_in_scope,json=allInScope,proto3" json:"all_in_scope,omitempty"`
	// A list of the assurance levels, e.g., basic, substantial and high for the
	// EUCS catalog.
	AssuranceLevels []string `` /* 129-byte string literal not displayed */
	// Catalogs short name, e.g. EUCS
	ShortName string `protobuf:"bytes,9,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	// metadata of the catalog
	Metadata *Catalog_Metadata `protobuf:"bytes,6,opt,name=metadata,proto3,oneof" json:"metadata,omitempty" gorm:"serializer:json"`
	// contains filtered or unexported fields
}

func (*Catalog) Descriptor deprecated added in v1.6.0

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

Deprecated: Use Catalog.ProtoReflect.Descriptor instead.

func (*Catalog) GetAllInScope added in v1.7.0

func (x *Catalog) GetAllInScope() bool

func (*Catalog) GetAssuranceLevels added in v1.7.4

func (x *Catalog) GetAssuranceLevels() []string

func (*Catalog) GetCategories added in v1.6.0

func (x *Catalog) GetCategories() []*Category

func (*Catalog) GetDescription added in v1.6.0

func (x *Catalog) GetDescription() string

func (*Catalog) GetId added in v1.6.0

func (x *Catalog) GetId() string

func (*Catalog) GetMetadata added in v1.9.0

func (x *Catalog) GetMetadata() *Catalog_Metadata

func (*Catalog) GetName added in v1.6.0

func (x *Catalog) GetName() string

func (*Catalog) GetShortName added in v1.9.0

func (x *Catalog) GetShortName() string

func (*Catalog) ProtoMessage added in v1.6.0

func (*Catalog) ProtoMessage()

func (*Catalog) ProtoReflect added in v1.6.0

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

func (*Catalog) Reset added in v1.6.0

func (x *Catalog) Reset()

func (*Catalog) String added in v1.6.0

func (x *Catalog) String() string

func (*Catalog) Validate added in v1.7.0

func (m *Catalog) Validate() error

Validate checks the field values on Catalog 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 (*Catalog) ValidateAll added in v1.7.0

func (m *Catalog) ValidateAll() error

ValidateAll checks the field values on Catalog 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 CatalogMultiError, or nil if none found.

type CatalogMultiError added in v1.7.0

type CatalogMultiError []error

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

func (CatalogMultiError) AllErrors added in v1.7.0

func (m CatalogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CatalogMultiError) Error added in v1.7.0

func (m CatalogMultiError) Error() string

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

type CatalogValidationError added in v1.7.0

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

CatalogValidationError is the validation error returned by Catalog.Validate if the designated constraints aren't met.

func (CatalogValidationError) Cause added in v1.7.0

func (e CatalogValidationError) Cause() error

Cause function returns cause value.

func (CatalogValidationError) Error added in v1.7.0

func (e CatalogValidationError) Error() string

Error satisfies the builtin error interface

func (CatalogValidationError) ErrorName added in v1.7.0

func (e CatalogValidationError) ErrorName() string

ErrorName returns error name.

func (CatalogValidationError) Field added in v1.7.0

func (e CatalogValidationError) Field() string

Field function returns field value.

func (CatalogValidationError) Key added in v1.7.0

func (e CatalogValidationError) Key() bool

Key function returns key value.

func (CatalogValidationError) Reason added in v1.7.0

func (e CatalogValidationError) Reason() string

Reason function returns reason value.

type Catalog_Metadata added in v1.9.0

type Catalog_Metadata struct {

	// a color for the cloud service used by the UI
	Color *string `protobuf:"bytes,3,opt,name=color,proto3,oneof" json:"color,omitempty"`
	// contains filtered or unexported fields
}

func (*Catalog_Metadata) Descriptor deprecated added in v1.9.0

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

Deprecated: Use Catalog_Metadata.ProtoReflect.Descriptor instead.

func (*Catalog_Metadata) GetColor added in v1.9.0

func (x *Catalog_Metadata) GetColor() string

func (*Catalog_Metadata) ProtoMessage added in v1.9.0

func (*Catalog_Metadata) ProtoMessage()

func (*Catalog_Metadata) ProtoReflect added in v1.9.0

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

func (*Catalog_Metadata) Reset added in v1.9.0

func (x *Catalog_Metadata) Reset()

func (*Catalog_Metadata) String added in v1.9.0

func (x *Catalog_Metadata) String() string

func (*Catalog_Metadata) Validate added in v1.9.0

func (m *Catalog_Metadata) Validate() error

Validate checks the field values on Catalog_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 (*Catalog_Metadata) ValidateAll added in v1.9.0

func (m *Catalog_Metadata) ValidateAll() error

ValidateAll checks the field values on Catalog_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 Catalog_MetadataMultiError, or nil if none found.

type Catalog_MetadataMultiError added in v1.9.0

type Catalog_MetadataMultiError []error

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

func (Catalog_MetadataMultiError) AllErrors added in v1.9.0

func (m Catalog_MetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Catalog_MetadataMultiError) Error added in v1.9.0

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

type Catalog_MetadataValidationError added in v1.9.0

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

Catalog_MetadataValidationError is the validation error returned by Catalog_Metadata.Validate if the designated constraints aren't met.

func (Catalog_MetadataValidationError) Cause added in v1.9.0

Cause function returns cause value.

func (Catalog_MetadataValidationError) Error added in v1.9.0

Error satisfies the builtin error interface

func (Catalog_MetadataValidationError) ErrorName added in v1.9.0

ErrorName returns error name.

func (Catalog_MetadataValidationError) Field added in v1.9.0

Field function returns field value.

func (Catalog_MetadataValidationError) Key added in v1.9.0

Key function returns key value.

func (Catalog_MetadataValidationError) Reason added in v1.9.0

Reason function returns reason value.

type Category added in v1.6.0

type Category struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" gorm:"primaryKey"`
	// Reference to the catalog this category belongs to.
	CatalogId   string     `protobuf:"bytes,2,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty" gorm:"primaryKey"`
	Description string     `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Controls    []*Control `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Category) Descriptor deprecated added in v1.6.0

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

Deprecated: Use Category.ProtoReflect.Descriptor instead.

func (*Category) GetCatalogId added in v1.6.0

func (x *Category) GetCatalogId() string

func (*Category) GetControls added in v1.6.0

func (x *Category) GetControls() []*Control

func (*Category) GetDescription added in v1.6.0

func (x *Category) GetDescription() string

func (*Category) GetName added in v1.6.0

func (x *Category) GetName() string

func (*Category) ProtoMessage added in v1.6.0

func (*Category) ProtoMessage()

func (*Category) ProtoReflect added in v1.6.0

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

func (*Category) Reset added in v1.6.0

func (x *Category) Reset()

func (*Category) String added in v1.6.0

func (x *Category) String() string

func (*Category) Validate added in v1.7.0

func (m *Category) Validate() error

Validate checks the field values on Category 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 (*Category) ValidateAll added in v1.7.0

func (m *Category) ValidateAll() error

ValidateAll checks the field values on Category 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 CategoryMultiError, or nil if none found.

type CategoryMultiError added in v1.7.0

type CategoryMultiError []error

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

func (CategoryMultiError) AllErrors added in v1.7.0

func (m CategoryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CategoryMultiError) Error added in v1.7.0

func (m CategoryMultiError) Error() string

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

type CategoryValidationError added in v1.7.0

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

CategoryValidationError is the validation error returned by Category.Validate if the designated constraints aren't met.

func (CategoryValidationError) Cause added in v1.7.0

func (e CategoryValidationError) Cause() error

Cause function returns cause value.

func (CategoryValidationError) Error added in v1.7.0

func (e CategoryValidationError) Error() string

Error satisfies the builtin error interface

func (CategoryValidationError) ErrorName added in v1.7.0

func (e CategoryValidationError) ErrorName() string

ErrorName returns error name.

func (CategoryValidationError) Field added in v1.7.0

func (e CategoryValidationError) Field() string

Field function returns field value.

func (CategoryValidationError) Key added in v1.7.0

func (e CategoryValidationError) Key() bool

Key function returns key value.

func (CategoryValidationError) Reason added in v1.7.0

func (e CategoryValidationError) Reason() string

Reason function returns reason value.

type Certificate added in v1.4.9

type Certificate struct {
	Id             string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CloudServiceId string `protobuf:"bytes,3,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	IssueDate      string `protobuf:"bytes,4,opt,name=issue_date,json=issueDate,proto3" json:"issue_date,omitempty"`
	ExpirationDate string `protobuf:"bytes,5,opt,name=expiration_date,json=expirationDate,proto3" json:"expiration_date,omitempty"`
	Standard       string `protobuf:"bytes,6,opt,name=standard,proto3" json:"standard,omitempty"`
	AssuranceLevel string `protobuf:"bytes,7,opt,name=assurance_level,json=assuranceLevel,proto3" json:"assurance_level,omitempty"`
	Cab            string `protobuf:"bytes,8,opt,name=cab,proto3" json:"cab,omitempty"`
	Description    string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	// A list of states at specific times
	States []*State `protobuf:"bytes,10,rep,name=states,proto3" json:"states,omitempty" gorm:"constraint:OnDelete:CASCADE"`
	// contains filtered or unexported fields
}

An ISO17021-based certificate

func (*Certificate) Descriptor deprecated added in v1.4.9

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

Deprecated: Use Certificate.ProtoReflect.Descriptor instead.

func (*Certificate) GetAssuranceLevel added in v1.4.9

func (x *Certificate) GetAssuranceLevel() string

func (*Certificate) GetCab added in v1.4.9

func (x *Certificate) GetCab() string

func (*Certificate) GetCloudServiceId added in v1.6.0

func (x *Certificate) GetCloudServiceId() string

func (*Certificate) GetDescription added in v1.4.9

func (x *Certificate) GetDescription() string

func (*Certificate) GetExpirationDate added in v1.4.9

func (x *Certificate) GetExpirationDate() string

func (*Certificate) GetId added in v1.4.9

func (x *Certificate) GetId() string

func (*Certificate) GetIssueDate added in v1.4.9

func (x *Certificate) GetIssueDate() string

func (*Certificate) GetName added in v1.4.9

func (x *Certificate) GetName() string

func (*Certificate) GetStandard added in v1.4.9

func (x *Certificate) GetStandard() string

func (*Certificate) GetStates added in v1.4.9

func (x *Certificate) GetStates() []*State

func (*Certificate) ProtoMessage added in v1.4.9

func (*Certificate) ProtoMessage()

func (*Certificate) ProtoReflect added in v1.4.9

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

func (*Certificate) Reset added in v1.4.9

func (x *Certificate) Reset()

func (*Certificate) String added in v1.4.9

func (x *Certificate) String() string

func (*Certificate) Validate added in v1.7.0

func (m *Certificate) Validate() error

Validate checks the field values on Certificate 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 (*Certificate) ValidateAll added in v1.7.0

func (m *Certificate) ValidateAll() error

ValidateAll checks the field values on Certificate 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 CertificateMultiError, or nil if none found.

type CertificateMultiError added in v1.7.0

type CertificateMultiError []error

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

func (CertificateMultiError) AllErrors added in v1.7.0

func (m CertificateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CertificateMultiError) Error added in v1.7.0

func (m CertificateMultiError) Error() string

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

type CertificateValidationError added in v1.7.0

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

CertificateValidationError is the validation error returned by Certificate.Validate if the designated constraints aren't met.

func (CertificateValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CertificateValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CertificateValidationError) ErrorName added in v1.7.0

func (e CertificateValidationError) ErrorName() string

ErrorName returns error name.

func (CertificateValidationError) Field added in v1.7.0

Field function returns field value.

func (CertificateValidationError) Key added in v1.7.0

Key function returns key value.

func (CertificateValidationError) Reason added in v1.7.0

Reason function returns reason value.

type CloudService added in v1.3.11

type CloudService struct {
	Id                string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name              string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description       string               `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CatalogsInScope   []*Catalog           `` /* 147-byte string literal not displayed */
	ConfiguredMetrics []*assessment.Metric `` /* 151-byte string literal not displayed */
	// creation time of the cloud_service
	CreatedAt *timestamppb.Timestamp `` /* 138-byte string literal not displayed */
	// last update time of the cloud_service
	UpdatedAt *timestamppb.Timestamp `` /* 138-byte string literal not displayed */
	// additional metadata of the cloud service, mostly used for the UI
	Metadata *CloudService_Metadata `protobuf:"bytes,10,opt,name=metadata,proto3,oneof" json:"metadata,omitempty" gorm:"serializer:json"`
	// contains filtered or unexported fields
}

func (*CloudService) Descriptor deprecated added in v1.3.11

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

Deprecated: Use CloudService.ProtoReflect.Descriptor instead.

func (*CloudService) GetCatalogsInScope added in v1.6.0

func (x *CloudService) GetCatalogsInScope() []*Catalog

func (*CloudService) GetConfiguredMetrics added in v1.5.4

func (x *CloudService) GetConfiguredMetrics() []*assessment.Metric

func (*CloudService) GetCreatedAt added in v1.9.0

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

func (*CloudService) GetDescription added in v1.3.11

func (x *CloudService) GetDescription() string

func (*CloudService) GetId added in v1.3.11

func (x *CloudService) GetId() string

func (*CloudService) GetMetadata added in v1.9.0

func (x *CloudService) GetMetadata() *CloudService_Metadata

func (*CloudService) GetName added in v1.3.11

func (x *CloudService) GetName() string

func (*CloudService) GetUpdatedAt added in v1.9.0

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

func (*CloudService) ProtoMessage added in v1.3.11

func (*CloudService) ProtoMessage()

func (*CloudService) ProtoReflect added in v1.3.11

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

func (*CloudService) Reset added in v1.3.11

func (x *CloudService) Reset()

func (*CloudService) String added in v1.3.11

func (x *CloudService) String() string

func (*CloudService) Validate added in v1.7.0

func (m *CloudService) Validate() error

Validate checks the field values on CloudService 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 (*CloudService) ValidateAll added in v1.7.0

func (m *CloudService) ValidateAll() error

ValidateAll checks the field values on CloudService 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 CloudServiceMultiError, or nil if none found.

type CloudServiceHookFunc added in v1.4.10

type CloudServiceHookFunc func(ctx context.Context, cld *CloudService, err error)

type CloudServiceMultiError added in v1.7.0

type CloudServiceMultiError []error

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

func (CloudServiceMultiError) AllErrors added in v1.7.0

func (m CloudServiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CloudServiceMultiError) Error added in v1.7.0

func (m CloudServiceMultiError) Error() string

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

type CloudServiceValidationError added in v1.7.0

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

CloudServiceValidationError is the validation error returned by CloudService.Validate if the designated constraints aren't met.

func (CloudServiceValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CloudServiceValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CloudServiceValidationError) ErrorName added in v1.7.0

func (e CloudServiceValidationError) ErrorName() string

ErrorName returns error name.

func (CloudServiceValidationError) Field added in v1.7.0

Field function returns field value.

func (CloudServiceValidationError) Key added in v1.7.0

Key function returns key value.

func (CloudServiceValidationError) Reason added in v1.7.0

Reason function returns reason value.

type CloudService_Metadata added in v1.9.0

type CloudService_Metadata struct {

	// a map of key/value pairs, e.g., env:prod
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// an icon for the cloud service used by the UI
	Icon *string `protobuf:"bytes,2,opt,name=icon,proto3,oneof" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*CloudService_Metadata) Descriptor deprecated added in v1.9.0

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

Deprecated: Use CloudService_Metadata.ProtoReflect.Descriptor instead.

func (*CloudService_Metadata) GetIcon added in v1.9.0

func (x *CloudService_Metadata) GetIcon() string

func (*CloudService_Metadata) GetLabels added in v1.9.0

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

func (*CloudService_Metadata) ProtoMessage added in v1.9.0

func (*CloudService_Metadata) ProtoMessage()

func (*CloudService_Metadata) ProtoReflect added in v1.9.0

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

func (*CloudService_Metadata) Reset added in v1.9.0

func (x *CloudService_Metadata) Reset()

func (*CloudService_Metadata) String added in v1.9.0

func (x *CloudService_Metadata) String() string

func (*CloudService_Metadata) Validate added in v1.9.0

func (m *CloudService_Metadata) Validate() error

Validate checks the field values on CloudService_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 (*CloudService_Metadata) ValidateAll added in v1.9.0

func (m *CloudService_Metadata) ValidateAll() error

ValidateAll checks the field values on CloudService_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 CloudService_MetadataMultiError, or nil if none found.

type CloudService_MetadataMultiError added in v1.9.0

type CloudService_MetadataMultiError []error

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

func (CloudService_MetadataMultiError) AllErrors added in v1.9.0

func (m CloudService_MetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CloudService_MetadataMultiError) Error added in v1.9.0

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

type CloudService_MetadataValidationError added in v1.9.0

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

CloudService_MetadataValidationError is the validation error returned by CloudService_Metadata.Validate if the designated constraints aren't met.

func (CloudService_MetadataValidationError) Cause added in v1.9.0

Cause function returns cause value.

func (CloudService_MetadataValidationError) Error added in v1.9.0

Error satisfies the builtin error interface

func (CloudService_MetadataValidationError) ErrorName added in v1.9.0

ErrorName returns error name.

func (CloudService_MetadataValidationError) Field added in v1.9.0

Field function returns field value.

func (CloudService_MetadataValidationError) Key added in v1.9.0

Key function returns key value.

func (CloudService_MetadataValidationError) Reason added in v1.9.0

Reason function returns reason value.

type Control added in v1.6.0

type Control struct {

	// A short name of the control, e.g. OPS-01, as used in OSCAL; it is not a
	// unique ID!
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" gorm:"primaryKey"`
	CategoryName      string `protobuf:"bytes,2,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty" gorm:"primaryKey"`
	CategoryCatalogId string `` /* 132-byte string literal not displayed */
	// Human-readable name of the control
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the control
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// List of sub - controls -
	//
	//	this is in accordance with the OSCAL model.
	Controls []*Control `` /* 217-byte string literal not displayed */
	// metrics contains either a list of reference to metrics - in this case only
	// the id field of the metric is populated - or a list of populated metric
	// meta-data, most likely returned by the database.
	Metrics []*assessment.Metric `` /* 128-byte string literal not displayed */
	// Reference to the parent category this control belongs to.
	ParentControlId                *string `protobuf:"bytes,8,opt,name=parent_control_id,json=parentControlId,proto3,oneof" json:"parent_control_id,omitempty"`
	ParentControlCategoryName      *string `` /* 146-byte string literal not displayed */
	ParentControlCategoryCatalogId *string `` /* 164-byte string literal not displayed */
	// An assurance level is not offered by every catalog, therefore it is
	// optional.
	AssuranceLevel *string `protobuf:"bytes,11,opt,name=assurance_level,json=assuranceLevel,proto3,oneof" json:"assurance_level,omitempty"`
	// contains filtered or unexported fields
}

Control represents a certain Control that needs to be fulfilled. It could be a Control in a certification catalog. It follows the OSCAL model. A requirement in the EUCS terminology, e.g., is represented as the lowest sub-control.

func (*Control) Descriptor deprecated added in v1.6.0

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

Deprecated: Use Control.ProtoReflect.Descriptor instead.

func (*Control) GetAssuranceLevel added in v1.7.4

func (x *Control) GetAssuranceLevel() string

func (*Control) GetCategoryCatalogId added in v1.6.0

func (x *Control) GetCategoryCatalogId() string

func (*Control) GetCategoryName added in v1.6.0

func (x *Control) GetCategoryName() string

func (*Control) GetControls added in v1.6.0

func (x *Control) GetControls() []*Control

func (*Control) GetDescription added in v1.6.0

func (x *Control) GetDescription() string

func (*Control) GetId added in v1.6.0

func (x *Control) GetId() string

func (*Control) GetMetrics added in v1.6.0

func (x *Control) GetMetrics() []*assessment.Metric

func (*Control) GetName added in v1.6.0

func (x *Control) GetName() string

func (*Control) GetParentControlCategoryCatalogId added in v1.6.0

func (x *Control) GetParentControlCategoryCatalogId() string

func (*Control) GetParentControlCategoryName added in v1.6.0

func (x *Control) GetParentControlCategoryName() string

func (*Control) GetParentControlId added in v1.6.0

func (x *Control) GetParentControlId() string

func (*Control) IsRelevantFor added in v1.10.0

func (c *Control) IsRelevantFor(toe *TargetOfEvaluation, catalog *Catalog) bool

IsRelevantFor checks, whether this control is relevant for the given target of evaluation. For now this mainly checks, whether the assurance level matches, if the ToE has one. In the future, this could also include checks, if the control is somehow out of scope.

func (*Control) ProtoMessage added in v1.6.0

func (*Control) ProtoMessage()

func (*Control) ProtoReflect added in v1.6.0

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

func (*Control) Reset added in v1.6.0

func (x *Control) Reset()

func (*Control) String added in v1.6.0

func (x *Control) String() string

func (*Control) Validate added in v1.7.0

func (m *Control) Validate() error

Validate checks the field values on Control 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 (*Control) ValidateAll added in v1.7.0

func (m *Control) ValidateAll() error

ValidateAll checks the field values on Control 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 ControlMultiError, or nil if none found.

type ControlMultiError added in v1.7.0

type ControlMultiError []error

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

func (ControlMultiError) AllErrors added in v1.7.0

func (m ControlMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ControlMultiError) Error added in v1.7.0

func (m ControlMultiError) Error() string

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

type ControlValidationError added in v1.7.0

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

ControlValidationError is the validation error returned by Control.Validate if the designated constraints aren't met.

func (ControlValidationError) Cause added in v1.7.0

func (e ControlValidationError) Cause() error

Cause function returns cause value.

func (ControlValidationError) Error added in v1.7.0

func (e ControlValidationError) Error() string

Error satisfies the builtin error interface

func (ControlValidationError) ErrorName added in v1.7.0

func (e ControlValidationError) ErrorName() string

ErrorName returns error name.

func (ControlValidationError) Field added in v1.7.0

func (e ControlValidationError) Field() string

Field function returns field value.

func (ControlValidationError) Key added in v1.7.0

func (e ControlValidationError) Key() bool

Key function returns key value.

func (ControlValidationError) Reason added in v1.7.0

func (e ControlValidationError) Reason() string

Reason function returns reason value.

type CreateCatalogRequest added in v1.6.0

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

func (*CreateCatalogRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use CreateCatalogRequest.ProtoReflect.Descriptor instead.

func (*CreateCatalogRequest) GetCatalog added in v1.6.0

func (x *CreateCatalogRequest) GetCatalog() *Catalog

func (*CreateCatalogRequest) GetPayload added in v1.7.4

func (req *CreateCatalogRequest) GetPayload() proto.Message

func (*CreateCatalogRequest) ProtoMessage added in v1.6.0

func (*CreateCatalogRequest) ProtoMessage()

func (*CreateCatalogRequest) ProtoReflect added in v1.6.0

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

func (*CreateCatalogRequest) Reset added in v1.6.0

func (x *CreateCatalogRequest) Reset()

func (*CreateCatalogRequest) String added in v1.6.0

func (x *CreateCatalogRequest) String() string

func (*CreateCatalogRequest) Validate added in v1.7.0

func (m *CreateCatalogRequest) Validate() error

Validate checks the field values on CreateCatalogRequest 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 (*CreateCatalogRequest) ValidateAll added in v1.7.0

func (m *CreateCatalogRequest) ValidateAll() error

ValidateAll checks the field values on CreateCatalogRequest 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 CreateCatalogRequestMultiError, or nil if none found.

type CreateCatalogRequestMultiError added in v1.7.0

type CreateCatalogRequestMultiError []error

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

func (CreateCatalogRequestMultiError) AllErrors added in v1.7.0

func (m CreateCatalogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCatalogRequestMultiError) Error added in v1.7.0

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

type CreateCatalogRequestValidationError added in v1.7.0

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

CreateCatalogRequestValidationError is the validation error returned by CreateCatalogRequest.Validate if the designated constraints aren't met.

func (CreateCatalogRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CreateCatalogRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CreateCatalogRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (CreateCatalogRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (CreateCatalogRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (CreateCatalogRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type CreateCertificateRequest added in v1.4.9

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

func (*CreateCertificateRequest) Descriptor deprecated added in v1.4.9

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

Deprecated: Use CreateCertificateRequest.ProtoReflect.Descriptor instead.

func (*CreateCertificateRequest) GetCertificate added in v1.4.9

func (x *CreateCertificateRequest) GetCertificate() *Certificate

func (*CreateCertificateRequest) GetCloudServiceId added in v1.7.4

func (req *CreateCertificateRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*CreateCertificateRequest) GetPayload added in v1.7.4

func (req *CreateCertificateRequest) GetPayload() proto.Message

func (*CreateCertificateRequest) ProtoMessage added in v1.4.9

func (*CreateCertificateRequest) ProtoMessage()

func (*CreateCertificateRequest) ProtoReflect added in v1.4.9

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

func (*CreateCertificateRequest) Reset added in v1.4.9

func (x *CreateCertificateRequest) Reset()

func (*CreateCertificateRequest) String added in v1.4.9

func (x *CreateCertificateRequest) String() string

func (*CreateCertificateRequest) Validate added in v1.7.0

func (m *CreateCertificateRequest) Validate() error

Validate checks the field values on CreateCertificateRequest 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 (*CreateCertificateRequest) ValidateAll added in v1.7.0

func (m *CreateCertificateRequest) ValidateAll() error

ValidateAll checks the field values on CreateCertificateRequest 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 CreateCertificateRequestMultiError, or nil if none found.

type CreateCertificateRequestMultiError added in v1.7.0

type CreateCertificateRequestMultiError []error

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

func (CreateCertificateRequestMultiError) AllErrors added in v1.7.0

func (m CreateCertificateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCertificateRequestMultiError) Error added in v1.7.0

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

type CreateCertificateRequestValidationError added in v1.7.0

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

CreateCertificateRequestValidationError is the validation error returned by CreateCertificateRequest.Validate if the designated constraints aren't met.

func (CreateCertificateRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CreateCertificateRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CreateCertificateRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (CreateCertificateRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (CreateCertificateRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (CreateCertificateRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type CreateMetricRequest added in v1.3.14

type CreateMetricRequest struct {
	Metric *assessment.Metric `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMetricRequest) Descriptor deprecated added in v1.3.14

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

Deprecated: Use CreateMetricRequest.ProtoReflect.Descriptor instead.

func (*CreateMetricRequest) GetMetric added in v1.3.14

func (x *CreateMetricRequest) GetMetric() *assessment.Metric

func (*CreateMetricRequest) GetPayload added in v1.7.4

func (req *CreateMetricRequest) GetPayload() proto.Message

func (*CreateMetricRequest) ProtoMessage added in v1.3.14

func (*CreateMetricRequest) ProtoMessage()

func (*CreateMetricRequest) ProtoReflect added in v1.3.14

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

func (*CreateMetricRequest) Reset added in v1.3.14

func (x *CreateMetricRequest) Reset()

func (*CreateMetricRequest) String added in v1.3.14

func (x *CreateMetricRequest) String() string

func (*CreateMetricRequest) Validate added in v1.7.0

func (m *CreateMetricRequest) Validate() error

Validate checks the field values on CreateMetricRequest 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 (*CreateMetricRequest) ValidateAll added in v1.7.0

func (m *CreateMetricRequest) ValidateAll() error

ValidateAll checks the field values on CreateMetricRequest 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 CreateMetricRequestMultiError, or nil if none found.

type CreateMetricRequestMultiError added in v1.7.0

type CreateMetricRequestMultiError []error

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

func (CreateMetricRequestMultiError) AllErrors added in v1.7.0

func (m CreateMetricRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateMetricRequestMultiError) Error added in v1.7.0

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

type CreateMetricRequestValidationError added in v1.7.0

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

CreateMetricRequestValidationError is the validation error returned by CreateMetricRequest.Validate if the designated constraints aren't met.

func (CreateMetricRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CreateMetricRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CreateMetricRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (CreateMetricRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (CreateMetricRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (CreateMetricRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type CreateTargetOfEvaluationRequest added in v1.6.0

type CreateTargetOfEvaluationRequest struct {
	TargetOfEvaluation *TargetOfEvaluation `protobuf:"bytes,1,opt,name=target_of_evaluation,json=targetOfEvaluation,proto3" json:"target_of_evaluation,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTargetOfEvaluationRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use CreateTargetOfEvaluationRequest.ProtoReflect.Descriptor instead.

func (*CreateTargetOfEvaluationRequest) GetCloudServiceId added in v1.7.4

func (req *CreateTargetOfEvaluationRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*CreateTargetOfEvaluationRequest) GetPayload added in v1.7.4

func (req *CreateTargetOfEvaluationRequest) GetPayload() proto.Message

func (*CreateTargetOfEvaluationRequest) GetTargetOfEvaluation added in v1.7.0

func (x *CreateTargetOfEvaluationRequest) GetTargetOfEvaluation() *TargetOfEvaluation

func (*CreateTargetOfEvaluationRequest) ProtoMessage added in v1.6.0

func (*CreateTargetOfEvaluationRequest) ProtoMessage()

func (*CreateTargetOfEvaluationRequest) ProtoReflect added in v1.6.0

func (*CreateTargetOfEvaluationRequest) Reset added in v1.6.0

func (*CreateTargetOfEvaluationRequest) String added in v1.6.0

func (*CreateTargetOfEvaluationRequest) Validate added in v1.7.0

func (m *CreateTargetOfEvaluationRequest) Validate() error

Validate checks the field values on CreateTargetOfEvaluationRequest 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 (*CreateTargetOfEvaluationRequest) ValidateAll added in v1.7.0

func (m *CreateTargetOfEvaluationRequest) ValidateAll() error

ValidateAll checks the field values on CreateTargetOfEvaluationRequest 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 CreateTargetOfEvaluationRequestMultiError, or nil if none found.

type CreateTargetOfEvaluationRequestMultiError added in v1.7.0

type CreateTargetOfEvaluationRequestMultiError []error

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

func (CreateTargetOfEvaluationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (CreateTargetOfEvaluationRequestMultiError) Error added in v1.7.0

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

type CreateTargetOfEvaluationRequestValidationError added in v1.7.0

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

CreateTargetOfEvaluationRequestValidationError is the validation error returned by CreateTargetOfEvaluationRequest.Validate if the designated constraints aren't met.

func (CreateTargetOfEvaluationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (CreateTargetOfEvaluationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (CreateTargetOfEvaluationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (CreateTargetOfEvaluationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (CreateTargetOfEvaluationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (CreateTargetOfEvaluationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type DeregisterAssessmentToolRequest

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

func (*DeregisterAssessmentToolRequest) Descriptor deprecated

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

Deprecated: Use DeregisterAssessmentToolRequest.ProtoReflect.Descriptor instead.

func (*DeregisterAssessmentToolRequest) GetPayload added in v1.7.4

func (req *DeregisterAssessmentToolRequest) GetPayload() proto.Message

func (*DeregisterAssessmentToolRequest) GetToolId

func (x *DeregisterAssessmentToolRequest) GetToolId() string

func (*DeregisterAssessmentToolRequest) ProtoMessage

func (*DeregisterAssessmentToolRequest) ProtoMessage()

func (*DeregisterAssessmentToolRequest) ProtoReflect

func (*DeregisterAssessmentToolRequest) Reset

func (*DeregisterAssessmentToolRequest) String

func (*DeregisterAssessmentToolRequest) Validate added in v1.7.0

func (m *DeregisterAssessmentToolRequest) Validate() error

Validate checks the field values on DeregisterAssessmentToolRequest 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 (*DeregisterAssessmentToolRequest) ValidateAll added in v1.7.0

func (m *DeregisterAssessmentToolRequest) ValidateAll() error

ValidateAll checks the field values on DeregisterAssessmentToolRequest 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 DeregisterAssessmentToolRequestMultiError, or nil if none found.

type DeregisterAssessmentToolRequestMultiError added in v1.7.0

type DeregisterAssessmentToolRequestMultiError []error

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

func (DeregisterAssessmentToolRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (DeregisterAssessmentToolRequestMultiError) Error added in v1.7.0

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

type DeregisterAssessmentToolRequestValidationError added in v1.7.0

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

DeregisterAssessmentToolRequestValidationError is the validation error returned by DeregisterAssessmentToolRequest.Validate if the designated constraints aren't met.

func (DeregisterAssessmentToolRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (DeregisterAssessmentToolRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (DeregisterAssessmentToolRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (DeregisterAssessmentToolRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (DeregisterAssessmentToolRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (DeregisterAssessmentToolRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type Filter added in v1.7.8

type Filter struct {

	// Optional. List only assessment results of a specific cloud service.
	CloudServiceId *string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3,oneof" json:"cloud_service_id,omitempty"`
	// Optional. List only compliant assessment results.
	Compliant *bool `protobuf:"varint,2,opt,name=compliant,proto3,oneof" json:"compliant,omitempty"`
	// Optional. List only assessment results of a specific metric id.
	MetricIds []string `protobuf:"bytes,3,rep,name=metric_ids,json=metricIds,proto3" json:"metric_ids,omitempty"`
	MetricId  *string  `protobuf:"bytes,4,opt,name=metric_id,json=metricId,proto3,oneof" json:"metric_id,omitempty"`
	// Optional. List only assessment result from a specific assessment tool.
	ToolId *string `protobuf:"bytes,5,opt,name=tool_id,json=toolId,proto3,oneof" json:"tool_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated added in v1.7.8

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetCloudServiceId added in v1.7.8

func (x *Filter) GetCloudServiceId() string

func (*Filter) GetCompliant added in v1.7.8

func (x *Filter) GetCompliant() bool

func (*Filter) GetMetricId added in v1.7.8

func (x *Filter) GetMetricId() string

func (*Filter) GetMetricIds added in v1.7.8

func (x *Filter) GetMetricIds() []string

func (*Filter) GetToolId added in v1.9.0

func (x *Filter) GetToolId() string

func (*Filter) ProtoMessage added in v1.7.8

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect added in v1.7.8

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

func (*Filter) Reset added in v1.7.8

func (x *Filter) Reset()

func (*Filter) String added in v1.7.8

func (x *Filter) String() string

func (*Filter) Validate added in v1.7.8

func (m *Filter) Validate() error

Validate checks the field values on Filter 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 (*Filter) ValidateAll added in v1.7.8

func (m *Filter) ValidateAll() error

ValidateAll checks the field values on Filter 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 FilterMultiError, or nil if none found.

type FilterMultiError added in v1.7.8

type FilterMultiError []error

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

func (FilterMultiError) AllErrors added in v1.7.8

func (m FilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterMultiError) Error added in v1.7.8

func (m FilterMultiError) Error() string

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

type FilterValidationError added in v1.7.8

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

FilterValidationError is the validation error returned by Filter.Validate if the designated constraints aren't met.

func (FilterValidationError) Cause added in v1.7.8

func (e FilterValidationError) Cause() error

Cause function returns cause value.

func (FilterValidationError) Error added in v1.7.8

func (e FilterValidationError) Error() string

Error satisfies the builtin error interface

func (FilterValidationError) ErrorName added in v1.7.8

func (e FilterValidationError) ErrorName() string

ErrorName returns error name.

func (FilterValidationError) Field added in v1.7.8

func (e FilterValidationError) Field() string

Field function returns field value.

func (FilterValidationError) Key added in v1.7.8

func (e FilterValidationError) Key() bool

Key function returns key value.

func (FilterValidationError) Reason added in v1.7.8

func (e FilterValidationError) Reason() string

Reason function returns reason value.

type GetAssessmentResultRequest added in v1.7.7

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

func (*GetAssessmentResultRequest) Descriptor deprecated added in v1.7.7

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

Deprecated: Use GetAssessmentResultRequest.ProtoReflect.Descriptor instead.

func (*GetAssessmentResultRequest) GetId added in v1.7.7

func (*GetAssessmentResultRequest) ProtoMessage added in v1.7.7

func (*GetAssessmentResultRequest) ProtoMessage()

func (*GetAssessmentResultRequest) ProtoReflect added in v1.7.7

func (*GetAssessmentResultRequest) Reset added in v1.7.7

func (x *GetAssessmentResultRequest) Reset()

func (*GetAssessmentResultRequest) String added in v1.7.7

func (x *GetAssessmentResultRequest) String() string

func (*GetAssessmentResultRequest) Validate added in v1.7.7

func (m *GetAssessmentResultRequest) Validate() error

Validate checks the field values on GetAssessmentResultRequest 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 (*GetAssessmentResultRequest) ValidateAll added in v1.7.7

func (m *GetAssessmentResultRequest) ValidateAll() error

ValidateAll checks the field values on GetAssessmentResultRequest 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 GetAssessmentResultRequestMultiError, or nil if none found.

type GetAssessmentResultRequestMultiError added in v1.7.7

type GetAssessmentResultRequestMultiError []error

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

func (GetAssessmentResultRequestMultiError) AllErrors added in v1.7.7

AllErrors returns a list of validation violation errors.

func (GetAssessmentResultRequestMultiError) Error added in v1.7.7

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

type GetAssessmentResultRequestValidationError added in v1.7.7

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

GetAssessmentResultRequestValidationError is the validation error returned by GetAssessmentResultRequest.Validate if the designated constraints aren't met.

func (GetAssessmentResultRequestValidationError) Cause added in v1.7.7

Cause function returns cause value.

func (GetAssessmentResultRequestValidationError) Error added in v1.7.7

Error satisfies the builtin error interface

func (GetAssessmentResultRequestValidationError) ErrorName added in v1.7.7

ErrorName returns error name.

func (GetAssessmentResultRequestValidationError) Field added in v1.7.7

Field function returns field value.

func (GetAssessmentResultRequestValidationError) Key added in v1.7.7

Key function returns key value.

func (GetAssessmentResultRequestValidationError) Reason added in v1.7.7

Reason function returns reason value.

type GetAssessmentToolRequest

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

func (*GetAssessmentToolRequest) Descriptor deprecated

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

Deprecated: Use GetAssessmentToolRequest.ProtoReflect.Descriptor instead.

func (*GetAssessmentToolRequest) GetToolId

func (x *GetAssessmentToolRequest) GetToolId() string

func (*GetAssessmentToolRequest) ProtoMessage

func (*GetAssessmentToolRequest) ProtoMessage()

func (*GetAssessmentToolRequest) ProtoReflect

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

func (*GetAssessmentToolRequest) Reset

func (x *GetAssessmentToolRequest) Reset()

func (*GetAssessmentToolRequest) String

func (x *GetAssessmentToolRequest) String() string

func (*GetAssessmentToolRequest) Validate added in v1.7.0

func (m *GetAssessmentToolRequest) Validate() error

Validate checks the field values on GetAssessmentToolRequest 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 (*GetAssessmentToolRequest) ValidateAll added in v1.7.0

func (m *GetAssessmentToolRequest) ValidateAll() error

ValidateAll checks the field values on GetAssessmentToolRequest 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 GetAssessmentToolRequestMultiError, or nil if none found.

type GetAssessmentToolRequestMultiError added in v1.7.0

type GetAssessmentToolRequestMultiError []error

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

func (GetAssessmentToolRequestMultiError) AllErrors added in v1.7.0

func (m GetAssessmentToolRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAssessmentToolRequestMultiError) Error added in v1.7.0

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

type GetAssessmentToolRequestValidationError added in v1.7.0

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

GetAssessmentToolRequestValidationError is the validation error returned by GetAssessmentToolRequest.Validate if the designated constraints aren't met.

func (GetAssessmentToolRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetAssessmentToolRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetAssessmentToolRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetAssessmentToolRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetAssessmentToolRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetAssessmentToolRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetCatalogRequest added in v1.6.0

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

func (*GetCatalogRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use GetCatalogRequest.ProtoReflect.Descriptor instead.

func (*GetCatalogRequest) GetCatalogId added in v1.6.0

func (x *GetCatalogRequest) GetCatalogId() string

func (*GetCatalogRequest) ProtoMessage added in v1.6.0

func (*GetCatalogRequest) ProtoMessage()

func (*GetCatalogRequest) ProtoReflect added in v1.6.0

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

func (*GetCatalogRequest) Reset added in v1.6.0

func (x *GetCatalogRequest) Reset()

func (*GetCatalogRequest) String added in v1.6.0

func (x *GetCatalogRequest) String() string

func (*GetCatalogRequest) Validate added in v1.7.0

func (m *GetCatalogRequest) Validate() error

Validate checks the field values on GetCatalogRequest 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 (*GetCatalogRequest) ValidateAll added in v1.7.0

func (m *GetCatalogRequest) ValidateAll() error

ValidateAll checks the field values on GetCatalogRequest 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 GetCatalogRequestMultiError, or nil if none found.

type GetCatalogRequestMultiError added in v1.7.0

type GetCatalogRequestMultiError []error

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

func (GetCatalogRequestMultiError) AllErrors added in v1.7.0

func (m GetCatalogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCatalogRequestMultiError) Error added in v1.7.0

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

type GetCatalogRequestValidationError added in v1.7.0

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

GetCatalogRequestValidationError is the validation error returned by GetCatalogRequest.Validate if the designated constraints aren't met.

func (GetCatalogRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetCatalogRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetCatalogRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetCatalogRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetCatalogRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetCatalogRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetCategoryRequest added in v1.6.0

type GetCategoryRequest struct {
	CatalogId    string `protobuf:"bytes,1,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	CategoryName string `protobuf:"bytes,2,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCategoryRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use GetCategoryRequest.ProtoReflect.Descriptor instead.

func (*GetCategoryRequest) GetCatalogId added in v1.6.0

func (x *GetCategoryRequest) GetCatalogId() string

func (*GetCategoryRequest) GetCategoryName added in v1.6.0

func (x *GetCategoryRequest) GetCategoryName() string

func (*GetCategoryRequest) ProtoMessage added in v1.6.0

func (*GetCategoryRequest) ProtoMessage()

func (*GetCategoryRequest) ProtoReflect added in v1.6.0

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

func (*GetCategoryRequest) Reset added in v1.6.0

func (x *GetCategoryRequest) Reset()

func (*GetCategoryRequest) String added in v1.6.0

func (x *GetCategoryRequest) String() string

func (*GetCategoryRequest) Validate added in v1.7.0

func (m *GetCategoryRequest) Validate() error

Validate checks the field values on GetCategoryRequest 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 (*GetCategoryRequest) ValidateAll added in v1.7.0

func (m *GetCategoryRequest) ValidateAll() error

ValidateAll checks the field values on GetCategoryRequest 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 GetCategoryRequestMultiError, or nil if none found.

type GetCategoryRequestMultiError added in v1.7.0

type GetCategoryRequestMultiError []error

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

func (GetCategoryRequestMultiError) AllErrors added in v1.7.0

func (m GetCategoryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCategoryRequestMultiError) Error added in v1.7.0

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

type GetCategoryRequestValidationError added in v1.7.0

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

GetCategoryRequestValidationError is the validation error returned by GetCategoryRequest.Validate if the designated constraints aren't met.

func (GetCategoryRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetCategoryRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetCategoryRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetCategoryRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetCategoryRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetCategoryRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetCertificateRequest added in v1.4.9

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

func (*GetCertificateRequest) Descriptor deprecated added in v1.4.9

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

Deprecated: Use GetCertificateRequest.ProtoReflect.Descriptor instead.

func (*GetCertificateRequest) GetCertificateId added in v1.4.9

func (x *GetCertificateRequest) GetCertificateId() string

func (*GetCertificateRequest) ProtoMessage added in v1.4.9

func (*GetCertificateRequest) ProtoMessage()

func (*GetCertificateRequest) ProtoReflect added in v1.4.9

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

func (*GetCertificateRequest) Reset added in v1.4.9

func (x *GetCertificateRequest) Reset()

func (*GetCertificateRequest) String added in v1.4.9

func (x *GetCertificateRequest) String() string

func (*GetCertificateRequest) Validate added in v1.7.0

func (m *GetCertificateRequest) Validate() error

Validate checks the field values on GetCertificateRequest 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 (*GetCertificateRequest) ValidateAll added in v1.7.0

func (m *GetCertificateRequest) ValidateAll() error

ValidateAll checks the field values on GetCertificateRequest 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 GetCertificateRequestMultiError, or nil if none found.

type GetCertificateRequestMultiError added in v1.7.0

type GetCertificateRequestMultiError []error

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

func (GetCertificateRequestMultiError) AllErrors added in v1.7.0

func (m GetCertificateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCertificateRequestMultiError) Error added in v1.7.0

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

type GetCertificateRequestValidationError added in v1.7.0

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

GetCertificateRequestValidationError is the validation error returned by GetCertificateRequest.Validate if the designated constraints aren't met.

func (GetCertificateRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetCertificateRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetCertificateRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetCertificateRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetCertificateRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetCertificateRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetCloudServiceRequest added in v1.3.11

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

func (*GetCloudServiceRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use GetCloudServiceRequest.ProtoReflect.Descriptor instead.

func (*GetCloudServiceRequest) GetCloudServiceId added in v1.6.0

func (x *GetCloudServiceRequest) GetCloudServiceId() string

func (*GetCloudServiceRequest) ProtoMessage added in v1.3.11

func (*GetCloudServiceRequest) ProtoMessage()

func (*GetCloudServiceRequest) ProtoReflect added in v1.3.11

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

func (*GetCloudServiceRequest) Reset added in v1.3.11

func (x *GetCloudServiceRequest) Reset()

func (*GetCloudServiceRequest) String added in v1.3.11

func (x *GetCloudServiceRequest) String() string

func (*GetCloudServiceRequest) Validate added in v1.7.0

func (m *GetCloudServiceRequest) Validate() error

Validate checks the field values on GetCloudServiceRequest 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 (*GetCloudServiceRequest) ValidateAll added in v1.7.0

func (m *GetCloudServiceRequest) ValidateAll() error

ValidateAll checks the field values on GetCloudServiceRequest 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 GetCloudServiceRequestMultiError, or nil if none found.

type GetCloudServiceRequestMultiError added in v1.7.0

type GetCloudServiceRequestMultiError []error

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

func (GetCloudServiceRequestMultiError) AllErrors added in v1.7.0

func (m GetCloudServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCloudServiceRequestMultiError) Error added in v1.7.0

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

type GetCloudServiceRequestValidationError added in v1.7.0

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

GetCloudServiceRequestValidationError is the validation error returned by GetCloudServiceRequest.Validate if the designated constraints aren't met.

func (GetCloudServiceRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetCloudServiceRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetCloudServiceRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetCloudServiceRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetCloudServiceRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetCloudServiceRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetCloudServiceStatisticsRequest added in v1.9.0

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

func (*GetCloudServiceStatisticsRequest) Descriptor deprecated added in v1.9.0

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

Deprecated: Use GetCloudServiceStatisticsRequest.ProtoReflect.Descriptor instead.

func (*GetCloudServiceStatisticsRequest) GetCloudServiceId added in v1.9.0

func (x *GetCloudServiceStatisticsRequest) GetCloudServiceId() string

func (*GetCloudServiceStatisticsRequest) ProtoMessage added in v1.9.0

func (*GetCloudServiceStatisticsRequest) ProtoMessage()

func (*GetCloudServiceStatisticsRequest) ProtoReflect added in v1.9.0

func (*GetCloudServiceStatisticsRequest) Reset added in v1.9.0

func (*GetCloudServiceStatisticsRequest) String added in v1.9.0

func (*GetCloudServiceStatisticsRequest) Validate added in v1.9.0

Validate checks the field values on GetCloudServiceStatisticsRequest 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 (*GetCloudServiceStatisticsRequest) ValidateAll added in v1.9.0

func (m *GetCloudServiceStatisticsRequest) ValidateAll() error

ValidateAll checks the field values on GetCloudServiceStatisticsRequest 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 GetCloudServiceStatisticsRequestMultiError, or nil if none found.

type GetCloudServiceStatisticsRequestMultiError added in v1.9.0

type GetCloudServiceStatisticsRequestMultiError []error

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

func (GetCloudServiceStatisticsRequestMultiError) AllErrors added in v1.9.0

AllErrors returns a list of validation violation errors.

func (GetCloudServiceStatisticsRequestMultiError) Error added in v1.9.0

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

type GetCloudServiceStatisticsRequestValidationError added in v1.9.0

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

GetCloudServiceStatisticsRequestValidationError is the validation error returned by GetCloudServiceStatisticsRequest.Validate if the designated constraints aren't met.

func (GetCloudServiceStatisticsRequestValidationError) Cause added in v1.9.0

Cause function returns cause value.

func (GetCloudServiceStatisticsRequestValidationError) Error added in v1.9.0

Error satisfies the builtin error interface

func (GetCloudServiceStatisticsRequestValidationError) ErrorName added in v1.9.0

ErrorName returns error name.

func (GetCloudServiceStatisticsRequestValidationError) Field added in v1.9.0

Field function returns field value.

func (GetCloudServiceStatisticsRequestValidationError) Key added in v1.9.0

Key function returns key value.

func (GetCloudServiceStatisticsRequestValidationError) Reason added in v1.9.0

Reason function returns reason value.

type GetCloudServiceStatisticsResponse added in v1.9.0

type GetCloudServiceStatisticsResponse struct {

	// number of discovered resources per cloud service
	NumberOfDiscoveredResources int64 `` /* 147-byte string literal not displayed */
	// number of assessment results per cloud service
	NumberOfAssessmentResults int64 `` /* 141-byte string literal not displayed */
	// number of evidences per cloud service
	NumberOfEvidences int64 `protobuf:"varint,3,opt,name=number_of_evidences,json=numberOfEvidences,proto3" json:"number_of_evidences,omitempty"`
	// number of selected catalogs per cloud service
	NumberOfSelectedCatalogs int64 `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetCloudServiceStatisticsResponse) Descriptor deprecated added in v1.9.0

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

Deprecated: Use GetCloudServiceStatisticsResponse.ProtoReflect.Descriptor instead.

func (*GetCloudServiceStatisticsResponse) GetNumberOfAssessmentResults added in v1.9.0

func (x *GetCloudServiceStatisticsResponse) GetNumberOfAssessmentResults() int64

func (*GetCloudServiceStatisticsResponse) GetNumberOfDiscoveredResources added in v1.9.0

func (x *GetCloudServiceStatisticsResponse) GetNumberOfDiscoveredResources() int64

func (*GetCloudServiceStatisticsResponse) GetNumberOfEvidences added in v1.9.0

func (x *GetCloudServiceStatisticsResponse) GetNumberOfEvidences() int64

func (*GetCloudServiceStatisticsResponse) GetNumberOfSelectedCatalogs added in v1.9.0

func (x *GetCloudServiceStatisticsResponse) GetNumberOfSelectedCatalogs() int64

func (*GetCloudServiceStatisticsResponse) ProtoMessage added in v1.9.0

func (*GetCloudServiceStatisticsResponse) ProtoMessage()

func (*GetCloudServiceStatisticsResponse) ProtoReflect added in v1.9.0

func (*GetCloudServiceStatisticsResponse) Reset added in v1.9.0

func (*GetCloudServiceStatisticsResponse) String added in v1.9.0

func (*GetCloudServiceStatisticsResponse) Validate added in v1.9.0

Validate checks the field values on GetCloudServiceStatisticsResponse 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 (*GetCloudServiceStatisticsResponse) ValidateAll added in v1.9.0

func (m *GetCloudServiceStatisticsResponse) ValidateAll() error

ValidateAll checks the field values on GetCloudServiceStatisticsResponse 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 GetCloudServiceStatisticsResponseMultiError, or nil if none found.

type GetCloudServiceStatisticsResponseMultiError added in v1.9.0

type GetCloudServiceStatisticsResponseMultiError []error

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

func (GetCloudServiceStatisticsResponseMultiError) AllErrors added in v1.9.0

AllErrors returns a list of validation violation errors.

func (GetCloudServiceStatisticsResponseMultiError) Error added in v1.9.0

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

type GetCloudServiceStatisticsResponseValidationError added in v1.9.0

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

GetCloudServiceStatisticsResponseValidationError is the validation error returned by GetCloudServiceStatisticsResponse.Validate if the designated constraints aren't met.

func (GetCloudServiceStatisticsResponseValidationError) Cause added in v1.9.0

Cause function returns cause value.

func (GetCloudServiceStatisticsResponseValidationError) Error added in v1.9.0

Error satisfies the builtin error interface

func (GetCloudServiceStatisticsResponseValidationError) ErrorName added in v1.9.0

ErrorName returns error name.

func (GetCloudServiceStatisticsResponseValidationError) Field added in v1.9.0

Field function returns field value.

func (GetCloudServiceStatisticsResponseValidationError) Key added in v1.9.0

Key function returns key value.

func (GetCloudServiceStatisticsResponseValidationError) Reason added in v1.9.0

Reason function returns reason value.

type GetControlRequest added in v1.6.0

type GetControlRequest struct {
	CatalogId    string `protobuf:"bytes,1,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	CategoryName string `protobuf:"bytes,2,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`
	ControlId    string `protobuf:"bytes,3,opt,name=control_id,json=controlId,proto3" json:"control_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetControlRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use GetControlRequest.ProtoReflect.Descriptor instead.

func (*GetControlRequest) GetCatalogId added in v1.6.0

func (x *GetControlRequest) GetCatalogId() string

func (*GetControlRequest) GetCategoryName added in v1.6.0

func (x *GetControlRequest) GetCategoryName() string

func (*GetControlRequest) GetControlId added in v1.6.0

func (x *GetControlRequest) GetControlId() string

func (*GetControlRequest) ProtoMessage added in v1.6.0

func (*GetControlRequest) ProtoMessage()

func (*GetControlRequest) ProtoReflect added in v1.6.0

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

func (*GetControlRequest) Reset added in v1.6.0

func (x *GetControlRequest) Reset()

func (*GetControlRequest) String added in v1.6.0

func (x *GetControlRequest) String() string

func (*GetControlRequest) Validate added in v1.7.0

func (m *GetControlRequest) Validate() error

Validate checks the field values on GetControlRequest 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 (*GetControlRequest) ValidateAll added in v1.7.0

func (m *GetControlRequest) ValidateAll() error

ValidateAll checks the field values on GetControlRequest 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 GetControlRequestMultiError, or nil if none found.

type GetControlRequestMultiError added in v1.7.0

type GetControlRequestMultiError []error

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

func (GetControlRequestMultiError) AllErrors added in v1.7.0

func (m GetControlRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetControlRequestMultiError) Error added in v1.7.0

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

type GetControlRequestValidationError added in v1.7.0

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

GetControlRequestValidationError is the validation error returned by GetControlRequest.Validate if the designated constraints aren't met.

func (GetControlRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetControlRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetControlRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetControlRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetControlRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetControlRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetMetricConfigurationRequest added in v1.3.11

type GetMetricConfigurationRequest struct {
	CloudServiceId string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	MetricId       string `protobuf:"bytes,2,opt,name=metric_id,json=metricId,proto3" json:"metric_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricConfigurationRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use GetMetricConfigurationRequest.ProtoReflect.Descriptor instead.

func (*GetMetricConfigurationRequest) GetCloudServiceId added in v1.6.0

func (x *GetMetricConfigurationRequest) GetCloudServiceId() string

func (*GetMetricConfigurationRequest) GetMetricId added in v1.3.11

func (x *GetMetricConfigurationRequest) GetMetricId() string

func (*GetMetricConfigurationRequest) ProtoMessage added in v1.3.11

func (*GetMetricConfigurationRequest) ProtoMessage()

func (*GetMetricConfigurationRequest) ProtoReflect added in v1.3.11

func (*GetMetricConfigurationRequest) Reset added in v1.3.11

func (x *GetMetricConfigurationRequest) Reset()

func (*GetMetricConfigurationRequest) String added in v1.3.11

func (*GetMetricConfigurationRequest) Validate added in v1.6.2

func (m *GetMetricConfigurationRequest) Validate() error

Validate checks the field values on GetMetricConfigurationRequest 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 (*GetMetricConfigurationRequest) ValidateAll added in v1.7.0

func (m *GetMetricConfigurationRequest) ValidateAll() error

ValidateAll checks the field values on GetMetricConfigurationRequest 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 GetMetricConfigurationRequestMultiError, or nil if none found.

type GetMetricConfigurationRequestMultiError added in v1.7.0

type GetMetricConfigurationRequestMultiError []error

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

func (GetMetricConfigurationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (GetMetricConfigurationRequestMultiError) Error added in v1.7.0

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

type GetMetricConfigurationRequestValidationError added in v1.7.0

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

GetMetricConfigurationRequestValidationError is the validation error returned by GetMetricConfigurationRequest.Validate if the designated constraints aren't met.

func (GetMetricConfigurationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetMetricConfigurationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetMetricConfigurationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetMetricConfigurationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetMetricConfigurationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetMetricConfigurationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetMetricImplementationRequest added in v1.4.0

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

func (*GetMetricImplementationRequest) Descriptor deprecated added in v1.4.0

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

Deprecated: Use GetMetricImplementationRequest.ProtoReflect.Descriptor instead.

func (*GetMetricImplementationRequest) GetMetricId added in v1.4.0

func (x *GetMetricImplementationRequest) GetMetricId() string

func (*GetMetricImplementationRequest) ProtoMessage added in v1.4.0

func (*GetMetricImplementationRequest) ProtoMessage()

func (*GetMetricImplementationRequest) ProtoReflect added in v1.4.0

func (*GetMetricImplementationRequest) Reset added in v1.4.0

func (x *GetMetricImplementationRequest) Reset()

func (*GetMetricImplementationRequest) String added in v1.4.0

func (*GetMetricImplementationRequest) Validate added in v1.7.0

func (m *GetMetricImplementationRequest) Validate() error

Validate checks the field values on GetMetricImplementationRequest 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 (*GetMetricImplementationRequest) ValidateAll added in v1.7.0

func (m *GetMetricImplementationRequest) ValidateAll() error

ValidateAll checks the field values on GetMetricImplementationRequest 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 GetMetricImplementationRequestMultiError, or nil if none found.

type GetMetricImplementationRequestMultiError added in v1.7.0

type GetMetricImplementationRequestMultiError []error

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

func (GetMetricImplementationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (GetMetricImplementationRequestMultiError) Error added in v1.7.0

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

type GetMetricImplementationRequestValidationError added in v1.7.0

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

GetMetricImplementationRequestValidationError is the validation error returned by GetMetricImplementationRequest.Validate if the designated constraints aren't met.

func (GetMetricImplementationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetMetricImplementationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetMetricImplementationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetMetricImplementationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetMetricImplementationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetMetricImplementationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetMetricRequest added in v1.3.14

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

func (*GetMetricRequest) Descriptor deprecated added in v1.3.14

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

Deprecated: Use GetMetricRequest.ProtoReflect.Descriptor instead.

func (*GetMetricRequest) GetMetricId added in v1.3.14

func (x *GetMetricRequest) GetMetricId() string

func (*GetMetricRequest) ProtoMessage added in v1.3.14

func (*GetMetricRequest) ProtoMessage()

func (*GetMetricRequest) ProtoReflect added in v1.3.14

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

func (*GetMetricRequest) Reset added in v1.3.14

func (x *GetMetricRequest) Reset()

func (*GetMetricRequest) String added in v1.3.14

func (x *GetMetricRequest) String() string

func (*GetMetricRequest) Validate added in v1.7.0

func (m *GetMetricRequest) Validate() error

Validate checks the field values on GetMetricRequest 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 (*GetMetricRequest) ValidateAll added in v1.7.0

func (m *GetMetricRequest) ValidateAll() error

ValidateAll checks the field values on GetMetricRequest 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 GetMetricRequestMultiError, or nil if none found.

type GetMetricRequestMultiError added in v1.7.0

type GetMetricRequestMultiError []error

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

func (GetMetricRequestMultiError) AllErrors added in v1.7.0

func (m GetMetricRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMetricRequestMultiError) Error added in v1.7.0

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

type GetMetricRequestValidationError added in v1.7.0

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

GetMetricRequestValidationError is the validation error returned by GetMetricRequest.Validate if the designated constraints aren't met.

func (GetMetricRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetMetricRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetMetricRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetMetricRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetMetricRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetMetricRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type GetTargetOfEvaluationRequest added in v1.6.0

type GetTargetOfEvaluationRequest struct {
	CloudServiceId string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	CatalogId      string `protobuf:"bytes,2,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTargetOfEvaluationRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use GetTargetOfEvaluationRequest.ProtoReflect.Descriptor instead.

func (*GetTargetOfEvaluationRequest) GetCatalogId added in v1.6.0

func (x *GetTargetOfEvaluationRequest) GetCatalogId() string

func (*GetTargetOfEvaluationRequest) GetCloudServiceId added in v1.6.0

func (x *GetTargetOfEvaluationRequest) GetCloudServiceId() string

func (*GetTargetOfEvaluationRequest) ProtoMessage added in v1.6.0

func (*GetTargetOfEvaluationRequest) ProtoMessage()

func (*GetTargetOfEvaluationRequest) ProtoReflect added in v1.6.0

func (*GetTargetOfEvaluationRequest) Reset added in v1.6.0

func (x *GetTargetOfEvaluationRequest) Reset()

func (*GetTargetOfEvaluationRequest) String added in v1.6.0

func (*GetTargetOfEvaluationRequest) Validate added in v1.7.0

func (m *GetTargetOfEvaluationRequest) Validate() error

Validate checks the field values on GetTargetOfEvaluationRequest 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 (*GetTargetOfEvaluationRequest) ValidateAll added in v1.7.0

func (m *GetTargetOfEvaluationRequest) ValidateAll() error

ValidateAll checks the field values on GetTargetOfEvaluationRequest 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 GetTargetOfEvaluationRequestMultiError, or nil if none found.

type GetTargetOfEvaluationRequestMultiError added in v1.7.0

type GetTargetOfEvaluationRequestMultiError []error

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

func (GetTargetOfEvaluationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (GetTargetOfEvaluationRequestMultiError) Error added in v1.7.0

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

type GetTargetOfEvaluationRequestValidationError added in v1.7.0

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

GetTargetOfEvaluationRequestValidationError is the validation error returned by GetTargetOfEvaluationRequest.Validate if the designated constraints aren't met.

func (GetTargetOfEvaluationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (GetTargetOfEvaluationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (GetTargetOfEvaluationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (GetTargetOfEvaluationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (GetTargetOfEvaluationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (GetTargetOfEvaluationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListAssessmentResultsRequest added in v1.7.5

type ListAssessmentResultsRequest struct {
	Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Optional. Latest results grouped by resource_id and metric_id.
	LatestByResourceId *bool  `` /* 126-byte string literal not displayed */
	PageSize           int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken          string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy            string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc                bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAssessmentResultsRequest) Descriptor deprecated added in v1.7.5

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

Deprecated: Use ListAssessmentResultsRequest.ProtoReflect.Descriptor instead.

func (*ListAssessmentResultsRequest) GetAsc added in v1.7.5

func (x *ListAssessmentResultsRequest) GetAsc() bool

func (*ListAssessmentResultsRequest) GetFilter added in v1.7.8

func (x *ListAssessmentResultsRequest) GetFilter() *Filter

func (*ListAssessmentResultsRequest) GetLatestByResourceId added in v1.7.5

func (x *ListAssessmentResultsRequest) GetLatestByResourceId() bool

func (*ListAssessmentResultsRequest) GetOrderBy added in v1.7.5

func (x *ListAssessmentResultsRequest) GetOrderBy() string

func (*ListAssessmentResultsRequest) GetPageSize added in v1.7.5

func (x *ListAssessmentResultsRequest) GetPageSize() int32

func (*ListAssessmentResultsRequest) GetPageToken added in v1.7.5

func (x *ListAssessmentResultsRequest) GetPageToken() string

func (*ListAssessmentResultsRequest) ProtoMessage added in v1.7.5

func (*ListAssessmentResultsRequest) ProtoMessage()

func (*ListAssessmentResultsRequest) ProtoReflect added in v1.7.5

func (*ListAssessmentResultsRequest) Reset added in v1.7.5

func (x *ListAssessmentResultsRequest) Reset()

func (*ListAssessmentResultsRequest) String added in v1.7.5

func (*ListAssessmentResultsRequest) Validate added in v1.7.5

func (m *ListAssessmentResultsRequest) Validate() error

Validate checks the field values on ListAssessmentResultsRequest 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 (*ListAssessmentResultsRequest) ValidateAll added in v1.7.5

func (m *ListAssessmentResultsRequest) ValidateAll() error

ValidateAll checks the field values on ListAssessmentResultsRequest 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 ListAssessmentResultsRequestMultiError, or nil if none found.

type ListAssessmentResultsRequestMultiError added in v1.7.5

type ListAssessmentResultsRequestMultiError []error

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

func (ListAssessmentResultsRequestMultiError) AllErrors added in v1.7.5

AllErrors returns a list of validation violation errors.

func (ListAssessmentResultsRequestMultiError) Error added in v1.7.5

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

type ListAssessmentResultsRequestValidationError added in v1.7.5

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

ListAssessmentResultsRequestValidationError is the validation error returned by ListAssessmentResultsRequest.Validate if the designated constraints aren't met.

func (ListAssessmentResultsRequestValidationError) Cause added in v1.7.5

Cause function returns cause value.

func (ListAssessmentResultsRequestValidationError) Error added in v1.7.5

Error satisfies the builtin error interface

func (ListAssessmentResultsRequestValidationError) ErrorName added in v1.7.5

ErrorName returns error name.

func (ListAssessmentResultsRequestValidationError) Field added in v1.7.5

Field function returns field value.

func (ListAssessmentResultsRequestValidationError) Key added in v1.7.5

Key function returns key value.

func (ListAssessmentResultsRequestValidationError) Reason added in v1.7.5

Reason function returns reason value.

type ListAssessmentResultsResponse added in v1.7.5

type ListAssessmentResultsResponse struct {
	Results       []*assessment.AssessmentResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	NextPageToken string                         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAssessmentResultsResponse) Descriptor deprecated added in v1.7.5

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

Deprecated: Use ListAssessmentResultsResponse.ProtoReflect.Descriptor instead.

func (*ListAssessmentResultsResponse) GetNextPageToken added in v1.7.5

func (x *ListAssessmentResultsResponse) GetNextPageToken() string

func (*ListAssessmentResultsResponse) GetResults added in v1.7.5

func (*ListAssessmentResultsResponse) ProtoMessage added in v1.7.5

func (*ListAssessmentResultsResponse) ProtoMessage()

func (*ListAssessmentResultsResponse) ProtoReflect added in v1.7.5

func (*ListAssessmentResultsResponse) Reset added in v1.7.5

func (x *ListAssessmentResultsResponse) Reset()

func (*ListAssessmentResultsResponse) String added in v1.7.5

func (*ListAssessmentResultsResponse) Validate added in v1.7.5

func (m *ListAssessmentResultsResponse) Validate() error

Validate checks the field values on ListAssessmentResultsResponse 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 (*ListAssessmentResultsResponse) ValidateAll added in v1.7.5

func (m *ListAssessmentResultsResponse) ValidateAll() error

ValidateAll checks the field values on ListAssessmentResultsResponse 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 ListAssessmentResultsResponseMultiError, or nil if none found.

type ListAssessmentResultsResponseMultiError added in v1.7.5

type ListAssessmentResultsResponseMultiError []error

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

func (ListAssessmentResultsResponseMultiError) AllErrors added in v1.7.5

AllErrors returns a list of validation violation errors.

func (ListAssessmentResultsResponseMultiError) Error added in v1.7.5

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

type ListAssessmentResultsResponseValidationError added in v1.7.5

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

ListAssessmentResultsResponseValidationError is the validation error returned by ListAssessmentResultsResponse.Validate if the designated constraints aren't met.

func (ListAssessmentResultsResponseValidationError) Cause added in v1.7.5

Cause function returns cause value.

func (ListAssessmentResultsResponseValidationError) Error added in v1.7.5

Error satisfies the builtin error interface

func (ListAssessmentResultsResponseValidationError) ErrorName added in v1.7.5

ErrorName returns error name.

func (ListAssessmentResultsResponseValidationError) Field added in v1.7.5

Field function returns field value.

func (ListAssessmentResultsResponseValidationError) Key added in v1.7.5

Key function returns key value.

func (ListAssessmentResultsResponseValidationError) Reason added in v1.7.5

Reason function returns reason value.

type ListAssessmentToolsRequest

type ListAssessmentToolsRequest struct {
	Filter    *Filter `protobuf:"bytes,1,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	PageSize  int32   `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string  `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string  `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool    `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAssessmentToolsRequest) Descriptor deprecated

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

Deprecated: Use ListAssessmentToolsRequest.ProtoReflect.Descriptor instead.

func (*ListAssessmentToolsRequest) GetAsc added in v1.4.17

func (x *ListAssessmentToolsRequest) GetAsc() bool

func (*ListAssessmentToolsRequest) GetFilter added in v1.7.8

func (x *ListAssessmentToolsRequest) GetFilter() *Filter

func (*ListAssessmentToolsRequest) GetOrderBy added in v1.4.17

func (x *ListAssessmentToolsRequest) GetOrderBy() string

func (*ListAssessmentToolsRequest) GetPageSize added in v1.4.6

func (x *ListAssessmentToolsRequest) GetPageSize() int32

func (*ListAssessmentToolsRequest) GetPageToken added in v1.4.6

func (x *ListAssessmentToolsRequest) GetPageToken() string

func (*ListAssessmentToolsRequest) ProtoMessage

func (*ListAssessmentToolsRequest) ProtoMessage()

func (*ListAssessmentToolsRequest) ProtoReflect

func (*ListAssessmentToolsRequest) Reset

func (x *ListAssessmentToolsRequest) Reset()

func (*ListAssessmentToolsRequest) String

func (x *ListAssessmentToolsRequest) String() string

func (*ListAssessmentToolsRequest) Validate added in v1.7.0

func (m *ListAssessmentToolsRequest) Validate() error

Validate checks the field values on ListAssessmentToolsRequest 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 (*ListAssessmentToolsRequest) ValidateAll added in v1.7.0

func (m *ListAssessmentToolsRequest) ValidateAll() error

ValidateAll checks the field values on ListAssessmentToolsRequest 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 ListAssessmentToolsRequestMultiError, or nil if none found.

type ListAssessmentToolsRequestMultiError added in v1.7.0

type ListAssessmentToolsRequestMultiError []error

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

func (ListAssessmentToolsRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListAssessmentToolsRequestMultiError) Error added in v1.7.0

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

type ListAssessmentToolsRequestValidationError added in v1.7.0

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

ListAssessmentToolsRequestValidationError is the validation error returned by ListAssessmentToolsRequest.Validate if the designated constraints aren't met.

func (ListAssessmentToolsRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListAssessmentToolsRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListAssessmentToolsRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListAssessmentToolsRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListAssessmentToolsRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListAssessmentToolsRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListAssessmentToolsResponse

type ListAssessmentToolsResponse struct {
	Tools         []*AssessmentTool `protobuf:"bytes,1,rep,name=tools,proto3" json:"tools,omitempty"`
	NextPageToken string            `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAssessmentToolsResponse) Descriptor deprecated

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

Deprecated: Use ListAssessmentToolsResponse.ProtoReflect.Descriptor instead.

func (*ListAssessmentToolsResponse) GetNextPageToken added in v1.4.6

func (x *ListAssessmentToolsResponse) GetNextPageToken() string

func (*ListAssessmentToolsResponse) GetTools

func (*ListAssessmentToolsResponse) ProtoMessage

func (*ListAssessmentToolsResponse) ProtoMessage()

func (*ListAssessmentToolsResponse) ProtoReflect

func (*ListAssessmentToolsResponse) Reset

func (x *ListAssessmentToolsResponse) Reset()

func (*ListAssessmentToolsResponse) String

func (x *ListAssessmentToolsResponse) String() string

func (*ListAssessmentToolsResponse) Validate added in v1.7.0

func (m *ListAssessmentToolsResponse) Validate() error

Validate checks the field values on ListAssessmentToolsResponse 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 (*ListAssessmentToolsResponse) ValidateAll added in v1.7.0

func (m *ListAssessmentToolsResponse) ValidateAll() error

ValidateAll checks the field values on ListAssessmentToolsResponse 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 ListAssessmentToolsResponseMultiError, or nil if none found.

type ListAssessmentToolsResponseMultiError added in v1.7.0

type ListAssessmentToolsResponseMultiError []error

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

func (ListAssessmentToolsResponseMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListAssessmentToolsResponseMultiError) Error added in v1.7.0

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

type ListAssessmentToolsResponseValidationError added in v1.7.0

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

ListAssessmentToolsResponseValidationError is the validation error returned by ListAssessmentToolsResponse.Validate if the designated constraints aren't met.

func (ListAssessmentToolsResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListAssessmentToolsResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListAssessmentToolsResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListAssessmentToolsResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListAssessmentToolsResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListAssessmentToolsResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCatalogsRequest added in v1.6.0

type ListCatalogsRequest struct {
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCatalogsRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListCatalogsRequest.ProtoReflect.Descriptor instead.

func (*ListCatalogsRequest) GetAsc added in v1.6.0

func (x *ListCatalogsRequest) GetAsc() bool

func (*ListCatalogsRequest) GetOrderBy added in v1.6.0

func (x *ListCatalogsRequest) GetOrderBy() string

func (*ListCatalogsRequest) GetPageSize added in v1.6.0

func (x *ListCatalogsRequest) GetPageSize() int32

func (*ListCatalogsRequest) GetPageToken added in v1.6.0

func (x *ListCatalogsRequest) GetPageToken() string

func (*ListCatalogsRequest) ProtoMessage added in v1.6.0

func (*ListCatalogsRequest) ProtoMessage()

func (*ListCatalogsRequest) ProtoReflect added in v1.6.0

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

func (*ListCatalogsRequest) Reset added in v1.6.0

func (x *ListCatalogsRequest) Reset()

func (*ListCatalogsRequest) String added in v1.6.0

func (x *ListCatalogsRequest) String() string

func (*ListCatalogsRequest) Validate added in v1.7.0

func (m *ListCatalogsRequest) Validate() error

Validate checks the field values on ListCatalogsRequest 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 (*ListCatalogsRequest) ValidateAll added in v1.7.0

func (m *ListCatalogsRequest) ValidateAll() error

ValidateAll checks the field values on ListCatalogsRequest 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 ListCatalogsRequestMultiError, or nil if none found.

type ListCatalogsRequestMultiError added in v1.7.0

type ListCatalogsRequestMultiError []error

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

func (ListCatalogsRequestMultiError) AllErrors added in v1.7.0

func (m ListCatalogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCatalogsRequestMultiError) Error added in v1.7.0

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

type ListCatalogsRequestValidationError added in v1.7.0

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

ListCatalogsRequestValidationError is the validation error returned by ListCatalogsRequest.Validate if the designated constraints aren't met.

func (ListCatalogsRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCatalogsRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCatalogsRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCatalogsRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCatalogsRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCatalogsRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCatalogsResponse added in v1.6.0

type ListCatalogsResponse struct {
	Catalogs      []*Catalog `protobuf:"bytes,1,rep,name=catalogs,proto3" json:"catalogs,omitempty"`
	NextPageToken string     `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCatalogsResponse) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListCatalogsResponse.ProtoReflect.Descriptor instead.

func (*ListCatalogsResponse) GetCatalogs added in v1.6.0

func (x *ListCatalogsResponse) GetCatalogs() []*Catalog

func (*ListCatalogsResponse) GetNextPageToken added in v1.6.0

func (x *ListCatalogsResponse) GetNextPageToken() string

func (*ListCatalogsResponse) ProtoMessage added in v1.6.0

func (*ListCatalogsResponse) ProtoMessage()

func (*ListCatalogsResponse) ProtoReflect added in v1.6.0

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

func (*ListCatalogsResponse) Reset added in v1.6.0

func (x *ListCatalogsResponse) Reset()

func (*ListCatalogsResponse) String added in v1.6.0

func (x *ListCatalogsResponse) String() string

func (*ListCatalogsResponse) Validate added in v1.7.0

func (m *ListCatalogsResponse) Validate() error

Validate checks the field values on ListCatalogsResponse 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 (*ListCatalogsResponse) ValidateAll added in v1.7.0

func (m *ListCatalogsResponse) ValidateAll() error

ValidateAll checks the field values on ListCatalogsResponse 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 ListCatalogsResponseMultiError, or nil if none found.

type ListCatalogsResponseMultiError added in v1.7.0

type ListCatalogsResponseMultiError []error

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

func (ListCatalogsResponseMultiError) AllErrors added in v1.7.0

func (m ListCatalogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCatalogsResponseMultiError) Error added in v1.7.0

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

type ListCatalogsResponseValidationError added in v1.7.0

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

ListCatalogsResponseValidationError is the validation error returned by ListCatalogsResponse.Validate if the designated constraints aren't met.

func (ListCatalogsResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCatalogsResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCatalogsResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCatalogsResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCatalogsResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCatalogsResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCertificatesRequest added in v1.4.9

type ListCertificatesRequest struct {
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCertificatesRequest) Descriptor deprecated added in v1.4.9

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

Deprecated: Use ListCertificatesRequest.ProtoReflect.Descriptor instead.

func (*ListCertificatesRequest) GetAsc added in v1.4.17

func (x *ListCertificatesRequest) GetAsc() bool

func (*ListCertificatesRequest) GetOrderBy added in v1.4.17

func (x *ListCertificatesRequest) GetOrderBy() string

func (*ListCertificatesRequest) GetPageSize added in v1.4.9

func (x *ListCertificatesRequest) GetPageSize() int32

func (*ListCertificatesRequest) GetPageToken added in v1.4.9

func (x *ListCertificatesRequest) GetPageToken() string

func (*ListCertificatesRequest) ProtoMessage added in v1.4.9

func (*ListCertificatesRequest) ProtoMessage()

func (*ListCertificatesRequest) ProtoReflect added in v1.4.9

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

func (*ListCertificatesRequest) Reset added in v1.4.9

func (x *ListCertificatesRequest) Reset()

func (*ListCertificatesRequest) String added in v1.4.9

func (x *ListCertificatesRequest) String() string

func (*ListCertificatesRequest) Validate added in v1.7.0

func (m *ListCertificatesRequest) Validate() error

Validate checks the field values on ListCertificatesRequest 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 (*ListCertificatesRequest) ValidateAll added in v1.7.0

func (m *ListCertificatesRequest) ValidateAll() error

ValidateAll checks the field values on ListCertificatesRequest 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 ListCertificatesRequestMultiError, or nil if none found.

type ListCertificatesRequestMultiError added in v1.7.0

type ListCertificatesRequestMultiError []error

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

func (ListCertificatesRequestMultiError) AllErrors added in v1.7.0

func (m ListCertificatesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCertificatesRequestMultiError) Error added in v1.7.0

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

type ListCertificatesRequestValidationError added in v1.7.0

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

ListCertificatesRequestValidationError is the validation error returned by ListCertificatesRequest.Validate if the designated constraints aren't met.

func (ListCertificatesRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCertificatesRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCertificatesRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCertificatesRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCertificatesRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCertificatesRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCertificatesResponse added in v1.4.9

type ListCertificatesResponse struct {
	Certificates  []*Certificate `protobuf:"bytes,1,rep,name=certificates,proto3" json:"certificates,omitempty"`
	NextPageToken string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCertificatesResponse) Descriptor deprecated added in v1.4.9

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

Deprecated: Use ListCertificatesResponse.ProtoReflect.Descriptor instead.

func (*ListCertificatesResponse) GetCertificates added in v1.4.9

func (x *ListCertificatesResponse) GetCertificates() []*Certificate

func (*ListCertificatesResponse) GetNextPageToken added in v1.4.9

func (x *ListCertificatesResponse) GetNextPageToken() string

func (*ListCertificatesResponse) ProtoMessage added in v1.4.9

func (*ListCertificatesResponse) ProtoMessage()

func (*ListCertificatesResponse) ProtoReflect added in v1.4.9

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

func (*ListCertificatesResponse) Reset added in v1.4.9

func (x *ListCertificatesResponse) Reset()

func (*ListCertificatesResponse) String added in v1.4.9

func (x *ListCertificatesResponse) String() string

func (*ListCertificatesResponse) Validate added in v1.7.0

func (m *ListCertificatesResponse) Validate() error

Validate checks the field values on ListCertificatesResponse 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 (*ListCertificatesResponse) ValidateAll added in v1.7.0

func (m *ListCertificatesResponse) ValidateAll() error

ValidateAll checks the field values on ListCertificatesResponse 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 ListCertificatesResponseMultiError, or nil if none found.

type ListCertificatesResponseMultiError added in v1.7.0

type ListCertificatesResponseMultiError []error

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

func (ListCertificatesResponseMultiError) AllErrors added in v1.7.0

func (m ListCertificatesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCertificatesResponseMultiError) Error added in v1.7.0

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

type ListCertificatesResponseValidationError added in v1.7.0

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

ListCertificatesResponseValidationError is the validation error returned by ListCertificatesResponse.Validate if the designated constraints aren't met.

func (ListCertificatesResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCertificatesResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCertificatesResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCertificatesResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCertificatesResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCertificatesResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCloudServicesRequest added in v1.3.11

type ListCloudServicesRequest struct {
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCloudServicesRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use ListCloudServicesRequest.ProtoReflect.Descriptor instead.

func (*ListCloudServicesRequest) GetAsc added in v1.4.17

func (x *ListCloudServicesRequest) GetAsc() bool

func (*ListCloudServicesRequest) GetOrderBy added in v1.4.17

func (x *ListCloudServicesRequest) GetOrderBy() string

func (*ListCloudServicesRequest) GetPageSize added in v1.4.6

func (x *ListCloudServicesRequest) GetPageSize() int32

func (*ListCloudServicesRequest) GetPageToken added in v1.4.6

func (x *ListCloudServicesRequest) GetPageToken() string

func (*ListCloudServicesRequest) ProtoMessage added in v1.3.11

func (*ListCloudServicesRequest) ProtoMessage()

func (*ListCloudServicesRequest) ProtoReflect added in v1.3.11

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

func (*ListCloudServicesRequest) Reset added in v1.3.11

func (x *ListCloudServicesRequest) Reset()

func (*ListCloudServicesRequest) String added in v1.3.11

func (x *ListCloudServicesRequest) String() string

func (*ListCloudServicesRequest) Validate added in v1.7.0

func (m *ListCloudServicesRequest) Validate() error

Validate checks the field values on ListCloudServicesRequest 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 (*ListCloudServicesRequest) ValidateAll added in v1.7.0

func (m *ListCloudServicesRequest) ValidateAll() error

ValidateAll checks the field values on ListCloudServicesRequest 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 ListCloudServicesRequestMultiError, or nil if none found.

type ListCloudServicesRequestMultiError added in v1.7.0

type ListCloudServicesRequestMultiError []error

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

func (ListCloudServicesRequestMultiError) AllErrors added in v1.7.0

func (m ListCloudServicesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCloudServicesRequestMultiError) Error added in v1.7.0

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

type ListCloudServicesRequestValidationError added in v1.7.0

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

ListCloudServicesRequestValidationError is the validation error returned by ListCloudServicesRequest.Validate if the designated constraints aren't met.

func (ListCloudServicesRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCloudServicesRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCloudServicesRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCloudServicesRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCloudServicesRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCloudServicesRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListCloudServicesResponse added in v1.3.11

type ListCloudServicesResponse struct {
	Services      []*CloudService `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	NextPageToken string          `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCloudServicesResponse) Descriptor deprecated added in v1.3.11

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

Deprecated: Use ListCloudServicesResponse.ProtoReflect.Descriptor instead.

func (*ListCloudServicesResponse) GetNextPageToken added in v1.4.6

func (x *ListCloudServicesResponse) GetNextPageToken() string

func (*ListCloudServicesResponse) GetServices added in v1.3.11

func (x *ListCloudServicesResponse) GetServices() []*CloudService

func (*ListCloudServicesResponse) ProtoMessage added in v1.3.11

func (*ListCloudServicesResponse) ProtoMessage()

func (*ListCloudServicesResponse) ProtoReflect added in v1.3.11

func (*ListCloudServicesResponse) Reset added in v1.3.11

func (x *ListCloudServicesResponse) Reset()

func (*ListCloudServicesResponse) String added in v1.3.11

func (x *ListCloudServicesResponse) String() string

func (*ListCloudServicesResponse) Validate added in v1.7.0

func (m *ListCloudServicesResponse) Validate() error

Validate checks the field values on ListCloudServicesResponse 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 (*ListCloudServicesResponse) ValidateAll added in v1.7.0

func (m *ListCloudServicesResponse) ValidateAll() error

ValidateAll checks the field values on ListCloudServicesResponse 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 ListCloudServicesResponseMultiError, or nil if none found.

type ListCloudServicesResponseMultiError added in v1.7.0

type ListCloudServicesResponseMultiError []error

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

func (ListCloudServicesResponseMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListCloudServicesResponseMultiError) Error added in v1.7.0

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

type ListCloudServicesResponseValidationError added in v1.7.0

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

ListCloudServicesResponseValidationError is the validation error returned by ListCloudServicesResponse.Validate if the designated constraints aren't met.

func (ListCloudServicesResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListCloudServicesResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListCloudServicesResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListCloudServicesResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListCloudServicesResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListCloudServicesResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListControlsRequest added in v1.6.0

type ListControlsRequest struct {

	// return either all controls or only the controls of the specified category
	CatalogId    string                      `protobuf:"bytes,1,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	CategoryName string                      `protobuf:"bytes,2,opt,name=category_name,json=categoryName,proto3" json:"category_name,omitempty"`
	Filter       *ListControlsRequest_Filter `protobuf:"bytes,3,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	PageSize     int32                       `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken    string                      `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy      string                      `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc          bool                        `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListControlsRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListControlsRequest.ProtoReflect.Descriptor instead.

func (*ListControlsRequest) GetAsc added in v1.6.0

func (x *ListControlsRequest) GetAsc() bool

func (*ListControlsRequest) GetCatalogId added in v1.6.0

func (x *ListControlsRequest) GetCatalogId() string

func (*ListControlsRequest) GetCategoryName added in v1.6.0

func (x *ListControlsRequest) GetCategoryName() string

func (*ListControlsRequest) GetFilter added in v1.10.0

func (*ListControlsRequest) GetOrderBy added in v1.6.0

func (x *ListControlsRequest) GetOrderBy() string

func (*ListControlsRequest) GetPageSize added in v1.6.0

func (x *ListControlsRequest) GetPageSize() int32

func (*ListControlsRequest) GetPageToken added in v1.6.0

func (x *ListControlsRequest) GetPageToken() string

func (*ListControlsRequest) ProtoMessage added in v1.6.0

func (*ListControlsRequest) ProtoMessage()

func (*ListControlsRequest) ProtoReflect added in v1.6.0

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

func (*ListControlsRequest) Reset added in v1.6.0

func (x *ListControlsRequest) Reset()

func (*ListControlsRequest) String added in v1.6.0

func (x *ListControlsRequest) String() string

func (*ListControlsRequest) Validate added in v1.7.0

func (m *ListControlsRequest) Validate() error

Validate checks the field values on ListControlsRequest 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 (*ListControlsRequest) ValidateAll added in v1.7.0

func (m *ListControlsRequest) ValidateAll() error

ValidateAll checks the field values on ListControlsRequest 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 ListControlsRequestMultiError, or nil if none found.

type ListControlsRequestMultiError added in v1.7.0

type ListControlsRequestMultiError []error

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

func (ListControlsRequestMultiError) AllErrors added in v1.7.0

func (m ListControlsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListControlsRequestMultiError) Error added in v1.7.0

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

type ListControlsRequestValidationError added in v1.7.0

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

ListControlsRequestValidationError is the validation error returned by ListControlsRequest.Validate if the designated constraints aren't met.

func (ListControlsRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListControlsRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListControlsRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListControlsRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListControlsRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListControlsRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListControlsRequest_Filter added in v1.10.0

type ListControlsRequest_Filter struct {

	// Optional. Lists only controls with the specified assurance levels.
	AssuranceLevels []string `protobuf:"bytes,1,rep,name=assurance_levels,json=assuranceLevels,proto3" json:"assurance_levels,omitempty"`
	// contains filtered or unexported fields
}

func (*ListControlsRequest_Filter) Descriptor deprecated added in v1.10.0

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

Deprecated: Use ListControlsRequest_Filter.ProtoReflect.Descriptor instead.

func (*ListControlsRequest_Filter) GetAssuranceLevels added in v1.10.0

func (x *ListControlsRequest_Filter) GetAssuranceLevels() []string

func (*ListControlsRequest_Filter) ProtoMessage added in v1.10.0

func (*ListControlsRequest_Filter) ProtoMessage()

func (*ListControlsRequest_Filter) ProtoReflect added in v1.10.0

func (*ListControlsRequest_Filter) Reset added in v1.10.0

func (x *ListControlsRequest_Filter) Reset()

func (*ListControlsRequest_Filter) String added in v1.10.0

func (x *ListControlsRequest_Filter) String() string

func (*ListControlsRequest_Filter) Validate added in v1.10.0

func (m *ListControlsRequest_Filter) Validate() error

Validate checks the field values on ListControlsRequest_Filter 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 (*ListControlsRequest_Filter) ValidateAll added in v1.10.0

func (m *ListControlsRequest_Filter) ValidateAll() error

ValidateAll checks the field values on ListControlsRequest_Filter 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 ListControlsRequest_FilterMultiError, or nil if none found.

type ListControlsRequest_FilterMultiError added in v1.10.0

type ListControlsRequest_FilterMultiError []error

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

func (ListControlsRequest_FilterMultiError) AllErrors added in v1.10.0

AllErrors returns a list of validation violation errors.

func (ListControlsRequest_FilterMultiError) Error added in v1.10.0

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

type ListControlsRequest_FilterValidationError added in v1.10.0

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

ListControlsRequest_FilterValidationError is the validation error returned by ListControlsRequest_Filter.Validate if the designated constraints aren't met.

func (ListControlsRequest_FilterValidationError) Cause added in v1.10.0

Cause function returns cause value.

func (ListControlsRequest_FilterValidationError) Error added in v1.10.0

Error satisfies the builtin error interface

func (ListControlsRequest_FilterValidationError) ErrorName added in v1.10.0

ErrorName returns error name.

func (ListControlsRequest_FilterValidationError) Field added in v1.10.0

Field function returns field value.

func (ListControlsRequest_FilterValidationError) Key added in v1.10.0

Key function returns key value.

func (ListControlsRequest_FilterValidationError) Reason added in v1.10.0

Reason function returns reason value.

type ListControlsResponse added in v1.6.0

type ListControlsResponse struct {
	Controls      []*Control `protobuf:"bytes,1,rep,name=controls,proto3" json:"controls,omitempty"`
	NextPageToken string     `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListControlsResponse) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListControlsResponse.ProtoReflect.Descriptor instead.

func (*ListControlsResponse) GetControls added in v1.6.0

func (x *ListControlsResponse) GetControls() []*Control

func (*ListControlsResponse) GetNextPageToken added in v1.6.0

func (x *ListControlsResponse) GetNextPageToken() string

func (*ListControlsResponse) ProtoMessage added in v1.6.0

func (*ListControlsResponse) ProtoMessage()

func (*ListControlsResponse) ProtoReflect added in v1.6.0

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

func (*ListControlsResponse) Reset added in v1.6.0

func (x *ListControlsResponse) Reset()

func (*ListControlsResponse) String added in v1.6.0

func (x *ListControlsResponse) String() string

func (*ListControlsResponse) Validate added in v1.7.0

func (m *ListControlsResponse) Validate() error

Validate checks the field values on ListControlsResponse 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 (*ListControlsResponse) ValidateAll added in v1.7.0

func (m *ListControlsResponse) ValidateAll() error

ValidateAll checks the field values on ListControlsResponse 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 ListControlsResponseMultiError, or nil if none found.

type ListControlsResponseMultiError added in v1.7.0

type ListControlsResponseMultiError []error

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

func (ListControlsResponseMultiError) AllErrors added in v1.7.0

func (m ListControlsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListControlsResponseMultiError) Error added in v1.7.0

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

type ListControlsResponseValidationError added in v1.7.0

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

ListControlsResponseValidationError is the validation error returned by ListControlsResponse.Validate if the designated constraints aren't met.

func (ListControlsResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListControlsResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListControlsResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListControlsResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListControlsResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListControlsResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListMetricConfigurationRequest added in v1.3.11

type ListMetricConfigurationRequest struct {
	CloudServiceId string `protobuf:"bytes,10,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMetricConfigurationRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use ListMetricConfigurationRequest.ProtoReflect.Descriptor instead.

func (*ListMetricConfigurationRequest) GetCloudServiceId added in v1.6.0

func (x *ListMetricConfigurationRequest) GetCloudServiceId() string

func (*ListMetricConfigurationRequest) ProtoMessage added in v1.3.11

func (*ListMetricConfigurationRequest) ProtoMessage()

func (*ListMetricConfigurationRequest) ProtoReflect added in v1.3.11

func (*ListMetricConfigurationRequest) Reset added in v1.3.11

func (x *ListMetricConfigurationRequest) Reset()

func (*ListMetricConfigurationRequest) String added in v1.3.11

func (*ListMetricConfigurationRequest) Validate added in v1.7.0

func (m *ListMetricConfigurationRequest) Validate() error

Validate checks the field values on ListMetricConfigurationRequest 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 (*ListMetricConfigurationRequest) ValidateAll added in v1.7.0

func (m *ListMetricConfigurationRequest) ValidateAll() error

ValidateAll checks the field values on ListMetricConfigurationRequest 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 ListMetricConfigurationRequestMultiError, or nil if none found.

type ListMetricConfigurationRequestMultiError added in v1.7.0

type ListMetricConfigurationRequestMultiError []error

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

func (ListMetricConfigurationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListMetricConfigurationRequestMultiError) Error added in v1.7.0

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

type ListMetricConfigurationRequestValidationError added in v1.7.0

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

ListMetricConfigurationRequestValidationError is the validation error returned by ListMetricConfigurationRequest.Validate if the designated constraints aren't met.

func (ListMetricConfigurationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListMetricConfigurationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListMetricConfigurationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListMetricConfigurationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListMetricConfigurationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListMetricConfigurationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListMetricConfigurationResponse added in v1.3.11

type ListMetricConfigurationResponse struct {

	// A map of metric configurations associated by their metric ID
	Configurations map[string]*assessment.MetricConfiguration `` /* 169-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListMetricConfigurationResponse) Descriptor deprecated added in v1.3.11

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

Deprecated: Use ListMetricConfigurationResponse.ProtoReflect.Descriptor instead.

func (*ListMetricConfigurationResponse) GetConfigurations added in v1.3.11

func (*ListMetricConfigurationResponse) ProtoMessage added in v1.3.11

func (*ListMetricConfigurationResponse) ProtoMessage()

func (*ListMetricConfigurationResponse) ProtoReflect added in v1.3.11

func (*ListMetricConfigurationResponse) Reset added in v1.3.11

func (*ListMetricConfigurationResponse) String added in v1.3.11

func (*ListMetricConfigurationResponse) Validate added in v1.7.0

func (m *ListMetricConfigurationResponse) Validate() error

Validate checks the field values on ListMetricConfigurationResponse 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 (*ListMetricConfigurationResponse) ValidateAll added in v1.7.0

func (m *ListMetricConfigurationResponse) ValidateAll() error

ValidateAll checks the field values on ListMetricConfigurationResponse 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 ListMetricConfigurationResponseMultiError, or nil if none found.

type ListMetricConfigurationResponseMultiError added in v1.7.0

type ListMetricConfigurationResponseMultiError []error

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

func (ListMetricConfigurationResponseMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListMetricConfigurationResponseMultiError) Error added in v1.7.0

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

type ListMetricConfigurationResponseValidationError added in v1.7.0

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

ListMetricConfigurationResponseValidationError is the validation error returned by ListMetricConfigurationResponse.Validate if the designated constraints aren't met.

func (ListMetricConfigurationResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListMetricConfigurationResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListMetricConfigurationResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListMetricConfigurationResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListMetricConfigurationResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListMetricConfigurationResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListMetricsRequest

type ListMetricsRequest struct {
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMetricsRequest) Descriptor deprecated

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

Deprecated: Use ListMetricsRequest.ProtoReflect.Descriptor instead.

func (*ListMetricsRequest) GetAsc added in v1.4.17

func (x *ListMetricsRequest) GetAsc() bool

func (*ListMetricsRequest) GetOrderBy added in v1.4.17

func (x *ListMetricsRequest) GetOrderBy() string

func (*ListMetricsRequest) GetPageSize added in v1.4.6

func (x *ListMetricsRequest) GetPageSize() int32

func (*ListMetricsRequest) GetPageToken added in v1.4.6

func (x *ListMetricsRequest) GetPageToken() string

func (*ListMetricsRequest) ProtoMessage

func (*ListMetricsRequest) ProtoMessage()

func (*ListMetricsRequest) ProtoReflect

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

func (*ListMetricsRequest) Reset

func (x *ListMetricsRequest) Reset()

func (*ListMetricsRequest) String

func (x *ListMetricsRequest) String() string

func (*ListMetricsRequest) Validate added in v1.7.0

func (m *ListMetricsRequest) Validate() error

Validate checks the field values on ListMetricsRequest 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 (*ListMetricsRequest) ValidateAll added in v1.7.0

func (m *ListMetricsRequest) ValidateAll() error

ValidateAll checks the field values on ListMetricsRequest 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 ListMetricsRequestMultiError, or nil if none found.

type ListMetricsRequestMultiError added in v1.7.0

type ListMetricsRequestMultiError []error

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

func (ListMetricsRequestMultiError) AllErrors added in v1.7.0

func (m ListMetricsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMetricsRequestMultiError) Error added in v1.7.0

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

type ListMetricsRequestValidationError added in v1.7.0

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

ListMetricsRequestValidationError is the validation error returned by ListMetricsRequest.Validate if the designated constraints aren't met.

func (ListMetricsRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListMetricsRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListMetricsRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListMetricsRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListMetricsRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListMetricsRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListMetricsResponse

type ListMetricsResponse struct {
	Metrics       []*assessment.Metric `protobuf:"bytes,1,rep,name=metrics,proto3" json:"metrics,omitempty"`
	NextPageToken string               `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMetricsResponse) Descriptor deprecated

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

Deprecated: Use ListMetricsResponse.ProtoReflect.Descriptor instead.

func (*ListMetricsResponse) GetMetrics

func (x *ListMetricsResponse) GetMetrics() []*assessment.Metric

func (*ListMetricsResponse) GetNextPageToken added in v1.4.6

func (x *ListMetricsResponse) GetNextPageToken() string

func (*ListMetricsResponse) ProtoMessage

func (*ListMetricsResponse) ProtoMessage()

func (*ListMetricsResponse) ProtoReflect

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

func (*ListMetricsResponse) Reset

func (x *ListMetricsResponse) Reset()

func (*ListMetricsResponse) String

func (x *ListMetricsResponse) String() string

func (*ListMetricsResponse) Validate added in v1.7.0

func (m *ListMetricsResponse) Validate() error

Validate checks the field values on ListMetricsResponse 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 (*ListMetricsResponse) ValidateAll added in v1.7.0

func (m *ListMetricsResponse) ValidateAll() error

ValidateAll checks the field values on ListMetricsResponse 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 ListMetricsResponseMultiError, or nil if none found.

type ListMetricsResponseMultiError added in v1.7.0

type ListMetricsResponseMultiError []error

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

func (ListMetricsResponseMultiError) AllErrors added in v1.7.0

func (m ListMetricsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMetricsResponseMultiError) Error added in v1.7.0

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

type ListMetricsResponseValidationError added in v1.7.0

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

ListMetricsResponseValidationError is the validation error returned by ListMetricsResponse.Validate if the designated constraints aren't met.

func (ListMetricsResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListMetricsResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListMetricsResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListMetricsResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListMetricsResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListMetricsResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListPublicCertificatesRequest added in v1.9.2

type ListPublicCertificatesRequest struct {
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPublicCertificatesRequest) Descriptor deprecated added in v1.9.2

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

Deprecated: Use ListPublicCertificatesRequest.ProtoReflect.Descriptor instead.

func (*ListPublicCertificatesRequest) GetAsc added in v1.9.2

func (x *ListPublicCertificatesRequest) GetAsc() bool

func (*ListPublicCertificatesRequest) GetOrderBy added in v1.9.2

func (x *ListPublicCertificatesRequest) GetOrderBy() string

func (*ListPublicCertificatesRequest) GetPageSize added in v1.9.2

func (x *ListPublicCertificatesRequest) GetPageSize() int32

func (*ListPublicCertificatesRequest) GetPageToken added in v1.9.2

func (x *ListPublicCertificatesRequest) GetPageToken() string

func (*ListPublicCertificatesRequest) ProtoMessage added in v1.9.2

func (*ListPublicCertificatesRequest) ProtoMessage()

func (*ListPublicCertificatesRequest) ProtoReflect added in v1.9.2

func (*ListPublicCertificatesRequest) Reset added in v1.9.2

func (x *ListPublicCertificatesRequest) Reset()

func (*ListPublicCertificatesRequest) String added in v1.9.2

func (*ListPublicCertificatesRequest) Validate added in v1.9.2

func (m *ListPublicCertificatesRequest) Validate() error

Validate checks the field values on ListPublicCertificatesRequest 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 (*ListPublicCertificatesRequest) ValidateAll added in v1.9.2

func (m *ListPublicCertificatesRequest) ValidateAll() error

ValidateAll checks the field values on ListPublicCertificatesRequest 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 ListPublicCertificatesRequestMultiError, or nil if none found.

type ListPublicCertificatesRequestMultiError added in v1.9.2

type ListPublicCertificatesRequestMultiError []error

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

func (ListPublicCertificatesRequestMultiError) AllErrors added in v1.9.2

AllErrors returns a list of validation violation errors.

func (ListPublicCertificatesRequestMultiError) Error added in v1.9.2

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

type ListPublicCertificatesRequestValidationError added in v1.9.2

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

ListPublicCertificatesRequestValidationError is the validation error returned by ListPublicCertificatesRequest.Validate if the designated constraints aren't met.

func (ListPublicCertificatesRequestValidationError) Cause added in v1.9.2

Cause function returns cause value.

func (ListPublicCertificatesRequestValidationError) Error added in v1.9.2

Error satisfies the builtin error interface

func (ListPublicCertificatesRequestValidationError) ErrorName added in v1.9.2

ErrorName returns error name.

func (ListPublicCertificatesRequestValidationError) Field added in v1.9.2

Field function returns field value.

func (ListPublicCertificatesRequestValidationError) Key added in v1.9.2

Key function returns key value.

func (ListPublicCertificatesRequestValidationError) Reason added in v1.9.2

Reason function returns reason value.

type ListPublicCertificatesResponse added in v1.9.2

type ListPublicCertificatesResponse struct {
	Certificates  []*Certificate `protobuf:"bytes,1,rep,name=certificates,proto3" json:"certificates,omitempty"`
	NextPageToken string         `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPublicCertificatesResponse) Descriptor deprecated added in v1.9.2

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

Deprecated: Use ListPublicCertificatesResponse.ProtoReflect.Descriptor instead.

func (*ListPublicCertificatesResponse) GetCertificates added in v1.9.2

func (x *ListPublicCertificatesResponse) GetCertificates() []*Certificate

func (*ListPublicCertificatesResponse) GetNextPageToken added in v1.9.2

func (x *ListPublicCertificatesResponse) GetNextPageToken() string

func (*ListPublicCertificatesResponse) ProtoMessage added in v1.9.2

func (*ListPublicCertificatesResponse) ProtoMessage()

func (*ListPublicCertificatesResponse) ProtoReflect added in v1.9.2

func (*ListPublicCertificatesResponse) Reset added in v1.9.2

func (x *ListPublicCertificatesResponse) Reset()

func (*ListPublicCertificatesResponse) String added in v1.9.2

func (*ListPublicCertificatesResponse) Validate added in v1.9.2

func (m *ListPublicCertificatesResponse) Validate() error

Validate checks the field values on ListPublicCertificatesResponse 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 (*ListPublicCertificatesResponse) ValidateAll added in v1.9.2

func (m *ListPublicCertificatesResponse) ValidateAll() error

ValidateAll checks the field values on ListPublicCertificatesResponse 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 ListPublicCertificatesResponseMultiError, or nil if none found.

type ListPublicCertificatesResponseMultiError added in v1.9.2

type ListPublicCertificatesResponseMultiError []error

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

func (ListPublicCertificatesResponseMultiError) AllErrors added in v1.9.2

AllErrors returns a list of validation violation errors.

func (ListPublicCertificatesResponseMultiError) Error added in v1.9.2

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

type ListPublicCertificatesResponseValidationError added in v1.9.2

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

ListPublicCertificatesResponseValidationError is the validation error returned by ListPublicCertificatesResponse.Validate if the designated constraints aren't met.

func (ListPublicCertificatesResponseValidationError) Cause added in v1.9.2

Cause function returns cause value.

func (ListPublicCertificatesResponseValidationError) Error added in v1.9.2

Error satisfies the builtin error interface

func (ListPublicCertificatesResponseValidationError) ErrorName added in v1.9.2

ErrorName returns error name.

func (ListPublicCertificatesResponseValidationError) Field added in v1.9.2

Field function returns field value.

func (ListPublicCertificatesResponseValidationError) Key added in v1.9.2

Key function returns key value.

func (ListPublicCertificatesResponseValidationError) Reason added in v1.9.2

Reason function returns reason value.

type ListTargetsOfEvaluationRequest added in v1.6.0

type ListTargetsOfEvaluationRequest struct {

	// We cannot create additional bindings when the parameter is optional so we
	// check for != "" in the method to see if it is set when the service is
	// specified, return all Targets of Evaluation that evaluate the given service
	// for any catalog
	CloudServiceId string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	// when the catalog is specified, return all Targets of Evaluation that
	// evaluate the given catalog for any service
	CatalogId string `protobuf:"bytes,2,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	PageSize  int32  `protobuf:"varint,10,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,11,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	OrderBy   string `protobuf:"bytes,12,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Asc       bool   `protobuf:"varint,13,opt,name=asc,proto3" json:"asc,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTargetsOfEvaluationRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListTargetsOfEvaluationRequest.ProtoReflect.Descriptor instead.

func (*ListTargetsOfEvaluationRequest) GetAsc added in v1.6.0

func (*ListTargetsOfEvaluationRequest) GetCatalogId added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) GetCatalogId() string

func (*ListTargetsOfEvaluationRequest) GetCloudServiceId added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) GetCloudServiceId() string

func (*ListTargetsOfEvaluationRequest) GetOrderBy added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) GetOrderBy() string

func (*ListTargetsOfEvaluationRequest) GetPageSize added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) GetPageSize() int32

func (*ListTargetsOfEvaluationRequest) GetPageToken added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) GetPageToken() string

func (*ListTargetsOfEvaluationRequest) ProtoMessage added in v1.6.0

func (*ListTargetsOfEvaluationRequest) ProtoMessage()

func (*ListTargetsOfEvaluationRequest) ProtoReflect added in v1.6.0

func (*ListTargetsOfEvaluationRequest) Reset added in v1.6.0

func (x *ListTargetsOfEvaluationRequest) Reset()

func (*ListTargetsOfEvaluationRequest) String added in v1.6.0

func (*ListTargetsOfEvaluationRequest) Validate added in v1.7.0

func (m *ListTargetsOfEvaluationRequest) Validate() error

Validate checks the field values on ListTargetsOfEvaluationRequest 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 (*ListTargetsOfEvaluationRequest) ValidateAll added in v1.7.0

func (m *ListTargetsOfEvaluationRequest) ValidateAll() error

ValidateAll checks the field values on ListTargetsOfEvaluationRequest 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 ListTargetsOfEvaluationRequestMultiError, or nil if none found.

type ListTargetsOfEvaluationRequestMultiError added in v1.7.0

type ListTargetsOfEvaluationRequestMultiError []error

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

func (ListTargetsOfEvaluationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListTargetsOfEvaluationRequestMultiError) Error added in v1.7.0

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

type ListTargetsOfEvaluationRequestValidationError added in v1.7.0

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

ListTargetsOfEvaluationRequestValidationError is the validation error returned by ListTargetsOfEvaluationRequest.Validate if the designated constraints aren't met.

func (ListTargetsOfEvaluationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListTargetsOfEvaluationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListTargetsOfEvaluationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListTargetsOfEvaluationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (ListTargetsOfEvaluationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (ListTargetsOfEvaluationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type ListTargetsOfEvaluationResponse added in v1.6.0

type ListTargetsOfEvaluationResponse struct {
	TargetOfEvaluation []*TargetOfEvaluation `protobuf:"bytes,1,rep,name=target_of_evaluation,json=targetOfEvaluation,proto3" json:"target_of_evaluation,omitempty"`
	NextPageToken      string                `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTargetsOfEvaluationResponse) Descriptor deprecated added in v1.6.0

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

Deprecated: Use ListTargetsOfEvaluationResponse.ProtoReflect.Descriptor instead.

func (*ListTargetsOfEvaluationResponse) GetNextPageToken added in v1.6.0

func (x *ListTargetsOfEvaluationResponse) GetNextPageToken() string

func (*ListTargetsOfEvaluationResponse) GetTargetOfEvaluation added in v1.7.0

func (x *ListTargetsOfEvaluationResponse) GetTargetOfEvaluation() []*TargetOfEvaluation

func (*ListTargetsOfEvaluationResponse) ProtoMessage added in v1.6.0

func (*ListTargetsOfEvaluationResponse) ProtoMessage()

func (*ListTargetsOfEvaluationResponse) ProtoReflect added in v1.6.0

func (*ListTargetsOfEvaluationResponse) Reset added in v1.6.0

func (*ListTargetsOfEvaluationResponse) String added in v1.6.0

func (*ListTargetsOfEvaluationResponse) Validate added in v1.7.0

func (m *ListTargetsOfEvaluationResponse) Validate() error

Validate checks the field values on ListTargetsOfEvaluationResponse 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 (*ListTargetsOfEvaluationResponse) ValidateAll added in v1.7.0

func (m *ListTargetsOfEvaluationResponse) ValidateAll() error

ValidateAll checks the field values on ListTargetsOfEvaluationResponse 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 ListTargetsOfEvaluationResponseMultiError, or nil if none found.

type ListTargetsOfEvaluationResponseMultiError added in v1.7.0

type ListTargetsOfEvaluationResponseMultiError []error

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

func (ListTargetsOfEvaluationResponseMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (ListTargetsOfEvaluationResponseMultiError) Error added in v1.7.0

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

type ListTargetsOfEvaluationResponseValidationError added in v1.7.0

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

ListTargetsOfEvaluationResponseValidationError is the validation error returned by ListTargetsOfEvaluationResponse.Validate if the designated constraints aren't met.

func (ListTargetsOfEvaluationResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (ListTargetsOfEvaluationResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (ListTargetsOfEvaluationResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (ListTargetsOfEvaluationResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (ListTargetsOfEvaluationResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (ListTargetsOfEvaluationResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type MetricChangeEvent added in v1.4.5

type MetricChangeEvent struct {
	Type MetricChangeEvent_Type `protobuf:"varint,1,opt,name=type,proto3,enum=clouditor.orchestrator.v1.MetricChangeEvent_Type" json:"type,omitempty"`
	// The metric that is changing.
	MetricId string `protobuf:"bytes,2,opt,name=metric_id,json=metricId,proto3" json:"metric_id,omitempty"`
	// The cloud service id that is affected by this change. Primarily
	// concerns metric configuration changes.
	CloudServiceId string `protobuf:"bytes,3,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	// contains filtered or unexported fields
}

MetricChangeEvent represents a change of either a metric configuration or implementation.

func (*MetricChangeEvent) Descriptor deprecated added in v1.4.5

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

Deprecated: Use MetricChangeEvent.ProtoReflect.Descriptor instead.

func (*MetricChangeEvent) GetCloudServiceId added in v1.6.0

func (x *MetricChangeEvent) GetCloudServiceId() string

func (*MetricChangeEvent) GetMetricId added in v1.4.5

func (x *MetricChangeEvent) GetMetricId() string

func (*MetricChangeEvent) GetType added in v1.4.5

func (*MetricChangeEvent) ProtoMessage added in v1.4.5

func (*MetricChangeEvent) ProtoMessage()

func (*MetricChangeEvent) ProtoReflect added in v1.4.5

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

func (*MetricChangeEvent) Reset added in v1.4.5

func (x *MetricChangeEvent) Reset()

func (*MetricChangeEvent) String added in v1.4.5

func (x *MetricChangeEvent) String() string

func (*MetricChangeEvent) Validate added in v1.7.0

func (m *MetricChangeEvent) Validate() error

Validate checks the field values on MetricChangeEvent 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 (*MetricChangeEvent) ValidateAll added in v1.7.0

func (m *MetricChangeEvent) ValidateAll() error

ValidateAll checks the field values on MetricChangeEvent 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 MetricChangeEventMultiError, or nil if none found.

type MetricChangeEventMultiError added in v1.7.0

type MetricChangeEventMultiError []error

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

func (MetricChangeEventMultiError) AllErrors added in v1.7.0

func (m MetricChangeEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricChangeEventMultiError) Error added in v1.7.0

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

type MetricChangeEventValidationError added in v1.7.0

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

MetricChangeEventValidationError is the validation error returned by MetricChangeEvent.Validate if the designated constraints aren't met.

func (MetricChangeEventValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (MetricChangeEventValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (MetricChangeEventValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (MetricChangeEventValidationError) Field added in v1.7.0

Field function returns field value.

func (MetricChangeEventValidationError) Key added in v1.7.0

Key function returns key value.

func (MetricChangeEventValidationError) Reason added in v1.7.0

Reason function returns reason value.

type MetricChangeEvent_Type added in v1.4.5

type MetricChangeEvent_Type int32
const (
	MetricChangeEvent_TYPE_UNSPECIFIED            MetricChangeEvent_Type = 0
	MetricChangeEvent_TYPE_CONFIG_CHANGED         MetricChangeEvent_Type = 1
	MetricChangeEvent_TYPE_IMPLEMENTATION_CHANGED MetricChangeEvent_Type = 2
	MetricChangeEvent_TYPE_METADATA_CHANGED       MetricChangeEvent_Type = 3
)

func (MetricChangeEvent_Type) Descriptor added in v1.4.5

func (MetricChangeEvent_Type) Enum added in v1.4.5

func (MetricChangeEvent_Type) EnumDescriptor deprecated added in v1.4.5

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

Deprecated: Use MetricChangeEvent_Type.Descriptor instead.

func (MetricChangeEvent_Type) Number added in v1.4.5

func (MetricChangeEvent_Type) String added in v1.4.5

func (x MetricChangeEvent_Type) String() string

func (MetricChangeEvent_Type) Type added in v1.4.5

type OrchestratorClient

type OrchestratorClient interface {
	// Registers the passed assessment tool
	RegisterAssessmentTool(ctx context.Context, in *RegisterAssessmentToolRequest, opts ...grpc.CallOption) (*AssessmentTool, error)
	// Lists all assessment tools assessing evidences for the metric given by the
	// passed metric id
	ListAssessmentTools(ctx context.Context, in *ListAssessmentToolsRequest, opts ...grpc.CallOption) (*ListAssessmentToolsResponse, error)
	// Returns assessment tool given by the passed tool id
	GetAssessmentTool(ctx context.Context, in *GetAssessmentToolRequest, opts ...grpc.CallOption) (*AssessmentTool, error)
	// Updates the assessment tool given by the passed id
	UpdateAssessmentTool(ctx context.Context, in *UpdateAssessmentToolRequest, opts ...grpc.CallOption) (*AssessmentTool, error)
	// Remove assessment tool with passed id from the list of active assessment
	// tools
	DeregisterAssessmentTool(ctx context.Context, in *DeregisterAssessmentToolRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Stores the assessment result provided by an assessment tool
	StoreAssessmentResult(ctx context.Context, in *StoreAssessmentResultRequest, opts ...grpc.CallOption) (*StoreAssessmentResultResponse, error)
	// Stores stream of assessment results provided by an assessment tool and
	// returns a response stream. Part of the public API, not exposed as REST.
	StoreAssessmentResults(ctx context.Context, opts ...grpc.CallOption) (Orchestrator_StoreAssessmentResultsClient, error)
	// Get an assessment result by ID
	GetAssessmentResult(ctx context.Context, in *GetAssessmentResultRequest, opts ...grpc.CallOption) (*assessment.AssessmentResult, error)
	// List all assessment results. Part of the public API, also exposed as REST.
	ListAssessmentResults(ctx context.Context, in *ListAssessmentResultsRequest, opts ...grpc.CallOption) (*ListAssessmentResultsResponse, error)
	// Creates a new metric
	CreateMetric(ctx context.Context, in *CreateMetricRequest, opts ...grpc.CallOption) (*assessment.Metric, error)
	// Updates an existing metric
	UpdateMetric(ctx context.Context, in *UpdateMetricRequest, opts ...grpc.CallOption) (*assessment.Metric, error)
	// Returns the metric with the passed metric id
	GetMetric(ctx context.Context, in *GetMetricRequest, opts ...grpc.CallOption) (*assessment.Metric, error)
	// List all metrics provided by the metric catalog
	ListMetrics(ctx context.Context, in *ListMetricsRequest, opts ...grpc.CallOption) (*ListMetricsResponse, error)
	// Registers a new target cloud service
	RegisterCloudService(ctx context.Context, in *RegisterCloudServiceRequest, opts ...grpc.CallOption) (*CloudService, error)
	// Registers a new target cloud service
	UpdateCloudService(ctx context.Context, in *UpdateCloudServiceRequest, opts ...grpc.CallOption) (*CloudService, error)
	// Retrieves a target cloud service
	GetCloudService(ctx context.Context, in *GetCloudServiceRequest, opts ...grpc.CallOption) (*CloudService, error)
	// Lists all target cloud services
	ListCloudServices(ctx context.Context, in *ListCloudServicesRequest, opts ...grpc.CallOption) (*ListCloudServicesResponse, error)
	// Removes a target cloud service
	RemoveCloudService(ctx context.Context, in *RemoveCloudServiceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Retrieves target cloud service statistics
	GetCloudServiceStatistics(ctx context.Context, in *GetCloudServiceStatisticsRequest, opts ...grpc.CallOption) (*GetCloudServiceStatisticsResponse, error)
	// Updates a metric configuration (target value and operator) for a specific
	// service and metric ID
	UpdateMetricConfiguration(ctx context.Context, in *UpdateMetricConfigurationRequest, opts ...grpc.CallOption) (*assessment.MetricConfiguration, error)
	// Retrieves a metric configuration (target value and operator) for a specific
	// service and metric ID.
	GetMetricConfiguration(ctx context.Context, in *GetMetricConfigurationRequest, opts ...grpc.CallOption) (*assessment.MetricConfiguration, error)
	// Lists all a metric configurations (target value and operator) for a
	// specific service ID
	ListMetricConfigurations(ctx context.Context, in *ListMetricConfigurationRequest, opts ...grpc.CallOption) (*ListMetricConfigurationResponse, error)
	// Updates an existing metric implementation
	UpdateMetricImplementation(ctx context.Context, in *UpdateMetricImplementationRequest, opts ...grpc.CallOption) (*assessment.MetricImplementation, error)
	// Returns the metric implementation of the passed metric id
	GetMetricImplementation(ctx context.Context, in *GetMetricImplementationRequest, opts ...grpc.CallOption) (*assessment.MetricImplementation, error)
	SubscribeMetricChangeEvents(ctx context.Context, in *SubscribeMetricChangeEventRequest, opts ...grpc.CallOption) (Orchestrator_SubscribeMetricChangeEventsClient, error)
	// Creates a new certificate
	CreateCertificate(ctx context.Context, in *CreateCertificateRequest, opts ...grpc.CallOption) (*Certificate, error)
	// Retrieves a certificate
	GetCertificate(ctx context.Context, in *GetCertificateRequest, opts ...grpc.CallOption) (*Certificate, error)
	// Lists all target certificates
	ListCertificates(ctx context.Context, in *ListCertificatesRequest, opts ...grpc.CallOption) (*ListCertificatesResponse, error)
	// Lists all target certificates without state history
	ListPublicCertificates(ctx context.Context, in *ListPublicCertificatesRequest, opts ...grpc.CallOption) (*ListPublicCertificatesResponse, error)
	// Updates an existing certificate
	UpdateCertificate(ctx context.Context, in *UpdateCertificateRequest, opts ...grpc.CallOption) (*Certificate, error)
	// Removes a certificate
	RemoveCertificate(ctx context.Context, in *RemoveCertificateRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Creates a new security controls catalog
	CreateCatalog(ctx context.Context, in *CreateCatalogRequest, opts ...grpc.CallOption) (*Catalog, error)
	// Lists all security controls catalogs. Each catalog includes a list of its
	// categories but no additional sub-resources.
	ListCatalogs(ctx context.Context, in *ListCatalogsRequest, opts ...grpc.CallOption) (*ListCatalogsResponse, error)
	// Retrieves a specific catalog by it's ID. The catalog includes a list of all
	// of it categories as well as the first level of controls in each category.
	GetCatalog(ctx context.Context, in *GetCatalogRequest, opts ...grpc.CallOption) (*Catalog, error)
	// Removes a catalog
	RemoveCatalog(ctx context.Context, in *RemoveCatalogRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Updates an existing certificate
	UpdateCatalog(ctx context.Context, in *UpdateCatalogRequest, opts ...grpc.CallOption) (*Catalog, error)
	// Retrieves a category of a catalog specified by the catalog ID and the
	// category name. It includes the first level of controls within each
	// category.
	GetCategory(ctx context.Context, in *GetCategoryRequest, opts ...grpc.CallOption) (*Category, error)
	// If no additional parameters are specified, this lists all controls. If a
	// catalog ID and a category name is specified, then only controls containing
	// in this category are returned.
	ListControls(ctx context.Context, in *ListControlsRequest, opts ...grpc.CallOption) (*ListControlsResponse, error)
	// Retrieves a control specified by the catalog ID, the control's category
	// name and the control ID. If present, it also includes a list of
	// sub-controls if present or a list of metrics if no sub-controls but metrics
	// are present.
	GetControl(ctx context.Context, in *GetControlRequest, opts ...grpc.CallOption) (*Control, error)
	// Creates a new Target of Evaluation
	CreateTargetOfEvaluation(ctx context.Context, in *CreateTargetOfEvaluationRequest, opts ...grpc.CallOption) (*TargetOfEvaluation, error)
	// Retrieves a Target of Evaluation
	GetTargetOfEvaluation(ctx context.Context, in *GetTargetOfEvaluationRequest, opts ...grpc.CallOption) (*TargetOfEvaluation, error)
	// Lists all Targets of Evaluation
	ListTargetsOfEvaluation(ctx context.Context, in *ListTargetsOfEvaluationRequest, opts ...grpc.CallOption) (*ListTargetsOfEvaluationResponse, error)
	// Updates an existing Target of Evaluation
	UpdateTargetOfEvaluation(ctx context.Context, in *UpdateTargetOfEvaluationRequest, opts ...grpc.CallOption) (*TargetOfEvaluation, error)
	// Removes a Target of Evaluation
	RemoveTargetOfEvaluation(ctx context.Context, in *RemoveTargetOfEvaluationRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Get Runtime Information
	GetRuntimeInfo(ctx context.Context, in *runtime.GetRuntimeInfoRequest, opts ...grpc.CallOption) (*runtime.Runtime, error)
}

OrchestratorClient is the client API for Orchestrator service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type OrchestratorServer

type OrchestratorServer interface {
	// Registers the passed assessment tool
	RegisterAssessmentTool(context.Context, *RegisterAssessmentToolRequest) (*AssessmentTool, error)
	// Lists all assessment tools assessing evidences for the metric given by the
	// passed metric id
	ListAssessmentTools(context.Context, *ListAssessmentToolsRequest) (*ListAssessmentToolsResponse, error)
	// Returns assessment tool given by the passed tool id
	GetAssessmentTool(context.Context, *GetAssessmentToolRequest) (*AssessmentTool, error)
	// Updates the assessment tool given by the passed id
	UpdateAssessmentTool(context.Context, *UpdateAssessmentToolRequest) (*AssessmentTool, error)
	// Remove assessment tool with passed id from the list of active assessment
	// tools
	DeregisterAssessmentTool(context.Context, *DeregisterAssessmentToolRequest) (*emptypb.Empty, error)
	// Stores the assessment result provided by an assessment tool
	StoreAssessmentResult(context.Context, *StoreAssessmentResultRequest) (*StoreAssessmentResultResponse, error)
	// Stores stream of assessment results provided by an assessment tool and
	// returns a response stream. Part of the public API, not exposed as REST.
	StoreAssessmentResults(Orchestrator_StoreAssessmentResultsServer) error
	// Get an assessment result by ID
	GetAssessmentResult(context.Context, *GetAssessmentResultRequest) (*assessment.AssessmentResult, error)
	// List all assessment results. Part of the public API, also exposed as REST.
	ListAssessmentResults(context.Context, *ListAssessmentResultsRequest) (*ListAssessmentResultsResponse, error)
	// Creates a new metric
	CreateMetric(context.Context, *CreateMetricRequest) (*assessment.Metric, error)
	// Updates an existing metric
	UpdateMetric(context.Context, *UpdateMetricRequest) (*assessment.Metric, error)
	// Returns the metric with the passed metric id
	GetMetric(context.Context, *GetMetricRequest) (*assessment.Metric, error)
	// List all metrics provided by the metric catalog
	ListMetrics(context.Context, *ListMetricsRequest) (*ListMetricsResponse, error)
	// Registers a new target cloud service
	RegisterCloudService(context.Context, *RegisterCloudServiceRequest) (*CloudService, error)
	// Registers a new target cloud service
	UpdateCloudService(context.Context, *UpdateCloudServiceRequest) (*CloudService, error)
	// Retrieves a target cloud service
	GetCloudService(context.Context, *GetCloudServiceRequest) (*CloudService, error)
	// Lists all target cloud services
	ListCloudServices(context.Context, *ListCloudServicesRequest) (*ListCloudServicesResponse, error)
	// Removes a target cloud service
	RemoveCloudService(context.Context, *RemoveCloudServiceRequest) (*emptypb.Empty, error)
	// Retrieves target cloud service statistics
	GetCloudServiceStatistics(context.Context, *GetCloudServiceStatisticsRequest) (*GetCloudServiceStatisticsResponse, error)
	// Updates a metric configuration (target value and operator) for a specific
	// service and metric ID
	UpdateMetricConfiguration(context.Context, *UpdateMetricConfigurationRequest) (*assessment.MetricConfiguration, error)
	// Retrieves a metric configuration (target value and operator) for a specific
	// service and metric ID.
	GetMetricConfiguration(context.Context, *GetMetricConfigurationRequest) (*assessment.MetricConfiguration, error)
	// Lists all a metric configurations (target value and operator) for a
	// specific service ID
	ListMetricConfigurations(context.Context, *ListMetricConfigurationRequest) (*ListMetricConfigurationResponse, error)
	// Updates an existing metric implementation
	UpdateMetricImplementation(context.Context, *UpdateMetricImplementationRequest) (*assessment.MetricImplementation, error)
	// Returns the metric implementation of the passed metric id
	GetMetricImplementation(context.Context, *GetMetricImplementationRequest) (*assessment.MetricImplementation, error)
	SubscribeMetricChangeEvents(*SubscribeMetricChangeEventRequest, Orchestrator_SubscribeMetricChangeEventsServer) error
	// Creates a new certificate
	CreateCertificate(context.Context, *CreateCertificateRequest) (*Certificate, error)
	// Retrieves a certificate
	GetCertificate(context.Context, *GetCertificateRequest) (*Certificate, error)
	// Lists all target certificates
	ListCertificates(context.Context, *ListCertificatesRequest) (*ListCertificatesResponse, error)
	// Lists all target certificates without state history
	ListPublicCertificates(context.Context, *ListPublicCertificatesRequest) (*ListPublicCertificatesResponse, error)
	// Updates an existing certificate
	UpdateCertificate(context.Context, *UpdateCertificateRequest) (*Certificate, error)
	// Removes a certificate
	RemoveCertificate(context.Context, *RemoveCertificateRequest) (*emptypb.Empty, error)
	// Creates a new security controls catalog
	CreateCatalog(context.Context, *CreateCatalogRequest) (*Catalog, error)
	// Lists all security controls catalogs. Each catalog includes a list of its
	// categories but no additional sub-resources.
	ListCatalogs(context.Context, *ListCatalogsRequest) (*ListCatalogsResponse, error)
	// Retrieves a specific catalog by it's ID. The catalog includes a list of all
	// of it categories as well as the first level of controls in each category.
	GetCatalog(context.Context, *GetCatalogRequest) (*Catalog, error)
	// Removes a catalog
	RemoveCatalog(context.Context, *RemoveCatalogRequest) (*emptypb.Empty, error)
	// Updates an existing certificate
	UpdateCatalog(context.Context, *UpdateCatalogRequest) (*Catalog, error)
	// Retrieves a category of a catalog specified by the catalog ID and the
	// category name. It includes the first level of controls within each
	// category.
	GetCategory(context.Context, *GetCategoryRequest) (*Category, error)
	// If no additional parameters are specified, this lists all controls. If a
	// catalog ID and a category name is specified, then only controls containing
	// in this category are returned.
	ListControls(context.Context, *ListControlsRequest) (*ListControlsResponse, error)
	// Retrieves a control specified by the catalog ID, the control's category
	// name and the control ID. If present, it also includes a list of
	// sub-controls if present or a list of metrics if no sub-controls but metrics
	// are present.
	GetControl(context.Context, *GetControlRequest) (*Control, error)
	// Creates a new Target of Evaluation
	CreateTargetOfEvaluation(context.Context, *CreateTargetOfEvaluationRequest) (*TargetOfEvaluation, error)
	// Retrieves a Target of Evaluation
	GetTargetOfEvaluation(context.Context, *GetTargetOfEvaluationRequest) (*TargetOfEvaluation, error)
	// Lists all Targets of Evaluation
	ListTargetsOfEvaluation(context.Context, *ListTargetsOfEvaluationRequest) (*ListTargetsOfEvaluationResponse, error)
	// Updates an existing Target of Evaluation
	UpdateTargetOfEvaluation(context.Context, *UpdateTargetOfEvaluationRequest) (*TargetOfEvaluation, error)
	// Removes a Target of Evaluation
	RemoveTargetOfEvaluation(context.Context, *RemoveTargetOfEvaluationRequest) (*emptypb.Empty, error)
	// Get Runtime Information
	GetRuntimeInfo(context.Context, *runtime.GetRuntimeInfoRequest) (*runtime.Runtime, error)
	// contains filtered or unexported methods
}

OrchestratorServer is the server API for Orchestrator service. All implementations must embed UnimplementedOrchestratorServer for forward compatibility

type Orchestrator_StoreAssessmentResultsClient added in v1.3.6

type Orchestrator_StoreAssessmentResultsClient interface {
	Send(*StoreAssessmentResultRequest) error
	Recv() (*StoreAssessmentResultsResponse, error)
	grpc.ClientStream
}

type Orchestrator_StoreAssessmentResultsServer added in v1.3.6

type Orchestrator_StoreAssessmentResultsServer interface {
	Send(*StoreAssessmentResultsResponse) error
	Recv() (*StoreAssessmentResultRequest, error)
	grpc.ServerStream
}

type Orchestrator_SubscribeMetricChangeEventsClient added in v1.4.5

type Orchestrator_SubscribeMetricChangeEventsClient interface {
	Recv() (*MetricChangeEvent, error)
	grpc.ClientStream
}

type Orchestrator_SubscribeMetricChangeEventsServer added in v1.4.5

type Orchestrator_SubscribeMetricChangeEventsServer interface {
	Send(*MetricChangeEvent) error
	grpc.ServerStream
}

type RegisterAssessmentToolRequest

type RegisterAssessmentToolRequest struct {
	Tool *AssessmentTool `protobuf:"bytes,1,opt,name=tool,proto3" json:"tool,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterAssessmentToolRequest) Descriptor deprecated

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

Deprecated: Use RegisterAssessmentToolRequest.ProtoReflect.Descriptor instead.

func (*RegisterAssessmentToolRequest) GetPayload added in v1.7.4

func (req *RegisterAssessmentToolRequest) GetPayload() proto.Message

func (*RegisterAssessmentToolRequest) GetTool

func (*RegisterAssessmentToolRequest) ProtoMessage

func (*RegisterAssessmentToolRequest) ProtoMessage()

func (*RegisterAssessmentToolRequest) ProtoReflect

func (*RegisterAssessmentToolRequest) Reset

func (x *RegisterAssessmentToolRequest) Reset()

func (*RegisterAssessmentToolRequest) String

func (*RegisterAssessmentToolRequest) Validate added in v1.7.0

func (m *RegisterAssessmentToolRequest) Validate() error

Validate checks the field values on RegisterAssessmentToolRequest 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 (*RegisterAssessmentToolRequest) ValidateAll added in v1.7.0

func (m *RegisterAssessmentToolRequest) ValidateAll() error

ValidateAll checks the field values on RegisterAssessmentToolRequest 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 RegisterAssessmentToolRequestMultiError, or nil if none found.

type RegisterAssessmentToolRequestMultiError added in v1.7.0

type RegisterAssessmentToolRequestMultiError []error

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

func (RegisterAssessmentToolRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (RegisterAssessmentToolRequestMultiError) Error added in v1.7.0

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

type RegisterAssessmentToolRequestValidationError added in v1.7.0

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

RegisterAssessmentToolRequestValidationError is the validation error returned by RegisterAssessmentToolRequest.Validate if the designated constraints aren't met.

func (RegisterAssessmentToolRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RegisterAssessmentToolRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RegisterAssessmentToolRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RegisterAssessmentToolRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RegisterAssessmentToolRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RegisterAssessmentToolRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type RegisterCloudServiceRequest added in v1.3.11

type RegisterCloudServiceRequest struct {
	CloudService *CloudService `protobuf:"bytes,1,opt,name=cloud_service,json=cloudService,proto3" json:"cloud_service,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterCloudServiceRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use RegisterCloudServiceRequest.ProtoReflect.Descriptor instead.

func (*RegisterCloudServiceRequest) GetCloudService added in v1.7.0

func (x *RegisterCloudServiceRequest) GetCloudService() *CloudService

func (*RegisterCloudServiceRequest) GetCloudServiceId added in v1.7.4

func (req *RegisterCloudServiceRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*RegisterCloudServiceRequest) GetPayload added in v1.7.4

func (req *RegisterCloudServiceRequest) GetPayload() proto.Message

func (*RegisterCloudServiceRequest) ProtoMessage added in v1.3.11

func (*RegisterCloudServiceRequest) ProtoMessage()

func (*RegisterCloudServiceRequest) ProtoReflect added in v1.3.11

func (*RegisterCloudServiceRequest) Reset added in v1.3.11

func (x *RegisterCloudServiceRequest) Reset()

func (*RegisterCloudServiceRequest) String added in v1.3.11

func (x *RegisterCloudServiceRequest) String() string

func (*RegisterCloudServiceRequest) Validate added in v1.7.0

func (m *RegisterCloudServiceRequest) Validate() error

Validate checks the field values on RegisterCloudServiceRequest 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 (*RegisterCloudServiceRequest) ValidateAll added in v1.7.0

func (m *RegisterCloudServiceRequest) ValidateAll() error

ValidateAll checks the field values on RegisterCloudServiceRequest 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 RegisterCloudServiceRequestMultiError, or nil if none found.

type RegisterCloudServiceRequestMultiError added in v1.7.0

type RegisterCloudServiceRequestMultiError []error

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

func (RegisterCloudServiceRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (RegisterCloudServiceRequestMultiError) Error added in v1.7.0

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

type RegisterCloudServiceRequestValidationError added in v1.7.0

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

RegisterCloudServiceRequestValidationError is the validation error returned by RegisterCloudServiceRequest.Validate if the designated constraints aren't met.

func (RegisterCloudServiceRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RegisterCloudServiceRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RegisterCloudServiceRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RegisterCloudServiceRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RegisterCloudServiceRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RegisterCloudServiceRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type RemoveCatalogRequest added in v1.6.0

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

func (*RemoveCatalogRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use RemoveCatalogRequest.ProtoReflect.Descriptor instead.

func (*RemoveCatalogRequest) GetCatalogId added in v1.6.0

func (x *RemoveCatalogRequest) GetCatalogId() string

func (*RemoveCatalogRequest) GetPayload added in v1.7.4

func (req *RemoveCatalogRequest) GetPayload() proto.Message

func (*RemoveCatalogRequest) ProtoMessage added in v1.6.0

func (*RemoveCatalogRequest) ProtoMessage()

func (*RemoveCatalogRequest) ProtoReflect added in v1.6.0

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

func (*RemoveCatalogRequest) Reset added in v1.6.0

func (x *RemoveCatalogRequest) Reset()

func (*RemoveCatalogRequest) String added in v1.6.0

func (x *RemoveCatalogRequest) String() string

func (*RemoveCatalogRequest) Validate added in v1.7.0

func (m *RemoveCatalogRequest) Validate() error

Validate checks the field values on RemoveCatalogRequest 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 (*RemoveCatalogRequest) ValidateAll added in v1.7.0

func (m *RemoveCatalogRequest) ValidateAll() error

ValidateAll checks the field values on RemoveCatalogRequest 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 RemoveCatalogRequestMultiError, or nil if none found.

type RemoveCatalogRequestMultiError added in v1.7.0

type RemoveCatalogRequestMultiError []error

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

func (RemoveCatalogRequestMultiError) AllErrors added in v1.7.0

func (m RemoveCatalogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveCatalogRequestMultiError) Error added in v1.7.0

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

type RemoveCatalogRequestValidationError added in v1.7.0

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

RemoveCatalogRequestValidationError is the validation error returned by RemoveCatalogRequest.Validate if the designated constraints aren't met.

func (RemoveCatalogRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RemoveCatalogRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RemoveCatalogRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RemoveCatalogRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RemoveCatalogRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RemoveCatalogRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type RemoveCertificateRequest added in v1.4.9

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

func (*RemoveCertificateRequest) Descriptor deprecated added in v1.4.9

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

Deprecated: Use RemoveCertificateRequest.ProtoReflect.Descriptor instead.

func (*RemoveCertificateRequest) GetCertificateId added in v1.4.9

func (x *RemoveCertificateRequest) GetCertificateId() string

func (*RemoveCertificateRequest) GetPayload added in v1.7.4

func (req *RemoveCertificateRequest) GetPayload() proto.Message

func (*RemoveCertificateRequest) ProtoMessage added in v1.4.9

func (*RemoveCertificateRequest) ProtoMessage()

func (*RemoveCertificateRequest) ProtoReflect added in v1.4.9

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

func (*RemoveCertificateRequest) Reset added in v1.4.9

func (x *RemoveCertificateRequest) Reset()

func (*RemoveCertificateRequest) String added in v1.4.9

func (x *RemoveCertificateRequest) String() string

func (*RemoveCertificateRequest) Validate added in v1.7.0

func (m *RemoveCertificateRequest) Validate() error

Validate checks the field values on RemoveCertificateRequest 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 (*RemoveCertificateRequest) ValidateAll added in v1.7.0

func (m *RemoveCertificateRequest) ValidateAll() error

ValidateAll checks the field values on RemoveCertificateRequest 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 RemoveCertificateRequestMultiError, or nil if none found.

type RemoveCertificateRequestMultiError added in v1.7.0

type RemoveCertificateRequestMultiError []error

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

func (RemoveCertificateRequestMultiError) AllErrors added in v1.7.0

func (m RemoveCertificateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveCertificateRequestMultiError) Error added in v1.7.0

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

type RemoveCertificateRequestValidationError added in v1.7.0

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

RemoveCertificateRequestValidationError is the validation error returned by RemoveCertificateRequest.Validate if the designated constraints aren't met.

func (RemoveCertificateRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RemoveCertificateRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RemoveCertificateRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RemoveCertificateRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RemoveCertificateRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RemoveCertificateRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type RemoveCloudServiceRequest added in v1.3.11

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

func (*RemoveCloudServiceRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use RemoveCloudServiceRequest.ProtoReflect.Descriptor instead.

func (*RemoveCloudServiceRequest) GetCloudServiceId added in v1.6.0

func (x *RemoveCloudServiceRequest) GetCloudServiceId() string

func (*RemoveCloudServiceRequest) GetPayload added in v1.7.4

func (req *RemoveCloudServiceRequest) GetPayload() proto.Message

func (*RemoveCloudServiceRequest) ProtoMessage added in v1.3.11

func (*RemoveCloudServiceRequest) ProtoMessage()

func (*RemoveCloudServiceRequest) ProtoReflect added in v1.3.11

func (*RemoveCloudServiceRequest) Reset added in v1.3.11

func (x *RemoveCloudServiceRequest) Reset()

func (*RemoveCloudServiceRequest) String added in v1.3.11

func (x *RemoveCloudServiceRequest) String() string

func (*RemoveCloudServiceRequest) Validate added in v1.7.0

func (m *RemoveCloudServiceRequest) Validate() error

Validate checks the field values on RemoveCloudServiceRequest 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 (*RemoveCloudServiceRequest) ValidateAll added in v1.7.0

func (m *RemoveCloudServiceRequest) ValidateAll() error

ValidateAll checks the field values on RemoveCloudServiceRequest 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 RemoveCloudServiceRequestMultiError, or nil if none found.

type RemoveCloudServiceRequestMultiError added in v1.7.0

type RemoveCloudServiceRequestMultiError []error

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

func (RemoveCloudServiceRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (RemoveCloudServiceRequestMultiError) Error added in v1.7.0

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

type RemoveCloudServiceRequestValidationError added in v1.7.0

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

RemoveCloudServiceRequestValidationError is the validation error returned by RemoveCloudServiceRequest.Validate if the designated constraints aren't met.

func (RemoveCloudServiceRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RemoveCloudServiceRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RemoveCloudServiceRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RemoveCloudServiceRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RemoveCloudServiceRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RemoveCloudServiceRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type RemoveTargetOfEvaluationRequest added in v1.6.0

type RemoveTargetOfEvaluationRequest struct {
	CloudServiceId string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	CatalogId      string `protobuf:"bytes,2,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveTargetOfEvaluationRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use RemoveTargetOfEvaluationRequest.ProtoReflect.Descriptor instead.

func (*RemoveTargetOfEvaluationRequest) GetCatalogId added in v1.6.0

func (x *RemoveTargetOfEvaluationRequest) GetCatalogId() string

func (*RemoveTargetOfEvaluationRequest) GetCloudServiceId added in v1.6.0

func (x *RemoveTargetOfEvaluationRequest) GetCloudServiceId() string

func (*RemoveTargetOfEvaluationRequest) GetPayload added in v1.7.4

func (req *RemoveTargetOfEvaluationRequest) GetPayload() proto.Message

func (*RemoveTargetOfEvaluationRequest) ProtoMessage added in v1.6.0

func (*RemoveTargetOfEvaluationRequest) ProtoMessage()

func (*RemoveTargetOfEvaluationRequest) ProtoReflect added in v1.6.0

func (*RemoveTargetOfEvaluationRequest) Reset added in v1.6.0

func (*RemoveTargetOfEvaluationRequest) String added in v1.6.0

func (*RemoveTargetOfEvaluationRequest) Validate added in v1.7.0

func (m *RemoveTargetOfEvaluationRequest) Validate() error

Validate checks the field values on RemoveTargetOfEvaluationRequest 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 (*RemoveTargetOfEvaluationRequest) ValidateAll added in v1.7.0

func (m *RemoveTargetOfEvaluationRequest) ValidateAll() error

ValidateAll checks the field values on RemoveTargetOfEvaluationRequest 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 RemoveTargetOfEvaluationRequestMultiError, or nil if none found.

type RemoveTargetOfEvaluationRequestMultiError added in v1.7.0

type RemoveTargetOfEvaluationRequestMultiError []error

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

func (RemoveTargetOfEvaluationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (RemoveTargetOfEvaluationRequestMultiError) Error added in v1.7.0

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

type RemoveTargetOfEvaluationRequestValidationError added in v1.7.0

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

RemoveTargetOfEvaluationRequestValidationError is the validation error returned by RemoveTargetOfEvaluationRequest.Validate if the designated constraints aren't met.

func (RemoveTargetOfEvaluationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (RemoveTargetOfEvaluationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (RemoveTargetOfEvaluationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (RemoveTargetOfEvaluationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (RemoveTargetOfEvaluationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (RemoveTargetOfEvaluationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type State added in v1.4.9

type State struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// An EUCS-defined state, e.g. `new`, `suspended` or `withdrawn`
	State     string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	TreeId    string `protobuf:"bytes,3,opt,name=tree_id,json=treeId,proto3" json:"tree_id,omitempty"`
	Timestamp string `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Reference to the certificate
	CertificateId string `protobuf:"bytes,5,opt,name=certificate_id,json=certificateId,proto3" json:"certificate_id,omitempty"`
	// contains filtered or unexported fields
}

A state of a certificate at a given time

func (*State) Descriptor deprecated added in v1.4.9

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

Deprecated: Use State.ProtoReflect.Descriptor instead.

func (*State) GetCertificateId added in v1.4.9

func (x *State) GetCertificateId() string

func (*State) GetId added in v1.4.9

func (x *State) GetId() string

func (*State) GetState added in v1.4.9

func (x *State) GetState() string

func (*State) GetTimestamp added in v1.4.9

func (x *State) GetTimestamp() string

func (*State) GetTreeId added in v1.4.9

func (x *State) GetTreeId() string

func (*State) ProtoMessage added in v1.4.9

func (*State) ProtoMessage()

func (*State) ProtoReflect added in v1.4.9

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

func (*State) Reset added in v1.4.9

func (x *State) Reset()

func (*State) String added in v1.4.9

func (x *State) String() string

func (*State) Validate added in v1.7.0

func (m *State) Validate() error

Validate checks the field values on State 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 (*State) ValidateAll added in v1.7.0

func (m *State) ValidateAll() error

ValidateAll checks the field values on State 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 StateMultiError, or nil if none found.

type StateMultiError added in v1.7.0

type StateMultiError []error

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

func (StateMultiError) AllErrors added in v1.7.0

func (m StateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StateMultiError) Error added in v1.7.0

func (m StateMultiError) Error() string

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

type StateValidationError added in v1.7.0

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

StateValidationError is the validation error returned by State.Validate if the designated constraints aren't met.

func (StateValidationError) Cause added in v1.7.0

func (e StateValidationError) Cause() error

Cause function returns cause value.

func (StateValidationError) Error added in v1.7.0

func (e StateValidationError) Error() string

Error satisfies the builtin error interface

func (StateValidationError) ErrorName added in v1.7.0

func (e StateValidationError) ErrorName() string

ErrorName returns error name.

func (StateValidationError) Field added in v1.7.0

func (e StateValidationError) Field() string

Field function returns field value.

func (StateValidationError) Key added in v1.7.0

func (e StateValidationError) Key() bool

Key function returns key value.

func (StateValidationError) Reason added in v1.7.0

func (e StateValidationError) Reason() string

Reason function returns reason value.

type StoreAssessmentResultRequest

type StoreAssessmentResultRequest struct {
	Result *assessment.AssessmentResult `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*StoreAssessmentResultRequest) Descriptor deprecated

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

Deprecated: Use StoreAssessmentResultRequest.ProtoReflect.Descriptor instead.

func (*StoreAssessmentResultRequest) GetCloudServiceId added in v1.7.3

func (req *StoreAssessmentResultRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*StoreAssessmentResultRequest) GetPayload added in v1.7.4

func (req *StoreAssessmentResultRequest) GetPayload() proto.Message

func (*StoreAssessmentResultRequest) GetResult

func (*StoreAssessmentResultRequest) ProtoMessage

func (*StoreAssessmentResultRequest) ProtoMessage()

func (*StoreAssessmentResultRequest) ProtoReflect

func (*StoreAssessmentResultRequest) Reset

func (x *StoreAssessmentResultRequest) Reset()

func (*StoreAssessmentResultRequest) String

func (*StoreAssessmentResultRequest) Validate added in v1.7.0

func (m *StoreAssessmentResultRequest) Validate() error

Validate checks the field values on StoreAssessmentResultRequest 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 (*StoreAssessmentResultRequest) ValidateAll added in v1.7.0

func (m *StoreAssessmentResultRequest) ValidateAll() error

ValidateAll checks the field values on StoreAssessmentResultRequest 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 StoreAssessmentResultRequestMultiError, or nil if none found.

type StoreAssessmentResultRequestMultiError added in v1.7.0

type StoreAssessmentResultRequestMultiError []error

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

func (StoreAssessmentResultRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (StoreAssessmentResultRequestMultiError) Error added in v1.7.0

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

type StoreAssessmentResultRequestValidationError added in v1.7.0

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

StoreAssessmentResultRequestValidationError is the validation error returned by StoreAssessmentResultRequest.Validate if the designated constraints aren't met.

func (StoreAssessmentResultRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (StoreAssessmentResultRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (StoreAssessmentResultRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (StoreAssessmentResultRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (StoreAssessmentResultRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (StoreAssessmentResultRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type StoreAssessmentResultResponse added in v1.3.6

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

StoreAssessmentResultReponse belongs to StoreAssessmentResult, which uses a custom unary RPC and therefore requires a response message according to the style convention. Since no return values are required, this is empty.

func (*StoreAssessmentResultResponse) Descriptor deprecated added in v1.3.6

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

Deprecated: Use StoreAssessmentResultResponse.ProtoReflect.Descriptor instead.

func (*StoreAssessmentResultResponse) ProtoMessage added in v1.3.6

func (*StoreAssessmentResultResponse) ProtoMessage()

func (*StoreAssessmentResultResponse) ProtoReflect added in v1.3.6

func (*StoreAssessmentResultResponse) Reset added in v1.3.6

func (x *StoreAssessmentResultResponse) Reset()

func (*StoreAssessmentResultResponse) String added in v1.3.6

func (*StoreAssessmentResultResponse) Validate added in v1.7.0

func (m *StoreAssessmentResultResponse) Validate() error

Validate checks the field values on StoreAssessmentResultResponse 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 (*StoreAssessmentResultResponse) ValidateAll added in v1.7.0

func (m *StoreAssessmentResultResponse) ValidateAll() error

ValidateAll checks the field values on StoreAssessmentResultResponse 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 StoreAssessmentResultResponseMultiError, or nil if none found.

type StoreAssessmentResultResponseMultiError added in v1.7.0

type StoreAssessmentResultResponseMultiError []error

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

func (StoreAssessmentResultResponseMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (StoreAssessmentResultResponseMultiError) Error added in v1.7.0

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

type StoreAssessmentResultResponseValidationError added in v1.7.0

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

StoreAssessmentResultResponseValidationError is the validation error returned by StoreAssessmentResultResponse.Validate if the designated constraints aren't met.

func (StoreAssessmentResultResponseValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (StoreAssessmentResultResponseValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (StoreAssessmentResultResponseValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (StoreAssessmentResultResponseValidationError) Field added in v1.7.0

Field function returns field value.

func (StoreAssessmentResultResponseValidationError) Key added in v1.7.0

Key function returns key value.

func (StoreAssessmentResultResponseValidationError) Reason added in v1.7.0

Reason function returns reason value.

type StoreAssessmentResultsResponse added in v1.7.3

type StoreAssessmentResultsResponse struct {
	Status        bool   `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	StatusMessage string `protobuf:"bytes,2,opt,name=status_message,json=statusMessage,proto3" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

StoreAssessmentResultsReponse belongs to StoreAssessmentResults, which uses a custom bidirectional streaming RPC and therefore requires a response message according to the style convention. The bidirectional streaming needs the status and its message in the response for error handling.

func (*StoreAssessmentResultsResponse) Descriptor deprecated added in v1.7.3

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

Deprecated: Use StoreAssessmentResultsResponse.ProtoReflect.Descriptor instead.

func (*StoreAssessmentResultsResponse) GetStatus added in v1.7.3

func (x *StoreAssessmentResultsResponse) GetStatus() bool

func (*StoreAssessmentResultsResponse) GetStatusMessage added in v1.7.3

func (x *StoreAssessmentResultsResponse) GetStatusMessage() string

func (*StoreAssessmentResultsResponse) ProtoMessage added in v1.7.3

func (*StoreAssessmentResultsResponse) ProtoMessage()

func (*StoreAssessmentResultsResponse) ProtoReflect added in v1.7.3

func (*StoreAssessmentResultsResponse) Reset added in v1.7.3

func (x *StoreAssessmentResultsResponse) Reset()

func (*StoreAssessmentResultsResponse) String added in v1.7.3

func (*StoreAssessmentResultsResponse) Validate added in v1.7.3

func (m *StoreAssessmentResultsResponse) Validate() error

Validate checks the field values on StoreAssessmentResultsResponse 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 (*StoreAssessmentResultsResponse) ValidateAll added in v1.7.3

func (m *StoreAssessmentResultsResponse) ValidateAll() error

ValidateAll checks the field values on StoreAssessmentResultsResponse 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 StoreAssessmentResultsResponseMultiError, or nil if none found.

type StoreAssessmentResultsResponseMultiError added in v1.7.3

type StoreAssessmentResultsResponseMultiError []error

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

func (StoreAssessmentResultsResponseMultiError) AllErrors added in v1.7.3

AllErrors returns a list of validation violation errors.

func (StoreAssessmentResultsResponseMultiError) Error added in v1.7.3

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

type StoreAssessmentResultsResponseValidationError added in v1.7.3

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

StoreAssessmentResultsResponseValidationError is the validation error returned by StoreAssessmentResultsResponse.Validate if the designated constraints aren't met.

func (StoreAssessmentResultsResponseValidationError) Cause added in v1.7.3

Cause function returns cause value.

func (StoreAssessmentResultsResponseValidationError) Error added in v1.7.3

Error satisfies the builtin error interface

func (StoreAssessmentResultsResponseValidationError) ErrorName added in v1.7.3

ErrorName returns error name.

func (StoreAssessmentResultsResponseValidationError) Field added in v1.7.3

Field function returns field value.

func (StoreAssessmentResultsResponseValidationError) Key added in v1.7.3

Key function returns key value.

func (StoreAssessmentResultsResponseValidationError) Reason added in v1.7.3

Reason function returns reason value.

type SubscribeMetricChangeEventRequest added in v1.4.5

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

func (*SubscribeMetricChangeEventRequest) Descriptor deprecated added in v1.4.5

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

Deprecated: Use SubscribeMetricChangeEventRequest.ProtoReflect.Descriptor instead.

func (*SubscribeMetricChangeEventRequest) ProtoMessage added in v1.4.5

func (*SubscribeMetricChangeEventRequest) ProtoMessage()

func (*SubscribeMetricChangeEventRequest) ProtoReflect added in v1.4.5

func (*SubscribeMetricChangeEventRequest) Reset added in v1.4.5

func (*SubscribeMetricChangeEventRequest) String added in v1.4.5

func (*SubscribeMetricChangeEventRequest) Validate added in v1.7.0

Validate checks the field values on SubscribeMetricChangeEventRequest 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 (*SubscribeMetricChangeEventRequest) ValidateAll added in v1.7.0

func (m *SubscribeMetricChangeEventRequest) ValidateAll() error

ValidateAll checks the field values on SubscribeMetricChangeEventRequest 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 SubscribeMetricChangeEventRequestMultiError, or nil if none found.

type SubscribeMetricChangeEventRequestMultiError added in v1.7.0

type SubscribeMetricChangeEventRequestMultiError []error

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

func (SubscribeMetricChangeEventRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (SubscribeMetricChangeEventRequestMultiError) Error added in v1.7.0

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

type SubscribeMetricChangeEventRequestValidationError added in v1.7.0

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

SubscribeMetricChangeEventRequestValidationError is the validation error returned by SubscribeMetricChangeEventRequest.Validate if the designated constraints aren't met.

func (SubscribeMetricChangeEventRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (SubscribeMetricChangeEventRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (SubscribeMetricChangeEventRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (SubscribeMetricChangeEventRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (SubscribeMetricChangeEventRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (SubscribeMetricChangeEventRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type TargetOfEvaluation added in v1.6.0

type TargetOfEvaluation struct {
	CloudServiceId string `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty" gorm:"primaryKey"`
	CatalogId      string `protobuf:"bytes,2,opt,name=catalog_id,json=catalogId,proto3" json:"catalog_id,omitempty" gorm:"primaryKey"`
	// an assurance level is not offered by every catalog, therefore it is
	// optional
	AssuranceLevel *string `protobuf:"bytes,3,opt,name=assurance_level,json=assuranceLevel,proto3,oneof" json:"assurance_level,omitempty"`
	// contains filtered or unexported fields
}

A Target of Evaluation binds a cloud service to a catalog, so the service is evaluated regarding this catalog's controls

func (*TargetOfEvaluation) Descriptor deprecated added in v1.6.0

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

Deprecated: Use TargetOfEvaluation.ProtoReflect.Descriptor instead.

func (*TargetOfEvaluation) GetAssuranceLevel added in v1.6.0

func (x *TargetOfEvaluation) GetAssuranceLevel() string

func (*TargetOfEvaluation) GetCatalogId added in v1.6.0

func (x *TargetOfEvaluation) GetCatalogId() string

func (*TargetOfEvaluation) GetCloudServiceId added in v1.6.0

func (x *TargetOfEvaluation) GetCloudServiceId() string

func (*TargetOfEvaluation) ProtoMessage added in v1.6.0

func (*TargetOfEvaluation) ProtoMessage()

func (*TargetOfEvaluation) ProtoReflect added in v1.6.0

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

func (*TargetOfEvaluation) Reset added in v1.6.0

func (x *TargetOfEvaluation) Reset()

func (*TargetOfEvaluation) String added in v1.6.0

func (x *TargetOfEvaluation) String() string

func (*TargetOfEvaluation) Validate added in v1.7.0

func (m *TargetOfEvaluation) Validate() error

Validate checks the field values on TargetOfEvaluation 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 (*TargetOfEvaluation) ValidateAll added in v1.7.0

func (m *TargetOfEvaluation) ValidateAll() error

ValidateAll checks the field values on TargetOfEvaluation 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 TargetOfEvaluationMultiError, or nil if none found.

type TargetOfEvaluationChangeEvent added in v1.7.0

type TargetOfEvaluationChangeEvent struct {
	Type TargetOfEvaluationChangeEvent_Type `` /* 128-byte string literal not displayed */
	// Optional. If the type is a TARGET_OF_EVALUATION_* the target_of_evaluation
	// field must be set
	TargetOfEvaluation *TargetOfEvaluation `protobuf:"bytes,2,opt,name=target_of_evaluation,json=targetOfEvaluation,proto3,oneof" json:"target_of_evaluation,omitempty"`
	// contains filtered or unexported fields
}

TargetOfEvaluationChangeEvent represents a change of either a Target of Evaluation or Control Monitoring Status and the TargetOfEvaluation hook function can be informed about the reason of its call.

func (*TargetOfEvaluationChangeEvent) Descriptor deprecated added in v1.7.0

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

Deprecated: Use TargetOfEvaluationChangeEvent.ProtoReflect.Descriptor instead.

func (*TargetOfEvaluationChangeEvent) GetTargetOfEvaluation added in v1.7.0

func (x *TargetOfEvaluationChangeEvent) GetTargetOfEvaluation() *TargetOfEvaluation

func (*TargetOfEvaluationChangeEvent) GetType added in v1.7.0

func (*TargetOfEvaluationChangeEvent) ProtoMessage added in v1.7.0

func (*TargetOfEvaluationChangeEvent) ProtoMessage()

func (*TargetOfEvaluationChangeEvent) ProtoReflect added in v1.7.0

func (*TargetOfEvaluationChangeEvent) Reset added in v1.7.0

func (x *TargetOfEvaluationChangeEvent) Reset()

func (*TargetOfEvaluationChangeEvent) String added in v1.7.0

func (*TargetOfEvaluationChangeEvent) Validate added in v1.7.0

func (m *TargetOfEvaluationChangeEvent) Validate() error

Validate checks the field values on TargetOfEvaluationChangeEvent 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 (*TargetOfEvaluationChangeEvent) ValidateAll added in v1.7.0

func (m *TargetOfEvaluationChangeEvent) ValidateAll() error

ValidateAll checks the field values on TargetOfEvaluationChangeEvent 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 TargetOfEvaluationChangeEventMultiError, or nil if none found.

type TargetOfEvaluationChangeEventMultiError added in v1.7.0

type TargetOfEvaluationChangeEventMultiError []error

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

func (TargetOfEvaluationChangeEventMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (TargetOfEvaluationChangeEventMultiError) Error added in v1.7.0

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

type TargetOfEvaluationChangeEventValidationError added in v1.7.0

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

TargetOfEvaluationChangeEventValidationError is the validation error returned by TargetOfEvaluationChangeEvent.Validate if the designated constraints aren't met.

func (TargetOfEvaluationChangeEventValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (TargetOfEvaluationChangeEventValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (TargetOfEvaluationChangeEventValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (TargetOfEvaluationChangeEventValidationError) Field added in v1.7.0

Field function returns field value.

func (TargetOfEvaluationChangeEventValidationError) Key added in v1.7.0

Key function returns key value.

func (TargetOfEvaluationChangeEventValidationError) Reason added in v1.7.0

Reason function returns reason value.

type TargetOfEvaluationChangeEvent_Type added in v1.7.0

type TargetOfEvaluationChangeEvent_Type int32

Type represents the type of the change event. Type can be a change event regarding the Target of Evaluation or the Control Monitoring Status.

const (
	TargetOfEvaluationChangeEvent_TYPE_UNSPECIFIED                  TargetOfEvaluationChangeEvent_Type = 0
	TargetOfEvaluationChangeEvent_TYPE_TARGET_OF_EVALUATION_CREATED TargetOfEvaluationChangeEvent_Type = 1
	TargetOfEvaluationChangeEvent_TYPE_TARGET_OF_EVALUATION_UPDATED TargetOfEvaluationChangeEvent_Type = 2
	TargetOfEvaluationChangeEvent_TYPE_TARGET_OF_EVALUATION_REMOVED TargetOfEvaluationChangeEvent_Type = 3
)

func (TargetOfEvaluationChangeEvent_Type) Descriptor added in v1.7.0

func (TargetOfEvaluationChangeEvent_Type) Enum added in v1.7.0

func (TargetOfEvaluationChangeEvent_Type) EnumDescriptor deprecated added in v1.7.0

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

Deprecated: Use TargetOfEvaluationChangeEvent_Type.Descriptor instead.

func (TargetOfEvaluationChangeEvent_Type) Number added in v1.7.0

func (TargetOfEvaluationChangeEvent_Type) String added in v1.7.0

func (TargetOfEvaluationChangeEvent_Type) Type added in v1.7.0

type TargetOfEvaluationHookFunc added in v1.7.0

type TargetOfEvaluationHookFunc func(ctx context.Context, event *TargetOfEvaluationChangeEvent, err error)

type TargetOfEvaluationMultiError added in v1.7.0

type TargetOfEvaluationMultiError []error

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

func (TargetOfEvaluationMultiError) AllErrors added in v1.7.0

func (m TargetOfEvaluationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TargetOfEvaluationMultiError) Error added in v1.7.0

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

type TargetOfEvaluationValidationError added in v1.7.0

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

TargetOfEvaluationValidationError is the validation error returned by TargetOfEvaluation.Validate if the designated constraints aren't met.

func (TargetOfEvaluationValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (TargetOfEvaluationValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (TargetOfEvaluationValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (TargetOfEvaluationValidationError) Field added in v1.7.0

Field function returns field value.

func (TargetOfEvaluationValidationError) Key added in v1.7.0

Key function returns key value.

func (TargetOfEvaluationValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UnimplementedOrchestratorServer

type UnimplementedOrchestratorServer struct {
}

UnimplementedOrchestratorServer must be embedded to have forward compatible implementations.

func (UnimplementedOrchestratorServer) CreateCatalog added in v1.6.0

func (UnimplementedOrchestratorServer) CreateCertificate added in v1.4.9

func (UnimplementedOrchestratorServer) CreateMetric added in v1.3.14

func (UnimplementedOrchestratorServer) CreateTargetOfEvaluation added in v1.6.0

func (UnimplementedOrchestratorServer) DeregisterAssessmentTool

func (UnimplementedOrchestratorServer) GetAssessmentResult added in v1.7.7

func (UnimplementedOrchestratorServer) GetAssessmentTool

func (UnimplementedOrchestratorServer) GetCatalog added in v1.6.0

func (UnimplementedOrchestratorServer) GetCategory added in v1.6.0

func (UnimplementedOrchestratorServer) GetCertificate added in v1.4.9

func (UnimplementedOrchestratorServer) GetCloudService added in v1.3.11

func (UnimplementedOrchestratorServer) GetCloudServiceStatistics added in v1.9.0

func (UnimplementedOrchestratorServer) GetControl added in v1.6.0

func (UnimplementedOrchestratorServer) GetMetric

func (UnimplementedOrchestratorServer) GetMetricConfiguration added in v1.3.11

func (UnimplementedOrchestratorServer) GetMetricImplementation added in v1.4.0

func (UnimplementedOrchestratorServer) GetRuntimeInfo added in v1.7.4

func (UnimplementedOrchestratorServer) GetTargetOfEvaluation added in v1.6.0

func (UnimplementedOrchestratorServer) ListAssessmentResults added in v1.3.12

func (UnimplementedOrchestratorServer) ListCatalogs added in v1.6.0

func (UnimplementedOrchestratorServer) ListCertificates added in v1.4.9

func (UnimplementedOrchestratorServer) ListCloudServices added in v1.3.11

func (UnimplementedOrchestratorServer) ListControls added in v1.6.0

func (UnimplementedOrchestratorServer) ListMetricConfigurations added in v1.3.11

func (UnimplementedOrchestratorServer) ListMetrics

func (UnimplementedOrchestratorServer) ListPublicCertificates added in v1.9.2

func (UnimplementedOrchestratorServer) ListTargetsOfEvaluation added in v1.6.0

func (UnimplementedOrchestratorServer) RegisterAssessmentTool

func (UnimplementedOrchestratorServer) RegisterCloudService added in v1.3.11

func (UnimplementedOrchestratorServer) RemoveCatalog added in v1.6.0

func (UnimplementedOrchestratorServer) RemoveCertificate added in v1.4.9

func (UnimplementedOrchestratorServer) RemoveCloudService added in v1.3.11

func (UnimplementedOrchestratorServer) RemoveTargetOfEvaluation added in v1.6.0

func (UnimplementedOrchestratorServer) StoreAssessmentResults added in v1.3.6

func (UnimplementedOrchestratorServer) SubscribeMetricChangeEvents added in v1.4.5

func (UnimplementedOrchestratorServer) UpdateAssessmentTool

func (UnimplementedOrchestratorServer) UpdateCatalog added in v1.6.0

func (UnimplementedOrchestratorServer) UpdateCertificate added in v1.4.9

func (UnimplementedOrchestratorServer) UpdateCloudService added in v1.3.11

func (UnimplementedOrchestratorServer) UpdateMetric added in v1.3.14

func (UnimplementedOrchestratorServer) UpdateMetricConfiguration added in v1.4.0

func (UnimplementedOrchestratorServer) UpdateMetricImplementation added in v1.4.0

func (UnimplementedOrchestratorServer) UpdateTargetOfEvaluation added in v1.6.0

type UnsafeOrchestratorServer

type UnsafeOrchestratorServer interface {
	// contains filtered or unexported methods
}

UnsafeOrchestratorServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrchestratorServer will result in compilation errors.

type UpdateAssessmentToolRequest

type UpdateAssessmentToolRequest struct {
	Tool *AssessmentTool `protobuf:"bytes,2,opt,name=tool,proto3" json:"tool,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAssessmentToolRequest) Descriptor deprecated

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

Deprecated: Use UpdateAssessmentToolRequest.ProtoReflect.Descriptor instead.

func (*UpdateAssessmentToolRequest) GetPayload added in v1.7.4

func (req *UpdateAssessmentToolRequest) GetPayload() proto.Message

func (*UpdateAssessmentToolRequest) GetTool

func (*UpdateAssessmentToolRequest) ProtoMessage

func (*UpdateAssessmentToolRequest) ProtoMessage()

func (*UpdateAssessmentToolRequest) ProtoReflect

func (*UpdateAssessmentToolRequest) Reset

func (x *UpdateAssessmentToolRequest) Reset()

func (*UpdateAssessmentToolRequest) String

func (x *UpdateAssessmentToolRequest) String() string

func (*UpdateAssessmentToolRequest) Validate added in v1.7.0

func (m *UpdateAssessmentToolRequest) Validate() error

Validate checks the field values on UpdateAssessmentToolRequest 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 (*UpdateAssessmentToolRequest) ValidateAll added in v1.7.0

func (m *UpdateAssessmentToolRequest) ValidateAll() error

ValidateAll checks the field values on UpdateAssessmentToolRequest 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 UpdateAssessmentToolRequestMultiError, or nil if none found.

type UpdateAssessmentToolRequestMultiError added in v1.7.0

type UpdateAssessmentToolRequestMultiError []error

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

func (UpdateAssessmentToolRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (UpdateAssessmentToolRequestMultiError) Error added in v1.7.0

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

type UpdateAssessmentToolRequestValidationError added in v1.7.0

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

UpdateAssessmentToolRequestValidationError is the validation error returned by UpdateAssessmentToolRequest.Validate if the designated constraints aren't met.

func (UpdateAssessmentToolRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateAssessmentToolRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateAssessmentToolRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateAssessmentToolRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateAssessmentToolRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateAssessmentToolRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateCatalogRequest added in v1.6.0

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

func (*UpdateCatalogRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use UpdateCatalogRequest.ProtoReflect.Descriptor instead.

func (*UpdateCatalogRequest) GetCatalog added in v1.6.0

func (x *UpdateCatalogRequest) GetCatalog() *Catalog

func (*UpdateCatalogRequest) GetPayload added in v1.7.4

func (req *UpdateCatalogRequest) GetPayload() proto.Message

func (*UpdateCatalogRequest) ProtoMessage added in v1.6.0

func (*UpdateCatalogRequest) ProtoMessage()

func (*UpdateCatalogRequest) ProtoReflect added in v1.6.0

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

func (*UpdateCatalogRequest) Reset added in v1.6.0

func (x *UpdateCatalogRequest) Reset()

func (*UpdateCatalogRequest) String added in v1.6.0

func (x *UpdateCatalogRequest) String() string

func (*UpdateCatalogRequest) Validate added in v1.7.0

func (m *UpdateCatalogRequest) Validate() error

Validate checks the field values on UpdateCatalogRequest 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 (*UpdateCatalogRequest) ValidateAll added in v1.7.0

func (m *UpdateCatalogRequest) ValidateAll() error

ValidateAll checks the field values on UpdateCatalogRequest 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 UpdateCatalogRequestMultiError, or nil if none found.

type UpdateCatalogRequestMultiError added in v1.7.0

type UpdateCatalogRequestMultiError []error

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

func (UpdateCatalogRequestMultiError) AllErrors added in v1.7.0

func (m UpdateCatalogRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateCatalogRequestMultiError) Error added in v1.7.0

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

type UpdateCatalogRequestValidationError added in v1.7.0

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

UpdateCatalogRequestValidationError is the validation error returned by UpdateCatalogRequest.Validate if the designated constraints aren't met.

func (UpdateCatalogRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateCatalogRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateCatalogRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateCatalogRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateCatalogRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateCatalogRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateCertificateRequest added in v1.4.9

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

func (*UpdateCertificateRequest) Descriptor deprecated added in v1.4.9

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

Deprecated: Use UpdateCertificateRequest.ProtoReflect.Descriptor instead.

func (*UpdateCertificateRequest) GetCertificate added in v1.4.9

func (x *UpdateCertificateRequest) GetCertificate() *Certificate

func (*UpdateCertificateRequest) GetCloudServiceId added in v1.7.4

func (req *UpdateCertificateRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*UpdateCertificateRequest) GetPayload added in v1.7.4

func (req *UpdateCertificateRequest) GetPayload() proto.Message

func (*UpdateCertificateRequest) ProtoMessage added in v1.4.9

func (*UpdateCertificateRequest) ProtoMessage()

func (*UpdateCertificateRequest) ProtoReflect added in v1.4.9

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

func (*UpdateCertificateRequest) Reset added in v1.4.9

func (x *UpdateCertificateRequest) Reset()

func (*UpdateCertificateRequest) String added in v1.4.9

func (x *UpdateCertificateRequest) String() string

func (*UpdateCertificateRequest) Validate added in v1.7.0

func (m *UpdateCertificateRequest) Validate() error

Validate checks the field values on UpdateCertificateRequest 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 (*UpdateCertificateRequest) ValidateAll added in v1.7.0

func (m *UpdateCertificateRequest) ValidateAll() error

ValidateAll checks the field values on UpdateCertificateRequest 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 UpdateCertificateRequestMultiError, or nil if none found.

type UpdateCertificateRequestMultiError added in v1.7.0

type UpdateCertificateRequestMultiError []error

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

func (UpdateCertificateRequestMultiError) AllErrors added in v1.7.0

func (m UpdateCertificateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateCertificateRequestMultiError) Error added in v1.7.0

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

type UpdateCertificateRequestValidationError added in v1.7.0

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

UpdateCertificateRequestValidationError is the validation error returned by UpdateCertificateRequest.Validate if the designated constraints aren't met.

func (UpdateCertificateRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateCertificateRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateCertificateRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateCertificateRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateCertificateRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateCertificateRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateCloudServiceRequest added in v1.3.11

type UpdateCloudServiceRequest struct {
	CloudService *CloudService `protobuf:"bytes,1,opt,name=cloud_service,json=cloudService,proto3" json:"cloud_service,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCloudServiceRequest) Descriptor deprecated added in v1.3.11

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

Deprecated: Use UpdateCloudServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateCloudServiceRequest) GetCloudService added in v1.7.0

func (x *UpdateCloudServiceRequest) GetCloudService() *CloudService

func (*UpdateCloudServiceRequest) GetCloudServiceId added in v1.6.0

func (req *UpdateCloudServiceRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*UpdateCloudServiceRequest) GetPayload added in v1.7.4

func (req *UpdateCloudServiceRequest) GetPayload() proto.Message

func (*UpdateCloudServiceRequest) ProtoMessage added in v1.3.11

func (*UpdateCloudServiceRequest) ProtoMessage()

func (*UpdateCloudServiceRequest) ProtoReflect added in v1.3.11

func (*UpdateCloudServiceRequest) Reset added in v1.3.11

func (x *UpdateCloudServiceRequest) Reset()

func (*UpdateCloudServiceRequest) String added in v1.3.11

func (x *UpdateCloudServiceRequest) String() string

func (*UpdateCloudServiceRequest) Validate added in v1.7.0

func (m *UpdateCloudServiceRequest) Validate() error

Validate checks the field values on UpdateCloudServiceRequest 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 (*UpdateCloudServiceRequest) ValidateAll added in v1.7.0

func (m *UpdateCloudServiceRequest) ValidateAll() error

ValidateAll checks the field values on UpdateCloudServiceRequest 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 UpdateCloudServiceRequestMultiError, or nil if none found.

type UpdateCloudServiceRequestMultiError added in v1.7.0

type UpdateCloudServiceRequestMultiError []error

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

func (UpdateCloudServiceRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (UpdateCloudServiceRequestMultiError) Error added in v1.7.0

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

type UpdateCloudServiceRequestValidationError added in v1.7.0

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

UpdateCloudServiceRequestValidationError is the validation error returned by UpdateCloudServiceRequest.Validate if the designated constraints aren't met.

func (UpdateCloudServiceRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateCloudServiceRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateCloudServiceRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateCloudServiceRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateCloudServiceRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateCloudServiceRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateMetricConfigurationRequest added in v1.4.0

type UpdateMetricConfigurationRequest struct {
	CloudServiceId string                          `protobuf:"bytes,1,opt,name=cloud_service_id,json=cloudServiceId,proto3" json:"cloud_service_id,omitempty"`
	MetricId       string                          `protobuf:"bytes,2,opt,name=metric_id,json=metricId,proto3" json:"metric_id,omitempty"`
	Configuration  *assessment.MetricConfiguration `protobuf:"bytes,3,opt,name=configuration,proto3" json:"configuration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetricConfigurationRequest) Descriptor deprecated added in v1.4.0

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

Deprecated: Use UpdateMetricConfigurationRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetricConfigurationRequest) GetCloudServiceId added in v1.6.0

func (x *UpdateMetricConfigurationRequest) GetCloudServiceId() string

func (*UpdateMetricConfigurationRequest) GetConfiguration added in v1.4.0

func (*UpdateMetricConfigurationRequest) GetMetricId added in v1.4.0

func (x *UpdateMetricConfigurationRequest) GetMetricId() string

func (*UpdateMetricConfigurationRequest) GetPayload added in v1.7.4

func (*UpdateMetricConfigurationRequest) ProtoMessage added in v1.4.0

func (*UpdateMetricConfigurationRequest) ProtoMessage()

func (*UpdateMetricConfigurationRequest) ProtoReflect added in v1.4.0

func (*UpdateMetricConfigurationRequest) Reset added in v1.4.0

func (*UpdateMetricConfigurationRequest) String added in v1.4.0

func (*UpdateMetricConfigurationRequest) Validate added in v1.6.2

Validate checks the field values on UpdateMetricConfigurationRequest 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 (*UpdateMetricConfigurationRequest) ValidateAll added in v1.7.0

func (m *UpdateMetricConfigurationRequest) ValidateAll() error

ValidateAll checks the field values on UpdateMetricConfigurationRequest 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 UpdateMetricConfigurationRequestMultiError, or nil if none found.

type UpdateMetricConfigurationRequestMultiError added in v1.7.0

type UpdateMetricConfigurationRequestMultiError []error

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

func (UpdateMetricConfigurationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (UpdateMetricConfigurationRequestMultiError) Error added in v1.7.0

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

type UpdateMetricConfigurationRequestValidationError added in v1.7.0

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

UpdateMetricConfigurationRequestValidationError is the validation error returned by UpdateMetricConfigurationRequest.Validate if the designated constraints aren't met.

func (UpdateMetricConfigurationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateMetricConfigurationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateMetricConfigurationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateMetricConfigurationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateMetricConfigurationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateMetricConfigurationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateMetricImplementationRequest added in v1.4.0

type UpdateMetricImplementationRequest struct {
	Implementation *assessment.MetricImplementation `protobuf:"bytes,1,opt,name=implementation,proto3" json:"implementation,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetricImplementationRequest) Descriptor deprecated added in v1.4.0

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

Deprecated: Use UpdateMetricImplementationRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetricImplementationRequest) GetImplementation added in v1.4.0

func (*UpdateMetricImplementationRequest) GetPayload added in v1.7.4

func (*UpdateMetricImplementationRequest) ProtoMessage added in v1.4.0

func (*UpdateMetricImplementationRequest) ProtoMessage()

func (*UpdateMetricImplementationRequest) ProtoReflect added in v1.4.0

func (*UpdateMetricImplementationRequest) Reset added in v1.4.0

func (*UpdateMetricImplementationRequest) String added in v1.4.0

func (*UpdateMetricImplementationRequest) Validate added in v1.7.0

Validate checks the field values on UpdateMetricImplementationRequest 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 (*UpdateMetricImplementationRequest) ValidateAll added in v1.7.0

func (m *UpdateMetricImplementationRequest) ValidateAll() error

ValidateAll checks the field values on UpdateMetricImplementationRequest 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 UpdateMetricImplementationRequestMultiError, or nil if none found.

type UpdateMetricImplementationRequestMultiError added in v1.7.0

type UpdateMetricImplementationRequestMultiError []error

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

func (UpdateMetricImplementationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (UpdateMetricImplementationRequestMultiError) Error added in v1.7.0

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

type UpdateMetricImplementationRequestValidationError added in v1.7.0

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

UpdateMetricImplementationRequestValidationError is the validation error returned by UpdateMetricImplementationRequest.Validate if the designated constraints aren't met.

func (UpdateMetricImplementationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateMetricImplementationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateMetricImplementationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateMetricImplementationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateMetricImplementationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateMetricImplementationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateMetricRequest added in v1.3.14

type UpdateMetricRequest struct {
	Metric *assessment.Metric `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetricRequest) Descriptor deprecated added in v1.3.14

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

Deprecated: Use UpdateMetricRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetricRequest) GetMetric added in v1.3.14

func (x *UpdateMetricRequest) GetMetric() *assessment.Metric

func (*UpdateMetricRequest) GetPayload added in v1.7.4

func (req *UpdateMetricRequest) GetPayload() proto.Message

func (*UpdateMetricRequest) ProtoMessage added in v1.3.14

func (*UpdateMetricRequest) ProtoMessage()

func (*UpdateMetricRequest) ProtoReflect added in v1.3.14

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

func (*UpdateMetricRequest) Reset added in v1.3.14

func (x *UpdateMetricRequest) Reset()

func (*UpdateMetricRequest) String added in v1.3.14

func (x *UpdateMetricRequest) String() string

func (*UpdateMetricRequest) Validate added in v1.7.0

func (m *UpdateMetricRequest) Validate() error

Validate checks the field values on UpdateMetricRequest 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 (*UpdateMetricRequest) ValidateAll added in v1.7.0

func (m *UpdateMetricRequest) ValidateAll() error

ValidateAll checks the field values on UpdateMetricRequest 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 UpdateMetricRequestMultiError, or nil if none found.

type UpdateMetricRequestMultiError added in v1.7.0

type UpdateMetricRequestMultiError []error

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

func (UpdateMetricRequestMultiError) AllErrors added in v1.7.0

func (m UpdateMetricRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateMetricRequestMultiError) Error added in v1.7.0

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

type UpdateMetricRequestValidationError added in v1.7.0

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

UpdateMetricRequestValidationError is the validation error returned by UpdateMetricRequest.Validate if the designated constraints aren't met.

func (UpdateMetricRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateMetricRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateMetricRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateMetricRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateMetricRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateMetricRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

type UpdateTargetOfEvaluationRequest added in v1.6.0

type UpdateTargetOfEvaluationRequest struct {
	TargetOfEvaluation *TargetOfEvaluation `protobuf:"bytes,3,opt,name=target_of_evaluation,json=targetOfEvaluation,proto3" json:"target_of_evaluation,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTargetOfEvaluationRequest) Descriptor deprecated added in v1.6.0

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

Deprecated: Use UpdateTargetOfEvaluationRequest.ProtoReflect.Descriptor instead.

func (*UpdateTargetOfEvaluationRequest) GetCloudServiceId added in v1.6.0

func (req *UpdateTargetOfEvaluationRequest) GetCloudServiceId() string

GetCloudServiceId is a shortcut to implement CloudServiceRequest. It returns the cloud service ID of the inner object.

func (*UpdateTargetOfEvaluationRequest) GetPayload added in v1.7.4

func (req *UpdateTargetOfEvaluationRequest) GetPayload() proto.Message

func (*UpdateTargetOfEvaluationRequest) GetTargetOfEvaluation added in v1.7.0

func (x *UpdateTargetOfEvaluationRequest) GetTargetOfEvaluation() *TargetOfEvaluation

func (*UpdateTargetOfEvaluationRequest) ProtoMessage added in v1.6.0

func (*UpdateTargetOfEvaluationRequest) ProtoMessage()

func (*UpdateTargetOfEvaluationRequest) ProtoReflect added in v1.6.0

func (*UpdateTargetOfEvaluationRequest) Reset added in v1.6.0

func (*UpdateTargetOfEvaluationRequest) String added in v1.6.0

func (*UpdateTargetOfEvaluationRequest) Validate added in v1.7.0

func (m *UpdateTargetOfEvaluationRequest) Validate() error

Validate checks the field values on UpdateTargetOfEvaluationRequest 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 (*UpdateTargetOfEvaluationRequest) ValidateAll added in v1.7.0

func (m *UpdateTargetOfEvaluationRequest) ValidateAll() error

ValidateAll checks the field values on UpdateTargetOfEvaluationRequest 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 UpdateTargetOfEvaluationRequestMultiError, or nil if none found.

type UpdateTargetOfEvaluationRequestMultiError added in v1.7.0

type UpdateTargetOfEvaluationRequestMultiError []error

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

func (UpdateTargetOfEvaluationRequestMultiError) AllErrors added in v1.7.0

AllErrors returns a list of validation violation errors.

func (UpdateTargetOfEvaluationRequestMultiError) Error added in v1.7.0

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

type UpdateTargetOfEvaluationRequestValidationError added in v1.7.0

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

UpdateTargetOfEvaluationRequestValidationError is the validation error returned by UpdateTargetOfEvaluationRequest.Validate if the designated constraints aren't met.

func (UpdateTargetOfEvaluationRequestValidationError) Cause added in v1.7.0

Cause function returns cause value.

func (UpdateTargetOfEvaluationRequestValidationError) Error added in v1.7.0

Error satisfies the builtin error interface

func (UpdateTargetOfEvaluationRequestValidationError) ErrorName added in v1.7.0

ErrorName returns error name.

func (UpdateTargetOfEvaluationRequestValidationError) Field added in v1.7.0

Field function returns field value.

func (UpdateTargetOfEvaluationRequestValidationError) Key added in v1.7.0

Key function returns key value.

func (UpdateTargetOfEvaluationRequestValidationError) Reason added in v1.7.0

Reason function returns reason value.

Jump to

Keyboard shortcuts

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