pb

package
v0.0.0-...-9c7b1c4 Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 46 Imported by: 0

Documentation

Overview

Package pb is a generated protocol buffer package.

It is generated from these files:

github.com/seizadi/secops/pkg/pb/secops.proto

It has these top-level messages:

VersionResponse
Region
CreateRegionRequest
CreateRegionResponse
ReadRegionRequest
ReadRegionResponse
UpdateRegionRequest
UpdateRegionResponse
DeleteRegionRequest
DeleteRegionResponse
ListRegionRequest
ListRegionsResponse
Host
CreateHostRequest
CreateHostResponse
ReadHostRequest
ReadHostResponse
UpdateHostRequest
UpdateHostResponse
DeleteHostRequest
DeleteHostResponse
ListHostRequest
ListHostsResponse
Application
CreateApplicationRequest
CreateApplicationResponse
ReadApplicationRequest
ReadApplicationResponse
UpdateApplicationRequest
UpdateApplicationResponse
DeleteApplicationRequest
DeleteApplicationResponse
ListApplicationRequest
ListApplicationsResponse
ApplicationVersion
CreateApplicationVersionRequest
CreateApplicationVersionResponse
ReadApplicationVersionRequest
ReadApplicationVersionResponse
UpdateApplicationVersionRequest
UpdateApplicationVersionResponse
DeleteApplicationVersionRequest
DeleteApplicationVersionResponse
ListApplicationVersionRequest
ListApplicationVersionsResponse
Event
CreateEventRequest
CreateEventResponse
ReadEventRequest
ReadEventResponse
UpdateEventRequest
UpdateEventResponse
DeleteEventRequest
DeleteEventResponse
ListEventRequest
ListEventsResponse
KnowledgeBase
CreateKnowledgeBaseRequest
CreateKnowledgeBaseResponse
ReadKnowledgeBaseRequest
ReadKnowledgeBaseResponse
UpdateKnowledgeBaseRequest
UpdateKnowledgeBaseResponse
DeleteKnowledgeBaseRequest
DeleteKnowledgeBaseResponse
ListKnowledgeBaseRequest
ListKnowledgeBasesResponse
Vulnerability
CreateVulnerabilityRequest
CreateVulnerabilityResponse
ReadVulnerabilityRequest
ReadVulnerabilityResponse
UpdateVulnerabilityRequest
UpdateVulnerabilityResponse
DeleteVulnerabilityRequest
DeleteVulnerabilityResponse
ListVulnerabilityRequest
ListVulnerabilitiesResponse
CloudProvider
CreateCloudProviderRequest
CreateCloudProviderResponse
ReadCloudProviderRequest
ReadCloudProviderResponse
UpdateCloudProviderRequest
UpdateCloudProviderResponse
DeleteCloudProviderRequest
DeleteCloudProviderResponse
ListCloudProviderRequest
ListCloudProvidersResponse
Ami
CreateAmiRequest
CreateAmiResponse
ReadAmiRequest
ReadAmiResponse
UpdateAmiRequest
UpdateAmiResponse
DeleteAmiRequest
DeleteAmiResponse
ListAmiRequest
ListAmisResponse
Vpc
CreateVpcRequest
CreateVpcResponse
ReadVpcRequest
ReadVpcResponse
UpdateVpcRequest
UpdateVpcResponse
DeleteVpcRequest
DeleteVpcResponse
ListVpcRequest
ListVpcsResponse
Registry
CreateRegistryRequest
CreateRegistryResponse
ReadRegistryRequest
ReadRegistryResponse
UpdateRegistryRequest
UpdateRegistryResponse
DeleteRegistryRequest
DeleteRegistryResponse
ListRegistryRequest
ListRegistriesResponse
Container
CreateContainerRequest
CreateContainerResponse
ReadContainerRequest
ReadContainerResponse
UpdateContainerRequest
UpdateContainerResponse
DeleteContainerRequest
DeleteContainerResponse
ListContainerRequest
ListContainersResponse
ContainerTag
CreateContainerTagRequest
CreateContainerTagResponse
ReadContainerTagRequest
ReadContainerTagResponse
UpdateContainerTagRequest
UpdateContainerTagResponse
DeleteContainerTagRequest
DeleteContainerTagResponse
ListContainerTagRequest
ListContainerTagsResponse

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var Provider_name = map[int32]string{
	0: "UNKNOWN_PROVIDER",
	1: "AWS",
	2: "AZURE",
	3: "GCP",
	4: "EQUINIX",
}
View Source
var Provider_value = map[string]int32{
	"UNKNOWN_PROVIDER": 0,
	"AWS":              1,
	"AZURE":            2,
	"GCP":              3,
	"EQUINIX":          4,
}
View Source
var SecopsMethodsRequireFieldSelectionValidation = map[string][]string{
	"/api.secops.Regions/Read": {
		"id",
		"name",
		"description",
		"cloud_provider_id",
	},
	"/api.secops.Regions/List": {
		"id",
		"name",
		"description",
		"cloud_provider_id",
	},
	"/api.secops.Hosts/Read": {
		"id",
		"name",
		"description",
		"ip",
		"dns",
		"instance_id",
		"vpc_id",
		"ami_id",
	},
	"/api.secops.Hosts/List": {
		"id",
		"name",
		"description",
		"ip",
		"dns",
		"instance_id",
		"vpc_id",
		"ami_id",
	},
	"/api.secops.Applications/Read": {
		"id",
		"name",
		"description",
		"repo",
		"application_versions.id",
		"application_versions.version",
		"application_versions.container_tags_list",
		"application_versions.application_id",
		"application_versions",
	},
	"/api.secops.Applications/List": {
		"id",
		"name",
		"description",
		"repo",
		"application_versions.id",
		"application_versions.version",
		"application_versions.container_tags_list",
		"application_versions.application_id",
		"application_versions",
	},
	"/api.secops.ApplicationVersions/Read": {
		"id",
		"version",
		"container_tags_list",
		"container_tags.id",
		"container_tags.image_repo",
		"container_tags.image_tag",
		"container_tags.digest",
		"container_tags.container_id",
		"container_tags",
		"application_id",
	},
	"/api.secops.ApplicationVersions/List": {
		"id",
		"version",
		"container_tags_list",
		"container_tags.id",
		"container_tags.image_repo",
		"container_tags.image_tag",
		"container_tags.digest",
		"container_tags.container_id",
		"container_tags",
		"application_id",
	},
	"/api.secops.Events/Read": {
		"id",
		"name",
		"description",
		"event_time",
		"event_type",
		"event_job.value",
		"event_job",
		"vulnerabilities.id",
		"vulnerabilities.name",
		"vulnerabilities.description",
		"vulnerabilities.severity",
		"vulnerabilities.name_space",
		"vulnerabilities.pkg",
		"vulnerabilities.installed_version",
		"vulnerabilities.ticket_link",
		"vulnerabilities.knowledge_base_id",
		"vulnerabilities.event_id",
		"vulnerabilities",
		"container_tag_id",
		"host_id",
		"ami_id",
	},
	"/api.secops.Events/List": {
		"id",
		"name",
		"description",
		"event_time",
		"event_type",
		"event_job.value",
		"event_job",
		"vulnerabilities.id",
		"vulnerabilities.name",
		"vulnerabilities.description",
		"vulnerabilities.severity",
		"vulnerabilities.name_space",
		"vulnerabilities.pkg",
		"vulnerabilities.installed_version",
		"vulnerabilities.ticket_link",
		"vulnerabilities.knowledge_base_id",
		"vulnerabilities.event_id",
		"vulnerabilities",
		"container_tag_id",
		"host_id",
		"ami_id",
	},
	"/api.secops.KnowledgeBases/Read": {
		"id",
		"name",
		"description",
		"severity",
		"link",
		"name_space",
		"pkg",
		"fixed_version",
		"vulnerabilities.id",
		"vulnerabilities.name",
		"vulnerabilities.description",
		"vulnerabilities.severity",
		"vulnerabilities.name_space",
		"vulnerabilities.pkg",
		"vulnerabilities.installed_version",
		"vulnerabilities.ticket_link",
		"vulnerabilities.knowledge_base_id",
		"vulnerabilities.event_id",
		"vulnerabilities",
	},
	"/api.secops.KnowledgeBases/List": {
		"id",
		"name",
		"description",
		"severity",
		"link",
		"name_space",
		"pkg",
		"fixed_version",
		"vulnerabilities.id",
		"vulnerabilities.name",
		"vulnerabilities.description",
		"vulnerabilities.severity",
		"vulnerabilities.name_space",
		"vulnerabilities.pkg",
		"vulnerabilities.installed_version",
		"vulnerabilities.ticket_link",
		"vulnerabilities.knowledge_base_id",
		"vulnerabilities.event_id",
		"vulnerabilities",
	},
	"/api.secops.Vulnerabilities/Read": {
		"id",
		"name",
		"description",
		"severity",
		"name_space",
		"pkg",
		"installed_version",
		"state.value",
		"state",
		"ticket_link",
		"knowledge_base_id",
		"event_id",
	},
	"/api.secops.Vulnerabilities/List": {
		"id",
		"name",
		"description",
		"severity",
		"name_space",
		"pkg",
		"installed_version",
		"state.value",
		"state",
		"ticket_link",
		"knowledge_base_id",
		"event_id",
	},
	"/api.secops.CloudProviders/Read": {
		"id",
		"name",
		"description",
		"provider",
		"account",
		"regions.id",
		"regions.name",
		"regions.description",
		"regions.cloud_provider_id",
		"regions",
	},
	"/api.secops.CloudProviders/List": {
		"id",
		"name",
		"description",
		"provider",
		"account",
		"regions.id",
		"regions.name",
		"regions.description",
		"regions.cloud_provider_id",
		"regions",
	},
	"/api.secops.Amis/Read": {
		"id",
		"name",
		"description",
		"ami_id",
		"region_id",
	},
	"/api.secops.Amis/List": {
		"id",
		"name",
		"description",
		"ami_id",
		"region_id",
	},
	"/api.secops.Vpcs/Read": {
		"id",
		"name",
		"description",
		"vpc_id",
		"cidr_block",
		"region_id",
	},
	"/api.secops.Vpcs/List": {
		"id",
		"name",
		"description",
		"vpc_id",
		"cidr_block",
		"region_id",
	},
	"/api.secops.Registries/Read": {
		"id",
		"name",
		"description",
	},
	"/api.secops.Registries/List": {
		"id",
		"name",
		"description",
	},
	"/api.secops.Containers/Read": {
		"id",
		"name",
		"description",
		"image_repo",
		"container_tags.id",
		"container_tags.image_repo",
		"container_tags.image_tag",
		"container_tags.digest",
		"container_tags.container_id",
		"container_tags",
		"registry_id",
	},
	"/api.secops.Containers/List": {
		"id",
		"name",
		"description",
		"image_repo",
		"container_tags.id",
		"container_tags.image_repo",
		"container_tags.image_tag",
		"container_tags.digest",
		"container_tags.container_id",
		"container_tags",
		"registry_id",
	},
	"/api.secops.ContainerTags/Read": {
		"id",
		"image_repo",
		"image_tag",
		"digest",
		"application_versions.id",
		"application_versions.version",
		"application_versions.container_tags_list",
		"application_versions.application_id",
		"application_versions",
		"container_id",
	},
	"/api.secops.ContainerTags/List": {
		"id",
		"image_repo",
		"image_tag",
		"digest",
		"application_versions.id",
		"application_versions.version",
		"application_versions.container_tags_list",
		"application_versions.application_id",
		"application_versions",
		"container_id",
	},
}
View Source
var SecopsMethodsRequireFilteringValidation = map[string]map[string]options.FilteringOption{
	"/api.secops.Regions/List": map[string]options.FilteringOption{
		"id":                options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":              options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"cloud_provider_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Hosts/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ip":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"dns":         options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"instance_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"vpc_id":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ami_id":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Applications/List": map[string]options.FilteringOption{
		"id":                   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":                 options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"repo":                 options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_versions": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
	},
	"/api.secops.ApplicationVersions/List": map[string]options.FilteringOption{
		"id":                  options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"version":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"container_tags_list": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"container_tags":      options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"application_id":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Events/List": map[string]options.FilteringOption{
		"id":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"event_time":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"event_type":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"event_job.*":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"vulnerabilities":  options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"container_tag_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"host_id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ami_id":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.KnowledgeBases/List": map[string]options.FilteringOption{
		"id":              options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":            options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":     options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"severity":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"link":            options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name_space":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"pkg":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"fixed_version":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"vulnerabilities": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
	},
	"/api.secops.Vulnerabilities/List": map[string]options.FilteringOption{
		"id":                options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":              options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"severity":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name_space":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"pkg":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"installed_version": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"state.*":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ticket_link":       options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"knowledge_base_id": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"event_id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.CloudProviders/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"provider":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"account":     options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"regions":     options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
	},
	"/api.secops.Amis/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"ami_id":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"region_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Vpcs/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"vpc_id":      options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"cidr_block":  options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"region_id":   options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Registries/List": map[string]options.FilteringOption{
		"id":          options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":        options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description": options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.Containers/List": map[string]options.FilteringOption{
		"id":             options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"name":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"description":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"image_repo":     options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"container_tags": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"registry_id":    options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
	"/api.secops.ContainerTags/List": map[string]options.FilteringOption{
		"id":                   options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"image_repo":           options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"image_tag":            options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"digest":               options.FilteringOption{ValueType: options.QueryValidate_STRING},
		"application_versions": options.FilteringOption{Deny: []options.QueryValidate_FilterOperator{options.QueryValidate_ALL}, ValueType: options.QueryValidate_DEFAULT},
		"container_id":         options.FilteringOption{ValueType: options.QueryValidate_STRING},
	},
}
View Source
var SecopsMethodsRequireSortingValidation = map[string][]string{
	"/api.secops.Regions/List": []string{
		"id",
		"name",
		"description",
		"cloud_provider_id",
	},
	"/api.secops.Hosts/List": []string{
		"id",
		"name",
		"description",
		"ip",
		"dns",
		"instance_id",
		"vpc_id",
		"ami_id",
	},
	"/api.secops.Applications/List": []string{
		"id",
		"name",
		"description",
		"repo",
	},
	"/api.secops.ApplicationVersions/List": []string{
		"id",
		"version",
		"application_id",
	},
	"/api.secops.Events/List": []string{
		"id",
		"name",
		"description",
		"event_time",
		"event_type",
		"event_job",
		"container_tag_id",
		"host_id",
		"ami_id",
	},
	"/api.secops.KnowledgeBases/List": []string{
		"id",
		"name",
		"description",
		"severity",
		"link",
		"name_space",
		"pkg",
		"fixed_version",
	},
	"/api.secops.Vulnerabilities/List": []string{
		"id",
		"name",
		"description",
		"severity",
		"name_space",
		"pkg",
		"installed_version",
		"state",
		"ticket_link",
		"knowledge_base_id",
		"event_id",
	},
	"/api.secops.CloudProviders/List": []string{
		"id",
		"name",
		"description",
		"provider",
		"account",
	},
	"/api.secops.Amis/List": []string{
		"id",
		"name",
		"description",
		"ami_id",
		"region_id",
	},
	"/api.secops.Vpcs/List": []string{
		"id",
		"name",
		"description",
		"vpc_id",
		"cidr_block",
		"region_id",
	},
	"/api.secops.Registries/List": []string{
		"id",
		"name",
		"description",
	},
	"/api.secops.Containers/List": []string{
		"id",
		"name",
		"description",
		"image_repo",
		"registry_id",
	},
	"/api.secops.ContainerTags/List": []string{
		"id",
		"image_repo",
		"image_tag",
		"digest",
		"container_id",
	},
}

Functions

func AtlasValidateAnnotator

func AtlasValidateAnnotator(ctx context.Context, r *http.Request) metadata.MD

AtlasValidateAnnotator parses JSON input and validates unknown fields based on 'allow_unknown_fields' options specified in proto file.

func DefaultDeleteAmi

func DefaultDeleteAmi(ctx context.Context, in *Ami, db *gorm1.DB) error

func DefaultDeleteAmiSet

func DefaultDeleteAmiSet(ctx context.Context, in []*Ami, db *gorm1.DB) error

func DefaultDeleteApplication

func DefaultDeleteApplication(ctx context.Context, in *Application, db *gorm1.DB) error

func DefaultDeleteApplicationSet

func DefaultDeleteApplicationSet(ctx context.Context, in []*Application, db *gorm1.DB) error

func DefaultDeleteApplicationVersion

func DefaultDeleteApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) error

func DefaultDeleteApplicationVersionSet

func DefaultDeleteApplicationVersionSet(ctx context.Context, in []*ApplicationVersion, db *gorm1.DB) error

func DefaultDeleteCloudProvider

func DefaultDeleteCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) error

func DefaultDeleteCloudProviderSet

func DefaultDeleteCloudProviderSet(ctx context.Context, in []*CloudProvider, db *gorm1.DB) error

func DefaultDeleteContainer

func DefaultDeleteContainer(ctx context.Context, in *Container, db *gorm1.DB) error

func DefaultDeleteContainerSet

func DefaultDeleteContainerSet(ctx context.Context, in []*Container, db *gorm1.DB) error

func DefaultDeleteContainerTag

func DefaultDeleteContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) error

func DefaultDeleteContainerTagSet

func DefaultDeleteContainerTagSet(ctx context.Context, in []*ContainerTag, db *gorm1.DB) error

func DefaultDeleteEvent

func DefaultDeleteEvent(ctx context.Context, in *Event, db *gorm1.DB) error

func DefaultDeleteEventSet

func DefaultDeleteEventSet(ctx context.Context, in []*Event, db *gorm1.DB) error

func DefaultDeleteHost

func DefaultDeleteHost(ctx context.Context, in *Host, db *gorm1.DB) error

func DefaultDeleteHostSet

func DefaultDeleteHostSet(ctx context.Context, in []*Host, db *gorm1.DB) error

func DefaultDeleteKnowledgeBase

func DefaultDeleteKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) error

func DefaultDeleteKnowledgeBaseSet

func DefaultDeleteKnowledgeBaseSet(ctx context.Context, in []*KnowledgeBase, db *gorm1.DB) error

func DefaultDeleteRegion

func DefaultDeleteRegion(ctx context.Context, in *Region, db *gorm1.DB) error

func DefaultDeleteRegionSet

func DefaultDeleteRegionSet(ctx context.Context, in []*Region, db *gorm1.DB) error

func DefaultDeleteRegistry

func DefaultDeleteRegistry(ctx context.Context, in *Registry, db *gorm1.DB) error

func DefaultDeleteRegistrySet

func DefaultDeleteRegistrySet(ctx context.Context, in []*Registry, db *gorm1.DB) error

func DefaultDeleteVpc

func DefaultDeleteVpc(ctx context.Context, in *Vpc, db *gorm1.DB) error

func DefaultDeleteVpcSet

func DefaultDeleteVpcSet(ctx context.Context, in []*Vpc, db *gorm1.DB) error

func DefaultDeleteVulnerability

func DefaultDeleteVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) error

func DefaultDeleteVulnerabilitySet

func DefaultDeleteVulnerabilitySet(ctx context.Context, in []*Vulnerability, db *gorm1.DB) error

func RegisterAmisHandler

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

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

func RegisterAmisHandlerClient

func RegisterAmisHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AmisClient) error

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

func RegisterAmisHandlerFromEndpoint

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

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

func RegisterAmisServer

func RegisterAmisServer(s *grpc.Server, srv AmisServer)

func RegisterApplicationVersionsHandler

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

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

func RegisterApplicationVersionsHandlerClient

func RegisterApplicationVersionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationVersionsClient) error

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

func RegisterApplicationVersionsHandlerFromEndpoint

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

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

func RegisterApplicationVersionsServer

func RegisterApplicationVersionsServer(s *grpc.Server, srv ApplicationVersionsServer)

func RegisterApplicationsHandler

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

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

func RegisterApplicationsHandlerClient

func RegisterApplicationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationsClient) error

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

func RegisterApplicationsHandlerFromEndpoint

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

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

func RegisterApplicationsServer

func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)

func RegisterCloudProvidersHandler

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

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

func RegisterCloudProvidersHandlerClient

func RegisterCloudProvidersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CloudProvidersClient) error

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

func RegisterCloudProvidersHandlerFromEndpoint

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

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

func RegisterCloudProvidersServer

func RegisterCloudProvidersServer(s *grpc.Server, srv CloudProvidersServer)

func RegisterContainerTagsHandler

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

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

func RegisterContainerTagsHandlerClient

func RegisterContainerTagsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ContainerTagsClient) error

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

func RegisterContainerTagsHandlerFromEndpoint

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

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

func RegisterContainerTagsServer

func RegisterContainerTagsServer(s *grpc.Server, srv ContainerTagsServer)

func RegisterContainersHandler

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

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

func RegisterContainersHandlerClient

func RegisterContainersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ContainersClient) error

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

func RegisterContainersHandlerFromEndpoint

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

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

func RegisterContainersServer

func RegisterContainersServer(s *grpc.Server, srv ContainersServer)

func RegisterEventsHandler

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

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

func RegisterEventsHandlerClient

func RegisterEventsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EventsClient) error

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

func RegisterEventsHandlerFromEndpoint

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

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

func RegisterEventsServer

func RegisterEventsServer(s *grpc.Server, srv EventsServer)

func RegisterHostsHandler

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

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

func RegisterHostsHandlerClient

func RegisterHostsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client HostsClient) error

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

func RegisterHostsHandlerFromEndpoint

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

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

func RegisterHostsServer

func RegisterHostsServer(s *grpc.Server, srv HostsServer)

func RegisterKnowledgeBasesHandler

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

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

func RegisterKnowledgeBasesHandlerClient

func RegisterKnowledgeBasesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client KnowledgeBasesClient) error

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

func RegisterKnowledgeBasesHandlerFromEndpoint

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

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

func RegisterKnowledgeBasesServer

func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer)

func RegisterRegionsHandler

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

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

func RegisterRegionsHandlerClient

func RegisterRegionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegionsClient) error

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

func RegisterRegionsHandlerFromEndpoint

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

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

func RegisterRegionsServer

func RegisterRegionsServer(s *grpc.Server, srv RegionsServer)

func RegisterRegistriesHandler

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

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

func RegisterRegistriesHandlerClient

func RegisterRegistriesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegistriesClient) error

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

func RegisterRegistriesHandlerFromEndpoint

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

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

func RegisterRegistriesServer

func RegisterRegistriesServer(s *grpc.Server, srv RegistriesServer)

func RegisterSecopsHandler

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

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

func RegisterSecopsHandlerClient

func RegisterSecopsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecopsClient) error

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

func RegisterSecopsHandlerFromEndpoint

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

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

func RegisterSecopsServer

func RegisterSecopsServer(s *grpc.Server, srv SecopsServer)

func RegisterVpcsHandler

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

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

func RegisterVpcsHandlerClient

func RegisterVpcsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VpcsClient) error

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

func RegisterVpcsHandlerFromEndpoint

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

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

func RegisterVpcsServer

func RegisterVpcsServer(s *grpc.Server, srv VpcsServer)

func RegisterVulnerabilitiesHandler

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

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

func RegisterVulnerabilitiesHandlerClient

func RegisterVulnerabilitiesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VulnerabilitiesClient) error

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

func RegisterVulnerabilitiesHandlerFromEndpoint

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

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

func RegisterVulnerabilitiesServer

func RegisterVulnerabilitiesServer(s *grpc.Server, srv VulnerabilitiesServer)

func SecopsValidateFieldSelection

func SecopsValidateFieldSelection(methodName string, s *query.FieldSelection) error

func SecopsValidateFiltering

func SecopsValidateFiltering(methodName string, f *query.Filtering) error

func SecopsValidateSorting

func SecopsValidateSorting(methodName string, s *query.Sorting) error

Types

type Ami

type Ami struct {
	// The AMI identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the AMI
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the AMI
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The AWS AMI ID
	AmiId string `protobuf:"bytes,4,opt,name=ami_id,json=amiId,proto3" json:"ami_id,omitempty"`
	// Reference to Region
	RegionId             *resource.Identifier `protobuf:"bytes,5,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------ AMI represents a particular AWS AMI in a Region ------------------------------------------------------

func DefaultApplyFieldMaskAmi

func DefaultApplyFieldMaskAmi(ctx context.Context, patchee *Ami, patcher *Ami, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Ami, error)

DefaultApplyFieldMaskAmi patches an pbObject with patcher according to a field mask.

func DefaultCreateAmi

func DefaultCreateAmi(ctx context.Context, in *Ami, db *gorm1.DB) (*Ami, error)

DefaultCreateAmi executes a basic gorm create call

func DefaultListAmi

func DefaultListAmi(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Ami, error)

DefaultListAmi executes a gorm list call

func DefaultPatchAmi

func DefaultPatchAmi(ctx context.Context, in *Ami, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Ami, error)

DefaultPatchAmi executes a basic gorm update call with patch behavior

func DefaultPatchSetAmi

func DefaultPatchSetAmi(ctx context.Context, objects []*Ami, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Ami, error)

DefaultPatchSetAmi executes a bulk gorm update call with patch behavior

func DefaultReadAmi

func DefaultReadAmi(ctx context.Context, in *Ami, db *gorm1.DB, fs *query1.FieldSelection) (*Ami, error)

DefaultReadAmi executes a basic gorm read call

func DefaultStrictUpdateAmi

func DefaultStrictUpdateAmi(ctx context.Context, in *Ami, db *gorm1.DB) (*Ami, error)

DefaultStrictUpdateAmi clears first level 1:many children and then executes a gorm update call

func (*Ami) AtlasValidateJSON

func (_ *Ami) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Ami.

func (*Ami) Descriptor

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

func (*Ami) GetAmiId

func (m *Ami) GetAmiId() string

func (*Ami) GetDescription

func (m *Ami) GetDescription() string

func (*Ami) GetId

func (m *Ami) GetId() *resource.Identifier

func (*Ami) GetName

func (m *Ami) GetName() string

func (*Ami) GetRegionId

func (m *Ami) GetRegionId() *resource.Identifier

func (*Ami) ProtoMessage

func (*Ami) ProtoMessage()

func (*Ami) Reset

func (m *Ami) Reset()

func (*Ami) String

func (m *Ami) String() string

func (*Ami) ToORM

func (m *Ami) ToORM(ctx context.Context) (AmiORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Ami) Validate

func (m *Ami) Validate() error

Validate checks the field values on Ami with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Ami) XXX_DiscardUnknown

func (m *Ami) XXX_DiscardUnknown()

func (*Ami) XXX_Marshal

func (m *Ami) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Ami) XXX_Merge

func (m *Ami) XXX_Merge(src proto.Message)

func (*Ami) XXX_Size

func (m *Ami) XXX_Size() int

func (*Ami) XXX_Unmarshal

func (m *Ami) XXX_Unmarshal(b []byte) error

type AmiORM

type AmiORM struct {
	AccountID   string
	AmiId       string
	Description string
	Id          int64 `gorm:"type:serial;primary_key"`
	Name        string
	RegionId    interface{}
}

func (AmiORM) TableName

func (AmiORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*AmiORM) ToPB

func (m *AmiORM) ToPB(ctx context.Context) (Ami, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type AmiORMWithAfterCreate_

type AmiORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type AmiORMWithAfterDeleteSet

type AmiORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Ami, *gorm1.DB) error
}

type AmiORMWithAfterDelete_

type AmiORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type AmiORMWithAfterListFind

type AmiORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]AmiORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type AmiORMWithAfterReadFind

type AmiORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type AmiORMWithAfterStrictUpdateSave

type AmiORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type AmiORMWithBeforeCreate_

type AmiORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AmiORMWithBeforeDeleteSet

type AmiORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Ami, *gorm1.DB) (*gorm1.DB, error)
}

type AmiORMWithBeforeDelete_

type AmiORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AmiORMWithBeforeListApplyQuery

type AmiORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AmiORMWithBeforeListFind

type AmiORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type AmiORMWithBeforeReadApplyQuery

type AmiORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AmiORMWithBeforeReadFind

type AmiORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type AmiORMWithBeforeStrictUpdateCleanup

type AmiORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AmiORMWithBeforeStrictUpdateSave

type AmiORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type AmiValidationError

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

AmiValidationError is the validation error returned by Ami.Validate if the designated constraints aren't met.

func (AmiValidationError) Cause

func (e AmiValidationError) Cause() error

Cause function returns cause value.

func (AmiValidationError) Error

func (e AmiValidationError) Error() string

Error satisfies the builtin error interface

func (AmiValidationError) ErrorName

func (e AmiValidationError) ErrorName() string

ErrorName returns error name.

func (AmiValidationError) Field

func (e AmiValidationError) Field() string

Field function returns field value.

func (AmiValidationError) Key

func (e AmiValidationError) Key() bool

Key function returns key value.

func (AmiValidationError) Reason

func (e AmiValidationError) Reason() string

Reason function returns reason value.

type AmiWithAfterPatchSave

type AmiWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Ami, *field_mask1.FieldMask, *gorm1.DB) error
}

type AmiWithAfterToORM

type AmiWithAfterToORM interface {
	AfterToORM(context.Context, *AmiORM) error
}

AmiAfterToORM called after default ToORM code

type AmiWithAfterToPB

type AmiWithAfterToPB interface {
	AfterToPB(context.Context, *Ami) error
}

AmiAfterToPB called after default ToPB code

type AmiWithBeforePatchApplyFieldMask

type AmiWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Ami, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AmiWithBeforePatchRead

type AmiWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Ami, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AmiWithBeforePatchSave

type AmiWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Ami, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type AmiWithBeforeToORM

type AmiWithBeforeToORM interface {
	BeforeToORM(context.Context, *AmiORM) error
}

AmiBeforeToORM called before default ToORM code

type AmiWithBeforeToPB

type AmiWithBeforeToPB interface {
	BeforeToPB(context.Context, *Ami) error
}

AmiBeforeToPB called before default ToPB code

type AmisAmiWithAfterCreate

type AmisAmiWithAfterCreate interface {
	AfterCreate(context.Context, *CreateAmiResponse, *gorm1.DB) error
}

AmisAmiWithAfterCreate called before DefaultCreateAmi in the default Create handler

type AmisAmiWithAfterDelete

type AmisAmiWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteAmiResponse, *gorm1.DB) error
}

AmisAmiWithAfterDelete called before DefaultDeleteAmi in the default Delete handler

type AmisAmiWithAfterList

type AmisAmiWithAfterList interface {
	AfterList(context.Context, *ListAmisResponse, *gorm1.DB) error
}

AmisAmiWithAfterList called before DefaultListAmi in the default List handler

type AmisAmiWithAfterRead

type AmisAmiWithAfterRead interface {
	AfterRead(context.Context, *ReadAmiResponse, *gorm1.DB) error
}

AmisAmiWithAfterRead called before DefaultReadAmi in the default Read handler

type AmisAmiWithAfterUpdate

type AmisAmiWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateAmiResponse, *gorm1.DB) error
}

AmisAmiWithAfterUpdate called before DefaultUpdateAmi in the default Update handler

type AmisAmiWithBeforeCreate

type AmisAmiWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AmisAmiWithBeforeCreate called before DefaultCreateAmi in the default Create handler

type AmisAmiWithBeforeDelete

type AmisAmiWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AmisAmiWithBeforeDelete called before DefaultDeleteAmi in the default Delete handler

type AmisAmiWithBeforeList

type AmisAmiWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AmisAmiWithBeforeList called before DefaultListAmi in the default List handler

type AmisAmiWithBeforeRead

type AmisAmiWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AmisAmiWithBeforeRead called before DefaultReadAmi in the default Read handler

type AmisAmiWithBeforeUpdate

type AmisAmiWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

AmisAmiWithBeforeUpdate called before DefaultUpdateAmi in the default Update handler

type AmisClient

type AmisClient interface {
	// Use this method to create a Ami information.
	Create(ctx context.Context, in *CreateAmiRequest, opts ...grpc.CallOption) (*CreateAmiResponse, error)
	// Use this method to read a Ami information by identifier.
	Read(ctx context.Context, in *ReadAmiRequest, opts ...grpc.CallOption) (*ReadAmiResponse, error)
	// Use this method to update a Ami information.
	Update(ctx context.Context, in *UpdateAmiRequest, opts ...grpc.CallOption) (*UpdateAmiResponse, error)
	// Use this method to delete a particular Ami.
	Delete(ctx context.Context, in *DeleteAmiRequest, opts ...grpc.CallOption) (*DeleteAmiResponse, error)
	// Use this method to retrieve all the Amis.
	List(ctx context.Context, in *ListAmiRequest, opts ...grpc.CallOption) (*ListAmisResponse, error)
}

AmisClient is the client API for Amis service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAmisClient

func NewAmisClient(cc *grpc.ClientConn) AmisClient

type AmisDefaultServer

type AmisDefaultServer struct {
}

func (*AmisDefaultServer) Create

Create ...

func (*AmisDefaultServer) Delete

Delete ...

func (*AmisDefaultServer) List

List ...

func (*AmisDefaultServer) Read

Read ...

func (*AmisDefaultServer) Update

Update ...

type AmisServer

type AmisServer interface {
	// Use this method to create a Ami information.
	Create(context.Context, *CreateAmiRequest) (*CreateAmiResponse, error)
	// Use this method to read a Ami information by identifier.
	Read(context.Context, *ReadAmiRequest) (*ReadAmiResponse, error)
	// Use this method to update a Ami information.
	Update(context.Context, *UpdateAmiRequest) (*UpdateAmiResponse, error)
	// Use this method to delete a particular Ami.
	Delete(context.Context, *DeleteAmiRequest) (*DeleteAmiResponse, error)
	// Use this method to retrieve all the Amis.
	List(context.Context, *ListAmiRequest) (*ListAmisResponse, error)
}

AmisServer is the server API for Amis service.

type Application

type Application struct {
	// The Application identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Application
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Application
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The repo of the Application
	Repo string `protobuf:"bytes,4,opt,name=repo,proto3" json:"repo,omitempty"`
	// The Application version
	ApplicationVersions  []*ApplicationVersion `protobuf:"bytes,5,rep,name=application_versions,json=applicationVersions,proto3" json:"application_versions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

--------------------------------------------------------- Application represents the Applications tracked by CI/CD ---------------------------------------------------------

func DefaultApplyFieldMaskApplication

func DefaultApplyFieldMaskApplication(ctx context.Context, patchee *Application, patcher *Application, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Application, error)

DefaultApplyFieldMaskApplication patches an pbObject with patcher according to a field mask.

func DefaultCreateApplication

func DefaultCreateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)

DefaultCreateApplication executes a basic gorm create call

func DefaultListApplication

func DefaultListApplication(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Application, error)

DefaultListApplication executes a gorm list call

func DefaultPatchApplication

func DefaultPatchApplication(ctx context.Context, in *Application, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Application, error)

DefaultPatchApplication executes a basic gorm update call with patch behavior

func DefaultPatchSetApplication

func DefaultPatchSetApplication(ctx context.Context, objects []*Application, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Application, error)

DefaultPatchSetApplication executes a bulk gorm update call with patch behavior

func DefaultReadApplication

func DefaultReadApplication(ctx context.Context, in *Application, db *gorm1.DB, fs *query1.FieldSelection) (*Application, error)

DefaultReadApplication executes a basic gorm read call

func DefaultStrictUpdateApplication

func DefaultStrictUpdateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)

DefaultStrictUpdateApplication clears first level 1:many children and then executes a gorm update call

func (*Application) AtlasValidateJSON

func (_ *Application) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Application.

func (*Application) Descriptor

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

func (*Application) GetApplicationVersions

func (m *Application) GetApplicationVersions() []*ApplicationVersion

func (*Application) GetDescription

func (m *Application) GetDescription() string

func (*Application) GetId

func (m *Application) GetId() *resource.Identifier

func (*Application) GetName

func (m *Application) GetName() string

func (*Application) GetRepo

func (m *Application) GetRepo() string

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) Reset

func (m *Application) Reset()

func (*Application) String

func (m *Application) String() string

func (*Application) ToORM

func (m *Application) ToORM(ctx context.Context) (ApplicationORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Application) Validate

func (m *Application) Validate() error

Validate checks the field values on Application with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Application) XXX_DiscardUnknown

func (m *Application) XXX_DiscardUnknown()

func (*Application) XXX_Marshal

func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Application) XXX_Merge

func (m *Application) XXX_Merge(src proto.Message)

func (*Application) XXX_Size

func (m *Application) XXX_Size() int

func (*Application) XXX_Unmarshal

func (m *Application) XXX_Unmarshal(b []byte) error

type ApplicationORM

type ApplicationORM struct {
	AccountID           string
	ApplicationVersions []*ApplicationVersionORM `gorm:"foreignkey:ApplicationId;association_foreignkey:Id"`
	Description         string
	Id                  int64 `gorm:"type:serial;primary_key"`
	Name                string
	Repo                string
}

func (ApplicationORM) TableName

func (ApplicationORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ApplicationORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ApplicationORMWithAfterCreate_

type ApplicationORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ApplicationORMWithAfterDeleteSet

type ApplicationORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Application, *gorm1.DB) error
}

type ApplicationORMWithAfterDelete_

type ApplicationORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ApplicationORMWithAfterListFind

type ApplicationORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ApplicationORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ApplicationORMWithAfterReadFind

type ApplicationORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ApplicationORMWithAfterStrictUpdateSave

type ApplicationORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ApplicationORMWithBeforeCreate_

type ApplicationORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeDeleteSet

type ApplicationORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Application, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeDelete_

type ApplicationORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeListApplyQuery

type ApplicationORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeListFind

type ApplicationORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeReadApplyQuery

type ApplicationORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeReadFind

type ApplicationORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeStrictUpdateCleanup

type ApplicationORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationORMWithBeforeStrictUpdateSave

type ApplicationORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationValidationError

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

ApplicationValidationError is the validation error returned by Application.Validate if the designated constraints aren't met.

func (ApplicationValidationError) Cause

Cause function returns cause value.

func (ApplicationValidationError) Error

Error satisfies the builtin error interface

func (ApplicationValidationError) ErrorName

func (e ApplicationValidationError) ErrorName() string

ErrorName returns error name.

func (ApplicationValidationError) Field

Field function returns field value.

func (ApplicationValidationError) Key

Key function returns key value.

func (ApplicationValidationError) Reason

Reason function returns reason value.

type ApplicationVersion

type ApplicationVersion struct {
	// The ApplicationVersion identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The version of the Application
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// ContainerTags associated with the ApplicationVersion
	ContainerTagsList []*resource.Identifier `protobuf:"bytes,3,rep,name=container_tags_list,json=containerTagsList,proto3" json:"container_tags_list,omitempty"`
	// Images Linked to this instance of ApplicationVersion
	ContainerTags []*ContainerTag `protobuf:"bytes,4,rep,name=container_tags,json=containerTags,proto3" json:"container_tags,omitempty"`
	// Reference to Application
	ApplicationId        *resource.Identifier `protobuf:"bytes,5,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------- ApplicationVersion represents a Version of Applciation --------------------------------------------------------

func DefaultApplyFieldMaskApplicationVersion

func DefaultApplyFieldMaskApplicationVersion(ctx context.Context, patchee *ApplicationVersion, patcher *ApplicationVersion, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*ApplicationVersion, error)

DefaultApplyFieldMaskApplicationVersion patches an pbObject with patcher according to a field mask.

func DefaultCreateApplicationVersion

func DefaultCreateApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) (*ApplicationVersion, error)

DefaultCreateApplicationVersion executes a basic gorm create call

func DefaultListApplicationVersion

func DefaultListApplicationVersion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*ApplicationVersion, error)

DefaultListApplicationVersion executes a gorm list call

func DefaultPatchApplicationVersion

func DefaultPatchApplicationVersion(ctx context.Context, in *ApplicationVersion, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*ApplicationVersion, error)

DefaultPatchApplicationVersion executes a basic gorm update call with patch behavior

func DefaultPatchSetApplicationVersion

func DefaultPatchSetApplicationVersion(ctx context.Context, objects []*ApplicationVersion, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*ApplicationVersion, error)

DefaultPatchSetApplicationVersion executes a bulk gorm update call with patch behavior

func DefaultReadApplicationVersion

func DefaultReadApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB, fs *query1.FieldSelection) (*ApplicationVersion, error)

DefaultReadApplicationVersion executes a basic gorm read call

func DefaultStrictUpdateApplicationVersion

func DefaultStrictUpdateApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) (*ApplicationVersion, error)

DefaultStrictUpdateApplicationVersion clears first level 1:many children and then executes a gorm update call

func (*ApplicationVersion) AfterToORM

AfterToORM will marshall ContainerTag from request to ORM object

func (*ApplicationVersion) AtlasValidateJSON

func (_ *ApplicationVersion) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ApplicationVersion.

func (*ApplicationVersion) Descriptor

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

func (*ApplicationVersion) GetApplicationId

func (m *ApplicationVersion) GetApplicationId() *resource.Identifier

func (*ApplicationVersion) GetContainerTags

func (m *ApplicationVersion) GetContainerTags() []*ContainerTag

func (*ApplicationVersion) GetContainerTagsList

func (m *ApplicationVersion) GetContainerTagsList() []*resource.Identifier

func (*ApplicationVersion) GetId

func (*ApplicationVersion) GetVersion

func (m *ApplicationVersion) GetVersion() string

func (*ApplicationVersion) ProtoMessage

func (*ApplicationVersion) ProtoMessage()

func (*ApplicationVersion) Reset

func (m *ApplicationVersion) Reset()

func (*ApplicationVersion) String

func (m *ApplicationVersion) String() string

func (*ApplicationVersion) ToORM

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*ApplicationVersion) Validate

func (m *ApplicationVersion) Validate() error

Validate checks the field values on ApplicationVersion with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ApplicationVersion) XXX_DiscardUnknown

func (m *ApplicationVersion) XXX_DiscardUnknown()

func (*ApplicationVersion) XXX_Marshal

func (m *ApplicationVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ApplicationVersion) XXX_Merge

func (m *ApplicationVersion) XXX_Merge(src proto.Message)

func (*ApplicationVersion) XXX_Size

func (m *ApplicationVersion) XXX_Size() int

func (*ApplicationVersion) XXX_Unmarshal

func (m *ApplicationVersion) XXX_Unmarshal(b []byte) error

type ApplicationVersionORM

type ApplicationVersionORM struct {
	AccountID         string
	ApplicationId     *int64
	ContainerTags     []*ContainerTagORM `` /* 186-byte string literal not displayed */
	ContainerTagsList []*ContainerTagORM `` /* 204-byte string literal not displayed */
	Id                int64              `gorm:"type:serial;primary_key"`
	Version           string
}

func (*ApplicationVersionORM) AfterToPB

AfterToPB copies the ContainerTag resource information from ORM object to PB object

func (*ApplicationVersionORM) BeforeStrictUpdateSave

func (m *ApplicationVersionORM) BeforeStrictUpdateSave(ctx context.Context, db *gorm.DB) (*gorm.DB, error)

func (ApplicationVersionORM) TableName

func (ApplicationVersionORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ApplicationVersionORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ApplicationVersionORMWithAfterCreate_

type ApplicationVersionORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ApplicationVersionORMWithAfterDeleteSet

type ApplicationVersionORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*ApplicationVersion, *gorm1.DB) error
}

type ApplicationVersionORMWithAfterDelete_

type ApplicationVersionORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ApplicationVersionORMWithAfterListFind

type ApplicationVersionORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ApplicationVersionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ApplicationVersionORMWithAfterReadFind

type ApplicationVersionORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ApplicationVersionORMWithAfterStrictUpdateSave

type ApplicationVersionORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ApplicationVersionORMWithBeforeCreate_

type ApplicationVersionORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeDeleteSet

type ApplicationVersionORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*ApplicationVersion, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeDelete_

type ApplicationVersionORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeListApplyQuery

type ApplicationVersionORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeListFind

type ApplicationVersionORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeReadApplyQuery

type ApplicationVersionORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeReadFind

type ApplicationVersionORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeStrictUpdateCleanup

type ApplicationVersionORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionORMWithBeforeStrictUpdateSave

type ApplicationVersionORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionValidationError

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

ApplicationVersionValidationError is the validation error returned by ApplicationVersion.Validate if the designated constraints aren't met.

func (ApplicationVersionValidationError) Cause

Cause function returns cause value.

func (ApplicationVersionValidationError) Error

Error satisfies the builtin error interface

func (ApplicationVersionValidationError) ErrorName

ErrorName returns error name.

func (ApplicationVersionValidationError) Field

Field function returns field value.

func (ApplicationVersionValidationError) Key

Key function returns key value.

func (ApplicationVersionValidationError) Reason

Reason function returns reason value.

type ApplicationVersionWithAfterPatchSave

type ApplicationVersionWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *ApplicationVersion, *field_mask1.FieldMask, *gorm1.DB) error
}

type ApplicationVersionWithAfterToORM

type ApplicationVersionWithAfterToORM interface {
	AfterToORM(context.Context, *ApplicationVersionORM) error
}

ApplicationVersionAfterToORM called after default ToORM code

type ApplicationVersionWithAfterToPB

type ApplicationVersionWithAfterToPB interface {
	AfterToPB(context.Context, *ApplicationVersion) error
}

ApplicationVersionAfterToPB called after default ToPB code

type ApplicationVersionWithBeforePatchApplyFieldMask

type ApplicationVersionWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *ApplicationVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionWithBeforePatchRead

type ApplicationVersionWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *ApplicationVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionWithBeforePatchSave

type ApplicationVersionWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *ApplicationVersion, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationVersionWithBeforeToORM

type ApplicationVersionWithBeforeToORM interface {
	BeforeToORM(context.Context, *ApplicationVersionORM) error
}

ApplicationVersionBeforeToORM called before default ToORM code

type ApplicationVersionWithBeforeToPB

type ApplicationVersionWithBeforeToPB interface {
	BeforeToPB(context.Context, *ApplicationVersion) error
}

ApplicationVersionBeforeToPB called before default ToPB code

type ApplicationVersionsApplicationVersionWithAfterCreate

type ApplicationVersionsApplicationVersionWithAfterCreate interface {
	AfterCreate(context.Context, *CreateApplicationVersionResponse, *gorm1.DB) error
}

ApplicationVersionsApplicationVersionWithAfterCreate called before DefaultCreateApplicationVersion in the default Create handler

type ApplicationVersionsApplicationVersionWithAfterDelete

type ApplicationVersionsApplicationVersionWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteApplicationVersionResponse, *gorm1.DB) error
}

ApplicationVersionsApplicationVersionWithAfterDelete called before DefaultDeleteApplicationVersion in the default Delete handler

type ApplicationVersionsApplicationVersionWithAfterList

type ApplicationVersionsApplicationVersionWithAfterList interface {
	AfterList(context.Context, *ListApplicationVersionsResponse, *gorm1.DB) error
}

ApplicationVersionsApplicationVersionWithAfterList called before DefaultListApplicationVersion in the default List handler

type ApplicationVersionsApplicationVersionWithAfterRead

type ApplicationVersionsApplicationVersionWithAfterRead interface {
	AfterRead(context.Context, *ReadApplicationVersionResponse, *gorm1.DB) error
}

ApplicationVersionsApplicationVersionWithAfterRead called before DefaultReadApplicationVersion in the default Read handler

type ApplicationVersionsApplicationVersionWithAfterUpdate

type ApplicationVersionsApplicationVersionWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateApplicationVersionResponse, *gorm1.DB) error
}

ApplicationVersionsApplicationVersionWithAfterUpdate called before DefaultUpdateApplicationVersion in the default Update handler

type ApplicationVersionsApplicationVersionWithBeforeCreate

type ApplicationVersionsApplicationVersionWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationVersionsApplicationVersionWithBeforeCreate called before DefaultCreateApplicationVersion in the default Create handler

type ApplicationVersionsApplicationVersionWithBeforeDelete

type ApplicationVersionsApplicationVersionWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationVersionsApplicationVersionWithBeforeDelete called before DefaultDeleteApplicationVersion in the default Delete handler

type ApplicationVersionsApplicationVersionWithBeforeList

type ApplicationVersionsApplicationVersionWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationVersionsApplicationVersionWithBeforeList called before DefaultListApplicationVersion in the default List handler

type ApplicationVersionsApplicationVersionWithBeforeRead

type ApplicationVersionsApplicationVersionWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationVersionsApplicationVersionWithBeforeRead called before DefaultReadApplicationVersion in the default Read handler

type ApplicationVersionsApplicationVersionWithBeforeUpdate

type ApplicationVersionsApplicationVersionWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationVersionsApplicationVersionWithBeforeUpdate called before DefaultUpdateApplicationVersion in the default Update handler

type ApplicationVersionsClient

type ApplicationVersionsClient interface {
	// Use this method to create a ApplicationVersion information.
	Create(ctx context.Context, in *CreateApplicationVersionRequest, opts ...grpc.CallOption) (*CreateApplicationVersionResponse, error)
	// Use this method to read a ApplicationVersion information by identifier.
	Read(ctx context.Context, in *ReadApplicationVersionRequest, opts ...grpc.CallOption) (*ReadApplicationVersionResponse, error)
	// Use this method to update a ApplicationVersion information.
	Update(ctx context.Context, in *UpdateApplicationVersionRequest, opts ...grpc.CallOption) (*UpdateApplicationVersionResponse, error)
	// Use this method to delete a particular ApplicationVersion.
	Delete(ctx context.Context, in *DeleteApplicationVersionRequest, opts ...grpc.CallOption) (*DeleteApplicationVersionResponse, error)
	// Use this method to retrieve all the ApplicationVersions.
	List(ctx context.Context, in *ListApplicationVersionRequest, opts ...grpc.CallOption) (*ListApplicationVersionsResponse, error)
}

ApplicationVersionsClient is the client API for ApplicationVersions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApplicationVersionsClient

func NewApplicationVersionsClient(cc *grpc.ClientConn) ApplicationVersionsClient

type ApplicationVersionsDefaultServer

type ApplicationVersionsDefaultServer struct {
}

func (*ApplicationVersionsDefaultServer) Create

Create ...

func (*ApplicationVersionsDefaultServer) Delete

Delete ...

func (*ApplicationVersionsDefaultServer) List

List ...

func (*ApplicationVersionsDefaultServer) Read

Read ...

func (*ApplicationVersionsDefaultServer) Update

Update ...

type ApplicationVersionsServer

type ApplicationVersionsServer interface {
	// Use this method to create a ApplicationVersion information.
	Create(context.Context, *CreateApplicationVersionRequest) (*CreateApplicationVersionResponse, error)
	// Use this method to read a ApplicationVersion information by identifier.
	Read(context.Context, *ReadApplicationVersionRequest) (*ReadApplicationVersionResponse, error)
	// Use this method to update a ApplicationVersion information.
	Update(context.Context, *UpdateApplicationVersionRequest) (*UpdateApplicationVersionResponse, error)
	// Use this method to delete a particular ApplicationVersion.
	Delete(context.Context, *DeleteApplicationVersionRequest) (*DeleteApplicationVersionResponse, error)
	// Use this method to retrieve all the ApplicationVersions.
	List(context.Context, *ListApplicationVersionRequest) (*ListApplicationVersionsResponse, error)
}

ApplicationVersionsServer is the server API for ApplicationVersions service.

type ApplicationWithAfterPatchSave

type ApplicationWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) error
}

type ApplicationWithAfterToORM

type ApplicationWithAfterToORM interface {
	AfterToORM(context.Context, *ApplicationORM) error
}

ApplicationAfterToORM called after default ToORM code

type ApplicationWithAfterToPB

type ApplicationWithAfterToPB interface {
	AfterToPB(context.Context, *Application) error
}

ApplicationAfterToPB called after default ToPB code

type ApplicationWithBeforePatchApplyFieldMask

type ApplicationWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforePatchRead

type ApplicationWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforePatchSave

type ApplicationWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Application, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ApplicationWithBeforeToORM

type ApplicationWithBeforeToORM interface {
	BeforeToORM(context.Context, *ApplicationORM) error
}

ApplicationBeforeToORM called before default ToORM code

type ApplicationWithBeforeToPB

type ApplicationWithBeforeToPB interface {
	BeforeToPB(context.Context, *Application) error
}

ApplicationBeforeToPB called before default ToPB code

type ApplicationsApplicationWithAfterCreate

type ApplicationsApplicationWithAfterCreate interface {
	AfterCreate(context.Context, *CreateApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterCreate called before DefaultCreateApplication in the default Create handler

type ApplicationsApplicationWithAfterDelete

type ApplicationsApplicationWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterDelete called before DefaultDeleteApplication in the default Delete handler

type ApplicationsApplicationWithAfterList

type ApplicationsApplicationWithAfterList interface {
	AfterList(context.Context, *ListApplicationsResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterList called before DefaultListApplication in the default List handler

type ApplicationsApplicationWithAfterRead

type ApplicationsApplicationWithAfterRead interface {
	AfterRead(context.Context, *ReadApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterRead called before DefaultReadApplication in the default Read handler

type ApplicationsApplicationWithAfterUpdate

type ApplicationsApplicationWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateApplicationResponse, *gorm1.DB) error
}

ApplicationsApplicationWithAfterUpdate called before DefaultUpdateApplication in the default Update handler

type ApplicationsApplicationWithBeforeCreate

type ApplicationsApplicationWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeCreate called before DefaultCreateApplication in the default Create handler

type ApplicationsApplicationWithBeforeDelete

type ApplicationsApplicationWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeDelete called before DefaultDeleteApplication in the default Delete handler

type ApplicationsApplicationWithBeforeList

type ApplicationsApplicationWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeList called before DefaultListApplication in the default List handler

type ApplicationsApplicationWithBeforeRead

type ApplicationsApplicationWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeRead called before DefaultReadApplication in the default Read handler

type ApplicationsApplicationWithBeforeUpdate

type ApplicationsApplicationWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ApplicationsApplicationWithBeforeUpdate called before DefaultUpdateApplication in the default Update handler

type ApplicationsClient

type ApplicationsClient interface {
	// Use this method to create a Application information.
	Create(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*CreateApplicationResponse, error)
	// Use this method to read a Application information by identifier.
	Read(ctx context.Context, in *ReadApplicationRequest, opts ...grpc.CallOption) (*ReadApplicationResponse, error)
	// Use this method to update a Application information.
	Update(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*UpdateApplicationResponse, error)
	// Use this method to delete a particular Application.
	Delete(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*DeleteApplicationResponse, error)
	// Use this method to retrieve all the Applications.
	List(ctx context.Context, in *ListApplicationRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error)
}

ApplicationsClient is the client API for Applications service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewApplicationsClient

func NewApplicationsClient(cc *grpc.ClientConn) ApplicationsClient

type ApplicationsDefaultServer

type ApplicationsDefaultServer struct {
}

func (*ApplicationsDefaultServer) Create

Create ...

func (*ApplicationsDefaultServer) Delete

Delete ...

func (*ApplicationsDefaultServer) List

List ...

func (*ApplicationsDefaultServer) Read

Read ...

func (*ApplicationsDefaultServer) Update

Update ...

type ApplicationsServer

type ApplicationsServer interface {
	// Use this method to create a Application information.
	Create(context.Context, *CreateApplicationRequest) (*CreateApplicationResponse, error)
	// Use this method to read a Application information by identifier.
	Read(context.Context, *ReadApplicationRequest) (*ReadApplicationResponse, error)
	// Use this method to update a Application information.
	Update(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
	// Use this method to delete a particular Application.
	Delete(context.Context, *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
	// Use this method to retrieve all the Applications.
	List(context.Context, *ListApplicationRequest) (*ListApplicationsResponse, error)
}

ApplicationsServer is the server API for Applications service.

type CloudProvider

type CloudProvider struct {
	// The CloudProvider identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the CloudProvider
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the CloudProvider
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The Provider
	Provider Provider `protobuf:"varint,4,opt,name=provider,proto3,enum=api.secops.Provider" json:"provider,omitempty"`
	// Cloud Provider Account Number
	Account string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"`
	// Regions for the CloudProvider
	Regions              []*Region `protobuf:"bytes,6,rep,name=regions,proto3" json:"regions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

------------------------------------------------------------------------ CloudProvider represents a particular Cloud Provider e.g. AWS or Azure ------------------------------------------------------------------------

func DefaultApplyFieldMaskCloudProvider

func DefaultApplyFieldMaskCloudProvider(ctx context.Context, patchee *CloudProvider, patcher *CloudProvider, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*CloudProvider, error)

DefaultApplyFieldMaskCloudProvider patches an pbObject with patcher according to a field mask.

func DefaultCreateCloudProvider

func DefaultCreateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)

DefaultCreateCloudProvider executes a basic gorm create call

func DefaultListCloudProvider

func DefaultListCloudProvider(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*CloudProvider, error)

DefaultListCloudProvider executes a gorm list call

func DefaultPatchCloudProvider

func DefaultPatchCloudProvider(ctx context.Context, in *CloudProvider, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*CloudProvider, error)

DefaultPatchCloudProvider executes a basic gorm update call with patch behavior

func DefaultPatchSetCloudProvider

func DefaultPatchSetCloudProvider(ctx context.Context, objects []*CloudProvider, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*CloudProvider, error)

DefaultPatchSetCloudProvider executes a bulk gorm update call with patch behavior

func DefaultReadCloudProvider

func DefaultReadCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB, fs *query1.FieldSelection) (*CloudProvider, error)

DefaultReadCloudProvider executes a basic gorm read call

func DefaultStrictUpdateCloudProvider

func DefaultStrictUpdateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)

DefaultStrictUpdateCloudProvider clears first level 1:many children and then executes a gorm update call

func (*CloudProvider) AtlasValidateJSON

func (_ *CloudProvider) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CloudProvider.

func (*CloudProvider) Descriptor

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

func (*CloudProvider) GetAccount

func (m *CloudProvider) GetAccount() string

func (*CloudProvider) GetDescription

func (m *CloudProvider) GetDescription() string

func (*CloudProvider) GetId

func (m *CloudProvider) GetId() *resource.Identifier

func (*CloudProvider) GetName

func (m *CloudProvider) GetName() string

func (*CloudProvider) GetProvider

func (m *CloudProvider) GetProvider() Provider

func (*CloudProvider) GetRegions

func (m *CloudProvider) GetRegions() []*Region

func (*CloudProvider) ProtoMessage

func (*CloudProvider) ProtoMessage()

func (*CloudProvider) Reset

func (m *CloudProvider) Reset()

func (*CloudProvider) String

func (m *CloudProvider) String() string

func (*CloudProvider) ToORM

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*CloudProvider) Validate

func (m *CloudProvider) Validate() error

Validate checks the field values on CloudProvider with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CloudProvider) XXX_DiscardUnknown

func (m *CloudProvider) XXX_DiscardUnknown()

func (*CloudProvider) XXX_Marshal

func (m *CloudProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CloudProvider) XXX_Merge

func (m *CloudProvider) XXX_Merge(src proto.Message)

func (*CloudProvider) XXX_Size

func (m *CloudProvider) XXX_Size() int

func (*CloudProvider) XXX_Unmarshal

func (m *CloudProvider) XXX_Unmarshal(b []byte) error

type CloudProviderORM

type CloudProviderORM struct {
	Account     string
	AccountID   string
	Description string
	Id          int64 `gorm:"type:serial;primary_key"`
	Name        string
	Provider    int32
	Regions     []*RegionORM `gorm:"foreignkey:CloudProviderId;association_foreignkey:Id"`
}

func (CloudProviderORM) TableName

func (CloudProviderORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*CloudProviderORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type CloudProviderORMWithAfterCreate_

type CloudProviderORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithAfterDeleteSet

type CloudProviderORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*CloudProvider, *gorm1.DB) error
}

type CloudProviderORMWithAfterDelete_

type CloudProviderORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithAfterListFind

type CloudProviderORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]CloudProviderORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type CloudProviderORMWithAfterReadFind

type CloudProviderORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type CloudProviderORMWithAfterStrictUpdateSave

type CloudProviderORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type CloudProviderORMWithBeforeCreate_

type CloudProviderORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeDeleteSet

type CloudProviderORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*CloudProvider, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeDelete_

type CloudProviderORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeListApplyQuery

type CloudProviderORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeListFind

type CloudProviderORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeReadApplyQuery

type CloudProviderORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeReadFind

type CloudProviderORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeStrictUpdateCleanup

type CloudProviderORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderORMWithBeforeStrictUpdateSave

type CloudProviderORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderValidationError

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

CloudProviderValidationError is the validation error returned by CloudProvider.Validate if the designated constraints aren't met.

func (CloudProviderValidationError) Cause

Cause function returns cause value.

func (CloudProviderValidationError) Error

Error satisfies the builtin error interface

func (CloudProviderValidationError) ErrorName

func (e CloudProviderValidationError) ErrorName() string

ErrorName returns error name.

func (CloudProviderValidationError) Field

Field function returns field value.

func (CloudProviderValidationError) Key

Key function returns key value.

func (CloudProviderValidationError) Reason

Reason function returns reason value.

type CloudProviderWithAfterPatchSave

type CloudProviderWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) error
}

type CloudProviderWithAfterToORM

type CloudProviderWithAfterToORM interface {
	AfterToORM(context.Context, *CloudProviderORM) error
}

CloudProviderAfterToORM called after default ToORM code

type CloudProviderWithAfterToPB

type CloudProviderWithAfterToPB interface {
	AfterToPB(context.Context, *CloudProvider) error
}

CloudProviderAfterToPB called after default ToPB code

type CloudProviderWithBeforePatchApplyFieldMask

type CloudProviderWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforePatchRead

type CloudProviderWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforePatchSave

type CloudProviderWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *CloudProvider, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type CloudProviderWithBeforeToORM

type CloudProviderWithBeforeToORM interface {
	BeforeToORM(context.Context, *CloudProviderORM) error
}

CloudProviderBeforeToORM called before default ToORM code

type CloudProviderWithBeforeToPB

type CloudProviderWithBeforeToPB interface {
	BeforeToPB(context.Context, *CloudProvider) error
}

CloudProviderBeforeToPB called before default ToPB code

type CloudProvidersClient

type CloudProvidersClient interface {
	// Use this method to create a CloudProvider information.
	Create(ctx context.Context, in *CreateCloudProviderRequest, opts ...grpc.CallOption) (*CreateCloudProviderResponse, error)
	// Use this method to read a CloudProvider information by identifier.
	Read(ctx context.Context, in *ReadCloudProviderRequest, opts ...grpc.CallOption) (*ReadCloudProviderResponse, error)
	// Use this method to update a CloudProvider information.
	Update(ctx context.Context, in *UpdateCloudProviderRequest, opts ...grpc.CallOption) (*UpdateCloudProviderResponse, error)
	// Use this method to delete a particular CloudProvider.
	Delete(ctx context.Context, in *DeleteCloudProviderRequest, opts ...grpc.CallOption) (*DeleteCloudProviderResponse, error)
	// Use this method to retrieve all the CloudProviders.
	List(ctx context.Context, in *ListCloudProviderRequest, opts ...grpc.CallOption) (*ListCloudProvidersResponse, error)
}

CloudProvidersClient is the client API for CloudProviders service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewCloudProvidersClient

func NewCloudProvidersClient(cc *grpc.ClientConn) CloudProvidersClient

type CloudProvidersCloudProviderWithAfterCreate

type CloudProvidersCloudProviderWithAfterCreate interface {
	AfterCreate(context.Context, *CreateCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterCreate called before DefaultCreateCloudProvider in the default Create handler

type CloudProvidersCloudProviderWithAfterDelete

type CloudProvidersCloudProviderWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterDelete called before DefaultDeleteCloudProvider in the default Delete handler

type CloudProvidersCloudProviderWithAfterList

type CloudProvidersCloudProviderWithAfterList interface {
	AfterList(context.Context, *ListCloudProvidersResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterList called before DefaultListCloudProvider in the default List handler

type CloudProvidersCloudProviderWithAfterRead

type CloudProvidersCloudProviderWithAfterRead interface {
	AfterRead(context.Context, *ReadCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterRead called before DefaultReadCloudProvider in the default Read handler

type CloudProvidersCloudProviderWithAfterUpdate

type CloudProvidersCloudProviderWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateCloudProviderResponse, *gorm1.DB) error
}

CloudProvidersCloudProviderWithAfterUpdate called before DefaultUpdateCloudProvider in the default Update handler

type CloudProvidersCloudProviderWithBeforeCreate

type CloudProvidersCloudProviderWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeCreate called before DefaultCreateCloudProvider in the default Create handler

type CloudProvidersCloudProviderWithBeforeDelete

type CloudProvidersCloudProviderWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeDelete called before DefaultDeleteCloudProvider in the default Delete handler

type CloudProvidersCloudProviderWithBeforeList

type CloudProvidersCloudProviderWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeList called before DefaultListCloudProvider in the default List handler

type CloudProvidersCloudProviderWithBeforeRead

type CloudProvidersCloudProviderWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeRead called before DefaultReadCloudProvider in the default Read handler

type CloudProvidersCloudProviderWithBeforeUpdate

type CloudProvidersCloudProviderWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

CloudProvidersCloudProviderWithBeforeUpdate called before DefaultUpdateCloudProvider in the default Update handler

type CloudProvidersDefaultServer

type CloudProvidersDefaultServer struct {
}

func (*CloudProvidersDefaultServer) Create

Create ...

func (*CloudProvidersDefaultServer) Delete

Delete ...

func (*CloudProvidersDefaultServer) List

List ...

func (*CloudProvidersDefaultServer) Read

Read ...

func (*CloudProvidersDefaultServer) Update

Update ...

type CloudProvidersServer

type CloudProvidersServer interface {
	// Use this method to create a CloudProvider information.
	Create(context.Context, *CreateCloudProviderRequest) (*CreateCloudProviderResponse, error)
	// Use this method to read a CloudProvider information by identifier.
	Read(context.Context, *ReadCloudProviderRequest) (*ReadCloudProviderResponse, error)
	// Use this method to update a CloudProvider information.
	Update(context.Context, *UpdateCloudProviderRequest) (*UpdateCloudProviderResponse, error)
	// Use this method to delete a particular CloudProvider.
	Delete(context.Context, *DeleteCloudProviderRequest) (*DeleteCloudProviderResponse, error)
	// Use this method to retrieve all the CloudProviders.
	List(context.Context, *ListCloudProviderRequest) (*ListCloudProvidersResponse, error)
}

CloudProvidersServer is the server API for CloudProviders service.

type Container

type Container struct {
	// The container identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the container
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the container
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The docker image repo (e.g. soheileizadi/cmdb)
	ImageRepo string `protobuf:"bytes,4,opt,name=image_repo,json=imageRepo,proto3" json:"image_repo,omitempty"`
	// The instances of tagged images (e.g. latest)
	ContainerTags []*ContainerTag `protobuf:"bytes,5,rep,name=container_tags,json=containerTags,proto3" json:"container_tags,omitempty"`
	// Reference to Registry
	RegistryId           *resource.Identifier `protobuf:"bytes,6,opt,name=registry_id,json=registryId,proto3" json:"registry_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------ Container represents an image in the Registry ------------------------------------------------------

func DefaultApplyFieldMaskContainer

func DefaultApplyFieldMaskContainer(ctx context.Context, patchee *Container, patcher *Container, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Container, error)

DefaultApplyFieldMaskContainer patches an pbObject with patcher according to a field mask.

func DefaultCreateContainer

func DefaultCreateContainer(ctx context.Context, in *Container, db *gorm1.DB) (*Container, error)

DefaultCreateContainer executes a basic gorm create call

func DefaultListContainer

func DefaultListContainer(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Container, error)

DefaultListContainer executes a gorm list call

func DefaultPatchContainer

func DefaultPatchContainer(ctx context.Context, in *Container, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Container, error)

DefaultPatchContainer executes a basic gorm update call with patch behavior

func DefaultPatchSetContainer

func DefaultPatchSetContainer(ctx context.Context, objects []*Container, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Container, error)

DefaultPatchSetContainer executes a bulk gorm update call with patch behavior

func DefaultReadContainer

func DefaultReadContainer(ctx context.Context, in *Container, db *gorm1.DB, fs *query1.FieldSelection) (*Container, error)

DefaultReadContainer executes a basic gorm read call

func DefaultStrictUpdateContainer

func DefaultStrictUpdateContainer(ctx context.Context, in *Container, db *gorm1.DB) (*Container, error)

DefaultStrictUpdateContainer clears first level 1:many children and then executes a gorm update call

func (*Container) AtlasValidateJSON

func (_ *Container) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Container.

func (*Container) Descriptor

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

func (*Container) GetContainerTags

func (m *Container) GetContainerTags() []*ContainerTag

func (*Container) GetDescription

func (m *Container) GetDescription() string

func (*Container) GetId

func (m *Container) GetId() *resource.Identifier

func (*Container) GetImageRepo

func (m *Container) GetImageRepo() string

func (*Container) GetName

func (m *Container) GetName() string

func (*Container) GetRegistryId

func (m *Container) GetRegistryId() *resource.Identifier

func (*Container) ProtoMessage

func (*Container) ProtoMessage()

func (*Container) Reset

func (m *Container) Reset()

func (*Container) String

func (m *Container) String() string

func (*Container) ToORM

func (m *Container) ToORM(ctx context.Context) (ContainerORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Container) Validate

func (m *Container) Validate() error

Validate checks the field values on Container with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Container) XXX_DiscardUnknown

func (m *Container) XXX_DiscardUnknown()

func (*Container) XXX_Marshal

func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Container) XXX_Merge

func (m *Container) XXX_Merge(src proto.Message)

func (*Container) XXX_Size

func (m *Container) XXX_Size() int

func (*Container) XXX_Unmarshal

func (m *Container) XXX_Unmarshal(b []byte) error

type ContainerORM

type ContainerORM struct {
	AccountID     string
	ContainerTags []*ContainerTagORM `gorm:"foreignkey:ContainerId;association_foreignkey:Id"`
	Description   string
	Id            int64 `gorm:"type:serial;primary_key"`
	ImageRepo     string
	Name          string
	RegistryId    interface{}
}

func (ContainerORM) TableName

func (ContainerORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ContainerORM) ToPB

func (m *ContainerORM) ToPB(ctx context.Context) (Container, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ContainerORMWithAfterCreate_

type ContainerORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ContainerORMWithAfterDeleteSet

type ContainerORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Container, *gorm1.DB) error
}

type ContainerORMWithAfterDelete_

type ContainerORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ContainerORMWithAfterListFind

type ContainerORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ContainerORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ContainerORMWithAfterReadFind

type ContainerORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ContainerORMWithAfterStrictUpdateSave

type ContainerORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ContainerORMWithBeforeCreate_

type ContainerORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerORMWithBeforeDeleteSet

type ContainerORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Container, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerORMWithBeforeDelete_

type ContainerORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerORMWithBeforeListApplyQuery

type ContainerORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerORMWithBeforeListFind

type ContainerORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerORMWithBeforeReadApplyQuery

type ContainerORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerORMWithBeforeReadFind

type ContainerORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerORMWithBeforeStrictUpdateCleanup

type ContainerORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerORMWithBeforeStrictUpdateSave

type ContainerORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTag

type ContainerTag struct {
	// The ContainerTag identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The docker image repo (e.g. soheileizadi/cmdb)
	ImageRepo string `protobuf:"bytes,2,opt,name=image_repo,json=imageRepo,proto3" json:"image_repo,omitempty"`
	// The docker image tag (e.g. latest)
	ImageTag string `protobuf:"bytes,3,opt,name=image_tag,json=imageTag,proto3" json:"image_tag,omitempty"`
	// The digest of the image to check integrity (e.g. digest: sha256:9bf4971079f0ddf3f4ed8681dc96c2610804007359643809165f94a95bc5c3b6)
	Digest string `protobuf:"bytes,4,opt,name=digest,proto3" json:"digest,omitempty"`
	// ApplicationVersions using this Image
	ApplicationVersions []*ApplicationVersion `protobuf:"bytes,5,rep,name=application_versions,json=applicationVersions,proto3" json:"application_versions,omitempty"`
	// Reference to Container
	ContainerId          *resource.Identifier `protobuf:"bytes,6,opt,name=container_id,json=containerId,proto3" json:"container_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------------------------ ContainerTag represents an instance of Container with Tag in Registry ------------------------------------------------------------------------

func DefaultApplyFieldMaskContainerTag

func DefaultApplyFieldMaskContainerTag(ctx context.Context, patchee *ContainerTag, patcher *ContainerTag, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*ContainerTag, error)

DefaultApplyFieldMaskContainerTag patches an pbObject with patcher according to a field mask.

func DefaultCreateContainerTag

func DefaultCreateContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) (*ContainerTag, error)

DefaultCreateContainerTag executes a basic gorm create call

func DefaultListContainerTag

func DefaultListContainerTag(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*ContainerTag, error)

DefaultListContainerTag executes a gorm list call

func DefaultPatchContainerTag

func DefaultPatchContainerTag(ctx context.Context, in *ContainerTag, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*ContainerTag, error)

DefaultPatchContainerTag executes a basic gorm update call with patch behavior

func DefaultPatchSetContainerTag

func DefaultPatchSetContainerTag(ctx context.Context, objects []*ContainerTag, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*ContainerTag, error)

DefaultPatchSetContainerTag executes a bulk gorm update call with patch behavior

func DefaultReadContainerTag

func DefaultReadContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB, fs *query1.FieldSelection) (*ContainerTag, error)

DefaultReadContainerTag executes a basic gorm read call

func DefaultStrictUpdateContainerTag

func DefaultStrictUpdateContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) (*ContainerTag, error)

DefaultStrictUpdateContainerTag clears first level 1:many children and then executes a gorm update call

func (*ContainerTag) AtlasValidateJSON

func (_ *ContainerTag) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ContainerTag.

func (*ContainerTag) Descriptor

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

func (*ContainerTag) GetApplicationVersions

func (m *ContainerTag) GetApplicationVersions() []*ApplicationVersion

func (*ContainerTag) GetContainerId

func (m *ContainerTag) GetContainerId() *resource.Identifier

func (*ContainerTag) GetDigest

func (m *ContainerTag) GetDigest() string

func (*ContainerTag) GetId

func (m *ContainerTag) GetId() *resource.Identifier

func (*ContainerTag) GetImageRepo

func (m *ContainerTag) GetImageRepo() string

func (*ContainerTag) GetImageTag

func (m *ContainerTag) GetImageTag() string

func (*ContainerTag) ProtoMessage

func (*ContainerTag) ProtoMessage()

func (*ContainerTag) Reset

func (m *ContainerTag) Reset()

func (*ContainerTag) String

func (m *ContainerTag) String() string

func (*ContainerTag) ToORM

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*ContainerTag) Validate

func (m *ContainerTag) Validate() error

Validate checks the field values on ContainerTag with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ContainerTag) XXX_DiscardUnknown

func (m *ContainerTag) XXX_DiscardUnknown()

func (*ContainerTag) XXX_Marshal

func (m *ContainerTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ContainerTag) XXX_Merge

func (m *ContainerTag) XXX_Merge(src proto.Message)

func (*ContainerTag) XXX_Size

func (m *ContainerTag) XXX_Size() int

func (*ContainerTag) XXX_Unmarshal

func (m *ContainerTag) XXX_Unmarshal(b []byte) error

type ContainerTagORM

type ContainerTagORM struct {
	AccountID           string
	ApplicationVersions []*ApplicationVersionORM `` /* 186-byte string literal not displayed */
	ContainerId         *int64
	Digest              string
	Id                  int64 `gorm:"type:serial;primary_key"`
	ImageRepo           string
	ImageTag            string
}

func (ContainerTagORM) TableName

func (ContainerTagORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*ContainerTagORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type ContainerTagORMWithAfterCreate_

type ContainerTagORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type ContainerTagORMWithAfterDeleteSet

type ContainerTagORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*ContainerTag, *gorm1.DB) error
}

type ContainerTagORMWithAfterDelete_

type ContainerTagORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type ContainerTagORMWithAfterListFind

type ContainerTagORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]ContainerTagORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type ContainerTagORMWithAfterReadFind

type ContainerTagORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type ContainerTagORMWithAfterStrictUpdateSave

type ContainerTagORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type ContainerTagORMWithBeforeCreate_

type ContainerTagORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeDeleteSet

type ContainerTagORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*ContainerTag, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeDelete_

type ContainerTagORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeListApplyQuery

type ContainerTagORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeListFind

type ContainerTagORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeReadApplyQuery

type ContainerTagORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeReadFind

type ContainerTagORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeStrictUpdateCleanup

type ContainerTagORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagORMWithBeforeStrictUpdateSave

type ContainerTagORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagValidationError

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

ContainerTagValidationError is the validation error returned by ContainerTag.Validate if the designated constraints aren't met.

func (ContainerTagValidationError) Cause

Cause function returns cause value.

func (ContainerTagValidationError) Error

Error satisfies the builtin error interface

func (ContainerTagValidationError) ErrorName

func (e ContainerTagValidationError) ErrorName() string

ErrorName returns error name.

func (ContainerTagValidationError) Field

Field function returns field value.

func (ContainerTagValidationError) Key

Key function returns key value.

func (ContainerTagValidationError) Reason

Reason function returns reason value.

type ContainerTagWithAfterPatchSave

type ContainerTagWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *ContainerTag, *field_mask1.FieldMask, *gorm1.DB) error
}

type ContainerTagWithAfterToORM

type ContainerTagWithAfterToORM interface {
	AfterToORM(context.Context, *ContainerTagORM) error
}

ContainerTagAfterToORM called after default ToORM code

type ContainerTagWithAfterToPB

type ContainerTagWithAfterToPB interface {
	AfterToPB(context.Context, *ContainerTag) error
}

ContainerTagAfterToPB called after default ToPB code

type ContainerTagWithBeforePatchApplyFieldMask

type ContainerTagWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *ContainerTag, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagWithBeforePatchRead

type ContainerTagWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *ContainerTag, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagWithBeforePatchSave

type ContainerTagWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *ContainerTag, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerTagWithBeforeToORM

type ContainerTagWithBeforeToORM interface {
	BeforeToORM(context.Context, *ContainerTagORM) error
}

ContainerTagBeforeToORM called before default ToORM code

type ContainerTagWithBeforeToPB

type ContainerTagWithBeforeToPB interface {
	BeforeToPB(context.Context, *ContainerTag) error
}

ContainerTagBeforeToPB called before default ToPB code

type ContainerTagsClient

type ContainerTagsClient interface {
	// Use this method to create a ContainerTag information.
	Create(ctx context.Context, in *CreateContainerTagRequest, opts ...grpc.CallOption) (*CreateContainerTagResponse, error)
	// Use this method to read a ContainerTag information by identifier.
	Read(ctx context.Context, in *ReadContainerTagRequest, opts ...grpc.CallOption) (*ReadContainerTagResponse, error)
	// Use this method to update a ContainerTag information.
	Update(ctx context.Context, in *UpdateContainerTagRequest, opts ...grpc.CallOption) (*UpdateContainerTagResponse, error)
	// Use this method to delete a particular ContainerTag.
	Delete(ctx context.Context, in *DeleteContainerTagRequest, opts ...grpc.CallOption) (*DeleteContainerTagResponse, error)
	// Use this method to retrieve all the ContainerTags.
	List(ctx context.Context, in *ListContainerTagRequest, opts ...grpc.CallOption) (*ListContainerTagsResponse, error)
}

ContainerTagsClient is the client API for ContainerTags service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewContainerTagsClient

func NewContainerTagsClient(cc *grpc.ClientConn) ContainerTagsClient

type ContainerTagsContainerTagWithAfterCreate

type ContainerTagsContainerTagWithAfterCreate interface {
	AfterCreate(context.Context, *CreateContainerTagResponse, *gorm1.DB) error
}

ContainerTagsContainerTagWithAfterCreate called before DefaultCreateContainerTag in the default Create handler

type ContainerTagsContainerTagWithAfterDelete

type ContainerTagsContainerTagWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteContainerTagResponse, *gorm1.DB) error
}

ContainerTagsContainerTagWithAfterDelete called before DefaultDeleteContainerTag in the default Delete handler

type ContainerTagsContainerTagWithAfterList

type ContainerTagsContainerTagWithAfterList interface {
	AfterList(context.Context, *ListContainerTagsResponse, *gorm1.DB) error
}

ContainerTagsContainerTagWithAfterList called before DefaultListContainerTag in the default List handler

type ContainerTagsContainerTagWithAfterRead

type ContainerTagsContainerTagWithAfterRead interface {
	AfterRead(context.Context, *ReadContainerTagResponse, *gorm1.DB) error
}

ContainerTagsContainerTagWithAfterRead called before DefaultReadContainerTag in the default Read handler

type ContainerTagsContainerTagWithAfterUpdate

type ContainerTagsContainerTagWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateContainerTagResponse, *gorm1.DB) error
}

ContainerTagsContainerTagWithAfterUpdate called before DefaultUpdateContainerTag in the default Update handler

type ContainerTagsContainerTagWithBeforeCreate

type ContainerTagsContainerTagWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainerTagsContainerTagWithBeforeCreate called before DefaultCreateContainerTag in the default Create handler

type ContainerTagsContainerTagWithBeforeDelete

type ContainerTagsContainerTagWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainerTagsContainerTagWithBeforeDelete called before DefaultDeleteContainerTag in the default Delete handler

type ContainerTagsContainerTagWithBeforeList

type ContainerTagsContainerTagWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainerTagsContainerTagWithBeforeList called before DefaultListContainerTag in the default List handler

type ContainerTagsContainerTagWithBeforeRead

type ContainerTagsContainerTagWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainerTagsContainerTagWithBeforeRead called before DefaultReadContainerTag in the default Read handler

type ContainerTagsContainerTagWithBeforeUpdate

type ContainerTagsContainerTagWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainerTagsContainerTagWithBeforeUpdate called before DefaultUpdateContainerTag in the default Update handler

type ContainerTagsDefaultServer

type ContainerTagsDefaultServer struct {
}

func (*ContainerTagsDefaultServer) Create

Create ...

func (*ContainerTagsDefaultServer) Delete

Delete ...

func (*ContainerTagsDefaultServer) List

List ...

func (*ContainerTagsDefaultServer) Read

Read ...

func (*ContainerTagsDefaultServer) Update

Update ...

type ContainerTagsServer

type ContainerTagsServer interface {
	// Use this method to create a ContainerTag information.
	Create(context.Context, *CreateContainerTagRequest) (*CreateContainerTagResponse, error)
	// Use this method to read a ContainerTag information by identifier.
	Read(context.Context, *ReadContainerTagRequest) (*ReadContainerTagResponse, error)
	// Use this method to update a ContainerTag information.
	Update(context.Context, *UpdateContainerTagRequest) (*UpdateContainerTagResponse, error)
	// Use this method to delete a particular ContainerTag.
	Delete(context.Context, *DeleteContainerTagRequest) (*DeleteContainerTagResponse, error)
	// Use this method to retrieve all the ContainerTags.
	List(context.Context, *ListContainerTagRequest) (*ListContainerTagsResponse, error)
}

ContainerTagsServer is the server API for ContainerTags service.

type ContainerValidationError

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

ContainerValidationError is the validation error returned by Container.Validate if the designated constraints aren't met.

func (ContainerValidationError) Cause

func (e ContainerValidationError) Cause() error

Cause function returns cause value.

func (ContainerValidationError) Error

func (e ContainerValidationError) Error() string

Error satisfies the builtin error interface

func (ContainerValidationError) ErrorName

func (e ContainerValidationError) ErrorName() string

ErrorName returns error name.

func (ContainerValidationError) Field

func (e ContainerValidationError) Field() string

Field function returns field value.

func (ContainerValidationError) Key

Key function returns key value.

func (ContainerValidationError) Reason

func (e ContainerValidationError) Reason() string

Reason function returns reason value.

type ContainerWithAfterPatchSave

type ContainerWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Container, *field_mask1.FieldMask, *gorm1.DB) error
}

type ContainerWithAfterToORM

type ContainerWithAfterToORM interface {
	AfterToORM(context.Context, *ContainerORM) error
}

ContainerAfterToORM called after default ToORM code

type ContainerWithAfterToPB

type ContainerWithAfterToPB interface {
	AfterToPB(context.Context, *Container) error
}

ContainerAfterToPB called after default ToPB code

type ContainerWithBeforePatchApplyFieldMask

type ContainerWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Container, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerWithBeforePatchRead

type ContainerWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Container, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerWithBeforePatchSave

type ContainerWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Container, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type ContainerWithBeforeToORM

type ContainerWithBeforeToORM interface {
	BeforeToORM(context.Context, *ContainerORM) error
}

ContainerBeforeToORM called before default ToORM code

type ContainerWithBeforeToPB

type ContainerWithBeforeToPB interface {
	BeforeToPB(context.Context, *Container) error
}

ContainerBeforeToPB called before default ToPB code

type ContainersClient

type ContainersClient interface {
	// Use this method to create a Container information.
	Create(ctx context.Context, in *CreateContainerRequest, opts ...grpc.CallOption) (*CreateContainerResponse, error)
	// Use this method to read a Container information by identifier.
	Read(ctx context.Context, in *ReadContainerRequest, opts ...grpc.CallOption) (*ReadContainerResponse, error)
	// Use this method to update a Container information.
	Update(ctx context.Context, in *UpdateContainerRequest, opts ...grpc.CallOption) (*UpdateContainerResponse, error)
	// Use this method to delete a particular Container.
	Delete(ctx context.Context, in *DeleteContainerRequest, opts ...grpc.CallOption) (*DeleteContainerResponse, error)
	// Use this method to retrieve all the Containers.
	List(ctx context.Context, in *ListContainerRequest, opts ...grpc.CallOption) (*ListContainersResponse, error)
}

ContainersClient is the client API for Containers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewContainersClient

func NewContainersClient(cc *grpc.ClientConn) ContainersClient

type ContainersContainerWithAfterCreate

type ContainersContainerWithAfterCreate interface {
	AfterCreate(context.Context, *CreateContainerResponse, *gorm1.DB) error
}

ContainersContainerWithAfterCreate called before DefaultCreateContainer in the default Create handler

type ContainersContainerWithAfterDelete

type ContainersContainerWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteContainerResponse, *gorm1.DB) error
}

ContainersContainerWithAfterDelete called before DefaultDeleteContainer in the default Delete handler

type ContainersContainerWithAfterList

type ContainersContainerWithAfterList interface {
	AfterList(context.Context, *ListContainersResponse, *gorm1.DB) error
}

ContainersContainerWithAfterList called before DefaultListContainer in the default List handler

type ContainersContainerWithAfterRead

type ContainersContainerWithAfterRead interface {
	AfterRead(context.Context, *ReadContainerResponse, *gorm1.DB) error
}

ContainersContainerWithAfterRead called before DefaultReadContainer in the default Read handler

type ContainersContainerWithAfterUpdate

type ContainersContainerWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateContainerResponse, *gorm1.DB) error
}

ContainersContainerWithAfterUpdate called before DefaultUpdateContainer in the default Update handler

type ContainersContainerWithBeforeCreate

type ContainersContainerWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainersContainerWithBeforeCreate called before DefaultCreateContainer in the default Create handler

type ContainersContainerWithBeforeDelete

type ContainersContainerWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainersContainerWithBeforeDelete called before DefaultDeleteContainer in the default Delete handler

type ContainersContainerWithBeforeList

type ContainersContainerWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainersContainerWithBeforeList called before DefaultListContainer in the default List handler

type ContainersContainerWithBeforeRead

type ContainersContainerWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainersContainerWithBeforeRead called before DefaultReadContainer in the default Read handler

type ContainersContainerWithBeforeUpdate

type ContainersContainerWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

ContainersContainerWithBeforeUpdate called before DefaultUpdateContainer in the default Update handler

type ContainersDefaultServer

type ContainersDefaultServer struct {
}

func (*ContainersDefaultServer) Create

Create ...

func (*ContainersDefaultServer) Delete

Delete ...

func (*ContainersDefaultServer) List

List ...

func (*ContainersDefaultServer) Read

Read ...

func (*ContainersDefaultServer) Update

Update ...

type ContainersServer

type ContainersServer interface {
	// Use this method to create a Container information.
	Create(context.Context, *CreateContainerRequest) (*CreateContainerResponse, error)
	// Use this method to read a Container information by identifier.
	Read(context.Context, *ReadContainerRequest) (*ReadContainerResponse, error)
	// Use this method to update a Container information.
	Update(context.Context, *UpdateContainerRequest) (*UpdateContainerResponse, error)
	// Use this method to delete a particular Container.
	Delete(context.Context, *DeleteContainerRequest) (*DeleteContainerResponse, error)
	// Use this method to retrieve all the Containers.
	List(context.Context, *ListContainerRequest) (*ListContainersResponse, error)
}

ContainersServer is the server API for Containers service.

type CreateAmiRequest

type CreateAmiRequest struct {
	Payload              *Ami     `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateAmiRequest) AtlasValidateJSON

func (_ *CreateAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAmiRequest.

func (*CreateAmiRequest) Descriptor

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

func (*CreateAmiRequest) GetPayload

func (m *CreateAmiRequest) GetPayload() *Ami

func (*CreateAmiRequest) ProtoMessage

func (*CreateAmiRequest) ProtoMessage()

func (*CreateAmiRequest) Reset

func (m *CreateAmiRequest) Reset()

func (*CreateAmiRequest) String

func (m *CreateAmiRequest) String() string

func (*CreateAmiRequest) Validate

func (m *CreateAmiRequest) Validate() error

Validate checks the field values on CreateAmiRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAmiRequest) XXX_DiscardUnknown

func (m *CreateAmiRequest) XXX_DiscardUnknown()

func (*CreateAmiRequest) XXX_Marshal

func (m *CreateAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAmiRequest) XXX_Merge

func (m *CreateAmiRequest) XXX_Merge(src proto.Message)

func (*CreateAmiRequest) XXX_Size

func (m *CreateAmiRequest) XXX_Size() int

func (*CreateAmiRequest) XXX_Unmarshal

func (m *CreateAmiRequest) XXX_Unmarshal(b []byte) error

type CreateAmiRequestValidationError

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

CreateAmiRequestValidationError is the validation error returned by CreateAmiRequest.Validate if the designated constraints aren't met.

func (CreateAmiRequestValidationError) Cause

Cause function returns cause value.

func (CreateAmiRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateAmiRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateAmiRequestValidationError) Field

Field function returns field value.

func (CreateAmiRequestValidationError) Key

Key function returns key value.

func (CreateAmiRequestValidationError) Reason

Reason function returns reason value.

type CreateAmiResponse

type CreateAmiResponse struct {
	Result               *Ami     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateAmiResponse) AtlasValidateJSON

func (_ *CreateAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateAmiResponse.

func (*CreateAmiResponse) Descriptor

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

func (*CreateAmiResponse) GetResult

func (m *CreateAmiResponse) GetResult() *Ami

func (*CreateAmiResponse) ProtoMessage

func (*CreateAmiResponse) ProtoMessage()

func (*CreateAmiResponse) Reset

func (m *CreateAmiResponse) Reset()

func (*CreateAmiResponse) String

func (m *CreateAmiResponse) String() string

func (*CreateAmiResponse) Validate

func (m *CreateAmiResponse) Validate() error

Validate checks the field values on CreateAmiResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateAmiResponse) XXX_DiscardUnknown

func (m *CreateAmiResponse) XXX_DiscardUnknown()

func (*CreateAmiResponse) XXX_Marshal

func (m *CreateAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateAmiResponse) XXX_Merge

func (m *CreateAmiResponse) XXX_Merge(src proto.Message)

func (*CreateAmiResponse) XXX_Size

func (m *CreateAmiResponse) XXX_Size() int

func (*CreateAmiResponse) XXX_Unmarshal

func (m *CreateAmiResponse) XXX_Unmarshal(b []byte) error

type CreateAmiResponseValidationError

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

CreateAmiResponseValidationError is the validation error returned by CreateAmiResponse.Validate if the designated constraints aren't met.

func (CreateAmiResponseValidationError) Cause

Cause function returns cause value.

func (CreateAmiResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateAmiResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateAmiResponseValidationError) Field

Field function returns field value.

func (CreateAmiResponseValidationError) Key

Key function returns key value.

func (CreateAmiResponseValidationError) Reason

Reason function returns reason value.

type CreateApplicationRequest

type CreateApplicationRequest struct {
	Payload              *Application `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateApplicationRequest) AtlasValidateJSON

func (_ *CreateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationRequest.

func (*CreateApplicationRequest) Descriptor

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

func (*CreateApplicationRequest) GetPayload

func (m *CreateApplicationRequest) GetPayload() *Application

func (*CreateApplicationRequest) ProtoMessage

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) Reset

func (m *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) String

func (m *CreateApplicationRequest) String() string

func (*CreateApplicationRequest) Validate

func (m *CreateApplicationRequest) Validate() error

Validate checks the field values on CreateApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationRequest) XXX_DiscardUnknown

func (m *CreateApplicationRequest) XXX_DiscardUnknown()

func (*CreateApplicationRequest) XXX_Marshal

func (m *CreateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationRequest) XXX_Merge

func (m *CreateApplicationRequest) XXX_Merge(src proto.Message)

func (*CreateApplicationRequest) XXX_Size

func (m *CreateApplicationRequest) XXX_Size() int

func (*CreateApplicationRequest) XXX_Unmarshal

func (m *CreateApplicationRequest) XXX_Unmarshal(b []byte) error

type CreateApplicationRequestValidationError

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

CreateApplicationRequestValidationError is the validation error returned by CreateApplicationRequest.Validate if the designated constraints aren't met.

func (CreateApplicationRequestValidationError) Cause

Cause function returns cause value.

func (CreateApplicationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateApplicationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateApplicationRequestValidationError) Field

Field function returns field value.

func (CreateApplicationRequestValidationError) Key

Key function returns key value.

func (CreateApplicationRequestValidationError) Reason

Reason function returns reason value.

type CreateApplicationResponse

type CreateApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateApplicationResponse) AtlasValidateJSON

func (_ *CreateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationResponse.

func (*CreateApplicationResponse) Descriptor

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

func (*CreateApplicationResponse) GetResult

func (m *CreateApplicationResponse) GetResult() *Application

func (*CreateApplicationResponse) ProtoMessage

func (*CreateApplicationResponse) ProtoMessage()

func (*CreateApplicationResponse) Reset

func (m *CreateApplicationResponse) Reset()

func (*CreateApplicationResponse) String

func (m *CreateApplicationResponse) String() string

func (*CreateApplicationResponse) Validate

func (m *CreateApplicationResponse) Validate() error

Validate checks the field values on CreateApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationResponse) XXX_DiscardUnknown

func (m *CreateApplicationResponse) XXX_DiscardUnknown()

func (*CreateApplicationResponse) XXX_Marshal

func (m *CreateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationResponse) XXX_Merge

func (m *CreateApplicationResponse) XXX_Merge(src proto.Message)

func (*CreateApplicationResponse) XXX_Size

func (m *CreateApplicationResponse) XXX_Size() int

func (*CreateApplicationResponse) XXX_Unmarshal

func (m *CreateApplicationResponse) XXX_Unmarshal(b []byte) error

type CreateApplicationResponseValidationError

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

CreateApplicationResponseValidationError is the validation error returned by CreateApplicationResponse.Validate if the designated constraints aren't met.

func (CreateApplicationResponseValidationError) Cause

Cause function returns cause value.

func (CreateApplicationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateApplicationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateApplicationResponseValidationError) Field

Field function returns field value.

func (CreateApplicationResponseValidationError) Key

Key function returns key value.

func (CreateApplicationResponseValidationError) Reason

Reason function returns reason value.

type CreateApplicationVersionRequest

type CreateApplicationVersionRequest struct {
	Payload              *ApplicationVersion `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateApplicationVersionRequest) AtlasValidateJSON

func (_ *CreateApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationVersionRequest.

func (*CreateApplicationVersionRequest) Descriptor

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

func (*CreateApplicationVersionRequest) GetPayload

func (*CreateApplicationVersionRequest) ProtoMessage

func (*CreateApplicationVersionRequest) ProtoMessage()

func (*CreateApplicationVersionRequest) Reset

func (*CreateApplicationVersionRequest) String

func (*CreateApplicationVersionRequest) Validate

func (m *CreateApplicationVersionRequest) Validate() error

Validate checks the field values on CreateApplicationVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationVersionRequest) XXX_DiscardUnknown

func (m *CreateApplicationVersionRequest) XXX_DiscardUnknown()

func (*CreateApplicationVersionRequest) XXX_Marshal

func (m *CreateApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationVersionRequest) XXX_Merge

func (m *CreateApplicationVersionRequest) XXX_Merge(src proto.Message)

func (*CreateApplicationVersionRequest) XXX_Size

func (m *CreateApplicationVersionRequest) XXX_Size() int

func (*CreateApplicationVersionRequest) XXX_Unmarshal

func (m *CreateApplicationVersionRequest) XXX_Unmarshal(b []byte) error

type CreateApplicationVersionRequestValidationError

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

CreateApplicationVersionRequestValidationError is the validation error returned by CreateApplicationVersionRequest.Validate if the designated constraints aren't met.

func (CreateApplicationVersionRequestValidationError) Cause

Cause function returns cause value.

func (CreateApplicationVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateApplicationVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateApplicationVersionRequestValidationError) Field

Field function returns field value.

func (CreateApplicationVersionRequestValidationError) Key

Key function returns key value.

func (CreateApplicationVersionRequestValidationError) Reason

Reason function returns reason value.

type CreateApplicationVersionResponse

type CreateApplicationVersionResponse struct {
	Result               *ApplicationVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateApplicationVersionResponse) AtlasValidateJSON

func (_ *CreateApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateApplicationVersionResponse.

func (*CreateApplicationVersionResponse) Descriptor

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

func (*CreateApplicationVersionResponse) GetResult

func (*CreateApplicationVersionResponse) ProtoMessage

func (*CreateApplicationVersionResponse) ProtoMessage()

func (*CreateApplicationVersionResponse) Reset

func (*CreateApplicationVersionResponse) String

func (*CreateApplicationVersionResponse) Validate

Validate checks the field values on CreateApplicationVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateApplicationVersionResponse) XXX_DiscardUnknown

func (m *CreateApplicationVersionResponse) XXX_DiscardUnknown()

func (*CreateApplicationVersionResponse) XXX_Marshal

func (m *CreateApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateApplicationVersionResponse) XXX_Merge

func (*CreateApplicationVersionResponse) XXX_Size

func (m *CreateApplicationVersionResponse) XXX_Size() int

func (*CreateApplicationVersionResponse) XXX_Unmarshal

func (m *CreateApplicationVersionResponse) XXX_Unmarshal(b []byte) error

type CreateApplicationVersionResponseValidationError

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

CreateApplicationVersionResponseValidationError is the validation error returned by CreateApplicationVersionResponse.Validate if the designated constraints aren't met.

func (CreateApplicationVersionResponseValidationError) Cause

Cause function returns cause value.

func (CreateApplicationVersionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateApplicationVersionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateApplicationVersionResponseValidationError) Field

Field function returns field value.

func (CreateApplicationVersionResponseValidationError) Key

Key function returns key value.

func (CreateApplicationVersionResponseValidationError) Reason

Reason function returns reason value.

type CreateCloudProviderRequest

type CreateCloudProviderRequest struct {
	Payload              *CloudProvider `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateCloudProviderRequest) AtlasValidateJSON

func (_ *CreateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateCloudProviderRequest.

func (*CreateCloudProviderRequest) Descriptor

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

func (*CreateCloudProviderRequest) GetPayload

func (m *CreateCloudProviderRequest) GetPayload() *CloudProvider

func (*CreateCloudProviderRequest) ProtoMessage

func (*CreateCloudProviderRequest) ProtoMessage()

func (*CreateCloudProviderRequest) Reset

func (m *CreateCloudProviderRequest) Reset()

func (*CreateCloudProviderRequest) String

func (m *CreateCloudProviderRequest) String() string

func (*CreateCloudProviderRequest) Validate

func (m *CreateCloudProviderRequest) Validate() error

Validate checks the field values on CreateCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateCloudProviderRequest) XXX_DiscardUnknown

func (m *CreateCloudProviderRequest) XXX_DiscardUnknown()

func (*CreateCloudProviderRequest) XXX_Marshal

func (m *CreateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCloudProviderRequest) XXX_Merge

func (m *CreateCloudProviderRequest) XXX_Merge(src proto.Message)

func (*CreateCloudProviderRequest) XXX_Size

func (m *CreateCloudProviderRequest) XXX_Size() int

func (*CreateCloudProviderRequest) XXX_Unmarshal

func (m *CreateCloudProviderRequest) XXX_Unmarshal(b []byte) error

type CreateCloudProviderRequestValidationError

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

CreateCloudProviderRequestValidationError is the validation error returned by CreateCloudProviderRequest.Validate if the designated constraints aren't met.

func (CreateCloudProviderRequestValidationError) Cause

Cause function returns cause value.

func (CreateCloudProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateCloudProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateCloudProviderRequestValidationError) Field

Field function returns field value.

func (CreateCloudProviderRequestValidationError) Key

Key function returns key value.

func (CreateCloudProviderRequestValidationError) Reason

Reason function returns reason value.

type CreateCloudProviderResponse

type CreateCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateCloudProviderResponse) AtlasValidateJSON

func (_ *CreateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateCloudProviderResponse.

func (*CreateCloudProviderResponse) Descriptor

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

func (*CreateCloudProviderResponse) GetResult

func (*CreateCloudProviderResponse) ProtoMessage

func (*CreateCloudProviderResponse) ProtoMessage()

func (*CreateCloudProviderResponse) Reset

func (m *CreateCloudProviderResponse) Reset()

func (*CreateCloudProviderResponse) String

func (m *CreateCloudProviderResponse) String() string

func (*CreateCloudProviderResponse) Validate

func (m *CreateCloudProviderResponse) Validate() error

Validate checks the field values on CreateCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateCloudProviderResponse) XXX_DiscardUnknown

func (m *CreateCloudProviderResponse) XXX_DiscardUnknown()

func (*CreateCloudProviderResponse) XXX_Marshal

func (m *CreateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateCloudProviderResponse) XXX_Merge

func (m *CreateCloudProviderResponse) XXX_Merge(src proto.Message)

func (*CreateCloudProviderResponse) XXX_Size

func (m *CreateCloudProviderResponse) XXX_Size() int

func (*CreateCloudProviderResponse) XXX_Unmarshal

func (m *CreateCloudProviderResponse) XXX_Unmarshal(b []byte) error

type CreateCloudProviderResponseValidationError

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

CreateCloudProviderResponseValidationError is the validation error returned by CreateCloudProviderResponse.Validate if the designated constraints aren't met.

func (CreateCloudProviderResponseValidationError) Cause

Cause function returns cause value.

func (CreateCloudProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateCloudProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateCloudProviderResponseValidationError) Field

Field function returns field value.

func (CreateCloudProviderResponseValidationError) Key

Key function returns key value.

func (CreateCloudProviderResponseValidationError) Reason

Reason function returns reason value.

type CreateContainerRequest

type CreateContainerRequest struct {
	Payload              *Container `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateContainerRequest) AtlasValidateJSON

func (_ *CreateContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateContainerRequest.

func (*CreateContainerRequest) Descriptor

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

func (*CreateContainerRequest) GetPayload

func (m *CreateContainerRequest) GetPayload() *Container

func (*CreateContainerRequest) ProtoMessage

func (*CreateContainerRequest) ProtoMessage()

func (*CreateContainerRequest) Reset

func (m *CreateContainerRequest) Reset()

func (*CreateContainerRequest) String

func (m *CreateContainerRequest) String() string

func (*CreateContainerRequest) Validate

func (m *CreateContainerRequest) Validate() error

Validate checks the field values on CreateContainerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateContainerRequest) XXX_DiscardUnknown

func (m *CreateContainerRequest) XXX_DiscardUnknown()

func (*CreateContainerRequest) XXX_Marshal

func (m *CreateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateContainerRequest) XXX_Merge

func (m *CreateContainerRequest) XXX_Merge(src proto.Message)

func (*CreateContainerRequest) XXX_Size

func (m *CreateContainerRequest) XXX_Size() int

func (*CreateContainerRequest) XXX_Unmarshal

func (m *CreateContainerRequest) XXX_Unmarshal(b []byte) error

type CreateContainerRequestValidationError

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

CreateContainerRequestValidationError is the validation error returned by CreateContainerRequest.Validate if the designated constraints aren't met.

func (CreateContainerRequestValidationError) Cause

Cause function returns cause value.

func (CreateContainerRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerRequestValidationError) Field

Field function returns field value.

func (CreateContainerRequestValidationError) Key

Key function returns key value.

func (CreateContainerRequestValidationError) Reason

Reason function returns reason value.

type CreateContainerResponse

type CreateContainerResponse struct {
	Result               *Container `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CreateContainerResponse) AtlasValidateJSON

func (_ *CreateContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateContainerResponse.

func (*CreateContainerResponse) Descriptor

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

func (*CreateContainerResponse) GetResult

func (m *CreateContainerResponse) GetResult() *Container

func (*CreateContainerResponse) ProtoMessage

func (*CreateContainerResponse) ProtoMessage()

func (*CreateContainerResponse) Reset

func (m *CreateContainerResponse) Reset()

func (*CreateContainerResponse) String

func (m *CreateContainerResponse) String() string

func (*CreateContainerResponse) Validate

func (m *CreateContainerResponse) Validate() error

Validate checks the field values on CreateContainerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateContainerResponse) XXX_DiscardUnknown

func (m *CreateContainerResponse) XXX_DiscardUnknown()

func (*CreateContainerResponse) XXX_Marshal

func (m *CreateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateContainerResponse) XXX_Merge

func (m *CreateContainerResponse) XXX_Merge(src proto.Message)

func (*CreateContainerResponse) XXX_Size

func (m *CreateContainerResponse) XXX_Size() int

func (*CreateContainerResponse) XXX_Unmarshal

func (m *CreateContainerResponse) XXX_Unmarshal(b []byte) error

type CreateContainerResponseValidationError

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

CreateContainerResponseValidationError is the validation error returned by CreateContainerResponse.Validate if the designated constraints aren't met.

func (CreateContainerResponseValidationError) Cause

Cause function returns cause value.

func (CreateContainerResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerResponseValidationError) Field

Field function returns field value.

func (CreateContainerResponseValidationError) Key

Key function returns key value.

func (CreateContainerResponseValidationError) Reason

Reason function returns reason value.

type CreateContainerTagRequest

type CreateContainerTagRequest struct {
	Payload              *ContainerTag `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreateContainerTagRequest) AtlasValidateJSON

func (_ *CreateContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateContainerTagRequest.

func (*CreateContainerTagRequest) Descriptor

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

func (*CreateContainerTagRequest) GetPayload

func (m *CreateContainerTagRequest) GetPayload() *ContainerTag

func (*CreateContainerTagRequest) ProtoMessage

func (*CreateContainerTagRequest) ProtoMessage()

func (*CreateContainerTagRequest) Reset

func (m *CreateContainerTagRequest) Reset()

func (*CreateContainerTagRequest) String

func (m *CreateContainerTagRequest) String() string

func (*CreateContainerTagRequest) Validate

func (m *CreateContainerTagRequest) Validate() error

Validate checks the field values on CreateContainerTagRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateContainerTagRequest) XXX_DiscardUnknown

func (m *CreateContainerTagRequest) XXX_DiscardUnknown()

func (*CreateContainerTagRequest) XXX_Marshal

func (m *CreateContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateContainerTagRequest) XXX_Merge

func (m *CreateContainerTagRequest) XXX_Merge(src proto.Message)

func (*CreateContainerTagRequest) XXX_Size

func (m *CreateContainerTagRequest) XXX_Size() int

func (*CreateContainerTagRequest) XXX_Unmarshal

func (m *CreateContainerTagRequest) XXX_Unmarshal(b []byte) error

type CreateContainerTagRequestValidationError

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

CreateContainerTagRequestValidationError is the validation error returned by CreateContainerTagRequest.Validate if the designated constraints aren't met.

func (CreateContainerTagRequestValidationError) Cause

Cause function returns cause value.

func (CreateContainerTagRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerTagRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerTagRequestValidationError) Field

Field function returns field value.

func (CreateContainerTagRequestValidationError) Key

Key function returns key value.

func (CreateContainerTagRequestValidationError) Reason

Reason function returns reason value.

type CreateContainerTagResponse

type CreateContainerTagResponse struct {
	Result               *ContainerTag `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreateContainerTagResponse) AtlasValidateJSON

func (_ *CreateContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateContainerTagResponse.

func (*CreateContainerTagResponse) Descriptor

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

func (*CreateContainerTagResponse) GetResult

func (m *CreateContainerTagResponse) GetResult() *ContainerTag

func (*CreateContainerTagResponse) ProtoMessage

func (*CreateContainerTagResponse) ProtoMessage()

func (*CreateContainerTagResponse) Reset

func (m *CreateContainerTagResponse) Reset()

func (*CreateContainerTagResponse) String

func (m *CreateContainerTagResponse) String() string

func (*CreateContainerTagResponse) Validate

func (m *CreateContainerTagResponse) Validate() error

Validate checks the field values on CreateContainerTagResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateContainerTagResponse) XXX_DiscardUnknown

func (m *CreateContainerTagResponse) XXX_DiscardUnknown()

func (*CreateContainerTagResponse) XXX_Marshal

func (m *CreateContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateContainerTagResponse) XXX_Merge

func (m *CreateContainerTagResponse) XXX_Merge(src proto.Message)

func (*CreateContainerTagResponse) XXX_Size

func (m *CreateContainerTagResponse) XXX_Size() int

func (*CreateContainerTagResponse) XXX_Unmarshal

func (m *CreateContainerTagResponse) XXX_Unmarshal(b []byte) error

type CreateContainerTagResponseValidationError

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

CreateContainerTagResponseValidationError is the validation error returned by CreateContainerTagResponse.Validate if the designated constraints aren't met.

func (CreateContainerTagResponseValidationError) Cause

Cause function returns cause value.

func (CreateContainerTagResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateContainerTagResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateContainerTagResponseValidationError) Field

Field function returns field value.

func (CreateContainerTagResponseValidationError) Key

Key function returns key value.

func (CreateContainerTagResponseValidationError) Reason

Reason function returns reason value.

type CreateEventRequest

type CreateEventRequest struct {
	Payload              *Event   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateEventRequest) AtlasValidateJSON

func (_ *CreateEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateEventRequest.

func (*CreateEventRequest) Descriptor

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

func (*CreateEventRequest) GetPayload

func (m *CreateEventRequest) GetPayload() *Event

func (*CreateEventRequest) ProtoMessage

func (*CreateEventRequest) ProtoMessage()

func (*CreateEventRequest) Reset

func (m *CreateEventRequest) Reset()

func (*CreateEventRequest) String

func (m *CreateEventRequest) String() string

func (*CreateEventRequest) Validate

func (m *CreateEventRequest) Validate() error

Validate checks the field values on CreateEventRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEventRequest) XXX_DiscardUnknown

func (m *CreateEventRequest) XXX_DiscardUnknown()

func (*CreateEventRequest) XXX_Marshal

func (m *CreateEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEventRequest) XXX_Merge

func (m *CreateEventRequest) XXX_Merge(src proto.Message)

func (*CreateEventRequest) XXX_Size

func (m *CreateEventRequest) XXX_Size() int

func (*CreateEventRequest) XXX_Unmarshal

func (m *CreateEventRequest) XXX_Unmarshal(b []byte) error

type CreateEventRequestValidationError

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

CreateEventRequestValidationError is the validation error returned by CreateEventRequest.Validate if the designated constraints aren't met.

func (CreateEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEventRequestValidationError) Field

Field function returns field value.

func (CreateEventRequestValidationError) Key

Key function returns key value.

func (CreateEventRequestValidationError) Reason

Reason function returns reason value.

type CreateEventResponse

type CreateEventResponse struct {
	Result               *Event   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateEventResponse) AtlasValidateJSON

func (_ *CreateEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateEventResponse.

func (*CreateEventResponse) Descriptor

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

func (*CreateEventResponse) GetResult

func (m *CreateEventResponse) GetResult() *Event

func (*CreateEventResponse) ProtoMessage

func (*CreateEventResponse) ProtoMessage()

func (*CreateEventResponse) Reset

func (m *CreateEventResponse) Reset()

func (*CreateEventResponse) String

func (m *CreateEventResponse) String() string

func (*CreateEventResponse) Validate

func (m *CreateEventResponse) Validate() error

Validate checks the field values on CreateEventResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateEventResponse) XXX_DiscardUnknown

func (m *CreateEventResponse) XXX_DiscardUnknown()

func (*CreateEventResponse) XXX_Marshal

func (m *CreateEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateEventResponse) XXX_Merge

func (m *CreateEventResponse) XXX_Merge(src proto.Message)

func (*CreateEventResponse) XXX_Size

func (m *CreateEventResponse) XXX_Size() int

func (*CreateEventResponse) XXX_Unmarshal

func (m *CreateEventResponse) XXX_Unmarshal(b []byte) error

type CreateEventResponseValidationError

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

CreateEventResponseValidationError is the validation error returned by CreateEventResponse.Validate if the designated constraints aren't met.

func (CreateEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEventResponseValidationError) Field

Field function returns field value.

func (CreateEventResponseValidationError) Key

Key function returns key value.

func (CreateEventResponseValidationError) Reason

Reason function returns reason value.

type CreateHostRequest

type CreateHostRequest struct {
	Payload              *Host    `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateHostRequest) AtlasValidateJSON

func (_ *CreateHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateHostRequest.

func (*CreateHostRequest) Descriptor

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

func (*CreateHostRequest) GetPayload

func (m *CreateHostRequest) GetPayload() *Host

func (*CreateHostRequest) ProtoMessage

func (*CreateHostRequest) ProtoMessage()

func (*CreateHostRequest) Reset

func (m *CreateHostRequest) Reset()

func (*CreateHostRequest) String

func (m *CreateHostRequest) String() string

func (*CreateHostRequest) Validate

func (m *CreateHostRequest) Validate() error

Validate checks the field values on CreateHostRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateHostRequest) XXX_DiscardUnknown

func (m *CreateHostRequest) XXX_DiscardUnknown()

func (*CreateHostRequest) XXX_Marshal

func (m *CreateHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateHostRequest) XXX_Merge

func (m *CreateHostRequest) XXX_Merge(src proto.Message)

func (*CreateHostRequest) XXX_Size

func (m *CreateHostRequest) XXX_Size() int

func (*CreateHostRequest) XXX_Unmarshal

func (m *CreateHostRequest) XXX_Unmarshal(b []byte) error

type CreateHostRequestValidationError

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

CreateHostRequestValidationError is the validation error returned by CreateHostRequest.Validate if the designated constraints aren't met.

func (CreateHostRequestValidationError) Cause

Cause function returns cause value.

func (CreateHostRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateHostRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateHostRequestValidationError) Field

Field function returns field value.

func (CreateHostRequestValidationError) Key

Key function returns key value.

func (CreateHostRequestValidationError) Reason

Reason function returns reason value.

type CreateHostResponse

type CreateHostResponse struct {
	Result               *Host    `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateHostResponse) AtlasValidateJSON

func (_ *CreateHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateHostResponse.

func (*CreateHostResponse) Descriptor

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

func (*CreateHostResponse) GetResult

func (m *CreateHostResponse) GetResult() *Host

func (*CreateHostResponse) ProtoMessage

func (*CreateHostResponse) ProtoMessage()

func (*CreateHostResponse) Reset

func (m *CreateHostResponse) Reset()

func (*CreateHostResponse) String

func (m *CreateHostResponse) String() string

func (*CreateHostResponse) Validate

func (m *CreateHostResponse) Validate() error

Validate checks the field values on CreateHostResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateHostResponse) XXX_DiscardUnknown

func (m *CreateHostResponse) XXX_DiscardUnknown()

func (*CreateHostResponse) XXX_Marshal

func (m *CreateHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateHostResponse) XXX_Merge

func (m *CreateHostResponse) XXX_Merge(src proto.Message)

func (*CreateHostResponse) XXX_Size

func (m *CreateHostResponse) XXX_Size() int

func (*CreateHostResponse) XXX_Unmarshal

func (m *CreateHostResponse) XXX_Unmarshal(b []byte) error

type CreateHostResponseValidationError

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

CreateHostResponseValidationError is the validation error returned by CreateHostResponse.Validate if the designated constraints aren't met.

func (CreateHostResponseValidationError) Cause

Cause function returns cause value.

func (CreateHostResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateHostResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateHostResponseValidationError) Field

Field function returns field value.

func (CreateHostResponseValidationError) Key

Key function returns key value.

func (CreateHostResponseValidationError) Reason

Reason function returns reason value.

type CreateKnowledgeBaseRequest

type CreateKnowledgeBaseRequest struct {
	Payload              *KnowledgeBase `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateKnowledgeBaseRequest) AtlasValidateJSON

func (_ *CreateKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateKnowledgeBaseRequest.

func (*CreateKnowledgeBaseRequest) Descriptor

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

func (*CreateKnowledgeBaseRequest) GetPayload

func (m *CreateKnowledgeBaseRequest) GetPayload() *KnowledgeBase

func (*CreateKnowledgeBaseRequest) ProtoMessage

func (*CreateKnowledgeBaseRequest) ProtoMessage()

func (*CreateKnowledgeBaseRequest) Reset

func (m *CreateKnowledgeBaseRequest) Reset()

func (*CreateKnowledgeBaseRequest) String

func (m *CreateKnowledgeBaseRequest) String() string

func (*CreateKnowledgeBaseRequest) Validate

func (m *CreateKnowledgeBaseRequest) Validate() error

Validate checks the field values on CreateKnowledgeBaseRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateKnowledgeBaseRequest) XXX_DiscardUnknown

func (m *CreateKnowledgeBaseRequest) XXX_DiscardUnknown()

func (*CreateKnowledgeBaseRequest) XXX_Marshal

func (m *CreateKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateKnowledgeBaseRequest) XXX_Merge

func (m *CreateKnowledgeBaseRequest) XXX_Merge(src proto.Message)

func (*CreateKnowledgeBaseRequest) XXX_Size

func (m *CreateKnowledgeBaseRequest) XXX_Size() int

func (*CreateKnowledgeBaseRequest) XXX_Unmarshal

func (m *CreateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error

type CreateKnowledgeBaseRequestValidationError

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

CreateKnowledgeBaseRequestValidationError is the validation error returned by CreateKnowledgeBaseRequest.Validate if the designated constraints aren't met.

func (CreateKnowledgeBaseRequestValidationError) Cause

Cause function returns cause value.

func (CreateKnowledgeBaseRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateKnowledgeBaseRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateKnowledgeBaseRequestValidationError) Field

Field function returns field value.

func (CreateKnowledgeBaseRequestValidationError) Key

Key function returns key value.

func (CreateKnowledgeBaseRequestValidationError) Reason

Reason function returns reason value.

type CreateKnowledgeBaseResponse

type CreateKnowledgeBaseResponse struct {
	Result               *KnowledgeBase `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateKnowledgeBaseResponse) AtlasValidateJSON

func (_ *CreateKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateKnowledgeBaseResponse.

func (*CreateKnowledgeBaseResponse) Descriptor

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

func (*CreateKnowledgeBaseResponse) GetResult

func (*CreateKnowledgeBaseResponse) ProtoMessage

func (*CreateKnowledgeBaseResponse) ProtoMessage()

func (*CreateKnowledgeBaseResponse) Reset

func (m *CreateKnowledgeBaseResponse) Reset()

func (*CreateKnowledgeBaseResponse) String

func (m *CreateKnowledgeBaseResponse) String() string

func (*CreateKnowledgeBaseResponse) Validate

func (m *CreateKnowledgeBaseResponse) Validate() error

Validate checks the field values on CreateKnowledgeBaseResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateKnowledgeBaseResponse) XXX_DiscardUnknown

func (m *CreateKnowledgeBaseResponse) XXX_DiscardUnknown()

func (*CreateKnowledgeBaseResponse) XXX_Marshal

func (m *CreateKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateKnowledgeBaseResponse) XXX_Merge

func (m *CreateKnowledgeBaseResponse) XXX_Merge(src proto.Message)

func (*CreateKnowledgeBaseResponse) XXX_Size

func (m *CreateKnowledgeBaseResponse) XXX_Size() int

func (*CreateKnowledgeBaseResponse) XXX_Unmarshal

func (m *CreateKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error

type CreateKnowledgeBaseResponseValidationError

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

CreateKnowledgeBaseResponseValidationError is the validation error returned by CreateKnowledgeBaseResponse.Validate if the designated constraints aren't met.

func (CreateKnowledgeBaseResponseValidationError) Cause

Cause function returns cause value.

func (CreateKnowledgeBaseResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateKnowledgeBaseResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateKnowledgeBaseResponseValidationError) Field

Field function returns field value.

func (CreateKnowledgeBaseResponseValidationError) Key

Key function returns key value.

func (CreateKnowledgeBaseResponseValidationError) Reason

Reason function returns reason value.

type CreateRegionRequest

type CreateRegionRequest struct {
	Payload              *Region  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRegionRequest) AtlasValidateJSON

func (_ *CreateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegionRequest.

func (*CreateRegionRequest) Descriptor

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

func (*CreateRegionRequest) GetPayload

func (m *CreateRegionRequest) GetPayload() *Region

func (*CreateRegionRequest) ProtoMessage

func (*CreateRegionRequest) ProtoMessage()

func (*CreateRegionRequest) Reset

func (m *CreateRegionRequest) Reset()

func (*CreateRegionRequest) String

func (m *CreateRegionRequest) String() string

func (*CreateRegionRequest) Validate

func (m *CreateRegionRequest) Validate() error

Validate checks the field values on CreateRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegionRequest) XXX_DiscardUnknown

func (m *CreateRegionRequest) XXX_DiscardUnknown()

func (*CreateRegionRequest) XXX_Marshal

func (m *CreateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegionRequest) XXX_Merge

func (m *CreateRegionRequest) XXX_Merge(src proto.Message)

func (*CreateRegionRequest) XXX_Size

func (m *CreateRegionRequest) XXX_Size() int

func (*CreateRegionRequest) XXX_Unmarshal

func (m *CreateRegionRequest) XXX_Unmarshal(b []byte) error

type CreateRegionRequestValidationError

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

CreateRegionRequestValidationError is the validation error returned by CreateRegionRequest.Validate if the designated constraints aren't met.

func (CreateRegionRequestValidationError) Cause

Cause function returns cause value.

func (CreateRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRegionRequestValidationError) Field

Field function returns field value.

func (CreateRegionRequestValidationError) Key

Key function returns key value.

func (CreateRegionRequestValidationError) Reason

Reason function returns reason value.

type CreateRegionResponse

type CreateRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateRegionResponse) AtlasValidateJSON

func (_ *CreateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegionResponse.

func (*CreateRegionResponse) Descriptor

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

func (*CreateRegionResponse) GetResult

func (m *CreateRegionResponse) GetResult() *Region

func (*CreateRegionResponse) ProtoMessage

func (*CreateRegionResponse) ProtoMessage()

func (*CreateRegionResponse) Reset

func (m *CreateRegionResponse) Reset()

func (*CreateRegionResponse) String

func (m *CreateRegionResponse) String() string

func (*CreateRegionResponse) Validate

func (m *CreateRegionResponse) Validate() error

Validate checks the field values on CreateRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegionResponse) XXX_DiscardUnknown

func (m *CreateRegionResponse) XXX_DiscardUnknown()

func (*CreateRegionResponse) XXX_Marshal

func (m *CreateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegionResponse) XXX_Merge

func (m *CreateRegionResponse) XXX_Merge(src proto.Message)

func (*CreateRegionResponse) XXX_Size

func (m *CreateRegionResponse) XXX_Size() int

func (*CreateRegionResponse) XXX_Unmarshal

func (m *CreateRegionResponse) XXX_Unmarshal(b []byte) error

type CreateRegionResponseValidationError

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

CreateRegionResponseValidationError is the validation error returned by CreateRegionResponse.Validate if the designated constraints aren't met.

func (CreateRegionResponseValidationError) Cause

Cause function returns cause value.

func (CreateRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRegionResponseValidationError) Field

Field function returns field value.

func (CreateRegionResponseValidationError) Key

Key function returns key value.

func (CreateRegionResponseValidationError) Reason

Reason function returns reason value.

type CreateRegistryRequest

type CreateRegistryRequest struct {
	Payload              *Registry `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CreateRegistryRequest) AtlasValidateJSON

func (_ *CreateRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegistryRequest.

func (*CreateRegistryRequest) Descriptor

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

func (*CreateRegistryRequest) GetPayload

func (m *CreateRegistryRequest) GetPayload() *Registry

func (*CreateRegistryRequest) ProtoMessage

func (*CreateRegistryRequest) ProtoMessage()

func (*CreateRegistryRequest) Reset

func (m *CreateRegistryRequest) Reset()

func (*CreateRegistryRequest) String

func (m *CreateRegistryRequest) String() string

func (*CreateRegistryRequest) Validate

func (m *CreateRegistryRequest) Validate() error

Validate checks the field values on CreateRegistryRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegistryRequest) XXX_DiscardUnknown

func (m *CreateRegistryRequest) XXX_DiscardUnknown()

func (*CreateRegistryRequest) XXX_Marshal

func (m *CreateRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegistryRequest) XXX_Merge

func (m *CreateRegistryRequest) XXX_Merge(src proto.Message)

func (*CreateRegistryRequest) XXX_Size

func (m *CreateRegistryRequest) XXX_Size() int

func (*CreateRegistryRequest) XXX_Unmarshal

func (m *CreateRegistryRequest) XXX_Unmarshal(b []byte) error

type CreateRegistryRequestValidationError

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

CreateRegistryRequestValidationError is the validation error returned by CreateRegistryRequest.Validate if the designated constraints aren't met.

func (CreateRegistryRequestValidationError) Cause

Cause function returns cause value.

func (CreateRegistryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRegistryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRegistryRequestValidationError) Field

Field function returns field value.

func (CreateRegistryRequestValidationError) Key

Key function returns key value.

func (CreateRegistryRequestValidationError) Reason

Reason function returns reason value.

type CreateRegistryResponse

type CreateRegistryResponse struct {
	Result               *Registry `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*CreateRegistryResponse) AtlasValidateJSON

func (_ *CreateRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateRegistryResponse.

func (*CreateRegistryResponse) Descriptor

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

func (*CreateRegistryResponse) GetResult

func (m *CreateRegistryResponse) GetResult() *Registry

func (*CreateRegistryResponse) ProtoMessage

func (*CreateRegistryResponse) ProtoMessage()

func (*CreateRegistryResponse) Reset

func (m *CreateRegistryResponse) Reset()

func (*CreateRegistryResponse) String

func (m *CreateRegistryResponse) String() string

func (*CreateRegistryResponse) Validate

func (m *CreateRegistryResponse) Validate() error

Validate checks the field values on CreateRegistryResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateRegistryResponse) XXX_DiscardUnknown

func (m *CreateRegistryResponse) XXX_DiscardUnknown()

func (*CreateRegistryResponse) XXX_Marshal

func (m *CreateRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateRegistryResponse) XXX_Merge

func (m *CreateRegistryResponse) XXX_Merge(src proto.Message)

func (*CreateRegistryResponse) XXX_Size

func (m *CreateRegistryResponse) XXX_Size() int

func (*CreateRegistryResponse) XXX_Unmarshal

func (m *CreateRegistryResponse) XXX_Unmarshal(b []byte) error

type CreateRegistryResponseValidationError

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

CreateRegistryResponseValidationError is the validation error returned by CreateRegistryResponse.Validate if the designated constraints aren't met.

func (CreateRegistryResponseValidationError) Cause

Cause function returns cause value.

func (CreateRegistryResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRegistryResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRegistryResponseValidationError) Field

Field function returns field value.

func (CreateRegistryResponseValidationError) Key

Key function returns key value.

func (CreateRegistryResponseValidationError) Reason

Reason function returns reason value.

type CreateVpcRequest

type CreateVpcRequest struct {
	Payload              *Vpc     `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVpcRequest) AtlasValidateJSON

func (_ *CreateVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVpcRequest.

func (*CreateVpcRequest) Descriptor

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

func (*CreateVpcRequest) GetPayload

func (m *CreateVpcRequest) GetPayload() *Vpc

func (*CreateVpcRequest) ProtoMessage

func (*CreateVpcRequest) ProtoMessage()

func (*CreateVpcRequest) Reset

func (m *CreateVpcRequest) Reset()

func (*CreateVpcRequest) String

func (m *CreateVpcRequest) String() string

func (*CreateVpcRequest) Validate

func (m *CreateVpcRequest) Validate() error

Validate checks the field values on CreateVpcRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVpcRequest) XXX_DiscardUnknown

func (m *CreateVpcRequest) XXX_DiscardUnknown()

func (*CreateVpcRequest) XXX_Marshal

func (m *CreateVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVpcRequest) XXX_Merge

func (m *CreateVpcRequest) XXX_Merge(src proto.Message)

func (*CreateVpcRequest) XXX_Size

func (m *CreateVpcRequest) XXX_Size() int

func (*CreateVpcRequest) XXX_Unmarshal

func (m *CreateVpcRequest) XXX_Unmarshal(b []byte) error

type CreateVpcRequestValidationError

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

CreateVpcRequestValidationError is the validation error returned by CreateVpcRequest.Validate if the designated constraints aren't met.

func (CreateVpcRequestValidationError) Cause

Cause function returns cause value.

func (CreateVpcRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVpcRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVpcRequestValidationError) Field

Field function returns field value.

func (CreateVpcRequestValidationError) Key

Key function returns key value.

func (CreateVpcRequestValidationError) Reason

Reason function returns reason value.

type CreateVpcResponse

type CreateVpcResponse struct {
	Result               *Vpc     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVpcResponse) AtlasValidateJSON

func (_ *CreateVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVpcResponse.

func (*CreateVpcResponse) Descriptor

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

func (*CreateVpcResponse) GetResult

func (m *CreateVpcResponse) GetResult() *Vpc

func (*CreateVpcResponse) ProtoMessage

func (*CreateVpcResponse) ProtoMessage()

func (*CreateVpcResponse) Reset

func (m *CreateVpcResponse) Reset()

func (*CreateVpcResponse) String

func (m *CreateVpcResponse) String() string

func (*CreateVpcResponse) Validate

func (m *CreateVpcResponse) Validate() error

Validate checks the field values on CreateVpcResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVpcResponse) XXX_DiscardUnknown

func (m *CreateVpcResponse) XXX_DiscardUnknown()

func (*CreateVpcResponse) XXX_Marshal

func (m *CreateVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVpcResponse) XXX_Merge

func (m *CreateVpcResponse) XXX_Merge(src proto.Message)

func (*CreateVpcResponse) XXX_Size

func (m *CreateVpcResponse) XXX_Size() int

func (*CreateVpcResponse) XXX_Unmarshal

func (m *CreateVpcResponse) XXX_Unmarshal(b []byte) error

type CreateVpcResponseValidationError

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

CreateVpcResponseValidationError is the validation error returned by CreateVpcResponse.Validate if the designated constraints aren't met.

func (CreateVpcResponseValidationError) Cause

Cause function returns cause value.

func (CreateVpcResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVpcResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVpcResponseValidationError) Field

Field function returns field value.

func (CreateVpcResponseValidationError) Key

Key function returns key value.

func (CreateVpcResponseValidationError) Reason

Reason function returns reason value.

type CreateVulnerabilityRequest

type CreateVulnerabilityRequest struct {
	Payload              *Vulnerability `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateVulnerabilityRequest) AtlasValidateJSON

func (_ *CreateVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVulnerabilityRequest.

func (*CreateVulnerabilityRequest) Descriptor

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

func (*CreateVulnerabilityRequest) GetPayload

func (m *CreateVulnerabilityRequest) GetPayload() *Vulnerability

func (*CreateVulnerabilityRequest) ProtoMessage

func (*CreateVulnerabilityRequest) ProtoMessage()

func (*CreateVulnerabilityRequest) Reset

func (m *CreateVulnerabilityRequest) Reset()

func (*CreateVulnerabilityRequest) String

func (m *CreateVulnerabilityRequest) String() string

func (*CreateVulnerabilityRequest) Validate

func (m *CreateVulnerabilityRequest) Validate() error

Validate checks the field values on CreateVulnerabilityRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVulnerabilityRequest) XXX_DiscardUnknown

func (m *CreateVulnerabilityRequest) XXX_DiscardUnknown()

func (*CreateVulnerabilityRequest) XXX_Marshal

func (m *CreateVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVulnerabilityRequest) XXX_Merge

func (m *CreateVulnerabilityRequest) XXX_Merge(src proto.Message)

func (*CreateVulnerabilityRequest) XXX_Size

func (m *CreateVulnerabilityRequest) XXX_Size() int

func (*CreateVulnerabilityRequest) XXX_Unmarshal

func (m *CreateVulnerabilityRequest) XXX_Unmarshal(b []byte) error

type CreateVulnerabilityRequestValidationError

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

CreateVulnerabilityRequestValidationError is the validation error returned by CreateVulnerabilityRequest.Validate if the designated constraints aren't met.

func (CreateVulnerabilityRequestValidationError) Cause

Cause function returns cause value.

func (CreateVulnerabilityRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVulnerabilityRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVulnerabilityRequestValidationError) Field

Field function returns field value.

func (CreateVulnerabilityRequestValidationError) Key

Key function returns key value.

func (CreateVulnerabilityRequestValidationError) Reason

Reason function returns reason value.

type CreateVulnerabilityResponse

type CreateVulnerabilityResponse struct {
	Result               *Vulnerability `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateVulnerabilityResponse) AtlasValidateJSON

func (_ *CreateVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object CreateVulnerabilityResponse.

func (*CreateVulnerabilityResponse) Descriptor

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

func (*CreateVulnerabilityResponse) GetResult

func (*CreateVulnerabilityResponse) ProtoMessage

func (*CreateVulnerabilityResponse) ProtoMessage()

func (*CreateVulnerabilityResponse) Reset

func (m *CreateVulnerabilityResponse) Reset()

func (*CreateVulnerabilityResponse) String

func (m *CreateVulnerabilityResponse) String() string

func (*CreateVulnerabilityResponse) Validate

func (m *CreateVulnerabilityResponse) Validate() error

Validate checks the field values on CreateVulnerabilityResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*CreateVulnerabilityResponse) XXX_DiscardUnknown

func (m *CreateVulnerabilityResponse) XXX_DiscardUnknown()

func (*CreateVulnerabilityResponse) XXX_Marshal

func (m *CreateVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CreateVulnerabilityResponse) XXX_Merge

func (m *CreateVulnerabilityResponse) XXX_Merge(src proto.Message)

func (*CreateVulnerabilityResponse) XXX_Size

func (m *CreateVulnerabilityResponse) XXX_Size() int

func (*CreateVulnerabilityResponse) XXX_Unmarshal

func (m *CreateVulnerabilityResponse) XXX_Unmarshal(b []byte) error

type CreateVulnerabilityResponseValidationError

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

CreateVulnerabilityResponseValidationError is the validation error returned by CreateVulnerabilityResponse.Validate if the designated constraints aren't met.

func (CreateVulnerabilityResponseValidationError) Cause

Cause function returns cause value.

func (CreateVulnerabilityResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVulnerabilityResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVulnerabilityResponseValidationError) Field

Field function returns field value.

func (CreateVulnerabilityResponseValidationError) Key

Key function returns key value.

func (CreateVulnerabilityResponseValidationError) Reason

Reason function returns reason value.

type DeleteAmiRequest

type DeleteAmiRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteAmiRequest) AtlasValidateJSON

func (_ *DeleteAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAmiRequest.

func (*DeleteAmiRequest) Descriptor

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

func (*DeleteAmiRequest) GetId

func (m *DeleteAmiRequest) GetId() *resource.Identifier

func (*DeleteAmiRequest) ProtoMessage

func (*DeleteAmiRequest) ProtoMessage()

func (*DeleteAmiRequest) Reset

func (m *DeleteAmiRequest) Reset()

func (*DeleteAmiRequest) String

func (m *DeleteAmiRequest) String() string

func (*DeleteAmiRequest) Validate

func (m *DeleteAmiRequest) Validate() error

Validate checks the field values on DeleteAmiRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAmiRequest) XXX_DiscardUnknown

func (m *DeleteAmiRequest) XXX_DiscardUnknown()

func (*DeleteAmiRequest) XXX_Marshal

func (m *DeleteAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAmiRequest) XXX_Merge

func (m *DeleteAmiRequest) XXX_Merge(src proto.Message)

func (*DeleteAmiRequest) XXX_Size

func (m *DeleteAmiRequest) XXX_Size() int

func (*DeleteAmiRequest) XXX_Unmarshal

func (m *DeleteAmiRequest) XXX_Unmarshal(b []byte) error

type DeleteAmiRequestValidationError

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

DeleteAmiRequestValidationError is the validation error returned by DeleteAmiRequest.Validate if the designated constraints aren't met.

func (DeleteAmiRequestValidationError) Cause

Cause function returns cause value.

func (DeleteAmiRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteAmiRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteAmiRequestValidationError) Field

Field function returns field value.

func (DeleteAmiRequestValidationError) Key

Key function returns key value.

func (DeleteAmiRequestValidationError) Reason

Reason function returns reason value.

type DeleteAmiResponse

type DeleteAmiResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteAmiResponse) AtlasValidateJSON

func (_ *DeleteAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteAmiResponse.

func (*DeleteAmiResponse) Descriptor

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

func (*DeleteAmiResponse) ProtoMessage

func (*DeleteAmiResponse) ProtoMessage()

func (*DeleteAmiResponse) Reset

func (m *DeleteAmiResponse) Reset()

func (*DeleteAmiResponse) String

func (m *DeleteAmiResponse) String() string

func (*DeleteAmiResponse) Validate

func (m *DeleteAmiResponse) Validate() error

Validate checks the field values on DeleteAmiResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteAmiResponse) XXX_DiscardUnknown

func (m *DeleteAmiResponse) XXX_DiscardUnknown()

func (*DeleteAmiResponse) XXX_Marshal

func (m *DeleteAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteAmiResponse) XXX_Merge

func (m *DeleteAmiResponse) XXX_Merge(src proto.Message)

func (*DeleteAmiResponse) XXX_Size

func (m *DeleteAmiResponse) XXX_Size() int

func (*DeleteAmiResponse) XXX_Unmarshal

func (m *DeleteAmiResponse) XXX_Unmarshal(b []byte) error

type DeleteAmiResponseValidationError

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

DeleteAmiResponseValidationError is the validation error returned by DeleteAmiResponse.Validate if the designated constraints aren't met.

func (DeleteAmiResponseValidationError) Cause

Cause function returns cause value.

func (DeleteAmiResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteAmiResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteAmiResponseValidationError) Field

Field function returns field value.

func (DeleteAmiResponseValidationError) Key

Key function returns key value.

func (DeleteAmiResponseValidationError) Reason

Reason function returns reason value.

type DeleteApplicationRequest

type DeleteApplicationRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteApplicationRequest) AtlasValidateJSON

func (_ *DeleteApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationRequest.

func (*DeleteApplicationRequest) Descriptor

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

func (*DeleteApplicationRequest) GetId

func (*DeleteApplicationRequest) ProtoMessage

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) Reset

func (m *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String

func (m *DeleteApplicationRequest) String() string

func (*DeleteApplicationRequest) Validate

func (m *DeleteApplicationRequest) Validate() error

Validate checks the field values on DeleteApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationRequest) XXX_DiscardUnknown

func (m *DeleteApplicationRequest) XXX_DiscardUnknown()

func (*DeleteApplicationRequest) XXX_Marshal

func (m *DeleteApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationRequest) XXX_Merge

func (m *DeleteApplicationRequest) XXX_Merge(src proto.Message)

func (*DeleteApplicationRequest) XXX_Size

func (m *DeleteApplicationRequest) XXX_Size() int

func (*DeleteApplicationRequest) XXX_Unmarshal

func (m *DeleteApplicationRequest) XXX_Unmarshal(b []byte) error

type DeleteApplicationRequestValidationError

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

DeleteApplicationRequestValidationError is the validation error returned by DeleteApplicationRequest.Validate if the designated constraints aren't met.

func (DeleteApplicationRequestValidationError) Cause

Cause function returns cause value.

func (DeleteApplicationRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteApplicationRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteApplicationRequestValidationError) Field

Field function returns field value.

func (DeleteApplicationRequestValidationError) Key

Key function returns key value.

func (DeleteApplicationRequestValidationError) Reason

Reason function returns reason value.

type DeleteApplicationResponse

type DeleteApplicationResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteApplicationResponse) AtlasValidateJSON

func (_ *DeleteApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationResponse.

func (*DeleteApplicationResponse) Descriptor

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

func (*DeleteApplicationResponse) ProtoMessage

func (*DeleteApplicationResponse) ProtoMessage()

func (*DeleteApplicationResponse) Reset

func (m *DeleteApplicationResponse) Reset()

func (*DeleteApplicationResponse) String

func (m *DeleteApplicationResponse) String() string

func (*DeleteApplicationResponse) Validate

func (m *DeleteApplicationResponse) Validate() error

Validate checks the field values on DeleteApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationResponse) XXX_DiscardUnknown

func (m *DeleteApplicationResponse) XXX_DiscardUnknown()

func (*DeleteApplicationResponse) XXX_Marshal

func (m *DeleteApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationResponse) XXX_Merge

func (m *DeleteApplicationResponse) XXX_Merge(src proto.Message)

func (*DeleteApplicationResponse) XXX_Size

func (m *DeleteApplicationResponse) XXX_Size() int

func (*DeleteApplicationResponse) XXX_Unmarshal

func (m *DeleteApplicationResponse) XXX_Unmarshal(b []byte) error

type DeleteApplicationResponseValidationError

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

DeleteApplicationResponseValidationError is the validation error returned by DeleteApplicationResponse.Validate if the designated constraints aren't met.

func (DeleteApplicationResponseValidationError) Cause

Cause function returns cause value.

func (DeleteApplicationResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteApplicationResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteApplicationResponseValidationError) Field

Field function returns field value.

func (DeleteApplicationResponseValidationError) Key

Key function returns key value.

func (DeleteApplicationResponseValidationError) Reason

Reason function returns reason value.

type DeleteApplicationVersionRequest

type DeleteApplicationVersionRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteApplicationVersionRequest) AtlasValidateJSON

func (_ *DeleteApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationVersionRequest.

func (*DeleteApplicationVersionRequest) Descriptor

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

func (*DeleteApplicationVersionRequest) GetId

func (*DeleteApplicationVersionRequest) ProtoMessage

func (*DeleteApplicationVersionRequest) ProtoMessage()

func (*DeleteApplicationVersionRequest) Reset

func (*DeleteApplicationVersionRequest) String

func (*DeleteApplicationVersionRequest) Validate

func (m *DeleteApplicationVersionRequest) Validate() error

Validate checks the field values on DeleteApplicationVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationVersionRequest) XXX_DiscardUnknown

func (m *DeleteApplicationVersionRequest) XXX_DiscardUnknown()

func (*DeleteApplicationVersionRequest) XXX_Marshal

func (m *DeleteApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationVersionRequest) XXX_Merge

func (m *DeleteApplicationVersionRequest) XXX_Merge(src proto.Message)

func (*DeleteApplicationVersionRequest) XXX_Size

func (m *DeleteApplicationVersionRequest) XXX_Size() int

func (*DeleteApplicationVersionRequest) XXX_Unmarshal

func (m *DeleteApplicationVersionRequest) XXX_Unmarshal(b []byte) error

type DeleteApplicationVersionRequestValidationError

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

DeleteApplicationVersionRequestValidationError is the validation error returned by DeleteApplicationVersionRequest.Validate if the designated constraints aren't met.

func (DeleteApplicationVersionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteApplicationVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteApplicationVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteApplicationVersionRequestValidationError) Field

Field function returns field value.

func (DeleteApplicationVersionRequestValidationError) Key

Key function returns key value.

func (DeleteApplicationVersionRequestValidationError) Reason

Reason function returns reason value.

type DeleteApplicationVersionResponse

type DeleteApplicationVersionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteApplicationVersionResponse) AtlasValidateJSON

func (_ *DeleteApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteApplicationVersionResponse.

func (*DeleteApplicationVersionResponse) Descriptor

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

func (*DeleteApplicationVersionResponse) ProtoMessage

func (*DeleteApplicationVersionResponse) ProtoMessage()

func (*DeleteApplicationVersionResponse) Reset

func (*DeleteApplicationVersionResponse) String

func (*DeleteApplicationVersionResponse) Validate

Validate checks the field values on DeleteApplicationVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteApplicationVersionResponse) XXX_DiscardUnknown

func (m *DeleteApplicationVersionResponse) XXX_DiscardUnknown()

func (*DeleteApplicationVersionResponse) XXX_Marshal

func (m *DeleteApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteApplicationVersionResponse) XXX_Merge

func (*DeleteApplicationVersionResponse) XXX_Size

func (m *DeleteApplicationVersionResponse) XXX_Size() int

func (*DeleteApplicationVersionResponse) XXX_Unmarshal

func (m *DeleteApplicationVersionResponse) XXX_Unmarshal(b []byte) error

type DeleteApplicationVersionResponseValidationError

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

DeleteApplicationVersionResponseValidationError is the validation error returned by DeleteApplicationVersionResponse.Validate if the designated constraints aren't met.

func (DeleteApplicationVersionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteApplicationVersionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteApplicationVersionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteApplicationVersionResponseValidationError) Field

Field function returns field value.

func (DeleteApplicationVersionResponseValidationError) Key

Key function returns key value.

func (DeleteApplicationVersionResponseValidationError) Reason

Reason function returns reason value.

type DeleteCloudProviderRequest

type DeleteCloudProviderRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteCloudProviderRequest) AtlasValidateJSON

func (_ *DeleteCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteCloudProviderRequest.

func (*DeleteCloudProviderRequest) Descriptor

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

func (*DeleteCloudProviderRequest) GetId

func (*DeleteCloudProviderRequest) ProtoMessage

func (*DeleteCloudProviderRequest) ProtoMessage()

func (*DeleteCloudProviderRequest) Reset

func (m *DeleteCloudProviderRequest) Reset()

func (*DeleteCloudProviderRequest) String

func (m *DeleteCloudProviderRequest) String() string

func (*DeleteCloudProviderRequest) Validate

func (m *DeleteCloudProviderRequest) Validate() error

Validate checks the field values on DeleteCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteCloudProviderRequest) XXX_DiscardUnknown

func (m *DeleteCloudProviderRequest) XXX_DiscardUnknown()

func (*DeleteCloudProviderRequest) XXX_Marshal

func (m *DeleteCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCloudProviderRequest) XXX_Merge

func (m *DeleteCloudProviderRequest) XXX_Merge(src proto.Message)

func (*DeleteCloudProviderRequest) XXX_Size

func (m *DeleteCloudProviderRequest) XXX_Size() int

func (*DeleteCloudProviderRequest) XXX_Unmarshal

func (m *DeleteCloudProviderRequest) XXX_Unmarshal(b []byte) error

type DeleteCloudProviderRequestValidationError

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

DeleteCloudProviderRequestValidationError is the validation error returned by DeleteCloudProviderRequest.Validate if the designated constraints aren't met.

func (DeleteCloudProviderRequestValidationError) Cause

Cause function returns cause value.

func (DeleteCloudProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteCloudProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteCloudProviderRequestValidationError) Field

Field function returns field value.

func (DeleteCloudProviderRequestValidationError) Key

Key function returns key value.

func (DeleteCloudProviderRequestValidationError) Reason

Reason function returns reason value.

type DeleteCloudProviderResponse

type DeleteCloudProviderResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteCloudProviderResponse) AtlasValidateJSON

func (_ *DeleteCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteCloudProviderResponse.

func (*DeleteCloudProviderResponse) Descriptor

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

func (*DeleteCloudProviderResponse) ProtoMessage

func (*DeleteCloudProviderResponse) ProtoMessage()

func (*DeleteCloudProviderResponse) Reset

func (m *DeleteCloudProviderResponse) Reset()

func (*DeleteCloudProviderResponse) String

func (m *DeleteCloudProviderResponse) String() string

func (*DeleteCloudProviderResponse) Validate

func (m *DeleteCloudProviderResponse) Validate() error

Validate checks the field values on DeleteCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteCloudProviderResponse) XXX_DiscardUnknown

func (m *DeleteCloudProviderResponse) XXX_DiscardUnknown()

func (*DeleteCloudProviderResponse) XXX_Marshal

func (m *DeleteCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteCloudProviderResponse) XXX_Merge

func (m *DeleteCloudProviderResponse) XXX_Merge(src proto.Message)

func (*DeleteCloudProviderResponse) XXX_Size

func (m *DeleteCloudProviderResponse) XXX_Size() int

func (*DeleteCloudProviderResponse) XXX_Unmarshal

func (m *DeleteCloudProviderResponse) XXX_Unmarshal(b []byte) error

type DeleteCloudProviderResponseValidationError

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

DeleteCloudProviderResponseValidationError is the validation error returned by DeleteCloudProviderResponse.Validate if the designated constraints aren't met.

func (DeleteCloudProviderResponseValidationError) Cause

Cause function returns cause value.

func (DeleteCloudProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteCloudProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteCloudProviderResponseValidationError) Field

Field function returns field value.

func (DeleteCloudProviderResponseValidationError) Key

Key function returns key value.

func (DeleteCloudProviderResponseValidationError) Reason

Reason function returns reason value.

type DeleteContainerRequest

type DeleteContainerRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteContainerRequest) AtlasValidateJSON

func (_ *DeleteContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteContainerRequest.

func (*DeleteContainerRequest) Descriptor

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

func (*DeleteContainerRequest) GetId

func (*DeleteContainerRequest) ProtoMessage

func (*DeleteContainerRequest) ProtoMessage()

func (*DeleteContainerRequest) Reset

func (m *DeleteContainerRequest) Reset()

func (*DeleteContainerRequest) String

func (m *DeleteContainerRequest) String() string

func (*DeleteContainerRequest) Validate

func (m *DeleteContainerRequest) Validate() error

Validate checks the field values on DeleteContainerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteContainerRequest) XXX_DiscardUnknown

func (m *DeleteContainerRequest) XXX_DiscardUnknown()

func (*DeleteContainerRequest) XXX_Marshal

func (m *DeleteContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteContainerRequest) XXX_Merge

func (m *DeleteContainerRequest) XXX_Merge(src proto.Message)

func (*DeleteContainerRequest) XXX_Size

func (m *DeleteContainerRequest) XXX_Size() int

func (*DeleteContainerRequest) XXX_Unmarshal

func (m *DeleteContainerRequest) XXX_Unmarshal(b []byte) error

type DeleteContainerRequestValidationError

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

DeleteContainerRequestValidationError is the validation error returned by DeleteContainerRequest.Validate if the designated constraints aren't met.

func (DeleteContainerRequestValidationError) Cause

Cause function returns cause value.

func (DeleteContainerRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerRequestValidationError) Field

Field function returns field value.

func (DeleteContainerRequestValidationError) Key

Key function returns key value.

func (DeleteContainerRequestValidationError) Reason

Reason function returns reason value.

type DeleteContainerResponse

type DeleteContainerResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteContainerResponse) AtlasValidateJSON

func (_ *DeleteContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteContainerResponse.

func (*DeleteContainerResponse) Descriptor

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

func (*DeleteContainerResponse) ProtoMessage

func (*DeleteContainerResponse) ProtoMessage()

func (*DeleteContainerResponse) Reset

func (m *DeleteContainerResponse) Reset()

func (*DeleteContainerResponse) String

func (m *DeleteContainerResponse) String() string

func (*DeleteContainerResponse) Validate

func (m *DeleteContainerResponse) Validate() error

Validate checks the field values on DeleteContainerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteContainerResponse) XXX_DiscardUnknown

func (m *DeleteContainerResponse) XXX_DiscardUnknown()

func (*DeleteContainerResponse) XXX_Marshal

func (m *DeleteContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteContainerResponse) XXX_Merge

func (m *DeleteContainerResponse) XXX_Merge(src proto.Message)

func (*DeleteContainerResponse) XXX_Size

func (m *DeleteContainerResponse) XXX_Size() int

func (*DeleteContainerResponse) XXX_Unmarshal

func (m *DeleteContainerResponse) XXX_Unmarshal(b []byte) error

type DeleteContainerResponseValidationError

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

DeleteContainerResponseValidationError is the validation error returned by DeleteContainerResponse.Validate if the designated constraints aren't met.

func (DeleteContainerResponseValidationError) Cause

Cause function returns cause value.

func (DeleteContainerResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerResponseValidationError) Field

Field function returns field value.

func (DeleteContainerResponseValidationError) Key

Key function returns key value.

func (DeleteContainerResponseValidationError) Reason

Reason function returns reason value.

type DeleteContainerTagRequest

type DeleteContainerTagRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteContainerTagRequest) AtlasValidateJSON

func (_ *DeleteContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteContainerTagRequest.

func (*DeleteContainerTagRequest) Descriptor

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

func (*DeleteContainerTagRequest) GetId

func (*DeleteContainerTagRequest) ProtoMessage

func (*DeleteContainerTagRequest) ProtoMessage()

func (*DeleteContainerTagRequest) Reset

func (m *DeleteContainerTagRequest) Reset()

func (*DeleteContainerTagRequest) String

func (m *DeleteContainerTagRequest) String() string

func (*DeleteContainerTagRequest) Validate

func (m *DeleteContainerTagRequest) Validate() error

Validate checks the field values on DeleteContainerTagRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteContainerTagRequest) XXX_DiscardUnknown

func (m *DeleteContainerTagRequest) XXX_DiscardUnknown()

func (*DeleteContainerTagRequest) XXX_Marshal

func (m *DeleteContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteContainerTagRequest) XXX_Merge

func (m *DeleteContainerTagRequest) XXX_Merge(src proto.Message)

func (*DeleteContainerTagRequest) XXX_Size

func (m *DeleteContainerTagRequest) XXX_Size() int

func (*DeleteContainerTagRequest) XXX_Unmarshal

func (m *DeleteContainerTagRequest) XXX_Unmarshal(b []byte) error

type DeleteContainerTagRequestValidationError

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

DeleteContainerTagRequestValidationError is the validation error returned by DeleteContainerTagRequest.Validate if the designated constraints aren't met.

func (DeleteContainerTagRequestValidationError) Cause

Cause function returns cause value.

func (DeleteContainerTagRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerTagRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerTagRequestValidationError) Field

Field function returns field value.

func (DeleteContainerTagRequestValidationError) Key

Key function returns key value.

func (DeleteContainerTagRequestValidationError) Reason

Reason function returns reason value.

type DeleteContainerTagResponse

type DeleteContainerTagResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteContainerTagResponse) AtlasValidateJSON

func (_ *DeleteContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteContainerTagResponse.

func (*DeleteContainerTagResponse) Descriptor

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

func (*DeleteContainerTagResponse) ProtoMessage

func (*DeleteContainerTagResponse) ProtoMessage()

func (*DeleteContainerTagResponse) Reset

func (m *DeleteContainerTagResponse) Reset()

func (*DeleteContainerTagResponse) String

func (m *DeleteContainerTagResponse) String() string

func (*DeleteContainerTagResponse) Validate

func (m *DeleteContainerTagResponse) Validate() error

Validate checks the field values on DeleteContainerTagResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteContainerTagResponse) XXX_DiscardUnknown

func (m *DeleteContainerTagResponse) XXX_DiscardUnknown()

func (*DeleteContainerTagResponse) XXX_Marshal

func (m *DeleteContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteContainerTagResponse) XXX_Merge

func (m *DeleteContainerTagResponse) XXX_Merge(src proto.Message)

func (*DeleteContainerTagResponse) XXX_Size

func (m *DeleteContainerTagResponse) XXX_Size() int

func (*DeleteContainerTagResponse) XXX_Unmarshal

func (m *DeleteContainerTagResponse) XXX_Unmarshal(b []byte) error

type DeleteContainerTagResponseValidationError

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

DeleteContainerTagResponseValidationError is the validation error returned by DeleteContainerTagResponse.Validate if the designated constraints aren't met.

func (DeleteContainerTagResponseValidationError) Cause

Cause function returns cause value.

func (DeleteContainerTagResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteContainerTagResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteContainerTagResponseValidationError) Field

Field function returns field value.

func (DeleteContainerTagResponseValidationError) Key

Key function returns key value.

func (DeleteContainerTagResponseValidationError) Reason

Reason function returns reason value.

type DeleteEventRequest

type DeleteEventRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteEventRequest) AtlasValidateJSON

func (_ *DeleteEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteEventRequest.

func (*DeleteEventRequest) Descriptor

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

func (*DeleteEventRequest) GetId

func (*DeleteEventRequest) ProtoMessage

func (*DeleteEventRequest) ProtoMessage()

func (*DeleteEventRequest) Reset

func (m *DeleteEventRequest) Reset()

func (*DeleteEventRequest) String

func (m *DeleteEventRequest) String() string

func (*DeleteEventRequest) Validate

func (m *DeleteEventRequest) Validate() error

Validate checks the field values on DeleteEventRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEventRequest) XXX_DiscardUnknown

func (m *DeleteEventRequest) XXX_DiscardUnknown()

func (*DeleteEventRequest) XXX_Marshal

func (m *DeleteEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEventRequest) XXX_Merge

func (m *DeleteEventRequest) XXX_Merge(src proto.Message)

func (*DeleteEventRequest) XXX_Size

func (m *DeleteEventRequest) XXX_Size() int

func (*DeleteEventRequest) XXX_Unmarshal

func (m *DeleteEventRequest) XXX_Unmarshal(b []byte) error

type DeleteEventRequestValidationError

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

DeleteEventRequestValidationError is the validation error returned by DeleteEventRequest.Validate if the designated constraints aren't met.

func (DeleteEventRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEventRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEventRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEventRequestValidationError) Field

Field function returns field value.

func (DeleteEventRequestValidationError) Key

Key function returns key value.

func (DeleteEventRequestValidationError) Reason

Reason function returns reason value.

type DeleteEventResponse

type DeleteEventResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEventResponse) AtlasValidateJSON

func (_ *DeleteEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteEventResponse.

func (*DeleteEventResponse) Descriptor

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

func (*DeleteEventResponse) ProtoMessage

func (*DeleteEventResponse) ProtoMessage()

func (*DeleteEventResponse) Reset

func (m *DeleteEventResponse) Reset()

func (*DeleteEventResponse) String

func (m *DeleteEventResponse) String() string

func (*DeleteEventResponse) Validate

func (m *DeleteEventResponse) Validate() error

Validate checks the field values on DeleteEventResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteEventResponse) XXX_DiscardUnknown

func (m *DeleteEventResponse) XXX_DiscardUnknown()

func (*DeleteEventResponse) XXX_Marshal

func (m *DeleteEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteEventResponse) XXX_Merge

func (m *DeleteEventResponse) XXX_Merge(src proto.Message)

func (*DeleteEventResponse) XXX_Size

func (m *DeleteEventResponse) XXX_Size() int

func (*DeleteEventResponse) XXX_Unmarshal

func (m *DeleteEventResponse) XXX_Unmarshal(b []byte) error

type DeleteEventResponseValidationError

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

DeleteEventResponseValidationError is the validation error returned by DeleteEventResponse.Validate if the designated constraints aren't met.

func (DeleteEventResponseValidationError) Cause

Cause function returns cause value.

func (DeleteEventResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteEventResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteEventResponseValidationError) Field

Field function returns field value.

func (DeleteEventResponseValidationError) Key

Key function returns key value.

func (DeleteEventResponseValidationError) Reason

Reason function returns reason value.

type DeleteHostRequest

type DeleteHostRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteHostRequest) AtlasValidateJSON

func (_ *DeleteHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteHostRequest.

func (*DeleteHostRequest) Descriptor

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

func (*DeleteHostRequest) GetId

func (*DeleteHostRequest) ProtoMessage

func (*DeleteHostRequest) ProtoMessage()

func (*DeleteHostRequest) Reset

func (m *DeleteHostRequest) Reset()

func (*DeleteHostRequest) String

func (m *DeleteHostRequest) String() string

func (*DeleteHostRequest) Validate

func (m *DeleteHostRequest) Validate() error

Validate checks the field values on DeleteHostRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteHostRequest) XXX_DiscardUnknown

func (m *DeleteHostRequest) XXX_DiscardUnknown()

func (*DeleteHostRequest) XXX_Marshal

func (m *DeleteHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteHostRequest) XXX_Merge

func (m *DeleteHostRequest) XXX_Merge(src proto.Message)

func (*DeleteHostRequest) XXX_Size

func (m *DeleteHostRequest) XXX_Size() int

func (*DeleteHostRequest) XXX_Unmarshal

func (m *DeleteHostRequest) XXX_Unmarshal(b []byte) error

type DeleteHostRequestValidationError

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

DeleteHostRequestValidationError is the validation error returned by DeleteHostRequest.Validate if the designated constraints aren't met.

func (DeleteHostRequestValidationError) Cause

Cause function returns cause value.

func (DeleteHostRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteHostRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteHostRequestValidationError) Field

Field function returns field value.

func (DeleteHostRequestValidationError) Key

Key function returns key value.

func (DeleteHostRequestValidationError) Reason

Reason function returns reason value.

type DeleteHostResponse

type DeleteHostResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteHostResponse) AtlasValidateJSON

func (_ *DeleteHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteHostResponse.

func (*DeleteHostResponse) Descriptor

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

func (*DeleteHostResponse) ProtoMessage

func (*DeleteHostResponse) ProtoMessage()

func (*DeleteHostResponse) Reset

func (m *DeleteHostResponse) Reset()

func (*DeleteHostResponse) String

func (m *DeleteHostResponse) String() string

func (*DeleteHostResponse) Validate

func (m *DeleteHostResponse) Validate() error

Validate checks the field values on DeleteHostResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteHostResponse) XXX_DiscardUnknown

func (m *DeleteHostResponse) XXX_DiscardUnknown()

func (*DeleteHostResponse) XXX_Marshal

func (m *DeleteHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteHostResponse) XXX_Merge

func (m *DeleteHostResponse) XXX_Merge(src proto.Message)

func (*DeleteHostResponse) XXX_Size

func (m *DeleteHostResponse) XXX_Size() int

func (*DeleteHostResponse) XXX_Unmarshal

func (m *DeleteHostResponse) XXX_Unmarshal(b []byte) error

type DeleteHostResponseValidationError

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

DeleteHostResponseValidationError is the validation error returned by DeleteHostResponse.Validate if the designated constraints aren't met.

func (DeleteHostResponseValidationError) Cause

Cause function returns cause value.

func (DeleteHostResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteHostResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteHostResponseValidationError) Field

Field function returns field value.

func (DeleteHostResponseValidationError) Key

Key function returns key value.

func (DeleteHostResponseValidationError) Reason

Reason function returns reason value.

type DeleteKnowledgeBaseRequest

type DeleteKnowledgeBaseRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteKnowledgeBaseRequest) AtlasValidateJSON

func (_ *DeleteKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteKnowledgeBaseRequest.

func (*DeleteKnowledgeBaseRequest) Descriptor

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

func (*DeleteKnowledgeBaseRequest) GetId

func (*DeleteKnowledgeBaseRequest) ProtoMessage

func (*DeleteKnowledgeBaseRequest) ProtoMessage()

func (*DeleteKnowledgeBaseRequest) Reset

func (m *DeleteKnowledgeBaseRequest) Reset()

func (*DeleteKnowledgeBaseRequest) String

func (m *DeleteKnowledgeBaseRequest) String() string

func (*DeleteKnowledgeBaseRequest) Validate

func (m *DeleteKnowledgeBaseRequest) Validate() error

Validate checks the field values on DeleteKnowledgeBaseRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteKnowledgeBaseRequest) XXX_DiscardUnknown

func (m *DeleteKnowledgeBaseRequest) XXX_DiscardUnknown()

func (*DeleteKnowledgeBaseRequest) XXX_Marshal

func (m *DeleteKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteKnowledgeBaseRequest) XXX_Merge

func (m *DeleteKnowledgeBaseRequest) XXX_Merge(src proto.Message)

func (*DeleteKnowledgeBaseRequest) XXX_Size

func (m *DeleteKnowledgeBaseRequest) XXX_Size() int

func (*DeleteKnowledgeBaseRequest) XXX_Unmarshal

func (m *DeleteKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error

type DeleteKnowledgeBaseRequestValidationError

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

DeleteKnowledgeBaseRequestValidationError is the validation error returned by DeleteKnowledgeBaseRequest.Validate if the designated constraints aren't met.

func (DeleteKnowledgeBaseRequestValidationError) Cause

Cause function returns cause value.

func (DeleteKnowledgeBaseRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteKnowledgeBaseRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteKnowledgeBaseRequestValidationError) Field

Field function returns field value.

func (DeleteKnowledgeBaseRequestValidationError) Key

Key function returns key value.

func (DeleteKnowledgeBaseRequestValidationError) Reason

Reason function returns reason value.

type DeleteKnowledgeBaseResponse

type DeleteKnowledgeBaseResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteKnowledgeBaseResponse) AtlasValidateJSON

func (_ *DeleteKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteKnowledgeBaseResponse.

func (*DeleteKnowledgeBaseResponse) Descriptor

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

func (*DeleteKnowledgeBaseResponse) ProtoMessage

func (*DeleteKnowledgeBaseResponse) ProtoMessage()

func (*DeleteKnowledgeBaseResponse) Reset

func (m *DeleteKnowledgeBaseResponse) Reset()

func (*DeleteKnowledgeBaseResponse) String

func (m *DeleteKnowledgeBaseResponse) String() string

func (*DeleteKnowledgeBaseResponse) Validate

func (m *DeleteKnowledgeBaseResponse) Validate() error

Validate checks the field values on DeleteKnowledgeBaseResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteKnowledgeBaseResponse) XXX_DiscardUnknown

func (m *DeleteKnowledgeBaseResponse) XXX_DiscardUnknown()

func (*DeleteKnowledgeBaseResponse) XXX_Marshal

func (m *DeleteKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteKnowledgeBaseResponse) XXX_Merge

func (m *DeleteKnowledgeBaseResponse) XXX_Merge(src proto.Message)

func (*DeleteKnowledgeBaseResponse) XXX_Size

func (m *DeleteKnowledgeBaseResponse) XXX_Size() int

func (*DeleteKnowledgeBaseResponse) XXX_Unmarshal

func (m *DeleteKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error

type DeleteKnowledgeBaseResponseValidationError

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

DeleteKnowledgeBaseResponseValidationError is the validation error returned by DeleteKnowledgeBaseResponse.Validate if the designated constraints aren't met.

func (DeleteKnowledgeBaseResponseValidationError) Cause

Cause function returns cause value.

func (DeleteKnowledgeBaseResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteKnowledgeBaseResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteKnowledgeBaseResponseValidationError) Field

Field function returns field value.

func (DeleteKnowledgeBaseResponseValidationError) Key

Key function returns key value.

func (DeleteKnowledgeBaseResponseValidationError) Reason

Reason function returns reason value.

type DeleteRegionRequest

type DeleteRegionRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteRegionRequest) AtlasValidateJSON

func (_ *DeleteRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegionRequest.

func (*DeleteRegionRequest) Descriptor

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

func (*DeleteRegionRequest) GetId

func (*DeleteRegionRequest) ProtoMessage

func (*DeleteRegionRequest) ProtoMessage()

func (*DeleteRegionRequest) Reset

func (m *DeleteRegionRequest) Reset()

func (*DeleteRegionRequest) String

func (m *DeleteRegionRequest) String() string

func (*DeleteRegionRequest) Validate

func (m *DeleteRegionRequest) Validate() error

Validate checks the field values on DeleteRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegionRequest) XXX_DiscardUnknown

func (m *DeleteRegionRequest) XXX_DiscardUnknown()

func (*DeleteRegionRequest) XXX_Marshal

func (m *DeleteRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegionRequest) XXX_Merge

func (m *DeleteRegionRequest) XXX_Merge(src proto.Message)

func (*DeleteRegionRequest) XXX_Size

func (m *DeleteRegionRequest) XXX_Size() int

func (*DeleteRegionRequest) XXX_Unmarshal

func (m *DeleteRegionRequest) XXX_Unmarshal(b []byte) error

type DeleteRegionRequestValidationError

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

DeleteRegionRequestValidationError is the validation error returned by DeleteRegionRequest.Validate if the designated constraints aren't met.

func (DeleteRegionRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegionRequestValidationError) Field

Field function returns field value.

func (DeleteRegionRequestValidationError) Key

Key function returns key value.

func (DeleteRegionRequestValidationError) Reason

Reason function returns reason value.

type DeleteRegionResponse

type DeleteRegionResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRegionResponse) AtlasValidateJSON

func (_ *DeleteRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegionResponse.

func (*DeleteRegionResponse) Descriptor

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

func (*DeleteRegionResponse) ProtoMessage

func (*DeleteRegionResponse) ProtoMessage()

func (*DeleteRegionResponse) Reset

func (m *DeleteRegionResponse) Reset()

func (*DeleteRegionResponse) String

func (m *DeleteRegionResponse) String() string

func (*DeleteRegionResponse) Validate

func (m *DeleteRegionResponse) Validate() error

Validate checks the field values on DeleteRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegionResponse) XXX_DiscardUnknown

func (m *DeleteRegionResponse) XXX_DiscardUnknown()

func (*DeleteRegionResponse) XXX_Marshal

func (m *DeleteRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegionResponse) XXX_Merge

func (m *DeleteRegionResponse) XXX_Merge(src proto.Message)

func (*DeleteRegionResponse) XXX_Size

func (m *DeleteRegionResponse) XXX_Size() int

func (*DeleteRegionResponse) XXX_Unmarshal

func (m *DeleteRegionResponse) XXX_Unmarshal(b []byte) error

type DeleteRegionResponseValidationError

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

DeleteRegionResponseValidationError is the validation error returned by DeleteRegionResponse.Validate if the designated constraints aren't met.

func (DeleteRegionResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegionResponseValidationError) Field

Field function returns field value.

func (DeleteRegionResponseValidationError) Key

Key function returns key value.

func (DeleteRegionResponseValidationError) Reason

Reason function returns reason value.

type DeleteRegistryRequest

type DeleteRegistryRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteRegistryRequest) AtlasValidateJSON

func (_ *DeleteRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegistryRequest.

func (*DeleteRegistryRequest) Descriptor

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

func (*DeleteRegistryRequest) GetId

func (*DeleteRegistryRequest) ProtoMessage

func (*DeleteRegistryRequest) ProtoMessage()

func (*DeleteRegistryRequest) Reset

func (m *DeleteRegistryRequest) Reset()

func (*DeleteRegistryRequest) String

func (m *DeleteRegistryRequest) String() string

func (*DeleteRegistryRequest) Validate

func (m *DeleteRegistryRequest) Validate() error

Validate checks the field values on DeleteRegistryRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegistryRequest) XXX_DiscardUnknown

func (m *DeleteRegistryRequest) XXX_DiscardUnknown()

func (*DeleteRegistryRequest) XXX_Marshal

func (m *DeleteRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegistryRequest) XXX_Merge

func (m *DeleteRegistryRequest) XXX_Merge(src proto.Message)

func (*DeleteRegistryRequest) XXX_Size

func (m *DeleteRegistryRequest) XXX_Size() int

func (*DeleteRegistryRequest) XXX_Unmarshal

func (m *DeleteRegistryRequest) XXX_Unmarshal(b []byte) error

type DeleteRegistryRequestValidationError

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

DeleteRegistryRequestValidationError is the validation error returned by DeleteRegistryRequest.Validate if the designated constraints aren't met.

func (DeleteRegistryRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRegistryRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegistryRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegistryRequestValidationError) Field

Field function returns field value.

func (DeleteRegistryRequestValidationError) Key

Key function returns key value.

func (DeleteRegistryRequestValidationError) Reason

Reason function returns reason value.

type DeleteRegistryResponse

type DeleteRegistryResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteRegistryResponse) AtlasValidateJSON

func (_ *DeleteRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteRegistryResponse.

func (*DeleteRegistryResponse) Descriptor

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

func (*DeleteRegistryResponse) ProtoMessage

func (*DeleteRegistryResponse) ProtoMessage()

func (*DeleteRegistryResponse) Reset

func (m *DeleteRegistryResponse) Reset()

func (*DeleteRegistryResponse) String

func (m *DeleteRegistryResponse) String() string

func (*DeleteRegistryResponse) Validate

func (m *DeleteRegistryResponse) Validate() error

Validate checks the field values on DeleteRegistryResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteRegistryResponse) XXX_DiscardUnknown

func (m *DeleteRegistryResponse) XXX_DiscardUnknown()

func (*DeleteRegistryResponse) XXX_Marshal

func (m *DeleteRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteRegistryResponse) XXX_Merge

func (m *DeleteRegistryResponse) XXX_Merge(src proto.Message)

func (*DeleteRegistryResponse) XXX_Size

func (m *DeleteRegistryResponse) XXX_Size() int

func (*DeleteRegistryResponse) XXX_Unmarshal

func (m *DeleteRegistryResponse) XXX_Unmarshal(b []byte) error

type DeleteRegistryResponseValidationError

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

DeleteRegistryResponseValidationError is the validation error returned by DeleteRegistryResponse.Validate if the designated constraints aren't met.

func (DeleteRegistryResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRegistryResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRegistryResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRegistryResponseValidationError) Field

Field function returns field value.

func (DeleteRegistryResponseValidationError) Key

Key function returns key value.

func (DeleteRegistryResponseValidationError) Reason

Reason function returns reason value.

type DeleteVpcRequest

type DeleteVpcRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteVpcRequest) AtlasValidateJSON

func (_ *DeleteVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVpcRequest.

func (*DeleteVpcRequest) Descriptor

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

func (*DeleteVpcRequest) GetId

func (m *DeleteVpcRequest) GetId() *resource.Identifier

func (*DeleteVpcRequest) ProtoMessage

func (*DeleteVpcRequest) ProtoMessage()

func (*DeleteVpcRequest) Reset

func (m *DeleteVpcRequest) Reset()

func (*DeleteVpcRequest) String

func (m *DeleteVpcRequest) String() string

func (*DeleteVpcRequest) Validate

func (m *DeleteVpcRequest) Validate() error

Validate checks the field values on DeleteVpcRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVpcRequest) XXX_DiscardUnknown

func (m *DeleteVpcRequest) XXX_DiscardUnknown()

func (*DeleteVpcRequest) XXX_Marshal

func (m *DeleteVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVpcRequest) XXX_Merge

func (m *DeleteVpcRequest) XXX_Merge(src proto.Message)

func (*DeleteVpcRequest) XXX_Size

func (m *DeleteVpcRequest) XXX_Size() int

func (*DeleteVpcRequest) XXX_Unmarshal

func (m *DeleteVpcRequest) XXX_Unmarshal(b []byte) error

type DeleteVpcRequestValidationError

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

DeleteVpcRequestValidationError is the validation error returned by DeleteVpcRequest.Validate if the designated constraints aren't met.

func (DeleteVpcRequestValidationError) Cause

Cause function returns cause value.

func (DeleteVpcRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteVpcRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteVpcRequestValidationError) Field

Field function returns field value.

func (DeleteVpcRequestValidationError) Key

Key function returns key value.

func (DeleteVpcRequestValidationError) Reason

Reason function returns reason value.

type DeleteVpcResponse

type DeleteVpcResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVpcResponse) AtlasValidateJSON

func (_ *DeleteVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVpcResponse.

func (*DeleteVpcResponse) Descriptor

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

func (*DeleteVpcResponse) ProtoMessage

func (*DeleteVpcResponse) ProtoMessage()

func (*DeleteVpcResponse) Reset

func (m *DeleteVpcResponse) Reset()

func (*DeleteVpcResponse) String

func (m *DeleteVpcResponse) String() string

func (*DeleteVpcResponse) Validate

func (m *DeleteVpcResponse) Validate() error

Validate checks the field values on DeleteVpcResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVpcResponse) XXX_DiscardUnknown

func (m *DeleteVpcResponse) XXX_DiscardUnknown()

func (*DeleteVpcResponse) XXX_Marshal

func (m *DeleteVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVpcResponse) XXX_Merge

func (m *DeleteVpcResponse) XXX_Merge(src proto.Message)

func (*DeleteVpcResponse) XXX_Size

func (m *DeleteVpcResponse) XXX_Size() int

func (*DeleteVpcResponse) XXX_Unmarshal

func (m *DeleteVpcResponse) XXX_Unmarshal(b []byte) error

type DeleteVpcResponseValidationError

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

DeleteVpcResponseValidationError is the validation error returned by DeleteVpcResponse.Validate if the designated constraints aren't met.

func (DeleteVpcResponseValidationError) Cause

Cause function returns cause value.

func (DeleteVpcResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteVpcResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteVpcResponseValidationError) Field

Field function returns field value.

func (DeleteVpcResponseValidationError) Key

Key function returns key value.

func (DeleteVpcResponseValidationError) Reason

Reason function returns reason value.

type DeleteVulnerabilityRequest

type DeleteVulnerabilityRequest struct {
	Id                   *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeleteVulnerabilityRequest) AtlasValidateJSON

func (_ *DeleteVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVulnerabilityRequest.

func (*DeleteVulnerabilityRequest) Descriptor

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

func (*DeleteVulnerabilityRequest) GetId

func (*DeleteVulnerabilityRequest) ProtoMessage

func (*DeleteVulnerabilityRequest) ProtoMessage()

func (*DeleteVulnerabilityRequest) Reset

func (m *DeleteVulnerabilityRequest) Reset()

func (*DeleteVulnerabilityRequest) String

func (m *DeleteVulnerabilityRequest) String() string

func (*DeleteVulnerabilityRequest) Validate

func (m *DeleteVulnerabilityRequest) Validate() error

Validate checks the field values on DeleteVulnerabilityRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVulnerabilityRequest) XXX_DiscardUnknown

func (m *DeleteVulnerabilityRequest) XXX_DiscardUnknown()

func (*DeleteVulnerabilityRequest) XXX_Marshal

func (m *DeleteVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVulnerabilityRequest) XXX_Merge

func (m *DeleteVulnerabilityRequest) XXX_Merge(src proto.Message)

func (*DeleteVulnerabilityRequest) XXX_Size

func (m *DeleteVulnerabilityRequest) XXX_Size() int

func (*DeleteVulnerabilityRequest) XXX_Unmarshal

func (m *DeleteVulnerabilityRequest) XXX_Unmarshal(b []byte) error

type DeleteVulnerabilityRequestValidationError

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

DeleteVulnerabilityRequestValidationError is the validation error returned by DeleteVulnerabilityRequest.Validate if the designated constraints aren't met.

func (DeleteVulnerabilityRequestValidationError) Cause

Cause function returns cause value.

func (DeleteVulnerabilityRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteVulnerabilityRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteVulnerabilityRequestValidationError) Field

Field function returns field value.

func (DeleteVulnerabilityRequestValidationError) Key

Key function returns key value.

func (DeleteVulnerabilityRequestValidationError) Reason

Reason function returns reason value.

type DeleteVulnerabilityResponse

type DeleteVulnerabilityResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVulnerabilityResponse) AtlasValidateJSON

func (_ *DeleteVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object DeleteVulnerabilityResponse.

func (*DeleteVulnerabilityResponse) Descriptor

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

func (*DeleteVulnerabilityResponse) ProtoMessage

func (*DeleteVulnerabilityResponse) ProtoMessage()

func (*DeleteVulnerabilityResponse) Reset

func (m *DeleteVulnerabilityResponse) Reset()

func (*DeleteVulnerabilityResponse) String

func (m *DeleteVulnerabilityResponse) String() string

func (*DeleteVulnerabilityResponse) Validate

func (m *DeleteVulnerabilityResponse) Validate() error

Validate checks the field values on DeleteVulnerabilityResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*DeleteVulnerabilityResponse) XXX_DiscardUnknown

func (m *DeleteVulnerabilityResponse) XXX_DiscardUnknown()

func (*DeleteVulnerabilityResponse) XXX_Marshal

func (m *DeleteVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteVulnerabilityResponse) XXX_Merge

func (m *DeleteVulnerabilityResponse) XXX_Merge(src proto.Message)

func (*DeleteVulnerabilityResponse) XXX_Size

func (m *DeleteVulnerabilityResponse) XXX_Size() int

func (*DeleteVulnerabilityResponse) XXX_Unmarshal

func (m *DeleteVulnerabilityResponse) XXX_Unmarshal(b []byte) error

type DeleteVulnerabilityResponseValidationError

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

DeleteVulnerabilityResponseValidationError is the validation error returned by DeleteVulnerabilityResponse.Validate if the designated constraints aren't met.

func (DeleteVulnerabilityResponseValidationError) Cause

Cause function returns cause value.

func (DeleteVulnerabilityResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteVulnerabilityResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteVulnerabilityResponseValidationError) Field

Field function returns field value.

func (DeleteVulnerabilityResponseValidationError) Key

Key function returns key value.

func (DeleteVulnerabilityResponseValidationError) Reason

Reason function returns reason value.

type Event

type Event struct {
	// The Event identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Event
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Event
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The timestamp of the Event
	EventTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=event_time,json=eventTime,proto3" json:"event_time,omitempty"`
	// The type of the Event
	// TODO - Make this a enum when we have more detail
	EventType string `protobuf:"bytes,5,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	// The Event job details
	EventJob        *types.JSONValue `protobuf:"bytes,6,opt,name=event_job,json=eventJob,proto3" json:"event_job,omitempty"`
	Vulnerabilities []*Vulnerability `protobuf:"bytes,7,rep,name=vulnerabilities,proto3" json:"vulnerabilities,omitempty"`
	// Reference to Container
	ContainerTagId *resource.Identifier `protobuf:"bytes,8,opt,name=container_tag_id,json=containerTagId,proto3" json:"container_tag_id,omitempty"`
	// Reference to EC2 Instance
	HostId *resource.Identifier `protobuf:"bytes,9,opt,name=host_id,json=hostId,proto3" json:"host_id,omitempty"`
	// Reference to AMI
	AmiId                *resource.Identifier `protobuf:"bytes,10,opt,name=ami_id,json=amiId,proto3" json:"ami_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------- Event represents a Vulnerability Event at a time -------------------------------------------------

func DefaultApplyFieldMaskEvent

func DefaultApplyFieldMaskEvent(ctx context.Context, patchee *Event, patcher *Event, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Event, error)

DefaultApplyFieldMaskEvent patches an pbObject with patcher according to a field mask.

func DefaultCreateEvent

func DefaultCreateEvent(ctx context.Context, in *Event, db *gorm1.DB) (*Event, error)

DefaultCreateEvent executes a basic gorm create call

func DefaultListEvent

func DefaultListEvent(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Event, error)

DefaultListEvent executes a gorm list call

func DefaultPatchEvent

func DefaultPatchEvent(ctx context.Context, in *Event, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Event, error)

DefaultPatchEvent executes a basic gorm update call with patch behavior

func DefaultPatchSetEvent

func DefaultPatchSetEvent(ctx context.Context, objects []*Event, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Event, error)

DefaultPatchSetEvent executes a bulk gorm update call with patch behavior

func DefaultReadEvent

func DefaultReadEvent(ctx context.Context, in *Event, db *gorm1.DB, fs *query1.FieldSelection) (*Event, error)

DefaultReadEvent executes a basic gorm read call

func DefaultStrictUpdateEvent

func DefaultStrictUpdateEvent(ctx context.Context, in *Event, db *gorm1.DB) (*Event, error)

DefaultStrictUpdateEvent clears first level 1:many children and then executes a gorm update call

func (*Event) AtlasValidateJSON

func (_ *Event) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Event.

func (*Event) Descriptor

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

func (*Event) GetAmiId

func (m *Event) GetAmiId() *resource.Identifier

func (*Event) GetContainerTagId

func (m *Event) GetContainerTagId() *resource.Identifier

func (*Event) GetDescription

func (m *Event) GetDescription() string

func (*Event) GetEventJob

func (m *Event) GetEventJob() *types.JSONValue

func (*Event) GetEventTime

func (m *Event) GetEventTime() *timestamp.Timestamp

func (*Event) GetEventType

func (m *Event) GetEventType() string

func (*Event) GetHostId

func (m *Event) GetHostId() *resource.Identifier

func (*Event) GetId

func (m *Event) GetId() *resource.Identifier

func (*Event) GetName

func (m *Event) GetName() string

func (*Event) GetVulnerabilities

func (m *Event) GetVulnerabilities() []*Vulnerability

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) Reset

func (m *Event) Reset()

func (*Event) String

func (m *Event) String() string

func (*Event) ToORM

func (m *Event) ToORM(ctx context.Context) (EventORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Event) Validate

func (m *Event) Validate() error

Validate checks the field values on Event with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Event) XXX_DiscardUnknown

func (m *Event) XXX_DiscardUnknown()

func (*Event) XXX_Marshal

func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Event) XXX_Merge

func (m *Event) XXX_Merge(src proto.Message)

func (*Event) XXX_Size

func (m *Event) XXX_Size() int

func (*Event) XXX_Unmarshal

func (m *Event) XXX_Unmarshal(b []byte) error

type EventORM

type EventORM struct {
	AccountID       string
	AmiId           interface{}
	ContainerTagId  interface{}
	Description     string
	EventJob        *postgres1.Jsonb `gorm:"type:jsonb"`
	EventTime       *time.Time
	EventType       string
	HostId          interface{}
	Id              int64 `gorm:"type:serial;primary_key"`
	Name            string
	Vulnerabilities []*VulnerabilityORM `gorm:"foreignkey:EventId;association_foreignkey:Id"`
}

func (EventORM) TableName

func (EventORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*EventORM) ToPB

func (m *EventORM) ToPB(ctx context.Context) (Event, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type EventORMWithAfterCreate_

type EventORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type EventORMWithAfterDeleteSet

type EventORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Event, *gorm1.DB) error
}

type EventORMWithAfterDelete_

type EventORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type EventORMWithAfterListFind

type EventORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]EventORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type EventORMWithAfterReadFind

type EventORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type EventORMWithAfterStrictUpdateSave

type EventORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type EventORMWithBeforeCreate_

type EventORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EventORMWithBeforeDeleteSet

type EventORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Event, *gorm1.DB) (*gorm1.DB, error)
}

type EventORMWithBeforeDelete_

type EventORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EventORMWithBeforeListApplyQuery

type EventORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type EventORMWithBeforeListFind

type EventORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type EventORMWithBeforeReadApplyQuery

type EventORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type EventORMWithBeforeReadFind

type EventORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type EventORMWithBeforeStrictUpdateCleanup

type EventORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EventORMWithBeforeStrictUpdateSave

type EventORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type EventValidationError

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

EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.

func (EventValidationError) Cause

func (e EventValidationError) Cause() error

Cause function returns cause value.

func (EventValidationError) Error

func (e EventValidationError) Error() string

Error satisfies the builtin error interface

func (EventValidationError) ErrorName

func (e EventValidationError) ErrorName() string

ErrorName returns error name.

func (EventValidationError) Field

func (e EventValidationError) Field() string

Field function returns field value.

func (EventValidationError) Key

func (e EventValidationError) Key() bool

Key function returns key value.

func (EventValidationError) Reason

func (e EventValidationError) Reason() string

Reason function returns reason value.

type EventWithAfterPatchSave

type EventWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Event, *field_mask1.FieldMask, *gorm1.DB) error
}

type EventWithAfterToORM

type EventWithAfterToORM interface {
	AfterToORM(context.Context, *EventORM) error
}

EventAfterToORM called after default ToORM code

type EventWithAfterToPB

type EventWithAfterToPB interface {
	AfterToPB(context.Context, *Event) error
}

EventAfterToPB called after default ToPB code

type EventWithBeforePatchApplyFieldMask

type EventWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Event, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EventWithBeforePatchRead

type EventWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Event, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EventWithBeforePatchSave

type EventWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Event, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type EventWithBeforeToORM

type EventWithBeforeToORM interface {
	BeforeToORM(context.Context, *EventORM) error
}

EventBeforeToORM called before default ToORM code

type EventWithBeforeToPB

type EventWithBeforeToPB interface {
	BeforeToPB(context.Context, *Event) error
}

EventBeforeToPB called before default ToPB code

type EventsClient

type EventsClient interface {
	// Use this method to create a Event information.
	Create(ctx context.Context, in *CreateEventRequest, opts ...grpc.CallOption) (*CreateEventResponse, error)
	// Use this method to read a Event information by identifier.
	Read(ctx context.Context, in *ReadEventRequest, opts ...grpc.CallOption) (*ReadEventResponse, error)
	// Use this method to update a Event information.
	Update(ctx context.Context, in *UpdateEventRequest, opts ...grpc.CallOption) (*UpdateEventResponse, error)
	// Use this method to delete a particular Event.
	Delete(ctx context.Context, in *DeleteEventRequest, opts ...grpc.CallOption) (*DeleteEventResponse, error)
	// Use this method to retrieve all the Events.
	List(ctx context.Context, in *ListEventRequest, opts ...grpc.CallOption) (*ListEventsResponse, error)
}

EventsClient is the client API for Events service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEventsClient

func NewEventsClient(cc *grpc.ClientConn) EventsClient

type EventsDefaultServer

type EventsDefaultServer struct {
}

func (*EventsDefaultServer) Create

Create ...

func (*EventsDefaultServer) Delete

Delete ...

func (*EventsDefaultServer) List

List ...

func (*EventsDefaultServer) Read

Read ...

func (*EventsDefaultServer) Update

Update ...

type EventsEventWithAfterCreate

type EventsEventWithAfterCreate interface {
	AfterCreate(context.Context, *CreateEventResponse, *gorm1.DB) error
}

EventsEventWithAfterCreate called before DefaultCreateEvent in the default Create handler

type EventsEventWithAfterDelete

type EventsEventWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteEventResponse, *gorm1.DB) error
}

EventsEventWithAfterDelete called before DefaultDeleteEvent in the default Delete handler

type EventsEventWithAfterList

type EventsEventWithAfterList interface {
	AfterList(context.Context, *ListEventsResponse, *gorm1.DB) error
}

EventsEventWithAfterList called before DefaultListEvent in the default List handler

type EventsEventWithAfterRead

type EventsEventWithAfterRead interface {
	AfterRead(context.Context, *ReadEventResponse, *gorm1.DB) error
}

EventsEventWithAfterRead called before DefaultReadEvent in the default Read handler

type EventsEventWithAfterUpdate

type EventsEventWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateEventResponse, *gorm1.DB) error
}

EventsEventWithAfterUpdate called before DefaultUpdateEvent in the default Update handler

type EventsEventWithBeforeCreate

type EventsEventWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EventsEventWithBeforeCreate called before DefaultCreateEvent in the default Create handler

type EventsEventWithBeforeDelete

type EventsEventWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EventsEventWithBeforeDelete called before DefaultDeleteEvent in the default Delete handler

type EventsEventWithBeforeList

type EventsEventWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EventsEventWithBeforeList called before DefaultListEvent in the default List handler

type EventsEventWithBeforeRead

type EventsEventWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EventsEventWithBeforeRead called before DefaultReadEvent in the default Read handler

type EventsEventWithBeforeUpdate

type EventsEventWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

EventsEventWithBeforeUpdate called before DefaultUpdateEvent in the default Update handler

type EventsServer

type EventsServer interface {
	// Use this method to create a Event information.
	Create(context.Context, *CreateEventRequest) (*CreateEventResponse, error)
	// Use this method to read a Event information by identifier.
	Read(context.Context, *ReadEventRequest) (*ReadEventResponse, error)
	// Use this method to update a Event information.
	Update(context.Context, *UpdateEventRequest) (*UpdateEventResponse, error)
	// Use this method to delete a particular Event.
	Delete(context.Context, *DeleteEventRequest) (*DeleteEventResponse, error)
	// Use this method to retrieve all the Events.
	List(context.Context, *ListEventRequest) (*ListEventsResponse, error)
}

EventsServer is the server API for Events service.

type Host

type Host struct {
	// The Host identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Host
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Host
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The IP Address of Host
	Ip string `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	// The DNS of the Host
	Dns string `protobuf:"bytes,5,opt,name=dns,proto3" json:"dns,omitempty"`
	// The AWS GUID of the Host
	InstanceId string `protobuf:"bytes,6,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Reference to VPC
	VpcId *resource.Identifier `protobuf:"bytes,7,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	// Reference to AMI
	AmiId                *resource.Identifier `protobuf:"bytes,8,opt,name=ami_id,json=amiId,proto3" json:"ami_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------- Host represents a particular AWS EC2 Instance or Lambda --------------------------------------------------------

func DefaultApplyFieldMaskHost

func DefaultApplyFieldMaskHost(ctx context.Context, patchee *Host, patcher *Host, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Host, error)

DefaultApplyFieldMaskHost patches an pbObject with patcher according to a field mask.

func DefaultCreateHost

func DefaultCreateHost(ctx context.Context, in *Host, db *gorm1.DB) (*Host, error)

DefaultCreateHost executes a basic gorm create call

func DefaultListHost

func DefaultListHost(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Host, error)

DefaultListHost executes a gorm list call

func DefaultPatchHost

func DefaultPatchHost(ctx context.Context, in *Host, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Host, error)

DefaultPatchHost executes a basic gorm update call with patch behavior

func DefaultPatchSetHost

func DefaultPatchSetHost(ctx context.Context, objects []*Host, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Host, error)

DefaultPatchSetHost executes a bulk gorm update call with patch behavior

func DefaultReadHost

func DefaultReadHost(ctx context.Context, in *Host, db *gorm1.DB, fs *query1.FieldSelection) (*Host, error)

DefaultReadHost executes a basic gorm read call

func DefaultStrictUpdateHost

func DefaultStrictUpdateHost(ctx context.Context, in *Host, db *gorm1.DB) (*Host, error)

DefaultStrictUpdateHost clears first level 1:many children and then executes a gorm update call

func (*Host) AtlasValidateJSON

func (_ *Host) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Host.

func (*Host) Descriptor

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

func (*Host) GetAmiId

func (m *Host) GetAmiId() *resource.Identifier

func (*Host) GetDescription

func (m *Host) GetDescription() string

func (*Host) GetDns

func (m *Host) GetDns() string

func (*Host) GetId

func (m *Host) GetId() *resource.Identifier

func (*Host) GetInstanceId

func (m *Host) GetInstanceId() string

func (*Host) GetIp

func (m *Host) GetIp() string

func (*Host) GetName

func (m *Host) GetName() string

func (*Host) GetVpcId

func (m *Host) GetVpcId() *resource.Identifier

func (*Host) ProtoMessage

func (*Host) ProtoMessage()

func (*Host) Reset

func (m *Host) Reset()

func (*Host) String

func (m *Host) String() string

func (*Host) ToORM

func (m *Host) ToORM(ctx context.Context) (HostORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Host) Validate

func (m *Host) Validate() error

Validate checks the field values on Host with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Host) XXX_DiscardUnknown

func (m *Host) XXX_DiscardUnknown()

func (*Host) XXX_Marshal

func (m *Host) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Host) XXX_Merge

func (m *Host) XXX_Merge(src proto.Message)

func (*Host) XXX_Size

func (m *Host) XXX_Size() int

func (*Host) XXX_Unmarshal

func (m *Host) XXX_Unmarshal(b []byte) error

type HostORM

type HostORM struct {
	AccountID   string
	AmiId       interface{}
	Description string
	Dns         string
	Id          int64 `gorm:"type:serial;primary_key"`
	InstanceId  string
	Ip          string
	Name        string
	VpcId       interface{}
}

func (HostORM) TableName

func (HostORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*HostORM) ToPB

func (m *HostORM) ToPB(ctx context.Context) (Host, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type HostORMWithAfterCreate_

type HostORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type HostORMWithAfterDeleteSet

type HostORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Host, *gorm1.DB) error
}

type HostORMWithAfterDelete_

type HostORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type HostORMWithAfterListFind

type HostORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]HostORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type HostORMWithAfterReadFind

type HostORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type HostORMWithAfterStrictUpdateSave

type HostORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type HostORMWithBeforeCreate_

type HostORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type HostORMWithBeforeDeleteSet

type HostORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Host, *gorm1.DB) (*gorm1.DB, error)
}

type HostORMWithBeforeDelete_

type HostORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type HostORMWithBeforeListApplyQuery

type HostORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type HostORMWithBeforeListFind

type HostORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type HostORMWithBeforeReadApplyQuery

type HostORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type HostORMWithBeforeReadFind

type HostORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type HostORMWithBeforeStrictUpdateCleanup

type HostORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type HostORMWithBeforeStrictUpdateSave

type HostORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type HostValidationError

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

HostValidationError is the validation error returned by Host.Validate if the designated constraints aren't met.

func (HostValidationError) Cause

func (e HostValidationError) Cause() error

Cause function returns cause value.

func (HostValidationError) Error

func (e HostValidationError) Error() string

Error satisfies the builtin error interface

func (HostValidationError) ErrorName

func (e HostValidationError) ErrorName() string

ErrorName returns error name.

func (HostValidationError) Field

func (e HostValidationError) Field() string

Field function returns field value.

func (HostValidationError) Key

func (e HostValidationError) Key() bool

Key function returns key value.

func (HostValidationError) Reason

func (e HostValidationError) Reason() string

Reason function returns reason value.

type HostWithAfterPatchSave

type HostWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Host, *field_mask1.FieldMask, *gorm1.DB) error
}

type HostWithAfterToORM

type HostWithAfterToORM interface {
	AfterToORM(context.Context, *HostORM) error
}

HostAfterToORM called after default ToORM code

type HostWithAfterToPB

type HostWithAfterToPB interface {
	AfterToPB(context.Context, *Host) error
}

HostAfterToPB called after default ToPB code

type HostWithBeforePatchApplyFieldMask

type HostWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Host, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type HostWithBeforePatchRead

type HostWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Host, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type HostWithBeforePatchSave

type HostWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Host, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type HostWithBeforeToORM

type HostWithBeforeToORM interface {
	BeforeToORM(context.Context, *HostORM) error
}

HostBeforeToORM called before default ToORM code

type HostWithBeforeToPB

type HostWithBeforeToPB interface {
	BeforeToPB(context.Context, *Host) error
}

HostBeforeToPB called before default ToPB code

type HostsClient

type HostsClient interface {
	// Use this method to create a Host information.
	Create(ctx context.Context, in *CreateHostRequest, opts ...grpc.CallOption) (*CreateHostResponse, error)
	// Use this method to read a Host information by identifier.
	Read(ctx context.Context, in *ReadHostRequest, opts ...grpc.CallOption) (*ReadHostResponse, error)
	// Use this method to update a Host information.
	Update(ctx context.Context, in *UpdateHostRequest, opts ...grpc.CallOption) (*UpdateHostResponse, error)
	// Use this method to delete a particular Host.
	Delete(ctx context.Context, in *DeleteHostRequest, opts ...grpc.CallOption) (*DeleteHostResponse, error)
	// Use this method to retrieve all the Hosts.
	List(ctx context.Context, in *ListHostRequest, opts ...grpc.CallOption) (*ListHostsResponse, error)
}

HostsClient is the client API for Hosts service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewHostsClient

func NewHostsClient(cc *grpc.ClientConn) HostsClient

type HostsDefaultServer

type HostsDefaultServer struct {
}

func (*HostsDefaultServer) Create

Create ...

func (*HostsDefaultServer) Delete

Delete ...

func (*HostsDefaultServer) List

List ...

func (*HostsDefaultServer) Read

Read ...

func (*HostsDefaultServer) Update

Update ...

type HostsHostWithAfterCreate

type HostsHostWithAfterCreate interface {
	AfterCreate(context.Context, *CreateHostResponse, *gorm1.DB) error
}

HostsHostWithAfterCreate called before DefaultCreateHost in the default Create handler

type HostsHostWithAfterDelete

type HostsHostWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteHostResponse, *gorm1.DB) error
}

HostsHostWithAfterDelete called before DefaultDeleteHost in the default Delete handler

type HostsHostWithAfterList

type HostsHostWithAfterList interface {
	AfterList(context.Context, *ListHostsResponse, *gorm1.DB) error
}

HostsHostWithAfterList called before DefaultListHost in the default List handler

type HostsHostWithAfterRead

type HostsHostWithAfterRead interface {
	AfterRead(context.Context, *ReadHostResponse, *gorm1.DB) error
}

HostsHostWithAfterRead called before DefaultReadHost in the default Read handler

type HostsHostWithAfterUpdate

type HostsHostWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateHostResponse, *gorm1.DB) error
}

HostsHostWithAfterUpdate called before DefaultUpdateHost in the default Update handler

type HostsHostWithBeforeCreate

type HostsHostWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

HostsHostWithBeforeCreate called before DefaultCreateHost in the default Create handler

type HostsHostWithBeforeDelete

type HostsHostWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

HostsHostWithBeforeDelete called before DefaultDeleteHost in the default Delete handler

type HostsHostWithBeforeList

type HostsHostWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

HostsHostWithBeforeList called before DefaultListHost in the default List handler

type HostsHostWithBeforeRead

type HostsHostWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

HostsHostWithBeforeRead called before DefaultReadHost in the default Read handler

type HostsHostWithBeforeUpdate

type HostsHostWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

HostsHostWithBeforeUpdate called before DefaultUpdateHost in the default Update handler

type HostsServer

type HostsServer interface {
	// Use this method to create a Host information.
	Create(context.Context, *CreateHostRequest) (*CreateHostResponse, error)
	// Use this method to read a Host information by identifier.
	Read(context.Context, *ReadHostRequest) (*ReadHostResponse, error)
	// Use this method to update a Host information.
	Update(context.Context, *UpdateHostRequest) (*UpdateHostResponse, error)
	// Use this method to delete a particular Host.
	Delete(context.Context, *DeleteHostRequest) (*DeleteHostResponse, error)
	// Use this method to retrieve all the Hosts.
	List(context.Context, *ListHostRequest) (*ListHostsResponse, error)
}

HostsServer is the server API for Hosts service.

type KnowledgeBase

type KnowledgeBase struct {
	// The KnowledgeBase identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the KnowledgeBase
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the KnowledgeBase
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The severity associated the Vulnerability
	Severity string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"`
	// The link for more detail about the Vulnerability
	Link string `protobuf:"bytes,5,opt,name=link,proto3" json:"link,omitempty"`
	// The name space associated with the Vulnerability, for example an operating system
	NameSpace string `protobuf:"bytes,6,opt,name=name_space,json=nameSpace,proto3" json:"name_space,omitempty"`
	// The package name containing the Vulnerability
	Pkg string `protobuf:"bytes,7,opt,name=pkg,proto3" json:"pkg,omitempty"`
	// The fixed version of package
	FixedVersion string `protobuf:"bytes,8,opt,name=fixed_version,json=fixedVersion,proto3" json:"fixed_version,omitempty"`
	// The list of Vulnerabilities that reference this knowledge base
	Vulnerabilities      []*Vulnerability `protobuf:"bytes,9,rep,name=vulnerabilities,proto3" json:"vulnerabilities,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

----------------------------------------------------------------- KnowledgeBase represents a collection of tracked vulnerabilities -----------------------------------------------------------------

func DefaultApplyFieldMaskKnowledgeBase

func DefaultApplyFieldMaskKnowledgeBase(ctx context.Context, patchee *KnowledgeBase, patcher *KnowledgeBase, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*KnowledgeBase, error)

DefaultApplyFieldMaskKnowledgeBase patches an pbObject with patcher according to a field mask.

func DefaultCreateKnowledgeBase

func DefaultCreateKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) (*KnowledgeBase, error)

DefaultCreateKnowledgeBase executes a basic gorm create call

func DefaultListKnowledgeBase

func DefaultListKnowledgeBase(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*KnowledgeBase, error)

DefaultListKnowledgeBase executes a gorm list call

func DefaultPatchKnowledgeBase

func DefaultPatchKnowledgeBase(ctx context.Context, in *KnowledgeBase, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*KnowledgeBase, error)

DefaultPatchKnowledgeBase executes a basic gorm update call with patch behavior

func DefaultPatchSetKnowledgeBase

func DefaultPatchSetKnowledgeBase(ctx context.Context, objects []*KnowledgeBase, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*KnowledgeBase, error)

DefaultPatchSetKnowledgeBase executes a bulk gorm update call with patch behavior

func DefaultReadKnowledgeBase

func DefaultReadKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB, fs *query1.FieldSelection) (*KnowledgeBase, error)

DefaultReadKnowledgeBase executes a basic gorm read call

func DefaultStrictUpdateKnowledgeBase

func DefaultStrictUpdateKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) (*KnowledgeBase, error)

DefaultStrictUpdateKnowledgeBase clears first level 1:many children and then executes a gorm update call

func (*KnowledgeBase) AtlasValidateJSON

func (_ *KnowledgeBase) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object KnowledgeBase.

func (*KnowledgeBase) Descriptor

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

func (*KnowledgeBase) GetDescription

func (m *KnowledgeBase) GetDescription() string

func (*KnowledgeBase) GetFixedVersion

func (m *KnowledgeBase) GetFixedVersion() string

func (*KnowledgeBase) GetId

func (m *KnowledgeBase) GetId() *resource.Identifier
func (m *KnowledgeBase) GetLink() string

func (*KnowledgeBase) GetName

func (m *KnowledgeBase) GetName() string

func (*KnowledgeBase) GetNameSpace

func (m *KnowledgeBase) GetNameSpace() string

func (*KnowledgeBase) GetPkg

func (m *KnowledgeBase) GetPkg() string

func (*KnowledgeBase) GetSeverity

func (m *KnowledgeBase) GetSeverity() string

func (*KnowledgeBase) GetVulnerabilities

func (m *KnowledgeBase) GetVulnerabilities() []*Vulnerability

func (*KnowledgeBase) ProtoMessage

func (*KnowledgeBase) ProtoMessage()

func (*KnowledgeBase) Reset

func (m *KnowledgeBase) Reset()

func (*KnowledgeBase) String

func (m *KnowledgeBase) String() string

func (*KnowledgeBase) ToORM

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*KnowledgeBase) Validate

func (m *KnowledgeBase) Validate() error

Validate checks the field values on KnowledgeBase with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*KnowledgeBase) XXX_DiscardUnknown

func (m *KnowledgeBase) XXX_DiscardUnknown()

func (*KnowledgeBase) XXX_Marshal

func (m *KnowledgeBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*KnowledgeBase) XXX_Merge

func (m *KnowledgeBase) XXX_Merge(src proto.Message)

func (*KnowledgeBase) XXX_Size

func (m *KnowledgeBase) XXX_Size() int

func (*KnowledgeBase) XXX_Unmarshal

func (m *KnowledgeBase) XXX_Unmarshal(b []byte) error

type KnowledgeBaseORM

type KnowledgeBaseORM struct {
	AccountID       string
	Description     string
	FixedVersion    string
	Id              int64 `gorm:"type:serial;primary_key"`
	Link            string
	Name            string
	NameSpace       string
	Pkg             string
	Severity        string
	Vulnerabilities []*VulnerabilityORM `gorm:"foreignkey:KnowledgeBaseId;association_foreignkey:Id"`
}

func (KnowledgeBaseORM) TableName

func (KnowledgeBaseORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*KnowledgeBaseORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type KnowledgeBaseORMWithAfterCreate_

type KnowledgeBaseORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type KnowledgeBaseORMWithAfterDeleteSet

type KnowledgeBaseORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*KnowledgeBase, *gorm1.DB) error
}

type KnowledgeBaseORMWithAfterDelete_

type KnowledgeBaseORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type KnowledgeBaseORMWithAfterListFind

type KnowledgeBaseORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]KnowledgeBaseORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type KnowledgeBaseORMWithAfterReadFind

type KnowledgeBaseORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type KnowledgeBaseORMWithAfterStrictUpdateSave

type KnowledgeBaseORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type KnowledgeBaseORMWithBeforeCreate_

type KnowledgeBaseORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeDeleteSet

type KnowledgeBaseORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*KnowledgeBase, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeDelete_

type KnowledgeBaseORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeListApplyQuery

type KnowledgeBaseORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeListFind

type KnowledgeBaseORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeReadApplyQuery

type KnowledgeBaseORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeReadFind

type KnowledgeBaseORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeStrictUpdateCleanup

type KnowledgeBaseORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseORMWithBeforeStrictUpdateSave

type KnowledgeBaseORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseValidationError

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

KnowledgeBaseValidationError is the validation error returned by KnowledgeBase.Validate if the designated constraints aren't met.

func (KnowledgeBaseValidationError) Cause

Cause function returns cause value.

func (KnowledgeBaseValidationError) Error

Error satisfies the builtin error interface

func (KnowledgeBaseValidationError) ErrorName

func (e KnowledgeBaseValidationError) ErrorName() string

ErrorName returns error name.

func (KnowledgeBaseValidationError) Field

Field function returns field value.

func (KnowledgeBaseValidationError) Key

Key function returns key value.

func (KnowledgeBaseValidationError) Reason

Reason function returns reason value.

type KnowledgeBaseWithAfterPatchSave

type KnowledgeBaseWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *KnowledgeBase, *field_mask1.FieldMask, *gorm1.DB) error
}

type KnowledgeBaseWithAfterToORM

type KnowledgeBaseWithAfterToORM interface {
	AfterToORM(context.Context, *KnowledgeBaseORM) error
}

KnowledgeBaseAfterToORM called after default ToORM code

type KnowledgeBaseWithAfterToPB

type KnowledgeBaseWithAfterToPB interface {
	AfterToPB(context.Context, *KnowledgeBase) error
}

KnowledgeBaseAfterToPB called after default ToPB code

type KnowledgeBaseWithBeforePatchApplyFieldMask

type KnowledgeBaseWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *KnowledgeBase, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseWithBeforePatchRead

type KnowledgeBaseWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *KnowledgeBase, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseWithBeforePatchSave

type KnowledgeBaseWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *KnowledgeBase, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type KnowledgeBaseWithBeforeToORM

type KnowledgeBaseWithBeforeToORM interface {
	BeforeToORM(context.Context, *KnowledgeBaseORM) error
}

KnowledgeBaseBeforeToORM called before default ToORM code

type KnowledgeBaseWithBeforeToPB

type KnowledgeBaseWithBeforeToPB interface {
	BeforeToPB(context.Context, *KnowledgeBase) error
}

KnowledgeBaseBeforeToPB called before default ToPB code

type KnowledgeBasesClient

type KnowledgeBasesClient interface {
	// Use this method to create a KnowledgeBase information.
	Create(ctx context.Context, in *CreateKnowledgeBaseRequest, opts ...grpc.CallOption) (*CreateKnowledgeBaseResponse, error)
	// Use this method to read a KnowledgeBase information by identifier.
	Read(ctx context.Context, in *ReadKnowledgeBaseRequest, opts ...grpc.CallOption) (*ReadKnowledgeBaseResponse, error)
	// Use this method to update a KnowledgeBase information.
	Update(ctx context.Context, in *UpdateKnowledgeBaseRequest, opts ...grpc.CallOption) (*UpdateKnowledgeBaseResponse, error)
	// Use this method to delete a particular KnowledgeBase.
	Delete(ctx context.Context, in *DeleteKnowledgeBaseRequest, opts ...grpc.CallOption) (*DeleteKnowledgeBaseResponse, error)
	// Use this method to retrieve all the KnowledgeBases.
	List(ctx context.Context, in *ListKnowledgeBaseRequest, opts ...grpc.CallOption) (*ListKnowledgeBasesResponse, error)
}

KnowledgeBasesClient is the client API for KnowledgeBases service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewKnowledgeBasesClient

func NewKnowledgeBasesClient(cc *grpc.ClientConn) KnowledgeBasesClient

type KnowledgeBasesDefaultServer

type KnowledgeBasesDefaultServer struct {
}

func (*KnowledgeBasesDefaultServer) Create

Create ...

func (*KnowledgeBasesDefaultServer) Delete

Delete ...

func (*KnowledgeBasesDefaultServer) List

List ...

func (*KnowledgeBasesDefaultServer) Read

Read ...

func (*KnowledgeBasesDefaultServer) Update

Update ...

type KnowledgeBasesKnowledgeBaseWithAfterCreate

type KnowledgeBasesKnowledgeBaseWithAfterCreate interface {
	AfterCreate(context.Context, *CreateKnowledgeBaseResponse, *gorm1.DB) error
}

KnowledgeBasesKnowledgeBaseWithAfterCreate called before DefaultCreateKnowledgeBase in the default Create handler

type KnowledgeBasesKnowledgeBaseWithAfterDelete

type KnowledgeBasesKnowledgeBaseWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteKnowledgeBaseResponse, *gorm1.DB) error
}

KnowledgeBasesKnowledgeBaseWithAfterDelete called before DefaultDeleteKnowledgeBase in the default Delete handler

type KnowledgeBasesKnowledgeBaseWithAfterList

type KnowledgeBasesKnowledgeBaseWithAfterList interface {
	AfterList(context.Context, *ListKnowledgeBasesResponse, *gorm1.DB) error
}

KnowledgeBasesKnowledgeBaseWithAfterList called before DefaultListKnowledgeBase in the default List handler

type KnowledgeBasesKnowledgeBaseWithAfterRead

type KnowledgeBasesKnowledgeBaseWithAfterRead interface {
	AfterRead(context.Context, *ReadKnowledgeBaseResponse, *gorm1.DB) error
}

KnowledgeBasesKnowledgeBaseWithAfterRead called before DefaultReadKnowledgeBase in the default Read handler

type KnowledgeBasesKnowledgeBaseWithAfterUpdate

type KnowledgeBasesKnowledgeBaseWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateKnowledgeBaseResponse, *gorm1.DB) error
}

KnowledgeBasesKnowledgeBaseWithAfterUpdate called before DefaultUpdateKnowledgeBase in the default Update handler

type KnowledgeBasesKnowledgeBaseWithBeforeCreate

type KnowledgeBasesKnowledgeBaseWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KnowledgeBasesKnowledgeBaseWithBeforeCreate called before DefaultCreateKnowledgeBase in the default Create handler

type KnowledgeBasesKnowledgeBaseWithBeforeDelete

type KnowledgeBasesKnowledgeBaseWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KnowledgeBasesKnowledgeBaseWithBeforeDelete called before DefaultDeleteKnowledgeBase in the default Delete handler

type KnowledgeBasesKnowledgeBaseWithBeforeList

type KnowledgeBasesKnowledgeBaseWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KnowledgeBasesKnowledgeBaseWithBeforeList called before DefaultListKnowledgeBase in the default List handler

type KnowledgeBasesKnowledgeBaseWithBeforeRead

type KnowledgeBasesKnowledgeBaseWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KnowledgeBasesKnowledgeBaseWithBeforeRead called before DefaultReadKnowledgeBase in the default Read handler

type KnowledgeBasesKnowledgeBaseWithBeforeUpdate

type KnowledgeBasesKnowledgeBaseWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

KnowledgeBasesKnowledgeBaseWithBeforeUpdate called before DefaultUpdateKnowledgeBase in the default Update handler

type KnowledgeBasesServer

type KnowledgeBasesServer interface {
	// Use this method to create a KnowledgeBase information.
	Create(context.Context, *CreateKnowledgeBaseRequest) (*CreateKnowledgeBaseResponse, error)
	// Use this method to read a KnowledgeBase information by identifier.
	Read(context.Context, *ReadKnowledgeBaseRequest) (*ReadKnowledgeBaseResponse, error)
	// Use this method to update a KnowledgeBase information.
	Update(context.Context, *UpdateKnowledgeBaseRequest) (*UpdateKnowledgeBaseResponse, error)
	// Use this method to delete a particular KnowledgeBase.
	Delete(context.Context, *DeleteKnowledgeBaseRequest) (*DeleteKnowledgeBaseResponse, error)
	// Use this method to retrieve all the KnowledgeBases.
	List(context.Context, *ListKnowledgeBaseRequest) (*ListKnowledgeBasesResponse, error)
}

KnowledgeBasesServer is the server API for KnowledgeBases service.

type ListAmiRequest

type ListAmiRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListAmiRequest) AtlasValidateJSON

func (_ *ListAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAmiRequest.

func (*ListAmiRequest) Descriptor

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

func (*ListAmiRequest) GetFields

func (m *ListAmiRequest) GetFields() *query.FieldSelection

func (*ListAmiRequest) GetFilter

func (m *ListAmiRequest) GetFilter() *query.Filtering

func (*ListAmiRequest) GetOrderBy

func (m *ListAmiRequest) GetOrderBy() *query.Sorting

func (*ListAmiRequest) GetPaging

func (m *ListAmiRequest) GetPaging() *query.Pagination

func (*ListAmiRequest) ProtoMessage

func (*ListAmiRequest) ProtoMessage()

func (*ListAmiRequest) Reset

func (m *ListAmiRequest) Reset()

func (*ListAmiRequest) String

func (m *ListAmiRequest) String() string

func (*ListAmiRequest) Validate

func (m *ListAmiRequest) Validate() error

Validate checks the field values on ListAmiRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAmiRequest) XXX_DiscardUnknown

func (m *ListAmiRequest) XXX_DiscardUnknown()

func (*ListAmiRequest) XXX_Marshal

func (m *ListAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAmiRequest) XXX_Merge

func (m *ListAmiRequest) XXX_Merge(src proto.Message)

func (*ListAmiRequest) XXX_Size

func (m *ListAmiRequest) XXX_Size() int

func (*ListAmiRequest) XXX_Unmarshal

func (m *ListAmiRequest) XXX_Unmarshal(b []byte) error

type ListAmiRequestValidationError

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

ListAmiRequestValidationError is the validation error returned by ListAmiRequest.Validate if the designated constraints aren't met.

func (ListAmiRequestValidationError) Cause

Cause function returns cause value.

func (ListAmiRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAmiRequestValidationError) ErrorName

func (e ListAmiRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListAmiRequestValidationError) Field

Field function returns field value.

func (ListAmiRequestValidationError) Key

Key function returns key value.

func (ListAmiRequestValidationError) Reason

Reason function returns reason value.

type ListAmisResponse

type ListAmisResponse struct {
	Results              []*Ami          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListAmisResponse) AtlasValidateJSON

func (_ *ListAmisResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListAmisResponse.

func (*ListAmisResponse) Descriptor

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

func (*ListAmisResponse) GetPage

func (m *ListAmisResponse) GetPage() *query.PageInfo

func (*ListAmisResponse) GetResults

func (m *ListAmisResponse) GetResults() []*Ami

func (*ListAmisResponse) ProtoMessage

func (*ListAmisResponse) ProtoMessage()

func (*ListAmisResponse) Reset

func (m *ListAmisResponse) Reset()

func (*ListAmisResponse) String

func (m *ListAmisResponse) String() string

func (*ListAmisResponse) Validate

func (m *ListAmisResponse) Validate() error

Validate checks the field values on ListAmisResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListAmisResponse) XXX_DiscardUnknown

func (m *ListAmisResponse) XXX_DiscardUnknown()

func (*ListAmisResponse) XXX_Marshal

func (m *ListAmisResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListAmisResponse) XXX_Merge

func (m *ListAmisResponse) XXX_Merge(src proto.Message)

func (*ListAmisResponse) XXX_Size

func (m *ListAmisResponse) XXX_Size() int

func (*ListAmisResponse) XXX_Unmarshal

func (m *ListAmisResponse) XXX_Unmarshal(b []byte) error

type ListAmisResponseValidationError

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

ListAmisResponseValidationError is the validation error returned by ListAmisResponse.Validate if the designated constraints aren't met.

func (ListAmisResponseValidationError) Cause

Cause function returns cause value.

func (ListAmisResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAmisResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAmisResponseValidationError) Field

Field function returns field value.

func (ListAmisResponseValidationError) Key

Key function returns key value.

func (ListAmisResponseValidationError) Reason

Reason function returns reason value.

type ListApplicationRequest

type ListApplicationRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListApplicationRequest) AtlasValidateJSON

func (_ *ListApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationRequest.

func (*ListApplicationRequest) Descriptor

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

func (*ListApplicationRequest) GetFields

func (*ListApplicationRequest) GetFilter

func (m *ListApplicationRequest) GetFilter() *query.Filtering

func (*ListApplicationRequest) GetOrderBy

func (m *ListApplicationRequest) GetOrderBy() *query.Sorting

func (*ListApplicationRequest) GetPaging

func (m *ListApplicationRequest) GetPaging() *query.Pagination

func (*ListApplicationRequest) ProtoMessage

func (*ListApplicationRequest) ProtoMessage()

func (*ListApplicationRequest) Reset

func (m *ListApplicationRequest) Reset()

func (*ListApplicationRequest) String

func (m *ListApplicationRequest) String() string

func (*ListApplicationRequest) Validate

func (m *ListApplicationRequest) Validate() error

Validate checks the field values on ListApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationRequest) XXX_DiscardUnknown

func (m *ListApplicationRequest) XXX_DiscardUnknown()

func (*ListApplicationRequest) XXX_Marshal

func (m *ListApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationRequest) XXX_Merge

func (m *ListApplicationRequest) XXX_Merge(src proto.Message)

func (*ListApplicationRequest) XXX_Size

func (m *ListApplicationRequest) XXX_Size() int

func (*ListApplicationRequest) XXX_Unmarshal

func (m *ListApplicationRequest) XXX_Unmarshal(b []byte) error

type ListApplicationRequestValidationError

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

ListApplicationRequestValidationError is the validation error returned by ListApplicationRequest.Validate if the designated constraints aren't met.

func (ListApplicationRequestValidationError) Cause

Cause function returns cause value.

func (ListApplicationRequestValidationError) Error

Error satisfies the builtin error interface

func (ListApplicationRequestValidationError) ErrorName

ErrorName returns error name.

func (ListApplicationRequestValidationError) Field

Field function returns field value.

func (ListApplicationRequestValidationError) Key

Key function returns key value.

func (ListApplicationRequestValidationError) Reason

Reason function returns reason value.

type ListApplicationVersionRequest

type ListApplicationVersionRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListApplicationVersionRequest) AtlasValidateJSON

func (_ *ListApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationVersionRequest.

func (*ListApplicationVersionRequest) Descriptor

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

func (*ListApplicationVersionRequest) GetFields

func (*ListApplicationVersionRequest) GetFilter

func (*ListApplicationVersionRequest) GetOrderBy

func (m *ListApplicationVersionRequest) GetOrderBy() *query.Sorting

func (*ListApplicationVersionRequest) GetPaging

func (*ListApplicationVersionRequest) ProtoMessage

func (*ListApplicationVersionRequest) ProtoMessage()

func (*ListApplicationVersionRequest) Reset

func (m *ListApplicationVersionRequest) Reset()

func (*ListApplicationVersionRequest) String

func (*ListApplicationVersionRequest) Validate

func (m *ListApplicationVersionRequest) Validate() error

Validate checks the field values on ListApplicationVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationVersionRequest) XXX_DiscardUnknown

func (m *ListApplicationVersionRequest) XXX_DiscardUnknown()

func (*ListApplicationVersionRequest) XXX_Marshal

func (m *ListApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationVersionRequest) XXX_Merge

func (m *ListApplicationVersionRequest) XXX_Merge(src proto.Message)

func (*ListApplicationVersionRequest) XXX_Size

func (m *ListApplicationVersionRequest) XXX_Size() int

func (*ListApplicationVersionRequest) XXX_Unmarshal

func (m *ListApplicationVersionRequest) XXX_Unmarshal(b []byte) error

type ListApplicationVersionRequestValidationError

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

ListApplicationVersionRequestValidationError is the validation error returned by ListApplicationVersionRequest.Validate if the designated constraints aren't met.

func (ListApplicationVersionRequestValidationError) Cause

Cause function returns cause value.

func (ListApplicationVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (ListApplicationVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (ListApplicationVersionRequestValidationError) Field

Field function returns field value.

func (ListApplicationVersionRequestValidationError) Key

Key function returns key value.

func (ListApplicationVersionRequestValidationError) Reason

Reason function returns reason value.

type ListApplicationVersionsResponse

type ListApplicationVersionsResponse struct {
	Results              []*ApplicationVersion `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo       `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListApplicationVersionsResponse) AtlasValidateJSON

func (_ *ListApplicationVersionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationVersionsResponse.

func (*ListApplicationVersionsResponse) Descriptor

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

func (*ListApplicationVersionsResponse) GetPage

func (*ListApplicationVersionsResponse) GetResults

func (*ListApplicationVersionsResponse) ProtoMessage

func (*ListApplicationVersionsResponse) ProtoMessage()

func (*ListApplicationVersionsResponse) Reset

func (*ListApplicationVersionsResponse) String

func (*ListApplicationVersionsResponse) Validate

func (m *ListApplicationVersionsResponse) Validate() error

Validate checks the field values on ListApplicationVersionsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationVersionsResponse) XXX_DiscardUnknown

func (m *ListApplicationVersionsResponse) XXX_DiscardUnknown()

func (*ListApplicationVersionsResponse) XXX_Marshal

func (m *ListApplicationVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationVersionsResponse) XXX_Merge

func (m *ListApplicationVersionsResponse) XXX_Merge(src proto.Message)

func (*ListApplicationVersionsResponse) XXX_Size

func (m *ListApplicationVersionsResponse) XXX_Size() int

func (*ListApplicationVersionsResponse) XXX_Unmarshal

func (m *ListApplicationVersionsResponse) XXX_Unmarshal(b []byte) error

type ListApplicationVersionsResponseValidationError

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

ListApplicationVersionsResponseValidationError is the validation error returned by ListApplicationVersionsResponse.Validate if the designated constraints aren't met.

func (ListApplicationVersionsResponseValidationError) Cause

Cause function returns cause value.

func (ListApplicationVersionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListApplicationVersionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListApplicationVersionsResponseValidationError) Field

Field function returns field value.

func (ListApplicationVersionsResponseValidationError) Key

Key function returns key value.

func (ListApplicationVersionsResponseValidationError) Reason

Reason function returns reason value.

type ListApplicationsResponse

type ListApplicationsResponse struct {
	Results              []*Application  `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListApplicationsResponse) AtlasValidateJSON

func (_ *ListApplicationsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListApplicationsResponse.

func (*ListApplicationsResponse) Descriptor

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

func (*ListApplicationsResponse) GetPage

func (m *ListApplicationsResponse) GetPage() *query.PageInfo

func (*ListApplicationsResponse) GetResults

func (m *ListApplicationsResponse) GetResults() []*Application

func (*ListApplicationsResponse) ProtoMessage

func (*ListApplicationsResponse) ProtoMessage()

func (*ListApplicationsResponse) Reset

func (m *ListApplicationsResponse) Reset()

func (*ListApplicationsResponse) String

func (m *ListApplicationsResponse) String() string

func (*ListApplicationsResponse) Validate

func (m *ListApplicationsResponse) Validate() error

Validate checks the field values on ListApplicationsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListApplicationsResponse) XXX_DiscardUnknown

func (m *ListApplicationsResponse) XXX_DiscardUnknown()

func (*ListApplicationsResponse) XXX_Marshal

func (m *ListApplicationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListApplicationsResponse) XXX_Merge

func (m *ListApplicationsResponse) XXX_Merge(src proto.Message)

func (*ListApplicationsResponse) XXX_Size

func (m *ListApplicationsResponse) XXX_Size() int

func (*ListApplicationsResponse) XXX_Unmarshal

func (m *ListApplicationsResponse) XXX_Unmarshal(b []byte) error

type ListApplicationsResponseValidationError

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

ListApplicationsResponseValidationError is the validation error returned by ListApplicationsResponse.Validate if the designated constraints aren't met.

func (ListApplicationsResponseValidationError) Cause

Cause function returns cause value.

func (ListApplicationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListApplicationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListApplicationsResponseValidationError) Field

Field function returns field value.

func (ListApplicationsResponseValidationError) Key

Key function returns key value.

func (ListApplicationsResponseValidationError) Reason

Reason function returns reason value.

type ListCloudProviderRequest

type ListCloudProviderRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListCloudProviderRequest) AtlasValidateJSON

func (_ *ListCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListCloudProviderRequest.

func (*ListCloudProviderRequest) Descriptor

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

func (*ListCloudProviderRequest) GetFields

func (*ListCloudProviderRequest) GetFilter

func (m *ListCloudProviderRequest) GetFilter() *query.Filtering

func (*ListCloudProviderRequest) GetOrderBy

func (m *ListCloudProviderRequest) GetOrderBy() *query.Sorting

func (*ListCloudProviderRequest) GetPaging

func (m *ListCloudProviderRequest) GetPaging() *query.Pagination

func (*ListCloudProviderRequest) ProtoMessage

func (*ListCloudProviderRequest) ProtoMessage()

func (*ListCloudProviderRequest) Reset

func (m *ListCloudProviderRequest) Reset()

func (*ListCloudProviderRequest) String

func (m *ListCloudProviderRequest) String() string

func (*ListCloudProviderRequest) Validate

func (m *ListCloudProviderRequest) Validate() error

Validate checks the field values on ListCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListCloudProviderRequest) XXX_DiscardUnknown

func (m *ListCloudProviderRequest) XXX_DiscardUnknown()

func (*ListCloudProviderRequest) XXX_Marshal

func (m *ListCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCloudProviderRequest) XXX_Merge

func (m *ListCloudProviderRequest) XXX_Merge(src proto.Message)

func (*ListCloudProviderRequest) XXX_Size

func (m *ListCloudProviderRequest) XXX_Size() int

func (*ListCloudProviderRequest) XXX_Unmarshal

func (m *ListCloudProviderRequest) XXX_Unmarshal(b []byte) error

type ListCloudProviderRequestValidationError

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

ListCloudProviderRequestValidationError is the validation error returned by ListCloudProviderRequest.Validate if the designated constraints aren't met.

func (ListCloudProviderRequestValidationError) Cause

Cause function returns cause value.

func (ListCloudProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCloudProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCloudProviderRequestValidationError) Field

Field function returns field value.

func (ListCloudProviderRequestValidationError) Key

Key function returns key value.

func (ListCloudProviderRequestValidationError) Reason

Reason function returns reason value.

type ListCloudProvidersResponse

type ListCloudProvidersResponse struct {
	Results              []*CloudProvider `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo  `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListCloudProvidersResponse) AtlasValidateJSON

func (_ *ListCloudProvidersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListCloudProvidersResponse.

func (*ListCloudProvidersResponse) Descriptor

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

func (*ListCloudProvidersResponse) GetPage

func (*ListCloudProvidersResponse) GetResults

func (m *ListCloudProvidersResponse) GetResults() []*CloudProvider

func (*ListCloudProvidersResponse) ProtoMessage

func (*ListCloudProvidersResponse) ProtoMessage()

func (*ListCloudProvidersResponse) Reset

func (m *ListCloudProvidersResponse) Reset()

func (*ListCloudProvidersResponse) String

func (m *ListCloudProvidersResponse) String() string

func (*ListCloudProvidersResponse) Validate

func (m *ListCloudProvidersResponse) Validate() error

Validate checks the field values on ListCloudProvidersResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListCloudProvidersResponse) XXX_DiscardUnknown

func (m *ListCloudProvidersResponse) XXX_DiscardUnknown()

func (*ListCloudProvidersResponse) XXX_Marshal

func (m *ListCloudProvidersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListCloudProvidersResponse) XXX_Merge

func (m *ListCloudProvidersResponse) XXX_Merge(src proto.Message)

func (*ListCloudProvidersResponse) XXX_Size

func (m *ListCloudProvidersResponse) XXX_Size() int

func (*ListCloudProvidersResponse) XXX_Unmarshal

func (m *ListCloudProvidersResponse) XXX_Unmarshal(b []byte) error

type ListCloudProvidersResponseValidationError

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

ListCloudProvidersResponseValidationError is the validation error returned by ListCloudProvidersResponse.Validate if the designated constraints aren't met.

func (ListCloudProvidersResponseValidationError) Cause

Cause function returns cause value.

func (ListCloudProvidersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCloudProvidersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCloudProvidersResponseValidationError) Field

Field function returns field value.

func (ListCloudProvidersResponseValidationError) Key

Key function returns key value.

func (ListCloudProvidersResponseValidationError) Reason

Reason function returns reason value.

type ListContainerRequest

type ListContainerRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListContainerRequest) AtlasValidateJSON

func (_ *ListContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListContainerRequest.

func (*ListContainerRequest) Descriptor

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

func (*ListContainerRequest) GetFields

func (m *ListContainerRequest) GetFields() *query.FieldSelection

func (*ListContainerRequest) GetFilter

func (m *ListContainerRequest) GetFilter() *query.Filtering

func (*ListContainerRequest) GetOrderBy

func (m *ListContainerRequest) GetOrderBy() *query.Sorting

func (*ListContainerRequest) GetPaging

func (m *ListContainerRequest) GetPaging() *query.Pagination

func (*ListContainerRequest) ProtoMessage

func (*ListContainerRequest) ProtoMessage()

func (*ListContainerRequest) Reset

func (m *ListContainerRequest) Reset()

func (*ListContainerRequest) String

func (m *ListContainerRequest) String() string

func (*ListContainerRequest) Validate

func (m *ListContainerRequest) Validate() error

Validate checks the field values on ListContainerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListContainerRequest) XXX_DiscardUnknown

func (m *ListContainerRequest) XXX_DiscardUnknown()

func (*ListContainerRequest) XXX_Marshal

func (m *ListContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContainerRequest) XXX_Merge

func (m *ListContainerRequest) XXX_Merge(src proto.Message)

func (*ListContainerRequest) XXX_Size

func (m *ListContainerRequest) XXX_Size() int

func (*ListContainerRequest) XXX_Unmarshal

func (m *ListContainerRequest) XXX_Unmarshal(b []byte) error

type ListContainerRequestValidationError

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

ListContainerRequestValidationError is the validation error returned by ListContainerRequest.Validate if the designated constraints aren't met.

func (ListContainerRequestValidationError) Cause

Cause function returns cause value.

func (ListContainerRequestValidationError) Error

Error satisfies the builtin error interface

func (ListContainerRequestValidationError) ErrorName

ErrorName returns error name.

func (ListContainerRequestValidationError) Field

Field function returns field value.

func (ListContainerRequestValidationError) Key

Key function returns key value.

func (ListContainerRequestValidationError) Reason

Reason function returns reason value.

type ListContainerTagRequest

type ListContainerTagRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListContainerTagRequest) AtlasValidateJSON

func (_ *ListContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListContainerTagRequest.

func (*ListContainerTagRequest) Descriptor

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

func (*ListContainerTagRequest) GetFields

func (*ListContainerTagRequest) GetFilter

func (m *ListContainerTagRequest) GetFilter() *query.Filtering

func (*ListContainerTagRequest) GetOrderBy

func (m *ListContainerTagRequest) GetOrderBy() *query.Sorting

func (*ListContainerTagRequest) GetPaging

func (m *ListContainerTagRequest) GetPaging() *query.Pagination

func (*ListContainerTagRequest) ProtoMessage

func (*ListContainerTagRequest) ProtoMessage()

func (*ListContainerTagRequest) Reset

func (m *ListContainerTagRequest) Reset()

func (*ListContainerTagRequest) String

func (m *ListContainerTagRequest) String() string

func (*ListContainerTagRequest) Validate

func (m *ListContainerTagRequest) Validate() error

Validate checks the field values on ListContainerTagRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListContainerTagRequest) XXX_DiscardUnknown

func (m *ListContainerTagRequest) XXX_DiscardUnknown()

func (*ListContainerTagRequest) XXX_Marshal

func (m *ListContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContainerTagRequest) XXX_Merge

func (m *ListContainerTagRequest) XXX_Merge(src proto.Message)

func (*ListContainerTagRequest) XXX_Size

func (m *ListContainerTagRequest) XXX_Size() int

func (*ListContainerTagRequest) XXX_Unmarshal

func (m *ListContainerTagRequest) XXX_Unmarshal(b []byte) error

type ListContainerTagRequestValidationError

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

ListContainerTagRequestValidationError is the validation error returned by ListContainerTagRequest.Validate if the designated constraints aren't met.

func (ListContainerTagRequestValidationError) Cause

Cause function returns cause value.

func (ListContainerTagRequestValidationError) Error

Error satisfies the builtin error interface

func (ListContainerTagRequestValidationError) ErrorName

ErrorName returns error name.

func (ListContainerTagRequestValidationError) Field

Field function returns field value.

func (ListContainerTagRequestValidationError) Key

Key function returns key value.

func (ListContainerTagRequestValidationError) Reason

Reason function returns reason value.

type ListContainerTagsResponse

type ListContainerTagsResponse struct {
	Results              []*ContainerTag `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListContainerTagsResponse) AtlasValidateJSON

func (_ *ListContainerTagsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListContainerTagsResponse.

func (*ListContainerTagsResponse) Descriptor

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

func (*ListContainerTagsResponse) GetPage

func (*ListContainerTagsResponse) GetResults

func (m *ListContainerTagsResponse) GetResults() []*ContainerTag

func (*ListContainerTagsResponse) ProtoMessage

func (*ListContainerTagsResponse) ProtoMessage()

func (*ListContainerTagsResponse) Reset

func (m *ListContainerTagsResponse) Reset()

func (*ListContainerTagsResponse) String

func (m *ListContainerTagsResponse) String() string

func (*ListContainerTagsResponse) Validate

func (m *ListContainerTagsResponse) Validate() error

Validate checks the field values on ListContainerTagsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListContainerTagsResponse) XXX_DiscardUnknown

func (m *ListContainerTagsResponse) XXX_DiscardUnknown()

func (*ListContainerTagsResponse) XXX_Marshal

func (m *ListContainerTagsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContainerTagsResponse) XXX_Merge

func (m *ListContainerTagsResponse) XXX_Merge(src proto.Message)

func (*ListContainerTagsResponse) XXX_Size

func (m *ListContainerTagsResponse) XXX_Size() int

func (*ListContainerTagsResponse) XXX_Unmarshal

func (m *ListContainerTagsResponse) XXX_Unmarshal(b []byte) error

type ListContainerTagsResponseValidationError

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

ListContainerTagsResponseValidationError is the validation error returned by ListContainerTagsResponse.Validate if the designated constraints aren't met.

func (ListContainerTagsResponseValidationError) Cause

Cause function returns cause value.

func (ListContainerTagsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListContainerTagsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListContainerTagsResponseValidationError) Field

Field function returns field value.

func (ListContainerTagsResponseValidationError) Key

Key function returns key value.

func (ListContainerTagsResponseValidationError) Reason

Reason function returns reason value.

type ListContainersResponse

type ListContainersResponse struct {
	Results              []*Container    `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListContainersResponse) AtlasValidateJSON

func (_ *ListContainersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListContainersResponse.

func (*ListContainersResponse) Descriptor

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

func (*ListContainersResponse) GetPage

func (m *ListContainersResponse) GetPage() *query.PageInfo

func (*ListContainersResponse) GetResults

func (m *ListContainersResponse) GetResults() []*Container

func (*ListContainersResponse) ProtoMessage

func (*ListContainersResponse) ProtoMessage()

func (*ListContainersResponse) Reset

func (m *ListContainersResponse) Reset()

func (*ListContainersResponse) String

func (m *ListContainersResponse) String() string

func (*ListContainersResponse) Validate

func (m *ListContainersResponse) Validate() error

Validate checks the field values on ListContainersResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListContainersResponse) XXX_DiscardUnknown

func (m *ListContainersResponse) XXX_DiscardUnknown()

func (*ListContainersResponse) XXX_Marshal

func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListContainersResponse) XXX_Merge

func (m *ListContainersResponse) XXX_Merge(src proto.Message)

func (*ListContainersResponse) XXX_Size

func (m *ListContainersResponse) XXX_Size() int

func (*ListContainersResponse) XXX_Unmarshal

func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error

type ListContainersResponseValidationError

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

ListContainersResponseValidationError is the validation error returned by ListContainersResponse.Validate if the designated constraints aren't met.

func (ListContainersResponseValidationError) Cause

Cause function returns cause value.

func (ListContainersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListContainersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListContainersResponseValidationError) Field

Field function returns field value.

func (ListContainersResponseValidationError) Key

Key function returns key value.

func (ListContainersResponseValidationError) Reason

Reason function returns reason value.

type ListEventRequest

type ListEventRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListEventRequest) AtlasValidateJSON

func (_ *ListEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListEventRequest.

func (*ListEventRequest) Descriptor

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

func (*ListEventRequest) GetFields

func (m *ListEventRequest) GetFields() *query.FieldSelection

func (*ListEventRequest) GetFilter

func (m *ListEventRequest) GetFilter() *query.Filtering

func (*ListEventRequest) GetOrderBy

func (m *ListEventRequest) GetOrderBy() *query.Sorting

func (*ListEventRequest) GetPaging

func (m *ListEventRequest) GetPaging() *query.Pagination

func (*ListEventRequest) ProtoMessage

func (*ListEventRequest) ProtoMessage()

func (*ListEventRequest) Reset

func (m *ListEventRequest) Reset()

func (*ListEventRequest) String

func (m *ListEventRequest) String() string

func (*ListEventRequest) Validate

func (m *ListEventRequest) Validate() error

Validate checks the field values on ListEventRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEventRequest) XXX_DiscardUnknown

func (m *ListEventRequest) XXX_DiscardUnknown()

func (*ListEventRequest) XXX_Marshal

func (m *ListEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEventRequest) XXX_Merge

func (m *ListEventRequest) XXX_Merge(src proto.Message)

func (*ListEventRequest) XXX_Size

func (m *ListEventRequest) XXX_Size() int

func (*ListEventRequest) XXX_Unmarshal

func (m *ListEventRequest) XXX_Unmarshal(b []byte) error

type ListEventRequestValidationError

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

ListEventRequestValidationError is the validation error returned by ListEventRequest.Validate if the designated constraints aren't met.

func (ListEventRequestValidationError) Cause

Cause function returns cause value.

func (ListEventRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEventRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEventRequestValidationError) Field

Field function returns field value.

func (ListEventRequestValidationError) Key

Key function returns key value.

func (ListEventRequestValidationError) Reason

Reason function returns reason value.

type ListEventsResponse

type ListEventsResponse struct {
	Results              []*Event        `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListEventsResponse) AtlasValidateJSON

func (_ *ListEventsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListEventsResponse.

func (*ListEventsResponse) Descriptor

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

func (*ListEventsResponse) GetPage

func (m *ListEventsResponse) GetPage() *query.PageInfo

func (*ListEventsResponse) GetResults

func (m *ListEventsResponse) GetResults() []*Event

func (*ListEventsResponse) ProtoMessage

func (*ListEventsResponse) ProtoMessage()

func (*ListEventsResponse) Reset

func (m *ListEventsResponse) Reset()

func (*ListEventsResponse) String

func (m *ListEventsResponse) String() string

func (*ListEventsResponse) Validate

func (m *ListEventsResponse) Validate() error

Validate checks the field values on ListEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListEventsResponse) XXX_DiscardUnknown

func (m *ListEventsResponse) XXX_DiscardUnknown()

func (*ListEventsResponse) XXX_Marshal

func (m *ListEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListEventsResponse) XXX_Merge

func (m *ListEventsResponse) XXX_Merge(src proto.Message)

func (*ListEventsResponse) XXX_Size

func (m *ListEventsResponse) XXX_Size() int

func (*ListEventsResponse) XXX_Unmarshal

func (m *ListEventsResponse) XXX_Unmarshal(b []byte) error

type ListEventsResponseValidationError

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

ListEventsResponseValidationError is the validation error returned by ListEventsResponse.Validate if the designated constraints aren't met.

func (ListEventsResponseValidationError) Cause

Cause function returns cause value.

func (ListEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEventsResponseValidationError) Field

Field function returns field value.

func (ListEventsResponseValidationError) Key

Key function returns key value.

func (ListEventsResponseValidationError) Reason

Reason function returns reason value.

type ListHostRequest

type ListHostRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListHostRequest) AtlasValidateJSON

func (_ *ListHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListHostRequest.

func (*ListHostRequest) Descriptor

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

func (*ListHostRequest) GetFields

func (m *ListHostRequest) GetFields() *query.FieldSelection

func (*ListHostRequest) GetFilter

func (m *ListHostRequest) GetFilter() *query.Filtering

func (*ListHostRequest) GetOrderBy

func (m *ListHostRequest) GetOrderBy() *query.Sorting

func (*ListHostRequest) GetPaging

func (m *ListHostRequest) GetPaging() *query.Pagination

func (*ListHostRequest) ProtoMessage

func (*ListHostRequest) ProtoMessage()

func (*ListHostRequest) Reset

func (m *ListHostRequest) Reset()

func (*ListHostRequest) String

func (m *ListHostRequest) String() string

func (*ListHostRequest) Validate

func (m *ListHostRequest) Validate() error

Validate checks the field values on ListHostRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListHostRequest) XXX_DiscardUnknown

func (m *ListHostRequest) XXX_DiscardUnknown()

func (*ListHostRequest) XXX_Marshal

func (m *ListHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListHostRequest) XXX_Merge

func (m *ListHostRequest) XXX_Merge(src proto.Message)

func (*ListHostRequest) XXX_Size

func (m *ListHostRequest) XXX_Size() int

func (*ListHostRequest) XXX_Unmarshal

func (m *ListHostRequest) XXX_Unmarshal(b []byte) error

type ListHostRequestValidationError

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

ListHostRequestValidationError is the validation error returned by ListHostRequest.Validate if the designated constraints aren't met.

func (ListHostRequestValidationError) Cause

Cause function returns cause value.

func (ListHostRequestValidationError) Error

Error satisfies the builtin error interface

func (ListHostRequestValidationError) ErrorName

func (e ListHostRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListHostRequestValidationError) Field

Field function returns field value.

func (ListHostRequestValidationError) Key

Key function returns key value.

func (ListHostRequestValidationError) Reason

Reason function returns reason value.

type ListHostsResponse

type ListHostsResponse struct {
	Results              []*Host         `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListHostsResponse) AtlasValidateJSON

func (_ *ListHostsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListHostsResponse.

func (*ListHostsResponse) Descriptor

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

func (*ListHostsResponse) GetPage

func (m *ListHostsResponse) GetPage() *query.PageInfo

func (*ListHostsResponse) GetResults

func (m *ListHostsResponse) GetResults() []*Host

func (*ListHostsResponse) ProtoMessage

func (*ListHostsResponse) ProtoMessage()

func (*ListHostsResponse) Reset

func (m *ListHostsResponse) Reset()

func (*ListHostsResponse) String

func (m *ListHostsResponse) String() string

func (*ListHostsResponse) Validate

func (m *ListHostsResponse) Validate() error

Validate checks the field values on ListHostsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListHostsResponse) XXX_DiscardUnknown

func (m *ListHostsResponse) XXX_DiscardUnknown()

func (*ListHostsResponse) XXX_Marshal

func (m *ListHostsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListHostsResponse) XXX_Merge

func (m *ListHostsResponse) XXX_Merge(src proto.Message)

func (*ListHostsResponse) XXX_Size

func (m *ListHostsResponse) XXX_Size() int

func (*ListHostsResponse) XXX_Unmarshal

func (m *ListHostsResponse) XXX_Unmarshal(b []byte) error

type ListHostsResponseValidationError

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

ListHostsResponseValidationError is the validation error returned by ListHostsResponse.Validate if the designated constraints aren't met.

func (ListHostsResponseValidationError) Cause

Cause function returns cause value.

func (ListHostsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListHostsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListHostsResponseValidationError) Field

Field function returns field value.

func (ListHostsResponseValidationError) Key

Key function returns key value.

func (ListHostsResponseValidationError) Reason

Reason function returns reason value.

type ListKnowledgeBaseRequest

type ListKnowledgeBaseRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListKnowledgeBaseRequest) AtlasValidateJSON

func (_ *ListKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListKnowledgeBaseRequest.

func (*ListKnowledgeBaseRequest) Descriptor

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

func (*ListKnowledgeBaseRequest) GetFields

func (*ListKnowledgeBaseRequest) GetFilter

func (m *ListKnowledgeBaseRequest) GetFilter() *query.Filtering

func (*ListKnowledgeBaseRequest) GetOrderBy

func (m *ListKnowledgeBaseRequest) GetOrderBy() *query.Sorting

func (*ListKnowledgeBaseRequest) GetPaging

func (m *ListKnowledgeBaseRequest) GetPaging() *query.Pagination

func (*ListKnowledgeBaseRequest) ProtoMessage

func (*ListKnowledgeBaseRequest) ProtoMessage()

func (*ListKnowledgeBaseRequest) Reset

func (m *ListKnowledgeBaseRequest) Reset()

func (*ListKnowledgeBaseRequest) String

func (m *ListKnowledgeBaseRequest) String() string

func (*ListKnowledgeBaseRequest) Validate

func (m *ListKnowledgeBaseRequest) Validate() error

Validate checks the field values on ListKnowledgeBaseRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListKnowledgeBaseRequest) XXX_DiscardUnknown

func (m *ListKnowledgeBaseRequest) XXX_DiscardUnknown()

func (*ListKnowledgeBaseRequest) XXX_Marshal

func (m *ListKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListKnowledgeBaseRequest) XXX_Merge

func (m *ListKnowledgeBaseRequest) XXX_Merge(src proto.Message)

func (*ListKnowledgeBaseRequest) XXX_Size

func (m *ListKnowledgeBaseRequest) XXX_Size() int

func (*ListKnowledgeBaseRequest) XXX_Unmarshal

func (m *ListKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error

type ListKnowledgeBaseRequestValidationError

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

ListKnowledgeBaseRequestValidationError is the validation error returned by ListKnowledgeBaseRequest.Validate if the designated constraints aren't met.

func (ListKnowledgeBaseRequestValidationError) Cause

Cause function returns cause value.

func (ListKnowledgeBaseRequestValidationError) Error

Error satisfies the builtin error interface

func (ListKnowledgeBaseRequestValidationError) ErrorName

ErrorName returns error name.

func (ListKnowledgeBaseRequestValidationError) Field

Field function returns field value.

func (ListKnowledgeBaseRequestValidationError) Key

Key function returns key value.

func (ListKnowledgeBaseRequestValidationError) Reason

Reason function returns reason value.

type ListKnowledgeBasesResponse

type ListKnowledgeBasesResponse struct {
	Results              []*KnowledgeBase `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo  `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListKnowledgeBasesResponse) AtlasValidateJSON

func (_ *ListKnowledgeBasesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListKnowledgeBasesResponse.

func (*ListKnowledgeBasesResponse) Descriptor

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

func (*ListKnowledgeBasesResponse) GetPage

func (*ListKnowledgeBasesResponse) GetResults

func (m *ListKnowledgeBasesResponse) GetResults() []*KnowledgeBase

func (*ListKnowledgeBasesResponse) ProtoMessage

func (*ListKnowledgeBasesResponse) ProtoMessage()

func (*ListKnowledgeBasesResponse) Reset

func (m *ListKnowledgeBasesResponse) Reset()

func (*ListKnowledgeBasesResponse) String

func (m *ListKnowledgeBasesResponse) String() string

func (*ListKnowledgeBasesResponse) Validate

func (m *ListKnowledgeBasesResponse) Validate() error

Validate checks the field values on ListKnowledgeBasesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListKnowledgeBasesResponse) XXX_DiscardUnknown

func (m *ListKnowledgeBasesResponse) XXX_DiscardUnknown()

func (*ListKnowledgeBasesResponse) XXX_Marshal

func (m *ListKnowledgeBasesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListKnowledgeBasesResponse) XXX_Merge

func (m *ListKnowledgeBasesResponse) XXX_Merge(src proto.Message)

func (*ListKnowledgeBasesResponse) XXX_Size

func (m *ListKnowledgeBasesResponse) XXX_Size() int

func (*ListKnowledgeBasesResponse) XXX_Unmarshal

func (m *ListKnowledgeBasesResponse) XXX_Unmarshal(b []byte) error

type ListKnowledgeBasesResponseValidationError

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

ListKnowledgeBasesResponseValidationError is the validation error returned by ListKnowledgeBasesResponse.Validate if the designated constraints aren't met.

func (ListKnowledgeBasesResponseValidationError) Cause

Cause function returns cause value.

func (ListKnowledgeBasesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListKnowledgeBasesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListKnowledgeBasesResponseValidationError) Field

Field function returns field value.

func (ListKnowledgeBasesResponseValidationError) Key

Key function returns key value.

func (ListKnowledgeBasesResponseValidationError) Reason

Reason function returns reason value.

type ListRegionRequest

type ListRegionRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListRegionRequest) AtlasValidateJSON

func (_ *ListRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegionRequest.

func (*ListRegionRequest) Descriptor

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

func (*ListRegionRequest) GetFields

func (m *ListRegionRequest) GetFields() *query.FieldSelection

func (*ListRegionRequest) GetFilter

func (m *ListRegionRequest) GetFilter() *query.Filtering

func (*ListRegionRequest) GetOrderBy

func (m *ListRegionRequest) GetOrderBy() *query.Sorting

func (*ListRegionRequest) GetPaging

func (m *ListRegionRequest) GetPaging() *query.Pagination

func (*ListRegionRequest) ProtoMessage

func (*ListRegionRequest) ProtoMessage()

func (*ListRegionRequest) Reset

func (m *ListRegionRequest) Reset()

func (*ListRegionRequest) String

func (m *ListRegionRequest) String() string

func (*ListRegionRequest) Validate

func (m *ListRegionRequest) Validate() error

Validate checks the field values on ListRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegionRequest) XXX_DiscardUnknown

func (m *ListRegionRequest) XXX_DiscardUnknown()

func (*ListRegionRequest) XXX_Marshal

func (m *ListRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegionRequest) XXX_Merge

func (m *ListRegionRequest) XXX_Merge(src proto.Message)

func (*ListRegionRequest) XXX_Size

func (m *ListRegionRequest) XXX_Size() int

func (*ListRegionRequest) XXX_Unmarshal

func (m *ListRegionRequest) XXX_Unmarshal(b []byte) error

type ListRegionRequestValidationError

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

ListRegionRequestValidationError is the validation error returned by ListRegionRequest.Validate if the designated constraints aren't met.

func (ListRegionRequestValidationError) Cause

Cause function returns cause value.

func (ListRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRegionRequestValidationError) Field

Field function returns field value.

func (ListRegionRequestValidationError) Key

Key function returns key value.

func (ListRegionRequestValidationError) Reason

Reason function returns reason value.

type ListRegionsResponse

type ListRegionsResponse struct {
	Results              []*Region       `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListRegionsResponse) AtlasValidateJSON

func (_ *ListRegionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegionsResponse.

func (*ListRegionsResponse) Descriptor

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

func (*ListRegionsResponse) GetPage

func (m *ListRegionsResponse) GetPage() *query.PageInfo

func (*ListRegionsResponse) GetResults

func (m *ListRegionsResponse) GetResults() []*Region

func (*ListRegionsResponse) ProtoMessage

func (*ListRegionsResponse) ProtoMessage()

func (*ListRegionsResponse) Reset

func (m *ListRegionsResponse) Reset()

func (*ListRegionsResponse) String

func (m *ListRegionsResponse) String() string

func (*ListRegionsResponse) Validate

func (m *ListRegionsResponse) Validate() error

Validate checks the field values on ListRegionsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegionsResponse) XXX_DiscardUnknown

func (m *ListRegionsResponse) XXX_DiscardUnknown()

func (*ListRegionsResponse) XXX_Marshal

func (m *ListRegionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegionsResponse) XXX_Merge

func (m *ListRegionsResponse) XXX_Merge(src proto.Message)

func (*ListRegionsResponse) XXX_Size

func (m *ListRegionsResponse) XXX_Size() int

func (*ListRegionsResponse) XXX_Unmarshal

func (m *ListRegionsResponse) XXX_Unmarshal(b []byte) error

type ListRegionsResponseValidationError

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

ListRegionsResponseValidationError is the validation error returned by ListRegionsResponse.Validate if the designated constraints aren't met.

func (ListRegionsResponseValidationError) Cause

Cause function returns cause value.

func (ListRegionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRegionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRegionsResponseValidationError) Field

Field function returns field value.

func (ListRegionsResponseValidationError) Key

Key function returns key value.

func (ListRegionsResponseValidationError) Reason

Reason function returns reason value.

type ListRegistriesResponse

type ListRegistriesResponse struct {
	Results              []*Registry     `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListRegistriesResponse) AtlasValidateJSON

func (_ *ListRegistriesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegistriesResponse.

func (*ListRegistriesResponse) Descriptor

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

func (*ListRegistriesResponse) GetPage

func (m *ListRegistriesResponse) GetPage() *query.PageInfo

func (*ListRegistriesResponse) GetResults

func (m *ListRegistriesResponse) GetResults() []*Registry

func (*ListRegistriesResponse) ProtoMessage

func (*ListRegistriesResponse) ProtoMessage()

func (*ListRegistriesResponse) Reset

func (m *ListRegistriesResponse) Reset()

func (*ListRegistriesResponse) String

func (m *ListRegistriesResponse) String() string

func (*ListRegistriesResponse) Validate

func (m *ListRegistriesResponse) Validate() error

Validate checks the field values on ListRegistriesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegistriesResponse) XXX_DiscardUnknown

func (m *ListRegistriesResponse) XXX_DiscardUnknown()

func (*ListRegistriesResponse) XXX_Marshal

func (m *ListRegistriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegistriesResponse) XXX_Merge

func (m *ListRegistriesResponse) XXX_Merge(src proto.Message)

func (*ListRegistriesResponse) XXX_Size

func (m *ListRegistriesResponse) XXX_Size() int

func (*ListRegistriesResponse) XXX_Unmarshal

func (m *ListRegistriesResponse) XXX_Unmarshal(b []byte) error

type ListRegistriesResponseValidationError

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

ListRegistriesResponseValidationError is the validation error returned by ListRegistriesResponse.Validate if the designated constraints aren't met.

func (ListRegistriesResponseValidationError) Cause

Cause function returns cause value.

func (ListRegistriesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRegistriesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRegistriesResponseValidationError) Field

Field function returns field value.

func (ListRegistriesResponseValidationError) Key

Key function returns key value.

func (ListRegistriesResponseValidationError) Reason

Reason function returns reason value.

type ListRegistryRequest

type ListRegistryRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListRegistryRequest) AtlasValidateJSON

func (_ *ListRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListRegistryRequest.

func (*ListRegistryRequest) Descriptor

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

func (*ListRegistryRequest) GetFields

func (m *ListRegistryRequest) GetFields() *query.FieldSelection

func (*ListRegistryRequest) GetFilter

func (m *ListRegistryRequest) GetFilter() *query.Filtering

func (*ListRegistryRequest) GetOrderBy

func (m *ListRegistryRequest) GetOrderBy() *query.Sorting

func (*ListRegistryRequest) GetPaging

func (m *ListRegistryRequest) GetPaging() *query.Pagination

func (*ListRegistryRequest) ProtoMessage

func (*ListRegistryRequest) ProtoMessage()

func (*ListRegistryRequest) Reset

func (m *ListRegistryRequest) Reset()

func (*ListRegistryRequest) String

func (m *ListRegistryRequest) String() string

func (*ListRegistryRequest) Validate

func (m *ListRegistryRequest) Validate() error

Validate checks the field values on ListRegistryRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListRegistryRequest) XXX_DiscardUnknown

func (m *ListRegistryRequest) XXX_DiscardUnknown()

func (*ListRegistryRequest) XXX_Marshal

func (m *ListRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListRegistryRequest) XXX_Merge

func (m *ListRegistryRequest) XXX_Merge(src proto.Message)

func (*ListRegistryRequest) XXX_Size

func (m *ListRegistryRequest) XXX_Size() int

func (*ListRegistryRequest) XXX_Unmarshal

func (m *ListRegistryRequest) XXX_Unmarshal(b []byte) error

type ListRegistryRequestValidationError

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

ListRegistryRequestValidationError is the validation error returned by ListRegistryRequest.Validate if the designated constraints aren't met.

func (ListRegistryRequestValidationError) Cause

Cause function returns cause value.

func (ListRegistryRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRegistryRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRegistryRequestValidationError) Field

Field function returns field value.

func (ListRegistryRequestValidationError) Key

Key function returns key value.

func (ListRegistryRequestValidationError) Reason

Reason function returns reason value.

type ListVpcRequest

type ListVpcRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListVpcRequest) AtlasValidateJSON

func (_ *ListVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVpcRequest.

func (*ListVpcRequest) Descriptor

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

func (*ListVpcRequest) GetFields

func (m *ListVpcRequest) GetFields() *query.FieldSelection

func (*ListVpcRequest) GetFilter

func (m *ListVpcRequest) GetFilter() *query.Filtering

func (*ListVpcRequest) GetOrderBy

func (m *ListVpcRequest) GetOrderBy() *query.Sorting

func (*ListVpcRequest) GetPaging

func (m *ListVpcRequest) GetPaging() *query.Pagination

func (*ListVpcRequest) ProtoMessage

func (*ListVpcRequest) ProtoMessage()

func (*ListVpcRequest) Reset

func (m *ListVpcRequest) Reset()

func (*ListVpcRequest) String

func (m *ListVpcRequest) String() string

func (*ListVpcRequest) Validate

func (m *ListVpcRequest) Validate() error

Validate checks the field values on ListVpcRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVpcRequest) XXX_DiscardUnknown

func (m *ListVpcRequest) XXX_DiscardUnknown()

func (*ListVpcRequest) XXX_Marshal

func (m *ListVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVpcRequest) XXX_Merge

func (m *ListVpcRequest) XXX_Merge(src proto.Message)

func (*ListVpcRequest) XXX_Size

func (m *ListVpcRequest) XXX_Size() int

func (*ListVpcRequest) XXX_Unmarshal

func (m *ListVpcRequest) XXX_Unmarshal(b []byte) error

type ListVpcRequestValidationError

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

ListVpcRequestValidationError is the validation error returned by ListVpcRequest.Validate if the designated constraints aren't met.

func (ListVpcRequestValidationError) Cause

Cause function returns cause value.

func (ListVpcRequestValidationError) Error

Error satisfies the builtin error interface

func (ListVpcRequestValidationError) ErrorName

func (e ListVpcRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListVpcRequestValidationError) Field

Field function returns field value.

func (ListVpcRequestValidationError) Key

Key function returns key value.

func (ListVpcRequestValidationError) Reason

Reason function returns reason value.

type ListVpcsResponse

type ListVpcsResponse struct {
	Results              []*Vpc          `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ListVpcsResponse) AtlasValidateJSON

func (_ *ListVpcsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVpcsResponse.

func (*ListVpcsResponse) Descriptor

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

func (*ListVpcsResponse) GetPage

func (m *ListVpcsResponse) GetPage() *query.PageInfo

func (*ListVpcsResponse) GetResults

func (m *ListVpcsResponse) GetResults() []*Vpc

func (*ListVpcsResponse) ProtoMessage

func (*ListVpcsResponse) ProtoMessage()

func (*ListVpcsResponse) Reset

func (m *ListVpcsResponse) Reset()

func (*ListVpcsResponse) String

func (m *ListVpcsResponse) String() string

func (*ListVpcsResponse) Validate

func (m *ListVpcsResponse) Validate() error

Validate checks the field values on ListVpcsResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVpcsResponse) XXX_DiscardUnknown

func (m *ListVpcsResponse) XXX_DiscardUnknown()

func (*ListVpcsResponse) XXX_Marshal

func (m *ListVpcsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVpcsResponse) XXX_Merge

func (m *ListVpcsResponse) XXX_Merge(src proto.Message)

func (*ListVpcsResponse) XXX_Size

func (m *ListVpcsResponse) XXX_Size() int

func (*ListVpcsResponse) XXX_Unmarshal

func (m *ListVpcsResponse) XXX_Unmarshal(b []byte) error

type ListVpcsResponseValidationError

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

ListVpcsResponseValidationError is the validation error returned by ListVpcsResponse.Validate if the designated constraints aren't met.

func (ListVpcsResponseValidationError) Cause

Cause function returns cause value.

func (ListVpcsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListVpcsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListVpcsResponseValidationError) Field

Field function returns field value.

func (ListVpcsResponseValidationError) Key

Key function returns key value.

func (ListVpcsResponseValidationError) Reason

Reason function returns reason value.

type ListVulnerabilitiesResponse

type ListVulnerabilitiesResponse struct {
	Results              []*Vulnerability `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Page                 *query.PageInfo  `protobuf:"bytes,2,opt,name=page,proto3" json:"page,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*ListVulnerabilitiesResponse) AtlasValidateJSON

func (_ *ListVulnerabilitiesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVulnerabilitiesResponse.

func (*ListVulnerabilitiesResponse) Descriptor

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

func (*ListVulnerabilitiesResponse) GetPage

func (*ListVulnerabilitiesResponse) GetResults

func (m *ListVulnerabilitiesResponse) GetResults() []*Vulnerability

func (*ListVulnerabilitiesResponse) ProtoMessage

func (*ListVulnerabilitiesResponse) ProtoMessage()

func (*ListVulnerabilitiesResponse) Reset

func (m *ListVulnerabilitiesResponse) Reset()

func (*ListVulnerabilitiesResponse) String

func (m *ListVulnerabilitiesResponse) String() string

func (*ListVulnerabilitiesResponse) Validate

func (m *ListVulnerabilitiesResponse) Validate() error

Validate checks the field values on ListVulnerabilitiesResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVulnerabilitiesResponse) XXX_DiscardUnknown

func (m *ListVulnerabilitiesResponse) XXX_DiscardUnknown()

func (*ListVulnerabilitiesResponse) XXX_Marshal

func (m *ListVulnerabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVulnerabilitiesResponse) XXX_Merge

func (m *ListVulnerabilitiesResponse) XXX_Merge(src proto.Message)

func (*ListVulnerabilitiesResponse) XXX_Size

func (m *ListVulnerabilitiesResponse) XXX_Size() int

func (*ListVulnerabilitiesResponse) XXX_Unmarshal

func (m *ListVulnerabilitiesResponse) XXX_Unmarshal(b []byte) error

type ListVulnerabilitiesResponseValidationError

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

ListVulnerabilitiesResponseValidationError is the validation error returned by ListVulnerabilitiesResponse.Validate if the designated constraints aren't met.

func (ListVulnerabilitiesResponseValidationError) Cause

Cause function returns cause value.

func (ListVulnerabilitiesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListVulnerabilitiesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListVulnerabilitiesResponseValidationError) Field

Field function returns field value.

func (ListVulnerabilitiesResponseValidationError) Key

Key function returns key value.

func (ListVulnerabilitiesResponseValidationError) Reason

Reason function returns reason value.

type ListVulnerabilityRequest

type ListVulnerabilityRequest struct {
	Filter               *query.Filtering      `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	OrderBy              *query.Sorting        `protobuf:"bytes,2,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,3,opt,name=fields,proto3" json:"fields,omitempty"`
	Paging               *query.Pagination     `protobuf:"bytes,4,opt,name=paging,proto3" json:"paging,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListVulnerabilityRequest) AtlasValidateJSON

func (_ *ListVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ListVulnerabilityRequest.

func (*ListVulnerabilityRequest) Descriptor

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

func (*ListVulnerabilityRequest) GetFields

func (*ListVulnerabilityRequest) GetFilter

func (m *ListVulnerabilityRequest) GetFilter() *query.Filtering

func (*ListVulnerabilityRequest) GetOrderBy

func (m *ListVulnerabilityRequest) GetOrderBy() *query.Sorting

func (*ListVulnerabilityRequest) GetPaging

func (m *ListVulnerabilityRequest) GetPaging() *query.Pagination

func (*ListVulnerabilityRequest) ProtoMessage

func (*ListVulnerabilityRequest) ProtoMessage()

func (*ListVulnerabilityRequest) Reset

func (m *ListVulnerabilityRequest) Reset()

func (*ListVulnerabilityRequest) String

func (m *ListVulnerabilityRequest) String() string

func (*ListVulnerabilityRequest) Validate

func (m *ListVulnerabilityRequest) Validate() error

Validate checks the field values on ListVulnerabilityRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ListVulnerabilityRequest) XXX_DiscardUnknown

func (m *ListVulnerabilityRequest) XXX_DiscardUnknown()

func (*ListVulnerabilityRequest) XXX_Marshal

func (m *ListVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListVulnerabilityRequest) XXX_Merge

func (m *ListVulnerabilityRequest) XXX_Merge(src proto.Message)

func (*ListVulnerabilityRequest) XXX_Size

func (m *ListVulnerabilityRequest) XXX_Size() int

func (*ListVulnerabilityRequest) XXX_Unmarshal

func (m *ListVulnerabilityRequest) XXX_Unmarshal(b []byte) error

type ListVulnerabilityRequestValidationError

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

ListVulnerabilityRequestValidationError is the validation error returned by ListVulnerabilityRequest.Validate if the designated constraints aren't met.

func (ListVulnerabilityRequestValidationError) Cause

Cause function returns cause value.

func (ListVulnerabilityRequestValidationError) Error

Error satisfies the builtin error interface

func (ListVulnerabilityRequestValidationError) ErrorName

ErrorName returns error name.

func (ListVulnerabilityRequestValidationError) Field

Field function returns field value.

func (ListVulnerabilityRequestValidationError) Key

Key function returns key value.

func (ListVulnerabilityRequestValidationError) Reason

Reason function returns reason value.

type Provider

type Provider int32
const (
	Provider_UNKNOWN_PROVIDER Provider = 0
	Provider_AWS              Provider = 1
	Provider_AZURE            Provider = 2
	Provider_GCP              Provider = 3
	Provider_EQUINIX          Provider = 4
)

func (Provider) EnumDescriptor

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

func (Provider) String

func (x Provider) String() string

type ReadAmiRequest

type ReadAmiRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadAmiRequest) AtlasValidateJSON

func (_ *ReadAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAmiRequest.

func (*ReadAmiRequest) Descriptor

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

func (*ReadAmiRequest) GetFields

func (m *ReadAmiRequest) GetFields() *query.FieldSelection

func (*ReadAmiRequest) GetId

func (m *ReadAmiRequest) GetId() *resource.Identifier

func (*ReadAmiRequest) ProtoMessage

func (*ReadAmiRequest) ProtoMessage()

func (*ReadAmiRequest) Reset

func (m *ReadAmiRequest) Reset()

func (*ReadAmiRequest) String

func (m *ReadAmiRequest) String() string

func (*ReadAmiRequest) Validate

func (m *ReadAmiRequest) Validate() error

Validate checks the field values on ReadAmiRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAmiRequest) XXX_DiscardUnknown

func (m *ReadAmiRequest) XXX_DiscardUnknown()

func (*ReadAmiRequest) XXX_Marshal

func (m *ReadAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAmiRequest) XXX_Merge

func (m *ReadAmiRequest) XXX_Merge(src proto.Message)

func (*ReadAmiRequest) XXX_Size

func (m *ReadAmiRequest) XXX_Size() int

func (*ReadAmiRequest) XXX_Unmarshal

func (m *ReadAmiRequest) XXX_Unmarshal(b []byte) error

type ReadAmiRequestValidationError

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

ReadAmiRequestValidationError is the validation error returned by ReadAmiRequest.Validate if the designated constraints aren't met.

func (ReadAmiRequestValidationError) Cause

Cause function returns cause value.

func (ReadAmiRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadAmiRequestValidationError) ErrorName

func (e ReadAmiRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ReadAmiRequestValidationError) Field

Field function returns field value.

func (ReadAmiRequestValidationError) Key

Key function returns key value.

func (ReadAmiRequestValidationError) Reason

Reason function returns reason value.

type ReadAmiResponse

type ReadAmiResponse struct {
	Result               *Ami     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadAmiResponse) AtlasValidateJSON

func (_ *ReadAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadAmiResponse.

func (*ReadAmiResponse) Descriptor

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

func (*ReadAmiResponse) GetResult

func (m *ReadAmiResponse) GetResult() *Ami

func (*ReadAmiResponse) ProtoMessage

func (*ReadAmiResponse) ProtoMessage()

func (*ReadAmiResponse) Reset

func (m *ReadAmiResponse) Reset()

func (*ReadAmiResponse) String

func (m *ReadAmiResponse) String() string

func (*ReadAmiResponse) Validate

func (m *ReadAmiResponse) Validate() error

Validate checks the field values on ReadAmiResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadAmiResponse) XXX_DiscardUnknown

func (m *ReadAmiResponse) XXX_DiscardUnknown()

func (*ReadAmiResponse) XXX_Marshal

func (m *ReadAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadAmiResponse) XXX_Merge

func (m *ReadAmiResponse) XXX_Merge(src proto.Message)

func (*ReadAmiResponse) XXX_Size

func (m *ReadAmiResponse) XXX_Size() int

func (*ReadAmiResponse) XXX_Unmarshal

func (m *ReadAmiResponse) XXX_Unmarshal(b []byte) error

type ReadAmiResponseValidationError

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

ReadAmiResponseValidationError is the validation error returned by ReadAmiResponse.Validate if the designated constraints aren't met.

func (ReadAmiResponseValidationError) Cause

Cause function returns cause value.

func (ReadAmiResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadAmiResponseValidationError) ErrorName

func (e ReadAmiResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ReadAmiResponseValidationError) Field

Field function returns field value.

func (ReadAmiResponseValidationError) Key

Key function returns key value.

func (ReadAmiResponseValidationError) Reason

Reason function returns reason value.

type ReadApplicationRequest

type ReadApplicationRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadApplicationRequest) AtlasValidateJSON

func (_ *ReadApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationRequest.

func (*ReadApplicationRequest) Descriptor

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

func (*ReadApplicationRequest) GetFields

func (*ReadApplicationRequest) GetId

func (*ReadApplicationRequest) ProtoMessage

func (*ReadApplicationRequest) ProtoMessage()

func (*ReadApplicationRequest) Reset

func (m *ReadApplicationRequest) Reset()

func (*ReadApplicationRequest) String

func (m *ReadApplicationRequest) String() string

func (*ReadApplicationRequest) Validate

func (m *ReadApplicationRequest) Validate() error

Validate checks the field values on ReadApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationRequest) XXX_DiscardUnknown

func (m *ReadApplicationRequest) XXX_DiscardUnknown()

func (*ReadApplicationRequest) XXX_Marshal

func (m *ReadApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationRequest) XXX_Merge

func (m *ReadApplicationRequest) XXX_Merge(src proto.Message)

func (*ReadApplicationRequest) XXX_Size

func (m *ReadApplicationRequest) XXX_Size() int

func (*ReadApplicationRequest) XXX_Unmarshal

func (m *ReadApplicationRequest) XXX_Unmarshal(b []byte) error

type ReadApplicationRequestValidationError

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

ReadApplicationRequestValidationError is the validation error returned by ReadApplicationRequest.Validate if the designated constraints aren't met.

func (ReadApplicationRequestValidationError) Cause

Cause function returns cause value.

func (ReadApplicationRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadApplicationRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadApplicationRequestValidationError) Field

Field function returns field value.

func (ReadApplicationRequestValidationError) Key

Key function returns key value.

func (ReadApplicationRequestValidationError) Reason

Reason function returns reason value.

type ReadApplicationResponse

type ReadApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ReadApplicationResponse) AtlasValidateJSON

func (_ *ReadApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationResponse.

func (*ReadApplicationResponse) Descriptor

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

func (*ReadApplicationResponse) GetResult

func (m *ReadApplicationResponse) GetResult() *Application

func (*ReadApplicationResponse) ProtoMessage

func (*ReadApplicationResponse) ProtoMessage()

func (*ReadApplicationResponse) Reset

func (m *ReadApplicationResponse) Reset()

func (*ReadApplicationResponse) String

func (m *ReadApplicationResponse) String() string

func (*ReadApplicationResponse) Validate

func (m *ReadApplicationResponse) Validate() error

Validate checks the field values on ReadApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationResponse) XXX_DiscardUnknown

func (m *ReadApplicationResponse) XXX_DiscardUnknown()

func (*ReadApplicationResponse) XXX_Marshal

func (m *ReadApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationResponse) XXX_Merge

func (m *ReadApplicationResponse) XXX_Merge(src proto.Message)

func (*ReadApplicationResponse) XXX_Size

func (m *ReadApplicationResponse) XXX_Size() int

func (*ReadApplicationResponse) XXX_Unmarshal

func (m *ReadApplicationResponse) XXX_Unmarshal(b []byte) error

type ReadApplicationResponseValidationError

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

ReadApplicationResponseValidationError is the validation error returned by ReadApplicationResponse.Validate if the designated constraints aren't met.

func (ReadApplicationResponseValidationError) Cause

Cause function returns cause value.

func (ReadApplicationResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadApplicationResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadApplicationResponseValidationError) Field

Field function returns field value.

func (ReadApplicationResponseValidationError) Key

Key function returns key value.

func (ReadApplicationResponseValidationError) Reason

Reason function returns reason value.

type ReadApplicationVersionRequest

type ReadApplicationVersionRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadApplicationVersionRequest) AtlasValidateJSON

func (_ *ReadApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationVersionRequest.

func (*ReadApplicationVersionRequest) Descriptor

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

func (*ReadApplicationVersionRequest) GetFields

func (*ReadApplicationVersionRequest) GetId

func (*ReadApplicationVersionRequest) ProtoMessage

func (*ReadApplicationVersionRequest) ProtoMessage()

func (*ReadApplicationVersionRequest) Reset

func (m *ReadApplicationVersionRequest) Reset()

func (*ReadApplicationVersionRequest) String

func (*ReadApplicationVersionRequest) Validate

func (m *ReadApplicationVersionRequest) Validate() error

Validate checks the field values on ReadApplicationVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationVersionRequest) XXX_DiscardUnknown

func (m *ReadApplicationVersionRequest) XXX_DiscardUnknown()

func (*ReadApplicationVersionRequest) XXX_Marshal

func (m *ReadApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationVersionRequest) XXX_Merge

func (m *ReadApplicationVersionRequest) XXX_Merge(src proto.Message)

func (*ReadApplicationVersionRequest) XXX_Size

func (m *ReadApplicationVersionRequest) XXX_Size() int

func (*ReadApplicationVersionRequest) XXX_Unmarshal

func (m *ReadApplicationVersionRequest) XXX_Unmarshal(b []byte) error

type ReadApplicationVersionRequestValidationError

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

ReadApplicationVersionRequestValidationError is the validation error returned by ReadApplicationVersionRequest.Validate if the designated constraints aren't met.

func (ReadApplicationVersionRequestValidationError) Cause

Cause function returns cause value.

func (ReadApplicationVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadApplicationVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadApplicationVersionRequestValidationError) Field

Field function returns field value.

func (ReadApplicationVersionRequestValidationError) Key

Key function returns key value.

func (ReadApplicationVersionRequestValidationError) Reason

Reason function returns reason value.

type ReadApplicationVersionResponse

type ReadApplicationVersionResponse struct {
	Result               *ApplicationVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*ReadApplicationVersionResponse) AtlasValidateJSON

func (_ *ReadApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadApplicationVersionResponse.

func (*ReadApplicationVersionResponse) Descriptor

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

func (*ReadApplicationVersionResponse) GetResult

func (*ReadApplicationVersionResponse) ProtoMessage

func (*ReadApplicationVersionResponse) ProtoMessage()

func (*ReadApplicationVersionResponse) Reset

func (m *ReadApplicationVersionResponse) Reset()

func (*ReadApplicationVersionResponse) String

func (*ReadApplicationVersionResponse) Validate

func (m *ReadApplicationVersionResponse) Validate() error

Validate checks the field values on ReadApplicationVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadApplicationVersionResponse) XXX_DiscardUnknown

func (m *ReadApplicationVersionResponse) XXX_DiscardUnknown()

func (*ReadApplicationVersionResponse) XXX_Marshal

func (m *ReadApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadApplicationVersionResponse) XXX_Merge

func (m *ReadApplicationVersionResponse) XXX_Merge(src proto.Message)

func (*ReadApplicationVersionResponse) XXX_Size

func (m *ReadApplicationVersionResponse) XXX_Size() int

func (*ReadApplicationVersionResponse) XXX_Unmarshal

func (m *ReadApplicationVersionResponse) XXX_Unmarshal(b []byte) error

type ReadApplicationVersionResponseValidationError

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

ReadApplicationVersionResponseValidationError is the validation error returned by ReadApplicationVersionResponse.Validate if the designated constraints aren't met.

func (ReadApplicationVersionResponseValidationError) Cause

Cause function returns cause value.

func (ReadApplicationVersionResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadApplicationVersionResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadApplicationVersionResponseValidationError) Field

Field function returns field value.

func (ReadApplicationVersionResponseValidationError) Key

Key function returns key value.

func (ReadApplicationVersionResponseValidationError) Reason

Reason function returns reason value.

type ReadCloudProviderRequest

type ReadCloudProviderRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadCloudProviderRequest) AtlasValidateJSON

func (_ *ReadCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadCloudProviderRequest.

func (*ReadCloudProviderRequest) Descriptor

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

func (*ReadCloudProviderRequest) GetFields

func (*ReadCloudProviderRequest) GetId

func (*ReadCloudProviderRequest) ProtoMessage

func (*ReadCloudProviderRequest) ProtoMessage()

func (*ReadCloudProviderRequest) Reset

func (m *ReadCloudProviderRequest) Reset()

func (*ReadCloudProviderRequest) String

func (m *ReadCloudProviderRequest) String() string

func (*ReadCloudProviderRequest) Validate

func (m *ReadCloudProviderRequest) Validate() error

Validate checks the field values on ReadCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadCloudProviderRequest) XXX_DiscardUnknown

func (m *ReadCloudProviderRequest) XXX_DiscardUnknown()

func (*ReadCloudProviderRequest) XXX_Marshal

func (m *ReadCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadCloudProviderRequest) XXX_Merge

func (m *ReadCloudProviderRequest) XXX_Merge(src proto.Message)

func (*ReadCloudProviderRequest) XXX_Size

func (m *ReadCloudProviderRequest) XXX_Size() int

func (*ReadCloudProviderRequest) XXX_Unmarshal

func (m *ReadCloudProviderRequest) XXX_Unmarshal(b []byte) error

type ReadCloudProviderRequestValidationError

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

ReadCloudProviderRequestValidationError is the validation error returned by ReadCloudProviderRequest.Validate if the designated constraints aren't met.

func (ReadCloudProviderRequestValidationError) Cause

Cause function returns cause value.

func (ReadCloudProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadCloudProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadCloudProviderRequestValidationError) Field

Field function returns field value.

func (ReadCloudProviderRequestValidationError) Key

Key function returns key value.

func (ReadCloudProviderRequestValidationError) Reason

Reason function returns reason value.

type ReadCloudProviderResponse

type ReadCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReadCloudProviderResponse) AtlasValidateJSON

func (_ *ReadCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadCloudProviderResponse.

func (*ReadCloudProviderResponse) Descriptor

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

func (*ReadCloudProviderResponse) GetResult

func (m *ReadCloudProviderResponse) GetResult() *CloudProvider

func (*ReadCloudProviderResponse) ProtoMessage

func (*ReadCloudProviderResponse) ProtoMessage()

func (*ReadCloudProviderResponse) Reset

func (m *ReadCloudProviderResponse) Reset()

func (*ReadCloudProviderResponse) String

func (m *ReadCloudProviderResponse) String() string

func (*ReadCloudProviderResponse) Validate

func (m *ReadCloudProviderResponse) Validate() error

Validate checks the field values on ReadCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadCloudProviderResponse) XXX_DiscardUnknown

func (m *ReadCloudProviderResponse) XXX_DiscardUnknown()

func (*ReadCloudProviderResponse) XXX_Marshal

func (m *ReadCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadCloudProviderResponse) XXX_Merge

func (m *ReadCloudProviderResponse) XXX_Merge(src proto.Message)

func (*ReadCloudProviderResponse) XXX_Size

func (m *ReadCloudProviderResponse) XXX_Size() int

func (*ReadCloudProviderResponse) XXX_Unmarshal

func (m *ReadCloudProviderResponse) XXX_Unmarshal(b []byte) error

type ReadCloudProviderResponseValidationError

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

ReadCloudProviderResponseValidationError is the validation error returned by ReadCloudProviderResponse.Validate if the designated constraints aren't met.

func (ReadCloudProviderResponseValidationError) Cause

Cause function returns cause value.

func (ReadCloudProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadCloudProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadCloudProviderResponseValidationError) Field

Field function returns field value.

func (ReadCloudProviderResponseValidationError) Key

Key function returns key value.

func (ReadCloudProviderResponseValidationError) Reason

Reason function returns reason value.

type ReadContainerRequest

type ReadContainerRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadContainerRequest) AtlasValidateJSON

func (_ *ReadContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadContainerRequest.

func (*ReadContainerRequest) Descriptor

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

func (*ReadContainerRequest) GetFields

func (m *ReadContainerRequest) GetFields() *query.FieldSelection

func (*ReadContainerRequest) GetId

func (*ReadContainerRequest) ProtoMessage

func (*ReadContainerRequest) ProtoMessage()

func (*ReadContainerRequest) Reset

func (m *ReadContainerRequest) Reset()

func (*ReadContainerRequest) String

func (m *ReadContainerRequest) String() string

func (*ReadContainerRequest) Validate

func (m *ReadContainerRequest) Validate() error

Validate checks the field values on ReadContainerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadContainerRequest) XXX_DiscardUnknown

func (m *ReadContainerRequest) XXX_DiscardUnknown()

func (*ReadContainerRequest) XXX_Marshal

func (m *ReadContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadContainerRequest) XXX_Merge

func (m *ReadContainerRequest) XXX_Merge(src proto.Message)

func (*ReadContainerRequest) XXX_Size

func (m *ReadContainerRequest) XXX_Size() int

func (*ReadContainerRequest) XXX_Unmarshal

func (m *ReadContainerRequest) XXX_Unmarshal(b []byte) error

type ReadContainerRequestValidationError

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

ReadContainerRequestValidationError is the validation error returned by ReadContainerRequest.Validate if the designated constraints aren't met.

func (ReadContainerRequestValidationError) Cause

Cause function returns cause value.

func (ReadContainerRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadContainerRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadContainerRequestValidationError) Field

Field function returns field value.

func (ReadContainerRequestValidationError) Key

Key function returns key value.

func (ReadContainerRequestValidationError) Reason

Reason function returns reason value.

type ReadContainerResponse

type ReadContainerResponse struct {
	Result               *Container `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ReadContainerResponse) AtlasValidateJSON

func (_ *ReadContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadContainerResponse.

func (*ReadContainerResponse) Descriptor

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

func (*ReadContainerResponse) GetResult

func (m *ReadContainerResponse) GetResult() *Container

func (*ReadContainerResponse) ProtoMessage

func (*ReadContainerResponse) ProtoMessage()

func (*ReadContainerResponse) Reset

func (m *ReadContainerResponse) Reset()

func (*ReadContainerResponse) String

func (m *ReadContainerResponse) String() string

func (*ReadContainerResponse) Validate

func (m *ReadContainerResponse) Validate() error

Validate checks the field values on ReadContainerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadContainerResponse) XXX_DiscardUnknown

func (m *ReadContainerResponse) XXX_DiscardUnknown()

func (*ReadContainerResponse) XXX_Marshal

func (m *ReadContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadContainerResponse) XXX_Merge

func (m *ReadContainerResponse) XXX_Merge(src proto.Message)

func (*ReadContainerResponse) XXX_Size

func (m *ReadContainerResponse) XXX_Size() int

func (*ReadContainerResponse) XXX_Unmarshal

func (m *ReadContainerResponse) XXX_Unmarshal(b []byte) error

type ReadContainerResponseValidationError

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

ReadContainerResponseValidationError is the validation error returned by ReadContainerResponse.Validate if the designated constraints aren't met.

func (ReadContainerResponseValidationError) Cause

Cause function returns cause value.

func (ReadContainerResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadContainerResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadContainerResponseValidationError) Field

Field function returns field value.

func (ReadContainerResponseValidationError) Key

Key function returns key value.

func (ReadContainerResponseValidationError) Reason

Reason function returns reason value.

type ReadContainerTagRequest

type ReadContainerTagRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadContainerTagRequest) AtlasValidateJSON

func (_ *ReadContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadContainerTagRequest.

func (*ReadContainerTagRequest) Descriptor

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

func (*ReadContainerTagRequest) GetFields

func (*ReadContainerTagRequest) GetId

func (*ReadContainerTagRequest) ProtoMessage

func (*ReadContainerTagRequest) ProtoMessage()

func (*ReadContainerTagRequest) Reset

func (m *ReadContainerTagRequest) Reset()

func (*ReadContainerTagRequest) String

func (m *ReadContainerTagRequest) String() string

func (*ReadContainerTagRequest) Validate

func (m *ReadContainerTagRequest) Validate() error

Validate checks the field values on ReadContainerTagRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadContainerTagRequest) XXX_DiscardUnknown

func (m *ReadContainerTagRequest) XXX_DiscardUnknown()

func (*ReadContainerTagRequest) XXX_Marshal

func (m *ReadContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadContainerTagRequest) XXX_Merge

func (m *ReadContainerTagRequest) XXX_Merge(src proto.Message)

func (*ReadContainerTagRequest) XXX_Size

func (m *ReadContainerTagRequest) XXX_Size() int

func (*ReadContainerTagRequest) XXX_Unmarshal

func (m *ReadContainerTagRequest) XXX_Unmarshal(b []byte) error

type ReadContainerTagRequestValidationError

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

ReadContainerTagRequestValidationError is the validation error returned by ReadContainerTagRequest.Validate if the designated constraints aren't met.

func (ReadContainerTagRequestValidationError) Cause

Cause function returns cause value.

func (ReadContainerTagRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadContainerTagRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadContainerTagRequestValidationError) Field

Field function returns field value.

func (ReadContainerTagRequestValidationError) Key

Key function returns key value.

func (ReadContainerTagRequestValidationError) Reason

Reason function returns reason value.

type ReadContainerTagResponse

type ReadContainerTagResponse struct {
	Result               *ContainerTag `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ReadContainerTagResponse) AtlasValidateJSON

func (_ *ReadContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadContainerTagResponse.

func (*ReadContainerTagResponse) Descriptor

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

func (*ReadContainerTagResponse) GetResult

func (m *ReadContainerTagResponse) GetResult() *ContainerTag

func (*ReadContainerTagResponse) ProtoMessage

func (*ReadContainerTagResponse) ProtoMessage()

func (*ReadContainerTagResponse) Reset

func (m *ReadContainerTagResponse) Reset()

func (*ReadContainerTagResponse) String

func (m *ReadContainerTagResponse) String() string

func (*ReadContainerTagResponse) Validate

func (m *ReadContainerTagResponse) Validate() error

Validate checks the field values on ReadContainerTagResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadContainerTagResponse) XXX_DiscardUnknown

func (m *ReadContainerTagResponse) XXX_DiscardUnknown()

func (*ReadContainerTagResponse) XXX_Marshal

func (m *ReadContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadContainerTagResponse) XXX_Merge

func (m *ReadContainerTagResponse) XXX_Merge(src proto.Message)

func (*ReadContainerTagResponse) XXX_Size

func (m *ReadContainerTagResponse) XXX_Size() int

func (*ReadContainerTagResponse) XXX_Unmarshal

func (m *ReadContainerTagResponse) XXX_Unmarshal(b []byte) error

type ReadContainerTagResponseValidationError

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

ReadContainerTagResponseValidationError is the validation error returned by ReadContainerTagResponse.Validate if the designated constraints aren't met.

func (ReadContainerTagResponseValidationError) Cause

Cause function returns cause value.

func (ReadContainerTagResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadContainerTagResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadContainerTagResponseValidationError) Field

Field function returns field value.

func (ReadContainerTagResponseValidationError) Key

Key function returns key value.

func (ReadContainerTagResponseValidationError) Reason

Reason function returns reason value.

type ReadEventRequest

type ReadEventRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadEventRequest) AtlasValidateJSON

func (_ *ReadEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadEventRequest.

func (*ReadEventRequest) Descriptor

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

func (*ReadEventRequest) GetFields

func (m *ReadEventRequest) GetFields() *query.FieldSelection

func (*ReadEventRequest) GetId

func (m *ReadEventRequest) GetId() *resource.Identifier

func (*ReadEventRequest) ProtoMessage

func (*ReadEventRequest) ProtoMessage()

func (*ReadEventRequest) Reset

func (m *ReadEventRequest) Reset()

func (*ReadEventRequest) String

func (m *ReadEventRequest) String() string

func (*ReadEventRequest) Validate

func (m *ReadEventRequest) Validate() error

Validate checks the field values on ReadEventRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadEventRequest) XXX_DiscardUnknown

func (m *ReadEventRequest) XXX_DiscardUnknown()

func (*ReadEventRequest) XXX_Marshal

func (m *ReadEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadEventRequest) XXX_Merge

func (m *ReadEventRequest) XXX_Merge(src proto.Message)

func (*ReadEventRequest) XXX_Size

func (m *ReadEventRequest) XXX_Size() int

func (*ReadEventRequest) XXX_Unmarshal

func (m *ReadEventRequest) XXX_Unmarshal(b []byte) error

type ReadEventRequestValidationError

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

ReadEventRequestValidationError is the validation error returned by ReadEventRequest.Validate if the designated constraints aren't met.

func (ReadEventRequestValidationError) Cause

Cause function returns cause value.

func (ReadEventRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadEventRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadEventRequestValidationError) Field

Field function returns field value.

func (ReadEventRequestValidationError) Key

Key function returns key value.

func (ReadEventRequestValidationError) Reason

Reason function returns reason value.

type ReadEventResponse

type ReadEventResponse struct {
	Result               *Event   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadEventResponse) AtlasValidateJSON

func (_ *ReadEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadEventResponse.

func (*ReadEventResponse) Descriptor

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

func (*ReadEventResponse) GetResult

func (m *ReadEventResponse) GetResult() *Event

func (*ReadEventResponse) ProtoMessage

func (*ReadEventResponse) ProtoMessage()

func (*ReadEventResponse) Reset

func (m *ReadEventResponse) Reset()

func (*ReadEventResponse) String

func (m *ReadEventResponse) String() string

func (*ReadEventResponse) Validate

func (m *ReadEventResponse) Validate() error

Validate checks the field values on ReadEventResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadEventResponse) XXX_DiscardUnknown

func (m *ReadEventResponse) XXX_DiscardUnknown()

func (*ReadEventResponse) XXX_Marshal

func (m *ReadEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadEventResponse) XXX_Merge

func (m *ReadEventResponse) XXX_Merge(src proto.Message)

func (*ReadEventResponse) XXX_Size

func (m *ReadEventResponse) XXX_Size() int

func (*ReadEventResponse) XXX_Unmarshal

func (m *ReadEventResponse) XXX_Unmarshal(b []byte) error

type ReadEventResponseValidationError

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

ReadEventResponseValidationError is the validation error returned by ReadEventResponse.Validate if the designated constraints aren't met.

func (ReadEventResponseValidationError) Cause

Cause function returns cause value.

func (ReadEventResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadEventResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadEventResponseValidationError) Field

Field function returns field value.

func (ReadEventResponseValidationError) Key

Key function returns key value.

func (ReadEventResponseValidationError) Reason

Reason function returns reason value.

type ReadHostRequest

type ReadHostRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadHostRequest) AtlasValidateJSON

func (_ *ReadHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadHostRequest.

func (*ReadHostRequest) Descriptor

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

func (*ReadHostRequest) GetFields

func (m *ReadHostRequest) GetFields() *query.FieldSelection

func (*ReadHostRequest) GetId

func (m *ReadHostRequest) GetId() *resource.Identifier

func (*ReadHostRequest) ProtoMessage

func (*ReadHostRequest) ProtoMessage()

func (*ReadHostRequest) Reset

func (m *ReadHostRequest) Reset()

func (*ReadHostRequest) String

func (m *ReadHostRequest) String() string

func (*ReadHostRequest) Validate

func (m *ReadHostRequest) Validate() error

Validate checks the field values on ReadHostRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadHostRequest) XXX_DiscardUnknown

func (m *ReadHostRequest) XXX_DiscardUnknown()

func (*ReadHostRequest) XXX_Marshal

func (m *ReadHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadHostRequest) XXX_Merge

func (m *ReadHostRequest) XXX_Merge(src proto.Message)

func (*ReadHostRequest) XXX_Size

func (m *ReadHostRequest) XXX_Size() int

func (*ReadHostRequest) XXX_Unmarshal

func (m *ReadHostRequest) XXX_Unmarshal(b []byte) error

type ReadHostRequestValidationError

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

ReadHostRequestValidationError is the validation error returned by ReadHostRequest.Validate if the designated constraints aren't met.

func (ReadHostRequestValidationError) Cause

Cause function returns cause value.

func (ReadHostRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadHostRequestValidationError) ErrorName

func (e ReadHostRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ReadHostRequestValidationError) Field

Field function returns field value.

func (ReadHostRequestValidationError) Key

Key function returns key value.

func (ReadHostRequestValidationError) Reason

Reason function returns reason value.

type ReadHostResponse

type ReadHostResponse struct {
	Result               *Host    `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadHostResponse) AtlasValidateJSON

func (_ *ReadHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadHostResponse.

func (*ReadHostResponse) Descriptor

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

func (*ReadHostResponse) GetResult

func (m *ReadHostResponse) GetResult() *Host

func (*ReadHostResponse) ProtoMessage

func (*ReadHostResponse) ProtoMessage()

func (*ReadHostResponse) Reset

func (m *ReadHostResponse) Reset()

func (*ReadHostResponse) String

func (m *ReadHostResponse) String() string

func (*ReadHostResponse) Validate

func (m *ReadHostResponse) Validate() error

Validate checks the field values on ReadHostResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadHostResponse) XXX_DiscardUnknown

func (m *ReadHostResponse) XXX_DiscardUnknown()

func (*ReadHostResponse) XXX_Marshal

func (m *ReadHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadHostResponse) XXX_Merge

func (m *ReadHostResponse) XXX_Merge(src proto.Message)

func (*ReadHostResponse) XXX_Size

func (m *ReadHostResponse) XXX_Size() int

func (*ReadHostResponse) XXX_Unmarshal

func (m *ReadHostResponse) XXX_Unmarshal(b []byte) error

type ReadHostResponseValidationError

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

ReadHostResponseValidationError is the validation error returned by ReadHostResponse.Validate if the designated constraints aren't met.

func (ReadHostResponseValidationError) Cause

Cause function returns cause value.

func (ReadHostResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadHostResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadHostResponseValidationError) Field

Field function returns field value.

func (ReadHostResponseValidationError) Key

Key function returns key value.

func (ReadHostResponseValidationError) Reason

Reason function returns reason value.

type ReadKnowledgeBaseRequest

type ReadKnowledgeBaseRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadKnowledgeBaseRequest) AtlasValidateJSON

func (_ *ReadKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadKnowledgeBaseRequest.

func (*ReadKnowledgeBaseRequest) Descriptor

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

func (*ReadKnowledgeBaseRequest) GetFields

func (*ReadKnowledgeBaseRequest) GetId

func (*ReadKnowledgeBaseRequest) ProtoMessage

func (*ReadKnowledgeBaseRequest) ProtoMessage()

func (*ReadKnowledgeBaseRequest) Reset

func (m *ReadKnowledgeBaseRequest) Reset()

func (*ReadKnowledgeBaseRequest) String

func (m *ReadKnowledgeBaseRequest) String() string

func (*ReadKnowledgeBaseRequest) Validate

func (m *ReadKnowledgeBaseRequest) Validate() error

Validate checks the field values on ReadKnowledgeBaseRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadKnowledgeBaseRequest) XXX_DiscardUnknown

func (m *ReadKnowledgeBaseRequest) XXX_DiscardUnknown()

func (*ReadKnowledgeBaseRequest) XXX_Marshal

func (m *ReadKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadKnowledgeBaseRequest) XXX_Merge

func (m *ReadKnowledgeBaseRequest) XXX_Merge(src proto.Message)

func (*ReadKnowledgeBaseRequest) XXX_Size

func (m *ReadKnowledgeBaseRequest) XXX_Size() int

func (*ReadKnowledgeBaseRequest) XXX_Unmarshal

func (m *ReadKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error

type ReadKnowledgeBaseRequestValidationError

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

ReadKnowledgeBaseRequestValidationError is the validation error returned by ReadKnowledgeBaseRequest.Validate if the designated constraints aren't met.

func (ReadKnowledgeBaseRequestValidationError) Cause

Cause function returns cause value.

func (ReadKnowledgeBaseRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadKnowledgeBaseRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadKnowledgeBaseRequestValidationError) Field

Field function returns field value.

func (ReadKnowledgeBaseRequestValidationError) Key

Key function returns key value.

func (ReadKnowledgeBaseRequestValidationError) Reason

Reason function returns reason value.

type ReadKnowledgeBaseResponse

type ReadKnowledgeBaseResponse struct {
	Result               *KnowledgeBase `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReadKnowledgeBaseResponse) AtlasValidateJSON

func (_ *ReadKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadKnowledgeBaseResponse.

func (*ReadKnowledgeBaseResponse) Descriptor

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

func (*ReadKnowledgeBaseResponse) GetResult

func (m *ReadKnowledgeBaseResponse) GetResult() *KnowledgeBase

func (*ReadKnowledgeBaseResponse) ProtoMessage

func (*ReadKnowledgeBaseResponse) ProtoMessage()

func (*ReadKnowledgeBaseResponse) Reset

func (m *ReadKnowledgeBaseResponse) Reset()

func (*ReadKnowledgeBaseResponse) String

func (m *ReadKnowledgeBaseResponse) String() string

func (*ReadKnowledgeBaseResponse) Validate

func (m *ReadKnowledgeBaseResponse) Validate() error

Validate checks the field values on ReadKnowledgeBaseResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadKnowledgeBaseResponse) XXX_DiscardUnknown

func (m *ReadKnowledgeBaseResponse) XXX_DiscardUnknown()

func (*ReadKnowledgeBaseResponse) XXX_Marshal

func (m *ReadKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadKnowledgeBaseResponse) XXX_Merge

func (m *ReadKnowledgeBaseResponse) XXX_Merge(src proto.Message)

func (*ReadKnowledgeBaseResponse) XXX_Size

func (m *ReadKnowledgeBaseResponse) XXX_Size() int

func (*ReadKnowledgeBaseResponse) XXX_Unmarshal

func (m *ReadKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error

type ReadKnowledgeBaseResponseValidationError

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

ReadKnowledgeBaseResponseValidationError is the validation error returned by ReadKnowledgeBaseResponse.Validate if the designated constraints aren't met.

func (ReadKnowledgeBaseResponseValidationError) Cause

Cause function returns cause value.

func (ReadKnowledgeBaseResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadKnowledgeBaseResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadKnowledgeBaseResponseValidationError) Field

Field function returns field value.

func (ReadKnowledgeBaseResponseValidationError) Key

Key function returns key value.

func (ReadKnowledgeBaseResponseValidationError) Reason

Reason function returns reason value.

type ReadRegionRequest

type ReadRegionRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadRegionRequest) AtlasValidateJSON

func (_ *ReadRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegionRequest.

func (*ReadRegionRequest) Descriptor

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

func (*ReadRegionRequest) GetFields

func (m *ReadRegionRequest) GetFields() *query.FieldSelection

func (*ReadRegionRequest) GetId

func (*ReadRegionRequest) ProtoMessage

func (*ReadRegionRequest) ProtoMessage()

func (*ReadRegionRequest) Reset

func (m *ReadRegionRequest) Reset()

func (*ReadRegionRequest) String

func (m *ReadRegionRequest) String() string

func (*ReadRegionRequest) Validate

func (m *ReadRegionRequest) Validate() error

Validate checks the field values on ReadRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegionRequest) XXX_DiscardUnknown

func (m *ReadRegionRequest) XXX_DiscardUnknown()

func (*ReadRegionRequest) XXX_Marshal

func (m *ReadRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegionRequest) XXX_Merge

func (m *ReadRegionRequest) XXX_Merge(src proto.Message)

func (*ReadRegionRequest) XXX_Size

func (m *ReadRegionRequest) XXX_Size() int

func (*ReadRegionRequest) XXX_Unmarshal

func (m *ReadRegionRequest) XXX_Unmarshal(b []byte) error

type ReadRegionRequestValidationError

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

ReadRegionRequestValidationError is the validation error returned by ReadRegionRequest.Validate if the designated constraints aren't met.

func (ReadRegionRequestValidationError) Cause

Cause function returns cause value.

func (ReadRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadRegionRequestValidationError) Field

Field function returns field value.

func (ReadRegionRequestValidationError) Key

Key function returns key value.

func (ReadRegionRequestValidationError) Reason

Reason function returns reason value.

type ReadRegionResponse

type ReadRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadRegionResponse) AtlasValidateJSON

func (_ *ReadRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegionResponse.

func (*ReadRegionResponse) Descriptor

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

func (*ReadRegionResponse) GetResult

func (m *ReadRegionResponse) GetResult() *Region

func (*ReadRegionResponse) ProtoMessage

func (*ReadRegionResponse) ProtoMessage()

func (*ReadRegionResponse) Reset

func (m *ReadRegionResponse) Reset()

func (*ReadRegionResponse) String

func (m *ReadRegionResponse) String() string

func (*ReadRegionResponse) Validate

func (m *ReadRegionResponse) Validate() error

Validate checks the field values on ReadRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegionResponse) XXX_DiscardUnknown

func (m *ReadRegionResponse) XXX_DiscardUnknown()

func (*ReadRegionResponse) XXX_Marshal

func (m *ReadRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegionResponse) XXX_Merge

func (m *ReadRegionResponse) XXX_Merge(src proto.Message)

func (*ReadRegionResponse) XXX_Size

func (m *ReadRegionResponse) XXX_Size() int

func (*ReadRegionResponse) XXX_Unmarshal

func (m *ReadRegionResponse) XXX_Unmarshal(b []byte) error

type ReadRegionResponseValidationError

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

ReadRegionResponseValidationError is the validation error returned by ReadRegionResponse.Validate if the designated constraints aren't met.

func (ReadRegionResponseValidationError) Cause

Cause function returns cause value.

func (ReadRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadRegionResponseValidationError) Field

Field function returns field value.

func (ReadRegionResponseValidationError) Key

Key function returns key value.

func (ReadRegionResponseValidationError) Reason

Reason function returns reason value.

type ReadRegistryRequest

type ReadRegistryRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadRegistryRequest) AtlasValidateJSON

func (_ *ReadRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegistryRequest.

func (*ReadRegistryRequest) Descriptor

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

func (*ReadRegistryRequest) GetFields

func (m *ReadRegistryRequest) GetFields() *query.FieldSelection

func (*ReadRegistryRequest) GetId

func (*ReadRegistryRequest) ProtoMessage

func (*ReadRegistryRequest) ProtoMessage()

func (*ReadRegistryRequest) Reset

func (m *ReadRegistryRequest) Reset()

func (*ReadRegistryRequest) String

func (m *ReadRegistryRequest) String() string

func (*ReadRegistryRequest) Validate

func (m *ReadRegistryRequest) Validate() error

Validate checks the field values on ReadRegistryRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegistryRequest) XXX_DiscardUnknown

func (m *ReadRegistryRequest) XXX_DiscardUnknown()

func (*ReadRegistryRequest) XXX_Marshal

func (m *ReadRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegistryRequest) XXX_Merge

func (m *ReadRegistryRequest) XXX_Merge(src proto.Message)

func (*ReadRegistryRequest) XXX_Size

func (m *ReadRegistryRequest) XXX_Size() int

func (*ReadRegistryRequest) XXX_Unmarshal

func (m *ReadRegistryRequest) XXX_Unmarshal(b []byte) error

type ReadRegistryRequestValidationError

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

ReadRegistryRequestValidationError is the validation error returned by ReadRegistryRequest.Validate if the designated constraints aren't met.

func (ReadRegistryRequestValidationError) Cause

Cause function returns cause value.

func (ReadRegistryRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadRegistryRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadRegistryRequestValidationError) Field

Field function returns field value.

func (ReadRegistryRequestValidationError) Key

Key function returns key value.

func (ReadRegistryRequestValidationError) Reason

Reason function returns reason value.

type ReadRegistryResponse

type ReadRegistryResponse struct {
	Result               *Registry `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*ReadRegistryResponse) AtlasValidateJSON

func (_ *ReadRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadRegistryResponse.

func (*ReadRegistryResponse) Descriptor

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

func (*ReadRegistryResponse) GetResult

func (m *ReadRegistryResponse) GetResult() *Registry

func (*ReadRegistryResponse) ProtoMessage

func (*ReadRegistryResponse) ProtoMessage()

func (*ReadRegistryResponse) Reset

func (m *ReadRegistryResponse) Reset()

func (*ReadRegistryResponse) String

func (m *ReadRegistryResponse) String() string

func (*ReadRegistryResponse) Validate

func (m *ReadRegistryResponse) Validate() error

Validate checks the field values on ReadRegistryResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadRegistryResponse) XXX_DiscardUnknown

func (m *ReadRegistryResponse) XXX_DiscardUnknown()

func (*ReadRegistryResponse) XXX_Marshal

func (m *ReadRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadRegistryResponse) XXX_Merge

func (m *ReadRegistryResponse) XXX_Merge(src proto.Message)

func (*ReadRegistryResponse) XXX_Size

func (m *ReadRegistryResponse) XXX_Size() int

func (*ReadRegistryResponse) XXX_Unmarshal

func (m *ReadRegistryResponse) XXX_Unmarshal(b []byte) error

type ReadRegistryResponseValidationError

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

ReadRegistryResponseValidationError is the validation error returned by ReadRegistryResponse.Validate if the designated constraints aren't met.

func (ReadRegistryResponseValidationError) Cause

Cause function returns cause value.

func (ReadRegistryResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadRegistryResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadRegistryResponseValidationError) Field

Field function returns field value.

func (ReadRegistryResponseValidationError) Key

Key function returns key value.

func (ReadRegistryResponseValidationError) Reason

Reason function returns reason value.

type ReadVpcRequest

type ReadVpcRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadVpcRequest) AtlasValidateJSON

func (_ *ReadVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVpcRequest.

func (*ReadVpcRequest) Descriptor

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

func (*ReadVpcRequest) GetFields

func (m *ReadVpcRequest) GetFields() *query.FieldSelection

func (*ReadVpcRequest) GetId

func (m *ReadVpcRequest) GetId() *resource.Identifier

func (*ReadVpcRequest) ProtoMessage

func (*ReadVpcRequest) ProtoMessage()

func (*ReadVpcRequest) Reset

func (m *ReadVpcRequest) Reset()

func (*ReadVpcRequest) String

func (m *ReadVpcRequest) String() string

func (*ReadVpcRequest) Validate

func (m *ReadVpcRequest) Validate() error

Validate checks the field values on ReadVpcRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVpcRequest) XXX_DiscardUnknown

func (m *ReadVpcRequest) XXX_DiscardUnknown()

func (*ReadVpcRequest) XXX_Marshal

func (m *ReadVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVpcRequest) XXX_Merge

func (m *ReadVpcRequest) XXX_Merge(src proto.Message)

func (*ReadVpcRequest) XXX_Size

func (m *ReadVpcRequest) XXX_Size() int

func (*ReadVpcRequest) XXX_Unmarshal

func (m *ReadVpcRequest) XXX_Unmarshal(b []byte) error

type ReadVpcRequestValidationError

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

ReadVpcRequestValidationError is the validation error returned by ReadVpcRequest.Validate if the designated constraints aren't met.

func (ReadVpcRequestValidationError) Cause

Cause function returns cause value.

func (ReadVpcRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadVpcRequestValidationError) ErrorName

func (e ReadVpcRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ReadVpcRequestValidationError) Field

Field function returns field value.

func (ReadVpcRequestValidationError) Key

Key function returns key value.

func (ReadVpcRequestValidationError) Reason

Reason function returns reason value.

type ReadVpcResponse

type ReadVpcResponse struct {
	Result               *Vpc     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadVpcResponse) AtlasValidateJSON

func (_ *ReadVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVpcResponse.

func (*ReadVpcResponse) Descriptor

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

func (*ReadVpcResponse) GetResult

func (m *ReadVpcResponse) GetResult() *Vpc

func (*ReadVpcResponse) ProtoMessage

func (*ReadVpcResponse) ProtoMessage()

func (*ReadVpcResponse) Reset

func (m *ReadVpcResponse) Reset()

func (*ReadVpcResponse) String

func (m *ReadVpcResponse) String() string

func (*ReadVpcResponse) Validate

func (m *ReadVpcResponse) Validate() error

Validate checks the field values on ReadVpcResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVpcResponse) XXX_DiscardUnknown

func (m *ReadVpcResponse) XXX_DiscardUnknown()

func (*ReadVpcResponse) XXX_Marshal

func (m *ReadVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVpcResponse) XXX_Merge

func (m *ReadVpcResponse) XXX_Merge(src proto.Message)

func (*ReadVpcResponse) XXX_Size

func (m *ReadVpcResponse) XXX_Size() int

func (*ReadVpcResponse) XXX_Unmarshal

func (m *ReadVpcResponse) XXX_Unmarshal(b []byte) error

type ReadVpcResponseValidationError

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

ReadVpcResponseValidationError is the validation error returned by ReadVpcResponse.Validate if the designated constraints aren't met.

func (ReadVpcResponseValidationError) Cause

Cause function returns cause value.

func (ReadVpcResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadVpcResponseValidationError) ErrorName

func (e ReadVpcResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ReadVpcResponseValidationError) Field

Field function returns field value.

func (ReadVpcResponseValidationError) Key

Key function returns key value.

func (ReadVpcResponseValidationError) Reason

Reason function returns reason value.

type ReadVulnerabilityRequest

type ReadVulnerabilityRequest struct {
	Id                   *resource.Identifier  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Fields               *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ReadVulnerabilityRequest) AtlasValidateJSON

func (_ *ReadVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVulnerabilityRequest.

func (*ReadVulnerabilityRequest) Descriptor

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

func (*ReadVulnerabilityRequest) GetFields

func (*ReadVulnerabilityRequest) GetId

func (*ReadVulnerabilityRequest) ProtoMessage

func (*ReadVulnerabilityRequest) ProtoMessage()

func (*ReadVulnerabilityRequest) Reset

func (m *ReadVulnerabilityRequest) Reset()

func (*ReadVulnerabilityRequest) String

func (m *ReadVulnerabilityRequest) String() string

func (*ReadVulnerabilityRequest) Validate

func (m *ReadVulnerabilityRequest) Validate() error

Validate checks the field values on ReadVulnerabilityRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVulnerabilityRequest) XXX_DiscardUnknown

func (m *ReadVulnerabilityRequest) XXX_DiscardUnknown()

func (*ReadVulnerabilityRequest) XXX_Marshal

func (m *ReadVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVulnerabilityRequest) XXX_Merge

func (m *ReadVulnerabilityRequest) XXX_Merge(src proto.Message)

func (*ReadVulnerabilityRequest) XXX_Size

func (m *ReadVulnerabilityRequest) XXX_Size() int

func (*ReadVulnerabilityRequest) XXX_Unmarshal

func (m *ReadVulnerabilityRequest) XXX_Unmarshal(b []byte) error

type ReadVulnerabilityRequestValidationError

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

ReadVulnerabilityRequestValidationError is the validation error returned by ReadVulnerabilityRequest.Validate if the designated constraints aren't met.

func (ReadVulnerabilityRequestValidationError) Cause

Cause function returns cause value.

func (ReadVulnerabilityRequestValidationError) Error

Error satisfies the builtin error interface

func (ReadVulnerabilityRequestValidationError) ErrorName

ErrorName returns error name.

func (ReadVulnerabilityRequestValidationError) Field

Field function returns field value.

func (ReadVulnerabilityRequestValidationError) Key

Key function returns key value.

func (ReadVulnerabilityRequestValidationError) Reason

Reason function returns reason value.

type ReadVulnerabilityResponse

type ReadVulnerabilityResponse struct {
	Result               *Vulnerability `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ReadVulnerabilityResponse) AtlasValidateJSON

func (_ *ReadVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object ReadVulnerabilityResponse.

func (*ReadVulnerabilityResponse) Descriptor

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

func (*ReadVulnerabilityResponse) GetResult

func (m *ReadVulnerabilityResponse) GetResult() *Vulnerability

func (*ReadVulnerabilityResponse) ProtoMessage

func (*ReadVulnerabilityResponse) ProtoMessage()

func (*ReadVulnerabilityResponse) Reset

func (m *ReadVulnerabilityResponse) Reset()

func (*ReadVulnerabilityResponse) String

func (m *ReadVulnerabilityResponse) String() string

func (*ReadVulnerabilityResponse) Validate

func (m *ReadVulnerabilityResponse) Validate() error

Validate checks the field values on ReadVulnerabilityResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*ReadVulnerabilityResponse) XXX_DiscardUnknown

func (m *ReadVulnerabilityResponse) XXX_DiscardUnknown()

func (*ReadVulnerabilityResponse) XXX_Marshal

func (m *ReadVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadVulnerabilityResponse) XXX_Merge

func (m *ReadVulnerabilityResponse) XXX_Merge(src proto.Message)

func (*ReadVulnerabilityResponse) XXX_Size

func (m *ReadVulnerabilityResponse) XXX_Size() int

func (*ReadVulnerabilityResponse) XXX_Unmarshal

func (m *ReadVulnerabilityResponse) XXX_Unmarshal(b []byte) error

type ReadVulnerabilityResponseValidationError

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

ReadVulnerabilityResponseValidationError is the validation error returned by ReadVulnerabilityResponse.Validate if the designated constraints aren't met.

func (ReadVulnerabilityResponseValidationError) Cause

Cause function returns cause value.

func (ReadVulnerabilityResponseValidationError) Error

Error satisfies the builtin error interface

func (ReadVulnerabilityResponseValidationError) ErrorName

ErrorName returns error name.

func (ReadVulnerabilityResponseValidationError) Field

Field function returns field value.

func (ReadVulnerabilityResponseValidationError) Key

Key function returns key value.

func (ReadVulnerabilityResponseValidationError) Reason

Reason function returns reason value.

type Region

type Region struct {
	// The Region identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Region
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Region
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Reference to Cloud Provider
	CloudProviderId      *resource.Identifier `protobuf:"bytes,4,opt,name=cloud_provider_id,json=cloudProviderId,proto3" json:"cloud_provider_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

-------------------------------------------------------------------- Region represents a particular Geo for Cloud Provier e.g. us-east-1 --------------------------------------------------------------------

func DefaultApplyFieldMaskRegion

func DefaultApplyFieldMaskRegion(ctx context.Context, patchee *Region, patcher *Region, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Region, error)

DefaultApplyFieldMaskRegion patches an pbObject with patcher according to a field mask.

func DefaultCreateRegion

func DefaultCreateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)

DefaultCreateRegion executes a basic gorm create call

func DefaultListRegion

func DefaultListRegion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Region, error)

DefaultListRegion executes a gorm list call

func DefaultPatchRegion

func DefaultPatchRegion(ctx context.Context, in *Region, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Region, error)

DefaultPatchRegion executes a basic gorm update call with patch behavior

func DefaultPatchSetRegion

func DefaultPatchSetRegion(ctx context.Context, objects []*Region, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Region, error)

DefaultPatchSetRegion executes a bulk gorm update call with patch behavior

func DefaultReadRegion

func DefaultReadRegion(ctx context.Context, in *Region, db *gorm1.DB, fs *query1.FieldSelection) (*Region, error)

DefaultReadRegion executes a basic gorm read call

func DefaultStrictUpdateRegion

func DefaultStrictUpdateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)

DefaultStrictUpdateRegion clears first level 1:many children and then executes a gorm update call

func (*Region) AtlasValidateJSON

func (_ *Region) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Region.

func (*Region) Descriptor

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

func (*Region) GetCloudProviderId

func (m *Region) GetCloudProviderId() *resource.Identifier

func (*Region) GetDescription

func (m *Region) GetDescription() string

func (*Region) GetId

func (m *Region) GetId() *resource.Identifier

func (*Region) GetName

func (m *Region) GetName() string

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) Reset

func (m *Region) Reset()

func (*Region) String

func (m *Region) String() string

func (*Region) ToORM

func (m *Region) ToORM(ctx context.Context) (RegionORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Region) Validate

func (m *Region) Validate() error

Validate checks the field values on Region with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Region) XXX_DiscardUnknown

func (m *Region) XXX_DiscardUnknown()

func (*Region) XXX_Marshal

func (m *Region) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Region) XXX_Merge

func (m *Region) XXX_Merge(src proto.Message)

func (*Region) XXX_Size

func (m *Region) XXX_Size() int

func (*Region) XXX_Unmarshal

func (m *Region) XXX_Unmarshal(b []byte) error

type RegionORM

type RegionORM struct {
	AccountID       string
	CloudProviderId *int64
	Description     string
	Id              int64 `gorm:"type:serial;primary_key"`
	Name            string
}

func (RegionORM) TableName

func (RegionORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*RegionORM) ToPB

func (m *RegionORM) ToPB(ctx context.Context) (Region, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type RegionORMWithAfterCreate_

type RegionORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type RegionORMWithAfterDeleteSet

type RegionORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Region, *gorm1.DB) error
}

type RegionORMWithAfterDelete_

type RegionORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type RegionORMWithAfterListFind

type RegionORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]RegionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type RegionORMWithAfterReadFind

type RegionORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type RegionORMWithAfterStrictUpdateSave

type RegionORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type RegionORMWithBeforeCreate_

type RegionORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeDeleteSet

type RegionORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Region, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeDelete_

type RegionORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeListApplyQuery

type RegionORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeListFind

type RegionORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeReadApplyQuery

type RegionORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeReadFind

type RegionORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegionORMWithBeforeStrictUpdateCleanup

type RegionORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionORMWithBeforeStrictUpdateSave

type RegionORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegionValidationError

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

RegionValidationError is the validation error returned by Region.Validate if the designated constraints aren't met.

func (RegionValidationError) Cause

func (e RegionValidationError) Cause() error

Cause function returns cause value.

func (RegionValidationError) Error

func (e RegionValidationError) Error() string

Error satisfies the builtin error interface

func (RegionValidationError) ErrorName

func (e RegionValidationError) ErrorName() string

ErrorName returns error name.

func (RegionValidationError) Field

func (e RegionValidationError) Field() string

Field function returns field value.

func (RegionValidationError) Key

func (e RegionValidationError) Key() bool

Key function returns key value.

func (RegionValidationError) Reason

func (e RegionValidationError) Reason() string

Reason function returns reason value.

type RegionWithAfterPatchSave

type RegionWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) error
}

type RegionWithAfterToORM

type RegionWithAfterToORM interface {
	AfterToORM(context.Context, *RegionORM) error
}

RegionAfterToORM called after default ToORM code

type RegionWithAfterToPB

type RegionWithAfterToPB interface {
	AfterToPB(context.Context, *Region) error
}

RegionAfterToPB called after default ToPB code

type RegionWithBeforePatchApplyFieldMask

type RegionWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforePatchRead

type RegionWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforePatchSave

type RegionWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Region, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegionWithBeforeToORM

type RegionWithBeforeToORM interface {
	BeforeToORM(context.Context, *RegionORM) error
}

RegionBeforeToORM called before default ToORM code

type RegionWithBeforeToPB

type RegionWithBeforeToPB interface {
	BeforeToPB(context.Context, *Region) error
}

RegionBeforeToPB called before default ToPB code

type RegionsClient

type RegionsClient interface {
	// Use this method to create a Region information.
	Create(ctx context.Context, in *CreateRegionRequest, opts ...grpc.CallOption) (*CreateRegionResponse, error)
	// Use this method to read a Region information by identifier.
	Read(ctx context.Context, in *ReadRegionRequest, opts ...grpc.CallOption) (*ReadRegionResponse, error)
	// Use this method to update a Region information.
	Update(ctx context.Context, in *UpdateRegionRequest, opts ...grpc.CallOption) (*UpdateRegionResponse, error)
	// Use this method to delete a particular Region.
	Delete(ctx context.Context, in *DeleteRegionRequest, opts ...grpc.CallOption) (*DeleteRegionResponse, error)
	// Use this method to retrieve all the Regions.
	List(ctx context.Context, in *ListRegionRequest, opts ...grpc.CallOption) (*ListRegionsResponse, error)
}

RegionsClient is the client API for Regions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionsClient

func NewRegionsClient(cc *grpc.ClientConn) RegionsClient

type RegionsDefaultServer

type RegionsDefaultServer struct {
}

func (*RegionsDefaultServer) Create

Create ...

func (*RegionsDefaultServer) Delete

Delete ...

func (*RegionsDefaultServer) List

List ...

func (*RegionsDefaultServer) Read

Read ...

func (*RegionsDefaultServer) Update

Update ...

type RegionsRegionWithAfterCreate

type RegionsRegionWithAfterCreate interface {
	AfterCreate(context.Context, *CreateRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterCreate called before DefaultCreateRegion in the default Create handler

type RegionsRegionWithAfterDelete

type RegionsRegionWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterDelete called before DefaultDeleteRegion in the default Delete handler

type RegionsRegionWithAfterList

type RegionsRegionWithAfterList interface {
	AfterList(context.Context, *ListRegionsResponse, *gorm1.DB) error
}

RegionsRegionWithAfterList called before DefaultListRegion in the default List handler

type RegionsRegionWithAfterRead

type RegionsRegionWithAfterRead interface {
	AfterRead(context.Context, *ReadRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterRead called before DefaultReadRegion in the default Read handler

type RegionsRegionWithAfterUpdate

type RegionsRegionWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateRegionResponse, *gorm1.DB) error
}

RegionsRegionWithAfterUpdate called before DefaultUpdateRegion in the default Update handler

type RegionsRegionWithBeforeCreate

type RegionsRegionWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeCreate called before DefaultCreateRegion in the default Create handler

type RegionsRegionWithBeforeDelete

type RegionsRegionWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeDelete called before DefaultDeleteRegion in the default Delete handler

type RegionsRegionWithBeforeList

type RegionsRegionWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeList called before DefaultListRegion in the default List handler

type RegionsRegionWithBeforeRead

type RegionsRegionWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeRead called before DefaultReadRegion in the default Read handler

type RegionsRegionWithBeforeUpdate

type RegionsRegionWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegionsRegionWithBeforeUpdate called before DefaultUpdateRegion in the default Update handler

type RegionsServer

type RegionsServer interface {
	// Use this method to create a Region information.
	Create(context.Context, *CreateRegionRequest) (*CreateRegionResponse, error)
	// Use this method to read a Region information by identifier.
	Read(context.Context, *ReadRegionRequest) (*ReadRegionResponse, error)
	// Use this method to update a Region information.
	Update(context.Context, *UpdateRegionRequest) (*UpdateRegionResponse, error)
	// Use this method to delete a particular Region.
	Delete(context.Context, *DeleteRegionRequest) (*DeleteRegionResponse, error)
	// Use this method to retrieve all the Regions.
	List(context.Context, *ListRegionRequest) (*ListRegionsResponse, error)
}

RegionsServer is the server API for Regions service.

type RegistriesClient

type RegistriesClient interface {
	// Use this method to create a Registry information.
	Create(ctx context.Context, in *CreateRegistryRequest, opts ...grpc.CallOption) (*CreateRegistryResponse, error)
	// Use this method to read a Registry information by identifier.
	Read(ctx context.Context, in *ReadRegistryRequest, opts ...grpc.CallOption) (*ReadRegistryResponse, error)
	// Use this method to update a Registry information.
	Update(ctx context.Context, in *UpdateRegistryRequest, opts ...grpc.CallOption) (*UpdateRegistryResponse, error)
	// Use this method to delete a particular Registry.
	Delete(ctx context.Context, in *DeleteRegistryRequest, opts ...grpc.CallOption) (*DeleteRegistryResponse, error)
	// Use this method to retrieve all the Registries.
	List(ctx context.Context, in *ListRegistryRequest, opts ...grpc.CallOption) (*ListRegistriesResponse, error)
}

RegistriesClient is the client API for Registries service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegistriesClient

func NewRegistriesClient(cc *grpc.ClientConn) RegistriesClient

type RegistriesDefaultServer

type RegistriesDefaultServer struct {
}

func (*RegistriesDefaultServer) Create

Create ...

func (*RegistriesDefaultServer) Delete

Delete ...

func (*RegistriesDefaultServer) List

List ...

func (*RegistriesDefaultServer) Read

Read ...

func (*RegistriesDefaultServer) Update

Update ...

type RegistriesRegistryWithAfterCreate

type RegistriesRegistryWithAfterCreate interface {
	AfterCreate(context.Context, *CreateRegistryResponse, *gorm1.DB) error
}

RegistriesRegistryWithAfterCreate called before DefaultCreateRegistry in the default Create handler

type RegistriesRegistryWithAfterDelete

type RegistriesRegistryWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteRegistryResponse, *gorm1.DB) error
}

RegistriesRegistryWithAfterDelete called before DefaultDeleteRegistry in the default Delete handler

type RegistriesRegistryWithAfterList

type RegistriesRegistryWithAfterList interface {
	AfterList(context.Context, *ListRegistriesResponse, *gorm1.DB) error
}

RegistriesRegistryWithAfterList called before DefaultListRegistry in the default List handler

type RegistriesRegistryWithAfterRead

type RegistriesRegistryWithAfterRead interface {
	AfterRead(context.Context, *ReadRegistryResponse, *gorm1.DB) error
}

RegistriesRegistryWithAfterRead called before DefaultReadRegistry in the default Read handler

type RegistriesRegistryWithAfterUpdate

type RegistriesRegistryWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateRegistryResponse, *gorm1.DB) error
}

RegistriesRegistryWithAfterUpdate called before DefaultUpdateRegistry in the default Update handler

type RegistriesRegistryWithBeforeCreate

type RegistriesRegistryWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegistriesRegistryWithBeforeCreate called before DefaultCreateRegistry in the default Create handler

type RegistriesRegistryWithBeforeDelete

type RegistriesRegistryWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegistriesRegistryWithBeforeDelete called before DefaultDeleteRegistry in the default Delete handler

type RegistriesRegistryWithBeforeList

type RegistriesRegistryWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegistriesRegistryWithBeforeList called before DefaultListRegistry in the default List handler

type RegistriesRegistryWithBeforeRead

type RegistriesRegistryWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegistriesRegistryWithBeforeRead called before DefaultReadRegistry in the default Read handler

type RegistriesRegistryWithBeforeUpdate

type RegistriesRegistryWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

RegistriesRegistryWithBeforeUpdate called before DefaultUpdateRegistry in the default Update handler

type RegistriesServer

type RegistriesServer interface {
	// Use this method to create a Registry information.
	Create(context.Context, *CreateRegistryRequest) (*CreateRegistryResponse, error)
	// Use this method to read a Registry information by identifier.
	Read(context.Context, *ReadRegistryRequest) (*ReadRegistryResponse, error)
	// Use this method to update a Registry information.
	Update(context.Context, *UpdateRegistryRequest) (*UpdateRegistryResponse, error)
	// Use this method to delete a particular Registry.
	Delete(context.Context, *DeleteRegistryRequest) (*DeleteRegistryResponse, error)
	// Use this method to retrieve all the Registries.
	List(context.Context, *ListRegistryRequest) (*ListRegistriesResponse, error)
}

RegistriesServer is the server API for Registries service.

type Registry

type Registry struct {
	// The Registry identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Registry
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Registry
	Description          string   `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

------------------------------------------------------ Registry represents a particular Docker Registry ------------------------------------------------------

func DefaultApplyFieldMaskRegistry

func DefaultApplyFieldMaskRegistry(ctx context.Context, patchee *Registry, patcher *Registry, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Registry, error)

DefaultApplyFieldMaskRegistry patches an pbObject with patcher according to a field mask.

func DefaultCreateRegistry

func DefaultCreateRegistry(ctx context.Context, in *Registry, db *gorm1.DB) (*Registry, error)

DefaultCreateRegistry executes a basic gorm create call

func DefaultListRegistry

func DefaultListRegistry(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Registry, error)

DefaultListRegistry executes a gorm list call

func DefaultPatchRegistry

func DefaultPatchRegistry(ctx context.Context, in *Registry, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Registry, error)

DefaultPatchRegistry executes a basic gorm update call with patch behavior

func DefaultPatchSetRegistry

func DefaultPatchSetRegistry(ctx context.Context, objects []*Registry, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Registry, error)

DefaultPatchSetRegistry executes a bulk gorm update call with patch behavior

func DefaultReadRegistry

func DefaultReadRegistry(ctx context.Context, in *Registry, db *gorm1.DB, fs *query1.FieldSelection) (*Registry, error)

DefaultReadRegistry executes a basic gorm read call

func DefaultStrictUpdateRegistry

func DefaultStrictUpdateRegistry(ctx context.Context, in *Registry, db *gorm1.DB) (*Registry, error)

DefaultStrictUpdateRegistry clears first level 1:many children and then executes a gorm update call

func (*Registry) AtlasValidateJSON

func (_ *Registry) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Registry.

func (*Registry) Descriptor

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

func (*Registry) GetDescription

func (m *Registry) GetDescription() string

func (*Registry) GetId

func (m *Registry) GetId() *resource.Identifier

func (*Registry) GetName

func (m *Registry) GetName() string

func (*Registry) ProtoMessage

func (*Registry) ProtoMessage()

func (*Registry) Reset

func (m *Registry) Reset()

func (*Registry) String

func (m *Registry) String() string

func (*Registry) ToORM

func (m *Registry) ToORM(ctx context.Context) (RegistryORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Registry) Validate

func (m *Registry) Validate() error

Validate checks the field values on Registry with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Registry) XXX_DiscardUnknown

func (m *Registry) XXX_DiscardUnknown()

func (*Registry) XXX_Marshal

func (m *Registry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Registry) XXX_Merge

func (m *Registry) XXX_Merge(src proto.Message)

func (*Registry) XXX_Size

func (m *Registry) XXX_Size() int

func (*Registry) XXX_Unmarshal

func (m *Registry) XXX_Unmarshal(b []byte) error

type RegistryORM

type RegistryORM struct {
	AccountID   string
	Description string
	Id          int64 `gorm:"type:serial;primary_key"`
	Name        string
}

func (RegistryORM) TableName

func (RegistryORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*RegistryORM) ToPB

func (m *RegistryORM) ToPB(ctx context.Context) (Registry, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type RegistryORMWithAfterCreate_

type RegistryORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type RegistryORMWithAfterDeleteSet

type RegistryORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Registry, *gorm1.DB) error
}

type RegistryORMWithAfterDelete_

type RegistryORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type RegistryORMWithAfterListFind

type RegistryORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]RegistryORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type RegistryORMWithAfterReadFind

type RegistryORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type RegistryORMWithAfterStrictUpdateSave

type RegistryORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type RegistryORMWithBeforeCreate_

type RegistryORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryORMWithBeforeDeleteSet

type RegistryORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Registry, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryORMWithBeforeDelete_

type RegistryORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryORMWithBeforeListApplyQuery

type RegistryORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegistryORMWithBeforeListFind

type RegistryORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegistryORMWithBeforeReadApplyQuery

type RegistryORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegistryORMWithBeforeReadFind

type RegistryORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type RegistryORMWithBeforeStrictUpdateCleanup

type RegistryORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryORMWithBeforeStrictUpdateSave

type RegistryORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryValidationError

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

RegistryValidationError is the validation error returned by Registry.Validate if the designated constraints aren't met.

func (RegistryValidationError) Cause

func (e RegistryValidationError) Cause() error

Cause function returns cause value.

func (RegistryValidationError) Error

func (e RegistryValidationError) Error() string

Error satisfies the builtin error interface

func (RegistryValidationError) ErrorName

func (e RegistryValidationError) ErrorName() string

ErrorName returns error name.

func (RegistryValidationError) Field

func (e RegistryValidationError) Field() string

Field function returns field value.

func (RegistryValidationError) Key

func (e RegistryValidationError) Key() bool

Key function returns key value.

func (RegistryValidationError) Reason

func (e RegistryValidationError) Reason() string

Reason function returns reason value.

type RegistryWithAfterPatchSave

type RegistryWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Registry, *field_mask1.FieldMask, *gorm1.DB) error
}

type RegistryWithAfterToORM

type RegistryWithAfterToORM interface {
	AfterToORM(context.Context, *RegistryORM) error
}

RegistryAfterToORM called after default ToORM code

type RegistryWithAfterToPB

type RegistryWithAfterToPB interface {
	AfterToPB(context.Context, *Registry) error
}

RegistryAfterToPB called after default ToPB code

type RegistryWithBeforePatchApplyFieldMask

type RegistryWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Registry, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryWithBeforePatchRead

type RegistryWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Registry, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryWithBeforePatchSave

type RegistryWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Registry, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type RegistryWithBeforeToORM

type RegistryWithBeforeToORM interface {
	BeforeToORM(context.Context, *RegistryORM) error
}

RegistryBeforeToORM called before default ToORM code

type RegistryWithBeforeToPB

type RegistryWithBeforeToPB interface {
	BeforeToPB(context.Context, *Registry) error
}

RegistryBeforeToPB called before default ToPB code

type SecopsClient

type SecopsClient interface {
	GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionResponse, error)
}

SecopsClient is the client API for Secops service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSecopsClient

func NewSecopsClient(cc *grpc.ClientConn) SecopsClient

type SecopsServer

type SecopsServer interface {
	GetVersion(context.Context, *empty.Empty) (*VersionResponse, error)
}

SecopsServer is the server API for Secops service.

type UpdateAmiRequest

type UpdateAmiRequest struct {
	Payload              *Ami                  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateAmiRequest) AtlasValidateJSON

func (_ *UpdateAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAmiRequest.

func (*UpdateAmiRequest) Descriptor

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

func (*UpdateAmiRequest) GetFields

func (m *UpdateAmiRequest) GetFields() *field_mask.FieldMask

func (*UpdateAmiRequest) GetPayload

func (m *UpdateAmiRequest) GetPayload() *Ami

func (*UpdateAmiRequest) ProtoMessage

func (*UpdateAmiRequest) ProtoMessage()

func (*UpdateAmiRequest) Reset

func (m *UpdateAmiRequest) Reset()

func (*UpdateAmiRequest) String

func (m *UpdateAmiRequest) String() string

func (*UpdateAmiRequest) Validate

func (m *UpdateAmiRequest) Validate() error

Validate checks the field values on UpdateAmiRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAmiRequest) XXX_DiscardUnknown

func (m *UpdateAmiRequest) XXX_DiscardUnknown()

func (*UpdateAmiRequest) XXX_Marshal

func (m *UpdateAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAmiRequest) XXX_Merge

func (m *UpdateAmiRequest) XXX_Merge(src proto.Message)

func (*UpdateAmiRequest) XXX_Size

func (m *UpdateAmiRequest) XXX_Size() int

func (*UpdateAmiRequest) XXX_Unmarshal

func (m *UpdateAmiRequest) XXX_Unmarshal(b []byte) error

type UpdateAmiRequestValidationError

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

UpdateAmiRequestValidationError is the validation error returned by UpdateAmiRequest.Validate if the designated constraints aren't met.

func (UpdateAmiRequestValidationError) Cause

Cause function returns cause value.

func (UpdateAmiRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateAmiRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateAmiRequestValidationError) Field

Field function returns field value.

func (UpdateAmiRequestValidationError) Key

Key function returns key value.

func (UpdateAmiRequestValidationError) Reason

Reason function returns reason value.

type UpdateAmiResponse

type UpdateAmiResponse struct {
	Result               *Ami     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateAmiResponse) AtlasValidateJSON

func (_ *UpdateAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateAmiResponse.

func (*UpdateAmiResponse) Descriptor

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

func (*UpdateAmiResponse) GetResult

func (m *UpdateAmiResponse) GetResult() *Ami

func (*UpdateAmiResponse) ProtoMessage

func (*UpdateAmiResponse) ProtoMessage()

func (*UpdateAmiResponse) Reset

func (m *UpdateAmiResponse) Reset()

func (*UpdateAmiResponse) String

func (m *UpdateAmiResponse) String() string

func (*UpdateAmiResponse) Validate

func (m *UpdateAmiResponse) Validate() error

Validate checks the field values on UpdateAmiResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateAmiResponse) XXX_DiscardUnknown

func (m *UpdateAmiResponse) XXX_DiscardUnknown()

func (*UpdateAmiResponse) XXX_Marshal

func (m *UpdateAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateAmiResponse) XXX_Merge

func (m *UpdateAmiResponse) XXX_Merge(src proto.Message)

func (*UpdateAmiResponse) XXX_Size

func (m *UpdateAmiResponse) XXX_Size() int

func (*UpdateAmiResponse) XXX_Unmarshal

func (m *UpdateAmiResponse) XXX_Unmarshal(b []byte) error

type UpdateAmiResponseValidationError

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

UpdateAmiResponseValidationError is the validation error returned by UpdateAmiResponse.Validate if the designated constraints aren't met.

func (UpdateAmiResponseValidationError) Cause

Cause function returns cause value.

func (UpdateAmiResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateAmiResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateAmiResponseValidationError) Field

Field function returns field value.

func (UpdateAmiResponseValidationError) Key

Key function returns key value.

func (UpdateAmiResponseValidationError) Reason

Reason function returns reason value.

type UpdateApplicationRequest

type UpdateApplicationRequest struct {
	Payload              *Application          `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateApplicationRequest) AtlasValidateJSON

func (_ *UpdateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationRequest.

func (*UpdateApplicationRequest) Descriptor

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

func (*UpdateApplicationRequest) GetFields

func (*UpdateApplicationRequest) GetPayload

func (m *UpdateApplicationRequest) GetPayload() *Application

func (*UpdateApplicationRequest) ProtoMessage

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) Reset

func (m *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String

func (m *UpdateApplicationRequest) String() string

func (*UpdateApplicationRequest) Validate

func (m *UpdateApplicationRequest) Validate() error

Validate checks the field values on UpdateApplicationRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationRequest) XXX_DiscardUnknown

func (m *UpdateApplicationRequest) XXX_DiscardUnknown()

func (*UpdateApplicationRequest) XXX_Marshal

func (m *UpdateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationRequest) XXX_Merge

func (m *UpdateApplicationRequest) XXX_Merge(src proto.Message)

func (*UpdateApplicationRequest) XXX_Size

func (m *UpdateApplicationRequest) XXX_Size() int

func (*UpdateApplicationRequest) XXX_Unmarshal

func (m *UpdateApplicationRequest) XXX_Unmarshal(b []byte) error

type UpdateApplicationRequestValidationError

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

UpdateApplicationRequestValidationError is the validation error returned by UpdateApplicationRequest.Validate if the designated constraints aren't met.

func (UpdateApplicationRequestValidationError) Cause

Cause function returns cause value.

func (UpdateApplicationRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateApplicationRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateApplicationRequestValidationError) Field

Field function returns field value.

func (UpdateApplicationRequestValidationError) Key

Key function returns key value.

func (UpdateApplicationRequestValidationError) Reason

Reason function returns reason value.

type UpdateApplicationResponse

type UpdateApplicationResponse struct {
	Result               *Application `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateApplicationResponse) AtlasValidateJSON

func (_ *UpdateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationResponse.

func (*UpdateApplicationResponse) Descriptor

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

func (*UpdateApplicationResponse) GetResult

func (m *UpdateApplicationResponse) GetResult() *Application

func (*UpdateApplicationResponse) ProtoMessage

func (*UpdateApplicationResponse) ProtoMessage()

func (*UpdateApplicationResponse) Reset

func (m *UpdateApplicationResponse) Reset()

func (*UpdateApplicationResponse) String

func (m *UpdateApplicationResponse) String() string

func (*UpdateApplicationResponse) Validate

func (m *UpdateApplicationResponse) Validate() error

Validate checks the field values on UpdateApplicationResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationResponse) XXX_DiscardUnknown

func (m *UpdateApplicationResponse) XXX_DiscardUnknown()

func (*UpdateApplicationResponse) XXX_Marshal

func (m *UpdateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationResponse) XXX_Merge

func (m *UpdateApplicationResponse) XXX_Merge(src proto.Message)

func (*UpdateApplicationResponse) XXX_Size

func (m *UpdateApplicationResponse) XXX_Size() int

func (*UpdateApplicationResponse) XXX_Unmarshal

func (m *UpdateApplicationResponse) XXX_Unmarshal(b []byte) error

type UpdateApplicationResponseValidationError

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

UpdateApplicationResponseValidationError is the validation error returned by UpdateApplicationResponse.Validate if the designated constraints aren't met.

func (UpdateApplicationResponseValidationError) Cause

Cause function returns cause value.

func (UpdateApplicationResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateApplicationResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateApplicationResponseValidationError) Field

Field function returns field value.

func (UpdateApplicationResponseValidationError) Key

Key function returns key value.

func (UpdateApplicationResponseValidationError) Reason

Reason function returns reason value.

type UpdateApplicationVersionRequest

type UpdateApplicationVersionRequest struct {
	Payload              *ApplicationVersion   `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateApplicationVersionRequest) AtlasValidateJSON

func (_ *UpdateApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationVersionRequest.

func (*UpdateApplicationVersionRequest) Descriptor

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

func (*UpdateApplicationVersionRequest) GetFields

func (*UpdateApplicationVersionRequest) GetPayload

func (*UpdateApplicationVersionRequest) ProtoMessage

func (*UpdateApplicationVersionRequest) ProtoMessage()

func (*UpdateApplicationVersionRequest) Reset

func (*UpdateApplicationVersionRequest) String

func (*UpdateApplicationVersionRequest) Validate

func (m *UpdateApplicationVersionRequest) Validate() error

Validate checks the field values on UpdateApplicationVersionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationVersionRequest) XXX_DiscardUnknown

func (m *UpdateApplicationVersionRequest) XXX_DiscardUnknown()

func (*UpdateApplicationVersionRequest) XXX_Marshal

func (m *UpdateApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationVersionRequest) XXX_Merge

func (m *UpdateApplicationVersionRequest) XXX_Merge(src proto.Message)

func (*UpdateApplicationVersionRequest) XXX_Size

func (m *UpdateApplicationVersionRequest) XXX_Size() int

func (*UpdateApplicationVersionRequest) XXX_Unmarshal

func (m *UpdateApplicationVersionRequest) XXX_Unmarshal(b []byte) error

type UpdateApplicationVersionRequestValidationError

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

UpdateApplicationVersionRequestValidationError is the validation error returned by UpdateApplicationVersionRequest.Validate if the designated constraints aren't met.

func (UpdateApplicationVersionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateApplicationVersionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateApplicationVersionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateApplicationVersionRequestValidationError) Field

Field function returns field value.

func (UpdateApplicationVersionRequestValidationError) Key

Key function returns key value.

func (UpdateApplicationVersionRequestValidationError) Reason

Reason function returns reason value.

type UpdateApplicationVersionResponse

type UpdateApplicationVersionResponse struct {
	Result               *ApplicationVersion `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*UpdateApplicationVersionResponse) AtlasValidateJSON

func (_ *UpdateApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateApplicationVersionResponse.

func (*UpdateApplicationVersionResponse) Descriptor

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

func (*UpdateApplicationVersionResponse) GetResult

func (*UpdateApplicationVersionResponse) ProtoMessage

func (*UpdateApplicationVersionResponse) ProtoMessage()

func (*UpdateApplicationVersionResponse) Reset

func (*UpdateApplicationVersionResponse) String

func (*UpdateApplicationVersionResponse) Validate

Validate checks the field values on UpdateApplicationVersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateApplicationVersionResponse) XXX_DiscardUnknown

func (m *UpdateApplicationVersionResponse) XXX_DiscardUnknown()

func (*UpdateApplicationVersionResponse) XXX_Marshal

func (m *UpdateApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateApplicationVersionResponse) XXX_Merge

func (*UpdateApplicationVersionResponse) XXX_Size

func (m *UpdateApplicationVersionResponse) XXX_Size() int

func (*UpdateApplicationVersionResponse) XXX_Unmarshal

func (m *UpdateApplicationVersionResponse) XXX_Unmarshal(b []byte) error

type UpdateApplicationVersionResponseValidationError

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

UpdateApplicationVersionResponseValidationError is the validation error returned by UpdateApplicationVersionResponse.Validate if the designated constraints aren't met.

func (UpdateApplicationVersionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateApplicationVersionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateApplicationVersionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateApplicationVersionResponseValidationError) Field

Field function returns field value.

func (UpdateApplicationVersionResponseValidationError) Key

Key function returns key value.

func (UpdateApplicationVersionResponseValidationError) Reason

Reason function returns reason value.

type UpdateCloudProviderRequest

type UpdateCloudProviderRequest struct {
	Payload              *CloudProvider        `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateCloudProviderRequest) AtlasValidateJSON

func (_ *UpdateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateCloudProviderRequest.

func (*UpdateCloudProviderRequest) Descriptor

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

func (*UpdateCloudProviderRequest) GetFields

func (*UpdateCloudProviderRequest) GetPayload

func (m *UpdateCloudProviderRequest) GetPayload() *CloudProvider

func (*UpdateCloudProviderRequest) ProtoMessage

func (*UpdateCloudProviderRequest) ProtoMessage()

func (*UpdateCloudProviderRequest) Reset

func (m *UpdateCloudProviderRequest) Reset()

func (*UpdateCloudProviderRequest) String

func (m *UpdateCloudProviderRequest) String() string

func (*UpdateCloudProviderRequest) Validate

func (m *UpdateCloudProviderRequest) Validate() error

Validate checks the field values on UpdateCloudProviderRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateCloudProviderRequest) XXX_DiscardUnknown

func (m *UpdateCloudProviderRequest) XXX_DiscardUnknown()

func (*UpdateCloudProviderRequest) XXX_Marshal

func (m *UpdateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCloudProviderRequest) XXX_Merge

func (m *UpdateCloudProviderRequest) XXX_Merge(src proto.Message)

func (*UpdateCloudProviderRequest) XXX_Size

func (m *UpdateCloudProviderRequest) XXX_Size() int

func (*UpdateCloudProviderRequest) XXX_Unmarshal

func (m *UpdateCloudProviderRequest) XXX_Unmarshal(b []byte) error

type UpdateCloudProviderRequestValidationError

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

UpdateCloudProviderRequestValidationError is the validation error returned by UpdateCloudProviderRequest.Validate if the designated constraints aren't met.

func (UpdateCloudProviderRequestValidationError) Cause

Cause function returns cause value.

func (UpdateCloudProviderRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateCloudProviderRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateCloudProviderRequestValidationError) Field

Field function returns field value.

func (UpdateCloudProviderRequestValidationError) Key

Key function returns key value.

func (UpdateCloudProviderRequestValidationError) Reason

Reason function returns reason value.

type UpdateCloudProviderResponse

type UpdateCloudProviderResponse struct {
	Result               *CloudProvider `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateCloudProviderResponse) AtlasValidateJSON

func (_ *UpdateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateCloudProviderResponse.

func (*UpdateCloudProviderResponse) Descriptor

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

func (*UpdateCloudProviderResponse) GetResult

func (*UpdateCloudProviderResponse) ProtoMessage

func (*UpdateCloudProviderResponse) ProtoMessage()

func (*UpdateCloudProviderResponse) Reset

func (m *UpdateCloudProviderResponse) Reset()

func (*UpdateCloudProviderResponse) String

func (m *UpdateCloudProviderResponse) String() string

func (*UpdateCloudProviderResponse) Validate

func (m *UpdateCloudProviderResponse) Validate() error

Validate checks the field values on UpdateCloudProviderResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateCloudProviderResponse) XXX_DiscardUnknown

func (m *UpdateCloudProviderResponse) XXX_DiscardUnknown()

func (*UpdateCloudProviderResponse) XXX_Marshal

func (m *UpdateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateCloudProviderResponse) XXX_Merge

func (m *UpdateCloudProviderResponse) XXX_Merge(src proto.Message)

func (*UpdateCloudProviderResponse) XXX_Size

func (m *UpdateCloudProviderResponse) XXX_Size() int

func (*UpdateCloudProviderResponse) XXX_Unmarshal

func (m *UpdateCloudProviderResponse) XXX_Unmarshal(b []byte) error

type UpdateCloudProviderResponseValidationError

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

UpdateCloudProviderResponseValidationError is the validation error returned by UpdateCloudProviderResponse.Validate if the designated constraints aren't met.

func (UpdateCloudProviderResponseValidationError) Cause

Cause function returns cause value.

func (UpdateCloudProviderResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateCloudProviderResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateCloudProviderResponseValidationError) Field

Field function returns field value.

func (UpdateCloudProviderResponseValidationError) Key

Key function returns key value.

func (UpdateCloudProviderResponseValidationError) Reason

Reason function returns reason value.

type UpdateContainerRequest

type UpdateContainerRequest struct {
	Payload              *Container            `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateContainerRequest) AtlasValidateJSON

func (_ *UpdateContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateContainerRequest.

func (*UpdateContainerRequest) Descriptor

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

func (*UpdateContainerRequest) GetFields

func (*UpdateContainerRequest) GetPayload

func (m *UpdateContainerRequest) GetPayload() *Container

func (*UpdateContainerRequest) ProtoMessage

func (*UpdateContainerRequest) ProtoMessage()

func (*UpdateContainerRequest) Reset

func (m *UpdateContainerRequest) Reset()

func (*UpdateContainerRequest) String

func (m *UpdateContainerRequest) String() string

func (*UpdateContainerRequest) Validate

func (m *UpdateContainerRequest) Validate() error

Validate checks the field values on UpdateContainerRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateContainerRequest) XXX_DiscardUnknown

func (m *UpdateContainerRequest) XXX_DiscardUnknown()

func (*UpdateContainerRequest) XXX_Marshal

func (m *UpdateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContainerRequest) XXX_Merge

func (m *UpdateContainerRequest) XXX_Merge(src proto.Message)

func (*UpdateContainerRequest) XXX_Size

func (m *UpdateContainerRequest) XXX_Size() int

func (*UpdateContainerRequest) XXX_Unmarshal

func (m *UpdateContainerRequest) XXX_Unmarshal(b []byte) error

type UpdateContainerRequestValidationError

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

UpdateContainerRequestValidationError is the validation error returned by UpdateContainerRequest.Validate if the designated constraints aren't met.

func (UpdateContainerRequestValidationError) Cause

Cause function returns cause value.

func (UpdateContainerRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateContainerRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateContainerRequestValidationError) Field

Field function returns field value.

func (UpdateContainerRequestValidationError) Key

Key function returns key value.

func (UpdateContainerRequestValidationError) Reason

Reason function returns reason value.

type UpdateContainerResponse

type UpdateContainerResponse struct {
	Result               *Container `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*UpdateContainerResponse) AtlasValidateJSON

func (_ *UpdateContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateContainerResponse.

func (*UpdateContainerResponse) Descriptor

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

func (*UpdateContainerResponse) GetResult

func (m *UpdateContainerResponse) GetResult() *Container

func (*UpdateContainerResponse) ProtoMessage

func (*UpdateContainerResponse) ProtoMessage()

func (*UpdateContainerResponse) Reset

func (m *UpdateContainerResponse) Reset()

func (*UpdateContainerResponse) String

func (m *UpdateContainerResponse) String() string

func (*UpdateContainerResponse) Validate

func (m *UpdateContainerResponse) Validate() error

Validate checks the field values on UpdateContainerResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateContainerResponse) XXX_DiscardUnknown

func (m *UpdateContainerResponse) XXX_DiscardUnknown()

func (*UpdateContainerResponse) XXX_Marshal

func (m *UpdateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContainerResponse) XXX_Merge

func (m *UpdateContainerResponse) XXX_Merge(src proto.Message)

func (*UpdateContainerResponse) XXX_Size

func (m *UpdateContainerResponse) XXX_Size() int

func (*UpdateContainerResponse) XXX_Unmarshal

func (m *UpdateContainerResponse) XXX_Unmarshal(b []byte) error

type UpdateContainerResponseValidationError

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

UpdateContainerResponseValidationError is the validation error returned by UpdateContainerResponse.Validate if the designated constraints aren't met.

func (UpdateContainerResponseValidationError) Cause

Cause function returns cause value.

func (UpdateContainerResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateContainerResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateContainerResponseValidationError) Field

Field function returns field value.

func (UpdateContainerResponseValidationError) Key

Key function returns key value.

func (UpdateContainerResponseValidationError) Reason

Reason function returns reason value.

type UpdateContainerTagRequest

type UpdateContainerTagRequest struct {
	Payload              *ContainerTag         `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateContainerTagRequest) AtlasValidateJSON

func (_ *UpdateContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateContainerTagRequest.

func (*UpdateContainerTagRequest) Descriptor

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

func (*UpdateContainerTagRequest) GetFields

func (*UpdateContainerTagRequest) GetPayload

func (m *UpdateContainerTagRequest) GetPayload() *ContainerTag

func (*UpdateContainerTagRequest) ProtoMessage

func (*UpdateContainerTagRequest) ProtoMessage()

func (*UpdateContainerTagRequest) Reset

func (m *UpdateContainerTagRequest) Reset()

func (*UpdateContainerTagRequest) String

func (m *UpdateContainerTagRequest) String() string

func (*UpdateContainerTagRequest) Validate

func (m *UpdateContainerTagRequest) Validate() error

Validate checks the field values on UpdateContainerTagRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateContainerTagRequest) XXX_DiscardUnknown

func (m *UpdateContainerTagRequest) XXX_DiscardUnknown()

func (*UpdateContainerTagRequest) XXX_Marshal

func (m *UpdateContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContainerTagRequest) XXX_Merge

func (m *UpdateContainerTagRequest) XXX_Merge(src proto.Message)

func (*UpdateContainerTagRequest) XXX_Size

func (m *UpdateContainerTagRequest) XXX_Size() int

func (*UpdateContainerTagRequest) XXX_Unmarshal

func (m *UpdateContainerTagRequest) XXX_Unmarshal(b []byte) error

type UpdateContainerTagRequestValidationError

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

UpdateContainerTagRequestValidationError is the validation error returned by UpdateContainerTagRequest.Validate if the designated constraints aren't met.

func (UpdateContainerTagRequestValidationError) Cause

Cause function returns cause value.

func (UpdateContainerTagRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateContainerTagRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateContainerTagRequestValidationError) Field

Field function returns field value.

func (UpdateContainerTagRequestValidationError) Key

Key function returns key value.

func (UpdateContainerTagRequestValidationError) Reason

Reason function returns reason value.

type UpdateContainerTagResponse

type UpdateContainerTagResponse struct {
	Result               *ContainerTag `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UpdateContainerTagResponse) AtlasValidateJSON

func (_ *UpdateContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateContainerTagResponse.

func (*UpdateContainerTagResponse) Descriptor

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

func (*UpdateContainerTagResponse) GetResult

func (m *UpdateContainerTagResponse) GetResult() *ContainerTag

func (*UpdateContainerTagResponse) ProtoMessage

func (*UpdateContainerTagResponse) ProtoMessage()

func (*UpdateContainerTagResponse) Reset

func (m *UpdateContainerTagResponse) Reset()

func (*UpdateContainerTagResponse) String

func (m *UpdateContainerTagResponse) String() string

func (*UpdateContainerTagResponse) Validate

func (m *UpdateContainerTagResponse) Validate() error

Validate checks the field values on UpdateContainerTagResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateContainerTagResponse) XXX_DiscardUnknown

func (m *UpdateContainerTagResponse) XXX_DiscardUnknown()

func (*UpdateContainerTagResponse) XXX_Marshal

func (m *UpdateContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateContainerTagResponse) XXX_Merge

func (m *UpdateContainerTagResponse) XXX_Merge(src proto.Message)

func (*UpdateContainerTagResponse) XXX_Size

func (m *UpdateContainerTagResponse) XXX_Size() int

func (*UpdateContainerTagResponse) XXX_Unmarshal

func (m *UpdateContainerTagResponse) XXX_Unmarshal(b []byte) error

type UpdateContainerTagResponseValidationError

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

UpdateContainerTagResponseValidationError is the validation error returned by UpdateContainerTagResponse.Validate if the designated constraints aren't met.

func (UpdateContainerTagResponseValidationError) Cause

Cause function returns cause value.

func (UpdateContainerTagResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateContainerTagResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateContainerTagResponseValidationError) Field

Field function returns field value.

func (UpdateContainerTagResponseValidationError) Key

Key function returns key value.

func (UpdateContainerTagResponseValidationError) Reason

Reason function returns reason value.

type UpdateEventRequest

type UpdateEventRequest struct {
	Payload              *Event                `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateEventRequest) AtlasValidateJSON

func (_ *UpdateEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateEventRequest.

func (*UpdateEventRequest) Descriptor

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

func (*UpdateEventRequest) GetFields

func (m *UpdateEventRequest) GetFields() *field_mask.FieldMask

func (*UpdateEventRequest) GetPayload

func (m *UpdateEventRequest) GetPayload() *Event

func (*UpdateEventRequest) ProtoMessage

func (*UpdateEventRequest) ProtoMessage()

func (*UpdateEventRequest) Reset

func (m *UpdateEventRequest) Reset()

func (*UpdateEventRequest) String

func (m *UpdateEventRequest) String() string

func (*UpdateEventRequest) Validate

func (m *UpdateEventRequest) Validate() error

Validate checks the field values on UpdateEventRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEventRequest) XXX_DiscardUnknown

func (m *UpdateEventRequest) XXX_DiscardUnknown()

func (*UpdateEventRequest) XXX_Marshal

func (m *UpdateEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEventRequest) XXX_Merge

func (m *UpdateEventRequest) XXX_Merge(src proto.Message)

func (*UpdateEventRequest) XXX_Size

func (m *UpdateEventRequest) XXX_Size() int

func (*UpdateEventRequest) XXX_Unmarshal

func (m *UpdateEventRequest) XXX_Unmarshal(b []byte) error

type UpdateEventRequestValidationError

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

UpdateEventRequestValidationError is the validation error returned by UpdateEventRequest.Validate if the designated constraints aren't met.

func (UpdateEventRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEventRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventRequestValidationError) Field

Field function returns field value.

func (UpdateEventRequestValidationError) Key

Key function returns key value.

func (UpdateEventRequestValidationError) Reason

Reason function returns reason value.

type UpdateEventResponse

type UpdateEventResponse struct {
	Result               *Event   `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateEventResponse) AtlasValidateJSON

func (_ *UpdateEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateEventResponse.

func (*UpdateEventResponse) Descriptor

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

func (*UpdateEventResponse) GetResult

func (m *UpdateEventResponse) GetResult() *Event

func (*UpdateEventResponse) ProtoMessage

func (*UpdateEventResponse) ProtoMessage()

func (*UpdateEventResponse) Reset

func (m *UpdateEventResponse) Reset()

func (*UpdateEventResponse) String

func (m *UpdateEventResponse) String() string

func (*UpdateEventResponse) Validate

func (m *UpdateEventResponse) Validate() error

Validate checks the field values on UpdateEventResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateEventResponse) XXX_DiscardUnknown

func (m *UpdateEventResponse) XXX_DiscardUnknown()

func (*UpdateEventResponse) XXX_Marshal

func (m *UpdateEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateEventResponse) XXX_Merge

func (m *UpdateEventResponse) XXX_Merge(src proto.Message)

func (*UpdateEventResponse) XXX_Size

func (m *UpdateEventResponse) XXX_Size() int

func (*UpdateEventResponse) XXX_Unmarshal

func (m *UpdateEventResponse) XXX_Unmarshal(b []byte) error

type UpdateEventResponseValidationError

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

UpdateEventResponseValidationError is the validation error returned by UpdateEventResponse.Validate if the designated constraints aren't met.

func (UpdateEventResponseValidationError) Cause

Cause function returns cause value.

func (UpdateEventResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventResponseValidationError) Field

Field function returns field value.

func (UpdateEventResponseValidationError) Key

Key function returns key value.

func (UpdateEventResponseValidationError) Reason

Reason function returns reason value.

type UpdateHostRequest

type UpdateHostRequest struct {
	Payload              *Host                 `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateHostRequest) AtlasValidateJSON

func (_ *UpdateHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateHostRequest.

func (*UpdateHostRequest) Descriptor

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

func (*UpdateHostRequest) GetFields

func (m *UpdateHostRequest) GetFields() *field_mask.FieldMask

func (*UpdateHostRequest) GetPayload

func (m *UpdateHostRequest) GetPayload() *Host

func (*UpdateHostRequest) ProtoMessage

func (*UpdateHostRequest) ProtoMessage()

func (*UpdateHostRequest) Reset

func (m *UpdateHostRequest) Reset()

func (*UpdateHostRequest) String

func (m *UpdateHostRequest) String() string

func (*UpdateHostRequest) Validate

func (m *UpdateHostRequest) Validate() error

Validate checks the field values on UpdateHostRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateHostRequest) XXX_DiscardUnknown

func (m *UpdateHostRequest) XXX_DiscardUnknown()

func (*UpdateHostRequest) XXX_Marshal

func (m *UpdateHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateHostRequest) XXX_Merge

func (m *UpdateHostRequest) XXX_Merge(src proto.Message)

func (*UpdateHostRequest) XXX_Size

func (m *UpdateHostRequest) XXX_Size() int

func (*UpdateHostRequest) XXX_Unmarshal

func (m *UpdateHostRequest) XXX_Unmarshal(b []byte) error

type UpdateHostRequestValidationError

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

UpdateHostRequestValidationError is the validation error returned by UpdateHostRequest.Validate if the designated constraints aren't met.

func (UpdateHostRequestValidationError) Cause

Cause function returns cause value.

func (UpdateHostRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateHostRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateHostRequestValidationError) Field

Field function returns field value.

func (UpdateHostRequestValidationError) Key

Key function returns key value.

func (UpdateHostRequestValidationError) Reason

Reason function returns reason value.

type UpdateHostResponse

type UpdateHostResponse struct {
	Result               *Host    `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateHostResponse) AtlasValidateJSON

func (_ *UpdateHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateHostResponse.

func (*UpdateHostResponse) Descriptor

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

func (*UpdateHostResponse) GetResult

func (m *UpdateHostResponse) GetResult() *Host

func (*UpdateHostResponse) ProtoMessage

func (*UpdateHostResponse) ProtoMessage()

func (*UpdateHostResponse) Reset

func (m *UpdateHostResponse) Reset()

func (*UpdateHostResponse) String

func (m *UpdateHostResponse) String() string

func (*UpdateHostResponse) Validate

func (m *UpdateHostResponse) Validate() error

Validate checks the field values on UpdateHostResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateHostResponse) XXX_DiscardUnknown

func (m *UpdateHostResponse) XXX_DiscardUnknown()

func (*UpdateHostResponse) XXX_Marshal

func (m *UpdateHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateHostResponse) XXX_Merge

func (m *UpdateHostResponse) XXX_Merge(src proto.Message)

func (*UpdateHostResponse) XXX_Size

func (m *UpdateHostResponse) XXX_Size() int

func (*UpdateHostResponse) XXX_Unmarshal

func (m *UpdateHostResponse) XXX_Unmarshal(b []byte) error

type UpdateHostResponseValidationError

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

UpdateHostResponseValidationError is the validation error returned by UpdateHostResponse.Validate if the designated constraints aren't met.

func (UpdateHostResponseValidationError) Cause

Cause function returns cause value.

func (UpdateHostResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateHostResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateHostResponseValidationError) Field

Field function returns field value.

func (UpdateHostResponseValidationError) Key

Key function returns key value.

func (UpdateHostResponseValidationError) Reason

Reason function returns reason value.

type UpdateKnowledgeBaseRequest

type UpdateKnowledgeBaseRequest struct {
	Payload              *KnowledgeBase        `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateKnowledgeBaseRequest) AtlasValidateJSON

func (_ *UpdateKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateKnowledgeBaseRequest.

func (*UpdateKnowledgeBaseRequest) Descriptor

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

func (*UpdateKnowledgeBaseRequest) GetFields

func (*UpdateKnowledgeBaseRequest) GetPayload

func (m *UpdateKnowledgeBaseRequest) GetPayload() *KnowledgeBase

func (*UpdateKnowledgeBaseRequest) ProtoMessage

func (*UpdateKnowledgeBaseRequest) ProtoMessage()

func (*UpdateKnowledgeBaseRequest) Reset

func (m *UpdateKnowledgeBaseRequest) Reset()

func (*UpdateKnowledgeBaseRequest) String

func (m *UpdateKnowledgeBaseRequest) String() string

func (*UpdateKnowledgeBaseRequest) Validate

func (m *UpdateKnowledgeBaseRequest) Validate() error

Validate checks the field values on UpdateKnowledgeBaseRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateKnowledgeBaseRequest) XXX_DiscardUnknown

func (m *UpdateKnowledgeBaseRequest) XXX_DiscardUnknown()

func (*UpdateKnowledgeBaseRequest) XXX_Marshal

func (m *UpdateKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateKnowledgeBaseRequest) XXX_Merge

func (m *UpdateKnowledgeBaseRequest) XXX_Merge(src proto.Message)

func (*UpdateKnowledgeBaseRequest) XXX_Size

func (m *UpdateKnowledgeBaseRequest) XXX_Size() int

func (*UpdateKnowledgeBaseRequest) XXX_Unmarshal

func (m *UpdateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error

type UpdateKnowledgeBaseRequestValidationError

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

UpdateKnowledgeBaseRequestValidationError is the validation error returned by UpdateKnowledgeBaseRequest.Validate if the designated constraints aren't met.

func (UpdateKnowledgeBaseRequestValidationError) Cause

Cause function returns cause value.

func (UpdateKnowledgeBaseRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateKnowledgeBaseRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateKnowledgeBaseRequestValidationError) Field

Field function returns field value.

func (UpdateKnowledgeBaseRequestValidationError) Key

Key function returns key value.

func (UpdateKnowledgeBaseRequestValidationError) Reason

Reason function returns reason value.

type UpdateKnowledgeBaseResponse

type UpdateKnowledgeBaseResponse struct {
	Result               *KnowledgeBase `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateKnowledgeBaseResponse) AtlasValidateJSON

func (_ *UpdateKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateKnowledgeBaseResponse.

func (*UpdateKnowledgeBaseResponse) Descriptor

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

func (*UpdateKnowledgeBaseResponse) GetResult

func (*UpdateKnowledgeBaseResponse) ProtoMessage

func (*UpdateKnowledgeBaseResponse) ProtoMessage()

func (*UpdateKnowledgeBaseResponse) Reset

func (m *UpdateKnowledgeBaseResponse) Reset()

func (*UpdateKnowledgeBaseResponse) String

func (m *UpdateKnowledgeBaseResponse) String() string

func (*UpdateKnowledgeBaseResponse) Validate

func (m *UpdateKnowledgeBaseResponse) Validate() error

Validate checks the field values on UpdateKnowledgeBaseResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateKnowledgeBaseResponse) XXX_DiscardUnknown

func (m *UpdateKnowledgeBaseResponse) XXX_DiscardUnknown()

func (*UpdateKnowledgeBaseResponse) XXX_Marshal

func (m *UpdateKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateKnowledgeBaseResponse) XXX_Merge

func (m *UpdateKnowledgeBaseResponse) XXX_Merge(src proto.Message)

func (*UpdateKnowledgeBaseResponse) XXX_Size

func (m *UpdateKnowledgeBaseResponse) XXX_Size() int

func (*UpdateKnowledgeBaseResponse) XXX_Unmarshal

func (m *UpdateKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error

type UpdateKnowledgeBaseResponseValidationError

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

UpdateKnowledgeBaseResponseValidationError is the validation error returned by UpdateKnowledgeBaseResponse.Validate if the designated constraints aren't met.

func (UpdateKnowledgeBaseResponseValidationError) Cause

Cause function returns cause value.

func (UpdateKnowledgeBaseResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateKnowledgeBaseResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateKnowledgeBaseResponseValidationError) Field

Field function returns field value.

func (UpdateKnowledgeBaseResponseValidationError) Key

Key function returns key value.

func (UpdateKnowledgeBaseResponseValidationError) Reason

Reason function returns reason value.

type UpdateRegionRequest

type UpdateRegionRequest struct {
	Payload              *Region               `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateRegionRequest) AtlasValidateJSON

func (_ *UpdateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegionRequest.

func (*UpdateRegionRequest) Descriptor

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

func (*UpdateRegionRequest) GetFields

func (m *UpdateRegionRequest) GetFields() *field_mask.FieldMask

func (*UpdateRegionRequest) GetPayload

func (m *UpdateRegionRequest) GetPayload() *Region

func (*UpdateRegionRequest) ProtoMessage

func (*UpdateRegionRequest) ProtoMessage()

func (*UpdateRegionRequest) Reset

func (m *UpdateRegionRequest) Reset()

func (*UpdateRegionRequest) String

func (m *UpdateRegionRequest) String() string

func (*UpdateRegionRequest) Validate

func (m *UpdateRegionRequest) Validate() error

Validate checks the field values on UpdateRegionRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegionRequest) XXX_DiscardUnknown

func (m *UpdateRegionRequest) XXX_DiscardUnknown()

func (*UpdateRegionRequest) XXX_Marshal

func (m *UpdateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegionRequest) XXX_Merge

func (m *UpdateRegionRequest) XXX_Merge(src proto.Message)

func (*UpdateRegionRequest) XXX_Size

func (m *UpdateRegionRequest) XXX_Size() int

func (*UpdateRegionRequest) XXX_Unmarshal

func (m *UpdateRegionRequest) XXX_Unmarshal(b []byte) error

type UpdateRegionRequestValidationError

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

UpdateRegionRequestValidationError is the validation error returned by UpdateRegionRequest.Validate if the designated constraints aren't met.

func (UpdateRegionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRegionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegionRequestValidationError) Field

Field function returns field value.

func (UpdateRegionRequestValidationError) Key

Key function returns key value.

func (UpdateRegionRequestValidationError) Reason

Reason function returns reason value.

type UpdateRegionResponse

type UpdateRegionResponse struct {
	Result               *Region  `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateRegionResponse) AtlasValidateJSON

func (_ *UpdateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegionResponse.

func (*UpdateRegionResponse) Descriptor

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

func (*UpdateRegionResponse) GetResult

func (m *UpdateRegionResponse) GetResult() *Region

func (*UpdateRegionResponse) ProtoMessage

func (*UpdateRegionResponse) ProtoMessage()

func (*UpdateRegionResponse) Reset

func (m *UpdateRegionResponse) Reset()

func (*UpdateRegionResponse) String

func (m *UpdateRegionResponse) String() string

func (*UpdateRegionResponse) Validate

func (m *UpdateRegionResponse) Validate() error

Validate checks the field values on UpdateRegionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegionResponse) XXX_DiscardUnknown

func (m *UpdateRegionResponse) XXX_DiscardUnknown()

func (*UpdateRegionResponse) XXX_Marshal

func (m *UpdateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegionResponse) XXX_Merge

func (m *UpdateRegionResponse) XXX_Merge(src proto.Message)

func (*UpdateRegionResponse) XXX_Size

func (m *UpdateRegionResponse) XXX_Size() int

func (*UpdateRegionResponse) XXX_Unmarshal

func (m *UpdateRegionResponse) XXX_Unmarshal(b []byte) error

type UpdateRegionResponseValidationError

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

UpdateRegionResponseValidationError is the validation error returned by UpdateRegionResponse.Validate if the designated constraints aren't met.

func (UpdateRegionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRegionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegionResponseValidationError) Field

Field function returns field value.

func (UpdateRegionResponseValidationError) Key

Key function returns key value.

func (UpdateRegionResponseValidationError) Reason

Reason function returns reason value.

type UpdateRegistryRequest

type UpdateRegistryRequest struct {
	Payload              *Registry             `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateRegistryRequest) AtlasValidateJSON

func (_ *UpdateRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegistryRequest.

func (*UpdateRegistryRequest) Descriptor

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

func (*UpdateRegistryRequest) GetFields

func (m *UpdateRegistryRequest) GetFields() *field_mask.FieldMask

func (*UpdateRegistryRequest) GetPayload

func (m *UpdateRegistryRequest) GetPayload() *Registry

func (*UpdateRegistryRequest) ProtoMessage

func (*UpdateRegistryRequest) ProtoMessage()

func (*UpdateRegistryRequest) Reset

func (m *UpdateRegistryRequest) Reset()

func (*UpdateRegistryRequest) String

func (m *UpdateRegistryRequest) String() string

func (*UpdateRegistryRequest) Validate

func (m *UpdateRegistryRequest) Validate() error

Validate checks the field values on UpdateRegistryRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegistryRequest) XXX_DiscardUnknown

func (m *UpdateRegistryRequest) XXX_DiscardUnknown()

func (*UpdateRegistryRequest) XXX_Marshal

func (m *UpdateRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegistryRequest) XXX_Merge

func (m *UpdateRegistryRequest) XXX_Merge(src proto.Message)

func (*UpdateRegistryRequest) XXX_Size

func (m *UpdateRegistryRequest) XXX_Size() int

func (*UpdateRegistryRequest) XXX_Unmarshal

func (m *UpdateRegistryRequest) XXX_Unmarshal(b []byte) error

type UpdateRegistryRequestValidationError

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

UpdateRegistryRequestValidationError is the validation error returned by UpdateRegistryRequest.Validate if the designated constraints aren't met.

func (UpdateRegistryRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRegistryRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegistryRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegistryRequestValidationError) Field

Field function returns field value.

func (UpdateRegistryRequestValidationError) Key

Key function returns key value.

func (UpdateRegistryRequestValidationError) Reason

Reason function returns reason value.

type UpdateRegistryResponse

type UpdateRegistryResponse struct {
	Result               *Registry `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*UpdateRegistryResponse) AtlasValidateJSON

func (_ *UpdateRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateRegistryResponse.

func (*UpdateRegistryResponse) Descriptor

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

func (*UpdateRegistryResponse) GetResult

func (m *UpdateRegistryResponse) GetResult() *Registry

func (*UpdateRegistryResponse) ProtoMessage

func (*UpdateRegistryResponse) ProtoMessage()

func (*UpdateRegistryResponse) Reset

func (m *UpdateRegistryResponse) Reset()

func (*UpdateRegistryResponse) String

func (m *UpdateRegistryResponse) String() string

func (*UpdateRegistryResponse) Validate

func (m *UpdateRegistryResponse) Validate() error

Validate checks the field values on UpdateRegistryResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateRegistryResponse) XXX_DiscardUnknown

func (m *UpdateRegistryResponse) XXX_DiscardUnknown()

func (*UpdateRegistryResponse) XXX_Marshal

func (m *UpdateRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateRegistryResponse) XXX_Merge

func (m *UpdateRegistryResponse) XXX_Merge(src proto.Message)

func (*UpdateRegistryResponse) XXX_Size

func (m *UpdateRegistryResponse) XXX_Size() int

func (*UpdateRegistryResponse) XXX_Unmarshal

func (m *UpdateRegistryResponse) XXX_Unmarshal(b []byte) error

type UpdateRegistryResponseValidationError

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

UpdateRegistryResponseValidationError is the validation error returned by UpdateRegistryResponse.Validate if the designated constraints aren't met.

func (UpdateRegistryResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRegistryResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRegistryResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRegistryResponseValidationError) Field

Field function returns field value.

func (UpdateRegistryResponseValidationError) Key

Key function returns key value.

func (UpdateRegistryResponseValidationError) Reason

Reason function returns reason value.

type UpdateVpcRequest

type UpdateVpcRequest struct {
	Payload              *Vpc                  `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateVpcRequest) AtlasValidateJSON

func (_ *UpdateVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVpcRequest.

func (*UpdateVpcRequest) Descriptor

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

func (*UpdateVpcRequest) GetFields

func (m *UpdateVpcRequest) GetFields() *field_mask.FieldMask

func (*UpdateVpcRequest) GetPayload

func (m *UpdateVpcRequest) GetPayload() *Vpc

func (*UpdateVpcRequest) ProtoMessage

func (*UpdateVpcRequest) ProtoMessage()

func (*UpdateVpcRequest) Reset

func (m *UpdateVpcRequest) Reset()

func (*UpdateVpcRequest) String

func (m *UpdateVpcRequest) String() string

func (*UpdateVpcRequest) Validate

func (m *UpdateVpcRequest) Validate() error

Validate checks the field values on UpdateVpcRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVpcRequest) XXX_DiscardUnknown

func (m *UpdateVpcRequest) XXX_DiscardUnknown()

func (*UpdateVpcRequest) XXX_Marshal

func (m *UpdateVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVpcRequest) XXX_Merge

func (m *UpdateVpcRequest) XXX_Merge(src proto.Message)

func (*UpdateVpcRequest) XXX_Size

func (m *UpdateVpcRequest) XXX_Size() int

func (*UpdateVpcRequest) XXX_Unmarshal

func (m *UpdateVpcRequest) XXX_Unmarshal(b []byte) error

type UpdateVpcRequestValidationError

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

UpdateVpcRequestValidationError is the validation error returned by UpdateVpcRequest.Validate if the designated constraints aren't met.

func (UpdateVpcRequestValidationError) Cause

Cause function returns cause value.

func (UpdateVpcRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateVpcRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateVpcRequestValidationError) Field

Field function returns field value.

func (UpdateVpcRequestValidationError) Key

Key function returns key value.

func (UpdateVpcRequestValidationError) Reason

Reason function returns reason value.

type UpdateVpcResponse

type UpdateVpcResponse struct {
	Result               *Vpc     `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateVpcResponse) AtlasValidateJSON

func (_ *UpdateVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVpcResponse.

func (*UpdateVpcResponse) Descriptor

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

func (*UpdateVpcResponse) GetResult

func (m *UpdateVpcResponse) GetResult() *Vpc

func (*UpdateVpcResponse) ProtoMessage

func (*UpdateVpcResponse) ProtoMessage()

func (*UpdateVpcResponse) Reset

func (m *UpdateVpcResponse) Reset()

func (*UpdateVpcResponse) String

func (m *UpdateVpcResponse) String() string

func (*UpdateVpcResponse) Validate

func (m *UpdateVpcResponse) Validate() error

Validate checks the field values on UpdateVpcResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVpcResponse) XXX_DiscardUnknown

func (m *UpdateVpcResponse) XXX_DiscardUnknown()

func (*UpdateVpcResponse) XXX_Marshal

func (m *UpdateVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVpcResponse) XXX_Merge

func (m *UpdateVpcResponse) XXX_Merge(src proto.Message)

func (*UpdateVpcResponse) XXX_Size

func (m *UpdateVpcResponse) XXX_Size() int

func (*UpdateVpcResponse) XXX_Unmarshal

func (m *UpdateVpcResponse) XXX_Unmarshal(b []byte) error

type UpdateVpcResponseValidationError

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

UpdateVpcResponseValidationError is the validation error returned by UpdateVpcResponse.Validate if the designated constraints aren't met.

func (UpdateVpcResponseValidationError) Cause

Cause function returns cause value.

func (UpdateVpcResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateVpcResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateVpcResponseValidationError) Field

Field function returns field value.

func (UpdateVpcResponseValidationError) Key

Key function returns key value.

func (UpdateVpcResponseValidationError) Reason

Reason function returns reason value.

type UpdateVulnerabilityRequest

type UpdateVulnerabilityRequest struct {
	Payload              *Vulnerability        `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	Fields               *field_mask.FieldMask `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*UpdateVulnerabilityRequest) AtlasValidateJSON

func (_ *UpdateVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVulnerabilityRequest.

func (*UpdateVulnerabilityRequest) Descriptor

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

func (*UpdateVulnerabilityRequest) GetFields

func (*UpdateVulnerabilityRequest) GetPayload

func (m *UpdateVulnerabilityRequest) GetPayload() *Vulnerability

func (*UpdateVulnerabilityRequest) ProtoMessage

func (*UpdateVulnerabilityRequest) ProtoMessage()

func (*UpdateVulnerabilityRequest) Reset

func (m *UpdateVulnerabilityRequest) Reset()

func (*UpdateVulnerabilityRequest) String

func (m *UpdateVulnerabilityRequest) String() string

func (*UpdateVulnerabilityRequest) Validate

func (m *UpdateVulnerabilityRequest) Validate() error

Validate checks the field values on UpdateVulnerabilityRequest with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVulnerabilityRequest) XXX_DiscardUnknown

func (m *UpdateVulnerabilityRequest) XXX_DiscardUnknown()

func (*UpdateVulnerabilityRequest) XXX_Marshal

func (m *UpdateVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVulnerabilityRequest) XXX_Merge

func (m *UpdateVulnerabilityRequest) XXX_Merge(src proto.Message)

func (*UpdateVulnerabilityRequest) XXX_Size

func (m *UpdateVulnerabilityRequest) XXX_Size() int

func (*UpdateVulnerabilityRequest) XXX_Unmarshal

func (m *UpdateVulnerabilityRequest) XXX_Unmarshal(b []byte) error

type UpdateVulnerabilityRequestValidationError

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

UpdateVulnerabilityRequestValidationError is the validation error returned by UpdateVulnerabilityRequest.Validate if the designated constraints aren't met.

func (UpdateVulnerabilityRequestValidationError) Cause

Cause function returns cause value.

func (UpdateVulnerabilityRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateVulnerabilityRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateVulnerabilityRequestValidationError) Field

Field function returns field value.

func (UpdateVulnerabilityRequestValidationError) Key

Key function returns key value.

func (UpdateVulnerabilityRequestValidationError) Reason

Reason function returns reason value.

type UpdateVulnerabilityResponse

type UpdateVulnerabilityResponse struct {
	Result               *Vulnerability `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateVulnerabilityResponse) AtlasValidateJSON

func (_ *UpdateVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object UpdateVulnerabilityResponse.

func (*UpdateVulnerabilityResponse) Descriptor

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

func (*UpdateVulnerabilityResponse) GetResult

func (*UpdateVulnerabilityResponse) ProtoMessage

func (*UpdateVulnerabilityResponse) ProtoMessage()

func (*UpdateVulnerabilityResponse) Reset

func (m *UpdateVulnerabilityResponse) Reset()

func (*UpdateVulnerabilityResponse) String

func (m *UpdateVulnerabilityResponse) String() string

func (*UpdateVulnerabilityResponse) Validate

func (m *UpdateVulnerabilityResponse) Validate() error

Validate checks the field values on UpdateVulnerabilityResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*UpdateVulnerabilityResponse) XXX_DiscardUnknown

func (m *UpdateVulnerabilityResponse) XXX_DiscardUnknown()

func (*UpdateVulnerabilityResponse) XXX_Marshal

func (m *UpdateVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*UpdateVulnerabilityResponse) XXX_Merge

func (m *UpdateVulnerabilityResponse) XXX_Merge(src proto.Message)

func (*UpdateVulnerabilityResponse) XXX_Size

func (m *UpdateVulnerabilityResponse) XXX_Size() int

func (*UpdateVulnerabilityResponse) XXX_Unmarshal

func (m *UpdateVulnerabilityResponse) XXX_Unmarshal(b []byte) error

type UpdateVulnerabilityResponseValidationError

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

UpdateVulnerabilityResponseValidationError is the validation error returned by UpdateVulnerabilityResponse.Validate if the designated constraints aren't met.

func (UpdateVulnerabilityResponseValidationError) Cause

Cause function returns cause value.

func (UpdateVulnerabilityResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateVulnerabilityResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateVulnerabilityResponseValidationError) Field

Field function returns field value.

func (UpdateVulnerabilityResponseValidationError) Key

Key function returns key value.

func (UpdateVulnerabilityResponseValidationError) Reason

Reason function returns reason value.

type VersionResponse

type VersionResponse struct {
	Version              string   `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

--------------------------------- SECOPS Application Version ---------------------------------

func (*VersionResponse) AtlasValidateJSON

func (_ *VersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object VersionResponse.

func (*VersionResponse) Descriptor

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

func (*VersionResponse) GetVersion

func (m *VersionResponse) GetVersion() string

func (*VersionResponse) ProtoMessage

func (*VersionResponse) ProtoMessage()

func (*VersionResponse) Reset

func (m *VersionResponse) Reset()

func (*VersionResponse) String

func (m *VersionResponse) String() string

func (*VersionResponse) Validate

func (m *VersionResponse) Validate() error

Validate checks the field values on VersionResponse with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*VersionResponse) XXX_DiscardUnknown

func (m *VersionResponse) XXX_DiscardUnknown()

func (*VersionResponse) XXX_Marshal

func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*VersionResponse) XXX_Merge

func (m *VersionResponse) XXX_Merge(src proto.Message)

func (*VersionResponse) XXX_Size

func (m *VersionResponse) XXX_Size() int

func (*VersionResponse) XXX_Unmarshal

func (m *VersionResponse) XXX_Unmarshal(b []byte) error

type VersionResponseValidationError

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

VersionResponseValidationError is the validation error returned by VersionResponse.Validate if the designated constraints aren't met.

func (VersionResponseValidationError) Cause

Cause function returns cause value.

func (VersionResponseValidationError) Error

Error satisfies the builtin error interface

func (VersionResponseValidationError) ErrorName

func (e VersionResponseValidationError) ErrorName() string

ErrorName returns error name.

func (VersionResponseValidationError) Field

Field function returns field value.

func (VersionResponseValidationError) Key

Key function returns key value.

func (VersionResponseValidationError) Reason

Reason function returns reason value.

type Vpc

type Vpc struct {
	// The Vpc identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Vpc
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Vpc
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The AWS VPC ID
	VpcId string `protobuf:"bytes,4,opt,name=vpc_id,json=vpcId,proto3" json:"vpc_id,omitempty"`
	// The VPC CIDR Block
	CidrBlock string `protobuf:"bytes,5,opt,name=cidr_block,json=cidrBlock,proto3" json:"cidr_block,omitempty"`
	// Reference to Region
	RegionId             *resource.Identifier `protobuf:"bytes,6,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

------------------------------------------------------ Vpc represents a particular AWS VPC in a Region ------------------------------------------------------

func DefaultApplyFieldMaskVpc

func DefaultApplyFieldMaskVpc(ctx context.Context, patchee *Vpc, patcher *Vpc, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Vpc, error)

DefaultApplyFieldMaskVpc patches an pbObject with patcher according to a field mask.

func DefaultCreateVpc

func DefaultCreateVpc(ctx context.Context, in *Vpc, db *gorm1.DB) (*Vpc, error)

DefaultCreateVpc executes a basic gorm create call

func DefaultListVpc

func DefaultListVpc(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Vpc, error)

DefaultListVpc executes a gorm list call

func DefaultPatchSetVpc

func DefaultPatchSetVpc(ctx context.Context, objects []*Vpc, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Vpc, error)

DefaultPatchSetVpc executes a bulk gorm update call with patch behavior

func DefaultPatchVpc

func DefaultPatchVpc(ctx context.Context, in *Vpc, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Vpc, error)

DefaultPatchVpc executes a basic gorm update call with patch behavior

func DefaultReadVpc

func DefaultReadVpc(ctx context.Context, in *Vpc, db *gorm1.DB, fs *query1.FieldSelection) (*Vpc, error)

DefaultReadVpc executes a basic gorm read call

func DefaultStrictUpdateVpc

func DefaultStrictUpdateVpc(ctx context.Context, in *Vpc, db *gorm1.DB) (*Vpc, error)

DefaultStrictUpdateVpc clears first level 1:many children and then executes a gorm update call

func (*Vpc) AtlasValidateJSON

func (_ *Vpc) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Vpc.

func (*Vpc) Descriptor

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

func (*Vpc) GetCidrBlock

func (m *Vpc) GetCidrBlock() string

func (*Vpc) GetDescription

func (m *Vpc) GetDescription() string

func (*Vpc) GetId

func (m *Vpc) GetId() *resource.Identifier

func (*Vpc) GetName

func (m *Vpc) GetName() string

func (*Vpc) GetRegionId

func (m *Vpc) GetRegionId() *resource.Identifier

func (*Vpc) GetVpcId

func (m *Vpc) GetVpcId() string

func (*Vpc) ProtoMessage

func (*Vpc) ProtoMessage()

func (*Vpc) Reset

func (m *Vpc) Reset()

func (*Vpc) String

func (m *Vpc) String() string

func (*Vpc) ToORM

func (m *Vpc) ToORM(ctx context.Context) (VpcORM, error)

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Vpc) Validate

func (m *Vpc) Validate() error

Validate checks the field values on Vpc with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Vpc) XXX_DiscardUnknown

func (m *Vpc) XXX_DiscardUnknown()

func (*Vpc) XXX_Marshal

func (m *Vpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vpc) XXX_Merge

func (m *Vpc) XXX_Merge(src proto.Message)

func (*Vpc) XXX_Size

func (m *Vpc) XXX_Size() int

func (*Vpc) XXX_Unmarshal

func (m *Vpc) XXX_Unmarshal(b []byte) error

type VpcORM

type VpcORM struct {
	AccountID   string
	CidrBlock   string
	Description string
	Id          int64 `gorm:"type:serial;primary_key"`
	Name        string
	RegionId    interface{}
	VpcId       string
}

func (VpcORM) TableName

func (VpcORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*VpcORM) ToPB

func (m *VpcORM) ToPB(ctx context.Context) (Vpc, error)

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type VpcORMWithAfterCreate_

type VpcORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type VpcORMWithAfterDeleteSet

type VpcORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Vpc, *gorm1.DB) error
}

type VpcORMWithAfterDelete_

type VpcORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type VpcORMWithAfterListFind

type VpcORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]VpcORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type VpcORMWithAfterReadFind

type VpcORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type VpcORMWithAfterStrictUpdateSave

type VpcORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type VpcORMWithBeforeCreate_

type VpcORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VpcORMWithBeforeDeleteSet

type VpcORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Vpc, *gorm1.DB) (*gorm1.DB, error)
}

type VpcORMWithBeforeDelete_

type VpcORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VpcORMWithBeforeListApplyQuery

type VpcORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VpcORMWithBeforeListFind

type VpcORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VpcORMWithBeforeReadApplyQuery

type VpcORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VpcORMWithBeforeReadFind

type VpcORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VpcORMWithBeforeStrictUpdateCleanup

type VpcORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VpcORMWithBeforeStrictUpdateSave

type VpcORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VpcValidationError

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

VpcValidationError is the validation error returned by Vpc.Validate if the designated constraints aren't met.

func (VpcValidationError) Cause

func (e VpcValidationError) Cause() error

Cause function returns cause value.

func (VpcValidationError) Error

func (e VpcValidationError) Error() string

Error satisfies the builtin error interface

func (VpcValidationError) ErrorName

func (e VpcValidationError) ErrorName() string

ErrorName returns error name.

func (VpcValidationError) Field

func (e VpcValidationError) Field() string

Field function returns field value.

func (VpcValidationError) Key

func (e VpcValidationError) Key() bool

Key function returns key value.

func (VpcValidationError) Reason

func (e VpcValidationError) Reason() string

Reason function returns reason value.

type VpcWithAfterPatchSave

type VpcWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Vpc, *field_mask1.FieldMask, *gorm1.DB) error
}

type VpcWithAfterToORM

type VpcWithAfterToORM interface {
	AfterToORM(context.Context, *VpcORM) error
}

VpcAfterToORM called after default ToORM code

type VpcWithAfterToPB

type VpcWithAfterToPB interface {
	AfterToPB(context.Context, *Vpc) error
}

VpcAfterToPB called after default ToPB code

type VpcWithBeforePatchApplyFieldMask

type VpcWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Vpc, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VpcWithBeforePatchRead

type VpcWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Vpc, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VpcWithBeforePatchSave

type VpcWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Vpc, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VpcWithBeforeToORM

type VpcWithBeforeToORM interface {
	BeforeToORM(context.Context, *VpcORM) error
}

VpcBeforeToORM called before default ToORM code

type VpcWithBeforeToPB

type VpcWithBeforeToPB interface {
	BeforeToPB(context.Context, *Vpc) error
}

VpcBeforeToPB called before default ToPB code

type VpcsClient

type VpcsClient interface {
	// Use this method to create a Vpc information.
	Create(ctx context.Context, in *CreateVpcRequest, opts ...grpc.CallOption) (*CreateVpcResponse, error)
	// Use this method to read a Vpc information by identifier.
	Read(ctx context.Context, in *ReadVpcRequest, opts ...grpc.CallOption) (*ReadVpcResponse, error)
	// Use this method to update a Vpc information.
	Update(ctx context.Context, in *UpdateVpcRequest, opts ...grpc.CallOption) (*UpdateVpcResponse, error)
	// Use this method to delete a particular Vpc.
	Delete(ctx context.Context, in *DeleteVpcRequest, opts ...grpc.CallOption) (*DeleteVpcResponse, error)
	// Use this method to retrieve all the Vpcs.
	List(ctx context.Context, in *ListVpcRequest, opts ...grpc.CallOption) (*ListVpcsResponse, error)
}

VpcsClient is the client API for Vpcs service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVpcsClient

func NewVpcsClient(cc *grpc.ClientConn) VpcsClient

type VpcsDefaultServer

type VpcsDefaultServer struct {
}

func (*VpcsDefaultServer) Create

Create ...

func (*VpcsDefaultServer) Delete

Delete ...

func (*VpcsDefaultServer) List

List ...

func (*VpcsDefaultServer) Read

Read ...

func (*VpcsDefaultServer) Update

Update ...

type VpcsServer

type VpcsServer interface {
	// Use this method to create a Vpc information.
	Create(context.Context, *CreateVpcRequest) (*CreateVpcResponse, error)
	// Use this method to read a Vpc information by identifier.
	Read(context.Context, *ReadVpcRequest) (*ReadVpcResponse, error)
	// Use this method to update a Vpc information.
	Update(context.Context, *UpdateVpcRequest) (*UpdateVpcResponse, error)
	// Use this method to delete a particular Vpc.
	Delete(context.Context, *DeleteVpcRequest) (*DeleteVpcResponse, error)
	// Use this method to retrieve all the Vpcs.
	List(context.Context, *ListVpcRequest) (*ListVpcsResponse, error)
}

VpcsServer is the server API for Vpcs service.

type VpcsVpcWithAfterCreate

type VpcsVpcWithAfterCreate interface {
	AfterCreate(context.Context, *CreateVpcResponse, *gorm1.DB) error
}

VpcsVpcWithAfterCreate called before DefaultCreateVpc in the default Create handler

type VpcsVpcWithAfterDelete

type VpcsVpcWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteVpcResponse, *gorm1.DB) error
}

VpcsVpcWithAfterDelete called before DefaultDeleteVpc in the default Delete handler

type VpcsVpcWithAfterList

type VpcsVpcWithAfterList interface {
	AfterList(context.Context, *ListVpcsResponse, *gorm1.DB) error
}

VpcsVpcWithAfterList called before DefaultListVpc in the default List handler

type VpcsVpcWithAfterRead

type VpcsVpcWithAfterRead interface {
	AfterRead(context.Context, *ReadVpcResponse, *gorm1.DB) error
}

VpcsVpcWithAfterRead called before DefaultReadVpc in the default Read handler

type VpcsVpcWithAfterUpdate

type VpcsVpcWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateVpcResponse, *gorm1.DB) error
}

VpcsVpcWithAfterUpdate called before DefaultUpdateVpc in the default Update handler

type VpcsVpcWithBeforeCreate

type VpcsVpcWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VpcsVpcWithBeforeCreate called before DefaultCreateVpc in the default Create handler

type VpcsVpcWithBeforeDelete

type VpcsVpcWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VpcsVpcWithBeforeDelete called before DefaultDeleteVpc in the default Delete handler

type VpcsVpcWithBeforeList

type VpcsVpcWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VpcsVpcWithBeforeList called before DefaultListVpc in the default List handler

type VpcsVpcWithBeforeRead

type VpcsVpcWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VpcsVpcWithBeforeRead called before DefaultReadVpc in the default Read handler

type VpcsVpcWithBeforeUpdate

type VpcsVpcWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VpcsVpcWithBeforeUpdate called before DefaultUpdateVpc in the default Update handler

type VulnerabilitiesClient

type VulnerabilitiesClient interface {
	// Use this method to create a Vulnerability information.
	Create(ctx context.Context, in *CreateVulnerabilityRequest, opts ...grpc.CallOption) (*CreateVulnerabilityResponse, error)
	// Use this method to read a Vulnerability information by identifier.
	Read(ctx context.Context, in *ReadVulnerabilityRequest, opts ...grpc.CallOption) (*ReadVulnerabilityResponse, error)
	// Use this method to update a Vulnerability information.
	Update(ctx context.Context, in *UpdateVulnerabilityRequest, opts ...grpc.CallOption) (*UpdateVulnerabilityResponse, error)
	// Use this method to delete a particular Vulnerability.
	Delete(ctx context.Context, in *DeleteVulnerabilityRequest, opts ...grpc.CallOption) (*DeleteVulnerabilityResponse, error)
	// Use this method to retrieve all the Vulnerabilities.
	List(ctx context.Context, in *ListVulnerabilityRequest, opts ...grpc.CallOption) (*ListVulnerabilitiesResponse, error)
}

VulnerabilitiesClient is the client API for Vulnerabilities service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVulnerabilitiesClient

func NewVulnerabilitiesClient(cc *grpc.ClientConn) VulnerabilitiesClient

type VulnerabilitiesDefaultServer

type VulnerabilitiesDefaultServer struct {
}

func (*VulnerabilitiesDefaultServer) Create

Create ...

func (*VulnerabilitiesDefaultServer) Delete

Delete ...

func (*VulnerabilitiesDefaultServer) List

List ...

func (*VulnerabilitiesDefaultServer) Read

Read ...

func (*VulnerabilitiesDefaultServer) Update

Update ...

type VulnerabilitiesServer

type VulnerabilitiesServer interface {
	// Use this method to create a Vulnerability information.
	Create(context.Context, *CreateVulnerabilityRequest) (*CreateVulnerabilityResponse, error)
	// Use this method to read a Vulnerability information by identifier.
	Read(context.Context, *ReadVulnerabilityRequest) (*ReadVulnerabilityResponse, error)
	// Use this method to update a Vulnerability information.
	Update(context.Context, *UpdateVulnerabilityRequest) (*UpdateVulnerabilityResponse, error)
	// Use this method to delete a particular Vulnerability.
	Delete(context.Context, *DeleteVulnerabilityRequest) (*DeleteVulnerabilityResponse, error)
	// Use this method to retrieve all the Vulnerabilities.
	List(context.Context, *ListVulnerabilityRequest) (*ListVulnerabilitiesResponse, error)
}

VulnerabilitiesServer is the server API for Vulnerabilities service.

type VulnerabilitiesVulnerabilityWithAfterCreate

type VulnerabilitiesVulnerabilityWithAfterCreate interface {
	AfterCreate(context.Context, *CreateVulnerabilityResponse, *gorm1.DB) error
}

VulnerabilitiesVulnerabilityWithAfterCreate called before DefaultCreateVulnerability in the default Create handler

type VulnerabilitiesVulnerabilityWithAfterDelete

type VulnerabilitiesVulnerabilityWithAfterDelete interface {
	AfterDelete(context.Context, *DeleteVulnerabilityResponse, *gorm1.DB) error
}

VulnerabilitiesVulnerabilityWithAfterDelete called before DefaultDeleteVulnerability in the default Delete handler

type VulnerabilitiesVulnerabilityWithAfterList

type VulnerabilitiesVulnerabilityWithAfterList interface {
	AfterList(context.Context, *ListVulnerabilitiesResponse, *gorm1.DB) error
}

VulnerabilitiesVulnerabilityWithAfterList called before DefaultListVulnerability in the default List handler

type VulnerabilitiesVulnerabilityWithAfterRead

type VulnerabilitiesVulnerabilityWithAfterRead interface {
	AfterRead(context.Context, *ReadVulnerabilityResponse, *gorm1.DB) error
}

VulnerabilitiesVulnerabilityWithAfterRead called before DefaultReadVulnerability in the default Read handler

type VulnerabilitiesVulnerabilityWithAfterUpdate

type VulnerabilitiesVulnerabilityWithAfterUpdate interface {
	AfterUpdate(context.Context, *UpdateVulnerabilityResponse, *gorm1.DB) error
}

VulnerabilitiesVulnerabilityWithAfterUpdate called before DefaultUpdateVulnerability in the default Update handler

type VulnerabilitiesVulnerabilityWithBeforeCreate

type VulnerabilitiesVulnerabilityWithBeforeCreate interface {
	BeforeCreate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VulnerabilitiesVulnerabilityWithBeforeCreate called before DefaultCreateVulnerability in the default Create handler

type VulnerabilitiesVulnerabilityWithBeforeDelete

type VulnerabilitiesVulnerabilityWithBeforeDelete interface {
	BeforeDelete(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VulnerabilitiesVulnerabilityWithBeforeDelete called before DefaultDeleteVulnerability in the default Delete handler

type VulnerabilitiesVulnerabilityWithBeforeList

type VulnerabilitiesVulnerabilityWithBeforeList interface {
	BeforeList(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VulnerabilitiesVulnerabilityWithBeforeList called before DefaultListVulnerability in the default List handler

type VulnerabilitiesVulnerabilityWithBeforeRead

type VulnerabilitiesVulnerabilityWithBeforeRead interface {
	BeforeRead(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VulnerabilitiesVulnerabilityWithBeforeRead called before DefaultReadVulnerability in the default Read handler

type VulnerabilitiesVulnerabilityWithBeforeUpdate

type VulnerabilitiesVulnerabilityWithBeforeUpdate interface {
	BeforeUpdate(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

VulnerabilitiesVulnerabilityWithBeforeUpdate called before DefaultUpdateVulnerability in the default Update handler

type Vulnerability

type Vulnerability struct {
	// The Vulnerability identifier.
	Id *resource.Identifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the Vulnerability
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The description of the Vulnerability
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The severity of the Vulnerability
	Severity string `protobuf:"bytes,4,opt,name=severity,proto3" json:"severity,omitempty"`
	// The name space associated with the Vulnerability, for example an operating system
	NameSpace string `protobuf:"bytes,5,opt,name=name_space,json=nameSpace,proto3" json:"name_space,omitempty"`
	// The package name containing the Vulnerability
	Pkg string `protobuf:"bytes,6,opt,name=pkg,proto3" json:"pkg,omitempty"`
	// The installed version of package
	InstalledVersion string `protobuf:"bytes,7,opt,name=installed_version,json=installedVersion,proto3" json:"installed_version,omitempty"`
	// The state of the Vulnerability
	// This is intended to be an array object to track previous and current state of
	// Vulnerability in the system
	State *types.JSONValue `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	// The link to the ticket to resolve the Vulnerability
	TicketLink string `protobuf:"bytes,9,opt,name=ticket_link,json=ticketLink,proto3" json:"ticket_link,omitempty"`
	// The link to the knowlegebase with detail about the Vulnerability
	KnowledgeBaseId *resource.Identifier `protobuf:"bytes,10,opt,name=knowledge_base_id,json=knowledgeBaseId,proto3" json:"knowledge_base_id,omitempty"`
	// Reference to event
	EventId              *resource.Identifier `protobuf:"bytes,11,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

--------------------------------------------------------------- Vulnerability represents the vulnerabilities that are detected ---------------------------------------------------------------

func DefaultApplyFieldMaskVulnerability

func DefaultApplyFieldMaskVulnerability(ctx context.Context, patchee *Vulnerability, patcher *Vulnerability, updateMask *field_mask1.FieldMask, prefix string, db *gorm1.DB) (*Vulnerability, error)

DefaultApplyFieldMaskVulnerability patches an pbObject with patcher according to a field mask.

func DefaultCreateVulnerability

func DefaultCreateVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) (*Vulnerability, error)

DefaultCreateVulnerability executes a basic gorm create call

func DefaultListVulnerability

func DefaultListVulnerability(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, p *query1.Pagination, fs *query1.FieldSelection) ([]*Vulnerability, error)

DefaultListVulnerability executes a gorm list call

func DefaultPatchSetVulnerability

func DefaultPatchSetVulnerability(ctx context.Context, objects []*Vulnerability, updateMasks []*field_mask1.FieldMask, db *gorm1.DB) ([]*Vulnerability, error)

DefaultPatchSetVulnerability executes a bulk gorm update call with patch behavior

func DefaultPatchVulnerability

func DefaultPatchVulnerability(ctx context.Context, in *Vulnerability, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Vulnerability, error)

DefaultPatchVulnerability executes a basic gorm update call with patch behavior

func DefaultReadVulnerability

func DefaultReadVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB, fs *query1.FieldSelection) (*Vulnerability, error)

DefaultReadVulnerability executes a basic gorm read call

func DefaultStrictUpdateVulnerability

func DefaultStrictUpdateVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) (*Vulnerability, error)

DefaultStrictUpdateVulnerability clears first level 1:many children and then executes a gorm update call

func (*Vulnerability) AtlasValidateJSON

func (_ *Vulnerability) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)

AtlasValidateJSON function validates a JSON for object Vulnerability.

func (*Vulnerability) Descriptor

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

func (*Vulnerability) GetDescription

func (m *Vulnerability) GetDescription() string

func (*Vulnerability) GetEventId

func (m *Vulnerability) GetEventId() *resource.Identifier

func (*Vulnerability) GetId

func (m *Vulnerability) GetId() *resource.Identifier

func (*Vulnerability) GetInstalledVersion

func (m *Vulnerability) GetInstalledVersion() string

func (*Vulnerability) GetKnowledgeBaseId

func (m *Vulnerability) GetKnowledgeBaseId() *resource.Identifier

func (*Vulnerability) GetName

func (m *Vulnerability) GetName() string

func (*Vulnerability) GetNameSpace

func (m *Vulnerability) GetNameSpace() string

func (*Vulnerability) GetPkg

func (m *Vulnerability) GetPkg() string

func (*Vulnerability) GetSeverity

func (m *Vulnerability) GetSeverity() string

func (*Vulnerability) GetState

func (m *Vulnerability) GetState() *types.JSONValue
func (m *Vulnerability) GetTicketLink() string

func (*Vulnerability) ProtoMessage

func (*Vulnerability) ProtoMessage()

func (*Vulnerability) Reset

func (m *Vulnerability) Reset()

func (*Vulnerability) String

func (m *Vulnerability) String() string

func (*Vulnerability) ToORM

ToORM runs the BeforeToORM hook if present, converts the fields of this object to ORM format, runs the AfterToORM hook, then returns the ORM object

func (*Vulnerability) Validate

func (m *Vulnerability) Validate() error

Validate checks the field values on Vulnerability with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Vulnerability) XXX_DiscardUnknown

func (m *Vulnerability) XXX_DiscardUnknown()

func (*Vulnerability) XXX_Marshal

func (m *Vulnerability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Vulnerability) XXX_Merge

func (m *Vulnerability) XXX_Merge(src proto.Message)

func (*Vulnerability) XXX_Size

func (m *Vulnerability) XXX_Size() int

func (*Vulnerability) XXX_Unmarshal

func (m *Vulnerability) XXX_Unmarshal(b []byte) error

type VulnerabilityORM

type VulnerabilityORM struct {
	AccountID        string
	Description      string
	EventId          *int64
	Id               int64 `gorm:"type:serial;primary_key"`
	InstalledVersion string
	KnowledgeBaseId  *int64
	Name             string
	NameSpace        string
	Pkg              string
	Severity         string
	State            *postgres1.Jsonb `gorm:"type:jsonb"`
	TicketLink       string
}

func (VulnerabilityORM) TableName

func (VulnerabilityORM) TableName() string

TableName overrides the default tablename generated by GORM

func (*VulnerabilityORM) ToPB

ToPB runs the BeforeToPB hook if present, converts the fields of this object to PB format, runs the AfterToPB hook, then returns the PB object

type VulnerabilityORMWithAfterCreate_

type VulnerabilityORMWithAfterCreate_ interface {
	AfterCreate_(context.Context, *gorm1.DB) error
}

type VulnerabilityORMWithAfterDeleteSet

type VulnerabilityORMWithAfterDeleteSet interface {
	AfterDeleteSet(context.Context, []*Vulnerability, *gorm1.DB) error
}

type VulnerabilityORMWithAfterDelete_

type VulnerabilityORMWithAfterDelete_ interface {
	AfterDelete_(context.Context, *gorm1.DB) error
}

type VulnerabilityORMWithAfterListFind

type VulnerabilityORMWithAfterListFind interface {
	AfterListFind(context.Context, *gorm1.DB, *[]VulnerabilityORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) error
}

type VulnerabilityORMWithAfterReadFind

type VulnerabilityORMWithAfterReadFind interface {
	AfterReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) error
}

type VulnerabilityORMWithAfterStrictUpdateSave

type VulnerabilityORMWithAfterStrictUpdateSave interface {
	AfterStrictUpdateSave(context.Context, *gorm1.DB) error
}

type VulnerabilityORMWithBeforeCreate_

type VulnerabilityORMWithBeforeCreate_ interface {
	BeforeCreate_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeDeleteSet

type VulnerabilityORMWithBeforeDeleteSet interface {
	BeforeDeleteSet(context.Context, []*Vulnerability, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeDelete_

type VulnerabilityORMWithBeforeDelete_ interface {
	BeforeDelete_(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeListApplyQuery

type VulnerabilityORMWithBeforeListApplyQuery interface {
	BeforeListApplyQuery(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeListFind

type VulnerabilityORMWithBeforeListFind interface {
	BeforeListFind(context.Context, *gorm1.DB, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeReadApplyQuery

type VulnerabilityORMWithBeforeReadApplyQuery interface {
	BeforeReadApplyQuery(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeReadFind

type VulnerabilityORMWithBeforeReadFind interface {
	BeforeReadFind(context.Context, *gorm1.DB, *query1.FieldSelection) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeStrictUpdateCleanup

type VulnerabilityORMWithBeforeStrictUpdateCleanup interface {
	BeforeStrictUpdateCleanup(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityORMWithBeforeStrictUpdateSave

type VulnerabilityORMWithBeforeStrictUpdateSave interface {
	BeforeStrictUpdateSave(context.Context, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityValidationError

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

VulnerabilityValidationError is the validation error returned by Vulnerability.Validate if the designated constraints aren't met.

func (VulnerabilityValidationError) Cause

Cause function returns cause value.

func (VulnerabilityValidationError) Error

Error satisfies the builtin error interface

func (VulnerabilityValidationError) ErrorName

func (e VulnerabilityValidationError) ErrorName() string

ErrorName returns error name.

func (VulnerabilityValidationError) Field

Field function returns field value.

func (VulnerabilityValidationError) Key

Key function returns key value.

func (VulnerabilityValidationError) Reason

Reason function returns reason value.

type VulnerabilityWithAfterPatchSave

type VulnerabilityWithAfterPatchSave interface {
	AfterPatchSave(context.Context, *Vulnerability, *field_mask1.FieldMask, *gorm1.DB) error
}

type VulnerabilityWithAfterToORM

type VulnerabilityWithAfterToORM interface {
	AfterToORM(context.Context, *VulnerabilityORM) error
}

VulnerabilityAfterToORM called after default ToORM code

type VulnerabilityWithAfterToPB

type VulnerabilityWithAfterToPB interface {
	AfterToPB(context.Context, *Vulnerability) error
}

VulnerabilityAfterToPB called after default ToPB code

type VulnerabilityWithBeforePatchApplyFieldMask

type VulnerabilityWithBeforePatchApplyFieldMask interface {
	BeforePatchApplyFieldMask(context.Context, *Vulnerability, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityWithBeforePatchRead

type VulnerabilityWithBeforePatchRead interface {
	BeforePatchRead(context.Context, *Vulnerability, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityWithBeforePatchSave

type VulnerabilityWithBeforePatchSave interface {
	BeforePatchSave(context.Context, *Vulnerability, *field_mask1.FieldMask, *gorm1.DB) (*gorm1.DB, error)
}

type VulnerabilityWithBeforeToORM

type VulnerabilityWithBeforeToORM interface {
	BeforeToORM(context.Context, *VulnerabilityORM) error
}

VulnerabilityBeforeToORM called before default ToORM code

type VulnerabilityWithBeforeToPB

type VulnerabilityWithBeforeToPB interface {
	BeforeToPB(context.Context, *Vulnerability) error
}

VulnerabilityBeforeToPB called before default ToPB code

Jump to

Keyboard shortcuts

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