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
- 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 ¶
View Source
var File_envoy_config_retry_previous_hosts_v2_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 ¶ added in v1.7.0
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, an error is returned.
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.
Click to show internal directories.
Click to hide internal directories.