Documentation ¶
Index ¶
- Variables
- type PreviousHostsPredicate
- func (*PreviousHostsPredicate) Descriptor() ([]byte, []int)deprecated
- func (*PreviousHostsPredicate) ProtoMessage()
- func (x *PreviousHostsPredicate) ProtoReflect() protoreflect.Message
- func (x *PreviousHostsPredicate) Reset()
- func (x *PreviousHostsPredicate) String() string
- func (m *PreviousHostsPredicate) Validate() error
- func (m *PreviousHostsPredicate) ValidateAll() error
- type PreviousHostsPredicateMultiError
- type PreviousHostsPredicateValidationError
- func (e PreviousHostsPredicateValidationError) Cause() error
- func (e PreviousHostsPredicateValidationError) Error() string
- func (e PreviousHostsPredicateValidationError) ErrorName() string
- func (e PreviousHostsPredicateValidationError) Field() string
- func (e PreviousHostsPredicateValidationError) Key() bool
- func (e PreviousHostsPredicateValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
var File_envoy_extensions_retry_host_previous_hosts_v3_previous_hosts_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type PreviousHostsPredicate ¶
type PreviousHostsPredicate struct {
// contains filtered or unexported fields
}
func (*PreviousHostsPredicate) Descriptor
deprecated
func (*PreviousHostsPredicate) Descriptor() ([]byte, []int)
Deprecated: Use PreviousHostsPredicate.ProtoReflect.Descriptor instead.
func (*PreviousHostsPredicate) ProtoMessage ¶
func (*PreviousHostsPredicate) ProtoMessage()
func (*PreviousHostsPredicate) ProtoReflect ¶
func (x *PreviousHostsPredicate) ProtoReflect() protoreflect.Message
func (*PreviousHostsPredicate) Reset ¶
func (x *PreviousHostsPredicate) Reset()
func (*PreviousHostsPredicate) String ¶
func (x *PreviousHostsPredicate) String() string
func (*PreviousHostsPredicate) Validate ¶
func (m *PreviousHostsPredicate) Validate() error
Validate checks the field values on PreviousHostsPredicate 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 (*PreviousHostsPredicate) ValidateAll ¶
func (m *PreviousHostsPredicate) ValidateAll() error
ValidateAll checks the field values on PreviousHostsPredicate 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 PreviousHostsPredicateMultiError, or nil if none found.
type PreviousHostsPredicateMultiError ¶
type PreviousHostsPredicateMultiError []error
PreviousHostsPredicateMultiError is an error wrapping multiple validation errors returned by PreviousHostsPredicate.ValidateAll() if the designated constraints aren't met.
func (PreviousHostsPredicateMultiError) AllErrors ¶
func (m PreviousHostsPredicateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PreviousHostsPredicateMultiError) Error ¶
func (m PreviousHostsPredicateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PreviousHostsPredicateValidationError ¶
type PreviousHostsPredicateValidationError struct {
// contains filtered or unexported fields
}
PreviousHostsPredicateValidationError is the validation error returned by PreviousHostsPredicate.Validate if the designated constraints aren't met.
func (PreviousHostsPredicateValidationError) Cause ¶
func (e PreviousHostsPredicateValidationError) Cause() error
Cause function returns cause value.
func (PreviousHostsPredicateValidationError) Error ¶
func (e PreviousHostsPredicateValidationError) Error() string
Error satisfies the builtin error interface
func (PreviousHostsPredicateValidationError) ErrorName ¶
func (e PreviousHostsPredicateValidationError) ErrorName() string
ErrorName returns error name.
func (PreviousHostsPredicateValidationError) Field ¶
func (e PreviousHostsPredicateValidationError) Field() string
Field function returns field value.
func (PreviousHostsPredicateValidationError) Key ¶
func (e PreviousHostsPredicateValidationError) Key() bool
Key function returns key value.
func (PreviousHostsPredicateValidationError) Reason ¶
func (e PreviousHostsPredicateValidationError) Reason() string
Reason function returns reason value.