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