notificationv1alpha1

package
v1.71.0 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_commonfate_control_notification_v1alpha1_notification_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetUserNotificationSettingsRequest

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

func (*GetUserNotificationSettingsRequest) Descriptor deprecated

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

Deprecated: Use GetUserNotificationSettingsRequest.ProtoReflect.Descriptor instead.

func (*GetUserNotificationSettingsRequest) ProtoMessage

func (*GetUserNotificationSettingsRequest) ProtoMessage()

func (*GetUserNotificationSettingsRequest) ProtoReflect

func (*GetUserNotificationSettingsRequest) Reset

func (*GetUserNotificationSettingsRequest) String

func (*GetUserNotificationSettingsRequest) Validate

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

func (m *GetUserNotificationSettingsRequest) ValidateAll() error

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

type GetUserNotificationSettingsRequestMultiError

type GetUserNotificationSettingsRequestMultiError []error

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

func (GetUserNotificationSettingsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserNotificationSettingsRequestMultiError) Error

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

type GetUserNotificationSettingsRequestValidationError

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

GetUserNotificationSettingsRequestValidationError is the validation error returned by GetUserNotificationSettingsRequest.Validate if the designated constraints aren't met.

func (GetUserNotificationSettingsRequestValidationError) Cause

Cause function returns cause value.

func (GetUserNotificationSettingsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserNotificationSettingsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserNotificationSettingsRequestValidationError) Field

Field function returns field value.

func (GetUserNotificationSettingsRequestValidationError) Key

Key function returns key value.

func (GetUserNotificationSettingsRequestValidationError) Reason

Reason function returns reason value.

type GetUserNotificationSettingsResponse

type GetUserNotificationSettingsResponse struct {
	UserNotificationSettings *UserNotificationSettings `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserNotificationSettingsResponse) Descriptor deprecated

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

Deprecated: Use GetUserNotificationSettingsResponse.ProtoReflect.Descriptor instead.

func (*GetUserNotificationSettingsResponse) GetUserNotificationSettings

func (x *GetUserNotificationSettingsResponse) GetUserNotificationSettings() *UserNotificationSettings

func (*GetUserNotificationSettingsResponse) ProtoMessage

func (*GetUserNotificationSettingsResponse) ProtoMessage()

func (*GetUserNotificationSettingsResponse) ProtoReflect

func (*GetUserNotificationSettingsResponse) Reset

func (*GetUserNotificationSettingsResponse) String

func (*GetUserNotificationSettingsResponse) Validate

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

func (m *GetUserNotificationSettingsResponse) ValidateAll() error

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

type GetUserNotificationSettingsResponseMultiError

type GetUserNotificationSettingsResponseMultiError []error

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

func (GetUserNotificationSettingsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetUserNotificationSettingsResponseMultiError) Error

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

type GetUserNotificationSettingsResponseValidationError

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

GetUserNotificationSettingsResponseValidationError is the validation error returned by GetUserNotificationSettingsResponse.Validate if the designated constraints aren't met.

func (GetUserNotificationSettingsResponseValidationError) Cause

Cause function returns cause value.

func (GetUserNotificationSettingsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserNotificationSettingsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserNotificationSettingsResponseValidationError) Field

Field function returns field value.

func (GetUserNotificationSettingsResponseValidationError) Key

Key function returns key value.

func (GetUserNotificationSettingsResponseValidationError) Reason

Reason function returns reason value.

type UpdateUserNotificationSettingsRequest

type UpdateUserNotificationSettingsRequest struct {
	UserNotificationSettings *UserNotificationSettings `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateUserNotificationSettingsRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserNotificationSettingsRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserNotificationSettingsRequest) GetUserNotificationSettings

func (x *UpdateUserNotificationSettingsRequest) GetUserNotificationSettings() *UserNotificationSettings

func (*UpdateUserNotificationSettingsRequest) ProtoMessage

func (*UpdateUserNotificationSettingsRequest) ProtoMessage()

func (*UpdateUserNotificationSettingsRequest) ProtoReflect

func (*UpdateUserNotificationSettingsRequest) Reset

func (*UpdateUserNotificationSettingsRequest) String

func (*UpdateUserNotificationSettingsRequest) Validate

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

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

type UpdateUserNotificationSettingsRequestMultiError

type UpdateUserNotificationSettingsRequestMultiError []error

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

func (UpdateUserNotificationSettingsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateUserNotificationSettingsRequestMultiError) Error

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

type UpdateUserNotificationSettingsRequestValidationError

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

UpdateUserNotificationSettingsRequestValidationError is the validation error returned by UpdateUserNotificationSettingsRequest.Validate if the designated constraints aren't met.

func (UpdateUserNotificationSettingsRequestValidationError) Cause

Cause function returns cause value.

func (UpdateUserNotificationSettingsRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserNotificationSettingsRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserNotificationSettingsRequestValidationError) Field

Field function returns field value.

func (UpdateUserNotificationSettingsRequestValidationError) Key

Key function returns key value.

