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 ¶
- Variables
- func AtlasValidateAnnotator(ctx context.Context, r *http.Request) metadata.MD
- func DefaultDeleteAmi(ctx context.Context, in *Ami, db *gorm1.DB) error
- func DefaultDeleteAmiSet(ctx context.Context, in []*Ami, db *gorm1.DB) error
- func DefaultDeleteApplication(ctx context.Context, in *Application, db *gorm1.DB) error
- func DefaultDeleteApplicationSet(ctx context.Context, in []*Application, db *gorm1.DB) error
- func DefaultDeleteApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) error
- func DefaultDeleteApplicationVersionSet(ctx context.Context, in []*ApplicationVersion, db *gorm1.DB) error
- func DefaultDeleteCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) error
- func DefaultDeleteCloudProviderSet(ctx context.Context, in []*CloudProvider, db *gorm1.DB) error
- func DefaultDeleteContainer(ctx context.Context, in *Container, db *gorm1.DB) error
- func DefaultDeleteContainerSet(ctx context.Context, in []*Container, db *gorm1.DB) error
- func DefaultDeleteContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) error
- func DefaultDeleteContainerTagSet(ctx context.Context, in []*ContainerTag, db *gorm1.DB) error
- func DefaultDeleteEvent(ctx context.Context, in *Event, db *gorm1.DB) error
- func DefaultDeleteEventSet(ctx context.Context, in []*Event, db *gorm1.DB) error
- func DefaultDeleteHost(ctx context.Context, in *Host, db *gorm1.DB) error
- func DefaultDeleteHostSet(ctx context.Context, in []*Host, db *gorm1.DB) error
- func DefaultDeleteKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) error
- func DefaultDeleteKnowledgeBaseSet(ctx context.Context, in []*KnowledgeBase, db *gorm1.DB) error
- func DefaultDeleteRegion(ctx context.Context, in *Region, db *gorm1.DB) error
- func DefaultDeleteRegionSet(ctx context.Context, in []*Region, db *gorm1.DB) error
- func DefaultDeleteRegistry(ctx context.Context, in *Registry, db *gorm1.DB) error
- func DefaultDeleteRegistrySet(ctx context.Context, in []*Registry, db *gorm1.DB) error
- func DefaultDeleteVpc(ctx context.Context, in *Vpc, db *gorm1.DB) error
- func DefaultDeleteVpcSet(ctx context.Context, in []*Vpc, db *gorm1.DB) error
- func DefaultDeleteVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) error
- func DefaultDeleteVulnerabilitySet(ctx context.Context, in []*Vulnerability, db *gorm1.DB) error
- func RegisterAmisHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAmisHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AmisClient) error
- func RegisterAmisHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAmisServer(s *grpc.Server, srv AmisServer)
- func RegisterApplicationVersionsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApplicationVersionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationVersionsClient) error
- func RegisterApplicationVersionsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApplicationVersionsServer(s *grpc.Server, srv ApplicationVersionsServer)
- func RegisterApplicationsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApplicationsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationsClient) error
- func RegisterApplicationsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApplicationsServer(s *grpc.Server, srv ApplicationsServer)
- func RegisterCloudProvidersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterCloudProvidersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CloudProvidersClient) error
- func RegisterCloudProvidersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterCloudProvidersServer(s *grpc.Server, srv CloudProvidersServer)
- func RegisterContainerTagsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterContainerTagsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ContainerTagsClient) error
- func RegisterContainerTagsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterContainerTagsServer(s *grpc.Server, srv ContainerTagsServer)
- func RegisterContainersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterContainersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ContainersClient) error
- func RegisterContainersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterContainersServer(s *grpc.Server, srv ContainersServer)
- func RegisterEventsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterEventsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client EventsClient) error
- func RegisterEventsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterEventsServer(s *grpc.Server, srv EventsServer)
- func RegisterHostsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterHostsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client HostsClient) error
- func RegisterHostsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterHostsServer(s *grpc.Server, srv HostsServer)
- func RegisterKnowledgeBasesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterKnowledgeBasesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client KnowledgeBasesClient) error
- func RegisterKnowledgeBasesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer)
- func RegisterRegionsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRegionsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegionsClient) error
- func RegisterRegionsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRegionsServer(s *grpc.Server, srv RegionsServer)
- func RegisterRegistriesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRegistriesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RegistriesClient) error
- func RegisterRegistriesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRegistriesServer(s *grpc.Server, srv RegistriesServer)
- func RegisterSecopsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterSecopsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SecopsClient) error
- func RegisterSecopsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterSecopsServer(s *grpc.Server, srv SecopsServer)
- func RegisterVpcsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterVpcsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VpcsClient) error
- func RegisterVpcsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterVpcsServer(s *grpc.Server, srv VpcsServer)
- func RegisterVulnerabilitiesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterVulnerabilitiesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client VulnerabilitiesClient) error
- func RegisterVulnerabilitiesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterVulnerabilitiesServer(s *grpc.Server, srv VulnerabilitiesServer)
- func SecopsValidateFieldSelection(methodName string, s *query.FieldSelection) error
- func SecopsValidateFiltering(methodName string, f *query.Filtering) error
- func SecopsValidateSorting(methodName string, s *query.Sorting) error
- type Ami
- func DefaultApplyFieldMaskAmi(ctx context.Context, patchee *Ami, patcher *Ami, ...) (*Ami, error)
- func DefaultCreateAmi(ctx context.Context, in *Ami, db *gorm1.DB) (*Ami, error)
- func DefaultListAmi(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Ami, error)
- func DefaultPatchAmi(ctx context.Context, in *Ami, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Ami, error)
- func DefaultPatchSetAmi(ctx context.Context, objects []*Ami, updateMasks []*field_mask1.FieldMask, ...) ([]*Ami, error)
- func DefaultReadAmi(ctx context.Context, in *Ami, db *gorm1.DB, fs *query1.FieldSelection) (*Ami, error)
- func DefaultStrictUpdateAmi(ctx context.Context, in *Ami, db *gorm1.DB) (*Ami, error)
- func (_ *Ami) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Ami) Descriptor() ([]byte, []int)
- func (m *Ami) GetAmiId() string
- func (m *Ami) GetDescription() string
- func (m *Ami) GetId() *resource.Identifier
- func (m *Ami) GetName() string
- func (m *Ami) GetRegionId() *resource.Identifier
- func (*Ami) ProtoMessage()
- func (m *Ami) Reset()
- func (m *Ami) String() string
- func (m *Ami) ToORM(ctx context.Context) (AmiORM, error)
- func (m *Ami) Validate() error
- func (m *Ami) XXX_DiscardUnknown()
- func (m *Ami) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Ami) XXX_Merge(src proto.Message)
- func (m *Ami) XXX_Size() int
- func (m *Ami) XXX_Unmarshal(b []byte) error
- type AmiORM
- type AmiORMWithAfterCreate_
- type AmiORMWithAfterDeleteSet
- type AmiORMWithAfterDelete_
- type AmiORMWithAfterListFind
- type AmiORMWithAfterReadFind
- type AmiORMWithAfterStrictUpdateSave
- type AmiORMWithBeforeCreate_
- type AmiORMWithBeforeDeleteSet
- type AmiORMWithBeforeDelete_
- type AmiORMWithBeforeListApplyQuery
- type AmiORMWithBeforeListFind
- type AmiORMWithBeforeReadApplyQuery
- type AmiORMWithBeforeReadFind
- type AmiORMWithBeforeStrictUpdateCleanup
- type AmiORMWithBeforeStrictUpdateSave
- type AmiValidationError
- type AmiWithAfterPatchSave
- type AmiWithAfterToORM
- type AmiWithAfterToPB
- type AmiWithBeforePatchApplyFieldMask
- type AmiWithBeforePatchRead
- type AmiWithBeforePatchSave
- type AmiWithBeforeToORM
- type AmiWithBeforeToPB
- type AmisAmiWithAfterCreate
- type AmisAmiWithAfterDelete
- type AmisAmiWithAfterList
- type AmisAmiWithAfterRead
- type AmisAmiWithAfterUpdate
- type AmisAmiWithBeforeCreate
- type AmisAmiWithBeforeDelete
- type AmisAmiWithBeforeList
- type AmisAmiWithBeforeRead
- type AmisAmiWithBeforeUpdate
- type AmisClient
- type AmisDefaultServer
- func (m *AmisDefaultServer) Create(ctx context.Context, in *CreateAmiRequest) (*CreateAmiResponse, error)
- func (m *AmisDefaultServer) Delete(ctx context.Context, in *DeleteAmiRequest) (*DeleteAmiResponse, error)
- func (m *AmisDefaultServer) List(ctx context.Context, in *ListAmiRequest) (*ListAmisResponse, error)
- func (m *AmisDefaultServer) Read(ctx context.Context, in *ReadAmiRequest) (*ReadAmiResponse, error)
- func (m *AmisDefaultServer) Update(ctx context.Context, in *UpdateAmiRequest) (*UpdateAmiResponse, error)
- type AmisServer
- type Application
- func DefaultApplyFieldMaskApplication(ctx context.Context, patchee *Application, patcher *Application, ...) (*Application, error)
- func DefaultCreateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)
- func DefaultListApplication(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Application, error)
- func DefaultPatchApplication(ctx context.Context, in *Application, updateMask *field_mask1.FieldMask, ...) (*Application, error)
- func DefaultPatchSetApplication(ctx context.Context, objects []*Application, ...) ([]*Application, error)
- func DefaultReadApplication(ctx context.Context, in *Application, db *gorm1.DB, fs *query1.FieldSelection) (*Application, error)
- func DefaultStrictUpdateApplication(ctx context.Context, in *Application, db *gorm1.DB) (*Application, error)
- func (_ *Application) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Application) Descriptor() ([]byte, []int)
- func (m *Application) GetApplicationVersions() []*ApplicationVersion
- func (m *Application) GetDescription() string
- func (m *Application) GetId() *resource.Identifier
- func (m *Application) GetName() string
- func (m *Application) GetRepo() string
- func (*Application) ProtoMessage()
- func (m *Application) Reset()
- func (m *Application) String() string
- func (m *Application) ToORM(ctx context.Context) (ApplicationORM, error)
- func (m *Application) Validate() error
- func (m *Application) XXX_DiscardUnknown()
- func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Application) XXX_Merge(src proto.Message)
- func (m *Application) XXX_Size() int
- func (m *Application) XXX_Unmarshal(b []byte) error
- type ApplicationORM
- type ApplicationORMWithAfterCreate_
- type ApplicationORMWithAfterDeleteSet
- type ApplicationORMWithAfterDelete_
- type ApplicationORMWithAfterListFind
- type ApplicationORMWithAfterReadFind
- type ApplicationORMWithAfterStrictUpdateSave
- type ApplicationORMWithBeforeCreate_
- type ApplicationORMWithBeforeDeleteSet
- type ApplicationORMWithBeforeDelete_
- type ApplicationORMWithBeforeListApplyQuery
- type ApplicationORMWithBeforeListFind
- type ApplicationORMWithBeforeReadApplyQuery
- type ApplicationORMWithBeforeReadFind
- type ApplicationORMWithBeforeStrictUpdateCleanup
- type ApplicationORMWithBeforeStrictUpdateSave
- type ApplicationValidationError
- func (e ApplicationValidationError) Cause() error
- func (e ApplicationValidationError) Error() string
- func (e ApplicationValidationError) ErrorName() string
- func (e ApplicationValidationError) Field() string
- func (e ApplicationValidationError) Key() bool
- func (e ApplicationValidationError) Reason() string
- type ApplicationVersion
- func DefaultApplyFieldMaskApplicationVersion(ctx context.Context, patchee *ApplicationVersion, patcher *ApplicationVersion, ...) (*ApplicationVersion, error)
- func DefaultCreateApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) (*ApplicationVersion, error)
- func DefaultListApplicationVersion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*ApplicationVersion, error)
- func DefaultPatchApplicationVersion(ctx context.Context, in *ApplicationVersion, updateMask *field_mask1.FieldMask, ...) (*ApplicationVersion, error)
- func DefaultPatchSetApplicationVersion(ctx context.Context, objects []*ApplicationVersion, ...) ([]*ApplicationVersion, error)
- func DefaultReadApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB, ...) (*ApplicationVersion, error)
- func DefaultStrictUpdateApplicationVersion(ctx context.Context, in *ApplicationVersion, db *gorm1.DB) (*ApplicationVersion, error)
- func (m *ApplicationVersion) AfterToORM(ctx context.Context, a *ApplicationVersionORM) error
- func (_ *ApplicationVersion) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ApplicationVersion) Descriptor() ([]byte, []int)
- func (m *ApplicationVersion) GetApplicationId() *resource.Identifier
- func (m *ApplicationVersion) GetContainerTags() []*ContainerTag
- func (m *ApplicationVersion) GetContainerTagsList() []*resource.Identifier
- func (m *ApplicationVersion) GetId() *resource.Identifier
- func (m *ApplicationVersion) GetVersion() string
- func (*ApplicationVersion) ProtoMessage()
- func (m *ApplicationVersion) Reset()
- func (m *ApplicationVersion) String() string
- func (m *ApplicationVersion) ToORM(ctx context.Context) (ApplicationVersionORM, error)
- func (m *ApplicationVersion) Validate() error
- func (m *ApplicationVersion) XXX_DiscardUnknown()
- func (m *ApplicationVersion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ApplicationVersion) XXX_Merge(src proto.Message)
- func (m *ApplicationVersion) XXX_Size() int
- func (m *ApplicationVersion) XXX_Unmarshal(b []byte) error
- type ApplicationVersionORM
- func (m *ApplicationVersionORM) AfterToPB(ctx context.Context, a *ApplicationVersion) error
- func (m *ApplicationVersionORM) BeforeStrictUpdateSave(ctx context.Context, db *gorm.DB) (*gorm.DB, error)
- func (ApplicationVersionORM) TableName() string
- func (m *ApplicationVersionORM) ToPB(ctx context.Context) (ApplicationVersion, error)
- type ApplicationVersionORMWithAfterCreate_
- type ApplicationVersionORMWithAfterDeleteSet
- type ApplicationVersionORMWithAfterDelete_
- type ApplicationVersionORMWithAfterListFind
- type ApplicationVersionORMWithAfterReadFind
- type ApplicationVersionORMWithAfterStrictUpdateSave
- type ApplicationVersionORMWithBeforeCreate_
- type ApplicationVersionORMWithBeforeDeleteSet
- type ApplicationVersionORMWithBeforeDelete_
- type ApplicationVersionORMWithBeforeListApplyQuery
- type ApplicationVersionORMWithBeforeListFind
- type ApplicationVersionORMWithBeforeReadApplyQuery
- type ApplicationVersionORMWithBeforeReadFind
- type ApplicationVersionORMWithBeforeStrictUpdateCleanup
- type ApplicationVersionORMWithBeforeStrictUpdateSave
- type ApplicationVersionValidationError
- func (e ApplicationVersionValidationError) Cause() error
- func (e ApplicationVersionValidationError) Error() string
- func (e ApplicationVersionValidationError) ErrorName() string
- func (e ApplicationVersionValidationError) Field() string
- func (e ApplicationVersionValidationError) Key() bool
- func (e ApplicationVersionValidationError) Reason() string
- type ApplicationVersionWithAfterPatchSave
- type ApplicationVersionWithAfterToORM
- type ApplicationVersionWithAfterToPB
- type ApplicationVersionWithBeforePatchApplyFieldMask
- type ApplicationVersionWithBeforePatchRead
- type ApplicationVersionWithBeforePatchSave
- type ApplicationVersionWithBeforeToORM
- type ApplicationVersionWithBeforeToPB
- type ApplicationVersionsApplicationVersionWithAfterCreate
- type ApplicationVersionsApplicationVersionWithAfterDelete
- type ApplicationVersionsApplicationVersionWithAfterList
- type ApplicationVersionsApplicationVersionWithAfterRead
- type ApplicationVersionsApplicationVersionWithAfterUpdate
- type ApplicationVersionsApplicationVersionWithBeforeCreate
- type ApplicationVersionsApplicationVersionWithBeforeDelete
- type ApplicationVersionsApplicationVersionWithBeforeList
- type ApplicationVersionsApplicationVersionWithBeforeRead
- type ApplicationVersionsApplicationVersionWithBeforeUpdate
- type ApplicationVersionsClient
- type ApplicationVersionsDefaultServer
- func (m *ApplicationVersionsDefaultServer) Create(ctx context.Context, in *CreateApplicationVersionRequest) (*CreateApplicationVersionResponse, error)
- func (m *ApplicationVersionsDefaultServer) Delete(ctx context.Context, in *DeleteApplicationVersionRequest) (*DeleteApplicationVersionResponse, error)
- func (m *ApplicationVersionsDefaultServer) List(ctx context.Context, in *ListApplicationVersionRequest) (*ListApplicationVersionsResponse, error)
- func (m *ApplicationVersionsDefaultServer) Read(ctx context.Context, in *ReadApplicationVersionRequest) (*ReadApplicationVersionResponse, error)
- func (m *ApplicationVersionsDefaultServer) Update(ctx context.Context, in *UpdateApplicationVersionRequest) (*UpdateApplicationVersionResponse, error)
- type ApplicationVersionsServer
- type ApplicationWithAfterPatchSave
- type ApplicationWithAfterToORM
- type ApplicationWithAfterToPB
- type ApplicationWithBeforePatchApplyFieldMask
- type ApplicationWithBeforePatchRead
- type ApplicationWithBeforePatchSave
- type ApplicationWithBeforeToORM
- type ApplicationWithBeforeToPB
- type ApplicationsApplicationWithAfterCreate
- type ApplicationsApplicationWithAfterDelete
- type ApplicationsApplicationWithAfterList
- type ApplicationsApplicationWithAfterRead
- type ApplicationsApplicationWithAfterUpdate
- type ApplicationsApplicationWithBeforeCreate
- type ApplicationsApplicationWithBeforeDelete
- type ApplicationsApplicationWithBeforeList
- type ApplicationsApplicationWithBeforeRead
- type ApplicationsApplicationWithBeforeUpdate
- type ApplicationsClient
- type ApplicationsDefaultServer
- func (m *ApplicationsDefaultServer) Create(ctx context.Context, in *CreateApplicationRequest) (*CreateApplicationResponse, error)
- func (m *ApplicationsDefaultServer) Delete(ctx context.Context, in *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
- func (m *ApplicationsDefaultServer) List(ctx context.Context, in *ListApplicationRequest) (*ListApplicationsResponse, error)
- func (m *ApplicationsDefaultServer) Read(ctx context.Context, in *ReadApplicationRequest) (*ReadApplicationResponse, error)
- func (m *ApplicationsDefaultServer) Update(ctx context.Context, in *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
- type ApplicationsServer
- type CloudProvider
- func DefaultApplyFieldMaskCloudProvider(ctx context.Context, patchee *CloudProvider, patcher *CloudProvider, ...) (*CloudProvider, error)
- func DefaultCreateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)
- func DefaultListCloudProvider(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*CloudProvider, error)
- func DefaultPatchCloudProvider(ctx context.Context, in *CloudProvider, updateMask *field_mask1.FieldMask, ...) (*CloudProvider, error)
- func DefaultPatchSetCloudProvider(ctx context.Context, objects []*CloudProvider, ...) ([]*CloudProvider, error)
- func DefaultReadCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB, ...) (*CloudProvider, error)
- func DefaultStrictUpdateCloudProvider(ctx context.Context, in *CloudProvider, db *gorm1.DB) (*CloudProvider, error)
- func (_ *CloudProvider) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CloudProvider) Descriptor() ([]byte, []int)
- func (m *CloudProvider) GetAccount() string
- func (m *CloudProvider) GetDescription() string
- func (m *CloudProvider) GetId() *resource.Identifier
- func (m *CloudProvider) GetName() string
- func (m *CloudProvider) GetProvider() Provider
- func (m *CloudProvider) GetRegions() []*Region
- func (*CloudProvider) ProtoMessage()
- func (m *CloudProvider) Reset()
- func (m *CloudProvider) String() string
- func (m *CloudProvider) ToORM(ctx context.Context) (CloudProviderORM, error)
- func (m *CloudProvider) Validate() error
- func (m *CloudProvider) XXX_DiscardUnknown()
- func (m *CloudProvider) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CloudProvider) XXX_Merge(src proto.Message)
- func (m *CloudProvider) XXX_Size() int
- func (m *CloudProvider) XXX_Unmarshal(b []byte) error
- type CloudProviderORM
- type CloudProviderORMWithAfterCreate_
- type CloudProviderORMWithAfterDeleteSet
- type CloudProviderORMWithAfterDelete_
- type CloudProviderORMWithAfterListFind
- type CloudProviderORMWithAfterReadFind
- type CloudProviderORMWithAfterStrictUpdateSave
- type CloudProviderORMWithBeforeCreate_
- type CloudProviderORMWithBeforeDeleteSet
- type CloudProviderORMWithBeforeDelete_
- type CloudProviderORMWithBeforeListApplyQuery
- type CloudProviderORMWithBeforeListFind
- type CloudProviderORMWithBeforeReadApplyQuery
- type CloudProviderORMWithBeforeReadFind
- type CloudProviderORMWithBeforeStrictUpdateCleanup
- type CloudProviderORMWithBeforeStrictUpdateSave
- type CloudProviderValidationError
- func (e CloudProviderValidationError) Cause() error
- func (e CloudProviderValidationError) Error() string
- func (e CloudProviderValidationError) ErrorName() string
- func (e CloudProviderValidationError) Field() string
- func (e CloudProviderValidationError) Key() bool
- func (e CloudProviderValidationError) Reason() string
- type CloudProviderWithAfterPatchSave
- type CloudProviderWithAfterToORM
- type CloudProviderWithAfterToPB
- type CloudProviderWithBeforePatchApplyFieldMask
- type CloudProviderWithBeforePatchRead
- type CloudProviderWithBeforePatchSave
- type CloudProviderWithBeforeToORM
- type CloudProviderWithBeforeToPB
- type CloudProvidersClient
- type CloudProvidersCloudProviderWithAfterCreate
- type CloudProvidersCloudProviderWithAfterDelete
- type CloudProvidersCloudProviderWithAfterList
- type CloudProvidersCloudProviderWithAfterRead
- type CloudProvidersCloudProviderWithAfterUpdate
- type CloudProvidersCloudProviderWithBeforeCreate
- type CloudProvidersCloudProviderWithBeforeDelete
- type CloudProvidersCloudProviderWithBeforeList
- type CloudProvidersCloudProviderWithBeforeRead
- type CloudProvidersCloudProviderWithBeforeUpdate
- type CloudProvidersDefaultServer
- func (m *CloudProvidersDefaultServer) Create(ctx context.Context, in *CreateCloudProviderRequest) (*CreateCloudProviderResponse, error)
- func (m *CloudProvidersDefaultServer) Delete(ctx context.Context, in *DeleteCloudProviderRequest) (*DeleteCloudProviderResponse, error)
- func (m *CloudProvidersDefaultServer) List(ctx context.Context, in *ListCloudProviderRequest) (*ListCloudProvidersResponse, error)
- func (m *CloudProvidersDefaultServer) Read(ctx context.Context, in *ReadCloudProviderRequest) (*ReadCloudProviderResponse, error)
- func (m *CloudProvidersDefaultServer) Update(ctx context.Context, in *UpdateCloudProviderRequest) (*UpdateCloudProviderResponse, error)
- type CloudProvidersServer
- type Container
- func DefaultApplyFieldMaskContainer(ctx context.Context, patchee *Container, patcher *Container, ...) (*Container, error)
- func DefaultCreateContainer(ctx context.Context, in *Container, db *gorm1.DB) (*Container, error)
- func DefaultListContainer(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Container, error)
- func DefaultPatchContainer(ctx context.Context, in *Container, updateMask *field_mask1.FieldMask, ...) (*Container, error)
- func DefaultPatchSetContainer(ctx context.Context, objects []*Container, ...) ([]*Container, error)
- func DefaultReadContainer(ctx context.Context, in *Container, db *gorm1.DB, fs *query1.FieldSelection) (*Container, error)
- func DefaultStrictUpdateContainer(ctx context.Context, in *Container, db *gorm1.DB) (*Container, error)
- func (_ *Container) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Container) Descriptor() ([]byte, []int)
- func (m *Container) GetContainerTags() []*ContainerTag
- func (m *Container) GetDescription() string
- func (m *Container) GetId() *resource.Identifier
- func (m *Container) GetImageRepo() string
- func (m *Container) GetName() string
- func (m *Container) GetRegistryId() *resource.Identifier
- func (*Container) ProtoMessage()
- func (m *Container) Reset()
- func (m *Container) String() string
- func (m *Container) ToORM(ctx context.Context) (ContainerORM, error)
- func (m *Container) Validate() error
- func (m *Container) XXX_DiscardUnknown()
- func (m *Container) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Container) XXX_Merge(src proto.Message)
- func (m *Container) XXX_Size() int
- func (m *Container) XXX_Unmarshal(b []byte) error
- type ContainerORM
- type ContainerORMWithAfterCreate_
- type ContainerORMWithAfterDeleteSet
- type ContainerORMWithAfterDelete_
- type ContainerORMWithAfterListFind
- type ContainerORMWithAfterReadFind
- type ContainerORMWithAfterStrictUpdateSave
- type ContainerORMWithBeforeCreate_
- type ContainerORMWithBeforeDeleteSet
- type ContainerORMWithBeforeDelete_
- type ContainerORMWithBeforeListApplyQuery
- type ContainerORMWithBeforeListFind
- type ContainerORMWithBeforeReadApplyQuery
- type ContainerORMWithBeforeReadFind
- type ContainerORMWithBeforeStrictUpdateCleanup
- type ContainerORMWithBeforeStrictUpdateSave
- type ContainerTag
- func DefaultApplyFieldMaskContainerTag(ctx context.Context, patchee *ContainerTag, patcher *ContainerTag, ...) (*ContainerTag, error)
- func DefaultCreateContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) (*ContainerTag, error)
- func DefaultListContainerTag(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*ContainerTag, error)
- func DefaultPatchContainerTag(ctx context.Context, in *ContainerTag, updateMask *field_mask1.FieldMask, ...) (*ContainerTag, error)
- func DefaultPatchSetContainerTag(ctx context.Context, objects []*ContainerTag, ...) ([]*ContainerTag, error)
- func DefaultReadContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB, fs *query1.FieldSelection) (*ContainerTag, error)
- func DefaultStrictUpdateContainerTag(ctx context.Context, in *ContainerTag, db *gorm1.DB) (*ContainerTag, error)
- func (_ *ContainerTag) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ContainerTag) Descriptor() ([]byte, []int)
- func (m *ContainerTag) GetApplicationVersions() []*ApplicationVersion
- func (m *ContainerTag) GetContainerId() *resource.Identifier
- func (m *ContainerTag) GetDigest() string
- func (m *ContainerTag) GetId() *resource.Identifier
- func (m *ContainerTag) GetImageRepo() string
- func (m *ContainerTag) GetImageTag() string
- func (*ContainerTag) ProtoMessage()
- func (m *ContainerTag) Reset()
- func (m *ContainerTag) String() string
- func (m *ContainerTag) ToORM(ctx context.Context) (ContainerTagORM, error)
- func (m *ContainerTag) Validate() error
- func (m *ContainerTag) XXX_DiscardUnknown()
- func (m *ContainerTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ContainerTag) XXX_Merge(src proto.Message)
- func (m *ContainerTag) XXX_Size() int
- func (m *ContainerTag) XXX_Unmarshal(b []byte) error
- type ContainerTagORM
- type ContainerTagORMWithAfterCreate_
- type ContainerTagORMWithAfterDeleteSet
- type ContainerTagORMWithAfterDelete_
- type ContainerTagORMWithAfterListFind
- type ContainerTagORMWithAfterReadFind
- type ContainerTagORMWithAfterStrictUpdateSave
- type ContainerTagORMWithBeforeCreate_
- type ContainerTagORMWithBeforeDeleteSet
- type ContainerTagORMWithBeforeDelete_
- type ContainerTagORMWithBeforeListApplyQuery
- type ContainerTagORMWithBeforeListFind
- type ContainerTagORMWithBeforeReadApplyQuery
- type ContainerTagORMWithBeforeReadFind
- type ContainerTagORMWithBeforeStrictUpdateCleanup
- type ContainerTagORMWithBeforeStrictUpdateSave
- type ContainerTagValidationError
- func (e ContainerTagValidationError) Cause() error
- func (e ContainerTagValidationError) Error() string
- func (e ContainerTagValidationError) ErrorName() string
- func (e ContainerTagValidationError) Field() string
- func (e ContainerTagValidationError) Key() bool
- func (e ContainerTagValidationError) Reason() string
- type ContainerTagWithAfterPatchSave
- type ContainerTagWithAfterToORM
- type ContainerTagWithAfterToPB
- type ContainerTagWithBeforePatchApplyFieldMask
- type ContainerTagWithBeforePatchRead
- type ContainerTagWithBeforePatchSave
- type ContainerTagWithBeforeToORM
- type ContainerTagWithBeforeToPB
- type ContainerTagsClient
- type ContainerTagsContainerTagWithAfterCreate
- type ContainerTagsContainerTagWithAfterDelete
- type ContainerTagsContainerTagWithAfterList
- type ContainerTagsContainerTagWithAfterRead
- type ContainerTagsContainerTagWithAfterUpdate
- type ContainerTagsContainerTagWithBeforeCreate
- type ContainerTagsContainerTagWithBeforeDelete
- type ContainerTagsContainerTagWithBeforeList
- type ContainerTagsContainerTagWithBeforeRead
- type ContainerTagsContainerTagWithBeforeUpdate
- type ContainerTagsDefaultServer
- func (m *ContainerTagsDefaultServer) Create(ctx context.Context, in *CreateContainerTagRequest) (*CreateContainerTagResponse, error)
- func (m *ContainerTagsDefaultServer) Delete(ctx context.Context, in *DeleteContainerTagRequest) (*DeleteContainerTagResponse, error)
- func (m *ContainerTagsDefaultServer) List(ctx context.Context, in *ListContainerTagRequest) (*ListContainerTagsResponse, error)
- func (m *ContainerTagsDefaultServer) Read(ctx context.Context, in *ReadContainerTagRequest) (*ReadContainerTagResponse, error)
- func (m *ContainerTagsDefaultServer) Update(ctx context.Context, in *UpdateContainerTagRequest) (*UpdateContainerTagResponse, error)
- type ContainerTagsServer
- type ContainerValidationError
- type ContainerWithAfterPatchSave
- type ContainerWithAfterToORM
- type ContainerWithAfterToPB
- type ContainerWithBeforePatchApplyFieldMask
- type ContainerWithBeforePatchRead
- type ContainerWithBeforePatchSave
- type ContainerWithBeforeToORM
- type ContainerWithBeforeToPB
- type ContainersClient
- type ContainersContainerWithAfterCreate
- type ContainersContainerWithAfterDelete
- type ContainersContainerWithAfterList
- type ContainersContainerWithAfterRead
- type ContainersContainerWithAfterUpdate
- type ContainersContainerWithBeforeCreate
- type ContainersContainerWithBeforeDelete
- type ContainersContainerWithBeforeList
- type ContainersContainerWithBeforeRead
- type ContainersContainerWithBeforeUpdate
- type ContainersDefaultServer
- func (m *ContainersDefaultServer) Create(ctx context.Context, in *CreateContainerRequest) (*CreateContainerResponse, error)
- func (m *ContainersDefaultServer) Delete(ctx context.Context, in *DeleteContainerRequest) (*DeleteContainerResponse, error)
- func (m *ContainersDefaultServer) List(ctx context.Context, in *ListContainerRequest) (*ListContainersResponse, error)
- func (m *ContainersDefaultServer) Read(ctx context.Context, in *ReadContainerRequest) (*ReadContainerResponse, error)
- func (m *ContainersDefaultServer) Update(ctx context.Context, in *UpdateContainerRequest) (*UpdateContainerResponse, error)
- type ContainersServer
- type CreateAmiRequest
- func (_ *CreateAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateAmiRequest) Descriptor() ([]byte, []int)
- func (m *CreateAmiRequest) GetPayload() *Ami
- func (*CreateAmiRequest) ProtoMessage()
- func (m *CreateAmiRequest) Reset()
- func (m *CreateAmiRequest) String() string
- func (m *CreateAmiRequest) Validate() error
- func (m *CreateAmiRequest) XXX_DiscardUnknown()
- func (m *CreateAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAmiRequest) XXX_Merge(src proto.Message)
- func (m *CreateAmiRequest) XXX_Size() int
- func (m *CreateAmiRequest) XXX_Unmarshal(b []byte) error
- type CreateAmiRequestValidationError
- func (e CreateAmiRequestValidationError) Cause() error
- func (e CreateAmiRequestValidationError) Error() string
- func (e CreateAmiRequestValidationError) ErrorName() string
- func (e CreateAmiRequestValidationError) Field() string
- func (e CreateAmiRequestValidationError) Key() bool
- func (e CreateAmiRequestValidationError) Reason() string
- type CreateAmiResponse
- func (_ *CreateAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateAmiResponse) Descriptor() ([]byte, []int)
- func (m *CreateAmiResponse) GetResult() *Ami
- func (*CreateAmiResponse) ProtoMessage()
- func (m *CreateAmiResponse) Reset()
- func (m *CreateAmiResponse) String() string
- func (m *CreateAmiResponse) Validate() error
- func (m *CreateAmiResponse) XXX_DiscardUnknown()
- func (m *CreateAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAmiResponse) XXX_Merge(src proto.Message)
- func (m *CreateAmiResponse) XXX_Size() int
- func (m *CreateAmiResponse) XXX_Unmarshal(b []byte) error
- type CreateAmiResponseValidationError
- func (e CreateAmiResponseValidationError) Cause() error
- func (e CreateAmiResponseValidationError) Error() string
- func (e CreateAmiResponseValidationError) ErrorName() string
- func (e CreateAmiResponseValidationError) Field() string
- func (e CreateAmiResponseValidationError) Key() bool
- func (e CreateAmiResponseValidationError) Reason() string
- type CreateApplicationRequest
- func (_ *CreateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateApplicationRequest) Descriptor() ([]byte, []int)
- func (m *CreateApplicationRequest) GetPayload() *Application
- func (*CreateApplicationRequest) ProtoMessage()
- func (m *CreateApplicationRequest) Reset()
- func (m *CreateApplicationRequest) String() string
- func (m *CreateApplicationRequest) Validate() error
- func (m *CreateApplicationRequest) XXX_DiscardUnknown()
- func (m *CreateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateApplicationRequest) XXX_Merge(src proto.Message)
- func (m *CreateApplicationRequest) XXX_Size() int
- func (m *CreateApplicationRequest) XXX_Unmarshal(b []byte) error
- type CreateApplicationRequestValidationError
- func (e CreateApplicationRequestValidationError) Cause() error
- func (e CreateApplicationRequestValidationError) Error() string
- func (e CreateApplicationRequestValidationError) ErrorName() string
- func (e CreateApplicationRequestValidationError) Field() string
- func (e CreateApplicationRequestValidationError) Key() bool
- func (e CreateApplicationRequestValidationError) Reason() string
- type CreateApplicationResponse
- func (_ *CreateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateApplicationResponse) Descriptor() ([]byte, []int)
- func (m *CreateApplicationResponse) GetResult() *Application
- func (*CreateApplicationResponse) ProtoMessage()
- func (m *CreateApplicationResponse) Reset()
- func (m *CreateApplicationResponse) String() string
- func (m *CreateApplicationResponse) Validate() error
- func (m *CreateApplicationResponse) XXX_DiscardUnknown()
- func (m *CreateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateApplicationResponse) XXX_Merge(src proto.Message)
- func (m *CreateApplicationResponse) XXX_Size() int
- func (m *CreateApplicationResponse) XXX_Unmarshal(b []byte) error
- type CreateApplicationResponseValidationError
- func (e CreateApplicationResponseValidationError) Cause() error
- func (e CreateApplicationResponseValidationError) Error() string
- func (e CreateApplicationResponseValidationError) ErrorName() string
- func (e CreateApplicationResponseValidationError) Field() string
- func (e CreateApplicationResponseValidationError) Key() bool
- func (e CreateApplicationResponseValidationError) Reason() string
- type CreateApplicationVersionRequest
- func (_ *CreateApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateApplicationVersionRequest) Descriptor() ([]byte, []int)
- func (m *CreateApplicationVersionRequest) GetPayload() *ApplicationVersion
- func (*CreateApplicationVersionRequest) ProtoMessage()
- func (m *CreateApplicationVersionRequest) Reset()
- func (m *CreateApplicationVersionRequest) String() string
- func (m *CreateApplicationVersionRequest) Validate() error
- func (m *CreateApplicationVersionRequest) XXX_DiscardUnknown()
- func (m *CreateApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateApplicationVersionRequest) XXX_Merge(src proto.Message)
- func (m *CreateApplicationVersionRequest) XXX_Size() int
- func (m *CreateApplicationVersionRequest) XXX_Unmarshal(b []byte) error
- type CreateApplicationVersionRequestValidationError
- func (e CreateApplicationVersionRequestValidationError) Cause() error
- func (e CreateApplicationVersionRequestValidationError) Error() string
- func (e CreateApplicationVersionRequestValidationError) ErrorName() string
- func (e CreateApplicationVersionRequestValidationError) Field() string
- func (e CreateApplicationVersionRequestValidationError) Key() bool
- func (e CreateApplicationVersionRequestValidationError) Reason() string
- type CreateApplicationVersionResponse
- func (_ *CreateApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateApplicationVersionResponse) Descriptor() ([]byte, []int)
- func (m *CreateApplicationVersionResponse) GetResult() *ApplicationVersion
- func (*CreateApplicationVersionResponse) ProtoMessage()
- func (m *CreateApplicationVersionResponse) Reset()
- func (m *CreateApplicationVersionResponse) String() string
- func (m *CreateApplicationVersionResponse) Validate() error
- func (m *CreateApplicationVersionResponse) XXX_DiscardUnknown()
- func (m *CreateApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateApplicationVersionResponse) XXX_Merge(src proto.Message)
- func (m *CreateApplicationVersionResponse) XXX_Size() int
- func (m *CreateApplicationVersionResponse) XXX_Unmarshal(b []byte) error
- type CreateApplicationVersionResponseValidationError
- func (e CreateApplicationVersionResponseValidationError) Cause() error
- func (e CreateApplicationVersionResponseValidationError) Error() string
- func (e CreateApplicationVersionResponseValidationError) ErrorName() string
- func (e CreateApplicationVersionResponseValidationError) Field() string
- func (e CreateApplicationVersionResponseValidationError) Key() bool
- func (e CreateApplicationVersionResponseValidationError) Reason() string
- type CreateCloudProviderRequest
- func (_ *CreateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateCloudProviderRequest) Descriptor() ([]byte, []int)
- func (m *CreateCloudProviderRequest) GetPayload() *CloudProvider
- func (*CreateCloudProviderRequest) ProtoMessage()
- func (m *CreateCloudProviderRequest) Reset()
- func (m *CreateCloudProviderRequest) String() string
- func (m *CreateCloudProviderRequest) Validate() error
- func (m *CreateCloudProviderRequest) XXX_DiscardUnknown()
- func (m *CreateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateCloudProviderRequest) XXX_Merge(src proto.Message)
- func (m *CreateCloudProviderRequest) XXX_Size() int
- func (m *CreateCloudProviderRequest) XXX_Unmarshal(b []byte) error
- type CreateCloudProviderRequestValidationError
- func (e CreateCloudProviderRequestValidationError) Cause() error
- func (e CreateCloudProviderRequestValidationError) Error() string
- func (e CreateCloudProviderRequestValidationError) ErrorName() string
- func (e CreateCloudProviderRequestValidationError) Field() string
- func (e CreateCloudProviderRequestValidationError) Key() bool
- func (e CreateCloudProviderRequestValidationError) Reason() string
- type CreateCloudProviderResponse
- func (_ *CreateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateCloudProviderResponse) Descriptor() ([]byte, []int)
- func (m *CreateCloudProviderResponse) GetResult() *CloudProvider
- func (*CreateCloudProviderResponse) ProtoMessage()
- func (m *CreateCloudProviderResponse) Reset()
- func (m *CreateCloudProviderResponse) String() string
- func (m *CreateCloudProviderResponse) Validate() error
- func (m *CreateCloudProviderResponse) XXX_DiscardUnknown()
- func (m *CreateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateCloudProviderResponse) XXX_Merge(src proto.Message)
- func (m *CreateCloudProviderResponse) XXX_Size() int
- func (m *CreateCloudProviderResponse) XXX_Unmarshal(b []byte) error
- type CreateCloudProviderResponseValidationError
- func (e CreateCloudProviderResponseValidationError) Cause() error
- func (e CreateCloudProviderResponseValidationError) Error() string
- func (e CreateCloudProviderResponseValidationError) ErrorName() string
- func (e CreateCloudProviderResponseValidationError) Field() string
- func (e CreateCloudProviderResponseValidationError) Key() bool
- func (e CreateCloudProviderResponseValidationError) Reason() string
- type CreateContainerRequest
- func (_ *CreateContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateContainerRequest) Descriptor() ([]byte, []int)
- func (m *CreateContainerRequest) GetPayload() *Container
- func (*CreateContainerRequest) ProtoMessage()
- func (m *CreateContainerRequest) Reset()
- func (m *CreateContainerRequest) String() string
- func (m *CreateContainerRequest) Validate() error
- func (m *CreateContainerRequest) XXX_DiscardUnknown()
- func (m *CreateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerRequest) XXX_Merge(src proto.Message)
- func (m *CreateContainerRequest) XXX_Size() int
- func (m *CreateContainerRequest) XXX_Unmarshal(b []byte) error
- type CreateContainerRequestValidationError
- func (e CreateContainerRequestValidationError) Cause() error
- func (e CreateContainerRequestValidationError) Error() string
- func (e CreateContainerRequestValidationError) ErrorName() string
- func (e CreateContainerRequestValidationError) Field() string
- func (e CreateContainerRequestValidationError) Key() bool
- func (e CreateContainerRequestValidationError) Reason() string
- type CreateContainerResponse
- func (_ *CreateContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateContainerResponse) Descriptor() ([]byte, []int)
- func (m *CreateContainerResponse) GetResult() *Container
- func (*CreateContainerResponse) ProtoMessage()
- func (m *CreateContainerResponse) Reset()
- func (m *CreateContainerResponse) String() string
- func (m *CreateContainerResponse) Validate() error
- func (m *CreateContainerResponse) XXX_DiscardUnknown()
- func (m *CreateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerResponse) XXX_Merge(src proto.Message)
- func (m *CreateContainerResponse) XXX_Size() int
- func (m *CreateContainerResponse) XXX_Unmarshal(b []byte) error
- type CreateContainerResponseValidationError
- func (e CreateContainerResponseValidationError) Cause() error
- func (e CreateContainerResponseValidationError) Error() string
- func (e CreateContainerResponseValidationError) ErrorName() string
- func (e CreateContainerResponseValidationError) Field() string
- func (e CreateContainerResponseValidationError) Key() bool
- func (e CreateContainerResponseValidationError) Reason() string
- type CreateContainerTagRequest
- func (_ *CreateContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateContainerTagRequest) Descriptor() ([]byte, []int)
- func (m *CreateContainerTagRequest) GetPayload() *ContainerTag
- func (*CreateContainerTagRequest) ProtoMessage()
- func (m *CreateContainerTagRequest) Reset()
- func (m *CreateContainerTagRequest) String() string
- func (m *CreateContainerTagRequest) Validate() error
- func (m *CreateContainerTagRequest) XXX_DiscardUnknown()
- func (m *CreateContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerTagRequest) XXX_Merge(src proto.Message)
- func (m *CreateContainerTagRequest) XXX_Size() int
- func (m *CreateContainerTagRequest) XXX_Unmarshal(b []byte) error
- type CreateContainerTagRequestValidationError
- func (e CreateContainerTagRequestValidationError) Cause() error
- func (e CreateContainerTagRequestValidationError) Error() string
- func (e CreateContainerTagRequestValidationError) ErrorName() string
- func (e CreateContainerTagRequestValidationError) Field() string
- func (e CreateContainerTagRequestValidationError) Key() bool
- func (e CreateContainerTagRequestValidationError) Reason() string
- type CreateContainerTagResponse
- func (_ *CreateContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateContainerTagResponse) Descriptor() ([]byte, []int)
- func (m *CreateContainerTagResponse) GetResult() *ContainerTag
- func (*CreateContainerTagResponse) ProtoMessage()
- func (m *CreateContainerTagResponse) Reset()
- func (m *CreateContainerTagResponse) String() string
- func (m *CreateContainerTagResponse) Validate() error
- func (m *CreateContainerTagResponse) XXX_DiscardUnknown()
- func (m *CreateContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateContainerTagResponse) XXX_Merge(src proto.Message)
- func (m *CreateContainerTagResponse) XXX_Size() int
- func (m *CreateContainerTagResponse) XXX_Unmarshal(b []byte) error
- type CreateContainerTagResponseValidationError
- func (e CreateContainerTagResponseValidationError) Cause() error
- func (e CreateContainerTagResponseValidationError) Error() string
- func (e CreateContainerTagResponseValidationError) ErrorName() string
- func (e CreateContainerTagResponseValidationError) Field() string
- func (e CreateContainerTagResponseValidationError) Key() bool
- func (e CreateContainerTagResponseValidationError) Reason() string
- type CreateEventRequest
- func (_ *CreateEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateEventRequest) Descriptor() ([]byte, []int)
- func (m *CreateEventRequest) GetPayload() *Event
- func (*CreateEventRequest) ProtoMessage()
- func (m *CreateEventRequest) Reset()
- func (m *CreateEventRequest) String() string
- func (m *CreateEventRequest) Validate() error
- func (m *CreateEventRequest) XXX_DiscardUnknown()
- func (m *CreateEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateEventRequest) XXX_Merge(src proto.Message)
- func (m *CreateEventRequest) XXX_Size() int
- func (m *CreateEventRequest) XXX_Unmarshal(b []byte) error
- type CreateEventRequestValidationError
- func (e CreateEventRequestValidationError) Cause() error
- func (e CreateEventRequestValidationError) Error() string
- func (e CreateEventRequestValidationError) ErrorName() string
- func (e CreateEventRequestValidationError) Field() string
- func (e CreateEventRequestValidationError) Key() bool
- func (e CreateEventRequestValidationError) Reason() string
- type CreateEventResponse
- func (_ *CreateEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateEventResponse) Descriptor() ([]byte, []int)
- func (m *CreateEventResponse) GetResult() *Event
- func (*CreateEventResponse) ProtoMessage()
- func (m *CreateEventResponse) Reset()
- func (m *CreateEventResponse) String() string
- func (m *CreateEventResponse) Validate() error
- func (m *CreateEventResponse) XXX_DiscardUnknown()
- func (m *CreateEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateEventResponse) XXX_Merge(src proto.Message)
- func (m *CreateEventResponse) XXX_Size() int
- func (m *CreateEventResponse) XXX_Unmarshal(b []byte) error
- type CreateEventResponseValidationError
- func (e CreateEventResponseValidationError) Cause() error
- func (e CreateEventResponseValidationError) Error() string
- func (e CreateEventResponseValidationError) ErrorName() string
- func (e CreateEventResponseValidationError) Field() string
- func (e CreateEventResponseValidationError) Key() bool
- func (e CreateEventResponseValidationError) Reason() string
- type CreateHostRequest
- func (_ *CreateHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateHostRequest) Descriptor() ([]byte, []int)
- func (m *CreateHostRequest) GetPayload() *Host
- func (*CreateHostRequest) ProtoMessage()
- func (m *CreateHostRequest) Reset()
- func (m *CreateHostRequest) String() string
- func (m *CreateHostRequest) Validate() error
- func (m *CreateHostRequest) XXX_DiscardUnknown()
- func (m *CreateHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateHostRequest) XXX_Merge(src proto.Message)
- func (m *CreateHostRequest) XXX_Size() int
- func (m *CreateHostRequest) XXX_Unmarshal(b []byte) error
- type CreateHostRequestValidationError
- func (e CreateHostRequestValidationError) Cause() error
- func (e CreateHostRequestValidationError) Error() string
- func (e CreateHostRequestValidationError) ErrorName() string
- func (e CreateHostRequestValidationError) Field() string
- func (e CreateHostRequestValidationError) Key() bool
- func (e CreateHostRequestValidationError) Reason() string
- type CreateHostResponse
- func (_ *CreateHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateHostResponse) Descriptor() ([]byte, []int)
- func (m *CreateHostResponse) GetResult() *Host
- func (*CreateHostResponse) ProtoMessage()
- func (m *CreateHostResponse) Reset()
- func (m *CreateHostResponse) String() string
- func (m *CreateHostResponse) Validate() error
- func (m *CreateHostResponse) XXX_DiscardUnknown()
- func (m *CreateHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateHostResponse) XXX_Merge(src proto.Message)
- func (m *CreateHostResponse) XXX_Size() int
- func (m *CreateHostResponse) XXX_Unmarshal(b []byte) error
- type CreateHostResponseValidationError
- func (e CreateHostResponseValidationError) Cause() error
- func (e CreateHostResponseValidationError) Error() string
- func (e CreateHostResponseValidationError) ErrorName() string
- func (e CreateHostResponseValidationError) Field() string
- func (e CreateHostResponseValidationError) Key() bool
- func (e CreateHostResponseValidationError) Reason() string
- type CreateKnowledgeBaseRequest
- func (_ *CreateKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (m *CreateKnowledgeBaseRequest) GetPayload() *KnowledgeBase
- func (*CreateKnowledgeBaseRequest) ProtoMessage()
- func (m *CreateKnowledgeBaseRequest) Reset()
- func (m *CreateKnowledgeBaseRequest) String() string
- func (m *CreateKnowledgeBaseRequest) Validate() error
- func (m *CreateKnowledgeBaseRequest) XXX_DiscardUnknown()
- func (m *CreateKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateKnowledgeBaseRequest) XXX_Merge(src proto.Message)
- func (m *CreateKnowledgeBaseRequest) XXX_Size() int
- func (m *CreateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error
- type CreateKnowledgeBaseRequestValidationError
- func (e CreateKnowledgeBaseRequestValidationError) Cause() error
- func (e CreateKnowledgeBaseRequestValidationError) Error() string
- func (e CreateKnowledgeBaseRequestValidationError) ErrorName() string
- func (e CreateKnowledgeBaseRequestValidationError) Field() string
- func (e CreateKnowledgeBaseRequestValidationError) Key() bool
- func (e CreateKnowledgeBaseRequestValidationError) Reason() string
- type CreateKnowledgeBaseResponse
- func (_ *CreateKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateKnowledgeBaseResponse) Descriptor() ([]byte, []int)
- func (m *CreateKnowledgeBaseResponse) GetResult() *KnowledgeBase
- func (*CreateKnowledgeBaseResponse) ProtoMessage()
- func (m *CreateKnowledgeBaseResponse) Reset()
- func (m *CreateKnowledgeBaseResponse) String() string
- func (m *CreateKnowledgeBaseResponse) Validate() error
- func (m *CreateKnowledgeBaseResponse) XXX_DiscardUnknown()
- func (m *CreateKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateKnowledgeBaseResponse) XXX_Merge(src proto.Message)
- func (m *CreateKnowledgeBaseResponse) XXX_Size() int
- func (m *CreateKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error
- type CreateKnowledgeBaseResponseValidationError
- func (e CreateKnowledgeBaseResponseValidationError) Cause() error
- func (e CreateKnowledgeBaseResponseValidationError) Error() string
- func (e CreateKnowledgeBaseResponseValidationError) ErrorName() string
- func (e CreateKnowledgeBaseResponseValidationError) Field() string
- func (e CreateKnowledgeBaseResponseValidationError) Key() bool
- func (e CreateKnowledgeBaseResponseValidationError) Reason() string
- type CreateRegionRequest
- func (_ *CreateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateRegionRequest) Descriptor() ([]byte, []int)
- func (m *CreateRegionRequest) GetPayload() *Region
- func (*CreateRegionRequest) ProtoMessage()
- func (m *CreateRegionRequest) Reset()
- func (m *CreateRegionRequest) String() string
- func (m *CreateRegionRequest) Validate() error
- func (m *CreateRegionRequest) XXX_DiscardUnknown()
- func (m *CreateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRegionRequest) XXX_Merge(src proto.Message)
- func (m *CreateRegionRequest) XXX_Size() int
- func (m *CreateRegionRequest) XXX_Unmarshal(b []byte) error
- type CreateRegionRequestValidationError
- func (e CreateRegionRequestValidationError) Cause() error
- func (e CreateRegionRequestValidationError) Error() string
- func (e CreateRegionRequestValidationError) ErrorName() string
- func (e CreateRegionRequestValidationError) Field() string
- func (e CreateRegionRequestValidationError) Key() bool
- func (e CreateRegionRequestValidationError) Reason() string
- type CreateRegionResponse
- func (_ *CreateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateRegionResponse) Descriptor() ([]byte, []int)
- func (m *CreateRegionResponse) GetResult() *Region
- func (*CreateRegionResponse) ProtoMessage()
- func (m *CreateRegionResponse) Reset()
- func (m *CreateRegionResponse) String() string
- func (m *CreateRegionResponse) Validate() error
- func (m *CreateRegionResponse) XXX_DiscardUnknown()
- func (m *CreateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRegionResponse) XXX_Merge(src proto.Message)
- func (m *CreateRegionResponse) XXX_Size() int
- func (m *CreateRegionResponse) XXX_Unmarshal(b []byte) error
- type CreateRegionResponseValidationError
- func (e CreateRegionResponseValidationError) Cause() error
- func (e CreateRegionResponseValidationError) Error() string
- func (e CreateRegionResponseValidationError) ErrorName() string
- func (e CreateRegionResponseValidationError) Field() string
- func (e CreateRegionResponseValidationError) Key() bool
- func (e CreateRegionResponseValidationError) Reason() string
- type CreateRegistryRequest
- func (_ *CreateRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateRegistryRequest) Descriptor() ([]byte, []int)
- func (m *CreateRegistryRequest) GetPayload() *Registry
- func (*CreateRegistryRequest) ProtoMessage()
- func (m *CreateRegistryRequest) Reset()
- func (m *CreateRegistryRequest) String() string
- func (m *CreateRegistryRequest) Validate() error
- func (m *CreateRegistryRequest) XXX_DiscardUnknown()
- func (m *CreateRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRegistryRequest) XXX_Merge(src proto.Message)
- func (m *CreateRegistryRequest) XXX_Size() int
- func (m *CreateRegistryRequest) XXX_Unmarshal(b []byte) error
- type CreateRegistryRequestValidationError
- func (e CreateRegistryRequestValidationError) Cause() error
- func (e CreateRegistryRequestValidationError) Error() string
- func (e CreateRegistryRequestValidationError) ErrorName() string
- func (e CreateRegistryRequestValidationError) Field() string
- func (e CreateRegistryRequestValidationError) Key() bool
- func (e CreateRegistryRequestValidationError) Reason() string
- type CreateRegistryResponse
- func (_ *CreateRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateRegistryResponse) Descriptor() ([]byte, []int)
- func (m *CreateRegistryResponse) GetResult() *Registry
- func (*CreateRegistryResponse) ProtoMessage()
- func (m *CreateRegistryResponse) Reset()
- func (m *CreateRegistryResponse) String() string
- func (m *CreateRegistryResponse) Validate() error
- func (m *CreateRegistryResponse) XXX_DiscardUnknown()
- func (m *CreateRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateRegistryResponse) XXX_Merge(src proto.Message)
- func (m *CreateRegistryResponse) XXX_Size() int
- func (m *CreateRegistryResponse) XXX_Unmarshal(b []byte) error
- type CreateRegistryResponseValidationError
- func (e CreateRegistryResponseValidationError) Cause() error
- func (e CreateRegistryResponseValidationError) Error() string
- func (e CreateRegistryResponseValidationError) ErrorName() string
- func (e CreateRegistryResponseValidationError) Field() string
- func (e CreateRegistryResponseValidationError) Key() bool
- func (e CreateRegistryResponseValidationError) Reason() string
- type CreateVpcRequest
- func (_ *CreateVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateVpcRequest) Descriptor() ([]byte, []int)
- func (m *CreateVpcRequest) GetPayload() *Vpc
- func (*CreateVpcRequest) ProtoMessage()
- func (m *CreateVpcRequest) Reset()
- func (m *CreateVpcRequest) String() string
- func (m *CreateVpcRequest) Validate() error
- func (m *CreateVpcRequest) XXX_DiscardUnknown()
- func (m *CreateVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateVpcRequest) XXX_Merge(src proto.Message)
- func (m *CreateVpcRequest) XXX_Size() int
- func (m *CreateVpcRequest) XXX_Unmarshal(b []byte) error
- type CreateVpcRequestValidationError
- func (e CreateVpcRequestValidationError) Cause() error
- func (e CreateVpcRequestValidationError) Error() string
- func (e CreateVpcRequestValidationError) ErrorName() string
- func (e CreateVpcRequestValidationError) Field() string
- func (e CreateVpcRequestValidationError) Key() bool
- func (e CreateVpcRequestValidationError) Reason() string
- type CreateVpcResponse
- func (_ *CreateVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateVpcResponse) Descriptor() ([]byte, []int)
- func (m *CreateVpcResponse) GetResult() *Vpc
- func (*CreateVpcResponse) ProtoMessage()
- func (m *CreateVpcResponse) Reset()
- func (m *CreateVpcResponse) String() string
- func (m *CreateVpcResponse) Validate() error
- func (m *CreateVpcResponse) XXX_DiscardUnknown()
- func (m *CreateVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateVpcResponse) XXX_Merge(src proto.Message)
- func (m *CreateVpcResponse) XXX_Size() int
- func (m *CreateVpcResponse) XXX_Unmarshal(b []byte) error
- type CreateVpcResponseValidationError
- func (e CreateVpcResponseValidationError) Cause() error
- func (e CreateVpcResponseValidationError) Error() string
- func (e CreateVpcResponseValidationError) ErrorName() string
- func (e CreateVpcResponseValidationError) Field() string
- func (e CreateVpcResponseValidationError) Key() bool
- func (e CreateVpcResponseValidationError) Reason() string
- type CreateVulnerabilityRequest
- func (_ *CreateVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateVulnerabilityRequest) Descriptor() ([]byte, []int)
- func (m *CreateVulnerabilityRequest) GetPayload() *Vulnerability
- func (*CreateVulnerabilityRequest) ProtoMessage()
- func (m *CreateVulnerabilityRequest) Reset()
- func (m *CreateVulnerabilityRequest) String() string
- func (m *CreateVulnerabilityRequest) Validate() error
- func (m *CreateVulnerabilityRequest) XXX_DiscardUnknown()
- func (m *CreateVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateVulnerabilityRequest) XXX_Merge(src proto.Message)
- func (m *CreateVulnerabilityRequest) XXX_Size() int
- func (m *CreateVulnerabilityRequest) XXX_Unmarshal(b []byte) error
- type CreateVulnerabilityRequestValidationError
- func (e CreateVulnerabilityRequestValidationError) Cause() error
- func (e CreateVulnerabilityRequestValidationError) Error() string
- func (e CreateVulnerabilityRequestValidationError) ErrorName() string
- func (e CreateVulnerabilityRequestValidationError) Field() string
- func (e CreateVulnerabilityRequestValidationError) Key() bool
- func (e CreateVulnerabilityRequestValidationError) Reason() string
- type CreateVulnerabilityResponse
- func (_ *CreateVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*CreateVulnerabilityResponse) Descriptor() ([]byte, []int)
- func (m *CreateVulnerabilityResponse) GetResult() *Vulnerability
- func (*CreateVulnerabilityResponse) ProtoMessage()
- func (m *CreateVulnerabilityResponse) Reset()
- func (m *CreateVulnerabilityResponse) String() string
- func (m *CreateVulnerabilityResponse) Validate() error
- func (m *CreateVulnerabilityResponse) XXX_DiscardUnknown()
- func (m *CreateVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateVulnerabilityResponse) XXX_Merge(src proto.Message)
- func (m *CreateVulnerabilityResponse) XXX_Size() int
- func (m *CreateVulnerabilityResponse) XXX_Unmarshal(b []byte) error
- type CreateVulnerabilityResponseValidationError
- func (e CreateVulnerabilityResponseValidationError) Cause() error
- func (e CreateVulnerabilityResponseValidationError) Error() string
- func (e CreateVulnerabilityResponseValidationError) ErrorName() string
- func (e CreateVulnerabilityResponseValidationError) Field() string
- func (e CreateVulnerabilityResponseValidationError) Key() bool
- func (e CreateVulnerabilityResponseValidationError) Reason() string
- type DeleteAmiRequest
- func (_ *DeleteAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteAmiRequest) Descriptor() ([]byte, []int)
- func (m *DeleteAmiRequest) GetId() *resource.Identifier
- func (*DeleteAmiRequest) ProtoMessage()
- func (m *DeleteAmiRequest) Reset()
- func (m *DeleteAmiRequest) String() string
- func (m *DeleteAmiRequest) Validate() error
- func (m *DeleteAmiRequest) XXX_DiscardUnknown()
- func (m *DeleteAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAmiRequest) XXX_Merge(src proto.Message)
- func (m *DeleteAmiRequest) XXX_Size() int
- func (m *DeleteAmiRequest) XXX_Unmarshal(b []byte) error
- type DeleteAmiRequestValidationError
- func (e DeleteAmiRequestValidationError) Cause() error
- func (e DeleteAmiRequestValidationError) Error() string
- func (e DeleteAmiRequestValidationError) ErrorName() string
- func (e DeleteAmiRequestValidationError) Field() string
- func (e DeleteAmiRequestValidationError) Key() bool
- func (e DeleteAmiRequestValidationError) Reason() string
- type DeleteAmiResponse
- func (_ *DeleteAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteAmiResponse) Descriptor() ([]byte, []int)
- func (*DeleteAmiResponse) ProtoMessage()
- func (m *DeleteAmiResponse) Reset()
- func (m *DeleteAmiResponse) String() string
- func (m *DeleteAmiResponse) Validate() error
- func (m *DeleteAmiResponse) XXX_DiscardUnknown()
- func (m *DeleteAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteAmiResponse) XXX_Merge(src proto.Message)
- func (m *DeleteAmiResponse) XXX_Size() int
- func (m *DeleteAmiResponse) XXX_Unmarshal(b []byte) error
- type DeleteAmiResponseValidationError
- func (e DeleteAmiResponseValidationError) Cause() error
- func (e DeleteAmiResponseValidationError) Error() string
- func (e DeleteAmiResponseValidationError) ErrorName() string
- func (e DeleteAmiResponseValidationError) Field() string
- func (e DeleteAmiResponseValidationError) Key() bool
- func (e DeleteAmiResponseValidationError) Reason() string
- type DeleteApplicationRequest
- func (_ *DeleteApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteApplicationRequest) Descriptor() ([]byte, []int)
- func (m *DeleteApplicationRequest) GetId() *resource.Identifier
- func (*DeleteApplicationRequest) ProtoMessage()
- func (m *DeleteApplicationRequest) Reset()
- func (m *DeleteApplicationRequest) String() string
- func (m *DeleteApplicationRequest) Validate() error
- func (m *DeleteApplicationRequest) XXX_DiscardUnknown()
- func (m *DeleteApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteApplicationRequest) XXX_Merge(src proto.Message)
- func (m *DeleteApplicationRequest) XXX_Size() int
- func (m *DeleteApplicationRequest) XXX_Unmarshal(b []byte) error
- type DeleteApplicationRequestValidationError
- func (e DeleteApplicationRequestValidationError) Cause() error
- func (e DeleteApplicationRequestValidationError) Error() string
- func (e DeleteApplicationRequestValidationError) ErrorName() string
- func (e DeleteApplicationRequestValidationError) Field() string
- func (e DeleteApplicationRequestValidationError) Key() bool
- func (e DeleteApplicationRequestValidationError) Reason() string
- type DeleteApplicationResponse
- func (_ *DeleteApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteApplicationResponse) Descriptor() ([]byte, []int)
- func (*DeleteApplicationResponse) ProtoMessage()
- func (m *DeleteApplicationResponse) Reset()
- func (m *DeleteApplicationResponse) String() string
- func (m *DeleteApplicationResponse) Validate() error
- func (m *DeleteApplicationResponse) XXX_DiscardUnknown()
- func (m *DeleteApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteApplicationResponse) XXX_Merge(src proto.Message)
- func (m *DeleteApplicationResponse) XXX_Size() int
- func (m *DeleteApplicationResponse) XXX_Unmarshal(b []byte) error
- type DeleteApplicationResponseValidationError
- func (e DeleteApplicationResponseValidationError) Cause() error
- func (e DeleteApplicationResponseValidationError) Error() string
- func (e DeleteApplicationResponseValidationError) ErrorName() string
- func (e DeleteApplicationResponseValidationError) Field() string
- func (e DeleteApplicationResponseValidationError) Key() bool
- func (e DeleteApplicationResponseValidationError) Reason() string
- type DeleteApplicationVersionRequest
- func (_ *DeleteApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteApplicationVersionRequest) Descriptor() ([]byte, []int)
- func (m *DeleteApplicationVersionRequest) GetId() *resource.Identifier
- func (*DeleteApplicationVersionRequest) ProtoMessage()
- func (m *DeleteApplicationVersionRequest) Reset()
- func (m *DeleteApplicationVersionRequest) String() string
- func (m *DeleteApplicationVersionRequest) Validate() error
- func (m *DeleteApplicationVersionRequest) XXX_DiscardUnknown()
- func (m *DeleteApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteApplicationVersionRequest) XXX_Merge(src proto.Message)
- func (m *DeleteApplicationVersionRequest) XXX_Size() int
- func (m *DeleteApplicationVersionRequest) XXX_Unmarshal(b []byte) error
- type DeleteApplicationVersionRequestValidationError
- func (e DeleteApplicationVersionRequestValidationError) Cause() error
- func (e DeleteApplicationVersionRequestValidationError) Error() string
- func (e DeleteApplicationVersionRequestValidationError) ErrorName() string
- func (e DeleteApplicationVersionRequestValidationError) Field() string
- func (e DeleteApplicationVersionRequestValidationError) Key() bool
- func (e DeleteApplicationVersionRequestValidationError) Reason() string
- type DeleteApplicationVersionResponse
- func (_ *DeleteApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteApplicationVersionResponse) Descriptor() ([]byte, []int)
- func (*DeleteApplicationVersionResponse) ProtoMessage()
- func (m *DeleteApplicationVersionResponse) Reset()
- func (m *DeleteApplicationVersionResponse) String() string
- func (m *DeleteApplicationVersionResponse) Validate() error
- func (m *DeleteApplicationVersionResponse) XXX_DiscardUnknown()
- func (m *DeleteApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteApplicationVersionResponse) XXX_Merge(src proto.Message)
- func (m *DeleteApplicationVersionResponse) XXX_Size() int
- func (m *DeleteApplicationVersionResponse) XXX_Unmarshal(b []byte) error
- type DeleteApplicationVersionResponseValidationError
- func (e DeleteApplicationVersionResponseValidationError) Cause() error
- func (e DeleteApplicationVersionResponseValidationError) Error() string
- func (e DeleteApplicationVersionResponseValidationError) ErrorName() string
- func (e DeleteApplicationVersionResponseValidationError) Field() string
- func (e DeleteApplicationVersionResponseValidationError) Key() bool
- func (e DeleteApplicationVersionResponseValidationError) Reason() string
- type DeleteCloudProviderRequest
- func (_ *DeleteCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteCloudProviderRequest) Descriptor() ([]byte, []int)
- func (m *DeleteCloudProviderRequest) GetId() *resource.Identifier
- func (*DeleteCloudProviderRequest) ProtoMessage()
- func (m *DeleteCloudProviderRequest) Reset()
- func (m *DeleteCloudProviderRequest) String() string
- func (m *DeleteCloudProviderRequest) Validate() error
- func (m *DeleteCloudProviderRequest) XXX_DiscardUnknown()
- func (m *DeleteCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteCloudProviderRequest) XXX_Merge(src proto.Message)
- func (m *DeleteCloudProviderRequest) XXX_Size() int
- func (m *DeleteCloudProviderRequest) XXX_Unmarshal(b []byte) error
- type DeleteCloudProviderRequestValidationError
- func (e DeleteCloudProviderRequestValidationError) Cause() error
- func (e DeleteCloudProviderRequestValidationError) Error() string
- func (e DeleteCloudProviderRequestValidationError) ErrorName() string
- func (e DeleteCloudProviderRequestValidationError) Field() string
- func (e DeleteCloudProviderRequestValidationError) Key() bool
- func (e DeleteCloudProviderRequestValidationError) Reason() string
- type DeleteCloudProviderResponse
- func (_ *DeleteCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteCloudProviderResponse) Descriptor() ([]byte, []int)
- func (*DeleteCloudProviderResponse) ProtoMessage()
- func (m *DeleteCloudProviderResponse) Reset()
- func (m *DeleteCloudProviderResponse) String() string
- func (m *DeleteCloudProviderResponse) Validate() error
- func (m *DeleteCloudProviderResponse) XXX_DiscardUnknown()
- func (m *DeleteCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteCloudProviderResponse) XXX_Merge(src proto.Message)
- func (m *DeleteCloudProviderResponse) XXX_Size() int
- func (m *DeleteCloudProviderResponse) XXX_Unmarshal(b []byte) error
- type DeleteCloudProviderResponseValidationError
- func (e DeleteCloudProviderResponseValidationError) Cause() error
- func (e DeleteCloudProviderResponseValidationError) Error() string
- func (e DeleteCloudProviderResponseValidationError) ErrorName() string
- func (e DeleteCloudProviderResponseValidationError) Field() string
- func (e DeleteCloudProviderResponseValidationError) Key() bool
- func (e DeleteCloudProviderResponseValidationError) Reason() string
- type DeleteContainerRequest
- func (_ *DeleteContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteContainerRequest) Descriptor() ([]byte, []int)
- func (m *DeleteContainerRequest) GetId() *resource.Identifier
- func (*DeleteContainerRequest) ProtoMessage()
- func (m *DeleteContainerRequest) Reset()
- func (m *DeleteContainerRequest) String() string
- func (m *DeleteContainerRequest) Validate() error
- func (m *DeleteContainerRequest) XXX_DiscardUnknown()
- func (m *DeleteContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteContainerRequest) XXX_Merge(src proto.Message)
- func (m *DeleteContainerRequest) XXX_Size() int
- func (m *DeleteContainerRequest) XXX_Unmarshal(b []byte) error
- type DeleteContainerRequestValidationError
- func (e DeleteContainerRequestValidationError) Cause() error
- func (e DeleteContainerRequestValidationError) Error() string
- func (e DeleteContainerRequestValidationError) ErrorName() string
- func (e DeleteContainerRequestValidationError) Field() string
- func (e DeleteContainerRequestValidationError) Key() bool
- func (e DeleteContainerRequestValidationError) Reason() string
- type DeleteContainerResponse
- func (_ *DeleteContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteContainerResponse) Descriptor() ([]byte, []int)
- func (*DeleteContainerResponse) ProtoMessage()
- func (m *DeleteContainerResponse) Reset()
- func (m *DeleteContainerResponse) String() string
- func (m *DeleteContainerResponse) Validate() error
- func (m *DeleteContainerResponse) XXX_DiscardUnknown()
- func (m *DeleteContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteContainerResponse) XXX_Merge(src proto.Message)
- func (m *DeleteContainerResponse) XXX_Size() int
- func (m *DeleteContainerResponse) XXX_Unmarshal(b []byte) error
- type DeleteContainerResponseValidationError
- func (e DeleteContainerResponseValidationError) Cause() error
- func (e DeleteContainerResponseValidationError) Error() string
- func (e DeleteContainerResponseValidationError) ErrorName() string
- func (e DeleteContainerResponseValidationError) Field() string
- func (e DeleteContainerResponseValidationError) Key() bool
- func (e DeleteContainerResponseValidationError) Reason() string
- type DeleteContainerTagRequest
- func (_ *DeleteContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteContainerTagRequest) Descriptor() ([]byte, []int)
- func (m *DeleteContainerTagRequest) GetId() *resource.Identifier
- func (*DeleteContainerTagRequest) ProtoMessage()
- func (m *DeleteContainerTagRequest) Reset()
- func (m *DeleteContainerTagRequest) String() string
- func (m *DeleteContainerTagRequest) Validate() error
- func (m *DeleteContainerTagRequest) XXX_DiscardUnknown()
- func (m *DeleteContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteContainerTagRequest) XXX_Merge(src proto.Message)
- func (m *DeleteContainerTagRequest) XXX_Size() int
- func (m *DeleteContainerTagRequest) XXX_Unmarshal(b []byte) error
- type DeleteContainerTagRequestValidationError
- func (e DeleteContainerTagRequestValidationError) Cause() error
- func (e DeleteContainerTagRequestValidationError) Error() string
- func (e DeleteContainerTagRequestValidationError) ErrorName() string
- func (e DeleteContainerTagRequestValidationError) Field() string
- func (e DeleteContainerTagRequestValidationError) Key() bool
- func (e DeleteContainerTagRequestValidationError) Reason() string
- type DeleteContainerTagResponse
- func (_ *DeleteContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteContainerTagResponse) Descriptor() ([]byte, []int)
- func (*DeleteContainerTagResponse) ProtoMessage()
- func (m *DeleteContainerTagResponse) Reset()
- func (m *DeleteContainerTagResponse) String() string
- func (m *DeleteContainerTagResponse) Validate() error
- func (m *DeleteContainerTagResponse) XXX_DiscardUnknown()
- func (m *DeleteContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteContainerTagResponse) XXX_Merge(src proto.Message)
- func (m *DeleteContainerTagResponse) XXX_Size() int
- func (m *DeleteContainerTagResponse) XXX_Unmarshal(b []byte) error
- type DeleteContainerTagResponseValidationError
- func (e DeleteContainerTagResponseValidationError) Cause() error
- func (e DeleteContainerTagResponseValidationError) Error() string
- func (e DeleteContainerTagResponseValidationError) ErrorName() string
- func (e DeleteContainerTagResponseValidationError) Field() string
- func (e DeleteContainerTagResponseValidationError) Key() bool
- func (e DeleteContainerTagResponseValidationError) Reason() string
- type DeleteEventRequest
- func (_ *DeleteEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteEventRequest) Descriptor() ([]byte, []int)
- func (m *DeleteEventRequest) GetId() *resource.Identifier
- func (*DeleteEventRequest) ProtoMessage()
- func (m *DeleteEventRequest) Reset()
- func (m *DeleteEventRequest) String() string
- func (m *DeleteEventRequest) Validate() error
- func (m *DeleteEventRequest) XXX_DiscardUnknown()
- func (m *DeleteEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteEventRequest) XXX_Merge(src proto.Message)
- func (m *DeleteEventRequest) XXX_Size() int
- func (m *DeleteEventRequest) XXX_Unmarshal(b []byte) error
- type DeleteEventRequestValidationError
- func (e DeleteEventRequestValidationError) Cause() error
- func (e DeleteEventRequestValidationError) Error() string
- func (e DeleteEventRequestValidationError) ErrorName() string
- func (e DeleteEventRequestValidationError) Field() string
- func (e DeleteEventRequestValidationError) Key() bool
- func (e DeleteEventRequestValidationError) Reason() string
- type DeleteEventResponse
- func (_ *DeleteEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteEventResponse) Descriptor() ([]byte, []int)
- func (*DeleteEventResponse) ProtoMessage()
- func (m *DeleteEventResponse) Reset()
- func (m *DeleteEventResponse) String() string
- func (m *DeleteEventResponse) Validate() error
- func (m *DeleteEventResponse) XXX_DiscardUnknown()
- func (m *DeleteEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteEventResponse) XXX_Merge(src proto.Message)
- func (m *DeleteEventResponse) XXX_Size() int
- func (m *DeleteEventResponse) XXX_Unmarshal(b []byte) error
- type DeleteEventResponseValidationError
- func (e DeleteEventResponseValidationError) Cause() error
- func (e DeleteEventResponseValidationError) Error() string
- func (e DeleteEventResponseValidationError) ErrorName() string
- func (e DeleteEventResponseValidationError) Field() string
- func (e DeleteEventResponseValidationError) Key() bool
- func (e DeleteEventResponseValidationError) Reason() string
- type DeleteHostRequest
- func (_ *DeleteHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteHostRequest) Descriptor() ([]byte, []int)
- func (m *DeleteHostRequest) GetId() *resource.Identifier
- func (*DeleteHostRequest) ProtoMessage()
- func (m *DeleteHostRequest) Reset()
- func (m *DeleteHostRequest) String() string
- func (m *DeleteHostRequest) Validate() error
- func (m *DeleteHostRequest) XXX_DiscardUnknown()
- func (m *DeleteHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteHostRequest) XXX_Merge(src proto.Message)
- func (m *DeleteHostRequest) XXX_Size() int
- func (m *DeleteHostRequest) XXX_Unmarshal(b []byte) error
- type DeleteHostRequestValidationError
- func (e DeleteHostRequestValidationError) Cause() error
- func (e DeleteHostRequestValidationError) Error() string
- func (e DeleteHostRequestValidationError) ErrorName() string
- func (e DeleteHostRequestValidationError) Field() string
- func (e DeleteHostRequestValidationError) Key() bool
- func (e DeleteHostRequestValidationError) Reason() string
- type DeleteHostResponse
- func (_ *DeleteHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteHostResponse) Descriptor() ([]byte, []int)
- func (*DeleteHostResponse) ProtoMessage()
- func (m *DeleteHostResponse) Reset()
- func (m *DeleteHostResponse) String() string
- func (m *DeleteHostResponse) Validate() error
- func (m *DeleteHostResponse) XXX_DiscardUnknown()
- func (m *DeleteHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteHostResponse) XXX_Merge(src proto.Message)
- func (m *DeleteHostResponse) XXX_Size() int
- func (m *DeleteHostResponse) XXX_Unmarshal(b []byte) error
- type DeleteHostResponseValidationError
- func (e DeleteHostResponseValidationError) Cause() error
- func (e DeleteHostResponseValidationError) Error() string
- func (e DeleteHostResponseValidationError) ErrorName() string
- func (e DeleteHostResponseValidationError) Field() string
- func (e DeleteHostResponseValidationError) Key() bool
- func (e DeleteHostResponseValidationError) Reason() string
- type DeleteKnowledgeBaseRequest
- func (_ *DeleteKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (m *DeleteKnowledgeBaseRequest) GetId() *resource.Identifier
- func (*DeleteKnowledgeBaseRequest) ProtoMessage()
- func (m *DeleteKnowledgeBaseRequest) Reset()
- func (m *DeleteKnowledgeBaseRequest) String() string
- func (m *DeleteKnowledgeBaseRequest) Validate() error
- func (m *DeleteKnowledgeBaseRequest) XXX_DiscardUnknown()
- func (m *DeleteKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteKnowledgeBaseRequest) XXX_Merge(src proto.Message)
- func (m *DeleteKnowledgeBaseRequest) XXX_Size() int
- func (m *DeleteKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error
- type DeleteKnowledgeBaseRequestValidationError
- func (e DeleteKnowledgeBaseRequestValidationError) Cause() error
- func (e DeleteKnowledgeBaseRequestValidationError) Error() string
- func (e DeleteKnowledgeBaseRequestValidationError) ErrorName() string
- func (e DeleteKnowledgeBaseRequestValidationError) Field() string
- func (e DeleteKnowledgeBaseRequestValidationError) Key() bool
- func (e DeleteKnowledgeBaseRequestValidationError) Reason() string
- type DeleteKnowledgeBaseResponse
- func (_ *DeleteKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteKnowledgeBaseResponse) Descriptor() ([]byte, []int)
- func (*DeleteKnowledgeBaseResponse) ProtoMessage()
- func (m *DeleteKnowledgeBaseResponse) Reset()
- func (m *DeleteKnowledgeBaseResponse) String() string
- func (m *DeleteKnowledgeBaseResponse) Validate() error
- func (m *DeleteKnowledgeBaseResponse) XXX_DiscardUnknown()
- func (m *DeleteKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteKnowledgeBaseResponse) XXX_Merge(src proto.Message)
- func (m *DeleteKnowledgeBaseResponse) XXX_Size() int
- func (m *DeleteKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error
- type DeleteKnowledgeBaseResponseValidationError
- func (e DeleteKnowledgeBaseResponseValidationError) Cause() error
- func (e DeleteKnowledgeBaseResponseValidationError) Error() string
- func (e DeleteKnowledgeBaseResponseValidationError) ErrorName() string
- func (e DeleteKnowledgeBaseResponseValidationError) Field() string
- func (e DeleteKnowledgeBaseResponseValidationError) Key() bool
- func (e DeleteKnowledgeBaseResponseValidationError) Reason() string
- type DeleteRegionRequest
- func (_ *DeleteRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteRegionRequest) Descriptor() ([]byte, []int)
- func (m *DeleteRegionRequest) GetId() *resource.Identifier
- func (*DeleteRegionRequest) ProtoMessage()
- func (m *DeleteRegionRequest) Reset()
- func (m *DeleteRegionRequest) String() string
- func (m *DeleteRegionRequest) Validate() error
- func (m *DeleteRegionRequest) XXX_DiscardUnknown()
- func (m *DeleteRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRegionRequest) XXX_Merge(src proto.Message)
- func (m *DeleteRegionRequest) XXX_Size() int
- func (m *DeleteRegionRequest) XXX_Unmarshal(b []byte) error
- type DeleteRegionRequestValidationError
- func (e DeleteRegionRequestValidationError) Cause() error
- func (e DeleteRegionRequestValidationError) Error() string
- func (e DeleteRegionRequestValidationError) ErrorName() string
- func (e DeleteRegionRequestValidationError) Field() string
- func (e DeleteRegionRequestValidationError) Key() bool
- func (e DeleteRegionRequestValidationError) Reason() string
- type DeleteRegionResponse
- func (_ *DeleteRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteRegionResponse) Descriptor() ([]byte, []int)
- func (*DeleteRegionResponse) ProtoMessage()
- func (m *DeleteRegionResponse) Reset()
- func (m *DeleteRegionResponse) String() string
- func (m *DeleteRegionResponse) Validate() error
- func (m *DeleteRegionResponse) XXX_DiscardUnknown()
- func (m *DeleteRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRegionResponse) XXX_Merge(src proto.Message)
- func (m *DeleteRegionResponse) XXX_Size() int
- func (m *DeleteRegionResponse) XXX_Unmarshal(b []byte) error
- type DeleteRegionResponseValidationError
- func (e DeleteRegionResponseValidationError) Cause() error
- func (e DeleteRegionResponseValidationError) Error() string
- func (e DeleteRegionResponseValidationError) ErrorName() string
- func (e DeleteRegionResponseValidationError) Field() string
- func (e DeleteRegionResponseValidationError) Key() bool
- func (e DeleteRegionResponseValidationError) Reason() string
- type DeleteRegistryRequest
- func (_ *DeleteRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteRegistryRequest) Descriptor() ([]byte, []int)
- func (m *DeleteRegistryRequest) GetId() *resource.Identifier
- func (*DeleteRegistryRequest) ProtoMessage()
- func (m *DeleteRegistryRequest) Reset()
- func (m *DeleteRegistryRequest) String() string
- func (m *DeleteRegistryRequest) Validate() error
- func (m *DeleteRegistryRequest) XXX_DiscardUnknown()
- func (m *DeleteRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRegistryRequest) XXX_Merge(src proto.Message)
- func (m *DeleteRegistryRequest) XXX_Size() int
- func (m *DeleteRegistryRequest) XXX_Unmarshal(b []byte) error
- type DeleteRegistryRequestValidationError
- func (e DeleteRegistryRequestValidationError) Cause() error
- func (e DeleteRegistryRequestValidationError) Error() string
- func (e DeleteRegistryRequestValidationError) ErrorName() string
- func (e DeleteRegistryRequestValidationError) Field() string
- func (e DeleteRegistryRequestValidationError) Key() bool
- func (e DeleteRegistryRequestValidationError) Reason() string
- type DeleteRegistryResponse
- func (_ *DeleteRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteRegistryResponse) Descriptor() ([]byte, []int)
- func (*DeleteRegistryResponse) ProtoMessage()
- func (m *DeleteRegistryResponse) Reset()
- func (m *DeleteRegistryResponse) String() string
- func (m *DeleteRegistryResponse) Validate() error
- func (m *DeleteRegistryResponse) XXX_DiscardUnknown()
- func (m *DeleteRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteRegistryResponse) XXX_Merge(src proto.Message)
- func (m *DeleteRegistryResponse) XXX_Size() int
- func (m *DeleteRegistryResponse) XXX_Unmarshal(b []byte) error
- type DeleteRegistryResponseValidationError
- func (e DeleteRegistryResponseValidationError) Cause() error
- func (e DeleteRegistryResponseValidationError) Error() string
- func (e DeleteRegistryResponseValidationError) ErrorName() string
- func (e DeleteRegistryResponseValidationError) Field() string
- func (e DeleteRegistryResponseValidationError) Key() bool
- func (e DeleteRegistryResponseValidationError) Reason() string
- type DeleteVpcRequest
- func (_ *DeleteVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteVpcRequest) Descriptor() ([]byte, []int)
- func (m *DeleteVpcRequest) GetId() *resource.Identifier
- func (*DeleteVpcRequest) ProtoMessage()
- func (m *DeleteVpcRequest) Reset()
- func (m *DeleteVpcRequest) String() string
- func (m *DeleteVpcRequest) Validate() error
- func (m *DeleteVpcRequest) XXX_DiscardUnknown()
- func (m *DeleteVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteVpcRequest) XXX_Merge(src proto.Message)
- func (m *DeleteVpcRequest) XXX_Size() int
- func (m *DeleteVpcRequest) XXX_Unmarshal(b []byte) error
- type DeleteVpcRequestValidationError
- func (e DeleteVpcRequestValidationError) Cause() error
- func (e DeleteVpcRequestValidationError) Error() string
- func (e DeleteVpcRequestValidationError) ErrorName() string
- func (e DeleteVpcRequestValidationError) Field() string
- func (e DeleteVpcRequestValidationError) Key() bool
- func (e DeleteVpcRequestValidationError) Reason() string
- type DeleteVpcResponse
- func (_ *DeleteVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteVpcResponse) Descriptor() ([]byte, []int)
- func (*DeleteVpcResponse) ProtoMessage()
- func (m *DeleteVpcResponse) Reset()
- func (m *DeleteVpcResponse) String() string
- func (m *DeleteVpcResponse) Validate() error
- func (m *DeleteVpcResponse) XXX_DiscardUnknown()
- func (m *DeleteVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteVpcResponse) XXX_Merge(src proto.Message)
- func (m *DeleteVpcResponse) XXX_Size() int
- func (m *DeleteVpcResponse) XXX_Unmarshal(b []byte) error
- type DeleteVpcResponseValidationError
- func (e DeleteVpcResponseValidationError) Cause() error
- func (e DeleteVpcResponseValidationError) Error() string
- func (e DeleteVpcResponseValidationError) ErrorName() string
- func (e DeleteVpcResponseValidationError) Field() string
- func (e DeleteVpcResponseValidationError) Key() bool
- func (e DeleteVpcResponseValidationError) Reason() string
- type DeleteVulnerabilityRequest
- func (_ *DeleteVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteVulnerabilityRequest) Descriptor() ([]byte, []int)
- func (m *DeleteVulnerabilityRequest) GetId() *resource.Identifier
- func (*DeleteVulnerabilityRequest) ProtoMessage()
- func (m *DeleteVulnerabilityRequest) Reset()
- func (m *DeleteVulnerabilityRequest) String() string
- func (m *DeleteVulnerabilityRequest) Validate() error
- func (m *DeleteVulnerabilityRequest) XXX_DiscardUnknown()
- func (m *DeleteVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteVulnerabilityRequest) XXX_Merge(src proto.Message)
- func (m *DeleteVulnerabilityRequest) XXX_Size() int
- func (m *DeleteVulnerabilityRequest) XXX_Unmarshal(b []byte) error
- type DeleteVulnerabilityRequestValidationError
- func (e DeleteVulnerabilityRequestValidationError) Cause() error
- func (e DeleteVulnerabilityRequestValidationError) Error() string
- func (e DeleteVulnerabilityRequestValidationError) ErrorName() string
- func (e DeleteVulnerabilityRequestValidationError) Field() string
- func (e DeleteVulnerabilityRequestValidationError) Key() bool
- func (e DeleteVulnerabilityRequestValidationError) Reason() string
- type DeleteVulnerabilityResponse
- func (_ *DeleteVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*DeleteVulnerabilityResponse) Descriptor() ([]byte, []int)
- func (*DeleteVulnerabilityResponse) ProtoMessage()
- func (m *DeleteVulnerabilityResponse) Reset()
- func (m *DeleteVulnerabilityResponse) String() string
- func (m *DeleteVulnerabilityResponse) Validate() error
- func (m *DeleteVulnerabilityResponse) XXX_DiscardUnknown()
- func (m *DeleteVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteVulnerabilityResponse) XXX_Merge(src proto.Message)
- func (m *DeleteVulnerabilityResponse) XXX_Size() int
- func (m *DeleteVulnerabilityResponse) XXX_Unmarshal(b []byte) error
- type DeleteVulnerabilityResponseValidationError
- func (e DeleteVulnerabilityResponseValidationError) Cause() error
- func (e DeleteVulnerabilityResponseValidationError) Error() string
- func (e DeleteVulnerabilityResponseValidationError) ErrorName() string
- func (e DeleteVulnerabilityResponseValidationError) Field() string
- func (e DeleteVulnerabilityResponseValidationError) Key() bool
- func (e DeleteVulnerabilityResponseValidationError) Reason() string
- type Event
- func DefaultApplyFieldMaskEvent(ctx context.Context, patchee *Event, patcher *Event, ...) (*Event, error)
- func DefaultCreateEvent(ctx context.Context, in *Event, db *gorm1.DB) (*Event, error)
- func DefaultListEvent(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Event, error)
- func DefaultPatchEvent(ctx context.Context, in *Event, updateMask *field_mask1.FieldMask, ...) (*Event, error)
- func DefaultPatchSetEvent(ctx context.Context, objects []*Event, updateMasks []*field_mask1.FieldMask, ...) ([]*Event, error)
- func DefaultReadEvent(ctx context.Context, in *Event, db *gorm1.DB, fs *query1.FieldSelection) (*Event, error)
- func DefaultStrictUpdateEvent(ctx context.Context, in *Event, db *gorm1.DB) (*Event, error)
- func (_ *Event) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Event) Descriptor() ([]byte, []int)
- func (m *Event) GetAmiId() *resource.Identifier
- func (m *Event) GetContainerTagId() *resource.Identifier
- func (m *Event) GetDescription() string
- func (m *Event) GetEventJob() *types.JSONValue
- func (m *Event) GetEventTime() *timestamp.Timestamp
- func (m *Event) GetEventType() string
- func (m *Event) GetHostId() *resource.Identifier
- func (m *Event) GetId() *resource.Identifier
- func (m *Event) GetName() string
- func (m *Event) GetVulnerabilities() []*Vulnerability
- func (*Event) ProtoMessage()
- func (m *Event) Reset()
- func (m *Event) String() string
- func (m *Event) ToORM(ctx context.Context) (EventORM, error)
- func (m *Event) Validate() error
- func (m *Event) XXX_DiscardUnknown()
- func (m *Event) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Event) XXX_Merge(src proto.Message)
- func (m *Event) XXX_Size() int
- func (m *Event) XXX_Unmarshal(b []byte) error
- type EventORM
- type EventORMWithAfterCreate_
- type EventORMWithAfterDeleteSet
- type EventORMWithAfterDelete_
- type EventORMWithAfterListFind
- type EventORMWithAfterReadFind
- type EventORMWithAfterStrictUpdateSave
- type EventORMWithBeforeCreate_
- type EventORMWithBeforeDeleteSet
- type EventORMWithBeforeDelete_
- type EventORMWithBeforeListApplyQuery
- type EventORMWithBeforeListFind
- type EventORMWithBeforeReadApplyQuery
- type EventORMWithBeforeReadFind
- type EventORMWithBeforeStrictUpdateCleanup
- type EventORMWithBeforeStrictUpdateSave
- type EventValidationError
- type EventWithAfterPatchSave
- type EventWithAfterToORM
- type EventWithAfterToPB
- type EventWithBeforePatchApplyFieldMask
- type EventWithBeforePatchRead
- type EventWithBeforePatchSave
- type EventWithBeforeToORM
- type EventWithBeforeToPB
- type EventsClient
- type EventsDefaultServer
- func (m *EventsDefaultServer) Create(ctx context.Context, in *CreateEventRequest) (*CreateEventResponse, error)
- func (m *EventsDefaultServer) Delete(ctx context.Context, in *DeleteEventRequest) (*DeleteEventResponse, error)
- func (m *EventsDefaultServer) List(ctx context.Context, in *ListEventRequest) (*ListEventsResponse, error)
- func (m *EventsDefaultServer) Read(ctx context.Context, in *ReadEventRequest) (*ReadEventResponse, error)
- func (m *EventsDefaultServer) Update(ctx context.Context, in *UpdateEventRequest) (*UpdateEventResponse, error)
- type EventsEventWithAfterCreate
- type EventsEventWithAfterDelete
- type EventsEventWithAfterList
- type EventsEventWithAfterRead
- type EventsEventWithAfterUpdate
- type EventsEventWithBeforeCreate
- type EventsEventWithBeforeDelete
- type EventsEventWithBeforeList
- type EventsEventWithBeforeRead
- type EventsEventWithBeforeUpdate
- type EventsServer
- type Host
- func DefaultApplyFieldMaskHost(ctx context.Context, patchee *Host, patcher *Host, ...) (*Host, error)
- func DefaultCreateHost(ctx context.Context, in *Host, db *gorm1.DB) (*Host, error)
- func DefaultListHost(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Host, error)
- func DefaultPatchHost(ctx context.Context, in *Host, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Host, error)
- func DefaultPatchSetHost(ctx context.Context, objects []*Host, updateMasks []*field_mask1.FieldMask, ...) ([]*Host, error)
- func DefaultReadHost(ctx context.Context, in *Host, db *gorm1.DB, fs *query1.FieldSelection) (*Host, error)
- func DefaultStrictUpdateHost(ctx context.Context, in *Host, db *gorm1.DB) (*Host, error)
- func (_ *Host) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Host) Descriptor() ([]byte, []int)
- func (m *Host) GetAmiId() *resource.Identifier
- func (m *Host) GetDescription() string
- func (m *Host) GetDns() string
- func (m *Host) GetId() *resource.Identifier
- func (m *Host) GetInstanceId() string
- func (m *Host) GetIp() string
- func (m *Host) GetName() string
- func (m *Host) GetVpcId() *resource.Identifier
- func (*Host) ProtoMessage()
- func (m *Host) Reset()
- func (m *Host) String() string
- func (m *Host) ToORM(ctx context.Context) (HostORM, error)
- func (m *Host) Validate() error
- func (m *Host) XXX_DiscardUnknown()
- func (m *Host) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Host) XXX_Merge(src proto.Message)
- func (m *Host) XXX_Size() int
- func (m *Host) XXX_Unmarshal(b []byte) error
- type HostORM
- type HostORMWithAfterCreate_
- type HostORMWithAfterDeleteSet
- type HostORMWithAfterDelete_
- type HostORMWithAfterListFind
- type HostORMWithAfterReadFind
- type HostORMWithAfterStrictUpdateSave
- type HostORMWithBeforeCreate_
- type HostORMWithBeforeDeleteSet
- type HostORMWithBeforeDelete_
- type HostORMWithBeforeListApplyQuery
- type HostORMWithBeforeListFind
- type HostORMWithBeforeReadApplyQuery
- type HostORMWithBeforeReadFind
- type HostORMWithBeforeStrictUpdateCleanup
- type HostORMWithBeforeStrictUpdateSave
- type HostValidationError
- type HostWithAfterPatchSave
- type HostWithAfterToORM
- type HostWithAfterToPB
- type HostWithBeforePatchApplyFieldMask
- type HostWithBeforePatchRead
- type HostWithBeforePatchSave
- type HostWithBeforeToORM
- type HostWithBeforeToPB
- type HostsClient
- type HostsDefaultServer
- func (m *HostsDefaultServer) Create(ctx context.Context, in *CreateHostRequest) (*CreateHostResponse, error)
- func (m *HostsDefaultServer) Delete(ctx context.Context, in *DeleteHostRequest) (*DeleteHostResponse, error)
- func (m *HostsDefaultServer) List(ctx context.Context, in *ListHostRequest) (*ListHostsResponse, error)
- func (m *HostsDefaultServer) Read(ctx context.Context, in *ReadHostRequest) (*ReadHostResponse, error)
- func (m *HostsDefaultServer) Update(ctx context.Context, in *UpdateHostRequest) (*UpdateHostResponse, error)
- type HostsHostWithAfterCreate
- type HostsHostWithAfterDelete
- type HostsHostWithAfterList
- type HostsHostWithAfterRead
- type HostsHostWithAfterUpdate
- type HostsHostWithBeforeCreate
- type HostsHostWithBeforeDelete
- type HostsHostWithBeforeList
- type HostsHostWithBeforeRead
- type HostsHostWithBeforeUpdate
- type HostsServer
- type KnowledgeBase
- func DefaultApplyFieldMaskKnowledgeBase(ctx context.Context, patchee *KnowledgeBase, patcher *KnowledgeBase, ...) (*KnowledgeBase, error)
- func DefaultCreateKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) (*KnowledgeBase, error)
- func DefaultListKnowledgeBase(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*KnowledgeBase, error)
- func DefaultPatchKnowledgeBase(ctx context.Context, in *KnowledgeBase, updateMask *field_mask1.FieldMask, ...) (*KnowledgeBase, error)
- func DefaultPatchSetKnowledgeBase(ctx context.Context, objects []*KnowledgeBase, ...) ([]*KnowledgeBase, error)
- func DefaultReadKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB, ...) (*KnowledgeBase, error)
- func DefaultStrictUpdateKnowledgeBase(ctx context.Context, in *KnowledgeBase, db *gorm1.DB) (*KnowledgeBase, error)
- func (_ *KnowledgeBase) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*KnowledgeBase) Descriptor() ([]byte, []int)
- func (m *KnowledgeBase) GetDescription() string
- func (m *KnowledgeBase) GetFixedVersion() string
- func (m *KnowledgeBase) GetId() *resource.Identifier
- func (m *KnowledgeBase) GetLink() string
- func (m *KnowledgeBase) GetName() string
- func (m *KnowledgeBase) GetNameSpace() string
- func (m *KnowledgeBase) GetPkg() string
- func (m *KnowledgeBase) GetSeverity() string
- func (m *KnowledgeBase) GetVulnerabilities() []*Vulnerability
- func (*KnowledgeBase) ProtoMessage()
- func (m *KnowledgeBase) Reset()
- func (m *KnowledgeBase) String() string
- func (m *KnowledgeBase) ToORM(ctx context.Context) (KnowledgeBaseORM, error)
- func (m *KnowledgeBase) Validate() error
- func (m *KnowledgeBase) XXX_DiscardUnknown()
- func (m *KnowledgeBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KnowledgeBase) XXX_Merge(src proto.Message)
- func (m *KnowledgeBase) XXX_Size() int
- func (m *KnowledgeBase) XXX_Unmarshal(b []byte) error
- type KnowledgeBaseORM
- type KnowledgeBaseORMWithAfterCreate_
- type KnowledgeBaseORMWithAfterDeleteSet
- type KnowledgeBaseORMWithAfterDelete_
- type KnowledgeBaseORMWithAfterListFind
- type KnowledgeBaseORMWithAfterReadFind
- type KnowledgeBaseORMWithAfterStrictUpdateSave
- type KnowledgeBaseORMWithBeforeCreate_
- type KnowledgeBaseORMWithBeforeDeleteSet
- type KnowledgeBaseORMWithBeforeDelete_
- type KnowledgeBaseORMWithBeforeListApplyQuery
- type KnowledgeBaseORMWithBeforeListFind
- type KnowledgeBaseORMWithBeforeReadApplyQuery
- type KnowledgeBaseORMWithBeforeReadFind
- type KnowledgeBaseORMWithBeforeStrictUpdateCleanup
- type KnowledgeBaseORMWithBeforeStrictUpdateSave
- type KnowledgeBaseValidationError
- func (e KnowledgeBaseValidationError) Cause() error
- func (e KnowledgeBaseValidationError) Error() string
- func (e KnowledgeBaseValidationError) ErrorName() string
- func (e KnowledgeBaseValidationError) Field() string
- func (e KnowledgeBaseValidationError) Key() bool
- func (e KnowledgeBaseValidationError) Reason() string
- type KnowledgeBaseWithAfterPatchSave
- type KnowledgeBaseWithAfterToORM
- type KnowledgeBaseWithAfterToPB
- type KnowledgeBaseWithBeforePatchApplyFieldMask
- type KnowledgeBaseWithBeforePatchRead
- type KnowledgeBaseWithBeforePatchSave
- type KnowledgeBaseWithBeforeToORM
- type KnowledgeBaseWithBeforeToPB
- type KnowledgeBasesClient
- type KnowledgeBasesDefaultServer
- func (m *KnowledgeBasesDefaultServer) Create(ctx context.Context, in *CreateKnowledgeBaseRequest) (*CreateKnowledgeBaseResponse, error)
- func (m *KnowledgeBasesDefaultServer) Delete(ctx context.Context, in *DeleteKnowledgeBaseRequest) (*DeleteKnowledgeBaseResponse, error)
- func (m *KnowledgeBasesDefaultServer) List(ctx context.Context, in *ListKnowledgeBaseRequest) (*ListKnowledgeBasesResponse, error)
- func (m *KnowledgeBasesDefaultServer) Read(ctx context.Context, in *ReadKnowledgeBaseRequest) (*ReadKnowledgeBaseResponse, error)
- func (m *KnowledgeBasesDefaultServer) Update(ctx context.Context, in *UpdateKnowledgeBaseRequest) (*UpdateKnowledgeBaseResponse, error)
- type KnowledgeBasesKnowledgeBaseWithAfterCreate
- type KnowledgeBasesKnowledgeBaseWithAfterDelete
- type KnowledgeBasesKnowledgeBaseWithAfterList
- type KnowledgeBasesKnowledgeBaseWithAfterRead
- type KnowledgeBasesKnowledgeBaseWithAfterUpdate
- type KnowledgeBasesKnowledgeBaseWithBeforeCreate
- type KnowledgeBasesKnowledgeBaseWithBeforeDelete
- type KnowledgeBasesKnowledgeBaseWithBeforeList
- type KnowledgeBasesKnowledgeBaseWithBeforeRead
- type KnowledgeBasesKnowledgeBaseWithBeforeUpdate
- type KnowledgeBasesServer
- type ListAmiRequest
- func (_ *ListAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListAmiRequest) Descriptor() ([]byte, []int)
- func (m *ListAmiRequest) GetFields() *query.FieldSelection
- func (m *ListAmiRequest) GetFilter() *query.Filtering
- func (m *ListAmiRequest) GetOrderBy() *query.Sorting
- func (m *ListAmiRequest) GetPaging() *query.Pagination
- func (*ListAmiRequest) ProtoMessage()
- func (m *ListAmiRequest) Reset()
- func (m *ListAmiRequest) String() string
- func (m *ListAmiRequest) Validate() error
- func (m *ListAmiRequest) XXX_DiscardUnknown()
- func (m *ListAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAmiRequest) XXX_Merge(src proto.Message)
- func (m *ListAmiRequest) XXX_Size() int
- func (m *ListAmiRequest) XXX_Unmarshal(b []byte) error
- type ListAmiRequestValidationError
- func (e ListAmiRequestValidationError) Cause() error
- func (e ListAmiRequestValidationError) Error() string
- func (e ListAmiRequestValidationError) ErrorName() string
- func (e ListAmiRequestValidationError) Field() string
- func (e ListAmiRequestValidationError) Key() bool
- func (e ListAmiRequestValidationError) Reason() string
- type ListAmisResponse
- func (_ *ListAmisResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListAmisResponse) Descriptor() ([]byte, []int)
- func (m *ListAmisResponse) GetPage() *query.PageInfo
- func (m *ListAmisResponse) GetResults() []*Ami
- func (*ListAmisResponse) ProtoMessage()
- func (m *ListAmisResponse) Reset()
- func (m *ListAmisResponse) String() string
- func (m *ListAmisResponse) Validate() error
- func (m *ListAmisResponse) XXX_DiscardUnknown()
- func (m *ListAmisResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListAmisResponse) XXX_Merge(src proto.Message)
- func (m *ListAmisResponse) XXX_Size() int
- func (m *ListAmisResponse) XXX_Unmarshal(b []byte) error
- type ListAmisResponseValidationError
- func (e ListAmisResponseValidationError) Cause() error
- func (e ListAmisResponseValidationError) Error() string
- func (e ListAmisResponseValidationError) ErrorName() string
- func (e ListAmisResponseValidationError) Field() string
- func (e ListAmisResponseValidationError) Key() bool
- func (e ListAmisResponseValidationError) Reason() string
- type ListApplicationRequest
- func (_ *ListApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListApplicationRequest) Descriptor() ([]byte, []int)
- func (m *ListApplicationRequest) GetFields() *query.FieldSelection
- func (m *ListApplicationRequest) GetFilter() *query.Filtering
- func (m *ListApplicationRequest) GetOrderBy() *query.Sorting
- func (m *ListApplicationRequest) GetPaging() *query.Pagination
- func (*ListApplicationRequest) ProtoMessage()
- func (m *ListApplicationRequest) Reset()
- func (m *ListApplicationRequest) String() string
- func (m *ListApplicationRequest) Validate() error
- func (m *ListApplicationRequest) XXX_DiscardUnknown()
- func (m *ListApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListApplicationRequest) XXX_Merge(src proto.Message)
- func (m *ListApplicationRequest) XXX_Size() int
- func (m *ListApplicationRequest) XXX_Unmarshal(b []byte) error
- type ListApplicationRequestValidationError
- func (e ListApplicationRequestValidationError) Cause() error
- func (e ListApplicationRequestValidationError) Error() string
- func (e ListApplicationRequestValidationError) ErrorName() string
- func (e ListApplicationRequestValidationError) Field() string
- func (e ListApplicationRequestValidationError) Key() bool
- func (e ListApplicationRequestValidationError) Reason() string
- type ListApplicationVersionRequest
- func (_ *ListApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListApplicationVersionRequest) Descriptor() ([]byte, []int)
- func (m *ListApplicationVersionRequest) GetFields() *query.FieldSelection
- func (m *ListApplicationVersionRequest) GetFilter() *query.Filtering
- func (m *ListApplicationVersionRequest) GetOrderBy() *query.Sorting
- func (m *ListApplicationVersionRequest) GetPaging() *query.Pagination
- func (*ListApplicationVersionRequest) ProtoMessage()
- func (m *ListApplicationVersionRequest) Reset()
- func (m *ListApplicationVersionRequest) String() string
- func (m *ListApplicationVersionRequest) Validate() error
- func (m *ListApplicationVersionRequest) XXX_DiscardUnknown()
- func (m *ListApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListApplicationVersionRequest) XXX_Merge(src proto.Message)
- func (m *ListApplicationVersionRequest) XXX_Size() int
- func (m *ListApplicationVersionRequest) XXX_Unmarshal(b []byte) error
- type ListApplicationVersionRequestValidationError
- func (e ListApplicationVersionRequestValidationError) Cause() error
- func (e ListApplicationVersionRequestValidationError) Error() string
- func (e ListApplicationVersionRequestValidationError) ErrorName() string
- func (e ListApplicationVersionRequestValidationError) Field() string
- func (e ListApplicationVersionRequestValidationError) Key() bool
- func (e ListApplicationVersionRequestValidationError) Reason() string
- type ListApplicationVersionsResponse
- func (_ *ListApplicationVersionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListApplicationVersionsResponse) Descriptor() ([]byte, []int)
- func (m *ListApplicationVersionsResponse) GetPage() *query.PageInfo
- func (m *ListApplicationVersionsResponse) GetResults() []*ApplicationVersion
- func (*ListApplicationVersionsResponse) ProtoMessage()
- func (m *ListApplicationVersionsResponse) Reset()
- func (m *ListApplicationVersionsResponse) String() string
- func (m *ListApplicationVersionsResponse) Validate() error
- func (m *ListApplicationVersionsResponse) XXX_DiscardUnknown()
- func (m *ListApplicationVersionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListApplicationVersionsResponse) XXX_Merge(src proto.Message)
- func (m *ListApplicationVersionsResponse) XXX_Size() int
- func (m *ListApplicationVersionsResponse) XXX_Unmarshal(b []byte) error
- type ListApplicationVersionsResponseValidationError
- func (e ListApplicationVersionsResponseValidationError) Cause() error
- func (e ListApplicationVersionsResponseValidationError) Error() string
- func (e ListApplicationVersionsResponseValidationError) ErrorName() string
- func (e ListApplicationVersionsResponseValidationError) Field() string
- func (e ListApplicationVersionsResponseValidationError) Key() bool
- func (e ListApplicationVersionsResponseValidationError) Reason() string
- type ListApplicationsResponse
- func (_ *ListApplicationsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListApplicationsResponse) Descriptor() ([]byte, []int)
- func (m *ListApplicationsResponse) GetPage() *query.PageInfo
- func (m *ListApplicationsResponse) GetResults() []*Application
- func (*ListApplicationsResponse) ProtoMessage()
- func (m *ListApplicationsResponse) Reset()
- func (m *ListApplicationsResponse) String() string
- func (m *ListApplicationsResponse) Validate() error
- func (m *ListApplicationsResponse) XXX_DiscardUnknown()
- func (m *ListApplicationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListApplicationsResponse) XXX_Merge(src proto.Message)
- func (m *ListApplicationsResponse) XXX_Size() int
- func (m *ListApplicationsResponse) XXX_Unmarshal(b []byte) error
- type ListApplicationsResponseValidationError
- func (e ListApplicationsResponseValidationError) Cause() error
- func (e ListApplicationsResponseValidationError) Error() string
- func (e ListApplicationsResponseValidationError) ErrorName() string
- func (e ListApplicationsResponseValidationError) Field() string
- func (e ListApplicationsResponseValidationError) Key() bool
- func (e ListApplicationsResponseValidationError) Reason() string
- type ListCloudProviderRequest
- func (_ *ListCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListCloudProviderRequest) Descriptor() ([]byte, []int)
- func (m *ListCloudProviderRequest) GetFields() *query.FieldSelection
- func (m *ListCloudProviderRequest) GetFilter() *query.Filtering
- func (m *ListCloudProviderRequest) GetOrderBy() *query.Sorting
- func (m *ListCloudProviderRequest) GetPaging() *query.Pagination
- func (*ListCloudProviderRequest) ProtoMessage()
- func (m *ListCloudProviderRequest) Reset()
- func (m *ListCloudProviderRequest) String() string
- func (m *ListCloudProviderRequest) Validate() error
- func (m *ListCloudProviderRequest) XXX_DiscardUnknown()
- func (m *ListCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListCloudProviderRequest) XXX_Merge(src proto.Message)
- func (m *ListCloudProviderRequest) XXX_Size() int
- func (m *ListCloudProviderRequest) XXX_Unmarshal(b []byte) error
- type ListCloudProviderRequestValidationError
- func (e ListCloudProviderRequestValidationError) Cause() error
- func (e ListCloudProviderRequestValidationError) Error() string
- func (e ListCloudProviderRequestValidationError) ErrorName() string
- func (e ListCloudProviderRequestValidationError) Field() string
- func (e ListCloudProviderRequestValidationError) Key() bool
- func (e ListCloudProviderRequestValidationError) Reason() string
- type ListCloudProvidersResponse
- func (_ *ListCloudProvidersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListCloudProvidersResponse) Descriptor() ([]byte, []int)
- func (m *ListCloudProvidersResponse) GetPage() *query.PageInfo
- func (m *ListCloudProvidersResponse) GetResults() []*CloudProvider
- func (*ListCloudProvidersResponse) ProtoMessage()
- func (m *ListCloudProvidersResponse) Reset()
- func (m *ListCloudProvidersResponse) String() string
- func (m *ListCloudProvidersResponse) Validate() error
- func (m *ListCloudProvidersResponse) XXX_DiscardUnknown()
- func (m *ListCloudProvidersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListCloudProvidersResponse) XXX_Merge(src proto.Message)
- func (m *ListCloudProvidersResponse) XXX_Size() int
- func (m *ListCloudProvidersResponse) XXX_Unmarshal(b []byte) error
- type ListCloudProvidersResponseValidationError
- func (e ListCloudProvidersResponseValidationError) Cause() error
- func (e ListCloudProvidersResponseValidationError) Error() string
- func (e ListCloudProvidersResponseValidationError) ErrorName() string
- func (e ListCloudProvidersResponseValidationError) Field() string
- func (e ListCloudProvidersResponseValidationError) Key() bool
- func (e ListCloudProvidersResponseValidationError) Reason() string
- type ListContainerRequest
- func (_ *ListContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListContainerRequest) Descriptor() ([]byte, []int)
- func (m *ListContainerRequest) GetFields() *query.FieldSelection
- func (m *ListContainerRequest) GetFilter() *query.Filtering
- func (m *ListContainerRequest) GetOrderBy() *query.Sorting
- func (m *ListContainerRequest) GetPaging() *query.Pagination
- func (*ListContainerRequest) ProtoMessage()
- func (m *ListContainerRequest) Reset()
- func (m *ListContainerRequest) String() string
- func (m *ListContainerRequest) Validate() error
- func (m *ListContainerRequest) XXX_DiscardUnknown()
- func (m *ListContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainerRequest) XXX_Merge(src proto.Message)
- func (m *ListContainerRequest) XXX_Size() int
- func (m *ListContainerRequest) XXX_Unmarshal(b []byte) error
- type ListContainerRequestValidationError
- func (e ListContainerRequestValidationError) Cause() error
- func (e ListContainerRequestValidationError) Error() string
- func (e ListContainerRequestValidationError) ErrorName() string
- func (e ListContainerRequestValidationError) Field() string
- func (e ListContainerRequestValidationError) Key() bool
- func (e ListContainerRequestValidationError) Reason() string
- type ListContainerTagRequest
- func (_ *ListContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListContainerTagRequest) Descriptor() ([]byte, []int)
- func (m *ListContainerTagRequest) GetFields() *query.FieldSelection
- func (m *ListContainerTagRequest) GetFilter() *query.Filtering
- func (m *ListContainerTagRequest) GetOrderBy() *query.Sorting
- func (m *ListContainerTagRequest) GetPaging() *query.Pagination
- func (*ListContainerTagRequest) ProtoMessage()
- func (m *ListContainerTagRequest) Reset()
- func (m *ListContainerTagRequest) String() string
- func (m *ListContainerTagRequest) Validate() error
- func (m *ListContainerTagRequest) XXX_DiscardUnknown()
- func (m *ListContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainerTagRequest) XXX_Merge(src proto.Message)
- func (m *ListContainerTagRequest) XXX_Size() int
- func (m *ListContainerTagRequest) XXX_Unmarshal(b []byte) error
- type ListContainerTagRequestValidationError
- func (e ListContainerTagRequestValidationError) Cause() error
- func (e ListContainerTagRequestValidationError) Error() string
- func (e ListContainerTagRequestValidationError) ErrorName() string
- func (e ListContainerTagRequestValidationError) Field() string
- func (e ListContainerTagRequestValidationError) Key() bool
- func (e ListContainerTagRequestValidationError) Reason() string
- type ListContainerTagsResponse
- func (_ *ListContainerTagsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListContainerTagsResponse) Descriptor() ([]byte, []int)
- func (m *ListContainerTagsResponse) GetPage() *query.PageInfo
- func (m *ListContainerTagsResponse) GetResults() []*ContainerTag
- func (*ListContainerTagsResponse) ProtoMessage()
- func (m *ListContainerTagsResponse) Reset()
- func (m *ListContainerTagsResponse) String() string
- func (m *ListContainerTagsResponse) Validate() error
- func (m *ListContainerTagsResponse) XXX_DiscardUnknown()
- func (m *ListContainerTagsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainerTagsResponse) XXX_Merge(src proto.Message)
- func (m *ListContainerTagsResponse) XXX_Size() int
- func (m *ListContainerTagsResponse) XXX_Unmarshal(b []byte) error
- type ListContainerTagsResponseValidationError
- func (e ListContainerTagsResponseValidationError) Cause() error
- func (e ListContainerTagsResponseValidationError) Error() string
- func (e ListContainerTagsResponseValidationError) ErrorName() string
- func (e ListContainerTagsResponseValidationError) Field() string
- func (e ListContainerTagsResponseValidationError) Key() bool
- func (e ListContainerTagsResponseValidationError) Reason() string
- type ListContainersResponse
- func (_ *ListContainersResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListContainersResponse) Descriptor() ([]byte, []int)
- func (m *ListContainersResponse) GetPage() *query.PageInfo
- func (m *ListContainersResponse) GetResults() []*Container
- func (*ListContainersResponse) ProtoMessage()
- func (m *ListContainersResponse) Reset()
- func (m *ListContainersResponse) String() string
- func (m *ListContainersResponse) Validate() error
- func (m *ListContainersResponse) XXX_DiscardUnknown()
- func (m *ListContainersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListContainersResponse) XXX_Merge(src proto.Message)
- func (m *ListContainersResponse) XXX_Size() int
- func (m *ListContainersResponse) XXX_Unmarshal(b []byte) error
- type ListContainersResponseValidationError
- func (e ListContainersResponseValidationError) Cause() error
- func (e ListContainersResponseValidationError) Error() string
- func (e ListContainersResponseValidationError) ErrorName() string
- func (e ListContainersResponseValidationError) Field() string
- func (e ListContainersResponseValidationError) Key() bool
- func (e ListContainersResponseValidationError) Reason() string
- type ListEventRequest
- func (_ *ListEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListEventRequest) Descriptor() ([]byte, []int)
- func (m *ListEventRequest) GetFields() *query.FieldSelection
- func (m *ListEventRequest) GetFilter() *query.Filtering
- func (m *ListEventRequest) GetOrderBy() *query.Sorting
- func (m *ListEventRequest) GetPaging() *query.Pagination
- func (*ListEventRequest) ProtoMessage()
- func (m *ListEventRequest) Reset()
- func (m *ListEventRequest) String() string
- func (m *ListEventRequest) Validate() error
- func (m *ListEventRequest) XXX_DiscardUnknown()
- func (m *ListEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListEventRequest) XXX_Merge(src proto.Message)
- func (m *ListEventRequest) XXX_Size() int
- func (m *ListEventRequest) XXX_Unmarshal(b []byte) error
- type ListEventRequestValidationError
- func (e ListEventRequestValidationError) Cause() error
- func (e ListEventRequestValidationError) Error() string
- func (e ListEventRequestValidationError) ErrorName() string
- func (e ListEventRequestValidationError) Field() string
- func (e ListEventRequestValidationError) Key() bool
- func (e ListEventRequestValidationError) Reason() string
- type ListEventsResponse
- func (_ *ListEventsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListEventsResponse) Descriptor() ([]byte, []int)
- func (m *ListEventsResponse) GetPage() *query.PageInfo
- func (m *ListEventsResponse) GetResults() []*Event
- func (*ListEventsResponse) ProtoMessage()
- func (m *ListEventsResponse) Reset()
- func (m *ListEventsResponse) String() string
- func (m *ListEventsResponse) Validate() error
- func (m *ListEventsResponse) XXX_DiscardUnknown()
- func (m *ListEventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListEventsResponse) XXX_Merge(src proto.Message)
- func (m *ListEventsResponse) XXX_Size() int
- func (m *ListEventsResponse) XXX_Unmarshal(b []byte) error
- type ListEventsResponseValidationError
- func (e ListEventsResponseValidationError) Cause() error
- func (e ListEventsResponseValidationError) Error() string
- func (e ListEventsResponseValidationError) ErrorName() string
- func (e ListEventsResponseValidationError) Field() string
- func (e ListEventsResponseValidationError) Key() bool
- func (e ListEventsResponseValidationError) Reason() string
- type ListHostRequest
- func (_ *ListHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListHostRequest) Descriptor() ([]byte, []int)
- func (m *ListHostRequest) GetFields() *query.FieldSelection
- func (m *ListHostRequest) GetFilter() *query.Filtering
- func (m *ListHostRequest) GetOrderBy() *query.Sorting
- func (m *ListHostRequest) GetPaging() *query.Pagination
- func (*ListHostRequest) ProtoMessage()
- func (m *ListHostRequest) Reset()
- func (m *ListHostRequest) String() string
- func (m *ListHostRequest) Validate() error
- func (m *ListHostRequest) XXX_DiscardUnknown()
- func (m *ListHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListHostRequest) XXX_Merge(src proto.Message)
- func (m *ListHostRequest) XXX_Size() int
- func (m *ListHostRequest) XXX_Unmarshal(b []byte) error
- type ListHostRequestValidationError
- func (e ListHostRequestValidationError) Cause() error
- func (e ListHostRequestValidationError) Error() string
- func (e ListHostRequestValidationError) ErrorName() string
- func (e ListHostRequestValidationError) Field() string
- func (e ListHostRequestValidationError) Key() bool
- func (e ListHostRequestValidationError) Reason() string
- type ListHostsResponse
- func (_ *ListHostsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListHostsResponse) Descriptor() ([]byte, []int)
- func (m *ListHostsResponse) GetPage() *query.PageInfo
- func (m *ListHostsResponse) GetResults() []*Host
- func (*ListHostsResponse) ProtoMessage()
- func (m *ListHostsResponse) Reset()
- func (m *ListHostsResponse) String() string
- func (m *ListHostsResponse) Validate() error
- func (m *ListHostsResponse) XXX_DiscardUnknown()
- func (m *ListHostsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListHostsResponse) XXX_Merge(src proto.Message)
- func (m *ListHostsResponse) XXX_Size() int
- func (m *ListHostsResponse) XXX_Unmarshal(b []byte) error
- type ListHostsResponseValidationError
- func (e ListHostsResponseValidationError) Cause() error
- func (e ListHostsResponseValidationError) Error() string
- func (e ListHostsResponseValidationError) ErrorName() string
- func (e ListHostsResponseValidationError) Field() string
- func (e ListHostsResponseValidationError) Key() bool
- func (e ListHostsResponseValidationError) Reason() string
- type ListKnowledgeBaseRequest
- func (_ *ListKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (m *ListKnowledgeBaseRequest) GetFields() *query.FieldSelection
- func (m *ListKnowledgeBaseRequest) GetFilter() *query.Filtering
- func (m *ListKnowledgeBaseRequest) GetOrderBy() *query.Sorting
- func (m *ListKnowledgeBaseRequest) GetPaging() *query.Pagination
- func (*ListKnowledgeBaseRequest) ProtoMessage()
- func (m *ListKnowledgeBaseRequest) Reset()
- func (m *ListKnowledgeBaseRequest) String() string
- func (m *ListKnowledgeBaseRequest) Validate() error
- func (m *ListKnowledgeBaseRequest) XXX_DiscardUnknown()
- func (m *ListKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListKnowledgeBaseRequest) XXX_Merge(src proto.Message)
- func (m *ListKnowledgeBaseRequest) XXX_Size() int
- func (m *ListKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error
- type ListKnowledgeBaseRequestValidationError
- func (e ListKnowledgeBaseRequestValidationError) Cause() error
- func (e ListKnowledgeBaseRequestValidationError) Error() string
- func (e ListKnowledgeBaseRequestValidationError) ErrorName() string
- func (e ListKnowledgeBaseRequestValidationError) Field() string
- func (e ListKnowledgeBaseRequestValidationError) Key() bool
- func (e ListKnowledgeBaseRequestValidationError) Reason() string
- type ListKnowledgeBasesResponse
- func (_ *ListKnowledgeBasesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListKnowledgeBasesResponse) Descriptor() ([]byte, []int)
- func (m *ListKnowledgeBasesResponse) GetPage() *query.PageInfo
- func (m *ListKnowledgeBasesResponse) GetResults() []*KnowledgeBase
- func (*ListKnowledgeBasesResponse) ProtoMessage()
- func (m *ListKnowledgeBasesResponse) Reset()
- func (m *ListKnowledgeBasesResponse) String() string
- func (m *ListKnowledgeBasesResponse) Validate() error
- func (m *ListKnowledgeBasesResponse) XXX_DiscardUnknown()
- func (m *ListKnowledgeBasesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListKnowledgeBasesResponse) XXX_Merge(src proto.Message)
- func (m *ListKnowledgeBasesResponse) XXX_Size() int
- func (m *ListKnowledgeBasesResponse) XXX_Unmarshal(b []byte) error
- type ListKnowledgeBasesResponseValidationError
- func (e ListKnowledgeBasesResponseValidationError) Cause() error
- func (e ListKnowledgeBasesResponseValidationError) Error() string
- func (e ListKnowledgeBasesResponseValidationError) ErrorName() string
- func (e ListKnowledgeBasesResponseValidationError) Field() string
- func (e ListKnowledgeBasesResponseValidationError) Key() bool
- func (e ListKnowledgeBasesResponseValidationError) Reason() string
- type ListRegionRequest
- func (_ *ListRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListRegionRequest) Descriptor() ([]byte, []int)
- func (m *ListRegionRequest) GetFields() *query.FieldSelection
- func (m *ListRegionRequest) GetFilter() *query.Filtering
- func (m *ListRegionRequest) GetOrderBy() *query.Sorting
- func (m *ListRegionRequest) GetPaging() *query.Pagination
- func (*ListRegionRequest) ProtoMessage()
- func (m *ListRegionRequest) Reset()
- func (m *ListRegionRequest) String() string
- func (m *ListRegionRequest) Validate() error
- func (m *ListRegionRequest) XXX_DiscardUnknown()
- func (m *ListRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListRegionRequest) XXX_Merge(src proto.Message)
- func (m *ListRegionRequest) XXX_Size() int
- func (m *ListRegionRequest) XXX_Unmarshal(b []byte) error
- type ListRegionRequestValidationError
- func (e ListRegionRequestValidationError) Cause() error
- func (e ListRegionRequestValidationError) Error() string
- func (e ListRegionRequestValidationError) ErrorName() string
- func (e ListRegionRequestValidationError) Field() string
- func (e ListRegionRequestValidationError) Key() bool
- func (e ListRegionRequestValidationError) Reason() string
- type ListRegionsResponse
- func (_ *ListRegionsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListRegionsResponse) Descriptor() ([]byte, []int)
- func (m *ListRegionsResponse) GetPage() *query.PageInfo
- func (m *ListRegionsResponse) GetResults() []*Region
- func (*ListRegionsResponse) ProtoMessage()
- func (m *ListRegionsResponse) Reset()
- func (m *ListRegionsResponse) String() string
- func (m *ListRegionsResponse) Validate() error
- func (m *ListRegionsResponse) XXX_DiscardUnknown()
- func (m *ListRegionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListRegionsResponse) XXX_Merge(src proto.Message)
- func (m *ListRegionsResponse) XXX_Size() int
- func (m *ListRegionsResponse) XXX_Unmarshal(b []byte) error
- type ListRegionsResponseValidationError
- func (e ListRegionsResponseValidationError) Cause() error
- func (e ListRegionsResponseValidationError) Error() string
- func (e ListRegionsResponseValidationError) ErrorName() string
- func (e ListRegionsResponseValidationError) Field() string
- func (e ListRegionsResponseValidationError) Key() bool
- func (e ListRegionsResponseValidationError) Reason() string
- type ListRegistriesResponse
- func (_ *ListRegistriesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListRegistriesResponse) Descriptor() ([]byte, []int)
- func (m *ListRegistriesResponse) GetPage() *query.PageInfo
- func (m *ListRegistriesResponse) GetResults() []*Registry
- func (*ListRegistriesResponse) ProtoMessage()
- func (m *ListRegistriesResponse) Reset()
- func (m *ListRegistriesResponse) String() string
- func (m *ListRegistriesResponse) Validate() error
- func (m *ListRegistriesResponse) XXX_DiscardUnknown()
- func (m *ListRegistriesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListRegistriesResponse) XXX_Merge(src proto.Message)
- func (m *ListRegistriesResponse) XXX_Size() int
- func (m *ListRegistriesResponse) XXX_Unmarshal(b []byte) error
- type ListRegistriesResponseValidationError
- func (e ListRegistriesResponseValidationError) Cause() error
- func (e ListRegistriesResponseValidationError) Error() string
- func (e ListRegistriesResponseValidationError) ErrorName() string
- func (e ListRegistriesResponseValidationError) Field() string
- func (e ListRegistriesResponseValidationError) Key() bool
- func (e ListRegistriesResponseValidationError) Reason() string
- type ListRegistryRequest
- func (_ *ListRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListRegistryRequest) Descriptor() ([]byte, []int)
- func (m *ListRegistryRequest) GetFields() *query.FieldSelection
- func (m *ListRegistryRequest) GetFilter() *query.Filtering
- func (m *ListRegistryRequest) GetOrderBy() *query.Sorting
- func (m *ListRegistryRequest) GetPaging() *query.Pagination
- func (*ListRegistryRequest) ProtoMessage()
- func (m *ListRegistryRequest) Reset()
- func (m *ListRegistryRequest) String() string
- func (m *ListRegistryRequest) Validate() error
- func (m *ListRegistryRequest) XXX_DiscardUnknown()
- func (m *ListRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListRegistryRequest) XXX_Merge(src proto.Message)
- func (m *ListRegistryRequest) XXX_Size() int
- func (m *ListRegistryRequest) XXX_Unmarshal(b []byte) error
- type ListRegistryRequestValidationError
- func (e ListRegistryRequestValidationError) Cause() error
- func (e ListRegistryRequestValidationError) Error() string
- func (e ListRegistryRequestValidationError) ErrorName() string
- func (e ListRegistryRequestValidationError) Field() string
- func (e ListRegistryRequestValidationError) Key() bool
- func (e ListRegistryRequestValidationError) Reason() string
- type ListVpcRequest
- func (_ *ListVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListVpcRequest) Descriptor() ([]byte, []int)
- func (m *ListVpcRequest) GetFields() *query.FieldSelection
- func (m *ListVpcRequest) GetFilter() *query.Filtering
- func (m *ListVpcRequest) GetOrderBy() *query.Sorting
- func (m *ListVpcRequest) GetPaging() *query.Pagination
- func (*ListVpcRequest) ProtoMessage()
- func (m *ListVpcRequest) Reset()
- func (m *ListVpcRequest) String() string
- func (m *ListVpcRequest) Validate() error
- func (m *ListVpcRequest) XXX_DiscardUnknown()
- func (m *ListVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListVpcRequest) XXX_Merge(src proto.Message)
- func (m *ListVpcRequest) XXX_Size() int
- func (m *ListVpcRequest) XXX_Unmarshal(b []byte) error
- type ListVpcRequestValidationError
- func (e ListVpcRequestValidationError) Cause() error
- func (e ListVpcRequestValidationError) Error() string
- func (e ListVpcRequestValidationError) ErrorName() string
- func (e ListVpcRequestValidationError) Field() string
- func (e ListVpcRequestValidationError) Key() bool
- func (e ListVpcRequestValidationError) Reason() string
- type ListVpcsResponse
- func (_ *ListVpcsResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListVpcsResponse) Descriptor() ([]byte, []int)
- func (m *ListVpcsResponse) GetPage() *query.PageInfo
- func (m *ListVpcsResponse) GetResults() []*Vpc
- func (*ListVpcsResponse) ProtoMessage()
- func (m *ListVpcsResponse) Reset()
- func (m *ListVpcsResponse) String() string
- func (m *ListVpcsResponse) Validate() error
- func (m *ListVpcsResponse) XXX_DiscardUnknown()
- func (m *ListVpcsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListVpcsResponse) XXX_Merge(src proto.Message)
- func (m *ListVpcsResponse) XXX_Size() int
- func (m *ListVpcsResponse) XXX_Unmarshal(b []byte) error
- type ListVpcsResponseValidationError
- func (e ListVpcsResponseValidationError) Cause() error
- func (e ListVpcsResponseValidationError) Error() string
- func (e ListVpcsResponseValidationError) ErrorName() string
- func (e ListVpcsResponseValidationError) Field() string
- func (e ListVpcsResponseValidationError) Key() bool
- func (e ListVpcsResponseValidationError) Reason() string
- type ListVulnerabilitiesResponse
- func (_ *ListVulnerabilitiesResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListVulnerabilitiesResponse) Descriptor() ([]byte, []int)
- func (m *ListVulnerabilitiesResponse) GetPage() *query.PageInfo
- func (m *ListVulnerabilitiesResponse) GetResults() []*Vulnerability
- func (*ListVulnerabilitiesResponse) ProtoMessage()
- func (m *ListVulnerabilitiesResponse) Reset()
- func (m *ListVulnerabilitiesResponse) String() string
- func (m *ListVulnerabilitiesResponse) Validate() error
- func (m *ListVulnerabilitiesResponse) XXX_DiscardUnknown()
- func (m *ListVulnerabilitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListVulnerabilitiesResponse) XXX_Merge(src proto.Message)
- func (m *ListVulnerabilitiesResponse) XXX_Size() int
- func (m *ListVulnerabilitiesResponse) XXX_Unmarshal(b []byte) error
- type ListVulnerabilitiesResponseValidationError
- func (e ListVulnerabilitiesResponseValidationError) Cause() error
- func (e ListVulnerabilitiesResponseValidationError) Error() string
- func (e ListVulnerabilitiesResponseValidationError) ErrorName() string
- func (e ListVulnerabilitiesResponseValidationError) Field() string
- func (e ListVulnerabilitiesResponseValidationError) Key() bool
- func (e ListVulnerabilitiesResponseValidationError) Reason() string
- type ListVulnerabilityRequest
- func (_ *ListVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ListVulnerabilityRequest) Descriptor() ([]byte, []int)
- func (m *ListVulnerabilityRequest) GetFields() *query.FieldSelection
- func (m *ListVulnerabilityRequest) GetFilter() *query.Filtering
- func (m *ListVulnerabilityRequest) GetOrderBy() *query.Sorting
- func (m *ListVulnerabilityRequest) GetPaging() *query.Pagination
- func (*ListVulnerabilityRequest) ProtoMessage()
- func (m *ListVulnerabilityRequest) Reset()
- func (m *ListVulnerabilityRequest) String() string
- func (m *ListVulnerabilityRequest) Validate() error
- func (m *ListVulnerabilityRequest) XXX_DiscardUnknown()
- func (m *ListVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListVulnerabilityRequest) XXX_Merge(src proto.Message)
- func (m *ListVulnerabilityRequest) XXX_Size() int
- func (m *ListVulnerabilityRequest) XXX_Unmarshal(b []byte) error
- type ListVulnerabilityRequestValidationError
- func (e ListVulnerabilityRequestValidationError) Cause() error
- func (e ListVulnerabilityRequestValidationError) Error() string
- func (e ListVulnerabilityRequestValidationError) ErrorName() string
- func (e ListVulnerabilityRequestValidationError) Field() string
- func (e ListVulnerabilityRequestValidationError) Key() bool
- func (e ListVulnerabilityRequestValidationError) Reason() string
- type Provider
- type ReadAmiRequest
- func (_ *ReadAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadAmiRequest) Descriptor() ([]byte, []int)
- func (m *ReadAmiRequest) GetFields() *query.FieldSelection
- func (m *ReadAmiRequest) GetId() *resource.Identifier
- func (*ReadAmiRequest) ProtoMessage()
- func (m *ReadAmiRequest) Reset()
- func (m *ReadAmiRequest) String() string
- func (m *ReadAmiRequest) Validate() error
- func (m *ReadAmiRequest) XXX_DiscardUnknown()
- func (m *ReadAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadAmiRequest) XXX_Merge(src proto.Message)
- func (m *ReadAmiRequest) XXX_Size() int
- func (m *ReadAmiRequest) XXX_Unmarshal(b []byte) error
- type ReadAmiRequestValidationError
- func (e ReadAmiRequestValidationError) Cause() error
- func (e ReadAmiRequestValidationError) Error() string
- func (e ReadAmiRequestValidationError) ErrorName() string
- func (e ReadAmiRequestValidationError) Field() string
- func (e ReadAmiRequestValidationError) Key() bool
- func (e ReadAmiRequestValidationError) Reason() string
- type ReadAmiResponse
- func (_ *ReadAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadAmiResponse) Descriptor() ([]byte, []int)
- func (m *ReadAmiResponse) GetResult() *Ami
- func (*ReadAmiResponse) ProtoMessage()
- func (m *ReadAmiResponse) Reset()
- func (m *ReadAmiResponse) String() string
- func (m *ReadAmiResponse) Validate() error
- func (m *ReadAmiResponse) XXX_DiscardUnknown()
- func (m *ReadAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadAmiResponse) XXX_Merge(src proto.Message)
- func (m *ReadAmiResponse) XXX_Size() int
- func (m *ReadAmiResponse) XXX_Unmarshal(b []byte) error
- type ReadAmiResponseValidationError
- func (e ReadAmiResponseValidationError) Cause() error
- func (e ReadAmiResponseValidationError) Error() string
- func (e ReadAmiResponseValidationError) ErrorName() string
- func (e ReadAmiResponseValidationError) Field() string
- func (e ReadAmiResponseValidationError) Key() bool
- func (e ReadAmiResponseValidationError) Reason() string
- type ReadApplicationRequest
- func (_ *ReadApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadApplicationRequest) Descriptor() ([]byte, []int)
- func (m *ReadApplicationRequest) GetFields() *query.FieldSelection
- func (m *ReadApplicationRequest) GetId() *resource.Identifier
- func (*ReadApplicationRequest) ProtoMessage()
- func (m *ReadApplicationRequest) Reset()
- func (m *ReadApplicationRequest) String() string
- func (m *ReadApplicationRequest) Validate() error
- func (m *ReadApplicationRequest) XXX_DiscardUnknown()
- func (m *ReadApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadApplicationRequest) XXX_Merge(src proto.Message)
- func (m *ReadApplicationRequest) XXX_Size() int
- func (m *ReadApplicationRequest) XXX_Unmarshal(b []byte) error
- type ReadApplicationRequestValidationError
- func (e ReadApplicationRequestValidationError) Cause() error
- func (e ReadApplicationRequestValidationError) Error() string
- func (e ReadApplicationRequestValidationError) ErrorName() string
- func (e ReadApplicationRequestValidationError) Field() string
- func (e ReadApplicationRequestValidationError) Key() bool
- func (e ReadApplicationRequestValidationError) Reason() string
- type ReadApplicationResponse
- func (_ *ReadApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadApplicationResponse) Descriptor() ([]byte, []int)
- func (m *ReadApplicationResponse) GetResult() *Application
- func (*ReadApplicationResponse) ProtoMessage()
- func (m *ReadApplicationResponse) Reset()
- func (m *ReadApplicationResponse) String() string
- func (m *ReadApplicationResponse) Validate() error
- func (m *ReadApplicationResponse) XXX_DiscardUnknown()
- func (m *ReadApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadApplicationResponse) XXX_Merge(src proto.Message)
- func (m *ReadApplicationResponse) XXX_Size() int
- func (m *ReadApplicationResponse) XXX_Unmarshal(b []byte) error
- type ReadApplicationResponseValidationError
- func (e ReadApplicationResponseValidationError) Cause() error
- func (e ReadApplicationResponseValidationError) Error() string
- func (e ReadApplicationResponseValidationError) ErrorName() string
- func (e ReadApplicationResponseValidationError) Field() string
- func (e ReadApplicationResponseValidationError) Key() bool
- func (e ReadApplicationResponseValidationError) Reason() string
- type ReadApplicationVersionRequest
- func (_ *ReadApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadApplicationVersionRequest) Descriptor() ([]byte, []int)
- func (m *ReadApplicationVersionRequest) GetFields() *query.FieldSelection
- func (m *ReadApplicationVersionRequest) GetId() *resource.Identifier
- func (*ReadApplicationVersionRequest) ProtoMessage()
- func (m *ReadApplicationVersionRequest) Reset()
- func (m *ReadApplicationVersionRequest) String() string
- func (m *ReadApplicationVersionRequest) Validate() error
- func (m *ReadApplicationVersionRequest) XXX_DiscardUnknown()
- func (m *ReadApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadApplicationVersionRequest) XXX_Merge(src proto.Message)
- func (m *ReadApplicationVersionRequest) XXX_Size() int
- func (m *ReadApplicationVersionRequest) XXX_Unmarshal(b []byte) error
- type ReadApplicationVersionRequestValidationError
- func (e ReadApplicationVersionRequestValidationError) Cause() error
- func (e ReadApplicationVersionRequestValidationError) Error() string
- func (e ReadApplicationVersionRequestValidationError) ErrorName() string
- func (e ReadApplicationVersionRequestValidationError) Field() string
- func (e ReadApplicationVersionRequestValidationError) Key() bool
- func (e ReadApplicationVersionRequestValidationError) Reason() string
- type ReadApplicationVersionResponse
- func (_ *ReadApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadApplicationVersionResponse) Descriptor() ([]byte, []int)
- func (m *ReadApplicationVersionResponse) GetResult() *ApplicationVersion
- func (*ReadApplicationVersionResponse) ProtoMessage()
- func (m *ReadApplicationVersionResponse) Reset()
- func (m *ReadApplicationVersionResponse) String() string
- func (m *ReadApplicationVersionResponse) Validate() error
- func (m *ReadApplicationVersionResponse) XXX_DiscardUnknown()
- func (m *ReadApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadApplicationVersionResponse) XXX_Merge(src proto.Message)
- func (m *ReadApplicationVersionResponse) XXX_Size() int
- func (m *ReadApplicationVersionResponse) XXX_Unmarshal(b []byte) error
- type ReadApplicationVersionResponseValidationError
- func (e ReadApplicationVersionResponseValidationError) Cause() error
- func (e ReadApplicationVersionResponseValidationError) Error() string
- func (e ReadApplicationVersionResponseValidationError) ErrorName() string
- func (e ReadApplicationVersionResponseValidationError) Field() string
- func (e ReadApplicationVersionResponseValidationError) Key() bool
- func (e ReadApplicationVersionResponseValidationError) Reason() string
- type ReadCloudProviderRequest
- func (_ *ReadCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadCloudProviderRequest) Descriptor() ([]byte, []int)
- func (m *ReadCloudProviderRequest) GetFields() *query.FieldSelection
- func (m *ReadCloudProviderRequest) GetId() *resource.Identifier
- func (*ReadCloudProviderRequest) ProtoMessage()
- func (m *ReadCloudProviderRequest) Reset()
- func (m *ReadCloudProviderRequest) String() string
- func (m *ReadCloudProviderRequest) Validate() error
- func (m *ReadCloudProviderRequest) XXX_DiscardUnknown()
- func (m *ReadCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadCloudProviderRequest) XXX_Merge(src proto.Message)
- func (m *ReadCloudProviderRequest) XXX_Size() int
- func (m *ReadCloudProviderRequest) XXX_Unmarshal(b []byte) error
- type ReadCloudProviderRequestValidationError
- func (e ReadCloudProviderRequestValidationError) Cause() error
- func (e ReadCloudProviderRequestValidationError) Error() string
- func (e ReadCloudProviderRequestValidationError) ErrorName() string
- func (e ReadCloudProviderRequestValidationError) Field() string
- func (e ReadCloudProviderRequestValidationError) Key() bool
- func (e ReadCloudProviderRequestValidationError) Reason() string
- type ReadCloudProviderResponse
- func (_ *ReadCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadCloudProviderResponse) Descriptor() ([]byte, []int)
- func (m *ReadCloudProviderResponse) GetResult() *CloudProvider
- func (*ReadCloudProviderResponse) ProtoMessage()
- func (m *ReadCloudProviderResponse) Reset()
- func (m *ReadCloudProviderResponse) String() string
- func (m *ReadCloudProviderResponse) Validate() error
- func (m *ReadCloudProviderResponse) XXX_DiscardUnknown()
- func (m *ReadCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadCloudProviderResponse) XXX_Merge(src proto.Message)
- func (m *ReadCloudProviderResponse) XXX_Size() int
- func (m *ReadCloudProviderResponse) XXX_Unmarshal(b []byte) error
- type ReadCloudProviderResponseValidationError
- func (e ReadCloudProviderResponseValidationError) Cause() error
- func (e ReadCloudProviderResponseValidationError) Error() string
- func (e ReadCloudProviderResponseValidationError) ErrorName() string
- func (e ReadCloudProviderResponseValidationError) Field() string
- func (e ReadCloudProviderResponseValidationError) Key() bool
- func (e ReadCloudProviderResponseValidationError) Reason() string
- type ReadContainerRequest
- func (_ *ReadContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadContainerRequest) Descriptor() ([]byte, []int)
- func (m *ReadContainerRequest) GetFields() *query.FieldSelection
- func (m *ReadContainerRequest) GetId() *resource.Identifier
- func (*ReadContainerRequest) ProtoMessage()
- func (m *ReadContainerRequest) Reset()
- func (m *ReadContainerRequest) String() string
- func (m *ReadContainerRequest) Validate() error
- func (m *ReadContainerRequest) XXX_DiscardUnknown()
- func (m *ReadContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadContainerRequest) XXX_Merge(src proto.Message)
- func (m *ReadContainerRequest) XXX_Size() int
- func (m *ReadContainerRequest) XXX_Unmarshal(b []byte) error
- type ReadContainerRequestValidationError
- func (e ReadContainerRequestValidationError) Cause() error
- func (e ReadContainerRequestValidationError) Error() string
- func (e ReadContainerRequestValidationError) ErrorName() string
- func (e ReadContainerRequestValidationError) Field() string
- func (e ReadContainerRequestValidationError) Key() bool
- func (e ReadContainerRequestValidationError) Reason() string
- type ReadContainerResponse
- func (_ *ReadContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadContainerResponse) Descriptor() ([]byte, []int)
- func (m *ReadContainerResponse) GetResult() *Container
- func (*ReadContainerResponse) ProtoMessage()
- func (m *ReadContainerResponse) Reset()
- func (m *ReadContainerResponse) String() string
- func (m *ReadContainerResponse) Validate() error
- func (m *ReadContainerResponse) XXX_DiscardUnknown()
- func (m *ReadContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadContainerResponse) XXX_Merge(src proto.Message)
- func (m *ReadContainerResponse) XXX_Size() int
- func (m *ReadContainerResponse) XXX_Unmarshal(b []byte) error
- type ReadContainerResponseValidationError
- func (e ReadContainerResponseValidationError) Cause() error
- func (e ReadContainerResponseValidationError) Error() string
- func (e ReadContainerResponseValidationError) ErrorName() string
- func (e ReadContainerResponseValidationError) Field() string
- func (e ReadContainerResponseValidationError) Key() bool
- func (e ReadContainerResponseValidationError) Reason() string
- type ReadContainerTagRequest
- func (_ *ReadContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadContainerTagRequest) Descriptor() ([]byte, []int)
- func (m *ReadContainerTagRequest) GetFields() *query.FieldSelection
- func (m *ReadContainerTagRequest) GetId() *resource.Identifier
- func (*ReadContainerTagRequest) ProtoMessage()
- func (m *ReadContainerTagRequest) Reset()
- func (m *ReadContainerTagRequest) String() string
- func (m *ReadContainerTagRequest) Validate() error
- func (m *ReadContainerTagRequest) XXX_DiscardUnknown()
- func (m *ReadContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadContainerTagRequest) XXX_Merge(src proto.Message)
- func (m *ReadContainerTagRequest) XXX_Size() int
- func (m *ReadContainerTagRequest) XXX_Unmarshal(b []byte) error
- type ReadContainerTagRequestValidationError
- func (e ReadContainerTagRequestValidationError) Cause() error
- func (e ReadContainerTagRequestValidationError) Error() string
- func (e ReadContainerTagRequestValidationError) ErrorName() string
- func (e ReadContainerTagRequestValidationError) Field() string
- func (e ReadContainerTagRequestValidationError) Key() bool
- func (e ReadContainerTagRequestValidationError) Reason() string
- type ReadContainerTagResponse
- func (_ *ReadContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadContainerTagResponse) Descriptor() ([]byte, []int)
- func (m *ReadContainerTagResponse) GetResult() *ContainerTag
- func (*ReadContainerTagResponse) ProtoMessage()
- func (m *ReadContainerTagResponse) Reset()
- func (m *ReadContainerTagResponse) String() string
- func (m *ReadContainerTagResponse) Validate() error
- func (m *ReadContainerTagResponse) XXX_DiscardUnknown()
- func (m *ReadContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadContainerTagResponse) XXX_Merge(src proto.Message)
- func (m *ReadContainerTagResponse) XXX_Size() int
- func (m *ReadContainerTagResponse) XXX_Unmarshal(b []byte) error
- type ReadContainerTagResponseValidationError
- func (e ReadContainerTagResponseValidationError) Cause() error
- func (e ReadContainerTagResponseValidationError) Error() string
- func (e ReadContainerTagResponseValidationError) ErrorName() string
- func (e ReadContainerTagResponseValidationError) Field() string
- func (e ReadContainerTagResponseValidationError) Key() bool
- func (e ReadContainerTagResponseValidationError) Reason() string
- type ReadEventRequest
- func (_ *ReadEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadEventRequest) Descriptor() ([]byte, []int)
- func (m *ReadEventRequest) GetFields() *query.FieldSelection
- func (m *ReadEventRequest) GetId() *resource.Identifier
- func (*ReadEventRequest) ProtoMessage()
- func (m *ReadEventRequest) Reset()
- func (m *ReadEventRequest) String() string
- func (m *ReadEventRequest) Validate() error
- func (m *ReadEventRequest) XXX_DiscardUnknown()
- func (m *ReadEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadEventRequest) XXX_Merge(src proto.Message)
- func (m *ReadEventRequest) XXX_Size() int
- func (m *ReadEventRequest) XXX_Unmarshal(b []byte) error
- type ReadEventRequestValidationError
- func (e ReadEventRequestValidationError) Cause() error
- func (e ReadEventRequestValidationError) Error() string
- func (e ReadEventRequestValidationError) ErrorName() string
- func (e ReadEventRequestValidationError) Field() string
- func (e ReadEventRequestValidationError) Key() bool
- func (e ReadEventRequestValidationError) Reason() string
- type ReadEventResponse
- func (_ *ReadEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadEventResponse) Descriptor() ([]byte, []int)
- func (m *ReadEventResponse) GetResult() *Event
- func (*ReadEventResponse) ProtoMessage()
- func (m *ReadEventResponse) Reset()
- func (m *ReadEventResponse) String() string
- func (m *ReadEventResponse) Validate() error
- func (m *ReadEventResponse) XXX_DiscardUnknown()
- func (m *ReadEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadEventResponse) XXX_Merge(src proto.Message)
- func (m *ReadEventResponse) XXX_Size() int
- func (m *ReadEventResponse) XXX_Unmarshal(b []byte) error
- type ReadEventResponseValidationError
- func (e ReadEventResponseValidationError) Cause() error
- func (e ReadEventResponseValidationError) Error() string
- func (e ReadEventResponseValidationError) ErrorName() string
- func (e ReadEventResponseValidationError) Field() string
- func (e ReadEventResponseValidationError) Key() bool
- func (e ReadEventResponseValidationError) Reason() string
- type ReadHostRequest
- func (_ *ReadHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadHostRequest) Descriptor() ([]byte, []int)
- func (m *ReadHostRequest) GetFields() *query.FieldSelection
- func (m *ReadHostRequest) GetId() *resource.Identifier
- func (*ReadHostRequest) ProtoMessage()
- func (m *ReadHostRequest) Reset()
- func (m *ReadHostRequest) String() string
- func (m *ReadHostRequest) Validate() error
- func (m *ReadHostRequest) XXX_DiscardUnknown()
- func (m *ReadHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadHostRequest) XXX_Merge(src proto.Message)
- func (m *ReadHostRequest) XXX_Size() int
- func (m *ReadHostRequest) XXX_Unmarshal(b []byte) error
- type ReadHostRequestValidationError
- func (e ReadHostRequestValidationError) Cause() error
- func (e ReadHostRequestValidationError) Error() string
- func (e ReadHostRequestValidationError) ErrorName() string
- func (e ReadHostRequestValidationError) Field() string
- func (e ReadHostRequestValidationError) Key() bool
- func (e ReadHostRequestValidationError) Reason() string
- type ReadHostResponse
- func (_ *ReadHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadHostResponse) Descriptor() ([]byte, []int)
- func (m *ReadHostResponse) GetResult() *Host
- func (*ReadHostResponse) ProtoMessage()
- func (m *ReadHostResponse) Reset()
- func (m *ReadHostResponse) String() string
- func (m *ReadHostResponse) Validate() error
- func (m *ReadHostResponse) XXX_DiscardUnknown()
- func (m *ReadHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadHostResponse) XXX_Merge(src proto.Message)
- func (m *ReadHostResponse) XXX_Size() int
- func (m *ReadHostResponse) XXX_Unmarshal(b []byte) error
- type ReadHostResponseValidationError
- func (e ReadHostResponseValidationError) Cause() error
- func (e ReadHostResponseValidationError) Error() string
- func (e ReadHostResponseValidationError) ErrorName() string
- func (e ReadHostResponseValidationError) Field() string
- func (e ReadHostResponseValidationError) Key() bool
- func (e ReadHostResponseValidationError) Reason() string
- type ReadKnowledgeBaseRequest
- func (_ *ReadKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (m *ReadKnowledgeBaseRequest) GetFields() *query.FieldSelection
- func (m *ReadKnowledgeBaseRequest) GetId() *resource.Identifier
- func (*ReadKnowledgeBaseRequest) ProtoMessage()
- func (m *ReadKnowledgeBaseRequest) Reset()
- func (m *ReadKnowledgeBaseRequest) String() string
- func (m *ReadKnowledgeBaseRequest) Validate() error
- func (m *ReadKnowledgeBaseRequest) XXX_DiscardUnknown()
- func (m *ReadKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadKnowledgeBaseRequest) XXX_Merge(src proto.Message)
- func (m *ReadKnowledgeBaseRequest) XXX_Size() int
- func (m *ReadKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error
- type ReadKnowledgeBaseRequestValidationError
- func (e ReadKnowledgeBaseRequestValidationError) Cause() error
- func (e ReadKnowledgeBaseRequestValidationError) Error() string
- func (e ReadKnowledgeBaseRequestValidationError) ErrorName() string
- func (e ReadKnowledgeBaseRequestValidationError) Field() string
- func (e ReadKnowledgeBaseRequestValidationError) Key() bool
- func (e ReadKnowledgeBaseRequestValidationError) Reason() string
- type ReadKnowledgeBaseResponse
- func (_ *ReadKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadKnowledgeBaseResponse) Descriptor() ([]byte, []int)
- func (m *ReadKnowledgeBaseResponse) GetResult() *KnowledgeBase
- func (*ReadKnowledgeBaseResponse) ProtoMessage()
- func (m *ReadKnowledgeBaseResponse) Reset()
- func (m *ReadKnowledgeBaseResponse) String() string
- func (m *ReadKnowledgeBaseResponse) Validate() error
- func (m *ReadKnowledgeBaseResponse) XXX_DiscardUnknown()
- func (m *ReadKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadKnowledgeBaseResponse) XXX_Merge(src proto.Message)
- func (m *ReadKnowledgeBaseResponse) XXX_Size() int
- func (m *ReadKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error
- type ReadKnowledgeBaseResponseValidationError
- func (e ReadKnowledgeBaseResponseValidationError) Cause() error
- func (e ReadKnowledgeBaseResponseValidationError) Error() string
- func (e ReadKnowledgeBaseResponseValidationError) ErrorName() string
- func (e ReadKnowledgeBaseResponseValidationError) Field() string
- func (e ReadKnowledgeBaseResponseValidationError) Key() bool
- func (e ReadKnowledgeBaseResponseValidationError) Reason() string
- type ReadRegionRequest
- func (_ *ReadRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadRegionRequest) Descriptor() ([]byte, []int)
- func (m *ReadRegionRequest) GetFields() *query.FieldSelection
- func (m *ReadRegionRequest) GetId() *resource.Identifier
- func (*ReadRegionRequest) ProtoMessage()
- func (m *ReadRegionRequest) Reset()
- func (m *ReadRegionRequest) String() string
- func (m *ReadRegionRequest) Validate() error
- func (m *ReadRegionRequest) XXX_DiscardUnknown()
- func (m *ReadRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadRegionRequest) XXX_Merge(src proto.Message)
- func (m *ReadRegionRequest) XXX_Size() int
- func (m *ReadRegionRequest) XXX_Unmarshal(b []byte) error
- type ReadRegionRequestValidationError
- func (e ReadRegionRequestValidationError) Cause() error
- func (e ReadRegionRequestValidationError) Error() string
- func (e ReadRegionRequestValidationError) ErrorName() string
- func (e ReadRegionRequestValidationError) Field() string
- func (e ReadRegionRequestValidationError) Key() bool
- func (e ReadRegionRequestValidationError) Reason() string
- type ReadRegionResponse
- func (_ *ReadRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadRegionResponse) Descriptor() ([]byte, []int)
- func (m *ReadRegionResponse) GetResult() *Region
- func (*ReadRegionResponse) ProtoMessage()
- func (m *ReadRegionResponse) Reset()
- func (m *ReadRegionResponse) String() string
- func (m *ReadRegionResponse) Validate() error
- func (m *ReadRegionResponse) XXX_DiscardUnknown()
- func (m *ReadRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadRegionResponse) XXX_Merge(src proto.Message)
- func (m *ReadRegionResponse) XXX_Size() int
- func (m *ReadRegionResponse) XXX_Unmarshal(b []byte) error
- type ReadRegionResponseValidationError
- func (e ReadRegionResponseValidationError) Cause() error
- func (e ReadRegionResponseValidationError) Error() string
- func (e ReadRegionResponseValidationError) ErrorName() string
- func (e ReadRegionResponseValidationError) Field() string
- func (e ReadRegionResponseValidationError) Key() bool
- func (e ReadRegionResponseValidationError) Reason() string
- type ReadRegistryRequest
- func (_ *ReadRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadRegistryRequest) Descriptor() ([]byte, []int)
- func (m *ReadRegistryRequest) GetFields() *query.FieldSelection
- func (m *ReadRegistryRequest) GetId() *resource.Identifier
- func (*ReadRegistryRequest) ProtoMessage()
- func (m *ReadRegistryRequest) Reset()
- func (m *ReadRegistryRequest) String() string
- func (m *ReadRegistryRequest) Validate() error
- func (m *ReadRegistryRequest) XXX_DiscardUnknown()
- func (m *ReadRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadRegistryRequest) XXX_Merge(src proto.Message)
- func (m *ReadRegistryRequest) XXX_Size() int
- func (m *ReadRegistryRequest) XXX_Unmarshal(b []byte) error
- type ReadRegistryRequestValidationError
- func (e ReadRegistryRequestValidationError) Cause() error
- func (e ReadRegistryRequestValidationError) Error() string
- func (e ReadRegistryRequestValidationError) ErrorName() string
- func (e ReadRegistryRequestValidationError) Field() string
- func (e ReadRegistryRequestValidationError) Key() bool
- func (e ReadRegistryRequestValidationError) Reason() string
- type ReadRegistryResponse
- func (_ *ReadRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadRegistryResponse) Descriptor() ([]byte, []int)
- func (m *ReadRegistryResponse) GetResult() *Registry
- func (*ReadRegistryResponse) ProtoMessage()
- func (m *ReadRegistryResponse) Reset()
- func (m *ReadRegistryResponse) String() string
- func (m *ReadRegistryResponse) Validate() error
- func (m *ReadRegistryResponse) XXX_DiscardUnknown()
- func (m *ReadRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadRegistryResponse) XXX_Merge(src proto.Message)
- func (m *ReadRegistryResponse) XXX_Size() int
- func (m *ReadRegistryResponse) XXX_Unmarshal(b []byte) error
- type ReadRegistryResponseValidationError
- func (e ReadRegistryResponseValidationError) Cause() error
- func (e ReadRegistryResponseValidationError) Error() string
- func (e ReadRegistryResponseValidationError) ErrorName() string
- func (e ReadRegistryResponseValidationError) Field() string
- func (e ReadRegistryResponseValidationError) Key() bool
- func (e ReadRegistryResponseValidationError) Reason() string
- type ReadVpcRequest
- func (_ *ReadVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadVpcRequest) Descriptor() ([]byte, []int)
- func (m *ReadVpcRequest) GetFields() *query.FieldSelection
- func (m *ReadVpcRequest) GetId() *resource.Identifier
- func (*ReadVpcRequest) ProtoMessage()
- func (m *ReadVpcRequest) Reset()
- func (m *ReadVpcRequest) String() string
- func (m *ReadVpcRequest) Validate() error
- func (m *ReadVpcRequest) XXX_DiscardUnknown()
- func (m *ReadVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadVpcRequest) XXX_Merge(src proto.Message)
- func (m *ReadVpcRequest) XXX_Size() int
- func (m *ReadVpcRequest) XXX_Unmarshal(b []byte) error
- type ReadVpcRequestValidationError
- func (e ReadVpcRequestValidationError) Cause() error
- func (e ReadVpcRequestValidationError) Error() string
- func (e ReadVpcRequestValidationError) ErrorName() string
- func (e ReadVpcRequestValidationError) Field() string
- func (e ReadVpcRequestValidationError) Key() bool
- func (e ReadVpcRequestValidationError) Reason() string
- type ReadVpcResponse
- func (_ *ReadVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadVpcResponse) Descriptor() ([]byte, []int)
- func (m *ReadVpcResponse) GetResult() *Vpc
- func (*ReadVpcResponse) ProtoMessage()
- func (m *ReadVpcResponse) Reset()
- func (m *ReadVpcResponse) String() string
- func (m *ReadVpcResponse) Validate() error
- func (m *ReadVpcResponse) XXX_DiscardUnknown()
- func (m *ReadVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadVpcResponse) XXX_Merge(src proto.Message)
- func (m *ReadVpcResponse) XXX_Size() int
- func (m *ReadVpcResponse) XXX_Unmarshal(b []byte) error
- type ReadVpcResponseValidationError
- func (e ReadVpcResponseValidationError) Cause() error
- func (e ReadVpcResponseValidationError) Error() string
- func (e ReadVpcResponseValidationError) ErrorName() string
- func (e ReadVpcResponseValidationError) Field() string
- func (e ReadVpcResponseValidationError) Key() bool
- func (e ReadVpcResponseValidationError) Reason() string
- type ReadVulnerabilityRequest
- func (_ *ReadVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadVulnerabilityRequest) Descriptor() ([]byte, []int)
- func (m *ReadVulnerabilityRequest) GetFields() *query.FieldSelection
- func (m *ReadVulnerabilityRequest) GetId() *resource.Identifier
- func (*ReadVulnerabilityRequest) ProtoMessage()
- func (m *ReadVulnerabilityRequest) Reset()
- func (m *ReadVulnerabilityRequest) String() string
- func (m *ReadVulnerabilityRequest) Validate() error
- func (m *ReadVulnerabilityRequest) XXX_DiscardUnknown()
- func (m *ReadVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadVulnerabilityRequest) XXX_Merge(src proto.Message)
- func (m *ReadVulnerabilityRequest) XXX_Size() int
- func (m *ReadVulnerabilityRequest) XXX_Unmarshal(b []byte) error
- type ReadVulnerabilityRequestValidationError
- func (e ReadVulnerabilityRequestValidationError) Cause() error
- func (e ReadVulnerabilityRequestValidationError) Error() string
- func (e ReadVulnerabilityRequestValidationError) ErrorName() string
- func (e ReadVulnerabilityRequestValidationError) Field() string
- func (e ReadVulnerabilityRequestValidationError) Key() bool
- func (e ReadVulnerabilityRequestValidationError) Reason() string
- type ReadVulnerabilityResponse
- func (_ *ReadVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*ReadVulnerabilityResponse) Descriptor() ([]byte, []int)
- func (m *ReadVulnerabilityResponse) GetResult() *Vulnerability
- func (*ReadVulnerabilityResponse) ProtoMessage()
- func (m *ReadVulnerabilityResponse) Reset()
- func (m *ReadVulnerabilityResponse) String() string
- func (m *ReadVulnerabilityResponse) Validate() error
- func (m *ReadVulnerabilityResponse) XXX_DiscardUnknown()
- func (m *ReadVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReadVulnerabilityResponse) XXX_Merge(src proto.Message)
- func (m *ReadVulnerabilityResponse) XXX_Size() int
- func (m *ReadVulnerabilityResponse) XXX_Unmarshal(b []byte) error
- type ReadVulnerabilityResponseValidationError
- func (e ReadVulnerabilityResponseValidationError) Cause() error
- func (e ReadVulnerabilityResponseValidationError) Error() string
- func (e ReadVulnerabilityResponseValidationError) ErrorName() string
- func (e ReadVulnerabilityResponseValidationError) Field() string
- func (e ReadVulnerabilityResponseValidationError) Key() bool
- func (e ReadVulnerabilityResponseValidationError) Reason() string
- type Region
- func DefaultApplyFieldMaskRegion(ctx context.Context, patchee *Region, patcher *Region, ...) (*Region, error)
- func DefaultCreateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)
- func DefaultListRegion(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Region, error)
- func DefaultPatchRegion(ctx context.Context, in *Region, updateMask *field_mask1.FieldMask, ...) (*Region, error)
- func DefaultPatchSetRegion(ctx context.Context, objects []*Region, updateMasks []*field_mask1.FieldMask, ...) ([]*Region, error)
- func DefaultReadRegion(ctx context.Context, in *Region, db *gorm1.DB, fs *query1.FieldSelection) (*Region, error)
- func DefaultStrictUpdateRegion(ctx context.Context, in *Region, db *gorm1.DB) (*Region, error)
- func (_ *Region) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Region) Descriptor() ([]byte, []int)
- func (m *Region) GetCloudProviderId() *resource.Identifier
- func (m *Region) GetDescription() string
- func (m *Region) GetId() *resource.Identifier
- func (m *Region) GetName() string
- func (*Region) ProtoMessage()
- func (m *Region) Reset()
- func (m *Region) String() string
- func (m *Region) ToORM(ctx context.Context) (RegionORM, error)
- func (m *Region) Validate() error
- func (m *Region) XXX_DiscardUnknown()
- func (m *Region) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Region) XXX_Merge(src proto.Message)
- func (m *Region) XXX_Size() int
- func (m *Region) XXX_Unmarshal(b []byte) error
- type RegionORM
- type RegionORMWithAfterCreate_
- type RegionORMWithAfterDeleteSet
- type RegionORMWithAfterDelete_
- type RegionORMWithAfterListFind
- type RegionORMWithAfterReadFind
- type RegionORMWithAfterStrictUpdateSave
- type RegionORMWithBeforeCreate_
- type RegionORMWithBeforeDeleteSet
- type RegionORMWithBeforeDelete_
- type RegionORMWithBeforeListApplyQuery
- type RegionORMWithBeforeListFind
- type RegionORMWithBeforeReadApplyQuery
- type RegionORMWithBeforeReadFind
- type RegionORMWithBeforeStrictUpdateCleanup
- type RegionORMWithBeforeStrictUpdateSave
- type RegionValidationError
- type RegionWithAfterPatchSave
- type RegionWithAfterToORM
- type RegionWithAfterToPB
- type RegionWithBeforePatchApplyFieldMask
- type RegionWithBeforePatchRead
- type RegionWithBeforePatchSave
- type RegionWithBeforeToORM
- type RegionWithBeforeToPB
- type RegionsClient
- type RegionsDefaultServer
- func (m *RegionsDefaultServer) Create(ctx context.Context, in *CreateRegionRequest) (*CreateRegionResponse, error)
- func (m *RegionsDefaultServer) Delete(ctx context.Context, in *DeleteRegionRequest) (*DeleteRegionResponse, error)
- func (m *RegionsDefaultServer) List(ctx context.Context, in *ListRegionRequest) (*ListRegionsResponse, error)
- func (m *RegionsDefaultServer) Read(ctx context.Context, in *ReadRegionRequest) (*ReadRegionResponse, error)
- func (m *RegionsDefaultServer) Update(ctx context.Context, in *UpdateRegionRequest) (*UpdateRegionResponse, error)
- type RegionsRegionWithAfterCreate
- type RegionsRegionWithAfterDelete
- type RegionsRegionWithAfterList
- type RegionsRegionWithAfterRead
- type RegionsRegionWithAfterUpdate
- type RegionsRegionWithBeforeCreate
- type RegionsRegionWithBeforeDelete
- type RegionsRegionWithBeforeList
- type RegionsRegionWithBeforeRead
- type RegionsRegionWithBeforeUpdate
- type RegionsServer
- type RegistriesClient
- type RegistriesDefaultServer
- func (m *RegistriesDefaultServer) Create(ctx context.Context, in *CreateRegistryRequest) (*CreateRegistryResponse, error)
- func (m *RegistriesDefaultServer) Delete(ctx context.Context, in *DeleteRegistryRequest) (*DeleteRegistryResponse, error)
- func (m *RegistriesDefaultServer) List(ctx context.Context, in *ListRegistryRequest) (*ListRegistriesResponse, error)
- func (m *RegistriesDefaultServer) Read(ctx context.Context, in *ReadRegistryRequest) (*ReadRegistryResponse, error)
- func (m *RegistriesDefaultServer) Update(ctx context.Context, in *UpdateRegistryRequest) (*UpdateRegistryResponse, error)
- type RegistriesRegistryWithAfterCreate
- type RegistriesRegistryWithAfterDelete
- type RegistriesRegistryWithAfterList
- type RegistriesRegistryWithAfterRead
- type RegistriesRegistryWithAfterUpdate
- type RegistriesRegistryWithBeforeCreate
- type RegistriesRegistryWithBeforeDelete
- type RegistriesRegistryWithBeforeList
- type RegistriesRegistryWithBeforeRead
- type RegistriesRegistryWithBeforeUpdate
- type RegistriesServer
- type Registry
- func DefaultApplyFieldMaskRegistry(ctx context.Context, patchee *Registry, patcher *Registry, ...) (*Registry, error)
- func DefaultCreateRegistry(ctx context.Context, in *Registry, db *gorm1.DB) (*Registry, error)
- func DefaultListRegistry(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Registry, error)
- func DefaultPatchRegistry(ctx context.Context, in *Registry, updateMask *field_mask1.FieldMask, ...) (*Registry, error)
- func DefaultPatchSetRegistry(ctx context.Context, objects []*Registry, updateMasks []*field_mask1.FieldMask, ...) ([]*Registry, error)
- func DefaultReadRegistry(ctx context.Context, in *Registry, db *gorm1.DB, fs *query1.FieldSelection) (*Registry, error)
- func DefaultStrictUpdateRegistry(ctx context.Context, in *Registry, db *gorm1.DB) (*Registry, error)
- func (_ *Registry) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Registry) Descriptor() ([]byte, []int)
- func (m *Registry) GetDescription() string
- func (m *Registry) GetId() *resource.Identifier
- func (m *Registry) GetName() string
- func (*Registry) ProtoMessage()
- func (m *Registry) Reset()
- func (m *Registry) String() string
- func (m *Registry) ToORM(ctx context.Context) (RegistryORM, error)
- func (m *Registry) Validate() error
- func (m *Registry) XXX_DiscardUnknown()
- func (m *Registry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Registry) XXX_Merge(src proto.Message)
- func (m *Registry) XXX_Size() int
- func (m *Registry) XXX_Unmarshal(b []byte) error
- type RegistryORM
- type RegistryORMWithAfterCreate_
- type RegistryORMWithAfterDeleteSet
- type RegistryORMWithAfterDelete_
- type RegistryORMWithAfterListFind
- type RegistryORMWithAfterReadFind
- type RegistryORMWithAfterStrictUpdateSave
- type RegistryORMWithBeforeCreate_
- type RegistryORMWithBeforeDeleteSet
- type RegistryORMWithBeforeDelete_
- type RegistryORMWithBeforeListApplyQuery
- type RegistryORMWithBeforeListFind
- type RegistryORMWithBeforeReadApplyQuery
- type RegistryORMWithBeforeReadFind
- type RegistryORMWithBeforeStrictUpdateCleanup
- type RegistryORMWithBeforeStrictUpdateSave
- type RegistryValidationError
- type RegistryWithAfterPatchSave
- type RegistryWithAfterToORM
- type RegistryWithAfterToPB
- type RegistryWithBeforePatchApplyFieldMask
- type RegistryWithBeforePatchRead
- type RegistryWithBeforePatchSave
- type RegistryWithBeforeToORM
- type RegistryWithBeforeToPB
- type SecopsClient
- type SecopsServer
- type UpdateAmiRequest
- func (_ *UpdateAmiRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateAmiRequest) Descriptor() ([]byte, []int)
- func (m *UpdateAmiRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateAmiRequest) GetPayload() *Ami
- func (*UpdateAmiRequest) ProtoMessage()
- func (m *UpdateAmiRequest) Reset()
- func (m *UpdateAmiRequest) String() string
- func (m *UpdateAmiRequest) Validate() error
- func (m *UpdateAmiRequest) XXX_DiscardUnknown()
- func (m *UpdateAmiRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAmiRequest) XXX_Merge(src proto.Message)
- func (m *UpdateAmiRequest) XXX_Size() int
- func (m *UpdateAmiRequest) XXX_Unmarshal(b []byte) error
- type UpdateAmiRequestValidationError
- func (e UpdateAmiRequestValidationError) Cause() error
- func (e UpdateAmiRequestValidationError) Error() string
- func (e UpdateAmiRequestValidationError) ErrorName() string
- func (e UpdateAmiRequestValidationError) Field() string
- func (e UpdateAmiRequestValidationError) Key() bool
- func (e UpdateAmiRequestValidationError) Reason() string
- type UpdateAmiResponse
- func (_ *UpdateAmiResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateAmiResponse) Descriptor() ([]byte, []int)
- func (m *UpdateAmiResponse) GetResult() *Ami
- func (*UpdateAmiResponse) ProtoMessage()
- func (m *UpdateAmiResponse) Reset()
- func (m *UpdateAmiResponse) String() string
- func (m *UpdateAmiResponse) Validate() error
- func (m *UpdateAmiResponse) XXX_DiscardUnknown()
- func (m *UpdateAmiResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAmiResponse) XXX_Merge(src proto.Message)
- func (m *UpdateAmiResponse) XXX_Size() int
- func (m *UpdateAmiResponse) XXX_Unmarshal(b []byte) error
- type UpdateAmiResponseValidationError
- func (e UpdateAmiResponseValidationError) Cause() error
- func (e UpdateAmiResponseValidationError) Error() string
- func (e UpdateAmiResponseValidationError) ErrorName() string
- func (e UpdateAmiResponseValidationError) Field() string
- func (e UpdateAmiResponseValidationError) Key() bool
- func (e UpdateAmiResponseValidationError) Reason() string
- type UpdateApplicationRequest
- func (_ *UpdateApplicationRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateApplicationRequest) Descriptor() ([]byte, []int)
- func (m *UpdateApplicationRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateApplicationRequest) GetPayload() *Application
- func (*UpdateApplicationRequest) ProtoMessage()
- func (m *UpdateApplicationRequest) Reset()
- func (m *UpdateApplicationRequest) String() string
- func (m *UpdateApplicationRequest) Validate() error
- func (m *UpdateApplicationRequest) XXX_DiscardUnknown()
- func (m *UpdateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateApplicationRequest) XXX_Merge(src proto.Message)
- func (m *UpdateApplicationRequest) XXX_Size() int
- func (m *UpdateApplicationRequest) XXX_Unmarshal(b []byte) error
- type UpdateApplicationRequestValidationError
- func (e UpdateApplicationRequestValidationError) Cause() error
- func (e UpdateApplicationRequestValidationError) Error() string
- func (e UpdateApplicationRequestValidationError) ErrorName() string
- func (e UpdateApplicationRequestValidationError) Field() string
- func (e UpdateApplicationRequestValidationError) Key() bool
- func (e UpdateApplicationRequestValidationError) Reason() string
- type UpdateApplicationResponse
- func (_ *UpdateApplicationResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateApplicationResponse) Descriptor() ([]byte, []int)
- func (m *UpdateApplicationResponse) GetResult() *Application
- func (*UpdateApplicationResponse) ProtoMessage()
- func (m *UpdateApplicationResponse) Reset()
- func (m *UpdateApplicationResponse) String() string
- func (m *UpdateApplicationResponse) Validate() error
- func (m *UpdateApplicationResponse) XXX_DiscardUnknown()
- func (m *UpdateApplicationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateApplicationResponse) XXX_Merge(src proto.Message)
- func (m *UpdateApplicationResponse) XXX_Size() int
- func (m *UpdateApplicationResponse) XXX_Unmarshal(b []byte) error
- type UpdateApplicationResponseValidationError
- func (e UpdateApplicationResponseValidationError) Cause() error
- func (e UpdateApplicationResponseValidationError) Error() string
- func (e UpdateApplicationResponseValidationError) ErrorName() string
- func (e UpdateApplicationResponseValidationError) Field() string
- func (e UpdateApplicationResponseValidationError) Key() bool
- func (e UpdateApplicationResponseValidationError) Reason() string
- type UpdateApplicationVersionRequest
- func (_ *UpdateApplicationVersionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateApplicationVersionRequest) Descriptor() ([]byte, []int)
- func (m *UpdateApplicationVersionRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateApplicationVersionRequest) GetPayload() *ApplicationVersion
- func (*UpdateApplicationVersionRequest) ProtoMessage()
- func (m *UpdateApplicationVersionRequest) Reset()
- func (m *UpdateApplicationVersionRequest) String() string
- func (m *UpdateApplicationVersionRequest) Validate() error
- func (m *UpdateApplicationVersionRequest) XXX_DiscardUnknown()
- func (m *UpdateApplicationVersionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateApplicationVersionRequest) XXX_Merge(src proto.Message)
- func (m *UpdateApplicationVersionRequest) XXX_Size() int
- func (m *UpdateApplicationVersionRequest) XXX_Unmarshal(b []byte) error
- type UpdateApplicationVersionRequestValidationError
- func (e UpdateApplicationVersionRequestValidationError) Cause() error
- func (e UpdateApplicationVersionRequestValidationError) Error() string
- func (e UpdateApplicationVersionRequestValidationError) ErrorName() string
- func (e UpdateApplicationVersionRequestValidationError) Field() string
- func (e UpdateApplicationVersionRequestValidationError) Key() bool
- func (e UpdateApplicationVersionRequestValidationError) Reason() string
- type UpdateApplicationVersionResponse
- func (_ *UpdateApplicationVersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateApplicationVersionResponse) Descriptor() ([]byte, []int)
- func (m *UpdateApplicationVersionResponse) GetResult() *ApplicationVersion
- func (*UpdateApplicationVersionResponse) ProtoMessage()
- func (m *UpdateApplicationVersionResponse) Reset()
- func (m *UpdateApplicationVersionResponse) String() string
- func (m *UpdateApplicationVersionResponse) Validate() error
- func (m *UpdateApplicationVersionResponse) XXX_DiscardUnknown()
- func (m *UpdateApplicationVersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateApplicationVersionResponse) XXX_Merge(src proto.Message)
- func (m *UpdateApplicationVersionResponse) XXX_Size() int
- func (m *UpdateApplicationVersionResponse) XXX_Unmarshal(b []byte) error
- type UpdateApplicationVersionResponseValidationError
- func (e UpdateApplicationVersionResponseValidationError) Cause() error
- func (e UpdateApplicationVersionResponseValidationError) Error() string
- func (e UpdateApplicationVersionResponseValidationError) ErrorName() string
- func (e UpdateApplicationVersionResponseValidationError) Field() string
- func (e UpdateApplicationVersionResponseValidationError) Key() bool
- func (e UpdateApplicationVersionResponseValidationError) Reason() string
- type UpdateCloudProviderRequest
- func (_ *UpdateCloudProviderRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateCloudProviderRequest) Descriptor() ([]byte, []int)
- func (m *UpdateCloudProviderRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateCloudProviderRequest) GetPayload() *CloudProvider
- func (*UpdateCloudProviderRequest) ProtoMessage()
- func (m *UpdateCloudProviderRequest) Reset()
- func (m *UpdateCloudProviderRequest) String() string
- func (m *UpdateCloudProviderRequest) Validate() error
- func (m *UpdateCloudProviderRequest) XXX_DiscardUnknown()
- func (m *UpdateCloudProviderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateCloudProviderRequest) XXX_Merge(src proto.Message)
- func (m *UpdateCloudProviderRequest) XXX_Size() int
- func (m *UpdateCloudProviderRequest) XXX_Unmarshal(b []byte) error
- type UpdateCloudProviderRequestValidationError
- func (e UpdateCloudProviderRequestValidationError) Cause() error
- func (e UpdateCloudProviderRequestValidationError) Error() string
- func (e UpdateCloudProviderRequestValidationError) ErrorName() string
- func (e UpdateCloudProviderRequestValidationError) Field() string
- func (e UpdateCloudProviderRequestValidationError) Key() bool
- func (e UpdateCloudProviderRequestValidationError) Reason() string
- type UpdateCloudProviderResponse
- func (_ *UpdateCloudProviderResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateCloudProviderResponse) Descriptor() ([]byte, []int)
- func (m *UpdateCloudProviderResponse) GetResult() *CloudProvider
- func (*UpdateCloudProviderResponse) ProtoMessage()
- func (m *UpdateCloudProviderResponse) Reset()
- func (m *UpdateCloudProviderResponse) String() string
- func (m *UpdateCloudProviderResponse) Validate() error
- func (m *UpdateCloudProviderResponse) XXX_DiscardUnknown()
- func (m *UpdateCloudProviderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateCloudProviderResponse) XXX_Merge(src proto.Message)
- func (m *UpdateCloudProviderResponse) XXX_Size() int
- func (m *UpdateCloudProviderResponse) XXX_Unmarshal(b []byte) error
- type UpdateCloudProviderResponseValidationError
- func (e UpdateCloudProviderResponseValidationError) Cause() error
- func (e UpdateCloudProviderResponseValidationError) Error() string
- func (e UpdateCloudProviderResponseValidationError) ErrorName() string
- func (e UpdateCloudProviderResponseValidationError) Field() string
- func (e UpdateCloudProviderResponseValidationError) Key() bool
- func (e UpdateCloudProviderResponseValidationError) Reason() string
- type UpdateContainerRequest
- func (_ *UpdateContainerRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateContainerRequest) Descriptor() ([]byte, []int)
- func (m *UpdateContainerRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateContainerRequest) GetPayload() *Container
- func (*UpdateContainerRequest) ProtoMessage()
- func (m *UpdateContainerRequest) Reset()
- func (m *UpdateContainerRequest) String() string
- func (m *UpdateContainerRequest) Validate() error
- func (m *UpdateContainerRequest) XXX_DiscardUnknown()
- func (m *UpdateContainerRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerRequest) XXX_Merge(src proto.Message)
- func (m *UpdateContainerRequest) XXX_Size() int
- func (m *UpdateContainerRequest) XXX_Unmarshal(b []byte) error
- type UpdateContainerRequestValidationError
- func (e UpdateContainerRequestValidationError) Cause() error
- func (e UpdateContainerRequestValidationError) Error() string
- func (e UpdateContainerRequestValidationError) ErrorName() string
- func (e UpdateContainerRequestValidationError) Field() string
- func (e UpdateContainerRequestValidationError) Key() bool
- func (e UpdateContainerRequestValidationError) Reason() string
- type UpdateContainerResponse
- func (_ *UpdateContainerResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateContainerResponse) Descriptor() ([]byte, []int)
- func (m *UpdateContainerResponse) GetResult() *Container
- func (*UpdateContainerResponse) ProtoMessage()
- func (m *UpdateContainerResponse) Reset()
- func (m *UpdateContainerResponse) String() string
- func (m *UpdateContainerResponse) Validate() error
- func (m *UpdateContainerResponse) XXX_DiscardUnknown()
- func (m *UpdateContainerResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerResponse) XXX_Merge(src proto.Message)
- func (m *UpdateContainerResponse) XXX_Size() int
- func (m *UpdateContainerResponse) XXX_Unmarshal(b []byte) error
- type UpdateContainerResponseValidationError
- func (e UpdateContainerResponseValidationError) Cause() error
- func (e UpdateContainerResponseValidationError) Error() string
- func (e UpdateContainerResponseValidationError) ErrorName() string
- func (e UpdateContainerResponseValidationError) Field() string
- func (e UpdateContainerResponseValidationError) Key() bool
- func (e UpdateContainerResponseValidationError) Reason() string
- type UpdateContainerTagRequest
- func (_ *UpdateContainerTagRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateContainerTagRequest) Descriptor() ([]byte, []int)
- func (m *UpdateContainerTagRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateContainerTagRequest) GetPayload() *ContainerTag
- func (*UpdateContainerTagRequest) ProtoMessage()
- func (m *UpdateContainerTagRequest) Reset()
- func (m *UpdateContainerTagRequest) String() string
- func (m *UpdateContainerTagRequest) Validate() error
- func (m *UpdateContainerTagRequest) XXX_DiscardUnknown()
- func (m *UpdateContainerTagRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerTagRequest) XXX_Merge(src proto.Message)
- func (m *UpdateContainerTagRequest) XXX_Size() int
- func (m *UpdateContainerTagRequest) XXX_Unmarshal(b []byte) error
- type UpdateContainerTagRequestValidationError
- func (e UpdateContainerTagRequestValidationError) Cause() error
- func (e UpdateContainerTagRequestValidationError) Error() string
- func (e UpdateContainerTagRequestValidationError) ErrorName() string
- func (e UpdateContainerTagRequestValidationError) Field() string
- func (e UpdateContainerTagRequestValidationError) Key() bool
- func (e UpdateContainerTagRequestValidationError) Reason() string
- type UpdateContainerTagResponse
- func (_ *UpdateContainerTagResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateContainerTagResponse) Descriptor() ([]byte, []int)
- func (m *UpdateContainerTagResponse) GetResult() *ContainerTag
- func (*UpdateContainerTagResponse) ProtoMessage()
- func (m *UpdateContainerTagResponse) Reset()
- func (m *UpdateContainerTagResponse) String() string
- func (m *UpdateContainerTagResponse) Validate() error
- func (m *UpdateContainerTagResponse) XXX_DiscardUnknown()
- func (m *UpdateContainerTagResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateContainerTagResponse) XXX_Merge(src proto.Message)
- func (m *UpdateContainerTagResponse) XXX_Size() int
- func (m *UpdateContainerTagResponse) XXX_Unmarshal(b []byte) error
- type UpdateContainerTagResponseValidationError
- func (e UpdateContainerTagResponseValidationError) Cause() error
- func (e UpdateContainerTagResponseValidationError) Error() string
- func (e UpdateContainerTagResponseValidationError) ErrorName() string
- func (e UpdateContainerTagResponseValidationError) Field() string
- func (e UpdateContainerTagResponseValidationError) Key() bool
- func (e UpdateContainerTagResponseValidationError) Reason() string
- type UpdateEventRequest
- func (_ *UpdateEventRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateEventRequest) Descriptor() ([]byte, []int)
- func (m *UpdateEventRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateEventRequest) GetPayload() *Event
- func (*UpdateEventRequest) ProtoMessage()
- func (m *UpdateEventRequest) Reset()
- func (m *UpdateEventRequest) String() string
- func (m *UpdateEventRequest) Validate() error
- func (m *UpdateEventRequest) XXX_DiscardUnknown()
- func (m *UpdateEventRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateEventRequest) XXX_Merge(src proto.Message)
- func (m *UpdateEventRequest) XXX_Size() int
- func (m *UpdateEventRequest) XXX_Unmarshal(b []byte) error
- type UpdateEventRequestValidationError
- func (e UpdateEventRequestValidationError) Cause() error
- func (e UpdateEventRequestValidationError) Error() string
- func (e UpdateEventRequestValidationError) ErrorName() string
- func (e UpdateEventRequestValidationError) Field() string
- func (e UpdateEventRequestValidationError) Key() bool
- func (e UpdateEventRequestValidationError) Reason() string
- type UpdateEventResponse
- func (_ *UpdateEventResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateEventResponse) Descriptor() ([]byte, []int)
- func (m *UpdateEventResponse) GetResult() *Event
- func (*UpdateEventResponse) ProtoMessage()
- func (m *UpdateEventResponse) Reset()
- func (m *UpdateEventResponse) String() string
- func (m *UpdateEventResponse) Validate() error
- func (m *UpdateEventResponse) XXX_DiscardUnknown()
- func (m *UpdateEventResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateEventResponse) XXX_Merge(src proto.Message)
- func (m *UpdateEventResponse) XXX_Size() int
- func (m *UpdateEventResponse) XXX_Unmarshal(b []byte) error
- type UpdateEventResponseValidationError
- func (e UpdateEventResponseValidationError) Cause() error
- func (e UpdateEventResponseValidationError) Error() string
- func (e UpdateEventResponseValidationError) ErrorName() string
- func (e UpdateEventResponseValidationError) Field() string
- func (e UpdateEventResponseValidationError) Key() bool
- func (e UpdateEventResponseValidationError) Reason() string
- type UpdateHostRequest
- func (_ *UpdateHostRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateHostRequest) Descriptor() ([]byte, []int)
- func (m *UpdateHostRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateHostRequest) GetPayload() *Host
- func (*UpdateHostRequest) ProtoMessage()
- func (m *UpdateHostRequest) Reset()
- func (m *UpdateHostRequest) String() string
- func (m *UpdateHostRequest) Validate() error
- func (m *UpdateHostRequest) XXX_DiscardUnknown()
- func (m *UpdateHostRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateHostRequest) XXX_Merge(src proto.Message)
- func (m *UpdateHostRequest) XXX_Size() int
- func (m *UpdateHostRequest) XXX_Unmarshal(b []byte) error
- type UpdateHostRequestValidationError
- func (e UpdateHostRequestValidationError) Cause() error
- func (e UpdateHostRequestValidationError) Error() string
- func (e UpdateHostRequestValidationError) ErrorName() string
- func (e UpdateHostRequestValidationError) Field() string
- func (e UpdateHostRequestValidationError) Key() bool
- func (e UpdateHostRequestValidationError) Reason() string
- type UpdateHostResponse
- func (_ *UpdateHostResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateHostResponse) Descriptor() ([]byte, []int)
- func (m *UpdateHostResponse) GetResult() *Host
- func (*UpdateHostResponse) ProtoMessage()
- func (m *UpdateHostResponse) Reset()
- func (m *UpdateHostResponse) String() string
- func (m *UpdateHostResponse) Validate() error
- func (m *UpdateHostResponse) XXX_DiscardUnknown()
- func (m *UpdateHostResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateHostResponse) XXX_Merge(src proto.Message)
- func (m *UpdateHostResponse) XXX_Size() int
- func (m *UpdateHostResponse) XXX_Unmarshal(b []byte) error
- type UpdateHostResponseValidationError
- func (e UpdateHostResponseValidationError) Cause() error
- func (e UpdateHostResponseValidationError) Error() string
- func (e UpdateHostResponseValidationError) ErrorName() string
- func (e UpdateHostResponseValidationError) Field() string
- func (e UpdateHostResponseValidationError) Key() bool
- func (e UpdateHostResponseValidationError) Reason() string
- type UpdateKnowledgeBaseRequest
- func (_ *UpdateKnowledgeBaseRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateKnowledgeBaseRequest) Descriptor() ([]byte, []int)
- func (m *UpdateKnowledgeBaseRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateKnowledgeBaseRequest) GetPayload() *KnowledgeBase
- func (*UpdateKnowledgeBaseRequest) ProtoMessage()
- func (m *UpdateKnowledgeBaseRequest) Reset()
- func (m *UpdateKnowledgeBaseRequest) String() string
- func (m *UpdateKnowledgeBaseRequest) Validate() error
- func (m *UpdateKnowledgeBaseRequest) XXX_DiscardUnknown()
- func (m *UpdateKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateKnowledgeBaseRequest) XXX_Merge(src proto.Message)
- func (m *UpdateKnowledgeBaseRequest) XXX_Size() int
- func (m *UpdateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error
- type UpdateKnowledgeBaseRequestValidationError
- func (e UpdateKnowledgeBaseRequestValidationError) Cause() error
- func (e UpdateKnowledgeBaseRequestValidationError) Error() string
- func (e UpdateKnowledgeBaseRequestValidationError) ErrorName() string
- func (e UpdateKnowledgeBaseRequestValidationError) Field() string
- func (e UpdateKnowledgeBaseRequestValidationError) Key() bool
- func (e UpdateKnowledgeBaseRequestValidationError) Reason() string
- type UpdateKnowledgeBaseResponse
- func (_ *UpdateKnowledgeBaseResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateKnowledgeBaseResponse) Descriptor() ([]byte, []int)
- func (m *UpdateKnowledgeBaseResponse) GetResult() *KnowledgeBase
- func (*UpdateKnowledgeBaseResponse) ProtoMessage()
- func (m *UpdateKnowledgeBaseResponse) Reset()
- func (m *UpdateKnowledgeBaseResponse) String() string
- func (m *UpdateKnowledgeBaseResponse) Validate() error
- func (m *UpdateKnowledgeBaseResponse) XXX_DiscardUnknown()
- func (m *UpdateKnowledgeBaseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateKnowledgeBaseResponse) XXX_Merge(src proto.Message)
- func (m *UpdateKnowledgeBaseResponse) XXX_Size() int
- func (m *UpdateKnowledgeBaseResponse) XXX_Unmarshal(b []byte) error
- type UpdateKnowledgeBaseResponseValidationError
- func (e UpdateKnowledgeBaseResponseValidationError) Cause() error
- func (e UpdateKnowledgeBaseResponseValidationError) Error() string
- func (e UpdateKnowledgeBaseResponseValidationError) ErrorName() string
- func (e UpdateKnowledgeBaseResponseValidationError) Field() string
- func (e UpdateKnowledgeBaseResponseValidationError) Key() bool
- func (e UpdateKnowledgeBaseResponseValidationError) Reason() string
- type UpdateRegionRequest
- func (_ *UpdateRegionRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateRegionRequest) Descriptor() ([]byte, []int)
- func (m *UpdateRegionRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateRegionRequest) GetPayload() *Region
- func (*UpdateRegionRequest) ProtoMessage()
- func (m *UpdateRegionRequest) Reset()
- func (m *UpdateRegionRequest) String() string
- func (m *UpdateRegionRequest) Validate() error
- func (m *UpdateRegionRequest) XXX_DiscardUnknown()
- func (m *UpdateRegionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRegionRequest) XXX_Merge(src proto.Message)
- func (m *UpdateRegionRequest) XXX_Size() int
- func (m *UpdateRegionRequest) XXX_Unmarshal(b []byte) error
- type UpdateRegionRequestValidationError
- func (e UpdateRegionRequestValidationError) Cause() error
- func (e UpdateRegionRequestValidationError) Error() string
- func (e UpdateRegionRequestValidationError) ErrorName() string
- func (e UpdateRegionRequestValidationError) Field() string
- func (e UpdateRegionRequestValidationError) Key() bool
- func (e UpdateRegionRequestValidationError) Reason() string
- type UpdateRegionResponse
- func (_ *UpdateRegionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateRegionResponse) Descriptor() ([]byte, []int)
- func (m *UpdateRegionResponse) GetResult() *Region
- func (*UpdateRegionResponse) ProtoMessage()
- func (m *UpdateRegionResponse) Reset()
- func (m *UpdateRegionResponse) String() string
- func (m *UpdateRegionResponse) Validate() error
- func (m *UpdateRegionResponse) XXX_DiscardUnknown()
- func (m *UpdateRegionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRegionResponse) XXX_Merge(src proto.Message)
- func (m *UpdateRegionResponse) XXX_Size() int
- func (m *UpdateRegionResponse) XXX_Unmarshal(b []byte) error
- type UpdateRegionResponseValidationError
- func (e UpdateRegionResponseValidationError) Cause() error
- func (e UpdateRegionResponseValidationError) Error() string
- func (e UpdateRegionResponseValidationError) ErrorName() string
- func (e UpdateRegionResponseValidationError) Field() string
- func (e UpdateRegionResponseValidationError) Key() bool
- func (e UpdateRegionResponseValidationError) Reason() string
- type UpdateRegistryRequest
- func (_ *UpdateRegistryRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateRegistryRequest) Descriptor() ([]byte, []int)
- func (m *UpdateRegistryRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateRegistryRequest) GetPayload() *Registry
- func (*UpdateRegistryRequest) ProtoMessage()
- func (m *UpdateRegistryRequest) Reset()
- func (m *UpdateRegistryRequest) String() string
- func (m *UpdateRegistryRequest) Validate() error
- func (m *UpdateRegistryRequest) XXX_DiscardUnknown()
- func (m *UpdateRegistryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRegistryRequest) XXX_Merge(src proto.Message)
- func (m *UpdateRegistryRequest) XXX_Size() int
- func (m *UpdateRegistryRequest) XXX_Unmarshal(b []byte) error
- type UpdateRegistryRequestValidationError
- func (e UpdateRegistryRequestValidationError) Cause() error
- func (e UpdateRegistryRequestValidationError) Error() string
- func (e UpdateRegistryRequestValidationError) ErrorName() string
- func (e UpdateRegistryRequestValidationError) Field() string
- func (e UpdateRegistryRequestValidationError) Key() bool
- func (e UpdateRegistryRequestValidationError) Reason() string
- type UpdateRegistryResponse
- func (_ *UpdateRegistryResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateRegistryResponse) Descriptor() ([]byte, []int)
- func (m *UpdateRegistryResponse) GetResult() *Registry
- func (*UpdateRegistryResponse) ProtoMessage()
- func (m *UpdateRegistryResponse) Reset()
- func (m *UpdateRegistryResponse) String() string
- func (m *UpdateRegistryResponse) Validate() error
- func (m *UpdateRegistryResponse) XXX_DiscardUnknown()
- func (m *UpdateRegistryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateRegistryResponse) XXX_Merge(src proto.Message)
- func (m *UpdateRegistryResponse) XXX_Size() int
- func (m *UpdateRegistryResponse) XXX_Unmarshal(b []byte) error
- type UpdateRegistryResponseValidationError
- func (e UpdateRegistryResponseValidationError) Cause() error
- func (e UpdateRegistryResponseValidationError) Error() string
- func (e UpdateRegistryResponseValidationError) ErrorName() string
- func (e UpdateRegistryResponseValidationError) Field() string
- func (e UpdateRegistryResponseValidationError) Key() bool
- func (e UpdateRegistryResponseValidationError) Reason() string
- type UpdateVpcRequest
- func (_ *UpdateVpcRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateVpcRequest) Descriptor() ([]byte, []int)
- func (m *UpdateVpcRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateVpcRequest) GetPayload() *Vpc
- func (*UpdateVpcRequest) ProtoMessage()
- func (m *UpdateVpcRequest) Reset()
- func (m *UpdateVpcRequest) String() string
- func (m *UpdateVpcRequest) Validate() error
- func (m *UpdateVpcRequest) XXX_DiscardUnknown()
- func (m *UpdateVpcRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateVpcRequest) XXX_Merge(src proto.Message)
- func (m *UpdateVpcRequest) XXX_Size() int
- func (m *UpdateVpcRequest) XXX_Unmarshal(b []byte) error
- type UpdateVpcRequestValidationError
- func (e UpdateVpcRequestValidationError) Cause() error
- func (e UpdateVpcRequestValidationError) Error() string
- func (e UpdateVpcRequestValidationError) ErrorName() string
- func (e UpdateVpcRequestValidationError) Field() string
- func (e UpdateVpcRequestValidationError) Key() bool
- func (e UpdateVpcRequestValidationError) Reason() string
- type UpdateVpcResponse
- func (_ *UpdateVpcResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateVpcResponse) Descriptor() ([]byte, []int)
- func (m *UpdateVpcResponse) GetResult() *Vpc
- func (*UpdateVpcResponse) ProtoMessage()
- func (m *UpdateVpcResponse) Reset()
- func (m *UpdateVpcResponse) String() string
- func (m *UpdateVpcResponse) Validate() error
- func (m *UpdateVpcResponse) XXX_DiscardUnknown()
- func (m *UpdateVpcResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateVpcResponse) XXX_Merge(src proto.Message)
- func (m *UpdateVpcResponse) XXX_Size() int
- func (m *UpdateVpcResponse) XXX_Unmarshal(b []byte) error
- type UpdateVpcResponseValidationError
- func (e UpdateVpcResponseValidationError) Cause() error
- func (e UpdateVpcResponseValidationError) Error() string
- func (e UpdateVpcResponseValidationError) ErrorName() string
- func (e UpdateVpcResponseValidationError) Field() string
- func (e UpdateVpcResponseValidationError) Key() bool
- func (e UpdateVpcResponseValidationError) Reason() string
- type UpdateVulnerabilityRequest
- func (_ *UpdateVulnerabilityRequest) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateVulnerabilityRequest) Descriptor() ([]byte, []int)
- func (m *UpdateVulnerabilityRequest) GetFields() *field_mask.FieldMask
- func (m *UpdateVulnerabilityRequest) GetPayload() *Vulnerability
- func (*UpdateVulnerabilityRequest) ProtoMessage()
- func (m *UpdateVulnerabilityRequest) Reset()
- func (m *UpdateVulnerabilityRequest) String() string
- func (m *UpdateVulnerabilityRequest) Validate() error
- func (m *UpdateVulnerabilityRequest) XXX_DiscardUnknown()
- func (m *UpdateVulnerabilityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateVulnerabilityRequest) XXX_Merge(src proto.Message)
- func (m *UpdateVulnerabilityRequest) XXX_Size() int
- func (m *UpdateVulnerabilityRequest) XXX_Unmarshal(b []byte) error
- type UpdateVulnerabilityRequestValidationError
- func (e UpdateVulnerabilityRequestValidationError) Cause() error
- func (e UpdateVulnerabilityRequestValidationError) Error() string
- func (e UpdateVulnerabilityRequestValidationError) ErrorName() string
- func (e UpdateVulnerabilityRequestValidationError) Field() string
- func (e UpdateVulnerabilityRequestValidationError) Key() bool
- func (e UpdateVulnerabilityRequestValidationError) Reason() string
- type UpdateVulnerabilityResponse
- func (_ *UpdateVulnerabilityResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*UpdateVulnerabilityResponse) Descriptor() ([]byte, []int)
- func (m *UpdateVulnerabilityResponse) GetResult() *Vulnerability
- func (*UpdateVulnerabilityResponse) ProtoMessage()
- func (m *UpdateVulnerabilityResponse) Reset()
- func (m *UpdateVulnerabilityResponse) String() string
- func (m *UpdateVulnerabilityResponse) Validate() error
- func (m *UpdateVulnerabilityResponse) XXX_DiscardUnknown()
- func (m *UpdateVulnerabilityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateVulnerabilityResponse) XXX_Merge(src proto.Message)
- func (m *UpdateVulnerabilityResponse) XXX_Size() int
- func (m *UpdateVulnerabilityResponse) XXX_Unmarshal(b []byte) error
- type UpdateVulnerabilityResponseValidationError
- func (e UpdateVulnerabilityResponseValidationError) Cause() error
- func (e UpdateVulnerabilityResponseValidationError) Error() string
- func (e UpdateVulnerabilityResponseValidationError) ErrorName() string
- func (e UpdateVulnerabilityResponseValidationError) Field() string
- func (e UpdateVulnerabilityResponseValidationError) Key() bool
- func (e UpdateVulnerabilityResponseValidationError) Reason() string
- type VersionResponse
- func (_ *VersionResponse) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*VersionResponse) Descriptor() ([]byte, []int)
- func (m *VersionResponse) GetVersion() string
- func (*VersionResponse) ProtoMessage()
- func (m *VersionResponse) Reset()
- func (m *VersionResponse) String() string
- func (m *VersionResponse) Validate() error
- func (m *VersionResponse) XXX_DiscardUnknown()
- func (m *VersionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *VersionResponse) XXX_Merge(src proto.Message)
- func (m *VersionResponse) XXX_Size() int
- func (m *VersionResponse) XXX_Unmarshal(b []byte) error
- type VersionResponseValidationError
- func (e VersionResponseValidationError) Cause() error
- func (e VersionResponseValidationError) Error() string
- func (e VersionResponseValidationError) ErrorName() string
- func (e VersionResponseValidationError) Field() string
- func (e VersionResponseValidationError) Key() bool
- func (e VersionResponseValidationError) Reason() string
- type Vpc
- func DefaultApplyFieldMaskVpc(ctx context.Context, patchee *Vpc, patcher *Vpc, ...) (*Vpc, error)
- func DefaultCreateVpc(ctx context.Context, in *Vpc, db *gorm1.DB) (*Vpc, error)
- func DefaultListVpc(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Vpc, error)
- func DefaultPatchSetVpc(ctx context.Context, objects []*Vpc, updateMasks []*field_mask1.FieldMask, ...) ([]*Vpc, error)
- func DefaultPatchVpc(ctx context.Context, in *Vpc, updateMask *field_mask1.FieldMask, db *gorm1.DB) (*Vpc, error)
- func DefaultReadVpc(ctx context.Context, in *Vpc, db *gorm1.DB, fs *query1.FieldSelection) (*Vpc, error)
- func DefaultStrictUpdateVpc(ctx context.Context, in *Vpc, db *gorm1.DB) (*Vpc, error)
- func (_ *Vpc) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Vpc) Descriptor() ([]byte, []int)
- func (m *Vpc) GetCidrBlock() string
- func (m *Vpc) GetDescription() string
- func (m *Vpc) GetId() *resource.Identifier
- func (m *Vpc) GetName() string
- func (m *Vpc) GetRegionId() *resource.Identifier
- func (m *Vpc) GetVpcId() string
- func (*Vpc) ProtoMessage()
- func (m *Vpc) Reset()
- func (m *Vpc) String() string
- func (m *Vpc) ToORM(ctx context.Context) (VpcORM, error)
- func (m *Vpc) Validate() error
- func (m *Vpc) XXX_DiscardUnknown()
- func (m *Vpc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Vpc) XXX_Merge(src proto.Message)
- func (m *Vpc) XXX_Size() int
- func (m *Vpc) XXX_Unmarshal(b []byte) error
- type VpcORM
- type VpcORMWithAfterCreate_
- type VpcORMWithAfterDeleteSet
- type VpcORMWithAfterDelete_
- type VpcORMWithAfterListFind
- type VpcORMWithAfterReadFind
- type VpcORMWithAfterStrictUpdateSave
- type VpcORMWithBeforeCreate_
- type VpcORMWithBeforeDeleteSet
- type VpcORMWithBeforeDelete_
- type VpcORMWithBeforeListApplyQuery
- type VpcORMWithBeforeListFind
- type VpcORMWithBeforeReadApplyQuery
- type VpcORMWithBeforeReadFind
- type VpcORMWithBeforeStrictUpdateCleanup
- type VpcORMWithBeforeStrictUpdateSave
- type VpcValidationError
- type VpcWithAfterPatchSave
- type VpcWithAfterToORM
- type VpcWithAfterToPB
- type VpcWithBeforePatchApplyFieldMask
- type VpcWithBeforePatchRead
- type VpcWithBeforePatchSave
- type VpcWithBeforeToORM
- type VpcWithBeforeToPB
- type VpcsClient
- type VpcsDefaultServer
- func (m *VpcsDefaultServer) Create(ctx context.Context, in *CreateVpcRequest) (*CreateVpcResponse, error)
- func (m *VpcsDefaultServer) Delete(ctx context.Context, in *DeleteVpcRequest) (*DeleteVpcResponse, error)
- func (m *VpcsDefaultServer) List(ctx context.Context, in *ListVpcRequest) (*ListVpcsResponse, error)
- func (m *VpcsDefaultServer) Read(ctx context.Context, in *ReadVpcRequest) (*ReadVpcResponse, error)
- func (m *VpcsDefaultServer) Update(ctx context.Context, in *UpdateVpcRequest) (*UpdateVpcResponse, error)
- type VpcsServer
- type VpcsVpcWithAfterCreate
- type VpcsVpcWithAfterDelete
- type VpcsVpcWithAfterList
- type VpcsVpcWithAfterRead
- type VpcsVpcWithAfterUpdate
- type VpcsVpcWithBeforeCreate
- type VpcsVpcWithBeforeDelete
- type VpcsVpcWithBeforeList
- type VpcsVpcWithBeforeRead
- type VpcsVpcWithBeforeUpdate
- type VulnerabilitiesClient
- type VulnerabilitiesDefaultServer
- func (m *VulnerabilitiesDefaultServer) Create(ctx context.Context, in *CreateVulnerabilityRequest) (*CreateVulnerabilityResponse, error)
- func (m *VulnerabilitiesDefaultServer) Delete(ctx context.Context, in *DeleteVulnerabilityRequest) (*DeleteVulnerabilityResponse, error)
- func (m *VulnerabilitiesDefaultServer) List(ctx context.Context, in *ListVulnerabilityRequest) (*ListVulnerabilitiesResponse, error)
- func (m *VulnerabilitiesDefaultServer) Read(ctx context.Context, in *ReadVulnerabilityRequest) (*ReadVulnerabilityResponse, error)
- func (m *VulnerabilitiesDefaultServer) Update(ctx context.Context, in *UpdateVulnerabilityRequest) (*UpdateVulnerabilityResponse, error)
- type VulnerabilitiesServer
- type VulnerabilitiesVulnerabilityWithAfterCreate
- type VulnerabilitiesVulnerabilityWithAfterDelete
- type VulnerabilitiesVulnerabilityWithAfterList
- type VulnerabilitiesVulnerabilityWithAfterRead
- type VulnerabilitiesVulnerabilityWithAfterUpdate
- type VulnerabilitiesVulnerabilityWithBeforeCreate
- type VulnerabilitiesVulnerabilityWithBeforeDelete
- type VulnerabilitiesVulnerabilityWithBeforeList
- type VulnerabilitiesVulnerabilityWithBeforeRead
- type VulnerabilitiesVulnerabilityWithBeforeUpdate
- type Vulnerability
- func DefaultApplyFieldMaskVulnerability(ctx context.Context, patchee *Vulnerability, patcher *Vulnerability, ...) (*Vulnerability, error)
- func DefaultCreateVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) (*Vulnerability, error)
- func DefaultListVulnerability(ctx context.Context, db *gorm1.DB, f *query1.Filtering, s *query1.Sorting, ...) ([]*Vulnerability, error)
- func DefaultPatchSetVulnerability(ctx context.Context, objects []*Vulnerability, ...) ([]*Vulnerability, error)
- func DefaultPatchVulnerability(ctx context.Context, in *Vulnerability, updateMask *field_mask1.FieldMask, ...) (*Vulnerability, error)
- func DefaultReadVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB, ...) (*Vulnerability, error)
- func DefaultStrictUpdateVulnerability(ctx context.Context, in *Vulnerability, db *gorm1.DB) (*Vulnerability, error)
- func (_ *Vulnerability) AtlasValidateJSON(ctx context.Context, r json.RawMessage, path string) (err error)
- func (*Vulnerability) Descriptor() ([]byte, []int)
- func (m *Vulnerability) GetDescription() string
- func (m *Vulnerability) GetEventId() *resource.Identifier
- func (m *Vulnerability) GetId() *resource.Identifier
- func (m *Vulnerability) GetInstalledVersion() string
- func (m *Vulnerability) GetKnowledgeBaseId() *resource.Identifier
- func (m *Vulnerability) GetName() string
- func (m *Vulnerability) GetNameSpace() string
- func (m *Vulnerability) GetPkg() string
- func (m *Vulnerability) GetSeverity() string
- func (m *Vulnerability) GetState() *types.JSONValue
- func (m *Vulnerability) GetTicketLink() string
- func (*Vulnerability) ProtoMessage()
- func (m *Vulnerability) Reset()
- func (m *Vulnerability) String() string
- func (m *Vulnerability) ToORM(ctx context.Context) (VulnerabilityORM, error)
- func (m *Vulnerability) Validate() error
- func (m *Vulnerability) XXX_DiscardUnknown()
- func (m *Vulnerability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Vulnerability) XXX_Merge(src proto.Message)
- func (m *Vulnerability) XXX_Size() int
- func (m *Vulnerability) XXX_Unmarshal(b []byte) error
- type VulnerabilityORM
- type VulnerabilityORMWithAfterCreate_
- type VulnerabilityORMWithAfterDeleteSet
- type VulnerabilityORMWithAfterDelete_
- type VulnerabilityORMWithAfterListFind
- type VulnerabilityORMWithAfterReadFind
- type VulnerabilityORMWithAfterStrictUpdateSave
- type VulnerabilityORMWithBeforeCreate_
- type VulnerabilityORMWithBeforeDeleteSet
- type VulnerabilityORMWithBeforeDelete_
- type VulnerabilityORMWithBeforeListApplyQuery
- type VulnerabilityORMWithBeforeListFind
- type VulnerabilityORMWithBeforeReadApplyQuery
- type VulnerabilityORMWithBeforeReadFind
- type VulnerabilityORMWithBeforeStrictUpdateCleanup
- type VulnerabilityORMWithBeforeStrictUpdateSave
- type VulnerabilityValidationError
- func (e VulnerabilityValidationError) Cause() error
- func (e VulnerabilityValidationError) Error() string
- func (e VulnerabilityValidationError) ErrorName() string
- func (e VulnerabilityValidationError) Field() string
- func (e VulnerabilityValidationError) Key() bool
- func (e VulnerabilityValidationError) Reason() string
- type VulnerabilityWithAfterPatchSave
- type VulnerabilityWithAfterToORM
- type VulnerabilityWithAfterToPB
- type VulnerabilityWithBeforePatchApplyFieldMask
- type VulnerabilityWithBeforePatchRead
- type VulnerabilityWithBeforePatchSave
- type VulnerabilityWithBeforeToORM
- type VulnerabilityWithBeforeToPB
Constants ¶
This section is empty.
Variables ¶
var Provider_name = map[int32]string{
0: "UNKNOWN_PROVIDER",
1: "AWS",
2: "AZURE",
3: "GCP",
4: "EQUINIX",
}
var Provider_value = map[string]int32{
"UNKNOWN_PROVIDER": 0,
"AWS": 1,
"AZURE": 2,
"GCP": 3,
"EQUINIX": 4,
}
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",
},
}
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}, }, }
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 ¶
AtlasValidateAnnotator parses JSON input and validates unknown fields based on 'allow_unknown_fields' options specified in proto file.
func DefaultDeleteAmiSet ¶
func DefaultDeleteContainer ¶
func DefaultDeleteEvent ¶
func DefaultDeleteEventSet ¶
func DefaultDeleteHostSet ¶
func DefaultDeleteRegion ¶
func DefaultDeleteRegionSet ¶
func DefaultDeleteRegistry ¶
func DefaultDeleteVpcSet ¶
func RegisterAmisHandler ¶
RegisterAmisHandler registers the http handlers for service Amis to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterAmisHandlerClient ¶
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 ¶
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 ¶
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 ¶
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 ¶
RegisterVpcsHandler registers the http handlers for service Vpcs to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterVpcsHandlerClient ¶
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 ¶
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 ¶
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 ¶
DefaultStrictUpdateAmi clears first level 1:many children and then executes a gorm update call
func (*Ami) AtlasValidateJSON ¶
AtlasValidateJSON function validates a JSON for object Ami.
func (*Ami) Descriptor ¶
func (*Ami) GetDescription ¶
func (*Ami) GetId ¶
func (m *Ami) GetId() *resource.Identifier
func (*Ami) GetRegionId ¶
func (m *Ami) GetRegionId() *resource.Identifier
func (*Ami) ProtoMessage ¶
func (*Ami) ProtoMessage()
func (*Ami) 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 (*Ami) Validate ¶
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_Unmarshal ¶
type AmiORM ¶
type AmiORM struct { AccountID string AmiId string Description string Id int64 `gorm:"type:serial;primary_key"` Name string RegionId interface{} }
type AmiORMWithAfterCreate_ ¶
type AmiORMWithAfterDelete_ ¶
type AmiORMWithAfterListFind ¶
type AmiORMWithAfterReadFind ¶
type AmiORMWithBeforeCreate_ ¶
type AmiORMWithBeforeDelete_ ¶
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 AmiWithAfterToORM ¶
AmiAfterToORM called after default ToORM code
type AmiWithAfterToPB ¶
AmiAfterToPB called after default ToPB code
type AmiWithBeforePatchRead ¶
type AmiWithBeforePatchSave ¶
type AmiWithBeforeToORM ¶
AmiBeforeToORM called before default ToORM code
type AmiWithBeforeToPB ¶
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 ¶
AmisAmiWithBeforeList called before DefaultListAmi in the default List handler
type AmisAmiWithBeforeRead ¶
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 ¶
func (m *AmisDefaultServer) Create(ctx context.Context, in *CreateAmiRequest) (*CreateAmiResponse, error)
Create ...
func (*AmisDefaultServer) Delete ¶
func (m *AmisDefaultServer) Delete(ctx context.Context, in *DeleteAmiRequest) (*DeleteAmiResponse, error)
Delete ...
func (*AmisDefaultServer) List ¶
func (m *AmisDefaultServer) List(ctx context.Context, in *ListAmiRequest) (*ListAmisResponse, error)
List ...
func (*AmisDefaultServer) Read ¶
func (m *AmisDefaultServer) Read(ctx context.Context, in *ReadAmiRequest) (*ReadAmiResponse, error)
Read ...
func (*AmisDefaultServer) Update ¶
func (m *AmisDefaultServer) Update(ctx context.Context, in *UpdateAmiRequest) (*UpdateAmiResponse, error)
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 ¶
func (m *ApplicationORM) ToPB(ctx context.Context) (Application, 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 ApplicationORMWithAfterListFind ¶
type ApplicationORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]ApplicationORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e ApplicationValidationError) Cause() error
Cause function returns cause value.
func (ApplicationValidationError) Error ¶
func (e ApplicationValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationValidationError) ErrorName ¶
func (e ApplicationValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationValidationError) Field ¶
func (e ApplicationValidationError) Field() string
Field function returns field value.
func (ApplicationValidationError) Key ¶
func (e ApplicationValidationError) Key() bool
Key function returns key value.
func (ApplicationValidationError) Reason ¶
func (e ApplicationValidationError) Reason() string
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 ¶
func (m *ApplicationVersion) AfterToORM(ctx context.Context, a *ApplicationVersionORM) error
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 (m *ApplicationVersion) GetId() *resource.Identifier
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 ¶
func (m *ApplicationVersion) ToORM(ctx context.Context) (ApplicationVersionORM, 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 (*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 ¶
func (m *ApplicationVersionORM) AfterToPB(ctx context.Context, a *ApplicationVersion) error
AfterToPB copies the ContainerTag resource information from ORM object to PB object
func (*ApplicationVersionORM) BeforeStrictUpdateSave ¶
func (ApplicationVersionORM) TableName ¶
func (ApplicationVersionORM) TableName() string
TableName overrides the default tablename generated by GORM
func (*ApplicationVersionORM) ToPB ¶
func (m *ApplicationVersionORM) ToPB(ctx context.Context) (ApplicationVersion, 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 ApplicationVersionORMWithAfterListFind ¶
type ApplicationVersionORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]ApplicationVersionORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e ApplicationVersionValidationError) Cause() error
Cause function returns cause value.
func (ApplicationVersionValidationError) Error ¶
func (e ApplicationVersionValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationVersionValidationError) ErrorName ¶
func (e ApplicationVersionValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationVersionValidationError) Field ¶
func (e ApplicationVersionValidationError) Field() string
Field function returns field value.
func (ApplicationVersionValidationError) Key ¶
func (e ApplicationVersionValidationError) Key() bool
Key function returns key value.
func (ApplicationVersionValidationError) Reason ¶
func (e ApplicationVersionValidationError) Reason() string
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 ¶
func (m *ApplicationVersionsDefaultServer) Create(ctx context.Context, in *CreateApplicationVersionRequest) (*CreateApplicationVersionResponse, error)
Create ...
func (*ApplicationVersionsDefaultServer) Delete ¶
func (m *ApplicationVersionsDefaultServer) Delete(ctx context.Context, in *DeleteApplicationVersionRequest) (*DeleteApplicationVersionResponse, error)
Delete ...
func (*ApplicationVersionsDefaultServer) List ¶
func (m *ApplicationVersionsDefaultServer) List(ctx context.Context, in *ListApplicationVersionRequest) (*ListApplicationVersionsResponse, error)
List ...
func (*ApplicationVersionsDefaultServer) Read ¶
func (m *ApplicationVersionsDefaultServer) Read(ctx context.Context, in *ReadApplicationVersionRequest) (*ReadApplicationVersionResponse, error)
Read ...
func (*ApplicationVersionsDefaultServer) Update ¶
func (m *ApplicationVersionsDefaultServer) Update(ctx context.Context, in *UpdateApplicationVersionRequest) (*UpdateApplicationVersionResponse, error)
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 ¶
func (m *ApplicationsDefaultServer) Create(ctx context.Context, in *CreateApplicationRequest) (*CreateApplicationResponse, error)
Create ...
func (*ApplicationsDefaultServer) Delete ¶
func (m *ApplicationsDefaultServer) Delete(ctx context.Context, in *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
Delete ...
func (*ApplicationsDefaultServer) List ¶
func (m *ApplicationsDefaultServer) List(ctx context.Context, in *ListApplicationRequest) (*ListApplicationsResponse, error)
List ...
func (*ApplicationsDefaultServer) Read ¶
func (m *ApplicationsDefaultServer) Read(ctx context.Context, in *ReadApplicationRequest) (*ReadApplicationResponse, error)
Read ...
func (*ApplicationsDefaultServer) Update ¶
func (m *ApplicationsDefaultServer) Update(ctx context.Context, in *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
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 ¶
func (m *CloudProvider) ToORM(ctx context.Context) (CloudProviderORM, 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 (*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 ¶
func (m *CloudProviderORM) ToPB(ctx context.Context) (CloudProvider, 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 CloudProviderORMWithAfterListFind ¶
type CloudProviderORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]CloudProviderORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e CloudProviderValidationError) Cause() error
Cause function returns cause value.
func (CloudProviderValidationError) Error ¶
func (e CloudProviderValidationError) Error() string
Error satisfies the builtin error interface
func (CloudProviderValidationError) ErrorName ¶
func (e CloudProviderValidationError) ErrorName() string
ErrorName returns error name.
func (CloudProviderValidationError) Field ¶
func (e CloudProviderValidationError) Field() string
Field function returns field value.
func (CloudProviderValidationError) Key ¶
func (e CloudProviderValidationError) Key() bool
Key function returns key value.
func (CloudProviderValidationError) Reason ¶
func (e CloudProviderValidationError) Reason() string
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 ¶
func (m *CloudProvidersDefaultServer) Create(ctx context.Context, in *CreateCloudProviderRequest) (*CreateCloudProviderResponse, error)
Create ...
func (*CloudProvidersDefaultServer) Delete ¶
func (m *CloudProvidersDefaultServer) Delete(ctx context.Context, in *DeleteCloudProviderRequest) (*DeleteCloudProviderResponse, error)
Delete ...
func (*CloudProvidersDefaultServer) List ¶
func (m *CloudProvidersDefaultServer) List(ctx context.Context, in *ListCloudProviderRequest) (*ListCloudProvidersResponse, error)
List ...
func (*CloudProvidersDefaultServer) Read ¶
func (m *CloudProvidersDefaultServer) Read(ctx context.Context, in *ReadCloudProviderRequest) (*ReadCloudProviderResponse, error)
Read ...
func (*CloudProvidersDefaultServer) Update ¶
func (m *CloudProvidersDefaultServer) Update(ctx context.Context, in *UpdateCloudProviderRequest) (*UpdateCloudProviderResponse, error)
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 ¶
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) GetContainerTags ¶
func (m *Container) GetContainerTags() []*ContainerTag
func (*Container) GetDescription ¶
func (*Container) GetId ¶
func (m *Container) GetId() *resource.Identifier
func (*Container) GetImageRepo ¶
func (*Container) GetRegistryId ¶
func (m *Container) GetRegistryId() *resource.Identifier
func (*Container) ProtoMessage ¶
func (*Container) ProtoMessage()
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 ¶
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 (*Container) XXX_Unmarshal ¶
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
type ContainerORMWithAfterListFind ¶
type ContainerORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]ContainerORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (m *ContainerTag) ToORM(ctx context.Context) (ContainerTagORM, 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 (*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 ¶
func (m *ContainerTagORM) ToPB(ctx context.Context) (ContainerTag, 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 ContainerTagORMWithAfterListFind ¶
type ContainerTagORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]ContainerTagORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e ContainerTagValidationError) Cause() error
Cause function returns cause value.
func (ContainerTagValidationError) Error ¶
func (e ContainerTagValidationError) Error() string
Error satisfies the builtin error interface
func (ContainerTagValidationError) ErrorName ¶
func (e ContainerTagValidationError) ErrorName() string
ErrorName returns error name.
func (ContainerTagValidationError) Field ¶
func (e ContainerTagValidationError) Field() string
Field function returns field value.
func (ContainerTagValidationError) Key ¶
func (e ContainerTagValidationError) Key() bool
Key function returns key value.
func (ContainerTagValidationError) Reason ¶
func (e ContainerTagValidationError) Reason() string
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 ¶
func (m *ContainerTagsDefaultServer) Create(ctx context.Context, in *CreateContainerTagRequest) (*CreateContainerTagResponse, error)
Create ...
func (*ContainerTagsDefaultServer) Delete ¶
func (m *ContainerTagsDefaultServer) Delete(ctx context.Context, in *DeleteContainerTagRequest) (*DeleteContainerTagResponse, error)
Delete ...
func (*ContainerTagsDefaultServer) List ¶
func (m *ContainerTagsDefaultServer) List(ctx context.Context, in *ListContainerTagRequest) (*ListContainerTagsResponse, error)
List ...
func (*ContainerTagsDefaultServer) Read ¶
func (m *ContainerTagsDefaultServer) Read(ctx context.Context, in *ReadContainerTagRequest) (*ReadContainerTagResponse, error)
Read ...
func (*ContainerTagsDefaultServer) Update ¶
func (m *ContainerTagsDefaultServer) Update(ctx context.Context, in *UpdateContainerTagRequest) (*UpdateContainerTagResponse, error)
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 ¶
func (e ContainerValidationError) Key() bool
Key function returns key value.
func (ContainerValidationError) Reason ¶
func (e ContainerValidationError) Reason() string
Reason function returns reason value.
type ContainerWithAfterToORM ¶
type ContainerWithAfterToORM interface {
AfterToORM(context.Context, *ContainerORM) error
}
ContainerAfterToORM called after default ToORM code
type ContainerWithAfterToPB ¶
ContainerAfterToPB called after default ToPB code
type ContainerWithBeforeToORM ¶
type ContainerWithBeforeToORM interface {
BeforeToORM(context.Context, *ContainerORM) error
}
ContainerBeforeToORM called before default ToORM code
type ContainerWithBeforeToPB ¶
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 ¶
func (m *ContainersDefaultServer) Create(ctx context.Context, in *CreateContainerRequest) (*CreateContainerResponse, error)
Create ...
func (*ContainersDefaultServer) Delete ¶
func (m *ContainersDefaultServer) Delete(ctx context.Context, in *DeleteContainerRequest) (*DeleteContainerResponse, error)
Delete ...
func (*ContainersDefaultServer) List ¶
func (m *ContainersDefaultServer) List(ctx context.Context, in *ListContainerRequest) (*ListContainersResponse, error)
List ...
func (*ContainersDefaultServer) Read ¶
func (m *ContainersDefaultServer) Read(ctx context.Context, in *ReadContainerRequest) (*ReadContainerResponse, error)
Read ...
func (*ContainersDefaultServer) Update ¶
func (m *ContainersDefaultServer) Update(ctx context.Context, in *UpdateContainerRequest) (*UpdateContainerResponse, error)
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 ¶
func (e CreateAmiRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateAmiRequestValidationError) Error ¶
func (e CreateAmiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAmiRequestValidationError) ErrorName ¶
func (e CreateAmiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAmiRequestValidationError) Field ¶
func (e CreateAmiRequestValidationError) Field() string
Field function returns field value.
func (CreateAmiRequestValidationError) Key ¶
func (e CreateAmiRequestValidationError) Key() bool
Key function returns key value.
func (CreateAmiRequestValidationError) Reason ¶
func (e CreateAmiRequestValidationError) Reason() string
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 ¶
func (e CreateAmiResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateAmiResponseValidationError) Error ¶
func (e CreateAmiResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateAmiResponseValidationError) ErrorName ¶
func (e CreateAmiResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateAmiResponseValidationError) Field ¶
func (e CreateAmiResponseValidationError) Field() string
Field function returns field value.
func (CreateAmiResponseValidationError) Key ¶
func (e CreateAmiResponseValidationError) Key() bool
Key function returns key value.
func (CreateAmiResponseValidationError) Reason ¶
func (e CreateAmiResponseValidationError) Reason() string
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 ¶
func (e CreateApplicationRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateApplicationRequestValidationError) Error ¶
func (e CreateApplicationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApplicationRequestValidationError) ErrorName ¶
func (e CreateApplicationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApplicationRequestValidationError) Field ¶
func (e CreateApplicationRequestValidationError) Field() string
Field function returns field value.
func (CreateApplicationRequestValidationError) Key ¶
func (e CreateApplicationRequestValidationError) Key() bool
Key function returns key value.
func (CreateApplicationRequestValidationError) Reason ¶
func (e CreateApplicationRequestValidationError) Reason() string
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 ¶
func (e CreateApplicationResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateApplicationResponseValidationError) Error ¶
func (e CreateApplicationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApplicationResponseValidationError) ErrorName ¶
func (e CreateApplicationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApplicationResponseValidationError) Field ¶
func (e CreateApplicationResponseValidationError) Field() string
Field function returns field value.
func (CreateApplicationResponseValidationError) Key ¶
func (e CreateApplicationResponseValidationError) Key() bool
Key function returns key value.
func (CreateApplicationResponseValidationError) Reason ¶
func (e CreateApplicationResponseValidationError) Reason() string
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 (m *CreateApplicationVersionRequest) GetPayload() *ApplicationVersion
func (*CreateApplicationVersionRequest) ProtoMessage ¶
func (*CreateApplicationVersionRequest) ProtoMessage()
func (*CreateApplicationVersionRequest) Reset ¶
func (m *CreateApplicationVersionRequest) Reset()
func (*CreateApplicationVersionRequest) String ¶
func (m *CreateApplicationVersionRequest) String() 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 ¶
func (e CreateApplicationVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateApplicationVersionRequestValidationError) Error ¶
func (e CreateApplicationVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApplicationVersionRequestValidationError) ErrorName ¶
func (e CreateApplicationVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApplicationVersionRequestValidationError) Field ¶
func (e CreateApplicationVersionRequestValidationError) Field() string
Field function returns field value.
func (CreateApplicationVersionRequestValidationError) Key ¶
func (e CreateApplicationVersionRequestValidationError) Key() bool
Key function returns key value.
func (CreateApplicationVersionRequestValidationError) Reason ¶
func (e CreateApplicationVersionRequestValidationError) Reason() string
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 (m *CreateApplicationVersionResponse) GetResult() *ApplicationVersion
func (*CreateApplicationVersionResponse) ProtoMessage ¶
func (*CreateApplicationVersionResponse) ProtoMessage()
func (*CreateApplicationVersionResponse) Reset ¶
func (m *CreateApplicationVersionResponse) Reset()
func (*CreateApplicationVersionResponse) String ¶
func (m *CreateApplicationVersionResponse) String() string
func (*CreateApplicationVersionResponse) Validate ¶
func (m *CreateApplicationVersionResponse) Validate() error
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 (m *CreateApplicationVersionResponse) XXX_Merge(src proto.Message)
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 ¶
func (e CreateApplicationVersionResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateApplicationVersionResponseValidationError) Error ¶
func (e CreateApplicationVersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateApplicationVersionResponseValidationError) ErrorName ¶
func (e CreateApplicationVersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateApplicationVersionResponseValidationError) Field ¶
func (e CreateApplicationVersionResponseValidationError) Field() string
Field function returns field value.
func (CreateApplicationVersionResponseValidationError) Key ¶
func (e CreateApplicationVersionResponseValidationError) Key() bool
Key function returns key value.
func (CreateApplicationVersionResponseValidationError) Reason ¶
func (e CreateApplicationVersionResponseValidationError) Reason() string
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 ¶
func (e CreateCloudProviderRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateCloudProviderRequestValidationError) Error ¶
func (e CreateCloudProviderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCloudProviderRequestValidationError) ErrorName ¶
func (e CreateCloudProviderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCloudProviderRequestValidationError) Field ¶
func (e CreateCloudProviderRequestValidationError) Field() string
Field function returns field value.
func (CreateCloudProviderRequestValidationError) Key ¶
func (e CreateCloudProviderRequestValidationError) Key() bool
Key function returns key value.
func (CreateCloudProviderRequestValidationError) Reason ¶
func (e CreateCloudProviderRequestValidationError) Reason() string
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 (m *CreateCloudProviderResponse) GetResult() *CloudProvider
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 ¶
func (e CreateCloudProviderResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateCloudProviderResponseValidationError) Error ¶
func (e CreateCloudProviderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateCloudProviderResponseValidationError) ErrorName ¶
func (e CreateCloudProviderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateCloudProviderResponseValidationError) Field ¶
func (e CreateCloudProviderResponseValidationError) Field() string
Field function returns field value.
func (CreateCloudProviderResponseValidationError) Key ¶
func (e CreateCloudProviderResponseValidationError) Key() bool
Key function returns key value.
func (CreateCloudProviderResponseValidationError) Reason ¶
func (e CreateCloudProviderResponseValidationError) Reason() string
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 ¶
func (e CreateContainerRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateContainerRequestValidationError) Error ¶
func (e CreateContainerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateContainerRequestValidationError) ErrorName ¶
func (e CreateContainerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateContainerRequestValidationError) Field ¶
func (e CreateContainerRequestValidationError) Field() string
Field function returns field value.
func (CreateContainerRequestValidationError) Key ¶
func (e CreateContainerRequestValidationError) Key() bool
Key function returns key value.
func (CreateContainerRequestValidationError) Reason ¶
func (e CreateContainerRequestValidationError) Reason() string
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 ¶
func (e CreateContainerResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateContainerResponseValidationError) Error ¶
func (e CreateContainerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateContainerResponseValidationError) ErrorName ¶
func (e CreateContainerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateContainerResponseValidationError) Field ¶
func (e CreateContainerResponseValidationError) Field() string
Field function returns field value.
func (CreateContainerResponseValidationError) Key ¶
func (e CreateContainerResponseValidationError) Key() bool
Key function returns key value.
func (CreateContainerResponseValidationError) Reason ¶
func (e CreateContainerResponseValidationError) Reason() string
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 ¶
func (e CreateContainerTagRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateContainerTagRequestValidationError) Error ¶
func (e CreateContainerTagRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateContainerTagRequestValidationError) ErrorName ¶
func (e CreateContainerTagRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateContainerTagRequestValidationError) Field ¶
func (e CreateContainerTagRequestValidationError) Field() string
Field function returns field value.
func (CreateContainerTagRequestValidationError) Key ¶
func (e CreateContainerTagRequestValidationError) Key() bool
Key function returns key value.
func (CreateContainerTagRequestValidationError) Reason ¶
func (e CreateContainerTagRequestValidationError) Reason() string
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 ¶
func (e CreateContainerTagResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateContainerTagResponseValidationError) Error ¶
func (e CreateContainerTagResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateContainerTagResponseValidationError) ErrorName ¶
func (e CreateContainerTagResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateContainerTagResponseValidationError) Field ¶
func (e CreateContainerTagResponseValidationError) Field() string
Field function returns field value.
func (CreateContainerTagResponseValidationError) Key ¶
func (e CreateContainerTagResponseValidationError) Key() bool
Key function returns key value.
func (CreateContainerTagResponseValidationError) Reason ¶
func (e CreateContainerTagResponseValidationError) Reason() string
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 ¶
func (e CreateEventRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateEventRequestValidationError) Error ¶
func (e CreateEventRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateEventRequestValidationError) ErrorName ¶
func (e CreateEventRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateEventRequestValidationError) Field ¶
func (e CreateEventRequestValidationError) Field() string
Field function returns field value.
func (CreateEventRequestValidationError) Key ¶
func (e CreateEventRequestValidationError) Key() bool
Key function returns key value.
func (CreateEventRequestValidationError) Reason ¶
func (e CreateEventRequestValidationError) Reason() string
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 ¶
func (e CreateEventResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateEventResponseValidationError) Error ¶
func (e CreateEventResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateEventResponseValidationError) ErrorName ¶
func (e CreateEventResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateEventResponseValidationError) Field ¶
func (e CreateEventResponseValidationError) Field() string
Field function returns field value.
func (CreateEventResponseValidationError) Key ¶
func (e CreateEventResponseValidationError) Key() bool
Key function returns key value.
func (CreateEventResponseValidationError) Reason ¶
func (e CreateEventResponseValidationError) Reason() string
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 ¶
func (e CreateHostRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateHostRequestValidationError) Error ¶
func (e CreateHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateHostRequestValidationError) ErrorName ¶
func (e CreateHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateHostRequestValidationError) Field ¶
func (e CreateHostRequestValidationError) Field() string
Field function returns field value.
func (CreateHostRequestValidationError) Key ¶
func (e CreateHostRequestValidationError) Key() bool
Key function returns key value.
func (CreateHostRequestValidationError) Reason ¶
func (e CreateHostRequestValidationError) Reason() string
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 ¶
func (e CreateHostResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateHostResponseValidationError) Error ¶
func (e CreateHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateHostResponseValidationError) ErrorName ¶
func (e CreateHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateHostResponseValidationError) Field ¶
func (e CreateHostResponseValidationError) Field() string
Field function returns field value.
func (CreateHostResponseValidationError) Key ¶
func (e CreateHostResponseValidationError) Key() bool
Key function returns key value.
func (CreateHostResponseValidationError) Reason ¶
func (e CreateHostResponseValidationError) Reason() string
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 ¶
func (e CreateKnowledgeBaseRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateKnowledgeBaseRequestValidationError) Error ¶
func (e CreateKnowledgeBaseRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateKnowledgeBaseRequestValidationError) ErrorName ¶
func (e CreateKnowledgeBaseRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateKnowledgeBaseRequestValidationError) Field ¶
func (e CreateKnowledgeBaseRequestValidationError) Field() string
Field function returns field value.
func (CreateKnowledgeBaseRequestValidationError) Key ¶
func (e CreateKnowledgeBaseRequestValidationError) Key() bool
Key function returns key value.
func (CreateKnowledgeBaseRequestValidationError) Reason ¶
func (e CreateKnowledgeBaseRequestValidationError) Reason() string
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 (m *CreateKnowledgeBaseResponse) GetResult() *KnowledgeBase
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 ¶
func (e CreateKnowledgeBaseResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateKnowledgeBaseResponseValidationError) Error ¶
func (e CreateKnowledgeBaseResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateKnowledgeBaseResponseValidationError) ErrorName ¶
func (e CreateKnowledgeBaseResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateKnowledgeBaseResponseValidationError) Field ¶
func (e CreateKnowledgeBaseResponseValidationError) Field() string
Field function returns field value.
func (CreateKnowledgeBaseResponseValidationError) Key ¶
func (e CreateKnowledgeBaseResponseValidationError) Key() bool
Key function returns key value.
func (CreateKnowledgeBaseResponseValidationError) Reason ¶
func (e CreateKnowledgeBaseResponseValidationError) Reason() string
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 ¶
func (e CreateRegionRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateRegionRequestValidationError) Error ¶
func (e CreateRegionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRegionRequestValidationError) ErrorName ¶
func (e CreateRegionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRegionRequestValidationError) Field ¶
func (e CreateRegionRequestValidationError) Field() string
Field function returns field value.
func (CreateRegionRequestValidationError) Key ¶
func (e CreateRegionRequestValidationError) Key() bool
Key function returns key value.
func (CreateRegionRequestValidationError) Reason ¶
func (e CreateRegionRequestValidationError) Reason() string
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 ¶
func (e CreateRegionResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateRegionResponseValidationError) Error ¶
func (e CreateRegionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRegionResponseValidationError) ErrorName ¶
func (e CreateRegionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRegionResponseValidationError) Field ¶
func (e CreateRegionResponseValidationError) Field() string
Field function returns field value.
func (CreateRegionResponseValidationError) Key ¶
func (e CreateRegionResponseValidationError) Key() bool
Key function returns key value.
func (CreateRegionResponseValidationError) Reason ¶
func (e CreateRegionResponseValidationError) Reason() string
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 ¶
func (e CreateRegistryRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateRegistryRequestValidationError) Error ¶
func (e CreateRegistryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRegistryRequestValidationError) ErrorName ¶
func (e CreateRegistryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRegistryRequestValidationError) Field ¶
func (e CreateRegistryRequestValidationError) Field() string
Field function returns field value.
func (CreateRegistryRequestValidationError) Key ¶
func (e CreateRegistryRequestValidationError) Key() bool
Key function returns key value.
func (CreateRegistryRequestValidationError) Reason ¶
func (e CreateRegistryRequestValidationError) Reason() string
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 ¶
func (e CreateRegistryResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateRegistryResponseValidationError) Error ¶
func (e CreateRegistryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateRegistryResponseValidationError) ErrorName ¶
func (e CreateRegistryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateRegistryResponseValidationError) Field ¶
func (e CreateRegistryResponseValidationError) Field() string
Field function returns field value.
func (CreateRegistryResponseValidationError) Key ¶
func (e CreateRegistryResponseValidationError) Key() bool
Key function returns key value.
func (CreateRegistryResponseValidationError) Reason ¶
func (e CreateRegistryResponseValidationError) Reason() string
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 ¶
func (e CreateVpcRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateVpcRequestValidationError) Error ¶
func (e CreateVpcRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVpcRequestValidationError) ErrorName ¶
func (e CreateVpcRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVpcRequestValidationError) Field ¶
func (e CreateVpcRequestValidationError) Field() string
Field function returns field value.
func (CreateVpcRequestValidationError) Key ¶
func (e CreateVpcRequestValidationError) Key() bool
Key function returns key value.
func (CreateVpcRequestValidationError) Reason ¶
func (e CreateVpcRequestValidationError) Reason() string
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 ¶
func (e CreateVpcResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateVpcResponseValidationError) Error ¶
func (e CreateVpcResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVpcResponseValidationError) ErrorName ¶
func (e CreateVpcResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVpcResponseValidationError) Field ¶
func (e CreateVpcResponseValidationError) Field() string
Field function returns field value.
func (CreateVpcResponseValidationError) Key ¶
func (e CreateVpcResponseValidationError) Key() bool
Key function returns key value.
func (CreateVpcResponseValidationError) Reason ¶
func (e CreateVpcResponseValidationError) Reason() string
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 ¶
func (e CreateVulnerabilityRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateVulnerabilityRequestValidationError) Error ¶
func (e CreateVulnerabilityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVulnerabilityRequestValidationError) ErrorName ¶
func (e CreateVulnerabilityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVulnerabilityRequestValidationError) Field ¶
func (e CreateVulnerabilityRequestValidationError) Field() string
Field function returns field value.
func (CreateVulnerabilityRequestValidationError) Key ¶
func (e CreateVulnerabilityRequestValidationError) Key() bool
Key function returns key value.
func (CreateVulnerabilityRequestValidationError) Reason ¶
func (e CreateVulnerabilityRequestValidationError) Reason() string
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 (m *CreateVulnerabilityResponse) GetResult() *Vulnerability
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 ¶
func (e CreateVulnerabilityResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateVulnerabilityResponseValidationError) Error ¶
func (e CreateVulnerabilityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVulnerabilityResponseValidationError) ErrorName ¶
func (e CreateVulnerabilityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVulnerabilityResponseValidationError) Field ¶
func (e CreateVulnerabilityResponseValidationError) Field() string
Field function returns field value.
func (CreateVulnerabilityResponseValidationError) Key ¶
func (e CreateVulnerabilityResponseValidationError) Key() bool
Key function returns key value.
func (CreateVulnerabilityResponseValidationError) Reason ¶
func (e CreateVulnerabilityResponseValidationError) Reason() string
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 ¶
func (e DeleteAmiRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteAmiRequestValidationError) Error ¶
func (e DeleteAmiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteAmiRequestValidationError) ErrorName ¶
func (e DeleteAmiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteAmiRequestValidationError) Field ¶
func (e DeleteAmiRequestValidationError) Field() string
Field function returns field value.
func (DeleteAmiRequestValidationError) Key ¶
func (e DeleteAmiRequestValidationError) Key() bool
Key function returns key value.
func (DeleteAmiRequestValidationError) Reason ¶
func (e DeleteAmiRequestValidationError) Reason() string
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 ¶
func (e DeleteAmiResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteAmiResponseValidationError) Error ¶
func (e DeleteAmiResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteAmiResponseValidationError) ErrorName ¶
func (e DeleteAmiResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteAmiResponseValidationError) Field ¶
func (e DeleteAmiResponseValidationError) Field() string
Field function returns field value.
func (DeleteAmiResponseValidationError) Key ¶
func (e DeleteAmiResponseValidationError) Key() bool
Key function returns key value.
func (DeleteAmiResponseValidationError) Reason ¶
func (e DeleteAmiResponseValidationError) Reason() string
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 (m *DeleteApplicationRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteApplicationRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationRequestValidationError) Error ¶
func (e DeleteApplicationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationRequestValidationError) ErrorName ¶
func (e DeleteApplicationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationRequestValidationError) Field ¶
func (e DeleteApplicationRequestValidationError) Field() string
Field function returns field value.
func (DeleteApplicationRequestValidationError) Key ¶
func (e DeleteApplicationRequestValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationRequestValidationError) Reason ¶
func (e DeleteApplicationRequestValidationError) Reason() string
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 ¶
func (e DeleteApplicationResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationResponseValidationError) Error ¶
func (e DeleteApplicationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationResponseValidationError) ErrorName ¶
func (e DeleteApplicationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationResponseValidationError) Field ¶
func (e DeleteApplicationResponseValidationError) Field() string
Field function returns field value.
func (DeleteApplicationResponseValidationError) Key ¶
func (e DeleteApplicationResponseValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationResponseValidationError) Reason ¶
func (e DeleteApplicationResponseValidationError) Reason() string
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 (m *DeleteApplicationVersionRequest) GetId() *resource.Identifier
func (*DeleteApplicationVersionRequest) ProtoMessage ¶
func (*DeleteApplicationVersionRequest) ProtoMessage()
func (*DeleteApplicationVersionRequest) Reset ¶
func (m *DeleteApplicationVersionRequest) Reset()
func (*DeleteApplicationVersionRequest) String ¶
func (m *DeleteApplicationVersionRequest) String() 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 ¶
func (e DeleteApplicationVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationVersionRequestValidationError) Error ¶
func (e DeleteApplicationVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationVersionRequestValidationError) ErrorName ¶
func (e DeleteApplicationVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationVersionRequestValidationError) Field ¶
func (e DeleteApplicationVersionRequestValidationError) Field() string
Field function returns field value.
func (DeleteApplicationVersionRequestValidationError) Key ¶
func (e DeleteApplicationVersionRequestValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationVersionRequestValidationError) Reason ¶
func (e DeleteApplicationVersionRequestValidationError) Reason() string
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 (m *DeleteApplicationVersionResponse) Reset()
func (*DeleteApplicationVersionResponse) String ¶
func (m *DeleteApplicationVersionResponse) String() string
func (*DeleteApplicationVersionResponse) Validate ¶
func (m *DeleteApplicationVersionResponse) Validate() error
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 (m *DeleteApplicationVersionResponse) XXX_Merge(src proto.Message)
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 ¶
func (e DeleteApplicationVersionResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationVersionResponseValidationError) Error ¶
func (e DeleteApplicationVersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationVersionResponseValidationError) ErrorName ¶
func (e DeleteApplicationVersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationVersionResponseValidationError) Field ¶
func (e DeleteApplicationVersionResponseValidationError) Field() string
Field function returns field value.
func (DeleteApplicationVersionResponseValidationError) Key ¶
func (e DeleteApplicationVersionResponseValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationVersionResponseValidationError) Reason ¶
func (e DeleteApplicationVersionResponseValidationError) Reason() string
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 (m *DeleteCloudProviderRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteCloudProviderRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteCloudProviderRequestValidationError) Error ¶
func (e DeleteCloudProviderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCloudProviderRequestValidationError) ErrorName ¶
func (e DeleteCloudProviderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCloudProviderRequestValidationError) Field ¶
func (e DeleteCloudProviderRequestValidationError) Field() string
Field function returns field value.
func (DeleteCloudProviderRequestValidationError) Key ¶
func (e DeleteCloudProviderRequestValidationError) Key() bool
Key function returns key value.
func (DeleteCloudProviderRequestValidationError) Reason ¶
func (e DeleteCloudProviderRequestValidationError) Reason() string
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 ¶
func (e DeleteCloudProviderResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteCloudProviderResponseValidationError) Error ¶
func (e DeleteCloudProviderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteCloudProviderResponseValidationError) ErrorName ¶
func (e DeleteCloudProviderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteCloudProviderResponseValidationError) Field ¶
func (e DeleteCloudProviderResponseValidationError) Field() string
Field function returns field value.
func (DeleteCloudProviderResponseValidationError) Key ¶
func (e DeleteCloudProviderResponseValidationError) Key() bool
Key function returns key value.
func (DeleteCloudProviderResponseValidationError) Reason ¶
func (e DeleteCloudProviderResponseValidationError) Reason() string
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 (m *DeleteContainerRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteContainerRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteContainerRequestValidationError) Error ¶
func (e DeleteContainerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteContainerRequestValidationError) ErrorName ¶
func (e DeleteContainerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteContainerRequestValidationError) Field ¶
func (e DeleteContainerRequestValidationError) Field() string
Field function returns field value.
func (DeleteContainerRequestValidationError) Key ¶
func (e DeleteContainerRequestValidationError) Key() bool
Key function returns key value.
func (DeleteContainerRequestValidationError) Reason ¶
func (e DeleteContainerRequestValidationError) Reason() string
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 ¶
func (e DeleteContainerResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteContainerResponseValidationError) Error ¶
func (e DeleteContainerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteContainerResponseValidationError) ErrorName ¶
func (e DeleteContainerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteContainerResponseValidationError) Field ¶
func (e DeleteContainerResponseValidationError) Field() string
Field function returns field value.
func (DeleteContainerResponseValidationError) Key ¶
func (e DeleteContainerResponseValidationError) Key() bool
Key function returns key value.
func (DeleteContainerResponseValidationError) Reason ¶
func (e DeleteContainerResponseValidationError) Reason() string
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 (m *DeleteContainerTagRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteContainerTagRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteContainerTagRequestValidationError) Error ¶
func (e DeleteContainerTagRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteContainerTagRequestValidationError) ErrorName ¶
func (e DeleteContainerTagRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteContainerTagRequestValidationError) Field ¶
func (e DeleteContainerTagRequestValidationError) Field() string
Field function returns field value.
func (DeleteContainerTagRequestValidationError) Key ¶
func (e DeleteContainerTagRequestValidationError) Key() bool
Key function returns key value.
func (DeleteContainerTagRequestValidationError) Reason ¶
func (e DeleteContainerTagRequestValidationError) Reason() string
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 ¶
func (e DeleteContainerTagResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteContainerTagResponseValidationError) Error ¶
func (e DeleteContainerTagResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteContainerTagResponseValidationError) ErrorName ¶
func (e DeleteContainerTagResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteContainerTagResponseValidationError) Field ¶
func (e DeleteContainerTagResponseValidationError) Field() string
Field function returns field value.
func (DeleteContainerTagResponseValidationError) Key ¶
func (e DeleteContainerTagResponseValidationError) Key() bool
Key function returns key value.
func (DeleteContainerTagResponseValidationError) Reason ¶
func (e DeleteContainerTagResponseValidationError) Reason() string
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 (m *DeleteEventRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteEventRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteEventRequestValidationError) Error ¶
func (e DeleteEventRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteEventRequestValidationError) ErrorName ¶
func (e DeleteEventRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteEventRequestValidationError) Field ¶
func (e DeleteEventRequestValidationError) Field() string
Field function returns field value.
func (DeleteEventRequestValidationError) Key ¶
func (e DeleteEventRequestValidationError) Key() bool
Key function returns key value.
func (DeleteEventRequestValidationError) Reason ¶
func (e DeleteEventRequestValidationError) Reason() string
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 ¶
func (e DeleteEventResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteEventResponseValidationError) Error ¶
func (e DeleteEventResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteEventResponseValidationError) ErrorName ¶
func (e DeleteEventResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteEventResponseValidationError) Field ¶
func (e DeleteEventResponseValidationError) Field() string
Field function returns field value.
func (DeleteEventResponseValidationError) Key ¶
func (e DeleteEventResponseValidationError) Key() bool
Key function returns key value.
func (DeleteEventResponseValidationError) Reason ¶
func (e DeleteEventResponseValidationError) Reason() string
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 (m *DeleteHostRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteHostRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteHostRequestValidationError) Error ¶
func (e DeleteHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteHostRequestValidationError) ErrorName ¶
func (e DeleteHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteHostRequestValidationError) Field ¶
func (e DeleteHostRequestValidationError) Field() string
Field function returns field value.
func (DeleteHostRequestValidationError) Key ¶
func (e DeleteHostRequestValidationError) Key() bool
Key function returns key value.
func (DeleteHostRequestValidationError) Reason ¶
func (e DeleteHostRequestValidationError) Reason() string
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 ¶
func (e DeleteHostResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteHostResponseValidationError) Error ¶
func (e DeleteHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteHostResponseValidationError) ErrorName ¶
func (e DeleteHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteHostResponseValidationError) Field ¶
func (e DeleteHostResponseValidationError) Field() string
Field function returns field value.
func (DeleteHostResponseValidationError) Key ¶
func (e DeleteHostResponseValidationError) Key() bool
Key function returns key value.
func (DeleteHostResponseValidationError) Reason ¶
func (e DeleteHostResponseValidationError) Reason() string
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 (m *DeleteKnowledgeBaseRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteKnowledgeBaseRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteKnowledgeBaseRequestValidationError) Error ¶
func (e DeleteKnowledgeBaseRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteKnowledgeBaseRequestValidationError) ErrorName ¶
func (e DeleteKnowledgeBaseRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteKnowledgeBaseRequestValidationError) Field ¶
func (e DeleteKnowledgeBaseRequestValidationError) Field() string
Field function returns field value.
func (DeleteKnowledgeBaseRequestValidationError) Key ¶
func (e DeleteKnowledgeBaseRequestValidationError) Key() bool
Key function returns key value.
func (DeleteKnowledgeBaseRequestValidationError) Reason ¶
func (e DeleteKnowledgeBaseRequestValidationError) Reason() string
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 ¶
func (e DeleteKnowledgeBaseResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteKnowledgeBaseResponseValidationError) Error ¶
func (e DeleteKnowledgeBaseResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteKnowledgeBaseResponseValidationError) ErrorName ¶
func (e DeleteKnowledgeBaseResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteKnowledgeBaseResponseValidationError) Field ¶
func (e DeleteKnowledgeBaseResponseValidationError) Field() string
Field function returns field value.
func (DeleteKnowledgeBaseResponseValidationError) Key ¶
func (e DeleteKnowledgeBaseResponseValidationError) Key() bool
Key function returns key value.
func (DeleteKnowledgeBaseResponseValidationError) Reason ¶
func (e DeleteKnowledgeBaseResponseValidationError) Reason() string
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 (m *DeleteRegionRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteRegionRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteRegionRequestValidationError) Error ¶
func (e DeleteRegionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRegionRequestValidationError) ErrorName ¶
func (e DeleteRegionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRegionRequestValidationError) Field ¶
func (e DeleteRegionRequestValidationError) Field() string
Field function returns field value.
func (DeleteRegionRequestValidationError) Key ¶
func (e DeleteRegionRequestValidationError) Key() bool
Key function returns key value.
func (DeleteRegionRequestValidationError) Reason ¶
func (e DeleteRegionRequestValidationError) Reason() string
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 ¶
func (e DeleteRegionResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteRegionResponseValidationError) Error ¶
func (e DeleteRegionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRegionResponseValidationError) ErrorName ¶
func (e DeleteRegionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRegionResponseValidationError) Field ¶
func (e DeleteRegionResponseValidationError) Field() string
Field function returns field value.
func (DeleteRegionResponseValidationError) Key ¶
func (e DeleteRegionResponseValidationError) Key() bool
Key function returns key value.
func (DeleteRegionResponseValidationError) Reason ¶
func (e DeleteRegionResponseValidationError) Reason() string
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 (m *DeleteRegistryRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteRegistryRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteRegistryRequestValidationError) Error ¶
func (e DeleteRegistryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRegistryRequestValidationError) ErrorName ¶
func (e DeleteRegistryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRegistryRequestValidationError) Field ¶
func (e DeleteRegistryRequestValidationError) Field() string
Field function returns field value.
func (DeleteRegistryRequestValidationError) Key ¶
func (e DeleteRegistryRequestValidationError) Key() bool
Key function returns key value.
func (DeleteRegistryRequestValidationError) Reason ¶
func (e DeleteRegistryRequestValidationError) Reason() string
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 ¶
func (e DeleteRegistryResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteRegistryResponseValidationError) Error ¶
func (e DeleteRegistryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteRegistryResponseValidationError) ErrorName ¶
func (e DeleteRegistryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteRegistryResponseValidationError) Field ¶
func (e DeleteRegistryResponseValidationError) Field() string
Field function returns field value.
func (DeleteRegistryResponseValidationError) Key ¶
func (e DeleteRegistryResponseValidationError) Key() bool
Key function returns key value.
func (DeleteRegistryResponseValidationError) Reason ¶
func (e DeleteRegistryResponseValidationError) Reason() string
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 ¶
func (e DeleteVpcRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteVpcRequestValidationError) Error ¶
func (e DeleteVpcRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteVpcRequestValidationError) ErrorName ¶
func (e DeleteVpcRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteVpcRequestValidationError) Field ¶
func (e DeleteVpcRequestValidationError) Field() string
Field function returns field value.
func (DeleteVpcRequestValidationError) Key ¶
func (e DeleteVpcRequestValidationError) Key() bool
Key function returns key value.
func (DeleteVpcRequestValidationError) Reason ¶
func (e DeleteVpcRequestValidationError) Reason() string
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 ¶
func (e DeleteVpcResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteVpcResponseValidationError) Error ¶
func (e DeleteVpcResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteVpcResponseValidationError) ErrorName ¶
func (e DeleteVpcResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteVpcResponseValidationError) Field ¶
func (e DeleteVpcResponseValidationError) Field() string
Field function returns field value.
func (DeleteVpcResponseValidationError) Key ¶
func (e DeleteVpcResponseValidationError) Key() bool
Key function returns key value.
func (DeleteVpcResponseValidationError) Reason ¶
func (e DeleteVpcResponseValidationError) Reason() string
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 (m *DeleteVulnerabilityRequest) GetId() *resource.Identifier
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 ¶
func (e DeleteVulnerabilityRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteVulnerabilityRequestValidationError) Error ¶
func (e DeleteVulnerabilityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteVulnerabilityRequestValidationError) ErrorName ¶
func (e DeleteVulnerabilityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteVulnerabilityRequestValidationError) Field ¶
func (e DeleteVulnerabilityRequestValidationError) Field() string
Field function returns field value.
func (DeleteVulnerabilityRequestValidationError) Key ¶
func (e DeleteVulnerabilityRequestValidationError) Key() bool
Key function returns key value.
func (DeleteVulnerabilityRequestValidationError) Reason ¶
func (e DeleteVulnerabilityRequestValidationError) Reason() string
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 ¶
func (e DeleteVulnerabilityResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteVulnerabilityResponseValidationError) Error ¶
func (e DeleteVulnerabilityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteVulnerabilityResponseValidationError) ErrorName ¶
func (e DeleteVulnerabilityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteVulnerabilityResponseValidationError) Field ¶
func (e DeleteVulnerabilityResponseValidationError) Field() string
Field function returns field value.
func (DeleteVulnerabilityResponseValidationError) Key ¶
func (e DeleteVulnerabilityResponseValidationError) Key() bool
Key function returns key value.
func (DeleteVulnerabilityResponseValidationError) Reason ¶
func (e DeleteVulnerabilityResponseValidationError) Reason() string
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 ¶
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 ¶
DefaultStrictUpdateEvent clears first level 1:many children and then executes a gorm update call
func (*Event) AtlasValidateJSON ¶
AtlasValidateJSON function validates a JSON for object Event.
func (*Event) Descriptor ¶
func (*Event) GetAmiId ¶
func (m *Event) GetAmiId() *resource.Identifier
func (*Event) GetContainerTagId ¶
func (m *Event) GetContainerTagId() *resource.Identifier
func (*Event) GetDescription ¶
func (*Event) GetEventJob ¶
func (*Event) GetEventTime ¶
func (*Event) GetEventType ¶
func (*Event) GetHostId ¶
func (m *Event) GetHostId() *resource.Identifier
func (*Event) GetId ¶
func (m *Event) GetId() *resource.Identifier
func (*Event) GetVulnerabilities ¶
func (m *Event) GetVulnerabilities() []*Vulnerability
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) 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 (*Event) Validate ¶
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 (*Event) XXX_Unmarshal ¶
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"` }
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 EventWithAfterToORM ¶
EventAfterToORM called after default ToORM code
type EventWithAfterToPB ¶
EventAfterToPB called after default ToPB code
type EventWithBeforeToORM ¶
EventBeforeToORM called before default ToORM code
type EventWithBeforeToPB ¶
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 ¶
func (m *EventsDefaultServer) Create(ctx context.Context, in *CreateEventRequest) (*CreateEventResponse, error)
Create ...
func (*EventsDefaultServer) Delete ¶
func (m *EventsDefaultServer) Delete(ctx context.Context, in *DeleteEventRequest) (*DeleteEventResponse, error)
Delete ...
func (*EventsDefaultServer) List ¶
func (m *EventsDefaultServer) List(ctx context.Context, in *ListEventRequest) (*ListEventsResponse, error)
List ...
func (*EventsDefaultServer) Read ¶
func (m *EventsDefaultServer) Read(ctx context.Context, in *ReadEventRequest) (*ReadEventResponse, error)
Read ...
func (*EventsDefaultServer) Update ¶
func (m *EventsDefaultServer) Update(ctx context.Context, in *UpdateEventRequest) (*UpdateEventResponse, error)
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 ¶
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 ¶
DefaultStrictUpdateHost clears first level 1:many children and then executes a gorm update call
func (*Host) AtlasValidateJSON ¶
AtlasValidateJSON function validates a JSON for object Host.
func (*Host) Descriptor ¶
func (*Host) GetAmiId ¶
func (m *Host) GetAmiId() *resource.Identifier
func (*Host) GetDescription ¶
func (*Host) GetId ¶
func (m *Host) GetId() *resource.Identifier
func (*Host) GetInstanceId ¶
func (*Host) GetVpcId ¶
func (m *Host) GetVpcId() *resource.Identifier
func (*Host) ProtoMessage ¶
func (*Host) ProtoMessage()
func (*Host) 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 (*Host) Validate ¶
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_Unmarshal ¶
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{} }
type HostORMWithAfterCreate_ ¶
type HostORMWithAfterDelete_ ¶
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 HostWithAfterToORM ¶
HostAfterToORM called after default ToORM code
type HostWithAfterToPB ¶
HostAfterToPB called after default ToPB code
type HostWithBeforePatchRead ¶
type HostWithBeforePatchSave ¶
type HostWithBeforeToORM ¶
HostBeforeToORM called before default ToORM code
type HostWithBeforeToPB ¶
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 ¶
func (m *HostsDefaultServer) Create(ctx context.Context, in *CreateHostRequest) (*CreateHostResponse, error)
Create ...
func (*HostsDefaultServer) Delete ¶
func (m *HostsDefaultServer) Delete(ctx context.Context, in *DeleteHostRequest) (*DeleteHostResponse, error)
Delete ...
func (*HostsDefaultServer) List ¶
func (m *HostsDefaultServer) List(ctx context.Context, in *ListHostRequest) (*ListHostsResponse, error)
List ...
func (*HostsDefaultServer) Read ¶
func (m *HostsDefaultServer) Read(ctx context.Context, in *ReadHostRequest) (*ReadHostResponse, error)
Read ...
func (*HostsDefaultServer) Update ¶
func (m *HostsDefaultServer) Update(ctx context.Context, in *UpdateHostRequest) (*UpdateHostResponse, error)
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 (*KnowledgeBase) GetLink ¶
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 ¶
func (m *KnowledgeBase) ToORM(ctx context.Context) (KnowledgeBaseORM, 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 (*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 ¶
func (m *KnowledgeBaseORM) ToPB(ctx context.Context) (KnowledgeBase, 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 KnowledgeBaseORMWithAfterListFind ¶
type KnowledgeBaseORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]KnowledgeBaseORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e KnowledgeBaseValidationError) Cause() error
Cause function returns cause value.
func (KnowledgeBaseValidationError) Error ¶
func (e KnowledgeBaseValidationError) Error() string
Error satisfies the builtin error interface
func (KnowledgeBaseValidationError) ErrorName ¶
func (e KnowledgeBaseValidationError) ErrorName() string
ErrorName returns error name.
func (KnowledgeBaseValidationError) Field ¶
func (e KnowledgeBaseValidationError) Field() string
Field function returns field value.
func (KnowledgeBaseValidationError) Key ¶
func (e KnowledgeBaseValidationError) Key() bool
Key function returns key value.
func (KnowledgeBaseValidationError) Reason ¶
func (e KnowledgeBaseValidationError) Reason() string
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 ¶
func (m *KnowledgeBasesDefaultServer) Create(ctx context.Context, in *CreateKnowledgeBaseRequest) (*CreateKnowledgeBaseResponse, error)
Create ...
func (*KnowledgeBasesDefaultServer) Delete ¶
func (m *KnowledgeBasesDefaultServer) Delete(ctx context.Context, in *DeleteKnowledgeBaseRequest) (*DeleteKnowledgeBaseResponse, error)
Delete ...
func (*KnowledgeBasesDefaultServer) List ¶
func (m *KnowledgeBasesDefaultServer) List(ctx context.Context, in *ListKnowledgeBaseRequest) (*ListKnowledgeBasesResponse, error)
List ...
func (*KnowledgeBasesDefaultServer) Read ¶
func (m *KnowledgeBasesDefaultServer) Read(ctx context.Context, in *ReadKnowledgeBaseRequest) (*ReadKnowledgeBaseResponse, error)
Read ...
func (*KnowledgeBasesDefaultServer) Update ¶
func (m *KnowledgeBasesDefaultServer) Update(ctx context.Context, in *UpdateKnowledgeBaseRequest) (*UpdateKnowledgeBaseResponse, error)
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 ¶
func (e ListAmiRequestValidationError) Cause() error
Cause function returns cause value.
func (ListAmiRequestValidationError) Error ¶
func (e ListAmiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListAmiRequestValidationError) ErrorName ¶
func (e ListAmiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListAmiRequestValidationError) Field ¶
func (e ListAmiRequestValidationError) Field() string
Field function returns field value.
func (ListAmiRequestValidationError) Key ¶
func (e ListAmiRequestValidationError) Key() bool
Key function returns key value.
func (ListAmiRequestValidationError) Reason ¶
func (e ListAmiRequestValidationError) Reason() string
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 ¶
func (e ListAmisResponseValidationError) Cause() error
Cause function returns cause value.
func (ListAmisResponseValidationError) Error ¶
func (e ListAmisResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListAmisResponseValidationError) ErrorName ¶
func (e ListAmisResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListAmisResponseValidationError) Field ¶
func (e ListAmisResponseValidationError) Field() string
Field function returns field value.
func (ListAmisResponseValidationError) Key ¶
func (e ListAmisResponseValidationError) Key() bool
Key function returns key value.
func (ListAmisResponseValidationError) Reason ¶
func (e ListAmisResponseValidationError) Reason() string
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 (m *ListApplicationRequest) GetFields() *query.FieldSelection
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 ¶
func (e ListApplicationRequestValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationRequestValidationError) Error ¶
func (e ListApplicationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationRequestValidationError) ErrorName ¶
func (e ListApplicationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationRequestValidationError) Field ¶
func (e ListApplicationRequestValidationError) Field() string
Field function returns field value.
func (ListApplicationRequestValidationError) Key ¶
func (e ListApplicationRequestValidationError) Key() bool
Key function returns key value.
func (ListApplicationRequestValidationError) Reason ¶
func (e ListApplicationRequestValidationError) Reason() string
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 (m *ListApplicationVersionRequest) GetFields() *query.FieldSelection
func (*ListApplicationVersionRequest) GetFilter ¶
func (m *ListApplicationVersionRequest) GetFilter() *query.Filtering
func (*ListApplicationVersionRequest) GetOrderBy ¶
func (m *ListApplicationVersionRequest) GetOrderBy() *query.Sorting
func (*ListApplicationVersionRequest) GetPaging ¶
func (m *ListApplicationVersionRequest) GetPaging() *query.Pagination
func (*ListApplicationVersionRequest) ProtoMessage ¶
func (*ListApplicationVersionRequest) ProtoMessage()
func (*ListApplicationVersionRequest) Reset ¶
func (m *ListApplicationVersionRequest) Reset()
func (*ListApplicationVersionRequest) String ¶
func (m *ListApplicationVersionRequest) String() 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 ¶
func (e ListApplicationVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationVersionRequestValidationError) Error ¶
func (e ListApplicationVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationVersionRequestValidationError) ErrorName ¶
func (e ListApplicationVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationVersionRequestValidationError) Field ¶
func (e ListApplicationVersionRequestValidationError) Field() string
Field function returns field value.
func (ListApplicationVersionRequestValidationError) Key ¶
func (e ListApplicationVersionRequestValidationError) Key() bool
Key function returns key value.
func (ListApplicationVersionRequestValidationError) Reason ¶
func (e ListApplicationVersionRequestValidationError) Reason() string
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 (m *ListApplicationVersionsResponse) GetPage() *query.PageInfo
func (*ListApplicationVersionsResponse) GetResults ¶
func (m *ListApplicationVersionsResponse) GetResults() []*ApplicationVersion
func (*ListApplicationVersionsResponse) ProtoMessage ¶
func (*ListApplicationVersionsResponse) ProtoMessage()
func (*ListApplicationVersionsResponse) Reset ¶
func (m *ListApplicationVersionsResponse) Reset()
func (*ListApplicationVersionsResponse) String ¶
func (m *ListApplicationVersionsResponse) String() 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 ¶
func (e ListApplicationVersionsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationVersionsResponseValidationError) Error ¶
func (e ListApplicationVersionsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationVersionsResponseValidationError) ErrorName ¶
func (e ListApplicationVersionsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationVersionsResponseValidationError) Field ¶
func (e ListApplicationVersionsResponseValidationError) Field() string
Field function returns field value.
func (ListApplicationVersionsResponseValidationError) Key ¶
func (e ListApplicationVersionsResponseValidationError) Key() bool
Key function returns key value.
func (ListApplicationVersionsResponseValidationError) Reason ¶
func (e ListApplicationVersionsResponseValidationError) Reason() string
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 ¶
func (e ListApplicationsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationsResponseValidationError) Error ¶
func (e ListApplicationsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationsResponseValidationError) ErrorName ¶
func (e ListApplicationsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationsResponseValidationError) Field ¶
func (e ListApplicationsResponseValidationError) Field() string
Field function returns field value.
func (ListApplicationsResponseValidationError) Key ¶
func (e ListApplicationsResponseValidationError) Key() bool
Key function returns key value.
func (ListApplicationsResponseValidationError) Reason ¶
func (e ListApplicationsResponseValidationError) Reason() string
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 (m *ListCloudProviderRequest) GetFields() *query.FieldSelection
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 ¶
func (e ListCloudProviderRequestValidationError) Cause() error
Cause function returns cause value.
func (ListCloudProviderRequestValidationError) Error ¶
func (e ListCloudProviderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListCloudProviderRequestValidationError) ErrorName ¶
func (e ListCloudProviderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListCloudProviderRequestValidationError) Field ¶
func (e ListCloudProviderRequestValidationError) Field() string
Field function returns field value.
func (ListCloudProviderRequestValidationError) Key ¶
func (e ListCloudProviderRequestValidationError) Key() bool
Key function returns key value.
func (ListCloudProviderRequestValidationError) Reason ¶
func (e ListCloudProviderRequestValidationError) Reason() string
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 (m *ListCloudProvidersResponse) GetPage() *query.PageInfo
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 ¶
func (e ListCloudProvidersResponseValidationError) Cause() error
Cause function returns cause value.
func (ListCloudProvidersResponseValidationError) Error ¶
func (e ListCloudProvidersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListCloudProvidersResponseValidationError) ErrorName ¶
func (e ListCloudProvidersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListCloudProvidersResponseValidationError) Field ¶
func (e ListCloudProvidersResponseValidationError) Field() string
Field function returns field value.
func (ListCloudProvidersResponseValidationError) Key ¶
func (e ListCloudProvidersResponseValidationError) Key() bool
Key function returns key value.
func (ListCloudProvidersResponseValidationError) Reason ¶
func (e ListCloudProvidersResponseValidationError) Reason() string
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 ¶
func (e ListContainerRequestValidationError) Cause() error
Cause function returns cause value.
func (ListContainerRequestValidationError) Error ¶
func (e ListContainerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListContainerRequestValidationError) ErrorName ¶
func (e ListContainerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListContainerRequestValidationError) Field ¶
func (e ListContainerRequestValidationError) Field() string
Field function returns field value.
func (ListContainerRequestValidationError) Key ¶
func (e ListContainerRequestValidationError) Key() bool
Key function returns key value.
func (ListContainerRequestValidationError) Reason ¶
func (e ListContainerRequestValidationError) Reason() string
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 (m *ListContainerTagRequest) GetFields() *query.FieldSelection
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 ¶
func (e ListContainerTagRequestValidationError) Cause() error
Cause function returns cause value.
func (ListContainerTagRequestValidationError) Error ¶
func (e ListContainerTagRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListContainerTagRequestValidationError) ErrorName ¶
func (e ListContainerTagRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListContainerTagRequestValidationError) Field ¶
func (e ListContainerTagRequestValidationError) Field() string
Field function returns field value.
func (ListContainerTagRequestValidationError) Key ¶
func (e ListContainerTagRequestValidationError) Key() bool
Key function returns key value.
func (ListContainerTagRequestValidationError) Reason ¶
func (e ListContainerTagRequestValidationError) Reason() string
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 (m *ListContainerTagsResponse) GetPage() *query.PageInfo
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 ¶
func (e ListContainerTagsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListContainerTagsResponseValidationError) Error ¶
func (e ListContainerTagsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListContainerTagsResponseValidationError) ErrorName ¶
func (e ListContainerTagsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListContainerTagsResponseValidationError) Field ¶
func (e ListContainerTagsResponseValidationError) Field() string
Field function returns field value.
func (ListContainerTagsResponseValidationError) Key ¶
func (e ListContainerTagsResponseValidationError) Key() bool
Key function returns key value.
func (ListContainerTagsResponseValidationError) Reason ¶
func (e ListContainerTagsResponseValidationError) Reason() string
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 ¶
func (e ListContainersResponseValidationError) Cause() error
Cause function returns cause value.
func (ListContainersResponseValidationError) Error ¶
func (e ListContainersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListContainersResponseValidationError) ErrorName ¶
func (e ListContainersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListContainersResponseValidationError) Field ¶
func (e ListContainersResponseValidationError) Field() string
Field function returns field value.
func (ListContainersResponseValidationError) Key ¶
func (e ListContainersResponseValidationError) Key() bool
Key function returns key value.
func (ListContainersResponseValidationError) Reason ¶
func (e ListContainersResponseValidationError) Reason() string
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 ¶
func (e ListEventRequestValidationError) Cause() error
Cause function returns cause value.
func (ListEventRequestValidationError) Error ¶
func (e ListEventRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListEventRequestValidationError) ErrorName ¶
func (e ListEventRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListEventRequestValidationError) Field ¶
func (e ListEventRequestValidationError) Field() string
Field function returns field value.
func (ListEventRequestValidationError) Key ¶
func (e ListEventRequestValidationError) Key() bool
Key function returns key value.
func (ListEventRequestValidationError) Reason ¶
func (e ListEventRequestValidationError) Reason() string
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 ¶
func (e ListEventsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListEventsResponseValidationError) Error ¶
func (e ListEventsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListEventsResponseValidationError) ErrorName ¶
func (e ListEventsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListEventsResponseValidationError) Field ¶
func (e ListEventsResponseValidationError) Field() string
Field function returns field value.
func (ListEventsResponseValidationError) Key ¶
func (e ListEventsResponseValidationError) Key() bool
Key function returns key value.
func (ListEventsResponseValidationError) Reason ¶
func (e ListEventsResponseValidationError) Reason() string
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 ¶
func (e ListHostRequestValidationError) Cause() error
Cause function returns cause value.
func (ListHostRequestValidationError) Error ¶
func (e ListHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListHostRequestValidationError) ErrorName ¶
func (e ListHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListHostRequestValidationError) Field ¶
func (e ListHostRequestValidationError) Field() string
Field function returns field value.
func (ListHostRequestValidationError) Key ¶
func (e ListHostRequestValidationError) Key() bool
Key function returns key value.
func (ListHostRequestValidationError) Reason ¶
func (e ListHostRequestValidationError) Reason() string
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 ¶
func (e ListHostsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListHostsResponseValidationError) Error ¶
func (e ListHostsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListHostsResponseValidationError) ErrorName ¶
func (e ListHostsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListHostsResponseValidationError) Field ¶
func (e ListHostsResponseValidationError) Field() string
Field function returns field value.
func (ListHostsResponseValidationError) Key ¶
func (e ListHostsResponseValidationError) Key() bool
Key function returns key value.
func (ListHostsResponseValidationError) Reason ¶
func (e ListHostsResponseValidationError) Reason() string
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 (m *ListKnowledgeBaseRequest) GetFields() *query.FieldSelection
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 ¶
func (e ListKnowledgeBaseRequestValidationError) Cause() error
Cause function returns cause value.
func (ListKnowledgeBaseRequestValidationError) Error ¶
func (e ListKnowledgeBaseRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListKnowledgeBaseRequestValidationError) ErrorName ¶
func (e ListKnowledgeBaseRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListKnowledgeBaseRequestValidationError) Field ¶
func (e ListKnowledgeBaseRequestValidationError) Field() string
Field function returns field value.
func (ListKnowledgeBaseRequestValidationError) Key ¶
func (e ListKnowledgeBaseRequestValidationError) Key() bool
Key function returns key value.
func (ListKnowledgeBaseRequestValidationError) Reason ¶
func (e ListKnowledgeBaseRequestValidationError) Reason() string
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 (m *ListKnowledgeBasesResponse) GetPage() *query.PageInfo
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 ¶
func (e ListKnowledgeBasesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListKnowledgeBasesResponseValidationError) Error ¶
func (e ListKnowledgeBasesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListKnowledgeBasesResponseValidationError) ErrorName ¶
func (e ListKnowledgeBasesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListKnowledgeBasesResponseValidationError) Field ¶
func (e ListKnowledgeBasesResponseValidationError) Field() string
Field function returns field value.
func (ListKnowledgeBasesResponseValidationError) Key ¶
func (e ListKnowledgeBasesResponseValidationError) Key() bool
Key function returns key value.
func (ListKnowledgeBasesResponseValidationError) Reason ¶
func (e ListKnowledgeBasesResponseValidationError) Reason() string
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 ¶
func (e ListRegionRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRegionRequestValidationError) Error ¶
func (e ListRegionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRegionRequestValidationError) ErrorName ¶
func (e ListRegionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRegionRequestValidationError) Field ¶
func (e ListRegionRequestValidationError) Field() string
Field function returns field value.
func (ListRegionRequestValidationError) Key ¶
func (e ListRegionRequestValidationError) Key() bool
Key function returns key value.
func (ListRegionRequestValidationError) Reason ¶
func (e ListRegionRequestValidationError) Reason() string
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 ¶
func (e ListRegionsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListRegionsResponseValidationError) Error ¶
func (e ListRegionsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListRegionsResponseValidationError) ErrorName ¶
func (e ListRegionsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListRegionsResponseValidationError) Field ¶
func (e ListRegionsResponseValidationError) Field() string
Field function returns field value.
func (ListRegionsResponseValidationError) Key ¶
func (e ListRegionsResponseValidationError) Key() bool
Key function returns key value.
func (ListRegionsResponseValidationError) Reason ¶
func (e ListRegionsResponseValidationError) Reason() string
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 ¶
func (e ListRegistriesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListRegistriesResponseValidationError) Error ¶
func (e ListRegistriesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListRegistriesResponseValidationError) ErrorName ¶
func (e ListRegistriesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListRegistriesResponseValidationError) Field ¶
func (e ListRegistriesResponseValidationError) Field() string
Field function returns field value.
func (ListRegistriesResponseValidationError) Key ¶
func (e ListRegistriesResponseValidationError) Key() bool
Key function returns key value.
func (ListRegistriesResponseValidationError) Reason ¶
func (e ListRegistriesResponseValidationError) Reason() string
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 ¶
func (e ListRegistryRequestValidationError) Cause() error
Cause function returns cause value.
func (ListRegistryRequestValidationError) Error ¶
func (e ListRegistryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListRegistryRequestValidationError) ErrorName ¶
func (e ListRegistryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListRegistryRequestValidationError) Field ¶
func (e ListRegistryRequestValidationError) Field() string
Field function returns field value.
func (ListRegistryRequestValidationError) Key ¶
func (e ListRegistryRequestValidationError) Key() bool
Key function returns key value.
func (ListRegistryRequestValidationError) Reason ¶
func (e ListRegistryRequestValidationError) Reason() string
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 ¶
func (e ListVpcRequestValidationError) Cause() error
Cause function returns cause value.
func (ListVpcRequestValidationError) Error ¶
func (e ListVpcRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListVpcRequestValidationError) ErrorName ¶
func (e ListVpcRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListVpcRequestValidationError) Field ¶
func (e ListVpcRequestValidationError) Field() string
Field function returns field value.
func (ListVpcRequestValidationError) Key ¶
func (e ListVpcRequestValidationError) Key() bool
Key function returns key value.
func (ListVpcRequestValidationError) Reason ¶
func (e ListVpcRequestValidationError) Reason() string
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 ¶
func (e ListVpcsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListVpcsResponseValidationError) Error ¶
func (e ListVpcsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListVpcsResponseValidationError) ErrorName ¶
func (e ListVpcsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListVpcsResponseValidationError) Field ¶
func (e ListVpcsResponseValidationError) Field() string
Field function returns field value.
func (ListVpcsResponseValidationError) Key ¶
func (e ListVpcsResponseValidationError) Key() bool
Key function returns key value.
func (ListVpcsResponseValidationError) Reason ¶
func (e ListVpcsResponseValidationError) Reason() string
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 (m *ListVulnerabilitiesResponse) GetPage() *query.PageInfo
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 ¶
func (e ListVulnerabilitiesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListVulnerabilitiesResponseValidationError) Error ¶
func (e ListVulnerabilitiesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListVulnerabilitiesResponseValidationError) ErrorName ¶
func (e ListVulnerabilitiesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListVulnerabilitiesResponseValidationError) Field ¶
func (e ListVulnerabilitiesResponseValidationError) Field() string
Field function returns field value.
func (ListVulnerabilitiesResponseValidationError) Key ¶
func (e ListVulnerabilitiesResponseValidationError) Key() bool
Key function returns key value.
func (ListVulnerabilitiesResponseValidationError) Reason ¶
func (e ListVulnerabilitiesResponseValidationError) Reason() string
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 (m *ListVulnerabilityRequest) GetFields() *query.FieldSelection
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 ¶
func (e ListVulnerabilityRequestValidationError) Cause() error
Cause function returns cause value.
func (ListVulnerabilityRequestValidationError) Error ¶
func (e ListVulnerabilityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListVulnerabilityRequestValidationError) ErrorName ¶
func (e ListVulnerabilityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListVulnerabilityRequestValidationError) Field ¶
func (e ListVulnerabilityRequestValidationError) Field() string
Field function returns field value.
func (ListVulnerabilityRequestValidationError) Key ¶
func (e ListVulnerabilityRequestValidationError) Key() bool
Key function returns key value.
func (ListVulnerabilityRequestValidationError) Reason ¶
func (e ListVulnerabilityRequestValidationError) Reason() string
Reason function returns reason value.
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 ¶
func (e ReadAmiRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadAmiRequestValidationError) Error ¶
func (e ReadAmiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadAmiRequestValidationError) ErrorName ¶
func (e ReadAmiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadAmiRequestValidationError) Field ¶
func (e ReadAmiRequestValidationError) Field() string
Field function returns field value.
func (ReadAmiRequestValidationError) Key ¶
func (e ReadAmiRequestValidationError) Key() bool
Key function returns key value.
func (ReadAmiRequestValidationError) Reason ¶
func (e ReadAmiRequestValidationError) Reason() string
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 ¶
func (e ReadAmiResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadAmiResponseValidationError) Error ¶
func (e ReadAmiResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadAmiResponseValidationError) ErrorName ¶
func (e ReadAmiResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadAmiResponseValidationError) Field ¶
func (e ReadAmiResponseValidationError) Field() string
Field function returns field value.
func (ReadAmiResponseValidationError) Key ¶
func (e ReadAmiResponseValidationError) Key() bool
Key function returns key value.
func (ReadAmiResponseValidationError) Reason ¶
func (e ReadAmiResponseValidationError) Reason() string
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 (m *ReadApplicationRequest) GetFields() *query.FieldSelection
func (*ReadApplicationRequest) GetId ¶
func (m *ReadApplicationRequest) GetId() *resource.Identifier
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 ¶
func (e ReadApplicationRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadApplicationRequestValidationError) Error ¶
func (e ReadApplicationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadApplicationRequestValidationError) ErrorName ¶
func (e ReadApplicationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadApplicationRequestValidationError) Field ¶
func (e ReadApplicationRequestValidationError) Field() string
Field function returns field value.
func (ReadApplicationRequestValidationError) Key ¶
func (e ReadApplicationRequestValidationError) Key() bool
Key function returns key value.
func (ReadApplicationRequestValidationError) Reason ¶
func (e ReadApplicationRequestValidationError) Reason() string
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 ¶
func (e ReadApplicationResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadApplicationResponseValidationError) Error ¶
func (e ReadApplicationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadApplicationResponseValidationError) ErrorName ¶
func (e ReadApplicationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadApplicationResponseValidationError) Field ¶
func (e ReadApplicationResponseValidationError) Field() string
Field function returns field value.
func (ReadApplicationResponseValidationError) Key ¶
func (e ReadApplicationResponseValidationError) Key() bool
Key function returns key value.
func (ReadApplicationResponseValidationError) Reason ¶
func (e ReadApplicationResponseValidationError) Reason() string
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 (m *ReadApplicationVersionRequest) GetFields() *query.FieldSelection
func (*ReadApplicationVersionRequest) GetId ¶
func (m *ReadApplicationVersionRequest) GetId() *resource.Identifier
func (*ReadApplicationVersionRequest) ProtoMessage ¶
func (*ReadApplicationVersionRequest) ProtoMessage()
func (*ReadApplicationVersionRequest) Reset ¶
func (m *ReadApplicationVersionRequest) Reset()
func (*ReadApplicationVersionRequest) String ¶
func (m *ReadApplicationVersionRequest) String() 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 ¶
func (e ReadApplicationVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadApplicationVersionRequestValidationError) Error ¶
func (e ReadApplicationVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadApplicationVersionRequestValidationError) ErrorName ¶
func (e ReadApplicationVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadApplicationVersionRequestValidationError) Field ¶
func (e ReadApplicationVersionRequestValidationError) Field() string
Field function returns field value.
func (ReadApplicationVersionRequestValidationError) Key ¶
func (e ReadApplicationVersionRequestValidationError) Key() bool
Key function returns key value.
func (ReadApplicationVersionRequestValidationError) Reason ¶
func (e ReadApplicationVersionRequestValidationError) Reason() string
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 (m *ReadApplicationVersionResponse) GetResult() *ApplicationVersion
func (*ReadApplicationVersionResponse) ProtoMessage ¶
func (*ReadApplicationVersionResponse) ProtoMessage()
func (*ReadApplicationVersionResponse) Reset ¶
func (m *ReadApplicationVersionResponse) Reset()
func (*ReadApplicationVersionResponse) String ¶
func (m *ReadApplicationVersionResponse) String() 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 ¶
func (e ReadApplicationVersionResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadApplicationVersionResponseValidationError) Error ¶
func (e ReadApplicationVersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadApplicationVersionResponseValidationError) ErrorName ¶
func (e ReadApplicationVersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadApplicationVersionResponseValidationError) Field ¶
func (e ReadApplicationVersionResponseValidationError) Field() string
Field function returns field value.
func (ReadApplicationVersionResponseValidationError) Key ¶
func (e ReadApplicationVersionResponseValidationError) Key() bool
Key function returns key value.
func (ReadApplicationVersionResponseValidationError) Reason ¶
func (e ReadApplicationVersionResponseValidationError) Reason() string
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 (m *ReadCloudProviderRequest) GetFields() *query.FieldSelection
func (*ReadCloudProviderRequest) GetId ¶
func (m *ReadCloudProviderRequest) GetId() *resource.Identifier
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 ¶
func (e ReadCloudProviderRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadCloudProviderRequestValidationError) Error ¶
func (e ReadCloudProviderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadCloudProviderRequestValidationError) ErrorName ¶
func (e ReadCloudProviderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadCloudProviderRequestValidationError) Field ¶
func (e ReadCloudProviderRequestValidationError) Field() string
Field function returns field value.
func (ReadCloudProviderRequestValidationError) Key ¶
func (e ReadCloudProviderRequestValidationError) Key() bool
Key function returns key value.
func (ReadCloudProviderRequestValidationError) Reason ¶
func (e ReadCloudProviderRequestValidationError) Reason() string
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 ¶
func (e ReadCloudProviderResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadCloudProviderResponseValidationError) Error ¶
func (e ReadCloudProviderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadCloudProviderResponseValidationError) ErrorName ¶
func (e ReadCloudProviderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadCloudProviderResponseValidationError) Field ¶
func (e ReadCloudProviderResponseValidationError) Field() string
Field function returns field value.
func (ReadCloudProviderResponseValidationError) Key ¶
func (e ReadCloudProviderResponseValidationError) Key() bool
Key function returns key value.
func (ReadCloudProviderResponseValidationError) Reason ¶
func (e ReadCloudProviderResponseValidationError) Reason() string
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 (m *ReadContainerRequest) GetId() *resource.Identifier
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 ¶
func (e ReadContainerRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadContainerRequestValidationError) Error ¶
func (e ReadContainerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadContainerRequestValidationError) ErrorName ¶
func (e ReadContainerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadContainerRequestValidationError) Field ¶
func (e ReadContainerRequestValidationError) Field() string
Field function returns field value.
func (ReadContainerRequestValidationError) Key ¶
func (e ReadContainerRequestValidationError) Key() bool
Key function returns key value.
func (ReadContainerRequestValidationError) Reason ¶
func (e ReadContainerRequestValidationError) Reason() string
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 ¶
func (e ReadContainerResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadContainerResponseValidationError) Error ¶
func (e ReadContainerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadContainerResponseValidationError) ErrorName ¶
func (e ReadContainerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadContainerResponseValidationError) Field ¶
func (e ReadContainerResponseValidationError) Field() string
Field function returns field value.
func (ReadContainerResponseValidationError) Key ¶
func (e ReadContainerResponseValidationError) Key() bool
Key function returns key value.
func (ReadContainerResponseValidationError) Reason ¶
func (e ReadContainerResponseValidationError) Reason() string
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 (m *ReadContainerTagRequest) GetFields() *query.FieldSelection
func (*ReadContainerTagRequest) GetId ¶
func (m *ReadContainerTagRequest) GetId() *resource.Identifier
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 ¶
func (e ReadContainerTagRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadContainerTagRequestValidationError) Error ¶
func (e ReadContainerTagRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadContainerTagRequestValidationError) ErrorName ¶
func (e ReadContainerTagRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadContainerTagRequestValidationError) Field ¶
func (e ReadContainerTagRequestValidationError) Field() string
Field function returns field value.
func (ReadContainerTagRequestValidationError) Key ¶
func (e ReadContainerTagRequestValidationError) Key() bool
Key function returns key value.
func (ReadContainerTagRequestValidationError) Reason ¶
func (e ReadContainerTagRequestValidationError) Reason() string
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 ¶
func (e ReadContainerTagResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadContainerTagResponseValidationError) Error ¶
func (e ReadContainerTagResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadContainerTagResponseValidationError) ErrorName ¶
func (e ReadContainerTagResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadContainerTagResponseValidationError) Field ¶
func (e ReadContainerTagResponseValidationError) Field() string
Field function returns field value.
func (ReadContainerTagResponseValidationError) Key ¶
func (e ReadContainerTagResponseValidationError) Key() bool
Key function returns key value.
func (ReadContainerTagResponseValidationError) Reason ¶
func (e ReadContainerTagResponseValidationError) Reason() string
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 ¶
func (e ReadEventRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadEventRequestValidationError) Error ¶
func (e ReadEventRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadEventRequestValidationError) ErrorName ¶
func (e ReadEventRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadEventRequestValidationError) Field ¶
func (e ReadEventRequestValidationError) Field() string
Field function returns field value.
func (ReadEventRequestValidationError) Key ¶
func (e ReadEventRequestValidationError) Key() bool
Key function returns key value.
func (ReadEventRequestValidationError) Reason ¶
func (e ReadEventRequestValidationError) Reason() string
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 ¶
func (e ReadEventResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadEventResponseValidationError) Error ¶
func (e ReadEventResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadEventResponseValidationError) ErrorName ¶
func (e ReadEventResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadEventResponseValidationError) Field ¶
func (e ReadEventResponseValidationError) Field() string
Field function returns field value.
func (ReadEventResponseValidationError) Key ¶
func (e ReadEventResponseValidationError) Key() bool
Key function returns key value.
func (ReadEventResponseValidationError) Reason ¶
func (e ReadEventResponseValidationError) Reason() string
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 ¶
func (e ReadHostRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadHostRequestValidationError) Error ¶
func (e ReadHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadHostRequestValidationError) ErrorName ¶
func (e ReadHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadHostRequestValidationError) Field ¶
func (e ReadHostRequestValidationError) Field() string
Field function returns field value.
func (ReadHostRequestValidationError) Key ¶
func (e ReadHostRequestValidationError) Key() bool
Key function returns key value.
func (ReadHostRequestValidationError) Reason ¶
func (e ReadHostRequestValidationError) Reason() string
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 ¶
func (e ReadHostResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadHostResponseValidationError) Error ¶
func (e ReadHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadHostResponseValidationError) ErrorName ¶
func (e ReadHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadHostResponseValidationError) Field ¶
func (e ReadHostResponseValidationError) Field() string
Field function returns field value.
func (ReadHostResponseValidationError) Key ¶
func (e ReadHostResponseValidationError) Key() bool
Key function returns key value.
func (ReadHostResponseValidationError) Reason ¶
func (e ReadHostResponseValidationError) Reason() string
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 (m *ReadKnowledgeBaseRequest) GetFields() *query.FieldSelection
func (*ReadKnowledgeBaseRequest) GetId ¶
func (m *ReadKnowledgeBaseRequest) GetId() *resource.Identifier
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 ¶
func (e ReadKnowledgeBaseRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadKnowledgeBaseRequestValidationError) Error ¶
func (e ReadKnowledgeBaseRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadKnowledgeBaseRequestValidationError) ErrorName ¶
func (e ReadKnowledgeBaseRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadKnowledgeBaseRequestValidationError) Field ¶
func (e ReadKnowledgeBaseRequestValidationError) Field() string
Field function returns field value.
func (ReadKnowledgeBaseRequestValidationError) Key ¶
func (e ReadKnowledgeBaseRequestValidationError) Key() bool
Key function returns key value.
func (ReadKnowledgeBaseRequestValidationError) Reason ¶
func (e ReadKnowledgeBaseRequestValidationError) Reason() string
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 ¶
func (e ReadKnowledgeBaseResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadKnowledgeBaseResponseValidationError) Error ¶
func (e ReadKnowledgeBaseResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadKnowledgeBaseResponseValidationError) ErrorName ¶
func (e ReadKnowledgeBaseResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadKnowledgeBaseResponseValidationError) Field ¶
func (e ReadKnowledgeBaseResponseValidationError) Field() string
Field function returns field value.
func (ReadKnowledgeBaseResponseValidationError) Key ¶
func (e ReadKnowledgeBaseResponseValidationError) Key() bool
Key function returns key value.
func (ReadKnowledgeBaseResponseValidationError) Reason ¶
func (e ReadKnowledgeBaseResponseValidationError) Reason() string
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 (m *ReadRegionRequest) GetId() *resource.Identifier
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 ¶
func (e ReadRegionRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadRegionRequestValidationError) Error ¶
func (e ReadRegionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadRegionRequestValidationError) ErrorName ¶
func (e ReadRegionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadRegionRequestValidationError) Field ¶
func (e ReadRegionRequestValidationError) Field() string
Field function returns field value.
func (ReadRegionRequestValidationError) Key ¶
func (e ReadRegionRequestValidationError) Key() bool
Key function returns key value.
func (ReadRegionRequestValidationError) Reason ¶
func (e ReadRegionRequestValidationError) Reason() string
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 ¶
func (e ReadRegionResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadRegionResponseValidationError) Error ¶
func (e ReadRegionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadRegionResponseValidationError) ErrorName ¶
func (e ReadRegionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadRegionResponseValidationError) Field ¶
func (e ReadRegionResponseValidationError) Field() string
Field function returns field value.
func (ReadRegionResponseValidationError) Key ¶
func (e ReadRegionResponseValidationError) Key() bool
Key function returns key value.
func (ReadRegionResponseValidationError) Reason ¶
func (e ReadRegionResponseValidationError) Reason() string
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 (m *ReadRegistryRequest) GetId() *resource.Identifier
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 ¶
func (e ReadRegistryRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadRegistryRequestValidationError) Error ¶
func (e ReadRegistryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadRegistryRequestValidationError) ErrorName ¶
func (e ReadRegistryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadRegistryRequestValidationError) Field ¶
func (e ReadRegistryRequestValidationError) Field() string
Field function returns field value.
func (ReadRegistryRequestValidationError) Key ¶
func (e ReadRegistryRequestValidationError) Key() bool
Key function returns key value.
func (ReadRegistryRequestValidationError) Reason ¶
func (e ReadRegistryRequestValidationError) Reason() string
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 ¶
func (e ReadRegistryResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadRegistryResponseValidationError) Error ¶
func (e ReadRegistryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadRegistryResponseValidationError) ErrorName ¶
func (e ReadRegistryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadRegistryResponseValidationError) Field ¶
func (e ReadRegistryResponseValidationError) Field() string
Field function returns field value.
func (ReadRegistryResponseValidationError) Key ¶
func (e ReadRegistryResponseValidationError) Key() bool
Key function returns key value.
func (ReadRegistryResponseValidationError) Reason ¶
func (e ReadRegistryResponseValidationError) Reason() string
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 ¶
func (e ReadVpcRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadVpcRequestValidationError) Error ¶
func (e ReadVpcRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadVpcRequestValidationError) ErrorName ¶
func (e ReadVpcRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadVpcRequestValidationError) Field ¶
func (e ReadVpcRequestValidationError) Field() string
Field function returns field value.
func (ReadVpcRequestValidationError) Key ¶
func (e ReadVpcRequestValidationError) Key() bool
Key function returns key value.
func (ReadVpcRequestValidationError) Reason ¶
func (e ReadVpcRequestValidationError) Reason() string
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 ¶
func (e ReadVpcResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadVpcResponseValidationError) Error ¶
func (e ReadVpcResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadVpcResponseValidationError) ErrorName ¶
func (e ReadVpcResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadVpcResponseValidationError) Field ¶
func (e ReadVpcResponseValidationError) Field() string
Field function returns field value.
func (ReadVpcResponseValidationError) Key ¶
func (e ReadVpcResponseValidationError) Key() bool
Key function returns key value.
func (ReadVpcResponseValidationError) Reason ¶
func (e ReadVpcResponseValidationError) Reason() string
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 (m *ReadVulnerabilityRequest) GetFields() *query.FieldSelection
func (*ReadVulnerabilityRequest) GetId ¶
func (m *ReadVulnerabilityRequest) GetId() *resource.Identifier
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 ¶
func (e ReadVulnerabilityRequestValidationError) Cause() error
Cause function returns cause value.
func (ReadVulnerabilityRequestValidationError) Error ¶
func (e ReadVulnerabilityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReadVulnerabilityRequestValidationError) ErrorName ¶
func (e ReadVulnerabilityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReadVulnerabilityRequestValidationError) Field ¶
func (e ReadVulnerabilityRequestValidationError) Field() string
Field function returns field value.
func (ReadVulnerabilityRequestValidationError) Key ¶
func (e ReadVulnerabilityRequestValidationError) Key() bool
Key function returns key value.
func (ReadVulnerabilityRequestValidationError) Reason ¶
func (e ReadVulnerabilityRequestValidationError) Reason() string
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 ¶
func (e ReadVulnerabilityResponseValidationError) Cause() error
Cause function returns cause value.
func (ReadVulnerabilityResponseValidationError) Error ¶
func (e ReadVulnerabilityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReadVulnerabilityResponseValidationError) ErrorName ¶
func (e ReadVulnerabilityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReadVulnerabilityResponseValidationError) Field ¶
func (e ReadVulnerabilityResponseValidationError) Field() string
Field function returns field value.
func (ReadVulnerabilityResponseValidationError) Key ¶
func (e ReadVulnerabilityResponseValidationError) Key() bool
Key function returns key value.
func (ReadVulnerabilityResponseValidationError) Reason ¶
func (e ReadVulnerabilityResponseValidationError) Reason() string
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 ¶
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 ¶
DefaultStrictUpdateRegion clears first level 1:many children and then executes a gorm update call
func (*Region) AtlasValidateJSON ¶
AtlasValidateJSON function validates a JSON for object Region.
func (*Region) Descriptor ¶
func (*Region) GetCloudProviderId ¶
func (m *Region) GetCloudProviderId() *resource.Identifier
func (*Region) GetDescription ¶
func (*Region) GetId ¶
func (m *Region) GetId() *resource.Identifier
func (*Region) ProtoMessage ¶
func (*Region) ProtoMessage()
func (*Region) 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 (*Region) Validate ¶
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 (*Region) XXX_Unmarshal ¶
type RegionORM ¶
type RegionORM struct { AccountID string CloudProviderId *int64 Description string Id int64 `gorm:"type:serial;primary_key"` Name string }
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 RegionWithAfterToORM ¶
RegionAfterToORM called after default ToORM code
type RegionWithAfterToPB ¶
RegionAfterToPB called after default ToPB code
type RegionWithBeforeToORM ¶
RegionBeforeToORM called before default ToORM code
type RegionWithBeforeToPB ¶
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 ¶
func (m *RegionsDefaultServer) Create(ctx context.Context, in *CreateRegionRequest) (*CreateRegionResponse, error)
Create ...
func (*RegionsDefaultServer) Delete ¶
func (m *RegionsDefaultServer) Delete(ctx context.Context, in *DeleteRegionRequest) (*DeleteRegionResponse, error)
Delete ...
func (*RegionsDefaultServer) List ¶
func (m *RegionsDefaultServer) List(ctx context.Context, in *ListRegionRequest) (*ListRegionsResponse, error)
List ...
func (*RegionsDefaultServer) Read ¶
func (m *RegionsDefaultServer) Read(ctx context.Context, in *ReadRegionRequest) (*ReadRegionResponse, error)
Read ...
func (*RegionsDefaultServer) Update ¶
func (m *RegionsDefaultServer) Update(ctx context.Context, in *UpdateRegionRequest) (*UpdateRegionResponse, error)
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 ¶
func (m *RegistriesDefaultServer) Create(ctx context.Context, in *CreateRegistryRequest) (*CreateRegistryResponse, error)
Create ...
func (*RegistriesDefaultServer) Delete ¶
func (m *RegistriesDefaultServer) Delete(ctx context.Context, in *DeleteRegistryRequest) (*DeleteRegistryResponse, error)
Delete ...
func (*RegistriesDefaultServer) List ¶
func (m *RegistriesDefaultServer) List(ctx context.Context, in *ListRegistryRequest) (*ListRegistriesResponse, error)
List ...
func (*RegistriesDefaultServer) Read ¶
func (m *RegistriesDefaultServer) Read(ctx context.Context, in *ReadRegistryRequest) (*ReadRegistryResponse, error)
Read ...
func (*RegistriesDefaultServer) Update ¶
func (m *RegistriesDefaultServer) Update(ctx context.Context, in *UpdateRegistryRequest) (*UpdateRegistryResponse, error)
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 ¶
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) GetDescription ¶
func (*Registry) GetId ¶
func (m *Registry) GetId() *resource.Identifier
func (*Registry) ProtoMessage ¶
func (*Registry) ProtoMessage()
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 ¶
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 (*Registry) XXX_Unmarshal ¶
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
type RegistryORMWithAfterListFind ¶
type RegistryORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]RegistryORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 RegistryWithAfterToORM ¶
type RegistryWithAfterToORM interface {
AfterToORM(context.Context, *RegistryORM) error
}
RegistryAfterToORM called after default ToORM code
type RegistryWithAfterToPB ¶
RegistryAfterToPB called after default ToPB code
type RegistryWithBeforeToORM ¶
type RegistryWithBeforeToORM interface {
BeforeToORM(context.Context, *RegistryORM) error
}
RegistryBeforeToORM called before default ToORM code
type RegistryWithBeforeToPB ¶
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 ¶
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 ¶
func (e UpdateAmiRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateAmiRequestValidationError) Error ¶
func (e UpdateAmiRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateAmiRequestValidationError) ErrorName ¶
func (e UpdateAmiRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateAmiRequestValidationError) Field ¶
func (e UpdateAmiRequestValidationError) Field() string
Field function returns field value.
func (UpdateAmiRequestValidationError) Key ¶
func (e UpdateAmiRequestValidationError) Key() bool
Key function returns key value.
func (UpdateAmiRequestValidationError) Reason ¶
func (e UpdateAmiRequestValidationError) Reason() string
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 ¶
func (e UpdateAmiResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateAmiResponseValidationError) Error ¶
func (e UpdateAmiResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateAmiResponseValidationError) ErrorName ¶
func (e UpdateAmiResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateAmiResponseValidationError) Field ¶
func (e UpdateAmiResponseValidationError) Field() string
Field function returns field value.
func (UpdateAmiResponseValidationError) Key ¶
func (e UpdateAmiResponseValidationError) Key() bool
Key function returns key value.
func (UpdateAmiResponseValidationError) Reason ¶
func (e UpdateAmiResponseValidationError) Reason() string
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 (m *UpdateApplicationRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateApplicationRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateApplicationRequestValidationError) Error ¶
func (e UpdateApplicationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApplicationRequestValidationError) ErrorName ¶
func (e UpdateApplicationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApplicationRequestValidationError) Field ¶
func (e UpdateApplicationRequestValidationError) Field() string
Field function returns field value.
func (UpdateApplicationRequestValidationError) Key ¶
func (e UpdateApplicationRequestValidationError) Key() bool
Key function returns key value.
func (UpdateApplicationRequestValidationError) Reason ¶
func (e UpdateApplicationRequestValidationError) Reason() string
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 ¶
func (e UpdateApplicationResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateApplicationResponseValidationError) Error ¶
func (e UpdateApplicationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApplicationResponseValidationError) ErrorName ¶
func (e UpdateApplicationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApplicationResponseValidationError) Field ¶
func (e UpdateApplicationResponseValidationError) Field() string
Field function returns field value.
func (UpdateApplicationResponseValidationError) Key ¶
func (e UpdateApplicationResponseValidationError) Key() bool
Key function returns key value.
func (UpdateApplicationResponseValidationError) Reason ¶
func (e UpdateApplicationResponseValidationError) Reason() string
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 (m *UpdateApplicationVersionRequest) GetFields() *field_mask.FieldMask
func (*UpdateApplicationVersionRequest) GetPayload ¶
func (m *UpdateApplicationVersionRequest) GetPayload() *ApplicationVersion
func (*UpdateApplicationVersionRequest) ProtoMessage ¶
func (*UpdateApplicationVersionRequest) ProtoMessage()
func (*UpdateApplicationVersionRequest) Reset ¶
func (m *UpdateApplicationVersionRequest) Reset()
func (*UpdateApplicationVersionRequest) String ¶
func (m *UpdateApplicationVersionRequest) String() 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 ¶
func (e UpdateApplicationVersionRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateApplicationVersionRequestValidationError) Error ¶
func (e UpdateApplicationVersionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApplicationVersionRequestValidationError) ErrorName ¶
func (e UpdateApplicationVersionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApplicationVersionRequestValidationError) Field ¶
func (e UpdateApplicationVersionRequestValidationError) Field() string
Field function returns field value.
func (UpdateApplicationVersionRequestValidationError) Key ¶
func (e UpdateApplicationVersionRequestValidationError) Key() bool
Key function returns key value.
func (UpdateApplicationVersionRequestValidationError) Reason ¶
func (e UpdateApplicationVersionRequestValidationError) Reason() string
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 (m *UpdateApplicationVersionResponse) GetResult() *ApplicationVersion
func (*UpdateApplicationVersionResponse) ProtoMessage ¶
func (*UpdateApplicationVersionResponse) ProtoMessage()
func (*UpdateApplicationVersionResponse) Reset ¶
func (m *UpdateApplicationVersionResponse) Reset()
func (*UpdateApplicationVersionResponse) String ¶
func (m *UpdateApplicationVersionResponse) String() string
func (*UpdateApplicationVersionResponse) Validate ¶
func (m *UpdateApplicationVersionResponse) Validate() error
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 (m *UpdateApplicationVersionResponse) XXX_Merge(src proto.Message)
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 ¶
func (e UpdateApplicationVersionResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateApplicationVersionResponseValidationError) Error ¶
func (e UpdateApplicationVersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateApplicationVersionResponseValidationError) ErrorName ¶
func (e UpdateApplicationVersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateApplicationVersionResponseValidationError) Field ¶
func (e UpdateApplicationVersionResponseValidationError) Field() string
Field function returns field value.
func (UpdateApplicationVersionResponseValidationError) Key ¶
func (e UpdateApplicationVersionResponseValidationError) Key() bool
Key function returns key value.
func (UpdateApplicationVersionResponseValidationError) Reason ¶
func (e UpdateApplicationVersionResponseValidationError) Reason() string
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 (m *UpdateCloudProviderRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateCloudProviderRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateCloudProviderRequestValidationError) Error ¶
func (e UpdateCloudProviderRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCloudProviderRequestValidationError) ErrorName ¶
func (e UpdateCloudProviderRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCloudProviderRequestValidationError) Field ¶
func (e UpdateCloudProviderRequestValidationError) Field() string
Field function returns field value.
func (UpdateCloudProviderRequestValidationError) Key ¶
func (e UpdateCloudProviderRequestValidationError) Key() bool
Key function returns key value.
func (UpdateCloudProviderRequestValidationError) Reason ¶
func (e UpdateCloudProviderRequestValidationError) Reason() string
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 (m *UpdateCloudProviderResponse) GetResult() *CloudProvider
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 ¶
func (e UpdateCloudProviderResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateCloudProviderResponseValidationError) Error ¶
func (e UpdateCloudProviderResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateCloudProviderResponseValidationError) ErrorName ¶
func (e UpdateCloudProviderResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateCloudProviderResponseValidationError) Field ¶
func (e UpdateCloudProviderResponseValidationError) Field() string
Field function returns field value.
func (UpdateCloudProviderResponseValidationError) Key ¶
func (e UpdateCloudProviderResponseValidationError) Key() bool
Key function returns key value.
func (UpdateCloudProviderResponseValidationError) Reason ¶
func (e UpdateCloudProviderResponseValidationError) Reason() string
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 (m *UpdateContainerRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateContainerRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateContainerRequestValidationError) Error ¶
func (e UpdateContainerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateContainerRequestValidationError) ErrorName ¶
func (e UpdateContainerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateContainerRequestValidationError) Field ¶
func (e UpdateContainerRequestValidationError) Field() string
Field function returns field value.
func (UpdateContainerRequestValidationError) Key ¶
func (e UpdateContainerRequestValidationError) Key() bool
Key function returns key value.
func (UpdateContainerRequestValidationError) Reason ¶
func (e UpdateContainerRequestValidationError) Reason() string
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 ¶
func (e UpdateContainerResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateContainerResponseValidationError) Error ¶
func (e UpdateContainerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateContainerResponseValidationError) ErrorName ¶
func (e UpdateContainerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateContainerResponseValidationError) Field ¶
func (e UpdateContainerResponseValidationError) Field() string
Field function returns field value.
func (UpdateContainerResponseValidationError) Key ¶
func (e UpdateContainerResponseValidationError) Key() bool
Key function returns key value.
func (UpdateContainerResponseValidationError) Reason ¶
func (e UpdateContainerResponseValidationError) Reason() string
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 (m *UpdateContainerTagRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateContainerTagRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateContainerTagRequestValidationError) Error ¶
func (e UpdateContainerTagRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateContainerTagRequestValidationError) ErrorName ¶
func (e UpdateContainerTagRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateContainerTagRequestValidationError) Field ¶
func (e UpdateContainerTagRequestValidationError) Field() string
Field function returns field value.
func (UpdateContainerTagRequestValidationError) Key ¶
func (e UpdateContainerTagRequestValidationError) Key() bool
Key function returns key value.
func (UpdateContainerTagRequestValidationError) Reason ¶
func (e UpdateContainerTagRequestValidationError) Reason() string
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 ¶
func (e UpdateContainerTagResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateContainerTagResponseValidationError) Error ¶
func (e UpdateContainerTagResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateContainerTagResponseValidationError) ErrorName ¶
func (e UpdateContainerTagResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateContainerTagResponseValidationError) Field ¶
func (e UpdateContainerTagResponseValidationError) Field() string
Field function returns field value.
func (UpdateContainerTagResponseValidationError) Key ¶
func (e UpdateContainerTagResponseValidationError) Key() bool
Key function returns key value.
func (UpdateContainerTagResponseValidationError) Reason ¶
func (e UpdateContainerTagResponseValidationError) Reason() string
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 ¶
func (e UpdateEventRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateEventRequestValidationError) Error ¶
func (e UpdateEventRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateEventRequestValidationError) ErrorName ¶
func (e UpdateEventRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateEventRequestValidationError) Field ¶
func (e UpdateEventRequestValidationError) Field() string
Field function returns field value.
func (UpdateEventRequestValidationError) Key ¶
func (e UpdateEventRequestValidationError) Key() bool
Key function returns key value.
func (UpdateEventRequestValidationError) Reason ¶
func (e UpdateEventRequestValidationError) Reason() string
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 ¶
func (e UpdateEventResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateEventResponseValidationError) Error ¶
func (e UpdateEventResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateEventResponseValidationError) ErrorName ¶
func (e UpdateEventResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateEventResponseValidationError) Field ¶
func (e UpdateEventResponseValidationError) Field() string
Field function returns field value.
func (UpdateEventResponseValidationError) Key ¶
func (e UpdateEventResponseValidationError) Key() bool
Key function returns key value.
func (UpdateEventResponseValidationError) Reason ¶
func (e UpdateEventResponseValidationError) Reason() string
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 ¶
func (e UpdateHostRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateHostRequestValidationError) Error ¶
func (e UpdateHostRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateHostRequestValidationError) ErrorName ¶
func (e UpdateHostRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateHostRequestValidationError) Field ¶
func (e UpdateHostRequestValidationError) Field() string
Field function returns field value.
func (UpdateHostRequestValidationError) Key ¶
func (e UpdateHostRequestValidationError) Key() bool
Key function returns key value.
func (UpdateHostRequestValidationError) Reason ¶
func (e UpdateHostRequestValidationError) Reason() string
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 ¶
func (e UpdateHostResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateHostResponseValidationError) Error ¶
func (e UpdateHostResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateHostResponseValidationError) ErrorName ¶
func (e UpdateHostResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateHostResponseValidationError) Field ¶
func (e UpdateHostResponseValidationError) Field() string
Field function returns field value.
func (UpdateHostResponseValidationError) Key ¶
func (e UpdateHostResponseValidationError) Key() bool
Key function returns key value.
func (UpdateHostResponseValidationError) Reason ¶
func (e UpdateHostResponseValidationError) Reason() string
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 (m *UpdateKnowledgeBaseRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateKnowledgeBaseRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateKnowledgeBaseRequestValidationError) Error ¶
func (e UpdateKnowledgeBaseRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateKnowledgeBaseRequestValidationError) ErrorName ¶
func (e UpdateKnowledgeBaseRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateKnowledgeBaseRequestValidationError) Field ¶
func (e UpdateKnowledgeBaseRequestValidationError) Field() string
Field function returns field value.
func (UpdateKnowledgeBaseRequestValidationError) Key ¶
func (e UpdateKnowledgeBaseRequestValidationError) Key() bool
Key function returns key value.
func (UpdateKnowledgeBaseRequestValidationError) Reason ¶
func (e UpdateKnowledgeBaseRequestValidationError) Reason() string
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 (m *UpdateKnowledgeBaseResponse) GetResult() *KnowledgeBase
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 ¶
func (e UpdateKnowledgeBaseResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateKnowledgeBaseResponseValidationError) Error ¶
func (e UpdateKnowledgeBaseResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateKnowledgeBaseResponseValidationError) ErrorName ¶
func (e UpdateKnowledgeBaseResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateKnowledgeBaseResponseValidationError) Field ¶
func (e UpdateKnowledgeBaseResponseValidationError) Field() string
Field function returns field value.
func (UpdateKnowledgeBaseResponseValidationError) Key ¶
func (e UpdateKnowledgeBaseResponseValidationError) Key() bool
Key function returns key value.
func (UpdateKnowledgeBaseResponseValidationError) Reason ¶
func (e UpdateKnowledgeBaseResponseValidationError) Reason() string
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 ¶
func (e UpdateRegionRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateRegionRequestValidationError) Error ¶
func (e UpdateRegionRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRegionRequestValidationError) ErrorName ¶
func (e UpdateRegionRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRegionRequestValidationError) Field ¶
func (e UpdateRegionRequestValidationError) Field() string
Field function returns field value.
func (UpdateRegionRequestValidationError) Key ¶
func (e UpdateRegionRequestValidationError) Key() bool
Key function returns key value.
func (UpdateRegionRequestValidationError) Reason ¶
func (e UpdateRegionRequestValidationError) Reason() string
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 ¶
func (e UpdateRegionResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateRegionResponseValidationError) Error ¶
func (e UpdateRegionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRegionResponseValidationError) ErrorName ¶
func (e UpdateRegionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRegionResponseValidationError) Field ¶
func (e UpdateRegionResponseValidationError) Field() string
Field function returns field value.
func (UpdateRegionResponseValidationError) Key ¶
func (e UpdateRegionResponseValidationError) Key() bool
Key function returns key value.
func (UpdateRegionResponseValidationError) Reason ¶
func (e UpdateRegionResponseValidationError) Reason() string
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 ¶
func (e UpdateRegistryRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateRegistryRequestValidationError) Error ¶
func (e UpdateRegistryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRegistryRequestValidationError) ErrorName ¶
func (e UpdateRegistryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRegistryRequestValidationError) Field ¶
func (e UpdateRegistryRequestValidationError) Field() string
Field function returns field value.
func (UpdateRegistryRequestValidationError) Key ¶
func (e UpdateRegistryRequestValidationError) Key() bool
Key function returns key value.
func (UpdateRegistryRequestValidationError) Reason ¶
func (e UpdateRegistryRequestValidationError) Reason() string
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 ¶
func (e UpdateRegistryResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateRegistryResponseValidationError) Error ¶
func (e UpdateRegistryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateRegistryResponseValidationError) ErrorName ¶
func (e UpdateRegistryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateRegistryResponseValidationError) Field ¶
func (e UpdateRegistryResponseValidationError) Field() string
Field function returns field value.
func (UpdateRegistryResponseValidationError) Key ¶
func (e UpdateRegistryResponseValidationError) Key() bool
Key function returns key value.
func (UpdateRegistryResponseValidationError) Reason ¶
func (e UpdateRegistryResponseValidationError) Reason() string
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 ¶
func (e UpdateVpcRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateVpcRequestValidationError) Error ¶
func (e UpdateVpcRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateVpcRequestValidationError) ErrorName ¶
func (e UpdateVpcRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateVpcRequestValidationError) Field ¶
func (e UpdateVpcRequestValidationError) Field() string
Field function returns field value.
func (UpdateVpcRequestValidationError) Key ¶
func (e UpdateVpcRequestValidationError) Key() bool
Key function returns key value.
func (UpdateVpcRequestValidationError) Reason ¶
func (e UpdateVpcRequestValidationError) Reason() string
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 ¶
func (e UpdateVpcResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateVpcResponseValidationError) Error ¶
func (e UpdateVpcResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateVpcResponseValidationError) ErrorName ¶
func (e UpdateVpcResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateVpcResponseValidationError) Field ¶
func (e UpdateVpcResponseValidationError) Field() string
Field function returns field value.
func (UpdateVpcResponseValidationError) Key ¶
func (e UpdateVpcResponseValidationError) Key() bool
Key function returns key value.
func (UpdateVpcResponseValidationError) Reason ¶
func (e UpdateVpcResponseValidationError) Reason() string
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 (m *UpdateVulnerabilityRequest) GetFields() *field_mask.FieldMask
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 ¶
func (e UpdateVulnerabilityRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateVulnerabilityRequestValidationError) Error ¶
func (e UpdateVulnerabilityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateVulnerabilityRequestValidationError) ErrorName ¶
func (e UpdateVulnerabilityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateVulnerabilityRequestValidationError) Field ¶
func (e UpdateVulnerabilityRequestValidationError) Field() string
Field function returns field value.
func (UpdateVulnerabilityRequestValidationError) Key ¶
func (e UpdateVulnerabilityRequestValidationError) Key() bool
Key function returns key value.
func (UpdateVulnerabilityRequestValidationError) Reason ¶
func (e UpdateVulnerabilityRequestValidationError) Reason() string
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 (m *UpdateVulnerabilityResponse) GetResult() *Vulnerability
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 ¶
func (e UpdateVulnerabilityResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateVulnerabilityResponseValidationError) Error ¶
func (e UpdateVulnerabilityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateVulnerabilityResponseValidationError) ErrorName ¶
func (e UpdateVulnerabilityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateVulnerabilityResponseValidationError) Field ¶
func (e UpdateVulnerabilityResponseValidationError) Field() string
Field function returns field value.
func (UpdateVulnerabilityResponseValidationError) Key ¶
func (e UpdateVulnerabilityResponseValidationError) Key() bool
Key function returns key value.
func (UpdateVulnerabilityResponseValidationError) Reason ¶
func (e UpdateVulnerabilityResponseValidationError) Reason() string
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 ¶
func (e VersionResponseValidationError) Cause() error
Cause function returns cause value.
func (VersionResponseValidationError) Error ¶
func (e VersionResponseValidationError) Error() string
Error satisfies the builtin error interface
func (VersionResponseValidationError) ErrorName ¶
func (e VersionResponseValidationError) ErrorName() string
ErrorName returns error name.
func (VersionResponseValidationError) Field ¶
func (e VersionResponseValidationError) Field() string
Field function returns field value.
func (VersionResponseValidationError) Key ¶
func (e VersionResponseValidationError) Key() bool
Key function returns key value.
func (VersionResponseValidationError) Reason ¶
func (e VersionResponseValidationError) Reason() string
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 ¶
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 ¶
DefaultStrictUpdateVpc clears first level 1:many children and then executes a gorm update call
func (*Vpc) AtlasValidateJSON ¶
AtlasValidateJSON function validates a JSON for object Vpc.
func (*Vpc) Descriptor ¶
func (*Vpc) GetCidrBlock ¶
func (*Vpc) GetDescription ¶
func (*Vpc) GetId ¶
func (m *Vpc) GetId() *resource.Identifier
func (*Vpc) GetRegionId ¶
func (m *Vpc) GetRegionId() *resource.Identifier
func (*Vpc) ProtoMessage ¶
func (*Vpc) ProtoMessage()
func (*Vpc) 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 (*Vpc) Validate ¶
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_Unmarshal ¶
type VpcORM ¶
type VpcORM struct { AccountID string CidrBlock string Description string Id int64 `gorm:"type:serial;primary_key"` Name string RegionId interface{} VpcId string }
type VpcORMWithAfterCreate_ ¶
type VpcORMWithAfterDelete_ ¶
type VpcORMWithAfterListFind ¶
type VpcORMWithAfterReadFind ¶
type VpcORMWithBeforeCreate_ ¶
type VpcORMWithBeforeDelete_ ¶
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 VpcWithAfterToORM ¶
VpcAfterToORM called after default ToORM code
type VpcWithAfterToPB ¶
VpcAfterToPB called after default ToPB code
type VpcWithBeforePatchRead ¶
type VpcWithBeforePatchSave ¶
type VpcWithBeforeToORM ¶
VpcBeforeToORM called before default ToORM code
type VpcWithBeforeToPB ¶
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 ¶
func (m *VpcsDefaultServer) Create(ctx context.Context, in *CreateVpcRequest) (*CreateVpcResponse, error)
Create ...
func (*VpcsDefaultServer) Delete ¶
func (m *VpcsDefaultServer) Delete(ctx context.Context, in *DeleteVpcRequest) (*DeleteVpcResponse, error)
Delete ...
func (*VpcsDefaultServer) List ¶
func (m *VpcsDefaultServer) List(ctx context.Context, in *ListVpcRequest) (*ListVpcsResponse, error)
List ...
func (*VpcsDefaultServer) Read ¶
func (m *VpcsDefaultServer) Read(ctx context.Context, in *ReadVpcRequest) (*ReadVpcResponse, error)
Read ...
func (*VpcsDefaultServer) Update ¶
func (m *VpcsDefaultServer) Update(ctx context.Context, in *UpdateVpcRequest) (*UpdateVpcResponse, error)
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 ¶
VpcsVpcWithBeforeList called before DefaultListVpc in the default List handler
type VpcsVpcWithBeforeRead ¶
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 ¶
func (m *VulnerabilitiesDefaultServer) Create(ctx context.Context, in *CreateVulnerabilityRequest) (*CreateVulnerabilityResponse, error)
Create ...
func (*VulnerabilitiesDefaultServer) Delete ¶
func (m *VulnerabilitiesDefaultServer) Delete(ctx context.Context, in *DeleteVulnerabilityRequest) (*DeleteVulnerabilityResponse, error)
Delete ...
func (*VulnerabilitiesDefaultServer) List ¶
func (m *VulnerabilitiesDefaultServer) List(ctx context.Context, in *ListVulnerabilityRequest) (*ListVulnerabilitiesResponse, error)
List ...
func (*VulnerabilitiesDefaultServer) Read ¶
func (m *VulnerabilitiesDefaultServer) Read(ctx context.Context, in *ReadVulnerabilityRequest) (*ReadVulnerabilityResponse, error)
Read ...
func (*VulnerabilitiesDefaultServer) Update ¶
func (m *VulnerabilitiesDefaultServer) Update(ctx context.Context, in *UpdateVulnerabilityRequest) (*UpdateVulnerabilityResponse, error)
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 (*Vulnerability) GetTicketLink ¶
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 ¶
func (m *Vulnerability) ToORM(ctx context.Context) (VulnerabilityORM, 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 (*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 ¶
func (m *VulnerabilityORM) ToPB(ctx context.Context) (Vulnerability, 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 VulnerabilityORMWithAfterListFind ¶
type VulnerabilityORMWithAfterListFind interface {
AfterListFind(context.Context, *gorm1.DB, *[]VulnerabilityORM, *query1.Filtering, *query1.Sorting, *query1.Pagination, *query1.FieldSelection) 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 ¶
func (e VulnerabilityValidationError) Cause() error
Cause function returns cause value.
func (VulnerabilityValidationError) Error ¶
func (e VulnerabilityValidationError) Error() string
Error satisfies the builtin error interface
func (VulnerabilityValidationError) ErrorName ¶
func (e VulnerabilityValidationError) ErrorName() string
ErrorName returns error name.
func (VulnerabilityValidationError) Field ¶
func (e VulnerabilityValidationError) Field() string
Field function returns field value.
func (VulnerabilityValidationError) Key ¶
func (e VulnerabilityValidationError) Key() bool
Key function returns key value.
func (VulnerabilityValidationError) Reason ¶
func (e VulnerabilityValidationError) Reason() string
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