Documentation ¶
Index ¶
- Variables
- type TcpConnectionPoolProto
- func (*TcpConnectionPoolProto) Descriptor() ([]byte, []int)deprecated
- func (*TcpConnectionPoolProto) ProtoMessage()
- func (x *TcpConnectionPoolProto) ProtoReflect() protoreflect.Message
- func (x *TcpConnectionPoolProto) Reset()
- func (x *TcpConnectionPoolProto) String() string
- func (m *TcpConnectionPoolProto) Validate() error
- type TcpConnectionPoolProtoValidationError
- func (e TcpConnectionPoolProtoValidationError) Cause() error
- func (e TcpConnectionPoolProtoValidationError) Error() string
- func (e TcpConnectionPoolProtoValidationError) ErrorName() string
- func (e TcpConnectionPoolProtoValidationError) Field() string
- func (e TcpConnectionPoolProtoValidationError) Key() bool
- func (e TcpConnectionPoolProtoValidationError) Reason() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_upstreams_http_tcp_v3_tcp_connection_pool_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TcpConnectionPoolProto ¶
type TcpConnectionPoolProto struct {
// contains filtered or unexported fields
}
func (*TcpConnectionPoolProto) Descriptor
deprecated
func (*TcpConnectionPoolProto) Descriptor() ([]byte, []int)
Deprecated: Use TcpConnectionPoolProto.ProtoReflect.Descriptor instead.
func (*TcpConnectionPoolProto) ProtoMessage ¶
func (*TcpConnectionPoolProto) ProtoMessage()
func (*TcpConnectionPoolProto) ProtoReflect ¶
func (x *TcpConnectionPoolProto) ProtoReflect() protoreflect.Message
func (*TcpConnectionPoolProto) Reset ¶
func (x *TcpConnectionPoolProto) Reset()
func (*TcpConnectionPoolProto) String ¶
func (x *TcpConnectionPoolProto) String() string
func (*TcpConnectionPoolProto) Validate ¶
func (m *TcpConnectionPoolProto) Validate() error
Validate checks the field values on TcpConnectionPoolProto with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TcpConnectionPoolProtoValidationError ¶
type TcpConnectionPoolProtoValidationError struct {
// contains filtered or unexported fields
}
TcpConnectionPoolProtoValidationError is the validation error returned by TcpConnectionPoolProto.Validate if the designated constraints aren't met.
func (TcpConnectionPoolProtoValidationError) Cause ¶
func (e TcpConnectionPoolProtoValidationError) Cause() error
Cause function returns cause value.
func (TcpConnectionPoolProtoValidationError) Error ¶
func (e TcpConnectionPoolProtoValidationError) Error() string
Error satisfies the builtin error interface
func (TcpConnectionPoolProtoValidationError) ErrorName ¶
func (e TcpConnectionPoolProtoValidationError) ErrorName() string
ErrorName returns error name.
func (TcpConnectionPoolProtoValidationError) Field ¶
func (e TcpConnectionPoolProtoValidationError) Field() string
Field function returns field value.
func (TcpConnectionPoolProtoValidationError) Key ¶
func (e TcpConnectionPoolProtoValidationError) Key() bool
Key function returns key value.
func (TcpConnectionPoolProtoValidationError) Reason ¶
func (e TcpConnectionPoolProtoValidationError) Reason() string
Reason function returns reason value.
Click to show internal directories.
Click to hide internal directories.