func (UpdateUserNotificationSettingsRequestValidationError) Reason

Reason function returns reason value.

type UpdateUserNotificationSettingsResponse

type UpdateUserNotificationSettingsResponse struct {
	UserNotificationSettings *UserNotificationSettings `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateUserNotificationSettingsResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserNotificationSettingsResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserNotificationSettingsResponse) GetUserNotificationSettings

func (x *UpdateUserNotificationSettingsResponse) GetUserNotificationSettings() *UserNotificationSettings

func (*UpdateUserNotificationSettingsResponse) ProtoMessage

func (*UpdateUserNotificationSettingsResponse) ProtoReflect

func (*UpdateUserNotificationSettingsResponse) Reset

func (*UpdateUserNotificationSettingsResponse) String

func (*UpdateUserNotificationSettingsResponse) Validate

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

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

type UpdateUserNotificationSettingsResponseMultiError

type UpdateUserNotificationSettingsResponseMultiError []error

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

func (UpdateUserNotificationSettingsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateUserNotificationSettingsResponseMultiError) Error

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

type UpdateUserNotificationSettingsResponseValidationError

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

UpdateUserNotificationSettingsResponseValidationError is the validation error returned by UpdateUserNotificationSettingsResponse.Validate if the designated constraints aren't met.

func (UpdateUserNotificationSettingsResponseValidationError) Cause

Cause function returns cause value.

func (UpdateUserNotificationSettingsResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserNotificationSettingsResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserNotificationSettingsResponseValidationError) Field

Field function returns field value.

func (UpdateUserNotificationSettingsResponseValidationError) Key

Key function returns key value.

func (UpdateUserNotificationSettingsResponseValidationError) Reason

Reason function returns reason value.

type UserNotificationSettings

type UserNotificationSettings struct {
	GrantRequested     bool `protobuf:"varint,1,opt,name=grant_requested,json=grantRequested,proto3" json:"grant_requested,omitempty"`
	GrantApproved      bool `protobuf:"varint,2,opt,name=grant_approved,json=grantApproved,proto3" json:"grant_approved,omitempty"`
	GrantActivated     bool `protobuf:"varint,3,opt,name=grant_activated,json=grantActivated,proto3" json:"grant_activated,omitempty"`
	GrantExtended      bool `protobuf:"varint,4,opt,name=grant_extended,json=grantExtended,proto3" json:"grant_extended,omitempty"`
	GrantRevoked       bool `protobuf:"varint,5,opt,name=grant_revoked,json=grantRevoked,proto3" json:"grant_revoked,omitempty"`
	GrantDeprovisioned bool `protobuf:"varint,6,opt,name=grant_deprovisioned,json=grantDeprovisioned,proto3" json:"grant_deprovisioned,omitempty"`
	// contains filtered or unexported fields
}

func (*UserNotificationSettings) Descriptor deprecated

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

Deprecated: Use UserNotificationSettings.ProtoReflect.Descriptor instead.

func (*UserNotificationSettings) GetGrantActivated

func (x *UserNotificationSettings) GetGrantActivated() bool

func (*UserNotificationSettings) GetGrantApproved

func (x *UserNotificationSettings) GetGrantApproved() bool

func (*UserNotificationSettings) GetGrantDeprovisioned

func (x *UserNotificationSettings) GetGrantDeprovisioned() bool

func (*UserNotificationSettings) GetGrantExtended

func (x *UserNotificationSettings) GetGrantExtended() bool

func (*UserNotificationSettings) GetGrantRequested

func (x *UserNotificationSettings) GetGrantRequested() bool

func (*UserNotificationSettings) GetGrantRevoked

func (x *UserNotificationSettings) GetGrantRevoked() bool

func (*UserNotificationSettings) ProtoMessage

func (*UserNotificationSettings) ProtoMessage()

func (*UserNotificationSettings) ProtoReflect

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

func (*UserNotificationSettings) Reset

func (x *UserNotificationSettings) Reset()

func (*UserNotificationSettings) String

func (x *UserNotificationSettings) String() string

func (*UserNotificationSettings) Validate

func (m *UserNotificationSettings) Validate() error

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

func (m *UserNotificationSettings) ValidateAll() error

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

type UserNotificationSettingsMultiError

type UserNotificationSettingsMultiError []error

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

func (UserNotificationSettingsMultiError) AllErrors

func (m UserNotificationSettingsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserNotificationSettingsMultiError) Error

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

type UserNotificationSettingsValidationError

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

UserNotificationSettingsValidationError is the validation error returned by UserNotificationSettings.Validate if the designated constraints aren't met.

func (UserNotificationSettingsValidationError) Cause

Cause function returns cause value.

func (UserNotificationSettingsValidationError) Error

Error satisfies the builtin error interface

func (UserNotificationSettingsValidationError) ErrorName

ErrorName returns error name.

func (UserNotificationSettingsValidationError) Field

Field function returns field value.

func (UserNotificationSettingsValidationError) Key

Key function returns key value.

func (UserNotificationSettingsValidationError) Reason

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