Documentation ¶
Overview ¶
Package application is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterApplicationManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterApplicationManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationManagerClient) error
- func RegisterApplicationManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterApplicationManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationManagerServer) error
- func RegisterApplicationManagerServer(s grpc.ServiceRegistrar, srv ApplicationManagerServer)
- type Application
- func (*Application) Descriptor() ([]byte, []int)deprecated
- func (x *Application) GetConfig() *ApplicationConfig
- func (x *Application) GetMeta() *object.ObjectMeta
- func (x *Application) GetState() *ApplicationState
- func (x *Application) GetUserMetadata() *ApplicationUserMetadata
- func (*Application) ProtoMessage()
- func (x *Application) ProtoReflect() protoreflect.Message
- func (x *Application) Reset()
- func (x *Application) String() string
- func (m *Application) Validate() error
- func (m *Application) ValidateAll() error
- type ApplicationConfig
- func (*ApplicationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationConfig) GetAlerts() *workflow.AlertingConfig
- func (x *ApplicationConfig) GetCapabilities() []*capability.CapabilityConfig
- func (x *ApplicationConfig) GetCapabilityInstances() []*capability.CapabilityInstanceConfig
- func (x *ApplicationConfig) GetName() string
- func (x *ApplicationConfig) GetNotifications() *common_config.NotificationConfig
- func (x *ApplicationConfig) GetReleaseChannelGroups() []*release_channel.ReleaseChannelGroupGeneratorConfig
- func (x *ApplicationConfig) GetReleaseChannels() []*release_channel.ReleaseChannelConfig
- func (*ApplicationConfig) ProtoMessage()
- func (x *ApplicationConfig) ProtoReflect() protoreflect.Message
- func (x *ApplicationConfig) Reset()
- func (x *ApplicationConfig) String() string
- func (m *ApplicationConfig) Validate() error
- func (m *ApplicationConfig) ValidateAll() error
- type ApplicationConfigMultiError
- type ApplicationConfigValidationError
- func (e ApplicationConfigValidationError) Cause() error
- func (e ApplicationConfigValidationError) Error() string
- func (e ApplicationConfigValidationError) ErrorName() string
- func (e ApplicationConfigValidationError) Field() string
- func (e ApplicationConfigValidationError) Key() bool
- func (e ApplicationConfigValidationError) Reason() string
- type ApplicationManagerClient
- type ApplicationManagerServer
- type ApplicationMultiError
- type ApplicationState
- func (*ApplicationState) Descriptor() ([]byte, []int)deprecated
- func (*ApplicationState) ProtoMessage()
- func (x *ApplicationState) ProtoReflect() protoreflect.Message
- func (x *ApplicationState) Reset()
- func (x *ApplicationState) String() string
- func (m *ApplicationState) Validate() error
- func (m *ApplicationState) ValidateAll() error
- type ApplicationStateMultiError
- type ApplicationStateValidationError
- func (e ApplicationStateValidationError) Cause() error
- func (e ApplicationStateValidationError) Error() string
- func (e ApplicationStateValidationError) ErrorName() string
- func (e ApplicationStateValidationError) Field() string
- func (e ApplicationStateValidationError) Key() bool
- func (e ApplicationStateValidationError) Reason() string
- type ApplicationUserMetadata
- func (*ApplicationUserMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ApplicationUserMetadata) GetDescription() string
- func (x *ApplicationUserMetadata) GetLinks() []*common_config.Link
- func (x *ApplicationUserMetadata) GetServiceLinks() []*common_config.Link
- func (*ApplicationUserMetadata) ProtoMessage()
- func (x *ApplicationUserMetadata) ProtoReflect() protoreflect.Message
- func (x *ApplicationUserMetadata) Reset()
- func (x *ApplicationUserMetadata) String() string
- func (m *ApplicationUserMetadata) Validate() error
- func (m *ApplicationUserMetadata) ValidateAll() error
- type ApplicationUserMetadataMultiError
- type ApplicationUserMetadataValidationError
- func (e ApplicationUserMetadataValidationError) Cause() error
- func (e ApplicationUserMetadataValidationError) Error() string
- func (e ApplicationUserMetadataValidationError) ErrorName() string
- func (e ApplicationUserMetadataValidationError) Field() string
- func (e ApplicationUserMetadataValidationError) Key() bool
- func (e ApplicationUserMetadataValidationError) Reason() string
- 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 ConfigureApplicationReq
- func (*ConfigureApplicationReq) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureApplicationReq) GetApplicationConfig() *ApplicationConfig
- func (x *ConfigureApplicationReq) GetApprovedDangerousActionIds() []string
- func (x *ConfigureApplicationReq) GetBaseVersion() string
- func (x *ConfigureApplicationReq) GetSource() version.Source
- func (x *ConfigureApplicationReq) GetSourceMetadata() *version.SourceMetadata
- func (*ConfigureApplicationReq) ProtoMessage()
- func (x *ConfigureApplicationReq) ProtoReflect() protoreflect.Message
- func (x *ConfigureApplicationReq) Reset()
- func (x *ConfigureApplicationReq) String() string
- func (m *ConfigureApplicationReq) Validate() error
- func (m *ConfigureApplicationReq) ValidateAll() error
- type ConfigureApplicationReqMultiError
- type ConfigureApplicationReqValidationError
- func (e ConfigureApplicationReqValidationError) Cause() error
- func (e ConfigureApplicationReqValidationError) Error() string
- func (e ConfigureApplicationReqValidationError) ErrorName() string
- func (e ConfigureApplicationReqValidationError) Field() string
- func (e ConfigureApplicationReqValidationError) Key() bool
- func (e ConfigureApplicationReqValidationError) Reason() string
- type ConfigureApplicationResp
- func (*ConfigureApplicationResp) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureApplicationResp) GetMeta() *object.ObjectMeta
- func (*ConfigureApplicationResp) ProtoMessage()
- func (x *ConfigureApplicationResp) ProtoReflect() protoreflect.Message
- func (x *ConfigureApplicationResp) Reset()
- func (x *ConfigureApplicationResp) String() string
- func (m *ConfigureApplicationResp) Validate() error
- func (m *ConfigureApplicationResp) ValidateAll() error
- type ConfigureApplicationRespMultiError
- type ConfigureApplicationRespValidationError
- func (e ConfigureApplicationRespValidationError) Cause() error
- func (e ConfigureApplicationRespValidationError) Error() string
- func (e ConfigureApplicationRespValidationError) ErrorName() string
- func (e ConfigureApplicationRespValidationError) Field() string
- func (e ConfigureApplicationRespValidationError) Key() bool
- func (e ConfigureApplicationRespValidationError) Reason() string
- type DeleteApplicationReq
- func (*DeleteApplicationReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteApplicationReq) GetApplication() string
- func (*DeleteApplicationReq) ProtoMessage()
- func (x *DeleteApplicationReq) ProtoReflect() protoreflect.Message
- func (x *DeleteApplicationReq) Reset()
- func (x *DeleteApplicationReq) String() string
- func (m *DeleteApplicationReq) Validate() error
- func (m *DeleteApplicationReq) ValidateAll() error
- type DeleteApplicationReqMultiError
- type DeleteApplicationReqValidationError
- func (e DeleteApplicationReqValidationError) Cause() error
- func (e DeleteApplicationReqValidationError) Error() string
- func (e DeleteApplicationReqValidationError) ErrorName() string
- func (e DeleteApplicationReqValidationError) Field() string
- func (e DeleteApplicationReqValidationError) Key() bool
- func (e DeleteApplicationReqValidationError) Reason() string
- type DeleteApplicationResp
- func (*DeleteApplicationResp) Descriptor() ([]byte, []int)deprecated
- func (*DeleteApplicationResp) ProtoMessage()
- func (x *DeleteApplicationResp) ProtoReflect() protoreflect.Message
- func (x *DeleteApplicationResp) Reset()
- func (x *DeleteApplicationResp) String() string
- func (m *DeleteApplicationResp) Validate() error
- func (m *DeleteApplicationResp) ValidateAll() error
- type DeleteApplicationRespMultiError
- type DeleteApplicationRespValidationError
- func (e DeleteApplicationRespValidationError) Cause() error
- func (e DeleteApplicationRespValidationError) Error() string
- func (e DeleteApplicationRespValidationError) ErrorName() string
- func (e DeleteApplicationRespValidationError) Field() string
- func (e DeleteApplicationRespValidationError) Key() bool
- func (e DeleteApplicationRespValidationError) Reason() string
- type GetApplicationConfigReq
- func (*GetApplicationConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationConfigReq) GetApplication() string
- func (x *GetApplicationConfigReq) GetVersion() string
- func (*GetApplicationConfigReq) ProtoMessage()
- func (x *GetApplicationConfigReq) ProtoReflect() protoreflect.Message
- func (x *GetApplicationConfigReq) Reset()
- func (x *GetApplicationConfigReq) String() string
- func (m *GetApplicationConfigReq) Validate() error
- func (m *GetApplicationConfigReq) ValidateAll() error
- type GetApplicationConfigReqMultiError
- type GetApplicationConfigReqValidationError
- func (e GetApplicationConfigReqValidationError) Cause() error
- func (e GetApplicationConfigReqValidationError) Error() string
- func (e GetApplicationConfigReqValidationError) ErrorName() string
- func (e GetApplicationConfigReqValidationError) Field() string
- func (e GetApplicationConfigReqValidationError) Key() bool
- func (e GetApplicationConfigReqValidationError) Reason() string
- type GetApplicationConfigResp
- func (*GetApplicationConfigResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationConfigResp) GetCompiledConfig() *ApplicationConfig
- func (x *GetApplicationConfigResp) GetConfig() *ApplicationConfig
- func (x *GetApplicationConfigResp) GetVersion() string
- func (*GetApplicationConfigResp) ProtoMessage()
- func (x *GetApplicationConfigResp) ProtoReflect() protoreflect.Message
- func (x *GetApplicationConfigResp) Reset()
- func (x *GetApplicationConfigResp) String() string
- func (m *GetApplicationConfigResp) Validate() error
- func (m *GetApplicationConfigResp) ValidateAll() error
- type GetApplicationConfigRespMultiError
- type GetApplicationConfigRespValidationError
- func (e GetApplicationConfigRespValidationError) Cause() error
- func (e GetApplicationConfigRespValidationError) Error() string
- func (e GetApplicationConfigRespValidationError) ErrorName() string
- func (e GetApplicationConfigRespValidationError) Field() string
- func (e GetApplicationConfigRespValidationError) Key() bool
- func (e GetApplicationConfigRespValidationError) Reason() string
- type GetApplicationInsightsReq
- func (*GetApplicationInsightsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationInsightsReq) GetApplication() string
- func (*GetApplicationInsightsReq) ProtoMessage()
- func (x *GetApplicationInsightsReq) ProtoReflect() protoreflect.Message
- func (x *GetApplicationInsightsReq) Reset()
- func (x *GetApplicationInsightsReq) String() string
- func (m *GetApplicationInsightsReq) Validate() error
- func (m *GetApplicationInsightsReq) ValidateAll() error
- type GetApplicationInsightsReqMultiError
- type GetApplicationInsightsReqValidationError
- func (e GetApplicationInsightsReqValidationError) Cause() error
- func (e GetApplicationInsightsReqValidationError) Error() string
- func (e GetApplicationInsightsReqValidationError) ErrorName() string
- func (e GetApplicationInsightsReqValidationError) Field() string
- func (e GetApplicationInsightsReqValidationError) Key() bool
- func (e GetApplicationInsightsReqValidationError) Reason() string
- type GetApplicationInsightsResp
- func (*GetApplicationInsightsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationInsightsResp) GetInsights() []*insights.Insight
- func (*GetApplicationInsightsResp) ProtoMessage()
- func (x *GetApplicationInsightsResp) ProtoReflect() protoreflect.Message
- func (x *GetApplicationInsightsResp) Reset()
- func (x *GetApplicationInsightsResp) String() string
- func (m *GetApplicationInsightsResp) Validate() error
- func (m *GetApplicationInsightsResp) ValidateAll() error
- type GetApplicationInsightsRespMultiError
- type GetApplicationInsightsRespValidationError
- func (e GetApplicationInsightsRespValidationError) Cause() error
- func (e GetApplicationInsightsRespValidationError) Error() string
- func (e GetApplicationInsightsRespValidationError) ErrorName() string
- func (e GetApplicationInsightsRespValidationError) Field() string
- func (e GetApplicationInsightsRespValidationError) Key() bool
- func (e GetApplicationInsightsRespValidationError) Reason() string
- type GetApplicationMetadataReq
- func (*GetApplicationMetadataReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationMetadataReq) GetApplication() string
- func (*GetApplicationMetadataReq) ProtoMessage()
- func (x *GetApplicationMetadataReq) ProtoReflect() protoreflect.Message
- func (x *GetApplicationMetadataReq) Reset()
- func (x *GetApplicationMetadataReq) String() string
- func (m *GetApplicationMetadataReq) Validate() error
- func (m *GetApplicationMetadataReq) ValidateAll() error
- type GetApplicationMetadataReqMultiError
- type GetApplicationMetadataReqValidationError
- func (e GetApplicationMetadataReqValidationError) Cause() error
- func (e GetApplicationMetadataReqValidationError) Error() string
- func (e GetApplicationMetadataReqValidationError) ErrorName() string
- func (e GetApplicationMetadataReqValidationError) Field() string
- func (e GetApplicationMetadataReqValidationError) Key() bool
- func (e GetApplicationMetadataReqValidationError) Reason() string
- type GetApplicationMetadataResp
- func (*GetApplicationMetadataResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationMetadataResp) GetMetadata() *ApplicationUserMetadata
- func (*GetApplicationMetadataResp) ProtoMessage()
- func (x *GetApplicationMetadataResp) ProtoReflect() protoreflect.Message
- func (x *GetApplicationMetadataResp) Reset()
- func (x *GetApplicationMetadataResp) String() string
- func (m *GetApplicationMetadataResp) Validate() error
- func (m *GetApplicationMetadataResp) ValidateAll() error
- type GetApplicationMetadataRespMultiError
- type GetApplicationMetadataRespValidationError
- func (e GetApplicationMetadataRespValidationError) Cause() error
- func (e GetApplicationMetadataRespValidationError) Error() string
- func (e GetApplicationMetadataRespValidationError) ErrorName() string
- func (e GetApplicationMetadataRespValidationError) Field() string
- func (e GetApplicationMetadataRespValidationError) Key() bool
- func (e GetApplicationMetadataRespValidationError) Reason() string
- type GetApplicationMetricsReq
- func (*GetApplicationMetricsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationMetricsReq) GetApplication() string
- func (x *GetApplicationMetricsReq) GetEndTimestamp() *timestamppb.Timestamp
- func (x *GetApplicationMetricsReq) GetStartTimestamp() *timestamppb.Timestamp
- func (*GetApplicationMetricsReq) ProtoMessage()
- func (x *GetApplicationMetricsReq) ProtoReflect() protoreflect.Message
- func (x *GetApplicationMetricsReq) Reset()
- func (x *GetApplicationMetricsReq) String() string
- func (m *GetApplicationMetricsReq) Validate() error
- func (m *GetApplicationMetricsReq) ValidateAll() error
- type GetApplicationMetricsReqMultiError
- type GetApplicationMetricsReqValidationError
- func (e GetApplicationMetricsReqValidationError) Cause() error
- func (e GetApplicationMetricsReqValidationError) Error() string
- func (e GetApplicationMetricsReqValidationError) ErrorName() string
- func (e GetApplicationMetricsReqValidationError) Field() string
- func (e GetApplicationMetricsReqValidationError) Key() bool
- func (e GetApplicationMetricsReqValidationError) Reason() string
- type GetApplicationMetricsResp
- func (*GetApplicationMetricsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationMetricsResp) GetDeploymentMetrics() *metrics.DeploymentMetrics
- func (*GetApplicationMetricsResp) ProtoMessage()
- func (x *GetApplicationMetricsResp) ProtoReflect() protoreflect.Message
- func (x *GetApplicationMetricsResp) Reset()
- func (x *GetApplicationMetricsResp) String() string
- func (m *GetApplicationMetricsResp) Validate() error
- func (m *GetApplicationMetricsResp) ValidateAll() error
- type GetApplicationMetricsRespMultiError
- type GetApplicationMetricsRespValidationError
- func (e GetApplicationMetricsRespValidationError) Cause() error
- func (e GetApplicationMetricsRespValidationError) Error() string
- func (e GetApplicationMetricsRespValidationError) ErrorName() string
- func (e GetApplicationMetricsRespValidationError) Field() string
- func (e GetApplicationMetricsRespValidationError) Key() bool
- func (e GetApplicationMetricsRespValidationError) Reason() string
- type GetApplicationReq
- func (*GetApplicationReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationReq) GetApplication() string
- func (*GetApplicationReq) ProtoMessage()
- func (x *GetApplicationReq) ProtoReflect() protoreflect.Message
- func (x *GetApplicationReq) Reset()
- func (x *GetApplicationReq) String() string
- func (m *GetApplicationReq) Validate() error
- func (m *GetApplicationReq) ValidateAll() error
- type GetApplicationReqMultiError
- type GetApplicationReqValidationError
- func (e GetApplicationReqValidationError) Cause() error
- func (e GetApplicationReqValidationError) Error() string
- func (e GetApplicationReqValidationError) ErrorName() string
- func (e GetApplicationReqValidationError) Field() string
- func (e GetApplicationReqValidationError) Key() bool
- func (e GetApplicationReqValidationError) Reason() string
- type GetApplicationResp
- func (*GetApplicationResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetApplicationResp) GetApplication() *Application
- func (*GetApplicationResp) ProtoMessage()
- func (x *GetApplicationResp) ProtoReflect() protoreflect.Message
- func (x *GetApplicationResp) Reset()
- func (x *GetApplicationResp) String() string
- func (m *GetApplicationResp) Validate() error
- func (m *GetApplicationResp) ValidateAll() error
- type GetApplicationRespMultiError
- type GetApplicationRespValidationError
- func (e GetApplicationRespValidationError) Cause() error
- func (e GetApplicationRespValidationError) Error() string
- func (e GetApplicationRespValidationError) ErrorName() string
- func (e GetApplicationRespValidationError) Field() string
- func (e GetApplicationRespValidationError) Key() bool
- func (e GetApplicationRespValidationError) Reason() string
- type ListApplicationsReq
- func (*ListApplicationsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsReq) GetDetailed() bool
- func (*ListApplicationsReq) ProtoMessage()
- func (x *ListApplicationsReq) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsReq) Reset()
- func (x *ListApplicationsReq) String() string
- func (m *ListApplicationsReq) Validate() error
- func (m *ListApplicationsReq) ValidateAll() error
- type ListApplicationsReqMultiError
- type ListApplicationsReqValidationError
- func (e ListApplicationsReqValidationError) Cause() error
- func (e ListApplicationsReqValidationError) Error() string
- func (e ListApplicationsReqValidationError) ErrorName() string
- func (e ListApplicationsReqValidationError) Field() string
- func (e ListApplicationsReqValidationError) Key() bool
- func (e ListApplicationsReqValidationError) Reason() string
- type ListApplicationsResp
- func (*ListApplicationsResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListApplicationsResp) GetApplications() []*Application
- func (*ListApplicationsResp) ProtoMessage()
- func (x *ListApplicationsResp) ProtoReflect() protoreflect.Message
- func (x *ListApplicationsResp) Reset()
- func (x *ListApplicationsResp) String() string
- func (m *ListApplicationsResp) Validate() error
- func (m *ListApplicationsResp) ValidateAll() error
- type ListApplicationsRespMultiError
- type ListApplicationsRespValidationError
- func (e ListApplicationsRespValidationError) Cause() error
- func (e ListApplicationsRespValidationError) Error() string
- func (e ListApplicationsRespValidationError) ErrorName() string
- func (e ListApplicationsRespValidationError) Field() string
- func (e ListApplicationsRespValidationError) Key() bool
- func (e ListApplicationsRespValidationError) Reason() string
- type SetApplicationMetadataReq
- func (*SetApplicationMetadataReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetApplicationMetadataReq) GetApplication() string
- func (x *SetApplicationMetadataReq) GetMetadata() *ApplicationUserMetadata
- func (*SetApplicationMetadataReq) ProtoMessage()
- func (x *SetApplicationMetadataReq) ProtoReflect() protoreflect.Message
- func (x *SetApplicationMetadataReq) Reset()
- func (x *SetApplicationMetadataReq) String() string
- func (m *SetApplicationMetadataReq) Validate() error
- func (m *SetApplicationMetadataReq) ValidateAll() error
- type SetApplicationMetadataReqMultiError
- type SetApplicationMetadataReqValidationError
- func (e SetApplicationMetadataReqValidationError) Cause() error
- func (e SetApplicationMetadataReqValidationError) Error() string
- func (e SetApplicationMetadataReqValidationError) ErrorName() string
- func (e SetApplicationMetadataReqValidationError) Field() string
- func (e SetApplicationMetadataReqValidationError) Key() bool
- func (e SetApplicationMetadataReqValidationError) Reason() string
- type SetApplicationMetadataResp
- func (*SetApplicationMetadataResp) Descriptor() ([]byte, []int)deprecated
- func (*SetApplicationMetadataResp) ProtoMessage()
- func (x *SetApplicationMetadataResp) ProtoReflect() protoreflect.Message
- func (x *SetApplicationMetadataResp) Reset()
- func (x *SetApplicationMetadataResp) String() string
- func (m *SetApplicationMetadataResp) Validate() error
- func (m *SetApplicationMetadataResp) ValidateAll() error
- type SetApplicationMetadataRespMultiError
- type SetApplicationMetadataRespValidationError
- func (e SetApplicationMetadataRespValidationError) Cause() error
- func (e SetApplicationMetadataRespValidationError) Error() string
- func (e SetApplicationMetadataRespValidationError) ErrorName() string
- func (e SetApplicationMetadataRespValidationError) Field() string
- func (e SetApplicationMetadataRespValidationError) Key() bool
- func (e SetApplicationMetadataRespValidationError) Reason() string
- type SnoozeApplicationInsightReq
- func (*SnoozeApplicationInsightReq) Descriptor() ([]byte, []int)deprecated
- func (x *SnoozeApplicationInsightReq) GetApplication() string
- func (x *SnoozeApplicationInsightReq) GetClass() insights.Class
- func (x *SnoozeApplicationInsightReq) GetDuration() *durationpb.Duration
- func (*SnoozeApplicationInsightReq) ProtoMessage()
- func (x *SnoozeApplicationInsightReq) ProtoReflect() protoreflect.Message
- func (x *SnoozeApplicationInsightReq) Reset()
- func (x *SnoozeApplicationInsightReq) String() string
- func (m *SnoozeApplicationInsightReq) Validate() error
- func (m *SnoozeApplicationInsightReq) ValidateAll() error
- type SnoozeApplicationInsightReqMultiError
- type SnoozeApplicationInsightReqValidationError
- func (e SnoozeApplicationInsightReqValidationError) Cause() error
- func (e SnoozeApplicationInsightReqValidationError) Error() string
- func (e SnoozeApplicationInsightReqValidationError) ErrorName() string
- func (e SnoozeApplicationInsightReqValidationError) Field() string
- func (e SnoozeApplicationInsightReqValidationError) Key() bool
- func (e SnoozeApplicationInsightReqValidationError) Reason() string
- type SnoozeApplicationInsightResp
- func (*SnoozeApplicationInsightResp) Descriptor() ([]byte, []int)deprecated
- func (*SnoozeApplicationInsightResp) ProtoMessage()
- func (x *SnoozeApplicationInsightResp) ProtoReflect() protoreflect.Message
- func (x *SnoozeApplicationInsightResp) Reset()
- func (x *SnoozeApplicationInsightResp) String() string
- func (m *SnoozeApplicationInsightResp) Validate() error
- func (m *SnoozeApplicationInsightResp) ValidateAll() error
- type SnoozeApplicationInsightRespMultiError
- type SnoozeApplicationInsightRespValidationError
- func (e SnoozeApplicationInsightRespValidationError) Cause() error
- func (e SnoozeApplicationInsightRespValidationError) Error() string
- func (e SnoozeApplicationInsightRespValidationError) ErrorName() string
- func (e SnoozeApplicationInsightRespValidationError) Field() string
- func (e SnoozeApplicationInsightRespValidationError) Key() bool
- func (e SnoozeApplicationInsightRespValidationError) Reason() string
- type UnimplementedApplicationManagerServer
- func (UnimplementedApplicationManagerServer) ConfigureApplication(context.Context, *ConfigureApplicationReq) (*ConfigureApplicationResp, error)
- func (UnimplementedApplicationManagerServer) DeleteApplication(context.Context, *DeleteApplicationReq) (*DeleteApplicationResp, error)
- func (UnimplementedApplicationManagerServer) GetApplication(context.Context, *GetApplicationReq) (*GetApplicationResp, error)
- func (UnimplementedApplicationManagerServer) GetApplicationConfig(context.Context, *GetApplicationConfigReq) (*GetApplicationConfigResp, error)
- func (UnimplementedApplicationManagerServer) GetApplicationInsights(context.Context, *GetApplicationInsightsReq) (*GetApplicationInsightsResp, error)
- func (UnimplementedApplicationManagerServer) GetApplicationMetadata(context.Context, *GetApplicationMetadataReq) (*GetApplicationMetadataResp, error)
- func (UnimplementedApplicationManagerServer) GetApplicationMetrics(context.Context, *GetApplicationMetricsReq) (*GetApplicationMetricsResp, error)
- func (UnimplementedApplicationManagerServer) ListApplications(context.Context, *ListApplicationsReq) (*ListApplicationsResp, error)
- func (UnimplementedApplicationManagerServer) SetApplicationMetadata(context.Context, *SetApplicationMetadataReq) (*SetApplicationMetadataResp, error)
- func (UnimplementedApplicationManagerServer) SnoozeApplicationInsight(context.Context, *SnoozeApplicationInsightReq) (*SnoozeApplicationInsightResp, error)
- func (UnimplementedApplicationManagerServer) ValidateConfigureApplication(context.Context, *ConfigureApplicationReq) (*ValidateConfigureApplicationResp, error)
- type UnsafeApplicationManagerServer
- type ValidateConfigureApplicationResp
- func (*ValidateConfigureApplicationResp) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateConfigureApplicationResp) GetCompiledConfig() *ApplicationConfig
- func (x *ValidateConfigureApplicationResp) GetConfig() *ApplicationConfig
- func (x *ValidateConfigureApplicationResp) GetDangerousActions() []*common_config.DangerousAction
- func (*ValidateConfigureApplicationResp) ProtoMessage()
- func (x *ValidateConfigureApplicationResp) ProtoReflect() protoreflect.Message
- func (x *ValidateConfigureApplicationResp) Reset()
- func (x *ValidateConfigureApplicationResp) String() string
- func (m *ValidateConfigureApplicationResp) Validate() error
- func (m *ValidateConfigureApplicationResp) ValidateAll() error
- type ValidateConfigureApplicationRespMultiError
- type ValidateConfigureApplicationRespValidationError
- func (e ValidateConfigureApplicationRespValidationError) Cause() error
- func (e ValidateConfigureApplicationRespValidationError) Error() string
- func (e ValidateConfigureApplicationRespValidationError) ErrorName() string
- func (e ValidateConfigureApplicationRespValidationError) Field() string
- func (e ValidateConfigureApplicationRespValidationError) Key() bool
- func (e ValidateConfigureApplicationRespValidationError) Reason() string
Constants ¶
const ( ApplicationManager_ConfigureApplication_FullMethodName = "/prodvana.application.ApplicationManager/ConfigureApplication" ApplicationManager_ValidateConfigureApplication_FullMethodName = "/prodvana.application.ApplicationManager/ValidateConfigureApplication" ApplicationManager_ListApplications_FullMethodName = "/prodvana.application.ApplicationManager/ListApplications" ApplicationManager_GetApplicationConfig_FullMethodName = "/prodvana.application.ApplicationManager/GetApplicationConfig" ApplicationManager_GetApplication_FullMethodName = "/prodvana.application.ApplicationManager/GetApplication" ApplicationManager_DeleteApplication_FullMethodName = "/prodvana.application.ApplicationManager/DeleteApplication" ApplicationManager_GetApplicationMetrics_FullMethodName = "/prodvana.application.ApplicationManager/GetApplicationMetrics" ApplicationManager_GetApplicationInsights_FullMethodName = "/prodvana.application.ApplicationManager/GetApplicationInsights" ApplicationManager_SnoozeApplicationInsight_FullMethodName = "/prodvana.application.ApplicationManager/SnoozeApplicationInsight" ApplicationManager_GetApplicationMetadata_FullMethodName = "/prodvana.application.ApplicationManager/GetApplicationMetadata" ApplicationManager_SetApplicationMetadata_FullMethodName = "/prodvana.application.ApplicationManager/SetApplicationMetadata" )
Variables ¶
var ApplicationManager_ServiceDesc = grpc.ServiceDesc{ ServiceName: "prodvana.application.ApplicationManager", HandlerType: (*ApplicationManagerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ConfigureApplication", Handler: _ApplicationManager_ConfigureApplication_Handler, }, { MethodName: "ValidateConfigureApplication", Handler: _ApplicationManager_ValidateConfigureApplication_Handler, }, { MethodName: "ListApplications", Handler: _ApplicationManager_ListApplications_Handler, }, { MethodName: "GetApplicationConfig", Handler: _ApplicationManager_GetApplicationConfig_Handler, }, { MethodName: "GetApplication", Handler: _ApplicationManager_GetApplication_Handler, }, { MethodName: "DeleteApplication", Handler: _ApplicationManager_DeleteApplication_Handler, }, { MethodName: "GetApplicationMetrics", Handler: _ApplicationManager_GetApplicationMetrics_Handler, }, { MethodName: "GetApplicationInsights", Handler: _ApplicationManager_GetApplicationInsights_Handler, }, { MethodName: "SnoozeApplicationInsight", Handler: _ApplicationManager_SnoozeApplicationInsight_Handler, }, { MethodName: "GetApplicationMetadata", Handler: _ApplicationManager_GetApplicationMetadata_Handler, }, { MethodName: "SetApplicationMetadata", Handler: _ApplicationManager_SetApplicationMetadata_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "prodvana/application/application_manager.proto", }
ApplicationManager_ServiceDesc is the grpc.ServiceDesc for ApplicationManager service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_prodvana_application_application_config_proto protoreflect.FileDescriptor
var File_prodvana_application_application_manager_proto protoreflect.FileDescriptor
var File_prodvana_application_object_proto protoreflect.FileDescriptor
var File_prodvana_application_user_metadata_proto protoreflect.FileDescriptor
Functions ¶
func RegisterApplicationManagerHandler ¶
func RegisterApplicationManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterApplicationManagerHandler registers the http handlers for service ApplicationManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterApplicationManagerHandlerClient ¶
func RegisterApplicationManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationManagerClient) error
RegisterApplicationManagerHandlerClient registers the http handlers for service ApplicationManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationManagerClient" to call the correct interceptors.
func RegisterApplicationManagerHandlerFromEndpoint ¶
func RegisterApplicationManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterApplicationManagerHandlerFromEndpoint is same as RegisterApplicationManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterApplicationManagerHandlerServer ¶
func RegisterApplicationManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationManagerServer) error
RegisterApplicationManagerHandlerServer registers the http handlers for service ApplicationManager to "mux". UnaryRPC :call ApplicationManagerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterApplicationManagerHandlerFromEndpoint instead.
func RegisterApplicationManagerServer ¶
func RegisterApplicationManagerServer(s grpc.ServiceRegistrar, srv ApplicationManagerServer)
Types ¶
type Application ¶
type Application struct { Meta *object.ObjectMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Config *ApplicationConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` State *ApplicationState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` UserMetadata *ApplicationUserMetadata `protobuf:"bytes,4,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"` // contains filtered or unexported fields }
func (*Application) Descriptor
deprecated
func (*Application) Descriptor() ([]byte, []int)
Deprecated: Use Application.ProtoReflect.Descriptor instead.
func (*Application) GetConfig ¶
func (x *Application) GetConfig() *ApplicationConfig
func (*Application) GetMeta ¶
func (x *Application) GetMeta() *object.ObjectMeta
func (*Application) GetState ¶
func (x *Application) GetState() *ApplicationState
func (*Application) GetUserMetadata ¶
func (x *Application) GetUserMetadata() *ApplicationUserMetadata
func (*Application) ProtoMessage ¶
func (*Application) ProtoMessage()
func (*Application) ProtoReflect ¶
func (x *Application) ProtoReflect() protoreflect.Message
func (*Application) Reset ¶
func (x *Application) Reset()
func (*Application) String ¶
func (x *Application) String() string
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, the first error encountered is returned, or nil if there are no violations.
func (*Application) ValidateAll ¶
func (m *Application) ValidateAll() error
ValidateAll checks the field values on Application with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationMultiError, or nil if none found.
type ApplicationConfig ¶
type ApplicationConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ReleaseChannels []*release_channel.ReleaseChannelConfig `protobuf:"bytes,2,rep,name=release_channels,json=releaseChannels,proto3" json:"release_channels,omitempty"` ReleaseChannelGroups []*release_channel.ReleaseChannelGroupGeneratorConfig `protobuf:"bytes,11,rep,name=release_channel_groups,json=releaseChannelGroups,proto3" json:"release_channel_groups,omitempty"` Notifications *common_config.NotificationConfig `protobuf:"bytes,4,opt,name=notifications,proto3" json:"notifications,omitempty"` // deprecated Alerts *workflow.AlertingConfig `protobuf:"bytes,5,opt,name=alerts,proto3" json:"alerts,omitempty"` // deprecated Capabilities []*capability.CapabilityConfig `protobuf:"bytes,6,rep,name=capabilities,proto3" json:"capabilities,omitempty"` // deprecated CapabilityInstances []*capability.CapabilityInstanceConfig `protobuf:"bytes,7,rep,name=capability_instances,json=capabilityInstances,proto3" json:"capability_instances,omitempty"` // contains filtered or unexported fields }
func (*ApplicationConfig) Descriptor
deprecated
func (*ApplicationConfig) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationConfig.ProtoReflect.Descriptor instead.
func (*ApplicationConfig) GetAlerts ¶
func (x *ApplicationConfig) GetAlerts() *workflow.AlertingConfig
func (*ApplicationConfig) GetCapabilities ¶
func (x *ApplicationConfig) GetCapabilities() []*capability.CapabilityConfig
func (*ApplicationConfig) GetCapabilityInstances ¶
func (x *ApplicationConfig) GetCapabilityInstances() []*capability.CapabilityInstanceConfig
func (*ApplicationConfig) GetName ¶
func (x *ApplicationConfig) GetName() string
func (*ApplicationConfig) GetNotifications ¶
func (x *ApplicationConfig) GetNotifications() *common_config.NotificationConfig
func (*ApplicationConfig) GetReleaseChannelGroups ¶ added in v0.2.11
func (x *ApplicationConfig) GetReleaseChannelGroups() []*release_channel.ReleaseChannelGroupGeneratorConfig
func (*ApplicationConfig) GetReleaseChannels ¶
func (x *ApplicationConfig) GetReleaseChannels() []*release_channel.ReleaseChannelConfig
func (*ApplicationConfig) ProtoMessage ¶
func (*ApplicationConfig) ProtoMessage()
func (*ApplicationConfig) ProtoReflect ¶
func (x *ApplicationConfig) ProtoReflect() protoreflect.Message
func (*ApplicationConfig) Reset ¶
func (x *ApplicationConfig) Reset()
func (*ApplicationConfig) String ¶
func (x *ApplicationConfig) String() string
func (*ApplicationConfig) Validate ¶
func (m *ApplicationConfig) Validate() error
Validate checks the field values on ApplicationConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApplicationConfig) ValidateAll ¶
func (m *ApplicationConfig) ValidateAll() error
ValidateAll checks the field values on ApplicationConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationConfigMultiError, or nil if none found.
type ApplicationConfigMultiError ¶
type ApplicationConfigMultiError []error
ApplicationConfigMultiError is an error wrapping multiple validation errors returned by ApplicationConfig.ValidateAll() if the designated constraints aren't met.
func (ApplicationConfigMultiError) AllErrors ¶
func (m ApplicationConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplicationConfigMultiError) Error ¶
func (m ApplicationConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplicationConfigValidationError ¶
type ApplicationConfigValidationError struct {
// contains filtered or unexported fields
}
ApplicationConfigValidationError is the validation error returned by ApplicationConfig.Validate if the designated constraints aren't met.
func (ApplicationConfigValidationError) Cause ¶
func (e ApplicationConfigValidationError) Cause() error
Cause function returns cause value.
func (ApplicationConfigValidationError) Error ¶
func (e ApplicationConfigValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationConfigValidationError) ErrorName ¶
func (e ApplicationConfigValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationConfigValidationError) Field ¶
func (e ApplicationConfigValidationError) Field() string
Field function returns field value.
func (ApplicationConfigValidationError) Key ¶
func (e ApplicationConfigValidationError) Key() bool
Key function returns key value.
func (ApplicationConfigValidationError) Reason ¶
func (e ApplicationConfigValidationError) Reason() string
Reason function returns reason value.
type ApplicationManagerClient ¶
type ApplicationManagerClient interface { ConfigureApplication(ctx context.Context, in *ConfigureApplicationReq, opts ...grpc.CallOption) (*ConfigureApplicationResp, error) ValidateConfigureApplication(ctx context.Context, in *ConfigureApplicationReq, opts ...grpc.CallOption) (*ValidateConfigureApplicationResp, error) ListApplications(ctx context.Context, in *ListApplicationsReq, opts ...grpc.CallOption) (*ListApplicationsResp, error) GetApplicationConfig(ctx context.Context, in *GetApplicationConfigReq, opts ...grpc.CallOption) (*GetApplicationConfigResp, error) GetApplication(ctx context.Context, in *GetApplicationReq, opts ...grpc.CallOption) (*GetApplicationResp, error) DeleteApplication(ctx context.Context, in *DeleteApplicationReq, opts ...grpc.CallOption) (*DeleteApplicationResp, error) GetApplicationMetrics(ctx context.Context, in *GetApplicationMetricsReq, opts ...grpc.CallOption) (*GetApplicationMetricsResp, error) GetApplicationInsights(ctx context.Context, in *GetApplicationInsightsReq, opts ...grpc.CallOption) (*GetApplicationInsightsResp, error) SnoozeApplicationInsight(ctx context.Context, in *SnoozeApplicationInsightReq, opts ...grpc.CallOption) (*SnoozeApplicationInsightResp, error) // Get application metadata, useful for constructing edit workflows for metadata GetApplicationMetadata(ctx context.Context, in *GetApplicationMetadataReq, opts ...grpc.CallOption) (*GetApplicationMetadataResp, error) SetApplicationMetadata(ctx context.Context, in *SetApplicationMetadataReq, opts ...grpc.CallOption) (*SetApplicationMetadataResp, error) }
ApplicationManagerClient is the client API for ApplicationManager service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewApplicationManagerClient ¶
func NewApplicationManagerClient(cc grpc.ClientConnInterface) ApplicationManagerClient
type ApplicationManagerServer ¶
type ApplicationManagerServer interface { ConfigureApplication(context.Context, *ConfigureApplicationReq) (*ConfigureApplicationResp, error) ValidateConfigureApplication(context.Context, *ConfigureApplicationReq) (*ValidateConfigureApplicationResp, error) ListApplications(context.Context, *ListApplicationsReq) (*ListApplicationsResp, error) GetApplicationConfig(context.Context, *GetApplicationConfigReq) (*GetApplicationConfigResp, error) GetApplication(context.Context, *GetApplicationReq) (*GetApplicationResp, error) DeleteApplication(context.Context, *DeleteApplicationReq) (*DeleteApplicationResp, error) GetApplicationMetrics(context.Context, *GetApplicationMetricsReq) (*GetApplicationMetricsResp, error) GetApplicationInsights(context.Context, *GetApplicationInsightsReq) (*GetApplicationInsightsResp, error) SnoozeApplicationInsight(context.Context, *SnoozeApplicationInsightReq) (*SnoozeApplicationInsightResp, error) // Get application metadata, useful for constructing edit workflows for metadata GetApplicationMetadata(context.Context, *GetApplicationMetadataReq) (*GetApplicationMetadataResp, error) SetApplicationMetadata(context.Context, *SetApplicationMetadataReq) (*SetApplicationMetadataResp, error) // contains filtered or unexported methods }
ApplicationManagerServer is the server API for ApplicationManager service. All implementations must embed UnimplementedApplicationManagerServer for forward compatibility
type ApplicationMultiError ¶
type ApplicationMultiError []error
ApplicationMultiError is an error wrapping multiple validation errors returned by Application.ValidateAll() if the designated constraints aren't met.
func (ApplicationMultiError) AllErrors ¶
func (m ApplicationMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplicationMultiError) Error ¶
func (m ApplicationMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplicationState ¶
type ApplicationState struct {
// contains filtered or unexported fields
}
func (*ApplicationState) Descriptor
deprecated
func (*ApplicationState) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationState.ProtoReflect.Descriptor instead.
func (*ApplicationState) ProtoMessage ¶
func (*ApplicationState) ProtoMessage()
func (*ApplicationState) ProtoReflect ¶
func (x *ApplicationState) ProtoReflect() protoreflect.Message
func (*ApplicationState) Reset ¶
func (x *ApplicationState) Reset()
func (*ApplicationState) String ¶
func (x *ApplicationState) String() string
func (*ApplicationState) Validate ¶
func (m *ApplicationState) Validate() error
Validate checks the field values on ApplicationState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApplicationState) ValidateAll ¶
func (m *ApplicationState) ValidateAll() error
ValidateAll checks the field values on ApplicationState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationStateMultiError, or nil if none found.
type ApplicationStateMultiError ¶
type ApplicationStateMultiError []error
ApplicationStateMultiError is an error wrapping multiple validation errors returned by ApplicationState.ValidateAll() if the designated constraints aren't met.
func (ApplicationStateMultiError) AllErrors ¶
func (m ApplicationStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplicationStateMultiError) Error ¶
func (m ApplicationStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplicationStateValidationError ¶
type ApplicationStateValidationError struct {
// contains filtered or unexported fields
}
ApplicationStateValidationError is the validation error returned by ApplicationState.Validate if the designated constraints aren't met.
func (ApplicationStateValidationError) Cause ¶
func (e ApplicationStateValidationError) Cause() error
Cause function returns cause value.
func (ApplicationStateValidationError) Error ¶
func (e ApplicationStateValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationStateValidationError) ErrorName ¶
func (e ApplicationStateValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationStateValidationError) Field ¶
func (e ApplicationStateValidationError) Field() string
Field function returns field value.
func (ApplicationStateValidationError) Key ¶
func (e ApplicationStateValidationError) Key() bool
Key function returns key value.
func (ApplicationStateValidationError) Reason ¶
func (e ApplicationStateValidationError) Reason() string
Reason function returns reason value.
type ApplicationUserMetadata ¶
type ApplicationUserMetadata struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` Links []*common_config.Link `protobuf:"bytes,2,rep,name=links,proto3" json:"links,omitempty"` // Links that every service should get automatically ServiceLinks []*common_config.Link `protobuf:"bytes,3,rep,name=service_links,json=serviceLinks,proto3" json:"service_links,omitempty"` // contains filtered or unexported fields }
func (*ApplicationUserMetadata) Descriptor
deprecated
func (*ApplicationUserMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ApplicationUserMetadata.ProtoReflect.Descriptor instead.
func (*ApplicationUserMetadata) GetDescription ¶
func (x *ApplicationUserMetadata) GetDescription() string
func (*ApplicationUserMetadata) GetLinks ¶
func (x *ApplicationUserMetadata) GetLinks() []*common_config.Link
func (*ApplicationUserMetadata) GetServiceLinks ¶
func (x *ApplicationUserMetadata) GetServiceLinks() []*common_config.Link
func (*ApplicationUserMetadata) ProtoMessage ¶
func (*ApplicationUserMetadata) ProtoMessage()
func (*ApplicationUserMetadata) ProtoReflect ¶
func (x *ApplicationUserMetadata) ProtoReflect() protoreflect.Message
func (*ApplicationUserMetadata) Reset ¶
func (x *ApplicationUserMetadata) Reset()
func (*ApplicationUserMetadata) String ¶
func (x *ApplicationUserMetadata) String() string
func (*ApplicationUserMetadata) Validate ¶
func (m *ApplicationUserMetadata) Validate() error
Validate checks the field values on ApplicationUserMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ApplicationUserMetadata) ValidateAll ¶
func (m *ApplicationUserMetadata) ValidateAll() error
ValidateAll checks the field values on ApplicationUserMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ApplicationUserMetadataMultiError, or nil if none found.
type ApplicationUserMetadataMultiError ¶
type ApplicationUserMetadataMultiError []error
ApplicationUserMetadataMultiError is an error wrapping multiple validation errors returned by ApplicationUserMetadata.ValidateAll() if the designated constraints aren't met.
func (ApplicationUserMetadataMultiError) AllErrors ¶
func (m ApplicationUserMetadataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplicationUserMetadataMultiError) Error ¶
func (m ApplicationUserMetadataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplicationUserMetadataValidationError ¶
type ApplicationUserMetadataValidationError struct {
// contains filtered or unexported fields
}
ApplicationUserMetadataValidationError is the validation error returned by ApplicationUserMetadata.Validate if the designated constraints aren't met.
func (ApplicationUserMetadataValidationError) Cause ¶
func (e ApplicationUserMetadataValidationError) Cause() error
Cause function returns cause value.
func (ApplicationUserMetadataValidationError) Error ¶
func (e ApplicationUserMetadataValidationError) Error() string
Error satisfies the builtin error interface
func (ApplicationUserMetadataValidationError) ErrorName ¶
func (e ApplicationUserMetadataValidationError) ErrorName() string
ErrorName returns error name.
func (ApplicationUserMetadataValidationError) Field ¶
func (e ApplicationUserMetadataValidationError) Field() string
Field function returns field value.
func (ApplicationUserMetadataValidationError) Key ¶
func (e ApplicationUserMetadataValidationError) Key() bool
Key function returns key value.
func (ApplicationUserMetadataValidationError) Reason ¶
func (e ApplicationUserMetadataValidationError) Reason() string
Reason function returns reason value.
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 ConfigureApplicationReq ¶
type ConfigureApplicationReq struct { ApplicationConfig *ApplicationConfig `protobuf:"bytes,1,opt,name=application_config,json=applicationConfig,proto3" json:"application_config,omitempty"` ApprovedDangerousActionIds []string `` /* 143-byte string literal not displayed */ Source version.Source `protobuf:"varint,3,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"` SourceMetadata *version.SourceMetadata `protobuf:"bytes,4,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"` // optional, if this is not a new application, this is the existing version of // this application config that this configuration was based on. // this can be used to avoid concurrent updates overwriting each other. // NOTE: this will eventually be required for updates BaseVersion string `protobuf:"bytes,5,opt,name=base_version,json=baseVersion,proto3" json:"base_version,omitempty"` // contains filtered or unexported fields }
func (*ConfigureApplicationReq) Descriptor
deprecated
func (*ConfigureApplicationReq) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureApplicationReq.ProtoReflect.Descriptor instead.
func (*ConfigureApplicationReq) GetApplicationConfig ¶
func (x *ConfigureApplicationReq) GetApplicationConfig() *ApplicationConfig
func (*ConfigureApplicationReq) GetApprovedDangerousActionIds ¶
func (x *ConfigureApplicationReq) GetApprovedDangerousActionIds() []string
func (*ConfigureApplicationReq) GetBaseVersion ¶
func (x *ConfigureApplicationReq) GetBaseVersion() string
func (*ConfigureApplicationReq) GetSource ¶
func (x *ConfigureApplicationReq) GetSource() version.Source
func (*ConfigureApplicationReq) GetSourceMetadata ¶
func (x *ConfigureApplicationReq) GetSourceMetadata() *version.SourceMetadata
func (*ConfigureApplicationReq) ProtoMessage ¶
func (*ConfigureApplicationReq) ProtoMessage()
func (*ConfigureApplicationReq) ProtoReflect ¶
func (x *ConfigureApplicationReq) ProtoReflect() protoreflect.Message
func (*ConfigureApplicationReq) Reset ¶
func (x *ConfigureApplicationReq) Reset()
func (*ConfigureApplicationReq) String ¶
func (x *ConfigureApplicationReq) String() string
func (*ConfigureApplicationReq) Validate ¶
func (m *ConfigureApplicationReq) Validate() error
Validate checks the field values on ConfigureApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ConfigureApplicationReq) ValidateAll ¶
func (m *ConfigureApplicationReq) ValidateAll() error
ValidateAll checks the field values on ConfigureApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfigureApplicationReqMultiError, or nil if none found.
type ConfigureApplicationReqMultiError ¶
type ConfigureApplicationReqMultiError []error
ConfigureApplicationReqMultiError is an error wrapping multiple validation errors returned by ConfigureApplicationReq.ValidateAll() if the designated constraints aren't met.
func (ConfigureApplicationReqMultiError) AllErrors ¶
func (m ConfigureApplicationReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConfigureApplicationReqMultiError) Error ¶
func (m ConfigureApplicationReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConfigureApplicationReqValidationError ¶
type ConfigureApplicationReqValidationError struct {
// contains filtered or unexported fields
}
ConfigureApplicationReqValidationError is the validation error returned by ConfigureApplicationReq.Validate if the designated constraints aren't met.
func (ConfigureApplicationReqValidationError) Cause ¶
func (e ConfigureApplicationReqValidationError) Cause() error
Cause function returns cause value.
func (ConfigureApplicationReqValidationError) Error ¶
func (e ConfigureApplicationReqValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigureApplicationReqValidationError) ErrorName ¶
func (e ConfigureApplicationReqValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigureApplicationReqValidationError) Field ¶
func (e ConfigureApplicationReqValidationError) Field() string
Field function returns field value.
func (ConfigureApplicationReqValidationError) Key ¶
func (e ConfigureApplicationReqValidationError) Key() bool
Key function returns key value.
func (ConfigureApplicationReqValidationError) Reason ¶
func (e ConfigureApplicationReqValidationError) Reason() string
Reason function returns reason value.
type ConfigureApplicationResp ¶
type ConfigureApplicationResp struct { Meta *object.ObjectMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` // contains filtered or unexported fields }
func (*ConfigureApplicationResp) Descriptor
deprecated
func (*ConfigureApplicationResp) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureApplicationResp.ProtoReflect.Descriptor instead.
func (*ConfigureApplicationResp) GetMeta ¶
func (x *ConfigureApplicationResp) GetMeta() *object.ObjectMeta
func (*ConfigureApplicationResp) ProtoMessage ¶
func (*ConfigureApplicationResp) ProtoMessage()
func (*ConfigureApplicationResp) ProtoReflect ¶
func (x *ConfigureApplicationResp) ProtoReflect() protoreflect.Message
func (*ConfigureApplicationResp) Reset ¶
func (x *ConfigureApplicationResp) Reset()
func (*ConfigureApplicationResp) String ¶
func (x *ConfigureApplicationResp) String() string
func (*ConfigureApplicationResp) Validate ¶
func (m *ConfigureApplicationResp) Validate() error
Validate checks the field values on ConfigureApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ConfigureApplicationResp) ValidateAll ¶
func (m *ConfigureApplicationResp) ValidateAll() error
ValidateAll checks the field values on ConfigureApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConfigureApplicationRespMultiError, or nil if none found.
type ConfigureApplicationRespMultiError ¶
type ConfigureApplicationRespMultiError []error
ConfigureApplicationRespMultiError is an error wrapping multiple validation errors returned by ConfigureApplicationResp.ValidateAll() if the designated constraints aren't met.
func (ConfigureApplicationRespMultiError) AllErrors ¶
func (m ConfigureApplicationRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConfigureApplicationRespMultiError) Error ¶
func (m ConfigureApplicationRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConfigureApplicationRespValidationError ¶
type ConfigureApplicationRespValidationError struct {
// contains filtered or unexported fields
}
ConfigureApplicationRespValidationError is the validation error returned by ConfigureApplicationResp.Validate if the designated constraints aren't met.
func (ConfigureApplicationRespValidationError) Cause ¶
func (e ConfigureApplicationRespValidationError) Cause() error
Cause function returns cause value.
func (ConfigureApplicationRespValidationError) Error ¶
func (e ConfigureApplicationRespValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigureApplicationRespValidationError) ErrorName ¶
func (e ConfigureApplicationRespValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigureApplicationRespValidationError) Field ¶
func (e ConfigureApplicationRespValidationError) Field() string
Field function returns field value.
func (ConfigureApplicationRespValidationError) Key ¶
func (e ConfigureApplicationRespValidationError) Key() bool
Key function returns key value.
func (ConfigureApplicationRespValidationError) Reason ¶
func (e ConfigureApplicationRespValidationError) Reason() string
Reason function returns reason value.
type DeleteApplicationReq ¶
type DeleteApplicationReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*DeleteApplicationReq) Descriptor
deprecated
func (*DeleteApplicationReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApplicationReq.ProtoReflect.Descriptor instead.
func (*DeleteApplicationReq) GetApplication ¶
func (x *DeleteApplicationReq) GetApplication() string
func (*DeleteApplicationReq) ProtoMessage ¶
func (*DeleteApplicationReq) ProtoMessage()
func (*DeleteApplicationReq) ProtoReflect ¶
func (x *DeleteApplicationReq) ProtoReflect() protoreflect.Message
func (*DeleteApplicationReq) Reset ¶
func (x *DeleteApplicationReq) Reset()
func (*DeleteApplicationReq) String ¶
func (x *DeleteApplicationReq) String() string
func (*DeleteApplicationReq) Validate ¶
func (m *DeleteApplicationReq) Validate() error
Validate checks the field values on DeleteApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteApplicationReq) ValidateAll ¶
func (m *DeleteApplicationReq) ValidateAll() error
ValidateAll checks the field values on DeleteApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteApplicationReqMultiError, or nil if none found.
type DeleteApplicationReqMultiError ¶
type DeleteApplicationReqMultiError []error
DeleteApplicationReqMultiError is an error wrapping multiple validation errors returned by DeleteApplicationReq.ValidateAll() if the designated constraints aren't met.
func (DeleteApplicationReqMultiError) AllErrors ¶
func (m DeleteApplicationReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteApplicationReqMultiError) Error ¶
func (m DeleteApplicationReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteApplicationReqValidationError ¶
type DeleteApplicationReqValidationError struct {
// contains filtered or unexported fields
}
DeleteApplicationReqValidationError is the validation error returned by DeleteApplicationReq.Validate if the designated constraints aren't met.
func (DeleteApplicationReqValidationError) Cause ¶
func (e DeleteApplicationReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationReqValidationError) Error ¶
func (e DeleteApplicationReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationReqValidationError) ErrorName ¶
func (e DeleteApplicationReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationReqValidationError) Field ¶
func (e DeleteApplicationReqValidationError) Field() string
Field function returns field value.
func (DeleteApplicationReqValidationError) Key ¶
func (e DeleteApplicationReqValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationReqValidationError) Reason ¶
func (e DeleteApplicationReqValidationError) Reason() string
Reason function returns reason value.
type DeleteApplicationResp ¶
type DeleteApplicationResp struct {
// contains filtered or unexported fields
}
func (*DeleteApplicationResp) Descriptor
deprecated
func (*DeleteApplicationResp) Descriptor() ([]byte, []int)
Deprecated: Use DeleteApplicationResp.ProtoReflect.Descriptor instead.
func (*DeleteApplicationResp) ProtoMessage ¶
func (*DeleteApplicationResp) ProtoMessage()
func (*DeleteApplicationResp) ProtoReflect ¶
func (x *DeleteApplicationResp) ProtoReflect() protoreflect.Message
func (*DeleteApplicationResp) Reset ¶
func (x *DeleteApplicationResp) Reset()
func (*DeleteApplicationResp) String ¶
func (x *DeleteApplicationResp) String() string
func (*DeleteApplicationResp) Validate ¶
func (m *DeleteApplicationResp) Validate() error
Validate checks the field values on DeleteApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DeleteApplicationResp) ValidateAll ¶
func (m *DeleteApplicationResp) ValidateAll() error
ValidateAll checks the field values on DeleteApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteApplicationRespMultiError, or nil if none found.
type DeleteApplicationRespMultiError ¶
type DeleteApplicationRespMultiError []error
DeleteApplicationRespMultiError is an error wrapping multiple validation errors returned by DeleteApplicationResp.ValidateAll() if the designated constraints aren't met.
func (DeleteApplicationRespMultiError) AllErrors ¶
func (m DeleteApplicationRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteApplicationRespMultiError) Error ¶
func (m DeleteApplicationRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteApplicationRespValidationError ¶
type DeleteApplicationRespValidationError struct {
// contains filtered or unexported fields
}
DeleteApplicationRespValidationError is the validation error returned by DeleteApplicationResp.Validate if the designated constraints aren't met.
func (DeleteApplicationRespValidationError) Cause ¶
func (e DeleteApplicationRespValidationError) Cause() error
Cause function returns cause value.
func (DeleteApplicationRespValidationError) Error ¶
func (e DeleteApplicationRespValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteApplicationRespValidationError) ErrorName ¶
func (e DeleteApplicationRespValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteApplicationRespValidationError) Field ¶
func (e DeleteApplicationRespValidationError) Field() string
Field function returns field value.
func (DeleteApplicationRespValidationError) Key ¶
func (e DeleteApplicationRespValidationError) Key() bool
Key function returns key value.
func (DeleteApplicationRespValidationError) Reason ¶
func (e DeleteApplicationRespValidationError) Reason() string
Reason function returns reason value.
type GetApplicationConfigReq ¶
type GetApplicationConfigReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // omit to get latest version // contains filtered or unexported fields }
func (*GetApplicationConfigReq) Descriptor
deprecated
func (*GetApplicationConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationConfigReq.ProtoReflect.Descriptor instead.
func (*GetApplicationConfigReq) GetApplication ¶
func (x *GetApplicationConfigReq) GetApplication() string
func (*GetApplicationConfigReq) GetVersion ¶
func (x *GetApplicationConfigReq) GetVersion() string
func (*GetApplicationConfigReq) ProtoMessage ¶
func (*GetApplicationConfigReq) ProtoMessage()
func (*GetApplicationConfigReq) ProtoReflect ¶
func (x *GetApplicationConfigReq) ProtoReflect() protoreflect.Message
func (*GetApplicationConfigReq) Reset ¶
func (x *GetApplicationConfigReq) Reset()
func (*GetApplicationConfigReq) String ¶
func (x *GetApplicationConfigReq) String() string
func (*GetApplicationConfigReq) Validate ¶
func (m *GetApplicationConfigReq) Validate() error
Validate checks the field values on GetApplicationConfigReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationConfigReq) ValidateAll ¶
func (m *GetApplicationConfigReq) ValidateAll() error
ValidateAll checks the field values on GetApplicationConfigReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationConfigReqMultiError, or nil if none found.
type GetApplicationConfigReqMultiError ¶
type GetApplicationConfigReqMultiError []error
GetApplicationConfigReqMultiError is an error wrapping multiple validation errors returned by GetApplicationConfigReq.ValidateAll() if the designated constraints aren't met.
func (GetApplicationConfigReqMultiError) AllErrors ¶
func (m GetApplicationConfigReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationConfigReqMultiError) Error ¶
func (m GetApplicationConfigReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationConfigReqValidationError ¶
type GetApplicationConfigReqValidationError struct {
// contains filtered or unexported fields
}
GetApplicationConfigReqValidationError is the validation error returned by GetApplicationConfigReq.Validate if the designated constraints aren't met.
func (GetApplicationConfigReqValidationError) Cause ¶
func (e GetApplicationConfigReqValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationConfigReqValidationError) Error ¶
func (e GetApplicationConfigReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationConfigReqValidationError) ErrorName ¶
func (e GetApplicationConfigReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationConfigReqValidationError) Field ¶
func (e GetApplicationConfigReqValidationError) Field() string
Field function returns field value.
func (GetApplicationConfigReqValidationError) Key ¶
func (e GetApplicationConfigReqValidationError) Key() bool
Key function returns key value.
func (GetApplicationConfigReqValidationError) Reason ¶
func (e GetApplicationConfigReqValidationError) Reason() string
Reason function returns reason value.
type GetApplicationConfigResp ¶
type GetApplicationConfigResp struct { Config *ApplicationConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // config as passed in by user Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` CompiledConfig *ApplicationConfig `protobuf:"bytes,3,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` // config with defaults applied // contains filtered or unexported fields }
func (*GetApplicationConfigResp) Descriptor
deprecated
func (*GetApplicationConfigResp) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationConfigResp.ProtoReflect.Descriptor instead.
func (*GetApplicationConfigResp) GetCompiledConfig ¶
func (x *GetApplicationConfigResp) GetCompiledConfig() *ApplicationConfig
func (*GetApplicationConfigResp) GetConfig ¶
func (x *GetApplicationConfigResp) GetConfig() *ApplicationConfig
func (*GetApplicationConfigResp) GetVersion ¶
func (x *GetApplicationConfigResp) GetVersion() string
func (*GetApplicationConfigResp) ProtoMessage ¶
func (*GetApplicationConfigResp) ProtoMessage()
func (*GetApplicationConfigResp) ProtoReflect ¶
func (x *GetApplicationConfigResp) ProtoReflect() protoreflect.Message
func (*GetApplicationConfigResp) Reset ¶
func (x *GetApplicationConfigResp) Reset()
func (*GetApplicationConfigResp) String ¶
func (x *GetApplicationConfigResp) String() string
func (*GetApplicationConfigResp) Validate ¶
func (m *GetApplicationConfigResp) Validate() error
Validate checks the field values on GetApplicationConfigResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationConfigResp) ValidateAll ¶
func (m *GetApplicationConfigResp) ValidateAll() error
ValidateAll checks the field values on GetApplicationConfigResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationConfigRespMultiError, or nil if none found.
type GetApplicationConfigRespMultiError ¶
type GetApplicationConfigRespMultiError []error
GetApplicationConfigRespMultiError is an error wrapping multiple validation errors returned by GetApplicationConfigResp.ValidateAll() if the designated constraints aren't met.
func (GetApplicationConfigRespMultiError) AllErrors ¶
func (m GetApplicationConfigRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationConfigRespMultiError) Error ¶
func (m GetApplicationConfigRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationConfigRespValidationError ¶
type GetApplicationConfigRespValidationError struct {
// contains filtered or unexported fields
}
GetApplicationConfigRespValidationError is the validation error returned by GetApplicationConfigResp.Validate if the designated constraints aren't met.
func (GetApplicationConfigRespValidationError) Cause ¶
func (e GetApplicationConfigRespValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationConfigRespValidationError) Error ¶
func (e GetApplicationConfigRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationConfigRespValidationError) ErrorName ¶
func (e GetApplicationConfigRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationConfigRespValidationError) Field ¶
func (e GetApplicationConfigRespValidationError) Field() string
Field function returns field value.
func (GetApplicationConfigRespValidationError) Key ¶
func (e GetApplicationConfigRespValidationError) Key() bool
Key function returns key value.
func (GetApplicationConfigRespValidationError) Reason ¶
func (e GetApplicationConfigRespValidationError) Reason() string
Reason function returns reason value.
type GetApplicationInsightsReq ¶
type GetApplicationInsightsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationInsightsReq) Descriptor
deprecated
func (*GetApplicationInsightsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationInsightsReq.ProtoReflect.Descriptor instead.
func (*GetApplicationInsightsReq) GetApplication ¶
func (x *GetApplicationInsightsReq) GetApplication() string
func (*GetApplicationInsightsReq) ProtoMessage ¶
func (*GetApplicationInsightsReq) ProtoMessage()
func (*GetApplicationInsightsReq) ProtoReflect ¶
func (x *GetApplicationInsightsReq) ProtoReflect() protoreflect.Message
func (*GetApplicationInsightsReq) Reset ¶
func (x *GetApplicationInsightsReq) Reset()
func (*GetApplicationInsightsReq) String ¶
func (x *GetApplicationInsightsReq) String() string
func (*GetApplicationInsightsReq) Validate ¶
func (m *GetApplicationInsightsReq) Validate() error
Validate checks the field values on GetApplicationInsightsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationInsightsReq) ValidateAll ¶
func (m *GetApplicationInsightsReq) ValidateAll() error
ValidateAll checks the field values on GetApplicationInsightsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationInsightsReqMultiError, or nil if none found.
type GetApplicationInsightsReqMultiError ¶
type GetApplicationInsightsReqMultiError []error
GetApplicationInsightsReqMultiError is an error wrapping multiple validation errors returned by GetApplicationInsightsReq.ValidateAll() if the designated constraints aren't met.
func (GetApplicationInsightsReqMultiError) AllErrors ¶
func (m GetApplicationInsightsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationInsightsReqMultiError) Error ¶
func (m GetApplicationInsightsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationInsightsReqValidationError ¶
type GetApplicationInsightsReqValidationError struct {
// contains filtered or unexported fields
}
GetApplicationInsightsReqValidationError is the validation error returned by GetApplicationInsightsReq.Validate if the designated constraints aren't met.
func (GetApplicationInsightsReqValidationError) Cause ¶
func (e GetApplicationInsightsReqValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationInsightsReqValidationError) Error ¶
func (e GetApplicationInsightsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationInsightsReqValidationError) ErrorName ¶
func (e GetApplicationInsightsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationInsightsReqValidationError) Field ¶
func (e GetApplicationInsightsReqValidationError) Field() string
Field function returns field value.
func (GetApplicationInsightsReqValidationError) Key ¶
func (e GetApplicationInsightsReqValidationError) Key() bool
Key function returns key value.
func (GetApplicationInsightsReqValidationError) Reason ¶
func (e GetApplicationInsightsReqValidationError) Reason() string
Reason function returns reason value.
type GetApplicationInsightsResp ¶
type GetApplicationInsightsResp struct { Insights []*insights.Insight `protobuf:"bytes,1,rep,name=insights,proto3" json:"insights,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationInsightsResp) Descriptor
deprecated
func (*GetApplicationInsightsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationInsightsResp.ProtoReflect.Descriptor instead.
func (*GetApplicationInsightsResp) GetInsights ¶
func (x *GetApplicationInsightsResp) GetInsights() []*insights.Insight
func (*GetApplicationInsightsResp) ProtoMessage ¶
func (*GetApplicationInsightsResp) ProtoMessage()
func (*GetApplicationInsightsResp) ProtoReflect ¶
func (x *GetApplicationInsightsResp) ProtoReflect() protoreflect.Message
func (*GetApplicationInsightsResp) Reset ¶
func (x *GetApplicationInsightsResp) Reset()
func (*GetApplicationInsightsResp) String ¶
func (x *GetApplicationInsightsResp) String() string
func (*GetApplicationInsightsResp) Validate ¶
func (m *GetApplicationInsightsResp) Validate() error
Validate checks the field values on GetApplicationInsightsResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationInsightsResp) ValidateAll ¶
func (m *GetApplicationInsightsResp) ValidateAll() error
ValidateAll checks the field values on GetApplicationInsightsResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationInsightsRespMultiError, or nil if none found.
type GetApplicationInsightsRespMultiError ¶
type GetApplicationInsightsRespMultiError []error
GetApplicationInsightsRespMultiError is an error wrapping multiple validation errors returned by GetApplicationInsightsResp.ValidateAll() if the designated constraints aren't met.
func (GetApplicationInsightsRespMultiError) AllErrors ¶
func (m GetApplicationInsightsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationInsightsRespMultiError) Error ¶
func (m GetApplicationInsightsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationInsightsRespValidationError ¶
type GetApplicationInsightsRespValidationError struct {
// contains filtered or unexported fields
}
GetApplicationInsightsRespValidationError is the validation error returned by GetApplicationInsightsResp.Validate if the designated constraints aren't met.
func (GetApplicationInsightsRespValidationError) Cause ¶
func (e GetApplicationInsightsRespValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationInsightsRespValidationError) Error ¶
func (e GetApplicationInsightsRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationInsightsRespValidationError) ErrorName ¶
func (e GetApplicationInsightsRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationInsightsRespValidationError) Field ¶
func (e GetApplicationInsightsRespValidationError) Field() string
Field function returns field value.
func (GetApplicationInsightsRespValidationError) Key ¶
func (e GetApplicationInsightsRespValidationError) Key() bool
Key function returns key value.
func (GetApplicationInsightsRespValidationError) Reason ¶
func (e GetApplicationInsightsRespValidationError) Reason() string
Reason function returns reason value.
type GetApplicationMetadataReq ¶
type GetApplicationMetadataReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationMetadataReq) Descriptor
deprecated
func (*GetApplicationMetadataReq) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationMetadataReq.ProtoReflect.Descriptor instead.
func (*GetApplicationMetadataReq) GetApplication ¶
func (x *GetApplicationMetadataReq) GetApplication() string
func (*GetApplicationMetadataReq) ProtoMessage ¶
func (*GetApplicationMetadataReq) ProtoMessage()
func (*GetApplicationMetadataReq) ProtoReflect ¶
func (x *GetApplicationMetadataReq) ProtoReflect() protoreflect.Message
func (*GetApplicationMetadataReq) Reset ¶
func (x *GetApplicationMetadataReq) Reset()
func (*GetApplicationMetadataReq) String ¶
func (x *GetApplicationMetadataReq) String() string
func (*GetApplicationMetadataReq) Validate ¶
func (m *GetApplicationMetadataReq) Validate() error
Validate checks the field values on GetApplicationMetadataReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationMetadataReq) ValidateAll ¶
func (m *GetApplicationMetadataReq) ValidateAll() error
ValidateAll checks the field values on GetApplicationMetadataReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationMetadataReqMultiError, or nil if none found.
type GetApplicationMetadataReqMultiError ¶
type GetApplicationMetadataReqMultiError []error
GetApplicationMetadataReqMultiError is an error wrapping multiple validation errors returned by GetApplicationMetadataReq.ValidateAll() if the designated constraints aren't met.
func (GetApplicationMetadataReqMultiError) AllErrors ¶
func (m GetApplicationMetadataReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationMetadataReqMultiError) Error ¶
func (m GetApplicationMetadataReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationMetadataReqValidationError ¶
type GetApplicationMetadataReqValidationError struct {
// contains filtered or unexported fields
}
GetApplicationMetadataReqValidationError is the validation error returned by GetApplicationMetadataReq.Validate if the designated constraints aren't met.
func (GetApplicationMetadataReqValidationError) Cause ¶
func (e GetApplicationMetadataReqValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationMetadataReqValidationError) Error ¶
func (e GetApplicationMetadataReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationMetadataReqValidationError) ErrorName ¶
func (e GetApplicationMetadataReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationMetadataReqValidationError) Field ¶
func (e GetApplicationMetadataReqValidationError) Field() string
Field function returns field value.
func (GetApplicationMetadataReqValidationError) Key ¶
func (e GetApplicationMetadataReqValidationError) Key() bool
Key function returns key value.
func (GetApplicationMetadataReqValidationError) Reason ¶
func (e GetApplicationMetadataReqValidationError) Reason() string
Reason function returns reason value.
type GetApplicationMetadataResp ¶
type GetApplicationMetadataResp struct { // metadata with no variables substitution, no modifications from parents Metadata *ApplicationUserMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationMetadataResp) Descriptor
deprecated
func (*GetApplicationMetadataResp) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationMetadataResp.ProtoReflect.Descriptor instead.
func (*GetApplicationMetadataResp) GetMetadata ¶
func (x *GetApplicationMetadataResp) GetMetadata() *ApplicationUserMetadata
func (*GetApplicationMetadataResp) ProtoMessage ¶
func (*GetApplicationMetadataResp) ProtoMessage()
func (*GetApplicationMetadataResp) ProtoReflect ¶
func (x *GetApplicationMetadataResp) ProtoReflect() protoreflect.Message
func (*GetApplicationMetadataResp) Reset ¶
func (x *GetApplicationMetadataResp) Reset()
func (*GetApplicationMetadataResp) String ¶
func (x *GetApplicationMetadataResp) String() string
func (*GetApplicationMetadataResp) Validate ¶
func (m *GetApplicationMetadataResp) Validate() error
Validate checks the field values on GetApplicationMetadataResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationMetadataResp) ValidateAll ¶
func (m *GetApplicationMetadataResp) ValidateAll() error
ValidateAll checks the field values on GetApplicationMetadataResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationMetadataRespMultiError, or nil if none found.
type GetApplicationMetadataRespMultiError ¶
type GetApplicationMetadataRespMultiError []error
GetApplicationMetadataRespMultiError is an error wrapping multiple validation errors returned by GetApplicationMetadataResp.ValidateAll() if the designated constraints aren't met.
func (GetApplicationMetadataRespMultiError) AllErrors ¶
func (m GetApplicationMetadataRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationMetadataRespMultiError) Error ¶
func (m GetApplicationMetadataRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationMetadataRespValidationError ¶
type GetApplicationMetadataRespValidationError struct {
// contains filtered or unexported fields
}
GetApplicationMetadataRespValidationError is the validation error returned by GetApplicationMetadataResp.Validate if the designated constraints aren't met.
func (GetApplicationMetadataRespValidationError) Cause ¶
func (e GetApplicationMetadataRespValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationMetadataRespValidationError) Error ¶
func (e GetApplicationMetadataRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationMetadataRespValidationError) ErrorName ¶
func (e GetApplicationMetadataRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationMetadataRespValidationError) Field ¶
func (e GetApplicationMetadataRespValidationError) Field() string
Field function returns field value.
func (GetApplicationMetadataRespValidationError) Key ¶
func (e GetApplicationMetadataRespValidationError) Key() bool
Key function returns key value.
func (GetApplicationMetadataRespValidationError) Reason ¶
func (e GetApplicationMetadataRespValidationError) Reason() string
Reason function returns reason value.
type GetApplicationMetricsReq ¶
type GetApplicationMetricsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` StartTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"` EndTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationMetricsReq) Descriptor
deprecated
func (*GetApplicationMetricsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationMetricsReq.ProtoReflect.Descriptor instead.
func (*GetApplicationMetricsReq) GetApplication ¶
func (x *GetApplicationMetricsReq) GetApplication() string
func (*GetApplicationMetricsReq) GetEndTimestamp ¶
func (x *GetApplicationMetricsReq) GetEndTimestamp() *timestamppb.Timestamp
func (*GetApplicationMetricsReq) GetStartTimestamp ¶
func (x *GetApplicationMetricsReq) GetStartTimestamp() *timestamppb.Timestamp
func (*GetApplicationMetricsReq) ProtoMessage ¶
func (*GetApplicationMetricsReq) ProtoMessage()
func (*GetApplicationMetricsReq) ProtoReflect ¶
func (x *GetApplicationMetricsReq) ProtoReflect() protoreflect.Message
func (*GetApplicationMetricsReq) Reset ¶
func (x *GetApplicationMetricsReq) Reset()
func (*GetApplicationMetricsReq) String ¶
func (x *GetApplicationMetricsReq) String() string
func (*GetApplicationMetricsReq) Validate ¶
func (m *GetApplicationMetricsReq) Validate() error
Validate checks the field values on GetApplicationMetricsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationMetricsReq) ValidateAll ¶
func (m *GetApplicationMetricsReq) ValidateAll() error
ValidateAll checks the field values on GetApplicationMetricsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationMetricsReqMultiError, or nil if none found.
type GetApplicationMetricsReqMultiError ¶
type GetApplicationMetricsReqMultiError []error
GetApplicationMetricsReqMultiError is an error wrapping multiple validation errors returned by GetApplicationMetricsReq.ValidateAll() if the designated constraints aren't met.
func (GetApplicationMetricsReqMultiError) AllErrors ¶
func (m GetApplicationMetricsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationMetricsReqMultiError) Error ¶
func (m GetApplicationMetricsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationMetricsReqValidationError ¶
type GetApplicationMetricsReqValidationError struct {
// contains filtered or unexported fields
}
GetApplicationMetricsReqValidationError is the validation error returned by GetApplicationMetricsReq.Validate if the designated constraints aren't met.
func (GetApplicationMetricsReqValidationError) Cause ¶
func (e GetApplicationMetricsReqValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationMetricsReqValidationError) Error ¶
func (e GetApplicationMetricsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationMetricsReqValidationError) ErrorName ¶
func (e GetApplicationMetricsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationMetricsReqValidationError) Field ¶
func (e GetApplicationMetricsReqValidationError) Field() string
Field function returns field value.
func (GetApplicationMetricsReqValidationError) Key ¶
func (e GetApplicationMetricsReqValidationError) Key() bool
Key function returns key value.
func (GetApplicationMetricsReqValidationError) Reason ¶
func (e GetApplicationMetricsReqValidationError) Reason() string
Reason function returns reason value.
type GetApplicationMetricsResp ¶
type GetApplicationMetricsResp struct { DeploymentMetrics *metrics.DeploymentMetrics `protobuf:"bytes,1,opt,name=deployment_metrics,json=deploymentMetrics,proto3" json:"deployment_metrics,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationMetricsResp) Descriptor
deprecated
func (*GetApplicationMetricsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationMetricsResp.ProtoReflect.Descriptor instead.
func (*GetApplicationMetricsResp) GetDeploymentMetrics ¶
func (x *GetApplicationMetricsResp) GetDeploymentMetrics() *metrics.DeploymentMetrics
func (*GetApplicationMetricsResp) ProtoMessage ¶
func (*GetApplicationMetricsResp) ProtoMessage()
func (*GetApplicationMetricsResp) ProtoReflect ¶
func (x *GetApplicationMetricsResp) ProtoReflect() protoreflect.Message
func (*GetApplicationMetricsResp) Reset ¶
func (x *GetApplicationMetricsResp) Reset()
func (*GetApplicationMetricsResp) String ¶
func (x *GetApplicationMetricsResp) String() string
func (*GetApplicationMetricsResp) Validate ¶
func (m *GetApplicationMetricsResp) Validate() error
Validate checks the field values on GetApplicationMetricsResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationMetricsResp) ValidateAll ¶
func (m *GetApplicationMetricsResp) ValidateAll() error
ValidateAll checks the field values on GetApplicationMetricsResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationMetricsRespMultiError, or nil if none found.
type GetApplicationMetricsRespMultiError ¶
type GetApplicationMetricsRespMultiError []error
GetApplicationMetricsRespMultiError is an error wrapping multiple validation errors returned by GetApplicationMetricsResp.ValidateAll() if the designated constraints aren't met.
func (GetApplicationMetricsRespMultiError) AllErrors ¶
func (m GetApplicationMetricsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationMetricsRespMultiError) Error ¶
func (m GetApplicationMetricsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationMetricsRespValidationError ¶
type GetApplicationMetricsRespValidationError struct {
// contains filtered or unexported fields
}
GetApplicationMetricsRespValidationError is the validation error returned by GetApplicationMetricsResp.Validate if the designated constraints aren't met.
func (GetApplicationMetricsRespValidationError) Cause ¶
func (e GetApplicationMetricsRespValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationMetricsRespValidationError) Error ¶
func (e GetApplicationMetricsRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationMetricsRespValidationError) ErrorName ¶
func (e GetApplicationMetricsRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationMetricsRespValidationError) Field ¶
func (e GetApplicationMetricsRespValidationError) Field() string
Field function returns field value.
func (GetApplicationMetricsRespValidationError) Key ¶
func (e GetApplicationMetricsRespValidationError) Key() bool
Key function returns key value.
func (GetApplicationMetricsRespValidationError) Reason ¶
func (e GetApplicationMetricsRespValidationError) Reason() string
Reason function returns reason value.
type GetApplicationReq ¶
type GetApplicationReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationReq) Descriptor
deprecated
func (*GetApplicationReq) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationReq.ProtoReflect.Descriptor instead.
func (*GetApplicationReq) GetApplication ¶
func (x *GetApplicationReq) GetApplication() string
func (*GetApplicationReq) ProtoMessage ¶
func (*GetApplicationReq) ProtoMessage()
func (*GetApplicationReq) ProtoReflect ¶
func (x *GetApplicationReq) ProtoReflect() protoreflect.Message
func (*GetApplicationReq) Reset ¶
func (x *GetApplicationReq) Reset()
func (*GetApplicationReq) String ¶
func (x *GetApplicationReq) String() string
func (*GetApplicationReq) Validate ¶
func (m *GetApplicationReq) Validate() error
Validate checks the field values on GetApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationReq) ValidateAll ¶
func (m *GetApplicationReq) ValidateAll() error
ValidateAll checks the field values on GetApplicationReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationReqMultiError, or nil if none found.
type GetApplicationReqMultiError ¶
type GetApplicationReqMultiError []error
GetApplicationReqMultiError is an error wrapping multiple validation errors returned by GetApplicationReq.ValidateAll() if the designated constraints aren't met.
func (GetApplicationReqMultiError) AllErrors ¶
func (m GetApplicationReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationReqMultiError) Error ¶
func (m GetApplicationReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationReqValidationError ¶
type GetApplicationReqValidationError struct {
// contains filtered or unexported fields
}
GetApplicationReqValidationError is the validation error returned by GetApplicationReq.Validate if the designated constraints aren't met.
func (GetApplicationReqValidationError) Cause ¶
func (e GetApplicationReqValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationReqValidationError) Error ¶
func (e GetApplicationReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationReqValidationError) ErrorName ¶
func (e GetApplicationReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationReqValidationError) Field ¶
func (e GetApplicationReqValidationError) Field() string
Field function returns field value.
func (GetApplicationReqValidationError) Key ¶
func (e GetApplicationReqValidationError) Key() bool
Key function returns key value.
func (GetApplicationReqValidationError) Reason ¶
func (e GetApplicationReqValidationError) Reason() string
Reason function returns reason value.
type GetApplicationResp ¶
type GetApplicationResp struct { Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetApplicationResp) Descriptor
deprecated
func (*GetApplicationResp) Descriptor() ([]byte, []int)
Deprecated: Use GetApplicationResp.ProtoReflect.Descriptor instead.
func (*GetApplicationResp) GetApplication ¶
func (x *GetApplicationResp) GetApplication() *Application
func (*GetApplicationResp) ProtoMessage ¶
func (*GetApplicationResp) ProtoMessage()
func (*GetApplicationResp) ProtoReflect ¶
func (x *GetApplicationResp) ProtoReflect() protoreflect.Message
func (*GetApplicationResp) Reset ¶
func (x *GetApplicationResp) Reset()
func (*GetApplicationResp) String ¶
func (x *GetApplicationResp) String() string
func (*GetApplicationResp) Validate ¶
func (m *GetApplicationResp) Validate() error
Validate checks the field values on GetApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetApplicationResp) ValidateAll ¶
func (m *GetApplicationResp) ValidateAll() error
ValidateAll checks the field values on GetApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetApplicationRespMultiError, or nil if none found.
type GetApplicationRespMultiError ¶
type GetApplicationRespMultiError []error
GetApplicationRespMultiError is an error wrapping multiple validation errors returned by GetApplicationResp.ValidateAll() if the designated constraints aren't met.
func (GetApplicationRespMultiError) AllErrors ¶
func (m GetApplicationRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetApplicationRespMultiError) Error ¶
func (m GetApplicationRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetApplicationRespValidationError ¶
type GetApplicationRespValidationError struct {
// contains filtered or unexported fields
}
GetApplicationRespValidationError is the validation error returned by GetApplicationResp.Validate if the designated constraints aren't met.
func (GetApplicationRespValidationError) Cause ¶
func (e GetApplicationRespValidationError) Cause() error
Cause function returns cause value.
func (GetApplicationRespValidationError) Error ¶
func (e GetApplicationRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetApplicationRespValidationError) ErrorName ¶
func (e GetApplicationRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetApplicationRespValidationError) Field ¶
func (e GetApplicationRespValidationError) Field() string
Field function returns field value.
func (GetApplicationRespValidationError) Key ¶
func (e GetApplicationRespValidationError) Key() bool
Key function returns key value.
func (GetApplicationRespValidationError) Reason ¶
func (e GetApplicationRespValidationError) Reason() string
Reason function returns reason value.
type ListApplicationsReq ¶
type ListApplicationsReq struct { Detailed bool `protobuf:"varint,1,opt,name=detailed,proto3" json:"detailed,omitempty"` // if not set, only meta without version is returned // contains filtered or unexported fields }
func (*ListApplicationsReq) Descriptor
deprecated
func (*ListApplicationsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsReq.ProtoReflect.Descriptor instead.
func (*ListApplicationsReq) GetDetailed ¶
func (x *ListApplicationsReq) GetDetailed() bool
func (*ListApplicationsReq) ProtoMessage ¶
func (*ListApplicationsReq) ProtoMessage()
func (*ListApplicationsReq) ProtoReflect ¶
func (x *ListApplicationsReq) ProtoReflect() protoreflect.Message
func (*ListApplicationsReq) Reset ¶
func (x *ListApplicationsReq) Reset()
func (*ListApplicationsReq) String ¶
func (x *ListApplicationsReq) String() string
func (*ListApplicationsReq) Validate ¶
func (m *ListApplicationsReq) Validate() error
Validate checks the field values on ListApplicationsReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListApplicationsReq) ValidateAll ¶
func (m *ListApplicationsReq) ValidateAll() error
ValidateAll checks the field values on ListApplicationsReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListApplicationsReqMultiError, or nil if none found.
type ListApplicationsReqMultiError ¶
type ListApplicationsReqMultiError []error
ListApplicationsReqMultiError is an error wrapping multiple validation errors returned by ListApplicationsReq.ValidateAll() if the designated constraints aren't met.
func (ListApplicationsReqMultiError) AllErrors ¶
func (m ListApplicationsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListApplicationsReqMultiError) Error ¶
func (m ListApplicationsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListApplicationsReqValidationError ¶
type ListApplicationsReqValidationError struct {
// contains filtered or unexported fields
}
ListApplicationsReqValidationError is the validation error returned by ListApplicationsReq.Validate if the designated constraints aren't met.
func (ListApplicationsReqValidationError) Cause ¶
func (e ListApplicationsReqValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationsReqValidationError) Error ¶
func (e ListApplicationsReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationsReqValidationError) ErrorName ¶
func (e ListApplicationsReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationsReqValidationError) Field ¶
func (e ListApplicationsReqValidationError) Field() string
Field function returns field value.
func (ListApplicationsReqValidationError) Key ¶
func (e ListApplicationsReqValidationError) Key() bool
Key function returns key value.
func (ListApplicationsReqValidationError) Reason ¶
func (e ListApplicationsReqValidationError) Reason() string
Reason function returns reason value.
type ListApplicationsResp ¶
type ListApplicationsResp struct { Applications []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"` // contains filtered or unexported fields }
func (*ListApplicationsResp) Descriptor
deprecated
func (*ListApplicationsResp) Descriptor() ([]byte, []int)
Deprecated: Use ListApplicationsResp.ProtoReflect.Descriptor instead.
func (*ListApplicationsResp) GetApplications ¶
func (x *ListApplicationsResp) GetApplications() []*Application
func (*ListApplicationsResp) ProtoMessage ¶
func (*ListApplicationsResp) ProtoMessage()
func (*ListApplicationsResp) ProtoReflect ¶
func (x *ListApplicationsResp) ProtoReflect() protoreflect.Message
func (*ListApplicationsResp) Reset ¶
func (x *ListApplicationsResp) Reset()
func (*ListApplicationsResp) String ¶
func (x *ListApplicationsResp) String() string
func (*ListApplicationsResp) Validate ¶
func (m *ListApplicationsResp) Validate() error
Validate checks the field values on ListApplicationsResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListApplicationsResp) ValidateAll ¶
func (m *ListApplicationsResp) ValidateAll() error
ValidateAll checks the field values on ListApplicationsResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListApplicationsRespMultiError, or nil if none found.
type ListApplicationsRespMultiError ¶
type ListApplicationsRespMultiError []error
ListApplicationsRespMultiError is an error wrapping multiple validation errors returned by ListApplicationsResp.ValidateAll() if the designated constraints aren't met.
func (ListApplicationsRespMultiError) AllErrors ¶
func (m ListApplicationsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListApplicationsRespMultiError) Error ¶
func (m ListApplicationsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListApplicationsRespValidationError ¶
type ListApplicationsRespValidationError struct {
// contains filtered or unexported fields
}
ListApplicationsRespValidationError is the validation error returned by ListApplicationsResp.Validate if the designated constraints aren't met.
func (ListApplicationsRespValidationError) Cause ¶
func (e ListApplicationsRespValidationError) Cause() error
Cause function returns cause value.
func (ListApplicationsRespValidationError) Error ¶
func (e ListApplicationsRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListApplicationsRespValidationError) ErrorName ¶
func (e ListApplicationsRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListApplicationsRespValidationError) Field ¶
func (e ListApplicationsRespValidationError) Field() string
Field function returns field value.
func (ListApplicationsRespValidationError) Key ¶
func (e ListApplicationsRespValidationError) Key() bool
Key function returns key value.
func (ListApplicationsRespValidationError) Reason ¶
func (e ListApplicationsRespValidationError) Reason() string
Reason function returns reason value.
type SetApplicationMetadataReq ¶
type SetApplicationMetadataReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Metadata *ApplicationUserMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*SetApplicationMetadataReq) Descriptor
deprecated
func (*SetApplicationMetadataReq) Descriptor() ([]byte, []int)
Deprecated: Use SetApplicationMetadataReq.ProtoReflect.Descriptor instead.
func (*SetApplicationMetadataReq) GetApplication ¶
func (x *SetApplicationMetadataReq) GetApplication() string
func (*SetApplicationMetadataReq) GetMetadata ¶
func (x *SetApplicationMetadataReq) GetMetadata() *ApplicationUserMetadata
func (*SetApplicationMetadataReq) ProtoMessage ¶
func (*SetApplicationMetadataReq) ProtoMessage()
func (*SetApplicationMetadataReq) ProtoReflect ¶
func (x *SetApplicationMetadataReq) ProtoReflect() protoreflect.Message
func (*SetApplicationMetadataReq) Reset ¶
func (x *SetApplicationMetadataReq) Reset()
func (*SetApplicationMetadataReq) String ¶
func (x *SetApplicationMetadataReq) String() string
func (*SetApplicationMetadataReq) Validate ¶
func (m *SetApplicationMetadataReq) Validate() error
Validate checks the field values on SetApplicationMetadataReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetApplicationMetadataReq) ValidateAll ¶
func (m *SetApplicationMetadataReq) ValidateAll() error
ValidateAll checks the field values on SetApplicationMetadataReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetApplicationMetadataReqMultiError, or nil if none found.
type SetApplicationMetadataReqMultiError ¶
type SetApplicationMetadataReqMultiError []error
SetApplicationMetadataReqMultiError is an error wrapping multiple validation errors returned by SetApplicationMetadataReq.ValidateAll() if the designated constraints aren't met.
func (SetApplicationMetadataReqMultiError) AllErrors ¶
func (m SetApplicationMetadataReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetApplicationMetadataReqMultiError) Error ¶
func (m SetApplicationMetadataReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetApplicationMetadataReqValidationError ¶
type SetApplicationMetadataReqValidationError struct {
// contains filtered or unexported fields
}
SetApplicationMetadataReqValidationError is the validation error returned by SetApplicationMetadataReq.Validate if the designated constraints aren't met.
func (SetApplicationMetadataReqValidationError) Cause ¶
func (e SetApplicationMetadataReqValidationError) Cause() error
Cause function returns cause value.
func (SetApplicationMetadataReqValidationError) Error ¶
func (e SetApplicationMetadataReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetApplicationMetadataReqValidationError) ErrorName ¶
func (e SetApplicationMetadataReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetApplicationMetadataReqValidationError) Field ¶
func (e SetApplicationMetadataReqValidationError) Field() string
Field function returns field value.
func (SetApplicationMetadataReqValidationError) Key ¶
func (e SetApplicationMetadataReqValidationError) Key() bool
Key function returns key value.
func (SetApplicationMetadataReqValidationError) Reason ¶
func (e SetApplicationMetadataReqValidationError) Reason() string
Reason function returns reason value.
type SetApplicationMetadataResp ¶
type SetApplicationMetadataResp struct {
// contains filtered or unexported fields
}
func (*SetApplicationMetadataResp) Descriptor
deprecated
func (*SetApplicationMetadataResp) Descriptor() ([]byte, []int)
Deprecated: Use SetApplicationMetadataResp.ProtoReflect.Descriptor instead.
func (*SetApplicationMetadataResp) ProtoMessage ¶
func (*SetApplicationMetadataResp) ProtoMessage()
func (*SetApplicationMetadataResp) ProtoReflect ¶
func (x *SetApplicationMetadataResp) ProtoReflect() protoreflect.Message
func (*SetApplicationMetadataResp) Reset ¶
func (x *SetApplicationMetadataResp) Reset()
func (*SetApplicationMetadataResp) String ¶
func (x *SetApplicationMetadataResp) String() string
func (*SetApplicationMetadataResp) Validate ¶
func (m *SetApplicationMetadataResp) Validate() error
Validate checks the field values on SetApplicationMetadataResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetApplicationMetadataResp) ValidateAll ¶
func (m *SetApplicationMetadataResp) ValidateAll() error
ValidateAll checks the field values on SetApplicationMetadataResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetApplicationMetadataRespMultiError, or nil if none found.
type SetApplicationMetadataRespMultiError ¶
type SetApplicationMetadataRespMultiError []error
SetApplicationMetadataRespMultiError is an error wrapping multiple validation errors returned by SetApplicationMetadataResp.ValidateAll() if the designated constraints aren't met.
func (SetApplicationMetadataRespMultiError) AllErrors ¶
func (m SetApplicationMetadataRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetApplicationMetadataRespMultiError) Error ¶
func (m SetApplicationMetadataRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetApplicationMetadataRespValidationError ¶
type SetApplicationMetadataRespValidationError struct {
// contains filtered or unexported fields
}
SetApplicationMetadataRespValidationError is the validation error returned by SetApplicationMetadataResp.Validate if the designated constraints aren't met.
func (SetApplicationMetadataRespValidationError) Cause ¶
func (e SetApplicationMetadataRespValidationError) Cause() error
Cause function returns cause value.
func (SetApplicationMetadataRespValidationError) Error ¶
func (e SetApplicationMetadataRespValidationError) Error() string
Error satisfies the builtin error interface
func (SetApplicationMetadataRespValidationError) ErrorName ¶
func (e SetApplicationMetadataRespValidationError) ErrorName() string
ErrorName returns error name.
func (SetApplicationMetadataRespValidationError) Field ¶
func (e SetApplicationMetadataRespValidationError) Field() string
Field function returns field value.
func (SetApplicationMetadataRespValidationError) Key ¶
func (e SetApplicationMetadataRespValidationError) Key() bool
Key function returns key value.
func (SetApplicationMetadataRespValidationError) Reason ¶
func (e SetApplicationMetadataRespValidationError) Reason() string
Reason function returns reason value.
type SnoozeApplicationInsightReq ¶
type SnoozeApplicationInsightReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Class insights.Class `protobuf:"varint,2,opt,name=class,proto3,enum=prodvana.insights.Class" json:"class,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*SnoozeApplicationInsightReq) Descriptor
deprecated
func (*SnoozeApplicationInsightReq) Descriptor() ([]byte, []int)
Deprecated: Use SnoozeApplicationInsightReq.ProtoReflect.Descriptor instead.
func (*SnoozeApplicationInsightReq) GetApplication ¶
func (x *SnoozeApplicationInsightReq) GetApplication() string
func (*SnoozeApplicationInsightReq) GetClass ¶
func (x *SnoozeApplicationInsightReq) GetClass() insights.Class
func (*SnoozeApplicationInsightReq) GetDuration ¶
func (x *SnoozeApplicationInsightReq) GetDuration() *durationpb.Duration
func (*SnoozeApplicationInsightReq) ProtoMessage ¶
func (*SnoozeApplicationInsightReq) ProtoMessage()
func (*SnoozeApplicationInsightReq) ProtoReflect ¶
func (x *SnoozeApplicationInsightReq) ProtoReflect() protoreflect.Message
func (*SnoozeApplicationInsightReq) Reset ¶
func (x *SnoozeApplicationInsightReq) Reset()
func (*SnoozeApplicationInsightReq) String ¶
func (x *SnoozeApplicationInsightReq) String() string
func (*SnoozeApplicationInsightReq) Validate ¶
func (m *SnoozeApplicationInsightReq) Validate() error
Validate checks the field values on SnoozeApplicationInsightReq with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SnoozeApplicationInsightReq) ValidateAll ¶
func (m *SnoozeApplicationInsightReq) ValidateAll() error
ValidateAll checks the field values on SnoozeApplicationInsightReq with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SnoozeApplicationInsightReqMultiError, or nil if none found.
type SnoozeApplicationInsightReqMultiError ¶
type SnoozeApplicationInsightReqMultiError []error
SnoozeApplicationInsightReqMultiError is an error wrapping multiple validation errors returned by SnoozeApplicationInsightReq.ValidateAll() if the designated constraints aren't met.
func (SnoozeApplicationInsightReqMultiError) AllErrors ¶
func (m SnoozeApplicationInsightReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SnoozeApplicationInsightReqMultiError) Error ¶
func (m SnoozeApplicationInsightReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SnoozeApplicationInsightReqValidationError ¶
type SnoozeApplicationInsightReqValidationError struct {
// contains filtered or unexported fields
}
SnoozeApplicationInsightReqValidationError is the validation error returned by SnoozeApplicationInsightReq.Validate if the designated constraints aren't met.
func (SnoozeApplicationInsightReqValidationError) Cause ¶
func (e SnoozeApplicationInsightReqValidationError) Cause() error
Cause function returns cause value.
func (SnoozeApplicationInsightReqValidationError) Error ¶
func (e SnoozeApplicationInsightReqValidationError) Error() string
Error satisfies the builtin error interface
func (SnoozeApplicationInsightReqValidationError) ErrorName ¶
func (e SnoozeApplicationInsightReqValidationError) ErrorName() string
ErrorName returns error name.
func (SnoozeApplicationInsightReqValidationError) Field ¶
func (e SnoozeApplicationInsightReqValidationError) Field() string
Field function returns field value.
func (SnoozeApplicationInsightReqValidationError) Key ¶
func (e SnoozeApplicationInsightReqValidationError) Key() bool
Key function returns key value.
func (SnoozeApplicationInsightReqValidationError) Reason ¶
func (e SnoozeApplicationInsightReqValidationError) Reason() string
Reason function returns reason value.
type SnoozeApplicationInsightResp ¶
type SnoozeApplicationInsightResp struct {
// contains filtered or unexported fields
}
func (*SnoozeApplicationInsightResp) Descriptor
deprecated
func (*SnoozeApplicationInsightResp) Descriptor() ([]byte, []int)
Deprecated: Use SnoozeApplicationInsightResp.ProtoReflect.Descriptor instead.
func (*SnoozeApplicationInsightResp) ProtoMessage ¶
func (*SnoozeApplicationInsightResp) ProtoMessage()
func (*SnoozeApplicationInsightResp) ProtoReflect ¶
func (x *SnoozeApplicationInsightResp) ProtoReflect() protoreflect.Message
func (*SnoozeApplicationInsightResp) Reset ¶
func (x *SnoozeApplicationInsightResp) Reset()
func (*SnoozeApplicationInsightResp) String ¶
func (x *SnoozeApplicationInsightResp) String() string
func (*SnoozeApplicationInsightResp) Validate ¶
func (m *SnoozeApplicationInsightResp) Validate() error
Validate checks the field values on SnoozeApplicationInsightResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SnoozeApplicationInsightResp) ValidateAll ¶
func (m *SnoozeApplicationInsightResp) ValidateAll() error
ValidateAll checks the field values on SnoozeApplicationInsightResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SnoozeApplicationInsightRespMultiError, or nil if none found.
type SnoozeApplicationInsightRespMultiError ¶
type SnoozeApplicationInsightRespMultiError []error
SnoozeApplicationInsightRespMultiError is an error wrapping multiple validation errors returned by SnoozeApplicationInsightResp.ValidateAll() if the designated constraints aren't met.
func (SnoozeApplicationInsightRespMultiError) AllErrors ¶
func (m SnoozeApplicationInsightRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SnoozeApplicationInsightRespMultiError) Error ¶
func (m SnoozeApplicationInsightRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SnoozeApplicationInsightRespValidationError ¶
type SnoozeApplicationInsightRespValidationError struct {
// contains filtered or unexported fields
}
SnoozeApplicationInsightRespValidationError is the validation error returned by SnoozeApplicationInsightResp.Validate if the designated constraints aren't met.
func (SnoozeApplicationInsightRespValidationError) Cause ¶
func (e SnoozeApplicationInsightRespValidationError) Cause() error
Cause function returns cause value.
func (SnoozeApplicationInsightRespValidationError) Error ¶
func (e SnoozeApplicationInsightRespValidationError) Error() string
Error satisfies the builtin error interface
func (SnoozeApplicationInsightRespValidationError) ErrorName ¶
func (e SnoozeApplicationInsightRespValidationError) ErrorName() string
ErrorName returns error name.
func (SnoozeApplicationInsightRespValidationError) Field ¶
func (e SnoozeApplicationInsightRespValidationError) Field() string
Field function returns field value.
func (SnoozeApplicationInsightRespValidationError) Key ¶
func (e SnoozeApplicationInsightRespValidationError) Key() bool
Key function returns key value.
func (SnoozeApplicationInsightRespValidationError) Reason ¶
func (e SnoozeApplicationInsightRespValidationError) Reason() string
Reason function returns reason value.
type UnimplementedApplicationManagerServer ¶
type UnimplementedApplicationManagerServer struct { }
UnimplementedApplicationManagerServer must be embedded to have forward compatible implementations.
func (UnimplementedApplicationManagerServer) ConfigureApplication ¶
func (UnimplementedApplicationManagerServer) ConfigureApplication(context.Context, *ConfigureApplicationReq) (*ConfigureApplicationResp, error)
func (UnimplementedApplicationManagerServer) DeleteApplication ¶
func (UnimplementedApplicationManagerServer) DeleteApplication(context.Context, *DeleteApplicationReq) (*DeleteApplicationResp, error)
func (UnimplementedApplicationManagerServer) GetApplication ¶
func (UnimplementedApplicationManagerServer) GetApplication(context.Context, *GetApplicationReq) (*GetApplicationResp, error)
func (UnimplementedApplicationManagerServer) GetApplicationConfig ¶
func (UnimplementedApplicationManagerServer) GetApplicationConfig(context.Context, *GetApplicationConfigReq) (*GetApplicationConfigResp, error)
func (UnimplementedApplicationManagerServer) GetApplicationInsights ¶
func (UnimplementedApplicationManagerServer) GetApplicationInsights(context.Context, *GetApplicationInsightsReq) (*GetApplicationInsightsResp, error)
func (UnimplementedApplicationManagerServer) GetApplicationMetadata ¶
func (UnimplementedApplicationManagerServer) GetApplicationMetadata(context.Context, *GetApplicationMetadataReq) (*GetApplicationMetadataResp, error)
func (UnimplementedApplicationManagerServer) GetApplicationMetrics ¶
func (UnimplementedApplicationManagerServer) GetApplicationMetrics(context.Context, *GetApplicationMetricsReq) (*GetApplicationMetricsResp, error)
func (UnimplementedApplicationManagerServer) ListApplications ¶
func (UnimplementedApplicationManagerServer) ListApplications(context.Context, *ListApplicationsReq) (*ListApplicationsResp, error)
func (UnimplementedApplicationManagerServer) SetApplicationMetadata ¶
func (UnimplementedApplicationManagerServer) SetApplicationMetadata(context.Context, *SetApplicationMetadataReq) (*SetApplicationMetadataResp, error)
func (UnimplementedApplicationManagerServer) SnoozeApplicationInsight ¶
func (UnimplementedApplicationManagerServer) SnoozeApplicationInsight(context.Context, *SnoozeApplicationInsightReq) (*SnoozeApplicationInsightResp, error)
func (UnimplementedApplicationManagerServer) ValidateConfigureApplication ¶
func (UnimplementedApplicationManagerServer) ValidateConfigureApplication(context.Context, *ConfigureApplicationReq) (*ValidateConfigureApplicationResp, error)
type UnsafeApplicationManagerServer ¶
type UnsafeApplicationManagerServer interface {
// contains filtered or unexported methods
}
UnsafeApplicationManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ApplicationManagerServer will result in compilation errors.
type ValidateConfigureApplicationResp ¶
type ValidateConfigureApplicationResp struct { Config *ApplicationConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // config as passed in by user CompiledConfig *ApplicationConfig `protobuf:"bytes,2,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` // config with defaults applied DangerousActions []*common_config.DangerousAction `protobuf:"bytes,3,rep,name=dangerous_actions,json=dangerousActions,proto3" json:"dangerous_actions,omitempty"` // contains filtered or unexported fields }
func (*ValidateConfigureApplicationResp) Descriptor
deprecated
func (*ValidateConfigureApplicationResp) Descriptor() ([]byte, []int)
Deprecated: Use ValidateConfigureApplicationResp.ProtoReflect.Descriptor instead.
func (*ValidateConfigureApplicationResp) GetCompiledConfig ¶
func (x *ValidateConfigureApplicationResp) GetCompiledConfig() *ApplicationConfig
func (*ValidateConfigureApplicationResp) GetConfig ¶
func (x *ValidateConfigureApplicationResp) GetConfig() *ApplicationConfig
func (*ValidateConfigureApplicationResp) GetDangerousActions ¶
func (x *ValidateConfigureApplicationResp) GetDangerousActions() []*common_config.DangerousAction
func (*ValidateConfigureApplicationResp) ProtoMessage ¶
func (*ValidateConfigureApplicationResp) ProtoMessage()
func (*ValidateConfigureApplicationResp) ProtoReflect ¶
func (x *ValidateConfigureApplicationResp) ProtoReflect() protoreflect.Message
func (*ValidateConfigureApplicationResp) Reset ¶
func (x *ValidateConfigureApplicationResp) Reset()
func (*ValidateConfigureApplicationResp) String ¶
func (x *ValidateConfigureApplicationResp) String() string
func (*ValidateConfigureApplicationResp) Validate ¶
func (m *ValidateConfigureApplicationResp) Validate() error
Validate checks the field values on ValidateConfigureApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ValidateConfigureApplicationResp) ValidateAll ¶
func (m *ValidateConfigureApplicationResp) ValidateAll() error
ValidateAll checks the field values on ValidateConfigureApplicationResp with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidateConfigureApplicationRespMultiError, or nil if none found.
type ValidateConfigureApplicationRespMultiError ¶
type ValidateConfigureApplicationRespMultiError []error
ValidateConfigureApplicationRespMultiError is an error wrapping multiple validation errors returned by ValidateConfigureApplicationResp.ValidateAll() if the designated constraints aren't met.
func (ValidateConfigureApplicationRespMultiError) AllErrors ¶
func (m ValidateConfigureApplicationRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateConfigureApplicationRespMultiError) Error ¶
func (m ValidateConfigureApplicationRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateConfigureApplicationRespValidationError ¶
type ValidateConfigureApplicationRespValidationError struct {
// contains filtered or unexported fields
}
ValidateConfigureApplicationRespValidationError is the validation error returned by ValidateConfigureApplicationResp.Validate if the designated constraints aren't met.
func (ValidateConfigureApplicationRespValidationError) Cause ¶
func (e ValidateConfigureApplicationRespValidationError) Cause() error
Cause function returns cause value.
func (ValidateConfigureApplicationRespValidationError) Error ¶
func (e ValidateConfigureApplicationRespValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateConfigureApplicationRespValidationError) ErrorName ¶
func (e ValidateConfigureApplicationRespValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateConfigureApplicationRespValidationError) Field ¶
func (e ValidateConfigureApplicationRespValidationError) Field() string
Field function returns field value.
func (ValidateConfigureApplicationRespValidationError) Key ¶
func (e ValidateConfigureApplicationRespValidationError) Key() bool
Key function returns key value.
func (ValidateConfigureApplicationRespValidationError) Reason ¶
func (e ValidateConfigureApplicationRespValidationError) Reason() string
Reason function returns reason value.