Documentation ¶
Index ¶
- Variables
- type Address
- func (*Address) Descriptor() ([]byte, []int)deprecated
- func (m *Address) GetAddress() isAddress_Address
- func (x *Address) GetPipe() *Pipe
- func (x *Address) GetSocketAddress() *SocketAddress
- func (*Address) ProtoMessage()
- func (x *Address) ProtoReflect() protoreflect.Message
- func (x *Address) Reset()
- func (x *Address) String() string
- func (m *Address) Validate() error
- type AddressValidationError
- type Address_Pipe
- type Address_SocketAddress
- type AggregatedConfigSource
- func (*AggregatedConfigSource) Descriptor() ([]byte, []int)deprecated
- func (*AggregatedConfigSource) ProtoMessage()
- func (x *AggregatedConfigSource) ProtoReflect() protoreflect.Message
- func (x *AggregatedConfigSource) Reset()
- func (x *AggregatedConfigSource) String() string
- func (m *AggregatedConfigSource) Validate() error
- type AggregatedConfigSourceValidationError
- 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
- func (*ApiConfigSource) Descriptor() ([]byte, []int)deprecated
- 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 (*ApiConfigSource) ProtoMessage()
- func (x *ApiConfigSource) ProtoReflect() protoreflect.Message
- func (x *ApiConfigSource) Reset()
- func (x *ApiConfigSource) String() string
- func (m *ApiConfigSource) Validate() error
- type ApiConfigSourceValidationError
- 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
- func (ApiConfigSource_ApiType) Descriptor() protoreflect.EnumDescriptor
- func (x ApiConfigSource_ApiType) Enum() *ApiConfigSource_ApiType
- func (ApiConfigSource_ApiType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ApiConfigSource_ApiType) Number() protoreflect.EnumNumber
- func (x ApiConfigSource_ApiType) String() string
- func (ApiConfigSource_ApiType) Type() protoreflect.EnumType
- type ApiVersion
- type AsyncDataSource
- func (*AsyncDataSource) Descriptor() ([]byte, []int)deprecated
- func (x *AsyncDataSource) GetLocal() *DataSource
- func (x *AsyncDataSource) GetRemote() *RemoteDataSource
- func (m *AsyncDataSource) GetSpecifier() isAsyncDataSource_Specifier
- func (*AsyncDataSource) ProtoMessage()
- func (x *AsyncDataSource) ProtoReflect() protoreflect.Message
- func (x *AsyncDataSource) Reset()
- func (x *AsyncDataSource) String() string
- func (m *AsyncDataSource) Validate() error
- type AsyncDataSourceValidationError
- 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
- type AsyncDataSource_Remote
- type BackoffStrategy
- func (*BackoffStrategy) Descriptor() ([]byte, []int)deprecated
- func (x *BackoffStrategy) GetBaseInterval() *duration.Duration
- func (x *BackoffStrategy) GetMaxInterval() *duration.Duration
- func (*BackoffStrategy) ProtoMessage()
- func (x *BackoffStrategy) ProtoReflect() protoreflect.Message
- func (x *BackoffStrategy) Reset()
- func (x *BackoffStrategy) String() string
- func (m *BackoffStrategy) Validate() error
- type BackoffStrategyValidationError
- 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
- func (*BindConfig) Descriptor() ([]byte, []int)deprecated
- func (x *BindConfig) GetFreebind() *wrappers.BoolValue
- func (x *BindConfig) GetSocketOptions() []*SocketOption
- func (x *BindConfig) GetSourceAddress() *SocketAddress
- func (*BindConfig) ProtoMessage()
- func (x *BindConfig) ProtoReflect() protoreflect.Message
- func (x *BindConfig) Reset()
- func (x *BindConfig) String() string
- func (m *BindConfig) Validate() error
- type BindConfigValidationError
- type BuildVersion
- func (*BuildVersion) Descriptor() ([]byte, []int)deprecated
- func (x *BuildVersion) GetMetadata() *_struct.Struct
- func (x *BuildVersion) GetVersion() *v3.SemanticVersion
- func (*BuildVersion) ProtoMessage()
- func (x *BuildVersion) ProtoReflect() protoreflect.Message
- func (x *BuildVersion) Reset()
- func (x *BuildVersion) String() string
- func (m *BuildVersion) Validate() error
- type BuildVersionValidationError
- 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
- func (*CidrRange) Descriptor() ([]byte, []int)deprecated
- func (x *CidrRange) GetAddressPrefix() string
- func (x *CidrRange) GetPrefixLen() *wrappers.UInt32Value
- func (*CidrRange) ProtoMessage()
- func (x *CidrRange) ProtoReflect() protoreflect.Message
- func (x *CidrRange) Reset()
- func (x *CidrRange) String() string
- func (m *CidrRange) Validate() error
- type CidrRangeValidationError
- type ConfigSource
- func (*ConfigSource) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigSource) GetAds() *AggregatedConfigSource
- func (x *ConfigSource) GetApiConfigSource() *ApiConfigSource
- func (x *ConfigSource) GetAuthorities() []*v1.Authority
- func (m *ConfigSource) GetConfigSourceSpecifier() isConfigSource_ConfigSourceSpecifier
- func (x *ConfigSource) GetInitialFetchTimeout() *duration.Duration
- func (x *ConfigSource) GetPath() string
- func (x *ConfigSource) GetResourceApiVersion() ApiVersion
- func (x *ConfigSource) GetSelf() *SelfConfigSource
- func (*ConfigSource) ProtoMessage()
- func (x *ConfigSource) ProtoReflect() protoreflect.Message
- func (x *ConfigSource) Reset()
- func (x *ConfigSource) String() string
- func (m *ConfigSource) Validate() error
- type ConfigSourceValidationError
- 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
- type ConfigSource_ApiConfigSource
- type ConfigSource_Path
- type ConfigSource_Self
- type ControlPlane
- func (*ControlPlane) Descriptor() ([]byte, []int)deprecated
- func (x *ControlPlane) GetIdentifier() string
- func (*ControlPlane) ProtoMessage()
- func (x *ControlPlane) ProtoReflect() protoreflect.Message
- func (x *ControlPlane) Reset()
- func (x *ControlPlane) String() string
- func (m *ControlPlane) Validate() error
- type ControlPlaneValidationError
- 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
- func (*DataSource) Descriptor() ([]byte, []int)deprecated
- func (x *DataSource) GetFilename() string
- func (x *DataSource) GetInlineBytes() []byte
- func (x *DataSource) GetInlineString() string
- func (m *DataSource) GetSpecifier() isDataSource_Specifier
- func (*DataSource) ProtoMessage()
- func (x *DataSource) ProtoReflect() protoreflect.Message
- func (x *DataSource) Reset()
- func (x *DataSource) String() string
- func (m *DataSource) Validate() error
- type DataSourceValidationError
- type DataSource_Filename
- type DataSource_InlineBytes
- type DataSource_InlineString
- type EventServiceConfig
- func (*EventServiceConfig) Descriptor() ([]byte, []int)deprecated
- func (m *EventServiceConfig) GetConfigSourceSpecifier() isEventServiceConfig_ConfigSourceSpecifier
- func (x *EventServiceConfig) GetGrpcService() *GrpcService
- func (*EventServiceConfig) ProtoMessage()
- func (x *EventServiceConfig) ProtoReflect() protoreflect.Message
- func (x *EventServiceConfig) Reset()
- func (x *EventServiceConfig) String() string
- func (m *EventServiceConfig) Validate() error
- type EventServiceConfigValidationError
- 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
- type Extension
- func (*Extension) Descriptor() ([]byte, []int)deprecated
- 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 (*Extension) ProtoMessage()
- func (x *Extension) ProtoReflect() protoreflect.Message
- func (x *Extension) Reset()
- func (x *Extension) String() string
- func (m *Extension) Validate() error
- type ExtensionValidationError
- type GrpcMethodList
- func (*GrpcMethodList) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcMethodList) GetServices() []*GrpcMethodList_Service
- func (*GrpcMethodList) ProtoMessage()
- func (x *GrpcMethodList) ProtoReflect() protoreflect.Message
- func (x *GrpcMethodList) Reset()
- func (x *GrpcMethodList) String() string
- func (m *GrpcMethodList) Validate() error
- type GrpcMethodListValidationError
- 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
- func (*GrpcMethodList_Service) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcMethodList_Service) GetMethodNames() []string
- func (x *GrpcMethodList_Service) GetName() string
- func (*GrpcMethodList_Service) ProtoMessage()
- func (x *GrpcMethodList_Service) ProtoReflect() protoreflect.Message
- func (x *GrpcMethodList_Service) Reset()
- func (x *GrpcMethodList_Service) String() string
- func (m *GrpcMethodList_Service) Validate() error
- type GrpcMethodList_ServiceValidationError
- 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
- func (*GrpcProtocolOptions) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcProtocolOptions) GetHttp2ProtocolOptions() *Http2ProtocolOptions
- func (*GrpcProtocolOptions) ProtoMessage()
- func (x *GrpcProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *GrpcProtocolOptions) Reset()
- func (x *GrpcProtocolOptions) String() string
- func (m *GrpcProtocolOptions) Validate() error
- type GrpcProtocolOptionsValidationError
- 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
- func (*GrpcService) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService) GetEnvoyGrpc() *GrpcService_EnvoyGrpc
- func (x *GrpcService) GetGoogleGrpc() *GrpcService_GoogleGrpc
- func (x *GrpcService) GetInitialMetadata() []*HeaderValue
- func (m *GrpcService) GetTargetSpecifier() isGrpcService_TargetSpecifier
- func (x *GrpcService) GetTimeout() *duration.Duration
- func (*GrpcService) ProtoMessage()
- func (x *GrpcService) ProtoReflect() protoreflect.Message
- func (x *GrpcService) Reset()
- func (x *GrpcService) String() string
- func (m *GrpcService) Validate() error
- type GrpcServiceValidationError
- 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
- func (*GrpcService_EnvoyGrpc) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_EnvoyGrpc) GetClusterName() string
- func (*GrpcService_EnvoyGrpc) ProtoMessage()
- func (x *GrpcService_EnvoyGrpc) ProtoReflect() protoreflect.Message
- func (x *GrpcService_EnvoyGrpc) Reset()
- func (x *GrpcService_EnvoyGrpc) String() string
- func (m *GrpcService_EnvoyGrpc) Validate() error
- type GrpcService_EnvoyGrpcValidationError
- 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_
- type GrpcService_GoogleGrpc
- func (*GrpcService_GoogleGrpc) Descriptor() ([]byte, []int)deprecated
- 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 (*GrpcService_GoogleGrpc) ProtoMessage()
- func (x *GrpcService_GoogleGrpc) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc) Reset()
- func (x *GrpcService_GoogleGrpc) String() string
- func (m *GrpcService_GoogleGrpc) Validate() error
- type GrpcService_GoogleGrpcValidationError
- 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_
- type GrpcService_GoogleGrpc_CallCredentials
- func (*GrpcService_GoogleGrpc_CallCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_CallCredentials) GetAccessToken() string
- func (m *GrpcService_GoogleGrpc_CallCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_CallCredentials_CredentialSpecifier
- func (x *GrpcService_GoogleGrpc_CallCredentials) GetFromPlugin() *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin
- func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleComputeEngine() *empty.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 (*GrpcService_GoogleGrpc_CallCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_CallCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_CallCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_CallCredentials) String() string
- func (m *GrpcService_GoogleGrpc_CallCredentials) Validate() error
- type GrpcService_GoogleGrpc_CallCredentialsValidationError
- 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
- type GrpcService_GoogleGrpc_CallCredentials_FromPlugin
- type GrpcService_GoogleGrpc_CallCredentials_GoogleComputeEngine
- type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials
- func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthoritySelector() string
- func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthorizationToken() string
- func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) String() string
- func (m *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Validate() error
- type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError
- 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
- type GrpcService_GoogleGrpc_CallCredentials_GoogleRefreshToken
- type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin
- func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Descriptor() ([]byte, []int)deprecated
- func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetConfigType() ...
- func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetName() string
- func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetTypedConfig() *any.Any
- func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Reset()
- func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) String() string
- func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Validate() error
- type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError
- 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_TypedConfig
- type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials
- func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetJsonKey() string
- func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetTokenLifetimeSeconds() uint64
- func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) String() string
- func (m *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Validate() error
- type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError
- 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
- type GrpcService_GoogleGrpc_CallCredentials_StsService
- func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Descriptor() ([]byte, []int)deprecated
- 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 (*GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) Reset()
- func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) String() string
- func (m *GrpcService_GoogleGrpc_CallCredentials_StsService) Validate() error
- type GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError
- 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_
- type GrpcService_GoogleGrpc_ChannelArgs
- func (*GrpcService_GoogleGrpc_ChannelArgs) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_ChannelArgs) GetArgs() map[string]*GrpcService_GoogleGrpc_ChannelArgs_Value
- func (*GrpcService_GoogleGrpc_ChannelArgs) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_ChannelArgs) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_ChannelArgs) Reset()
- func (x *GrpcService_GoogleGrpc_ChannelArgs) String() string
- func (m *GrpcService_GoogleGrpc_ChannelArgs) Validate() error
- type GrpcService_GoogleGrpc_ChannelArgsValidationError
- 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
- func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetIntValue() int64
- func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetStringValue() string
- func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) GetValueSpecifier() isGrpcService_GoogleGrpc_ChannelArgs_Value_ValueSpecifier
- func (*GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) Reset()
- func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) String() string
- func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) Validate() error
- type GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError
- 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
- type GrpcService_GoogleGrpc_ChannelArgs_Value_StringValue
- type GrpcService_GoogleGrpc_ChannelCredentials
- func (*GrpcService_GoogleGrpc_ChannelCredentials) Descriptor() ([]byte, []int)deprecated
- func (m *GrpcService_GoogleGrpc_ChannelCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_ChannelCredentials_CredentialSpecifier
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetGoogleDefault() *empty.Empty
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetLocalCredentials() *GrpcService_GoogleGrpc_GoogleLocalCredentials
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetSslCredentials() *GrpcService_GoogleGrpc_SslCredentials
- func (*GrpcService_GoogleGrpc_ChannelCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_ChannelCredentials) String() string
- func (m *GrpcService_GoogleGrpc_ChannelCredentials) Validate() error
- type GrpcService_GoogleGrpc_ChannelCredentialsValidationError
- 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
- type GrpcService_GoogleGrpc_ChannelCredentials_LocalCredentials
- type GrpcService_GoogleGrpc_ChannelCredentials_SslCredentials
- type GrpcService_GoogleGrpc_GoogleLocalCredentials
- func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Descriptor() ([]byte, []int)deprecated
- func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) String() string
- func (m *GrpcService_GoogleGrpc_GoogleLocalCredentials) Validate() error
- type GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError
- 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
- func (*GrpcService_GoogleGrpc_SslCredentials) Descriptor() ([]byte, []int)deprecated
- func (x *GrpcService_GoogleGrpc_SslCredentials) GetCertChain() *DataSource
- func (x *GrpcService_GoogleGrpc_SslCredentials) GetPrivateKey() *DataSource
- func (x *GrpcService_GoogleGrpc_SslCredentials) GetRootCerts() *DataSource
- func (*GrpcService_GoogleGrpc_SslCredentials) ProtoMessage()
- func (x *GrpcService_GoogleGrpc_SslCredentials) ProtoReflect() protoreflect.Message
- func (x *GrpcService_GoogleGrpc_SslCredentials) Reset()
- func (x *GrpcService_GoogleGrpc_SslCredentials) String() string
- func (m *GrpcService_GoogleGrpc_SslCredentials) Validate() error
- type GrpcService_GoogleGrpc_SslCredentialsValidationError
- 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
- type HeaderMapValidationError
- type HeaderValue
- func (*HeaderValue) Descriptor() ([]byte, []int)deprecated
- func (x *HeaderValue) GetKey() string
- func (x *HeaderValue) GetValue() string
- func (*HeaderValue) ProtoMessage()
- func (x *HeaderValue) ProtoReflect() protoreflect.Message
- func (x *HeaderValue) Reset()
- func (x *HeaderValue) String() string
- func (m *HeaderValue) Validate() error
- type HeaderValueOption
- func (*HeaderValueOption) Descriptor() ([]byte, []int)deprecated
- func (x *HeaderValueOption) GetAppend() *wrappers.BoolValue
- func (x *HeaderValueOption) GetHeader() *HeaderValue
- func (*HeaderValueOption) ProtoMessage()
- func (x *HeaderValueOption) ProtoReflect() protoreflect.Message
- func (x *HeaderValueOption) Reset()
- func (x *HeaderValueOption) String() string
- func (m *HeaderValueOption) Validate() error
- type HeaderValueOptionValidationError
- 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
- 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
- func (*HealthCheck) Descriptor() ([]byte, []int)deprecated
- 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 (m *HealthCheck) GetHealthChecker() isHealthCheck_HealthChecker
- 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) 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 (*HealthCheck) ProtoMessage()
- func (x *HealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck) Reset()
- func (x *HealthCheck) String() string
- func (m *HealthCheck) Validate() error
- type HealthCheckValidationError
- 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
- func (*HealthCheck_CustomHealthCheck) Descriptor() ([]byte, []int)deprecated
- func (m *HealthCheck_CustomHealthCheck) GetConfigType() isHealthCheck_CustomHealthCheck_ConfigType
- func (x *HealthCheck_CustomHealthCheck) GetName() string
- func (x *HealthCheck_CustomHealthCheck) GetTypedConfig() *any.Any
- func (*HealthCheck_CustomHealthCheck) ProtoMessage()
- func (x *HealthCheck_CustomHealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_CustomHealthCheck) Reset()
- func (x *HealthCheck_CustomHealthCheck) String() string
- func (m *HealthCheck_CustomHealthCheck) Validate() error
- type HealthCheck_CustomHealthCheckValidationError
- 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_
- type HealthCheck_CustomHealthCheck_TypedConfig
- type HealthCheck_GrpcHealthCheck
- func (*HealthCheck_GrpcHealthCheck) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_GrpcHealthCheck) GetAuthority() string
- func (x *HealthCheck_GrpcHealthCheck) GetServiceName() string
- func (*HealthCheck_GrpcHealthCheck) ProtoMessage()
- func (x *HealthCheck_GrpcHealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_GrpcHealthCheck) Reset()
- func (x *HealthCheck_GrpcHealthCheck) String() string
- func (m *HealthCheck_GrpcHealthCheck) Validate() error
- type HealthCheck_GrpcHealthCheckValidationError
- 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_
- type HealthCheck_HttpHealthCheck
- func (*HealthCheck_HttpHealthCheck) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_HttpHealthCheck) GetCodecClientType() v3.CodecClientType
- func (x *HealthCheck_HttpHealthCheck) GetExpectedStatuses() []*v3.Int64Range
- 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() *v4alpha.StringMatcher
- func (*HealthCheck_HttpHealthCheck) ProtoMessage()
- func (x *HealthCheck_HttpHealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_HttpHealthCheck) Reset()
- func (x *HealthCheck_HttpHealthCheck) String() string
- func (m *HealthCheck_HttpHealthCheck) Validate() error
- type HealthCheck_HttpHealthCheckValidationError
- 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_
- type HealthCheck_Payload
- func (*HealthCheck_Payload) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_Payload) GetBinary() []byte
- func (m *HealthCheck_Payload) GetPayload() isHealthCheck_Payload_Payload
- func (x *HealthCheck_Payload) GetText() string
- func (*HealthCheck_Payload) ProtoMessage()
- func (x *HealthCheck_Payload) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_Payload) Reset()
- func (x *HealthCheck_Payload) String() string
- func (m *HealthCheck_Payload) Validate() error
- type HealthCheck_PayloadValidationError
- 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
- type HealthCheck_Payload_Text
- type HealthCheck_RedisHealthCheck
- func (*HealthCheck_RedisHealthCheck) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_RedisHealthCheck) GetKey() string
- func (*HealthCheck_RedisHealthCheck) ProtoMessage()
- func (x *HealthCheck_RedisHealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_RedisHealthCheck) Reset()
- func (x *HealthCheck_RedisHealthCheck) String() string
- func (m *HealthCheck_RedisHealthCheck) Validate() error
- type HealthCheck_RedisHealthCheckValidationError
- 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
- func (*HealthCheck_TcpHealthCheck) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_TcpHealthCheck) GetReceive() []*HealthCheck_Payload
- func (x *HealthCheck_TcpHealthCheck) GetSend() *HealthCheck_Payload
- func (*HealthCheck_TcpHealthCheck) ProtoMessage()
- func (x *HealthCheck_TcpHealthCheck) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_TcpHealthCheck) Reset()
- func (x *HealthCheck_TcpHealthCheck) String() string
- func (m *HealthCheck_TcpHealthCheck) Validate() error
- type HealthCheck_TcpHealthCheckValidationError
- 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_
- type HealthCheck_TlsOptions
- func (*HealthCheck_TlsOptions) Descriptor() ([]byte, []int)deprecated
- func (x *HealthCheck_TlsOptions) GetAlpnProtocols() []string
- func (*HealthCheck_TlsOptions) ProtoMessage()
- func (x *HealthCheck_TlsOptions) ProtoReflect() protoreflect.Message
- func (x *HealthCheck_TlsOptions) Reset()
- func (x *HealthCheck_TlsOptions) String() string
- func (m *HealthCheck_TlsOptions) Validate() error
- type HealthCheck_TlsOptionsValidationError
- 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
- func (HealthStatus) Descriptor() protoreflect.EnumDescriptor
- func (x HealthStatus) Enum() *HealthStatus
- func (HealthStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x HealthStatus) Number() protoreflect.EnumNumber
- func (x HealthStatus) String() string
- func (HealthStatus) Type() protoreflect.EnumType
- type Http1ProtocolOptions
- func (*Http1ProtocolOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Http1ProtocolOptions) GetAcceptHttp_10() bool
- func (x *Http1ProtocolOptions) GetAllowAbsoluteUrl() *wrappers.BoolValue
- func (x *Http1ProtocolOptions) GetDefaultHostForHttp_10() string
- func (x *Http1ProtocolOptions) GetEnableTrailers() bool
- func (x *Http1ProtocolOptions) GetHeaderKeyFormat() *Http1ProtocolOptions_HeaderKeyFormat
- func (*Http1ProtocolOptions) ProtoMessage()
- func (x *Http1ProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *Http1ProtocolOptions) Reset()
- func (x *Http1ProtocolOptions) String() string
- func (m *Http1ProtocolOptions) Validate() error
- type Http1ProtocolOptionsValidationError
- 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
- func (*Http1ProtocolOptions_HeaderKeyFormat) Descriptor() ([]byte, []int)deprecated
- func (x *Http1ProtocolOptions_HeaderKeyFormat) GetCustom() *Http1ProtocolOptions_HeaderKeyFormat_Custom
- func (m *Http1ProtocolOptions_HeaderKeyFormat) GetHeaderFormat() isHttp1ProtocolOptions_HeaderKeyFormat_HeaderFormat
- func (x *Http1ProtocolOptions_HeaderKeyFormat) GetProperCaseWords() *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords
- func (*Http1ProtocolOptions_HeaderKeyFormat) ProtoMessage()
- func (x *Http1ProtocolOptions_HeaderKeyFormat) ProtoReflect() protoreflect.Message
- func (x *Http1ProtocolOptions_HeaderKeyFormat) Reset()
- func (x *Http1ProtocolOptions_HeaderKeyFormat) String() string
- func (m *Http1ProtocolOptions_HeaderKeyFormat) Validate() error
- type Http1ProtocolOptions_HeaderKeyFormatValidationError
- 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_Custom
- func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) Descriptor() ([]byte, []int)deprecated
- func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) GetRules() map[string]string
- func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoMessage()
- func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoReflect() protoreflect.Message
- func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) Reset()
- func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) String() string
- func (m *Http1ProtocolOptions_HeaderKeyFormat_Custom) Validate() error
- type Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Cause() error
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Error() string
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) ErrorName() string
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Field() string
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Key() bool
- func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Reason() string
- type Http1ProtocolOptions_HeaderKeyFormat_Custom_
- type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords
- func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Descriptor() ([]byte, []int)deprecated
- func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoMessage()
- func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoReflect() protoreflect.Message
- func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Reset()
- func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) String() string
- func (m *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Validate() error
- type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError
- 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_
- type Http2ProtocolOptions
- func (*Http2ProtocolOptions) Descriptor() ([]byte, []int)deprecated
- func (x *Http2ProtocolOptions) GetAllowConnect() bool
- func (x *Http2ProtocolOptions) GetAllowMetadata() bool
- 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) GetStreamErrorOnInvalidHttpMessaging() bool
- func (*Http2ProtocolOptions) ProtoMessage()
- func (x *Http2ProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *Http2ProtocolOptions) Reset()
- func (x *Http2ProtocolOptions) String() string
- func (m *Http2ProtocolOptions) Validate() error
- type Http2ProtocolOptionsValidationError
- 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
- func (*Http2ProtocolOptions_SettingsParameter) Descriptor() ([]byte, []int)deprecated
- func (x *Http2ProtocolOptions_SettingsParameter) GetIdentifier() *wrappers.UInt32Value
- func (x *Http2ProtocolOptions_SettingsParameter) GetValue() *wrappers.UInt32Value
- func (*Http2ProtocolOptions_SettingsParameter) ProtoMessage()
- func (x *Http2ProtocolOptions_SettingsParameter) ProtoReflect() protoreflect.Message
- func (x *Http2ProtocolOptions_SettingsParameter) Reset()
- func (x *Http2ProtocolOptions_SettingsParameter) String() string
- func (m *Http2ProtocolOptions_SettingsParameter) Validate() error
- type Http2ProtocolOptions_SettingsParameterValidationError
- 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 HttpProtocolOptions
- func (*HttpProtocolOptions) Descriptor() ([]byte, []int)deprecated
- 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 (*HttpProtocolOptions) ProtoMessage()
- func (x *HttpProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *HttpProtocolOptions) Reset()
- func (x *HttpProtocolOptions) String() string
- func (m *HttpProtocolOptions) Validate() error
- type HttpProtocolOptionsValidationError
- 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
- func (HttpProtocolOptions_HeadersWithUnderscoresAction) Descriptor() protoreflect.EnumDescriptor
- func (x HttpProtocolOptions_HeadersWithUnderscoresAction) Enum() *HttpProtocolOptions_HeadersWithUnderscoresAction
- func (HttpProtocolOptions_HeadersWithUnderscoresAction) EnumDescriptor() ([]byte, []int)deprecated
- func (x HttpProtocolOptions_HeadersWithUnderscoresAction) Number() protoreflect.EnumNumber
- func (x HttpProtocolOptions_HeadersWithUnderscoresAction) String() string
- func (HttpProtocolOptions_HeadersWithUnderscoresAction) Type() protoreflect.EnumType
- type HttpUri
- func (*HttpUri) Descriptor() ([]byte, []int)deprecated
- func (x *HttpUri) GetCluster() string
- func (m *HttpUri) GetHttpUpstreamType() isHttpUri_HttpUpstreamType
- func (x *HttpUri) GetTimeout() *duration.Duration
- func (x *HttpUri) GetUri() string
- func (*HttpUri) ProtoMessage()
- func (x *HttpUri) ProtoReflect() protoreflect.Message
- func (x *HttpUri) Reset()
- func (x *HttpUri) String() string
- func (m *HttpUri) Validate() error
- type HttpUriValidationError
- type HttpUri_Cluster
- type Locality
- func (*Locality) Descriptor() ([]byte, []int)deprecated
- func (x *Locality) GetRegion() string
- func (x *Locality) GetSubZone() string
- func (x *Locality) GetZone() string
- func (*Locality) ProtoMessage()
- func (x *Locality) ProtoReflect() protoreflect.Message
- func (x *Locality) Reset()
- func (x *Locality) String() string
- func (m *Locality) Validate() error
- type LocalityValidationError
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetFilterMetadata() map[string]*_struct.Struct
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- func (m *Metadata) Validate() error
- type MetadataValidationError
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetClientFeatures() []string
- func (x *Node) GetCluster() string
- func (x *Node) GetExtensions() []*Extension
- 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 (m *Node) GetUserAgentVersionType() isNode_UserAgentVersionType
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- func (m *Node) Validate() error
- type NodeValidationError
- type Node_UserAgentBuildVersion
- type Node_UserAgentVersion
- type Pipe
- type PipeValidationError
- type ProxyProtocolConfig
- func (*ProxyProtocolConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ProxyProtocolConfig) GetVersion() ProxyProtocolConfig_Version
- func (*ProxyProtocolConfig) ProtoMessage()
- func (x *ProxyProtocolConfig) ProtoReflect() protoreflect.Message
- func (x *ProxyProtocolConfig) Reset()
- func (x *ProxyProtocolConfig) String() string
- func (m *ProxyProtocolConfig) Validate() error
- type ProxyProtocolConfigValidationError
- 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
- func (ProxyProtocolConfig_Version) Descriptor() protoreflect.EnumDescriptor
- func (x ProxyProtocolConfig_Version) Enum() *ProxyProtocolConfig_Version
- func (ProxyProtocolConfig_Version) EnumDescriptor() ([]byte, []int)deprecated
- func (x ProxyProtocolConfig_Version) Number() protoreflect.EnumNumber
- func (x ProxyProtocolConfig_Version) String() string
- func (ProxyProtocolConfig_Version) Type() protoreflect.EnumType
- type RateLimitSettings
- func (*RateLimitSettings) Descriptor() ([]byte, []int)deprecated
- func (x *RateLimitSettings) GetFillRate() *wrappers.DoubleValue
- func (x *RateLimitSettings) GetMaxTokens() *wrappers.UInt32Value
- func (*RateLimitSettings) ProtoMessage()
- func (x *RateLimitSettings) ProtoReflect() protoreflect.Message
- func (x *RateLimitSettings) Reset()
- func (x *RateLimitSettings) String() string
- func (m *RateLimitSettings) Validate() error
- type RateLimitSettingsValidationError
- 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
- func (*RemoteDataSource) Descriptor() ([]byte, []int)deprecated
- func (x *RemoteDataSource) GetHttpUri() *HttpUri
- func (x *RemoteDataSource) GetRetryPolicy() *RetryPolicy
- func (x *RemoteDataSource) GetSha256() string
- func (*RemoteDataSource) ProtoMessage()
- func (x *RemoteDataSource) ProtoReflect() protoreflect.Message
- func (x *RemoteDataSource) Reset()
- func (x *RemoteDataSource) String() string
- func (m *RemoteDataSource) Validate() error
- type RemoteDataSourceValidationError
- 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
- func (RequestMethod) Descriptor() protoreflect.EnumDescriptor
- func (x RequestMethod) Enum() *RequestMethod
- func (RequestMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x RequestMethod) Number() protoreflect.EnumNumber
- func (x RequestMethod) String() string
- func (RequestMethod) Type() protoreflect.EnumType
- type RetryPolicy
- func (*RetryPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *RetryPolicy) GetMaxRetries() *wrappers.UInt32Value
- func (x *RetryPolicy) GetRetryBackOff() *BackoffStrategy
- func (*RetryPolicy) ProtoMessage()
- func (x *RetryPolicy) ProtoReflect() protoreflect.Message
- func (x *RetryPolicy) Reset()
- func (x *RetryPolicy) String() string
- func (m *RetryPolicy) Validate() error
- type RetryPolicyValidationError
- 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
- func (RoutingPriority) Descriptor() protoreflect.EnumDescriptor
- func (x RoutingPriority) Enum() *RoutingPriority
- func (RoutingPriority) EnumDescriptor() ([]byte, []int)deprecated
- func (x RoutingPriority) Number() protoreflect.EnumNumber
- func (x RoutingPriority) String() string
- func (RoutingPriority) Type() protoreflect.EnumType
- type RuntimeDouble
- func (*RuntimeDouble) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeDouble) GetDefaultValue() float64
- func (x *RuntimeDouble) GetRuntimeKey() string
- func (*RuntimeDouble) ProtoMessage()
- func (x *RuntimeDouble) ProtoReflect() protoreflect.Message
- func (x *RuntimeDouble) Reset()
- func (x *RuntimeDouble) String() string
- func (m *RuntimeDouble) Validate() error
- type RuntimeDoubleValidationError
- 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
- func (*RuntimeFeatureFlag) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeFeatureFlag) GetDefaultValue() *wrappers.BoolValue
- func (x *RuntimeFeatureFlag) GetRuntimeKey() string
- func (*RuntimeFeatureFlag) ProtoMessage()
- func (x *RuntimeFeatureFlag) ProtoReflect() protoreflect.Message
- func (x *RuntimeFeatureFlag) Reset()
- func (x *RuntimeFeatureFlag) String() string
- func (m *RuntimeFeatureFlag) Validate() error
- type RuntimeFeatureFlagValidationError
- 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
- func (*RuntimeFractionalPercent) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeFractionalPercent) GetDefaultValue() *v3.FractionalPercent
- func (x *RuntimeFractionalPercent) GetRuntimeKey() string
- func (*RuntimeFractionalPercent) ProtoMessage()
- func (x *RuntimeFractionalPercent) ProtoReflect() protoreflect.Message
- func (x *RuntimeFractionalPercent) Reset()
- func (x *RuntimeFractionalPercent) String() string
- func (m *RuntimeFractionalPercent) Validate() error
- type RuntimeFractionalPercentValidationError
- 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 RuntimeUInt32
- func (*RuntimeUInt32) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeUInt32) GetDefaultValue() uint32
- func (x *RuntimeUInt32) GetRuntimeKey() string
- func (*RuntimeUInt32) ProtoMessage()
- func (x *RuntimeUInt32) ProtoReflect() protoreflect.Message
- func (x *RuntimeUInt32) Reset()
- func (x *RuntimeUInt32) String() string
- func (m *RuntimeUInt32) Validate() error
- type RuntimeUInt32ValidationError
- 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
- func (*SelfConfigSource) Descriptor() ([]byte, []int)deprecated
- func (x *SelfConfigSource) GetTransportApiVersion() ApiVersion
- func (*SelfConfigSource) ProtoMessage()
- func (x *SelfConfigSource) ProtoReflect() protoreflect.Message
- func (x *SelfConfigSource) Reset()
- func (x *SelfConfigSource) String() string
- func (m *SelfConfigSource) Validate() error
- type SelfConfigSourceValidationError
- 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
- func (*SocketAddress) Descriptor() ([]byte, []int)deprecated
- func (x *SocketAddress) GetAddress() string
- func (x *SocketAddress) GetIpv4Compat() bool
- func (x *SocketAddress) GetNamedPort() string
- func (m *SocketAddress) GetPortSpecifier() isSocketAddress_PortSpecifier
- func (x *SocketAddress) GetPortValue() uint32
- func (x *SocketAddress) GetProtocol() SocketAddress_Protocol
- func (x *SocketAddress) GetResolverName() string
- func (*SocketAddress) ProtoMessage()
- func (x *SocketAddress) ProtoReflect() protoreflect.Message
- func (x *SocketAddress) Reset()
- func (x *SocketAddress) String() string
- func (m *SocketAddress) Validate() error
- type SocketAddressValidationError
- 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
- type SocketAddress_PortValue
- type SocketAddress_Protocol
- func (SocketAddress_Protocol) Descriptor() protoreflect.EnumDescriptor
- func (x SocketAddress_Protocol) Enum() *SocketAddress_Protocol
- func (SocketAddress_Protocol) EnumDescriptor() ([]byte, []int)deprecated
- func (x SocketAddress_Protocol) Number() protoreflect.EnumNumber
- func (x SocketAddress_Protocol) String() string
- func (SocketAddress_Protocol) Type() protoreflect.EnumType
- type SocketOption
- func (*SocketOption) Descriptor() ([]byte, []int)deprecated
- 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 (m *SocketOption) GetValue() isSocketOption_Value
- func (*SocketOption) ProtoMessage()
- func (x *SocketOption) ProtoReflect() protoreflect.Message
- func (x *SocketOption) Reset()
- func (x *SocketOption) String() string
- func (m *SocketOption) Validate() error
- type SocketOptionValidationError
- 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
- type SocketOption_IntValue
- type SocketOption_SocketState
- func (SocketOption_SocketState) Descriptor() protoreflect.EnumDescriptor
- func (x SocketOption_SocketState) Enum() *SocketOption_SocketState
- func (SocketOption_SocketState) EnumDescriptor() ([]byte, []int)deprecated
- func (x SocketOption_SocketState) Number() protoreflect.EnumNumber
- func (x SocketOption_SocketState) String() string
- func (SocketOption_SocketState) Type() protoreflect.EnumType
- type SubstitutionFormatString
- func (*SubstitutionFormatString) Descriptor() ([]byte, []int)deprecated
- func (x *SubstitutionFormatString) GetContentType() string
- func (m *SubstitutionFormatString) GetFormat() isSubstitutionFormatString_Format
- func (x *SubstitutionFormatString) GetJsonFormat() *_struct.Struct
- func (x *SubstitutionFormatString) GetTextFormat() string
- func (x *SubstitutionFormatString) GetTextFormatSource() *DataSource
- func (*SubstitutionFormatString) ProtoMessage()
- func (x *SubstitutionFormatString) ProtoReflect() protoreflect.Message
- func (x *SubstitutionFormatString) Reset()
- func (x *SubstitutionFormatString) String() string
- func (m *SubstitutionFormatString) Validate() error
- type SubstitutionFormatStringValidationError
- 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
- type SubstitutionFormatString_TextFormat
- type SubstitutionFormatString_TextFormatSource
- type TcpKeepalive
- func (*TcpKeepalive) Descriptor() ([]byte, []int)deprecated
- func (x *TcpKeepalive) GetKeepaliveInterval() *wrappers.UInt32Value
- func (x *TcpKeepalive) GetKeepaliveProbes() *wrappers.UInt32Value
- func (x *TcpKeepalive) GetKeepaliveTime() *wrappers.UInt32Value
- func (*TcpKeepalive) ProtoMessage()
- func (x *TcpKeepalive) ProtoReflect() protoreflect.Message
- func (x *TcpKeepalive) Reset()
- func (x *TcpKeepalive) String() string
- func (m *TcpKeepalive) Validate() error
- type TcpKeepaliveValidationError
- 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
- func (*TcpProtocolOptions) Descriptor() ([]byte, []int)deprecated
- func (*TcpProtocolOptions) ProtoMessage()
- func (x *TcpProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *TcpProtocolOptions) Reset()
- func (x *TcpProtocolOptions) String() string
- func (m *TcpProtocolOptions) Validate() error
- type TcpProtocolOptionsValidationError
- 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
- func (TrafficDirection) Descriptor() protoreflect.EnumDescriptor
- func (x TrafficDirection) Enum() *TrafficDirection
- func (TrafficDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x TrafficDirection) Number() protoreflect.EnumNumber
- func (x TrafficDirection) String() string
- func (TrafficDirection) Type() protoreflect.EnumType
- type TransportSocket
- func (*TransportSocket) Descriptor() ([]byte, []int)deprecated
- func (m *TransportSocket) GetConfigType() isTransportSocket_ConfigType
- func (x *TransportSocket) GetName() string
- func (x *TransportSocket) GetTypedConfig() *any.Any
- func (*TransportSocket) ProtoMessage()
- func (x *TransportSocket) ProtoReflect() protoreflect.Message
- func (x *TransportSocket) Reset()
- func (x *TransportSocket) String() string
- func (m *TransportSocket) Validate() error
- type TransportSocketValidationError
- 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_TypedConfig
- type TypedExtensionConfig
- func (*TypedExtensionConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TypedExtensionConfig) GetName() string
- func (x *TypedExtensionConfig) GetTypedConfig() *any.Any
- func (*TypedExtensionConfig) ProtoMessage()
- func (x *TypedExtensionConfig) ProtoReflect() protoreflect.Message
- func (x *TypedExtensionConfig) Reset()
- func (x *TypedExtensionConfig) String() string
- func (m *TypedExtensionConfig) Validate() error
- type TypedExtensionConfigValidationError
- 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 UpstreamHttpProtocolOptions
- func (*UpstreamHttpProtocolOptions) Descriptor() ([]byte, []int)deprecated
- func (x *UpstreamHttpProtocolOptions) GetAutoSanValidation() bool
- func (x *UpstreamHttpProtocolOptions) GetAutoSni() bool
- func (*UpstreamHttpProtocolOptions) ProtoMessage()
- func (x *UpstreamHttpProtocolOptions) ProtoReflect() protoreflect.Message
- func (x *UpstreamHttpProtocolOptions) Reset()
- func (x *UpstreamHttpProtocolOptions) String() string
- func (m *UpstreamHttpProtocolOptions) Validate() error
- type UpstreamHttpProtocolOptionsValidationError
- 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
Constants ¶
This section is empty.
Variables ¶
var ( SocketAddress_Protocol_name = map[int32]string{ 0: "TCP", 1: "UDP", } SocketAddress_Protocol_value = map[string]int32{ "TCP": 0, "UDP": 1, } )
Enum value maps for SocketAddress_Protocol.
var ( RoutingPriority_name = map[int32]string{ 0: "DEFAULT", 1: "HIGH", } RoutingPriority_value = map[string]int32{ "DEFAULT": 0, "HIGH": 1, } )
Enum value maps for RoutingPriority.
var ( RequestMethod_name = map[int32]string{ 0: "METHOD_UNSPECIFIED", 1: "GET", 2: "HEAD", 3: "POST", 4: "PUT", 5: "DELETE", 6: "CONNECT", 7: "OPTIONS", 8: "TRACE", 9: "PATCH", } RequestMethod_value = map[string]int32{ "METHOD_UNSPECIFIED": 0, "GET": 1, "HEAD": 2, "POST": 3, "PUT": 4, "DELETE": 5, "CONNECT": 6, "OPTIONS": 7, "TRACE": 8, "PATCH": 9, } )
Enum value maps for RequestMethod.
var ( TrafficDirection_name = map[int32]string{ 0: "UNSPECIFIED", 1: "INBOUND", 2: "OUTBOUND", } TrafficDirection_value = map[string]int32{ "UNSPECIFIED": 0, "INBOUND": 1, "OUTBOUND": 2, } )
Enum value maps for TrafficDirection.
var ( ApiVersion_name = map[int32]string{ 0: "AUTO", 1: "V2", 2: "V3", } ApiVersion_value = map[string]int32{ "AUTO": 0, "V2": 1, "V3": 2, } )
Enum value maps for ApiVersion.
var ( ApiConfigSource_ApiType_name = map[int32]string{ 0: "hidden_envoy_deprecated_DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE", 1: "REST", 2: "GRPC", 3: "DELTA_GRPC", 5: "AGGREGATED_GRPC", 6: "AGGREGATED_DELTA_GRPC", } ApiConfigSource_ApiType_value = map[string]int32{ "hidden_envoy_deprecated_DEPRECATED_AND_UNAVAILABLE_DO_NOT_USE": 0, "REST": 1, "GRPC": 2, "DELTA_GRPC": 3, "AGGREGATED_GRPC": 5, "AGGREGATED_DELTA_GRPC": 6, } )
Enum value maps for ApiConfigSource_ApiType.
var ( HealthStatus_name = map[int32]string{ 0: "UNKNOWN", 1: "HEALTHY", 2: "UNHEALTHY", 3: "DRAINING", 4: "TIMEOUT", 5: "DEGRADED", } HealthStatus_value = map[string]int32{ "UNKNOWN": 0, "HEALTHY": 1, "UNHEALTHY": 2, "DRAINING": 3, "TIMEOUT": 4, "DEGRADED": 5, } )
Enum value maps for HealthStatus.
var ( HttpProtocolOptions_HeadersWithUnderscoresAction_name = map[int32]string{ 0: "ALLOW", 1: "REJECT_REQUEST", 2: "DROP_HEADER", } HttpProtocolOptions_HeadersWithUnderscoresAction_value = map[string]int32{ "ALLOW": 0, "REJECT_REQUEST": 1, "DROP_HEADER": 2, } )
Enum value maps for HttpProtocolOptions_HeadersWithUnderscoresAction.
var ( ProxyProtocolConfig_Version_name = map[int32]string{ 0: "V1", 1: "V2", } ProxyProtocolConfig_Version_value = map[string]int32{ "V1": 0, "V2": 1, } )
Enum value maps for ProxyProtocolConfig_Version.
var ( SocketOption_SocketState_name = map[int32]string{ 0: "STATE_PREBIND", 1: "STATE_BOUND", 2: "STATE_LISTENING", } SocketOption_SocketState_value = map[string]int32{ "STATE_PREBIND": 0, "STATE_BOUND": 1, "STATE_LISTENING": 2, } )
Enum value maps for SocketOption_SocketState.
var File_envoy_config_core_v4alpha_address_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_backoff_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_base_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_config_source_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_event_service_config_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_extension_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_grpc_method_list_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_grpc_service_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_health_check_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_http_uri_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_protocol_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_proxy_protocol_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_socket_option_proto protoreflect.FileDescriptor
var File_envoy_config_core_v4alpha_substitution_format_string_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct { // Types that are assignable to Address: // *Address_SocketAddress // *Address_Pipe Address isAddress_Address `protobuf_oneof:"address"` // contains filtered or unexported fields }
func (*Address) Descriptor
deprecated
func (*Address) GetAddress ¶
func (m *Address) GetAddress() isAddress_Address
func (*Address) GetSocketAddress ¶
func (x *Address) GetSocketAddress() *SocketAddress
func (*Address) ProtoMessage ¶
func (*Address) ProtoMessage()
func (*Address) ProtoReflect ¶ added in v1.7.0
func (x *Address) ProtoReflect() protoreflect.Message
type AddressValidationError ¶
type AddressValidationError struct {
// contains filtered or unexported fields
}
AddressValidationError is the validation error returned by Address.Validate if the designated constraints aren't met.
func (AddressValidationError) Cause ¶
func (e AddressValidationError) Cause() error
Cause function returns cause value.
func (AddressValidationError) Error ¶
func (e AddressValidationError) Error() string
Error satisfies the builtin error interface
func (AddressValidationError) ErrorName ¶
func (e AddressValidationError) ErrorName() string
ErrorName returns error name.
func (AddressValidationError) Field ¶
func (e AddressValidationError) Field() string
Field function returns field value.
func (AddressValidationError) Key ¶
func (e AddressValidationError) Key() bool
Key function returns key value.
func (AddressValidationError) Reason ¶
func (e AddressValidationError) Reason() string
Reason function returns reason value.
type Address_Pipe ¶
type Address_Pipe struct {
Pipe *Pipe `protobuf:"bytes,2,opt,name=pipe,proto3,oneof"`
}
type Address_SocketAddress ¶
type Address_SocketAddress struct {
SocketAddress *SocketAddress `protobuf:"bytes,1,opt,name=socket_address,json=socketAddress,proto3,oneof"`
}
type AggregatedConfigSource ¶
type AggregatedConfigSource struct {
// contains filtered or unexported fields
}
func (*AggregatedConfigSource) Descriptor
deprecated
func (*AggregatedConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedConfigSource.ProtoReflect.Descriptor instead.
func (*AggregatedConfigSource) ProtoMessage ¶
func (*AggregatedConfigSource) ProtoMessage()
func (*AggregatedConfigSource) ProtoReflect ¶ added in v1.7.0
func (x *AggregatedConfigSource) ProtoReflect() protoreflect.Message
func (*AggregatedConfigSource) Reset ¶
func (x *AggregatedConfigSource) Reset()
func (*AggregatedConfigSource) String ¶
func (x *AggregatedConfigSource) String() string
func (*AggregatedConfigSource) Validate ¶
func (m *AggregatedConfigSource) Validate() error
Validate checks the field values on AggregatedConfigSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type AggregatedConfigSourceValidationError ¶
type AggregatedConfigSourceValidationError struct {
// contains filtered or unexported fields
}
AggregatedConfigSourceValidationError is the validation error returned by AggregatedConfigSource.Validate if the designated constraints aren't met.
func (AggregatedConfigSourceValidationError) Cause ¶
func (e AggregatedConfigSourceValidationError) Cause() error
Cause function returns cause value.
func (AggregatedConfigSourceValidationError) Error ¶
func (e AggregatedConfigSourceValidationError) Error() string
Error satisfies the builtin error interface
func (AggregatedConfigSourceValidationError) ErrorName ¶
func (e AggregatedConfigSourceValidationError) ErrorName() string
ErrorName returns error name.
func (AggregatedConfigSourceValidationError) Field ¶
func (e AggregatedConfigSourceValidationError) Field() string
Field function returns field value.
func (AggregatedConfigSourceValidationError) Key ¶
func (e AggregatedConfigSourceValidationError) Key() bool
Key function returns key value.
func (AggregatedConfigSourceValidationError) Reason ¶
func (e AggregatedConfigSourceValidationError) Reason() string
Reason function returns reason value.
type ApiConfigSource ¶
type ApiConfigSource struct { ApiType ApiConfigSource_ApiType `` /* 138-byte string literal not displayed */ TransportApiVersion ApiVersion `` /* 163-byte string literal not displayed */ ClusterNames []string `protobuf:"bytes,2,rep,name=cluster_names,json=clusterNames,proto3" json:"cluster_names,omitempty"` GrpcServices []*GrpcService `protobuf:"bytes,4,rep,name=grpc_services,json=grpcServices,proto3" json:"grpc_services,omitempty"` RefreshDelay *duration.Duration `protobuf:"bytes,3,opt,name=refresh_delay,json=refreshDelay,proto3" json:"refresh_delay,omitempty"` RequestTimeout *duration.Duration `protobuf:"bytes,5,opt,name=request_timeout,json=requestTimeout,proto3" json:"request_timeout,omitempty"` RateLimitSettings *RateLimitSettings `protobuf:"bytes,6,opt,name=rate_limit_settings,json=rateLimitSettings,proto3" json:"rate_limit_settings,omitempty"` SetNodeOnFirstMessageOnly bool `` /* 145-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ApiConfigSource) Descriptor
deprecated
func (*ApiConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use ApiConfigSource.ProtoReflect.Descriptor instead.
func (*ApiConfigSource) GetApiType ¶
func (x *ApiConfigSource) GetApiType() ApiConfigSource_ApiType
func (*ApiConfigSource) GetClusterNames ¶
func (x *ApiConfigSource) GetClusterNames() []string
func (*ApiConfigSource) GetGrpcServices ¶
func (x *ApiConfigSource) GetGrpcServices() []*GrpcService
func (*ApiConfigSource) GetRateLimitSettings ¶
func (x *ApiConfigSource) GetRateLimitSettings() *RateLimitSettings
func (*ApiConfigSource) GetRefreshDelay ¶
func (x *ApiConfigSource) GetRefreshDelay() *duration.Duration
func (*ApiConfigSource) GetRequestTimeout ¶
func (x *ApiConfigSource) GetRequestTimeout() *duration.Duration
func (*ApiConfigSource) GetSetNodeOnFirstMessageOnly ¶
func (x *ApiConfigSource) GetSetNodeOnFirstMessageOnly() bool
func (*ApiConfigSource) GetTransportApiVersion ¶
func (x *ApiConfigSource) GetTransportApiVersion() ApiVersion
func (*ApiConfigSource) ProtoMessage ¶
func (*ApiConfigSource) ProtoMessage()
func (*ApiConfigSource) ProtoReflect ¶ added in v1.7.0
func (x *ApiConfigSource) ProtoReflect() protoreflect.Message
func (*ApiConfigSource) Reset ¶
func (x *ApiConfigSource) Reset()
func (*ApiConfigSource) String ¶
func (x *ApiConfigSource) String() string
func (*ApiConfigSource) Validate ¶
func (m *ApiConfigSource) Validate() error
Validate checks the field values on ApiConfigSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ApiConfigSourceValidationError ¶
type ApiConfigSourceValidationError struct {
// contains filtered or unexported fields
}
ApiConfigSourceValidationError is the validation error returned by ApiConfigSource.Validate if the designated constraints aren't met.
func (ApiConfigSourceValidationError) Cause ¶
func (e ApiConfigSourceValidationError) Cause() error
Cause function returns cause value.
func (ApiConfigSourceValidationError) Error ¶
func (e ApiConfigSourceValidationError) Error() string
Error satisfies the builtin error interface
func (ApiConfigSourceValidationError) ErrorName ¶
func (e ApiConfigSourceValidationError) ErrorName() string
ErrorName returns error name.
func (ApiConfigSourceValidationError) Field ¶
func (e ApiConfigSourceValidationError) Field() string
Field function returns field value.
func (ApiConfigSourceValidationError) Key ¶
func (e ApiConfigSourceValidationError) Key() bool
Key function returns key value.
func (ApiConfigSourceValidationError) Reason ¶
func (e ApiConfigSourceValidationError) Reason() string
Reason function returns reason value.
type ApiConfigSource_ApiType ¶
type ApiConfigSource_ApiType int32
const ( // Deprecated: Do not use. ApiConfigSource_REST ApiConfigSource_ApiType = 1 ApiConfigSource_GRPC ApiConfigSource_ApiType = 2 ApiConfigSource_DELTA_GRPC ApiConfigSource_ApiType = 3 ApiConfigSource_AGGREGATED_GRPC ApiConfigSource_ApiType = 5 ApiConfigSource_AGGREGATED_DELTA_GRPC ApiConfigSource_ApiType = 6 )
func (ApiConfigSource_ApiType) Descriptor ¶ added in v1.7.0
func (ApiConfigSource_ApiType) Descriptor() protoreflect.EnumDescriptor
func (ApiConfigSource_ApiType) Enum ¶ added in v1.7.0
func (x ApiConfigSource_ApiType) Enum() *ApiConfigSource_ApiType
func (ApiConfigSource_ApiType) EnumDescriptor
deprecated
func (ApiConfigSource_ApiType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ApiConfigSource_ApiType.Descriptor instead.
func (ApiConfigSource_ApiType) Number ¶ added in v1.7.0
func (x ApiConfigSource_ApiType) Number() protoreflect.EnumNumber
func (ApiConfigSource_ApiType) String ¶
func (x ApiConfigSource_ApiType) String() string
func (ApiConfigSource_ApiType) Type ¶ added in v1.7.0
func (ApiConfigSource_ApiType) Type() protoreflect.EnumType
type ApiVersion ¶
type ApiVersion int32
const ( ApiVersion_AUTO ApiVersion = 0 ApiVersion_V2 ApiVersion = 1 ApiVersion_V3 ApiVersion = 2 )
func (ApiVersion) Descriptor ¶ added in v1.7.0
func (ApiVersion) Descriptor() protoreflect.EnumDescriptor
func (ApiVersion) Enum ¶ added in v1.7.0
func (x ApiVersion) Enum() *ApiVersion
func (ApiVersion) EnumDescriptor
deprecated
func (ApiVersion) EnumDescriptor() ([]byte, []int)
Deprecated: Use ApiVersion.Descriptor instead.
func (ApiVersion) Number ¶ added in v1.7.0
func (x ApiVersion) Number() protoreflect.EnumNumber
func (ApiVersion) String ¶
func (x ApiVersion) String() string
func (ApiVersion) Type ¶ added in v1.7.0
func (ApiVersion) Type() protoreflect.EnumType
type AsyncDataSource ¶
type AsyncDataSource struct { // Types that are assignable to Specifier: // *AsyncDataSource_Local // *AsyncDataSource_Remote Specifier isAsyncDataSource_Specifier `protobuf_oneof:"specifier"` // contains filtered or unexported fields }
func (*AsyncDataSource) Descriptor
deprecated
func (*AsyncDataSource) Descriptor() ([]byte, []int)
Deprecated: Use AsyncDataSource.ProtoReflect.Descriptor instead.
func (*AsyncDataSource) GetLocal ¶
func (x *AsyncDataSource) GetLocal() *DataSource
func (*AsyncDataSource) GetRemote ¶
func (x *AsyncDataSource) GetRemote() *RemoteDataSource
func (*AsyncDataSource) GetSpecifier ¶
func (m *AsyncDataSource) GetSpecifier() isAsyncDataSource_Specifier
func (*AsyncDataSource) ProtoMessage ¶
func (*AsyncDataSource) ProtoMessage()
func (*AsyncDataSource) ProtoReflect ¶ added in v1.7.0
func (x *AsyncDataSource) ProtoReflect() protoreflect.Message
func (*AsyncDataSource) Reset ¶
func (x *AsyncDataSource) Reset()
func (*AsyncDataSource) String ¶
func (x *AsyncDataSource) String() string
func (*AsyncDataSource) Validate ¶
func (m *AsyncDataSource) Validate() error
Validate checks the field values on AsyncDataSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type AsyncDataSourceValidationError ¶
type AsyncDataSourceValidationError struct {
// contains filtered or unexported fields
}
AsyncDataSourceValidationError is the validation error returned by AsyncDataSource.Validate if the designated constraints aren't met.
func (AsyncDataSourceValidationError) Cause ¶
func (e AsyncDataSourceValidationError) Cause() error
Cause function returns cause value.
func (AsyncDataSourceValidationError) Error ¶
func (e AsyncDataSourceValidationError) Error() string
Error satisfies the builtin error interface
func (AsyncDataSourceValidationError) ErrorName ¶
func (e AsyncDataSourceValidationError) ErrorName() string
ErrorName returns error name.
func (AsyncDataSourceValidationError) Field ¶
func (e AsyncDataSourceValidationError) Field() string
Field function returns field value.
func (AsyncDataSourceValidationError) Key ¶
func (e AsyncDataSourceValidationError) Key() bool
Key function returns key value.
func (AsyncDataSourceValidationError) Reason ¶
func (e AsyncDataSourceValidationError) Reason() string
Reason function returns reason value.
type AsyncDataSource_Local ¶
type AsyncDataSource_Local struct {
Local *DataSource `protobuf:"bytes,1,opt,name=local,proto3,oneof"`
}
type AsyncDataSource_Remote ¶
type AsyncDataSource_Remote struct {
Remote *RemoteDataSource `protobuf:"bytes,2,opt,name=remote,proto3,oneof"`
}
type BackoffStrategy ¶
type BackoffStrategy struct { BaseInterval *duration.Duration `protobuf:"bytes,1,opt,name=base_interval,json=baseInterval,proto3" json:"base_interval,omitempty"` MaxInterval *duration.Duration `protobuf:"bytes,2,opt,name=max_interval,json=maxInterval,proto3" json:"max_interval,omitempty"` // contains filtered or unexported fields }
func (*BackoffStrategy) Descriptor
deprecated
func (*BackoffStrategy) Descriptor() ([]byte, []int)
Deprecated: Use BackoffStrategy.ProtoReflect.Descriptor instead.
func (*BackoffStrategy) GetBaseInterval ¶
func (x *BackoffStrategy) GetBaseInterval() *duration.Duration
func (*BackoffStrategy) GetMaxInterval ¶
func (x *BackoffStrategy) GetMaxInterval() *duration.Duration
func (*BackoffStrategy) ProtoMessage ¶
func (*BackoffStrategy) ProtoMessage()
func (*BackoffStrategy) ProtoReflect ¶ added in v1.7.0
func (x *BackoffStrategy) ProtoReflect() protoreflect.Message
func (*BackoffStrategy) Reset ¶
func (x *BackoffStrategy) Reset()
func (*BackoffStrategy) String ¶
func (x *BackoffStrategy) String() string
func (*BackoffStrategy) Validate ¶
func (m *BackoffStrategy) Validate() error
Validate checks the field values on BackoffStrategy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type BackoffStrategyValidationError ¶
type BackoffStrategyValidationError struct {
// contains filtered or unexported fields
}
BackoffStrategyValidationError is the validation error returned by BackoffStrategy.Validate if the designated constraints aren't met.
func (BackoffStrategyValidationError) Cause ¶
func (e BackoffStrategyValidationError) Cause() error
Cause function returns cause value.
func (BackoffStrategyValidationError) Error ¶
func (e BackoffStrategyValidationError) Error() string
Error satisfies the builtin error interface
func (BackoffStrategyValidationError) ErrorName ¶
func (e BackoffStrategyValidationError) ErrorName() string
ErrorName returns error name.
func (BackoffStrategyValidationError) Field ¶
func (e BackoffStrategyValidationError) Field() string
Field function returns field value.
func (BackoffStrategyValidationError) Key ¶
func (e BackoffStrategyValidationError) Key() bool
Key function returns key value.
func (BackoffStrategyValidationError) Reason ¶
func (e BackoffStrategyValidationError) Reason() string
Reason function returns reason value.
type BindConfig ¶
type BindConfig struct { SourceAddress *SocketAddress `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"` Freebind *wrappers.BoolValue `protobuf:"bytes,2,opt,name=freebind,proto3" json:"freebind,omitempty"` SocketOptions []*SocketOption `protobuf:"bytes,3,rep,name=socket_options,json=socketOptions,proto3" json:"socket_options,omitempty"` // contains filtered or unexported fields }
func (*BindConfig) Descriptor
deprecated
func (*BindConfig) Descriptor() ([]byte, []int)
Deprecated: Use BindConfig.ProtoReflect.Descriptor instead.
func (*BindConfig) GetFreebind ¶
func (x *BindConfig) GetFreebind() *wrappers.BoolValue
func (*BindConfig) GetSocketOptions ¶
func (x *BindConfig) GetSocketOptions() []*SocketOption
func (*BindConfig) GetSourceAddress ¶
func (x *BindConfig) GetSourceAddress() *SocketAddress
func (*BindConfig) ProtoMessage ¶
func (*BindConfig) ProtoMessage()
func (*BindConfig) ProtoReflect ¶ added in v1.7.0
func (x *BindConfig) ProtoReflect() protoreflect.Message
func (*BindConfig) Reset ¶
func (x *BindConfig) Reset()
func (*BindConfig) String ¶
func (x *BindConfig) String() string
func (*BindConfig) Validate ¶
func (m *BindConfig) Validate() error
Validate checks the field values on BindConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type BindConfigValidationError ¶
type BindConfigValidationError struct {
// contains filtered or unexported fields
}
BindConfigValidationError is the validation error returned by BindConfig.Validate if the designated constraints aren't met.
func (BindConfigValidationError) Cause ¶
func (e BindConfigValidationError) Cause() error
Cause function returns cause value.
func (BindConfigValidationError) Error ¶
func (e BindConfigValidationError) Error() string
Error satisfies the builtin error interface
func (BindConfigValidationError) ErrorName ¶
func (e BindConfigValidationError) ErrorName() string
ErrorName returns error name.
func (BindConfigValidationError) Field ¶
func (e BindConfigValidationError) Field() string
Field function returns field value.
func (BindConfigValidationError) Key ¶
func (e BindConfigValidationError) Key() bool
Key function returns key value.
func (BindConfigValidationError) Reason ¶
func (e BindConfigValidationError) Reason() string
Reason function returns reason value.
type BuildVersion ¶
type BuildVersion struct { Version *v3.SemanticVersion `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Metadata *_struct.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
func (*BuildVersion) Descriptor
deprecated
func (*BuildVersion) Descriptor() ([]byte, []int)
Deprecated: Use BuildVersion.ProtoReflect.Descriptor instead.
func (*BuildVersion) GetMetadata ¶
func (x *BuildVersion) GetMetadata() *_struct.Struct
func (*BuildVersion) GetVersion ¶
func (x *BuildVersion) GetVersion() *v3.SemanticVersion
func (*BuildVersion) ProtoMessage ¶
func (*BuildVersion) ProtoMessage()
func (*BuildVersion) ProtoReflect ¶ added in v1.7.0
func (x *BuildVersion) ProtoReflect() protoreflect.Message
func (*BuildVersion) Reset ¶
func (x *BuildVersion) Reset()
func (*BuildVersion) String ¶
func (x *BuildVersion) String() string
func (*BuildVersion) Validate ¶
func (m *BuildVersion) Validate() error
Validate checks the field values on BuildVersion with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type BuildVersionValidationError ¶
type BuildVersionValidationError struct {
// contains filtered or unexported fields
}
BuildVersionValidationError is the validation error returned by BuildVersion.Validate if the designated constraints aren't met.
func (BuildVersionValidationError) Cause ¶
func (e BuildVersionValidationError) Cause() error
Cause function returns cause value.
func (BuildVersionValidationError) Error ¶
func (e BuildVersionValidationError) Error() string
Error satisfies the builtin error interface
func (BuildVersionValidationError) ErrorName ¶
func (e BuildVersionValidationError) ErrorName() string
ErrorName returns error name.
func (BuildVersionValidationError) Field ¶
func (e BuildVersionValidationError) Field() string
Field function returns field value.
func (BuildVersionValidationError) Key ¶
func (e BuildVersionValidationError) Key() bool
Key function returns key value.
func (BuildVersionValidationError) Reason ¶
func (e BuildVersionValidationError) Reason() string
Reason function returns reason value.
type CidrRange ¶
type CidrRange struct { AddressPrefix string `protobuf:"bytes,1,opt,name=address_prefix,json=addressPrefix,proto3" json:"address_prefix,omitempty"` PrefixLen *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=prefix_len,json=prefixLen,proto3" json:"prefix_len,omitempty"` // contains filtered or unexported fields }
func (*CidrRange) Descriptor
deprecated
func (*CidrRange) GetAddressPrefix ¶
func (*CidrRange) GetPrefixLen ¶
func (x *CidrRange) GetPrefixLen() *wrappers.UInt32Value
func (*CidrRange) ProtoMessage ¶
func (*CidrRange) ProtoMessage()
func (*CidrRange) ProtoReflect ¶ added in v1.7.0
func (x *CidrRange) ProtoReflect() protoreflect.Message
type CidrRangeValidationError ¶
type CidrRangeValidationError struct {
// contains filtered or unexported fields
}
CidrRangeValidationError is the validation error returned by CidrRange.Validate if the designated constraints aren't met.
func (CidrRangeValidationError) Cause ¶
func (e CidrRangeValidationError) Cause() error
Cause function returns cause value.
func (CidrRangeValidationError) Error ¶
func (e CidrRangeValidationError) Error() string
Error satisfies the builtin error interface
func (CidrRangeValidationError) ErrorName ¶
func (e CidrRangeValidationError) ErrorName() string
ErrorName returns error name.
func (CidrRangeValidationError) Field ¶
func (e CidrRangeValidationError) Field() string
Field function returns field value.
func (CidrRangeValidationError) Key ¶
func (e CidrRangeValidationError) Key() bool
Key function returns key value.
func (CidrRangeValidationError) Reason ¶
func (e CidrRangeValidationError) Reason() string
Reason function returns reason value.
type ConfigSource ¶
type ConfigSource struct { Authorities []*v1.Authority `protobuf:"bytes,7,rep,name=authorities,proto3" json:"authorities,omitempty"` // Types that are assignable to ConfigSourceSpecifier: // *ConfigSource_Path // *ConfigSource_ApiConfigSource // *ConfigSource_Ads // *ConfigSource_Self ConfigSourceSpecifier isConfigSource_ConfigSourceSpecifier `protobuf_oneof:"config_source_specifier"` InitialFetchTimeout *duration.Duration `protobuf:"bytes,4,opt,name=initial_fetch_timeout,json=initialFetchTimeout,proto3" json:"initial_fetch_timeout,omitempty"` ResourceApiVersion ApiVersion `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ConfigSource) Descriptor
deprecated
func (*ConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use ConfigSource.ProtoReflect.Descriptor instead.
func (*ConfigSource) GetAds ¶
func (x *ConfigSource) GetAds() *AggregatedConfigSource
func (*ConfigSource) GetApiConfigSource ¶
func (x *ConfigSource) GetApiConfigSource() *ApiConfigSource
func (*ConfigSource) GetAuthorities ¶ added in v1.7.0
func (x *ConfigSource) GetAuthorities() []*v1.Authority
func (*ConfigSource) GetConfigSourceSpecifier ¶
func (m *ConfigSource) GetConfigSourceSpecifier() isConfigSource_ConfigSourceSpecifier
func (*ConfigSource) GetInitialFetchTimeout ¶
func (x *ConfigSource) GetInitialFetchTimeout() *duration.Duration
func (*ConfigSource) GetPath ¶
func (x *ConfigSource) GetPath() string
func (*ConfigSource) GetResourceApiVersion ¶
func (x *ConfigSource) GetResourceApiVersion() ApiVersion
func (*ConfigSource) GetSelf ¶
func (x *ConfigSource) GetSelf() *SelfConfigSource
func (*ConfigSource) ProtoMessage ¶
func (*ConfigSource) ProtoMessage()
func (*ConfigSource) ProtoReflect ¶ added in v1.7.0
func (x *ConfigSource) ProtoReflect() protoreflect.Message
func (*ConfigSource) Reset ¶
func (x *ConfigSource) Reset()
func (*ConfigSource) String ¶
func (x *ConfigSource) String() string
func (*ConfigSource) Validate ¶
func (m *ConfigSource) Validate() error
Validate checks the field values on ConfigSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ConfigSourceValidationError ¶
type ConfigSourceValidationError struct {
// contains filtered or unexported fields
}
ConfigSourceValidationError is the validation error returned by ConfigSource.Validate if the designated constraints aren't met.
func (ConfigSourceValidationError) Cause ¶
func (e ConfigSourceValidationError) Cause() error
Cause function returns cause value.
func (ConfigSourceValidationError) Error ¶
func (e ConfigSourceValidationError) Error() string
Error satisfies the builtin error interface
func (ConfigSourceValidationError) ErrorName ¶
func (e ConfigSourceValidationError) ErrorName() string
ErrorName returns error name.
func (ConfigSourceValidationError) Field ¶
func (e ConfigSourceValidationError) Field() string
Field function returns field value.
func (ConfigSourceValidationError) Key ¶
func (e ConfigSourceValidationError) Key() bool
Key function returns key value.
func (ConfigSourceValidationError) Reason ¶
func (e ConfigSourceValidationError) Reason() string
Reason function returns reason value.
type ConfigSource_Ads ¶
type ConfigSource_Ads struct {
Ads *AggregatedConfigSource `protobuf:"bytes,3,opt,name=ads,proto3,oneof"`
}
type ConfigSource_ApiConfigSource ¶
type ConfigSource_ApiConfigSource struct {
ApiConfigSource *ApiConfigSource `protobuf:"bytes,2,opt,name=api_config_source,json=apiConfigSource,proto3,oneof"`
}
type ConfigSource_Path ¶
type ConfigSource_Path struct {
Path string `protobuf:"bytes,1,opt,name=path,proto3,oneof"`
}
type ConfigSource_Self ¶
type ConfigSource_Self struct {
Self *SelfConfigSource `protobuf:"bytes,5,opt,name=self,proto3,oneof"`
}
type ControlPlane ¶
type ControlPlane struct { Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` // contains filtered or unexported fields }
func (*ControlPlane) Descriptor
deprecated
func (*ControlPlane) Descriptor() ([]byte, []int)
Deprecated: Use ControlPlane.ProtoReflect.Descriptor instead.
func (*ControlPlane) GetIdentifier ¶
func (x *ControlPlane) GetIdentifier() string
func (*ControlPlane) ProtoMessage ¶
func (*ControlPlane) ProtoMessage()
func (*ControlPlane) ProtoReflect ¶ added in v1.7.0
func (x *ControlPlane) ProtoReflect() protoreflect.Message
func (*ControlPlane) Reset ¶
func (x *ControlPlane) Reset()
func (*ControlPlane) String ¶
func (x *ControlPlane) String() string
func (*ControlPlane) Validate ¶
func (m *ControlPlane) Validate() error
Validate checks the field values on ControlPlane with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ControlPlaneValidationError ¶
type ControlPlaneValidationError struct {
// contains filtered or unexported fields
}
ControlPlaneValidationError is the validation error returned by ControlPlane.Validate if the designated constraints aren't met.
func (ControlPlaneValidationError) Cause ¶
func (e ControlPlaneValidationError) Cause() error
Cause function returns cause value.
func (ControlPlaneValidationError) Error ¶
func (e ControlPlaneValidationError) Error() string
Error satisfies the builtin error interface
func (ControlPlaneValidationError) ErrorName ¶
func (e ControlPlaneValidationError) ErrorName() string
ErrorName returns error name.
func (ControlPlaneValidationError) Field ¶
func (e ControlPlaneValidationError) Field() string
Field function returns field value.
func (ControlPlaneValidationError) Key ¶
func (e ControlPlaneValidationError) Key() bool
Key function returns key value.
func (ControlPlaneValidationError) Reason ¶
func (e ControlPlaneValidationError) Reason() string
Reason function returns reason value.
type DataSource ¶
type DataSource struct { // Types that are assignable to Specifier: // *DataSource_Filename // *DataSource_InlineBytes // *DataSource_InlineString Specifier isDataSource_Specifier `protobuf_oneof:"specifier"` // contains filtered or unexported fields }
func (*DataSource) Descriptor
deprecated
func (*DataSource) Descriptor() ([]byte, []int)
Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
func (*DataSource) GetFilename ¶
func (x *DataSource) GetFilename() string
func (*DataSource) GetInlineBytes ¶
func (x *DataSource) GetInlineBytes() []byte
func (*DataSource) GetInlineString ¶
func (x *DataSource) GetInlineString() string
func (*DataSource) GetSpecifier ¶
func (m *DataSource) GetSpecifier() isDataSource_Specifier
func (*DataSource) ProtoMessage ¶
func (*DataSource) ProtoMessage()
func (*DataSource) ProtoReflect ¶ added in v1.7.0
func (x *DataSource) ProtoReflect() protoreflect.Message
func (*DataSource) Reset ¶
func (x *DataSource) Reset()
func (*DataSource) String ¶
func (x *DataSource) String() string
func (*DataSource) Validate ¶
func (m *DataSource) Validate() error
Validate checks the field values on DataSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type DataSourceValidationError ¶
type DataSourceValidationError struct {
// contains filtered or unexported fields
}
DataSourceValidationError is the validation error returned by DataSource.Validate if the designated constraints aren't met.
func (DataSourceValidationError) Cause ¶
func (e DataSourceValidationError) Cause() error
Cause function returns cause value.
func (DataSourceValidationError) Error ¶
func (e DataSourceValidationError) Error() string
Error satisfies the builtin error interface
func (DataSourceValidationError) ErrorName ¶
func (e DataSourceValidationError) ErrorName() string
ErrorName returns error name.
func (DataSourceValidationError) Field ¶
func (e DataSourceValidationError) Field() string
Field function returns field value.
func (DataSourceValidationError) Key ¶
func (e DataSourceValidationError) Key() bool
Key function returns key value.
func (DataSourceValidationError) Reason ¶
func (e DataSourceValidationError) Reason() string
Reason function returns reason value.
type DataSource_Filename ¶
type DataSource_Filename struct {
Filename string `protobuf:"bytes,1,opt,name=filename,proto3,oneof"`
}
type DataSource_InlineBytes ¶
type DataSource_InlineBytes struct {
InlineBytes []byte `protobuf:"bytes,2,opt,name=inline_bytes,json=inlineBytes,proto3,oneof"`
}
type DataSource_InlineString ¶
type DataSource_InlineString struct {
InlineString string `protobuf:"bytes,3,opt,name=inline_string,json=inlineString,proto3,oneof"`
}
type EventServiceConfig ¶
type EventServiceConfig struct { // Types that are assignable to ConfigSourceSpecifier: // *EventServiceConfig_GrpcService ConfigSourceSpecifier isEventServiceConfig_ConfigSourceSpecifier `protobuf_oneof:"config_source_specifier"` // contains filtered or unexported fields }
func (*EventServiceConfig) Descriptor
deprecated
func (*EventServiceConfig) Descriptor() ([]byte, []int)
Deprecated: Use EventServiceConfig.ProtoReflect.Descriptor instead.
func (*EventServiceConfig) GetConfigSourceSpecifier ¶
func (m *EventServiceConfig) GetConfigSourceSpecifier() isEventServiceConfig_ConfigSourceSpecifier
func (*EventServiceConfig) GetGrpcService ¶
func (x *EventServiceConfig) GetGrpcService() *GrpcService
func (*EventServiceConfig) ProtoMessage ¶
func (*EventServiceConfig) ProtoMessage()
func (*EventServiceConfig) ProtoReflect ¶ added in v1.7.0
func (x *EventServiceConfig) ProtoReflect() protoreflect.Message
func (*EventServiceConfig) Reset ¶
func (x *EventServiceConfig) Reset()
func (*EventServiceConfig) String ¶
func (x *EventServiceConfig) String() string
func (*EventServiceConfig) Validate ¶
func (m *EventServiceConfig) Validate() error
Validate checks the field values on EventServiceConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type EventServiceConfigValidationError ¶
type EventServiceConfigValidationError struct {
// contains filtered or unexported fields
}
EventServiceConfigValidationError is the validation error returned by EventServiceConfig.Validate if the designated constraints aren't met.
func (EventServiceConfigValidationError) Cause ¶
func (e EventServiceConfigValidationError) Cause() error
Cause function returns cause value.
func (EventServiceConfigValidationError) Error ¶
func (e EventServiceConfigValidationError) Error() string
Error satisfies the builtin error interface
func (EventServiceConfigValidationError) ErrorName ¶
func (e EventServiceConfigValidationError) ErrorName() string
ErrorName returns error name.
func (EventServiceConfigValidationError) Field ¶
func (e EventServiceConfigValidationError) Field() string
Field function returns field value.
func (EventServiceConfigValidationError) Key ¶
func (e EventServiceConfigValidationError) Key() bool
Key function returns key value.
func (EventServiceConfigValidationError) Reason ¶
func (e EventServiceConfigValidationError) Reason() string
Reason function returns reason value.
type EventServiceConfig_GrpcService ¶
type EventServiceConfig_GrpcService struct {
GrpcService *GrpcService `protobuf:"bytes,1,opt,name=grpc_service,json=grpcService,proto3,oneof"`
}
type Extension ¶
type Extension struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Category string `protobuf:"bytes,2,opt,name=category,proto3" json:"category,omitempty"` TypeDescriptor string `protobuf:"bytes,3,opt,name=type_descriptor,json=typeDescriptor,proto3" json:"type_descriptor,omitempty"` Version *BuildVersion `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"` Disabled bool `protobuf:"varint,5,opt,name=disabled,proto3" json:"disabled,omitempty"` // contains filtered or unexported fields }
func (*Extension) Descriptor
deprecated
func (*Extension) GetCategory ¶
func (*Extension) GetDisabled ¶
func (*Extension) GetTypeDescriptor ¶
func (*Extension) GetVersion ¶
func (x *Extension) GetVersion() *BuildVersion
func (*Extension) ProtoMessage ¶
func (*Extension) ProtoMessage()
func (*Extension) ProtoReflect ¶ added in v1.7.0
func (x *Extension) ProtoReflect() protoreflect.Message
type ExtensionValidationError ¶
type ExtensionValidationError struct {
// contains filtered or unexported fields
}
ExtensionValidationError is the validation error returned by Extension.Validate if the designated constraints aren't met.
func (ExtensionValidationError) Cause ¶
func (e ExtensionValidationError) Cause() error
Cause function returns cause value.
func (ExtensionValidationError) Error ¶
func (e ExtensionValidationError) Error() string
Error satisfies the builtin error interface
func (ExtensionValidationError) ErrorName ¶
func (e ExtensionValidationError) ErrorName() string
ErrorName returns error name.
func (ExtensionValidationError) Field ¶
func (e ExtensionValidationError) Field() string
Field function returns field value.
func (ExtensionValidationError) Key ¶
func (e ExtensionValidationError) Key() bool
Key function returns key value.
func (ExtensionValidationError) Reason ¶
func (e ExtensionValidationError) Reason() string
Reason function returns reason value.
type GrpcMethodList ¶
type GrpcMethodList struct { Services []*GrpcMethodList_Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"` // contains filtered or unexported fields }
func (*GrpcMethodList) Descriptor
deprecated
func (*GrpcMethodList) Descriptor() ([]byte, []int)
Deprecated: Use GrpcMethodList.ProtoReflect.Descriptor instead.
func (*GrpcMethodList) GetServices ¶
func (x *GrpcMethodList) GetServices() []*GrpcMethodList_Service
func (*GrpcMethodList) ProtoMessage ¶
func (*GrpcMethodList) ProtoMessage()
func (*GrpcMethodList) ProtoReflect ¶ added in v1.7.0
func (x *GrpcMethodList) ProtoReflect() protoreflect.Message
func (*GrpcMethodList) Reset ¶
func (x *GrpcMethodList) Reset()
func (*GrpcMethodList) String ¶
func (x *GrpcMethodList) String() string
func (*GrpcMethodList) Validate ¶
func (m *GrpcMethodList) Validate() error
Validate checks the field values on GrpcMethodList with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcMethodListValidationError ¶
type GrpcMethodListValidationError struct {
// contains filtered or unexported fields
}
GrpcMethodListValidationError is the validation error returned by GrpcMethodList.Validate if the designated constraints aren't met.
func (GrpcMethodListValidationError) Cause ¶
func (e GrpcMethodListValidationError) Cause() error
Cause function returns cause value.
func (GrpcMethodListValidationError) Error ¶
func (e GrpcMethodListValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcMethodListValidationError) ErrorName ¶
func (e GrpcMethodListValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcMethodListValidationError) Field ¶
func (e GrpcMethodListValidationError) Field() string
Field function returns field value.
func (GrpcMethodListValidationError) Key ¶
func (e GrpcMethodListValidationError) Key() bool
Key function returns key value.
func (GrpcMethodListValidationError) Reason ¶
func (e GrpcMethodListValidationError) Reason() string
Reason function returns reason value.
type GrpcMethodList_Service ¶
type GrpcMethodList_Service struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` MethodNames []string `protobuf:"bytes,2,rep,name=method_names,json=methodNames,proto3" json:"method_names,omitempty"` // contains filtered or unexported fields }
func (*GrpcMethodList_Service) Descriptor
deprecated
func (*GrpcMethodList_Service) Descriptor() ([]byte, []int)
Deprecated: Use GrpcMethodList_Service.ProtoReflect.Descriptor instead.
func (*GrpcMethodList_Service) GetMethodNames ¶
func (x *GrpcMethodList_Service) GetMethodNames() []string
func (*GrpcMethodList_Service) GetName ¶
func (x *GrpcMethodList_Service) GetName() string
func (*GrpcMethodList_Service) ProtoMessage ¶
func (*GrpcMethodList_Service) ProtoMessage()
func (*GrpcMethodList_Service) ProtoReflect ¶ added in v1.7.0
func (x *GrpcMethodList_Service) ProtoReflect() protoreflect.Message
func (*GrpcMethodList_Service) Reset ¶
func (x *GrpcMethodList_Service) Reset()
func (*GrpcMethodList_Service) String ¶
func (x *GrpcMethodList_Service) String() string
func (*GrpcMethodList_Service) Validate ¶
func (m *GrpcMethodList_Service) Validate() error
Validate checks the field values on GrpcMethodList_Service with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcMethodList_ServiceValidationError ¶
type GrpcMethodList_ServiceValidationError struct {
// contains filtered or unexported fields
}
GrpcMethodList_ServiceValidationError is the validation error returned by GrpcMethodList_Service.Validate if the designated constraints aren't met.
func (GrpcMethodList_ServiceValidationError) Cause ¶
func (e GrpcMethodList_ServiceValidationError) Cause() error
Cause function returns cause value.
func (GrpcMethodList_ServiceValidationError) Error ¶
func (e GrpcMethodList_ServiceValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcMethodList_ServiceValidationError) ErrorName ¶
func (e GrpcMethodList_ServiceValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcMethodList_ServiceValidationError) Field ¶
func (e GrpcMethodList_ServiceValidationError) Field() string
Field function returns field value.
func (GrpcMethodList_ServiceValidationError) Key ¶
func (e GrpcMethodList_ServiceValidationError) Key() bool
Key function returns key value.
func (GrpcMethodList_ServiceValidationError) Reason ¶
func (e GrpcMethodList_ServiceValidationError) Reason() string
Reason function returns reason value.
type GrpcProtocolOptions ¶
type GrpcProtocolOptions struct { Http2ProtocolOptions *Http2ProtocolOptions `protobuf:"bytes,1,opt,name=http2_protocol_options,json=http2ProtocolOptions,proto3" json:"http2_protocol_options,omitempty"` // contains filtered or unexported fields }
func (*GrpcProtocolOptions) Descriptor
deprecated
func (*GrpcProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use GrpcProtocolOptions.ProtoReflect.Descriptor instead.
func (*GrpcProtocolOptions) GetHttp2ProtocolOptions ¶
func (x *GrpcProtocolOptions) GetHttp2ProtocolOptions() *Http2ProtocolOptions
func (*GrpcProtocolOptions) ProtoMessage ¶
func (*GrpcProtocolOptions) ProtoMessage()
func (*GrpcProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *GrpcProtocolOptions) ProtoReflect() protoreflect.Message
func (*GrpcProtocolOptions) Reset ¶
func (x *GrpcProtocolOptions) Reset()
func (*GrpcProtocolOptions) String ¶
func (x *GrpcProtocolOptions) String() string
func (*GrpcProtocolOptions) Validate ¶
func (m *GrpcProtocolOptions) Validate() error
Validate checks the field values on GrpcProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcProtocolOptionsValidationError ¶
type GrpcProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
GrpcProtocolOptionsValidationError is the validation error returned by GrpcProtocolOptions.Validate if the designated constraints aren't met.
func (GrpcProtocolOptionsValidationError) Cause ¶
func (e GrpcProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (GrpcProtocolOptionsValidationError) Error ¶
func (e GrpcProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcProtocolOptionsValidationError) ErrorName ¶
func (e GrpcProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcProtocolOptionsValidationError) Field ¶
func (e GrpcProtocolOptionsValidationError) Field() string
Field function returns field value.
func (GrpcProtocolOptionsValidationError) Key ¶
func (e GrpcProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (GrpcProtocolOptionsValidationError) Reason ¶
func (e GrpcProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
type GrpcService ¶
type GrpcService struct { // Types that are assignable to TargetSpecifier: // *GrpcService_EnvoyGrpc_ // *GrpcService_GoogleGrpc_ TargetSpecifier isGrpcService_TargetSpecifier `protobuf_oneof:"target_specifier"` Timeout *duration.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"` InitialMetadata []*HeaderValue `protobuf:"bytes,5,rep,name=initial_metadata,json=initialMetadata,proto3" json:"initial_metadata,omitempty"` // contains filtered or unexported fields }
func (*GrpcService) Descriptor
deprecated
func (*GrpcService) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService.ProtoReflect.Descriptor instead.
func (*GrpcService) GetEnvoyGrpc ¶
func (x *GrpcService) GetEnvoyGrpc() *GrpcService_EnvoyGrpc
func (*GrpcService) GetGoogleGrpc ¶
func (x *GrpcService) GetGoogleGrpc() *GrpcService_GoogleGrpc
func (*GrpcService) GetInitialMetadata ¶
func (x *GrpcService) GetInitialMetadata() []*HeaderValue
func (*GrpcService) GetTargetSpecifier ¶
func (m *GrpcService) GetTargetSpecifier() isGrpcService_TargetSpecifier
func (*GrpcService) GetTimeout ¶
func (x *GrpcService) GetTimeout() *duration.Duration
func (*GrpcService) ProtoMessage ¶
func (*GrpcService) ProtoMessage()
func (*GrpcService) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService) ProtoReflect() protoreflect.Message
func (*GrpcService) Reset ¶
func (x *GrpcService) Reset()
func (*GrpcService) String ¶
func (x *GrpcService) String() string
func (*GrpcService) Validate ¶
func (m *GrpcService) Validate() error
Validate checks the field values on GrpcService with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcServiceValidationError ¶
type GrpcServiceValidationError struct {
// contains filtered or unexported fields
}
GrpcServiceValidationError is the validation error returned by GrpcService.Validate if the designated constraints aren't met.
func (GrpcServiceValidationError) Cause ¶
func (e GrpcServiceValidationError) Cause() error
Cause function returns cause value.
func (GrpcServiceValidationError) Error ¶
func (e GrpcServiceValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcServiceValidationError) ErrorName ¶
func (e GrpcServiceValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcServiceValidationError) Field ¶
func (e GrpcServiceValidationError) Field() string
Field function returns field value.
func (GrpcServiceValidationError) Key ¶
func (e GrpcServiceValidationError) Key() bool
Key function returns key value.
func (GrpcServiceValidationError) Reason ¶
func (e GrpcServiceValidationError) Reason() string
Reason function returns reason value.
type GrpcService_EnvoyGrpc ¶
type GrpcService_EnvoyGrpc struct { ClusterName string `protobuf:"bytes,1,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_EnvoyGrpc) Descriptor
deprecated
func (*GrpcService_EnvoyGrpc) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_EnvoyGrpc.ProtoReflect.Descriptor instead.
func (*GrpcService_EnvoyGrpc) GetClusterName ¶
func (x *GrpcService_EnvoyGrpc) GetClusterName() string
func (*GrpcService_EnvoyGrpc) ProtoMessage ¶
func (*GrpcService_EnvoyGrpc) ProtoMessage()
func (*GrpcService_EnvoyGrpc) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_EnvoyGrpc) ProtoReflect() protoreflect.Message
func (*GrpcService_EnvoyGrpc) Reset ¶
func (x *GrpcService_EnvoyGrpc) Reset()
func (*GrpcService_EnvoyGrpc) String ¶
func (x *GrpcService_EnvoyGrpc) String() string
func (*GrpcService_EnvoyGrpc) Validate ¶
func (m *GrpcService_EnvoyGrpc) Validate() error
Validate checks the field values on GrpcService_EnvoyGrpc with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_EnvoyGrpcValidationError ¶
type GrpcService_EnvoyGrpcValidationError struct {
// contains filtered or unexported fields
}
GrpcService_EnvoyGrpcValidationError is the validation error returned by GrpcService_EnvoyGrpc.Validate if the designated constraints aren't met.
func (GrpcService_EnvoyGrpcValidationError) Cause ¶
func (e GrpcService_EnvoyGrpcValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_EnvoyGrpcValidationError) Error ¶
func (e GrpcService_EnvoyGrpcValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_EnvoyGrpcValidationError) ErrorName ¶
func (e GrpcService_EnvoyGrpcValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_EnvoyGrpcValidationError) Field ¶
func (e GrpcService_EnvoyGrpcValidationError) Field() string
Field function returns field value.
func (GrpcService_EnvoyGrpcValidationError) Key ¶
func (e GrpcService_EnvoyGrpcValidationError) Key() bool
Key function returns key value.
func (GrpcService_EnvoyGrpcValidationError) Reason ¶
func (e GrpcService_EnvoyGrpcValidationError) Reason() string
Reason function returns reason value.
type GrpcService_EnvoyGrpc_ ¶
type GrpcService_EnvoyGrpc_ struct {
EnvoyGrpc *GrpcService_EnvoyGrpc `protobuf:"bytes,1,opt,name=envoy_grpc,json=envoyGrpc,proto3,oneof"`
}
type GrpcService_GoogleGrpc ¶
type GrpcService_GoogleGrpc struct { TargetUri string `protobuf:"bytes,1,opt,name=target_uri,json=targetUri,proto3" json:"target_uri,omitempty"` ChannelCredentials *GrpcService_GoogleGrpc_ChannelCredentials `protobuf:"bytes,2,opt,name=channel_credentials,json=channelCredentials,proto3" json:"channel_credentials,omitempty"` CallCredentials []*GrpcService_GoogleGrpc_CallCredentials `protobuf:"bytes,3,rep,name=call_credentials,json=callCredentials,proto3" json:"call_credentials,omitempty"` StatPrefix string `protobuf:"bytes,4,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"` CredentialsFactoryName string `` /* 129-byte string literal not displayed */ Config *_struct.Struct `protobuf:"bytes,6,opt,name=config,proto3" json:"config,omitempty"` PerStreamBufferLimitBytes *wrappers.UInt32Value `` /* 142-byte string literal not displayed */ ChannelArgs *GrpcService_GoogleGrpc_ChannelArgs `protobuf:"bytes,8,opt,name=channel_args,json=channelArgs,proto3" json:"channel_args,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc) Descriptor
deprecated
func (*GrpcService_GoogleGrpc) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc) GetCallCredentials ¶
func (x *GrpcService_GoogleGrpc) GetCallCredentials() []*GrpcService_GoogleGrpc_CallCredentials
func (*GrpcService_GoogleGrpc) GetChannelArgs ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc) GetChannelArgs() *GrpcService_GoogleGrpc_ChannelArgs
func (*GrpcService_GoogleGrpc) GetChannelCredentials ¶
func (x *GrpcService_GoogleGrpc) GetChannelCredentials() *GrpcService_GoogleGrpc_ChannelCredentials
func (*GrpcService_GoogleGrpc) GetConfig ¶
func (x *GrpcService_GoogleGrpc) GetConfig() *_struct.Struct
func (*GrpcService_GoogleGrpc) GetCredentialsFactoryName ¶
func (x *GrpcService_GoogleGrpc) GetCredentialsFactoryName() string
func (*GrpcService_GoogleGrpc) GetPerStreamBufferLimitBytes ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc) GetPerStreamBufferLimitBytes() *wrappers.UInt32Value
func (*GrpcService_GoogleGrpc) GetStatPrefix ¶
func (x *GrpcService_GoogleGrpc) GetStatPrefix() string
func (*GrpcService_GoogleGrpc) GetTargetUri ¶
func (x *GrpcService_GoogleGrpc) GetTargetUri() string
func (*GrpcService_GoogleGrpc) ProtoMessage ¶
func (*GrpcService_GoogleGrpc) ProtoMessage()
func (*GrpcService_GoogleGrpc) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc) Reset ¶
func (x *GrpcService_GoogleGrpc) Reset()
func (*GrpcService_GoogleGrpc) String ¶
func (x *GrpcService_GoogleGrpc) String() string
func (*GrpcService_GoogleGrpc) Validate ¶
func (m *GrpcService_GoogleGrpc) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpcValidationError ¶
type GrpcService_GoogleGrpcValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpcValidationError is the validation error returned by GrpcService_GoogleGrpc.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpcValidationError) Cause ¶
func (e GrpcService_GoogleGrpcValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpcValidationError) Error ¶
func (e GrpcService_GoogleGrpcValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpcValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpcValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpcValidationError) Field ¶
func (e GrpcService_GoogleGrpcValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpcValidationError) Key ¶
func (e GrpcService_GoogleGrpcValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpcValidationError) Reason ¶
func (e GrpcService_GoogleGrpcValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_ ¶
type GrpcService_GoogleGrpc_ struct {
GoogleGrpc *GrpcService_GoogleGrpc `protobuf:"bytes,2,opt,name=google_grpc,json=googleGrpc,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials ¶
type GrpcService_GoogleGrpc_CallCredentials struct { // Types that are assignable to CredentialSpecifier: // *GrpcService_GoogleGrpc_CallCredentials_AccessToken // *GrpcService_GoogleGrpc_CallCredentials_GoogleComputeEngine // *GrpcService_GoogleGrpc_CallCredentials_GoogleRefreshToken // *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJwtAccess // *GrpcService_GoogleGrpc_CallCredentials_GoogleIam // *GrpcService_GoogleGrpc_CallCredentials_FromPlugin // *GrpcService_GoogleGrpc_CallCredentials_StsService_ CredentialSpecifier isGrpcService_GoogleGrpc_CallCredentials_CredentialSpecifier `protobuf_oneof:"credential_specifier"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_CallCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_CallCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_CallCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_CallCredentials) GetAccessToken ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetAccessToken() string
func (*GrpcService_GoogleGrpc_CallCredentials) GetCredentialSpecifier ¶
func (m *GrpcService_GoogleGrpc_CallCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_CallCredentials_CredentialSpecifier
func (*GrpcService_GoogleGrpc_CallCredentials) GetFromPlugin ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetFromPlugin() *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin
func (*GrpcService_GoogleGrpc_CallCredentials) GetGoogleComputeEngine ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleComputeEngine() *empty.Empty
func (*GrpcService_GoogleGrpc_CallCredentials) GetGoogleIam ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleIam() *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials
func (*GrpcService_GoogleGrpc_CallCredentials) GetGoogleRefreshToken ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetGoogleRefreshToken() string
func (*GrpcService_GoogleGrpc_CallCredentials) GetServiceAccountJwtAccess ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetServiceAccountJwtAccess() *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials
func (*GrpcService_GoogleGrpc_CallCredentials) GetStsService ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) GetStsService() *GrpcService_GoogleGrpc_CallCredentials_StsService
func (*GrpcService_GoogleGrpc_CallCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_CallCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_CallCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_CallCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_CallCredentials) Reset ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) Reset()
func (*GrpcService_GoogleGrpc_CallCredentials) String ¶
func (x *GrpcService_GoogleGrpc_CallCredentials) String() string
func (*GrpcService_GoogleGrpc_CallCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_CallCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_CallCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_CallCredentialsValidationError ¶
type GrpcService_GoogleGrpc_CallCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_CallCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_CallCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) Error ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) Field ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) Key ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_CallCredentialsValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_CallCredentialsValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_CallCredentials_AccessToken ¶
type GrpcService_GoogleGrpc_CallCredentials_AccessToken struct {
AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials_FromPlugin ¶
type GrpcService_GoogleGrpc_CallCredentials_FromPlugin struct {
FromPlugin *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin `protobuf:"bytes,6,opt,name=from_plugin,json=fromPlugin,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials ¶
type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials struct { AuthorizationToken string `protobuf:"bytes,1,opt,name=authorization_token,json=authorizationToken,proto3" json:"authorization_token,omitempty"` AuthoritySelector string `protobuf:"bytes,2,opt,name=authority_selector,json=authoritySelector,proto3" json:"authority_selector,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthoritySelector ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthoritySelector() string
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthorizationToken ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) GetAuthorizationToken() string
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Reset ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Reset()
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) String ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) String() string
func (*GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError ¶
type GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Cause ¶
Cause function returns cause value.
func (GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Error ¶
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Field ¶
Field function returns field value.
func (GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentialsValidationError) Key ¶
Key function returns key value.
type GrpcService_GoogleGrpc_CallCredentials_GoogleIam ¶
type GrpcService_GoogleGrpc_CallCredentials_GoogleIam struct {
GoogleIam *GrpcService_GoogleGrpc_CallCredentials_GoogleIAMCredentials `protobuf:"bytes,5,opt,name=google_iam,json=googleIam,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials_GoogleRefreshToken ¶
type GrpcService_GoogleGrpc_CallCredentials_GoogleRefreshToken struct {
GoogleRefreshToken string `protobuf:"bytes,3,opt,name=google_refresh_token,json=googleRefreshToken,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin ¶
type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to ConfigType: // *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_TypedConfig ConfigType isGrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_ConfigType `protobuf_oneof:"config_type"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetConfigType ¶
func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetConfigType() isGrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin_ConfigType
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetName ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetName() string
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetTypedConfig ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) GetTypedConfig() *any.Any
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoMessage()
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Reset ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Reset()
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) String ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) String() string
func (*GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Validate ¶
func (m *GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError ¶
type GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError is the validation error returned by GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPlugin.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Error ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Field ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Key ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_CallCredentials_MetadataCredentialsFromPluginValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials ¶
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials struct { JsonKey string `protobuf:"bytes,1,opt,name=json_key,json=jsonKey,proto3" json:"json_key,omitempty"` TokenLifetimeSeconds uint64 `protobuf:"varint,2,opt,name=token_lifetime_seconds,json=tokenLifetimeSeconds,proto3" json:"token_lifetime_seconds,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetJsonKey ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetJsonKey() string
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetTokenLifetimeSeconds ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) GetTokenLifetimeSeconds() uint64
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) String ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) String() string
func (*GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError ¶
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Error ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Field ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Key ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentialsValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJwtAccess ¶
type GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJwtAccess struct {
ServiceAccountJwtAccess *GrpcService_GoogleGrpc_CallCredentials_ServiceAccountJWTAccessCredentials `protobuf:"bytes,4,opt,name=service_account_jwt_access,json=serviceAccountJwtAccess,proto3,oneof"`
}
type GrpcService_GoogleGrpc_CallCredentials_StsService ¶
type GrpcService_GoogleGrpc_CallCredentials_StsService struct { TokenExchangeServiceUri string `` /* 134-byte string literal not displayed */ Resource string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"` Audience string `protobuf:"bytes,3,opt,name=audience,proto3" json:"audience,omitempty"` Scope string `protobuf:"bytes,4,opt,name=scope,proto3" json:"scope,omitempty"` RequestedTokenType string `protobuf:"bytes,5,opt,name=requested_token_type,json=requestedTokenType,proto3" json:"requested_token_type,omitempty"` SubjectTokenPath string `protobuf:"bytes,6,opt,name=subject_token_path,json=subjectTokenPath,proto3" json:"subject_token_path,omitempty"` SubjectTokenType string `protobuf:"bytes,7,opt,name=subject_token_type,json=subjectTokenType,proto3" json:"subject_token_type,omitempty"` ActorTokenPath string `protobuf:"bytes,8,opt,name=actor_token_path,json=actorTokenPath,proto3" json:"actor_token_path,omitempty"` ActorTokenType string `protobuf:"bytes,9,opt,name=actor_token_type,json=actorTokenType,proto3" json:"actor_token_type,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_CallCredentials_StsService.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenPath ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenPath() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenType ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetActorTokenType() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetAudience ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetAudience() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetRequestedTokenType ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetRequestedTokenType() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetResource ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetResource() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetScope ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetScope() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenPath ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenPath() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenType ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetSubjectTokenType() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) GetTokenExchangeServiceUri ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) GetTokenExchangeServiceUri() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoMessage()
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Reset ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) Reset()
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) String ¶
func (x *GrpcService_GoogleGrpc_CallCredentials_StsService) String() string
func (*GrpcService_GoogleGrpc_CallCredentials_StsService) Validate ¶
func (m *GrpcService_GoogleGrpc_CallCredentials_StsService) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_CallCredentials_StsService with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError ¶
type GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError is the validation error returned by GrpcService_GoogleGrpc_CallCredentials_StsService.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Error ¶
func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Field ¶
func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Key ¶
Key function returns key value.
func (GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_CallCredentials_StsServiceValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_CallCredentials_StsService_ ¶
type GrpcService_GoogleGrpc_CallCredentials_StsService_ struct {
StsService *GrpcService_GoogleGrpc_CallCredentials_StsService `protobuf:"bytes,7,opt,name=sts_service,json=stsService,proto3,oneof"`
}
type GrpcService_GoogleGrpc_ChannelArgs ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgs struct { Args map[string]*GrpcService_GoogleGrpc_ChannelArgs_Value `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_ChannelArgs) Descriptor
deprecated
added in
v1.7.0
func (*GrpcService_GoogleGrpc_ChannelArgs) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_ChannelArgs.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_ChannelArgs) GetArgs ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs) GetArgs() map[string]*GrpcService_GoogleGrpc_ChannelArgs_Value
func (*GrpcService_GoogleGrpc_ChannelArgs) ProtoMessage ¶ added in v1.7.0
func (*GrpcService_GoogleGrpc_ChannelArgs) ProtoMessage()
func (*GrpcService_GoogleGrpc_ChannelArgs) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_ChannelArgs) Reset ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs) Reset()
func (*GrpcService_GoogleGrpc_ChannelArgs) String ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs) String() string
func (*GrpcService_GoogleGrpc_ChannelArgs) Validate ¶ added in v1.7.0
func (m *GrpcService_GoogleGrpc_ChannelArgs) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_ChannelArgs with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_ChannelArgsValidationError ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_ChannelArgsValidationError is the validation error returned by GrpcService_GoogleGrpc_ChannelArgs.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) Cause ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) Error ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) ErrorName ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) Field ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) Key ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_ChannelArgsValidationError) Reason ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgsValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_ChannelArgs_Value ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgs_Value struct { // Types that are assignable to ValueSpecifier: // *GrpcService_GoogleGrpc_ChannelArgs_Value_StringValue // *GrpcService_GoogleGrpc_ChannelArgs_Value_IntValue ValueSpecifier isGrpcService_GoogleGrpc_ChannelArgs_Value_ValueSpecifier `protobuf_oneof:"value_specifier"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Descriptor
deprecated
added in
v1.7.0
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_ChannelArgs_Value.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) GetIntValue ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetIntValue() int64
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) GetStringValue ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) GetStringValue() string
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) GetValueSpecifier ¶ added in v1.7.0
func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) GetValueSpecifier() isGrpcService_GoogleGrpc_ChannelArgs_Value_ValueSpecifier
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoMessage ¶ added in v1.7.0
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoMessage()
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Reset ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) Reset()
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) String ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelArgs_Value) String() string
func (*GrpcService_GoogleGrpc_ChannelArgs_Value) Validate ¶ added in v1.7.0
func (m *GrpcService_GoogleGrpc_ChannelArgs_Value) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_ChannelArgs_Value with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError is the validation error returned by GrpcService_GoogleGrpc_ChannelArgs_Value.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Cause ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Error ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) ErrorName ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Field ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Key ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Reason ¶ added in v1.7.0
func (e GrpcService_GoogleGrpc_ChannelArgs_ValueValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_ChannelArgs_Value_IntValue ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgs_Value_IntValue struct {
IntValue int64 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}
type GrpcService_GoogleGrpc_ChannelArgs_Value_StringValue ¶ added in v1.7.0
type GrpcService_GoogleGrpc_ChannelArgs_Value_StringValue struct {
StringValue string `protobuf:"bytes,1,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type GrpcService_GoogleGrpc_ChannelCredentials ¶
type GrpcService_GoogleGrpc_ChannelCredentials struct { // Types that are assignable to CredentialSpecifier: // *GrpcService_GoogleGrpc_ChannelCredentials_SslCredentials // *GrpcService_GoogleGrpc_ChannelCredentials_GoogleDefault // *GrpcService_GoogleGrpc_ChannelCredentials_LocalCredentials CredentialSpecifier isGrpcService_GoogleGrpc_ChannelCredentials_CredentialSpecifier `protobuf_oneof:"credential_specifier"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_ChannelCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_ChannelCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_ChannelCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_ChannelCredentials) GetCredentialSpecifier ¶
func (m *GrpcService_GoogleGrpc_ChannelCredentials) GetCredentialSpecifier() isGrpcService_GoogleGrpc_ChannelCredentials_CredentialSpecifier
func (*GrpcService_GoogleGrpc_ChannelCredentials) GetGoogleDefault ¶
func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetGoogleDefault() *empty.Empty
func (*GrpcService_GoogleGrpc_ChannelCredentials) GetLocalCredentials ¶
func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetLocalCredentials() *GrpcService_GoogleGrpc_GoogleLocalCredentials
func (*GrpcService_GoogleGrpc_ChannelCredentials) GetSslCredentials ¶
func (x *GrpcService_GoogleGrpc_ChannelCredentials) GetSslCredentials() *GrpcService_GoogleGrpc_SslCredentials
func (*GrpcService_GoogleGrpc_ChannelCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_ChannelCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_ChannelCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_ChannelCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_ChannelCredentials) Reset ¶
func (x *GrpcService_GoogleGrpc_ChannelCredentials) Reset()
func (*GrpcService_GoogleGrpc_ChannelCredentials) String ¶
func (x *GrpcService_GoogleGrpc_ChannelCredentials) String() string
func (*GrpcService_GoogleGrpc_ChannelCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_ChannelCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_ChannelCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_ChannelCredentialsValidationError ¶
type GrpcService_GoogleGrpc_ChannelCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_ChannelCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_ChannelCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Error ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Field ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Key ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_ChannelCredentialsValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_ChannelCredentials_LocalCredentials ¶
type GrpcService_GoogleGrpc_ChannelCredentials_LocalCredentials struct {
LocalCredentials *GrpcService_GoogleGrpc_GoogleLocalCredentials `protobuf:"bytes,3,opt,name=local_credentials,json=localCredentials,proto3,oneof"`
}
type GrpcService_GoogleGrpc_ChannelCredentials_SslCredentials ¶
type GrpcService_GoogleGrpc_ChannelCredentials_SslCredentials struct {
SslCredentials *GrpcService_GoogleGrpc_SslCredentials `protobuf:"bytes,1,opt,name=ssl_credentials,json=sslCredentials,proto3,oneof"`
}
type GrpcService_GoogleGrpc_GoogleLocalCredentials ¶
type GrpcService_GoogleGrpc_GoogleLocalCredentials struct {
// contains filtered or unexported fields
}
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_GoogleLocalCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Reset ¶
func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) Reset()
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) String ¶
func (x *GrpcService_GoogleGrpc_GoogleLocalCredentials) String() string
func (*GrpcService_GoogleGrpc_GoogleLocalCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_GoogleLocalCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_GoogleLocalCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError ¶
type GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_GoogleLocalCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Error ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Field ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Key ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_GoogleLocalCredentialsValidationError) Reason() string
Reason function returns reason value.
type GrpcService_GoogleGrpc_SslCredentials ¶
type GrpcService_GoogleGrpc_SslCredentials struct { RootCerts *DataSource `protobuf:"bytes,1,opt,name=root_certs,json=rootCerts,proto3" json:"root_certs,omitempty"` PrivateKey *DataSource `protobuf:"bytes,2,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"` CertChain *DataSource `protobuf:"bytes,3,opt,name=cert_chain,json=certChain,proto3" json:"cert_chain,omitempty"` // contains filtered or unexported fields }
func (*GrpcService_GoogleGrpc_SslCredentials) Descriptor
deprecated
func (*GrpcService_GoogleGrpc_SslCredentials) Descriptor() ([]byte, []int)
Deprecated: Use GrpcService_GoogleGrpc_SslCredentials.ProtoReflect.Descriptor instead.
func (*GrpcService_GoogleGrpc_SslCredentials) GetCertChain ¶
func (x *GrpcService_GoogleGrpc_SslCredentials) GetCertChain() *DataSource
func (*GrpcService_GoogleGrpc_SslCredentials) GetPrivateKey ¶
func (x *GrpcService_GoogleGrpc_SslCredentials) GetPrivateKey() *DataSource
func (*GrpcService_GoogleGrpc_SslCredentials) GetRootCerts ¶
func (x *GrpcService_GoogleGrpc_SslCredentials) GetRootCerts() *DataSource
func (*GrpcService_GoogleGrpc_SslCredentials) ProtoMessage ¶
func (*GrpcService_GoogleGrpc_SslCredentials) ProtoMessage()
func (*GrpcService_GoogleGrpc_SslCredentials) ProtoReflect ¶ added in v1.7.0
func (x *GrpcService_GoogleGrpc_SslCredentials) ProtoReflect() protoreflect.Message
func (*GrpcService_GoogleGrpc_SslCredentials) Reset ¶
func (x *GrpcService_GoogleGrpc_SslCredentials) Reset()
func (*GrpcService_GoogleGrpc_SslCredentials) String ¶
func (x *GrpcService_GoogleGrpc_SslCredentials) String() string
func (*GrpcService_GoogleGrpc_SslCredentials) Validate ¶
func (m *GrpcService_GoogleGrpc_SslCredentials) Validate() error
Validate checks the field values on GrpcService_GoogleGrpc_SslCredentials with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type GrpcService_GoogleGrpc_SslCredentialsValidationError ¶
type GrpcService_GoogleGrpc_SslCredentialsValidationError struct {
// contains filtered or unexported fields
}
GrpcService_GoogleGrpc_SslCredentialsValidationError is the validation error returned by GrpcService_GoogleGrpc_SslCredentials.Validate if the designated constraints aren't met.
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) Cause ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Cause() error
Cause function returns cause value.
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) Error ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Error() string
Error satisfies the builtin error interface
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) ErrorName ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) ErrorName() string
ErrorName returns error name.
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) Field ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Field() string
Field function returns field value.
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) Key ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Key() bool
Key function returns key value.
func (GrpcService_GoogleGrpc_SslCredentialsValidationError) Reason ¶
func (e GrpcService_GoogleGrpc_SslCredentialsValidationError) Reason() string
Reason function returns reason value.
type HeaderMap ¶
type HeaderMap struct { Headers []*HeaderValue `protobuf:"bytes,1,rep,name=headers,proto3" json:"headers,omitempty"` // contains filtered or unexported fields }
func (*HeaderMap) Descriptor
deprecated
func (*HeaderMap) GetHeaders ¶
func (x *HeaderMap) GetHeaders() []*HeaderValue
func (*HeaderMap) ProtoMessage ¶
func (*HeaderMap) ProtoMessage()
func (*HeaderMap) ProtoReflect ¶ added in v1.7.0
func (x *HeaderMap) ProtoReflect() protoreflect.Message
type HeaderMapValidationError ¶
type HeaderMapValidationError struct {
// contains filtered or unexported fields
}
HeaderMapValidationError is the validation error returned by HeaderMap.Validate if the designated constraints aren't met.
func (HeaderMapValidationError) Cause ¶
func (e HeaderMapValidationError) Cause() error
Cause function returns cause value.
func (HeaderMapValidationError) Error ¶
func (e HeaderMapValidationError) Error() string
Error satisfies the builtin error interface
func (HeaderMapValidationError) ErrorName ¶
func (e HeaderMapValidationError) ErrorName() string
ErrorName returns error name.
func (HeaderMapValidationError) Field ¶
func (e HeaderMapValidationError) Field() string
Field function returns field value.
func (HeaderMapValidationError) Key ¶
func (e HeaderMapValidationError) Key() bool
Key function returns key value.
func (HeaderMapValidationError) Reason ¶
func (e HeaderMapValidationError) Reason() string
Reason function returns reason value.
type HeaderValue ¶
type HeaderValue struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*HeaderValue) Descriptor
deprecated
func (*HeaderValue) Descriptor() ([]byte, []int)
Deprecated: Use HeaderValue.ProtoReflect.Descriptor instead.
func (*HeaderValue) GetKey ¶
func (x *HeaderValue) GetKey() string
func (*HeaderValue) GetValue ¶
func (x *HeaderValue) GetValue() string
func (*HeaderValue) ProtoMessage ¶
func (*HeaderValue) ProtoMessage()
func (*HeaderValue) ProtoReflect ¶ added in v1.7.0
func (x *HeaderValue) ProtoReflect() protoreflect.Message
func (*HeaderValue) Reset ¶
func (x *HeaderValue) Reset()
func (*HeaderValue) String ¶
func (x *HeaderValue) String() string
func (*HeaderValue) Validate ¶
func (m *HeaderValue) Validate() error
Validate checks the field values on HeaderValue with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HeaderValueOption ¶
type HeaderValueOption struct { Header *HeaderValue `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Append *wrappers.BoolValue `protobuf:"bytes,2,opt,name=append,proto3" json:"append,omitempty"` // contains filtered or unexported fields }
func (*HeaderValueOption) Descriptor
deprecated
func (*HeaderValueOption) Descriptor() ([]byte, []int)
Deprecated: Use HeaderValueOption.ProtoReflect.Descriptor instead.
func (*HeaderValueOption) GetAppend ¶
func (x *HeaderValueOption) GetAppend() *wrappers.BoolValue
func (*HeaderValueOption) GetHeader ¶
func (x *HeaderValueOption) GetHeader() *HeaderValue
func (*HeaderValueOption) ProtoMessage ¶
func (*HeaderValueOption) ProtoMessage()
func (*HeaderValueOption) ProtoReflect ¶ added in v1.7.0
func (x *HeaderValueOption) ProtoReflect() protoreflect.Message
func (*HeaderValueOption) Reset ¶
func (x *HeaderValueOption) Reset()
func (*HeaderValueOption) String ¶
func (x *HeaderValueOption) String() string
func (*HeaderValueOption) Validate ¶
func (m *HeaderValueOption) Validate() error
Validate checks the field values on HeaderValueOption with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HeaderValueOptionValidationError ¶
type HeaderValueOptionValidationError struct {
// contains filtered or unexported fields
}
HeaderValueOptionValidationError is the validation error returned by HeaderValueOption.Validate if the designated constraints aren't met.
func (HeaderValueOptionValidationError) Cause ¶
func (e HeaderValueOptionValidationError) Cause() error
Cause function returns cause value.
func (HeaderValueOptionValidationError) Error ¶
func (e HeaderValueOptionValidationError) Error() string
Error satisfies the builtin error interface
func (HeaderValueOptionValidationError) ErrorName ¶
func (e HeaderValueOptionValidationError) ErrorName() string
ErrorName returns error name.
func (HeaderValueOptionValidationError) Field ¶
func (e HeaderValueOptionValidationError) Field() string
Field function returns field value.
func (HeaderValueOptionValidationError) Key ¶
func (e HeaderValueOptionValidationError) Key() bool
Key function returns key value.
func (HeaderValueOptionValidationError) Reason ¶
func (e HeaderValueOptionValidationError) Reason() string
Reason function returns reason value.
type HeaderValueValidationError ¶
type HeaderValueValidationError struct {
// contains filtered or unexported fields
}
HeaderValueValidationError is the validation error returned by HeaderValue.Validate if the designated constraints aren't met.
func (HeaderValueValidationError) Cause ¶
func (e HeaderValueValidationError) Cause() error
Cause function returns cause value.
func (HeaderValueValidationError) Error ¶
func (e HeaderValueValidationError) Error() string
Error satisfies the builtin error interface
func (HeaderValueValidationError) ErrorName ¶
func (e HeaderValueValidationError) ErrorName() string
ErrorName returns error name.
func (HeaderValueValidationError) Field ¶
func (e HeaderValueValidationError) Field() string
Field function returns field value.
func (HeaderValueValidationError) Key ¶
func (e HeaderValueValidationError) Key() bool
Key function returns key value.
func (HeaderValueValidationError) Reason ¶
func (e HeaderValueValidationError) Reason() string
Reason function returns reason value.
type HealthCheck ¶
type HealthCheck struct { Timeout *duration.Duration `protobuf:"bytes,1,opt,name=timeout,proto3" json:"timeout,omitempty"` Interval *duration.Duration `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty"` InitialJitter *duration.Duration `protobuf:"bytes,20,opt,name=initial_jitter,json=initialJitter,proto3" json:"initial_jitter,omitempty"` IntervalJitter *duration.Duration `protobuf:"bytes,3,opt,name=interval_jitter,json=intervalJitter,proto3" json:"interval_jitter,omitempty"` IntervalJitterPercent uint32 `` /* 128-byte string literal not displayed */ UnhealthyThreshold *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=unhealthy_threshold,json=unhealthyThreshold,proto3" json:"unhealthy_threshold,omitempty"` HealthyThreshold *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=healthy_threshold,json=healthyThreshold,proto3" json:"healthy_threshold,omitempty"` AltPort *wrappers.UInt32Value `protobuf:"bytes,6,opt,name=alt_port,json=altPort,proto3" json:"alt_port,omitempty"` ReuseConnection *wrappers.BoolValue `protobuf:"bytes,7,opt,name=reuse_connection,json=reuseConnection,proto3" json:"reuse_connection,omitempty"` // Types that are assignable to HealthChecker: // *HealthCheck_HttpHealthCheck_ // *HealthCheck_TcpHealthCheck_ // *HealthCheck_GrpcHealthCheck_ // *HealthCheck_CustomHealthCheck_ HealthChecker isHealthCheck_HealthChecker `protobuf_oneof:"health_checker"` NoTrafficInterval *duration.Duration `protobuf:"bytes,12,opt,name=no_traffic_interval,json=noTrafficInterval,proto3" json:"no_traffic_interval,omitempty"` UnhealthyInterval *duration.Duration `protobuf:"bytes,14,opt,name=unhealthy_interval,json=unhealthyInterval,proto3" json:"unhealthy_interval,omitempty"` UnhealthyEdgeInterval *duration.Duration `` /* 127-byte string literal not displayed */ HealthyEdgeInterval *duration.Duration `protobuf:"bytes,16,opt,name=healthy_edge_interval,json=healthyEdgeInterval,proto3" json:"healthy_edge_interval,omitempty"` EventLogPath string `protobuf:"bytes,17,opt,name=event_log_path,json=eventLogPath,proto3" json:"event_log_path,omitempty"` EventService *EventServiceConfig `protobuf:"bytes,22,opt,name=event_service,json=eventService,proto3" json:"event_service,omitempty"` AlwaysLogHealthCheckFailures bool `` /* 153-byte string literal not displayed */ TlsOptions *HealthCheck_TlsOptions `protobuf:"bytes,21,opt,name=tls_options,json=tlsOptions,proto3" json:"tls_options,omitempty"` TransportSocketMatchCriteria *_struct.Struct `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
func (*HealthCheck) Descriptor
deprecated
func (*HealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck) GetAltPort ¶
func (x *HealthCheck) GetAltPort() *wrappers.UInt32Value
func (*HealthCheck) GetAlwaysLogHealthCheckFailures ¶
func (x *HealthCheck) GetAlwaysLogHealthCheckFailures() bool
func (*HealthCheck) GetCustomHealthCheck ¶
func (x *HealthCheck) GetCustomHealthCheck() *HealthCheck_CustomHealthCheck
func (*HealthCheck) GetEventLogPath ¶
func (x *HealthCheck) GetEventLogPath() string
func (*HealthCheck) GetEventService ¶
func (x *HealthCheck) GetEventService() *EventServiceConfig
func (*HealthCheck) GetGrpcHealthCheck ¶
func (x *HealthCheck) GetGrpcHealthCheck() *HealthCheck_GrpcHealthCheck
func (*HealthCheck) GetHealthChecker ¶
func (m *HealthCheck) GetHealthChecker() isHealthCheck_HealthChecker
func (*HealthCheck) GetHealthyEdgeInterval ¶
func (x *HealthCheck) GetHealthyEdgeInterval() *duration.Duration
func (*HealthCheck) GetHealthyThreshold ¶
func (x *HealthCheck) GetHealthyThreshold() *wrappers.UInt32Value
func (*HealthCheck) GetHttpHealthCheck ¶
func (x *HealthCheck) GetHttpHealthCheck() *HealthCheck_HttpHealthCheck
func (*HealthCheck) GetInitialJitter ¶
func (x *HealthCheck) GetInitialJitter() *duration.Duration
func (*HealthCheck) GetInterval ¶
func (x *HealthCheck) GetInterval() *duration.Duration
func (*HealthCheck) GetIntervalJitter ¶
func (x *HealthCheck) GetIntervalJitter() *duration.Duration
func (*HealthCheck) GetIntervalJitterPercent ¶
func (x *HealthCheck) GetIntervalJitterPercent() uint32
func (*HealthCheck) GetNoTrafficInterval ¶
func (x *HealthCheck) GetNoTrafficInterval() *duration.Duration
func (*HealthCheck) GetReuseConnection ¶
func (x *HealthCheck) GetReuseConnection() *wrappers.BoolValue
func (*HealthCheck) GetTcpHealthCheck ¶
func (x *HealthCheck) GetTcpHealthCheck() *HealthCheck_TcpHealthCheck
func (*HealthCheck) GetTimeout ¶
func (x *HealthCheck) GetTimeout() *duration.Duration
func (*HealthCheck) GetTlsOptions ¶
func (x *HealthCheck) GetTlsOptions() *HealthCheck_TlsOptions
func (*HealthCheck) GetTransportSocketMatchCriteria ¶ added in v1.7.0
func (x *HealthCheck) GetTransportSocketMatchCriteria() *_struct.Struct
func (*HealthCheck) GetUnhealthyEdgeInterval ¶
func (x *HealthCheck) GetUnhealthyEdgeInterval() *duration.Duration
func (*HealthCheck) GetUnhealthyInterval ¶
func (x *HealthCheck) GetUnhealthyInterval() *duration.Duration
func (*HealthCheck) GetUnhealthyThreshold ¶
func (x *HealthCheck) GetUnhealthyThreshold() *wrappers.UInt32Value
func (*HealthCheck) ProtoMessage ¶
func (*HealthCheck) ProtoMessage()
func (*HealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck) Reset ¶
func (x *HealthCheck) Reset()
func (*HealthCheck) String ¶
func (x *HealthCheck) String() string
func (*HealthCheck) Validate ¶
func (m *HealthCheck) Validate() error
Validate checks the field values on HealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheckValidationError ¶
type HealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheckValidationError is the validation error returned by HealthCheck.Validate if the designated constraints aren't met.
func (HealthCheckValidationError) Cause ¶
func (e HealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheckValidationError) Error ¶
func (e HealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheckValidationError) ErrorName ¶
func (e HealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheckValidationError) Field ¶
func (e HealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheckValidationError) Key ¶
func (e HealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheckValidationError) Reason ¶
func (e HealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_CustomHealthCheck ¶
type HealthCheck_CustomHealthCheck struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to ConfigType: // *HealthCheck_CustomHealthCheck_TypedConfig ConfigType isHealthCheck_CustomHealthCheck_ConfigType `protobuf_oneof:"config_type"` // contains filtered or unexported fields }
func (*HealthCheck_CustomHealthCheck) Descriptor
deprecated
func (*HealthCheck_CustomHealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_CustomHealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck_CustomHealthCheck) GetConfigType ¶
func (m *HealthCheck_CustomHealthCheck) GetConfigType() isHealthCheck_CustomHealthCheck_ConfigType
func (*HealthCheck_CustomHealthCheck) GetName ¶
func (x *HealthCheck_CustomHealthCheck) GetName() string
func (*HealthCheck_CustomHealthCheck) GetTypedConfig ¶
func (x *HealthCheck_CustomHealthCheck) GetTypedConfig() *any.Any
func (*HealthCheck_CustomHealthCheck) ProtoMessage ¶
func (*HealthCheck_CustomHealthCheck) ProtoMessage()
func (*HealthCheck_CustomHealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_CustomHealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck_CustomHealthCheck) Reset ¶
func (x *HealthCheck_CustomHealthCheck) Reset()
func (*HealthCheck_CustomHealthCheck) String ¶
func (x *HealthCheck_CustomHealthCheck) String() string
func (*HealthCheck_CustomHealthCheck) Validate ¶
func (m *HealthCheck_CustomHealthCheck) Validate() error
Validate checks the field values on HealthCheck_CustomHealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_CustomHealthCheckValidationError ¶
type HealthCheck_CustomHealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_CustomHealthCheckValidationError is the validation error returned by HealthCheck_CustomHealthCheck.Validate if the designated constraints aren't met.
func (HealthCheck_CustomHealthCheckValidationError) Cause ¶
func (e HealthCheck_CustomHealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_CustomHealthCheckValidationError) Error ¶
func (e HealthCheck_CustomHealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_CustomHealthCheckValidationError) ErrorName ¶
func (e HealthCheck_CustomHealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_CustomHealthCheckValidationError) Field ¶
func (e HealthCheck_CustomHealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheck_CustomHealthCheckValidationError) Key ¶
func (e HealthCheck_CustomHealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheck_CustomHealthCheckValidationError) Reason ¶
func (e HealthCheck_CustomHealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_CustomHealthCheck_ ¶
type HealthCheck_CustomHealthCheck_ struct {
CustomHealthCheck *HealthCheck_CustomHealthCheck `protobuf:"bytes,13,opt,name=custom_health_check,json=customHealthCheck,proto3,oneof"`
}
type HealthCheck_GrpcHealthCheck ¶
type HealthCheck_GrpcHealthCheck struct { ServiceName string `protobuf:"bytes,1,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"` Authority string `protobuf:"bytes,2,opt,name=authority,proto3" json:"authority,omitempty"` // contains filtered or unexported fields }
func (*HealthCheck_GrpcHealthCheck) Descriptor
deprecated
func (*HealthCheck_GrpcHealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_GrpcHealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck_GrpcHealthCheck) GetAuthority ¶
func (x *HealthCheck_GrpcHealthCheck) GetAuthority() string
func (*HealthCheck_GrpcHealthCheck) GetServiceName ¶
func (x *HealthCheck_GrpcHealthCheck) GetServiceName() string
func (*HealthCheck_GrpcHealthCheck) ProtoMessage ¶
func (*HealthCheck_GrpcHealthCheck) ProtoMessage()
func (*HealthCheck_GrpcHealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_GrpcHealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck_GrpcHealthCheck) Reset ¶
func (x *HealthCheck_GrpcHealthCheck) Reset()
func (*HealthCheck_GrpcHealthCheck) String ¶
func (x *HealthCheck_GrpcHealthCheck) String() string
func (*HealthCheck_GrpcHealthCheck) Validate ¶
func (m *HealthCheck_GrpcHealthCheck) Validate() error
Validate checks the field values on HealthCheck_GrpcHealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_GrpcHealthCheckValidationError ¶
type HealthCheck_GrpcHealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_GrpcHealthCheckValidationError is the validation error returned by HealthCheck_GrpcHealthCheck.Validate if the designated constraints aren't met.
func (HealthCheck_GrpcHealthCheckValidationError) Cause ¶
func (e HealthCheck_GrpcHealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_GrpcHealthCheckValidationError) Error ¶
func (e HealthCheck_GrpcHealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_GrpcHealthCheckValidationError) ErrorName ¶
func (e HealthCheck_GrpcHealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_GrpcHealthCheckValidationError) Field ¶
func (e HealthCheck_GrpcHealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheck_GrpcHealthCheckValidationError) Key ¶
func (e HealthCheck_GrpcHealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheck_GrpcHealthCheckValidationError) Reason ¶
func (e HealthCheck_GrpcHealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_GrpcHealthCheck_ ¶
type HealthCheck_GrpcHealthCheck_ struct {
GrpcHealthCheck *HealthCheck_GrpcHealthCheck `protobuf:"bytes,11,opt,name=grpc_health_check,json=grpcHealthCheck,proto3,oneof"`
}
type HealthCheck_HttpHealthCheck ¶
type HealthCheck_HttpHealthCheck struct { Host string `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Send *HealthCheck_Payload `protobuf:"bytes,3,opt,name=send,proto3" json:"send,omitempty"` Receive *HealthCheck_Payload `protobuf:"bytes,4,opt,name=receive,proto3" json:"receive,omitempty"` RequestHeadersToAdd []*HeaderValueOption `protobuf:"bytes,6,rep,name=request_headers_to_add,json=requestHeadersToAdd,proto3" json:"request_headers_to_add,omitempty"` RequestHeadersToRemove []string `` /* 131-byte string literal not displayed */ ExpectedStatuses []*v3.Int64Range `protobuf:"bytes,9,rep,name=expected_statuses,json=expectedStatuses,proto3" json:"expected_statuses,omitempty"` CodecClientType v3.CodecClientType `` /* 145-byte string literal not displayed */ ServiceNameMatcher *v4alpha.StringMatcher `protobuf:"bytes,11,opt,name=service_name_matcher,json=serviceNameMatcher,proto3" json:"service_name_matcher,omitempty"` // contains filtered or unexported fields }
func (*HealthCheck_HttpHealthCheck) Descriptor
deprecated
func (*HealthCheck_HttpHealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_HttpHealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck_HttpHealthCheck) GetCodecClientType ¶
func (x *HealthCheck_HttpHealthCheck) GetCodecClientType() v3.CodecClientType
func (*HealthCheck_HttpHealthCheck) GetExpectedStatuses ¶
func (x *HealthCheck_HttpHealthCheck) GetExpectedStatuses() []*v3.Int64Range
func (*HealthCheck_HttpHealthCheck) GetHost ¶
func (x *HealthCheck_HttpHealthCheck) GetHost() string
func (*HealthCheck_HttpHealthCheck) GetPath ¶
func (x *HealthCheck_HttpHealthCheck) GetPath() string
func (*HealthCheck_HttpHealthCheck) GetReceive ¶
func (x *HealthCheck_HttpHealthCheck) GetReceive() *HealthCheck_Payload
func (*HealthCheck_HttpHealthCheck) GetRequestHeadersToAdd ¶
func (x *HealthCheck_HttpHealthCheck) GetRequestHeadersToAdd() []*HeaderValueOption
func (*HealthCheck_HttpHealthCheck) GetRequestHeadersToRemove ¶
func (x *HealthCheck_HttpHealthCheck) GetRequestHeadersToRemove() []string
func (*HealthCheck_HttpHealthCheck) GetSend ¶
func (x *HealthCheck_HttpHealthCheck) GetSend() *HealthCheck_Payload
func (*HealthCheck_HttpHealthCheck) GetServiceNameMatcher ¶
func (x *HealthCheck_HttpHealthCheck) GetServiceNameMatcher() *v4alpha.StringMatcher
func (*HealthCheck_HttpHealthCheck) ProtoMessage ¶
func (*HealthCheck_HttpHealthCheck) ProtoMessage()
func (*HealthCheck_HttpHealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_HttpHealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck_HttpHealthCheck) Reset ¶
func (x *HealthCheck_HttpHealthCheck) Reset()
func (*HealthCheck_HttpHealthCheck) String ¶
func (x *HealthCheck_HttpHealthCheck) String() string
func (*HealthCheck_HttpHealthCheck) Validate ¶
func (m *HealthCheck_HttpHealthCheck) Validate() error
Validate checks the field values on HealthCheck_HttpHealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_HttpHealthCheckValidationError ¶
type HealthCheck_HttpHealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_HttpHealthCheckValidationError is the validation error returned by HealthCheck_HttpHealthCheck.Validate if the designated constraints aren't met.
func (HealthCheck_HttpHealthCheckValidationError) Cause ¶
func (e HealthCheck_HttpHealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_HttpHealthCheckValidationError) Error ¶
func (e HealthCheck_HttpHealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_HttpHealthCheckValidationError) ErrorName ¶
func (e HealthCheck_HttpHealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_HttpHealthCheckValidationError) Field ¶
func (e HealthCheck_HttpHealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheck_HttpHealthCheckValidationError) Key ¶
func (e HealthCheck_HttpHealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheck_HttpHealthCheckValidationError) Reason ¶
func (e HealthCheck_HttpHealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_HttpHealthCheck_ ¶
type HealthCheck_HttpHealthCheck_ struct {
HttpHealthCheck *HealthCheck_HttpHealthCheck `protobuf:"bytes,8,opt,name=http_health_check,json=httpHealthCheck,proto3,oneof"`
}
type HealthCheck_Payload ¶
type HealthCheck_Payload struct { // Types that are assignable to Payload: // *HealthCheck_Payload_Text // *HealthCheck_Payload_Binary Payload isHealthCheck_Payload_Payload `protobuf_oneof:"payload"` // contains filtered or unexported fields }
func (*HealthCheck_Payload) Descriptor
deprecated
func (*HealthCheck_Payload) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_Payload.ProtoReflect.Descriptor instead.
func (*HealthCheck_Payload) GetBinary ¶
func (x *HealthCheck_Payload) GetBinary() []byte
func (*HealthCheck_Payload) GetPayload ¶
func (m *HealthCheck_Payload) GetPayload() isHealthCheck_Payload_Payload
func (*HealthCheck_Payload) GetText ¶
func (x *HealthCheck_Payload) GetText() string
func (*HealthCheck_Payload) ProtoMessage ¶
func (*HealthCheck_Payload) ProtoMessage()
func (*HealthCheck_Payload) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_Payload) ProtoReflect() protoreflect.Message
func (*HealthCheck_Payload) Reset ¶
func (x *HealthCheck_Payload) Reset()
func (*HealthCheck_Payload) String ¶
func (x *HealthCheck_Payload) String() string
func (*HealthCheck_Payload) Validate ¶
func (m *HealthCheck_Payload) Validate() error
Validate checks the field values on HealthCheck_Payload with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_PayloadValidationError ¶
type HealthCheck_PayloadValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_PayloadValidationError is the validation error returned by HealthCheck_Payload.Validate if the designated constraints aren't met.
func (HealthCheck_PayloadValidationError) Cause ¶
func (e HealthCheck_PayloadValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_PayloadValidationError) Error ¶
func (e HealthCheck_PayloadValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_PayloadValidationError) ErrorName ¶
func (e HealthCheck_PayloadValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_PayloadValidationError) Field ¶
func (e HealthCheck_PayloadValidationError) Field() string
Field function returns field value.
func (HealthCheck_PayloadValidationError) Key ¶
func (e HealthCheck_PayloadValidationError) Key() bool
Key function returns key value.
func (HealthCheck_PayloadValidationError) Reason ¶
func (e HealthCheck_PayloadValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_Payload_Binary ¶
type HealthCheck_Payload_Binary struct {
Binary []byte `protobuf:"bytes,2,opt,name=binary,proto3,oneof"`
}
type HealthCheck_Payload_Text ¶
type HealthCheck_Payload_Text struct {
Text string `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}
type HealthCheck_RedisHealthCheck ¶
type HealthCheck_RedisHealthCheck struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*HealthCheck_RedisHealthCheck) Descriptor
deprecated
func (*HealthCheck_RedisHealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_RedisHealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck_RedisHealthCheck) GetKey ¶
func (x *HealthCheck_RedisHealthCheck) GetKey() string
func (*HealthCheck_RedisHealthCheck) ProtoMessage ¶
func (*HealthCheck_RedisHealthCheck) ProtoMessage()
func (*HealthCheck_RedisHealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_RedisHealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck_RedisHealthCheck) Reset ¶
func (x *HealthCheck_RedisHealthCheck) Reset()
func (*HealthCheck_RedisHealthCheck) String ¶
func (x *HealthCheck_RedisHealthCheck) String() string
func (*HealthCheck_RedisHealthCheck) Validate ¶
func (m *HealthCheck_RedisHealthCheck) Validate() error
Validate checks the field values on HealthCheck_RedisHealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_RedisHealthCheckValidationError ¶
type HealthCheck_RedisHealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_RedisHealthCheckValidationError is the validation error returned by HealthCheck_RedisHealthCheck.Validate if the designated constraints aren't met.
func (HealthCheck_RedisHealthCheckValidationError) Cause ¶
func (e HealthCheck_RedisHealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_RedisHealthCheckValidationError) Error ¶
func (e HealthCheck_RedisHealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_RedisHealthCheckValidationError) ErrorName ¶
func (e HealthCheck_RedisHealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_RedisHealthCheckValidationError) Field ¶
func (e HealthCheck_RedisHealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheck_RedisHealthCheckValidationError) Key ¶
func (e HealthCheck_RedisHealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheck_RedisHealthCheckValidationError) Reason ¶
func (e HealthCheck_RedisHealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_TcpHealthCheck ¶
type HealthCheck_TcpHealthCheck struct { Send *HealthCheck_Payload `protobuf:"bytes,1,opt,name=send,proto3" json:"send,omitempty"` Receive []*HealthCheck_Payload `protobuf:"bytes,2,rep,name=receive,proto3" json:"receive,omitempty"` // contains filtered or unexported fields }
func (*HealthCheck_TcpHealthCheck) Descriptor
deprecated
func (*HealthCheck_TcpHealthCheck) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_TcpHealthCheck.ProtoReflect.Descriptor instead.
func (*HealthCheck_TcpHealthCheck) GetReceive ¶
func (x *HealthCheck_TcpHealthCheck) GetReceive() []*HealthCheck_Payload
func (*HealthCheck_TcpHealthCheck) GetSend ¶
func (x *HealthCheck_TcpHealthCheck) GetSend() *HealthCheck_Payload
func (*HealthCheck_TcpHealthCheck) ProtoMessage ¶
func (*HealthCheck_TcpHealthCheck) ProtoMessage()
func (*HealthCheck_TcpHealthCheck) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_TcpHealthCheck) ProtoReflect() protoreflect.Message
func (*HealthCheck_TcpHealthCheck) Reset ¶
func (x *HealthCheck_TcpHealthCheck) Reset()
func (*HealthCheck_TcpHealthCheck) String ¶
func (x *HealthCheck_TcpHealthCheck) String() string
func (*HealthCheck_TcpHealthCheck) Validate ¶
func (m *HealthCheck_TcpHealthCheck) Validate() error
Validate checks the field values on HealthCheck_TcpHealthCheck with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_TcpHealthCheckValidationError ¶
type HealthCheck_TcpHealthCheckValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_TcpHealthCheckValidationError is the validation error returned by HealthCheck_TcpHealthCheck.Validate if the designated constraints aren't met.
func (HealthCheck_TcpHealthCheckValidationError) Cause ¶
func (e HealthCheck_TcpHealthCheckValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_TcpHealthCheckValidationError) Error ¶
func (e HealthCheck_TcpHealthCheckValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_TcpHealthCheckValidationError) ErrorName ¶
func (e HealthCheck_TcpHealthCheckValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_TcpHealthCheckValidationError) Field ¶
func (e HealthCheck_TcpHealthCheckValidationError) Field() string
Field function returns field value.
func (HealthCheck_TcpHealthCheckValidationError) Key ¶
func (e HealthCheck_TcpHealthCheckValidationError) Key() bool
Key function returns key value.
func (HealthCheck_TcpHealthCheckValidationError) Reason ¶
func (e HealthCheck_TcpHealthCheckValidationError) Reason() string
Reason function returns reason value.
type HealthCheck_TcpHealthCheck_ ¶
type HealthCheck_TcpHealthCheck_ struct {
TcpHealthCheck *HealthCheck_TcpHealthCheck `protobuf:"bytes,9,opt,name=tcp_health_check,json=tcpHealthCheck,proto3,oneof"`
}
type HealthCheck_TlsOptions ¶
type HealthCheck_TlsOptions struct { AlpnProtocols []string `protobuf:"bytes,1,rep,name=alpn_protocols,json=alpnProtocols,proto3" json:"alpn_protocols,omitempty"` // contains filtered or unexported fields }
func (*HealthCheck_TlsOptions) Descriptor
deprecated
func (*HealthCheck_TlsOptions) Descriptor() ([]byte, []int)
Deprecated: Use HealthCheck_TlsOptions.ProtoReflect.Descriptor instead.
func (*HealthCheck_TlsOptions) GetAlpnProtocols ¶
func (x *HealthCheck_TlsOptions) GetAlpnProtocols() []string
func (*HealthCheck_TlsOptions) ProtoMessage ¶
func (*HealthCheck_TlsOptions) ProtoMessage()
func (*HealthCheck_TlsOptions) ProtoReflect ¶ added in v1.7.0
func (x *HealthCheck_TlsOptions) ProtoReflect() protoreflect.Message
func (*HealthCheck_TlsOptions) Reset ¶
func (x *HealthCheck_TlsOptions) Reset()
func (*HealthCheck_TlsOptions) String ¶
func (x *HealthCheck_TlsOptions) String() string
func (*HealthCheck_TlsOptions) Validate ¶
func (m *HealthCheck_TlsOptions) Validate() error
Validate checks the field values on HealthCheck_TlsOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HealthCheck_TlsOptionsValidationError ¶
type HealthCheck_TlsOptionsValidationError struct {
// contains filtered or unexported fields
}
HealthCheck_TlsOptionsValidationError is the validation error returned by HealthCheck_TlsOptions.Validate if the designated constraints aren't met.
func (HealthCheck_TlsOptionsValidationError) Cause ¶
func (e HealthCheck_TlsOptionsValidationError) Cause() error
Cause function returns cause value.
func (HealthCheck_TlsOptionsValidationError) Error ¶
func (e HealthCheck_TlsOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (HealthCheck_TlsOptionsValidationError) ErrorName ¶
func (e HealthCheck_TlsOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (HealthCheck_TlsOptionsValidationError) Field ¶
func (e HealthCheck_TlsOptionsValidationError) Field() string
Field function returns field value.
func (HealthCheck_TlsOptionsValidationError) Key ¶
func (e HealthCheck_TlsOptionsValidationError) Key() bool
Key function returns key value.
func (HealthCheck_TlsOptionsValidationError) Reason ¶
func (e HealthCheck_TlsOptionsValidationError) Reason() string
Reason function returns reason value.
type HealthStatus ¶
type HealthStatus int32
const ( HealthStatus_UNKNOWN HealthStatus = 0 HealthStatus_HEALTHY HealthStatus = 1 HealthStatus_UNHEALTHY HealthStatus = 2 HealthStatus_DRAINING HealthStatus = 3 HealthStatus_TIMEOUT HealthStatus = 4 HealthStatus_DEGRADED HealthStatus = 5 )
func (HealthStatus) Descriptor ¶ added in v1.7.0
func (HealthStatus) Descriptor() protoreflect.EnumDescriptor
func (HealthStatus) Enum ¶ added in v1.7.0
func (x HealthStatus) Enum() *HealthStatus
func (HealthStatus) EnumDescriptor
deprecated
func (HealthStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use HealthStatus.Descriptor instead.
func (HealthStatus) Number ¶ added in v1.7.0
func (x HealthStatus) Number() protoreflect.EnumNumber
func (HealthStatus) String ¶
func (x HealthStatus) String() string
func (HealthStatus) Type ¶ added in v1.7.0
func (HealthStatus) Type() protoreflect.EnumType
type Http1ProtocolOptions ¶
type Http1ProtocolOptions struct { AllowAbsoluteUrl *wrappers.BoolValue `protobuf:"bytes,1,opt,name=allow_absolute_url,json=allowAbsoluteUrl,proto3" json:"allow_absolute_url,omitempty"` AcceptHttp_10 bool `protobuf:"varint,2,opt,name=accept_http_10,json=acceptHttp10,proto3" json:"accept_http_10,omitempty"` DefaultHostForHttp_10 string `` /* 127-byte string literal not displayed */ HeaderKeyFormat *Http1ProtocolOptions_HeaderKeyFormat `protobuf:"bytes,4,opt,name=header_key_format,json=headerKeyFormat,proto3" json:"header_key_format,omitempty"` EnableTrailers bool `protobuf:"varint,5,opt,name=enable_trailers,json=enableTrailers,proto3" json:"enable_trailers,omitempty"` // contains filtered or unexported fields }
func (*Http1ProtocolOptions) Descriptor
deprecated
func (*Http1ProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use Http1ProtocolOptions.ProtoReflect.Descriptor instead.
func (*Http1ProtocolOptions) GetAcceptHttp_10 ¶
func (x *Http1ProtocolOptions) GetAcceptHttp_10() bool
func (*Http1ProtocolOptions) GetAllowAbsoluteUrl ¶
func (x *Http1ProtocolOptions) GetAllowAbsoluteUrl() *wrappers.BoolValue
func (*Http1ProtocolOptions) GetDefaultHostForHttp_10 ¶
func (x *Http1ProtocolOptions) GetDefaultHostForHttp_10() string
func (*Http1ProtocolOptions) GetEnableTrailers ¶
func (x *Http1ProtocolOptions) GetEnableTrailers() bool
func (*Http1ProtocolOptions) GetHeaderKeyFormat ¶
func (x *Http1ProtocolOptions) GetHeaderKeyFormat() *Http1ProtocolOptions_HeaderKeyFormat
func (*Http1ProtocolOptions) ProtoMessage ¶
func (*Http1ProtocolOptions) ProtoMessage()
func (*Http1ProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *Http1ProtocolOptions) ProtoReflect() protoreflect.Message
func (*Http1ProtocolOptions) Reset ¶
func (x *Http1ProtocolOptions) Reset()
func (*Http1ProtocolOptions) String ¶
func (x *Http1ProtocolOptions) String() string
func (*Http1ProtocolOptions) Validate ¶
func (m *Http1ProtocolOptions) Validate() error
Validate checks the field values on Http1ProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http1ProtocolOptionsValidationError ¶
type Http1ProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
Http1ProtocolOptionsValidationError is the validation error returned by Http1ProtocolOptions.Validate if the designated constraints aren't met.
func (Http1ProtocolOptionsValidationError) Cause ¶
func (e Http1ProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (Http1ProtocolOptionsValidationError) Error ¶
func (e Http1ProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (Http1ProtocolOptionsValidationError) ErrorName ¶
func (e Http1ProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (Http1ProtocolOptionsValidationError) Field ¶
func (e Http1ProtocolOptionsValidationError) Field() string
Field function returns field value.
func (Http1ProtocolOptionsValidationError) Key ¶
func (e Http1ProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (Http1ProtocolOptionsValidationError) Reason ¶
func (e Http1ProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
type Http1ProtocolOptions_HeaderKeyFormat ¶
type Http1ProtocolOptions_HeaderKeyFormat struct { // Types that are assignable to HeaderFormat: // *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords_ // *Http1ProtocolOptions_HeaderKeyFormat_Custom_ HeaderFormat isHttp1ProtocolOptions_HeaderKeyFormat_HeaderFormat `protobuf_oneof:"header_format"` // contains filtered or unexported fields }
func (*Http1ProtocolOptions_HeaderKeyFormat) Descriptor
deprecated
func (*Http1ProtocolOptions_HeaderKeyFormat) Descriptor() ([]byte, []int)
Deprecated: Use Http1ProtocolOptions_HeaderKeyFormat.ProtoReflect.Descriptor instead.
func (*Http1ProtocolOptions_HeaderKeyFormat) GetCustom ¶ added in v1.9.0
func (x *Http1ProtocolOptions_HeaderKeyFormat) GetCustom() *Http1ProtocolOptions_HeaderKeyFormat_Custom
func (*Http1ProtocolOptions_HeaderKeyFormat) GetHeaderFormat ¶
func (m *Http1ProtocolOptions_HeaderKeyFormat) GetHeaderFormat() isHttp1ProtocolOptions_HeaderKeyFormat_HeaderFormat
func (*Http1ProtocolOptions_HeaderKeyFormat) GetProperCaseWords ¶
func (x *Http1ProtocolOptions_HeaderKeyFormat) GetProperCaseWords() *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords
func (*Http1ProtocolOptions_HeaderKeyFormat) ProtoMessage ¶
func (*Http1ProtocolOptions_HeaderKeyFormat) ProtoMessage()
func (*Http1ProtocolOptions_HeaderKeyFormat) ProtoReflect ¶ added in v1.7.0
func (x *Http1ProtocolOptions_HeaderKeyFormat) ProtoReflect() protoreflect.Message
func (*Http1ProtocolOptions_HeaderKeyFormat) Reset ¶
func (x *Http1ProtocolOptions_HeaderKeyFormat) Reset()
func (*Http1ProtocolOptions_HeaderKeyFormat) String ¶
func (x *Http1ProtocolOptions_HeaderKeyFormat) String() string
func (*Http1ProtocolOptions_HeaderKeyFormat) Validate ¶
func (m *Http1ProtocolOptions_HeaderKeyFormat) Validate() error
Validate checks the field values on Http1ProtocolOptions_HeaderKeyFormat with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http1ProtocolOptions_HeaderKeyFormatValidationError ¶
type Http1ProtocolOptions_HeaderKeyFormatValidationError struct {
// contains filtered or unexported fields
}
Http1ProtocolOptions_HeaderKeyFormatValidationError is the validation error returned by Http1ProtocolOptions_HeaderKeyFormat.Validate if the designated constraints aren't met.
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) Cause ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Cause() error
Cause function returns cause value.
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) Error ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Error() string
Error satisfies the builtin error interface
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) ErrorName ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) ErrorName() string
ErrorName returns error name.
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) Field ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Field() string
Field function returns field value.
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) Key ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Key() bool
Key function returns key value.
func (Http1ProtocolOptions_HeaderKeyFormatValidationError) Reason ¶
func (e Http1ProtocolOptions_HeaderKeyFormatValidationError) Reason() string
Reason function returns reason value.
type Http1ProtocolOptions_HeaderKeyFormat_Custom ¶ added in v1.9.0
type Http1ProtocolOptions_HeaderKeyFormat_Custom struct { Rules map[string]string `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) Descriptor
deprecated
added in
v1.9.0
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) Descriptor() ([]byte, []int)
Deprecated: Use Http1ProtocolOptions_HeaderKeyFormat_Custom.ProtoReflect.Descriptor instead.
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) GetRules ¶ added in v1.9.0
func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) GetRules() map[string]string
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoMessage ¶ added in v1.9.0
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoMessage()
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoReflect ¶ added in v1.9.0
func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) ProtoReflect() protoreflect.Message
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) Reset ¶ added in v1.9.0
func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) Reset()
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) String ¶ added in v1.9.0
func (x *Http1ProtocolOptions_HeaderKeyFormat_Custom) String() string
func (*Http1ProtocolOptions_HeaderKeyFormat_Custom) Validate ¶ added in v1.9.0
func (m *Http1ProtocolOptions_HeaderKeyFormat_Custom) Validate() error
Validate checks the field values on Http1ProtocolOptions_HeaderKeyFormat_Custom with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError ¶ added in v1.9.0
type Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError struct {
// contains filtered or unexported fields
}
Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError is the validation error returned by Http1ProtocolOptions_HeaderKeyFormat_Custom.Validate if the designated constraints aren't met.
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Cause ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Cause() error
Cause function returns cause value.
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Error ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Error() string
Error satisfies the builtin error interface
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) ErrorName ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) ErrorName() string
ErrorName returns error name.
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Field ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Field() string
Field function returns field value.
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Key ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Key() bool
Key function returns key value.
func (Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Reason ¶ added in v1.9.0
func (e Http1ProtocolOptions_HeaderKeyFormat_CustomValidationError) Reason() string
Reason function returns reason value.
type Http1ProtocolOptions_HeaderKeyFormat_Custom_ ¶ added in v1.9.0
type Http1ProtocolOptions_HeaderKeyFormat_Custom_ struct {
Custom *Http1ProtocolOptions_HeaderKeyFormat_Custom `protobuf:"bytes,2,opt,name=custom,proto3,oneof"`
}
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords ¶
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords struct {
// contains filtered or unexported fields
}
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Descriptor
deprecated
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Descriptor() ([]byte, []int)
Deprecated: Use Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords.ProtoReflect.Descriptor instead.
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoMessage ¶
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoMessage()
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoReflect ¶ added in v1.7.0
func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) ProtoReflect() protoreflect.Message
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Reset ¶
func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Reset()
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) String ¶
func (x *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) String() string
func (*Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Validate ¶
func (m *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords) Validate() error
Validate checks the field values on Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError ¶
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError struct {
// contains filtered or unexported fields
}
Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError is the validation error returned by Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords.Validate if the designated constraints aren't met.
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Cause ¶
func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Cause() error
Cause function returns cause value.
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Error ¶
Error satisfies the builtin error interface
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) ErrorName ¶
func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) ErrorName() string
ErrorName returns error name.
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Field ¶
Field function returns field value.
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Key ¶
Key function returns key value.
func (Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Reason ¶
func (e Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWordsValidationError) Reason() string
Reason function returns reason value.
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords_ ¶
type Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords_ struct {
ProperCaseWords *Http1ProtocolOptions_HeaderKeyFormat_ProperCaseWords `protobuf:"bytes,1,opt,name=proper_case_words,json=properCaseWords,proto3,oneof"`
}
type Http2ProtocolOptions ¶
type Http2ProtocolOptions struct { HpackTableSize *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=hpack_table_size,json=hpackTableSize,proto3" json:"hpack_table_size,omitempty"` MaxConcurrentStreams *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=max_concurrent_streams,json=maxConcurrentStreams,proto3" json:"max_concurrent_streams,omitempty"` InitialStreamWindowSize *wrappers.UInt32Value `` /* 134-byte string literal not displayed */ InitialConnectionWindowSize *wrappers.UInt32Value `` /* 146-byte string literal not displayed */ AllowConnect bool `protobuf:"varint,5,opt,name=allow_connect,json=allowConnect,proto3" json:"allow_connect,omitempty"` AllowMetadata bool `protobuf:"varint,6,opt,name=allow_metadata,json=allowMetadata,proto3" json:"allow_metadata,omitempty"` MaxOutboundFrames *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=max_outbound_frames,json=maxOutboundFrames,proto3" json:"max_outbound_frames,omitempty"` MaxOutboundControlFrames *wrappers.UInt32Value `` /* 137-byte string literal not displayed */ MaxConsecutiveInboundFramesWithEmptyPayload *wrappers.UInt32Value `` /* 200-byte string literal not displayed */ MaxInboundPriorityFramesPerStream *wrappers.UInt32Value `` /* 169-byte string literal not displayed */ MaxInboundWindowUpdateFramesPerDataFrameSent *wrappers.UInt32Value `` /* 208-byte string literal not displayed */ StreamErrorOnInvalidHttpMessaging bool `` /* 170-byte string literal not displayed */ CustomSettingsParameters []*Http2ProtocolOptions_SettingsParameter `` /* 136-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Http2ProtocolOptions) Descriptor
deprecated
func (*Http2ProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use Http2ProtocolOptions.ProtoReflect.Descriptor instead.
func (*Http2ProtocolOptions) GetAllowConnect ¶
func (x *Http2ProtocolOptions) GetAllowConnect() bool
func (*Http2ProtocolOptions) GetAllowMetadata ¶
func (x *Http2ProtocolOptions) GetAllowMetadata() bool
func (*Http2ProtocolOptions) GetCustomSettingsParameters ¶
func (x *Http2ProtocolOptions) GetCustomSettingsParameters() []*Http2ProtocolOptions_SettingsParameter
func (*Http2ProtocolOptions) GetHpackTableSize ¶
func (x *Http2ProtocolOptions) GetHpackTableSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetInitialConnectionWindowSize ¶
func (x *Http2ProtocolOptions) GetInitialConnectionWindowSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetInitialStreamWindowSize ¶
func (x *Http2ProtocolOptions) GetInitialStreamWindowSize() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxConcurrentStreams ¶
func (x *Http2ProtocolOptions) GetMaxConcurrentStreams() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxConsecutiveInboundFramesWithEmptyPayload ¶
func (x *Http2ProtocolOptions) GetMaxConsecutiveInboundFramesWithEmptyPayload() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxInboundPriorityFramesPerStream ¶
func (x *Http2ProtocolOptions) GetMaxInboundPriorityFramesPerStream() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxInboundWindowUpdateFramesPerDataFrameSent ¶
func (x *Http2ProtocolOptions) GetMaxInboundWindowUpdateFramesPerDataFrameSent() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxOutboundControlFrames ¶
func (x *Http2ProtocolOptions) GetMaxOutboundControlFrames() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetMaxOutboundFrames ¶
func (x *Http2ProtocolOptions) GetMaxOutboundFrames() *wrappers.UInt32Value
func (*Http2ProtocolOptions) GetStreamErrorOnInvalidHttpMessaging ¶
func (x *Http2ProtocolOptions) GetStreamErrorOnInvalidHttpMessaging() bool
func (*Http2ProtocolOptions) ProtoMessage ¶
func (*Http2ProtocolOptions) ProtoMessage()
func (*Http2ProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *Http2ProtocolOptions) ProtoReflect() protoreflect.Message
func (*Http2ProtocolOptions) Reset ¶
func (x *Http2ProtocolOptions) Reset()
func (*Http2ProtocolOptions) String ¶
func (x *Http2ProtocolOptions) String() string
func (*Http2ProtocolOptions) Validate ¶
func (m *Http2ProtocolOptions) Validate() error
Validate checks the field values on Http2ProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http2ProtocolOptionsValidationError ¶
type Http2ProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
Http2ProtocolOptionsValidationError is the validation error returned by Http2ProtocolOptions.Validate if the designated constraints aren't met.
func (Http2ProtocolOptionsValidationError) Cause ¶
func (e Http2ProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (Http2ProtocolOptionsValidationError) Error ¶
func (e Http2ProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (Http2ProtocolOptionsValidationError) ErrorName ¶
func (e Http2ProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (Http2ProtocolOptionsValidationError) Field ¶
func (e Http2ProtocolOptionsValidationError) Field() string
Field function returns field value.
func (Http2ProtocolOptionsValidationError) Key ¶
func (e Http2ProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (Http2ProtocolOptionsValidationError) Reason ¶
func (e Http2ProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
type Http2ProtocolOptions_SettingsParameter ¶
type Http2ProtocolOptions_SettingsParameter struct { Identifier *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` Value *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*Http2ProtocolOptions_SettingsParameter) Descriptor
deprecated
func (*Http2ProtocolOptions_SettingsParameter) Descriptor() ([]byte, []int)
Deprecated: Use Http2ProtocolOptions_SettingsParameter.ProtoReflect.Descriptor instead.
func (*Http2ProtocolOptions_SettingsParameter) GetIdentifier ¶
func (x *Http2ProtocolOptions_SettingsParameter) GetIdentifier() *wrappers.UInt32Value
func (*Http2ProtocolOptions_SettingsParameter) GetValue ¶
func (x *Http2ProtocolOptions_SettingsParameter) GetValue() *wrappers.UInt32Value
func (*Http2ProtocolOptions_SettingsParameter) ProtoMessage ¶
func (*Http2ProtocolOptions_SettingsParameter) ProtoMessage()
func (*Http2ProtocolOptions_SettingsParameter) ProtoReflect ¶ added in v1.7.0
func (x *Http2ProtocolOptions_SettingsParameter) ProtoReflect() protoreflect.Message
func (*Http2ProtocolOptions_SettingsParameter) Reset ¶
func (x *Http2ProtocolOptions_SettingsParameter) Reset()
func (*Http2ProtocolOptions_SettingsParameter) String ¶
func (x *Http2ProtocolOptions_SettingsParameter) String() string
func (*Http2ProtocolOptions_SettingsParameter) Validate ¶
func (m *Http2ProtocolOptions_SettingsParameter) Validate() error
Validate checks the field values on Http2ProtocolOptions_SettingsParameter with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type Http2ProtocolOptions_SettingsParameterValidationError ¶
type Http2ProtocolOptions_SettingsParameterValidationError struct {
// contains filtered or unexported fields
}
Http2ProtocolOptions_SettingsParameterValidationError is the validation error returned by Http2ProtocolOptions_SettingsParameter.Validate if the designated constraints aren't met.
func (Http2ProtocolOptions_SettingsParameterValidationError) Cause ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) Cause() error
Cause function returns cause value.
func (Http2ProtocolOptions_SettingsParameterValidationError) Error ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) Error() string
Error satisfies the builtin error interface
func (Http2ProtocolOptions_SettingsParameterValidationError) ErrorName ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) ErrorName() string
ErrorName returns error name.
func (Http2ProtocolOptions_SettingsParameterValidationError) Field ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) Field() string
Field function returns field value.
func (Http2ProtocolOptions_SettingsParameterValidationError) Key ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) Key() bool
Key function returns key value.
func (Http2ProtocolOptions_SettingsParameterValidationError) Reason ¶
func (e Http2ProtocolOptions_SettingsParameterValidationError) Reason() string
Reason function returns reason value.
type HttpProtocolOptions ¶
type HttpProtocolOptions struct { IdleTimeout *duration.Duration `protobuf:"bytes,1,opt,name=idle_timeout,json=idleTimeout,proto3" json:"idle_timeout,omitempty"` MaxConnectionDuration *duration.Duration `` /* 126-byte string literal not displayed */ MaxHeadersCount *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=max_headers_count,json=maxHeadersCount,proto3" json:"max_headers_count,omitempty"` MaxStreamDuration *duration.Duration `protobuf:"bytes,4,opt,name=max_stream_duration,json=maxStreamDuration,proto3" json:"max_stream_duration,omitempty"` HeadersWithUnderscoresAction HttpProtocolOptions_HeadersWithUnderscoresAction `` /* 230-byte string literal not displayed */ // contains filtered or unexported fields }
func (*HttpProtocolOptions) Descriptor
deprecated
func (*HttpProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use HttpProtocolOptions.ProtoReflect.Descriptor instead.
func (*HttpProtocolOptions) GetHeadersWithUnderscoresAction ¶
func (x *HttpProtocolOptions) GetHeadersWithUnderscoresAction() HttpProtocolOptions_HeadersWithUnderscoresAction
func (*HttpProtocolOptions) GetIdleTimeout ¶
func (x *HttpProtocolOptions) GetIdleTimeout() *duration.Duration
func (*HttpProtocolOptions) GetMaxConnectionDuration ¶
func (x *HttpProtocolOptions) GetMaxConnectionDuration() *duration.Duration
func (*HttpProtocolOptions) GetMaxHeadersCount ¶
func (x *HttpProtocolOptions) GetMaxHeadersCount() *wrappers.UInt32Value
func (*HttpProtocolOptions) GetMaxStreamDuration ¶
func (x *HttpProtocolOptions) GetMaxStreamDuration() *duration.Duration
func (*HttpProtocolOptions) ProtoMessage ¶
func (*HttpProtocolOptions) ProtoMessage()
func (*HttpProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *HttpProtocolOptions) ProtoReflect() protoreflect.Message
func (*HttpProtocolOptions) Reset ¶
func (x *HttpProtocolOptions) Reset()
func (*HttpProtocolOptions) String ¶
func (x *HttpProtocolOptions) String() string
func (*HttpProtocolOptions) Validate ¶
func (m *HttpProtocolOptions) Validate() error
Validate checks the field values on HttpProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type HttpProtocolOptionsValidationError ¶
type HttpProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
HttpProtocolOptionsValidationError is the validation error returned by HttpProtocolOptions.Validate if the designated constraints aren't met.
func (HttpProtocolOptionsValidationError) Cause ¶
func (e HttpProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (HttpProtocolOptionsValidationError) Error ¶
func (e HttpProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (HttpProtocolOptionsValidationError) ErrorName ¶
func (e HttpProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (HttpProtocolOptionsValidationError) Field ¶
func (e HttpProtocolOptionsValidationError) Field() string
Field function returns field value.
func (HttpProtocolOptionsValidationError) Key ¶
func (e HttpProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (HttpProtocolOptionsValidationError) Reason ¶
func (e HttpProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
type HttpProtocolOptions_HeadersWithUnderscoresAction ¶
type HttpProtocolOptions_HeadersWithUnderscoresAction int32
const ( HttpProtocolOptions_ALLOW HttpProtocolOptions_HeadersWithUnderscoresAction = 0 HttpProtocolOptions_REJECT_REQUEST HttpProtocolOptions_HeadersWithUnderscoresAction = 1 HttpProtocolOptions_DROP_HEADER HttpProtocolOptions_HeadersWithUnderscoresAction = 2 )
func (HttpProtocolOptions_HeadersWithUnderscoresAction) Descriptor ¶ added in v1.7.0
func (HttpProtocolOptions_HeadersWithUnderscoresAction) Descriptor() protoreflect.EnumDescriptor
func (HttpProtocolOptions_HeadersWithUnderscoresAction) EnumDescriptor
deprecated
func (HttpProtocolOptions_HeadersWithUnderscoresAction) EnumDescriptor() ([]byte, []int)
Deprecated: Use HttpProtocolOptions_HeadersWithUnderscoresAction.Descriptor instead.
func (HttpProtocolOptions_HeadersWithUnderscoresAction) Number ¶ added in v1.7.0
func (x HttpProtocolOptions_HeadersWithUnderscoresAction) Number() protoreflect.EnumNumber
func (HttpProtocolOptions_HeadersWithUnderscoresAction) String ¶
func (x HttpProtocolOptions_HeadersWithUnderscoresAction) String() string
type HttpUri ¶
type HttpUri struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // Types that are assignable to HttpUpstreamType: // *HttpUri_Cluster HttpUpstreamType isHttpUri_HttpUpstreamType `protobuf_oneof:"http_upstream_type"` Timeout *duration.Duration `protobuf:"bytes,3,opt,name=timeout,proto3" json:"timeout,omitempty"` // contains filtered or unexported fields }
func (*HttpUri) Descriptor
deprecated
func (*HttpUri) GetCluster ¶
func (*HttpUri) GetHttpUpstreamType ¶
func (m *HttpUri) GetHttpUpstreamType() isHttpUri_HttpUpstreamType
func (*HttpUri) GetTimeout ¶
func (*HttpUri) ProtoMessage ¶
func (*HttpUri) ProtoMessage()
func (*HttpUri) ProtoReflect ¶ added in v1.7.0
func (x *HttpUri) ProtoReflect() protoreflect.Message
type HttpUriValidationError ¶
type HttpUriValidationError struct {
// contains filtered or unexported fields
}
HttpUriValidationError is the validation error returned by HttpUri.Validate if the designated constraints aren't met.
func (HttpUriValidationError) Cause ¶
func (e HttpUriValidationError) Cause() error
Cause function returns cause value.
func (HttpUriValidationError) Error ¶
func (e HttpUriValidationError) Error() string
Error satisfies the builtin error interface
func (HttpUriValidationError) ErrorName ¶
func (e HttpUriValidationError) ErrorName() string
ErrorName returns error name.
func (HttpUriValidationError) Field ¶
func (e HttpUriValidationError) Field() string
Field function returns field value.
func (HttpUriValidationError) Key ¶
func (e HttpUriValidationError) Key() bool
Key function returns key value.
func (HttpUriValidationError) Reason ¶
func (e HttpUriValidationError) Reason() string
Reason function returns reason value.
type HttpUri_Cluster ¶
type HttpUri_Cluster struct {
Cluster string `protobuf:"bytes,2,opt,name=cluster,proto3,oneof"`
}
type Locality ¶
type Locality struct { Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"` Zone string `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"` SubZone string `protobuf:"bytes,3,opt,name=sub_zone,json=subZone,proto3" json:"sub_zone,omitempty"` // contains filtered or unexported fields }
func (*Locality) Descriptor
deprecated
func (*Locality) GetSubZone ¶
func (*Locality) ProtoMessage ¶
func (*Locality) ProtoMessage()
func (*Locality) ProtoReflect ¶ added in v1.7.0
func (x *Locality) ProtoReflect() protoreflect.Message
type LocalityValidationError ¶
type LocalityValidationError struct {
// contains filtered or unexported fields
}
LocalityValidationError is the validation error returned by Locality.Validate if the designated constraints aren't met.
func (LocalityValidationError) Cause ¶
func (e LocalityValidationError) Cause() error
Cause function returns cause value.
func (LocalityValidationError) Error ¶
func (e LocalityValidationError) Error() string
Error satisfies the builtin error interface
func (LocalityValidationError) ErrorName ¶
func (e LocalityValidationError) ErrorName() string
ErrorName returns error name.
func (LocalityValidationError) Field ¶
func (e LocalityValidationError) Field() string
Field function returns field value.
func (LocalityValidationError) Key ¶
func (e LocalityValidationError) Key() bool
Key function returns key value.
func (LocalityValidationError) Reason ¶
func (e LocalityValidationError) Reason() string
Reason function returns reason value.
type Metadata ¶
type Metadata struct { FilterMetadata map[string]*_struct.Struct `` /* 191-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Metadata) Descriptor
deprecated
func (*Metadata) GetFilterMetadata ¶
func (*Metadata) ProtoMessage ¶
func (*Metadata) ProtoMessage()
func (*Metadata) ProtoReflect ¶ added in v1.7.0
func (x *Metadata) ProtoReflect() protoreflect.Message
type MetadataValidationError ¶
type MetadataValidationError struct {
// contains filtered or unexported fields
}
MetadataValidationError is the validation error returned by Metadata.Validate if the designated constraints aren't met.
func (MetadataValidationError) Cause ¶
func (e MetadataValidationError) Cause() error
Cause function returns cause value.
func (MetadataValidationError) Error ¶
func (e MetadataValidationError) Error() string
Error satisfies the builtin error interface
func (MetadataValidationError) ErrorName ¶
func (e MetadataValidationError) ErrorName() string
ErrorName returns error name.
func (MetadataValidationError) Field ¶
func (e MetadataValidationError) Field() string
Field function returns field value.
func (MetadataValidationError) Key ¶
func (e MetadataValidationError) Key() bool
Key function returns key value.
func (MetadataValidationError) Reason ¶
func (e MetadataValidationError) Reason() string
Reason function returns reason value.
type Node ¶
type Node struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Cluster string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"` Metadata *_struct.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` Locality *Locality `protobuf:"bytes,4,opt,name=locality,proto3" json:"locality,omitempty"` UserAgentName string `protobuf:"bytes,6,opt,name=user_agent_name,json=userAgentName,proto3" json:"user_agent_name,omitempty"` // Types that are assignable to UserAgentVersionType: // *Node_UserAgentVersion // *Node_UserAgentBuildVersion UserAgentVersionType isNode_UserAgentVersionType `protobuf_oneof:"user_agent_version_type"` Extensions []*Extension `protobuf:"bytes,9,rep,name=extensions,proto3" json:"extensions,omitempty"` ClientFeatures []string `protobuf:"bytes,10,rep,name=client_features,json=clientFeatures,proto3" json:"client_features,omitempty"` ListeningAddresses []*Address `protobuf:"bytes,11,rep,name=listening_addresses,json=listeningAddresses,proto3" json:"listening_addresses,omitempty"` // contains filtered or unexported fields }
func (*Node) Descriptor
deprecated
func (*Node) GetClientFeatures ¶
func (*Node) GetCluster ¶
func (*Node) GetExtensions ¶
func (*Node) GetListeningAddresses ¶
func (*Node) GetLocality ¶
func (*Node) GetMetadata ¶
func (*Node) GetUserAgentBuildVersion ¶
func (x *Node) GetUserAgentBuildVersion() *BuildVersion
func (*Node) GetUserAgentName ¶
func (*Node) GetUserAgentVersion ¶
func (*Node) GetUserAgentVersionType ¶
func (m *Node) GetUserAgentVersionType() isNode_UserAgentVersionType
func (*Node) ProtoMessage ¶
func (*Node) ProtoMessage()
func (*Node) ProtoReflect ¶ added in v1.7.0
func (x *Node) ProtoReflect() protoreflect.Message
type NodeValidationError ¶
type NodeValidationError struct {
// contains filtered or unexported fields
}
NodeValidationError is the validation error returned by Node.Validate if the designated constraints aren't met.
func (NodeValidationError) Cause ¶
func (e NodeValidationError) Cause() error
Cause function returns cause value.
func (NodeValidationError) Error ¶
func (e NodeValidationError) Error() string
Error satisfies the builtin error interface
func (NodeValidationError) ErrorName ¶
func (e NodeValidationError) ErrorName() string
ErrorName returns error name.
func (NodeValidationError) Field ¶
func (e NodeValidationError) Field() string
Field function returns field value.
func (NodeValidationError) Key ¶
func (e NodeValidationError) Key() bool
Key function returns key value.
func (NodeValidationError) Reason ¶
func (e NodeValidationError) Reason() string
Reason function returns reason value.
type Node_UserAgentBuildVersion ¶
type Node_UserAgentBuildVersion struct {
UserAgentBuildVersion *BuildVersion `protobuf:"bytes,8,opt,name=user_agent_build_version,json=userAgentBuildVersion,proto3,oneof"`
}
type Node_UserAgentVersion ¶
type Node_UserAgentVersion struct {
UserAgentVersion string `protobuf:"bytes,7,opt,name=user_agent_version,json=userAgentVersion,proto3,oneof"`
}
type Pipe ¶
type Pipe struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` Mode uint32 `protobuf:"varint,2,opt,name=mode,proto3" json:"mode,omitempty"` // contains filtered or unexported fields }
func (*Pipe) Descriptor
deprecated
func (*Pipe) ProtoMessage ¶
func (*Pipe) ProtoMessage()
func (*Pipe) ProtoReflect ¶ added in v1.7.0
func (x *Pipe) ProtoReflect() protoreflect.Message
type PipeValidationError ¶
type PipeValidationError struct {
// contains filtered or unexported fields
}
PipeValidationError is the validation error returned by Pipe.Validate if the designated constraints aren't met.
func (PipeValidationError) Cause ¶
func (e PipeValidationError) Cause() error
Cause function returns cause value.
func (PipeValidationError) Error ¶
func (e PipeValidationError) Error() string
Error satisfies the builtin error interface
func (PipeValidationError) ErrorName ¶
func (e PipeValidationError) ErrorName() string
ErrorName returns error name.
func (PipeValidationError) Field ¶
func (e PipeValidationError) Field() string
Field function returns field value.
func (PipeValidationError) Key ¶
func (e PipeValidationError) Key() bool
Key function returns key value.
func (PipeValidationError) Reason ¶
func (e PipeValidationError) Reason() string
Reason function returns reason value.
type ProxyProtocolConfig ¶ added in v1.7.0
type ProxyProtocolConfig struct { Version ProxyProtocolConfig_Version `` /* 127-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ProxyProtocolConfig) Descriptor
deprecated
added in
v1.7.0
func (*ProxyProtocolConfig) Descriptor() ([]byte, []int)
Deprecated: Use ProxyProtocolConfig.ProtoReflect.Descriptor instead.
func (*ProxyProtocolConfig) GetVersion ¶ added in v1.7.0
func (x *ProxyProtocolConfig) GetVersion() ProxyProtocolConfig_Version
func (*ProxyProtocolConfig) ProtoMessage ¶ added in v1.7.0
func (*ProxyProtocolConfig) ProtoMessage()
func (*ProxyProtocolConfig) ProtoReflect ¶ added in v1.7.0
func (x *ProxyProtocolConfig) ProtoReflect() protoreflect.Message
func (*ProxyProtocolConfig) Reset ¶ added in v1.7.0
func (x *ProxyProtocolConfig) Reset()
func (*ProxyProtocolConfig) String ¶ added in v1.7.0
func (x *ProxyProtocolConfig) String() string
func (*ProxyProtocolConfig) Validate ¶ added in v1.7.0
func (m *ProxyProtocolConfig) Validate() error
Validate checks the field values on ProxyProtocolConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ProxyProtocolConfigValidationError ¶ added in v1.7.0
type ProxyProtocolConfigValidationError struct {
// contains filtered or unexported fields
}
ProxyProtocolConfigValidationError is the validation error returned by ProxyProtocolConfig.Validate if the designated constraints aren't met.
func (ProxyProtocolConfigValidationError) Cause ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) Cause() error
Cause function returns cause value.
func (ProxyProtocolConfigValidationError) Error ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) Error() string
Error satisfies the builtin error interface
func (ProxyProtocolConfigValidationError) ErrorName ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) ErrorName() string
ErrorName returns error name.
func (ProxyProtocolConfigValidationError) Field ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) Field() string
Field function returns field value.
func (ProxyProtocolConfigValidationError) Key ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) Key() bool
Key function returns key value.
func (ProxyProtocolConfigValidationError) Reason ¶ added in v1.7.0
func (e ProxyProtocolConfigValidationError) Reason() string
Reason function returns reason value.
type ProxyProtocolConfig_Version ¶ added in v1.7.0
type ProxyProtocolConfig_Version int32
const ( ProxyProtocolConfig_V1 ProxyProtocolConfig_Version = 0 ProxyProtocolConfig_V2 ProxyProtocolConfig_Version = 1 )
func (ProxyProtocolConfig_Version) Descriptor ¶ added in v1.7.0
func (ProxyProtocolConfig_Version) Descriptor() protoreflect.EnumDescriptor
func (ProxyProtocolConfig_Version) Enum ¶ added in v1.7.0
func (x ProxyProtocolConfig_Version) Enum() *ProxyProtocolConfig_Version
func (ProxyProtocolConfig_Version) EnumDescriptor
deprecated
added in
v1.7.0
func (ProxyProtocolConfig_Version) EnumDescriptor() ([]byte, []int)
Deprecated: Use ProxyProtocolConfig_Version.Descriptor instead.
func (ProxyProtocolConfig_Version) Number ¶ added in v1.7.0
func (x ProxyProtocolConfig_Version) Number() protoreflect.EnumNumber
func (ProxyProtocolConfig_Version) String ¶ added in v1.7.0
func (x ProxyProtocolConfig_Version) String() string
func (ProxyProtocolConfig_Version) Type ¶ added in v1.7.0
func (ProxyProtocolConfig_Version) Type() protoreflect.EnumType
type RateLimitSettings ¶
type RateLimitSettings struct { MaxTokens *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=max_tokens,json=maxTokens,proto3" json:"max_tokens,omitempty"` FillRate *wrappers.DoubleValue `protobuf:"bytes,2,opt,name=fill_rate,json=fillRate,proto3" json:"fill_rate,omitempty"` // contains filtered or unexported fields }
func (*RateLimitSettings) Descriptor
deprecated
func (*RateLimitSettings) Descriptor() ([]byte, []int)
Deprecated: Use RateLimitSettings.ProtoReflect.Descriptor instead.
func (*RateLimitSettings) GetFillRate ¶
func (x *RateLimitSettings) GetFillRate() *wrappers.DoubleValue
func (*RateLimitSettings) GetMaxTokens ¶
func (x *RateLimitSettings) GetMaxTokens() *wrappers.UInt32Value
func (*RateLimitSettings) ProtoMessage ¶
func (*RateLimitSettings) ProtoMessage()
func (*RateLimitSettings) ProtoReflect ¶ added in v1.7.0
func (x *RateLimitSettings) ProtoReflect() protoreflect.Message
func (*RateLimitSettings) Reset ¶
func (x *RateLimitSettings) Reset()
func (*RateLimitSettings) String ¶
func (x *RateLimitSettings) String() string
func (*RateLimitSettings) Validate ¶
func (m *RateLimitSettings) Validate() error
Validate checks the field values on RateLimitSettings with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RateLimitSettingsValidationError ¶
type RateLimitSettingsValidationError struct {
// contains filtered or unexported fields
}
RateLimitSettingsValidationError is the validation error returned by RateLimitSettings.Validate if the designated constraints aren't met.
func (RateLimitSettingsValidationError) Cause ¶
func (e RateLimitSettingsValidationError) Cause() error
Cause function returns cause value.
func (RateLimitSettingsValidationError) Error ¶
func (e RateLimitSettingsValidationError) Error() string
Error satisfies the builtin error interface
func (RateLimitSettingsValidationError) ErrorName ¶
func (e RateLimitSettingsValidationError) ErrorName() string
ErrorName returns error name.
func (RateLimitSettingsValidationError) Field ¶
func (e RateLimitSettingsValidationError) Field() string
Field function returns field value.
func (RateLimitSettingsValidationError) Key ¶
func (e RateLimitSettingsValidationError) Key() bool
Key function returns key value.
func (RateLimitSettingsValidationError) Reason ¶
func (e RateLimitSettingsValidationError) Reason() string
Reason function returns reason value.
type RemoteDataSource ¶
type RemoteDataSource struct { HttpUri *HttpUri `protobuf:"bytes,1,opt,name=http_uri,json=httpUri,proto3" json:"http_uri,omitempty"` Sha256 string `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"` RetryPolicy *RetryPolicy `protobuf:"bytes,3,opt,name=retry_policy,json=retryPolicy,proto3" json:"retry_policy,omitempty"` // contains filtered or unexported fields }
func (*RemoteDataSource) Descriptor
deprecated
func (*RemoteDataSource) Descriptor() ([]byte, []int)
Deprecated: Use RemoteDataSource.ProtoReflect.Descriptor instead.
func (*RemoteDataSource) GetHttpUri ¶
func (x *RemoteDataSource) GetHttpUri() *HttpUri
func (*RemoteDataSource) GetRetryPolicy ¶
func (x *RemoteDataSource) GetRetryPolicy() *RetryPolicy
func (*RemoteDataSource) GetSha256 ¶
func (x *RemoteDataSource) GetSha256() string
func (*RemoteDataSource) ProtoMessage ¶
func (*RemoteDataSource) ProtoMessage()
func (*RemoteDataSource) ProtoReflect ¶ added in v1.7.0
func (x *RemoteDataSource) ProtoReflect() protoreflect.Message
func (*RemoteDataSource) Reset ¶
func (x *RemoteDataSource) Reset()
func (*RemoteDataSource) String ¶
func (x *RemoteDataSource) String() string
func (*RemoteDataSource) Validate ¶
func (m *RemoteDataSource) Validate() error
Validate checks the field values on RemoteDataSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RemoteDataSourceValidationError ¶
type RemoteDataSourceValidationError struct {
// contains filtered or unexported fields
}
RemoteDataSourceValidationError is the validation error returned by RemoteDataSource.Validate if the designated constraints aren't met.
func (RemoteDataSourceValidationError) Cause ¶
func (e RemoteDataSourceValidationError) Cause() error
Cause function returns cause value.
func (RemoteDataSourceValidationError) Error ¶
func (e RemoteDataSourceValidationError) Error() string
Error satisfies the builtin error interface
func (RemoteDataSourceValidationError) ErrorName ¶
func (e RemoteDataSourceValidationError) ErrorName() string
ErrorName returns error name.
func (RemoteDataSourceValidationError) Field ¶
func (e RemoteDataSourceValidationError) Field() string
Field function returns field value.
func (RemoteDataSourceValidationError) Key ¶
func (e RemoteDataSourceValidationError) Key() bool
Key function returns key value.
func (RemoteDataSourceValidationError) Reason ¶
func (e RemoteDataSourceValidationError) Reason() string
Reason function returns reason value.
type RequestMethod ¶
type RequestMethod int32
const ( RequestMethod_METHOD_UNSPECIFIED RequestMethod = 0 RequestMethod_GET RequestMethod = 1 RequestMethod_HEAD RequestMethod = 2 RequestMethod_POST RequestMethod = 3 RequestMethod_PUT RequestMethod = 4 RequestMethod_DELETE RequestMethod = 5 RequestMethod_CONNECT RequestMethod = 6 RequestMethod_OPTIONS RequestMethod = 7 RequestMethod_TRACE RequestMethod = 8 RequestMethod_PATCH RequestMethod = 9 )
func (RequestMethod) Descriptor ¶ added in v1.7.0
func (RequestMethod) Descriptor() protoreflect.EnumDescriptor
func (RequestMethod) Enum ¶ added in v1.7.0
func (x RequestMethod) Enum() *RequestMethod
func (RequestMethod) EnumDescriptor
deprecated
func (RequestMethod) EnumDescriptor() ([]byte, []int)
Deprecated: Use RequestMethod.Descriptor instead.
func (RequestMethod) Number ¶ added in v1.7.0
func (x RequestMethod) Number() protoreflect.EnumNumber
func (RequestMethod) String ¶
func (x RequestMethod) String() string
func (RequestMethod) Type ¶ added in v1.7.0
func (RequestMethod) Type() protoreflect.EnumType
type RetryPolicy ¶
type RetryPolicy struct { RetryBackOff *BackoffStrategy `protobuf:"bytes,1,opt,name=retry_back_off,json=retryBackOff,proto3" json:"retry_back_off,omitempty"` MaxRetries *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=max_retries,json=maxRetries,proto3" json:"max_retries,omitempty"` // contains filtered or unexported fields }
func (*RetryPolicy) Descriptor
deprecated
func (*RetryPolicy) Descriptor() ([]byte, []int)
Deprecated: Use RetryPolicy.ProtoReflect.Descriptor instead.
func (*RetryPolicy) GetMaxRetries ¶ added in v1.7.0
func (x *RetryPolicy) GetMaxRetries() *wrappers.UInt32Value
func (*RetryPolicy) GetRetryBackOff ¶
func (x *RetryPolicy) GetRetryBackOff() *BackoffStrategy
func (*RetryPolicy) ProtoMessage ¶
func (*RetryPolicy) ProtoMessage()
func (*RetryPolicy) ProtoReflect ¶ added in v1.7.0
func (x *RetryPolicy) ProtoReflect() protoreflect.Message
func (*RetryPolicy) Reset ¶
func (x *RetryPolicy) Reset()
func (*RetryPolicy) String ¶
func (x *RetryPolicy) String() string
func (*RetryPolicy) Validate ¶
func (m *RetryPolicy) Validate() error
Validate checks the field values on RetryPolicy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RetryPolicyValidationError ¶
type RetryPolicyValidationError struct {
// contains filtered or unexported fields
}
RetryPolicyValidationError is the validation error returned by RetryPolicy.Validate if the designated constraints aren't met.
func (RetryPolicyValidationError) Cause ¶
func (e RetryPolicyValidationError) Cause() error
Cause function returns cause value.
func (RetryPolicyValidationError) Error ¶
func (e RetryPolicyValidationError) Error() string
Error satisfies the builtin error interface
func (RetryPolicyValidationError) ErrorName ¶
func (e RetryPolicyValidationError) ErrorName() string
ErrorName returns error name.
func (RetryPolicyValidationError) Field ¶
func (e RetryPolicyValidationError) Field() string
Field function returns field value.
func (RetryPolicyValidationError) Key ¶
func (e RetryPolicyValidationError) Key() bool
Key function returns key value.
func (RetryPolicyValidationError) Reason ¶
func (e RetryPolicyValidationError) Reason() string
Reason function returns reason value.
type RoutingPriority ¶
type RoutingPriority int32
const ( RoutingPriority_DEFAULT RoutingPriority = 0 RoutingPriority_HIGH RoutingPriority = 1 )
func (RoutingPriority) Descriptor ¶ added in v1.7.0
func (RoutingPriority) Descriptor() protoreflect.EnumDescriptor
func (RoutingPriority) Enum ¶ added in v1.7.0
func (x RoutingPriority) Enum() *RoutingPriority
func (RoutingPriority) EnumDescriptor
deprecated
func (RoutingPriority) EnumDescriptor() ([]byte, []int)
Deprecated: Use RoutingPriority.Descriptor instead.
func (RoutingPriority) Number ¶ added in v1.7.0
func (x RoutingPriority) Number() protoreflect.EnumNumber
func (RoutingPriority) String ¶
func (x RoutingPriority) String() string
func (RoutingPriority) Type ¶ added in v1.7.0
func (RoutingPriority) Type() protoreflect.EnumType
type RuntimeDouble ¶
type RuntimeDouble struct { DefaultValue float64 `protobuf:"fixed64,1,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` RuntimeKey string `protobuf:"bytes,2,opt,name=runtime_key,json=runtimeKey,proto3" json:"runtime_key,omitempty"` // contains filtered or unexported fields }
func (*RuntimeDouble) Descriptor
deprecated
func (*RuntimeDouble) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeDouble.ProtoReflect.Descriptor instead.
func (*RuntimeDouble) GetDefaultValue ¶
func (x *RuntimeDouble) GetDefaultValue() float64
func (*RuntimeDouble) GetRuntimeKey ¶
func (x *RuntimeDouble) GetRuntimeKey() string
func (*RuntimeDouble) ProtoMessage ¶
func (*RuntimeDouble) ProtoMessage()
func (*RuntimeDouble) ProtoReflect ¶ added in v1.7.0
func (x *RuntimeDouble) ProtoReflect() protoreflect.Message
func (*RuntimeDouble) Reset ¶
func (x *RuntimeDouble) Reset()
func (*RuntimeDouble) String ¶
func (x *RuntimeDouble) String() string
func (*RuntimeDouble) Validate ¶
func (m *RuntimeDouble) Validate() error
Validate checks the field values on RuntimeDouble with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RuntimeDoubleValidationError ¶
type RuntimeDoubleValidationError struct {
// contains filtered or unexported fields
}
RuntimeDoubleValidationError is the validation error returned by RuntimeDouble.Validate if the designated constraints aren't met.
func (RuntimeDoubleValidationError) Cause ¶
func (e RuntimeDoubleValidationError) Cause() error
Cause function returns cause value.
func (RuntimeDoubleValidationError) Error ¶
func (e RuntimeDoubleValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeDoubleValidationError) ErrorName ¶
func (e RuntimeDoubleValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeDoubleValidationError) Field ¶
func (e RuntimeDoubleValidationError) Field() string
Field function returns field value.
func (RuntimeDoubleValidationError) Key ¶
func (e RuntimeDoubleValidationError) Key() bool
Key function returns key value.
func (RuntimeDoubleValidationError) Reason ¶
func (e RuntimeDoubleValidationError) Reason() string
Reason function returns reason value.
type RuntimeFeatureFlag ¶
type RuntimeFeatureFlag struct { DefaultValue *wrappers.BoolValue `protobuf:"bytes,1,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` RuntimeKey string `protobuf:"bytes,2,opt,name=runtime_key,json=runtimeKey,proto3" json:"runtime_key,omitempty"` // contains filtered or unexported fields }
func (*RuntimeFeatureFlag) Descriptor
deprecated
func (*RuntimeFeatureFlag) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeFeatureFlag.ProtoReflect.Descriptor instead.
func (*RuntimeFeatureFlag) GetDefaultValue ¶
func (x *RuntimeFeatureFlag) GetDefaultValue() *wrappers.BoolValue
func (*RuntimeFeatureFlag) GetRuntimeKey ¶
func (x *RuntimeFeatureFlag) GetRuntimeKey() string
func (*RuntimeFeatureFlag) ProtoMessage ¶
func (*RuntimeFeatureFlag) ProtoMessage()
func (*RuntimeFeatureFlag) ProtoReflect ¶ added in v1.7.0
func (x *RuntimeFeatureFlag) ProtoReflect() protoreflect.Message
func (*RuntimeFeatureFlag) Reset ¶
func (x *RuntimeFeatureFlag) Reset()
func (*RuntimeFeatureFlag) String ¶
func (x *RuntimeFeatureFlag) String() string
func (*RuntimeFeatureFlag) Validate ¶
func (m *RuntimeFeatureFlag) Validate() error
Validate checks the field values on RuntimeFeatureFlag with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RuntimeFeatureFlagValidationError ¶
type RuntimeFeatureFlagValidationError struct {
// contains filtered or unexported fields
}
RuntimeFeatureFlagValidationError is the validation error returned by RuntimeFeatureFlag.Validate if the designated constraints aren't met.
func (RuntimeFeatureFlagValidationError) Cause ¶
func (e RuntimeFeatureFlagValidationError) Cause() error
Cause function returns cause value.
func (RuntimeFeatureFlagValidationError) Error ¶
func (e RuntimeFeatureFlagValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeFeatureFlagValidationError) ErrorName ¶
func (e RuntimeFeatureFlagValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeFeatureFlagValidationError) Field ¶
func (e RuntimeFeatureFlagValidationError) Field() string
Field function returns field value.
func (RuntimeFeatureFlagValidationError) Key ¶
func (e RuntimeFeatureFlagValidationError) Key() bool
Key function returns key value.
func (RuntimeFeatureFlagValidationError) Reason ¶
func (e RuntimeFeatureFlagValidationError) Reason() string
Reason function returns reason value.
type RuntimeFractionalPercent ¶
type RuntimeFractionalPercent struct { DefaultValue *v3.FractionalPercent `protobuf:"bytes,1,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` RuntimeKey string `protobuf:"bytes,2,opt,name=runtime_key,json=runtimeKey,proto3" json:"runtime_key,omitempty"` // contains filtered or unexported fields }
func (*RuntimeFractionalPercent) Descriptor
deprecated
func (*RuntimeFractionalPercent) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeFractionalPercent.ProtoReflect.Descriptor instead.
func (*RuntimeFractionalPercent) GetDefaultValue ¶
func (x *RuntimeFractionalPercent) GetDefaultValue() *v3.FractionalPercent
func (*RuntimeFractionalPercent) GetRuntimeKey ¶
func (x *RuntimeFractionalPercent) GetRuntimeKey() string
func (*RuntimeFractionalPercent) ProtoMessage ¶
func (*RuntimeFractionalPercent) ProtoMessage()
func (*RuntimeFractionalPercent) ProtoReflect ¶ added in v1.7.0
func (x *RuntimeFractionalPercent) ProtoReflect() protoreflect.Message
func (*RuntimeFractionalPercent) Reset ¶
func (x *RuntimeFractionalPercent) Reset()
func (*RuntimeFractionalPercent) String ¶
func (x *RuntimeFractionalPercent) String() string
func (*RuntimeFractionalPercent) Validate ¶
func (m *RuntimeFractionalPercent) Validate() error
Validate checks the field values on RuntimeFractionalPercent with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RuntimeFractionalPercentValidationError ¶
type RuntimeFractionalPercentValidationError struct {
// contains filtered or unexported fields
}
RuntimeFractionalPercentValidationError is the validation error returned by RuntimeFractionalPercent.Validate if the designated constraints aren't met.
func (RuntimeFractionalPercentValidationError) Cause ¶
func (e RuntimeFractionalPercentValidationError) Cause() error
Cause function returns cause value.
func (RuntimeFractionalPercentValidationError) Error ¶
func (e RuntimeFractionalPercentValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeFractionalPercentValidationError) ErrorName ¶
func (e RuntimeFractionalPercentValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeFractionalPercentValidationError) Field ¶
func (e RuntimeFractionalPercentValidationError) Field() string
Field function returns field value.
func (RuntimeFractionalPercentValidationError) Key ¶
func (e RuntimeFractionalPercentValidationError) Key() bool
Key function returns key value.
func (RuntimeFractionalPercentValidationError) Reason ¶
func (e RuntimeFractionalPercentValidationError) Reason() string
Reason function returns reason value.
type RuntimeUInt32 ¶
type RuntimeUInt32 struct { DefaultValue uint32 `protobuf:"varint,2,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` RuntimeKey string `protobuf:"bytes,3,opt,name=runtime_key,json=runtimeKey,proto3" json:"runtime_key,omitempty"` // contains filtered or unexported fields }
func (*RuntimeUInt32) Descriptor
deprecated
func (*RuntimeUInt32) Descriptor() ([]byte, []int)
Deprecated: Use RuntimeUInt32.ProtoReflect.Descriptor instead.
func (*RuntimeUInt32) GetDefaultValue ¶
func (x *RuntimeUInt32) GetDefaultValue() uint32
func (*RuntimeUInt32) GetRuntimeKey ¶
func (x *RuntimeUInt32) GetRuntimeKey() string
func (*RuntimeUInt32) ProtoMessage ¶
func (*RuntimeUInt32) ProtoMessage()
func (*RuntimeUInt32) ProtoReflect ¶ added in v1.7.0
func (x *RuntimeUInt32) ProtoReflect() protoreflect.Message
func (*RuntimeUInt32) Reset ¶
func (x *RuntimeUInt32) Reset()
func (*RuntimeUInt32) String ¶
func (x *RuntimeUInt32) String() string
func (*RuntimeUInt32) Validate ¶
func (m *RuntimeUInt32) Validate() error
Validate checks the field values on RuntimeUInt32 with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type RuntimeUInt32ValidationError ¶
type RuntimeUInt32ValidationError struct {
// contains filtered or unexported fields
}
RuntimeUInt32ValidationError is the validation error returned by RuntimeUInt32.Validate if the designated constraints aren't met.
func (RuntimeUInt32ValidationError) Cause ¶
func (e RuntimeUInt32ValidationError) Cause() error
Cause function returns cause value.
func (RuntimeUInt32ValidationError) Error ¶
func (e RuntimeUInt32ValidationError) Error() string
Error satisfies the builtin error interface
func (RuntimeUInt32ValidationError) ErrorName ¶
func (e RuntimeUInt32ValidationError) ErrorName() string
ErrorName returns error name.
func (RuntimeUInt32ValidationError) Field ¶
func (e RuntimeUInt32ValidationError) Field() string
Field function returns field value.
func (RuntimeUInt32ValidationError) Key ¶
func (e RuntimeUInt32ValidationError) Key() bool
Key function returns key value.
func (RuntimeUInt32ValidationError) Reason ¶
func (e RuntimeUInt32ValidationError) Reason() string
Reason function returns reason value.
type SelfConfigSource ¶
type SelfConfigSource struct { TransportApiVersion ApiVersion `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*SelfConfigSource) Descriptor
deprecated
func (*SelfConfigSource) Descriptor() ([]byte, []int)
Deprecated: Use SelfConfigSource.ProtoReflect.Descriptor instead.
func (*SelfConfigSource) GetTransportApiVersion ¶ added in v1.7.0
func (x *SelfConfigSource) GetTransportApiVersion() ApiVersion
func (*SelfConfigSource) ProtoMessage ¶
func (*SelfConfigSource) ProtoMessage()
func (*SelfConfigSource) ProtoReflect ¶ added in v1.7.0
func (x *SelfConfigSource) ProtoReflect() protoreflect.Message
func (*SelfConfigSource) Reset ¶
func (x *SelfConfigSource) Reset()
func (*SelfConfigSource) String ¶
func (x *SelfConfigSource) String() string
func (*SelfConfigSource) Validate ¶
func (m *SelfConfigSource) Validate() error
Validate checks the field values on SelfConfigSource with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SelfConfigSourceValidationError ¶
type SelfConfigSourceValidationError struct {
// contains filtered or unexported fields
}
SelfConfigSourceValidationError is the validation error returned by SelfConfigSource.Validate if the designated constraints aren't met.
func (SelfConfigSourceValidationError) Cause ¶
func (e SelfConfigSourceValidationError) Cause() error
Cause function returns cause value.
func (SelfConfigSourceValidationError) Error ¶
func (e SelfConfigSourceValidationError) Error() string
Error satisfies the builtin error interface
func (SelfConfigSourceValidationError) ErrorName ¶
func (e SelfConfigSourceValidationError) ErrorName() string
ErrorName returns error name.
func (SelfConfigSourceValidationError) Field ¶
func (e SelfConfigSourceValidationError) Field() string
Field function returns field value.
func (SelfConfigSourceValidationError) Key ¶
func (e SelfConfigSourceValidationError) Key() bool
Key function returns key value.
func (SelfConfigSourceValidationError) Reason ¶
func (e SelfConfigSourceValidationError) Reason() string
Reason function returns reason value.
type SocketAddress ¶
type SocketAddress struct { Protocol SocketAddress_Protocol `protobuf:"varint,1,opt,name=protocol,proto3,enum=envoy.config.core.v4alpha.SocketAddress_Protocol" json:"protocol,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` // Types that are assignable to PortSpecifier: // *SocketAddress_PortValue // *SocketAddress_NamedPort PortSpecifier isSocketAddress_PortSpecifier `protobuf_oneof:"port_specifier"` ResolverName string `protobuf:"bytes,5,opt,name=resolver_name,json=resolverName,proto3" json:"resolver_name,omitempty"` Ipv4Compat bool `protobuf:"varint,6,opt,name=ipv4_compat,json=ipv4Compat,proto3" json:"ipv4_compat,omitempty"` // contains filtered or unexported fields }
func (*SocketAddress) Descriptor
deprecated
func (*SocketAddress) Descriptor() ([]byte, []int)
Deprecated: Use SocketAddress.ProtoReflect.Descriptor instead.
func (*SocketAddress) GetAddress ¶
func (x *SocketAddress) GetAddress() string
func (*SocketAddress) GetIpv4Compat ¶
func (x *SocketAddress) GetIpv4Compat() bool
func (*SocketAddress) GetNamedPort ¶
func (x *SocketAddress) GetNamedPort() string
func (*SocketAddress) GetPortSpecifier ¶
func (m *SocketAddress) GetPortSpecifier() isSocketAddress_PortSpecifier
func (*SocketAddress) GetPortValue ¶
func (x *SocketAddress) GetPortValue() uint32
func (*SocketAddress) GetProtocol ¶
func (x *SocketAddress) GetProtocol() SocketAddress_Protocol
func (*SocketAddress) GetResolverName ¶
func (x *SocketAddress) GetResolverName() string
func (*SocketAddress) ProtoMessage ¶
func (*SocketAddress) ProtoMessage()
func (*SocketAddress) ProtoReflect ¶ added in v1.7.0
func (x *SocketAddress) ProtoReflect() protoreflect.Message
func (*SocketAddress) Reset ¶
func (x *SocketAddress) Reset()
func (*SocketAddress) String ¶
func (x *SocketAddress) String() string
func (*SocketAddress) Validate ¶
func (m *SocketAddress) Validate() error
Validate checks the field values on SocketAddress with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SocketAddressValidationError ¶
type SocketAddressValidationError struct {
// contains filtered or unexported fields
}
SocketAddressValidationError is the validation error returned by SocketAddress.Validate if the designated constraints aren't met.
func (SocketAddressValidationError) Cause ¶
func (e SocketAddressValidationError) Cause() error
Cause function returns cause value.
func (SocketAddressValidationError) Error ¶
func (e SocketAddressValidationError) Error() string
Error satisfies the builtin error interface
func (SocketAddressValidationError) ErrorName ¶
func (e SocketAddressValidationError) ErrorName() string
ErrorName returns error name.
func (SocketAddressValidationError) Field ¶
func (e SocketAddressValidationError) Field() string
Field function returns field value.
func (SocketAddressValidationError) Key ¶
func (e SocketAddressValidationError) Key() bool
Key function returns key value.
func (SocketAddressValidationError) Reason ¶
func (e SocketAddressValidationError) Reason() string
Reason function returns reason value.
type SocketAddress_NamedPort ¶
type SocketAddress_NamedPort struct {
NamedPort string `protobuf:"bytes,4,opt,name=named_port,json=namedPort,proto3,oneof"`
}
type SocketAddress_PortValue ¶
type SocketAddress_PortValue struct {
PortValue uint32 `protobuf:"varint,3,opt,name=port_value,json=portValue,proto3,oneof"`
}
type SocketAddress_Protocol ¶
type SocketAddress_Protocol int32
const ( SocketAddress_TCP SocketAddress_Protocol = 0 SocketAddress_UDP SocketAddress_Protocol = 1 )
func (SocketAddress_Protocol) Descriptor ¶ added in v1.7.0
func (SocketAddress_Protocol) Descriptor() protoreflect.EnumDescriptor
func (SocketAddress_Protocol) Enum ¶ added in v1.7.0
func (x SocketAddress_Protocol) Enum() *SocketAddress_Protocol
func (SocketAddress_Protocol) EnumDescriptor
deprecated
func (SocketAddress_Protocol) EnumDescriptor() ([]byte, []int)
Deprecated: Use SocketAddress_Protocol.Descriptor instead.
func (SocketAddress_Protocol) Number ¶ added in v1.7.0
func (x SocketAddress_Protocol) Number() protoreflect.EnumNumber
func (SocketAddress_Protocol) String ¶
func (x SocketAddress_Protocol) String() string
func (SocketAddress_Protocol) Type ¶ added in v1.7.0
func (SocketAddress_Protocol) Type() protoreflect.EnumType
type SocketOption ¶
type SocketOption struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"` Level int64 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"` Name int64 `protobuf:"varint,3,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to Value: // *SocketOption_IntValue // *SocketOption_BufValue Value isSocketOption_Value `protobuf_oneof:"value"` State SocketOption_SocketState `protobuf:"varint,6,opt,name=state,proto3,enum=envoy.config.core.v4alpha.SocketOption_SocketState" json:"state,omitempty"` // contains filtered or unexported fields }
func (*SocketOption) Descriptor
deprecated
func (*SocketOption) Descriptor() ([]byte, []int)
Deprecated: Use SocketOption.ProtoReflect.Descriptor instead.
func (*SocketOption) GetBufValue ¶
func (x *SocketOption) GetBufValue() []byte
func (*SocketOption) GetDescription ¶
func (x *SocketOption) GetDescription() string
func (*SocketOption) GetIntValue ¶
func (x *SocketOption) GetIntValue() int64
func (*SocketOption) GetLevel ¶
func (x *SocketOption) GetLevel() int64
func (*SocketOption) GetName ¶
func (x *SocketOption) GetName() int64
func (*SocketOption) GetState ¶
func (x *SocketOption) GetState() SocketOption_SocketState
func (*SocketOption) GetValue ¶
func (m *SocketOption) GetValue() isSocketOption_Value
func (*SocketOption) ProtoMessage ¶
func (*SocketOption) ProtoMessage()
func (*SocketOption) ProtoReflect ¶ added in v1.7.0
func (x *SocketOption) ProtoReflect() protoreflect.Message
func (*SocketOption) Reset ¶
func (x *SocketOption) Reset()
func (*SocketOption) String ¶
func (x *SocketOption) String() string
func (*SocketOption) Validate ¶
func (m *SocketOption) Validate() error
Validate checks the field values on SocketOption with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SocketOptionValidationError ¶
type SocketOptionValidationError struct {
// contains filtered or unexported fields
}
SocketOptionValidationError is the validation error returned by SocketOption.Validate if the designated constraints aren't met.
func (SocketOptionValidationError) Cause ¶
func (e SocketOptionValidationError) Cause() error
Cause function returns cause value.
func (SocketOptionValidationError) Error ¶
func (e SocketOptionValidationError) Error() string
Error satisfies the builtin error interface
func (SocketOptionValidationError) ErrorName ¶
func (e SocketOptionValidationError) ErrorName() string
ErrorName returns error name.
func (SocketOptionValidationError) Field ¶
func (e SocketOptionValidationError) Field() string
Field function returns field value.
func (SocketOptionValidationError) Key ¶
func (e SocketOptionValidationError) Key() bool
Key function returns key value.
func (SocketOptionValidationError) Reason ¶
func (e SocketOptionValidationError) Reason() string
Reason function returns reason value.
type SocketOption_BufValue ¶
type SocketOption_BufValue struct {
BufValue []byte `protobuf:"bytes,5,opt,name=buf_value,json=bufValue,proto3,oneof"`
}
type SocketOption_IntValue ¶
type SocketOption_IntValue struct {
IntValue int64 `protobuf:"varint,4,opt,name=int_value,json=intValue,proto3,oneof"`
}
type SocketOption_SocketState ¶
type SocketOption_SocketState int32
const ( SocketOption_STATE_PREBIND SocketOption_SocketState = 0 SocketOption_STATE_BOUND SocketOption_SocketState = 1 SocketOption_STATE_LISTENING SocketOption_SocketState = 2 )
func (SocketOption_SocketState) Descriptor ¶ added in v1.7.0
func (SocketOption_SocketState) Descriptor() protoreflect.EnumDescriptor
func (SocketOption_SocketState) Enum ¶ added in v1.7.0
func (x SocketOption_SocketState) Enum() *SocketOption_SocketState
func (SocketOption_SocketState) EnumDescriptor
deprecated
func (SocketOption_SocketState) EnumDescriptor() ([]byte, []int)
Deprecated: Use SocketOption_SocketState.Descriptor instead.
func (SocketOption_SocketState) Number ¶ added in v1.7.0
func (x SocketOption_SocketState) Number() protoreflect.EnumNumber
func (SocketOption_SocketState) String ¶
func (x SocketOption_SocketState) String() string
func (SocketOption_SocketState) Type ¶ added in v1.7.0
func (SocketOption_SocketState) Type() protoreflect.EnumType
type SubstitutionFormatString ¶ added in v1.7.0
type SubstitutionFormatString struct { // Types that are assignable to Format: // *SubstitutionFormatString_TextFormat // *SubstitutionFormatString_JsonFormat // *SubstitutionFormatString_TextFormatSource Format isSubstitutionFormatString_Format `protobuf_oneof:"format"` ContentType string `protobuf:"bytes,4,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"` // contains filtered or unexported fields }
func (*SubstitutionFormatString) Descriptor
deprecated
added in
v1.7.0
func (*SubstitutionFormatString) Descriptor() ([]byte, []int)
Deprecated: Use SubstitutionFormatString.ProtoReflect.Descriptor instead.
func (*SubstitutionFormatString) GetContentType ¶ added in v1.9.0
func (x *SubstitutionFormatString) GetContentType() string
func (*SubstitutionFormatString) GetFormat ¶ added in v1.7.0
func (m *SubstitutionFormatString) GetFormat() isSubstitutionFormatString_Format
func (*SubstitutionFormatString) GetJsonFormat ¶ added in v1.7.0
func (x *SubstitutionFormatString) GetJsonFormat() *_struct.Struct
func (*SubstitutionFormatString) GetTextFormat ¶ added in v1.7.0
func (x *SubstitutionFormatString) GetTextFormat() string
func (*SubstitutionFormatString) GetTextFormatSource ¶ added in v1.9.0
func (x *SubstitutionFormatString) GetTextFormatSource() *DataSource
func (*SubstitutionFormatString) ProtoMessage ¶ added in v1.7.0
func (*SubstitutionFormatString) ProtoMessage()
func (*SubstitutionFormatString) ProtoReflect ¶ added in v1.7.0
func (x *SubstitutionFormatString) ProtoReflect() protoreflect.Message
func (*SubstitutionFormatString) Reset ¶ added in v1.7.0
func (x *SubstitutionFormatString) Reset()
func (*SubstitutionFormatString) String ¶ added in v1.7.0
func (x *SubstitutionFormatString) String() string
func (*SubstitutionFormatString) Validate ¶ added in v1.7.0
func (m *SubstitutionFormatString) Validate() error
Validate checks the field values on SubstitutionFormatString with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type SubstitutionFormatStringValidationError ¶ added in v1.7.0
type SubstitutionFormatStringValidationError struct {
// contains filtered or unexported fields
}
SubstitutionFormatStringValidationError is the validation error returned by SubstitutionFormatString.Validate if the designated constraints aren't met.
func (SubstitutionFormatStringValidationError) Cause ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) Cause() error
Cause function returns cause value.
func (SubstitutionFormatStringValidationError) Error ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) Error() string
Error satisfies the builtin error interface
func (SubstitutionFormatStringValidationError) ErrorName ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) ErrorName() string
ErrorName returns error name.
func (SubstitutionFormatStringValidationError) Field ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) Field() string
Field function returns field value.
func (SubstitutionFormatStringValidationError) Key ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) Key() bool
Key function returns key value.
func (SubstitutionFormatStringValidationError) Reason ¶ added in v1.7.0
func (e SubstitutionFormatStringValidationError) Reason() string
Reason function returns reason value.
type SubstitutionFormatString_JsonFormat ¶ added in v1.7.0
type SubstitutionFormatString_TextFormat ¶ added in v1.7.0
type SubstitutionFormatString_TextFormat struct {
TextFormat string `protobuf:"bytes,1,opt,name=text_format,json=textFormat,proto3,oneof"`
}
type SubstitutionFormatString_TextFormatSource ¶ added in v1.9.0
type SubstitutionFormatString_TextFormatSource struct {
TextFormatSource *DataSource `protobuf:"bytes,5,opt,name=text_format_source,json=textFormatSource,proto3,oneof"`
}
type TcpKeepalive ¶
type TcpKeepalive struct { KeepaliveProbes *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=keepalive_probes,json=keepaliveProbes,proto3" json:"keepalive_probes,omitempty"` KeepaliveTime *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=keepalive_time,json=keepaliveTime,proto3" json:"keepalive_time,omitempty"` KeepaliveInterval *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=keepalive_interval,json=keepaliveInterval,proto3" json:"keepalive_interval,omitempty"` // contains filtered or unexported fields }
func (*TcpKeepalive) Descriptor
deprecated
func (*TcpKeepalive) Descriptor() ([]byte, []int)
Deprecated: Use TcpKeepalive.ProtoReflect.Descriptor instead.
func (*TcpKeepalive) GetKeepaliveInterval ¶
func (x *TcpKeepalive) GetKeepaliveInterval() *wrappers.UInt32Value
func (*TcpKeepalive) GetKeepaliveProbes ¶
func (x *TcpKeepalive) GetKeepaliveProbes() *wrappers.UInt32Value
func (*TcpKeepalive) GetKeepaliveTime ¶
func (x *TcpKeepalive) GetKeepaliveTime() *wrappers.UInt32Value
func (*TcpKeepalive) ProtoMessage ¶
func (*TcpKeepalive) ProtoMessage()
func (*TcpKeepalive) ProtoReflect ¶ added in v1.7.0
func (x *TcpKeepalive) ProtoReflect() protoreflect.Message
func (*TcpKeepalive) Reset ¶
func (x *TcpKeepalive) Reset()
func (*TcpKeepalive) String ¶
func (x *TcpKeepalive) String() string
func (*TcpKeepalive) Validate ¶
func (m *TcpKeepalive) Validate() error
Validate checks the field values on TcpKeepalive with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TcpKeepaliveValidationError ¶
type TcpKeepaliveValidationError struct {
// contains filtered or unexported fields
}
TcpKeepaliveValidationError is the validation error returned by TcpKeepalive.Validate if the designated constraints aren't met.
func (TcpKeepaliveValidationError) Cause ¶
func (e TcpKeepaliveValidationError) Cause() error
Cause function returns cause value.
func (TcpKeepaliveValidationError) Error ¶
func (e TcpKeepaliveValidationError) Error() string
Error satisfies the builtin error interface
func (TcpKeepaliveValidationError) ErrorName ¶
func (e TcpKeepaliveValidationError) ErrorName() string
ErrorName returns error name.
func (TcpKeepaliveValidationError) Field ¶
func (e TcpKeepaliveValidationError) Field() string
Field function returns field value.
func (TcpKeepaliveValidationError) Key ¶
func (e TcpKeepaliveValidationError) Key() bool
Key function returns key value.
func (TcpKeepaliveValidationError) Reason ¶
func (e TcpKeepaliveValidationError) Reason() string
Reason function returns reason value.
type TcpProtocolOptions ¶
type TcpProtocolOptions struct {
// contains filtered or unexported fields
}
func (*TcpProtocolOptions) Descriptor
deprecated
func (*TcpProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use TcpProtocolOptions.ProtoReflect.Descriptor instead.
func (*TcpProtocolOptions) ProtoMessage ¶
func (*TcpProtocolOptions) ProtoMessage()
func (*TcpProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *TcpProtocolOptions) ProtoReflect() protoreflect.Message
func (*TcpProtocolOptions) Reset ¶
func (x *TcpProtocolOptions) Reset()
func (*TcpProtocolOptions) String ¶
func (x *TcpProtocolOptions) String() string
func (*TcpProtocolOptions) Validate ¶
func (m *TcpProtocolOptions) Validate() error
Validate checks the field values on TcpProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TcpProtocolOptionsValidationError ¶
type TcpProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
TcpProtocolOptionsValidationError is the validation error returned by TcpProtocolOptions.Validate if the designated constraints aren't met.
func (TcpProtocolOptionsValidationError) Cause ¶
func (e TcpProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (TcpProtocolOptionsValidationError) Error ¶
func (e TcpProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (TcpProtocolOptionsValidationError) ErrorName ¶
func (e TcpProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (TcpProtocolOptionsValidationError) Field ¶
func (e TcpProtocolOptionsValidationError) Field() string
Field function returns field value.
func (TcpProtocolOptionsValidationError) Key ¶
func (e TcpProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (TcpProtocolOptionsValidationError) Reason ¶
func (e TcpProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
type TrafficDirection ¶
type TrafficDirection int32
const ( TrafficDirection_UNSPECIFIED TrafficDirection = 0 TrafficDirection_INBOUND TrafficDirection = 1 TrafficDirection_OUTBOUND TrafficDirection = 2 )
func (TrafficDirection) Descriptor ¶ added in v1.7.0
func (TrafficDirection) Descriptor() protoreflect.EnumDescriptor
func (TrafficDirection) Enum ¶ added in v1.7.0
func (x TrafficDirection) Enum() *TrafficDirection
func (TrafficDirection) EnumDescriptor
deprecated
func (TrafficDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use TrafficDirection.Descriptor instead.
func (TrafficDirection) Number ¶ added in v1.7.0
func (x TrafficDirection) Number() protoreflect.EnumNumber
func (TrafficDirection) String ¶
func (x TrafficDirection) String() string
func (TrafficDirection) Type ¶ added in v1.7.0
func (TrafficDirection) Type() protoreflect.EnumType
type TransportSocket ¶
type TransportSocket struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Types that are assignable to ConfigType: // *TransportSocket_TypedConfig ConfigType isTransportSocket_ConfigType `protobuf_oneof:"config_type"` // contains filtered or unexported fields }
func (*TransportSocket) Descriptor
deprecated
func (*TransportSocket) Descriptor() ([]byte, []int)
Deprecated: Use TransportSocket.ProtoReflect.Descriptor instead.
func (*TransportSocket) GetConfigType ¶
func (m *TransportSocket) GetConfigType() isTransportSocket_ConfigType
func (*TransportSocket) GetName ¶
func (x *TransportSocket) GetName() string
func (*TransportSocket) GetTypedConfig ¶
func (x *TransportSocket) GetTypedConfig() *any.Any
func (*TransportSocket) ProtoMessage ¶
func (*TransportSocket) ProtoMessage()
func (*TransportSocket) ProtoReflect ¶ added in v1.7.0
func (x *TransportSocket) ProtoReflect() protoreflect.Message
func (*TransportSocket) Reset ¶
func (x *TransportSocket) Reset()
func (*TransportSocket) String ¶
func (x *TransportSocket) String() string
func (*TransportSocket) Validate ¶
func (m *TransportSocket) Validate() error
Validate checks the field values on TransportSocket with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TransportSocketValidationError ¶
type TransportSocketValidationError struct {
// contains filtered or unexported fields
}
TransportSocketValidationError is the validation error returned by TransportSocket.Validate if the designated constraints aren't met.
func (TransportSocketValidationError) Cause ¶
func (e TransportSocketValidationError) Cause() error
Cause function returns cause value.
func (TransportSocketValidationError) Error ¶
func (e TransportSocketValidationError) Error() string
Error satisfies the builtin error interface
func (TransportSocketValidationError) ErrorName ¶
func (e TransportSocketValidationError) ErrorName() string
ErrorName returns error name.
func (TransportSocketValidationError) Field ¶
func (e TransportSocketValidationError) Field() string
Field function returns field value.
func (TransportSocketValidationError) Key ¶
func (e TransportSocketValidationError) Key() bool
Key function returns key value.
func (TransportSocketValidationError) Reason ¶
func (e TransportSocketValidationError) Reason() string
Reason function returns reason value.
type TypedExtensionConfig ¶ added in v1.7.0
type TypedExtensionConfig struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` TypedConfig *any.Any `protobuf:"bytes,2,opt,name=typed_config,json=typedConfig,proto3" json:"typed_config,omitempty"` // contains filtered or unexported fields }
func (*TypedExtensionConfig) Descriptor
deprecated
added in
v1.7.0
func (*TypedExtensionConfig) Descriptor() ([]byte, []int)
Deprecated: Use TypedExtensionConfig.ProtoReflect.Descriptor instead.
func (*TypedExtensionConfig) GetName ¶ added in v1.7.0
func (x *TypedExtensionConfig) GetName() string
func (*TypedExtensionConfig) GetTypedConfig ¶ added in v1.7.0
func (x *TypedExtensionConfig) GetTypedConfig() *any.Any
func (*TypedExtensionConfig) ProtoMessage ¶ added in v1.7.0
func (*TypedExtensionConfig) ProtoMessage()
func (*TypedExtensionConfig) ProtoReflect ¶ added in v1.7.0
func (x *TypedExtensionConfig) ProtoReflect() protoreflect.Message
func (*TypedExtensionConfig) Reset ¶ added in v1.7.0
func (x *TypedExtensionConfig) Reset()
func (*TypedExtensionConfig) String ¶ added in v1.7.0
func (x *TypedExtensionConfig) String() string
func (*TypedExtensionConfig) Validate ¶ added in v1.7.0
func (m *TypedExtensionConfig) Validate() error
Validate checks the field values on TypedExtensionConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type TypedExtensionConfigValidationError ¶ added in v1.7.0
type TypedExtensionConfigValidationError struct {
// contains filtered or unexported fields
}
TypedExtensionConfigValidationError is the validation error returned by TypedExtensionConfig.Validate if the designated constraints aren't met.
func (TypedExtensionConfigValidationError) Cause ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) Cause() error
Cause function returns cause value.
func (TypedExtensionConfigValidationError) Error ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) Error() string
Error satisfies the builtin error interface
func (TypedExtensionConfigValidationError) ErrorName ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) ErrorName() string
ErrorName returns error name.
func (TypedExtensionConfigValidationError) Field ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) Field() string
Field function returns field value.
func (TypedExtensionConfigValidationError) Key ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) Key() bool
Key function returns key value.
func (TypedExtensionConfigValidationError) Reason ¶ added in v1.7.0
func (e TypedExtensionConfigValidationError) Reason() string
Reason function returns reason value.
type UpstreamHttpProtocolOptions ¶
type UpstreamHttpProtocolOptions struct { AutoSni bool `protobuf:"varint,1,opt,name=auto_sni,json=autoSni,proto3" json:"auto_sni,omitempty"` AutoSanValidation bool `protobuf:"varint,2,opt,name=auto_san_validation,json=autoSanValidation,proto3" json:"auto_san_validation,omitempty"` // contains filtered or unexported fields }
func (*UpstreamHttpProtocolOptions) Descriptor
deprecated
func (*UpstreamHttpProtocolOptions) Descriptor() ([]byte, []int)
Deprecated: Use UpstreamHttpProtocolOptions.ProtoReflect.Descriptor instead.
func (*UpstreamHttpProtocolOptions) GetAutoSanValidation ¶
func (x *UpstreamHttpProtocolOptions) GetAutoSanValidation() bool
func (*UpstreamHttpProtocolOptions) GetAutoSni ¶
func (x *UpstreamHttpProtocolOptions) GetAutoSni() bool
func (*UpstreamHttpProtocolOptions) ProtoMessage ¶
func (*UpstreamHttpProtocolOptions) ProtoMessage()
func (*UpstreamHttpProtocolOptions) ProtoReflect ¶ added in v1.7.0
func (x *UpstreamHttpProtocolOptions) ProtoReflect() protoreflect.Message
func (*UpstreamHttpProtocolOptions) Reset ¶
func (x *UpstreamHttpProtocolOptions) Reset()
func (*UpstreamHttpProtocolOptions) String ¶
func (x *UpstreamHttpProtocolOptions) String() string
func (*UpstreamHttpProtocolOptions) Validate ¶
func (m *UpstreamHttpProtocolOptions) Validate() error
Validate checks the field values on UpstreamHttpProtocolOptions with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type UpstreamHttpProtocolOptionsValidationError ¶
type UpstreamHttpProtocolOptionsValidationError struct {
// contains filtered or unexported fields
}
UpstreamHttpProtocolOptionsValidationError is the validation error returned by UpstreamHttpProtocolOptions.Validate if the designated constraints aren't met.
func (UpstreamHttpProtocolOptionsValidationError) Cause ¶
func (e UpstreamHttpProtocolOptionsValidationError) Cause() error
Cause function returns cause value.
func (UpstreamHttpProtocolOptionsValidationError) Error ¶
func (e UpstreamHttpProtocolOptionsValidationError) Error() string
Error satisfies the builtin error interface
func (UpstreamHttpProtocolOptionsValidationError) ErrorName ¶
func (e UpstreamHttpProtocolOptionsValidationError) ErrorName() string
ErrorName returns error name.
func (UpstreamHttpProtocolOptionsValidationError) Field ¶
func (e UpstreamHttpProtocolOptionsValidationError) Field() string
Field function returns field value.
func (UpstreamHttpProtocolOptionsValidationError) Key ¶
func (e UpstreamHttpProtocolOptionsValidationError) Key() bool
Key function returns key value.
func (UpstreamHttpProtocolOptionsValidationError) Reason ¶
func (e UpstreamHttpProtocolOptionsValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
- address.pb.go
- address.pb.validate.go
- backoff.pb.go
- backoff.pb.validate.go
- base.pb.go
- base.pb.validate.go
- config_source.pb.go
- config_source.pb.validate.go
- event_service_config.pb.go
- event_service_config.pb.validate.go
- extension.pb.go
- extension.pb.validate.go
- grpc_method_list.pb.go
- grpc_method_list.pb.validate.go
- grpc_service.pb.go
- grpc_service.pb.validate.go
- health_check.pb.go
- health_check.pb.validate.go
- http_uri.pb.go
- http_uri.pb.validate.go
- protocol.pb.go
- protocol.pb.validate.go
- proxy_protocol.pb.go
- proxy_protocol.pb.validate.go
- socket_option.pb.go
- socket_option.pb.validate.go
- substitution_format_string.pb.go
- substitution_format_string.pb.validate.go