v1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2024 License: Apache-2.0 Imports: 16 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_platform_server_v1_web_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DeleteAppRequest added in v0.3.0

type DeleteAppRequest struct {
	Release string `protobuf:"bytes,1,opt,name=release,proto3" json:"release" csv:"release" pg:"release" bun:"release" yaml:"release"`
	// contains filtered or unexported fields
}

func (*DeleteAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use DeleteAppRequest.ProtoReflect.Descriptor instead.

func (*DeleteAppRequest) GetRelease added in v0.3.0

func (x *DeleteAppRequest) GetRelease() string

func (*DeleteAppRequest) ProtoMessage added in v0.3.0

func (*DeleteAppRequest) ProtoMessage()

func (*DeleteAppRequest) ProtoReflect added in v0.3.0

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

func (*DeleteAppRequest) Reset added in v0.3.0

func (x *DeleteAppRequest) Reset()

func (*DeleteAppRequest) String added in v0.3.0

func (x *DeleteAppRequest) String() string

func (*DeleteAppRequest) Validate added in v0.3.0

func (m *DeleteAppRequest) Validate() error

Validate checks the field values on DeleteAppRequest 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 (*DeleteAppRequest) ValidateAll added in v0.3.0

func (m *DeleteAppRequest) ValidateAll() error

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

type DeleteAppRequestMultiError added in v0.3.0

type DeleteAppRequestMultiError []error

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

func (DeleteAppRequestMultiError) AllErrors added in v0.3.0

func (m DeleteAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppRequestMultiError) Error added in v0.3.0

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

type DeleteAppRequestValidationError added in v0.3.0

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

DeleteAppRequestValidationError is the validation error returned by DeleteAppRequest.Validate if the designated constraints aren't met.

func (DeleteAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type DeleteAppResponse added in v0.3.0

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

func (*DeleteAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use DeleteAppResponse.ProtoReflect.Descriptor instead.

func (*DeleteAppResponse) ProtoMessage added in v0.3.0

func (*DeleteAppResponse) ProtoMessage()

func (*DeleteAppResponse) ProtoReflect added in v0.3.0

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

func (*DeleteAppResponse) Reset added in v0.3.0

func (x *DeleteAppResponse) Reset()

func (*DeleteAppResponse) String added in v0.3.0

func (x *DeleteAppResponse) String() string

func (*DeleteAppResponse) Validate added in v0.3.0

func (m *DeleteAppResponse) Validate() error

Validate checks the field values on DeleteAppResponse 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 (*DeleteAppResponse) ValidateAll added in v0.3.0

func (m *DeleteAppResponse) ValidateAll() error

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

type DeleteAppResponseMultiError added in v0.3.0

type DeleteAppResponseMultiError []error

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

func (DeleteAppResponseMultiError) AllErrors added in v0.3.0

func (m DeleteAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAppResponseMultiError) Error added in v0.3.0

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

type DeleteAppResponseValidationError added in v0.3.0

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

DeleteAppResponseValidationError is the validation error returned by DeleteAppResponse.Validate if the designated constraints aren't met.

func (DeleteAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (DeleteAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (DeleteAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (DeleteAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (DeleteAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (DeleteAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallAppRequest added in v0.3.0

type InstallAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" pg:"chart" bun:"chart" yaml:"chart" csv:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" csv:"repo" pg:"repo" bun:"repo" yaml:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" csv:"release" pg:"release" bun:"release" yaml:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" pg:"values" bun:"values" yaml:"values" csv:"values"`
	// contains filtered or unexported fields
}

func (*InstallAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use InstallAppRequest.ProtoReflect.Descriptor instead.

func (*InstallAppRequest) GetChart added in v0.3.0

func (x *InstallAppRequest) GetChart() string

func (*InstallAppRequest) GetRelease added in v0.3.0

func (x *InstallAppRequest) GetRelease() string

func (*InstallAppRequest) GetRepo added in v0.3.0

func (x *InstallAppRequest) GetRepo() string

func (*InstallAppRequest) GetValues added in v0.3.0

func (x *InstallAppRequest) GetValues() string

func (*InstallAppRequest) ProtoMessage added in v0.3.0

func (*InstallAppRequest) ProtoMessage()

func (*InstallAppRequest) ProtoReflect added in v0.3.0

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

func (*InstallAppRequest) Reset added in v0.3.0

func (x *InstallAppRequest) Reset()

func (*InstallAppRequest) String added in v0.3.0

func (x *InstallAppRequest) String() string

func (*InstallAppRequest) Validate added in v0.3.0

func (m *InstallAppRequest) Validate() error

Validate checks the field values on InstallAppRequest 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 (*InstallAppRequest) ValidateAll added in v0.3.0

func (m *InstallAppRequest) ValidateAll() error

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

type InstallAppRequestMultiError added in v0.3.0

type InstallAppRequestMultiError []error

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

func (InstallAppRequestMultiError) AllErrors added in v0.3.0

func (m InstallAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppRequestMultiError) Error added in v0.3.0

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

type InstallAppRequestValidationError added in v0.3.0

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

InstallAppRequestValidationError is the validation error returned by InstallAppRequest.Validate if the designated constraints aren't met.

func (InstallAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type InstallAppResponse added in v0.3.0

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

func (*InstallAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use InstallAppResponse.ProtoReflect.Descriptor instead.

func (*InstallAppResponse) ProtoMessage added in v0.3.0

func (*InstallAppResponse) ProtoMessage()

func (*InstallAppResponse) ProtoReflect added in v0.3.0

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

func (*InstallAppResponse) Reset added in v0.3.0

func (x *InstallAppResponse) Reset()

func (*InstallAppResponse) String added in v0.3.0

func (x *InstallAppResponse) String() string

func (*InstallAppResponse) Validate added in v0.3.0

func (m *InstallAppResponse) Validate() error

Validate checks the field values on InstallAppResponse 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 (*InstallAppResponse) ValidateAll added in v0.3.0

func (m *InstallAppResponse) ValidateAll() error

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

type InstallAppResponseMultiError added in v0.3.0

type InstallAppResponseMultiError []error

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

func (InstallAppResponseMultiError) AllErrors added in v0.3.0

func (m InstallAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstallAppResponseMultiError) Error added in v0.3.0

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

type InstallAppResponseValidationError added in v0.3.0

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

InstallAppResponseValidationError is the validation error returned by InstallAppResponse.Validate if the designated constraints aren't met.

func (InstallAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (InstallAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (InstallAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (InstallAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (InstallAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (InstallAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

type RestartHostRequest

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

func (*RestartHostRequest) Descriptor deprecated

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

Deprecated: Use RestartHostRequest.ProtoReflect.Descriptor instead.

func (*RestartHostRequest) ProtoMessage

func (*RestartHostRequest) ProtoMessage()

func (*RestartHostRequest) ProtoReflect

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

func (*RestartHostRequest) Reset

func (x *RestartHostRequest) Reset()

func (*RestartHostRequest) String

func (x *RestartHostRequest) String() string

func (*RestartHostRequest) Validate

func (m *RestartHostRequest) Validate() error

Validate checks the field values on RestartHostRequest 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 (*RestartHostRequest) ValidateAll

func (m *RestartHostRequest) ValidateAll() error

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

type RestartHostRequestMultiError

type RestartHostRequestMultiError []error

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

func (RestartHostRequestMultiError) AllErrors

func (m RestartHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostRequestMultiError) Error

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

type RestartHostRequestValidationError

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

RestartHostRequestValidationError is the validation error returned by RestartHostRequest.Validate if the designated constraints aren't met.

func (RestartHostRequestValidationError) Cause

Cause function returns cause value.

func (RestartHostRequestValidationError) Error

Error satisfies the builtin error interface

func (RestartHostRequestValidationError) ErrorName

ErrorName returns error name.

func (RestartHostRequestValidationError) Field

Field function returns field value.

func (RestartHostRequestValidationError) Key

Key function returns key value.

func (RestartHostRequestValidationError) Reason

Reason function returns reason value.

type RestartHostResponse

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

func (*RestartHostResponse) Descriptor deprecated

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

Deprecated: Use RestartHostResponse.ProtoReflect.Descriptor instead.

func (*RestartHostResponse) ProtoMessage

func (*RestartHostResponse) ProtoMessage()

func (*RestartHostResponse) ProtoReflect

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

func (*RestartHostResponse) Reset

func (x *RestartHostResponse) Reset()

func (*RestartHostResponse) String

func (x *RestartHostResponse) String() string

func (*RestartHostResponse) Validate

func (m *RestartHostResponse) Validate() error

Validate checks the field values on RestartHostResponse 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 (*RestartHostResponse) ValidateAll

func (m *RestartHostResponse) ValidateAll() error

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

type RestartHostResponseMultiError

type RestartHostResponseMultiError []error

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

func (RestartHostResponseMultiError) AllErrors

func (m RestartHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RestartHostResponseMultiError) Error

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

type RestartHostResponseValidationError

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

RestartHostResponseValidationError is the validation error returned by RestartHostResponse.Validate if the designated constraints aren't met.

func (RestartHostResponseValidationError) Cause

Cause function returns cause value.

func (RestartHostResponseValidationError) Error

Error satisfies the builtin error interface

func (RestartHostResponseValidationError) ErrorName

ErrorName returns error name.

func (RestartHostResponseValidationError) Field

Field function returns field value.

func (RestartHostResponseValidationError) Key

Key function returns key value.

func (RestartHostResponseValidationError) Reason

Reason function returns reason value.

type ShutdownHostRequest

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

func (*ShutdownHostRequest) Descriptor deprecated

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

Deprecated: Use ShutdownHostRequest.ProtoReflect.Descriptor instead.

func (*ShutdownHostRequest) ProtoMessage

func (*ShutdownHostRequest) ProtoMessage()

func (*ShutdownHostRequest) ProtoReflect

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

func (*ShutdownHostRequest) Reset

func (x *ShutdownHostRequest) Reset()

func (*ShutdownHostRequest) String

func (x *ShutdownHostRequest) String() string

func (*ShutdownHostRequest) Validate

func (m *ShutdownHostRequest) Validate() error

Validate checks the field values on ShutdownHostRequest 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 (*ShutdownHostRequest) ValidateAll

func (m *ShutdownHostRequest) ValidateAll() error

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

type ShutdownHostRequestMultiError

type ShutdownHostRequestMultiError []error

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

func (ShutdownHostRequestMultiError) AllErrors

func (m ShutdownHostRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostRequestMultiError) Error

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

type ShutdownHostRequestValidationError

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

ShutdownHostRequestValidationError is the validation error returned by ShutdownHostRequest.Validate if the designated constraints aren't met.

func (ShutdownHostRequestValidationError) Cause

Cause function returns cause value.

func (ShutdownHostRequestValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostRequestValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostRequestValidationError) Field

Field function returns field value.

func (ShutdownHostRequestValidationError) Key

Key function returns key value.

func (ShutdownHostRequestValidationError) Reason

Reason function returns reason value.

type ShutdownHostResponse

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

func (*ShutdownHostResponse) Descriptor deprecated

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

Deprecated: Use ShutdownHostResponse.ProtoReflect.Descriptor instead.

func (*ShutdownHostResponse) ProtoMessage

func (*ShutdownHostResponse) ProtoMessage()

func (*ShutdownHostResponse) ProtoReflect

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

func (*ShutdownHostResponse) Reset

func (x *ShutdownHostResponse) Reset()

func (*ShutdownHostResponse) String

func (x *ShutdownHostResponse) String() string

func (*ShutdownHostResponse) Validate

func (m *ShutdownHostResponse) Validate() error

Validate checks the field values on ShutdownHostResponse 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 (*ShutdownHostResponse) ValidateAll

func (m *ShutdownHostResponse) ValidateAll() error

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

type ShutdownHostResponseMultiError

type ShutdownHostResponseMultiError []error

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

func (ShutdownHostResponseMultiError) AllErrors

func (m ShutdownHostResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShutdownHostResponseMultiError) Error

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

type ShutdownHostResponseValidationError

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

ShutdownHostResponseValidationError is the validation error returned by ShutdownHostResponse.Validate if the designated constraints aren't met.

func (ShutdownHostResponseValidationError) Cause

Cause function returns cause value.

func (ShutdownHostResponseValidationError) Error

Error satisfies the builtin error interface

func (ShutdownHostResponseValidationError) ErrorName

ErrorName returns error name.

func (ShutdownHostResponseValidationError) Field

Field function returns field value.

func (ShutdownHostResponseValidationError) Key

Key function returns key value.

func (ShutdownHostResponseValidationError) Reason

Reason function returns reason value.

type UpdateAppRequest added in v0.3.0

type UpdateAppRequest struct {
	Chart   string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart" pg:"chart" bun:"chart" yaml:"chart" csv:"chart"`
	Repo    string `protobuf:"bytes,2,opt,name=repo,proto3" json:"repo" bun:"repo" yaml:"repo" csv:"repo" pg:"repo"`
	Release string `protobuf:"bytes,3,opt,name=release,proto3" json:"release" pg:"release" bun:"release" yaml:"release" csv:"release"`
	Values  string `protobuf:"bytes,4,opt,name=values,proto3" json:"values" pg:"values" bun:"values" yaml:"values" csv:"values"`
	// contains filtered or unexported fields
}

func (*UpdateAppRequest) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UpdateAppRequest.ProtoReflect.Descriptor instead.

func (*UpdateAppRequest) GetChart added in v0.3.0

func (x *UpdateAppRequest) GetChart() string

func (*UpdateAppRequest) GetRelease added in v0.3.0

func (x *UpdateAppRequest) GetRelease() string

func (*UpdateAppRequest) GetRepo added in v0.3.0

func (x *UpdateAppRequest) GetRepo() string

func (*UpdateAppRequest) GetValues added in v0.3.0

func (x *UpdateAppRequest) GetValues() string

func (*UpdateAppRequest) ProtoMessage added in v0.3.0

func (*UpdateAppRequest) ProtoMessage()

func (*UpdateAppRequest) ProtoReflect added in v0.3.0

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

func (*UpdateAppRequest) Reset added in v0.3.0

func (x *UpdateAppRequest) Reset()

func (*UpdateAppRequest) String added in v0.3.0

func (x *UpdateAppRequest) String() string

func (*UpdateAppRequest) Validate added in v0.3.0

func (m *UpdateAppRequest) Validate() error

Validate checks the field values on UpdateAppRequest 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 (*UpdateAppRequest) ValidateAll added in v0.3.0

func (m *UpdateAppRequest) ValidateAll() error

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

type UpdateAppRequestMultiError added in v0.3.0

type UpdateAppRequestMultiError []error

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

func (UpdateAppRequestMultiError) AllErrors added in v0.3.0

func (m UpdateAppRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppRequestMultiError) Error added in v0.3.0

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

type UpdateAppRequestValidationError added in v0.3.0

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

UpdateAppRequestValidationError is the validation error returned by UpdateAppRequest.Validate if the designated constraints aren't met.

func (UpdateAppRequestValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppRequestValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppRequestValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppRequestValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppRequestValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppRequestValidationError) Reason added in v0.3.0

Reason function returns reason value.

type UpdateAppResponse added in v0.3.0

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

func (*UpdateAppResponse) Descriptor deprecated added in v0.3.0

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

Deprecated: Use UpdateAppResponse.ProtoReflect.Descriptor instead.

func (*UpdateAppResponse) ProtoMessage added in v0.3.0

func (*UpdateAppResponse) ProtoMessage()

func (*UpdateAppResponse) ProtoReflect added in v0.3.0

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

func (*UpdateAppResponse) Reset added in v0.3.0

func (x *UpdateAppResponse) Reset()

func (*UpdateAppResponse) String added in v0.3.0

func (x *UpdateAppResponse) String() string

func (*UpdateAppResponse) Validate added in v0.3.0

func (m *UpdateAppResponse) Validate() error

Validate checks the field values on UpdateAppResponse 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 (*UpdateAppResponse) ValidateAll added in v0.3.0

func (m *UpdateAppResponse) ValidateAll() error

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

type UpdateAppResponseMultiError added in v0.3.0

type UpdateAppResponseMultiError []error

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

func (UpdateAppResponseMultiError) AllErrors added in v0.3.0

func (m UpdateAppResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateAppResponseMultiError) Error added in v0.3.0

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

type UpdateAppResponseValidationError added in v0.3.0

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

UpdateAppResponseValidationError is the validation error returned by UpdateAppResponse.Validate if the designated constraints aren't met.

func (UpdateAppResponseValidationError) Cause added in v0.3.0

Cause function returns cause value.

func (UpdateAppResponseValidationError) Error added in v0.3.0

Error satisfies the builtin error interface

func (UpdateAppResponseValidationError) ErrorName added in v0.3.0

ErrorName returns error name.

func (UpdateAppResponseValidationError) Field added in v0.3.0

Field function returns field value.

func (UpdateAppResponseValidationError) Key added in v0.3.0

Key function returns key value.

func (UpdateAppResponseValidationError) Reason added in v0.3.0

Reason function returns reason value.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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