Documentation ¶
Overview ¶
Package service is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterServiceManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterServiceManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceManagerClient) error
- func RegisterServiceManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterServiceManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceManagerServer) error
- func RegisterServiceManagerServer(s grpc.ServiceRegistrar, srv ServiceManagerServer)
- type ApplyParametersReq
- func (*ApplyParametersReq) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyParametersReq) GetApplication() string
- func (x *ApplyParametersReq) GetBundleNameOverride() string
- func (x *ApplyParametersReq) GetHandleBundleNameDuplicate() bool
- func (m *ApplyParametersReq) GetOneof() isApplyParametersReq_Oneof
- func (x *ApplyParametersReq) GetParameters() []*common_config.ParameterValue
- func (x *ApplyParametersReq) GetPerReleaseChannel() []*ApplyParametersReq_PerReleaseChannel
- func (x *ApplyParametersReq) GetServiceConfig() *ServiceConfig
- func (x *ApplyParametersReq) GetServiceConfigVersion() *ServiceConfigVersionReference
- func (x *ApplyParametersReq) GetSkipRuntimeValidation() bool
- func (x *ApplyParametersReq) GetSource() version.Source
- func (x *ApplyParametersReq) GetSourceMetadata() *version.SourceMetadata
- func (x *ApplyParametersReq) GetTestOnlySkipRegistryCheck() bool
- func (*ApplyParametersReq) ProtoMessage()
- func (x *ApplyParametersReq) ProtoReflect() protoreflect.Message
- func (x *ApplyParametersReq) Reset()
- func (x *ApplyParametersReq) String() string
- func (m *ApplyParametersReq) Validate() error
- func (m *ApplyParametersReq) ValidateAll() error
- type ApplyParametersReqMultiError
- type ApplyParametersReqValidationError
- func (e ApplyParametersReqValidationError) Cause() error
- func (e ApplyParametersReqValidationError) Error() string
- func (e ApplyParametersReqValidationError) ErrorName() string
- func (e ApplyParametersReqValidationError) Field() string
- func (e ApplyParametersReqValidationError) Key() bool
- func (e ApplyParametersReqValidationError) Reason() string
- type ApplyParametersReq_PerReleaseChannel
- func (*ApplyParametersReq_PerReleaseChannel) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyParametersReq_PerReleaseChannel) GetParameters() []*common_config.ParameterValue
- func (x *ApplyParametersReq_PerReleaseChannel) GetReleaseChannel() string
- func (*ApplyParametersReq_PerReleaseChannel) ProtoMessage()
- func (x *ApplyParametersReq_PerReleaseChannel) ProtoReflect() protoreflect.Message
- func (x *ApplyParametersReq_PerReleaseChannel) Reset()
- func (x *ApplyParametersReq_PerReleaseChannel) String() string
- func (m *ApplyParametersReq_PerReleaseChannel) Validate() error
- func (m *ApplyParametersReq_PerReleaseChannel) ValidateAll() error
- type ApplyParametersReq_PerReleaseChannelMultiError
- type ApplyParametersReq_PerReleaseChannelValidationError
- func (e ApplyParametersReq_PerReleaseChannelValidationError) Cause() error
- func (e ApplyParametersReq_PerReleaseChannelValidationError) Error() string
- func (e ApplyParametersReq_PerReleaseChannelValidationError) ErrorName() string
- func (e ApplyParametersReq_PerReleaseChannelValidationError) Field() string
- func (e ApplyParametersReq_PerReleaseChannelValidationError) Key() bool
- func (e ApplyParametersReq_PerReleaseChannelValidationError) Reason() string
- type ApplyParametersReq_ServiceConfig
- type ApplyParametersReq_ServiceConfigVersion
- type ApplyParametersResp
- func (*ApplyParametersResp) Descriptor() ([]byte, []int)deprecated
- func (x *ApplyParametersResp) GetEfficiencyStat() *stat.EfficiencyStat
- func (x *ApplyParametersResp) GetServiceId() string
- func (x *ApplyParametersResp) GetVersion() string
- func (*ApplyParametersResp) ProtoMessage()
- func (x *ApplyParametersResp) ProtoReflect() protoreflect.Message
- func (x *ApplyParametersResp) Reset()
- func (x *ApplyParametersResp) String() string
- func (m *ApplyParametersResp) Validate() error
- func (m *ApplyParametersResp) ValidateAll() error
- type ApplyParametersRespMultiError
- type ApplyParametersRespValidationError
- func (e ApplyParametersRespValidationError) Cause() error
- func (e ApplyParametersRespValidationError) Error() string
- func (e ApplyParametersRespValidationError) ErrorName() string
- func (e ApplyParametersRespValidationError) Field() string
- func (e ApplyParametersRespValidationError) Key() bool
- func (e ApplyParametersRespValidationError) Reason() string
- type AutoRollbackConfig
- func (*AutoRollbackConfig) Descriptor() ([]byte, []int)deprecated
- func (x *AutoRollbackConfig) GetDisabled() bool
- func (*AutoRollbackConfig) ProtoMessage()
- func (x *AutoRollbackConfig) ProtoReflect() protoreflect.Message
- func (x *AutoRollbackConfig) Reset()
- func (x *AutoRollbackConfig) String() string
- func (m *AutoRollbackConfig) Validate() error
- func (m *AutoRollbackConfig) ValidateAll() error
- type AutoRollbackConfigMultiError
- type AutoRollbackConfigValidationError
- func (e AutoRollbackConfigValidationError) Cause() error
- func (e AutoRollbackConfigValidationError) Error() string
- func (e AutoRollbackConfigValidationError) ErrorName() string
- func (e AutoRollbackConfigValidationError) Field() string
- func (e AutoRollbackConfigValidationError) Key() bool
- func (e AutoRollbackConfigValidationError) Reason() string
- type CapabilityReference
- func (*CapabilityReference) Descriptor() ([]byte, []int)deprecated
- func (x *CapabilityReference) GetName() string
- func (*CapabilityReference) ProtoMessage()
- func (x *CapabilityReference) ProtoReflect() protoreflect.Message
- func (x *CapabilityReference) Reset()
- func (x *CapabilityReference) String() string
- func (m *CapabilityReference) Validate() error
- func (m *CapabilityReference) ValidateAll() error
- type CapabilityReferenceMultiError
- type CapabilityReferenceValidationError
- func (e CapabilityReferenceValidationError) Cause() error
- func (e CapabilityReferenceValidationError) Error() string
- func (e CapabilityReferenceValidationError) ErrorName() string
- func (e CapabilityReferenceValidationError) Field() string
- func (e CapabilityReferenceValidationError) Key() bool
- func (e CapabilityReferenceValidationError) Reason() string
- type Certificate
- func (*Certificate) Descriptor() ([]byte, []int)deprecated
- func (x *Certificate) GetAwsAcmCert() string
- func (m *Certificate) GetCertificate() isCertificate_Certificate
- func (x *Certificate) GetTls() *TLSCertificate
- func (*Certificate) ProtoMessage()
- func (x *Certificate) ProtoReflect() protoreflect.Message
- func (x *Certificate) Reset()
- func (x *Certificate) String() string
- func (m *Certificate) Validate() error
- func (m *Certificate) ValidateAll() error
- type CertificateMultiError
- type CertificateValidationError
- func (e CertificateValidationError) Cause() error
- func (e CertificateValidationError) Error() string
- func (e CertificateValidationError) ErrorName() string
- func (e CertificateValidationError) Field() string
- func (e CertificateValidationError) Key() bool
- func (e CertificateValidationError) Reason() string
- type Certificate_AwsAcmCert
- type Certificate_Tls
- type CompiledCapabilityConfig
- func (*CompiledCapabilityConfig) Descriptor() ([]byte, []int)deprecated
- func (x *CompiledCapabilityConfig) GetCapability() *capability.CapabilityConfig
- func (*CompiledCapabilityConfig) ProtoMessage()
- func (x *CompiledCapabilityConfig) ProtoReflect() protoreflect.Message
- func (x *CompiledCapabilityConfig) Reset()
- func (x *CompiledCapabilityConfig) String() string
- func (m *CompiledCapabilityConfig) Validate() error
- func (m *CompiledCapabilityConfig) ValidateAll() error
- type CompiledCapabilityConfigMultiError
- type CompiledCapabilityConfigValidationError
- func (e CompiledCapabilityConfigValidationError) Cause() error
- func (e CompiledCapabilityConfigValidationError) Error() string
- func (e CompiledCapabilityConfigValidationError) ErrorName() string
- func (e CompiledCapabilityConfigValidationError) Field() string
- func (e CompiledCapabilityConfigValidationError) Key() bool
- func (e CompiledCapabilityConfigValidationError) Reason() string
- type CompiledJobConfig
- func (*CompiledJobConfig) Descriptor() ([]byte, []int)deprecated
- func (x *CompiledJobConfig) GetNamePrefix() string
- func (x *CompiledJobConfig) GetPrograms() []*common_config.ProgramConfig
- func (x *CompiledJobConfig) GetReleaseChannel() string
- func (x *CompiledJobConfig) GetRuntime() *release_channel.ReleaseChannelRuntimeConfig
- func (x *CompiledJobConfig) GetRuntimeExecution() *runtimes.RuntimeExecutionConfig
- func (*CompiledJobConfig) ProtoMessage()
- func (x *CompiledJobConfig) ProtoReflect() protoreflect.Message
- func (x *CompiledJobConfig) Reset()
- func (x *CompiledJobConfig) String() string
- func (m *CompiledJobConfig) Validate() error
- func (m *CompiledJobConfig) ValidateAll() error
- type CompiledJobConfigMultiError
- type CompiledJobConfigValidationError
- func (e CompiledJobConfigValidationError) Cause() error
- func (e CompiledJobConfigValidationError) Error() string
- func (e CompiledJobConfigValidationError) ErrorName() string
- func (e CompiledJobConfigValidationError) Field() string
- func (e CompiledJobConfigValidationError) Key() bool
- func (e CompiledJobConfigValidationError) Reason() string
- type CompiledServiceInstanceConfig
- func (*CompiledServiceInstanceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *CompiledServiceInstanceConfig) GetApplication() string
- func (x *CompiledServiceInstanceConfig) GetCapabilities() []*CompiledCapabilityConfig
- func (x *CompiledServiceInstanceConfig) GetCert() *Certificate
- func (m *CompiledServiceInstanceConfig) GetConfigOneof() isCompiledServiceInstanceConfig_ConfigOneof
- func (x *CompiledServiceInstanceConfig) GetConstants() []*common_config.Constant
- func (x *CompiledServiceInstanceConfig) GetCustomHostnames() []string
- func (x *CompiledServiceInstanceConfig) GetDeliveryConfig() *delivery.DeliveryConfig
- func (x *CompiledServiceInstanceConfig) GetDeliveryExtensionInstances() []*DeliveryExtensionInstance
- func (x *CompiledServiceInstanceConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
- func (x *CompiledServiceInstanceConfig) GetDeployAnnotations() *workflow.AnnotationsConfig
- func (x *CompiledServiceInstanceConfig) GetEnv() map[string]*common_config.EnvValue
- func (x *CompiledServiceInstanceConfig) GetHelm() *common_config.HelmConfig
- func (x *CompiledServiceInstanceConfig) GetKubernetesConfig() *common_config.KubernetesConfig
- func (x *CompiledServiceInstanceConfig) GetMaturity() common_config.Maturity
- func (x *CompiledServiceInstanceConfig) GetNoCleanupOnDelete() bool
- func (x *CompiledServiceInstanceConfig) GetParameterValues() []*common_config.ParameterValue
- func (x *CompiledServiceInstanceConfig) GetParameters() []*common_config.ParameterDefinition
- func (x *CompiledServiceInstanceConfig) GetPrePushTasks() []*TaskConfig
- func (x *CompiledServiceInstanceConfig) GetPrograms() []*common_config.ProgramConfig
- func (x *CompiledServiceInstanceConfig) GetProgressDeadline() *durationpb.Duration
- func (x *CompiledServiceInstanceConfig) GetProtections() []*protection.ProtectionAttachmentConfig
- func (x *CompiledServiceInstanceConfig) GetReleaseChannel() string
- func (x *CompiledServiceInstanceConfig) GetReleaseStrategy() *ReleaseStrategyConfig
- func (x *CompiledServiceInstanceConfig) GetReplicas() *ReplicasConfig
- func (x *CompiledServiceInstanceConfig) GetRuntime() *release_channel.ReleaseChannelRuntimeConfig
- func (x *CompiledServiceInstanceConfig) GetRuntimeExecution() *runtimes.RuntimeExecutionConfig
- func (x *CompiledServiceInstanceConfig) GetRuntimeExtension() *RuntimeExtensionConfig
- func (x *CompiledServiceInstanceConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
- func (x *CompiledServiceInstanceConfig) GetService() string
- func (x *CompiledServiceInstanceConfig) GetVolumes() []*volumes.Volume
- func (*CompiledServiceInstanceConfig) ProtoMessage()
- func (x *CompiledServiceInstanceConfig) ProtoReflect() protoreflect.Message
- func (x *CompiledServiceInstanceConfig) Reset()
- func (x *CompiledServiceInstanceConfig) String() string
- func (m *CompiledServiceInstanceConfig) Validate() error
- func (m *CompiledServiceInstanceConfig) ValidateAll() error
- type CompiledServiceInstanceConfigMultiError
- type CompiledServiceInstanceConfigValidationError
- func (e CompiledServiceInstanceConfigValidationError) Cause() error
- func (e CompiledServiceInstanceConfigValidationError) Error() string
- func (e CompiledServiceInstanceConfigValidationError) ErrorName() string
- func (e CompiledServiceInstanceConfigValidationError) Field() string
- func (e CompiledServiceInstanceConfigValidationError) Key() bool
- func (e CompiledServiceInstanceConfigValidationError) Reason() string
- type CompiledServiceInstanceConfig_Helm
- type CompiledServiceInstanceConfig_KubernetesConfig
- type CompiledServiceInstanceConfig_RuntimeExtension
- type ConfigureServiceReq
- func (*ConfigureServiceReq) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureServiceReq) GetApplication() string
- func (x *ConfigureServiceReq) GetBundleNameOverride() string
- func (x *ConfigureServiceReq) GetServiceConfig() *ServiceConfig
- func (x *ConfigureServiceReq) GetSkipRuntimeValidation() bool
- func (x *ConfigureServiceReq) GetSource() version.Source
- func (x *ConfigureServiceReq) GetSourceMetadata() *version.SourceMetadata
- func (*ConfigureServiceReq) ProtoMessage()
- func (x *ConfigureServiceReq) ProtoReflect() protoreflect.Message
- func (x *ConfigureServiceReq) Reset()
- func (x *ConfigureServiceReq) String() string
- func (m *ConfigureServiceReq) Validate() error
- func (m *ConfigureServiceReq) ValidateAll() error
- type ConfigureServiceReqMultiError
- type ConfigureServiceReqValidationError
- func (e ConfigureServiceReqValidationError) Cause() error
- func (e ConfigureServiceReqValidationError) Error() string
- func (e ConfigureServiceReqValidationError) ErrorName() string
- func (e ConfigureServiceReqValidationError) Field() string
- func (e ConfigureServiceReqValidationError) Key() bool
- func (e ConfigureServiceReqValidationError) Reason() string
- type ConfigureServiceResp
- func (*ConfigureServiceResp) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigureServiceResp) GetConfigVersion() string
- func (x *ConfigureServiceResp) GetServiceId() string
- func (*ConfigureServiceResp) ProtoMessage()
- func (x *ConfigureServiceResp) ProtoReflect() protoreflect.Message
- func (x *ConfigureServiceResp) Reset()
- func (x *ConfigureServiceResp) String() string
- func (m *ConfigureServiceResp) Validate() error
- func (m *ConfigureServiceResp) ValidateAll() error
- type ConfigureServiceRespMultiError
- type ConfigureServiceRespValidationError
- func (e ConfigureServiceRespValidationError) Cause() error
- func (e ConfigureServiceRespValidationError) Error() string
- func (e ConfigureServiceRespValidationError) ErrorName() string
- func (e ConfigureServiceRespValidationError) Field() string
- func (e ConfigureServiceRespValidationError) Key() bool
- func (e ConfigureServiceRespValidationError) Reason() string
- type DeleteServiceReq
- func (*DeleteServiceReq) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteServiceReq) GetApplication() string
- func (x *DeleteServiceReq) GetService() string
- func (*DeleteServiceReq) ProtoMessage()
- func (x *DeleteServiceReq) ProtoReflect() protoreflect.Message
- func (x *DeleteServiceReq) Reset()
- func (x *DeleteServiceReq) String() string
- func (m *DeleteServiceReq) Validate() error
- func (m *DeleteServiceReq) ValidateAll() error
- type DeleteServiceReqMultiError
- type DeleteServiceReqValidationError
- func (e DeleteServiceReqValidationError) Cause() error
- func (e DeleteServiceReqValidationError) Error() string
- func (e DeleteServiceReqValidationError) ErrorName() string
- func (e DeleteServiceReqValidationError) Field() string
- func (e DeleteServiceReqValidationError) Key() bool
- func (e DeleteServiceReqValidationError) Reason() string
- type DeleteServiceResp
- func (*DeleteServiceResp) Descriptor() ([]byte, []int)deprecated
- func (*DeleteServiceResp) ProtoMessage()
- func (x *DeleteServiceResp) ProtoReflect() protoreflect.Message
- func (x *DeleteServiceResp) Reset()
- func (x *DeleteServiceResp) String() string
- func (m *DeleteServiceResp) Validate() error
- func (m *DeleteServiceResp) ValidateAll() error
- type DeleteServiceRespMultiError
- type DeleteServiceRespValidationError
- func (e DeleteServiceRespValidationError) Cause() error
- func (e DeleteServiceRespValidationError) Error() string
- func (e DeleteServiceRespValidationError) ErrorName() string
- func (e DeleteServiceRespValidationError) Field() string
- func (e DeleteServiceRespValidationError) Key() bool
- func (e DeleteServiceRespValidationError) Reason() string
- type DeliveryExtensionConfig
- func (*DeliveryExtensionConfig) Descriptor() ([]byte, []int)deprecated
- func (m *DeliveryExtensionConfig) GetDefinition() isDeliveryExtensionConfig_Definition
- func (x *DeliveryExtensionConfig) GetInlined() *delivery_extension.DeliveryExtensionConfig
- func (x *DeliveryExtensionConfig) GetInstance() string
- func (x *DeliveryExtensionConfig) GetLifecycle() common_config.TaskLifecycle
- func (x *DeliveryExtensionConfig) GetRef() *delivery_extension.DeliveryExtensionInstanceRef
- func (*DeliveryExtensionConfig) ProtoMessage()
- func (x *DeliveryExtensionConfig) ProtoReflect() protoreflect.Message
- func (x *DeliveryExtensionConfig) Reset()
- func (x *DeliveryExtensionConfig) String() string
- func (m *DeliveryExtensionConfig) Validate() error
- func (m *DeliveryExtensionConfig) ValidateAll() error
- type DeliveryExtensionConfigMultiError
- type DeliveryExtensionConfigValidationError
- func (e DeliveryExtensionConfigValidationError) Cause() error
- func (e DeliveryExtensionConfigValidationError) Error() string
- func (e DeliveryExtensionConfigValidationError) ErrorName() string
- func (e DeliveryExtensionConfigValidationError) Field() string
- func (e DeliveryExtensionConfigValidationError) Key() bool
- func (e DeliveryExtensionConfigValidationError) Reason() string
- type DeliveryExtensionConfig_Inlined
- type DeliveryExtensionConfig_Instance
- type DeliveryExtensionConfig_Ref
- type DeliveryExtensionInstance
- func (*DeliveryExtensionInstance) Descriptor() ([]byte, []int)deprecated
- func (m *DeliveryExtensionInstance) GetDefinition() isDeliveryExtensionInstance_Definition
- func (x *DeliveryExtensionInstance) GetInlined() *delivery_extension.DeliveryExtensionConfig
- func (x *DeliveryExtensionInstance) GetLifecycle() common_config.TaskLifecycle
- func (x *DeliveryExtensionInstance) GetName() string
- func (x *DeliveryExtensionInstance) GetRef() *delivery_extension.DeliveryExtensionInstanceRef
- func (*DeliveryExtensionInstance) ProtoMessage()
- func (x *DeliveryExtensionInstance) ProtoReflect() protoreflect.Message
- func (x *DeliveryExtensionInstance) Reset()
- func (x *DeliveryExtensionInstance) String() string
- func (m *DeliveryExtensionInstance) Validate() error
- func (m *DeliveryExtensionInstance) ValidateAll() error
- type DeliveryExtensionInstanceMultiError
- type DeliveryExtensionInstanceValidationError
- func (e DeliveryExtensionInstanceValidationError) Cause() error
- func (e DeliveryExtensionInstanceValidationError) Error() string
- func (e DeliveryExtensionInstanceValidationError) ErrorName() string
- func (e DeliveryExtensionInstanceValidationError) Field() string
- func (e DeliveryExtensionInstanceValidationError) Key() bool
- func (e DeliveryExtensionInstanceValidationError) Reason() string
- type DeliveryExtensionInstance_Inlined
- type DeliveryExtensionInstance_Ref
- type ExternalAddr
- func (*ExternalAddr) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalAddr) GetAddr() string
- func (x *ExternalAddr) GetType() ExternalAddr_Type
- func (*ExternalAddr) ProtoMessage()
- func (x *ExternalAddr) ProtoReflect() protoreflect.Message
- func (x *ExternalAddr) Reset()
- func (x *ExternalAddr) String() string
- func (m *ExternalAddr) Validate() error
- func (m *ExternalAddr) ValidateAll() error
- type ExternalAddrMultiError
- type ExternalAddrValidationError
- func (e ExternalAddrValidationError) Cause() error
- func (e ExternalAddrValidationError) Error() string
- func (e ExternalAddrValidationError) ErrorName() string
- func (e ExternalAddrValidationError) Field() string
- func (e ExternalAddrValidationError) Key() bool
- func (e ExternalAddrValidationError) Reason() string
- type ExternalAddr_Type
- func (ExternalAddr_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ExternalAddr_Type) Enum() *ExternalAddr_Type
- func (ExternalAddr_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExternalAddr_Type) Number() protoreflect.EnumNumber
- func (x ExternalAddr_Type) String() string
- func (ExternalAddr_Type) Type() protoreflect.EnumType
- type FollowContainerRepositorySettings
- func (*FollowContainerRepositorySettings) Descriptor() ([]byte, []int)deprecated
- func (x *FollowContainerRepositorySettings) GetEnabled() bool
- func (*FollowContainerRepositorySettings) ProtoMessage()
- func (x *FollowContainerRepositorySettings) ProtoReflect() protoreflect.Message
- func (x *FollowContainerRepositorySettings) Reset()
- func (x *FollowContainerRepositorySettings) String() string
- func (m *FollowContainerRepositorySettings) Validate() error
- func (m *FollowContainerRepositorySettings) ValidateAll() error
- type FollowContainerRepositorySettingsMultiError
- type FollowContainerRepositorySettingsValidationError
- func (e FollowContainerRepositorySettingsValidationError) Cause() error
- func (e FollowContainerRepositorySettingsValidationError) Error() string
- func (e FollowContainerRepositorySettingsValidationError) ErrorName() string
- func (e FollowContainerRepositorySettingsValidationError) Field() string
- func (e FollowContainerRepositorySettingsValidationError) Key() bool
- func (e FollowContainerRepositorySettingsValidationError) Reason() string
- type GenerateVersionNameReq
- func (*GenerateVersionNameReq) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateVersionNameReq) GetApplication() string
- func (x *GenerateVersionNameReq) GetParameters() []*common_config.ParameterValue
- func (x *GenerateVersionNameReq) GetPerReleaseChannel() []*ApplyParametersReq_PerReleaseChannel
- func (x *GenerateVersionNameReq) GetService() string
- func (x *GenerateVersionNameReq) GetServiceConfigVersion() string
- func (*GenerateVersionNameReq) ProtoMessage()
- func (x *GenerateVersionNameReq) ProtoReflect() protoreflect.Message
- func (x *GenerateVersionNameReq) Reset()
- func (x *GenerateVersionNameReq) String() string
- func (m *GenerateVersionNameReq) Validate() error
- func (m *GenerateVersionNameReq) ValidateAll() error
- type GenerateVersionNameReqMultiError
- type GenerateVersionNameReqValidationError
- func (e GenerateVersionNameReqValidationError) Cause() error
- func (e GenerateVersionNameReqValidationError) Error() string
- func (e GenerateVersionNameReqValidationError) ErrorName() string
- func (e GenerateVersionNameReqValidationError) Field() string
- func (e GenerateVersionNameReqValidationError) Key() bool
- func (e GenerateVersionNameReqValidationError) Reason() string
- type GenerateVersionNameResp
- func (*GenerateVersionNameResp) Descriptor() ([]byte, []int)deprecated
- func (x *GenerateVersionNameResp) GetVersion() string
- func (*GenerateVersionNameResp) ProtoMessage()
- func (x *GenerateVersionNameResp) ProtoReflect() protoreflect.Message
- func (x *GenerateVersionNameResp) Reset()
- func (x *GenerateVersionNameResp) String() string
- func (m *GenerateVersionNameResp) Validate() error
- func (m *GenerateVersionNameResp) ValidateAll() error
- type GenerateVersionNameRespMultiError
- type GenerateVersionNameRespValidationError
- func (e GenerateVersionNameRespValidationError) Cause() error
- func (e GenerateVersionNameRespValidationError) Error() string
- func (e GenerateVersionNameRespValidationError) ErrorName() string
- func (e GenerateVersionNameRespValidationError) Field() string
- func (e GenerateVersionNameRespValidationError) Key() bool
- func (e GenerateVersionNameRespValidationError) Reason() string
- type GetMaterializedConfigReq
- func (*GetMaterializedConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetMaterializedConfigReq) GetApplication() string
- func (x *GetMaterializedConfigReq) GetService() string
- func (x *GetMaterializedConfigReq) GetVersion() string
- func (*GetMaterializedConfigReq) ProtoMessage()
- func (x *GetMaterializedConfigReq) ProtoReflect() protoreflect.Message
- func (x *GetMaterializedConfigReq) Reset()
- func (x *GetMaterializedConfigReq) String() string
- func (m *GetMaterializedConfigReq) Validate() error
- func (m *GetMaterializedConfigReq) ValidateAll() error
- type GetMaterializedConfigReqMultiError
- type GetMaterializedConfigReqValidationError
- func (e GetMaterializedConfigReqValidationError) Cause() error
- func (e GetMaterializedConfigReqValidationError) Error() string
- func (e GetMaterializedConfigReqValidationError) ErrorName() string
- func (e GetMaterializedConfigReqValidationError) Field() string
- func (e GetMaterializedConfigReqValidationError) Key() bool
- func (e GetMaterializedConfigReqValidationError) Reason() string
- type GetMaterializedConfigResp
- func (*GetMaterializedConfigResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetMaterializedConfigResp) GetCompiledConfig() *ServiceConfig
- func (x *GetMaterializedConfigResp) GetCompiledServiceInstanceConfigs() []*CompiledServiceInstanceConfig
- func (x *GetMaterializedConfigResp) GetConfig() *ServiceConfig
- func (x *GetMaterializedConfigResp) GetVersion() string
- func (x *GetMaterializedConfigResp) GetVersionMetadata() *ListMaterializedConfigVersionsResp_VersionMetadata
- func (*GetMaterializedConfigResp) ProtoMessage()
- func (x *GetMaterializedConfigResp) ProtoReflect() protoreflect.Message
- func (x *GetMaterializedConfigResp) Reset()
- func (x *GetMaterializedConfigResp) String() string
- func (m *GetMaterializedConfigResp) Validate() error
- func (m *GetMaterializedConfigResp) ValidateAll() error
- type GetMaterializedConfigRespMultiError
- type GetMaterializedConfigRespValidationError
- func (e GetMaterializedConfigRespValidationError) Cause() error
- func (e GetMaterializedConfigRespValidationError) Error() string
- func (e GetMaterializedConfigRespValidationError) ErrorName() string
- func (e GetMaterializedConfigRespValidationError) Field() string
- func (e GetMaterializedConfigRespValidationError) Key() bool
- func (e GetMaterializedConfigRespValidationError) Reason() string
- type GetServiceConfigReq
- func (*GetServiceConfigReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceConfigReq) GetApplication() string
- func (x *GetServiceConfigReq) GetConfigVersion() string
- func (x *GetServiceConfigReq) GetService() string
- func (*GetServiceConfigReq) ProtoMessage()
- func (x *GetServiceConfigReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceConfigReq) Reset()
- func (x *GetServiceConfigReq) String() string
- func (m *GetServiceConfigReq) Validate() error
- func (m *GetServiceConfigReq) ValidateAll() error
- type GetServiceConfigReqMultiError
- type GetServiceConfigReqValidationError
- func (e GetServiceConfigReqValidationError) Cause() error
- func (e GetServiceConfigReqValidationError) Error() string
- func (e GetServiceConfigReqValidationError) ErrorName() string
- func (e GetServiceConfigReqValidationError) Field() string
- func (e GetServiceConfigReqValidationError) Key() bool
- func (e GetServiceConfigReqValidationError) Reason() string
- type GetServiceConfigResp
- func (*GetServiceConfigResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceConfigResp) GetCompiledConfig() *ServiceConfig
- func (x *GetServiceConfigResp) GetConfig() *ServiceConfig
- func (x *GetServiceConfigResp) GetConfigVersion() string
- func (x *GetServiceConfigResp) GetConfigVersionMetadata() *ListServiceConfigVersionsResp_VersionMetadata
- func (x *GetServiceConfigResp) GetInputConfig() *ServiceConfig
- func (*GetServiceConfigResp) ProtoMessage()
- func (x *GetServiceConfigResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceConfigResp) Reset()
- func (x *GetServiceConfigResp) String() string
- func (m *GetServiceConfigResp) Validate() error
- func (m *GetServiceConfigResp) ValidateAll() error
- type GetServiceConfigRespMultiError
- type GetServiceConfigRespValidationError
- func (e GetServiceConfigRespValidationError) Cause() error
- func (e GetServiceConfigRespValidationError) Error() string
- func (e GetServiceConfigRespValidationError) ErrorName() string
- func (e GetServiceConfigRespValidationError) Field() string
- func (e GetServiceConfigRespValidationError) Key() bool
- func (e GetServiceConfigRespValidationError) Reason() string
- type GetServiceInsightsReq
- func (*GetServiceInsightsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceInsightsReq) GetApplication() string
- func (x *GetServiceInsightsReq) GetService() string
- func (*GetServiceInsightsReq) ProtoMessage()
- func (x *GetServiceInsightsReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceInsightsReq) Reset()
- func (x *GetServiceInsightsReq) String() string
- func (m *GetServiceInsightsReq) Validate() error
- func (m *GetServiceInsightsReq) ValidateAll() error
- type GetServiceInsightsReqMultiError
- type GetServiceInsightsReqValidationError
- func (e GetServiceInsightsReqValidationError) Cause() error
- func (e GetServiceInsightsReqValidationError) Error() string
- func (e GetServiceInsightsReqValidationError) ErrorName() string
- func (e GetServiceInsightsReqValidationError) Field() string
- func (e GetServiceInsightsReqValidationError) Key() bool
- func (e GetServiceInsightsReqValidationError) Reason() string
- type GetServiceInsightsResp
- func (*GetServiceInsightsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceInsightsResp) GetInsights() []*insights.Insight
- func (*GetServiceInsightsResp) ProtoMessage()
- func (x *GetServiceInsightsResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceInsightsResp) Reset()
- func (x *GetServiceInsightsResp) String() string
- func (m *GetServiceInsightsResp) Validate() error
- func (m *GetServiceInsightsResp) ValidateAll() error
- type GetServiceInsightsRespMultiError
- type GetServiceInsightsRespValidationError
- func (e GetServiceInsightsRespValidationError) Cause() error
- func (e GetServiceInsightsRespValidationError) Error() string
- func (e GetServiceInsightsRespValidationError) ErrorName() string
- func (e GetServiceInsightsRespValidationError) Field() string
- func (e GetServiceInsightsRespValidationError) Key() bool
- func (e GetServiceInsightsRespValidationError) Reason() string
- type GetServiceInstanceReq
- func (*GetServiceInstanceReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceInstanceReq) GetApplication() string
- func (x *GetServiceInstanceReq) GetReleaseChannel() string
- func (x *GetServiceInstanceReq) GetService() string
- func (*GetServiceInstanceReq) ProtoMessage()
- func (x *GetServiceInstanceReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceInstanceReq) Reset()
- func (x *GetServiceInstanceReq) String() string
- func (m *GetServiceInstanceReq) Validate() error
- func (m *GetServiceInstanceReq) ValidateAll() error
- type GetServiceInstanceReqMultiError
- type GetServiceInstanceReqValidationError
- func (e GetServiceInstanceReqValidationError) Cause() error
- func (e GetServiceInstanceReqValidationError) Error() string
- func (e GetServiceInstanceReqValidationError) ErrorName() string
- func (e GetServiceInstanceReqValidationError) Field() string
- func (e GetServiceInstanceReqValidationError) Key() bool
- func (e GetServiceInstanceReqValidationError) Reason() string
- type GetServiceInstanceResp
- func (*GetServiceInstanceResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceInstanceResp) GetServiceInstance() *ServiceInstance
- func (*GetServiceInstanceResp) ProtoMessage()
- func (x *GetServiceInstanceResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceInstanceResp) Reset()
- func (x *GetServiceInstanceResp) String() string
- func (m *GetServiceInstanceResp) Validate() error
- func (m *GetServiceInstanceResp) ValidateAll() error
- type GetServiceInstanceRespMultiError
- type GetServiceInstanceRespValidationError
- func (e GetServiceInstanceRespValidationError) Cause() error
- func (e GetServiceInstanceRespValidationError) Error() string
- func (e GetServiceInstanceRespValidationError) ErrorName() string
- func (e GetServiceInstanceRespValidationError) Field() string
- func (e GetServiceInstanceRespValidationError) Key() bool
- func (e GetServiceInstanceRespValidationError) Reason() string
- type GetServiceMetadataReq
- func (*GetServiceMetadataReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceMetadataReq) GetApplication() string
- func (x *GetServiceMetadataReq) GetService() string
- func (*GetServiceMetadataReq) ProtoMessage()
- func (x *GetServiceMetadataReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceMetadataReq) Reset()
- func (x *GetServiceMetadataReq) String() string
- func (m *GetServiceMetadataReq) Validate() error
- func (m *GetServiceMetadataReq) ValidateAll() error
- type GetServiceMetadataReqMultiError
- type GetServiceMetadataReqValidationError
- func (e GetServiceMetadataReqValidationError) Cause() error
- func (e GetServiceMetadataReqValidationError) Error() string
- func (e GetServiceMetadataReqValidationError) ErrorName() string
- func (e GetServiceMetadataReqValidationError) Field() string
- func (e GetServiceMetadataReqValidationError) Key() bool
- func (e GetServiceMetadataReqValidationError) Reason() string
- type GetServiceMetadataResp
- func (*GetServiceMetadataResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceMetadataResp) GetMetadata() *ServiceUserMetadata
- func (*GetServiceMetadataResp) ProtoMessage()
- func (x *GetServiceMetadataResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceMetadataResp) Reset()
- func (x *GetServiceMetadataResp) String() string
- func (m *GetServiceMetadataResp) Validate() error
- func (m *GetServiceMetadataResp) ValidateAll() error
- type GetServiceMetadataRespMultiError
- type GetServiceMetadataRespValidationError
- func (e GetServiceMetadataRespValidationError) Cause() error
- func (e GetServiceMetadataRespValidationError) Error() string
- func (e GetServiceMetadataRespValidationError) ErrorName() string
- func (e GetServiceMetadataRespValidationError) Field() string
- func (e GetServiceMetadataRespValidationError) Key() bool
- func (e GetServiceMetadataRespValidationError) Reason() string
- type GetServiceMetricsReq
- func (*GetServiceMetricsReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceMetricsReq) GetApplication() string
- func (x *GetServiceMetricsReq) GetEndTimestamp() *timestamppb.Timestamp
- func (x *GetServiceMetricsReq) GetIncludeCost() bool
- func (x *GetServiceMetricsReq) GetService() string
- func (x *GetServiceMetricsReq) GetStartTimestamp() *timestamppb.Timestamp
- func (*GetServiceMetricsReq) ProtoMessage()
- func (x *GetServiceMetricsReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceMetricsReq) Reset()
- func (x *GetServiceMetricsReq) String() string
- func (m *GetServiceMetricsReq) Validate() error
- func (m *GetServiceMetricsReq) ValidateAll() error
- type GetServiceMetricsReqMultiError
- type GetServiceMetricsReqValidationError
- func (e GetServiceMetricsReqValidationError) Cause() error
- func (e GetServiceMetricsReqValidationError) Error() string
- func (e GetServiceMetricsReqValidationError) ErrorName() string
- func (e GetServiceMetricsReqValidationError) Field() string
- func (e GetServiceMetricsReqValidationError) Key() bool
- func (e GetServiceMetricsReqValidationError) Reason() string
- type GetServiceMetricsResp
- func (*GetServiceMetricsResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceMetricsResp) GetCost() *metrics.Cost
- func (x *GetServiceMetricsResp) GetDeploymentMetrics() *metrics.DeploymentMetrics
- func (*GetServiceMetricsResp) ProtoMessage()
- func (x *GetServiceMetricsResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceMetricsResp) Reset()
- func (x *GetServiceMetricsResp) String() string
- func (m *GetServiceMetricsResp) Validate() error
- func (m *GetServiceMetricsResp) ValidateAll() error
- type GetServiceMetricsRespMultiError
- type GetServiceMetricsRespValidationError
- func (e GetServiceMetricsRespValidationError) Cause() error
- func (e GetServiceMetricsRespValidationError) Error() string
- func (e GetServiceMetricsRespValidationError) ErrorName() string
- func (e GetServiceMetricsRespValidationError) Field() string
- func (e GetServiceMetricsRespValidationError) Key() bool
- func (e GetServiceMetricsRespValidationError) Reason() string
- type GetServiceReq
- func (*GetServiceReq) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceReq) GetApplication() string
- func (x *GetServiceReq) GetService() string
- func (*GetServiceReq) ProtoMessage()
- func (x *GetServiceReq) ProtoReflect() protoreflect.Message
- func (x *GetServiceReq) Reset()
- func (x *GetServiceReq) String() string
- func (m *GetServiceReq) Validate() error
- func (m *GetServiceReq) ValidateAll() error
- type GetServiceReqMultiError
- type GetServiceReqValidationError
- func (e GetServiceReqValidationError) Cause() error
- func (e GetServiceReqValidationError) Error() string
- func (e GetServiceReqValidationError) ErrorName() string
- func (e GetServiceReqValidationError) Field() string
- func (e GetServiceReqValidationError) Key() bool
- func (e GetServiceReqValidationError) Reason() string
- type GetServiceResp
- func (*GetServiceResp) Descriptor() ([]byte, []int)deprecated
- func (x *GetServiceResp) GetService() *Service
- func (*GetServiceResp) ProtoMessage()
- func (x *GetServiceResp) ProtoReflect() protoreflect.Message
- func (x *GetServiceResp) Reset()
- func (x *GetServiceResp) String() string
- func (m *GetServiceResp) Validate() error
- func (m *GetServiceResp) ValidateAll() error
- type GetServiceRespMultiError
- type GetServiceRespValidationError
- func (e GetServiceRespValidationError) Cause() error
- func (e GetServiceRespValidationError) Error() string
- func (e GetServiceRespValidationError) ErrorName() string
- func (e GetServiceRespValidationError) Field() string
- func (e GetServiceRespValidationError) Key() bool
- func (e GetServiceRespValidationError) Reason() string
- type ListCommitsReq
- func (*ListCommitsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitsReq) GetApplication() string
- func (x *ListCommitsReq) GetPageSize() int32
- func (x *ListCommitsReq) GetPageToken() string
- func (x *ListCommitsReq) GetService() string
- func (*ListCommitsReq) ProtoMessage()
- func (x *ListCommitsReq) ProtoReflect() protoreflect.Message
- func (x *ListCommitsReq) Reset()
- func (x *ListCommitsReq) String() string
- func (m *ListCommitsReq) Validate() error
- func (m *ListCommitsReq) ValidateAll() error
- type ListCommitsReqMultiError
- type ListCommitsReqValidationError
- func (e ListCommitsReqValidationError) Cause() error
- func (e ListCommitsReqValidationError) Error() string
- func (e ListCommitsReqValidationError) ErrorName() string
- func (e ListCommitsReqValidationError) Field() string
- func (e ListCommitsReqValidationError) Key() bool
- func (e ListCommitsReqValidationError) Reason() string
- type ListCommitsResp
- func (*ListCommitsResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListCommitsResp) GetCommits() []*repo.Commit
- func (x *ListCommitsResp) GetNextPageToken() string
- func (*ListCommitsResp) ProtoMessage()
- func (x *ListCommitsResp) ProtoReflect() protoreflect.Message
- func (x *ListCommitsResp) Reset()
- func (x *ListCommitsResp) String() string
- func (m *ListCommitsResp) Validate() error
- func (m *ListCommitsResp) ValidateAll() error
- type ListCommitsRespMultiError
- type ListCommitsRespValidationError
- func (e ListCommitsRespValidationError) Cause() error
- func (e ListCommitsRespValidationError) Error() string
- func (e ListCommitsRespValidationError) ErrorName() string
- func (e ListCommitsRespValidationError) Field() string
- func (e ListCommitsRespValidationError) Key() bool
- func (e ListCommitsRespValidationError) Reason() string
- type ListMaterializedConfigVersionsReq
- func (*ListMaterializedConfigVersionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListMaterializedConfigVersionsReq) GetApplication() string
- func (x *ListMaterializedConfigVersionsReq) GetPageSize() int32
- func (x *ListMaterializedConfigVersionsReq) GetPageToken() string
- func (x *ListMaterializedConfigVersionsReq) GetService() string
- func (*ListMaterializedConfigVersionsReq) ProtoMessage()
- func (x *ListMaterializedConfigVersionsReq) ProtoReflect() protoreflect.Message
- func (x *ListMaterializedConfigVersionsReq) Reset()
- func (x *ListMaterializedConfigVersionsReq) String() string
- func (m *ListMaterializedConfigVersionsReq) Validate() error
- func (m *ListMaterializedConfigVersionsReq) ValidateAll() error
- type ListMaterializedConfigVersionsReqMultiError
- type ListMaterializedConfigVersionsReqValidationError
- func (e ListMaterializedConfigVersionsReqValidationError) Cause() error
- func (e ListMaterializedConfigVersionsReqValidationError) Error() string
- func (e ListMaterializedConfigVersionsReqValidationError) ErrorName() string
- func (e ListMaterializedConfigVersionsReqValidationError) Field() string
- func (e ListMaterializedConfigVersionsReqValidationError) Key() bool
- func (e ListMaterializedConfigVersionsReqValidationError) Reason() string
- type ListMaterializedConfigVersionsResp
- func (*ListMaterializedConfigVersionsResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListMaterializedConfigVersionsResp) GetNextPageToken() string
- func (x *ListMaterializedConfigVersionsResp) GetVersions() []*ListMaterializedConfigVersionsResp_VersionMetadata
- func (*ListMaterializedConfigVersionsResp) ProtoMessage()
- func (x *ListMaterializedConfigVersionsResp) ProtoReflect() protoreflect.Message
- func (x *ListMaterializedConfigVersionsResp) Reset()
- func (x *ListMaterializedConfigVersionsResp) String() string
- func (m *ListMaterializedConfigVersionsResp) Validate() error
- func (m *ListMaterializedConfigVersionsResp) ValidateAll() error
- type ListMaterializedConfigVersionsRespMultiError
- type ListMaterializedConfigVersionsRespValidationError
- func (e ListMaterializedConfigVersionsRespValidationError) Cause() error
- func (e ListMaterializedConfigVersionsRespValidationError) Error() string
- func (e ListMaterializedConfigVersionsRespValidationError) ErrorName() string
- func (e ListMaterializedConfigVersionsRespValidationError) Field() string
- func (e ListMaterializedConfigVersionsRespValidationError) Key() bool
- func (e ListMaterializedConfigVersionsRespValidationError) Reason() string
- type ListMaterializedConfigVersionsResp_VersionMetadata
- func (*ListMaterializedConfigVersionsResp_VersionMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetConfigVersion() string
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetCreationTimestamp() *timestamppb.Timestamp
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetParameterValues() *ServiceParameterValues
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetParameters() []*common_config.ParameterDefinition
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetSource() version.Source
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetSourceMetadata() *version.SourceMetadata
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetVersion() string
- func (*ListMaterializedConfigVersionsResp_VersionMetadata) ProtoMessage()
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) ProtoReflect() protoreflect.Message
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) Reset()
- func (x *ListMaterializedConfigVersionsResp_VersionMetadata) String() string
- func (m *ListMaterializedConfigVersionsResp_VersionMetadata) Validate() error
- func (m *ListMaterializedConfigVersionsResp_VersionMetadata) ValidateAll() error
- type ListMaterializedConfigVersionsResp_VersionMetadataMultiError
- type ListMaterializedConfigVersionsResp_VersionMetadataValidationError
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Cause() error
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Error() string
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) ErrorName() string
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Field() string
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Key() bool
- func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Reason() string
- type ListServiceConfigVersionsReq
- func (*ListServiceConfigVersionsReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceConfigVersionsReq) GetApplication() string
- func (x *ListServiceConfigVersionsReq) GetPageSize() int32
- func (x *ListServiceConfigVersionsReq) GetPageToken() string
- func (x *ListServiceConfigVersionsReq) GetService() string
- func (*ListServiceConfigVersionsReq) ProtoMessage()
- func (x *ListServiceConfigVersionsReq) ProtoReflect() protoreflect.Message
- func (x *ListServiceConfigVersionsReq) Reset()
- func (x *ListServiceConfigVersionsReq) String() string
- func (m *ListServiceConfigVersionsReq) Validate() error
- func (m *ListServiceConfigVersionsReq) ValidateAll() error
- type ListServiceConfigVersionsReqMultiError
- type ListServiceConfigVersionsReqValidationError
- func (e ListServiceConfigVersionsReqValidationError) Cause() error
- func (e ListServiceConfigVersionsReqValidationError) Error() string
- func (e ListServiceConfigVersionsReqValidationError) ErrorName() string
- func (e ListServiceConfigVersionsReqValidationError) Field() string
- func (e ListServiceConfigVersionsReqValidationError) Key() bool
- func (e ListServiceConfigVersionsReqValidationError) Reason() string
- type ListServiceConfigVersionsResp
- func (*ListServiceConfigVersionsResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceConfigVersionsResp) GetNextPageToken() string
- func (x *ListServiceConfigVersionsResp) GetVersions() []*ListServiceConfigVersionsResp_VersionMetadata
- func (*ListServiceConfigVersionsResp) ProtoMessage()
- func (x *ListServiceConfigVersionsResp) ProtoReflect() protoreflect.Message
- func (x *ListServiceConfigVersionsResp) Reset()
- func (x *ListServiceConfigVersionsResp) String() string
- func (m *ListServiceConfigVersionsResp) Validate() error
- func (m *ListServiceConfigVersionsResp) ValidateAll() error
- type ListServiceConfigVersionsRespMultiError
- type ListServiceConfigVersionsRespValidationError
- func (e ListServiceConfigVersionsRespValidationError) Cause() error
- func (e ListServiceConfigVersionsRespValidationError) Error() string
- func (e ListServiceConfigVersionsRespValidationError) ErrorName() string
- func (e ListServiceConfigVersionsRespValidationError) Field() string
- func (e ListServiceConfigVersionsRespValidationError) Key() bool
- func (e ListServiceConfigVersionsRespValidationError) Reason() string
- type ListServiceConfigVersionsResp_VersionMetadata
- func (*ListServiceConfigVersionsResp_VersionMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceConfigVersionsResp_VersionMetadata) GetCreationTimestamp() *timestamppb.Timestamp
- func (x *ListServiceConfigVersionsResp_VersionMetadata) GetSource() version.Source
- func (x *ListServiceConfigVersionsResp_VersionMetadata) GetSourceMetadata() *version.SourceMetadata
- func (x *ListServiceConfigVersionsResp_VersionMetadata) GetVersion() string
- func (*ListServiceConfigVersionsResp_VersionMetadata) ProtoMessage()
- func (x *ListServiceConfigVersionsResp_VersionMetadata) ProtoReflect() protoreflect.Message
- func (x *ListServiceConfigVersionsResp_VersionMetadata) Reset()
- func (x *ListServiceConfigVersionsResp_VersionMetadata) String() string
- func (m *ListServiceConfigVersionsResp_VersionMetadata) Validate() error
- func (m *ListServiceConfigVersionsResp_VersionMetadata) ValidateAll() error
- type ListServiceConfigVersionsResp_VersionMetadataMultiError
- type ListServiceConfigVersionsResp_VersionMetadataValidationError
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Cause() error
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Error() string
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) ErrorName() string
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Field() string
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Key() bool
- func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Reason() string
- type ListServiceInstancesReq
- func (*ListServiceInstancesReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceInstancesReq) GetApplication() string
- func (x *ListServiceInstancesReq) GetService() string
- func (*ListServiceInstancesReq) ProtoMessage()
- func (x *ListServiceInstancesReq) ProtoReflect() protoreflect.Message
- func (x *ListServiceInstancesReq) Reset()
- func (x *ListServiceInstancesReq) String() string
- func (m *ListServiceInstancesReq) Validate() error
- func (m *ListServiceInstancesReq) ValidateAll() error
- type ListServiceInstancesReqMultiError
- type ListServiceInstancesReqValidationError
- func (e ListServiceInstancesReqValidationError) Cause() error
- func (e ListServiceInstancesReqValidationError) Error() string
- func (e ListServiceInstancesReqValidationError) ErrorName() string
- func (e ListServiceInstancesReqValidationError) Field() string
- func (e ListServiceInstancesReqValidationError) Key() bool
- func (e ListServiceInstancesReqValidationError) Reason() string
- type ListServiceInstancesResp
- func (*ListServiceInstancesResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListServiceInstancesResp) GetServiceInstances() []*ServiceInstance
- func (*ListServiceInstancesResp) ProtoMessage()
- func (x *ListServiceInstancesResp) ProtoReflect() protoreflect.Message
- func (x *ListServiceInstancesResp) Reset()
- func (x *ListServiceInstancesResp) String() string
- func (m *ListServiceInstancesResp) Validate() error
- func (m *ListServiceInstancesResp) ValidateAll() error
- type ListServiceInstancesRespMultiError
- type ListServiceInstancesRespValidationError
- func (e ListServiceInstancesRespValidationError) Cause() error
- func (e ListServiceInstancesRespValidationError) Error() string
- func (e ListServiceInstancesRespValidationError) ErrorName() string
- func (e ListServiceInstancesRespValidationError) Field() string
- func (e ListServiceInstancesRespValidationError) Key() bool
- func (e ListServiceInstancesRespValidationError) Reason() string
- type ListServicesReq
- func (*ListServicesReq) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesReq) GetApplication() string
- func (x *ListServicesReq) GetDetailed() bool
- func (*ListServicesReq) ProtoMessage()
- func (x *ListServicesReq) ProtoReflect() protoreflect.Message
- func (x *ListServicesReq) Reset()
- func (x *ListServicesReq) String() string
- func (m *ListServicesReq) Validate() error
- func (m *ListServicesReq) ValidateAll() error
- type ListServicesReqMultiError
- type ListServicesReqValidationError
- func (e ListServicesReqValidationError) Cause() error
- func (e ListServicesReqValidationError) Error() string
- func (e ListServicesReqValidationError) ErrorName() string
- func (e ListServicesReqValidationError) Field() string
- func (e ListServicesReqValidationError) Key() bool
- func (e ListServicesReqValidationError) Reason() string
- type ListServicesResp
- func (*ListServicesResp) Descriptor() ([]byte, []int)deprecated
- func (x *ListServicesResp) GetServices() []*Service
- func (*ListServicesResp) ProtoMessage()
- func (x *ListServicesResp) ProtoReflect() protoreflect.Message
- func (x *ListServicesResp) Reset()
- func (x *ListServicesResp) String() string
- func (m *ListServicesResp) Validate() error
- func (m *ListServicesResp) ValidateAll() error
- type ListServicesRespMultiError
- type ListServicesRespValidationError
- func (e ListServicesRespValidationError) Cause() error
- func (e ListServicesRespValidationError) Error() string
- func (e ListServicesRespValidationError) ErrorName() string
- func (e ListServicesRespValidationError) Field() string
- func (e ListServicesRespValidationError) Key() bool
- func (e ListServicesRespValidationError) Reason() string
- type MetricAnalysis
- func (*MetricAnalysis) Descriptor() ([]byte, []int)deprecated
- func (m *MetricAnalysis) GetAnalysisOneof() isMetricAnalysis_AnalysisOneof
- func (x *MetricAnalysis) GetLatencyP95() *MetricAnalysis_LatencyConfig
- func (x *MetricAnalysis) GetSuccessRate() *MetricAnalysis_SuccessRateConfig
- func (*MetricAnalysis) ProtoMessage()
- func (x *MetricAnalysis) ProtoReflect() protoreflect.Message
- func (x *MetricAnalysis) Reset()
- func (x *MetricAnalysis) String() string
- func (m *MetricAnalysis) Validate() error
- func (m *MetricAnalysis) ValidateAll() error
- type MetricAnalysisMultiError
- type MetricAnalysisValidationError
- func (e MetricAnalysisValidationError) Cause() error
- func (e MetricAnalysisValidationError) Error() string
- func (e MetricAnalysisValidationError) ErrorName() string
- func (e MetricAnalysisValidationError) Field() string
- func (e MetricAnalysisValidationError) Key() bool
- func (e MetricAnalysisValidationError) Reason() string
- type MetricAnalysis_LatencyConfig
- func (*MetricAnalysis_LatencyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetricAnalysis_LatencyConfig) GetMaxLatency() *durationpb.Duration
- func (*MetricAnalysis_LatencyConfig) ProtoMessage()
- func (x *MetricAnalysis_LatencyConfig) ProtoReflect() protoreflect.Message
- func (x *MetricAnalysis_LatencyConfig) Reset()
- func (x *MetricAnalysis_LatencyConfig) String() string
- func (m *MetricAnalysis_LatencyConfig) Validate() error
- func (m *MetricAnalysis_LatencyConfig) ValidateAll() error
- type MetricAnalysis_LatencyConfigMultiError
- type MetricAnalysis_LatencyConfigValidationError
- func (e MetricAnalysis_LatencyConfigValidationError) Cause() error
- func (e MetricAnalysis_LatencyConfigValidationError) Error() string
- func (e MetricAnalysis_LatencyConfigValidationError) ErrorName() string
- func (e MetricAnalysis_LatencyConfigValidationError) Field() string
- func (e MetricAnalysis_LatencyConfigValidationError) Key() bool
- func (e MetricAnalysis_LatencyConfigValidationError) Reason() string
- type MetricAnalysis_LatencyP95
- type MetricAnalysis_SuccessRate
- type MetricAnalysis_SuccessRateConfig
- func (*MetricAnalysis_SuccessRateConfig) Descriptor() ([]byte, []int)deprecated
- func (x *MetricAnalysis_SuccessRateConfig) GetMinThresholdPercent() float64
- func (*MetricAnalysis_SuccessRateConfig) ProtoMessage()
- func (x *MetricAnalysis_SuccessRateConfig) ProtoReflect() protoreflect.Message
- func (x *MetricAnalysis_SuccessRateConfig) Reset()
- func (x *MetricAnalysis_SuccessRateConfig) String() string
- func (m *MetricAnalysis_SuccessRateConfig) Validate() error
- func (m *MetricAnalysis_SuccessRateConfig) ValidateAll() error
- type MetricAnalysis_SuccessRateConfigMultiError
- type MetricAnalysis_SuccessRateConfigValidationError
- func (e MetricAnalysis_SuccessRateConfigValidationError) Cause() error
- func (e MetricAnalysis_SuccessRateConfigValidationError) Error() string
- func (e MetricAnalysis_SuccessRateConfigValidationError) ErrorName() string
- func (e MetricAnalysis_SuccessRateConfigValidationError) Field() string
- func (e MetricAnalysis_SuccessRateConfigValidationError) Key() bool
- func (e MetricAnalysis_SuccessRateConfigValidationError) Reason() string
- type PerReleaseChannelConfig
- func (*PerReleaseChannelConfig) Descriptor() ([]byte, []int)deprecated
- func (x *PerReleaseChannelConfig) GetCert() *Certificate
- func (m *PerReleaseChannelConfig) GetConfigOneof() isPerReleaseChannelConfig_ConfigOneof
- func (x *PerReleaseChannelConfig) GetConstants() []*common_config.Constant
- func (x *PerReleaseChannelConfig) GetCustomHostnames() []string
- func (x *PerReleaseChannelConfig) GetDeliveryConfig() *delivery.DeliveryConfig
- func (x *PerReleaseChannelConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
- func (x *PerReleaseChannelConfig) GetEnv() map[string]*common_config.EnvValue
- func (x *PerReleaseChannelConfig) GetExternalConfig() *common_config.KubernetesConfig
- func (x *PerReleaseChannelConfig) GetHelm() *common_config.HelmConfig
- func (x *PerReleaseChannelConfig) GetKubernetesConfig() *common_config.KubernetesConfig
- func (x *PerReleaseChannelConfig) GetPrePushTasks() []*TaskConfig
- func (x *PerReleaseChannelConfig) GetPrograms() []*common_config.PerReleaseChannelProgramConfig
- func (x *PerReleaseChannelConfig) GetProtections() []*protection.ProtectionAttachmentConfig
- func (x *PerReleaseChannelConfig) GetReleaseChannel() string
- func (x *PerReleaseChannelConfig) GetReplicas() *ReplicasConfig
- func (x *PerReleaseChannelConfig) GetRuntimeConnection() string
- func (x *PerReleaseChannelConfig) GetRuntimeExtension() *RuntimeExtensionConfig
- func (x *PerReleaseChannelConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
- func (x *PerReleaseChannelConfig) GetVolumes() []*volumes.Volume
- func (*PerReleaseChannelConfig) ProtoMessage()
- func (x *PerReleaseChannelConfig) ProtoReflect() protoreflect.Message
- func (x *PerReleaseChannelConfig) Reset()
- func (x *PerReleaseChannelConfig) String() string
- func (m *PerReleaseChannelConfig) Validate() error
- func (m *PerReleaseChannelConfig) ValidateAll() error
- type PerReleaseChannelConfigMultiError
- type PerReleaseChannelConfigValidationError
- func (e PerReleaseChannelConfigValidationError) Cause() error
- func (e PerReleaseChannelConfigValidationError) Error() string
- func (e PerReleaseChannelConfigValidationError) ErrorName() string
- func (e PerReleaseChannelConfigValidationError) Field() string
- func (e PerReleaseChannelConfigValidationError) Key() bool
- func (e PerReleaseChannelConfigValidationError) Reason() string
- type PerReleaseChannelConfig_ExternalConfig
- type PerReleaseChannelConfig_Helm
- type PerReleaseChannelConfig_KubernetesConfig
- type PerReleaseChannelConfig_RuntimeExtension
- type PerReleaseChannelParameterValues
- func (*PerReleaseChannelParameterValues) Descriptor() ([]byte, []int)deprecated
- func (x *PerReleaseChannelParameterValues) GetParameters() []*common_config.ParameterValue
- func (x *PerReleaseChannelParameterValues) GetReleaseChannel() string
- func (*PerReleaseChannelParameterValues) ProtoMessage()
- func (x *PerReleaseChannelParameterValues) ProtoReflect() protoreflect.Message
- func (x *PerReleaseChannelParameterValues) Reset()
- func (x *PerReleaseChannelParameterValues) String() string
- func (m *PerReleaseChannelParameterValues) Validate() error
- func (m *PerReleaseChannelParameterValues) ValidateAll() error
- type PerReleaseChannelParameterValuesMultiError
- type PerReleaseChannelParameterValuesValidationError
- func (e PerReleaseChannelParameterValuesValidationError) Cause() error
- func (e PerReleaseChannelParameterValuesValidationError) Error() string
- func (e PerReleaseChannelParameterValuesValidationError) ErrorName() string
- func (e PerReleaseChannelParameterValuesValidationError) Field() string
- func (e PerReleaseChannelParameterValuesValidationError) Key() bool
- func (e PerReleaseChannelParameterValuesValidationError) Reason() string
- type ProgramReference
- func (*ProgramReference) Descriptor() ([]byte, []int)deprecated
- func (x *ProgramReference) GetName() string
- func (m *ProgramReference) GetRef() isProgramReference_Ref
- func (*ProgramReference) ProtoMessage()
- func (x *ProgramReference) ProtoReflect() protoreflect.Message
- func (x *ProgramReference) Reset()
- func (x *ProgramReference) String() string
- func (m *ProgramReference) Validate() error
- func (m *ProgramReference) ValidateAll() error
- type ProgramReferenceMultiError
- type ProgramReferenceValidationError
- func (e ProgramReferenceValidationError) Cause() error
- func (e ProgramReferenceValidationError) Error() string
- func (e ProgramReferenceValidationError) ErrorName() string
- func (e ProgramReferenceValidationError) Field() string
- func (e ProgramReferenceValidationError) Key() bool
- func (e ProgramReferenceValidationError) Reason() string
- type ProgramReference_Name
- type ProtectionLink
- func (*ProtectionLink) Descriptor() ([]byte, []int)deprecated
- func (x *ProtectionLink) GetAttachmentId() string
- func (x *ProtectionLink) GetLifecycle() *protection.ProtectionLifecycle
- func (*ProtectionLink) ProtoMessage()
- func (x *ProtectionLink) ProtoReflect() protoreflect.Message
- func (x *ProtectionLink) Reset()
- func (x *ProtectionLink) String() string
- func (m *ProtectionLink) Validate() error
- func (m *ProtectionLink) ValidateAll() error
- type ProtectionLinkMultiError
- type ProtectionLinkValidationError
- func (e ProtectionLinkValidationError) Cause() error
- func (e ProtectionLinkValidationError) Error() string
- func (e ProtectionLinkValidationError) ErrorName() string
- func (e ProtectionLinkValidationError) Field() string
- func (e ProtectionLinkValidationError) Key() bool
- func (e ProtectionLinkValidationError) Reason() string
- type ReleaseStrategyConfig
- func (*ReleaseStrategyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ReleaseStrategyConfig) GetAutomatedTestingDuration() *durationpb.Duration
- func (x *ReleaseStrategyConfig) GetCheckInterval() *durationpb.Duration
- func (x *ReleaseStrategyConfig) GetFailureThreshold() int32
- func (x *ReleaseStrategyConfig) GetIndividualStageDeadline() *durationpb.Duration
- func (x *ReleaseStrategyConfig) GetManualApproval() bool
- func (x *ReleaseStrategyConfig) GetMetricsAnalysis() []*MetricAnalysis
- func (*ReleaseStrategyConfig) ProtoMessage()
- func (x *ReleaseStrategyConfig) ProtoReflect() protoreflect.Message
- func (x *ReleaseStrategyConfig) Reset()
- func (x *ReleaseStrategyConfig) String() string
- func (m *ReleaseStrategyConfig) Validate() error
- func (m *ReleaseStrategyConfig) ValidateAll() error
- type ReleaseStrategyConfigMultiError
- type ReleaseStrategyConfigValidationError
- func (e ReleaseStrategyConfigValidationError) Cause() error
- func (e ReleaseStrategyConfigValidationError) Error() string
- func (e ReleaseStrategyConfigValidationError) ErrorName() string
- func (e ReleaseStrategyConfigValidationError) Field() string
- func (e ReleaseStrategyConfigValidationError) Key() bool
- func (e ReleaseStrategyConfigValidationError) Reason() string
- type ReplicasConfig
- func (*ReplicasConfig) Descriptor() ([]byte, []int)deprecated
- func (m *ReplicasConfig) GetConfigOneof() isReplicasConfig_ConfigOneof
- func (x *ReplicasConfig) GetFixed() int32
- func (*ReplicasConfig) ProtoMessage()
- func (x *ReplicasConfig) ProtoReflect() protoreflect.Message
- func (x *ReplicasConfig) Reset()
- func (x *ReplicasConfig) String() string
- func (m *ReplicasConfig) Validate() error
- func (m *ReplicasConfig) ValidateAll() error
- type ReplicasConfigMultiError
- type ReplicasConfigValidationError
- func (e ReplicasConfigValidationError) Cause() error
- func (e ReplicasConfigValidationError) Error() string
- func (e ReplicasConfigValidationError) ErrorName() string
- func (e ReplicasConfigValidationError) Field() string
- func (e ReplicasConfigValidationError) Key() bool
- func (e ReplicasConfigValidationError) Reason() string
- type ReplicasConfig_Fixed
- type RuntimeExtensionConfig
- func (*RuntimeExtensionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeExtensionConfig) GetParameterValues() []*common_config.ParameterValue
- func (*RuntimeExtensionConfig) ProtoMessage()
- func (x *RuntimeExtensionConfig) ProtoReflect() protoreflect.Message
- func (x *RuntimeExtensionConfig) Reset()
- func (x *RuntimeExtensionConfig) String() string
- func (m *RuntimeExtensionConfig) Validate() error
- func (m *RuntimeExtensionConfig) ValidateAll() error
- type RuntimeExtensionConfigMultiError
- type RuntimeExtensionConfigValidationError
- func (e RuntimeExtensionConfigValidationError) Cause() error
- func (e RuntimeExtensionConfigValidationError) Error() string
- func (e RuntimeExtensionConfigValidationError) ErrorName() string
- func (e RuntimeExtensionConfigValidationError) Field() string
- func (e RuntimeExtensionConfigValidationError) Key() bool
- func (e RuntimeExtensionConfigValidationError) Reason() string
- type RuntimeSpecificConfig
- func (*RuntimeSpecificConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeSpecificConfig) GetK8S() *RuntimeSpecificConfig_K8SConfig
- func (m *RuntimeSpecificConfig) GetRuntimeConfig() isRuntimeSpecificConfig_RuntimeConfig
- func (*RuntimeSpecificConfig) ProtoMessage()
- func (x *RuntimeSpecificConfig) ProtoReflect() protoreflect.Message
- func (x *RuntimeSpecificConfig) Reset()
- func (x *RuntimeSpecificConfig) String() string
- func (m *RuntimeSpecificConfig) Validate() error
- func (m *RuntimeSpecificConfig) ValidateAll() error
- type RuntimeSpecificConfigMultiError
- type RuntimeSpecificConfigValidationError
- func (e RuntimeSpecificConfigValidationError) Cause() error
- func (e RuntimeSpecificConfigValidationError) Error() string
- func (e RuntimeSpecificConfigValidationError) ErrorName() string
- func (e RuntimeSpecificConfigValidationError) Field() string
- func (e RuntimeSpecificConfigValidationError) Key() bool
- func (e RuntimeSpecificConfigValidationError) Reason() string
- type RuntimeSpecificConfig_K8S
- type RuntimeSpecificConfig_K8SConfig
- func (*RuntimeSpecificConfig_K8SConfig) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeSpecificConfig_K8SConfig) GetServiceAnnotations() map[string]string
- func (*RuntimeSpecificConfig_K8SConfig) ProtoMessage()
- func (x *RuntimeSpecificConfig_K8SConfig) ProtoReflect() protoreflect.Message
- func (x *RuntimeSpecificConfig_K8SConfig) Reset()
- func (x *RuntimeSpecificConfig_K8SConfig) String() string
- func (m *RuntimeSpecificConfig_K8SConfig) Validate() error
- func (m *RuntimeSpecificConfig_K8SConfig) ValidateAll() error
- type RuntimeSpecificConfig_K8SConfigMultiError
- type RuntimeSpecificConfig_K8SConfigValidationError
- func (e RuntimeSpecificConfig_K8SConfigValidationError) Cause() error
- func (e RuntimeSpecificConfig_K8SConfigValidationError) Error() string
- func (e RuntimeSpecificConfig_K8SConfigValidationError) ErrorName() string
- func (e RuntimeSpecificConfig_K8SConfigValidationError) Field() string
- func (e RuntimeSpecificConfig_K8SConfigValidationError) Key() bool
- func (e RuntimeSpecificConfig_K8SConfigValidationError) Reason() string
- type Service
- func (*Service) Descriptor() ([]byte, []int)deprecated
- func (x *Service) GetConfig() *ServiceConfig
- func (x *Service) GetMeta() *object.ObjectMeta
- func (x *Service) GetState() *ServiceState
- func (x *Service) GetUserMetadata() *ServiceUserMetadata
- func (*Service) ProtoMessage()
- func (x *Service) ProtoReflect() protoreflect.Message
- func (x *Service) Reset()
- func (x *Service) String() string
- func (m *Service) Validate() error
- func (m *Service) ValidateAll() error
- type ServiceConfig
- func (*ServiceConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceConfig) GetApplication() string
- func (x *ServiceConfig) GetAsyncSetDesiredState() bool
- func (x *ServiceConfig) GetAutoRollback() *AutoRollbackConfig
- func (x *ServiceConfig) GetCapabilities() []*CapabilityReference
- func (m *ServiceConfig) GetConfigOneof() isServiceConfig_ConfigOneof
- func (x *ServiceConfig) GetConstants() []*common_config.Constant
- func (x *ServiceConfig) GetDeliveryConfig() *delivery.DeliveryConfig
- func (x *ServiceConfig) GetDeliveryExtensionInstances() []*DeliveryExtensionInstance
- func (x *ServiceConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
- func (x *ServiceConfig) GetDeployAnnotations() *workflow.AnnotationsConfig
- func (x *ServiceConfig) GetEnv() map[string]*common_config.EnvValue
- func (x *ServiceConfig) GetExternalConfig() *common_config.KubernetesConfig
- func (x *ServiceConfig) GetHelm() *common_config.HelmConfig
- func (x *ServiceConfig) GetKubernetesConfig() *common_config.KubernetesConfig
- func (x *ServiceConfig) GetName() string
- func (x *ServiceConfig) GetNoCleanupOnDelete() bool
- func (x *ServiceConfig) GetParameterValues() *ServiceParameterValues
- func (x *ServiceConfig) GetParameters() []*common_config.ParameterDefinition
- func (x *ServiceConfig) GetParametersAutogen() ServiceConfig_ParametersAutogen
- func (x *ServiceConfig) GetPerReleaseChannel() []*PerReleaseChannelConfig
- func (x *ServiceConfig) GetPrePushTasks() []*TaskConfig
- func (x *ServiceConfig) GetPrograms() []*common_config.ProgramConfig
- func (x *ServiceConfig) GetProgressDeadline() *durationpb.Duration
- func (x *ServiceConfig) GetReleaseStrategy() *ReleaseStrategyConfig
- func (x *ServiceConfig) GetReplicas() *ReplicasConfig
- func (x *ServiceConfig) GetRuntimeConnection() string
- func (x *ServiceConfig) GetRuntimeExtension() *RuntimeExtensionConfig
- func (x *ServiceConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
- func (x *ServiceConfig) GetVolumes() []*volumes.Volume
- func (*ServiceConfig) ProtoMessage()
- func (x *ServiceConfig) ProtoReflect() protoreflect.Message
- func (x *ServiceConfig) Reset()
- func (x *ServiceConfig) String() string
- func (m *ServiceConfig) Validate() error
- func (m *ServiceConfig) ValidateAll() error
- type ServiceConfigMultiError
- type ServiceConfigValidationError
- func (e ServiceConfigValidationError) Cause() error
- func (e ServiceConfigValidationError) Error() string
- func (e ServiceConfigValidationError) ErrorName() string
- func (e ServiceConfigValidationError) Field() string
- func (e ServiceConfigValidationError) Key() bool
- func (e ServiceConfigValidationError) Reason() string
- type ServiceConfigVersionReference
- func (*ServiceConfigVersionReference) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceConfigVersionReference) GetApplication() string
- func (x *ServiceConfigVersionReference) GetService() string
- func (x *ServiceConfigVersionReference) GetServiceConfigVersion() string
- func (*ServiceConfigVersionReference) ProtoMessage()
- func (x *ServiceConfigVersionReference) ProtoReflect() protoreflect.Message
- func (x *ServiceConfigVersionReference) Reset()
- func (x *ServiceConfigVersionReference) String() string
- func (m *ServiceConfigVersionReference) Validate() error
- func (m *ServiceConfigVersionReference) ValidateAll() error
- type ServiceConfigVersionReferenceMultiError
- type ServiceConfigVersionReferenceValidationError
- func (e ServiceConfigVersionReferenceValidationError) Cause() error
- func (e ServiceConfigVersionReferenceValidationError) Error() string
- func (e ServiceConfigVersionReferenceValidationError) ErrorName() string
- func (e ServiceConfigVersionReferenceValidationError) Field() string
- func (e ServiceConfigVersionReferenceValidationError) Key() bool
- func (e ServiceConfigVersionReferenceValidationError) Reason() string
- type ServiceConfig_ExternalConfig
- type ServiceConfig_Helm
- type ServiceConfig_KubernetesConfig
- type ServiceConfig_ParametersAutogen
- func (ServiceConfig_ParametersAutogen) Descriptor() protoreflect.EnumDescriptor
- func (x ServiceConfig_ParametersAutogen) Enum() *ServiceConfig_ParametersAutogen
- func (ServiceConfig_ParametersAutogen) EnumDescriptor() ([]byte, []int)deprecated
- func (x ServiceConfig_ParametersAutogen) Number() protoreflect.EnumNumber
- func (x ServiceConfig_ParametersAutogen) String() string
- func (ServiceConfig_ParametersAutogen) Type() protoreflect.EnumType
- type ServiceConfig_RuntimeExtension
- type ServiceInstance
- func (*ServiceInstance) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceInstance) GetConfig() *CompiledServiceInstanceConfig
- func (x *ServiceInstance) GetMeta() *common_config.ServiceInstanceObjectMeta
- func (x *ServiceInstance) GetState() *ServiceInstanceState
- func (*ServiceInstance) ProtoMessage()
- func (x *ServiceInstance) ProtoReflect() protoreflect.Message
- func (x *ServiceInstance) Reset()
- func (x *ServiceInstance) String() string
- func (m *ServiceInstance) Validate() error
- func (m *ServiceInstance) ValidateAll() error
- type ServiceInstanceMultiError
- type ServiceInstanceProtectionAttachment
- func (*ServiceInstanceProtectionAttachment) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceInstanceProtectionAttachment) GetAttachment() string
- func (x *ServiceInstanceProtectionAttachment) GetAttachmentId() string
- func (x *ServiceInstanceProtectionAttachment) GetDesiredStateId() string
- func (x *ServiceInstanceProtectionAttachment) GetProtection() string
- func (*ServiceInstanceProtectionAttachment) ProtoMessage()
- func (x *ServiceInstanceProtectionAttachment) ProtoReflect() protoreflect.Message
- func (x *ServiceInstanceProtectionAttachment) Reset()
- func (x *ServiceInstanceProtectionAttachment) String() string
- func (m *ServiceInstanceProtectionAttachment) Validate() error
- func (m *ServiceInstanceProtectionAttachment) ValidateAll() error
- type ServiceInstanceProtectionAttachmentMultiError
- type ServiceInstanceProtectionAttachmentValidationError
- func (e ServiceInstanceProtectionAttachmentValidationError) Cause() error
- func (e ServiceInstanceProtectionAttachmentValidationError) Error() string
- func (e ServiceInstanceProtectionAttachmentValidationError) ErrorName() string
- func (e ServiceInstanceProtectionAttachmentValidationError) Field() string
- func (e ServiceInstanceProtectionAttachmentValidationError) Key() bool
- func (e ServiceInstanceProtectionAttachmentValidationError) Reason() string
- type ServiceInstanceState
- func (*ServiceInstanceState) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceInstanceState) GetExternalAddrs() []*ExternalAddr
- func (x *ServiceInstanceState) GetProtectionAttachments() []*ServiceInstanceProtectionAttachment
- func (*ServiceInstanceState) ProtoMessage()
- func (x *ServiceInstanceState) ProtoReflect() protoreflect.Message
- func (x *ServiceInstanceState) Reset()
- func (x *ServiceInstanceState) String() string
- func (m *ServiceInstanceState) Validate() error
- func (m *ServiceInstanceState) ValidateAll() error
- type ServiceInstanceStateMultiError
- type ServiceInstanceStateValidationError
- func (e ServiceInstanceStateValidationError) Cause() error
- func (e ServiceInstanceStateValidationError) Error() string
- func (e ServiceInstanceStateValidationError) ErrorName() string
- func (e ServiceInstanceStateValidationError) Field() string
- func (e ServiceInstanceStateValidationError) Key() bool
- func (e ServiceInstanceStateValidationError) Reason() string
- type ServiceInstanceValidationError
- func (e ServiceInstanceValidationError) Cause() error
- func (e ServiceInstanceValidationError) Error() string
- func (e ServiceInstanceValidationError) ErrorName() string
- func (e ServiceInstanceValidationError) Field() string
- func (e ServiceInstanceValidationError) Key() bool
- func (e ServiceInstanceValidationError) Reason() string
- type ServiceManagerClient
- type ServiceManagerServer
- type ServiceMultiError
- type ServiceParameterValues
- func (*ServiceParameterValues) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceParameterValues) GetParameters() []*common_config.ParameterValue
- func (x *ServiceParameterValues) GetPerReleaseChannel() []*PerReleaseChannelParameterValues
- func (*ServiceParameterValues) ProtoMessage()
- func (x *ServiceParameterValues) ProtoReflect() protoreflect.Message
- func (x *ServiceParameterValues) Reset()
- func (x *ServiceParameterValues) String() string
- func (m *ServiceParameterValues) Validate() error
- func (m *ServiceParameterValues) ValidateAll() error
- type ServiceParameterValuesMultiError
- type ServiceParameterValuesValidationError
- func (e ServiceParameterValuesValidationError) Cause() error
- func (e ServiceParameterValuesValidationError) Error() string
- func (e ServiceParameterValuesValidationError) ErrorName() string
- func (e ServiceParameterValuesValidationError) Field() string
- func (e ServiceParameterValuesValidationError) Key() bool
- func (e ServiceParameterValuesValidationError) Reason() string
- type ServiceState
- func (*ServiceState) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceState) GetConvergenceMode() convergence.ConvergenceMode
- func (*ServiceState) ProtoMessage()
- func (x *ServiceState) ProtoReflect() protoreflect.Message
- func (x *ServiceState) Reset()
- func (x *ServiceState) String() string
- func (m *ServiceState) Validate() error
- func (m *ServiceState) ValidateAll() error
- type ServiceStateMultiError
- type ServiceStateValidationError
- func (e ServiceStateValidationError) Cause() error
- func (e ServiceStateValidationError) Error() string
- func (e ServiceStateValidationError) ErrorName() string
- func (e ServiceStateValidationError) Field() string
- func (e ServiceStateValidationError) Key() bool
- func (e ServiceStateValidationError) Reason() string
- type ServiceUserMetadata
- func (*ServiceUserMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ServiceUserMetadata) GetDescription() string
- func (x *ServiceUserMetadata) GetFollowRepository() *FollowContainerRepositorySettings
- func (x *ServiceUserMetadata) GetLinks() []*common_config.Link
- func (*ServiceUserMetadata) ProtoMessage()
- func (x *ServiceUserMetadata) ProtoReflect() protoreflect.Message
- func (x *ServiceUserMetadata) Reset()
- func (x *ServiceUserMetadata) String() string
- func (m *ServiceUserMetadata) Validate() error
- func (m *ServiceUserMetadata) ValidateAll() error
- type ServiceUserMetadataMultiError
- type ServiceUserMetadataValidationError
- func (e ServiceUserMetadataValidationError) Cause() error
- func (e ServiceUserMetadataValidationError) Error() string
- func (e ServiceUserMetadataValidationError) ErrorName() string
- func (e ServiceUserMetadataValidationError) Field() string
- func (e ServiceUserMetadataValidationError) Key() bool
- func (e ServiceUserMetadataValidationError) Reason() string
- type ServiceValidationError
- type SetServiceConvergenceModeReq
- func (*SetServiceConvergenceModeReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetServiceConvergenceModeReq) GetApplication() string
- func (x *SetServiceConvergenceModeReq) GetConvergenceMode() convergence.ConvergenceMode
- func (x *SetServiceConvergenceModeReq) GetService() string
- func (*SetServiceConvergenceModeReq) ProtoMessage()
- func (x *SetServiceConvergenceModeReq) ProtoReflect() protoreflect.Message
- func (x *SetServiceConvergenceModeReq) Reset()
- func (x *SetServiceConvergenceModeReq) String() string
- func (m *SetServiceConvergenceModeReq) Validate() error
- func (m *SetServiceConvergenceModeReq) ValidateAll() error
- type SetServiceConvergenceModeReqMultiError
- type SetServiceConvergenceModeReqValidationError
- func (e SetServiceConvergenceModeReqValidationError) Cause() error
- func (e SetServiceConvergenceModeReqValidationError) Error() string
- func (e SetServiceConvergenceModeReqValidationError) ErrorName() string
- func (e SetServiceConvergenceModeReqValidationError) Field() string
- func (e SetServiceConvergenceModeReqValidationError) Key() bool
- func (e SetServiceConvergenceModeReqValidationError) Reason() string
- type SetServiceConvergenceModeResp
- func (*SetServiceConvergenceModeResp) Descriptor() ([]byte, []int)deprecated
- func (*SetServiceConvergenceModeResp) ProtoMessage()
- func (x *SetServiceConvergenceModeResp) ProtoReflect() protoreflect.Message
- func (x *SetServiceConvergenceModeResp) Reset()
- func (x *SetServiceConvergenceModeResp) String() string
- func (m *SetServiceConvergenceModeResp) Validate() error
- func (m *SetServiceConvergenceModeResp) ValidateAll() error
- type SetServiceConvergenceModeRespMultiError
- type SetServiceConvergenceModeRespValidationError
- func (e SetServiceConvergenceModeRespValidationError) Cause() error
- func (e SetServiceConvergenceModeRespValidationError) Error() string
- func (e SetServiceConvergenceModeRespValidationError) ErrorName() string
- func (e SetServiceConvergenceModeRespValidationError) Field() string
- func (e SetServiceConvergenceModeRespValidationError) Key() bool
- func (e SetServiceConvergenceModeRespValidationError) Reason() string
- type SetServiceMetadataReq
- func (*SetServiceMetadataReq) Descriptor() ([]byte, []int)deprecated
- func (x *SetServiceMetadataReq) GetApplication() string
- func (x *SetServiceMetadataReq) GetMetadata() *ServiceUserMetadata
- func (x *SetServiceMetadataReq) GetService() string
- func (*SetServiceMetadataReq) ProtoMessage()
- func (x *SetServiceMetadataReq) ProtoReflect() protoreflect.Message
- func (x *SetServiceMetadataReq) Reset()
- func (x *SetServiceMetadataReq) String() string
- func (m *SetServiceMetadataReq) Validate() error
- func (m *SetServiceMetadataReq) ValidateAll() error
- type SetServiceMetadataReqMultiError
- type SetServiceMetadataReqValidationError
- func (e SetServiceMetadataReqValidationError) Cause() error
- func (e SetServiceMetadataReqValidationError) Error() string
- func (e SetServiceMetadataReqValidationError) ErrorName() string
- func (e SetServiceMetadataReqValidationError) Field() string
- func (e SetServiceMetadataReqValidationError) Key() bool
- func (e SetServiceMetadataReqValidationError) Reason() string
- type SetServiceMetadataResp
- func (*SetServiceMetadataResp) Descriptor() ([]byte, []int)deprecated
- func (*SetServiceMetadataResp) ProtoMessage()
- func (x *SetServiceMetadataResp) ProtoReflect() protoreflect.Message
- func (x *SetServiceMetadataResp) Reset()
- func (x *SetServiceMetadataResp) String() string
- func (m *SetServiceMetadataResp) Validate() error
- func (m *SetServiceMetadataResp) ValidateAll() error
- type SetServiceMetadataRespMultiError
- type SetServiceMetadataRespValidationError
- func (e SetServiceMetadataRespValidationError) Cause() error
- func (e SetServiceMetadataRespValidationError) Error() string
- func (e SetServiceMetadataRespValidationError) ErrorName() string
- func (e SetServiceMetadataRespValidationError) Field() string
- func (e SetServiceMetadataRespValidationError) Key() bool
- func (e SetServiceMetadataRespValidationError) Reason() string
- type SnoozeServiceInsightReq
- func (*SnoozeServiceInsightReq) Descriptor() ([]byte, []int)deprecated
- func (x *SnoozeServiceInsightReq) GetApplication() string
- func (x *SnoozeServiceInsightReq) GetClass() insights.Class
- func (x *SnoozeServiceInsightReq) GetDuration() *durationpb.Duration
- func (x *SnoozeServiceInsightReq) GetService() string
- func (*SnoozeServiceInsightReq) ProtoMessage()
- func (x *SnoozeServiceInsightReq) ProtoReflect() protoreflect.Message
- func (x *SnoozeServiceInsightReq) Reset()
- func (x *SnoozeServiceInsightReq) String() string
- func (m *SnoozeServiceInsightReq) Validate() error
- func (m *SnoozeServiceInsightReq) ValidateAll() error
- type SnoozeServiceInsightReqMultiError
- type SnoozeServiceInsightReqValidationError
- func (e SnoozeServiceInsightReqValidationError) Cause() error
- func (e SnoozeServiceInsightReqValidationError) Error() string
- func (e SnoozeServiceInsightReqValidationError) ErrorName() string
- func (e SnoozeServiceInsightReqValidationError) Field() string
- func (e SnoozeServiceInsightReqValidationError) Key() bool
- func (e SnoozeServiceInsightReqValidationError) Reason() string
- type SnoozeServiceInsightResp
- func (*SnoozeServiceInsightResp) Descriptor() ([]byte, []int)deprecated
- func (*SnoozeServiceInsightResp) ProtoMessage()
- func (x *SnoozeServiceInsightResp) ProtoReflect() protoreflect.Message
- func (x *SnoozeServiceInsightResp) Reset()
- func (x *SnoozeServiceInsightResp) String() string
- func (m *SnoozeServiceInsightResp) Validate() error
- func (m *SnoozeServiceInsightResp) ValidateAll() error
- type SnoozeServiceInsightRespMultiError
- type SnoozeServiceInsightRespValidationError
- func (e SnoozeServiceInsightRespValidationError) Cause() error
- func (e SnoozeServiceInsightRespValidationError) Error() string
- func (e SnoozeServiceInsightRespValidationError) ErrorName() string
- func (e SnoozeServiceInsightRespValidationError) Field() string
- func (e SnoozeServiceInsightRespValidationError) Key() bool
- func (e SnoozeServiceInsightRespValidationError) Reason() string
- type TLSCertificate
- func (*TLSCertificate) Descriptor() ([]byte, []int)deprecated
- func (x *TLSCertificate) GetTlsCert() *TLSSecret
- func (x *TLSCertificate) GetTlsKey() *TLSSecret
- func (*TLSCertificate) ProtoMessage()
- func (x *TLSCertificate) ProtoReflect() protoreflect.Message
- func (x *TLSCertificate) Reset()
- func (x *TLSCertificate) String() string
- func (m *TLSCertificate) Validate() error
- func (m *TLSCertificate) ValidateAll() error
- type TLSCertificateMultiError
- type TLSCertificateValidationError
- func (e TLSCertificateValidationError) Cause() error
- func (e TLSCertificateValidationError) Error() string
- func (e TLSCertificateValidationError) ErrorName() string
- func (e TLSCertificateValidationError) Field() string
- func (e TLSCertificateValidationError) Key() bool
- func (e TLSCertificateValidationError) Reason() string
- type TLSSecret
- func (*TLSSecret) Descriptor() ([]byte, []int)deprecated
- func (x *TLSSecret) GetRawSecret() string
- func (x *TLSSecret) GetSecret() *common_config.Secret
- func (m *TLSSecret) GetTlsSecret() isTLSSecret_TlsSecret
- func (*TLSSecret) ProtoMessage()
- func (x *TLSSecret) ProtoReflect() protoreflect.Message
- func (x *TLSSecret) Reset()
- func (x *TLSSecret) String() string
- func (m *TLSSecret) Validate() error
- func (m *TLSSecret) ValidateAll() error
- type TLSSecretMultiError
- type TLSSecretValidationError
- type TLSSecret_RawSecret
- type TLSSecret_Secret
- type TaskConfig
- func (*TaskConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TaskConfig) GetBaseProgram() *ProgramReference
- func (x *TaskConfig) GetProgram() *common_config.ProgramConfig
- func (x *TaskConfig) GetRef() *TaskReference
- func (x *TaskConfig) GetRetryConfig() *common_config.RetryConfig
- func (*TaskConfig) ProtoMessage()
- func (x *TaskConfig) ProtoReflect() protoreflect.Message
- func (x *TaskConfig) Reset()
- func (x *TaskConfig) String() string
- func (m *TaskConfig) Validate() error
- func (m *TaskConfig) ValidateAll() error
- type TaskConfigMultiError
- type TaskConfigValidationError
- type TaskReference
- func (*TaskReference) Descriptor() ([]byte, []int)deprecated
- func (m *TaskReference) GetRef() isTaskReference_Ref
- func (x *TaskReference) GetReleaseChannel() string
- func (*TaskReference) ProtoMessage()
- func (x *TaskReference) ProtoReflect() protoreflect.Message
- func (x *TaskReference) Reset()
- func (x *TaskReference) String() string
- func (m *TaskReference) Validate() error
- func (m *TaskReference) ValidateAll() error
- type TaskReferenceMultiError
- type TaskReferenceValidationError
- func (e TaskReferenceValidationError) Cause() error
- func (e TaskReferenceValidationError) Error() string
- func (e TaskReferenceValidationError) ErrorName() string
- func (e TaskReferenceValidationError) Field() string
- func (e TaskReferenceValidationError) Key() bool
- func (e TaskReferenceValidationError) Reason() string
- type TaskReference_ReleaseChannel
- type UnimplementedServiceManagerServer
- func (UnimplementedServiceManagerServer) ApplyParameters(context.Context, *ApplyParametersReq) (*ApplyParametersResp, error)
- func (UnimplementedServiceManagerServer) ConfigureService(context.Context, *ConfigureServiceReq) (*ConfigureServiceResp, error)
- func (UnimplementedServiceManagerServer) DeleteService(context.Context, *DeleteServiceReq) (*DeleteServiceResp, error)
- func (UnimplementedServiceManagerServer) GenerateVersionName(context.Context, *GenerateVersionNameReq) (*GenerateVersionNameResp, error)
- func (UnimplementedServiceManagerServer) GetMaterializedConfig(context.Context, *GetMaterializedConfigReq) (*GetMaterializedConfigResp, error)
- func (UnimplementedServiceManagerServer) GetService(context.Context, *GetServiceReq) (*GetServiceResp, error)
- func (UnimplementedServiceManagerServer) GetServiceConfig(context.Context, *GetServiceConfigReq) (*GetServiceConfigResp, error)
- func (UnimplementedServiceManagerServer) GetServiceInsights(context.Context, *GetServiceInsightsReq) (*GetServiceInsightsResp, error)
- func (UnimplementedServiceManagerServer) GetServiceInstance(context.Context, *GetServiceInstanceReq) (*GetServiceInstanceResp, error)
- func (UnimplementedServiceManagerServer) GetServiceMetadata(context.Context, *GetServiceMetadataReq) (*GetServiceMetadataResp, error)
- func (UnimplementedServiceManagerServer) GetServiceMetrics(context.Context, *GetServiceMetricsReq) (*GetServiceMetricsResp, error)
- func (UnimplementedServiceManagerServer) ListCommits(context.Context, *ListCommitsReq) (*ListCommitsResp, error)
- func (UnimplementedServiceManagerServer) ListMaterializedConfigVersions(context.Context, *ListMaterializedConfigVersionsReq) (*ListMaterializedConfigVersionsResp, error)
- func (UnimplementedServiceManagerServer) ListServiceConfigVersions(context.Context, *ListServiceConfigVersionsReq) (*ListServiceConfigVersionsResp, error)
- func (UnimplementedServiceManagerServer) ListServiceInstances(context.Context, *ListServiceInstancesReq) (*ListServiceInstancesResp, error)
- func (UnimplementedServiceManagerServer) ListServices(context.Context, *ListServicesReq) (*ListServicesResp, error)
- func (UnimplementedServiceManagerServer) SetServiceConvergenceMode(context.Context, *SetServiceConvergenceModeReq) (*SetServiceConvergenceModeResp, error)
- func (UnimplementedServiceManagerServer) SetServiceMetadata(context.Context, *SetServiceMetadataReq) (*SetServiceMetadataResp, error)
- func (UnimplementedServiceManagerServer) SnoozeServiceInsight(context.Context, *SnoozeServiceInsightReq) (*SnoozeServiceInsightResp, error)
- func (UnimplementedServiceManagerServer) ValidateApplyParameters(context.Context, *ApplyParametersReq) (*ValidateApplyParametersResp, error)
- func (UnimplementedServiceManagerServer) ValidateConfigureService(context.Context, *ConfigureServiceReq) (*ValidateConfigureServiceResp, error)
- type UnsafeServiceManagerServer
- type ValidateApplyParametersResp
- func (*ValidateApplyParametersResp) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateApplyParametersResp) GetAppVersion() string
- func (x *ValidateApplyParametersResp) GetCompiledConfig() *ServiceConfig
- func (x *ValidateApplyParametersResp) GetCompiledServiceInstanceConfigs() []*CompiledServiceInstanceConfig
- func (x *ValidateApplyParametersResp) GetConfig() *ServiceConfig
- func (*ValidateApplyParametersResp) ProtoMessage()
- func (x *ValidateApplyParametersResp) ProtoReflect() protoreflect.Message
- func (x *ValidateApplyParametersResp) Reset()
- func (x *ValidateApplyParametersResp) String() string
- func (m *ValidateApplyParametersResp) Validate() error
- func (m *ValidateApplyParametersResp) ValidateAll() error
- type ValidateApplyParametersRespMultiError
- type ValidateApplyParametersRespValidationError
- func (e ValidateApplyParametersRespValidationError) Cause() error
- func (e ValidateApplyParametersRespValidationError) Error() string
- func (e ValidateApplyParametersRespValidationError) ErrorName() string
- func (e ValidateApplyParametersRespValidationError) Field() string
- func (e ValidateApplyParametersRespValidationError) Key() bool
- func (e ValidateApplyParametersRespValidationError) Reason() string
- type ValidateConfigureServiceResp
- func (*ValidateConfigureServiceResp) Descriptor() ([]byte, []int)deprecated
- func (x *ValidateConfigureServiceResp) GetCompiledConfig() *ServiceConfig
- func (x *ValidateConfigureServiceResp) GetInputConfig() *ServiceConfig
- func (*ValidateConfigureServiceResp) ProtoMessage()
- func (x *ValidateConfigureServiceResp) ProtoReflect() protoreflect.Message
- func (x *ValidateConfigureServiceResp) Reset()
- func (x *ValidateConfigureServiceResp) String() string
- func (m *ValidateConfigureServiceResp) Validate() error
- func (m *ValidateConfigureServiceResp) ValidateAll() error
- type ValidateConfigureServiceRespMultiError
- type ValidateConfigureServiceRespValidationError
- func (e ValidateConfigureServiceRespValidationError) Cause() error
- func (e ValidateConfigureServiceRespValidationError) Error() string
- func (e ValidateConfigureServiceRespValidationError) ErrorName() string
- func (e ValidateConfigureServiceRespValidationError) Field() string
- func (e ValidateConfigureServiceRespValidationError) Key() bool
- func (e ValidateConfigureServiceRespValidationError) Reason() string
Constants ¶
const ( ServiceManager_ConfigureService_FullMethodName = "/prodvana.service.ServiceManager/ConfigureService" ServiceManager_ValidateConfigureService_FullMethodName = "/prodvana.service.ServiceManager/ValidateConfigureService" ServiceManager_ListServiceConfigVersions_FullMethodName = "/prodvana.service.ServiceManager/ListServiceConfigVersions" ServiceManager_GetServiceConfig_FullMethodName = "/prodvana.service.ServiceManager/GetServiceConfig" ServiceManager_GenerateVersionName_FullMethodName = "/prodvana.service.ServiceManager/GenerateVersionName" ServiceManager_ApplyParameters_FullMethodName = "/prodvana.service.ServiceManager/ApplyParameters" ServiceManager_ValidateApplyParameters_FullMethodName = "/prodvana.service.ServiceManager/ValidateApplyParameters" ServiceManager_GetMaterializedConfig_FullMethodName = "/prodvana.service.ServiceManager/GetMaterializedConfig" ServiceManager_ListMaterializedConfigVersions_FullMethodName = "/prodvana.service.ServiceManager/ListMaterializedConfigVersions" ServiceManager_DeleteService_FullMethodName = "/prodvana.service.ServiceManager/DeleteService" ServiceManager_ListServices_FullMethodName = "/prodvana.service.ServiceManager/ListServices" ServiceManager_ListCommits_FullMethodName = "/prodvana.service.ServiceManager/ListCommits" ServiceManager_GetService_FullMethodName = "/prodvana.service.ServiceManager/GetService" ServiceManager_ListServiceInstances_FullMethodName = "/prodvana.service.ServiceManager/ListServiceInstances" ServiceManager_GetServiceInstance_FullMethodName = "/prodvana.service.ServiceManager/GetServiceInstance" ServiceManager_GetServiceMetrics_FullMethodName = "/prodvana.service.ServiceManager/GetServiceMetrics" ServiceManager_GetServiceInsights_FullMethodName = "/prodvana.service.ServiceManager/GetServiceInsights" ServiceManager_SnoozeServiceInsight_FullMethodName = "/prodvana.service.ServiceManager/SnoozeServiceInsight" ServiceManager_GetServiceMetadata_FullMethodName = "/prodvana.service.ServiceManager/GetServiceMetadata" ServiceManager_SetServiceMetadata_FullMethodName = "/prodvana.service.ServiceManager/SetServiceMetadata" ServiceManager_SetServiceConvergenceMode_FullMethodName = "/prodvana.service.ServiceManager/SetServiceConvergenceMode" )
Variables ¶
var ( ExternalAddr_Type_name = map[int32]string{ 0: "UNKNOWN", 1: "AUTO", 2: "EXTERNAL", 3: "RAW_IP", 4: "RAW_HOSTNAME", } ExternalAddr_Type_value = map[string]int32{ "UNKNOWN": 0, "AUTO": 1, "EXTERNAL": 2, "RAW_IP": 3, "RAW_HOSTNAME": 4, } )
Enum value maps for ExternalAddr_Type.
var ( ServiceConfig_ParametersAutogen_name = map[int32]string{ 0: "UNKNOWN", 1: "NONE", 2: "IMAGE", 3: "IMAGE_AND_REPLICAS", } ServiceConfig_ParametersAutogen_value = map[string]int32{ "UNKNOWN": 0, "NONE": 1, "IMAGE": 2, "IMAGE_AND_REPLICAS": 3, } )
Enum value maps for ServiceConfig_ParametersAutogen.
var File_prodvana_service_object_proto protoreflect.FileDescriptor
var File_prodvana_service_parameters_proto protoreflect.FileDescriptor
var File_prodvana_service_service_config_proto protoreflect.FileDescriptor
var File_prodvana_service_service_manager_proto protoreflect.FileDescriptor
var File_prodvana_service_user_metadata_proto protoreflect.FileDescriptor
var ServiceManager_ServiceDesc = grpc.ServiceDesc{ ServiceName: "prodvana.service.ServiceManager", HandlerType: (*ServiceManagerServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ConfigureService", Handler: _ServiceManager_ConfigureService_Handler, }, { MethodName: "ValidateConfigureService", Handler: _ServiceManager_ValidateConfigureService_Handler, }, { MethodName: "ListServiceConfigVersions", Handler: _ServiceManager_ListServiceConfigVersions_Handler, }, { MethodName: "GetServiceConfig", Handler: _ServiceManager_GetServiceConfig_Handler, }, { MethodName: "GenerateVersionName", Handler: _ServiceManager_GenerateVersionName_Handler, }, { MethodName: "ApplyParameters", Handler: _ServiceManager_ApplyParameters_Handler, }, { MethodName: "ValidateApplyParameters", Handler: _ServiceManager_ValidateApplyParameters_Handler, }, { MethodName: "GetMaterializedConfig", Handler: _ServiceManager_GetMaterializedConfig_Handler, }, { MethodName: "ListMaterializedConfigVersions", Handler: _ServiceManager_ListMaterializedConfigVersions_Handler, }, { MethodName: "DeleteService", Handler: _ServiceManager_DeleteService_Handler, }, { MethodName: "ListServices", Handler: _ServiceManager_ListServices_Handler, }, { MethodName: "ListCommits", Handler: _ServiceManager_ListCommits_Handler, }, { MethodName: "GetService", Handler: _ServiceManager_GetService_Handler, }, { MethodName: "ListServiceInstances", Handler: _ServiceManager_ListServiceInstances_Handler, }, { MethodName: "GetServiceInstance", Handler: _ServiceManager_GetServiceInstance_Handler, }, { MethodName: "GetServiceMetrics", Handler: _ServiceManager_GetServiceMetrics_Handler, }, { MethodName: "GetServiceInsights", Handler: _ServiceManager_GetServiceInsights_Handler, }, { MethodName: "SnoozeServiceInsight", Handler: _ServiceManager_SnoozeServiceInsight_Handler, }, { MethodName: "GetServiceMetadata", Handler: _ServiceManager_GetServiceMetadata_Handler, }, { MethodName: "SetServiceMetadata", Handler: _ServiceManager_SetServiceMetadata_Handler, }, { MethodName: "SetServiceConvergenceMode", Handler: _ServiceManager_SetServiceConvergenceMode_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "prodvana/service/service_manager.proto", }
ServiceManager_ServiceDesc is the grpc.ServiceDesc for ServiceManager service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterServiceManagerHandler ¶
func RegisterServiceManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterServiceManagerHandler registers the http handlers for service ServiceManager to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterServiceManagerHandlerClient ¶
func RegisterServiceManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceManagerClient) error
RegisterServiceManagerHandlerClient registers the http handlers for service ServiceManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ServiceManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ServiceManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ServiceManagerClient" to call the correct interceptors.
func RegisterServiceManagerHandlerFromEndpoint ¶
func RegisterServiceManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterServiceManagerHandlerFromEndpoint is same as RegisterServiceManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterServiceManagerHandlerServer ¶
func RegisterServiceManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceManagerServer) error
RegisterServiceManagerHandlerServer registers the http handlers for service ServiceManager to "mux". UnaryRPC :call ServiceManagerServer 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 RegisterServiceManagerHandlerFromEndpoint instead.
func RegisterServiceManagerServer ¶
func RegisterServiceManagerServer(s grpc.ServiceRegistrar, srv ServiceManagerServer)
Types ¶
type ApplyParametersReq ¶
type ApplyParametersReq struct { // Types that are assignable to Oneof: // // *ApplyParametersReq_ServiceConfig // *ApplyParametersReq_ServiceConfigVersion Oneof isApplyParametersReq_Oneof `protobuf_oneof:"oneof"` Parameters []*common_config.ParameterValue `protobuf:"bytes,9,rep,name=parameters,proto3" json:"parameters,omitempty"` PerReleaseChannel []*ApplyParametersReq_PerReleaseChannel `protobuf:"bytes,10,rep,name=per_release_channel,json=perReleaseChannel,proto3" json:"per_release_channel,omitempty"` // skip any kind of attempts to contact container registry, e.g. to check if image exists or get program defaults TestOnlySkipRegistryCheck bool `` /* 143-byte string literal not displayed */ // application can be specified here or as part of service config Application string `protobuf:"bytes,5,opt,name=application,proto3" json:"application,omitempty"` Source version.Source `protobuf:"varint,6,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"` SourceMetadata *version.SourceMetadata `protobuf:"bytes,7,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"` BundleNameOverride string `protobuf:"bytes,11,opt,name=bundle_name_override,json=bundleNameOverride,proto3" json:"bundle_name_override,omitempty"` // if the bundle name override exists already, handle duplicate by appending a number HandleBundleNameDuplicate bool `` /* 142-byte string literal not displayed */ // skip talking to runtimes for validation, can be useful to speed up the validation at the cost of not actually fully validating the config SkipRuntimeValidation bool `` /* 128-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ApplyParametersReq) Descriptor
deprecated
func (*ApplyParametersReq) Descriptor() ([]byte, []int)
Deprecated: Use ApplyParametersReq.ProtoReflect.Descriptor instead.
func (*ApplyParametersReq) GetApplication ¶
func (x *ApplyParametersReq) GetApplication() string
func (*ApplyParametersReq) GetBundleNameOverride ¶ added in v0.2.12
func (x *ApplyParametersReq) GetBundleNameOverride() string
func (*ApplyParametersReq) GetHandleBundleNameDuplicate ¶ added in v0.2.13
func (x *ApplyParametersReq) GetHandleBundleNameDuplicate() bool
func (*ApplyParametersReq) GetOneof ¶
func (m *ApplyParametersReq) GetOneof() isApplyParametersReq_Oneof
func (*ApplyParametersReq) GetParameters ¶
func (x *ApplyParametersReq) GetParameters() []*common_config.ParameterValue
func (*ApplyParametersReq) GetPerReleaseChannel ¶
func (x *ApplyParametersReq) GetPerReleaseChannel() []*ApplyParametersReq_PerReleaseChannel
func (*ApplyParametersReq) GetServiceConfig ¶
func (x *ApplyParametersReq) GetServiceConfig() *ServiceConfig
func (*ApplyParametersReq) GetServiceConfigVersion ¶
func (x *ApplyParametersReq) GetServiceConfigVersion() *ServiceConfigVersionReference
func (*ApplyParametersReq) GetSkipRuntimeValidation ¶ added in v0.2.13
func (x *ApplyParametersReq) GetSkipRuntimeValidation() bool
func (*ApplyParametersReq) GetSource ¶
func (x *ApplyParametersReq) GetSource() version.Source
func (*ApplyParametersReq) GetSourceMetadata ¶
func (x *ApplyParametersReq) GetSourceMetadata() *version.SourceMetadata
func (*ApplyParametersReq) GetTestOnlySkipRegistryCheck ¶
func (x *ApplyParametersReq) GetTestOnlySkipRegistryCheck() bool
func (*ApplyParametersReq) ProtoMessage ¶
func (*ApplyParametersReq) ProtoMessage()
func (*ApplyParametersReq) ProtoReflect ¶
func (x *ApplyParametersReq) ProtoReflect() protoreflect.Message
func (*ApplyParametersReq) Reset ¶
func (x *ApplyParametersReq) Reset()
func (*ApplyParametersReq) String ¶
func (x *ApplyParametersReq) String() string
func (*ApplyParametersReq) Validate ¶
func (m *ApplyParametersReq) Validate() error
Validate checks the field values on ApplyParametersReq 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 (*ApplyParametersReq) ValidateAll ¶
func (m *ApplyParametersReq) ValidateAll() error
ValidateAll checks the field values on ApplyParametersReq 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 ApplyParametersReqMultiError, or nil if none found.
type ApplyParametersReqMultiError ¶
type ApplyParametersReqMultiError []error
ApplyParametersReqMultiError is an error wrapping multiple validation errors returned by ApplyParametersReq.ValidateAll() if the designated constraints aren't met.
func (ApplyParametersReqMultiError) AllErrors ¶
func (m ApplyParametersReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplyParametersReqMultiError) Error ¶
func (m ApplyParametersReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplyParametersReqValidationError ¶
type ApplyParametersReqValidationError struct {
// contains filtered or unexported fields
}
ApplyParametersReqValidationError is the validation error returned by ApplyParametersReq.Validate if the designated constraints aren't met.
func (ApplyParametersReqValidationError) Cause ¶
func (e ApplyParametersReqValidationError) Cause() error
Cause function returns cause value.
func (ApplyParametersReqValidationError) Error ¶
func (e ApplyParametersReqValidationError) Error() string
Error satisfies the builtin error interface
func (ApplyParametersReqValidationError) ErrorName ¶
func (e ApplyParametersReqValidationError) ErrorName() string
ErrorName returns error name.
func (ApplyParametersReqValidationError) Field ¶
func (e ApplyParametersReqValidationError) Field() string
Field function returns field value.
func (ApplyParametersReqValidationError) Key ¶
func (e ApplyParametersReqValidationError) Key() bool
Key function returns key value.
func (ApplyParametersReqValidationError) Reason ¶
func (e ApplyParametersReqValidationError) Reason() string
Reason function returns reason value.
type ApplyParametersReq_PerReleaseChannel ¶
type ApplyParametersReq_PerReleaseChannel struct { ReleaseChannel string `protobuf:"bytes,1,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` // takes precedence over any parameters set at top level Parameters []*common_config.ParameterValue `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*ApplyParametersReq_PerReleaseChannel) Descriptor
deprecated
func (*ApplyParametersReq_PerReleaseChannel) Descriptor() ([]byte, []int)
Deprecated: Use ApplyParametersReq_PerReleaseChannel.ProtoReflect.Descriptor instead.
func (*ApplyParametersReq_PerReleaseChannel) GetParameters ¶
func (x *ApplyParametersReq_PerReleaseChannel) GetParameters() []*common_config.ParameterValue
func (*ApplyParametersReq_PerReleaseChannel) GetReleaseChannel ¶
func (x *ApplyParametersReq_PerReleaseChannel) GetReleaseChannel() string
func (*ApplyParametersReq_PerReleaseChannel) ProtoMessage ¶
func (*ApplyParametersReq_PerReleaseChannel) ProtoMessage()
func (*ApplyParametersReq_PerReleaseChannel) ProtoReflect ¶
func (x *ApplyParametersReq_PerReleaseChannel) ProtoReflect() protoreflect.Message
func (*ApplyParametersReq_PerReleaseChannel) Reset ¶
func (x *ApplyParametersReq_PerReleaseChannel) Reset()
func (*ApplyParametersReq_PerReleaseChannel) String ¶
func (x *ApplyParametersReq_PerReleaseChannel) String() string
func (*ApplyParametersReq_PerReleaseChannel) Validate ¶
func (m *ApplyParametersReq_PerReleaseChannel) Validate() error
Validate checks the field values on ApplyParametersReq_PerReleaseChannel 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 (*ApplyParametersReq_PerReleaseChannel) ValidateAll ¶
func (m *ApplyParametersReq_PerReleaseChannel) ValidateAll() error
ValidateAll checks the field values on ApplyParametersReq_PerReleaseChannel 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 ApplyParametersReq_PerReleaseChannelMultiError, or nil if none found.
type ApplyParametersReq_PerReleaseChannelMultiError ¶
type ApplyParametersReq_PerReleaseChannelMultiError []error
ApplyParametersReq_PerReleaseChannelMultiError is an error wrapping multiple validation errors returned by ApplyParametersReq_PerReleaseChannel.ValidateAll() if the designated constraints aren't met.
func (ApplyParametersReq_PerReleaseChannelMultiError) AllErrors ¶
func (m ApplyParametersReq_PerReleaseChannelMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplyParametersReq_PerReleaseChannelMultiError) Error ¶
func (m ApplyParametersReq_PerReleaseChannelMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplyParametersReq_PerReleaseChannelValidationError ¶
type ApplyParametersReq_PerReleaseChannelValidationError struct {
// contains filtered or unexported fields
}
ApplyParametersReq_PerReleaseChannelValidationError is the validation error returned by ApplyParametersReq_PerReleaseChannel.Validate if the designated constraints aren't met.
func (ApplyParametersReq_PerReleaseChannelValidationError) Cause ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) Cause() error
Cause function returns cause value.
func (ApplyParametersReq_PerReleaseChannelValidationError) Error ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) Error() string
Error satisfies the builtin error interface
func (ApplyParametersReq_PerReleaseChannelValidationError) ErrorName ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) ErrorName() string
ErrorName returns error name.
func (ApplyParametersReq_PerReleaseChannelValidationError) Field ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) Field() string
Field function returns field value.
func (ApplyParametersReq_PerReleaseChannelValidationError) Key ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) Key() bool
Key function returns key value.
func (ApplyParametersReq_PerReleaseChannelValidationError) Reason ¶
func (e ApplyParametersReq_PerReleaseChannelValidationError) Reason() string
Reason function returns reason value.
type ApplyParametersReq_ServiceConfig ¶
type ApplyParametersReq_ServiceConfig struct {
ServiceConfig *ServiceConfig `protobuf:"bytes,1,opt,name=service_config,json=serviceConfig,proto3,oneof"`
}
type ApplyParametersReq_ServiceConfigVersion ¶
type ApplyParametersReq_ServiceConfigVersion struct {
ServiceConfigVersion *ServiceConfigVersionReference `protobuf:"bytes,8,opt,name=service_config_version,json=serviceConfigVersion,proto3,oneof"`
}
type ApplyParametersResp ¶
type ApplyParametersResp struct { ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // only set if compute_efficiency was set in request EfficiencyStat *stat.EfficiencyStat `protobuf:"bytes,3,opt,name=efficiency_stat,json=efficiencyStat,proto3" json:"efficiency_stat,omitempty"` // contains filtered or unexported fields }
func (*ApplyParametersResp) Descriptor
deprecated
func (*ApplyParametersResp) Descriptor() ([]byte, []int)
Deprecated: Use ApplyParametersResp.ProtoReflect.Descriptor instead.
func (*ApplyParametersResp) GetEfficiencyStat ¶
func (x *ApplyParametersResp) GetEfficiencyStat() *stat.EfficiencyStat
func (*ApplyParametersResp) GetServiceId ¶
func (x *ApplyParametersResp) GetServiceId() string
func (*ApplyParametersResp) GetVersion ¶
func (x *ApplyParametersResp) GetVersion() string
func (*ApplyParametersResp) ProtoMessage ¶
func (*ApplyParametersResp) ProtoMessage()
func (*ApplyParametersResp) ProtoReflect ¶
func (x *ApplyParametersResp) ProtoReflect() protoreflect.Message
func (*ApplyParametersResp) Reset ¶
func (x *ApplyParametersResp) Reset()
func (*ApplyParametersResp) String ¶
func (x *ApplyParametersResp) String() string
func (*ApplyParametersResp) Validate ¶
func (m *ApplyParametersResp) Validate() error
Validate checks the field values on ApplyParametersResp 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 (*ApplyParametersResp) ValidateAll ¶
func (m *ApplyParametersResp) ValidateAll() error
ValidateAll checks the field values on ApplyParametersResp 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 ApplyParametersRespMultiError, or nil if none found.
type ApplyParametersRespMultiError ¶
type ApplyParametersRespMultiError []error
ApplyParametersRespMultiError is an error wrapping multiple validation errors returned by ApplyParametersResp.ValidateAll() if the designated constraints aren't met.
func (ApplyParametersRespMultiError) AllErrors ¶
func (m ApplyParametersRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ApplyParametersRespMultiError) Error ¶
func (m ApplyParametersRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ApplyParametersRespValidationError ¶
type ApplyParametersRespValidationError struct {
// contains filtered or unexported fields
}
ApplyParametersRespValidationError is the validation error returned by ApplyParametersResp.Validate if the designated constraints aren't met.
func (ApplyParametersRespValidationError) Cause ¶
func (e ApplyParametersRespValidationError) Cause() error
Cause function returns cause value.
func (ApplyParametersRespValidationError) Error ¶
func (e ApplyParametersRespValidationError) Error() string
Error satisfies the builtin error interface
func (ApplyParametersRespValidationError) ErrorName ¶
func (e ApplyParametersRespValidationError) ErrorName() string
ErrorName returns error name.
func (ApplyParametersRespValidationError) Field ¶
func (e ApplyParametersRespValidationError) Field() string
Field function returns field value.
func (ApplyParametersRespValidationError) Key ¶
func (e ApplyParametersRespValidationError) Key() bool
Key function returns key value.
func (ApplyParametersRespValidationError) Reason ¶
func (e ApplyParametersRespValidationError) Reason() string
Reason function returns reason value.
type AutoRollbackConfig ¶
type AutoRollbackConfig struct { Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"` // contains filtered or unexported fields }
func (*AutoRollbackConfig) Descriptor
deprecated
func (*AutoRollbackConfig) Descriptor() ([]byte, []int)
Deprecated: Use AutoRollbackConfig.ProtoReflect.Descriptor instead.
func (*AutoRollbackConfig) GetDisabled ¶
func (x *AutoRollbackConfig) GetDisabled() bool
func (*AutoRollbackConfig) ProtoMessage ¶
func (*AutoRollbackConfig) ProtoMessage()
func (*AutoRollbackConfig) ProtoReflect ¶
func (x *AutoRollbackConfig) ProtoReflect() protoreflect.Message
func (*AutoRollbackConfig) Reset ¶
func (x *AutoRollbackConfig) Reset()
func (*AutoRollbackConfig) String ¶
func (x *AutoRollbackConfig) String() string
func (*AutoRollbackConfig) Validate ¶
func (m *AutoRollbackConfig) Validate() error
Validate checks the field values on AutoRollbackConfig 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 (*AutoRollbackConfig) ValidateAll ¶
func (m *AutoRollbackConfig) ValidateAll() error
ValidateAll checks the field values on AutoRollbackConfig 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 AutoRollbackConfigMultiError, or nil if none found.
type AutoRollbackConfigMultiError ¶
type AutoRollbackConfigMultiError []error
AutoRollbackConfigMultiError is an error wrapping multiple validation errors returned by AutoRollbackConfig.ValidateAll() if the designated constraints aren't met.
func (AutoRollbackConfigMultiError) AllErrors ¶
func (m AutoRollbackConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AutoRollbackConfigMultiError) Error ¶
func (m AutoRollbackConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AutoRollbackConfigValidationError ¶
type AutoRollbackConfigValidationError struct {
// contains filtered or unexported fields
}
AutoRollbackConfigValidationError is the validation error returned by AutoRollbackConfig.Validate if the designated constraints aren't met.
func (AutoRollbackConfigValidationError) Cause ¶
func (e AutoRollbackConfigValidationError) Cause() error
Cause function returns cause value.
func (AutoRollbackConfigValidationError) Error ¶
func (e AutoRollbackConfigValidationError) Error() string
Error satisfies the builtin error interface
func (AutoRollbackConfigValidationError) ErrorName ¶
func (e AutoRollbackConfigValidationError) ErrorName() string
ErrorName returns error name.
func (AutoRollbackConfigValidationError) Field ¶
func (e AutoRollbackConfigValidationError) Field() string
Field function returns field value.
func (AutoRollbackConfigValidationError) Key ¶
func (e AutoRollbackConfigValidationError) Key() bool
Key function returns key value.
func (AutoRollbackConfigValidationError) Reason ¶
func (e AutoRollbackConfigValidationError) Reason() string
Reason function returns reason value.
type CapabilityReference ¶
type CapabilityReference struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CapabilityReference) Descriptor
deprecated
func (*CapabilityReference) Descriptor() ([]byte, []int)
Deprecated: Use CapabilityReference.ProtoReflect.Descriptor instead.
func (*CapabilityReference) GetName ¶
func (x *CapabilityReference) GetName() string
func (*CapabilityReference) ProtoMessage ¶
func (*CapabilityReference) ProtoMessage()
func (*CapabilityReference) ProtoReflect ¶
func (x *CapabilityReference) ProtoReflect() protoreflect.Message
func (*CapabilityReference) Reset ¶
func (x *CapabilityReference) Reset()
func (*CapabilityReference) String ¶
func (x *CapabilityReference) String() string
func (*CapabilityReference) Validate ¶
func (m *CapabilityReference) Validate() error
Validate checks the field values on CapabilityReference 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 (*CapabilityReference) ValidateAll ¶
func (m *CapabilityReference) ValidateAll() error
ValidateAll checks the field values on CapabilityReference 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 CapabilityReferenceMultiError, or nil if none found.
type CapabilityReferenceMultiError ¶
type CapabilityReferenceMultiError []error
CapabilityReferenceMultiError is an error wrapping multiple validation errors returned by CapabilityReference.ValidateAll() if the designated constraints aren't met.
func (CapabilityReferenceMultiError) AllErrors ¶
func (m CapabilityReferenceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CapabilityReferenceMultiError) Error ¶
func (m CapabilityReferenceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CapabilityReferenceValidationError ¶
type CapabilityReferenceValidationError struct {
// contains filtered or unexported fields
}
CapabilityReferenceValidationError is the validation error returned by CapabilityReference.Validate if the designated constraints aren't met.
func (CapabilityReferenceValidationError) Cause ¶
func (e CapabilityReferenceValidationError) Cause() error
Cause function returns cause value.
func (CapabilityReferenceValidationError) Error ¶
func (e CapabilityReferenceValidationError) Error() string
Error satisfies the builtin error interface
func (CapabilityReferenceValidationError) ErrorName ¶
func (e CapabilityReferenceValidationError) ErrorName() string
ErrorName returns error name.
func (CapabilityReferenceValidationError) Field ¶
func (e CapabilityReferenceValidationError) Field() string
Field function returns field value.
func (CapabilityReferenceValidationError) Key ¶
func (e CapabilityReferenceValidationError) Key() bool
Key function returns key value.
func (CapabilityReferenceValidationError) Reason ¶
func (e CapabilityReferenceValidationError) Reason() string
Reason function returns reason value.
type Certificate ¶
type Certificate struct { // Types that are assignable to Certificate: // // *Certificate_Tls // *Certificate_AwsAcmCert Certificate isCertificate_Certificate `protobuf_oneof:"certificate"` // contains filtered or unexported fields }
func (*Certificate) Descriptor
deprecated
func (*Certificate) Descriptor() ([]byte, []int)
Deprecated: Use Certificate.ProtoReflect.Descriptor instead.
func (*Certificate) GetAwsAcmCert ¶
func (x *Certificate) GetAwsAcmCert() string
func (*Certificate) GetCertificate ¶
func (m *Certificate) GetCertificate() isCertificate_Certificate
func (*Certificate) GetTls ¶
func (x *Certificate) GetTls() *TLSCertificate
func (*Certificate) ProtoMessage ¶
func (*Certificate) ProtoMessage()
func (*Certificate) ProtoReflect ¶
func (x *Certificate) ProtoReflect() protoreflect.Message
func (*Certificate) Reset ¶
func (x *Certificate) Reset()
func (*Certificate) String ¶
func (x *Certificate) String() string
func (*Certificate) Validate ¶
func (m *Certificate) Validate() error
Validate checks the field values on Certificate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Certificate) ValidateAll ¶
func (m *Certificate) ValidateAll() error
ValidateAll checks the field values on Certificate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CertificateMultiError, or nil if none found.
type CertificateMultiError ¶
type CertificateMultiError []error
CertificateMultiError is an error wrapping multiple validation errors returned by Certificate.ValidateAll() if the designated constraints aren't met.
func (CertificateMultiError) AllErrors ¶
func (m CertificateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CertificateMultiError) Error ¶
func (m CertificateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CertificateValidationError ¶
type CertificateValidationError struct {
// contains filtered or unexported fields
}
CertificateValidationError is the validation error returned by Certificate.Validate if the designated constraints aren't met.
func (CertificateValidationError) Cause ¶
func (e CertificateValidationError) Cause() error
Cause function returns cause value.
func (CertificateValidationError) Error ¶
func (e CertificateValidationError) Error() string
Error satisfies the builtin error interface
func (CertificateValidationError) ErrorName ¶
func (e CertificateValidationError) ErrorName() string
ErrorName returns error name.
func (CertificateValidationError) Field ¶
func (e CertificateValidationError) Field() string
Field function returns field value.
func (CertificateValidationError) Key ¶
func (e CertificateValidationError) Key() bool
Key function returns key value.
func (CertificateValidationError) Reason ¶
func (e CertificateValidationError) Reason() string
Reason function returns reason value.
type Certificate_AwsAcmCert ¶
type Certificate_AwsAcmCert struct {
AwsAcmCert string `protobuf:"bytes,2,opt,name=aws_acm_cert,json=awsAcmCert,proto3,oneof"`
}
type Certificate_Tls ¶
type Certificate_Tls struct {
Tls *TLSCertificate `protobuf:"bytes,1,opt,name=tls,proto3,oneof"`
}
type CompiledCapabilityConfig ¶
type CompiledCapabilityConfig struct { Capability *capability.CapabilityConfig `protobuf:"bytes,1,opt,name=capability,proto3" json:"capability,omitempty"` // contains filtered or unexported fields }
func (*CompiledCapabilityConfig) Descriptor
deprecated
func (*CompiledCapabilityConfig) Descriptor() ([]byte, []int)
Deprecated: Use CompiledCapabilityConfig.ProtoReflect.Descriptor instead.
func (*CompiledCapabilityConfig) GetCapability ¶
func (x *CompiledCapabilityConfig) GetCapability() *capability.CapabilityConfig
func (*CompiledCapabilityConfig) ProtoMessage ¶
func (*CompiledCapabilityConfig) ProtoMessage()
func (*CompiledCapabilityConfig) ProtoReflect ¶
func (x *CompiledCapabilityConfig) ProtoReflect() protoreflect.Message
func (*CompiledCapabilityConfig) Reset ¶
func (x *CompiledCapabilityConfig) Reset()
func (*CompiledCapabilityConfig) String ¶
func (x *CompiledCapabilityConfig) String() string
func (*CompiledCapabilityConfig) Validate ¶
func (m *CompiledCapabilityConfig) Validate() error
Validate checks the field values on CompiledCapabilityConfig 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 (*CompiledCapabilityConfig) ValidateAll ¶
func (m *CompiledCapabilityConfig) ValidateAll() error
ValidateAll checks the field values on CompiledCapabilityConfig 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 CompiledCapabilityConfigMultiError, or nil if none found.
type CompiledCapabilityConfigMultiError ¶
type CompiledCapabilityConfigMultiError []error
CompiledCapabilityConfigMultiError is an error wrapping multiple validation errors returned by CompiledCapabilityConfig.ValidateAll() if the designated constraints aren't met.
func (CompiledCapabilityConfigMultiError) AllErrors ¶
func (m CompiledCapabilityConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CompiledCapabilityConfigMultiError) Error ¶
func (m CompiledCapabilityConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CompiledCapabilityConfigValidationError ¶
type CompiledCapabilityConfigValidationError struct {
// contains filtered or unexported fields
}
CompiledCapabilityConfigValidationError is the validation error returned by CompiledCapabilityConfig.Validate if the designated constraints aren't met.
func (CompiledCapabilityConfigValidationError) Cause ¶
func (e CompiledCapabilityConfigValidationError) Cause() error
Cause function returns cause value.
func (CompiledCapabilityConfigValidationError) Error ¶
func (e CompiledCapabilityConfigValidationError) Error() string
Error satisfies the builtin error interface
func (CompiledCapabilityConfigValidationError) ErrorName ¶
func (e CompiledCapabilityConfigValidationError) ErrorName() string
ErrorName returns error name.
func (CompiledCapabilityConfigValidationError) Field ¶
func (e CompiledCapabilityConfigValidationError) Field() string
Field function returns field value.
func (CompiledCapabilityConfigValidationError) Key ¶
func (e CompiledCapabilityConfigValidationError) Key() bool
Key function returns key value.
func (CompiledCapabilityConfigValidationError) Reason ¶
func (e CompiledCapabilityConfigValidationError) Reason() string
Reason function returns reason value.
type CompiledJobConfig ¶
type CompiledJobConfig struct { NamePrefix string `protobuf:"bytes,1,opt,name=name_prefix,json=namePrefix,proto3" json:"name_prefix,omitempty"` ReleaseChannel string `protobuf:"bytes,2,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` Programs []*common_config.ProgramConfig `protobuf:"bytes,3,rep,name=programs,proto3" json:"programs,omitempty"` Runtime *release_channel.ReleaseChannelRuntimeConfig `protobuf:"bytes,4,opt,name=runtime,proto3" json:"runtime,omitempty"` RuntimeExecution *runtimes.RuntimeExecutionConfig `protobuf:"bytes,5,opt,name=runtime_execution,json=runtimeExecution,proto3" json:"runtime_execution,omitempty"` // contains filtered or unexported fields }
func (*CompiledJobConfig) Descriptor
deprecated
func (*CompiledJobConfig) Descriptor() ([]byte, []int)
Deprecated: Use CompiledJobConfig.ProtoReflect.Descriptor instead.
func (*CompiledJobConfig) GetNamePrefix ¶
func (x *CompiledJobConfig) GetNamePrefix() string
func (*CompiledJobConfig) GetPrograms ¶
func (x *CompiledJobConfig) GetPrograms() []*common_config.ProgramConfig
func (*CompiledJobConfig) GetReleaseChannel ¶
func (x *CompiledJobConfig) GetReleaseChannel() string
func (*CompiledJobConfig) GetRuntime ¶
func (x *CompiledJobConfig) GetRuntime() *release_channel.ReleaseChannelRuntimeConfig
func (*CompiledJobConfig) GetRuntimeExecution ¶
func (x *CompiledJobConfig) GetRuntimeExecution() *runtimes.RuntimeExecutionConfig
func (*CompiledJobConfig) ProtoMessage ¶
func (*CompiledJobConfig) ProtoMessage()
func (*CompiledJobConfig) ProtoReflect ¶
func (x *CompiledJobConfig) ProtoReflect() protoreflect.Message
func (*CompiledJobConfig) Reset ¶
func (x *CompiledJobConfig) Reset()
func (*CompiledJobConfig) String ¶
func (x *CompiledJobConfig) String() string
func (*CompiledJobConfig) Validate ¶
func (m *CompiledJobConfig) Validate() error
Validate checks the field values on CompiledJobConfig 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 (*CompiledJobConfig) ValidateAll ¶
func (m *CompiledJobConfig) ValidateAll() error
ValidateAll checks the field values on CompiledJobConfig 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 CompiledJobConfigMultiError, or nil if none found.
type CompiledJobConfigMultiError ¶
type CompiledJobConfigMultiError []error
CompiledJobConfigMultiError is an error wrapping multiple validation errors returned by CompiledJobConfig.ValidateAll() if the designated constraints aren't met.
func (CompiledJobConfigMultiError) AllErrors ¶
func (m CompiledJobConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CompiledJobConfigMultiError) Error ¶
func (m CompiledJobConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CompiledJobConfigValidationError ¶
type CompiledJobConfigValidationError struct {
// contains filtered or unexported fields
}
CompiledJobConfigValidationError is the validation error returned by CompiledJobConfig.Validate if the designated constraints aren't met.
func (CompiledJobConfigValidationError) Cause ¶
func (e CompiledJobConfigValidationError) Cause() error
Cause function returns cause value.
func (CompiledJobConfigValidationError) Error ¶
func (e CompiledJobConfigValidationError) Error() string
Error satisfies the builtin error interface
func (CompiledJobConfigValidationError) ErrorName ¶
func (e CompiledJobConfigValidationError) ErrorName() string
ErrorName returns error name.
func (CompiledJobConfigValidationError) Field ¶
func (e CompiledJobConfigValidationError) Field() string
Field function returns field value.
func (CompiledJobConfigValidationError) Key ¶
func (e CompiledJobConfigValidationError) Key() bool
Key function returns key value.
func (CompiledJobConfigValidationError) Reason ¶
func (e CompiledJobConfigValidationError) Reason() string
Reason function returns reason value.
type CompiledServiceInstanceConfig ¶
type CompiledServiceInstanceConfig struct { Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` Application string `protobuf:"bytes,18,opt,name=application,proto3" json:"application,omitempty"` ReleaseChannel string `protobuf:"bytes,2,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` Programs []*common_config.ProgramConfig `protobuf:"bytes,3,rep,name=programs,proto3" json:"programs,omitempty"` Replicas *ReplicasConfig `protobuf:"bytes,4,opt,name=replicas,proto3" json:"replicas,omitempty"` Maturity common_config.Maturity `protobuf:"varint,5,opt,name=maturity,proto3,enum=prodvana.common_config.Maturity" json:"maturity,omitempty"` ReleaseStrategy *ReleaseStrategyConfig `protobuf:"bytes,6,opt,name=release_strategy,json=releaseStrategy,proto3" json:"release_strategy,omitempty"` CustomHostnames []string `protobuf:"bytes,7,rep,name=custom_hostnames,json=customHostnames,proto3" json:"custom_hostnames,omitempty"` Cert *Certificate `protobuf:"bytes,10,opt,name=cert,proto3" json:"cert,omitempty"` Runtime *release_channel.ReleaseChannelRuntimeConfig `protobuf:"bytes,11,opt,name=runtime,proto3" json:"runtime,omitempty"` RuntimeExecution *runtimes.RuntimeExecutionConfig `protobuf:"bytes,27,opt,name=runtime_execution,json=runtimeExecution,proto3" json:"runtime_execution,omitempty"` Capabilities []*CompiledCapabilityConfig `protobuf:"bytes,12,rep,name=capabilities,proto3" json:"capabilities,omitempty"` DeliveryConfig *delivery.DeliveryConfig `protobuf:"bytes,13,opt,name=delivery_config,json=deliveryConfig,proto3" json:"delivery_config,omitempty"` Volumes []*volumes.Volume `protobuf:"bytes,14,rep,name=volumes,proto3" json:"volumes,omitempty"` DeployAnnotations *workflow.AnnotationsConfig `protobuf:"bytes,15,opt,name=deploy_annotations,json=deployAnnotations,proto3" json:"deploy_annotations,omitempty"` // DEPRECATED: Replace with delivery_extensions once its implemented. PrePushTasks []*TaskConfig `protobuf:"bytes,17,rep,name=pre_push_tasks,json=prePushTasks,proto3" json:"pre_push_tasks,omitempty"` DeliveryExtensions []*DeliveryExtensionConfig `protobuf:"bytes,30,rep,name=delivery_extensions,json=deliveryExtensions,proto3" json:"delivery_extensions,omitempty"` DeliveryExtensionInstances []*DeliveryExtensionInstance `` /* 142-byte string literal not displayed */ RuntimeSpecific *RuntimeSpecificConfig `protobuf:"bytes,19,opt,name=runtime_specific,json=runtimeSpecific,proto3" json:"runtime_specific,omitempty"` Parameters []*common_config.ParameterDefinition `protobuf:"bytes,24,rep,name=parameters,proto3" json:"parameters,omitempty"` ParameterValues []*common_config.ParameterValue `protobuf:"bytes,25,rep,name=parameter_values,json=parameterValues,proto3" json:"parameter_values,omitempty"` // constants made available in template substitutions Constants []*common_config.Constant `protobuf:"bytes,33,rep,name=constants,proto3" json:"constants,omitempty"` // how long to wait before marking deployment as failed ProgressDeadline *durationpb.Duration `protobuf:"bytes,26,opt,name=progress_deadline,json=progressDeadline,proto3" json:"progress_deadline,omitempty"` // Types that are assignable to ConfigOneof: // // *CompiledServiceInstanceConfig_RuntimeExtension // *CompiledServiceInstanceConfig_KubernetesConfig // *CompiledServiceInstanceConfig_Helm ConfigOneof isCompiledServiceInstanceConfig_ConfigOneof `protobuf_oneof:"config_oneof"` // The compiled environment for this instance's context, e.g. Release Channel. // This is used to inject these values into external configs. Env map[string]*common_config.EnvValue `` /* 148-byte string literal not displayed */ NoCleanupOnDelete bool `protobuf:"varint,32,opt,name=no_cleanup_on_delete,json=noCleanupOnDelete,proto3" json:"no_cleanup_on_delete,omitempty"` Protections []*protection.ProtectionAttachmentConfig `protobuf:"bytes,34,rep,name=protections,proto3" json:"protections,omitempty"` // contains filtered or unexported fields }
a compiled version of ServiceConfig specific to a service instance, with release-channel configs applied
func (*CompiledServiceInstanceConfig) Descriptor
deprecated
func (*CompiledServiceInstanceConfig) Descriptor() ([]byte, []int)
Deprecated: Use CompiledServiceInstanceConfig.ProtoReflect.Descriptor instead.
func (*CompiledServiceInstanceConfig) GetApplication ¶
func (x *CompiledServiceInstanceConfig) GetApplication() string
func (*CompiledServiceInstanceConfig) GetCapabilities ¶
func (x *CompiledServiceInstanceConfig) GetCapabilities() []*CompiledCapabilityConfig
func (*CompiledServiceInstanceConfig) GetCert ¶
func (x *CompiledServiceInstanceConfig) GetCert() *Certificate
func (*CompiledServiceInstanceConfig) GetConfigOneof ¶
func (m *CompiledServiceInstanceConfig) GetConfigOneof() isCompiledServiceInstanceConfig_ConfigOneof
func (*CompiledServiceInstanceConfig) GetConstants ¶ added in v0.1.19
func (x *CompiledServiceInstanceConfig) GetConstants() []*common_config.Constant
func (*CompiledServiceInstanceConfig) GetCustomHostnames ¶
func (x *CompiledServiceInstanceConfig) GetCustomHostnames() []string
func (*CompiledServiceInstanceConfig) GetDeliveryConfig ¶
func (x *CompiledServiceInstanceConfig) GetDeliveryConfig() *delivery.DeliveryConfig
func (*CompiledServiceInstanceConfig) GetDeliveryExtensionInstances ¶
func (x *CompiledServiceInstanceConfig) GetDeliveryExtensionInstances() []*DeliveryExtensionInstance
func (*CompiledServiceInstanceConfig) GetDeliveryExtensions ¶
func (x *CompiledServiceInstanceConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
func (*CompiledServiceInstanceConfig) GetDeployAnnotations ¶
func (x *CompiledServiceInstanceConfig) GetDeployAnnotations() *workflow.AnnotationsConfig
func (*CompiledServiceInstanceConfig) GetEnv ¶
func (x *CompiledServiceInstanceConfig) GetEnv() map[string]*common_config.EnvValue
func (*CompiledServiceInstanceConfig) GetHelm ¶
func (x *CompiledServiceInstanceConfig) GetHelm() *common_config.HelmConfig
func (*CompiledServiceInstanceConfig) GetKubernetesConfig ¶
func (x *CompiledServiceInstanceConfig) GetKubernetesConfig() *common_config.KubernetesConfig
func (*CompiledServiceInstanceConfig) GetMaturity ¶
func (x *CompiledServiceInstanceConfig) GetMaturity() common_config.Maturity
func (*CompiledServiceInstanceConfig) GetNoCleanupOnDelete ¶ added in v0.1.14
func (x *CompiledServiceInstanceConfig) GetNoCleanupOnDelete() bool
func (*CompiledServiceInstanceConfig) GetParameterValues ¶
func (x *CompiledServiceInstanceConfig) GetParameterValues() []*common_config.ParameterValue
func (*CompiledServiceInstanceConfig) GetParameters ¶
func (x *CompiledServiceInstanceConfig) GetParameters() []*common_config.ParameterDefinition
func (*CompiledServiceInstanceConfig) GetPrePushTasks ¶
func (x *CompiledServiceInstanceConfig) GetPrePushTasks() []*TaskConfig
func (*CompiledServiceInstanceConfig) GetPrograms ¶
func (x *CompiledServiceInstanceConfig) GetPrograms() []*common_config.ProgramConfig
func (*CompiledServiceInstanceConfig) GetProgressDeadline ¶
func (x *CompiledServiceInstanceConfig) GetProgressDeadline() *durationpb.Duration
func (*CompiledServiceInstanceConfig) GetProtections ¶ added in v0.2.0
func (x *CompiledServiceInstanceConfig) GetProtections() []*protection.ProtectionAttachmentConfig
func (*CompiledServiceInstanceConfig) GetReleaseChannel ¶
func (x *CompiledServiceInstanceConfig) GetReleaseChannel() string
func (*CompiledServiceInstanceConfig) GetReleaseStrategy ¶
func (x *CompiledServiceInstanceConfig) GetReleaseStrategy() *ReleaseStrategyConfig
func (*CompiledServiceInstanceConfig) GetReplicas ¶
func (x *CompiledServiceInstanceConfig) GetReplicas() *ReplicasConfig
func (*CompiledServiceInstanceConfig) GetRuntime ¶
func (x *CompiledServiceInstanceConfig) GetRuntime() *release_channel.ReleaseChannelRuntimeConfig
func (*CompiledServiceInstanceConfig) GetRuntimeExecution ¶
func (x *CompiledServiceInstanceConfig) GetRuntimeExecution() *runtimes.RuntimeExecutionConfig
func (*CompiledServiceInstanceConfig) GetRuntimeExtension ¶
func (x *CompiledServiceInstanceConfig) GetRuntimeExtension() *RuntimeExtensionConfig
func (*CompiledServiceInstanceConfig) GetRuntimeSpecific ¶
func (x *CompiledServiceInstanceConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
func (*CompiledServiceInstanceConfig) GetService ¶
func (x *CompiledServiceInstanceConfig) GetService() string
func (*CompiledServiceInstanceConfig) GetVolumes ¶
func (x *CompiledServiceInstanceConfig) GetVolumes() []*volumes.Volume
func (*CompiledServiceInstanceConfig) ProtoMessage ¶
func (*CompiledServiceInstanceConfig) ProtoMessage()
func (*CompiledServiceInstanceConfig) ProtoReflect ¶
func (x *CompiledServiceInstanceConfig) ProtoReflect() protoreflect.Message
func (*CompiledServiceInstanceConfig) Reset ¶
func (x *CompiledServiceInstanceConfig) Reset()
func (*CompiledServiceInstanceConfig) String ¶
func (x *CompiledServiceInstanceConfig) String() string
func (*CompiledServiceInstanceConfig) Validate ¶
func (m *CompiledServiceInstanceConfig) Validate() error
Validate checks the field values on CompiledServiceInstanceConfig 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 (*CompiledServiceInstanceConfig) ValidateAll ¶
func (m *CompiledServiceInstanceConfig) ValidateAll() error
ValidateAll checks the field values on CompiledServiceInstanceConfig 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 CompiledServiceInstanceConfigMultiError, or nil if none found.
type CompiledServiceInstanceConfigMultiError ¶
type CompiledServiceInstanceConfigMultiError []error
CompiledServiceInstanceConfigMultiError is an error wrapping multiple validation errors returned by CompiledServiceInstanceConfig.ValidateAll() if the designated constraints aren't met.
func (CompiledServiceInstanceConfigMultiError) AllErrors ¶
func (m CompiledServiceInstanceConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CompiledServiceInstanceConfigMultiError) Error ¶
func (m CompiledServiceInstanceConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CompiledServiceInstanceConfigValidationError ¶
type CompiledServiceInstanceConfigValidationError struct {
// contains filtered or unexported fields
}
CompiledServiceInstanceConfigValidationError is the validation error returned by CompiledServiceInstanceConfig.Validate if the designated constraints aren't met.
func (CompiledServiceInstanceConfigValidationError) Cause ¶
func (e CompiledServiceInstanceConfigValidationError) Cause() error
Cause function returns cause value.
func (CompiledServiceInstanceConfigValidationError) Error ¶
func (e CompiledServiceInstanceConfigValidationError) Error() string
Error satisfies the builtin error interface
func (CompiledServiceInstanceConfigValidationError) ErrorName ¶
func (e CompiledServiceInstanceConfigValidationError) ErrorName() string
ErrorName returns error name.
func (CompiledServiceInstanceConfigValidationError) Field ¶
func (e CompiledServiceInstanceConfigValidationError) Field() string
Field function returns field value.
func (CompiledServiceInstanceConfigValidationError) Key ¶
func (e CompiledServiceInstanceConfigValidationError) Key() bool
Key function returns key value.
func (CompiledServiceInstanceConfigValidationError) Reason ¶
func (e CompiledServiceInstanceConfigValidationError) Reason() string
Reason function returns reason value.
type CompiledServiceInstanceConfig_Helm ¶
type CompiledServiceInstanceConfig_Helm struct {
Helm *common_config.HelmConfig `protobuf:"bytes,29,opt,name=helm,proto3,oneof"`
}
type CompiledServiceInstanceConfig_KubernetesConfig ¶
type CompiledServiceInstanceConfig_KubernetesConfig struct {
KubernetesConfig *common_config.KubernetesConfig `protobuf:"bytes,23,opt,name=kubernetes_config,json=kubernetesConfig,proto3,oneof"`
}
type CompiledServiceInstanceConfig_RuntimeExtension ¶
type CompiledServiceInstanceConfig_RuntimeExtension struct {
RuntimeExtension *RuntimeExtensionConfig `protobuf:"bytes,22,opt,name=runtime_extension,json=runtimeExtension,proto3,oneof"`
}
type ConfigureServiceReq ¶
type ConfigureServiceReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` ServiceConfig *ServiceConfig `protobuf:"bytes,2,opt,name=service_config,json=serviceConfig,proto3" json:"service_config,omitempty"` 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"` BundleNameOverride string `protobuf:"bytes,5,opt,name=bundle_name_override,json=bundleNameOverride,proto3" json:"bundle_name_override,omitempty"` // skip talking to runtimes for validation, can be useful to speed up the validation at the cost of not actually fully validating the config SkipRuntimeValidation bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConfigureServiceReq) Descriptor
deprecated
func (*ConfigureServiceReq) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureServiceReq.ProtoReflect.Descriptor instead.
func (*ConfigureServiceReq) GetApplication ¶
func (x *ConfigureServiceReq) GetApplication() string
func (*ConfigureServiceReq) GetBundleNameOverride ¶ added in v0.2.12
func (x *ConfigureServiceReq) GetBundleNameOverride() string
func (*ConfigureServiceReq) GetServiceConfig ¶
func (x *ConfigureServiceReq) GetServiceConfig() *ServiceConfig
func (*ConfigureServiceReq) GetSkipRuntimeValidation ¶ added in v0.2.13
func (x *ConfigureServiceReq) GetSkipRuntimeValidation() bool
func (*ConfigureServiceReq) GetSource ¶
func (x *ConfigureServiceReq) GetSource() version.Source
func (*ConfigureServiceReq) GetSourceMetadata ¶
func (x *ConfigureServiceReq) GetSourceMetadata() *version.SourceMetadata
func (*ConfigureServiceReq) ProtoMessage ¶
func (*ConfigureServiceReq) ProtoMessage()
func (*ConfigureServiceReq) ProtoReflect ¶
func (x *ConfigureServiceReq) ProtoReflect() protoreflect.Message
func (*ConfigureServiceReq) Reset ¶
func (x *ConfigureServiceReq) Reset()
func (*ConfigureServiceReq) String ¶
func (x *ConfigureServiceReq) String() string
func (*ConfigureServiceReq) Validate ¶
func (m *ConfigureServiceReq) Validate() error
Validate checks the field values on ConfigureServiceReq 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 (*ConfigureServiceReq) ValidateAll ¶
func (m *ConfigureServiceReq) ValidateAll() error
ValidateAll checks the field values on ConfigureServiceReq 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 ConfigureServiceReqMultiError, or nil if none found.
type ConfigureServiceReqMultiError ¶
type ConfigureServiceReqMultiError []error
ConfigureServiceReqMultiError is an error wrapping multiple validation errors returned by ConfigureServiceReq.ValidateAll() if the designated constraints aren't met.
func (ConfigureServiceReqMultiError) AllErrors ¶
func (m ConfigureServiceReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConfigureServiceReqMultiError) Error ¶
func (m ConfigureServiceReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConfigureServiceReqValidationError ¶
type ConfigureServiceReqValidationError struct {
// contains filtered or unexported fields
}
ConfigureServiceReqValidationError is the validation error returned by ConfigureServiceReq.Validate if the designated constraints aren't met.
func (ConfigureServiceReqValidationError) Cause ¶
func (e ConfigureServiceReqValidationError) Cause() error
Cause function returns cause value.
func (ConfigureServiceReqValidationError) Error ¶
func (e ConfigureServiceReqValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigureServiceReqValidationError) ErrorName ¶
func (e ConfigureServiceReqValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigureServiceReqValidationError) Field ¶
func (e ConfigureServiceReqValidationError) Field() string
Field function returns field value.
func (ConfigureServiceReqValidationError) Key ¶
func (e ConfigureServiceReqValidationError) Key() bool
Key function returns key value.
func (ConfigureServiceReqValidationError) Reason ¶
func (e ConfigureServiceReqValidationError) Reason() string
Reason function returns reason value.
type ConfigureServiceResp ¶
type ConfigureServiceResp struct { ServiceId string `protobuf:"bytes,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` ConfigVersion string `protobuf:"bytes,2,opt,name=config_version,json=configVersion,proto3" json:"config_version,omitempty"` // contains filtered or unexported fields }
func (*ConfigureServiceResp) Descriptor
deprecated
func (*ConfigureServiceResp) Descriptor() ([]byte, []int)
Deprecated: Use ConfigureServiceResp.ProtoReflect.Descriptor instead.
func (*ConfigureServiceResp) GetConfigVersion ¶
func (x *ConfigureServiceResp) GetConfigVersion() string
func (*ConfigureServiceResp) GetServiceId ¶
func (x *ConfigureServiceResp) GetServiceId() string
func (*ConfigureServiceResp) ProtoMessage ¶
func (*ConfigureServiceResp) ProtoMessage()
func (*ConfigureServiceResp) ProtoReflect ¶
func (x *ConfigureServiceResp) ProtoReflect() protoreflect.Message
func (*ConfigureServiceResp) Reset ¶
func (x *ConfigureServiceResp) Reset()
func (*ConfigureServiceResp) String ¶
func (x *ConfigureServiceResp) String() string
func (*ConfigureServiceResp) Validate ¶
func (m *ConfigureServiceResp) Validate() error
Validate checks the field values on ConfigureServiceResp 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 (*ConfigureServiceResp) ValidateAll ¶
func (m *ConfigureServiceResp) ValidateAll() error
ValidateAll checks the field values on ConfigureServiceResp 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 ConfigureServiceRespMultiError, or nil if none found.
type ConfigureServiceRespMultiError ¶
type ConfigureServiceRespMultiError []error
ConfigureServiceRespMultiError is an error wrapping multiple validation errors returned by ConfigureServiceResp.ValidateAll() if the designated constraints aren't met.
func (ConfigureServiceRespMultiError) AllErrors ¶
func (m ConfigureServiceRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConfigureServiceRespMultiError) Error ¶
func (m ConfigureServiceRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConfigureServiceRespValidationError ¶
type ConfigureServiceRespValidationError struct {
// contains filtered or unexported fields
}
ConfigureServiceRespValidationError is the validation error returned by ConfigureServiceResp.Validate if the designated constraints aren't met.
func (ConfigureServiceRespValidationError) Cause ¶
func (e ConfigureServiceRespValidationError) Cause() error
Cause function returns cause value.
func (ConfigureServiceRespValidationError) Error ¶
func (e ConfigureServiceRespValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigureServiceRespValidationError) ErrorName ¶
func (e ConfigureServiceRespValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigureServiceRespValidationError) Field ¶
func (e ConfigureServiceRespValidationError) Field() string
Field function returns field value.
func (ConfigureServiceRespValidationError) Key ¶
func (e ConfigureServiceRespValidationError) Key() bool
Key function returns key value.
func (ConfigureServiceRespValidationError) Reason ¶
func (e ConfigureServiceRespValidationError) Reason() string
Reason function returns reason value.
type DeleteServiceReq ¶
type DeleteServiceReq struct { Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` Application string `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*DeleteServiceReq) Descriptor
deprecated
func (*DeleteServiceReq) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServiceReq.ProtoReflect.Descriptor instead.
func (*DeleteServiceReq) GetApplication ¶
func (x *DeleteServiceReq) GetApplication() string
func (*DeleteServiceReq) GetService ¶
func (x *DeleteServiceReq) GetService() string
func (*DeleteServiceReq) ProtoMessage ¶
func (*DeleteServiceReq) ProtoMessage()
func (*DeleteServiceReq) ProtoReflect ¶
func (x *DeleteServiceReq) ProtoReflect() protoreflect.Message
func (*DeleteServiceReq) Reset ¶
func (x *DeleteServiceReq) Reset()
func (*DeleteServiceReq) String ¶
func (x *DeleteServiceReq) String() string
func (*DeleteServiceReq) Validate ¶
func (m *DeleteServiceReq) Validate() error
Validate checks the field values on DeleteServiceReq 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 (*DeleteServiceReq) ValidateAll ¶
func (m *DeleteServiceReq) ValidateAll() error
ValidateAll checks the field values on DeleteServiceReq 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 DeleteServiceReqMultiError, or nil if none found.
type DeleteServiceReqMultiError ¶
type DeleteServiceReqMultiError []error
DeleteServiceReqMultiError is an error wrapping multiple validation errors returned by DeleteServiceReq.ValidateAll() if the designated constraints aren't met.
func (DeleteServiceReqMultiError) AllErrors ¶
func (m DeleteServiceReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteServiceReqMultiError) Error ¶
func (m DeleteServiceReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteServiceReqValidationError ¶
type DeleteServiceReqValidationError struct {
// contains filtered or unexported fields
}
DeleteServiceReqValidationError is the validation error returned by DeleteServiceReq.Validate if the designated constraints aren't met.
func (DeleteServiceReqValidationError) Cause ¶
func (e DeleteServiceReqValidationError) Cause() error
Cause function returns cause value.
func (DeleteServiceReqValidationError) Error ¶
func (e DeleteServiceReqValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteServiceReqValidationError) ErrorName ¶
func (e DeleteServiceReqValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteServiceReqValidationError) Field ¶
func (e DeleteServiceReqValidationError) Field() string
Field function returns field value.
func (DeleteServiceReqValidationError) Key ¶
func (e DeleteServiceReqValidationError) Key() bool
Key function returns key value.
func (DeleteServiceReqValidationError) Reason ¶
func (e DeleteServiceReqValidationError) Reason() string
Reason function returns reason value.
type DeleteServiceResp ¶
type DeleteServiceResp struct {
// contains filtered or unexported fields
}
func (*DeleteServiceResp) Descriptor
deprecated
func (*DeleteServiceResp) Descriptor() ([]byte, []int)
Deprecated: Use DeleteServiceResp.ProtoReflect.Descriptor instead.
func (*DeleteServiceResp) ProtoMessage ¶
func (*DeleteServiceResp) ProtoMessage()
func (*DeleteServiceResp) ProtoReflect ¶
func (x *DeleteServiceResp) ProtoReflect() protoreflect.Message
func (*DeleteServiceResp) Reset ¶
func (x *DeleteServiceResp) Reset()
func (*DeleteServiceResp) String ¶
func (x *DeleteServiceResp) String() string
func (*DeleteServiceResp) Validate ¶
func (m *DeleteServiceResp) Validate() error
Validate checks the field values on DeleteServiceResp 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 (*DeleteServiceResp) ValidateAll ¶
func (m *DeleteServiceResp) ValidateAll() error
ValidateAll checks the field values on DeleteServiceResp 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 DeleteServiceRespMultiError, or nil if none found.
type DeleteServiceRespMultiError ¶
type DeleteServiceRespMultiError []error
DeleteServiceRespMultiError is an error wrapping multiple validation errors returned by DeleteServiceResp.ValidateAll() if the designated constraints aren't met.
func (DeleteServiceRespMultiError) AllErrors ¶
func (m DeleteServiceRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteServiceRespMultiError) Error ¶
func (m DeleteServiceRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeleteServiceRespValidationError ¶
type DeleteServiceRespValidationError struct {
// contains filtered or unexported fields
}
DeleteServiceRespValidationError is the validation error returned by DeleteServiceResp.Validate if the designated constraints aren't met.
func (DeleteServiceRespValidationError) Cause ¶
func (e DeleteServiceRespValidationError) Cause() error
Cause function returns cause value.
func (DeleteServiceRespValidationError) Error ¶
func (e DeleteServiceRespValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteServiceRespValidationError) ErrorName ¶
func (e DeleteServiceRespValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteServiceRespValidationError) Field ¶
func (e DeleteServiceRespValidationError) Field() string
Field function returns field value.
func (DeleteServiceRespValidationError) Key ¶
func (e DeleteServiceRespValidationError) Key() bool
Key function returns key value.
func (DeleteServiceRespValidationError) Reason ¶
func (e DeleteServiceRespValidationError) Reason() string
Reason function returns reason value.
type DeliveryExtensionConfig ¶
type DeliveryExtensionConfig struct { // Types that are assignable to Definition: // // *DeliveryExtensionConfig_Inlined // *DeliveryExtensionConfig_Instance // *DeliveryExtensionConfig_Ref Definition isDeliveryExtensionConfig_Definition `protobuf_oneof:"definition"` Lifecycle common_config.TaskLifecycle `protobuf:"varint,2,opt,name=lifecycle,proto3,enum=prodvana.common_config.TaskLifecycle" json:"lifecycle,omitempty"` // contains filtered or unexported fields }
func (*DeliveryExtensionConfig) Descriptor
deprecated
func (*DeliveryExtensionConfig) Descriptor() ([]byte, []int)
Deprecated: Use DeliveryExtensionConfig.ProtoReflect.Descriptor instead.
func (*DeliveryExtensionConfig) GetDefinition ¶
func (m *DeliveryExtensionConfig) GetDefinition() isDeliveryExtensionConfig_Definition
func (*DeliveryExtensionConfig) GetInlined ¶
func (x *DeliveryExtensionConfig) GetInlined() *delivery_extension.DeliveryExtensionConfig
func (*DeliveryExtensionConfig) GetInstance ¶ added in v0.1.16
func (x *DeliveryExtensionConfig) GetInstance() string
func (*DeliveryExtensionConfig) GetLifecycle ¶
func (x *DeliveryExtensionConfig) GetLifecycle() common_config.TaskLifecycle
func (*DeliveryExtensionConfig) GetRef ¶
func (x *DeliveryExtensionConfig) GetRef() *delivery_extension.DeliveryExtensionInstanceRef
func (*DeliveryExtensionConfig) ProtoMessage ¶
func (*DeliveryExtensionConfig) ProtoMessage()
func (*DeliveryExtensionConfig) ProtoReflect ¶
func (x *DeliveryExtensionConfig) ProtoReflect() protoreflect.Message
func (*DeliveryExtensionConfig) Reset ¶
func (x *DeliveryExtensionConfig) Reset()
func (*DeliveryExtensionConfig) String ¶
func (x *DeliveryExtensionConfig) String() string
func (*DeliveryExtensionConfig) Validate ¶
func (m *DeliveryExtensionConfig) Validate() error
Validate checks the field values on DeliveryExtensionConfig 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 (*DeliveryExtensionConfig) ValidateAll ¶
func (m *DeliveryExtensionConfig) ValidateAll() error
ValidateAll checks the field values on DeliveryExtensionConfig 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 DeliveryExtensionConfigMultiError, or nil if none found.
type DeliveryExtensionConfigMultiError ¶
type DeliveryExtensionConfigMultiError []error
DeliveryExtensionConfigMultiError is an error wrapping multiple validation errors returned by DeliveryExtensionConfig.ValidateAll() if the designated constraints aren't met.
func (DeliveryExtensionConfigMultiError) AllErrors ¶
func (m DeliveryExtensionConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeliveryExtensionConfigMultiError) Error ¶
func (m DeliveryExtensionConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeliveryExtensionConfigValidationError ¶
type DeliveryExtensionConfigValidationError struct {
// contains filtered or unexported fields
}
DeliveryExtensionConfigValidationError is the validation error returned by DeliveryExtensionConfig.Validate if the designated constraints aren't met.
func (DeliveryExtensionConfigValidationError) Cause ¶
func (e DeliveryExtensionConfigValidationError) Cause() error
Cause function returns cause value.
func (DeliveryExtensionConfigValidationError) Error ¶
func (e DeliveryExtensionConfigValidationError) Error() string
Error satisfies the builtin error interface
func (DeliveryExtensionConfigValidationError) ErrorName ¶
func (e DeliveryExtensionConfigValidationError) ErrorName() string
ErrorName returns error name.
func (DeliveryExtensionConfigValidationError) Field ¶
func (e DeliveryExtensionConfigValidationError) Field() string
Field function returns field value.
func (DeliveryExtensionConfigValidationError) Key ¶
func (e DeliveryExtensionConfigValidationError) Key() bool
Key function returns key value.
func (DeliveryExtensionConfigValidationError) Reason ¶
func (e DeliveryExtensionConfigValidationError) Reason() string
Reason function returns reason value.
type DeliveryExtensionConfig_Inlined ¶
type DeliveryExtensionConfig_Inlined struct { // Inline definition of a delivery extension. Inlined *delivery_extension.DeliveryExtensionConfig `protobuf:"bytes,1,opt,name=inlined,proto3,oneof"` }
type DeliveryExtensionConfig_Instance ¶ added in v0.1.16
type DeliveryExtensionConfig_Instance struct { // A delivery instance defined in this service config. Instance string `protobuf:"bytes,3,opt,name=instance,proto3,oneof"` }
type DeliveryExtensionConfig_Ref ¶
type DeliveryExtensionConfig_Ref struct { // Reference to a delivery extension defined externally. Ref *delivery_extension.DeliveryExtensionInstanceRef `protobuf:"bytes,4,opt,name=ref,proto3,oneof"` }
type DeliveryExtensionInstance ¶
type DeliveryExtensionInstance struct { // Types that are assignable to Definition: // // *DeliveryExtensionInstance_Inlined // *DeliveryExtensionInstance_Ref Definition isDeliveryExtensionInstance_Definition `protobuf_oneof:"definition"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Lifecycle common_config.TaskLifecycle `protobuf:"varint,4,opt,name=lifecycle,proto3,enum=prodvana.common_config.TaskLifecycle" json:"lifecycle,omitempty"` // contains filtered or unexported fields }
func (*DeliveryExtensionInstance) Descriptor
deprecated
func (*DeliveryExtensionInstance) Descriptor() ([]byte, []int)
Deprecated: Use DeliveryExtensionInstance.ProtoReflect.Descriptor instead.
func (*DeliveryExtensionInstance) GetDefinition ¶ added in v0.1.16
func (m *DeliveryExtensionInstance) GetDefinition() isDeliveryExtensionInstance_Definition
func (*DeliveryExtensionInstance) GetInlined ¶ added in v0.1.16
func (x *DeliveryExtensionInstance) GetInlined() *delivery_extension.DeliveryExtensionConfig
func (*DeliveryExtensionInstance) GetLifecycle ¶ added in v0.1.16
func (x *DeliveryExtensionInstance) GetLifecycle() common_config.TaskLifecycle
func (*DeliveryExtensionInstance) GetName ¶
func (x *DeliveryExtensionInstance) GetName() string
func (*DeliveryExtensionInstance) GetRef ¶ added in v0.1.16
func (x *DeliveryExtensionInstance) GetRef() *delivery_extension.DeliveryExtensionInstanceRef
func (*DeliveryExtensionInstance) ProtoMessage ¶
func (*DeliveryExtensionInstance) ProtoMessage()
func (*DeliveryExtensionInstance) ProtoReflect ¶
func (x *DeliveryExtensionInstance) ProtoReflect() protoreflect.Message
func (*DeliveryExtensionInstance) Reset ¶
func (x *DeliveryExtensionInstance) Reset()
func (*DeliveryExtensionInstance) String ¶
func (x *DeliveryExtensionInstance) String() string
func (*DeliveryExtensionInstance) Validate ¶
func (m *DeliveryExtensionInstance) Validate() error
Validate checks the field values on DeliveryExtensionInstance 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 (*DeliveryExtensionInstance) ValidateAll ¶
func (m *DeliveryExtensionInstance) ValidateAll() error
ValidateAll checks the field values on DeliveryExtensionInstance 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 DeliveryExtensionInstanceMultiError, or nil if none found.
type DeliveryExtensionInstanceMultiError ¶
type DeliveryExtensionInstanceMultiError []error
DeliveryExtensionInstanceMultiError is an error wrapping multiple validation errors returned by DeliveryExtensionInstance.ValidateAll() if the designated constraints aren't met.
func (DeliveryExtensionInstanceMultiError) AllErrors ¶
func (m DeliveryExtensionInstanceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeliveryExtensionInstanceMultiError) Error ¶
func (m DeliveryExtensionInstanceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeliveryExtensionInstanceValidationError ¶
type DeliveryExtensionInstanceValidationError struct {
// contains filtered or unexported fields
}
DeliveryExtensionInstanceValidationError is the validation error returned by DeliveryExtensionInstance.Validate if the designated constraints aren't met.
func (DeliveryExtensionInstanceValidationError) Cause ¶
func (e DeliveryExtensionInstanceValidationError) Cause() error
Cause function returns cause value.
func (DeliveryExtensionInstanceValidationError) Error ¶
func (e DeliveryExtensionInstanceValidationError) Error() string
Error satisfies the builtin error interface
func (DeliveryExtensionInstanceValidationError) ErrorName ¶
func (e DeliveryExtensionInstanceValidationError) ErrorName() string
ErrorName returns error name.
func (DeliveryExtensionInstanceValidationError) Field ¶
func (e DeliveryExtensionInstanceValidationError) Field() string
Field function returns field value.
func (DeliveryExtensionInstanceValidationError) Key ¶
func (e DeliveryExtensionInstanceValidationError) Key() bool
Key function returns key value.
func (DeliveryExtensionInstanceValidationError) Reason ¶
func (e DeliveryExtensionInstanceValidationError) Reason() string
Reason function returns reason value.
type DeliveryExtensionInstance_Inlined ¶ added in v0.1.16
type DeliveryExtensionInstance_Inlined struct { // Inline definition of the delivery extension. Inlined *delivery_extension.DeliveryExtensionConfig `protobuf:"bytes,1,opt,name=inlined,proto3,oneof"` }
type DeliveryExtensionInstance_Ref ¶ added in v0.1.16
type DeliveryExtensionInstance_Ref struct { // Reference to a delivery extension defined externally. Ref *delivery_extension.DeliveryExtensionInstanceRef `protobuf:"bytes,3,opt,name=ref,proto3,oneof"` }
type ExternalAddr ¶
type ExternalAddr struct { Addr string `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"` Type ExternalAddr_Type `protobuf:"varint,2,opt,name=type,proto3,enum=prodvana.service.ExternalAddr_Type" json:"type,omitempty"` // contains filtered or unexported fields }
func (*ExternalAddr) Descriptor
deprecated
func (*ExternalAddr) Descriptor() ([]byte, []int)
Deprecated: Use ExternalAddr.ProtoReflect.Descriptor instead.
func (*ExternalAddr) GetAddr ¶
func (x *ExternalAddr) GetAddr() string
func (*ExternalAddr) GetType ¶
func (x *ExternalAddr) GetType() ExternalAddr_Type
func (*ExternalAddr) ProtoMessage ¶
func (*ExternalAddr) ProtoMessage()
func (*ExternalAddr) ProtoReflect ¶
func (x *ExternalAddr) ProtoReflect() protoreflect.Message
func (*ExternalAddr) Reset ¶
func (x *ExternalAddr) Reset()
func (*ExternalAddr) String ¶
func (x *ExternalAddr) String() string
func (*ExternalAddr) Validate ¶
func (m *ExternalAddr) Validate() error
Validate checks the field values on ExternalAddr 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 (*ExternalAddr) ValidateAll ¶
func (m *ExternalAddr) ValidateAll() error
ValidateAll checks the field values on ExternalAddr 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 ExternalAddrMultiError, or nil if none found.
type ExternalAddrMultiError ¶
type ExternalAddrMultiError []error
ExternalAddrMultiError is an error wrapping multiple validation errors returned by ExternalAddr.ValidateAll() if the designated constraints aren't met.
func (ExternalAddrMultiError) AllErrors ¶
func (m ExternalAddrMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExternalAddrMultiError) Error ¶
func (m ExternalAddrMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExternalAddrValidationError ¶
type ExternalAddrValidationError struct {
// contains filtered or unexported fields
}
ExternalAddrValidationError is the validation error returned by ExternalAddr.Validate if the designated constraints aren't met.
func (ExternalAddrValidationError) Cause ¶
func (e ExternalAddrValidationError) Cause() error
Cause function returns cause value.
func (ExternalAddrValidationError) Error ¶
func (e ExternalAddrValidationError) Error() string
Error satisfies the builtin error interface
func (ExternalAddrValidationError) ErrorName ¶
func (e ExternalAddrValidationError) ErrorName() string
ErrorName returns error name.
func (ExternalAddrValidationError) Field ¶
func (e ExternalAddrValidationError) Field() string
Field function returns field value.
func (ExternalAddrValidationError) Key ¶
func (e ExternalAddrValidationError) Key() bool
Key function returns key value.
func (ExternalAddrValidationError) Reason ¶
func (e ExternalAddrValidationError) Reason() string
Reason function returns reason value.
type ExternalAddr_Type ¶
type ExternalAddr_Type int32
const ( ExternalAddr_UNKNOWN ExternalAddr_Type = 0 ExternalAddr_AUTO ExternalAddr_Type = 1 ExternalAddr_EXTERNAL ExternalAddr_Type = 2 // RAW_* are generated by the underlying infrastructure, independent of Prodvana ExternalAddr_RAW_IP ExternalAddr_Type = 3 ExternalAddr_RAW_HOSTNAME ExternalAddr_Type = 4 )
func (ExternalAddr_Type) Descriptor ¶
func (ExternalAddr_Type) Descriptor() protoreflect.EnumDescriptor
func (ExternalAddr_Type) Enum ¶
func (x ExternalAddr_Type) Enum() *ExternalAddr_Type
func (ExternalAddr_Type) EnumDescriptor
deprecated
func (ExternalAddr_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExternalAddr_Type.Descriptor instead.
func (ExternalAddr_Type) Number ¶
func (x ExternalAddr_Type) Number() protoreflect.EnumNumber
func (ExternalAddr_Type) String ¶
func (x ExternalAddr_Type) String() string
func (ExternalAddr_Type) Type ¶
func (ExternalAddr_Type) Type() protoreflect.EnumType
type FollowContainerRepositorySettings ¶
type FollowContainerRepositorySettings struct { Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` // contains filtered or unexported fields }
func (*FollowContainerRepositorySettings) Descriptor
deprecated
func (*FollowContainerRepositorySettings) Descriptor() ([]byte, []int)
Deprecated: Use FollowContainerRepositorySettings.ProtoReflect.Descriptor instead.
func (*FollowContainerRepositorySettings) GetEnabled ¶
func (x *FollowContainerRepositorySettings) GetEnabled() bool
func (*FollowContainerRepositorySettings) ProtoMessage ¶
func (*FollowContainerRepositorySettings) ProtoMessage()
func (*FollowContainerRepositorySettings) ProtoReflect ¶
func (x *FollowContainerRepositorySettings) ProtoReflect() protoreflect.Message
func (*FollowContainerRepositorySettings) Reset ¶
func (x *FollowContainerRepositorySettings) Reset()
func (*FollowContainerRepositorySettings) String ¶
func (x *FollowContainerRepositorySettings) String() string
func (*FollowContainerRepositorySettings) Validate ¶
func (m *FollowContainerRepositorySettings) Validate() error
Validate checks the field values on FollowContainerRepositorySettings 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 (*FollowContainerRepositorySettings) ValidateAll ¶
func (m *FollowContainerRepositorySettings) ValidateAll() error
ValidateAll checks the field values on FollowContainerRepositorySettings 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 FollowContainerRepositorySettingsMultiError, or nil if none found.
type FollowContainerRepositorySettingsMultiError ¶
type FollowContainerRepositorySettingsMultiError []error
FollowContainerRepositorySettingsMultiError is an error wrapping multiple validation errors returned by FollowContainerRepositorySettings.ValidateAll() if the designated constraints aren't met.
func (FollowContainerRepositorySettingsMultiError) AllErrors ¶
func (m FollowContainerRepositorySettingsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FollowContainerRepositorySettingsMultiError) Error ¶
func (m FollowContainerRepositorySettingsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FollowContainerRepositorySettingsValidationError ¶
type FollowContainerRepositorySettingsValidationError struct {
// contains filtered or unexported fields
}
FollowContainerRepositorySettingsValidationError is the validation error returned by FollowContainerRepositorySettings.Validate if the designated constraints aren't met.
func (FollowContainerRepositorySettingsValidationError) Cause ¶
func (e FollowContainerRepositorySettingsValidationError) Cause() error
Cause function returns cause value.
func (FollowContainerRepositorySettingsValidationError) Error ¶
func (e FollowContainerRepositorySettingsValidationError) Error() string
Error satisfies the builtin error interface
func (FollowContainerRepositorySettingsValidationError) ErrorName ¶
func (e FollowContainerRepositorySettingsValidationError) ErrorName() string
ErrorName returns error name.
func (FollowContainerRepositorySettingsValidationError) Field ¶
func (e FollowContainerRepositorySettingsValidationError) Field() string
Field function returns field value.
func (FollowContainerRepositorySettingsValidationError) Key ¶
func (e FollowContainerRepositorySettingsValidationError) Key() bool
Key function returns key value.
func (FollowContainerRepositorySettingsValidationError) Reason ¶
func (e FollowContainerRepositorySettingsValidationError) Reason() string
Reason function returns reason value.
type GenerateVersionNameReq ¶ added in v0.2.13
type GenerateVersionNameReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` ServiceConfigVersion string `protobuf:"bytes,3,opt,name=service_config_version,json=serviceConfigVersion,proto3" json:"service_config_version,omitempty"` Parameters []*common_config.ParameterValue `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"` PerReleaseChannel []*ApplyParametersReq_PerReleaseChannel `protobuf:"bytes,5,rep,name=per_release_channel,json=perReleaseChannel,proto3" json:"per_release_channel,omitempty"` // contains filtered or unexported fields }
func (*GenerateVersionNameReq) Descriptor
deprecated
added in
v0.2.13
func (*GenerateVersionNameReq) Descriptor() ([]byte, []int)
Deprecated: Use GenerateVersionNameReq.ProtoReflect.Descriptor instead.
func (*GenerateVersionNameReq) GetApplication ¶ added in v0.2.13
func (x *GenerateVersionNameReq) GetApplication() string
func (*GenerateVersionNameReq) GetParameters ¶ added in v0.2.13
func (x *GenerateVersionNameReq) GetParameters() []*common_config.ParameterValue
func (*GenerateVersionNameReq) GetPerReleaseChannel ¶ added in v0.2.13
func (x *GenerateVersionNameReq) GetPerReleaseChannel() []*ApplyParametersReq_PerReleaseChannel
func (*GenerateVersionNameReq) GetService ¶ added in v0.2.13
func (x *GenerateVersionNameReq) GetService() string
func (*GenerateVersionNameReq) GetServiceConfigVersion ¶ added in v0.2.13
func (x *GenerateVersionNameReq) GetServiceConfigVersion() string
func (*GenerateVersionNameReq) ProtoMessage ¶ added in v0.2.13
func (*GenerateVersionNameReq) ProtoMessage()
func (*GenerateVersionNameReq) ProtoReflect ¶ added in v0.2.13
func (x *GenerateVersionNameReq) ProtoReflect() protoreflect.Message
func (*GenerateVersionNameReq) Reset ¶ added in v0.2.13
func (x *GenerateVersionNameReq) Reset()
func (*GenerateVersionNameReq) String ¶ added in v0.2.13
func (x *GenerateVersionNameReq) String() string
func (*GenerateVersionNameReq) Validate ¶ added in v0.2.13
func (m *GenerateVersionNameReq) Validate() error
Validate checks the field values on GenerateVersionNameReq 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 (*GenerateVersionNameReq) ValidateAll ¶ added in v0.2.13
func (m *GenerateVersionNameReq) ValidateAll() error
ValidateAll checks the field values on GenerateVersionNameReq 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 GenerateVersionNameReqMultiError, or nil if none found.
type GenerateVersionNameReqMultiError ¶ added in v0.2.13
type GenerateVersionNameReqMultiError []error
GenerateVersionNameReqMultiError is an error wrapping multiple validation errors returned by GenerateVersionNameReq.ValidateAll() if the designated constraints aren't met.
func (GenerateVersionNameReqMultiError) AllErrors ¶ added in v0.2.13
func (m GenerateVersionNameReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GenerateVersionNameReqMultiError) Error ¶ added in v0.2.13
func (m GenerateVersionNameReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GenerateVersionNameReqValidationError ¶ added in v0.2.13
type GenerateVersionNameReqValidationError struct {
// contains filtered or unexported fields
}
GenerateVersionNameReqValidationError is the validation error returned by GenerateVersionNameReq.Validate if the designated constraints aren't met.
func (GenerateVersionNameReqValidationError) Cause ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) Cause() error
Cause function returns cause value.
func (GenerateVersionNameReqValidationError) Error ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) Error() string
Error satisfies the builtin error interface
func (GenerateVersionNameReqValidationError) ErrorName ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) ErrorName() string
ErrorName returns error name.
func (GenerateVersionNameReqValidationError) Field ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) Field() string
Field function returns field value.
func (GenerateVersionNameReqValidationError) Key ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) Key() bool
Key function returns key value.
func (GenerateVersionNameReqValidationError) Reason ¶ added in v0.2.13
func (e GenerateVersionNameReqValidationError) Reason() string
Reason function returns reason value.
type GenerateVersionNameResp ¶ added in v0.2.13
type GenerateVersionNameResp struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*GenerateVersionNameResp) Descriptor
deprecated
added in
v0.2.13
func (*GenerateVersionNameResp) Descriptor() ([]byte, []int)
Deprecated: Use GenerateVersionNameResp.ProtoReflect.Descriptor instead.
func (*GenerateVersionNameResp) GetVersion ¶ added in v0.2.13
func (x *GenerateVersionNameResp) GetVersion() string
func (*GenerateVersionNameResp) ProtoMessage ¶ added in v0.2.13
func (*GenerateVersionNameResp) ProtoMessage()
func (*GenerateVersionNameResp) ProtoReflect ¶ added in v0.2.13
func (x *GenerateVersionNameResp) ProtoReflect() protoreflect.Message
func (*GenerateVersionNameResp) Reset ¶ added in v0.2.13
func (x *GenerateVersionNameResp) Reset()
func (*GenerateVersionNameResp) String ¶ added in v0.2.13
func (x *GenerateVersionNameResp) String() string
func (*GenerateVersionNameResp) Validate ¶ added in v0.2.13
func (m *GenerateVersionNameResp) Validate() error
Validate checks the field values on GenerateVersionNameResp 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 (*GenerateVersionNameResp) ValidateAll ¶ added in v0.2.13
func (m *GenerateVersionNameResp) ValidateAll() error
ValidateAll checks the field values on GenerateVersionNameResp 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 GenerateVersionNameRespMultiError, or nil if none found.
type GenerateVersionNameRespMultiError ¶ added in v0.2.13
type GenerateVersionNameRespMultiError []error
GenerateVersionNameRespMultiError is an error wrapping multiple validation errors returned by GenerateVersionNameResp.ValidateAll() if the designated constraints aren't met.
func (GenerateVersionNameRespMultiError) AllErrors ¶ added in v0.2.13
func (m GenerateVersionNameRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GenerateVersionNameRespMultiError) Error ¶ added in v0.2.13
func (m GenerateVersionNameRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GenerateVersionNameRespValidationError ¶ added in v0.2.13
type GenerateVersionNameRespValidationError struct {
// contains filtered or unexported fields
}
GenerateVersionNameRespValidationError is the validation error returned by GenerateVersionNameResp.Validate if the designated constraints aren't met.
func (GenerateVersionNameRespValidationError) Cause ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) Cause() error
Cause function returns cause value.
func (GenerateVersionNameRespValidationError) Error ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) Error() string
Error satisfies the builtin error interface
func (GenerateVersionNameRespValidationError) ErrorName ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) ErrorName() string
ErrorName returns error name.
func (GenerateVersionNameRespValidationError) Field ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) Field() string
Field function returns field value.
func (GenerateVersionNameRespValidationError) Key ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) Key() bool
Key function returns key value.
func (GenerateVersionNameRespValidationError) Reason ¶ added in v0.2.13
func (e GenerateVersionNameRespValidationError) Reason() string
Reason function returns reason value.
type GetMaterializedConfigReq ¶
type GetMaterializedConfigReq struct { Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // omit to get latest version Application string `protobuf:"bytes,3,opt,name=application,proto3" json:"application,omitempty"` // contains filtered or unexported fields }
func (*GetMaterializedConfigReq) Descriptor
deprecated
func (*GetMaterializedConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use GetMaterializedConfigReq.ProtoReflect.Descriptor instead.
func (*GetMaterializedConfigReq) GetApplication ¶
func (x *GetMaterializedConfigReq) GetApplication() string
func (*GetMaterializedConfigReq) GetService ¶
func (x *GetMaterializedConfigReq) GetService() string
func (*GetMaterializedConfigReq) GetVersion ¶
func (x *GetMaterializedConfigReq) GetVersion() string
func (*GetMaterializedConfigReq) ProtoMessage ¶
func (*GetMaterializedConfigReq) ProtoMessage()
func (*GetMaterializedConfigReq) ProtoReflect ¶
func (x *GetMaterializedConfigReq) ProtoReflect() protoreflect.Message
func (*GetMaterializedConfigReq) Reset ¶
func (x *GetMaterializedConfigReq) Reset()
func (*GetMaterializedConfigReq) String ¶
func (x *GetMaterializedConfigReq) String() string
func (*GetMaterializedConfigReq) Validate ¶
func (m *GetMaterializedConfigReq) Validate() error
Validate checks the field values on GetMaterializedConfigReq 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 (*GetMaterializedConfigReq) ValidateAll ¶
func (m *GetMaterializedConfigReq) ValidateAll() error
ValidateAll checks the field values on GetMaterializedConfigReq 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 GetMaterializedConfigReqMultiError, or nil if none found.
type GetMaterializedConfigReqMultiError ¶
type GetMaterializedConfigReqMultiError []error
GetMaterializedConfigReqMultiError is an error wrapping multiple validation errors returned by GetMaterializedConfigReq.ValidateAll() if the designated constraints aren't met.
func (GetMaterializedConfigReqMultiError) AllErrors ¶
func (m GetMaterializedConfigReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMaterializedConfigReqMultiError) Error ¶
func (m GetMaterializedConfigReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMaterializedConfigReqValidationError ¶
type GetMaterializedConfigReqValidationError struct {
// contains filtered or unexported fields
}
GetMaterializedConfigReqValidationError is the validation error returned by GetMaterializedConfigReq.Validate if the designated constraints aren't met.
func (GetMaterializedConfigReqValidationError) Cause ¶
func (e GetMaterializedConfigReqValidationError) Cause() error
Cause function returns cause value.
func (GetMaterializedConfigReqValidationError) Error ¶
func (e GetMaterializedConfigReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetMaterializedConfigReqValidationError) ErrorName ¶
func (e GetMaterializedConfigReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetMaterializedConfigReqValidationError) Field ¶
func (e GetMaterializedConfigReqValidationError) Field() string
Field function returns field value.
func (GetMaterializedConfigReqValidationError) Key ¶
func (e GetMaterializedConfigReqValidationError) Key() bool
Key function returns key value.
func (GetMaterializedConfigReqValidationError) Reason ¶
func (e GetMaterializedConfigReqValidationError) Reason() string
Reason function returns reason value.
type GetMaterializedConfigResp ¶
type GetMaterializedConfigResp struct { Config *ServiceConfig `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 *ServiceConfig `protobuf:"bytes,3,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` // config with defaults applied CompiledServiceInstanceConfigs []*CompiledServiceInstanceConfig `` // compiled config per release channel, with per-release-channel overrides applied /* 155-byte string literal not displayed */ VersionMetadata *ListMaterializedConfigVersionsResp_VersionMetadata `protobuf:"bytes,5,opt,name=version_metadata,json=versionMetadata,proto3" json:"version_metadata,omitempty"` // contains filtered or unexported fields }
func (*GetMaterializedConfigResp) Descriptor
deprecated
func (*GetMaterializedConfigResp) Descriptor() ([]byte, []int)
Deprecated: Use GetMaterializedConfigResp.ProtoReflect.Descriptor instead.
func (*GetMaterializedConfigResp) GetCompiledConfig ¶
func (x *GetMaterializedConfigResp) GetCompiledConfig() *ServiceConfig
func (*GetMaterializedConfigResp) GetCompiledServiceInstanceConfigs ¶
func (x *GetMaterializedConfigResp) GetCompiledServiceInstanceConfigs() []*CompiledServiceInstanceConfig
func (*GetMaterializedConfigResp) GetConfig ¶
func (x *GetMaterializedConfigResp) GetConfig() *ServiceConfig
func (*GetMaterializedConfigResp) GetVersion ¶
func (x *GetMaterializedConfigResp) GetVersion() string
func (*GetMaterializedConfigResp) GetVersionMetadata ¶
func (x *GetMaterializedConfigResp) GetVersionMetadata() *ListMaterializedConfigVersionsResp_VersionMetadata
func (*GetMaterializedConfigResp) ProtoMessage ¶
func (*GetMaterializedConfigResp) ProtoMessage()
func (*GetMaterializedConfigResp) ProtoReflect ¶
func (x *GetMaterializedConfigResp) ProtoReflect() protoreflect.Message
func (*GetMaterializedConfigResp) Reset ¶
func (x *GetMaterializedConfigResp) Reset()
func (*GetMaterializedConfigResp) String ¶
func (x *GetMaterializedConfigResp) String() string
func (*GetMaterializedConfigResp) Validate ¶
func (m *GetMaterializedConfigResp) Validate() error
Validate checks the field values on GetMaterializedConfigResp 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 (*GetMaterializedConfigResp) ValidateAll ¶
func (m *GetMaterializedConfigResp) ValidateAll() error
ValidateAll checks the field values on GetMaterializedConfigResp 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 GetMaterializedConfigRespMultiError, or nil if none found.
type GetMaterializedConfigRespMultiError ¶
type GetMaterializedConfigRespMultiError []error
GetMaterializedConfigRespMultiError is an error wrapping multiple validation errors returned by GetMaterializedConfigResp.ValidateAll() if the designated constraints aren't met.
func (GetMaterializedConfigRespMultiError) AllErrors ¶
func (m GetMaterializedConfigRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetMaterializedConfigRespMultiError) Error ¶
func (m GetMaterializedConfigRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetMaterializedConfigRespValidationError ¶
type GetMaterializedConfigRespValidationError struct {
// contains filtered or unexported fields
}
GetMaterializedConfigRespValidationError is the validation error returned by GetMaterializedConfigResp.Validate if the designated constraints aren't met.
func (GetMaterializedConfigRespValidationError) Cause ¶
func (e GetMaterializedConfigRespValidationError) Cause() error
Cause function returns cause value.
func (GetMaterializedConfigRespValidationError) Error ¶
func (e GetMaterializedConfigRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetMaterializedConfigRespValidationError) ErrorName ¶
func (e GetMaterializedConfigRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetMaterializedConfigRespValidationError) Field ¶
func (e GetMaterializedConfigRespValidationError) Field() string
Field function returns field value.
func (GetMaterializedConfigRespValidationError) Key ¶
func (e GetMaterializedConfigRespValidationError) Key() bool
Key function returns key value.
func (GetMaterializedConfigRespValidationError) Reason ¶
func (e GetMaterializedConfigRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceConfigReq ¶
type GetServiceConfigReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // omit to get latest ConfigVersion string `protobuf:"bytes,3,opt,name=config_version,json=configVersion,proto3" json:"config_version,omitempty"` // contains filtered or unexported fields }
func (*GetServiceConfigReq) Descriptor
deprecated
func (*GetServiceConfigReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceConfigReq.ProtoReflect.Descriptor instead.
func (*GetServiceConfigReq) GetApplication ¶
func (x *GetServiceConfigReq) GetApplication() string
func (*GetServiceConfigReq) GetConfigVersion ¶
func (x *GetServiceConfigReq) GetConfigVersion() string
func (*GetServiceConfigReq) GetService ¶
func (x *GetServiceConfigReq) GetService() string
func (*GetServiceConfigReq) ProtoMessage ¶
func (*GetServiceConfigReq) ProtoMessage()
func (*GetServiceConfigReq) ProtoReflect ¶
func (x *GetServiceConfigReq) ProtoReflect() protoreflect.Message
func (*GetServiceConfigReq) Reset ¶
func (x *GetServiceConfigReq) Reset()
func (*GetServiceConfigReq) String ¶
func (x *GetServiceConfigReq) String() string
func (*GetServiceConfigReq) Validate ¶
func (m *GetServiceConfigReq) Validate() error
Validate checks the field values on GetServiceConfigReq 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 (*GetServiceConfigReq) ValidateAll ¶
func (m *GetServiceConfigReq) ValidateAll() error
ValidateAll checks the field values on GetServiceConfigReq 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 GetServiceConfigReqMultiError, or nil if none found.
type GetServiceConfigReqMultiError ¶
type GetServiceConfigReqMultiError []error
GetServiceConfigReqMultiError is an error wrapping multiple validation errors returned by GetServiceConfigReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceConfigReqMultiError) AllErrors ¶
func (m GetServiceConfigReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceConfigReqMultiError) Error ¶
func (m GetServiceConfigReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceConfigReqValidationError ¶
type GetServiceConfigReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceConfigReqValidationError is the validation error returned by GetServiceConfigReq.Validate if the designated constraints aren't met.
func (GetServiceConfigReqValidationError) Cause ¶
func (e GetServiceConfigReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceConfigReqValidationError) Error ¶
func (e GetServiceConfigReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceConfigReqValidationError) ErrorName ¶
func (e GetServiceConfigReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceConfigReqValidationError) Field ¶
func (e GetServiceConfigReqValidationError) Field() string
Field function returns field value.
func (GetServiceConfigReqValidationError) Key ¶
func (e GetServiceConfigReqValidationError) Key() bool
Key function returns key value.
func (GetServiceConfigReqValidationError) Reason ¶
func (e GetServiceConfigReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceConfigResp ¶
type GetServiceConfigResp struct { Config *ServiceConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // deprecated, same as compiled_config InputConfig *ServiceConfig `protobuf:"bytes,4,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"` // may be null because input config wasn't stored before 2023-09-25 CompiledConfig *ServiceConfig `protobuf:"bytes,5,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` ConfigVersion string `protobuf:"bytes,2,opt,name=config_version,json=configVersion,proto3" json:"config_version,omitempty"` // deprecated, use config_version_metadata ConfigVersionMetadata *ListServiceConfigVersionsResp_VersionMetadata `` // next tag: 6 /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetServiceConfigResp) Descriptor
deprecated
func (*GetServiceConfigResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceConfigResp.ProtoReflect.Descriptor instead.
func (*GetServiceConfigResp) GetCompiledConfig ¶ added in v0.2.13
func (x *GetServiceConfigResp) GetCompiledConfig() *ServiceConfig
func (*GetServiceConfigResp) GetConfig ¶
func (x *GetServiceConfigResp) GetConfig() *ServiceConfig
func (*GetServiceConfigResp) GetConfigVersion ¶
func (x *GetServiceConfigResp) GetConfigVersion() string
func (*GetServiceConfigResp) GetConfigVersionMetadata ¶
func (x *GetServiceConfigResp) GetConfigVersionMetadata() *ListServiceConfigVersionsResp_VersionMetadata
func (*GetServiceConfigResp) GetInputConfig ¶ added in v0.2.13
func (x *GetServiceConfigResp) GetInputConfig() *ServiceConfig
func (*GetServiceConfigResp) ProtoMessage ¶
func (*GetServiceConfigResp) ProtoMessage()
func (*GetServiceConfigResp) ProtoReflect ¶
func (x *GetServiceConfigResp) ProtoReflect() protoreflect.Message
func (*GetServiceConfigResp) Reset ¶
func (x *GetServiceConfigResp) Reset()
func (*GetServiceConfigResp) String ¶
func (x *GetServiceConfigResp) String() string
func (*GetServiceConfigResp) Validate ¶
func (m *GetServiceConfigResp) Validate() error
Validate checks the field values on GetServiceConfigResp 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 (*GetServiceConfigResp) ValidateAll ¶
func (m *GetServiceConfigResp) ValidateAll() error
ValidateAll checks the field values on GetServiceConfigResp 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 GetServiceConfigRespMultiError, or nil if none found.
type GetServiceConfigRespMultiError ¶
type GetServiceConfigRespMultiError []error
GetServiceConfigRespMultiError is an error wrapping multiple validation errors returned by GetServiceConfigResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceConfigRespMultiError) AllErrors ¶
func (m GetServiceConfigRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceConfigRespMultiError) Error ¶
func (m GetServiceConfigRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceConfigRespValidationError ¶
type GetServiceConfigRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceConfigRespValidationError is the validation error returned by GetServiceConfigResp.Validate if the designated constraints aren't met.
func (GetServiceConfigRespValidationError) Cause ¶
func (e GetServiceConfigRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceConfigRespValidationError) Error ¶
func (e GetServiceConfigRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceConfigRespValidationError) ErrorName ¶
func (e GetServiceConfigRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceConfigRespValidationError) Field ¶
func (e GetServiceConfigRespValidationError) Field() string
Field function returns field value.
func (GetServiceConfigRespValidationError) Key ¶
func (e GetServiceConfigRespValidationError) Key() bool
Key function returns key value.
func (GetServiceConfigRespValidationError) Reason ¶
func (e GetServiceConfigRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceInsightsReq ¶
type GetServiceInsightsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*GetServiceInsightsReq) Descriptor
deprecated
func (*GetServiceInsightsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceInsightsReq.ProtoReflect.Descriptor instead.
func (*GetServiceInsightsReq) GetApplication ¶
func (x *GetServiceInsightsReq) GetApplication() string
func (*GetServiceInsightsReq) GetService ¶
func (x *GetServiceInsightsReq) GetService() string
func (*GetServiceInsightsReq) ProtoMessage ¶
func (*GetServiceInsightsReq) ProtoMessage()
func (*GetServiceInsightsReq) ProtoReflect ¶
func (x *GetServiceInsightsReq) ProtoReflect() protoreflect.Message
func (*GetServiceInsightsReq) Reset ¶
func (x *GetServiceInsightsReq) Reset()
func (*GetServiceInsightsReq) String ¶
func (x *GetServiceInsightsReq) String() string
func (*GetServiceInsightsReq) Validate ¶
func (m *GetServiceInsightsReq) Validate() error
Validate checks the field values on GetServiceInsightsReq 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 (*GetServiceInsightsReq) ValidateAll ¶
func (m *GetServiceInsightsReq) ValidateAll() error
ValidateAll checks the field values on GetServiceInsightsReq 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 GetServiceInsightsReqMultiError, or nil if none found.
type GetServiceInsightsReqMultiError ¶
type GetServiceInsightsReqMultiError []error
GetServiceInsightsReqMultiError is an error wrapping multiple validation errors returned by GetServiceInsightsReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceInsightsReqMultiError) AllErrors ¶
func (m GetServiceInsightsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceInsightsReqMultiError) Error ¶
func (m GetServiceInsightsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceInsightsReqValidationError ¶
type GetServiceInsightsReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceInsightsReqValidationError is the validation error returned by GetServiceInsightsReq.Validate if the designated constraints aren't met.
func (GetServiceInsightsReqValidationError) Cause ¶
func (e GetServiceInsightsReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceInsightsReqValidationError) Error ¶
func (e GetServiceInsightsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceInsightsReqValidationError) ErrorName ¶
func (e GetServiceInsightsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceInsightsReqValidationError) Field ¶
func (e GetServiceInsightsReqValidationError) Field() string
Field function returns field value.
func (GetServiceInsightsReqValidationError) Key ¶
func (e GetServiceInsightsReqValidationError) Key() bool
Key function returns key value.
func (GetServiceInsightsReqValidationError) Reason ¶
func (e GetServiceInsightsReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceInsightsResp ¶
type GetServiceInsightsResp struct { Insights []*insights.Insight `protobuf:"bytes,1,rep,name=insights,proto3" json:"insights,omitempty"` // contains filtered or unexported fields }
func (*GetServiceInsightsResp) Descriptor
deprecated
func (*GetServiceInsightsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceInsightsResp.ProtoReflect.Descriptor instead.
func (*GetServiceInsightsResp) GetInsights ¶
func (x *GetServiceInsightsResp) GetInsights() []*insights.Insight
func (*GetServiceInsightsResp) ProtoMessage ¶
func (*GetServiceInsightsResp) ProtoMessage()
func (*GetServiceInsightsResp) ProtoReflect ¶
func (x *GetServiceInsightsResp) ProtoReflect() protoreflect.Message
func (*GetServiceInsightsResp) Reset ¶
func (x *GetServiceInsightsResp) Reset()
func (*GetServiceInsightsResp) String ¶
func (x *GetServiceInsightsResp) String() string
func (*GetServiceInsightsResp) Validate ¶
func (m *GetServiceInsightsResp) Validate() error
Validate checks the field values on GetServiceInsightsResp 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 (*GetServiceInsightsResp) ValidateAll ¶
func (m *GetServiceInsightsResp) ValidateAll() error
ValidateAll checks the field values on GetServiceInsightsResp 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 GetServiceInsightsRespMultiError, or nil if none found.
type GetServiceInsightsRespMultiError ¶
type GetServiceInsightsRespMultiError []error
GetServiceInsightsRespMultiError is an error wrapping multiple validation errors returned by GetServiceInsightsResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceInsightsRespMultiError) AllErrors ¶
func (m GetServiceInsightsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceInsightsRespMultiError) Error ¶
func (m GetServiceInsightsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceInsightsRespValidationError ¶
type GetServiceInsightsRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceInsightsRespValidationError is the validation error returned by GetServiceInsightsResp.Validate if the designated constraints aren't met.
func (GetServiceInsightsRespValidationError) Cause ¶
func (e GetServiceInsightsRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceInsightsRespValidationError) Error ¶
func (e GetServiceInsightsRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceInsightsRespValidationError) ErrorName ¶
func (e GetServiceInsightsRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceInsightsRespValidationError) Field ¶
func (e GetServiceInsightsRespValidationError) Field() string
Field function returns field value.
func (GetServiceInsightsRespValidationError) Key ¶
func (e GetServiceInsightsRespValidationError) Key() bool
Key function returns key value.
func (GetServiceInsightsRespValidationError) Reason ¶
func (e GetServiceInsightsRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceInstanceReq ¶
type GetServiceInstanceReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` ReleaseChannel string `protobuf:"bytes,3,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` // contains filtered or unexported fields }
func (*GetServiceInstanceReq) Descriptor
deprecated
func (*GetServiceInstanceReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceInstanceReq.ProtoReflect.Descriptor instead.
func (*GetServiceInstanceReq) GetApplication ¶
func (x *GetServiceInstanceReq) GetApplication() string
func (*GetServiceInstanceReq) GetReleaseChannel ¶
func (x *GetServiceInstanceReq) GetReleaseChannel() string
func (*GetServiceInstanceReq) GetService ¶
func (x *GetServiceInstanceReq) GetService() string
func (*GetServiceInstanceReq) ProtoMessage ¶
func (*GetServiceInstanceReq) ProtoMessage()
func (*GetServiceInstanceReq) ProtoReflect ¶
func (x *GetServiceInstanceReq) ProtoReflect() protoreflect.Message
func (*GetServiceInstanceReq) Reset ¶
func (x *GetServiceInstanceReq) Reset()
func (*GetServiceInstanceReq) String ¶
func (x *GetServiceInstanceReq) String() string
func (*GetServiceInstanceReq) Validate ¶
func (m *GetServiceInstanceReq) Validate() error
Validate checks the field values on GetServiceInstanceReq 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 (*GetServiceInstanceReq) ValidateAll ¶
func (m *GetServiceInstanceReq) ValidateAll() error
ValidateAll checks the field values on GetServiceInstanceReq 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 GetServiceInstanceReqMultiError, or nil if none found.
type GetServiceInstanceReqMultiError ¶
type GetServiceInstanceReqMultiError []error
GetServiceInstanceReqMultiError is an error wrapping multiple validation errors returned by GetServiceInstanceReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceInstanceReqMultiError) AllErrors ¶
func (m GetServiceInstanceReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceInstanceReqMultiError) Error ¶
func (m GetServiceInstanceReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceInstanceReqValidationError ¶
type GetServiceInstanceReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceInstanceReqValidationError is the validation error returned by GetServiceInstanceReq.Validate if the designated constraints aren't met.
func (GetServiceInstanceReqValidationError) Cause ¶
func (e GetServiceInstanceReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceInstanceReqValidationError) Error ¶
func (e GetServiceInstanceReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceInstanceReqValidationError) ErrorName ¶
func (e GetServiceInstanceReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceInstanceReqValidationError) Field ¶
func (e GetServiceInstanceReqValidationError) Field() string
Field function returns field value.
func (GetServiceInstanceReqValidationError) Key ¶
func (e GetServiceInstanceReqValidationError) Key() bool
Key function returns key value.
func (GetServiceInstanceReqValidationError) Reason ¶
func (e GetServiceInstanceReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceInstanceResp ¶
type GetServiceInstanceResp struct { ServiceInstance *ServiceInstance `protobuf:"bytes,1,opt,name=service_instance,json=serviceInstance,proto3" json:"service_instance,omitempty"` // contains filtered or unexported fields }
func (*GetServiceInstanceResp) Descriptor
deprecated
func (*GetServiceInstanceResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceInstanceResp.ProtoReflect.Descriptor instead.
func (*GetServiceInstanceResp) GetServiceInstance ¶
func (x *GetServiceInstanceResp) GetServiceInstance() *ServiceInstance
func (*GetServiceInstanceResp) ProtoMessage ¶
func (*GetServiceInstanceResp) ProtoMessage()
func (*GetServiceInstanceResp) ProtoReflect ¶
func (x *GetServiceInstanceResp) ProtoReflect() protoreflect.Message
func (*GetServiceInstanceResp) Reset ¶
func (x *GetServiceInstanceResp) Reset()
func (*GetServiceInstanceResp) String ¶
func (x *GetServiceInstanceResp) String() string
func (*GetServiceInstanceResp) Validate ¶
func (m *GetServiceInstanceResp) Validate() error
Validate checks the field values on GetServiceInstanceResp 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 (*GetServiceInstanceResp) ValidateAll ¶
func (m *GetServiceInstanceResp) ValidateAll() error
ValidateAll checks the field values on GetServiceInstanceResp 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 GetServiceInstanceRespMultiError, or nil if none found.
type GetServiceInstanceRespMultiError ¶
type GetServiceInstanceRespMultiError []error
GetServiceInstanceRespMultiError is an error wrapping multiple validation errors returned by GetServiceInstanceResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceInstanceRespMultiError) AllErrors ¶
func (m GetServiceInstanceRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceInstanceRespMultiError) Error ¶
func (m GetServiceInstanceRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceInstanceRespValidationError ¶
type GetServiceInstanceRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceInstanceRespValidationError is the validation error returned by GetServiceInstanceResp.Validate if the designated constraints aren't met.
func (GetServiceInstanceRespValidationError) Cause ¶
func (e GetServiceInstanceRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceInstanceRespValidationError) Error ¶
func (e GetServiceInstanceRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceInstanceRespValidationError) ErrorName ¶
func (e GetServiceInstanceRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceInstanceRespValidationError) Field ¶
func (e GetServiceInstanceRespValidationError) Field() string
Field function returns field value.
func (GetServiceInstanceRespValidationError) Key ¶
func (e GetServiceInstanceRespValidationError) Key() bool
Key function returns key value.
func (GetServiceInstanceRespValidationError) Reason ¶
func (e GetServiceInstanceRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceMetadataReq ¶
type GetServiceMetadataReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*GetServiceMetadataReq) Descriptor
deprecated
func (*GetServiceMetadataReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceMetadataReq.ProtoReflect.Descriptor instead.
func (*GetServiceMetadataReq) GetApplication ¶
func (x *GetServiceMetadataReq) GetApplication() string
func (*GetServiceMetadataReq) GetService ¶
func (x *GetServiceMetadataReq) GetService() string
func (*GetServiceMetadataReq) ProtoMessage ¶
func (*GetServiceMetadataReq) ProtoMessage()
func (*GetServiceMetadataReq) ProtoReflect ¶
func (x *GetServiceMetadataReq) ProtoReflect() protoreflect.Message
func (*GetServiceMetadataReq) Reset ¶
func (x *GetServiceMetadataReq) Reset()
func (*GetServiceMetadataReq) String ¶
func (x *GetServiceMetadataReq) String() string
func (*GetServiceMetadataReq) Validate ¶
func (m *GetServiceMetadataReq) Validate() error
Validate checks the field values on GetServiceMetadataReq 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 (*GetServiceMetadataReq) ValidateAll ¶
func (m *GetServiceMetadataReq) ValidateAll() error
ValidateAll checks the field values on GetServiceMetadataReq 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 GetServiceMetadataReqMultiError, or nil if none found.
type GetServiceMetadataReqMultiError ¶
type GetServiceMetadataReqMultiError []error
GetServiceMetadataReqMultiError is an error wrapping multiple validation errors returned by GetServiceMetadataReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceMetadataReqMultiError) AllErrors ¶
func (m GetServiceMetadataReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceMetadataReqMultiError) Error ¶
func (m GetServiceMetadataReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceMetadataReqValidationError ¶
type GetServiceMetadataReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceMetadataReqValidationError is the validation error returned by GetServiceMetadataReq.Validate if the designated constraints aren't met.
func (GetServiceMetadataReqValidationError) Cause ¶
func (e GetServiceMetadataReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceMetadataReqValidationError) Error ¶
func (e GetServiceMetadataReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceMetadataReqValidationError) ErrorName ¶
func (e GetServiceMetadataReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceMetadataReqValidationError) Field ¶
func (e GetServiceMetadataReqValidationError) Field() string
Field function returns field value.
func (GetServiceMetadataReqValidationError) Key ¶
func (e GetServiceMetadataReqValidationError) Key() bool
Key function returns key value.
func (GetServiceMetadataReqValidationError) Reason ¶
func (e GetServiceMetadataReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceMetadataResp ¶
type GetServiceMetadataResp struct { // metadata with no variables substitution, no modifications from parents Metadata *ServiceUserMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*GetServiceMetadataResp) Descriptor
deprecated
func (*GetServiceMetadataResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceMetadataResp.ProtoReflect.Descriptor instead.
func (*GetServiceMetadataResp) GetMetadata ¶
func (x *GetServiceMetadataResp) GetMetadata() *ServiceUserMetadata
func (*GetServiceMetadataResp) ProtoMessage ¶
func (*GetServiceMetadataResp) ProtoMessage()
func (*GetServiceMetadataResp) ProtoReflect ¶
func (x *GetServiceMetadataResp) ProtoReflect() protoreflect.Message
func (*GetServiceMetadataResp) Reset ¶
func (x *GetServiceMetadataResp) Reset()
func (*GetServiceMetadataResp) String ¶
func (x *GetServiceMetadataResp) String() string
func (*GetServiceMetadataResp) Validate ¶
func (m *GetServiceMetadataResp) Validate() error
Validate checks the field values on GetServiceMetadataResp 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 (*GetServiceMetadataResp) ValidateAll ¶
func (m *GetServiceMetadataResp) ValidateAll() error
ValidateAll checks the field values on GetServiceMetadataResp 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 GetServiceMetadataRespMultiError, or nil if none found.
type GetServiceMetadataRespMultiError ¶
type GetServiceMetadataRespMultiError []error
GetServiceMetadataRespMultiError is an error wrapping multiple validation errors returned by GetServiceMetadataResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceMetadataRespMultiError) AllErrors ¶
func (m GetServiceMetadataRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceMetadataRespMultiError) Error ¶
func (m GetServiceMetadataRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceMetadataRespValidationError ¶
type GetServiceMetadataRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceMetadataRespValidationError is the validation error returned by GetServiceMetadataResp.Validate if the designated constraints aren't met.
func (GetServiceMetadataRespValidationError) Cause ¶
func (e GetServiceMetadataRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceMetadataRespValidationError) Error ¶
func (e GetServiceMetadataRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceMetadataRespValidationError) ErrorName ¶
func (e GetServiceMetadataRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceMetadataRespValidationError) Field ¶
func (e GetServiceMetadataRespValidationError) Field() string
Field function returns field value.
func (GetServiceMetadataRespValidationError) Key ¶
func (e GetServiceMetadataRespValidationError) Key() bool
Key function returns key value.
func (GetServiceMetadataRespValidationError) Reason ¶
func (e GetServiceMetadataRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceMetricsReq ¶
type GetServiceMetricsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` StartTimestamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"` EndTimestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,omitempty"` IncludeCost bool `protobuf:"varint,5,opt,name=include_cost,json=includeCost,proto3" json:"include_cost,omitempty"` // contains filtered or unexported fields }
func (*GetServiceMetricsReq) Descriptor
deprecated
func (*GetServiceMetricsReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceMetricsReq.ProtoReflect.Descriptor instead.
func (*GetServiceMetricsReq) GetApplication ¶
func (x *GetServiceMetricsReq) GetApplication() string
func (*GetServiceMetricsReq) GetEndTimestamp ¶
func (x *GetServiceMetricsReq) GetEndTimestamp() *timestamppb.Timestamp
func (*GetServiceMetricsReq) GetIncludeCost ¶
func (x *GetServiceMetricsReq) GetIncludeCost() bool
func (*GetServiceMetricsReq) GetService ¶
func (x *GetServiceMetricsReq) GetService() string
func (*GetServiceMetricsReq) GetStartTimestamp ¶
func (x *GetServiceMetricsReq) GetStartTimestamp() *timestamppb.Timestamp
func (*GetServiceMetricsReq) ProtoMessage ¶
func (*GetServiceMetricsReq) ProtoMessage()
func (*GetServiceMetricsReq) ProtoReflect ¶
func (x *GetServiceMetricsReq) ProtoReflect() protoreflect.Message
func (*GetServiceMetricsReq) Reset ¶
func (x *GetServiceMetricsReq) Reset()
func (*GetServiceMetricsReq) String ¶
func (x *GetServiceMetricsReq) String() string
func (*GetServiceMetricsReq) Validate ¶
func (m *GetServiceMetricsReq) Validate() error
Validate checks the field values on GetServiceMetricsReq 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 (*GetServiceMetricsReq) ValidateAll ¶
func (m *GetServiceMetricsReq) ValidateAll() error
ValidateAll checks the field values on GetServiceMetricsReq 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 GetServiceMetricsReqMultiError, or nil if none found.
type GetServiceMetricsReqMultiError ¶
type GetServiceMetricsReqMultiError []error
GetServiceMetricsReqMultiError is an error wrapping multiple validation errors returned by GetServiceMetricsReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceMetricsReqMultiError) AllErrors ¶
func (m GetServiceMetricsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceMetricsReqMultiError) Error ¶
func (m GetServiceMetricsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceMetricsReqValidationError ¶
type GetServiceMetricsReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceMetricsReqValidationError is the validation error returned by GetServiceMetricsReq.Validate if the designated constraints aren't met.
func (GetServiceMetricsReqValidationError) Cause ¶
func (e GetServiceMetricsReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceMetricsReqValidationError) Error ¶
func (e GetServiceMetricsReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceMetricsReqValidationError) ErrorName ¶
func (e GetServiceMetricsReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceMetricsReqValidationError) Field ¶
func (e GetServiceMetricsReqValidationError) Field() string
Field function returns field value.
func (GetServiceMetricsReqValidationError) Key ¶
func (e GetServiceMetricsReqValidationError) Key() bool
Key function returns key value.
func (GetServiceMetricsReqValidationError) Reason ¶
func (e GetServiceMetricsReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceMetricsResp ¶
type GetServiceMetricsResp struct { DeploymentMetrics *metrics.DeploymentMetrics `protobuf:"bytes,1,opt,name=deployment_metrics,json=deploymentMetrics,proto3" json:"deployment_metrics,omitempty"` Cost *metrics.Cost `protobuf:"bytes,2,opt,name=cost,proto3" json:"cost,omitempty"` // contains filtered or unexported fields }
func (*GetServiceMetricsResp) Descriptor
deprecated
func (*GetServiceMetricsResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceMetricsResp.ProtoReflect.Descriptor instead.
func (*GetServiceMetricsResp) GetCost ¶
func (x *GetServiceMetricsResp) GetCost() *metrics.Cost
func (*GetServiceMetricsResp) GetDeploymentMetrics ¶
func (x *GetServiceMetricsResp) GetDeploymentMetrics() *metrics.DeploymentMetrics
func (*GetServiceMetricsResp) ProtoMessage ¶
func (*GetServiceMetricsResp) ProtoMessage()
func (*GetServiceMetricsResp) ProtoReflect ¶
func (x *GetServiceMetricsResp) ProtoReflect() protoreflect.Message
func (*GetServiceMetricsResp) Reset ¶
func (x *GetServiceMetricsResp) Reset()
func (*GetServiceMetricsResp) String ¶
func (x *GetServiceMetricsResp) String() string
func (*GetServiceMetricsResp) Validate ¶
func (m *GetServiceMetricsResp) Validate() error
Validate checks the field values on GetServiceMetricsResp 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 (*GetServiceMetricsResp) ValidateAll ¶
func (m *GetServiceMetricsResp) ValidateAll() error
ValidateAll checks the field values on GetServiceMetricsResp 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 GetServiceMetricsRespMultiError, or nil if none found.
type GetServiceMetricsRespMultiError ¶
type GetServiceMetricsRespMultiError []error
GetServiceMetricsRespMultiError is an error wrapping multiple validation errors returned by GetServiceMetricsResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceMetricsRespMultiError) AllErrors ¶
func (m GetServiceMetricsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceMetricsRespMultiError) Error ¶
func (m GetServiceMetricsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceMetricsRespValidationError ¶
type GetServiceMetricsRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceMetricsRespValidationError is the validation error returned by GetServiceMetricsResp.Validate if the designated constraints aren't met.
func (GetServiceMetricsRespValidationError) Cause ¶
func (e GetServiceMetricsRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceMetricsRespValidationError) Error ¶
func (e GetServiceMetricsRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceMetricsRespValidationError) ErrorName ¶
func (e GetServiceMetricsRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceMetricsRespValidationError) Field ¶
func (e GetServiceMetricsRespValidationError) Field() string
Field function returns field value.
func (GetServiceMetricsRespValidationError) Key ¶
func (e GetServiceMetricsRespValidationError) Key() bool
Key function returns key value.
func (GetServiceMetricsRespValidationError) Reason ¶
func (e GetServiceMetricsRespValidationError) Reason() string
Reason function returns reason value.
type GetServiceReq ¶
type GetServiceReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*GetServiceReq) Descriptor
deprecated
func (*GetServiceReq) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceReq.ProtoReflect.Descriptor instead.
func (*GetServiceReq) GetApplication ¶
func (x *GetServiceReq) GetApplication() string
func (*GetServiceReq) GetService ¶
func (x *GetServiceReq) GetService() string
func (*GetServiceReq) ProtoMessage ¶
func (*GetServiceReq) ProtoMessage()
func (*GetServiceReq) ProtoReflect ¶
func (x *GetServiceReq) ProtoReflect() protoreflect.Message
func (*GetServiceReq) Reset ¶
func (x *GetServiceReq) Reset()
func (*GetServiceReq) String ¶
func (x *GetServiceReq) String() string
func (*GetServiceReq) Validate ¶
func (m *GetServiceReq) Validate() error
Validate checks the field values on GetServiceReq 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 (*GetServiceReq) ValidateAll ¶
func (m *GetServiceReq) ValidateAll() error
ValidateAll checks the field values on GetServiceReq 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 GetServiceReqMultiError, or nil if none found.
type GetServiceReqMultiError ¶
type GetServiceReqMultiError []error
GetServiceReqMultiError is an error wrapping multiple validation errors returned by GetServiceReq.ValidateAll() if the designated constraints aren't met.
func (GetServiceReqMultiError) AllErrors ¶
func (m GetServiceReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceReqMultiError) Error ¶
func (m GetServiceReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceReqValidationError ¶
type GetServiceReqValidationError struct {
// contains filtered or unexported fields
}
GetServiceReqValidationError is the validation error returned by GetServiceReq.Validate if the designated constraints aren't met.
func (GetServiceReqValidationError) Cause ¶
func (e GetServiceReqValidationError) Cause() error
Cause function returns cause value.
func (GetServiceReqValidationError) Error ¶
func (e GetServiceReqValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceReqValidationError) ErrorName ¶
func (e GetServiceReqValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceReqValidationError) Field ¶
func (e GetServiceReqValidationError) Field() string
Field function returns field value.
func (GetServiceReqValidationError) Key ¶
func (e GetServiceReqValidationError) Key() bool
Key function returns key value.
func (GetServiceReqValidationError) Reason ¶
func (e GetServiceReqValidationError) Reason() string
Reason function returns reason value.
type GetServiceResp ¶
type GetServiceResp struct { Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*GetServiceResp) Descriptor
deprecated
func (*GetServiceResp) Descriptor() ([]byte, []int)
Deprecated: Use GetServiceResp.ProtoReflect.Descriptor instead.
func (*GetServiceResp) GetService ¶
func (x *GetServiceResp) GetService() *Service
func (*GetServiceResp) ProtoMessage ¶
func (*GetServiceResp) ProtoMessage()
func (*GetServiceResp) ProtoReflect ¶
func (x *GetServiceResp) ProtoReflect() protoreflect.Message
func (*GetServiceResp) Reset ¶
func (x *GetServiceResp) Reset()
func (*GetServiceResp) String ¶
func (x *GetServiceResp) String() string
func (*GetServiceResp) Validate ¶
func (m *GetServiceResp) Validate() error
Validate checks the field values on GetServiceResp 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 (*GetServiceResp) ValidateAll ¶
func (m *GetServiceResp) ValidateAll() error
ValidateAll checks the field values on GetServiceResp 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 GetServiceRespMultiError, or nil if none found.
type GetServiceRespMultiError ¶
type GetServiceRespMultiError []error
GetServiceRespMultiError is an error wrapping multiple validation errors returned by GetServiceResp.ValidateAll() if the designated constraints aren't met.
func (GetServiceRespMultiError) AllErrors ¶
func (m GetServiceRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetServiceRespMultiError) Error ¶
func (m GetServiceRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetServiceRespValidationError ¶
type GetServiceRespValidationError struct {
// contains filtered or unexported fields
}
GetServiceRespValidationError is the validation error returned by GetServiceResp.Validate if the designated constraints aren't met.
func (GetServiceRespValidationError) Cause ¶
func (e GetServiceRespValidationError) Cause() error
Cause function returns cause value.
func (GetServiceRespValidationError) Error ¶
func (e GetServiceRespValidationError) Error() string
Error satisfies the builtin error interface
func (GetServiceRespValidationError) ErrorName ¶
func (e GetServiceRespValidationError) ErrorName() string
ErrorName returns error name.
func (GetServiceRespValidationError) Field ¶
func (e GetServiceRespValidationError) Field() string
Field function returns field value.
func (GetServiceRespValidationError) Key ¶
func (e GetServiceRespValidationError) Key() bool
Key function returns key value.
func (GetServiceRespValidationError) Reason ¶
func (e GetServiceRespValidationError) Reason() string
Reason function returns reason value.
type ListCommitsReq ¶
type ListCommitsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*ListCommitsReq) Descriptor
deprecated
func (*ListCommitsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListCommitsReq.ProtoReflect.Descriptor instead.
func (*ListCommitsReq) GetApplication ¶
func (x *ListCommitsReq) GetApplication() string
func (*ListCommitsReq) GetPageSize ¶
func (x *ListCommitsReq) GetPageSize() int32
func (*ListCommitsReq) GetPageToken ¶
func (x *ListCommitsReq) GetPageToken() string
func (*ListCommitsReq) GetService ¶
func (x *ListCommitsReq) GetService() string
func (*ListCommitsReq) ProtoMessage ¶
func (*ListCommitsReq) ProtoMessage()
func (*ListCommitsReq) ProtoReflect ¶
func (x *ListCommitsReq) ProtoReflect() protoreflect.Message
func (*ListCommitsReq) Reset ¶
func (x *ListCommitsReq) Reset()
func (*ListCommitsReq) String ¶
func (x *ListCommitsReq) String() string
func (*ListCommitsReq) Validate ¶
func (m *ListCommitsReq) Validate() error
Validate checks the field values on ListCommitsReq 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 (*ListCommitsReq) ValidateAll ¶
func (m *ListCommitsReq) ValidateAll() error
ValidateAll checks the field values on ListCommitsReq 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 ListCommitsReqMultiError, or nil if none found.
type ListCommitsReqMultiError ¶
type ListCommitsReqMultiError []error
ListCommitsReqMultiError is an error wrapping multiple validation errors returned by ListCommitsReq.ValidateAll() if the designated constraints aren't met.
func (ListCommitsReqMultiError) AllErrors ¶
func (m ListCommitsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCommitsReqMultiError) Error ¶
func (m ListCommitsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListCommitsReqValidationError ¶
type ListCommitsReqValidationError struct {
// contains filtered or unexported fields
}
ListCommitsReqValidationError is the validation error returned by ListCommitsReq.Validate if the designated constraints aren't met.
func (ListCommitsReqValidationError) Cause ¶
func (e ListCommitsReqValidationError) Cause() error
Cause function returns cause value.
func (ListCommitsReqValidationError) Error ¶
func (e ListCommitsReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListCommitsReqValidationError) ErrorName ¶
func (e ListCommitsReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListCommitsReqValidationError) Field ¶
func (e ListCommitsReqValidationError) Field() string
Field function returns field value.
func (ListCommitsReqValidationError) Key ¶
func (e ListCommitsReqValidationError) Key() bool
Key function returns key value.
func (ListCommitsReqValidationError) Reason ¶
func (e ListCommitsReqValidationError) Reason() string
Reason function returns reason value.
type ListCommitsResp ¶
type ListCommitsResp struct { Commits []*repo.Commit `protobuf:"bytes,1,rep,name=commits,proto3" json:"commits,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListCommitsResp) Descriptor
deprecated
func (*ListCommitsResp) Descriptor() ([]byte, []int)
Deprecated: Use ListCommitsResp.ProtoReflect.Descriptor instead.
func (*ListCommitsResp) GetCommits ¶
func (x *ListCommitsResp) GetCommits() []*repo.Commit
func (*ListCommitsResp) GetNextPageToken ¶
func (x *ListCommitsResp) GetNextPageToken() string
func (*ListCommitsResp) ProtoMessage ¶
func (*ListCommitsResp) ProtoMessage()
func (*ListCommitsResp) ProtoReflect ¶
func (x *ListCommitsResp) ProtoReflect() protoreflect.Message
func (*ListCommitsResp) Reset ¶
func (x *ListCommitsResp) Reset()
func (*ListCommitsResp) String ¶
func (x *ListCommitsResp) String() string
func (*ListCommitsResp) Validate ¶
func (m *ListCommitsResp) Validate() error
Validate checks the field values on ListCommitsResp 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 (*ListCommitsResp) ValidateAll ¶
func (m *ListCommitsResp) ValidateAll() error
ValidateAll checks the field values on ListCommitsResp 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 ListCommitsRespMultiError, or nil if none found.
type ListCommitsRespMultiError ¶
type ListCommitsRespMultiError []error
ListCommitsRespMultiError is an error wrapping multiple validation errors returned by ListCommitsResp.ValidateAll() if the designated constraints aren't met.
func (ListCommitsRespMultiError) AllErrors ¶
func (m ListCommitsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCommitsRespMultiError) Error ¶
func (m ListCommitsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListCommitsRespValidationError ¶
type ListCommitsRespValidationError struct {
// contains filtered or unexported fields
}
ListCommitsRespValidationError is the validation error returned by ListCommitsResp.Validate if the designated constraints aren't met.
func (ListCommitsRespValidationError) Cause ¶
func (e ListCommitsRespValidationError) Cause() error
Cause function returns cause value.
func (ListCommitsRespValidationError) Error ¶
func (e ListCommitsRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListCommitsRespValidationError) ErrorName ¶
func (e ListCommitsRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListCommitsRespValidationError) Field ¶
func (e ListCommitsRespValidationError) Field() string
Field function returns field value.
func (ListCommitsRespValidationError) Key ¶
func (e ListCommitsRespValidationError) Key() bool
Key function returns key value.
func (ListCommitsRespValidationError) Reason ¶
func (e ListCommitsRespValidationError) Reason() string
Reason function returns reason value.
type ListMaterializedConfigVersionsReq ¶
type ListMaterializedConfigVersionsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*ListMaterializedConfigVersionsReq) Descriptor
deprecated
func (*ListMaterializedConfigVersionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListMaterializedConfigVersionsReq.ProtoReflect.Descriptor instead.
func (*ListMaterializedConfigVersionsReq) GetApplication ¶
func (x *ListMaterializedConfigVersionsReq) GetApplication() string
func (*ListMaterializedConfigVersionsReq) GetPageSize ¶
func (x *ListMaterializedConfigVersionsReq) GetPageSize() int32
func (*ListMaterializedConfigVersionsReq) GetPageToken ¶
func (x *ListMaterializedConfigVersionsReq) GetPageToken() string
func (*ListMaterializedConfigVersionsReq) GetService ¶
func (x *ListMaterializedConfigVersionsReq) GetService() string
func (*ListMaterializedConfigVersionsReq) ProtoMessage ¶
func (*ListMaterializedConfigVersionsReq) ProtoMessage()
func (*ListMaterializedConfigVersionsReq) ProtoReflect ¶
func (x *ListMaterializedConfigVersionsReq) ProtoReflect() protoreflect.Message
func (*ListMaterializedConfigVersionsReq) Reset ¶
func (x *ListMaterializedConfigVersionsReq) Reset()
func (*ListMaterializedConfigVersionsReq) String ¶
func (x *ListMaterializedConfigVersionsReq) String() string
func (*ListMaterializedConfigVersionsReq) Validate ¶
func (m *ListMaterializedConfigVersionsReq) Validate() error
Validate checks the field values on ListMaterializedConfigVersionsReq 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 (*ListMaterializedConfigVersionsReq) ValidateAll ¶
func (m *ListMaterializedConfigVersionsReq) ValidateAll() error
ValidateAll checks the field values on ListMaterializedConfigVersionsReq 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 ListMaterializedConfigVersionsReqMultiError, or nil if none found.
type ListMaterializedConfigVersionsReqMultiError ¶
type ListMaterializedConfigVersionsReqMultiError []error
ListMaterializedConfigVersionsReqMultiError is an error wrapping multiple validation errors returned by ListMaterializedConfigVersionsReq.ValidateAll() if the designated constraints aren't met.
func (ListMaterializedConfigVersionsReqMultiError) AllErrors ¶
func (m ListMaterializedConfigVersionsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListMaterializedConfigVersionsReqMultiError) Error ¶
func (m ListMaterializedConfigVersionsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListMaterializedConfigVersionsReqValidationError ¶
type ListMaterializedConfigVersionsReqValidationError struct {
// contains filtered or unexported fields
}
ListMaterializedConfigVersionsReqValidationError is the validation error returned by ListMaterializedConfigVersionsReq.Validate if the designated constraints aren't met.
func (ListMaterializedConfigVersionsReqValidationError) Cause ¶
func (e ListMaterializedConfigVersionsReqValidationError) Cause() error
Cause function returns cause value.
func (ListMaterializedConfigVersionsReqValidationError) Error ¶
func (e ListMaterializedConfigVersionsReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListMaterializedConfigVersionsReqValidationError) ErrorName ¶
func (e ListMaterializedConfigVersionsReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListMaterializedConfigVersionsReqValidationError) Field ¶
func (e ListMaterializedConfigVersionsReqValidationError) Field() string
Field function returns field value.
func (ListMaterializedConfigVersionsReqValidationError) Key ¶
func (e ListMaterializedConfigVersionsReqValidationError) Key() bool
Key function returns key value.
func (ListMaterializedConfigVersionsReqValidationError) Reason ¶
func (e ListMaterializedConfigVersionsReqValidationError) Reason() string
Reason function returns reason value.
type ListMaterializedConfigVersionsResp ¶
type ListMaterializedConfigVersionsResp struct { Versions []*ListMaterializedConfigVersionsResp_VersionMetadata `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListMaterializedConfigVersionsResp) Descriptor
deprecated
func (*ListMaterializedConfigVersionsResp) Descriptor() ([]byte, []int)
Deprecated: Use ListMaterializedConfigVersionsResp.ProtoReflect.Descriptor instead.
func (*ListMaterializedConfigVersionsResp) GetNextPageToken ¶
func (x *ListMaterializedConfigVersionsResp) GetNextPageToken() string
func (*ListMaterializedConfigVersionsResp) GetVersions ¶
func (x *ListMaterializedConfigVersionsResp) GetVersions() []*ListMaterializedConfigVersionsResp_VersionMetadata
func (*ListMaterializedConfigVersionsResp) ProtoMessage ¶
func (*ListMaterializedConfigVersionsResp) ProtoMessage()
func (*ListMaterializedConfigVersionsResp) ProtoReflect ¶
func (x *ListMaterializedConfigVersionsResp) ProtoReflect() protoreflect.Message
func (*ListMaterializedConfigVersionsResp) Reset ¶
func (x *ListMaterializedConfigVersionsResp) Reset()
func (*ListMaterializedConfigVersionsResp) String ¶
func (x *ListMaterializedConfigVersionsResp) String() string
func (*ListMaterializedConfigVersionsResp) Validate ¶
func (m *ListMaterializedConfigVersionsResp) Validate() error
Validate checks the field values on ListMaterializedConfigVersionsResp 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 (*ListMaterializedConfigVersionsResp) ValidateAll ¶
func (m *ListMaterializedConfigVersionsResp) ValidateAll() error
ValidateAll checks the field values on ListMaterializedConfigVersionsResp 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 ListMaterializedConfigVersionsRespMultiError, or nil if none found.
type ListMaterializedConfigVersionsRespMultiError ¶
type ListMaterializedConfigVersionsRespMultiError []error
ListMaterializedConfigVersionsRespMultiError is an error wrapping multiple validation errors returned by ListMaterializedConfigVersionsResp.ValidateAll() if the designated constraints aren't met.
func (ListMaterializedConfigVersionsRespMultiError) AllErrors ¶
func (m ListMaterializedConfigVersionsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListMaterializedConfigVersionsRespMultiError) Error ¶
func (m ListMaterializedConfigVersionsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListMaterializedConfigVersionsRespValidationError ¶
type ListMaterializedConfigVersionsRespValidationError struct {
// contains filtered or unexported fields
}
ListMaterializedConfigVersionsRespValidationError is the validation error returned by ListMaterializedConfigVersionsResp.Validate if the designated constraints aren't met.
func (ListMaterializedConfigVersionsRespValidationError) Cause ¶
func (e ListMaterializedConfigVersionsRespValidationError) Cause() error
Cause function returns cause value.
func (ListMaterializedConfigVersionsRespValidationError) Error ¶
func (e ListMaterializedConfigVersionsRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListMaterializedConfigVersionsRespValidationError) ErrorName ¶
func (e ListMaterializedConfigVersionsRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListMaterializedConfigVersionsRespValidationError) Field ¶
func (e ListMaterializedConfigVersionsRespValidationError) Field() string
Field function returns field value.
func (ListMaterializedConfigVersionsRespValidationError) Key ¶
func (e ListMaterializedConfigVersionsRespValidationError) Key() bool
Key function returns key value.
func (ListMaterializedConfigVersionsRespValidationError) Reason ¶
func (e ListMaterializedConfigVersionsRespValidationError) Reason() string
Reason function returns reason value.
type ListMaterializedConfigVersionsResp_VersionMetadata ¶
type ListMaterializedConfigVersionsResp_VersionMetadata struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` CreationTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"` ConfigVersion string `protobuf:"bytes,3,opt,name=config_version,json=configVersion,proto3" json:"config_version,omitempty"` Parameters []*common_config.ParameterDefinition `protobuf:"bytes,7,rep,name=parameters,proto3" json:"parameters,omitempty"` ParameterValues *ServiceParameterValues `protobuf:"bytes,4,opt,name=parameter_values,json=parameterValues,proto3" json:"parameter_values,omitempty"` Source version.Source `protobuf:"varint,5,opt,name=source,proto3,enum=prodvana.version.Source" json:"source,omitempty"` SourceMetadata *version.SourceMetadata `protobuf:"bytes,6,opt,name=source_metadata,json=sourceMetadata,proto3" json:"source_metadata,omitempty"` // contains filtered or unexported fields }
func (*ListMaterializedConfigVersionsResp_VersionMetadata) Descriptor
deprecated
func (*ListMaterializedConfigVersionsResp_VersionMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ListMaterializedConfigVersionsResp_VersionMetadata.ProtoReflect.Descriptor instead.
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetConfigVersion ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetConfigVersion() string
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetCreationTimestamp ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetCreationTimestamp() *timestamppb.Timestamp
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetParameterValues ¶ added in v0.2.10
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetParameterValues() *ServiceParameterValues
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetParameters ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetParameters() []*common_config.ParameterDefinition
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetSource ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetSource() version.Source
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetSourceMetadata ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetSourceMetadata() *version.SourceMetadata
func (*ListMaterializedConfigVersionsResp_VersionMetadata) GetVersion ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) GetVersion() string
func (*ListMaterializedConfigVersionsResp_VersionMetadata) ProtoMessage ¶
func (*ListMaterializedConfigVersionsResp_VersionMetadata) ProtoMessage()
func (*ListMaterializedConfigVersionsResp_VersionMetadata) ProtoReflect ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) ProtoReflect() protoreflect.Message
func (*ListMaterializedConfigVersionsResp_VersionMetadata) Reset ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) Reset()
func (*ListMaterializedConfigVersionsResp_VersionMetadata) String ¶
func (x *ListMaterializedConfigVersionsResp_VersionMetadata) String() string
func (*ListMaterializedConfigVersionsResp_VersionMetadata) Validate ¶
func (m *ListMaterializedConfigVersionsResp_VersionMetadata) Validate() error
Validate checks the field values on ListMaterializedConfigVersionsResp_VersionMetadata 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 (*ListMaterializedConfigVersionsResp_VersionMetadata) ValidateAll ¶
func (m *ListMaterializedConfigVersionsResp_VersionMetadata) ValidateAll() error
ValidateAll checks the field values on ListMaterializedConfigVersionsResp_VersionMetadata 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 ListMaterializedConfigVersionsResp_VersionMetadataMultiError, or nil if none found.
type ListMaterializedConfigVersionsResp_VersionMetadataMultiError ¶
type ListMaterializedConfigVersionsResp_VersionMetadataMultiError []error
ListMaterializedConfigVersionsResp_VersionMetadataMultiError is an error wrapping multiple validation errors returned by ListMaterializedConfigVersionsResp_VersionMetadata.ValidateAll() if the designated constraints aren't met.
func (ListMaterializedConfigVersionsResp_VersionMetadataMultiError) AllErrors ¶
func (m ListMaterializedConfigVersionsResp_VersionMetadataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListMaterializedConfigVersionsResp_VersionMetadataMultiError) Error ¶
func (m ListMaterializedConfigVersionsResp_VersionMetadataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListMaterializedConfigVersionsResp_VersionMetadataValidationError ¶
type ListMaterializedConfigVersionsResp_VersionMetadataValidationError struct {
// contains filtered or unexported fields
}
ListMaterializedConfigVersionsResp_VersionMetadataValidationError is the validation error returned by ListMaterializedConfigVersionsResp_VersionMetadata.Validate if the designated constraints aren't met.
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Cause ¶
func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Cause() error
Cause function returns cause value.
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Error ¶
func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Error() string
Error satisfies the builtin error interface
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) ErrorName ¶
func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) ErrorName() string
ErrorName returns error name.
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Field ¶
func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Field() string
Field function returns field value.
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Key ¶
Key function returns key value.
func (ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Reason ¶
func (e ListMaterializedConfigVersionsResp_VersionMetadataValidationError) Reason() string
Reason function returns reason value.
type ListServiceConfigVersionsReq ¶
type ListServiceConfigVersionsReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // contains filtered or unexported fields }
func (*ListServiceConfigVersionsReq) Descriptor
deprecated
func (*ListServiceConfigVersionsReq) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceConfigVersionsReq.ProtoReflect.Descriptor instead.
func (*ListServiceConfigVersionsReq) GetApplication ¶
func (x *ListServiceConfigVersionsReq) GetApplication() string
func (*ListServiceConfigVersionsReq) GetPageSize ¶
func (x *ListServiceConfigVersionsReq) GetPageSize() int32
func (*ListServiceConfigVersionsReq) GetPageToken ¶
func (x *ListServiceConfigVersionsReq) GetPageToken() string
func (*ListServiceConfigVersionsReq) GetService ¶
func (x *ListServiceConfigVersionsReq) GetService() string
func (*ListServiceConfigVersionsReq) ProtoMessage ¶
func (*ListServiceConfigVersionsReq) ProtoMessage()
func (*ListServiceConfigVersionsReq) ProtoReflect ¶
func (x *ListServiceConfigVersionsReq) ProtoReflect() protoreflect.Message
func (*ListServiceConfigVersionsReq) Reset ¶
func (x *ListServiceConfigVersionsReq) Reset()
func (*ListServiceConfigVersionsReq) String ¶
func (x *ListServiceConfigVersionsReq) String() string
func (*ListServiceConfigVersionsReq) Validate ¶
func (m *ListServiceConfigVersionsReq) Validate() error
Validate checks the field values on ListServiceConfigVersionsReq 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 (*ListServiceConfigVersionsReq) ValidateAll ¶
func (m *ListServiceConfigVersionsReq) ValidateAll() error
ValidateAll checks the field values on ListServiceConfigVersionsReq 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 ListServiceConfigVersionsReqMultiError, or nil if none found.
type ListServiceConfigVersionsReqMultiError ¶
type ListServiceConfigVersionsReqMultiError []error
ListServiceConfigVersionsReqMultiError is an error wrapping multiple validation errors returned by ListServiceConfigVersionsReq.ValidateAll() if the designated constraints aren't met.
func (ListServiceConfigVersionsReqMultiError) AllErrors ¶
func (m ListServiceConfigVersionsReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServiceConfigVersionsReqMultiError) Error ¶
func (m ListServiceConfigVersionsReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServiceConfigVersionsReqValidationError ¶
type ListServiceConfigVersionsReqValidationError struct {
// contains filtered or unexported fields
}
ListServiceConfigVersionsReqValidationError is the validation error returned by ListServiceConfigVersionsReq.Validate if the designated constraints aren't met.
func (ListServiceConfigVersionsReqValidationError) Cause ¶
func (e ListServiceConfigVersionsReqValidationError) Cause() error
Cause function returns cause value.
func (ListServiceConfigVersionsReqValidationError) Error ¶
func (e ListServiceConfigVersionsReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListServiceConfigVersionsReqValidationError) ErrorName ¶
func (e ListServiceConfigVersionsReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListServiceConfigVersionsReqValidationError) Field ¶
func (e ListServiceConfigVersionsReqValidationError) Field() string
Field function returns field value.
func (ListServiceConfigVersionsReqValidationError) Key ¶
func (e ListServiceConfigVersionsReqValidationError) Key() bool
Key function returns key value.
func (ListServiceConfigVersionsReqValidationError) Reason ¶
func (e ListServiceConfigVersionsReqValidationError) Reason() string
Reason function returns reason value.
type ListServiceConfigVersionsResp ¶
type ListServiceConfigVersionsResp struct { Versions []*ListServiceConfigVersionsResp_VersionMetadata `protobuf:"bytes,1,rep,name=versions,proto3" json:"versions,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListServiceConfigVersionsResp) Descriptor
deprecated
func (*ListServiceConfigVersionsResp) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceConfigVersionsResp.ProtoReflect.Descriptor instead.
func (*ListServiceConfigVersionsResp) GetNextPageToken ¶
func (x *ListServiceConfigVersionsResp) GetNextPageToken() string
func (*ListServiceConfigVersionsResp) GetVersions ¶
func (x *ListServiceConfigVersionsResp) GetVersions() []*ListServiceConfigVersionsResp_VersionMetadata
func (*ListServiceConfigVersionsResp) ProtoMessage ¶
func (*ListServiceConfigVersionsResp) ProtoMessage()
func (*ListServiceConfigVersionsResp) ProtoReflect ¶
func (x *ListServiceConfigVersionsResp) ProtoReflect() protoreflect.Message
func (*ListServiceConfigVersionsResp) Reset ¶
func (x *ListServiceConfigVersionsResp) Reset()
func (*ListServiceConfigVersionsResp) String ¶
func (x *ListServiceConfigVersionsResp) String() string
func (*ListServiceConfigVersionsResp) Validate ¶
func (m *ListServiceConfigVersionsResp) Validate() error
Validate checks the field values on ListServiceConfigVersionsResp 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 (*ListServiceConfigVersionsResp) ValidateAll ¶
func (m *ListServiceConfigVersionsResp) ValidateAll() error
ValidateAll checks the field values on ListServiceConfigVersionsResp 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 ListServiceConfigVersionsRespMultiError, or nil if none found.
type ListServiceConfigVersionsRespMultiError ¶
type ListServiceConfigVersionsRespMultiError []error
ListServiceConfigVersionsRespMultiError is an error wrapping multiple validation errors returned by ListServiceConfigVersionsResp.ValidateAll() if the designated constraints aren't met.
func (ListServiceConfigVersionsRespMultiError) AllErrors ¶
func (m ListServiceConfigVersionsRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServiceConfigVersionsRespMultiError) Error ¶
func (m ListServiceConfigVersionsRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServiceConfigVersionsRespValidationError ¶
type ListServiceConfigVersionsRespValidationError struct {
// contains filtered or unexported fields
}
ListServiceConfigVersionsRespValidationError is the validation error returned by ListServiceConfigVersionsResp.Validate if the designated constraints aren't met.
func (ListServiceConfigVersionsRespValidationError) Cause ¶
func (e ListServiceConfigVersionsRespValidationError) Cause() error
Cause function returns cause value.
func (ListServiceConfigVersionsRespValidationError) Error ¶
func (e ListServiceConfigVersionsRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListServiceConfigVersionsRespValidationError) ErrorName ¶
func (e ListServiceConfigVersionsRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListServiceConfigVersionsRespValidationError) Field ¶
func (e ListServiceConfigVersionsRespValidationError) Field() string
Field function returns field value.
func (ListServiceConfigVersionsRespValidationError) Key ¶
func (e ListServiceConfigVersionsRespValidationError) Key() bool
Key function returns key value.
func (ListServiceConfigVersionsRespValidationError) Reason ¶
func (e ListServiceConfigVersionsRespValidationError) Reason() string
Reason function returns reason value.
type ListServiceConfigVersionsResp_VersionMetadata ¶
type ListServiceConfigVersionsResp_VersionMetadata struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` CreationTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"` 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"` // contains filtered or unexported fields }
func (*ListServiceConfigVersionsResp_VersionMetadata) Descriptor
deprecated
func (*ListServiceConfigVersionsResp_VersionMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceConfigVersionsResp_VersionMetadata.ProtoReflect.Descriptor instead.
func (*ListServiceConfigVersionsResp_VersionMetadata) GetCreationTimestamp ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) GetCreationTimestamp() *timestamppb.Timestamp
func (*ListServiceConfigVersionsResp_VersionMetadata) GetSource ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) GetSource() version.Source
func (*ListServiceConfigVersionsResp_VersionMetadata) GetSourceMetadata ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) GetSourceMetadata() *version.SourceMetadata
func (*ListServiceConfigVersionsResp_VersionMetadata) GetVersion ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) GetVersion() string
func (*ListServiceConfigVersionsResp_VersionMetadata) ProtoMessage ¶
func (*ListServiceConfigVersionsResp_VersionMetadata) ProtoMessage()
func (*ListServiceConfigVersionsResp_VersionMetadata) ProtoReflect ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) ProtoReflect() protoreflect.Message
func (*ListServiceConfigVersionsResp_VersionMetadata) Reset ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) Reset()
func (*ListServiceConfigVersionsResp_VersionMetadata) String ¶
func (x *ListServiceConfigVersionsResp_VersionMetadata) String() string
func (*ListServiceConfigVersionsResp_VersionMetadata) Validate ¶
func (m *ListServiceConfigVersionsResp_VersionMetadata) Validate() error
Validate checks the field values on ListServiceConfigVersionsResp_VersionMetadata 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 (*ListServiceConfigVersionsResp_VersionMetadata) ValidateAll ¶
func (m *ListServiceConfigVersionsResp_VersionMetadata) ValidateAll() error
ValidateAll checks the field values on ListServiceConfigVersionsResp_VersionMetadata 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 ListServiceConfigVersionsResp_VersionMetadataMultiError, or nil if none found.
type ListServiceConfigVersionsResp_VersionMetadataMultiError ¶
type ListServiceConfigVersionsResp_VersionMetadataMultiError []error
ListServiceConfigVersionsResp_VersionMetadataMultiError is an error wrapping multiple validation errors returned by ListServiceConfigVersionsResp_VersionMetadata.ValidateAll() if the designated constraints aren't met.
func (ListServiceConfigVersionsResp_VersionMetadataMultiError) AllErrors ¶
func (m ListServiceConfigVersionsResp_VersionMetadataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServiceConfigVersionsResp_VersionMetadataMultiError) Error ¶
func (m ListServiceConfigVersionsResp_VersionMetadataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServiceConfigVersionsResp_VersionMetadataValidationError ¶
type ListServiceConfigVersionsResp_VersionMetadataValidationError struct {
// contains filtered or unexported fields
}
ListServiceConfigVersionsResp_VersionMetadataValidationError is the validation error returned by ListServiceConfigVersionsResp_VersionMetadata.Validate if the designated constraints aren't met.
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) Cause ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Cause() error
Cause function returns cause value.
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) Error ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Error() string
Error satisfies the builtin error interface
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) ErrorName ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) ErrorName() string
ErrorName returns error name.
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) Field ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Field() string
Field function returns field value.
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) Key ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Key() bool
Key function returns key value.
func (ListServiceConfigVersionsResp_VersionMetadataValidationError) Reason ¶
func (e ListServiceConfigVersionsResp_VersionMetadataValidationError) Reason() string
Reason function returns reason value.
type ListServiceInstancesReq ¶
type ListServiceInstancesReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` // contains filtered or unexported fields }
func (*ListServiceInstancesReq) Descriptor
deprecated
func (*ListServiceInstancesReq) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceInstancesReq.ProtoReflect.Descriptor instead.
func (*ListServiceInstancesReq) GetApplication ¶
func (x *ListServiceInstancesReq) GetApplication() string
func (*ListServiceInstancesReq) GetService ¶
func (x *ListServiceInstancesReq) GetService() string
func (*ListServiceInstancesReq) ProtoMessage ¶
func (*ListServiceInstancesReq) ProtoMessage()
func (*ListServiceInstancesReq) ProtoReflect ¶
func (x *ListServiceInstancesReq) ProtoReflect() protoreflect.Message
func (*ListServiceInstancesReq) Reset ¶
func (x *ListServiceInstancesReq) Reset()
func (*ListServiceInstancesReq) String ¶
func (x *ListServiceInstancesReq) String() string
func (*ListServiceInstancesReq) Validate ¶
func (m *ListServiceInstancesReq) Validate() error
Validate checks the field values on ListServiceInstancesReq 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 (*ListServiceInstancesReq) ValidateAll ¶
func (m *ListServiceInstancesReq) ValidateAll() error
ValidateAll checks the field values on ListServiceInstancesReq 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 ListServiceInstancesReqMultiError, or nil if none found.
type ListServiceInstancesReqMultiError ¶
type ListServiceInstancesReqMultiError []error
ListServiceInstancesReqMultiError is an error wrapping multiple validation errors returned by ListServiceInstancesReq.ValidateAll() if the designated constraints aren't met.
func (ListServiceInstancesReqMultiError) AllErrors ¶
func (m ListServiceInstancesReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServiceInstancesReqMultiError) Error ¶
func (m ListServiceInstancesReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServiceInstancesReqValidationError ¶
type ListServiceInstancesReqValidationError struct {
// contains filtered or unexported fields
}
ListServiceInstancesReqValidationError is the validation error returned by ListServiceInstancesReq.Validate if the designated constraints aren't met.
func (ListServiceInstancesReqValidationError) Cause ¶
func (e ListServiceInstancesReqValidationError) Cause() error
Cause function returns cause value.
func (ListServiceInstancesReqValidationError) Error ¶
func (e ListServiceInstancesReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListServiceInstancesReqValidationError) ErrorName ¶
func (e ListServiceInstancesReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListServiceInstancesReqValidationError) Field ¶
func (e ListServiceInstancesReqValidationError) Field() string
Field function returns field value.
func (ListServiceInstancesReqValidationError) Key ¶
func (e ListServiceInstancesReqValidationError) Key() bool
Key function returns key value.
func (ListServiceInstancesReqValidationError) Reason ¶
func (e ListServiceInstancesReqValidationError) Reason() string
Reason function returns reason value.
type ListServiceInstancesResp ¶
type ListServiceInstancesResp struct { ServiceInstances []*ServiceInstance `protobuf:"bytes,1,rep,name=service_instances,json=serviceInstances,proto3" json:"service_instances,omitempty"` // contains filtered or unexported fields }
func (*ListServiceInstancesResp) Descriptor
deprecated
func (*ListServiceInstancesResp) Descriptor() ([]byte, []int)
Deprecated: Use ListServiceInstancesResp.ProtoReflect.Descriptor instead.
func (*ListServiceInstancesResp) GetServiceInstances ¶
func (x *ListServiceInstancesResp) GetServiceInstances() []*ServiceInstance
func (*ListServiceInstancesResp) ProtoMessage ¶
func (*ListServiceInstancesResp) ProtoMessage()
func (*ListServiceInstancesResp) ProtoReflect ¶
func (x *ListServiceInstancesResp) ProtoReflect() protoreflect.Message
func (*ListServiceInstancesResp) Reset ¶
func (x *ListServiceInstancesResp) Reset()
func (*ListServiceInstancesResp) String ¶
func (x *ListServiceInstancesResp) String() string
func (*ListServiceInstancesResp) Validate ¶
func (m *ListServiceInstancesResp) Validate() error
Validate checks the field values on ListServiceInstancesResp 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 (*ListServiceInstancesResp) ValidateAll ¶
func (m *ListServiceInstancesResp) ValidateAll() error
ValidateAll checks the field values on ListServiceInstancesResp 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 ListServiceInstancesRespMultiError, or nil if none found.
type ListServiceInstancesRespMultiError ¶
type ListServiceInstancesRespMultiError []error
ListServiceInstancesRespMultiError is an error wrapping multiple validation errors returned by ListServiceInstancesResp.ValidateAll() if the designated constraints aren't met.
func (ListServiceInstancesRespMultiError) AllErrors ¶
func (m ListServiceInstancesRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServiceInstancesRespMultiError) Error ¶
func (m ListServiceInstancesRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServiceInstancesRespValidationError ¶
type ListServiceInstancesRespValidationError struct {
// contains filtered or unexported fields
}
ListServiceInstancesRespValidationError is the validation error returned by ListServiceInstancesResp.Validate if the designated constraints aren't met.
func (ListServiceInstancesRespValidationError) Cause ¶
func (e ListServiceInstancesRespValidationError) Cause() error
Cause function returns cause value.
func (ListServiceInstancesRespValidationError) Error ¶
func (e ListServiceInstancesRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListServiceInstancesRespValidationError) ErrorName ¶
func (e ListServiceInstancesRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListServiceInstancesRespValidationError) Field ¶
func (e ListServiceInstancesRespValidationError) Field() string
Field function returns field value.
func (ListServiceInstancesRespValidationError) Key ¶
func (e ListServiceInstancesRespValidationError) Key() bool
Key function returns key value.
func (ListServiceInstancesRespValidationError) Reason ¶
func (e ListServiceInstancesRespValidationError) Reason() string
Reason function returns reason value.
type ListServicesReq ¶
type ListServicesReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Detailed bool `protobuf:"varint,2,opt,name=detailed,proto3" json:"detailed,omitempty"` // if not set, only meta without version is returned // contains filtered or unexported fields }
func (*ListServicesReq) Descriptor
deprecated
func (*ListServicesReq) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesReq.ProtoReflect.Descriptor instead.
func (*ListServicesReq) GetApplication ¶
func (x *ListServicesReq) GetApplication() string
func (*ListServicesReq) GetDetailed ¶
func (x *ListServicesReq) GetDetailed() bool
func (*ListServicesReq) ProtoMessage ¶
func (*ListServicesReq) ProtoMessage()
func (*ListServicesReq) ProtoReflect ¶
func (x *ListServicesReq) ProtoReflect() protoreflect.Message
func (*ListServicesReq) Reset ¶
func (x *ListServicesReq) Reset()
func (*ListServicesReq) String ¶
func (x *ListServicesReq) String() string
func (*ListServicesReq) Validate ¶
func (m *ListServicesReq) Validate() error
Validate checks the field values on ListServicesReq 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 (*ListServicesReq) ValidateAll ¶
func (m *ListServicesReq) ValidateAll() error
ValidateAll checks the field values on ListServicesReq 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 ListServicesReqMultiError, or nil if none found.
type ListServicesReqMultiError ¶
type ListServicesReqMultiError []error
ListServicesReqMultiError is an error wrapping multiple validation errors returned by ListServicesReq.ValidateAll() if the designated constraints aren't met.
func (ListServicesReqMultiError) AllErrors ¶
func (m ListServicesReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServicesReqMultiError) Error ¶
func (m ListServicesReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServicesReqValidationError ¶
type ListServicesReqValidationError struct {
// contains filtered or unexported fields
}
ListServicesReqValidationError is the validation error returned by ListServicesReq.Validate if the designated constraints aren't met.
func (ListServicesReqValidationError) Cause ¶
func (e ListServicesReqValidationError) Cause() error
Cause function returns cause value.
func (ListServicesReqValidationError) Error ¶
func (e ListServicesReqValidationError) Error() string
Error satisfies the builtin error interface
func (ListServicesReqValidationError) ErrorName ¶
func (e ListServicesReqValidationError) ErrorName() string
ErrorName returns error name.
func (ListServicesReqValidationError) Field ¶
func (e ListServicesReqValidationError) Field() string
Field function returns field value.
func (ListServicesReqValidationError) Key ¶
func (e ListServicesReqValidationError) Key() bool
Key function returns key value.
func (ListServicesReqValidationError) Reason ¶
func (e ListServicesReqValidationError) Reason() string
Reason function returns reason value.
type ListServicesResp ¶
type ListServicesResp struct { Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*ListServicesResp) Descriptor
deprecated
func (*ListServicesResp) Descriptor() ([]byte, []int)
Deprecated: Use ListServicesResp.ProtoReflect.Descriptor instead.
func (*ListServicesResp) GetServices ¶
func (x *ListServicesResp) GetServices() []*Service
func (*ListServicesResp) ProtoMessage ¶
func (*ListServicesResp) ProtoMessage()
func (*ListServicesResp) ProtoReflect ¶
func (x *ListServicesResp) ProtoReflect() protoreflect.Message
func (*ListServicesResp) Reset ¶
func (x *ListServicesResp) Reset()
func (*ListServicesResp) String ¶
func (x *ListServicesResp) String() string
func (*ListServicesResp) Validate ¶
func (m *ListServicesResp) Validate() error
Validate checks the field values on ListServicesResp 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 (*ListServicesResp) ValidateAll ¶
func (m *ListServicesResp) ValidateAll() error
ValidateAll checks the field values on ListServicesResp 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 ListServicesRespMultiError, or nil if none found.
type ListServicesRespMultiError ¶
type ListServicesRespMultiError []error
ListServicesRespMultiError is an error wrapping multiple validation errors returned by ListServicesResp.ValidateAll() if the designated constraints aren't met.
func (ListServicesRespMultiError) AllErrors ¶
func (m ListServicesRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListServicesRespMultiError) Error ¶
func (m ListServicesRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListServicesRespValidationError ¶
type ListServicesRespValidationError struct {
// contains filtered or unexported fields
}
ListServicesRespValidationError is the validation error returned by ListServicesResp.Validate if the designated constraints aren't met.
func (ListServicesRespValidationError) Cause ¶
func (e ListServicesRespValidationError) Cause() error
Cause function returns cause value.
func (ListServicesRespValidationError) Error ¶
func (e ListServicesRespValidationError) Error() string
Error satisfies the builtin error interface
func (ListServicesRespValidationError) ErrorName ¶
func (e ListServicesRespValidationError) ErrorName() string
ErrorName returns error name.
func (ListServicesRespValidationError) Field ¶
func (e ListServicesRespValidationError) Field() string
Field function returns field value.
func (ListServicesRespValidationError) Key ¶
func (e ListServicesRespValidationError) Key() bool
Key function returns key value.
func (ListServicesRespValidationError) Reason ¶
func (e ListServicesRespValidationError) Reason() string
Reason function returns reason value.
type MetricAnalysis ¶
type MetricAnalysis struct { // Types that are assignable to AnalysisOneof: // // *MetricAnalysis_SuccessRate // *MetricAnalysis_LatencyP95 AnalysisOneof isMetricAnalysis_AnalysisOneof `protobuf_oneof:"analysis_oneof"` // contains filtered or unexported fields }
func (*MetricAnalysis) Descriptor
deprecated
func (*MetricAnalysis) Descriptor() ([]byte, []int)
Deprecated: Use MetricAnalysis.ProtoReflect.Descriptor instead.
func (*MetricAnalysis) GetAnalysisOneof ¶
func (m *MetricAnalysis) GetAnalysisOneof() isMetricAnalysis_AnalysisOneof
func (*MetricAnalysis) GetLatencyP95 ¶
func (x *MetricAnalysis) GetLatencyP95() *MetricAnalysis_LatencyConfig
func (*MetricAnalysis) GetSuccessRate ¶
func (x *MetricAnalysis) GetSuccessRate() *MetricAnalysis_SuccessRateConfig
func (*MetricAnalysis) ProtoMessage ¶
func (*MetricAnalysis) ProtoMessage()
func (*MetricAnalysis) ProtoReflect ¶
func (x *MetricAnalysis) ProtoReflect() protoreflect.Message
func (*MetricAnalysis) Reset ¶
func (x *MetricAnalysis) Reset()
func (*MetricAnalysis) String ¶
func (x *MetricAnalysis) String() string
func (*MetricAnalysis) Validate ¶
func (m *MetricAnalysis) Validate() error
Validate checks the field values on MetricAnalysis 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 (*MetricAnalysis) ValidateAll ¶
func (m *MetricAnalysis) ValidateAll() error
ValidateAll checks the field values on MetricAnalysis 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 MetricAnalysisMultiError, or nil if none found.
type MetricAnalysisMultiError ¶
type MetricAnalysisMultiError []error
MetricAnalysisMultiError is an error wrapping multiple validation errors returned by MetricAnalysis.ValidateAll() if the designated constraints aren't met.
func (MetricAnalysisMultiError) AllErrors ¶
func (m MetricAnalysisMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricAnalysisMultiError) Error ¶
func (m MetricAnalysisMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricAnalysisValidationError ¶
type MetricAnalysisValidationError struct {
// contains filtered or unexported fields
}
MetricAnalysisValidationError is the validation error returned by MetricAnalysis.Validate if the designated constraints aren't met.
func (MetricAnalysisValidationError) Cause ¶
func (e MetricAnalysisValidationError) Cause() error
Cause function returns cause value.
func (MetricAnalysisValidationError) Error ¶
func (e MetricAnalysisValidationError) Error() string
Error satisfies the builtin error interface
func (MetricAnalysisValidationError) ErrorName ¶
func (e MetricAnalysisValidationError) ErrorName() string
ErrorName returns error name.
func (MetricAnalysisValidationError) Field ¶
func (e MetricAnalysisValidationError) Field() string
Field function returns field value.
func (MetricAnalysisValidationError) Key ¶
func (e MetricAnalysisValidationError) Key() bool
Key function returns key value.
func (MetricAnalysisValidationError) Reason ¶
func (e MetricAnalysisValidationError) Reason() string
Reason function returns reason value.
type MetricAnalysis_LatencyConfig ¶
type MetricAnalysis_LatencyConfig struct { MaxLatency *durationpb.Duration `protobuf:"bytes,1,opt,name=max_latency,json=maxLatency,proto3" json:"max_latency,omitempty"` // contains filtered or unexported fields }
func (*MetricAnalysis_LatencyConfig) Descriptor
deprecated
func (*MetricAnalysis_LatencyConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetricAnalysis_LatencyConfig.ProtoReflect.Descriptor instead.
func (*MetricAnalysis_LatencyConfig) GetMaxLatency ¶
func (x *MetricAnalysis_LatencyConfig) GetMaxLatency() *durationpb.Duration
func (*MetricAnalysis_LatencyConfig) ProtoMessage ¶
func (*MetricAnalysis_LatencyConfig) ProtoMessage()
func (*MetricAnalysis_LatencyConfig) ProtoReflect ¶
func (x *MetricAnalysis_LatencyConfig) ProtoReflect() protoreflect.Message
func (*MetricAnalysis_LatencyConfig) Reset ¶
func (x *MetricAnalysis_LatencyConfig) Reset()
func (*MetricAnalysis_LatencyConfig) String ¶
func (x *MetricAnalysis_LatencyConfig) String() string
func (*MetricAnalysis_LatencyConfig) Validate ¶
func (m *MetricAnalysis_LatencyConfig) Validate() error
Validate checks the field values on MetricAnalysis_LatencyConfig 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 (*MetricAnalysis_LatencyConfig) ValidateAll ¶
func (m *MetricAnalysis_LatencyConfig) ValidateAll() error
ValidateAll checks the field values on MetricAnalysis_LatencyConfig 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 MetricAnalysis_LatencyConfigMultiError, or nil if none found.
type MetricAnalysis_LatencyConfigMultiError ¶
type MetricAnalysis_LatencyConfigMultiError []error
MetricAnalysis_LatencyConfigMultiError is an error wrapping multiple validation errors returned by MetricAnalysis_LatencyConfig.ValidateAll() if the designated constraints aren't met.
func (MetricAnalysis_LatencyConfigMultiError) AllErrors ¶
func (m MetricAnalysis_LatencyConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricAnalysis_LatencyConfigMultiError) Error ¶
func (m MetricAnalysis_LatencyConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricAnalysis_LatencyConfigValidationError ¶
type MetricAnalysis_LatencyConfigValidationError struct {
// contains filtered or unexported fields
}
MetricAnalysis_LatencyConfigValidationError is the validation error returned by MetricAnalysis_LatencyConfig.Validate if the designated constraints aren't met.
func (MetricAnalysis_LatencyConfigValidationError) Cause ¶
func (e MetricAnalysis_LatencyConfigValidationError) Cause() error
Cause function returns cause value.
func (MetricAnalysis_LatencyConfigValidationError) Error ¶
func (e MetricAnalysis_LatencyConfigValidationError) Error() string
Error satisfies the builtin error interface
func (MetricAnalysis_LatencyConfigValidationError) ErrorName ¶
func (e MetricAnalysis_LatencyConfigValidationError) ErrorName() string
ErrorName returns error name.
func (MetricAnalysis_LatencyConfigValidationError) Field ¶
func (e MetricAnalysis_LatencyConfigValidationError) Field() string
Field function returns field value.
func (MetricAnalysis_LatencyConfigValidationError) Key ¶
func (e MetricAnalysis_LatencyConfigValidationError) Key() bool
Key function returns key value.
func (MetricAnalysis_LatencyConfigValidationError) Reason ¶
func (e MetricAnalysis_LatencyConfigValidationError) Reason() string
Reason function returns reason value.
type MetricAnalysis_LatencyP95 ¶
type MetricAnalysis_LatencyP95 struct {
LatencyP95 *MetricAnalysis_LatencyConfig `protobuf:"bytes,3,opt,name=latency_p95,json=latencyP95,proto3,oneof"`
}
type MetricAnalysis_SuccessRate ¶
type MetricAnalysis_SuccessRate struct {
SuccessRate *MetricAnalysis_SuccessRateConfig `protobuf:"bytes,2,opt,name=success_rate,json=successRate,proto3,oneof"`
}
type MetricAnalysis_SuccessRateConfig ¶
type MetricAnalysis_SuccessRateConfig struct { MinThresholdPercent float64 `protobuf:"fixed64,1,opt,name=min_threshold_percent,json=minThresholdPercent,proto3" json:"min_threshold_percent,omitempty"` // contains filtered or unexported fields }
func (*MetricAnalysis_SuccessRateConfig) Descriptor
deprecated
func (*MetricAnalysis_SuccessRateConfig) Descriptor() ([]byte, []int)
Deprecated: Use MetricAnalysis_SuccessRateConfig.ProtoReflect.Descriptor instead.
func (*MetricAnalysis_SuccessRateConfig) GetMinThresholdPercent ¶
func (x *MetricAnalysis_SuccessRateConfig) GetMinThresholdPercent() float64
func (*MetricAnalysis_SuccessRateConfig) ProtoMessage ¶
func (*MetricAnalysis_SuccessRateConfig) ProtoMessage()
func (*MetricAnalysis_SuccessRateConfig) ProtoReflect ¶
func (x *MetricAnalysis_SuccessRateConfig) ProtoReflect() protoreflect.Message
func (*MetricAnalysis_SuccessRateConfig) Reset ¶
func (x *MetricAnalysis_SuccessRateConfig) Reset()
func (*MetricAnalysis_SuccessRateConfig) String ¶
func (x *MetricAnalysis_SuccessRateConfig) String() string
func (*MetricAnalysis_SuccessRateConfig) Validate ¶
func (m *MetricAnalysis_SuccessRateConfig) Validate() error
Validate checks the field values on MetricAnalysis_SuccessRateConfig 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 (*MetricAnalysis_SuccessRateConfig) ValidateAll ¶
func (m *MetricAnalysis_SuccessRateConfig) ValidateAll() error
ValidateAll checks the field values on MetricAnalysis_SuccessRateConfig 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 MetricAnalysis_SuccessRateConfigMultiError, or nil if none found.
type MetricAnalysis_SuccessRateConfigMultiError ¶
type MetricAnalysis_SuccessRateConfigMultiError []error
MetricAnalysis_SuccessRateConfigMultiError is an error wrapping multiple validation errors returned by MetricAnalysis_SuccessRateConfig.ValidateAll() if the designated constraints aren't met.
func (MetricAnalysis_SuccessRateConfigMultiError) AllErrors ¶
func (m MetricAnalysis_SuccessRateConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricAnalysis_SuccessRateConfigMultiError) Error ¶
func (m MetricAnalysis_SuccessRateConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricAnalysis_SuccessRateConfigValidationError ¶
type MetricAnalysis_SuccessRateConfigValidationError struct {
// contains filtered or unexported fields
}
MetricAnalysis_SuccessRateConfigValidationError is the validation error returned by MetricAnalysis_SuccessRateConfig.Validate if the designated constraints aren't met.
func (MetricAnalysis_SuccessRateConfigValidationError) Cause ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) Cause() error
Cause function returns cause value.
func (MetricAnalysis_SuccessRateConfigValidationError) Error ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) Error() string
Error satisfies the builtin error interface
func (MetricAnalysis_SuccessRateConfigValidationError) ErrorName ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) ErrorName() string
ErrorName returns error name.
func (MetricAnalysis_SuccessRateConfigValidationError) Field ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) Field() string
Field function returns field value.
func (MetricAnalysis_SuccessRateConfigValidationError) Key ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) Key() bool
Key function returns key value.
func (MetricAnalysis_SuccessRateConfigValidationError) Reason ¶
func (e MetricAnalysis_SuccessRateConfigValidationError) Reason() string
Reason function returns reason value.
type PerReleaseChannelConfig ¶
type PerReleaseChannelConfig struct { ReleaseChannel string `protobuf:"bytes,1,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` CustomHostnames []string `protobuf:"bytes,2,rep,name=custom_hostnames,json=customHostnames,proto3" json:"custom_hostnames,omitempty"` Programs []*common_config.PerReleaseChannelProgramConfig `protobuf:"bytes,5,rep,name=programs,proto3" json:"programs,omitempty"` Cert *Certificate `protobuf:"bytes,6,opt,name=cert,proto3" json:"cert,omitempty"` DeliveryConfig *delivery.DeliveryConfig `protobuf:"bytes,7,opt,name=delivery_config,json=deliveryConfig,proto3" json:"delivery_config,omitempty"` Volumes []*volumes.Volume `protobuf:"bytes,8,rep,name=volumes,proto3" json:"volumes,omitempty"` Replicas *ReplicasConfig `protobuf:"bytes,9,opt,name=replicas,proto3" json:"replicas,omitempty"` // DEPRECATED: Replace with delivery_extensions once its implemented. PrePushTasks []*TaskConfig `protobuf:"bytes,10,rep,name=pre_push_tasks,json=prePushTasks,proto3" json:"pre_push_tasks,omitempty"` DeliveryExtensions []*DeliveryExtensionConfig `protobuf:"bytes,18,rep,name=delivery_extensions,json=deliveryExtensions,proto3" json:"delivery_extensions,omitempty"` RuntimeSpecific *RuntimeSpecificConfig `protobuf:"bytes,11,opt,name=runtime_specific,json=runtimeSpecific,proto3" json:"runtime_specific,omitempty"` // which runtime connection to use in each release channel. // optional if only one runtime makes sense for the service config. RuntimeConnection string `protobuf:"bytes,17,opt,name=runtime_connection,json=runtimeConnection,proto3" json:"runtime_connection,omitempty"` // Types that are assignable to ConfigOneof: // // *PerReleaseChannelConfig_RuntimeExtension // *PerReleaseChannelConfig_KubernetesConfig // *PerReleaseChannelConfig_ExternalConfig // *PerReleaseChannelConfig_Helm ConfigOneof isPerReleaseChannelConfig_ConfigOneof `protobuf_oneof:"config_oneof"` // Additional env variables that are injected to the service. // This can be useful for injecting and/or overriding env variables from release channel // configs for Kubernetes and runtime extension configs. // Not supported for helm configs. Env map[string]*common_config.EnvValue `` /* 148-byte string literal not displayed */ // constants made available in template substitutions Constants []*common_config.Constant `protobuf:"bytes,20,rep,name=constants,proto3" json:"constants,omitempty"` Protections []*protection.ProtectionAttachmentConfig `protobuf:"bytes,21,rep,name=protections,proto3" json:"protections,omitempty"` // contains filtered or unexported fields }
func (*PerReleaseChannelConfig) Descriptor
deprecated
func (*PerReleaseChannelConfig) Descriptor() ([]byte, []int)
Deprecated: Use PerReleaseChannelConfig.ProtoReflect.Descriptor instead.
func (*PerReleaseChannelConfig) GetCert ¶
func (x *PerReleaseChannelConfig) GetCert() *Certificate
func (*PerReleaseChannelConfig) GetConfigOneof ¶
func (m *PerReleaseChannelConfig) GetConfigOneof() isPerReleaseChannelConfig_ConfigOneof
func (*PerReleaseChannelConfig) GetConstants ¶ added in v0.1.19
func (x *PerReleaseChannelConfig) GetConstants() []*common_config.Constant
func (*PerReleaseChannelConfig) GetCustomHostnames ¶
func (x *PerReleaseChannelConfig) GetCustomHostnames() []string
func (*PerReleaseChannelConfig) GetDeliveryConfig ¶
func (x *PerReleaseChannelConfig) GetDeliveryConfig() *delivery.DeliveryConfig
func (*PerReleaseChannelConfig) GetDeliveryExtensions ¶
func (x *PerReleaseChannelConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
func (*PerReleaseChannelConfig) GetEnv ¶ added in v0.1.19
func (x *PerReleaseChannelConfig) GetEnv() map[string]*common_config.EnvValue
func (*PerReleaseChannelConfig) GetExternalConfig ¶
func (x *PerReleaseChannelConfig) GetExternalConfig() *common_config.KubernetesConfig
func (*PerReleaseChannelConfig) GetHelm ¶
func (x *PerReleaseChannelConfig) GetHelm() *common_config.HelmConfig
func (*PerReleaseChannelConfig) GetKubernetesConfig ¶
func (x *PerReleaseChannelConfig) GetKubernetesConfig() *common_config.KubernetesConfig
func (*PerReleaseChannelConfig) GetPrePushTasks ¶
func (x *PerReleaseChannelConfig) GetPrePushTasks() []*TaskConfig
func (*PerReleaseChannelConfig) GetPrograms ¶
func (x *PerReleaseChannelConfig) GetPrograms() []*common_config.PerReleaseChannelProgramConfig
func (*PerReleaseChannelConfig) GetProtections ¶ added in v0.2.0
func (x *PerReleaseChannelConfig) GetProtections() []*protection.ProtectionAttachmentConfig
func (*PerReleaseChannelConfig) GetReleaseChannel ¶
func (x *PerReleaseChannelConfig) GetReleaseChannel() string
func (*PerReleaseChannelConfig) GetReplicas ¶
func (x *PerReleaseChannelConfig) GetReplicas() *ReplicasConfig
func (*PerReleaseChannelConfig) GetRuntimeConnection ¶
func (x *PerReleaseChannelConfig) GetRuntimeConnection() string
func (*PerReleaseChannelConfig) GetRuntimeExtension ¶
func (x *PerReleaseChannelConfig) GetRuntimeExtension() *RuntimeExtensionConfig
func (*PerReleaseChannelConfig) GetRuntimeSpecific ¶
func (x *PerReleaseChannelConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
func (*PerReleaseChannelConfig) GetVolumes ¶
func (x *PerReleaseChannelConfig) GetVolumes() []*volumes.Volume
func (*PerReleaseChannelConfig) ProtoMessage ¶
func (*PerReleaseChannelConfig) ProtoMessage()
func (*PerReleaseChannelConfig) ProtoReflect ¶
func (x *PerReleaseChannelConfig) ProtoReflect() protoreflect.Message
func (*PerReleaseChannelConfig) Reset ¶
func (x *PerReleaseChannelConfig) Reset()
func (*PerReleaseChannelConfig) String ¶
func (x *PerReleaseChannelConfig) String() string
func (*PerReleaseChannelConfig) Validate ¶
func (m *PerReleaseChannelConfig) Validate() error
Validate checks the field values on PerReleaseChannelConfig 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 (*PerReleaseChannelConfig) ValidateAll ¶
func (m *PerReleaseChannelConfig) ValidateAll() error
ValidateAll checks the field values on PerReleaseChannelConfig 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 PerReleaseChannelConfigMultiError, or nil if none found.
type PerReleaseChannelConfigMultiError ¶
type PerReleaseChannelConfigMultiError []error
PerReleaseChannelConfigMultiError is an error wrapping multiple validation errors returned by PerReleaseChannelConfig.ValidateAll() if the designated constraints aren't met.
func (PerReleaseChannelConfigMultiError) AllErrors ¶
func (m PerReleaseChannelConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PerReleaseChannelConfigMultiError) Error ¶
func (m PerReleaseChannelConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PerReleaseChannelConfigValidationError ¶
type PerReleaseChannelConfigValidationError struct {
// contains filtered or unexported fields
}
PerReleaseChannelConfigValidationError is the validation error returned by PerReleaseChannelConfig.Validate if the designated constraints aren't met.
func (PerReleaseChannelConfigValidationError) Cause ¶
func (e PerReleaseChannelConfigValidationError) Cause() error
Cause function returns cause value.
func (PerReleaseChannelConfigValidationError) Error ¶
func (e PerReleaseChannelConfigValidationError) Error() string
Error satisfies the builtin error interface
func (PerReleaseChannelConfigValidationError) ErrorName ¶
func (e PerReleaseChannelConfigValidationError) ErrorName() string
ErrorName returns error name.
func (PerReleaseChannelConfigValidationError) Field ¶
func (e PerReleaseChannelConfigValidationError) Field() string
Field function returns field value.
func (PerReleaseChannelConfigValidationError) Key ¶
func (e PerReleaseChannelConfigValidationError) Key() bool
Key function returns key value.
func (PerReleaseChannelConfigValidationError) Reason ¶
func (e PerReleaseChannelConfigValidationError) Reason() string
Reason function returns reason value.
type PerReleaseChannelConfig_ExternalConfig ¶
type PerReleaseChannelConfig_ExternalConfig struct { // deprecated, pass this as kubernetes_config instead ExternalConfig *common_config.KubernetesConfig `protobuf:"bytes,16,opt,name=external_config,json=externalConfig,proto3,oneof"` }
type PerReleaseChannelConfig_Helm ¶
type PerReleaseChannelConfig_Helm struct {
Helm *common_config.HelmConfig `protobuf:"bytes,15,opt,name=helm,proto3,oneof"`
}
type PerReleaseChannelConfig_KubernetesConfig ¶
type PerReleaseChannelConfig_KubernetesConfig struct {
KubernetesConfig *common_config.KubernetesConfig `protobuf:"bytes,14,opt,name=kubernetes_config,json=kubernetesConfig,proto3,oneof"`
}
type PerReleaseChannelConfig_RuntimeExtension ¶
type PerReleaseChannelConfig_RuntimeExtension struct {
RuntimeExtension *RuntimeExtensionConfig `protobuf:"bytes,13,opt,name=runtime_extension,json=runtimeExtension,proto3,oneof"`
}
type PerReleaseChannelParameterValues ¶
type PerReleaseChannelParameterValues struct { ReleaseChannel string `protobuf:"bytes,1,opt,name=release_channel,json=releaseChannel,proto3" json:"release_channel,omitempty"` Parameters []*common_config.ParameterValue `protobuf:"bytes,2,rep,name=parameters,proto3" json:"parameters,omitempty"` // contains filtered or unexported fields }
func (*PerReleaseChannelParameterValues) Descriptor
deprecated
func (*PerReleaseChannelParameterValues) Descriptor() ([]byte, []int)
Deprecated: Use PerReleaseChannelParameterValues.ProtoReflect.Descriptor instead.
func (*PerReleaseChannelParameterValues) GetParameters ¶
func (x *PerReleaseChannelParameterValues) GetParameters() []*common_config.ParameterValue
func (*PerReleaseChannelParameterValues) GetReleaseChannel ¶
func (x *PerReleaseChannelParameterValues) GetReleaseChannel() string
func (*PerReleaseChannelParameterValues) ProtoMessage ¶
func (*PerReleaseChannelParameterValues) ProtoMessage()
func (*PerReleaseChannelParameterValues) ProtoReflect ¶
func (x *PerReleaseChannelParameterValues) ProtoReflect() protoreflect.Message
func (*PerReleaseChannelParameterValues) Reset ¶
func (x *PerReleaseChannelParameterValues) Reset()
func (*PerReleaseChannelParameterValues) String ¶
func (x *PerReleaseChannelParameterValues) String() string
func (*PerReleaseChannelParameterValues) Validate ¶
func (m *PerReleaseChannelParameterValues) Validate() error
Validate checks the field values on PerReleaseChannelParameterValues 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 (*PerReleaseChannelParameterValues) ValidateAll ¶
func (m *PerReleaseChannelParameterValues) ValidateAll() error
ValidateAll checks the field values on PerReleaseChannelParameterValues 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 PerReleaseChannelParameterValuesMultiError, or nil if none found.
type PerReleaseChannelParameterValuesMultiError ¶
type PerReleaseChannelParameterValuesMultiError []error
PerReleaseChannelParameterValuesMultiError is an error wrapping multiple validation errors returned by PerReleaseChannelParameterValues.ValidateAll() if the designated constraints aren't met.
func (PerReleaseChannelParameterValuesMultiError) AllErrors ¶
func (m PerReleaseChannelParameterValuesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PerReleaseChannelParameterValuesMultiError) Error ¶
func (m PerReleaseChannelParameterValuesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PerReleaseChannelParameterValuesValidationError ¶
type PerReleaseChannelParameterValuesValidationError struct {
// contains filtered or unexported fields
}
PerReleaseChannelParameterValuesValidationError is the validation error returned by PerReleaseChannelParameterValues.Validate if the designated constraints aren't met.
func (PerReleaseChannelParameterValuesValidationError) Cause ¶
func (e PerReleaseChannelParameterValuesValidationError) Cause() error
Cause function returns cause value.
func (PerReleaseChannelParameterValuesValidationError) Error ¶
func (e PerReleaseChannelParameterValuesValidationError) Error() string
Error satisfies the builtin error interface
func (PerReleaseChannelParameterValuesValidationError) ErrorName ¶
func (e PerReleaseChannelParameterValuesValidationError) ErrorName() string
ErrorName returns error name.
func (PerReleaseChannelParameterValuesValidationError) Field ¶
func (e PerReleaseChannelParameterValuesValidationError) Field() string
Field function returns field value.
func (PerReleaseChannelParameterValuesValidationError) Key ¶
func (e PerReleaseChannelParameterValuesValidationError) Key() bool
Key function returns key value.
func (PerReleaseChannelParameterValuesValidationError) Reason ¶
func (e PerReleaseChannelParameterValuesValidationError) Reason() string
Reason function returns reason value.
type ProgramReference ¶
type ProgramReference struct { // Types that are assignable to Ref: // // *ProgramReference_Name Ref isProgramReference_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*ProgramReference) Descriptor
deprecated
func (*ProgramReference) Descriptor() ([]byte, []int)
Deprecated: Use ProgramReference.ProtoReflect.Descriptor instead.
func (*ProgramReference) GetName ¶
func (x *ProgramReference) GetName() string
func (*ProgramReference) GetRef ¶
func (m *ProgramReference) GetRef() isProgramReference_Ref
func (*ProgramReference) ProtoMessage ¶
func (*ProgramReference) ProtoMessage()
func (*ProgramReference) ProtoReflect ¶
func (x *ProgramReference) ProtoReflect() protoreflect.Message
func (*ProgramReference) Reset ¶
func (x *ProgramReference) Reset()
func (*ProgramReference) String ¶
func (x *ProgramReference) String() string
func (*ProgramReference) Validate ¶
func (m *ProgramReference) Validate() error
Validate checks the field values on ProgramReference 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 (*ProgramReference) ValidateAll ¶
func (m *ProgramReference) ValidateAll() error
ValidateAll checks the field values on ProgramReference 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 ProgramReferenceMultiError, or nil if none found.
type ProgramReferenceMultiError ¶
type ProgramReferenceMultiError []error
ProgramReferenceMultiError is an error wrapping multiple validation errors returned by ProgramReference.ValidateAll() if the designated constraints aren't met.
func (ProgramReferenceMultiError) AllErrors ¶
func (m ProgramReferenceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProgramReferenceMultiError) Error ¶
func (m ProgramReferenceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProgramReferenceValidationError ¶
type ProgramReferenceValidationError struct {
// contains filtered or unexported fields
}
ProgramReferenceValidationError is the validation error returned by ProgramReference.Validate if the designated constraints aren't met.
func (ProgramReferenceValidationError) Cause ¶
func (e ProgramReferenceValidationError) Cause() error
Cause function returns cause value.
func (ProgramReferenceValidationError) Error ¶
func (e ProgramReferenceValidationError) Error() string
Error satisfies the builtin error interface
func (ProgramReferenceValidationError) ErrorName ¶
func (e ProgramReferenceValidationError) ErrorName() string
ErrorName returns error name.
func (ProgramReferenceValidationError) Field ¶
func (e ProgramReferenceValidationError) Field() string
Field function returns field value.
func (ProgramReferenceValidationError) Key ¶
func (e ProgramReferenceValidationError) Key() bool
Key function returns key value.
func (ProgramReferenceValidationError) Reason ¶
func (e ProgramReferenceValidationError) Reason() string
Reason function returns reason value.
type ProgramReference_Name ¶
type ProgramReference_Name struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3,oneof"`
}
type ProtectionLink ¶
type ProtectionLink struct { Lifecycle *protection.ProtectionLifecycle `protobuf:"bytes,3,opt,name=lifecycle,proto3" json:"lifecycle,omitempty"` AttachmentId string `protobuf:"bytes,4,opt,name=attachment_id,json=attachmentId,proto3" json:"attachment_id,omitempty"` // contains filtered or unexported fields }
func (*ProtectionLink) Descriptor
deprecated
func (*ProtectionLink) Descriptor() ([]byte, []int)
Deprecated: Use ProtectionLink.ProtoReflect.Descriptor instead.
func (*ProtectionLink) GetAttachmentId ¶
func (x *ProtectionLink) GetAttachmentId() string
func (*ProtectionLink) GetLifecycle ¶
func (x *ProtectionLink) GetLifecycle() *protection.ProtectionLifecycle
func (*ProtectionLink) ProtoMessage ¶
func (*ProtectionLink) ProtoMessage()
func (*ProtectionLink) ProtoReflect ¶
func (x *ProtectionLink) ProtoReflect() protoreflect.Message
func (*ProtectionLink) Reset ¶
func (x *ProtectionLink) Reset()
func (*ProtectionLink) String ¶
func (x *ProtectionLink) String() string
func (*ProtectionLink) Validate ¶
func (m *ProtectionLink) Validate() error
Validate checks the field values on ProtectionLink 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 (*ProtectionLink) ValidateAll ¶
func (m *ProtectionLink) ValidateAll() error
ValidateAll checks the field values on ProtectionLink 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 ProtectionLinkMultiError, or nil if none found.
type ProtectionLinkMultiError ¶
type ProtectionLinkMultiError []error
ProtectionLinkMultiError is an error wrapping multiple validation errors returned by ProtectionLink.ValidateAll() if the designated constraints aren't met.
func (ProtectionLinkMultiError) AllErrors ¶
func (m ProtectionLinkMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProtectionLinkMultiError) Error ¶
func (m ProtectionLinkMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProtectionLinkValidationError ¶
type ProtectionLinkValidationError struct {
// contains filtered or unexported fields
}
ProtectionLinkValidationError is the validation error returned by ProtectionLink.Validate if the designated constraints aren't met.
func (ProtectionLinkValidationError) Cause ¶
func (e ProtectionLinkValidationError) Cause() error
Cause function returns cause value.
func (ProtectionLinkValidationError) Error ¶
func (e ProtectionLinkValidationError) Error() string
Error satisfies the builtin error interface
func (ProtectionLinkValidationError) ErrorName ¶
func (e ProtectionLinkValidationError) ErrorName() string
ErrorName returns error name.
func (ProtectionLinkValidationError) Field ¶
func (e ProtectionLinkValidationError) Field() string
Field function returns field value.
func (ProtectionLinkValidationError) Key ¶
func (e ProtectionLinkValidationError) Key() bool
Key function returns key value.
func (ProtectionLinkValidationError) Reason ¶
func (e ProtectionLinkValidationError) Reason() string
Reason function returns reason value.
type ReleaseStrategyConfig ¶
type ReleaseStrategyConfig struct { IndividualStageDeadline *durationpb.Duration `` // deadline in each stage before the push is rolled back. Includes the time it takes for pods to be healthy. Defaults to 10 minutes. /* 132-byte string literal not displayed */ AutomatedTestingDuration *durationpb.Duration `` // duration of the automated testing phase, before manual approval. Defaults to 30m. /* 135-byte string literal not displayed */ MetricsAnalysis []*MetricAnalysis `protobuf:"bytes,3,rep,name=metrics_analysis,json=metricsAnalysis,proto3" json:"metrics_analysis,omitempty"` ManualApproval bool `protobuf:"varint,4,opt,name=manual_approval,json=manualApproval,proto3" json:"manual_approval,omitempty"` // advanced settings that do not typically need to be set. Exposed mainly for testing purposes. CheckInterval *durationpb.Duration `protobuf:"bytes,5,opt,name=check_interval,json=checkInterval,proto3" json:"check_interval,omitempty"` // defaults to 30s FailureThreshold int32 `protobuf:"varint,6,opt,name=failure_threshold,json=failureThreshold,proto3" json:"failure_threshold,omitempty"` // defaults to 5 // contains filtered or unexported fields }
func (*ReleaseStrategyConfig) Descriptor
deprecated
func (*ReleaseStrategyConfig) Descriptor() ([]byte, []int)
Deprecated: Use ReleaseStrategyConfig.ProtoReflect.Descriptor instead.
func (*ReleaseStrategyConfig) GetAutomatedTestingDuration ¶
func (x *ReleaseStrategyConfig) GetAutomatedTestingDuration() *durationpb.Duration
func (*ReleaseStrategyConfig) GetCheckInterval ¶
func (x *ReleaseStrategyConfig) GetCheckInterval() *durationpb.Duration
func (*ReleaseStrategyConfig) GetFailureThreshold ¶
func (x *ReleaseStrategyConfig) GetFailureThreshold() int32
func (*ReleaseStrategyConfig) GetIndividualStageDeadline ¶
func (x *ReleaseStrategyConfig) GetIndividualStageDeadline() *durationpb.Duration
func (*ReleaseStrategyConfig) GetManualApproval ¶
func (x *ReleaseStrategyConfig) GetManualApproval() bool
func (*ReleaseStrategyConfig) GetMetricsAnalysis ¶
func (x *ReleaseStrategyConfig) GetMetricsAnalysis() []*MetricAnalysis
func (*ReleaseStrategyConfig) ProtoMessage ¶
func (*ReleaseStrategyConfig) ProtoMessage()
func (*ReleaseStrategyConfig) ProtoReflect ¶
func (x *ReleaseStrategyConfig) ProtoReflect() protoreflect.Message
func (*ReleaseStrategyConfig) Reset ¶
func (x *ReleaseStrategyConfig) Reset()
func (*ReleaseStrategyConfig) String ¶
func (x *ReleaseStrategyConfig) String() string
func (*ReleaseStrategyConfig) Validate ¶
func (m *ReleaseStrategyConfig) Validate() error
Validate checks the field values on ReleaseStrategyConfig 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 (*ReleaseStrategyConfig) ValidateAll ¶
func (m *ReleaseStrategyConfig) ValidateAll() error
ValidateAll checks the field values on ReleaseStrategyConfig 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 ReleaseStrategyConfigMultiError, or nil if none found.
type ReleaseStrategyConfigMultiError ¶
type ReleaseStrategyConfigMultiError []error
ReleaseStrategyConfigMultiError is an error wrapping multiple validation errors returned by ReleaseStrategyConfig.ValidateAll() if the designated constraints aren't met.
func (ReleaseStrategyConfigMultiError) AllErrors ¶
func (m ReleaseStrategyConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReleaseStrategyConfigMultiError) Error ¶
func (m ReleaseStrategyConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReleaseStrategyConfigValidationError ¶
type ReleaseStrategyConfigValidationError struct {
// contains filtered or unexported fields
}
ReleaseStrategyConfigValidationError is the validation error returned by ReleaseStrategyConfig.Validate if the designated constraints aren't met.
func (ReleaseStrategyConfigValidationError) Cause ¶
func (e ReleaseStrategyConfigValidationError) Cause() error
Cause function returns cause value.
func (ReleaseStrategyConfigValidationError) Error ¶
func (e ReleaseStrategyConfigValidationError) Error() string
Error satisfies the builtin error interface
func (ReleaseStrategyConfigValidationError) ErrorName ¶
func (e ReleaseStrategyConfigValidationError) ErrorName() string
ErrorName returns error name.
func (ReleaseStrategyConfigValidationError) Field ¶
func (e ReleaseStrategyConfigValidationError) Field() string
Field function returns field value.
func (ReleaseStrategyConfigValidationError) Key ¶
func (e ReleaseStrategyConfigValidationError) Key() bool
Key function returns key value.
func (ReleaseStrategyConfigValidationError) Reason ¶
func (e ReleaseStrategyConfigValidationError) Reason() string
Reason function returns reason value.
type ReplicasConfig ¶
type ReplicasConfig struct { // Types that are assignable to ConfigOneof: // // *ReplicasConfig_Fixed ConfigOneof isReplicasConfig_ConfigOneof `protobuf_oneof:"config_oneof"` // contains filtered or unexported fields }
func (*ReplicasConfig) Descriptor
deprecated
func (*ReplicasConfig) Descriptor() ([]byte, []int)
Deprecated: Use ReplicasConfig.ProtoReflect.Descriptor instead.
func (*ReplicasConfig) GetConfigOneof ¶
func (m *ReplicasConfig) GetConfigOneof() isReplicasConfig_ConfigOneof
func (*ReplicasConfig) GetFixed ¶
func (x *ReplicasConfig) GetFixed() int32
func (*ReplicasConfig) ProtoMessage ¶
func (*ReplicasConfig) ProtoMessage()
func (*ReplicasConfig) ProtoReflect ¶
func (x *ReplicasConfig) ProtoReflect() protoreflect.Message
func (*ReplicasConfig) Reset ¶
func (x *ReplicasConfig) Reset()
func (*ReplicasConfig) String ¶
func (x *ReplicasConfig) String() string
func (*ReplicasConfig) Validate ¶
func (m *ReplicasConfig) Validate() error
Validate checks the field values on ReplicasConfig 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 (*ReplicasConfig) ValidateAll ¶
func (m *ReplicasConfig) ValidateAll() error
ValidateAll checks the field values on ReplicasConfig 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 ReplicasConfigMultiError, or nil if none found.
type ReplicasConfigMultiError ¶
type ReplicasConfigMultiError []error
ReplicasConfigMultiError is an error wrapping multiple validation errors returned by ReplicasConfig.ValidateAll() if the designated constraints aren't met.
func (ReplicasConfigMultiError) AllErrors ¶
func (m ReplicasConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReplicasConfigMultiError) Error ¶
func (m ReplicasConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReplicasConfigValidationError ¶
type ReplicasConfigValidationError struct {
// contains filtered or unexported fields
}
ReplicasConfigValidationError is the validation error returned by ReplicasConfig.Validate if the designated constraints aren't met.
func (ReplicasConfigValidationError) Cause ¶
func (e ReplicasConfigValidationError) Cause() error
Cause function returns cause value.
func (ReplicasConfigValidationError) Error ¶
func (e ReplicasConfigValidationError) Error() string
Error satisfies the builtin error interface
func (ReplicasConfigValidationError) ErrorName ¶
func (e ReplicasConfigValidationError) ErrorName() string
ErrorName returns error name.
func (ReplicasConfigValidationError) Field ¶
func (e ReplicasConfigValidationError) Field() string
Field function returns field value.
func (ReplicasConfigValidationError) Key ¶
func (e ReplicasConfigValidationError) Key() bool
Key function returns key value.
func (ReplicasConfigValidationError) Reason ¶
func (e ReplicasConfigValidationError) Reason() string
Reason function returns reason value.
type ReplicasConfig_Fixed ¶
type ReplicasConfig_Fixed struct { // no validations, server side has defaults Fixed int32 `protobuf:"varint,1,opt,name=fixed,proto3,oneof"` }
type RuntimeExtensionConfig ¶
type RuntimeExtensionConfig struct { ParameterValues []*common_config.ParameterValue `protobuf:"bytes,1,rep,name=parameter_values,json=parameterValues,proto3" json:"parameter_values,omitempty"` // contains filtered or unexported fields }
func (*RuntimeExtensionConfig) Descriptor
deprecated
func (*RuntimeExtensionConfig) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeExtensionConfig.ProtoReflect.Descriptor instead.
func (*RuntimeExtensionConfig) GetParameterValues ¶
func (x *RuntimeExtensionConfig) GetParameterValues() []*common_config.ParameterValue
func (*RuntimeExtensionConfig) ProtoMessage ¶
func (*RuntimeExtensionConfig) ProtoMessage()
func (*RuntimeExtensionConfig) ProtoReflect ¶
func (x *RuntimeExtensionConfig) ProtoReflect() protoreflect.Message
func (*RuntimeExtensionConfig) Reset ¶
func (x *RuntimeExtensionConfig) Reset()
func (*RuntimeExtensionConfig) String ¶
func (x *RuntimeExtensionConfig) String() string
func (*RuntimeExtensionConfig) Validate ¶
func (m *RuntimeExtensionConfig) Validate() error
Validate checks the field values on RuntimeExtensionConfig 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 (*RuntimeExtensionConfig) ValidateAll ¶
func (m *RuntimeExtensionConfig) ValidateAll() error
ValidateAll checks the field values on RuntimeExtensionConfig 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 RuntimeExtensionConfigMultiError, or nil if none found.
type RuntimeExtensionConfigMultiError ¶
type RuntimeExtensionConfigMultiError []error
RuntimeExtensionConfigMultiError is an error wrapping multiple validation errors returned by RuntimeExtensionConfig.ValidateAll() if the designated constraints aren't met.
func (RuntimeExtensionConfigMultiError) AllErrors ¶
func (m RuntimeExtensionConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RuntimeExtensionConfigMultiError) Error ¶
func (m RuntimeExtensionConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RuntimeExtensionConfigValidationError ¶
type RuntimeExtensionConfigValidationError struct {
// contains filtered or unexported fields
}
RuntimeExtensionConfigValidationError is the validation error returned by RuntimeExtensionConfig.Validate if the designated constraints aren't met.
func (RuntimeExtensionConfigValidationError) Cause ¶
func (e RuntimeExtensionConfigValidationError) Cause() error
Cause function returns cause value.
func (RuntimeExtensionConfigValidationError) Error ¶
func (e RuntimeExtensionConfigValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeExtensionConfigValidationError) ErrorName ¶
func (e RuntimeExtensionConfigValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeExtensionConfigValidationError) Field ¶
func (e RuntimeExtensionConfigValidationError) Field() string
Field function returns field value.
func (RuntimeExtensionConfigValidationError) Key ¶
func (e RuntimeExtensionConfigValidationError) Key() bool
Key function returns key value.
func (RuntimeExtensionConfigValidationError) Reason ¶
func (e RuntimeExtensionConfigValidationError) Reason() string
Reason function returns reason value.
type RuntimeSpecificConfig ¶
type RuntimeSpecificConfig struct { // Types that are assignable to RuntimeConfig: // // *RuntimeSpecificConfig_K8S RuntimeConfig isRuntimeSpecificConfig_RuntimeConfig `protobuf_oneof:"runtime_config"` // contains filtered or unexported fields }
RuntimeSpecificConfig contains Service level configuration options that only make sense for a specific Runtime type. Configuration added here should only apply to a single Service; if the Runtime specific configuration relates to all services, it should be configured as at the Runtime cluster level (or as a runtime extension).
func (*RuntimeSpecificConfig) Descriptor
deprecated
func (*RuntimeSpecificConfig) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeSpecificConfig.ProtoReflect.Descriptor instead.
func (*RuntimeSpecificConfig) GetK8S ¶
func (x *RuntimeSpecificConfig) GetK8S() *RuntimeSpecificConfig_K8SConfig
func (*RuntimeSpecificConfig) GetRuntimeConfig ¶
func (m *RuntimeSpecificConfig) GetRuntimeConfig() isRuntimeSpecificConfig_RuntimeConfig
func (*RuntimeSpecificConfig) ProtoMessage ¶
func (*RuntimeSpecificConfig) ProtoMessage()
func (*RuntimeSpecificConfig) ProtoReflect ¶
func (x *RuntimeSpecificConfig) ProtoReflect() protoreflect.Message
func (*RuntimeSpecificConfig) Reset ¶
func (x *RuntimeSpecificConfig) Reset()
func (*RuntimeSpecificConfig) String ¶
func (x *RuntimeSpecificConfig) String() string
func (*RuntimeSpecificConfig) Validate ¶
func (m *RuntimeSpecificConfig) Validate() error
Validate checks the field values on RuntimeSpecificConfig 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 (*RuntimeSpecificConfig) ValidateAll ¶
func (m *RuntimeSpecificConfig) ValidateAll() error
ValidateAll checks the field values on RuntimeSpecificConfig 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 RuntimeSpecificConfigMultiError, or nil if none found.
type RuntimeSpecificConfigMultiError ¶
type RuntimeSpecificConfigMultiError []error
RuntimeSpecificConfigMultiError is an error wrapping multiple validation errors returned by RuntimeSpecificConfig.ValidateAll() if the designated constraints aren't met.
func (RuntimeSpecificConfigMultiError) AllErrors ¶
func (m RuntimeSpecificConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RuntimeSpecificConfigMultiError) Error ¶
func (m RuntimeSpecificConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RuntimeSpecificConfigValidationError ¶
type RuntimeSpecificConfigValidationError struct {
// contains filtered or unexported fields
}
RuntimeSpecificConfigValidationError is the validation error returned by RuntimeSpecificConfig.Validate if the designated constraints aren't met.
func (RuntimeSpecificConfigValidationError) Cause ¶
func (e RuntimeSpecificConfigValidationError) Cause() error
Cause function returns cause value.
func (RuntimeSpecificConfigValidationError) Error ¶
func (e RuntimeSpecificConfigValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeSpecificConfigValidationError) ErrorName ¶
func (e RuntimeSpecificConfigValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeSpecificConfigValidationError) Field ¶
func (e RuntimeSpecificConfigValidationError) Field() string
Field function returns field value.
func (RuntimeSpecificConfigValidationError) Key ¶
func (e RuntimeSpecificConfigValidationError) Key() bool
Key function returns key value.
func (RuntimeSpecificConfigValidationError) Reason ¶
func (e RuntimeSpecificConfigValidationError) Reason() string
Reason function returns reason value.
type RuntimeSpecificConfig_K8S ¶
type RuntimeSpecificConfig_K8S struct {
K8S *RuntimeSpecificConfig_K8SConfig `protobuf:"bytes,1,opt,name=k8s,proto3,oneof"`
}
type RuntimeSpecificConfig_K8SConfig ¶
type RuntimeSpecificConfig_K8SConfig struct { // Annotations to add to the Kubernetes Service object ServiceAnnotations map[string]string `` /* 203-byte string literal not displayed */ // contains filtered or unexported fields }
func (*RuntimeSpecificConfig_K8SConfig) Descriptor
deprecated
func (*RuntimeSpecificConfig_K8SConfig) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeSpecificConfig_K8SConfig.ProtoReflect.Descriptor instead.
func (*RuntimeSpecificConfig_K8SConfig) GetServiceAnnotations ¶
func (x *RuntimeSpecificConfig_K8SConfig) GetServiceAnnotations() map[string]string
func (*RuntimeSpecificConfig_K8SConfig) ProtoMessage ¶
func (*RuntimeSpecificConfig_K8SConfig) ProtoMessage()
func (*RuntimeSpecificConfig_K8SConfig) ProtoReflect ¶
func (x *RuntimeSpecificConfig_K8SConfig) ProtoReflect() protoreflect.Message
func (*RuntimeSpecificConfig_K8SConfig) Reset ¶
func (x *RuntimeSpecificConfig_K8SConfig) Reset()
func (*RuntimeSpecificConfig_K8SConfig) String ¶
func (x *RuntimeSpecificConfig_K8SConfig) String() string
func (*RuntimeSpecificConfig_K8SConfig) Validate ¶
func (m *RuntimeSpecificConfig_K8SConfig) Validate() error
Validate checks the field values on RuntimeSpecificConfig_K8SConfig 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 (*RuntimeSpecificConfig_K8SConfig) ValidateAll ¶
func (m *RuntimeSpecificConfig_K8SConfig) ValidateAll() error
ValidateAll checks the field values on RuntimeSpecificConfig_K8SConfig 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 RuntimeSpecificConfig_K8SConfigMultiError, or nil if none found.
type RuntimeSpecificConfig_K8SConfigMultiError ¶
type RuntimeSpecificConfig_K8SConfigMultiError []error
RuntimeSpecificConfig_K8SConfigMultiError is an error wrapping multiple validation errors returned by RuntimeSpecificConfig_K8SConfig.ValidateAll() if the designated constraints aren't met.
func (RuntimeSpecificConfig_K8SConfigMultiError) AllErrors ¶
func (m RuntimeSpecificConfig_K8SConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RuntimeSpecificConfig_K8SConfigMultiError) Error ¶
func (m RuntimeSpecificConfig_K8SConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RuntimeSpecificConfig_K8SConfigValidationError ¶
type RuntimeSpecificConfig_K8SConfigValidationError struct {
// contains filtered or unexported fields
}
RuntimeSpecificConfig_K8SConfigValidationError is the validation error returned by RuntimeSpecificConfig_K8SConfig.Validate if the designated constraints aren't met.
func (RuntimeSpecificConfig_K8SConfigValidationError) Cause ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) Cause() error
Cause function returns cause value.
func (RuntimeSpecificConfig_K8SConfigValidationError) Error ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeSpecificConfig_K8SConfigValidationError) ErrorName ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeSpecificConfig_K8SConfigValidationError) Field ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) Field() string
Field function returns field value.
func (RuntimeSpecificConfig_K8SConfigValidationError) Key ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) Key() bool
Key function returns key value.
func (RuntimeSpecificConfig_K8SConfigValidationError) Reason ¶
func (e RuntimeSpecificConfig_K8SConfigValidationError) Reason() string
Reason function returns reason value.
type Service ¶
type Service struct { Meta *object.ObjectMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Config *ServiceConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` State *ServiceState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` UserMetadata *ServiceUserMetadata `protobuf:"bytes,4,opt,name=user_metadata,json=userMetadata,proto3" json:"user_metadata,omitempty"` // contains filtered or unexported fields }
func (*Service) Descriptor
deprecated
func (*Service) GetConfig ¶
func (x *Service) GetConfig() *ServiceConfig
func (*Service) GetMeta ¶
func (x *Service) GetMeta() *object.ObjectMeta
func (*Service) GetState ¶
func (x *Service) GetState() *ServiceState
func (*Service) GetUserMetadata ¶
func (x *Service) GetUserMetadata() *ServiceUserMetadata
func (*Service) ProtoMessage ¶
func (*Service) ProtoMessage()
func (*Service) ProtoReflect ¶
func (x *Service) ProtoReflect() protoreflect.Message
func (*Service) Validate ¶
Validate checks the field values on Service 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 (*Service) ValidateAll ¶
ValidateAll checks the field values on Service 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 ServiceMultiError, or nil if none found.
type ServiceConfig ¶
type ServiceConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Application string `protobuf:"bytes,20,opt,name=application,proto3" json:"application,omitempty"` Programs []*common_config.ProgramConfig `protobuf:"bytes,2,rep,name=programs,proto3" json:"programs,omitempty"` Replicas *ReplicasConfig `protobuf:"bytes,4,opt,name=replicas,proto3" json:"replicas,omitempty"` ReleaseStrategy *ReleaseStrategyConfig `protobuf:"bytes,5,opt,name=release_strategy,json=releaseStrategy,proto3" json:"release_strategy,omitempty"` PerReleaseChannel []*PerReleaseChannelConfig `protobuf:"bytes,9,rep,name=per_release_channel,json=perReleaseChannel,proto3" json:"per_release_channel,omitempty"` Capabilities []*CapabilityReference `protobuf:"bytes,10,rep,name=capabilities,proto3" json:"capabilities,omitempty"` DeliveryConfig *delivery.DeliveryConfig `protobuf:"bytes,11,opt,name=delivery_config,json=deliveryConfig,proto3" json:"delivery_config,omitempty"` Volumes []*volumes.Volume `protobuf:"bytes,12,rep,name=volumes,proto3" json:"volumes,omitempty"` DeployAnnotations *workflow.AnnotationsConfig `protobuf:"bytes,13,opt,name=deploy_annotations,json=deployAnnotations,proto3" json:"deploy_annotations,omitempty"` // DEPRECATED: Replace with delivery_extensions once its implemented. PrePushTasks []*TaskConfig `protobuf:"bytes,15,rep,name=pre_push_tasks,json=prePushTasks,proto3" json:"pre_push_tasks,omitempty"` DeliveryExtensions []*DeliveryExtensionConfig `protobuf:"bytes,29,rep,name=delivery_extensions,json=deliveryExtensions,proto3" json:"delivery_extensions,omitempty"` DeliveryExtensionInstances []*DeliveryExtensionInstance `` /* 142-byte string literal not displayed */ RuntimeSpecific *RuntimeSpecificConfig `protobuf:"bytes,16,opt,name=runtime_specific,json=runtimeSpecific,proto3" json:"runtime_specific,omitempty"` // which runtime connection to use in each release channel. // optional if only one runtime makes sense for the service config. RuntimeConnection string `protobuf:"bytes,28,opt,name=runtime_connection,json=runtimeConnection,proto3" json:"runtime_connection,omitempty"` Parameters []*common_config.ParameterDefinition `protobuf:"bytes,21,rep,name=parameters,proto3" json:"parameters,omitempty"` // only valid to set in compiled configs by Prodvana ParameterValues *ServiceParameterValues `protobuf:"bytes,22,opt,name=parameter_values,json=parameterValues,proto3" json:"parameter_values,omitempty"` // constants made available in template substitutions Constants []*common_config.Constant `protobuf:"bytes,33,rep,name=constants,proto3" json:"constants,omitempty"` // how long to wait before marking deployment as failed ProgressDeadline *durationpb.Duration `protobuf:"bytes,24,opt,name=progress_deadline,json=progressDeadline,proto3" json:"progress_deadline,omitempty"` // Types that are assignable to ConfigOneof: // // *ServiceConfig_RuntimeExtension // *ServiceConfig_KubernetesConfig // *ServiceConfig_ExternalConfig // *ServiceConfig_Helm ConfigOneof isServiceConfig_ConfigOneof `protobuf_oneof:"config_oneof"` // How to autogenerate parameters, defaults to IMAGE ParametersAutogen ServiceConfig_ParametersAutogen `` /* 168-byte string literal not displayed */ AutoRollback *AutoRollbackConfig `protobuf:"bytes,25,opt,name=auto_rollback,json=autoRollback,proto3" json:"auto_rollback,omitempty"` // if set, do not attempt to delete the underlying runtime objects when deleting a service NoCleanupOnDelete bool `protobuf:"varint,31,opt,name=no_cleanup_on_delete,json=noCleanupOnDelete,proto3" json:"no_cleanup_on_delete,omitempty"` // Additional env variables that are injected to the service. // This can be useful for injecting and/or overriding env variables from release channel // configs for Kubernetes and runtime extension configs. // Not supported for helm configs. Env map[string]*common_config.EnvValue `` /* 148-byte string literal not displayed */ // internal use AsyncSetDesiredState bool `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ServiceConfig) Descriptor
deprecated
func (*ServiceConfig) Descriptor() ([]byte, []int)
Deprecated: Use ServiceConfig.ProtoReflect.Descriptor instead.
func (*ServiceConfig) GetApplication ¶
func (x *ServiceConfig) GetApplication() string
func (*ServiceConfig) GetAsyncSetDesiredState ¶ added in v0.2.18
func (x *ServiceConfig) GetAsyncSetDesiredState() bool
func (*ServiceConfig) GetAutoRollback ¶
func (x *ServiceConfig) GetAutoRollback() *AutoRollbackConfig
func (*ServiceConfig) GetCapabilities ¶
func (x *ServiceConfig) GetCapabilities() []*CapabilityReference
func (*ServiceConfig) GetConfigOneof ¶
func (m *ServiceConfig) GetConfigOneof() isServiceConfig_ConfigOneof
func (*ServiceConfig) GetConstants ¶ added in v0.1.19
func (x *ServiceConfig) GetConstants() []*common_config.Constant
func (*ServiceConfig) GetDeliveryConfig ¶
func (x *ServiceConfig) GetDeliveryConfig() *delivery.DeliveryConfig
func (*ServiceConfig) GetDeliveryExtensionInstances ¶
func (x *ServiceConfig) GetDeliveryExtensionInstances() []*DeliveryExtensionInstance
func (*ServiceConfig) GetDeliveryExtensions ¶
func (x *ServiceConfig) GetDeliveryExtensions() []*DeliveryExtensionConfig
func (*ServiceConfig) GetDeployAnnotations ¶
func (x *ServiceConfig) GetDeployAnnotations() *workflow.AnnotationsConfig
func (*ServiceConfig) GetEnv ¶ added in v0.1.19
func (x *ServiceConfig) GetEnv() map[string]*common_config.EnvValue
func (*ServiceConfig) GetExternalConfig ¶
func (x *ServiceConfig) GetExternalConfig() *common_config.KubernetesConfig
func (*ServiceConfig) GetHelm ¶
func (x *ServiceConfig) GetHelm() *common_config.HelmConfig
func (*ServiceConfig) GetKubernetesConfig ¶
func (x *ServiceConfig) GetKubernetesConfig() *common_config.KubernetesConfig
func (*ServiceConfig) GetName ¶
func (x *ServiceConfig) GetName() string
func (*ServiceConfig) GetNoCleanupOnDelete ¶ added in v0.1.14
func (x *ServiceConfig) GetNoCleanupOnDelete() bool
func (*ServiceConfig) GetParameterValues ¶
func (x *ServiceConfig) GetParameterValues() *ServiceParameterValues
func (*ServiceConfig) GetParameters ¶
func (x *ServiceConfig) GetParameters() []*common_config.ParameterDefinition
func (*ServiceConfig) GetParametersAutogen ¶
func (x *ServiceConfig) GetParametersAutogen() ServiceConfig_ParametersAutogen
func (*ServiceConfig) GetPerReleaseChannel ¶
func (x *ServiceConfig) GetPerReleaseChannel() []*PerReleaseChannelConfig
func (*ServiceConfig) GetPrePushTasks ¶
func (x *ServiceConfig) GetPrePushTasks() []*TaskConfig
func (*ServiceConfig) GetPrograms ¶
func (x *ServiceConfig) GetPrograms() []*common_config.ProgramConfig
func (*ServiceConfig) GetProgressDeadline ¶
func (x *ServiceConfig) GetProgressDeadline() *durationpb.Duration
func (*ServiceConfig) GetReleaseStrategy ¶
func (x *ServiceConfig) GetReleaseStrategy() *ReleaseStrategyConfig
func (*ServiceConfig) GetReplicas ¶
func (x *ServiceConfig) GetReplicas() *ReplicasConfig
func (*ServiceConfig) GetRuntimeConnection ¶
func (x *ServiceConfig) GetRuntimeConnection() string
func (*ServiceConfig) GetRuntimeExtension ¶
func (x *ServiceConfig) GetRuntimeExtension() *RuntimeExtensionConfig
func (*ServiceConfig) GetRuntimeSpecific ¶
func (x *ServiceConfig) GetRuntimeSpecific() *RuntimeSpecificConfig
func (*ServiceConfig) GetVolumes ¶
func (x *ServiceConfig) GetVolumes() []*volumes.Volume
func (*ServiceConfig) ProtoMessage ¶
func (*ServiceConfig) ProtoMessage()
func (*ServiceConfig) ProtoReflect ¶
func (x *ServiceConfig) ProtoReflect() protoreflect.Message
func (*ServiceConfig) Reset ¶
func (x *ServiceConfig) Reset()
func (*ServiceConfig) String ¶
func (x *ServiceConfig) String() string
func (*ServiceConfig) Validate ¶
func (m *ServiceConfig) Validate() error
Validate checks the field values on ServiceConfig 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 (*ServiceConfig) ValidateAll ¶
func (m *ServiceConfig) ValidateAll() error
ValidateAll checks the field values on ServiceConfig 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 ServiceConfigMultiError, or nil if none found.
type ServiceConfigMultiError ¶
type ServiceConfigMultiError []error
ServiceConfigMultiError is an error wrapping multiple validation errors returned by ServiceConfig.ValidateAll() if the designated constraints aren't met.
func (ServiceConfigMultiError) AllErrors ¶
func (m ServiceConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceConfigMultiError) Error ¶
func (m ServiceConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceConfigValidationError ¶
type ServiceConfigValidationError struct {
// contains filtered or unexported fields
}
ServiceConfigValidationError is the validation error returned by ServiceConfig.Validate if the designated constraints aren't met.
func (ServiceConfigValidationError) Cause ¶
func (e ServiceConfigValidationError) Cause() error
Cause function returns cause value.
func (ServiceConfigValidationError) Error ¶
func (e ServiceConfigValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceConfigValidationError) ErrorName ¶
func (e ServiceConfigValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceConfigValidationError) Field ¶
func (e ServiceConfigValidationError) Field() string
Field function returns field value.
func (ServiceConfigValidationError) Key ¶
func (e ServiceConfigValidationError) Key() bool
Key function returns key value.
func (ServiceConfigValidationError) Reason ¶
func (e ServiceConfigValidationError) Reason() string
Reason function returns reason value.
type ServiceConfigVersionReference ¶
type ServiceConfigVersionReference struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` // TODO(naphat) unify with ApplyParametersReq below Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` ServiceConfigVersion string `protobuf:"bytes,3,opt,name=service_config_version,json=serviceConfigVersion,proto3" json:"service_config_version,omitempty"` // contains filtered or unexported fields }
func (*ServiceConfigVersionReference) Descriptor
deprecated
func (*ServiceConfigVersionReference) Descriptor() ([]byte, []int)
Deprecated: Use ServiceConfigVersionReference.ProtoReflect.Descriptor instead.
func (*ServiceConfigVersionReference) GetApplication ¶
func (x *ServiceConfigVersionReference) GetApplication() string
func (*ServiceConfigVersionReference) GetService ¶
func (x *ServiceConfigVersionReference) GetService() string
func (*ServiceConfigVersionReference) GetServiceConfigVersion ¶
func (x *ServiceConfigVersionReference) GetServiceConfigVersion() string
func (*ServiceConfigVersionReference) ProtoMessage ¶
func (*ServiceConfigVersionReference) ProtoMessage()
func (*ServiceConfigVersionReference) ProtoReflect ¶
func (x *ServiceConfigVersionReference) ProtoReflect() protoreflect.Message
func (*ServiceConfigVersionReference) Reset ¶
func (x *ServiceConfigVersionReference) Reset()
func (*ServiceConfigVersionReference) String ¶
func (x *ServiceConfigVersionReference) String() string
func (*ServiceConfigVersionReference) Validate ¶
func (m *ServiceConfigVersionReference) Validate() error
Validate checks the field values on ServiceConfigVersionReference 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 (*ServiceConfigVersionReference) ValidateAll ¶
func (m *ServiceConfigVersionReference) ValidateAll() error
ValidateAll checks the field values on ServiceConfigVersionReference 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 ServiceConfigVersionReferenceMultiError, or nil if none found.
type ServiceConfigVersionReferenceMultiError ¶
type ServiceConfigVersionReferenceMultiError []error
ServiceConfigVersionReferenceMultiError is an error wrapping multiple validation errors returned by ServiceConfigVersionReference.ValidateAll() if the designated constraints aren't met.
func (ServiceConfigVersionReferenceMultiError) AllErrors ¶
func (m ServiceConfigVersionReferenceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceConfigVersionReferenceMultiError) Error ¶
func (m ServiceConfigVersionReferenceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceConfigVersionReferenceValidationError ¶
type ServiceConfigVersionReferenceValidationError struct {
// contains filtered or unexported fields
}
ServiceConfigVersionReferenceValidationError is the validation error returned by ServiceConfigVersionReference.Validate if the designated constraints aren't met.
func (ServiceConfigVersionReferenceValidationError) Cause ¶
func (e ServiceConfigVersionReferenceValidationError) Cause() error
Cause function returns cause value.
func (ServiceConfigVersionReferenceValidationError) Error ¶
func (e ServiceConfigVersionReferenceValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceConfigVersionReferenceValidationError) ErrorName ¶
func (e ServiceConfigVersionReferenceValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceConfigVersionReferenceValidationError) Field ¶
func (e ServiceConfigVersionReferenceValidationError) Field() string
Field function returns field value.
func (ServiceConfigVersionReferenceValidationError) Key ¶
func (e ServiceConfigVersionReferenceValidationError) Key() bool
Key function returns key value.
func (ServiceConfigVersionReferenceValidationError) Reason ¶
func (e ServiceConfigVersionReferenceValidationError) Reason() string
Reason function returns reason value.
type ServiceConfig_ExternalConfig ¶
type ServiceConfig_ExternalConfig struct { // deprecated, pass this as kubernetes_config instead ExternalConfig *common_config.KubernetesConfig `protobuf:"bytes,27,opt,name=external_config,json=externalConfig,proto3,oneof"` }
type ServiceConfig_Helm ¶
type ServiceConfig_Helm struct {
Helm *common_config.HelmConfig `protobuf:"bytes,26,opt,name=helm,proto3,oneof"`
}
type ServiceConfig_KubernetesConfig ¶
type ServiceConfig_KubernetesConfig struct {
KubernetesConfig *common_config.KubernetesConfig `protobuf:"bytes,19,opt,name=kubernetes_config,json=kubernetesConfig,proto3,oneof"`
}
type ServiceConfig_ParametersAutogen ¶
type ServiceConfig_ParametersAutogen int32
const ( ServiceConfig_UNKNOWN ServiceConfig_ParametersAutogen = 0 // no autogen ServiceConfig_NONE ServiceConfig_ParametersAutogen = 1 // autogen one parameter per program for the image ServiceConfig_IMAGE ServiceConfig_ParametersAutogen = 2 // IMAGE + autogen a parameter for replicas count ServiceConfig_IMAGE_AND_REPLICAS ServiceConfig_ParametersAutogen = 3 )
func (ServiceConfig_ParametersAutogen) Descriptor ¶
func (ServiceConfig_ParametersAutogen) Descriptor() protoreflect.EnumDescriptor
func (ServiceConfig_ParametersAutogen) Enum ¶
func (x ServiceConfig_ParametersAutogen) Enum() *ServiceConfig_ParametersAutogen
func (ServiceConfig_ParametersAutogen) EnumDescriptor
deprecated
func (ServiceConfig_ParametersAutogen) EnumDescriptor() ([]byte, []int)
Deprecated: Use ServiceConfig_ParametersAutogen.Descriptor instead.
func (ServiceConfig_ParametersAutogen) Number ¶
func (x ServiceConfig_ParametersAutogen) Number() protoreflect.EnumNumber
func (ServiceConfig_ParametersAutogen) String ¶
func (x ServiceConfig_ParametersAutogen) String() string
func (ServiceConfig_ParametersAutogen) Type ¶
func (ServiceConfig_ParametersAutogen) Type() protoreflect.EnumType
type ServiceConfig_RuntimeExtension ¶
type ServiceConfig_RuntimeExtension struct {
RuntimeExtension *RuntimeExtensionConfig `protobuf:"bytes,18,opt,name=runtime_extension,json=runtimeExtension,proto3,oneof"`
}
type ServiceInstance ¶
type ServiceInstance struct { Meta *common_config.ServiceInstanceObjectMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Config *CompiledServiceInstanceConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // will be empty if never pushed State *ServiceInstanceState `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*ServiceInstance) Descriptor
deprecated
func (*ServiceInstance) Descriptor() ([]byte, []int)
Deprecated: Use ServiceInstance.ProtoReflect.Descriptor instead.
func (*ServiceInstance) GetConfig ¶
func (x *ServiceInstance) GetConfig() *CompiledServiceInstanceConfig
func (*ServiceInstance) GetMeta ¶
func (x *ServiceInstance) GetMeta() *common_config.ServiceInstanceObjectMeta
func (*ServiceInstance) GetState ¶
func (x *ServiceInstance) GetState() *ServiceInstanceState
func (*ServiceInstance) ProtoMessage ¶
func (*ServiceInstance) ProtoMessage()
func (*ServiceInstance) ProtoReflect ¶
func (x *ServiceInstance) ProtoReflect() protoreflect.Message
func (*ServiceInstance) Reset ¶
func (x *ServiceInstance) Reset()
func (*ServiceInstance) String ¶
func (x *ServiceInstance) String() string
func (*ServiceInstance) Validate ¶
func (m *ServiceInstance) Validate() error
Validate checks the field values on ServiceInstance 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 (*ServiceInstance) ValidateAll ¶
func (m *ServiceInstance) ValidateAll() error
ValidateAll checks the field values on ServiceInstance 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 ServiceInstanceMultiError, or nil if none found.
type ServiceInstanceMultiError ¶
type ServiceInstanceMultiError []error
ServiceInstanceMultiError is an error wrapping multiple validation errors returned by ServiceInstance.ValidateAll() if the designated constraints aren't met.
func (ServiceInstanceMultiError) AllErrors ¶
func (m ServiceInstanceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceInstanceMultiError) Error ¶
func (m ServiceInstanceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceInstanceProtectionAttachment ¶ added in v0.2.0
type ServiceInstanceProtectionAttachment struct { Protection string `protobuf:"bytes,1,opt,name=protection,proto3" json:"protection,omitempty"` Attachment string `protobuf:"bytes,2,opt,name=attachment,proto3" json:"attachment,omitempty"` DesiredStateId string `protobuf:"bytes,3,opt,name=desired_state_id,json=desiredStateId,proto3" json:"desired_state_id,omitempty"` AttachmentId string `protobuf:"bytes,4,opt,name=attachment_id,json=attachmentId,proto3" json:"attachment_id,omitempty"` // contains filtered or unexported fields }
func (*ServiceInstanceProtectionAttachment) Descriptor
deprecated
added in
v0.2.0
func (*ServiceInstanceProtectionAttachment) Descriptor() ([]byte, []int)
Deprecated: Use ServiceInstanceProtectionAttachment.ProtoReflect.Descriptor instead.
func (*ServiceInstanceProtectionAttachment) GetAttachment ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) GetAttachment() string
func (*ServiceInstanceProtectionAttachment) GetAttachmentId ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) GetAttachmentId() string
func (*ServiceInstanceProtectionAttachment) GetDesiredStateId ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) GetDesiredStateId() string
func (*ServiceInstanceProtectionAttachment) GetProtection ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) GetProtection() string
func (*ServiceInstanceProtectionAttachment) ProtoMessage ¶ added in v0.2.0
func (*ServiceInstanceProtectionAttachment) ProtoMessage()
func (*ServiceInstanceProtectionAttachment) ProtoReflect ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) ProtoReflect() protoreflect.Message
func (*ServiceInstanceProtectionAttachment) Reset ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) Reset()
func (*ServiceInstanceProtectionAttachment) String ¶ added in v0.2.0
func (x *ServiceInstanceProtectionAttachment) String() string
func (*ServiceInstanceProtectionAttachment) Validate ¶ added in v0.2.0
func (m *ServiceInstanceProtectionAttachment) Validate() error
Validate checks the field values on ServiceInstanceProtectionAttachment 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 (*ServiceInstanceProtectionAttachment) ValidateAll ¶ added in v0.2.0
func (m *ServiceInstanceProtectionAttachment) ValidateAll() error
ValidateAll checks the field values on ServiceInstanceProtectionAttachment 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 ServiceInstanceProtectionAttachmentMultiError, or nil if none found.
type ServiceInstanceProtectionAttachmentMultiError ¶ added in v0.2.0
type ServiceInstanceProtectionAttachmentMultiError []error
ServiceInstanceProtectionAttachmentMultiError is an error wrapping multiple validation errors returned by ServiceInstanceProtectionAttachment.ValidateAll() if the designated constraints aren't met.
func (ServiceInstanceProtectionAttachmentMultiError) AllErrors ¶ added in v0.2.0
func (m ServiceInstanceProtectionAttachmentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceInstanceProtectionAttachmentMultiError) Error ¶ added in v0.2.0
func (m ServiceInstanceProtectionAttachmentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceInstanceProtectionAttachmentValidationError ¶ added in v0.2.0
type ServiceInstanceProtectionAttachmentValidationError struct {
// contains filtered or unexported fields
}
ServiceInstanceProtectionAttachmentValidationError is the validation error returned by ServiceInstanceProtectionAttachment.Validate if the designated constraints aren't met.
func (ServiceInstanceProtectionAttachmentValidationError) Cause ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) Cause() error
Cause function returns cause value.
func (ServiceInstanceProtectionAttachmentValidationError) Error ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceInstanceProtectionAttachmentValidationError) ErrorName ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceInstanceProtectionAttachmentValidationError) Field ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) Field() string
Field function returns field value.
func (ServiceInstanceProtectionAttachmentValidationError) Key ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) Key() bool
Key function returns key value.
func (ServiceInstanceProtectionAttachmentValidationError) Reason ¶ added in v0.2.0
func (e ServiceInstanceProtectionAttachmentValidationError) Reason() string
Reason function returns reason value.
type ServiceInstanceState ¶
type ServiceInstanceState struct { ExternalAddrs []*ExternalAddr `protobuf:"bytes,7,rep,name=external_addrs,json=externalAddrs,proto3" json:"external_addrs,omitempty"` ProtectionAttachments []*ServiceInstanceProtectionAttachment `protobuf:"bytes,13,rep,name=protection_attachments,json=protectionAttachments,proto3" json:"protection_attachments,omitempty"` // contains filtered or unexported fields }
func (*ServiceInstanceState) Descriptor
deprecated
func (*ServiceInstanceState) Descriptor() ([]byte, []int)
Deprecated: Use ServiceInstanceState.ProtoReflect.Descriptor instead.
func (*ServiceInstanceState) GetExternalAddrs ¶
func (x *ServiceInstanceState) GetExternalAddrs() []*ExternalAddr
func (*ServiceInstanceState) GetProtectionAttachments ¶ added in v0.2.0
func (x *ServiceInstanceState) GetProtectionAttachments() []*ServiceInstanceProtectionAttachment
func (*ServiceInstanceState) ProtoMessage ¶
func (*ServiceInstanceState) ProtoMessage()
func (*ServiceInstanceState) ProtoReflect ¶
func (x *ServiceInstanceState) ProtoReflect() protoreflect.Message
func (*ServiceInstanceState) Reset ¶
func (x *ServiceInstanceState) Reset()
func (*ServiceInstanceState) String ¶
func (x *ServiceInstanceState) String() string
func (*ServiceInstanceState) Validate ¶
func (m *ServiceInstanceState) Validate() error
Validate checks the field values on ServiceInstanceState 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 (*ServiceInstanceState) ValidateAll ¶
func (m *ServiceInstanceState) ValidateAll() error
ValidateAll checks the field values on ServiceInstanceState 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 ServiceInstanceStateMultiError, or nil if none found.
type ServiceInstanceStateMultiError ¶
type ServiceInstanceStateMultiError []error
ServiceInstanceStateMultiError is an error wrapping multiple validation errors returned by ServiceInstanceState.ValidateAll() if the designated constraints aren't met.
func (ServiceInstanceStateMultiError) AllErrors ¶
func (m ServiceInstanceStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceInstanceStateMultiError) Error ¶
func (m ServiceInstanceStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceInstanceStateValidationError ¶
type ServiceInstanceStateValidationError struct {
// contains filtered or unexported fields
}
ServiceInstanceStateValidationError is the validation error returned by ServiceInstanceState.Validate if the designated constraints aren't met.
func (ServiceInstanceStateValidationError) Cause ¶
func (e ServiceInstanceStateValidationError) Cause() error
Cause function returns cause value.
func (ServiceInstanceStateValidationError) Error ¶
func (e ServiceInstanceStateValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceInstanceStateValidationError) ErrorName ¶
func (e ServiceInstanceStateValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceInstanceStateValidationError) Field ¶
func (e ServiceInstanceStateValidationError) Field() string
Field function returns field value.
func (ServiceInstanceStateValidationError) Key ¶
func (e ServiceInstanceStateValidationError) Key() bool
Key function returns key value.
func (ServiceInstanceStateValidationError) Reason ¶
func (e ServiceInstanceStateValidationError) Reason() string
Reason function returns reason value.
type ServiceInstanceValidationError ¶
type ServiceInstanceValidationError struct {
// contains filtered or unexported fields
}
ServiceInstanceValidationError is the validation error returned by ServiceInstance.Validate if the designated constraints aren't met.
func (ServiceInstanceValidationError) Cause ¶
func (e ServiceInstanceValidationError) Cause() error
Cause function returns cause value.
func (ServiceInstanceValidationError) Error ¶
func (e ServiceInstanceValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceInstanceValidationError) ErrorName ¶
func (e ServiceInstanceValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceInstanceValidationError) Field ¶
func (e ServiceInstanceValidationError) Field() string
Field function returns field value.
func (ServiceInstanceValidationError) Key ¶
func (e ServiceInstanceValidationError) Key() bool
Key function returns key value.
func (ServiceInstanceValidationError) Reason ¶
func (e ServiceInstanceValidationError) Reason() string
Reason function returns reason value.
type ServiceManagerClient ¶
type ServiceManagerClient interface { ConfigureService(ctx context.Context, in *ConfigureServiceReq, opts ...grpc.CallOption) (*ConfigureServiceResp, error) ValidateConfigureService(ctx context.Context, in *ConfigureServiceReq, opts ...grpc.CallOption) (*ValidateConfigureServiceResp, error) ListServiceConfigVersions(ctx context.Context, in *ListServiceConfigVersionsReq, opts ...grpc.CallOption) (*ListServiceConfigVersionsResp, error) // unparametrized configs GetServiceConfig(ctx context.Context, in *GetServiceConfigReq, opts ...grpc.CallOption) (*GetServiceConfigResp, error) GenerateVersionName(ctx context.Context, in *GenerateVersionNameReq, opts ...grpc.CallOption) (*GenerateVersionNameResp, error) ApplyParameters(ctx context.Context, in *ApplyParametersReq, opts ...grpc.CallOption) (*ApplyParametersResp, error) ValidateApplyParameters(ctx context.Context, in *ApplyParametersReq, opts ...grpc.CallOption) (*ValidateApplyParametersResp, error) GetMaterializedConfig(ctx context.Context, in *GetMaterializedConfigReq, opts ...grpc.CallOption) (*GetMaterializedConfigResp, error) ListMaterializedConfigVersions(ctx context.Context, in *ListMaterializedConfigVersionsReq, opts ...grpc.CallOption) (*ListMaterializedConfigVersionsResp, error) DeleteService(ctx context.Context, in *DeleteServiceReq, opts ...grpc.CallOption) (*DeleteServiceResp, error) ListServices(ctx context.Context, in *ListServicesReq, opts ...grpc.CallOption) (*ListServicesResp, error) ListCommits(ctx context.Context, in *ListCommitsReq, opts ...grpc.CallOption) (*ListCommitsResp, error) GetService(ctx context.Context, in *GetServiceReq, opts ...grpc.CallOption) (*GetServiceResp, error) ListServiceInstances(ctx context.Context, in *ListServiceInstancesReq, opts ...grpc.CallOption) (*ListServiceInstancesResp, error) GetServiceInstance(ctx context.Context, in *GetServiceInstanceReq, opts ...grpc.CallOption) (*GetServiceInstanceResp, error) GetServiceMetrics(ctx context.Context, in *GetServiceMetricsReq, opts ...grpc.CallOption) (*GetServiceMetricsResp, error) GetServiceInsights(ctx context.Context, in *GetServiceInsightsReq, opts ...grpc.CallOption) (*GetServiceInsightsResp, error) SnoozeServiceInsight(ctx context.Context, in *SnoozeServiceInsightReq, opts ...grpc.CallOption) (*SnoozeServiceInsightResp, error) GetServiceMetadata(ctx context.Context, in *GetServiceMetadataReq, opts ...grpc.CallOption) (*GetServiceMetadataResp, error) SetServiceMetadata(ctx context.Context, in *SetServiceMetadataReq, opts ...grpc.CallOption) (*SetServiceMetadataResp, error) SetServiceConvergenceMode(ctx context.Context, in *SetServiceConvergenceModeReq, opts ...grpc.CallOption) (*SetServiceConvergenceModeResp, error) }
ServiceManagerClient is the client API for ServiceManager 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 NewServiceManagerClient ¶
func NewServiceManagerClient(cc grpc.ClientConnInterface) ServiceManagerClient
type ServiceManagerServer ¶
type ServiceManagerServer interface { ConfigureService(context.Context, *ConfigureServiceReq) (*ConfigureServiceResp, error) ValidateConfigureService(context.Context, *ConfigureServiceReq) (*ValidateConfigureServiceResp, error) ListServiceConfigVersions(context.Context, *ListServiceConfigVersionsReq) (*ListServiceConfigVersionsResp, error) // unparametrized configs GetServiceConfig(context.Context, *GetServiceConfigReq) (*GetServiceConfigResp, error) GenerateVersionName(context.Context, *GenerateVersionNameReq) (*GenerateVersionNameResp, error) ApplyParameters(context.Context, *ApplyParametersReq) (*ApplyParametersResp, error) ValidateApplyParameters(context.Context, *ApplyParametersReq) (*ValidateApplyParametersResp, error) GetMaterializedConfig(context.Context, *GetMaterializedConfigReq) (*GetMaterializedConfigResp, error) ListMaterializedConfigVersions(context.Context, *ListMaterializedConfigVersionsReq) (*ListMaterializedConfigVersionsResp, error) DeleteService(context.Context, *DeleteServiceReq) (*DeleteServiceResp, error) ListServices(context.Context, *ListServicesReq) (*ListServicesResp, error) ListCommits(context.Context, *ListCommitsReq) (*ListCommitsResp, error) GetService(context.Context, *GetServiceReq) (*GetServiceResp, error) ListServiceInstances(context.Context, *ListServiceInstancesReq) (*ListServiceInstancesResp, error) GetServiceInstance(context.Context, *GetServiceInstanceReq) (*GetServiceInstanceResp, error) GetServiceMetrics(context.Context, *GetServiceMetricsReq) (*GetServiceMetricsResp, error) GetServiceInsights(context.Context, *GetServiceInsightsReq) (*GetServiceInsightsResp, error) SnoozeServiceInsight(context.Context, *SnoozeServiceInsightReq) (*SnoozeServiceInsightResp, error) GetServiceMetadata(context.Context, *GetServiceMetadataReq) (*GetServiceMetadataResp, error) SetServiceMetadata(context.Context, *SetServiceMetadataReq) (*SetServiceMetadataResp, error) SetServiceConvergenceMode(context.Context, *SetServiceConvergenceModeReq) (*SetServiceConvergenceModeResp, error) // contains filtered or unexported methods }
ServiceManagerServer is the server API for ServiceManager service. All implementations must embed UnimplementedServiceManagerServer for forward compatibility
type ServiceMultiError ¶
type ServiceMultiError []error
ServiceMultiError is an error wrapping multiple validation errors returned by Service.ValidateAll() if the designated constraints aren't met.
func (ServiceMultiError) AllErrors ¶
func (m ServiceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceMultiError) Error ¶
func (m ServiceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceParameterValues ¶
type ServiceParameterValues struct { Parameters []*common_config.ParameterValue `protobuf:"bytes,1,rep,name=parameters,proto3" json:"parameters,omitempty"` PerReleaseChannel []*PerReleaseChannelParameterValues `protobuf:"bytes,2,rep,name=per_release_channel,json=perReleaseChannel,proto3" json:"per_release_channel,omitempty"` // contains filtered or unexported fields }
func (*ServiceParameterValues) Descriptor
deprecated
func (*ServiceParameterValues) Descriptor() ([]byte, []int)
Deprecated: Use ServiceParameterValues.ProtoReflect.Descriptor instead.
func (*ServiceParameterValues) GetParameters ¶
func (x *ServiceParameterValues) GetParameters() []*common_config.ParameterValue
func (*ServiceParameterValues) GetPerReleaseChannel ¶
func (x *ServiceParameterValues) GetPerReleaseChannel() []*PerReleaseChannelParameterValues
func (*ServiceParameterValues) ProtoMessage ¶
func (*ServiceParameterValues) ProtoMessage()
func (*ServiceParameterValues) ProtoReflect ¶
func (x *ServiceParameterValues) ProtoReflect() protoreflect.Message
func (*ServiceParameterValues) Reset ¶
func (x *ServiceParameterValues) Reset()
func (*ServiceParameterValues) String ¶
func (x *ServiceParameterValues) String() string
func (*ServiceParameterValues) Validate ¶
func (m *ServiceParameterValues) Validate() error
Validate checks the field values on ServiceParameterValues 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 (*ServiceParameterValues) ValidateAll ¶
func (m *ServiceParameterValues) ValidateAll() error
ValidateAll checks the field values on ServiceParameterValues 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 ServiceParameterValuesMultiError, or nil if none found.
type ServiceParameterValuesMultiError ¶
type ServiceParameterValuesMultiError []error
ServiceParameterValuesMultiError is an error wrapping multiple validation errors returned by ServiceParameterValues.ValidateAll() if the designated constraints aren't met.
func (ServiceParameterValuesMultiError) AllErrors ¶
func (m ServiceParameterValuesMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceParameterValuesMultiError) Error ¶
func (m ServiceParameterValuesMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceParameterValuesValidationError ¶
type ServiceParameterValuesValidationError struct {
// contains filtered or unexported fields
}
ServiceParameterValuesValidationError is the validation error returned by ServiceParameterValues.Validate if the designated constraints aren't met.
func (ServiceParameterValuesValidationError) Cause ¶
func (e ServiceParameterValuesValidationError) Cause() error
Cause function returns cause value.
func (ServiceParameterValuesValidationError) Error ¶
func (e ServiceParameterValuesValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceParameterValuesValidationError) ErrorName ¶
func (e ServiceParameterValuesValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceParameterValuesValidationError) Field ¶
func (e ServiceParameterValuesValidationError) Field() string
Field function returns field value.
func (ServiceParameterValuesValidationError) Key ¶
func (e ServiceParameterValuesValidationError) Key() bool
Key function returns key value.
func (ServiceParameterValuesValidationError) Reason ¶
func (e ServiceParameterValuesValidationError) Reason() string
Reason function returns reason value.
type ServiceState ¶
type ServiceState struct { ConvergenceMode convergence.ConvergenceMode `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ServiceState) Descriptor
deprecated
func (*ServiceState) Descriptor() ([]byte, []int)
Deprecated: Use ServiceState.ProtoReflect.Descriptor instead.
func (*ServiceState) GetConvergenceMode ¶ added in v0.2.5
func (x *ServiceState) GetConvergenceMode() convergence.ConvergenceMode
func (*ServiceState) ProtoMessage ¶
func (*ServiceState) ProtoMessage()
func (*ServiceState) ProtoReflect ¶
func (x *ServiceState) ProtoReflect() protoreflect.Message
func (*ServiceState) Reset ¶
func (x *ServiceState) Reset()
func (*ServiceState) String ¶
func (x *ServiceState) String() string
func (*ServiceState) Validate ¶
func (m *ServiceState) Validate() error
Validate checks the field values on ServiceState 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 (*ServiceState) ValidateAll ¶
func (m *ServiceState) ValidateAll() error
ValidateAll checks the field values on ServiceState 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 ServiceStateMultiError, or nil if none found.
type ServiceStateMultiError ¶
type ServiceStateMultiError []error
ServiceStateMultiError is an error wrapping multiple validation errors returned by ServiceState.ValidateAll() if the designated constraints aren't met.
func (ServiceStateMultiError) AllErrors ¶
func (m ServiceStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceStateMultiError) Error ¶
func (m ServiceStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceStateValidationError ¶
type ServiceStateValidationError struct {
// contains filtered or unexported fields
}
ServiceStateValidationError is the validation error returned by ServiceState.Validate if the designated constraints aren't met.
func (ServiceStateValidationError) Cause ¶
func (e ServiceStateValidationError) Cause() error
Cause function returns cause value.
func (ServiceStateValidationError) Error ¶
func (e ServiceStateValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceStateValidationError) ErrorName ¶
func (e ServiceStateValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceStateValidationError) Field ¶
func (e ServiceStateValidationError) Field() string
Field function returns field value.
func (ServiceStateValidationError) Key ¶
func (e ServiceStateValidationError) Key() bool
Key function returns key value.
func (ServiceStateValidationError) Reason ¶
func (e ServiceStateValidationError) Reason() string
Reason function returns reason value.
type ServiceUserMetadata ¶
type ServiceUserMetadata 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"` FollowRepository *FollowContainerRepositorySettings `protobuf:"bytes,3,opt,name=follow_repository,json=followRepository,proto3" json:"follow_repository,omitempty"` // contains filtered or unexported fields }
func (*ServiceUserMetadata) Descriptor
deprecated
func (*ServiceUserMetadata) Descriptor() ([]byte, []int)
Deprecated: Use ServiceUserMetadata.ProtoReflect.Descriptor instead.
func (*ServiceUserMetadata) GetDescription ¶
func (x *ServiceUserMetadata) GetDescription() string
func (*ServiceUserMetadata) GetFollowRepository ¶
func (x *ServiceUserMetadata) GetFollowRepository() *FollowContainerRepositorySettings
func (*ServiceUserMetadata) GetLinks ¶
func (x *ServiceUserMetadata) GetLinks() []*common_config.Link
func (*ServiceUserMetadata) ProtoMessage ¶
func (*ServiceUserMetadata) ProtoMessage()
func (*ServiceUserMetadata) ProtoReflect ¶
func (x *ServiceUserMetadata) ProtoReflect() protoreflect.Message
func (*ServiceUserMetadata) Reset ¶
func (x *ServiceUserMetadata) Reset()
func (*ServiceUserMetadata) String ¶
func (x *ServiceUserMetadata) String() string
func (*ServiceUserMetadata) Validate ¶
func (m *ServiceUserMetadata) Validate() error
Validate checks the field values on ServiceUserMetadata 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 (*ServiceUserMetadata) ValidateAll ¶
func (m *ServiceUserMetadata) ValidateAll() error
ValidateAll checks the field values on ServiceUserMetadata 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 ServiceUserMetadataMultiError, or nil if none found.
type ServiceUserMetadataMultiError ¶
type ServiceUserMetadataMultiError []error
ServiceUserMetadataMultiError is an error wrapping multiple validation errors returned by ServiceUserMetadata.ValidateAll() if the designated constraints aren't met.
func (ServiceUserMetadataMultiError) AllErrors ¶
func (m ServiceUserMetadataMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ServiceUserMetadataMultiError) Error ¶
func (m ServiceUserMetadataMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ServiceUserMetadataValidationError ¶
type ServiceUserMetadataValidationError struct {
// contains filtered or unexported fields
}
ServiceUserMetadataValidationError is the validation error returned by ServiceUserMetadata.Validate if the designated constraints aren't met.
func (ServiceUserMetadataValidationError) Cause ¶
func (e ServiceUserMetadataValidationError) Cause() error
Cause function returns cause value.
func (ServiceUserMetadataValidationError) Error ¶
func (e ServiceUserMetadataValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceUserMetadataValidationError) ErrorName ¶
func (e ServiceUserMetadataValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceUserMetadataValidationError) Field ¶
func (e ServiceUserMetadataValidationError) Field() string
Field function returns field value.
func (ServiceUserMetadataValidationError) Key ¶
func (e ServiceUserMetadataValidationError) Key() bool
Key function returns key value.
func (ServiceUserMetadataValidationError) Reason ¶
func (e ServiceUserMetadataValidationError) Reason() string
Reason function returns reason value.
type ServiceValidationError ¶
type ServiceValidationError struct {
// contains filtered or unexported fields
}
ServiceValidationError is the validation error returned by Service.Validate if the designated constraints aren't met.
func (ServiceValidationError) Cause ¶
func (e ServiceValidationError) Cause() error
Cause function returns cause value.
func (ServiceValidationError) Error ¶
func (e ServiceValidationError) Error() string
Error satisfies the builtin error interface
func (ServiceValidationError) ErrorName ¶
func (e ServiceValidationError) ErrorName() string
ErrorName returns error name.
func (ServiceValidationError) Field ¶
func (e ServiceValidationError) Field() string
Field function returns field value.
func (ServiceValidationError) Key ¶
func (e ServiceValidationError) Key() bool
Key function returns key value.
func (ServiceValidationError) Reason ¶
func (e ServiceValidationError) Reason() string
Reason function returns reason value.
type SetServiceConvergenceModeReq ¶ added in v0.2.3
type SetServiceConvergenceModeReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` ConvergenceMode convergence.ConvergenceMode `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SetServiceConvergenceModeReq) Descriptor
deprecated
added in
v0.2.3
func (*SetServiceConvergenceModeReq) Descriptor() ([]byte, []int)
Deprecated: Use SetServiceConvergenceModeReq.ProtoReflect.Descriptor instead.
func (*SetServiceConvergenceModeReq) GetApplication ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) GetApplication() string
func (*SetServiceConvergenceModeReq) GetConvergenceMode ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) GetConvergenceMode() convergence.ConvergenceMode
func (*SetServiceConvergenceModeReq) GetService ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) GetService() string
func (*SetServiceConvergenceModeReq) ProtoMessage ¶ added in v0.2.3
func (*SetServiceConvergenceModeReq) ProtoMessage()
func (*SetServiceConvergenceModeReq) ProtoReflect ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) ProtoReflect() protoreflect.Message
func (*SetServiceConvergenceModeReq) Reset ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) Reset()
func (*SetServiceConvergenceModeReq) String ¶ added in v0.2.3
func (x *SetServiceConvergenceModeReq) String() string
func (*SetServiceConvergenceModeReq) Validate ¶ added in v0.2.3
func (m *SetServiceConvergenceModeReq) Validate() error
Validate checks the field values on SetServiceConvergenceModeReq 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 (*SetServiceConvergenceModeReq) ValidateAll ¶ added in v0.2.3
func (m *SetServiceConvergenceModeReq) ValidateAll() error
ValidateAll checks the field values on SetServiceConvergenceModeReq 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 SetServiceConvergenceModeReqMultiError, or nil if none found.
type SetServiceConvergenceModeReqMultiError ¶ added in v0.2.3
type SetServiceConvergenceModeReqMultiError []error
SetServiceConvergenceModeReqMultiError is an error wrapping multiple validation errors returned by SetServiceConvergenceModeReq.ValidateAll() if the designated constraints aren't met.
func (SetServiceConvergenceModeReqMultiError) AllErrors ¶ added in v0.2.3
func (m SetServiceConvergenceModeReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetServiceConvergenceModeReqMultiError) Error ¶ added in v0.2.3
func (m SetServiceConvergenceModeReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetServiceConvergenceModeReqValidationError ¶ added in v0.2.3
type SetServiceConvergenceModeReqValidationError struct {
// contains filtered or unexported fields
}
SetServiceConvergenceModeReqValidationError is the validation error returned by SetServiceConvergenceModeReq.Validate if the designated constraints aren't met.
func (SetServiceConvergenceModeReqValidationError) Cause ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) Cause() error
Cause function returns cause value.
func (SetServiceConvergenceModeReqValidationError) Error ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetServiceConvergenceModeReqValidationError) ErrorName ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetServiceConvergenceModeReqValidationError) Field ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) Field() string
Field function returns field value.
func (SetServiceConvergenceModeReqValidationError) Key ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) Key() bool
Key function returns key value.
func (SetServiceConvergenceModeReqValidationError) Reason ¶ added in v0.2.3
func (e SetServiceConvergenceModeReqValidationError) Reason() string
Reason function returns reason value.
type SetServiceConvergenceModeResp ¶ added in v0.2.3
type SetServiceConvergenceModeResp struct {
// contains filtered or unexported fields
}
func (*SetServiceConvergenceModeResp) Descriptor
deprecated
added in
v0.2.3
func (*SetServiceConvergenceModeResp) Descriptor() ([]byte, []int)
Deprecated: Use SetServiceConvergenceModeResp.ProtoReflect.Descriptor instead.
func (*SetServiceConvergenceModeResp) ProtoMessage ¶ added in v0.2.3
func (*SetServiceConvergenceModeResp) ProtoMessage()
func (*SetServiceConvergenceModeResp) ProtoReflect ¶ added in v0.2.3
func (x *SetServiceConvergenceModeResp) ProtoReflect() protoreflect.Message
func (*SetServiceConvergenceModeResp) Reset ¶ added in v0.2.3
func (x *SetServiceConvergenceModeResp) Reset()
func (*SetServiceConvergenceModeResp) String ¶ added in v0.2.3
func (x *SetServiceConvergenceModeResp) String() string
func (*SetServiceConvergenceModeResp) Validate ¶ added in v0.2.3
func (m *SetServiceConvergenceModeResp) Validate() error
Validate checks the field values on SetServiceConvergenceModeResp 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 (*SetServiceConvergenceModeResp) ValidateAll ¶ added in v0.2.3
func (m *SetServiceConvergenceModeResp) ValidateAll() error
ValidateAll checks the field values on SetServiceConvergenceModeResp 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 SetServiceConvergenceModeRespMultiError, or nil if none found.
type SetServiceConvergenceModeRespMultiError ¶ added in v0.2.3
type SetServiceConvergenceModeRespMultiError []error
SetServiceConvergenceModeRespMultiError is an error wrapping multiple validation errors returned by SetServiceConvergenceModeResp.ValidateAll() if the designated constraints aren't met.
func (SetServiceConvergenceModeRespMultiError) AllErrors ¶ added in v0.2.3
func (m SetServiceConvergenceModeRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetServiceConvergenceModeRespMultiError) Error ¶ added in v0.2.3
func (m SetServiceConvergenceModeRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetServiceConvergenceModeRespValidationError ¶ added in v0.2.3
type SetServiceConvergenceModeRespValidationError struct {
// contains filtered or unexported fields
}
SetServiceConvergenceModeRespValidationError is the validation error returned by SetServiceConvergenceModeResp.Validate if the designated constraints aren't met.
func (SetServiceConvergenceModeRespValidationError) Cause ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) Cause() error
Cause function returns cause value.
func (SetServiceConvergenceModeRespValidationError) Error ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) Error() string
Error satisfies the builtin error interface
func (SetServiceConvergenceModeRespValidationError) ErrorName ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) ErrorName() string
ErrorName returns error name.
func (SetServiceConvergenceModeRespValidationError) Field ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) Field() string
Field function returns field value.
func (SetServiceConvergenceModeRespValidationError) Key ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) Key() bool
Key function returns key value.
func (SetServiceConvergenceModeRespValidationError) Reason ¶ added in v0.2.3
func (e SetServiceConvergenceModeRespValidationError) Reason() string
Reason function returns reason value.
type SetServiceMetadataReq ¶
type SetServiceMetadataReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` Metadata *ServiceUserMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*SetServiceMetadataReq) Descriptor
deprecated
func (*SetServiceMetadataReq) Descriptor() ([]byte, []int)
Deprecated: Use SetServiceMetadataReq.ProtoReflect.Descriptor instead.
func (*SetServiceMetadataReq) GetApplication ¶
func (x *SetServiceMetadataReq) GetApplication() string
func (*SetServiceMetadataReq) GetMetadata ¶
func (x *SetServiceMetadataReq) GetMetadata() *ServiceUserMetadata
func (*SetServiceMetadataReq) GetService ¶
func (x *SetServiceMetadataReq) GetService() string
func (*SetServiceMetadataReq) ProtoMessage ¶
func (*SetServiceMetadataReq) ProtoMessage()
func (*SetServiceMetadataReq) ProtoReflect ¶
func (x *SetServiceMetadataReq) ProtoReflect() protoreflect.Message
func (*SetServiceMetadataReq) Reset ¶
func (x *SetServiceMetadataReq) Reset()
func (*SetServiceMetadataReq) String ¶
func (x *SetServiceMetadataReq) String() string
func (*SetServiceMetadataReq) Validate ¶
func (m *SetServiceMetadataReq) Validate() error
Validate checks the field values on SetServiceMetadataReq 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 (*SetServiceMetadataReq) ValidateAll ¶
func (m *SetServiceMetadataReq) ValidateAll() error
ValidateAll checks the field values on SetServiceMetadataReq 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 SetServiceMetadataReqMultiError, or nil if none found.
type SetServiceMetadataReqMultiError ¶
type SetServiceMetadataReqMultiError []error
SetServiceMetadataReqMultiError is an error wrapping multiple validation errors returned by SetServiceMetadataReq.ValidateAll() if the designated constraints aren't met.
func (SetServiceMetadataReqMultiError) AllErrors ¶
func (m SetServiceMetadataReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetServiceMetadataReqMultiError) Error ¶
func (m SetServiceMetadataReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetServiceMetadataReqValidationError ¶
type SetServiceMetadataReqValidationError struct {
// contains filtered or unexported fields
}
SetServiceMetadataReqValidationError is the validation error returned by SetServiceMetadataReq.Validate if the designated constraints aren't met.
func (SetServiceMetadataReqValidationError) Cause ¶
func (e SetServiceMetadataReqValidationError) Cause() error
Cause function returns cause value.
func (SetServiceMetadataReqValidationError) Error ¶
func (e SetServiceMetadataReqValidationError) Error() string
Error satisfies the builtin error interface
func (SetServiceMetadataReqValidationError) ErrorName ¶
func (e SetServiceMetadataReqValidationError) ErrorName() string
ErrorName returns error name.
func (SetServiceMetadataReqValidationError) Field ¶
func (e SetServiceMetadataReqValidationError) Field() string
Field function returns field value.
func (SetServiceMetadataReqValidationError) Key ¶
func (e SetServiceMetadataReqValidationError) Key() bool
Key function returns key value.
func (SetServiceMetadataReqValidationError) Reason ¶
func (e SetServiceMetadataReqValidationError) Reason() string
Reason function returns reason value.
type SetServiceMetadataResp ¶
type SetServiceMetadataResp struct {
// contains filtered or unexported fields
}
func (*SetServiceMetadataResp) Descriptor
deprecated
func (*SetServiceMetadataResp) Descriptor() ([]byte, []int)
Deprecated: Use SetServiceMetadataResp.ProtoReflect.Descriptor instead.
func (*SetServiceMetadataResp) ProtoMessage ¶
func (*SetServiceMetadataResp) ProtoMessage()
func (*SetServiceMetadataResp) ProtoReflect ¶
func (x *SetServiceMetadataResp) ProtoReflect() protoreflect.Message
func (*SetServiceMetadataResp) Reset ¶
func (x *SetServiceMetadataResp) Reset()
func (*SetServiceMetadataResp) String ¶
func (x *SetServiceMetadataResp) String() string
func (*SetServiceMetadataResp) Validate ¶
func (m *SetServiceMetadataResp) Validate() error
Validate checks the field values on SetServiceMetadataResp 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 (*SetServiceMetadataResp) ValidateAll ¶
func (m *SetServiceMetadataResp) ValidateAll() error
ValidateAll checks the field values on SetServiceMetadataResp 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 SetServiceMetadataRespMultiError, or nil if none found.
type SetServiceMetadataRespMultiError ¶
type SetServiceMetadataRespMultiError []error
SetServiceMetadataRespMultiError is an error wrapping multiple validation errors returned by SetServiceMetadataResp.ValidateAll() if the designated constraints aren't met.
func (SetServiceMetadataRespMultiError) AllErrors ¶
func (m SetServiceMetadataRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetServiceMetadataRespMultiError) Error ¶
func (m SetServiceMetadataRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetServiceMetadataRespValidationError ¶
type SetServiceMetadataRespValidationError struct {
// contains filtered or unexported fields
}
SetServiceMetadataRespValidationError is the validation error returned by SetServiceMetadataResp.Validate if the designated constraints aren't met.
func (SetServiceMetadataRespValidationError) Cause ¶
func (e SetServiceMetadataRespValidationError) Cause() error
Cause function returns cause value.
func (SetServiceMetadataRespValidationError) Error ¶
func (e SetServiceMetadataRespValidationError) Error() string
Error satisfies the builtin error interface
func (SetServiceMetadataRespValidationError) ErrorName ¶
func (e SetServiceMetadataRespValidationError) ErrorName() string
ErrorName returns error name.
func (SetServiceMetadataRespValidationError) Field ¶
func (e SetServiceMetadataRespValidationError) Field() string
Field function returns field value.
func (SetServiceMetadataRespValidationError) Key ¶
func (e SetServiceMetadataRespValidationError) Key() bool
Key function returns key value.
func (SetServiceMetadataRespValidationError) Reason ¶
func (e SetServiceMetadataRespValidationError) Reason() string
Reason function returns reason value.
type SnoozeServiceInsightReq ¶
type SnoozeServiceInsightReq struct { Application string `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"` Class insights.Class `protobuf:"varint,3,opt,name=class,proto3,enum=prodvana.insights.Class" json:"class,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,4,opt,name=duration,proto3" json:"duration,omitempty"` // contains filtered or unexported fields }
func (*SnoozeServiceInsightReq) Descriptor
deprecated
func (*SnoozeServiceInsightReq) Descriptor() ([]byte, []int)
Deprecated: Use SnoozeServiceInsightReq.ProtoReflect.Descriptor instead.
func (*SnoozeServiceInsightReq) GetApplication ¶
func (x *SnoozeServiceInsightReq) GetApplication() string
func (*SnoozeServiceInsightReq) GetClass ¶
func (x *SnoozeServiceInsightReq) GetClass() insights.Class
func (*SnoozeServiceInsightReq) GetDuration ¶
func (x *SnoozeServiceInsightReq) GetDuration() *durationpb.Duration
func (*SnoozeServiceInsightReq) GetService ¶
func (x *SnoozeServiceInsightReq) GetService() string
func (*SnoozeServiceInsightReq) ProtoMessage ¶
func (*SnoozeServiceInsightReq) ProtoMessage()
func (*SnoozeServiceInsightReq) ProtoReflect ¶
func (x *SnoozeServiceInsightReq) ProtoReflect() protoreflect.Message
func (*SnoozeServiceInsightReq) Reset ¶
func (x *SnoozeServiceInsightReq) Reset()
func (*SnoozeServiceInsightReq) String ¶
func (x *SnoozeServiceInsightReq) String() string
func (*SnoozeServiceInsightReq) Validate ¶
func (m *SnoozeServiceInsightReq) Validate() error
Validate checks the field values on SnoozeServiceInsightReq 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 (*SnoozeServiceInsightReq) ValidateAll ¶
func (m *SnoozeServiceInsightReq) ValidateAll() error
ValidateAll checks the field values on SnoozeServiceInsightReq 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 SnoozeServiceInsightReqMultiError, or nil if none found.
type SnoozeServiceInsightReqMultiError ¶
type SnoozeServiceInsightReqMultiError []error
SnoozeServiceInsightReqMultiError is an error wrapping multiple validation errors returned by SnoozeServiceInsightReq.ValidateAll() if the designated constraints aren't met.
func (SnoozeServiceInsightReqMultiError) AllErrors ¶
func (m SnoozeServiceInsightReqMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SnoozeServiceInsightReqMultiError) Error ¶
func (m SnoozeServiceInsightReqMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SnoozeServiceInsightReqValidationError ¶
type SnoozeServiceInsightReqValidationError struct {
// contains filtered or unexported fields
}
SnoozeServiceInsightReqValidationError is the validation error returned by SnoozeServiceInsightReq.Validate if the designated constraints aren't met.
func (SnoozeServiceInsightReqValidationError) Cause ¶
func (e SnoozeServiceInsightReqValidationError) Cause() error
Cause function returns cause value.
func (SnoozeServiceInsightReqValidationError) Error ¶
func (e SnoozeServiceInsightReqValidationError) Error() string
Error satisfies the builtin error interface
func (SnoozeServiceInsightReqValidationError) ErrorName ¶
func (e SnoozeServiceInsightReqValidationError) ErrorName() string
ErrorName returns error name.
func (SnoozeServiceInsightReqValidationError) Field ¶
func (e SnoozeServiceInsightReqValidationError) Field() string
Field function returns field value.
func (SnoozeServiceInsightReqValidationError) Key ¶
func (e SnoozeServiceInsightReqValidationError) Key() bool
Key function returns key value.
func (SnoozeServiceInsightReqValidationError) Reason ¶
func (e SnoozeServiceInsightReqValidationError) Reason() string
Reason function returns reason value.
type SnoozeServiceInsightResp ¶
type SnoozeServiceInsightResp struct {
// contains filtered or unexported fields
}
func (*SnoozeServiceInsightResp) Descriptor
deprecated
func (*SnoozeServiceInsightResp) Descriptor() ([]byte, []int)
Deprecated: Use SnoozeServiceInsightResp.ProtoReflect.Descriptor instead.
func (*SnoozeServiceInsightResp) ProtoMessage ¶
func (*SnoozeServiceInsightResp) ProtoMessage()
func (*SnoozeServiceInsightResp) ProtoReflect ¶
func (x *SnoozeServiceInsightResp) ProtoReflect() protoreflect.Message
func (*SnoozeServiceInsightResp) Reset ¶
func (x *SnoozeServiceInsightResp) Reset()
func (*SnoozeServiceInsightResp) String ¶
func (x *SnoozeServiceInsightResp) String() string
func (*SnoozeServiceInsightResp) Validate ¶
func (m *SnoozeServiceInsightResp) Validate() error
Validate checks the field values on SnoozeServiceInsightResp 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 (*SnoozeServiceInsightResp) ValidateAll ¶
func (m *SnoozeServiceInsightResp) ValidateAll() error
ValidateAll checks the field values on SnoozeServiceInsightResp 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 SnoozeServiceInsightRespMultiError, or nil if none found.
type SnoozeServiceInsightRespMultiError ¶
type SnoozeServiceInsightRespMultiError []error
SnoozeServiceInsightRespMultiError is an error wrapping multiple validation errors returned by SnoozeServiceInsightResp.ValidateAll() if the designated constraints aren't met.
func (SnoozeServiceInsightRespMultiError) AllErrors ¶
func (m SnoozeServiceInsightRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SnoozeServiceInsightRespMultiError) Error ¶
func (m SnoozeServiceInsightRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SnoozeServiceInsightRespValidationError ¶
type SnoozeServiceInsightRespValidationError struct {
// contains filtered or unexported fields
}
SnoozeServiceInsightRespValidationError is the validation error returned by SnoozeServiceInsightResp.Validate if the designated constraints aren't met.
func (SnoozeServiceInsightRespValidationError) Cause ¶
func (e SnoozeServiceInsightRespValidationError) Cause() error
Cause function returns cause value.
func (SnoozeServiceInsightRespValidationError) Error ¶
func (e SnoozeServiceInsightRespValidationError) Error() string
Error satisfies the builtin error interface
func (SnoozeServiceInsightRespValidationError) ErrorName ¶
func (e SnoozeServiceInsightRespValidationError) ErrorName() string
ErrorName returns error name.
func (SnoozeServiceInsightRespValidationError) Field ¶
func (e SnoozeServiceInsightRespValidationError) Field() string
Field function returns field value.
func (SnoozeServiceInsightRespValidationError) Key ¶
func (e SnoozeServiceInsightRespValidationError) Key() bool
Key function returns key value.
func (SnoozeServiceInsightRespValidationError) Reason ¶
func (e SnoozeServiceInsightRespValidationError) Reason() string
Reason function returns reason value.
type TLSCertificate ¶
type TLSCertificate struct { TlsCert *TLSSecret `protobuf:"bytes,1,opt,name=tls_cert,json=tlsCert,proto3" json:"tls_cert,omitempty"` TlsKey *TLSSecret `protobuf:"bytes,2,opt,name=tls_key,json=tlsKey,proto3" json:"tls_key,omitempty"` // contains filtered or unexported fields }
func (*TLSCertificate) Descriptor
deprecated
func (*TLSCertificate) Descriptor() ([]byte, []int)
Deprecated: Use TLSCertificate.ProtoReflect.Descriptor instead.
func (*TLSCertificate) GetTlsCert ¶
func (x *TLSCertificate) GetTlsCert() *TLSSecret
func (*TLSCertificate) GetTlsKey ¶
func (x *TLSCertificate) GetTlsKey() *TLSSecret
func (*TLSCertificate) ProtoMessage ¶
func (*TLSCertificate) ProtoMessage()
func (*TLSCertificate) ProtoReflect ¶
func (x *TLSCertificate) ProtoReflect() protoreflect.Message
func (*TLSCertificate) Reset ¶
func (x *TLSCertificate) Reset()
func (*TLSCertificate) String ¶
func (x *TLSCertificate) String() string
func (*TLSCertificate) Validate ¶
func (m *TLSCertificate) Validate() error
Validate checks the field values on TLSCertificate 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 (*TLSCertificate) ValidateAll ¶
func (m *TLSCertificate) ValidateAll() error
ValidateAll checks the field values on TLSCertificate 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 TLSCertificateMultiError, or nil if none found.
type TLSCertificateMultiError ¶
type TLSCertificateMultiError []error
TLSCertificateMultiError is an error wrapping multiple validation errors returned by TLSCertificate.ValidateAll() if the designated constraints aren't met.
func (TLSCertificateMultiError) AllErrors ¶
func (m TLSCertificateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TLSCertificateMultiError) Error ¶
func (m TLSCertificateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TLSCertificateValidationError ¶
type TLSCertificateValidationError struct {
// contains filtered or unexported fields
}
TLSCertificateValidationError is the validation error returned by TLSCertificate.Validate if the designated constraints aren't met.
func (TLSCertificateValidationError) Cause ¶
func (e TLSCertificateValidationError) Cause() error
Cause function returns cause value.
func (TLSCertificateValidationError) Error ¶
func (e TLSCertificateValidationError) Error() string
Error satisfies the builtin error interface
func (TLSCertificateValidationError) ErrorName ¶
func (e TLSCertificateValidationError) ErrorName() string
ErrorName returns error name.
func (TLSCertificateValidationError) Field ¶
func (e TLSCertificateValidationError) Field() string
Field function returns field value.
func (TLSCertificateValidationError) Key ¶
func (e TLSCertificateValidationError) Key() bool
Key function returns key value.
func (TLSCertificateValidationError) Reason ¶
func (e TLSCertificateValidationError) Reason() string
Reason function returns reason value.
type TLSSecret ¶
type TLSSecret struct { // Types that are assignable to TlsSecret: // // *TLSSecret_RawSecret // *TLSSecret_Secret TlsSecret isTLSSecret_TlsSecret `protobuf_oneof:"tls_secret"` // contains filtered or unexported fields }
func (*TLSSecret) Descriptor
deprecated
func (*TLSSecret) GetRawSecret ¶
func (*TLSSecret) GetSecret ¶
func (x *TLSSecret) GetSecret() *common_config.Secret
func (*TLSSecret) GetTlsSecret ¶
func (m *TLSSecret) GetTlsSecret() isTLSSecret_TlsSecret
func (*TLSSecret) ProtoMessage ¶
func (*TLSSecret) ProtoMessage()
func (*TLSSecret) ProtoReflect ¶
func (x *TLSSecret) ProtoReflect() protoreflect.Message
func (*TLSSecret) Validate ¶
Validate checks the field values on TLSSecret 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 (*TLSSecret) ValidateAll ¶
ValidateAll checks the field values on TLSSecret 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 TLSSecretMultiError, or nil if none found.
type TLSSecretMultiError ¶
type TLSSecretMultiError []error
TLSSecretMultiError is an error wrapping multiple validation errors returned by TLSSecret.ValidateAll() if the designated constraints aren't met.
func (TLSSecretMultiError) AllErrors ¶
func (m TLSSecretMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TLSSecretMultiError) Error ¶
func (m TLSSecretMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TLSSecretValidationError ¶
type TLSSecretValidationError struct {
// contains filtered or unexported fields
}
TLSSecretValidationError is the validation error returned by TLSSecret.Validate if the designated constraints aren't met.
func (TLSSecretValidationError) Cause ¶
func (e TLSSecretValidationError) Cause() error
Cause function returns cause value.
func (TLSSecretValidationError) Error ¶
func (e TLSSecretValidationError) Error() string
Error satisfies the builtin error interface
func (TLSSecretValidationError) ErrorName ¶
func (e TLSSecretValidationError) ErrorName() string
ErrorName returns error name.
func (TLSSecretValidationError) Field ¶
func (e TLSSecretValidationError) Field() string
Field function returns field value.
func (TLSSecretValidationError) Key ¶
func (e TLSSecretValidationError) Key() bool
Key function returns key value.
func (TLSSecretValidationError) Reason ¶
func (e TLSSecretValidationError) Reason() string
Reason function returns reason value.
type TLSSecret_RawSecret ¶
type TLSSecret_RawSecret struct { // Raw secret value to be used for user-editable YAML and RPC calls. RawSecret string `protobuf:"bytes,3,opt,name=raw_secret,json=rawSecret,proto3,oneof"` }
type TLSSecret_Secret ¶
type TLSSecret_Secret struct { // Externally stored secret. Secret *common_config.Secret `protobuf:"bytes,4,opt,name=secret,proto3,oneof"` }
type TaskConfig ¶
type TaskConfig struct { Program *common_config.ProgramConfig `protobuf:"bytes,1,opt,name=program,proto3" json:"program,omitempty"` // optional base program to take configs from. If specified, `program` field will act // like an override instead. BaseProgram *ProgramReference `protobuf:"bytes,2,opt,name=base_program,json=baseProgram,proto3" json:"base_program,omitempty"` // if not set, the task will not be retried once it starts executing once. RetryConfig *common_config.RetryConfig `protobuf:"bytes,3,opt,name=retry_config,json=retryConfig,proto3" json:"retry_config,omitempty"` // Instead of defining a new task, reference an existing custom task and use that. This is meant // to be used in conjunection with per_release_channel to allow multiple release channels to use // a single custom task. If set, the program definition is ignored except for program name. Ref *TaskReference `protobuf:"bytes,4,opt,name=ref,proto3" json:"ref,omitempty"` // contains filtered or unexported fields }
func (*TaskConfig) Descriptor
deprecated
func (*TaskConfig) Descriptor() ([]byte, []int)
Deprecated: Use TaskConfig.ProtoReflect.Descriptor instead.
func (*TaskConfig) GetBaseProgram ¶
func (x *TaskConfig) GetBaseProgram() *ProgramReference
func (*TaskConfig) GetProgram ¶
func (x *TaskConfig) GetProgram() *common_config.ProgramConfig
func (*TaskConfig) GetRef ¶
func (x *TaskConfig) GetRef() *TaskReference
func (*TaskConfig) GetRetryConfig ¶
func (x *TaskConfig) GetRetryConfig() *common_config.RetryConfig
func (*TaskConfig) ProtoMessage ¶
func (*TaskConfig) ProtoMessage()
func (*TaskConfig) ProtoReflect ¶
func (x *TaskConfig) ProtoReflect() protoreflect.Message
func (*TaskConfig) Reset ¶
func (x *TaskConfig) Reset()
func (*TaskConfig) String ¶
func (x *TaskConfig) String() string
func (*TaskConfig) Validate ¶
func (m *TaskConfig) Validate() error
Validate checks the field values on TaskConfig 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 (*TaskConfig) ValidateAll ¶
func (m *TaskConfig) ValidateAll() error
ValidateAll checks the field values on TaskConfig 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 TaskConfigMultiError, or nil if none found.
type TaskConfigMultiError ¶
type TaskConfigMultiError []error
TaskConfigMultiError is an error wrapping multiple validation errors returned by TaskConfig.ValidateAll() if the designated constraints aren't met.
func (TaskConfigMultiError) AllErrors ¶
func (m TaskConfigMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TaskConfigMultiError) Error ¶
func (m TaskConfigMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TaskConfigValidationError ¶
type TaskConfigValidationError struct {
// contains filtered or unexported fields
}
TaskConfigValidationError is the validation error returned by TaskConfig.Validate if the designated constraints aren't met.
func (TaskConfigValidationError) Cause ¶
func (e TaskConfigValidationError) Cause() error
Cause function returns cause value.
func (TaskConfigValidationError) Error ¶
func (e TaskConfigValidationError) Error() string
Error satisfies the builtin error interface
func (TaskConfigValidationError) ErrorName ¶
func (e TaskConfigValidationError) ErrorName() string
ErrorName returns error name.
func (TaskConfigValidationError) Field ¶
func (e TaskConfigValidationError) Field() string
Field function returns field value.
func (TaskConfigValidationError) Key ¶
func (e TaskConfigValidationError) Key() bool
Key function returns key value.
func (TaskConfigValidationError) Reason ¶
func (e TaskConfigValidationError) Reason() string
Reason function returns reason value.
type TaskReference ¶
type TaskReference struct { // Types that are assignable to Ref: // // *TaskReference_ReleaseChannel Ref isTaskReference_Ref `protobuf_oneof:"ref"` // contains filtered or unexported fields }
func (*TaskReference) Descriptor
deprecated
func (*TaskReference) Descriptor() ([]byte, []int)
Deprecated: Use TaskReference.ProtoReflect.Descriptor instead.
func (*TaskReference) GetRef ¶
func (m *TaskReference) GetRef() isTaskReference_Ref
func (*TaskReference) GetReleaseChannel ¶
func (x *TaskReference) GetReleaseChannel() string
func (*TaskReference) ProtoMessage ¶
func (*TaskReference) ProtoMessage()
func (*TaskReference) ProtoReflect ¶
func (x *TaskReference) ProtoReflect() protoreflect.Message
func (*TaskReference) Reset ¶
func (x *TaskReference) Reset()
func (*TaskReference) String ¶
func (x *TaskReference) String() string
func (*TaskReference) Validate ¶
func (m *TaskReference) Validate() error
Validate checks the field values on TaskReference 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 (*TaskReference) ValidateAll ¶
func (m *TaskReference) ValidateAll() error
ValidateAll checks the field values on TaskReference 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 TaskReferenceMultiError, or nil if none found.
type TaskReferenceMultiError ¶
type TaskReferenceMultiError []error
TaskReferenceMultiError is an error wrapping multiple validation errors returned by TaskReference.ValidateAll() if the designated constraints aren't met.
func (TaskReferenceMultiError) AllErrors ¶
func (m TaskReferenceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TaskReferenceMultiError) Error ¶
func (m TaskReferenceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TaskReferenceValidationError ¶
type TaskReferenceValidationError struct {
// contains filtered or unexported fields
}
TaskReferenceValidationError is the validation error returned by TaskReference.Validate if the designated constraints aren't met.
func (TaskReferenceValidationError) Cause ¶
func (e TaskReferenceValidationError) Cause() error
Cause function returns cause value.
func (TaskReferenceValidationError) Error ¶
func (e TaskReferenceValidationError) Error() string
Error satisfies the builtin error interface
func (TaskReferenceValidationError) ErrorName ¶
func (e TaskReferenceValidationError) ErrorName() string
ErrorName returns error name.
func (TaskReferenceValidationError) Field ¶
func (e TaskReferenceValidationError) Field() string
Field function returns field value.
func (TaskReferenceValidationError) Key ¶
func (e TaskReferenceValidationError) Key() bool
Key function returns key value.
func (TaskReferenceValidationError) Reason ¶
func (e TaskReferenceValidationError) Reason() string
Reason function returns reason value.
type TaskReference_ReleaseChannel ¶
type TaskReference_ReleaseChannel struct {
ReleaseChannel string `protobuf:"bytes,1,opt,name=release_channel,json=releaseChannel,proto3,oneof"`
}
type UnimplementedServiceManagerServer ¶
type UnimplementedServiceManagerServer struct { }
UnimplementedServiceManagerServer must be embedded to have forward compatible implementations.
func (UnimplementedServiceManagerServer) ApplyParameters ¶
func (UnimplementedServiceManagerServer) ApplyParameters(context.Context, *ApplyParametersReq) (*ApplyParametersResp, error)
func (UnimplementedServiceManagerServer) ConfigureService ¶
func (UnimplementedServiceManagerServer) ConfigureService(context.Context, *ConfigureServiceReq) (*ConfigureServiceResp, error)
func (UnimplementedServiceManagerServer) DeleteService ¶
func (UnimplementedServiceManagerServer) DeleteService(context.Context, *DeleteServiceReq) (*DeleteServiceResp, error)
func (UnimplementedServiceManagerServer) GenerateVersionName ¶ added in v0.2.13
func (UnimplementedServiceManagerServer) GenerateVersionName(context.Context, *GenerateVersionNameReq) (*GenerateVersionNameResp, error)
func (UnimplementedServiceManagerServer) GetMaterializedConfig ¶
func (UnimplementedServiceManagerServer) GetMaterializedConfig(context.Context, *GetMaterializedConfigReq) (*GetMaterializedConfigResp, error)
func (UnimplementedServiceManagerServer) GetService ¶
func (UnimplementedServiceManagerServer) GetService(context.Context, *GetServiceReq) (*GetServiceResp, error)
func (UnimplementedServiceManagerServer) GetServiceConfig ¶
func (UnimplementedServiceManagerServer) GetServiceConfig(context.Context, *GetServiceConfigReq) (*GetServiceConfigResp, error)
func (UnimplementedServiceManagerServer) GetServiceInsights ¶
func (UnimplementedServiceManagerServer) GetServiceInsights(context.Context, *GetServiceInsightsReq) (*GetServiceInsightsResp, error)
func (UnimplementedServiceManagerServer) GetServiceInstance ¶
func (UnimplementedServiceManagerServer) GetServiceInstance(context.Context, *GetServiceInstanceReq) (*GetServiceInstanceResp, error)
func (UnimplementedServiceManagerServer) GetServiceMetadata ¶
func (UnimplementedServiceManagerServer) GetServiceMetadata(context.Context, *GetServiceMetadataReq) (*GetServiceMetadataResp, error)
func (UnimplementedServiceManagerServer) GetServiceMetrics ¶
func (UnimplementedServiceManagerServer) GetServiceMetrics(context.Context, *GetServiceMetricsReq) (*GetServiceMetricsResp, error)
func (UnimplementedServiceManagerServer) ListCommits ¶
func (UnimplementedServiceManagerServer) ListCommits(context.Context, *ListCommitsReq) (*ListCommitsResp, error)
func (UnimplementedServiceManagerServer) ListMaterializedConfigVersions ¶
func (UnimplementedServiceManagerServer) ListMaterializedConfigVersions(context.Context, *ListMaterializedConfigVersionsReq) (*ListMaterializedConfigVersionsResp, error)
func (UnimplementedServiceManagerServer) ListServiceConfigVersions ¶
func (UnimplementedServiceManagerServer) ListServiceConfigVersions(context.Context, *ListServiceConfigVersionsReq) (*ListServiceConfigVersionsResp, error)
func (UnimplementedServiceManagerServer) ListServiceInstances ¶
func (UnimplementedServiceManagerServer) ListServiceInstances(context.Context, *ListServiceInstancesReq) (*ListServiceInstancesResp, error)
func (UnimplementedServiceManagerServer) ListServices ¶
func (UnimplementedServiceManagerServer) ListServices(context.Context, *ListServicesReq) (*ListServicesResp, error)
func (UnimplementedServiceManagerServer) SetServiceConvergenceMode ¶ added in v0.2.3
func (UnimplementedServiceManagerServer) SetServiceConvergenceMode(context.Context, *SetServiceConvergenceModeReq) (*SetServiceConvergenceModeResp, error)
func (UnimplementedServiceManagerServer) SetServiceMetadata ¶
func (UnimplementedServiceManagerServer) SetServiceMetadata(context.Context, *SetServiceMetadataReq) (*SetServiceMetadataResp, error)
func (UnimplementedServiceManagerServer) SnoozeServiceInsight ¶
func (UnimplementedServiceManagerServer) SnoozeServiceInsight(context.Context, *SnoozeServiceInsightReq) (*SnoozeServiceInsightResp, error)
func (UnimplementedServiceManagerServer) ValidateApplyParameters ¶
func (UnimplementedServiceManagerServer) ValidateApplyParameters(context.Context, *ApplyParametersReq) (*ValidateApplyParametersResp, error)
func (UnimplementedServiceManagerServer) ValidateConfigureService ¶ added in v0.2.13
func (UnimplementedServiceManagerServer) ValidateConfigureService(context.Context, *ConfigureServiceReq) (*ValidateConfigureServiceResp, error)
type UnsafeServiceManagerServer ¶
type UnsafeServiceManagerServer interface {
// contains filtered or unexported methods
}
UnsafeServiceManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceManagerServer will result in compilation errors.
type ValidateApplyParametersResp ¶
type ValidateApplyParametersResp struct { Config *ServiceConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"` // config as passed in by user CompiledConfig *ServiceConfig `protobuf:"bytes,2,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` // config with defaults applied AppVersion string `protobuf:"bytes,3,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"` // the app version that is used for validation CompiledServiceInstanceConfigs []*CompiledServiceInstanceConfig `` // compiled config per release channel, with per-release-channel overrides applied /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ValidateApplyParametersResp) Descriptor
deprecated
func (*ValidateApplyParametersResp) Descriptor() ([]byte, []int)
Deprecated: Use ValidateApplyParametersResp.ProtoReflect.Descriptor instead.
func (*ValidateApplyParametersResp) GetAppVersion ¶
func (x *ValidateApplyParametersResp) GetAppVersion() string
func (*ValidateApplyParametersResp) GetCompiledConfig ¶
func (x *ValidateApplyParametersResp) GetCompiledConfig() *ServiceConfig
func (*ValidateApplyParametersResp) GetCompiledServiceInstanceConfigs ¶
func (x *ValidateApplyParametersResp) GetCompiledServiceInstanceConfigs() []*CompiledServiceInstanceConfig
func (*ValidateApplyParametersResp) GetConfig ¶
func (x *ValidateApplyParametersResp) GetConfig() *ServiceConfig
func (*ValidateApplyParametersResp) ProtoMessage ¶
func (*ValidateApplyParametersResp) ProtoMessage()
func (*ValidateApplyParametersResp) ProtoReflect ¶
func (x *ValidateApplyParametersResp) ProtoReflect() protoreflect.Message
func (*ValidateApplyParametersResp) Reset ¶
func (x *ValidateApplyParametersResp) Reset()
func (*ValidateApplyParametersResp) String ¶
func (x *ValidateApplyParametersResp) String() string
func (*ValidateApplyParametersResp) Validate ¶
func (m *ValidateApplyParametersResp) Validate() error
Validate checks the field values on ValidateApplyParametersResp 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 (*ValidateApplyParametersResp) ValidateAll ¶
func (m *ValidateApplyParametersResp) ValidateAll() error
ValidateAll checks the field values on ValidateApplyParametersResp 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 ValidateApplyParametersRespMultiError, or nil if none found.
type ValidateApplyParametersRespMultiError ¶
type ValidateApplyParametersRespMultiError []error
ValidateApplyParametersRespMultiError is an error wrapping multiple validation errors returned by ValidateApplyParametersResp.ValidateAll() if the designated constraints aren't met.
func (ValidateApplyParametersRespMultiError) AllErrors ¶
func (m ValidateApplyParametersRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateApplyParametersRespMultiError) Error ¶
func (m ValidateApplyParametersRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateApplyParametersRespValidationError ¶
type ValidateApplyParametersRespValidationError struct {
// contains filtered or unexported fields
}
ValidateApplyParametersRespValidationError is the validation error returned by ValidateApplyParametersResp.Validate if the designated constraints aren't met.
func (ValidateApplyParametersRespValidationError) Cause ¶
func (e ValidateApplyParametersRespValidationError) Cause() error
Cause function returns cause value.
func (ValidateApplyParametersRespValidationError) Error ¶
func (e ValidateApplyParametersRespValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateApplyParametersRespValidationError) ErrorName ¶
func (e ValidateApplyParametersRespValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateApplyParametersRespValidationError) Field ¶
func (e ValidateApplyParametersRespValidationError) Field() string
Field function returns field value.
func (ValidateApplyParametersRespValidationError) Key ¶
func (e ValidateApplyParametersRespValidationError) Key() bool
Key function returns key value.
func (ValidateApplyParametersRespValidationError) Reason ¶
func (e ValidateApplyParametersRespValidationError) Reason() string
Reason function returns reason value.
type ValidateConfigureServiceResp ¶ added in v0.2.13
type ValidateConfigureServiceResp struct { InputConfig *ServiceConfig `protobuf:"bytes,1,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"` // config as passed in by user CompiledConfig *ServiceConfig `protobuf:"bytes,2,opt,name=compiled_config,json=compiledConfig,proto3" json:"compiled_config,omitempty"` // config with defaults applied // contains filtered or unexported fields }
func (*ValidateConfigureServiceResp) Descriptor
deprecated
added in
v0.2.13
func (*ValidateConfigureServiceResp) Descriptor() ([]byte, []int)
Deprecated: Use ValidateConfigureServiceResp.ProtoReflect.Descriptor instead.
func (*ValidateConfigureServiceResp) GetCompiledConfig ¶ added in v0.2.13
func (x *ValidateConfigureServiceResp) GetCompiledConfig() *ServiceConfig
func (*ValidateConfigureServiceResp) GetInputConfig ¶ added in v0.2.13
func (x *ValidateConfigureServiceResp) GetInputConfig() *ServiceConfig
func (*ValidateConfigureServiceResp) ProtoMessage ¶ added in v0.2.13
func (*ValidateConfigureServiceResp) ProtoMessage()
func (*ValidateConfigureServiceResp) ProtoReflect ¶ added in v0.2.13
func (x *ValidateConfigureServiceResp) ProtoReflect() protoreflect.Message
func (*ValidateConfigureServiceResp) Reset ¶ added in v0.2.13
func (x *ValidateConfigureServiceResp) Reset()
func (*ValidateConfigureServiceResp) String ¶ added in v0.2.13
func (x *ValidateConfigureServiceResp) String() string
func (*ValidateConfigureServiceResp) Validate ¶ added in v0.2.13
func (m *ValidateConfigureServiceResp) Validate() error
Validate checks the field values on ValidateConfigureServiceResp 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 (*ValidateConfigureServiceResp) ValidateAll ¶ added in v0.2.13
func (m *ValidateConfigureServiceResp) ValidateAll() error
ValidateAll checks the field values on ValidateConfigureServiceResp 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 ValidateConfigureServiceRespMultiError, or nil if none found.
type ValidateConfigureServiceRespMultiError ¶ added in v0.2.13
type ValidateConfigureServiceRespMultiError []error
ValidateConfigureServiceRespMultiError is an error wrapping multiple validation errors returned by ValidateConfigureServiceResp.ValidateAll() if the designated constraints aren't met.
func (ValidateConfigureServiceRespMultiError) AllErrors ¶ added in v0.2.13
func (m ValidateConfigureServiceRespMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidateConfigureServiceRespMultiError) Error ¶ added in v0.2.13
func (m ValidateConfigureServiceRespMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidateConfigureServiceRespValidationError ¶ added in v0.2.13
type ValidateConfigureServiceRespValidationError struct {
// contains filtered or unexported fields
}
ValidateConfigureServiceRespValidationError is the validation error returned by ValidateConfigureServiceResp.Validate if the designated constraints aren't met.
func (ValidateConfigureServiceRespValidationError) Cause ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) Cause() error
Cause function returns cause value.
func (ValidateConfigureServiceRespValidationError) Error ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) Error() string
Error satisfies the builtin error interface
func (ValidateConfigureServiceRespValidationError) ErrorName ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) ErrorName() string
ErrorName returns error name.
func (ValidateConfigureServiceRespValidationError) Field ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) Field() string
Field function returns field value.
func (ValidateConfigureServiceRespValidationError) Key ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) Key() bool
Key function returns key value.
func (ValidateConfigureServiceRespValidationError) Reason ¶ added in v0.2.13
func (e ValidateConfigureServiceRespValidationError) Reason() string
Reason function returns reason value.