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