Versions in this module Expand all Collapse all v0 v0.9.9 Apr 21, 2021 Changes in this version + var ApiConfigSource_ApiType_name = map[int32]string + var ApiConfigSource_ApiType_value = map[string]int32 + var ApiVersion_name = map[int32]string + var ApiVersion_value = map[string]int32 + var File_envoy_config_core_v3_address_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_backoff_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_base_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_config_source_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_event_service_config_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_extension_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_grpc_method_list_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_grpc_service_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_health_check_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_http_uri_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_protocol_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_proxy_protocol_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_socket_option_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_substitution_format_string_proto protoreflect.FileDescriptor + var File_envoy_config_core_v3_udp_socket_config_proto protoreflect.FileDescriptor + var HealthStatus_name = map[int32]string + var HealthStatus_value = map[string]int32 + var HttpProtocolOptions_HeadersWithUnderscoresAction_name = map[int32]string + var HttpProtocolOptions_HeadersWithUnderscoresAction_value = map[string]int32 + var ProxyProtocolConfig_Version_name = map[int32]string + var ProxyProtocolConfig_Version_value = map[string]int32 + var RequestMethod_name = map[int32]string + var RequestMethod_value = map[string]int32 + var RoutingPriority_name = map[int32]string + var RoutingPriority_value = map[string]int32 + var SocketAddress_Protocol_name = map[int32]string + var SocketAddress_Protocol_value = map[string]int32 + var SocketOption_SocketState_name = map[int32]string + var SocketOption_SocketState_value = map[string]int32 + var TrafficDirection_name = map[int32]string + var TrafficDirection_value = map[string]int32 + type Address struct + Address isAddress_Address + func (*Address) Descriptor() ([]byte, []int) + func (*Address) ProtoMessage() + func (m *Address) GetAddress() isAddress_Address + func (m *Address) Validate() error + func (x *Address) GetEnvoyInternalAddress() *EnvoyInternalAddress + func (x *Address) GetPipe() *Pipe + func (x *Address) GetSocketAddress() *SocketAddress + func (x *Address) ProtoReflect() protoreflect.Message + func (x *Address) Reset() + func (x *Address) String() string + type AddressValidationError struct + func (e AddressValidationError) Cause() error + func (e AddressValidationError) Error() string + func (e AddressValidationError) ErrorName() string + func (e AddressValidationError) Field() string + func (e AddressValidationError) Key() bool + func (e AddressValidationError) Reason() string + type Address_EnvoyInternalAddress struct + EnvoyInternalAddress *EnvoyInternalAddress + type Address_Pipe struct + Pipe *Pipe + type Address_SocketAddress struct + SocketAddress *SocketAddress + type AggregatedConfigSource struct + func (*AggregatedConfigSource) Descriptor() ([]byte, []int) + func (*AggregatedConfigSource) ProtoMessage() + func (m *AggregatedConfigSource) Validate() error + func (x *AggregatedConfigSource) ProtoReflect() protoreflect.Message + func (x *AggregatedConfigSource) Reset() + func (x *AggregatedConfigSource) String() string + type AggregatedConfigSourceValidationError struct + func (e AggregatedConfigSourceValidationError) Cause() error + func (e AggregatedConfigSourceValidationError) Error() string + func (e AggregatedConfigSourceValidationError) ErrorName() string + func (e AggregatedConfigSourceValidationError) Field() string + func (e AggregatedConfigSourceValidationError) Key() bool + func (e AggregatedConfigSourceValidationError) Reason() string + type ApiConfigSource struct + ApiType ApiConfigSource_ApiType + ClusterNames []string + GrpcServices []*GrpcService + RateLimitSettings *RateLimitSettings + RefreshDelay *duration.Duration + RequestTimeout *duration.Duration + SetNodeOnFirstMessageOnly bool + TransportApiVersion ApiVersion + func (*ApiConfigSource) Descriptor() ([]byte, []int) + func (*ApiConfigSource) ProtoMessage() + func (m *ApiConfigSource) Validate() error + func (x *ApiConfigSource) GetApiType() ApiConfigSource_ApiType + func (x *ApiConfigSource) GetClusterNames() []string + func (x *ApiConfigSource) GetGrpcServices() []*GrpcService + func (x *ApiConfigSource) GetRateLimitSettings() *RateLimitSettings + func (x *ApiConfigSource) GetRefreshDelay() *duration.Duration + func (x *ApiConfigSource) GetRequestTimeout() *duration.Duration + func (x *ApiConfigSource) GetSetNodeOnFirstMessageOnly() bool + func (x *ApiConfigSource) GetTransportApiVersion() ApiVersion + func (x *ApiConfigSource) ProtoReflect() protoreflect.Message + func (x *ApiConfigSource) Reset() + func (x *ApiConfigSource) String() string + type ApiConfigSourceValidationError struct + func (e ApiConfigSourceValidationError) Cause() error + func (e ApiConfigSourceValidationError) Error() string + func (e ApiConfigSourceValidationError) ErrorName() string + func (e ApiConfigSourceValidationError) Field() string + func (e ApiConfigSourceValidationError) Key() bool + func (e ApiConfigSourceValidationError) Reason() string + type ApiConfigSource_ApiType int32 + const ApiConfigSource_AGGREGATED_DELTA_GRPC + const ApiConfigSource_AGGREGATED_GRPC + const ApiConfigSource_DELTA_GRPC + const ApiConfigSource_GRPC + const ApiConfigSource_REST + const ApiConfigSource_hidden_envoy_deprecated_UNSUPPORTED_REST_LEGACY + func (ApiConfigSource_ApiType) Descriptor() protoreflect.EnumDescriptor + func (ApiConfigSource_ApiType) EnumDescriptor() ([]byte, []int) + func (ApiConfigSource_ApiType) Type() protoreflect.EnumType + func (x ApiConfigSource_ApiType) Enum() *ApiConfigSource_ApiType + func (x ApiConfigSource_ApiType) Number() protoreflect.EnumNumber + func (x ApiConfigSource_ApiType) String() string + type ApiVersion int32 + const ApiVersion_AUTO + const ApiVersion_V2 + const ApiVersion_V3 + func (ApiVersion) Descriptor() protoreflect.EnumDescriptor + func (ApiVersion) EnumDescriptor() ([]byte, []int) + func (ApiVersion) Type() protoreflect.EnumType + func (x ApiVersion) Enum() *ApiVersion + func (x ApiVersion) Number() protoreflect.EnumNumber + func (x ApiVersion) String() string + type AsyncDataSource struct + Specifier isAsyncDataSource_Specifier + func (*AsyncDataSource) Descriptor() ([]byte, []int) + func (*AsyncDataSource) ProtoMessage() + func (m *AsyncDataSource) GetSpecifier() isAsyncDataSource_Specifier + func (m *AsyncDataSource) Validate() error + func (x *AsyncDataSource) GetLocal() *DataSource + func (x *AsyncDataSource) GetRemote() *RemoteDataSource + func (x *AsyncDataSource) ProtoReflect() protoreflect.Message + func (x *AsyncDataSource) Reset() + func (x *AsyncDataSource) String() string + type AsyncDataSourceValidationError struct + func (e AsyncDataSourceValidationError) Cause() error + func (e AsyncDataSourceValidationError) Error() string + func (e AsyncDataSourceValidationError) ErrorName() string + func (e AsyncDataSourceValidationError) Field() string + func (e AsyncDataSourceValidationError) Key() bool + func (e AsyncDataSourceValidationError) Reason() string + type AsyncDataSource_Local struct + Local *DataSource + type AsyncDataSource_Remote struct + Remote *RemoteDataSource + type BackoffStrategy struct + BaseInterval *duration.Duration + MaxInterval *duration.Duration + func (*BackoffStrategy) Descriptor() ([]byte, []int) + func (*BackoffStrategy) ProtoMessage() + func (m *BackoffStrategy) Validate() error + func (x *BackoffStrategy) GetBaseInterval() *duration.Duration + func (x *BackoffStrategy) GetMaxInterval() *duration.Duration + func (x *BackoffStrategy) ProtoReflect() protoreflect.Message + func (x *BackoffStrategy) Reset() + func (x *BackoffStrategy) String() string + type BackoffStrategyValidationError struct + func (e BackoffStrategyValidationError) Cause() error + func (e BackoffStrategyValidationError) Error() string + func (e BackoffStrategyValidationError) ErrorName() string + func (e BackoffStrategyValidationError) Field() string + func (e BackoffStrategyValidationError) Key() bool + func (e BackoffStrategyValidationError) Reason() string + type BindConfig struct + Freebind *wrappers.BoolValue + SocketOptions []*SocketOption + SourceAddress *SocketAddress + func (*BindConfig) Descriptor() ([]byte, []int) + func (*BindConfig) ProtoMessage() + func (m *BindConfig) Validate() error + func (x *BindConfig) GetFreebind() *wrappers.BoolValue + func (x *BindConfig) GetSocketOptions() []*SocketOption + func (x *BindConfig) GetSourceAddress() *SocketAddress + func (x *BindConfig) ProtoReflect() protoreflect.Message + func (x *BindConfig) Reset() + func (x *BindConfig) String() string + type BindConfigValidationError struct + func (e BindConfigValidationError) Cause() error + func (e BindConfigValidationError) Error() string + func (e BindConfigValidationError) ErrorName() string + func (e BindConfigValidationError) Field() string + func (e BindConfigValidationError) Key() bool + func (e BindConfigValidationError) Reason() string + type BuildVersion struct + Metadata *_struct.Struct + Version *v3.SemanticVersion + func (*BuildVersion) Descriptor() ([]byte, []int) + func (*BuildVersion) ProtoMessage() + func (m *BuildVersion) Validate() error + func (x *BuildVersion) GetMetadata() *_struct.Struct + func (x *BuildVersion) GetVersion() *v3.SemanticVersion + func (x *BuildVersion) ProtoReflect() protoreflect.Message + func (x *BuildVersion) Reset() + func (x *BuildVersion) String() string + type BuildVersionValidationError struct + func (e BuildVersionValidationError) Cause() error + func (e BuildVersionValidationError) Error() string + func (e BuildVersionValidationError) ErrorName() string + func (e BuildVersionValidationError) Field() string + func (e BuildVersionValidationError) Key() bool + func (e BuildVersionValidationError) Reason() string + type CidrRange struct + AddressPrefix string + PrefixLen *wrappers.UInt32Value + func (*CidrRange) Descriptor() ([]byte, []int) + func (*CidrRange) ProtoMessage() + func (m *CidrRange) Validate() error + func (x *CidrRange) GetAddressPrefix() string + func (x *CidrRange) GetPrefixLen() *wrappers.UInt32Value + func (x *CidrRange) ProtoReflect() protoreflect.Message + func (x *CidrRange) Reset() + func (x *CidrRange) String() string + type CidrRangeValidationError struct + func (e CidrRangeValidationError) Cause() error + func (e CidrRangeValidationError) Error() string + func (e CidrRangeValidationError) ErrorName() string + func (e CidrRangeValidationError) Field() string + func (e CidrRangeValidationError) Key() bool + func (e CidrRangeValidationError) Reason() string + type ConfigSource struct + Authorities []*v3.Authority + ConfigSourceSpecifier isConfigSource_ConfigSourceSpecifier + InitialFetchTimeout *duration.Duration + ResourceApiVersion ApiVersion + func (*ConfigSource) Descriptor() ([]byte, []int) + func (*ConfigSource) ProtoMessage() + func (m *ConfigSource) GetConfigSourceSpecifier() isConfigSource_ConfigSourceSpecifier + func (m *ConfigSource) Validate() error + func (x *ConfigSource) GetAds() *AggregatedConfigSource + func (x *ConfigSource) GetApiConfigSource() *ApiConfigSource + func (x *ConfigSource) GetAuthorities() []*v3.Authority + func (x *ConfigSource) GetInitialFetchTimeout() *duration.Duration + func (x *ConfigSource) GetPath() string + func (x *ConfigSource) GetResourceApiVersion() ApiVersion + func (x *ConfigSource) GetSelf() *SelfConfigSource + func (x *ConfigSource) ProtoReflect() protoreflect.Message + func (x *ConfigSource) Reset() + func (x *ConfigSource) String() string + type ConfigSourceValidationError struct + func (e ConfigSourceValidationError) Cause() error + func (e ConfigSourceValidationError) Error() string + func (e ConfigSourceValidationError) ErrorName() string + func (e ConfigSourceValidationError) Field() string + func (e ConfigSourceValidationError) Key() bool + func (e ConfigSourceValidationError) Reason() string + type ConfigSource_Ads struct + Ads *AggregatedConfigSource + type ConfigSource_ApiConfigSource struct + ApiConfigSource *ApiConfigSource + type ConfigSource_Path struct + Path string + type ConfigSource_Self struct + Self *SelfConfigSource + type ControlPlane struct + Identifier string + func (*ControlPlane) Descriptor() ([]byte, []int) + func (*ControlPlane) ProtoMessage() + func (m *ControlPlane) Validate() error + func (x *ControlPlane) GetIdentifier() string + func (x *ControlPlane) ProtoReflect() protoreflect.Message + func (x *ControlPlane) Reset() + func (x *ControlPlane) String() string + type ControlPlaneValidationError struct + func (e ControlPlaneValidationError) Cause() error + func (e ControlPlaneValidationError) Error() string + func (e ControlPlaneValidationError) ErrorName() string + func (e ControlPlaneValidationError) Field() string + func (e ControlPlaneValidationError) Key() bool + func (e ControlPlaneValidationError) Reason() string + type DataSource struct + Specifier isDataSource_Specifier + func (*DataSource) Descriptor() ([]byte, []int) + func (*DataSource) ProtoMessage() + func (m *DataSource) GetSpecifier() isDataSource_Specifier + func (m *DataSource) Validate() error + func (x *DataSource) GetFilename() string + func (x *DataSource) GetInlineBytes() []byte + func (x *DataSource) GetInlineString() string + func (x *DataSource) ProtoReflect() protoreflect.Message + func (x *DataSource) Reset() + func (x *DataSource) String() string + type DataSourceValidationError struct + func (e DataSourceValidationError) Cause() error + func (e DataSourceValidationError) Error() string + func (e DataSourceValidationError) ErrorName() string + func (e DataSourceValidationError) Field() string + func (e DataSourceValidationError) Key() bool + func (e DataSourceValidationError) Reason() string + type DataSource_Filename struct + Filename string + type DataSource_InlineBytes struct + InlineBytes []byte + type DataSource_InlineString struct + InlineString string + type EnvoyInternalAddress struct + AddressNameSpecifier isEnvoyInternalAddress_AddressNameSpecifier + func (*EnvoyInternalAddress) Descriptor() ([]byte, []int) + func (*EnvoyInternalAddress) ProtoMessage() + func (m *EnvoyInternalAddress) GetAddressNameSpecifier() isEnvoyInternalAddress_AddressNameSpecifier + func (m *EnvoyInternalAddress) Validate() error + func (x *EnvoyInternalAddress) GetServerListenerName() string + func (x *EnvoyInternalAddress) ProtoReflect() protoreflect.Message + func (x *EnvoyInternalAddress) Reset() + func (x *EnvoyInternalAddress) String() string + type EnvoyInternalAddressValidationError struct + func (e EnvoyInternalAddressValidationError) Cause() error + func (e EnvoyInternalAddressValidationError) Error() string + func (e EnvoyInternalAddressValidationError) ErrorName() string + func (e EnvoyInternalAddressValidationError) Field() string + func (e EnvoyInternalAddressValidationError) Key() bool + func (e EnvoyInternalAddressValidationError) Reason() string + type EnvoyInternalAddress_ServerListenerName struct + ServerListenerName string + type EventServiceConfig struct + ConfigSourceSpecifier isEventServiceConfig_ConfigSourceSpecifier + func (*EventServiceConfig) Descriptor() ([]byte, []int) + func (*EventServiceConfig) ProtoMessage() + func (m *EventServiceConfig) GetConfigSourceSpecifier() isEventServiceConfig_ConfigSourceSpecifier + func (m *EventServiceConfig) Validate() error + func (x *EventServiceConfig) GetGrpcService() *GrpcService + func (x *EventServiceConfig) ProtoReflect() protoreflect.Message + func (x *EventServiceConfig) Reset() + func (x *EventServiceConfig) String() string + type EventServiceConfigValidationError struct + func (e EventServiceConfigValidationError) Cause() error + func (e EventServiceConfigValidationError) Error() string + func (e EventServiceConfigValidationError) ErrorName() string + func (e EventServiceConfigValidationError) Field() string + func (e EventServiceConfigValidationError) Key() bool + func (e EventServiceConfigValidationError) Reason() string + type EventServiceConfig_GrpcService struct + GrpcService *GrpcService + type Extension struct + Category string + Disabled bool + Name string + TypeDescriptor string + Version *BuildVersion + func (*Extension) Descriptor() ([]byte, []int) + func (*Extension) ProtoMessage() + func (m *Extension) Validate() error + func (x *Extension) GetCategory() string + func (x *Extension) GetDisabled() bool + func (x *Extension) GetName() string + func (x *Extension) GetTypeDescriptor() string + func (x *Extension) GetVersion() *BuildVersion + func (x *Extension) ProtoReflect() protoreflect.Message + func (x *Extension) Reset() + func (x *Extension) String() string + type ExtensionConfigSource struct + ApplyDefaultConfigWithoutWarming bool + ConfigSource *ConfigSource + DefaultConfig *any.Any + TypeUrls []string + func (*ExtensionConfigSource) Descriptor() ([]byte, []int) + func (*ExtensionConfigSource) ProtoMessage() + func (m *ExtensionConfigSource) Validate() error + func (x *ExtensionConfigSource) GetApplyDefaultConfigWithoutWarming() bool + func (x *ExtensionConfigSource) GetConfigSource() *ConfigSource + func (x *ExtensionConfigSource) GetDefaultConfig() *any.Any + func (x *ExtensionConfigSource) GetTypeUrls() []string + func (x *ExtensionConfigSource) ProtoReflect() protoreflect.Message + func (x *ExtensionConfigSource) Reset() + func (x *ExtensionConfigSource) String() string + type ExtensionConfigSourceValidationError struct + func (e ExtensionConfigSourceValidationError) Cause() error + func (e ExtensionConfigSourceValidationError) Error() string + func (e ExtensionConfigSourceValidationError) ErrorName() string + func (e ExtensionConfigSourceValidationError) Field() string + func (e ExtensionConfigSourceValidationError) Key() bool + func (e ExtensionConfigSourceValidationError) Reason() string + type ExtensionValidationError struct + func (e ExtensionValidationError) Cause() error + func (e ExtensionValidationError) Error() string + func (e ExtensionValidationError) ErrorName() string + func (e ExtensionValidationError) Field() string + func (e ExtensionValidationError) Key() bool + func (e ExtensionValidationError) Reason() string + type GrpcMethodList struct + Services []*GrpcMethodList_Service + func (*GrpcMethodList) Descriptor() ([]byte, []int) + func (*GrpcMethodList) ProtoMessage() + func (m *GrpcMethodList) Validate() error + func (x *GrpcMethodList) GetServices() []*GrpcMethodList_Service + func (x *GrpcMethodList) ProtoReflect() protoreflect.Message + func (x *GrpcMethodList) Reset() + func (x *GrpcMethodList) String() string + type GrpcMethodListValidationError struct + func (e GrpcMethodListValidationError) Cause() error + func (e GrpcMethodListValidationError) Error() string + func (e GrpcMethodListValidationError) ErrorName() string + func (e GrpcMethodListValidationError) Field() string + func (e GrpcMethodListValidationError) Key() bool + func (e GrpcMethodListValidationError) Reason() string + type GrpcMethodList_Service struct + MethodNames []string + Name string + func (*GrpcMethodList_Service) Descriptor() ([]byte, []int) + func (*GrpcMethodList_Service) ProtoMessage() + func (m *GrpcMethodList_Service) Validate() error + func (x *GrpcMethodList_Service) GetMethodNames() []string + func (x *GrpcMethodList_Service) GetName() string + func (x *GrpcMethodList_Service) ProtoReflect() protoreflect.Message + func (x *GrpcMethodList_Service) Reset() + func (x *GrpcMethodList_Service) String() string + type GrpcMethodList_ServiceValidationError struct + func (e GrpcMethodList_ServiceValidationError) Cause() error + func (e GrpcMethodList_ServiceValidationError) Error() string + func (e GrpcMethodList_ServiceValidationError) ErrorName() string + func (e GrpcMethodList_ServiceValidationError) Field() string + func (e GrpcMethodList_ServiceValidationError) Key() bool + func (e GrpcMethodList_ServiceValidationError) Reason() string + type GrpcProtocolOptions struct + Http2ProtocolOptions *Http2ProtocolOptions + func (*GrpcProtocolOptions) Descriptor() ([]byte, []int) + func (*GrpcProtocolOptions) ProtoMessage() + func (m *GrpcProtocolOptions) Validate() error + func (x *GrpcProtocolOptions) GetHttp2ProtocolOptions() *Http2ProtocolOptions + func (x *GrpcProtocolOptions) ProtoReflect() protoreflect.Message + func (x *GrpcProtocolOptions) Reset() + func (x *GrpcProtocolOptions) String() string + type GrpcProtocolOptionsValidationError struct + func (e GrpcProtocolOptionsValidationError) Cause() error + func (e GrpcProtocolOptionsValidationError) Error() string + func (e GrpcProtocolOptionsValidationError) ErrorName() string + func (e GrpcProtocolOptionsValidationError) Field() string + func (e GrpcProtocolOptionsValidationError) Key() bool + func (e GrpcProtocolOptionsValidationError) Reason() string + type GrpcService struct + InitialMetadata []*HeaderValue + TargetSpecifier isGrpcService_TargetSpecifier + Timeout *duration.Duration + func (*GrpcService) Descriptor() ([]byte, []int) + func (*GrpcService) ProtoMessage() + func (m *GrpcService) GetTargetSpecifier() isGrpcService_TargetSpecifier + func (m *GrpcService) Validate() error + func (x *GrpcService) GetEnvoyGrpc() *GrpcService_EnvoyGrpc + func (x *GrpcService) GetGoogleGrpc() *GrpcService_GoogleGrpc + func (x *GrpcService) GetInitialMetadata() []*HeaderValue + func (x *GrpcService) GetTimeout() *duration.Duration + func (x *GrpcService) ProtoReflect() protoreflect.Message + func (x *GrpcService) Reset() + func (x *GrpcService) String() string + type GrpcServiceValidationError struct + func (e GrpcServiceValidationError) Cause() error + func (e GrpcServiceValidationError) Error() string + func (e GrpcServiceValidationError) ErrorName() string + func (e GrpcServiceValidationError) Field() string + func (e GrpcServiceValidationError) Key() bool + func (e GrpcServiceValidationError) Reason() string + type GrpcService_EnvoyGrpc struct + Authority string + ClusterName string + func (*GrpcService_EnvoyGrpc) Descriptor() ([]byte, []int) + func (*GrpcService_EnvoyGrpc) ProtoMessage() + func (m *GrpcService_EnvoyGrpc) Validate() error + func (x *GrpcService_EnvoyGrpc) GetAuthority() string + func (x *GrpcService_EnvoyGrpc) GetClusterName() string + func (x *GrpcService_EnvoyGrpc) ProtoReflect() protoreflect.Message + func (x *GrpcService_EnvoyGrpc) Reset() + func (x *GrpcService_EnvoyGrpc) String() string + type GrpcService_EnvoyGrpcValidationError struct + func (e GrpcService_EnvoyGrpcValidationError) Cause() error + func (e GrpcService_EnvoyGrpcValidationError) Error() string + func (e GrpcService_EnvoyGrpcValidationError) ErrorName() string + func (e GrpcService_EnvoyGrpcValidationError) Field() string + func (e GrpcService_EnvoyGrpcValidationError) Key() bool + func (e GrpcService_EnvoyGrpcValidationError) Reason() string + type GrpcService_EnvoyGrpc_ struct + EnvoyGrpc *GrpcService_EnvoyGrpc + type GrpcService_GoogleGrpc struct + CallCredentials []*GrpcService_GoogleGrpc_CallCredentials + ChannelArgs *GrpcService_GoogleGrpc_ChannelArgs + ChannelCredentials *GrpcService_GoogleGrpc_ChannelCredentials + Config *_struct.Struct + CredentialsFactoryName string + PerStreamBufferLimitBytes *wrappers.UInt32Value + StatPrefix string + TargetUri string + func (*GrpcService_GoogleGrpc) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc) ProtoMessage() + func (m *GrpcService_GoogleGrpc) Validate() error + func (x *GrpcService_GoogleGrpc) GetCallCredentials() []*GrpcService_GoogleGrpc_CallCredentials + func (x *GrpcService_GoogleGrpc) GetChannelArgs() *GrpcService_GoogleGrpc_ChannelArgs + func (x *GrpcService_GoogleGrpc) GetChannelCredentials() *GrpcService_GoogleGrpc_ChannelCredentials + func (x *GrpcService_GoogleGrpc) GetConfig() *_struct.Struct + func (x *GrpcService_GoogleGrpc) GetCredentialsFactoryName() string + func (x *GrpcService_GoogleGrpc) GetPerStreamBufferLimitBytes() *wrappers.UInt32Value + func (x *GrpcService_GoogleGrpc) GetStatPrefix() string + func (x *GrpcService_GoogleGrpc) GetTargetUri() string + func (x *GrpcService_GoogleGrpc) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc) Reset() + func (x *GrpcService_GoogleGrpc) String() string + type GrpcService_GoogleGrpcValidationError struct + func (e GrpcService_GoogleGrpcValidationError) Cause() error + func (e GrpcService_GoogleGrpcValidationError) Error() string + func (e GrpcService_GoogleGrpcValidationError) ErrorName() string + func (e GrpcService_GoogleGrpcValidationError) Field() string + func (e GrpcService_GoogleGrpcValidationError) Key() bool + func (e GrpcService_GoogleGrpcValidationError) Reason() string + type GrpcService_GoogleGrpc_ struct + GoogleGrpc *GrpcService_GoogleGrpc + type GrpcService_GoogleGrpc_CallCredentials struct + CredentialSpecifier isGrpcService_GoogleGrpc_CallCredentials_CredentialSpecifier + func (*GrpcService_GoogleGrpc_CallCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_CallCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_CallCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_CallCredentials_CredentialSpecifier + func (m *GrpcService_GoogleGrpc_CallCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_CallCredentials) GetAccessToken() string + func (x *GrpcService_GoogleGrpc_CallCredentials) GetFromPlugin() *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin + func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleComputeEngine() *emptypb.Empty + func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleIam() *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials + func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleRefreshToken() string + func (x *GrpcService_GoogleGrpc_CallCredentials) GetServiceAccountJwtAccess() *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials + func (x *GrpcService_GoogleGrpc_CallCredentials) GetStsService() *GrpcService_GoogleGrpc_CallCredentials_StsService + func (x *GrpcService_GoogleGrpc_CallCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_CallCredentials) Reset() + func (x *GrpcService_GoogleGrpc_CallCredentials) String() string + type GrpcService_GoogleGrpc_CallCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Reason() string + type GrpcService_GoogleGrpc_CallCredentials_AccessToken struct + AccessToken string + type GrpcService_GoogleGrpc_CallCredentials_FromPlugin struct + FromPlugin *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin + type GrpcService_GoogleGrpc_CallCredentials_GoogleComputeEngine struct + GoogleComputeEngine *emptypb.Empty + type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials struct + AuthoritySelector string + AuthorizationToken string + func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthoritySelector() string + func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthorizationToken() string + func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Reset() + func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) String() string + type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Reason() string + type GrpcService_GoogleGrpc_CallCredentials_GoogleIam struct + GoogleIam *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials + type GrpcService_GoogleGrpc_CallCredentials_GoogleRefreshToken struct + GoogleRefreshToken string + type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin struct + ConfigType isGrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_ConfigType + Name string + func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoMessage() + func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetConfigType() ... + func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Validate() error + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetHiddenEnvoyDeprecatedConfig() *_struct.Struct + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetName() string + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetTypedConfig() *any.Any + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Reset() + func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) String() string + type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError struct + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Cause() error + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Error() string + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Field() string + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Key() bool + func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Reason() string + type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_HiddenEnvoyDeprecatedConfig struct + HiddenEnvoyDeprecatedConfig *_struct.Struct + type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_TypedConfig struct + TypedConfig *any.Any + type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials struct + JsonKey string + TokenLifetimeSeconds uint64 + func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetJsonKey() string + func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetTokenLifetimeSeconds() uint64 + func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Reset() + func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) String() string + type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Reason() string + type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJwtAccess struct + ServiceAccountJwtAccess *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials + type GrpcService_GoogleGrpc_CallCredentials_StsService struct + ActorTokenPath string + ActorTokenType string + Audience string + RequestedTokenType string + Resource string + Scope string + SubjectTokenPath string + SubjectTokenType string + TokenExchangeServiceUri string + func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoMessage() + func (m *GrpcService_GoogleGrpc_CallCredentials_StsService) Validate() error + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenPath() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenType() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetAudience() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetRequestedTokenType() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetResource() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetScope() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenPath() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenType() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetTokenExchangeServiceUri() string + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) Reset() + func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) String() string + type GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError struct + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Cause() error + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Error() string + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Field() string + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Key() bool + func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Reason() string + type GrpcService_GoogleGrpc_CallCredentials_StsService_ struct + StsService *GrpcService_GoogleGrpc_CallCredentials_StsService + type GrpcService_GoogleGrpc_ChannelArgs struct + Args map[string]*GrpcService_GoogleGrpc_ChannelArgs_Value + func (*GrpcService_GoogleGrpc_ChannelArgs) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_ChannelArgs) ProtoMessage() + func (m *GrpcService_GoogleGrpc_ChannelArgs) Validate() error + func (x *GrpcService_GoogleGrpc_ChannelArgs) GetArgs() map[string]*GrpcService_GoogleGrpc_ChannelArgs_Value + func (x *GrpcService_GoogleGrpc_ChannelArgs) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_ChannelArgs) Reset() + func (x *GrpcService_GoogleGrpc_ChannelArgs) String() string + type GrpcService_GoogleGrpc_ChannelArgsValidationError struct + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Error() string + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Field() string + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Reason() string + type GrpcService_GoogleGrpc_ChannelArgs_Value struct + ValueSpecifier isGrpcService_GoogleGrpc_ChannelArgs_Value_ValueSpecifier + func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoMessage() + func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) GetValueSpecifier() isGrpcService_GoogleGrpc_ChannelArgs_Value_ValueSpecifier + func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) Validate() error + func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetIntValue() int64 + func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetStringValue() string + func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) Reset() + func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) String() string + type GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError struct + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Cause() error + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Error() string + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Field() string + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Key() bool + func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Reason() string + type GrpcService_GoogleGrpc_ChannelArgs_Value_IntValue struct + IntValue int64 + type GrpcService_GoogleGrpc_ChannelArgs_Value_StringValue struct + StringValue string + type GrpcService_GoogleGrpc_ChannelCredentials struct + CredentialSpecifier isGrpcService_GoogleGrpc_ChannelCredentials_CredentialSpecifier + func (*GrpcService_GoogleGrpc_ChannelCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_ChannelCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_ChannelCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_ChannelCredentials_CredentialSpecifier + func (m *GrpcService_GoogleGrpc_ChannelCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetGoogleDefault() *emptypb.Empty + func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetLocalCredentials() *GrpcService_GoogleGrpc_GoogleLocalCredentials + func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetSslCredentials() *GrpcService_GoogleGrpc_SslCredentials + func (x *GrpcService_GoogleGrpc_ChannelCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_ChannelCredentials) Reset() + func (x *GrpcService_GoogleGrpc_ChannelCredentials) String() string + type GrpcService_GoogleGrpc_ChannelCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Reason() string + type GrpcService_GoogleGrpc_ChannelCredentials_GoogleDefault struct + GoogleDefault *emptypb.Empty + type GrpcService_GoogleGrpc_ChannelCredentials_LocalCredentials struct + LocalCredentials *GrpcService_GoogleGrpc_GoogleLocalCredentials + type GrpcService_GoogleGrpc_ChannelCredentials_SslCredentials struct + SslCredentials *GrpcService_GoogleGrpc_SslCredentials + type GrpcService_GoogleGrpc_GoogleLocalCredentials struct + func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_GoogleLocalCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) Reset() + func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) String() string + type GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Reason() string + type GrpcService_GoogleGrpc_SslCredentials struct + CertChain *DataSource + PrivateKey *DataSource + RootCerts *DataSource + func (*GrpcService_GoogleGrpc_SslCredentials) Descriptor() ([]byte, []int) + func (*GrpcService_GoogleGrpc_SslCredentials) ProtoMessage() + func (m *GrpcService_GoogleGrpc_SslCredentials) Validate() error + func (x *GrpcService_GoogleGrpc_SslCredentials) GetCertChain() *DataSource + func (x *GrpcService_GoogleGrpc_SslCredentials) GetPrivateKey() *DataSource + func (x *GrpcService_GoogleGrpc_SslCredentials) GetRootCerts() *DataSource + func (x *GrpcService_GoogleGrpc_SslCredentials) ProtoReflect() protoreflect.Message + func (x *GrpcService_GoogleGrpc_SslCredentials) Reset() + func (x *GrpcService_GoogleGrpc_SslCredentials) String() string + type GrpcService_GoogleGrpc_SslCredentialsValidationError struct + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Cause() error + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Error() string + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) ErrorName() string + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Field() string + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Key() bool + func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Reason() string + type HeaderMap struct + Headers []*HeaderValue + func (*HeaderMap) Descriptor() ([]byte, []int) + func (*HeaderMap) ProtoMessage() + func (m *HeaderMap) Validate() error + func (x *HeaderMap) GetHeaders() []*HeaderValue + func (x *HeaderMap) ProtoReflect() protoreflect.Message + func (x *HeaderMap) Reset() + func (x *HeaderMap) String() string + type HeaderMapValidationError struct + func (e HeaderMapValidationError) Cause() error + func (e HeaderMapValidationError) Error() string + func (e HeaderMapValidationError) ErrorName() string + func (e HeaderMapValidationError) Field() string + func (e HeaderMapValidationError) Key() bool + func (e HeaderMapValidationError) Reason() string + type HeaderValue struct + Key string + Value string + func (*HeaderValue) Descriptor() ([]byte, []int) + func (*HeaderValue) ProtoMessage() + func (m *HeaderValue) Validate() error + func (x *HeaderValue) GetKey() string + func (x *HeaderValue) GetValue() string + func (x *HeaderValue) ProtoReflect() protoreflect.Message + func (x *HeaderValue) Reset() + func (x *HeaderValue) String() string + type HeaderValueOption struct + Append *wrappers.BoolValue + Header *HeaderValue + func (*HeaderValueOption) Descriptor() ([]byte, []int) + func (*HeaderValueOption) ProtoMessage() + func (m *HeaderValueOption) Validate() error + func (x *HeaderValueOption) GetAppend() *wrappers.BoolValue + func (x *HeaderValueOption) GetHeader() *HeaderValue + func (x *HeaderValueOption) ProtoReflect() protoreflect.Message + func (x *HeaderValueOption) Reset() + func (x *HeaderValueOption) String() string + type HeaderValueOptionValidationError struct + func (e HeaderValueOptionValidationError) Cause() error + func (e HeaderValueOptionValidationError) Error() string + func (e HeaderValueOptionValidationError) ErrorName() string + func (e HeaderValueOptionValidationError) Field() string + func (e HeaderValueOptionValidationError) Key() bool + func (e HeaderValueOptionValidationError) Reason() string + type HeaderValueValidationError struct + func (e HeaderValueValidationError) Cause() error + func (e HeaderValueValidationError) Error() string + func (e HeaderValueValidationError) ErrorName() string + func (e HeaderValueValidationError) Field() string + func (e HeaderValueValidationError) Key() bool + func (e HeaderValueValidationError) Reason() string + type HealthCheck struct + AltPort *wrappers.UInt32Value + AlwaysLogHealthCheckFailures bool + EventLogPath string + EventService *EventServiceConfig + HealthChecker isHealthCheck_HealthChecker + HealthyEdgeInterval *duration.Duration + HealthyThreshold *wrappers.UInt32Value + InitialJitter *duration.Duration + Interval *duration.Duration + IntervalJitter *duration.Duration + IntervalJitterPercent uint32 + NoTrafficHealthyInterval *duration.Duration + NoTrafficInterval *duration.Duration + ReuseConnection *wrappers.BoolValue + Timeout *duration.Duration + TlsOptions *HealthCheck_TlsOptions + TransportSocketMatchCriteria *_struct.Struct + UnhealthyEdgeInterval *duration.Duration + UnhealthyInterval *duration.Duration + UnhealthyThreshold *wrappers.UInt32Value + func (*HealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck) ProtoMessage() + func (m *HealthCheck) GetHealthChecker() isHealthCheck_HealthChecker + func (m *HealthCheck) Validate() error + func (x *HealthCheck) GetAltPort() *wrappers.UInt32Value + func (x *HealthCheck) GetAlwaysLogHealthCheckFailures() bool + func (x *HealthCheck) GetCustomHealthCheck() *HealthCheck_CustomHealthCheck + func (x *HealthCheck) GetEventLogPath() string + func (x *HealthCheck) GetEventService() *EventServiceConfig + func (x *HealthCheck) GetGrpcHealthCheck() *HealthCheck_GrpcHealthCheck + func (x *HealthCheck) GetHealthyEdgeInterval() *duration.Duration + func (x *HealthCheck) GetHealthyThreshold() *wrappers.UInt32Value + func (x *HealthCheck) GetHttpHealthCheck() *HealthCheck_HttpHealthCheck + func (x *HealthCheck) GetInitialJitter() *duration.Duration + func (x *HealthCheck) GetInterval() *duration.Duration + func (x *HealthCheck) GetIntervalJitter() *duration.Duration + func (x *HealthCheck) GetIntervalJitterPercent() uint32 + func (x *HealthCheck) GetNoTrafficHealthyInterval() *duration.Duration + func (x *HealthCheck) GetNoTrafficInterval() *duration.Duration + func (x *HealthCheck) GetReuseConnection() *wrappers.BoolValue + func (x *HealthCheck) GetTcpHealthCheck() *HealthCheck_TcpHealthCheck + func (x *HealthCheck) GetTimeout() *duration.Duration + func (x *HealthCheck) GetTlsOptions() *HealthCheck_TlsOptions + func (x *HealthCheck) GetTransportSocketMatchCriteria() *_struct.Struct + func (x *HealthCheck) GetUnhealthyEdgeInterval() *duration.Duration + func (x *HealthCheck) GetUnhealthyInterval() *duration.Duration + func (x *HealthCheck) GetUnhealthyThreshold() *wrappers.UInt32Value + func (x *HealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck) Reset() + func (x *HealthCheck) String() string + type HealthCheckValidationError struct + func (e HealthCheckValidationError) Cause() error + func (e HealthCheckValidationError) Error() string + func (e HealthCheckValidationError) ErrorName() string + func (e HealthCheckValidationError) Field() string + func (e HealthCheckValidationError) Key() bool + func (e HealthCheckValidationError) Reason() string + type HealthCheck_CustomHealthCheck struct + ConfigType isHealthCheck_CustomHealthCheck_ConfigType + Name string + func (*HealthCheck_CustomHealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck_CustomHealthCheck) ProtoMessage() + func (m *HealthCheck_CustomHealthCheck) GetConfigType() isHealthCheck_CustomHealthCheck_ConfigType + func (m *HealthCheck_CustomHealthCheck) Validate() error + func (x *HealthCheck_CustomHealthCheck) GetHiddenEnvoyDeprecatedConfig() *_struct.Struct + func (x *HealthCheck_CustomHealthCheck) GetName() string + func (x *HealthCheck_CustomHealthCheck) GetTypedConfig() *any.Any + func (x *HealthCheck_CustomHealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck_CustomHealthCheck) Reset() + func (x *HealthCheck_CustomHealthCheck) String() string + type HealthCheck_CustomHealthCheckValidationError struct + func (e HealthCheck_CustomHealthCheckValidationError) Cause() error + func (e HealthCheck_CustomHealthCheckValidationError) Error() string + func (e HealthCheck_CustomHealthCheckValidationError) ErrorName() string + func (e HealthCheck_CustomHealthCheckValidationError) Field() string + func (e HealthCheck_CustomHealthCheckValidationError) Key() bool + func (e HealthCheck_CustomHealthCheckValidationError) Reason() string + type HealthCheck_CustomHealthCheck_ struct + CustomHealthCheck *HealthCheck_CustomHealthCheck + type HealthCheck_CustomHealthCheck_HiddenEnvoyDeprecatedConfig struct + HiddenEnvoyDeprecatedConfig *_struct.Struct + type HealthCheck_CustomHealthCheck_TypedConfig struct + TypedConfig *any.Any + type HealthCheck_GrpcHealthCheck struct + Authority string + ServiceName string + func (*HealthCheck_GrpcHealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck_GrpcHealthCheck) ProtoMessage() + func (m *HealthCheck_GrpcHealthCheck) Validate() error + func (x *HealthCheck_GrpcHealthCheck) GetAuthority() string + func (x *HealthCheck_GrpcHealthCheck) GetServiceName() string + func (x *HealthCheck_GrpcHealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck_GrpcHealthCheck) Reset() + func (x *HealthCheck_GrpcHealthCheck) String() string + type HealthCheck_GrpcHealthCheckValidationError struct + func (e HealthCheck_GrpcHealthCheckValidationError) Cause() error + func (e HealthCheck_GrpcHealthCheckValidationError) Error() string + func (e HealthCheck_GrpcHealthCheckValidationError) ErrorName() string + func (e HealthCheck_GrpcHealthCheckValidationError) Field() string + func (e HealthCheck_GrpcHealthCheckValidationError) Key() bool + func (e HealthCheck_GrpcHealthCheckValidationError) Reason() string + type HealthCheck_GrpcHealthCheck_ struct + GrpcHealthCheck *HealthCheck_GrpcHealthCheck + type HealthCheck_HttpHealthCheck struct + CodecClientType v3.CodecClientType + ExpectedStatuses []*v3.Int64Range + HiddenEnvoyDeprecatedServiceName string + HiddenEnvoyDeprecatedUseHttp2 bool + Host string + Path string + Receive *HealthCheck_Payload + RequestHeadersToAdd []*HeaderValueOption + RequestHeadersToRemove []string + Send *HealthCheck_Payload + ServiceNameMatcher *v31.StringMatcher + func (*HealthCheck_HttpHealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck_HttpHealthCheck) ProtoMessage() + func (m *HealthCheck_HttpHealthCheck) Validate() error + func (x *HealthCheck_HttpHealthCheck) GetCodecClientType() v3.CodecClientType + func (x *HealthCheck_HttpHealthCheck) GetExpectedStatuses() []*v3.Int64Range + func (x *HealthCheck_HttpHealthCheck) GetHiddenEnvoyDeprecatedServiceName() string + func (x *HealthCheck_HttpHealthCheck) GetHiddenEnvoyDeprecatedUseHttp2() bool + func (x *HealthCheck_HttpHealthCheck) GetHost() string + func (x *HealthCheck_HttpHealthCheck) GetPath() string + func (x *HealthCheck_HttpHealthCheck) GetReceive() *HealthCheck_Payload + func (x *HealthCheck_HttpHealthCheck) GetRequestHeadersToAdd() []*HeaderValueOption + func (x *HealthCheck_HttpHealthCheck) GetRequestHeadersToRemove() []string + func (x *HealthCheck_HttpHealthCheck) GetSend() *HealthCheck_Payload + func (x *HealthCheck_HttpHealthCheck) GetServiceNameMatcher() *v31.StringMatcher + func (x *HealthCheck_HttpHealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck_HttpHealthCheck) Reset() + func (x *HealthCheck_HttpHealthCheck) String() string + type HealthCheck_HttpHealthCheckValidationError struct + func (e HealthCheck_HttpHealthCheckValidationError) Cause() error + func (e HealthCheck_HttpHealthCheckValidationError) Error() string + func (e HealthCheck_HttpHealthCheckValidationError) ErrorName() string + func (e HealthCheck_HttpHealthCheckValidationError) Field() string + func (e HealthCheck_HttpHealthCheckValidationError) Key() bool + func (e HealthCheck_HttpHealthCheckValidationError) Reason() string + type HealthCheck_HttpHealthCheck_ struct + HttpHealthCheck *HealthCheck_HttpHealthCheck + type HealthCheck_Payload struct + Payload isHealthCheck_Payload_Payload + func (*HealthCheck_Payload) Descriptor() ([]byte, []int) + func (*HealthCheck_Payload) ProtoMessage() + func (m *HealthCheck_Payload) GetPayload() isHealthCheck_Payload_Payload + func (m *HealthCheck_Payload) Validate() error + func (x *HealthCheck_Payload) GetBinary() []byte + func (x *HealthCheck_Payload) GetText() string + func (x *HealthCheck_Payload) ProtoReflect() protoreflect.Message + func (x *HealthCheck_Payload) Reset() + func (x *HealthCheck_Payload) String() string + type HealthCheck_PayloadValidationError struct + func (e HealthCheck_PayloadValidationError) Cause() error + func (e HealthCheck_PayloadValidationError) Error() string + func (e HealthCheck_PayloadValidationError) ErrorName() string + func (e HealthCheck_PayloadValidationError) Field() string + func (e HealthCheck_PayloadValidationError) Key() bool + func (e HealthCheck_PayloadValidationError) Reason() string + type HealthCheck_Payload_Binary struct + Binary []byte + type HealthCheck_Payload_Text struct + Text string + type HealthCheck_RedisHealthCheck struct + Key string + func (*HealthCheck_RedisHealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck_RedisHealthCheck) ProtoMessage() + func (m *HealthCheck_RedisHealthCheck) Validate() error + func (x *HealthCheck_RedisHealthCheck) GetKey() string + func (x *HealthCheck_RedisHealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck_RedisHealthCheck) Reset() + func (x *HealthCheck_RedisHealthCheck) String() string + type HealthCheck_RedisHealthCheckValidationError struct + func (e HealthCheck_RedisHealthCheckValidationError) Cause() error + func (e HealthCheck_RedisHealthCheckValidationError) Error() string + func (e HealthCheck_RedisHealthCheckValidationError) ErrorName() string + func (e HealthCheck_RedisHealthCheckValidationError) Field() string + func (e HealthCheck_RedisHealthCheckValidationError) Key() bool + func (e HealthCheck_RedisHealthCheckValidationError) Reason() string + type HealthCheck_TcpHealthCheck struct + Receive []*HealthCheck_Payload + Send *HealthCheck_Payload + func (*HealthCheck_TcpHealthCheck) Descriptor() ([]byte, []int) + func (*HealthCheck_TcpHealthCheck) ProtoMessage() + func (m *HealthCheck_TcpHealthCheck) Validate() error + func (x *HealthCheck_TcpHealthCheck) GetReceive() []*HealthCheck_Payload + func (x *HealthCheck_TcpHealthCheck) GetSend() *HealthCheck_Payload + func (x *HealthCheck_TcpHealthCheck) ProtoReflect() protoreflect.Message + func (x *HealthCheck_TcpHealthCheck) Reset() + func (x *HealthCheck_TcpHealthCheck) String() string + type HealthCheck_TcpHealthCheckValidationError struct + func (e HealthCheck_TcpHealthCheckValidationError) Cause() error + func (e HealthCheck_TcpHealthCheckValidationError) Error() string + func (e HealthCheck_TcpHealthCheckValidationError) ErrorName() string + func (e HealthCheck_TcpHealthCheckValidationError) Field() string + func (e HealthCheck_TcpHealthCheckValidationError) Key() bool + func (e HealthCheck_TcpHealthCheckValidationError) Reason() string + type HealthCheck_TcpHealthCheck_ struct + TcpHealthCheck *HealthCheck_TcpHealthCheck + type HealthCheck_TlsOptions struct + AlpnProtocols []string + func (*HealthCheck_TlsOptions) Descriptor() ([]byte, []int) + func (*HealthCheck_TlsOptions) ProtoMessage() + func (m *HealthCheck_TlsOptions) Validate() error + func (x *HealthCheck_TlsOptions) GetAlpnProtocols() []string + func (x *HealthCheck_TlsOptions) ProtoReflect() protoreflect.Message + func (x *HealthCheck_TlsOptions) Reset() + func (x *HealthCheck_TlsOptions) String() string + type HealthCheck_TlsOptionsValidationError struct + func (e HealthCheck_TlsOptionsValidationError) Cause() error + func (e HealthCheck_TlsOptionsValidationError) Error() string + func (e HealthCheck_TlsOptionsValidationError) ErrorName() string + func (e HealthCheck_TlsOptionsValidationError) Field() string + func (e HealthCheck_TlsOptionsValidationError) Key() bool + func (e HealthCheck_TlsOptionsValidationError) Reason() string + type HealthStatus int32 + const HealthStatus_DEGRADED + const HealthStatus_DRAINING + const HealthStatus_HEALTHY + const HealthStatus_TIMEOUT + const HealthStatus_UNHEALTHY + const HealthStatus_UNKNOWN + func (HealthStatus) Descriptor() protoreflect.EnumDescriptor + func (HealthStatus) EnumDescriptor() ([]byte, []int) + func (HealthStatus) Type() protoreflect.EnumType + func (x HealthStatus) Enum() *HealthStatus + func (x HealthStatus) Number() protoreflect.EnumNumber + func (x HealthStatus) String() string + type Http1ProtocolOptions struct + AcceptHttp_10 bool + AllowAbsoluteUrl *wrappers.BoolValue + AllowChunkedLength bool + DefaultHostForHttp_10 string + EnableTrailers bool + HeaderKeyFormat *Http1ProtocolOptions_HeaderKeyFormat + OverrideStreamErrorOnInvalidHttpMessage *wrappers.BoolValue + func (*Http1ProtocolOptions) Descriptor() ([]byte, []int) + func (*Http1ProtocolOptions) ProtoMessage() + func (m *Http1ProtocolOptions) Validate() error + func (x *Http1ProtocolOptions) GetAcceptHttp_10() bool + func (x *Http1ProtocolOptions) GetAllowAbsoluteUrl() *wrappers.BoolValue + func (x *Http1ProtocolOptions) GetAllowChunkedLength() bool + func (x *Http1ProtocolOptions) GetDefaultHostForHttp_10() string + func (x *Http1ProtocolOptions) GetEnableTrailers() bool + func (x *Http1ProtocolOptions) GetHeaderKeyFormat() *Http1ProtocolOptions_HeaderKeyFormat + func (x *Http1ProtocolOptions) GetOverrideStreamErrorOnInvalidHttpMessage() *wrappers.BoolValue + func (x *Http1ProtocolOptions) ProtoReflect() protoreflect.Message + func (x *Http1ProtocolOptions) Reset() + func (x *Http1ProtocolOptions) String() string + type Http1ProtocolOptionsValidationError struct + func (e Http1ProtocolOptionsValidationError) Cause() error + func (e Http1ProtocolOptionsValidationError) Error() string + func (e Http1ProtocolOptionsValidationError) ErrorName() string + func (e Http1ProtocolOptionsValidationError) Field() string + func (e Http1ProtocolOptionsValidationError) Key() bool + func (e Http1ProtocolOptionsValidationError) Reason() string + type Http1ProtocolOptions_HeaderKeyFormat struct + HeaderFormat isHttp1ProtocolOptions_HeaderKeyFormat_HeaderFormat + func (*Http1ProtocolOptions_HeaderKeyFormat) Descriptor() ([]byte, []int) + func (*Http1ProtocolOptions_HeaderKeyFormat) ProtoMessage() + func (m *Http1ProtocolOptions_HeaderKeyFormat) GetHeaderFormat() isHttp1ProtocolOptions_HeaderKeyFormat_HeaderFormat + func (m *Http1ProtocolOptions_HeaderKeyFormat) Validate() error + func (x *Http1ProtocolOptions_HeaderKeyFormat) GetProperCaseWords() *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords + func (x *Http1ProtocolOptions_HeaderKeyFormat) GetStatefulFormatter() *TypedExtensionConfig + func (x *Http1ProtocolOptions_HeaderKeyFormat) ProtoReflect() protoreflect.Message + func (x *Http1ProtocolOptions_HeaderKeyFormat) Reset() + func (x *Http1ProtocolOptions_HeaderKeyFormat) String() string + type Http1ProtocolOptions_HeaderKeyFormatValidationError struct + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Cause() error + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Error() string + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) ErrorName() string + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Field() string + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Key() bool + func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Reason() string + type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords struct + func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Descriptor() ([]byte, []int) + func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoMessage() + func (m *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Validate() error + func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoReflect() protoreflect.Message + func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Reset() + func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) String() string + type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError struct + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Cause() error + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Error() string + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) ErrorName() string + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Field() string + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Key() bool + func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Reason() string + type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords_ struct + ProperCaseWords *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords + type Http1ProtocolOptions_HeaderKeyFormat_StatefulFormatter struct + StatefulFormatter *TypedExtensionConfig + type Http2ProtocolOptions struct + AllowConnect bool + AllowMetadata bool + ConnectionKeepalive *KeepaliveSettings + CustomSettingsParameters []*Http2ProtocolOptions_SettingsParameter + HpackTableSize *wrappers.UInt32Value + InitialConnectionWindowSize *wrappers.UInt32Value + InitialStreamWindowSize *wrappers.UInt32Value + MaxConcurrentStreams *wrappers.UInt32Value + MaxConsecutiveInboundFramesWithEmptyPayload *wrappers.UInt32Value + MaxInboundPriorityFramesPerStream *wrappers.UInt32Value + MaxInboundWindowUpdateFramesPerDataFrameSent *wrappers.UInt32Value + MaxOutboundControlFrames *wrappers.UInt32Value + MaxOutboundFrames *wrappers.UInt32Value + OverrideStreamErrorOnInvalidHttpMessage *wrappers.BoolValue + StreamErrorOnInvalidHttpMessaging bool + func (*Http2ProtocolOptions) Descriptor() ([]byte, []int) + func (*Http2ProtocolOptions) ProtoMessage() + func (m *Http2ProtocolOptions) Validate() error + func (x *Http2ProtocolOptions) GetAllowConnect() bool + func (x *Http2ProtocolOptions) GetAllowMetadata() bool + func (x *Http2ProtocolOptions) GetConnectionKeepalive() *KeepaliveSettings + func (x *Http2ProtocolOptions) GetCustomSettingsParameters() []*Http2ProtocolOptions_SettingsParameter + func (x *Http2ProtocolOptions) GetHpackTableSize() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetInitialConnectionWindowSize() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetInitialStreamWindowSize() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxConcurrentStreams() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxConsecutiveInboundFramesWithEmptyPayload() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxInboundPriorityFramesPerStream() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxInboundWindowUpdateFramesPerDataFrameSent() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxOutboundControlFrames() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetMaxOutboundFrames() *wrappers.UInt32Value + func (x *Http2ProtocolOptions) GetOverrideStreamErrorOnInvalidHttpMessage() *wrappers.BoolValue + func (x *Http2ProtocolOptions) GetStreamErrorOnInvalidHttpMessaging() bool + func (x *Http2ProtocolOptions) ProtoReflect() protoreflect.Message + func (x *Http2ProtocolOptions) Reset() + func (x *Http2ProtocolOptions) String() string + type Http2ProtocolOptionsValidationError struct + func (e Http2ProtocolOptionsValidationError) Cause() error + func (e Http2ProtocolOptionsValidationError) Error() string + func (e Http2ProtocolOptionsValidationError) ErrorName() string + func (e Http2ProtocolOptionsValidationError) Field() string + func (e Http2ProtocolOptionsValidationError) Key() bool + func (e Http2ProtocolOptionsValidationError) Reason() string + type Http2ProtocolOptions_SettingsParameter struct + Identifier *wrappers.UInt32Value + Value *wrappers.UInt32Value + func (*Http2ProtocolOptions_SettingsParameter) Descriptor() ([]byte, []int) + func (*Http2ProtocolOptions_SettingsParameter) ProtoMessage() + func (m *Http2ProtocolOptions_SettingsParameter) Validate() error + func (x *Http2ProtocolOptions_SettingsParameter) GetIdentifier() *wrappers.UInt32Value + func (x *Http2ProtocolOptions_SettingsParameter) GetValue() *wrappers.UInt32Value + func (x *Http2ProtocolOptions_SettingsParameter) ProtoReflect() protoreflect.Message + func (x *Http2ProtocolOptions_SettingsParameter) Reset() + func (x *Http2ProtocolOptions_SettingsParameter) String() string + type Http2ProtocolOptions_SettingsParameterValidationError struct + func (e Http2ProtocolOptions_SettingsParameterValidationError) Cause() error + func (e Http2ProtocolOptions_SettingsParameterValidationError) Error() string + func (e Http2ProtocolOptions_SettingsParameterValidationError) ErrorName() string + func (e Http2ProtocolOptions_SettingsParameterValidationError) Field() string + func (e Http2ProtocolOptions_SettingsParameterValidationError) Key() bool + func (e Http2ProtocolOptions_SettingsParameterValidationError) Reason() string + type Http3ProtocolOptions struct + OverrideStreamErrorOnInvalidHttpMessage *wrappers.BoolValue + QuicProtocolOptions *QuicProtocolOptions + func (*Http3ProtocolOptions) Descriptor() ([]byte, []int) + func (*Http3ProtocolOptions) ProtoMessage() + func (m *Http3ProtocolOptions) Validate() error + func (x *Http3ProtocolOptions) GetOverrideStreamErrorOnInvalidHttpMessage() *wrappers.BoolValue + func (x *Http3ProtocolOptions) GetQuicProtocolOptions() *QuicProtocolOptions + func (x *Http3ProtocolOptions) ProtoReflect() protoreflect.Message + func (x *Http3ProtocolOptions) Reset() + func (x *Http3ProtocolOptions) String() string + type Http3ProtocolOptionsValidationError struct + func (e Http3ProtocolOptionsValidationError) Cause() error + func (e Http3ProtocolOptionsValidationError) Error() string + func (e Http3ProtocolOptionsValidationError) ErrorName() string + func (e Http3ProtocolOptionsValidationError) Field() string + func (e Http3ProtocolOptionsValidationError) Key() bool + func (e Http3ProtocolOptionsValidationError) Reason() string + type HttpProtocolOptions struct + HeadersWithUnderscoresAction HttpProtocolOptions_HeadersWithUnderscoresAction + IdleTimeout *duration.Duration + MaxConnectionDuration *duration.Duration + MaxHeadersCount *wrappers.UInt32Value + MaxStreamDuration *duration.Duration + func (*HttpProtocolOptions) Descriptor() ([]byte, []int) + func (*HttpProtocolOptions) ProtoMessage() + func (m *HttpProtocolOptions) Validate() error + func (x *HttpProtocolOptions) GetHeadersWithUnderscoresAction() HttpProtocolOptions_HeadersWithUnderscoresAction + func (x *HttpProtocolOptions) GetIdleTimeout() *duration.Duration + func (x *HttpProtocolOptions) GetMaxConnectionDuration() *duration.Duration + func (x *HttpProtocolOptions) GetMaxHeadersCount() *wrappers.UInt32Value + func (x *HttpProtocolOptions) GetMaxStreamDuration() *duration.Duration + func (x *HttpProtocolOptions) ProtoReflect() protoreflect.Message + func (x *HttpProtocolOptions) Reset() + func (x *HttpProtocolOptions) String() string + type HttpProtocolOptionsValidationError struct + func (e HttpProtocolOptionsValidationError) Cause() error + func (e HttpProtocolOptionsValidationError) Error() string + func (e HttpProtocolOptionsValidationError) ErrorName() string + func (e HttpProtocolOptionsValidationError) Field() string + func (e HttpProtocolOptionsValidationError) Key() bool + func (e HttpProtocolOptionsValidationError) Reason() string + type HttpProtocolOptions_HeadersWithUnderscoresAction int32 + const HttpProtocolOptions_ALLOW + const HttpProtocolOptions_DROP_HEADER + const HttpProtocolOptions_REJECT_REQUEST + func (HttpProtocolOptions_HeadersWithUnderscoresAction) Descriptor() protoreflect.EnumDescriptor + func (HttpProtocolOptions_HeadersWithUnderscoresAction) EnumDescriptor() ([]byte, []int) + func (HttpProtocolOptions_HeadersWithUnderscoresAction) Type() protoreflect.EnumType + func (x HttpProtocolOptions_HeadersWithUnderscoresAction) Enum() *HttpProtocolOptions_HeadersWithUnderscoresAction + func (x HttpProtocolOptions_HeadersWithUnderscoresAction) Number() protoreflect.EnumNumber + func (x HttpProtocolOptions_HeadersWithUnderscoresAction) String() string + type HttpUri struct + HttpUpstreamType isHttpUri_HttpUpstreamType + Timeout *duration.Duration + Uri string + func (*HttpUri) Descriptor() ([]byte, []int) + func (*HttpUri) ProtoMessage() + func (m *HttpUri) GetHttpUpstreamType() isHttpUri_HttpUpstreamType + func (m *HttpUri) Validate() error + func (x *HttpUri) GetCluster() string + func (x *HttpUri) GetTimeout() *duration.Duration + func (x *HttpUri) GetUri() string + func (x *HttpUri) ProtoReflect() protoreflect.Message + func (x *HttpUri) Reset() + func (x *HttpUri) String() string + type HttpUriValidationError struct + func (e HttpUriValidationError) Cause() error + func (e HttpUriValidationError) Error() string + func (e HttpUriValidationError) ErrorName() string + func (e HttpUriValidationError) Field() string + func (e HttpUriValidationError) Key() bool + func (e HttpUriValidationError) Reason() string + type HttpUri_Cluster struct + Cluster string + type KeepaliveSettings struct + Interval *duration.Duration + IntervalJitter *v3.Percent + Timeout *duration.Duration + func (*KeepaliveSettings) Descriptor() ([]byte, []int) + func (*KeepaliveSettings) ProtoMessage() + func (m *KeepaliveSettings) Validate() error + func (x *KeepaliveSettings) GetInterval() *duration.Duration + func (x *KeepaliveSettings) GetIntervalJitter() *v3.Percent + func (x *KeepaliveSettings) GetTimeout() *duration.Duration + func (x *KeepaliveSettings) ProtoReflect() protoreflect.Message + func (x *KeepaliveSettings) Reset() + func (x *KeepaliveSettings) String() string + type KeepaliveSettingsValidationError struct + func (e KeepaliveSettingsValidationError) Cause() error + func (e KeepaliveSettingsValidationError) Error() string + func (e KeepaliveSettingsValidationError) ErrorName() string + func (e KeepaliveSettingsValidationError) Field() string + func (e KeepaliveSettingsValidationError) Key() bool + func (e KeepaliveSettingsValidationError) Reason() string + type Locality struct + Region string + SubZone string + Zone string + func (*Locality) Descriptor() ([]byte, []int) + func (*Locality) ProtoMessage() + func (m *Locality) Validate() error + func (x *Locality) GetRegion() string + func (x *Locality) GetSubZone() string + func (x *Locality) GetZone() string + func (x *Locality) ProtoReflect() protoreflect.Message + func (x *Locality) Reset() + func (x *Locality) String() string + type LocalityValidationError struct + func (e LocalityValidationError) Cause() error + func (e LocalityValidationError) Error() string + func (e LocalityValidationError) ErrorName() string + func (e LocalityValidationError) Field() string + func (e LocalityValidationError) Key() bool + func (e LocalityValidationError) Reason() string + type Metadata struct + FilterMetadata map[string]*_struct.Struct + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (m *Metadata) Validate() error + func (x *Metadata) GetFilterMetadata() map[string]*_struct.Struct + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type MetadataValidationError struct + func (e MetadataValidationError) Cause() error + func (e MetadataValidationError) Error() string + func (e MetadataValidationError) ErrorName() string + func (e MetadataValidationError) Field() string + func (e MetadataValidationError) Key() bool + func (e MetadataValidationError) Reason() string + type Node struct + ClientFeatures []string + Cluster string + DynamicParameters map[string]*v31.ContextParams + Extensions []*Extension + HiddenEnvoyDeprecatedBuildVersion string + Id string + ListeningAddresses []*Address + Locality *Locality + Metadata *_struct.Struct + UserAgentName string + UserAgentVersionType isNode_UserAgentVersionType + func (*Node) Descriptor() ([]byte, []int) + func (*Node) ProtoMessage() + func (m *Node) GetUserAgentVersionType() isNode_UserAgentVersionType + func (m *Node) Validate() error + func (x *Node) GetClientFeatures() []string + func (x *Node) GetCluster() string + func (x *Node) GetDynamicParameters() map[string]*v31.ContextParams + func (x *Node) GetExtensions() []*Extension + func (x *Node) GetHiddenEnvoyDeprecatedBuildVersion() string + func (x *Node) GetId() string + func (x *Node) GetListeningAddresses() []*Address + func (x *Node) GetLocality() *Locality + func (x *Node) GetMetadata() *_struct.Struct + func (x *Node) GetUserAgentBuildVersion() *BuildVersion + func (x *Node) GetUserAgentName() string + func (x *Node) GetUserAgentVersion() string + func (x *Node) ProtoReflect() protoreflect.Message + func (x *Node) Reset() + func (x *Node) String() string + type NodeValidationError struct + func (e NodeValidationError) Cause() error + func (e NodeValidationError) Error() string + func (e NodeValidationError) ErrorName() string + func (e NodeValidationError) Field() string + func (e NodeValidationError) Key() bool + func (e NodeValidationError) Reason() string + type Node_UserAgentBuildVersion struct + UserAgentBuildVersion *BuildVersion + type Node_UserAgentVersion struct + UserAgentVersion string + type Pipe struct + Mode uint32 + Path string + func (*Pipe) Descriptor() ([]byte, []int) + func (*Pipe) ProtoMessage() + func (m *Pipe) Validate() error + func (x *Pipe) GetMode() uint32 + func (x *Pipe) GetPath() string + func (x *Pipe) ProtoReflect() protoreflect.Message + func (x *Pipe) Reset() + func (x *Pipe) String() string + type PipeValidationError struct + func (e PipeValidationError) Cause() error + func (e PipeValidationError) Error() string + func (e PipeValidationError) ErrorName() string + func (e PipeValidationError) Field() string + func (e PipeValidationError) Key() bool + func (e PipeValidationError) Reason() string + type ProxyProtocolConfig struct + Version ProxyProtocolConfig_Version + func (*ProxyProtocolConfig) Descriptor() ([]byte, []int) + func (*ProxyProtocolConfig) ProtoMessage() + func (m *ProxyProtocolConfig) Validate() error + func (x *ProxyProtocolConfig) GetVersion() ProxyProtocolConfig_Version + func (x *ProxyProtocolConfig) ProtoReflect() protoreflect.Message + func (x *ProxyProtocolConfig) Reset() + func (x *ProxyProtocolConfig) String() string + type ProxyProtocolConfigValidationError struct + func (e ProxyProtocolConfigValidationError) Cause() error + func (e ProxyProtocolConfigValidationError) Error() string + func (e ProxyProtocolConfigValidationError) ErrorName() string + func (e ProxyProtocolConfigValidationError) Field() string + func (e ProxyProtocolConfigValidationError) Key() bool + func (e ProxyProtocolConfigValidationError) Reason() string + type ProxyProtocolConfig_Version int32 + const ProxyProtocolConfig_V1 + const ProxyProtocolConfig_V2 + func (ProxyProtocolConfig_Version) Descriptor() protoreflect.EnumDescriptor + func (ProxyProtocolConfig_Version) EnumDescriptor() ([]byte, []int) + func (ProxyProtocolConfig_Version) Type() protoreflect.EnumType + func (x ProxyProtocolConfig_Version) Enum() *ProxyProtocolConfig_Version + func (x ProxyProtocolConfig_Version) Number() protoreflect.EnumNumber + func (x ProxyProtocolConfig_Version) String() string + type QuicProtocolOptions struct + MaxConcurrentStreams *wrappers.UInt32Value + func (*QuicProtocolOptions) Descriptor() ([]byte, []int) + func (*QuicProtocolOptions) ProtoMessage() + func (m *QuicProtocolOptions) Validate() error + func (x *QuicProtocolOptions) GetMaxConcurrentStreams() *wrappers.UInt32Value + func (x *QuicProtocolOptions) ProtoReflect() protoreflect.Message + func (x *QuicProtocolOptions) Reset() + func (x *QuicProtocolOptions) String() string + type QuicProtocolOptionsValidationError struct + func (e QuicProtocolOptionsValidationError) Cause() error + func (e QuicProtocolOptionsValidationError) Error() string + func (e QuicProtocolOptionsValidationError) ErrorName() string + func (e QuicProtocolOptionsValidationError) Field() string + func (e QuicProtocolOptionsValidationError) Key() bool + func (e QuicProtocolOptionsValidationError) Reason() string + type RateLimitSettings struct + FillRate *wrappers.DoubleValue + MaxTokens *wrappers.UInt32Value + func (*RateLimitSettings) Descriptor() ([]byte, []int) + func (*RateLimitSettings) ProtoMessage() + func (m *RateLimitSettings) Validate() error + func (x *RateLimitSettings) GetFillRate() *wrappers.DoubleValue + func (x *RateLimitSettings) GetMaxTokens() *wrappers.UInt32Value + func (x *RateLimitSettings) ProtoReflect() protoreflect.Message + func (x *RateLimitSettings) Reset() + func (x *RateLimitSettings) String() string + type RateLimitSettingsValidationError struct + func (e RateLimitSettingsValidationError) Cause() error + func (e RateLimitSettingsValidationError) Error() string + func (e RateLimitSettingsValidationError) ErrorName() string + func (e RateLimitSettingsValidationError) Field() string + func (e RateLimitSettingsValidationError) Key() bool + func (e RateLimitSettingsValidationError) Reason() string + type RemoteDataSource struct + HttpUri *HttpUri + RetryPolicy *RetryPolicy + Sha256 string + func (*RemoteDataSource) Descriptor() ([]byte, []int) + func (*RemoteDataSource) ProtoMessage() + func (m *RemoteDataSource) Validate() error + func (x *RemoteDataSource) GetHttpUri() *HttpUri + func (x *RemoteDataSource) GetRetryPolicy() *RetryPolicy + func (x *RemoteDataSource) GetSha256() string + func (x *RemoteDataSource) ProtoReflect() protoreflect.Message + func (x *RemoteDataSource) Reset() + func (x *RemoteDataSource) String() string + type RemoteDataSourceValidationError struct + func (e RemoteDataSourceValidationError) Cause() error + func (e RemoteDataSourceValidationError) Error() string + func (e RemoteDataSourceValidationError) ErrorName() string + func (e RemoteDataSourceValidationError) Field() string + func (e RemoteDataSourceValidationError) Key() bool + func (e RemoteDataSourceValidationError) Reason() string + type RequestMethod int32 + const RequestMethod_CONNECT + const RequestMethod_DELETE + const RequestMethod_GET + const RequestMethod_HEAD + const RequestMethod_METHOD_UNSPECIFIED + const RequestMethod_OPTIONS + const RequestMethod_PATCH + const RequestMethod_POST + const RequestMethod_PUT + const RequestMethod_TRACE + func (RequestMethod) Descriptor() protoreflect.EnumDescriptor + func (RequestMethod) EnumDescriptor() ([]byte, []int) + func (RequestMethod) Type() protoreflect.EnumType + func (x RequestMethod) Enum() *RequestMethod + func (x RequestMethod) Number() protoreflect.EnumNumber + func (x RequestMethod) String() string + type RetryPolicy struct + NumRetries *wrappers.UInt32Value + RetryBackOff *BackoffStrategy + func (*RetryPolicy) Descriptor() ([]byte, []int) + func (*RetryPolicy) ProtoMessage() + func (m *RetryPolicy) Validate() error + func (x *RetryPolicy) GetNumRetries() *wrappers.UInt32Value + func (x *RetryPolicy) GetRetryBackOff() *BackoffStrategy + func (x *RetryPolicy) ProtoReflect() protoreflect.Message + func (x *RetryPolicy) Reset() + func (x *RetryPolicy) String() string + type RetryPolicyValidationError struct + func (e RetryPolicyValidationError) Cause() error + func (e RetryPolicyValidationError) Error() string + func (e RetryPolicyValidationError) ErrorName() string + func (e RetryPolicyValidationError) Field() string + func (e RetryPolicyValidationError) Key() bool + func (e RetryPolicyValidationError) Reason() string + type RoutingPriority int32 + const RoutingPriority_DEFAULT + const RoutingPriority_HIGH + func (RoutingPriority) Descriptor() protoreflect.EnumDescriptor + func (RoutingPriority) EnumDescriptor() ([]byte, []int) + func (RoutingPriority) Type() protoreflect.EnumType + func (x RoutingPriority) Enum() *RoutingPriority + func (x RoutingPriority) Number() protoreflect.EnumNumber + func (x RoutingPriority) String() string + type RuntimeDouble struct + DefaultValue float64 + RuntimeKey string + func (*RuntimeDouble) Descriptor() ([]byte, []int) + func (*RuntimeDouble) ProtoMessage() + func (m *RuntimeDouble) Validate() error + func (x *RuntimeDouble) GetDefaultValue() float64 + func (x *RuntimeDouble) GetRuntimeKey() string + func (x *RuntimeDouble) ProtoReflect() protoreflect.Message + func (x *RuntimeDouble) Reset() + func (x *RuntimeDouble) String() string + type RuntimeDoubleValidationError struct + func (e RuntimeDoubleValidationError) Cause() error + func (e RuntimeDoubleValidationError) Error() string + func (e RuntimeDoubleValidationError) ErrorName() string + func (e RuntimeDoubleValidationError) Field() string + func (e RuntimeDoubleValidationError) Key() bool + func (e RuntimeDoubleValidationError) Reason() string + type RuntimeFeatureFlag struct + DefaultValue *wrappers.BoolValue + RuntimeKey string + func (*RuntimeFeatureFlag) Descriptor() ([]byte, []int) + func (*RuntimeFeatureFlag) ProtoMessage() + func (m *RuntimeFeatureFlag) Validate() error + func (x *RuntimeFeatureFlag) GetDefaultValue() *wrappers.BoolValue + func (x *RuntimeFeatureFlag) GetRuntimeKey() string + func (x *RuntimeFeatureFlag) ProtoReflect() protoreflect.Message + func (x *RuntimeFeatureFlag) Reset() + func (x *RuntimeFeatureFlag) String() string + type RuntimeFeatureFlagValidationError struct + func (e RuntimeFeatureFlagValidationError) Cause() error + func (e RuntimeFeatureFlagValidationError) Error() string + func (e RuntimeFeatureFlagValidationError) ErrorName() string + func (e RuntimeFeatureFlagValidationError) Field() string + func (e RuntimeFeatureFlagValidationError) Key() bool + func (e RuntimeFeatureFlagValidationError) Reason() string + type RuntimeFractionalPercent struct + DefaultValue *v3.FractionalPercent + RuntimeKey string + func (*RuntimeFractionalPercent) Descriptor() ([]byte, []int) + func (*RuntimeFractionalPercent) ProtoMessage() + func (m *RuntimeFractionalPercent) Validate() error + func (x *RuntimeFractionalPercent) GetDefaultValue() *v3.FractionalPercent + func (x *RuntimeFractionalPercent) GetRuntimeKey() string + func (x *RuntimeFractionalPercent) ProtoReflect() protoreflect.Message + func (x *RuntimeFractionalPercent) Reset() + func (x *RuntimeFractionalPercent) String() string + type RuntimeFractionalPercentValidationError struct + func (e RuntimeFractionalPercentValidationError) Cause() error + func (e RuntimeFractionalPercentValidationError) Error() string + func (e RuntimeFractionalPercentValidationError) ErrorName() string + func (e RuntimeFractionalPercentValidationError) Field() string + func (e RuntimeFractionalPercentValidationError) Key() bool + func (e RuntimeFractionalPercentValidationError) Reason() string + type RuntimePercent struct + DefaultValue *v3.Percent + RuntimeKey string + func (*RuntimePercent) Descriptor() ([]byte, []int) + func (*RuntimePercent) ProtoMessage() + func (m *RuntimePercent) Validate() error + func (x *RuntimePercent) GetDefaultValue() *v3.Percent + func (x *RuntimePercent) GetRuntimeKey() string + func (x *RuntimePercent) ProtoReflect() protoreflect.Message + func (x *RuntimePercent) Reset() + func (x *RuntimePercent) String() string + type RuntimePercentValidationError struct + func (e RuntimePercentValidationError) Cause() error + func (e RuntimePercentValidationError) Error() string + func (e RuntimePercentValidationError) ErrorName() string + func (e RuntimePercentValidationError) Field() string + func (e RuntimePercentValidationError) Key() bool + func (e RuntimePercentValidationError) Reason() string + type RuntimeUInt32 struct + DefaultValue uint32 + RuntimeKey string + func (*RuntimeUInt32) Descriptor() ([]byte, []int) + func (*RuntimeUInt32) ProtoMessage() + func (m *RuntimeUInt32) Validate() error + func (x *RuntimeUInt32) GetDefaultValue() uint32 + func (x *RuntimeUInt32) GetRuntimeKey() string + func (x *RuntimeUInt32) ProtoReflect() protoreflect.Message + func (x *RuntimeUInt32) Reset() + func (x *RuntimeUInt32) String() string + type RuntimeUInt32ValidationError struct + func (e RuntimeUInt32ValidationError) Cause() error + func (e RuntimeUInt32ValidationError) Error() string + func (e RuntimeUInt32ValidationError) ErrorName() string + func (e RuntimeUInt32ValidationError) Field() string + func (e RuntimeUInt32ValidationError) Key() bool + func (e RuntimeUInt32ValidationError) Reason() string + type SelfConfigSource struct + TransportApiVersion ApiVersion + func (*SelfConfigSource) Descriptor() ([]byte, []int) + func (*SelfConfigSource) ProtoMessage() + func (m *SelfConfigSource) Validate() error + func (x *SelfConfigSource) GetTransportApiVersion() ApiVersion + func (x *SelfConfigSource) ProtoReflect() protoreflect.Message + func (x *SelfConfigSource) Reset() + func (x *SelfConfigSource) String() string + type SelfConfigSourceValidationError struct + func (e SelfConfigSourceValidationError) Cause() error + func (e SelfConfigSourceValidationError) Error() string + func (e SelfConfigSourceValidationError) ErrorName() string + func (e SelfConfigSourceValidationError) Field() string + func (e SelfConfigSourceValidationError) Key() bool + func (e SelfConfigSourceValidationError) Reason() string + type SocketAddress struct + Address string + Ipv4Compat bool + PortSpecifier isSocketAddress_PortSpecifier + Protocol SocketAddress_Protocol + ResolverName string + func (*SocketAddress) Descriptor() ([]byte, []int) + func (*SocketAddress) ProtoMessage() + func (m *SocketAddress) GetPortSpecifier() isSocketAddress_PortSpecifier + func (m *SocketAddress) Validate() error + func (x *SocketAddress) GetAddress() string + func (x *SocketAddress) GetIpv4Compat() bool + func (x *SocketAddress) GetNamedPort() string + func (x *SocketAddress) GetPortValue() uint32 + func (x *SocketAddress) GetProtocol() SocketAddress_Protocol + func (x *SocketAddress) GetResolverName() string + func (x *SocketAddress) ProtoReflect() protoreflect.Message + func (x *SocketAddress) Reset() + func (x *SocketAddress) String() string + type SocketAddressValidationError struct + func (e SocketAddressValidationError) Cause() error + func (e SocketAddressValidationError) Error() string + func (e SocketAddressValidationError) ErrorName() string + func (e SocketAddressValidationError) Field() string + func (e SocketAddressValidationError) Key() bool + func (e SocketAddressValidationError) Reason() string + type SocketAddress_NamedPort struct + NamedPort string + type SocketAddress_PortValue struct + PortValue uint32 + type SocketAddress_Protocol int32 + const SocketAddress_TCP + const SocketAddress_UDP + func (SocketAddress_Protocol) Descriptor() protoreflect.EnumDescriptor + func (SocketAddress_Protocol) EnumDescriptor() ([]byte, []int) + func (SocketAddress_Protocol) Type() protoreflect.EnumType + func (x SocketAddress_Protocol) Enum() *SocketAddress_Protocol + func (x SocketAddress_Protocol) Number() protoreflect.EnumNumber + func (x SocketAddress_Protocol) String() string + type SocketOption struct + Description string + Level int64 + Name int64 + State SocketOption_SocketState + Value isSocketOption_Value + func (*SocketOption) Descriptor() ([]byte, []int) + func (*SocketOption) ProtoMessage() + func (m *SocketOption) GetValue() isSocketOption_Value + func (m *SocketOption) Validate() error + func (x *SocketOption) GetBufValue() []byte + func (x *SocketOption) GetDescription() string + func (x *SocketOption) GetIntValue() int64 + func (x *SocketOption) GetLevel() int64 + func (x *SocketOption) GetName() int64 + func (x *SocketOption) GetState() SocketOption_SocketState + func (x *SocketOption) ProtoReflect() protoreflect.Message + func (x *SocketOption) Reset() + func (x *SocketOption) String() string + type SocketOptionValidationError struct + func (e SocketOptionValidationError) Cause() error + func (e SocketOptionValidationError) Error() string + func (e SocketOptionValidationError) ErrorName() string + func (e SocketOptionValidationError) Field() string + func (e SocketOptionValidationError) Key() bool + func (e SocketOptionValidationError) Reason() string + type SocketOption_BufValue struct + BufValue []byte + type SocketOption_IntValue struct + IntValue int64 + type SocketOption_SocketState int32 + const SocketOption_STATE_BOUND + const SocketOption_STATE_LISTENING + const SocketOption_STATE_PREBIND + func (SocketOption_SocketState) Descriptor() protoreflect.EnumDescriptor + func (SocketOption_SocketState) EnumDescriptor() ([]byte, []int) + func (SocketOption_SocketState) Type() protoreflect.EnumType + func (x SocketOption_SocketState) Enum() *SocketOption_SocketState + func (x SocketOption_SocketState) Number() protoreflect.EnumNumber + func (x SocketOption_SocketState) String() string + type SubstitutionFormatString struct + ContentType string + Format isSubstitutionFormatString_Format + Formatters []*TypedExtensionConfig + OmitEmptyValues bool + func (*SubstitutionFormatString) Descriptor() ([]byte, []int) + func (*SubstitutionFormatString) ProtoMessage() + func (m *SubstitutionFormatString) GetFormat() isSubstitutionFormatString_Format + func (m *SubstitutionFormatString) Validate() error + func (x *SubstitutionFormatString) GetContentType() string + func (x *SubstitutionFormatString) GetFormatters() []*TypedExtensionConfig + func (x *SubstitutionFormatString) GetJsonFormat() *_struct.Struct + func (x *SubstitutionFormatString) GetOmitEmptyValues() bool + func (x *SubstitutionFormatString) GetTextFormat() string + func (x *SubstitutionFormatString) GetTextFormatSource() *DataSource + func (x *SubstitutionFormatString) ProtoReflect() protoreflect.Message + func (x *SubstitutionFormatString) Reset() + func (x *SubstitutionFormatString) String() string + type SubstitutionFormatStringValidationError struct + func (e SubstitutionFormatStringValidationError) Cause() error + func (e SubstitutionFormatStringValidationError) Error() string + func (e SubstitutionFormatStringValidationError) ErrorName() string + func (e SubstitutionFormatStringValidationError) Field() string + func (e SubstitutionFormatStringValidationError) Key() bool + func (e SubstitutionFormatStringValidationError) Reason() string + type SubstitutionFormatString_JsonFormat struct + JsonFormat *_struct.Struct + type SubstitutionFormatString_TextFormat struct + TextFormat string + type SubstitutionFormatString_TextFormatSource struct + TextFormatSource *DataSource + type TcpKeepalive struct + KeepaliveInterval *wrappers.UInt32Value + KeepaliveProbes *wrappers.UInt32Value + KeepaliveTime *wrappers.UInt32Value + func (*TcpKeepalive) Descriptor() ([]byte, []int) + func (*TcpKeepalive) ProtoMessage() + func (m *TcpKeepalive) Validate() error + func (x *TcpKeepalive) GetKeepaliveInterval() *wrappers.UInt32Value + func (x *TcpKeepalive) GetKeepaliveProbes() *wrappers.UInt32Value + func (x *TcpKeepalive) GetKeepaliveTime() *wrappers.UInt32Value + func (x *TcpKeepalive) ProtoReflect() protoreflect.Message + func (x *TcpKeepalive) Reset() + func (x *TcpKeepalive) String() string + type TcpKeepaliveValidationError struct + func (e TcpKeepaliveValidationError) Cause() error + func (e TcpKeepaliveValidationError) Error() string + func (e TcpKeepaliveValidationError) ErrorName() string + func (e TcpKeepaliveValidationError) Field() string + func (e TcpKeepaliveValidationError) Key() bool + func (e TcpKeepaliveValidationError) Reason() string + type TcpProtocolOptions struct + func (*TcpProtocolOptions) Descriptor() ([]byte, []int) + func (*TcpProtocolOptions) ProtoMessage() + func (m *TcpProtocolOptions) Validate() error + func (x *TcpProtocolOptions) ProtoReflect() protoreflect.Message + func (x *TcpProtocolOptions) Reset() + func (x *TcpProtocolOptions) String() string + type TcpProtocolOptionsValidationError struct + func (e TcpProtocolOptionsValidationError) Cause() error + func (e TcpProtocolOptionsValidationError) Error() string + func (e TcpProtocolOptionsValidationError) ErrorName() string + func (e TcpProtocolOptionsValidationError) Field() string + func (e TcpProtocolOptionsValidationError) Key() bool + func (e TcpProtocolOptionsValidationError) Reason() string + type TrafficDirection int32 + const TrafficDirection_INBOUND + const TrafficDirection_OUTBOUND + const TrafficDirection_UNSPECIFIED + func (TrafficDirection) Descriptor() protoreflect.EnumDescriptor + func (TrafficDirection) EnumDescriptor() ([]byte, []int) + func (TrafficDirection) Type() protoreflect.EnumType + func (x TrafficDirection) Enum() *TrafficDirection + func (x TrafficDirection) Number() protoreflect.EnumNumber + func (x TrafficDirection) String() string + type TransportSocket struct + ConfigType isTransportSocket_ConfigType + Name string + func (*TransportSocket) Descriptor() ([]byte, []int) + func (*TransportSocket) ProtoMessage() + func (m *TransportSocket) GetConfigType() isTransportSocket_ConfigType + func (m *TransportSocket) Validate() error + func (x *TransportSocket) GetHiddenEnvoyDeprecatedConfig() *_struct.Struct + func (x *TransportSocket) GetName() string + func (x *TransportSocket) GetTypedConfig() *any.Any + func (x *TransportSocket) ProtoReflect() protoreflect.Message + func (x *TransportSocket) Reset() + func (x *TransportSocket) String() string + type TransportSocketValidationError struct + func (e TransportSocketValidationError) Cause() error + func (e TransportSocketValidationError) Error() string + func (e TransportSocketValidationError) ErrorName() string + func (e TransportSocketValidationError) Field() string + func (e TransportSocketValidationError) Key() bool + func (e TransportSocketValidationError) Reason() string + type TransportSocket_HiddenEnvoyDeprecatedConfig struct + HiddenEnvoyDeprecatedConfig *_struct.Struct + type TransportSocket_TypedConfig struct + TypedConfig *any.Any + type TypedExtensionConfig struct + Name string + TypedConfig *any.Any + func (*TypedExtensionConfig) Descriptor() ([]byte, []int) + func (*TypedExtensionConfig) ProtoMessage() + func (m *TypedExtensionConfig) Validate() error + func (x *TypedExtensionConfig) GetName() string + func (x *TypedExtensionConfig) GetTypedConfig() *any.Any + func (x *TypedExtensionConfig) ProtoReflect() protoreflect.Message + func (x *TypedExtensionConfig) Reset() + func (x *TypedExtensionConfig) String() string + type TypedExtensionConfigValidationError struct + func (e TypedExtensionConfigValidationError) Cause() error + func (e TypedExtensionConfigValidationError) Error() string + func (e TypedExtensionConfigValidationError) ErrorName() string + func (e TypedExtensionConfigValidationError) Field() string + func (e TypedExtensionConfigValidationError) Key() bool + func (e TypedExtensionConfigValidationError) Reason() string + type UdpSocketConfig struct + MaxRxDatagramSize *wrappers.UInt64Value + PreferGro *wrappers.BoolValue + func (*UdpSocketConfig) Descriptor() ([]byte, []int) + func (*UdpSocketConfig) ProtoMessage() + func (m *UdpSocketConfig) Validate() error + func (x *UdpSocketConfig) GetMaxRxDatagramSize() *wrappers.UInt64Value + func (x *UdpSocketConfig) GetPreferGro() *wrappers.BoolValue + func (x *UdpSocketConfig) ProtoReflect() protoreflect.Message + func (x *UdpSocketConfig) Reset() + func (x *UdpSocketConfig) String() string + type UdpSocketConfigValidationError struct + func (e UdpSocketConfigValidationError) Cause() error + func (e UdpSocketConfigValidationError) Error() string + func (e UdpSocketConfigValidationError) ErrorName() string + func (e UdpSocketConfigValidationError) Field() string + func (e UdpSocketConfigValidationError) Key() bool + func (e UdpSocketConfigValidationError) Reason() string + type UpstreamHttpProtocolOptions struct + AutoSanValidation bool + AutoSni bool + func (*UpstreamHttpProtocolOptions) Descriptor() ([]byte, []int) + func (*UpstreamHttpProtocolOptions) ProtoMessage() + func (m *UpstreamHttpProtocolOptions) Validate() error + func (x *UpstreamHttpProtocolOptions) GetAutoSanValidation() bool + func (x *UpstreamHttpProtocolOptions) GetAutoSni() bool + func (x *UpstreamHttpProtocolOptions) ProtoReflect() protoreflect.Message + func (x *UpstreamHttpProtocolOptions) Reset() + func (x *UpstreamHttpProtocolOptions) String() string + type UpstreamHttpProtocolOptionsValidationError struct + func (e UpstreamHttpProtocolOptionsValidationError) Cause() error + func (e UpstreamHttpProtocolOptionsValidationError) Error() string + func (e UpstreamHttpProtocolOptionsValidationError) ErrorName() string + func (e UpstreamHttpProtocolOptionsValidationError) Field() string + func (e UpstreamHttpProtocolOptionsValidationError) Key() bool + func (e UpstreamHttpProtocolOptionsValidationError) Reason() string + type WatchedDirectory struct + Path string + func (*WatchedDirectory) Descriptor() ([]byte, []int) + func (*WatchedDirectory) ProtoMessage() + func (m *WatchedDirectory) Validate() error + func (x *WatchedDirectory) GetPath() string + func (x *WatchedDirectory) ProtoReflect() protoreflect.Message + func (x *WatchedDirectory) Reset() + func (x *WatchedDirectory) String() string + type WatchedDirectoryValidationError struct + func (e WatchedDirectoryValidationError) Cause() error + func (e WatchedDirectoryValidationError) Error() string + func (e WatchedDirectoryValidationError) ErrorName() string + func (e WatchedDirectoryValidationError) Field() string + func (e WatchedDirectoryValidationError) Key() bool + func (e WatchedDirectoryValidationError) Reason() string