package envoy_config_accesslog_v2
import "github.com/envoyproxy/go-control-plane/envoy/config/accesslog/v2"
Index ¶
- type CommonGrpcAccessLogConfig
- func (*CommonGrpcAccessLogConfig) Descriptor() ([]byte, []int)
- func (m *CommonGrpcAccessLogConfig) GetBufferFlushInterval() *duration.Duration
- func (m *CommonGrpcAccessLogConfig) GetBufferSizeBytes() *wrappers.UInt32Value
- func (m *CommonGrpcAccessLogConfig) GetFilterStateObjectsToLog() []string
- func (m *CommonGrpcAccessLogConfig) GetGrpcService() *core.GrpcService
- func (m *CommonGrpcAccessLogConfig) GetLogName() string
- func (*CommonGrpcAccessLogConfig) ProtoMessage()
- func (m *CommonGrpcAccessLogConfig) Reset()
- func (m *CommonGrpcAccessLogConfig) String() string
- func (m *CommonGrpcAccessLogConfig) Validate() error
- func (m *CommonGrpcAccessLogConfig) XXX_DiscardUnknown()
- func (m *CommonGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CommonGrpcAccessLogConfig) XXX_Merge(src proto.Message)
- func (m *CommonGrpcAccessLogConfig) XXX_Size() int
- func (m *CommonGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
- type CommonGrpcAccessLogConfigValidationError
- func (e CommonGrpcAccessLogConfigValidationError) Cause() error
- func (e CommonGrpcAccessLogConfigValidationError) Error() string
- func (e CommonGrpcAccessLogConfigValidationError) ErrorName() string
- func (e CommonGrpcAccessLogConfigValidationError) Field() string
- func (e CommonGrpcAccessLogConfigValidationError) Key() bool
- func (e CommonGrpcAccessLogConfigValidationError) Reason() string
- type FileAccessLog
- func (*FileAccessLog) Descriptor() ([]byte, []int)
- func (m *FileAccessLog) GetAccessLogFormat() isFileAccessLog_AccessLogFormat
- func (m *FileAccessLog) GetFormat() string
- func (m *FileAccessLog) GetJsonFormat() *_struct.Struct
- func (m *FileAccessLog) GetPath() string
- func (*FileAccessLog) ProtoMessage()
- func (m *FileAccessLog) Reset()
- func (m *FileAccessLog) String() string
- func (m *FileAccessLog) Validate() error
- func (m *FileAccessLog) XXX_DiscardUnknown()
- func (m *FileAccessLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FileAccessLog) XXX_Merge(src proto.Message)
- func (*FileAccessLog) XXX_OneofWrappers() []interface{}
- func (m *FileAccessLog) XXX_Size() int
- func (m *FileAccessLog) XXX_Unmarshal(b []byte) error
- type FileAccessLogValidationError
- func (e FileAccessLogValidationError) Cause() error
- func (e FileAccessLogValidationError) Error() string
- func (e FileAccessLogValidationError) ErrorName() string
- func (e FileAccessLogValidationError) Field() string
- func (e FileAccessLogValidationError) Key() bool
- func (e FileAccessLogValidationError) Reason() string
- type FileAccessLog_Format
- type FileAccessLog_JsonFormat
- type HttpGrpcAccessLogConfig
- func (*HttpGrpcAccessLogConfig) Descriptor() ([]byte, []int)
- func (m *HttpGrpcAccessLogConfig) GetAdditionalRequestHeadersToLog() []string
- func (m *HttpGrpcAccessLogConfig) GetAdditionalResponseHeadersToLog() []string
- func (m *HttpGrpcAccessLogConfig) GetAdditionalResponseTrailersToLog() []string
- func (m *HttpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig
- func (*HttpGrpcAccessLogConfig) ProtoMessage()
- func (m *HttpGrpcAccessLogConfig) Reset()
- func (m *HttpGrpcAccessLogConfig) String() string
- func (m *HttpGrpcAccessLogConfig) Validate() error
- func (m *HttpGrpcAccessLogConfig) XXX_DiscardUnknown()
- func (m *HttpGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *HttpGrpcAccessLogConfig) XXX_Merge(src proto.Message)
- func (m *HttpGrpcAccessLogConfig) XXX_Size() int
- func (m *HttpGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
- type HttpGrpcAccessLogConfigValidationError
- func (e HttpGrpcAccessLogConfigValidationError) Cause() error
- func (e HttpGrpcAccessLogConfigValidationError) Error() string
- func (e HttpGrpcAccessLogConfigValidationError) ErrorName() string
- func (e HttpGrpcAccessLogConfigValidationError) Field() string
- func (e HttpGrpcAccessLogConfigValidationError) Key() bool
- func (e HttpGrpcAccessLogConfigValidationError) Reason() string
- type TcpGrpcAccessLogConfig
- func (*TcpGrpcAccessLogConfig) Descriptor() ([]byte, []int)
- func (m *TcpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig
- func (*TcpGrpcAccessLogConfig) ProtoMessage()
- func (m *TcpGrpcAccessLogConfig) Reset()
- func (m *TcpGrpcAccessLogConfig) String() string
- func (m *TcpGrpcAccessLogConfig) Validate() error
- func (m *TcpGrpcAccessLogConfig) XXX_DiscardUnknown()
- func (m *TcpGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TcpGrpcAccessLogConfig) XXX_Merge(src proto.Message)
- func (m *TcpGrpcAccessLogConfig) XXX_Size() int
- func (m *TcpGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
- type TcpGrpcAccessLogConfigValidationError
- func (e TcpGrpcAccessLogConfigValidationError) Cause() error
- func (e TcpGrpcAccessLogConfigValidationError) Error() string
- func (e TcpGrpcAccessLogConfigValidationError) ErrorName() string
- func (e TcpGrpcAccessLogConfigValidationError) Field() string
- func (e TcpGrpcAccessLogConfigValidationError) Key() bool
- func (e TcpGrpcAccessLogConfigValidationError) Reason() string
Types ¶
type CommonGrpcAccessLogConfig ¶
type CommonGrpcAccessLogConfig struct { LogName string `protobuf:"bytes,1,opt,name=log_name,json=logName,proto3" json:"log_name,omitempty"` GrpcService *core.GrpcService `protobuf:"bytes,2,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"` BufferFlushInterval *duration.Duration `protobuf:"bytes,3,opt,name=buffer_flush_interval,json=bufferFlushInterval,proto3" json:"buffer_flush_interval,omitempty"` BufferSizeBytes *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=buffer_size_bytes,json=bufferSizeBytes,proto3" json:"buffer_size_bytes,omitempty"` FilterStateObjectsToLog []string `protobuf:"bytes,5,rep,name=filter_state_objects_to_log,json=filterStateObjectsToLog,proto3" json:"filter_state_objects_to_log,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CommonGrpcAccessLogConfig) Descriptor ¶
func (*CommonGrpcAccessLogConfig) Descriptor() ([]byte, []int)
func (*CommonGrpcAccessLogConfig) GetBufferFlushInterval ¶
func (m *CommonGrpcAccessLogConfig) GetBufferFlushInterval() *duration.Duration
func (*CommonGrpcAccessLogConfig) GetBufferSizeBytes ¶
func (m *CommonGrpcAccessLogConfig) GetBufferSizeBytes() *wrappers.UInt32Value
func (*CommonGrpcAccessLogConfig) GetFilterStateObjectsToLog ¶
func (m *CommonGrpcAccessLogConfig) GetFilterStateObjectsToLog() []string
func (*CommonGrpcAccessLogConfig) GetGrpcService ¶
func (m *CommonGrpcAccessLogConfig) GetGrpcService() *core.GrpcService
func (*CommonGrpcAccessLogConfig) GetLogName ¶
func (m *CommonGrpcAccessLogConfig) GetLogName() string
func (*CommonGrpcAccessLogConfig) ProtoMessage ¶
func (*CommonGrpcAccessLogConfig) ProtoMessage()
func (*CommonGrpcAccessLogConfig) Reset ¶
func (m *CommonGrpcAccessLogConfig) Reset()
func (*CommonGrpcAccessLogConfig) String ¶
func (m *CommonGrpcAccessLogConfig) String() string
func (*CommonGrpcAccessLogConfig) Validate ¶
func (m *CommonGrpcAccessLogConfig) Validate() error
Validate checks the field values on CommonGrpcAccessLogConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*CommonGrpcAccessLogConfig) XXX_DiscardUnknown ¶
func (m *CommonGrpcAccessLogConfig) XXX_DiscardUnknown()
func (*CommonGrpcAccessLogConfig) XXX_Marshal ¶
func (m *CommonGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CommonGrpcAccessLogConfig) XXX_Merge ¶
func (m *CommonGrpcAccessLogConfig) XXX_Merge(src proto.Message)
func (*CommonGrpcAccessLogConfig) XXX_Size ¶
func (m *CommonGrpcAccessLogConfig) XXX_Size() int
func (*CommonGrpcAccessLogConfig) XXX_Unmarshal ¶
func (m *CommonGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
type CommonGrpcAccessLogConfigValidationError ¶
type CommonGrpcAccessLogConfigValidationError struct {
// contains filtered or unexported fields
}
CommonGrpcAccessLogConfigValidationError is the validation error returned by CommonGrpcAccessLogConfig.Validate if the designated constraints aren't met.
func (CommonGrpcAccessLogConfigValidationError) Cause ¶
func (e CommonGrpcAccessLogConfigValidationError) Cause() error
Cause function returns cause value.
func (CommonGrpcAccessLogConfigValidationError) Error ¶
func (e CommonGrpcAccessLogConfigValidationError) Error() string
Error satisfies the builtin error interface
func (CommonGrpcAccessLogConfigValidationError) ErrorName ¶
func (e CommonGrpcAccessLogConfigValidationError) ErrorName() string
ErrorName returns error name.
func (CommonGrpcAccessLogConfigValidationError) Field ¶
func (e CommonGrpcAccessLogConfigValidationError) Field() string
Field function returns field value.
func (CommonGrpcAccessLogConfigValidationError) Key ¶
func (e CommonGrpcAccessLogConfigValidationError) Key() bool
Key function returns key value.
func (CommonGrpcAccessLogConfigValidationError) Reason ¶
func (e CommonGrpcAccessLogConfigValidationError) Reason() string
Reason function returns reason value.
type FileAccessLog ¶
type FileAccessLog struct { Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"` // Types that are valid to be assigned to AccessLogFormat: // *FileAccessLog_Format // *FileAccessLog_JsonFormat AccessLogFormat isFileAccessLog_AccessLogFormat `protobuf_oneof:"access_log_format"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FileAccessLog) Descriptor ¶
func (*FileAccessLog) Descriptor() ([]byte, []int)
func (*FileAccessLog) GetAccessLogFormat ¶
func (m *FileAccessLog) GetAccessLogFormat() isFileAccessLog_AccessLogFormat
func (*FileAccessLog) GetFormat ¶
func (m *FileAccessLog) GetFormat() string
func (*FileAccessLog) GetJsonFormat ¶
func (m *FileAccessLog) GetJsonFormat() *_struct.Struct
func (*FileAccessLog) GetPath ¶
func (m *FileAccessLog) GetPath() string
func (*FileAccessLog) ProtoMessage ¶
func (*FileAccessLog) ProtoMessage()
func (*FileAccessLog) Reset ¶
func (m *FileAccessLog) Reset()
func (*FileAccessLog) String ¶
func (m *FileAccessLog) String() string
func (*FileAccessLog) Validate ¶
func (m *FileAccessLog) Validate() error
Validate checks the field values on FileAccessLog with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*FileAccessLog) XXX_DiscardUnknown ¶
func (m *FileAccessLog) XXX_DiscardUnknown()
func (*FileAccessLog) XXX_Marshal ¶
func (m *FileAccessLog) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FileAccessLog) XXX_Merge ¶
func (m *FileAccessLog) XXX_Merge(src proto.Message)
func (*FileAccessLog) XXX_OneofWrappers ¶
func (*FileAccessLog) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*FileAccessLog) XXX_Size ¶
func (m *FileAccessLog) XXX_Size() int
func (*FileAccessLog) XXX_Unmarshal ¶
func (m *FileAccessLog) XXX_Unmarshal(b []byte) error
type FileAccessLogValidationError ¶
type FileAccessLogValidationError struct {
// contains filtered or unexported fields
}
FileAccessLogValidationError is the validation error returned by FileAccessLog.Validate if the designated constraints aren't met.
func (FileAccessLogValidationError) Cause ¶
func (e FileAccessLogValidationError) Cause() error
Cause function returns cause value.
func (FileAccessLogValidationError) Error ¶
func (e FileAccessLogValidationError) Error() string
Error satisfies the builtin error interface
func (FileAccessLogValidationError) ErrorName ¶
func (e FileAccessLogValidationError) ErrorName() string
ErrorName returns error name.
func (FileAccessLogValidationError) Field ¶
func (e FileAccessLogValidationError) Field() string
Field function returns field value.
func (FileAccessLogValidationError) Key ¶
func (e FileAccessLogValidationError) Key() bool
Key function returns key value.
func (FileAccessLogValidationError) Reason ¶
func (e FileAccessLogValidationError) Reason() string
Reason function returns reason value.
type FileAccessLog_Format ¶
type FileAccessLog_Format struct { Format string `protobuf:"bytes,2,opt,name=format,proto3,oneof"` }
type FileAccessLog_JsonFormat ¶
type FileAccessLog_JsonFormat struct { JsonFormat *_struct.Struct `protobuf:"bytes,3,opt,name=json_format,json=jsonFormat,proto3,oneof"` }
type HttpGrpcAccessLogConfig ¶
type HttpGrpcAccessLogConfig struct { CommonConfig *CommonGrpcAccessLogConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"` AdditionalRequestHeadersToLog []string `protobuf:"bytes,2,rep,name=additional_request_headers_to_log,json=additionalRequestHeadersToLog,proto3" json:"additional_request_headers_to_log,omitempty"` AdditionalResponseHeadersToLog []string `protobuf:"bytes,3,rep,name=additional_response_headers_to_log,json=additionalResponseHeadersToLog,proto3" json:"additional_response_headers_to_log,omitempty"` AdditionalResponseTrailersToLog []string `protobuf:"bytes,4,rep,name=additional_response_trailers_to_log,json=additionalResponseTrailersToLog,proto3" json:"additional_response_trailers_to_log,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*HttpGrpcAccessLogConfig) Descriptor ¶
func (*HttpGrpcAccessLogConfig) Descriptor() ([]byte, []int)
func (*HttpGrpcAccessLogConfig) GetAdditionalRequestHeadersToLog ¶
func (m *HttpGrpcAccessLogConfig) GetAdditionalRequestHeadersToLog() []string
func (*HttpGrpcAccessLogConfig) GetAdditionalResponseHeadersToLog ¶
func (m *HttpGrpcAccessLogConfig) GetAdditionalResponseHeadersToLog() []string
func (*HttpGrpcAccessLogConfig) GetAdditionalResponseTrailersToLog ¶
func (m *HttpGrpcAccessLogConfig) GetAdditionalResponseTrailersToLog() []string
func (*HttpGrpcAccessLogConfig) GetCommonConfig ¶
func (m *HttpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig
func (*HttpGrpcAccessLogConfig) ProtoMessage ¶
func (*HttpGrpcAccessLogConfig) ProtoMessage()
func (*HttpGrpcAccessLogConfig) Reset ¶
func (m *HttpGrpcAccessLogConfig) Reset()
func (*HttpGrpcAccessLogConfig) String ¶
func (m *HttpGrpcAccessLogConfig) String() string
func (*HttpGrpcAccessLogConfig) Validate ¶
func (m *HttpGrpcAccessLogConfig) Validate() error
Validate checks the field values on HttpGrpcAccessLogConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*HttpGrpcAccessLogConfig) XXX_DiscardUnknown ¶
func (m *HttpGrpcAccessLogConfig) XXX_DiscardUnknown()
func (*HttpGrpcAccessLogConfig) XXX_Marshal ¶
func (m *HttpGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*HttpGrpcAccessLogConfig) XXX_Merge ¶
func (m *HttpGrpcAccessLogConfig) XXX_Merge(src proto.Message)
func (*HttpGrpcAccessLogConfig) XXX_Size ¶
func (m *HttpGrpcAccessLogConfig) XXX_Size() int
func (*HttpGrpcAccessLogConfig) XXX_Unmarshal ¶
func (m *HttpGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
type HttpGrpcAccessLogConfigValidationError ¶
type HttpGrpcAccessLogConfigValidationError struct {
// contains filtered or unexported fields
}
HttpGrpcAccessLogConfigValidationError is the validation error returned by HttpGrpcAccessLogConfig.Validate if the designated constraints aren't met.
func (HttpGrpcAccessLogConfigValidationError) Cause ¶
func (e HttpGrpcAccessLogConfigValidationError) Cause() error
Cause function returns cause value.
func (HttpGrpcAccessLogConfigValidationError) Error ¶
func (e HttpGrpcAccessLogConfigValidationError) Error() string
Error satisfies the builtin error interface
func (HttpGrpcAccessLogConfigValidationError) ErrorName ¶
func (e HttpGrpcAccessLogConfigValidationError) ErrorName() string
ErrorName returns error name.
func (HttpGrpcAccessLogConfigValidationError) Field ¶
func (e HttpGrpcAccessLogConfigValidationError) Field() string
Field function returns field value.
func (HttpGrpcAccessLogConfigValidationError) Key ¶
func (e HttpGrpcAccessLogConfigValidationError) Key() bool
Key function returns key value.
func (HttpGrpcAccessLogConfigValidationError) Reason ¶
func (e HttpGrpcAccessLogConfigValidationError) Reason() string
Reason function returns reason value.
type TcpGrpcAccessLogConfig ¶
type TcpGrpcAccessLogConfig struct { CommonConfig *CommonGrpcAccessLogConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TcpGrpcAccessLogConfig) Descriptor ¶
func (*TcpGrpcAccessLogConfig) Descriptor() ([]byte, []int)
func (*TcpGrpcAccessLogConfig) GetCommonConfig ¶
func (m *TcpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig
func (*TcpGrpcAccessLogConfig) ProtoMessage ¶
func (*TcpGrpcAccessLogConfig) ProtoMessage()
func (*TcpGrpcAccessLogConfig) Reset ¶
func (m *TcpGrpcAccessLogConfig) Reset()
func (*TcpGrpcAccessLogConfig) String ¶
func (m *TcpGrpcAccessLogConfig) String() string
func (*TcpGrpcAccessLogConfig) Validate ¶
func (m *TcpGrpcAccessLogConfig) Validate() error
Validate checks the field values on TcpGrpcAccessLogConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
func (*TcpGrpcAccessLogConfig) XXX_DiscardUnknown ¶
func (m *TcpGrpcAccessLogConfig) XXX_DiscardUnknown()
func (*TcpGrpcAccessLogConfig) XXX_Marshal ¶
func (m *TcpGrpcAccessLogConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TcpGrpcAccessLogConfig) XXX_Merge ¶
func (m *TcpGrpcAccessLogConfig) XXX_Merge(src proto.Message)
func (*TcpGrpcAccessLogConfig) XXX_Size ¶
func (m *TcpGrpcAccessLogConfig) XXX_Size() int
func (*TcpGrpcAccessLogConfig) XXX_Unmarshal ¶
func (m *TcpGrpcAccessLogConfig) XXX_Unmarshal(b []byte) error
type TcpGrpcAccessLogConfigValidationError ¶
type TcpGrpcAccessLogConfigValidationError struct {
// contains filtered or unexported fields
}
TcpGrpcAccessLogConfigValidationError is the validation error returned by TcpGrpcAccessLogConfig.Validate if the designated constraints aren't met.
func (TcpGrpcAccessLogConfigValidationError) Cause ¶
func (e TcpGrpcAccessLogConfigValidationError) Cause() error
Cause function returns cause value.
func (TcpGrpcAccessLogConfigValidationError) Error ¶
func (e TcpGrpcAccessLogConfigValidationError) Error() string
Error satisfies the builtin error interface
func (TcpGrpcAccessLogConfigValidationError) ErrorName ¶
func (e TcpGrpcAccessLogConfigValidationError) ErrorName() string
ErrorName returns error name.
func (TcpGrpcAccessLogConfigValidationError) Field ¶
func (e TcpGrpcAccessLogConfigValidationError) Field() string
Field function returns field value.
func (TcpGrpcAccessLogConfigValidationError) Key ¶
func (e TcpGrpcAccessLogConfigValidationError) Key() bool
Key function returns key value.
func (TcpGrpcAccessLogConfigValidationError) Reason ¶
func (e TcpGrpcAccessLogConfigValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
als.pb.go als.pb.validate.go file.pb.go file.pb.validate.go
- Version
- v0.9.1
- Published
- Nov 9, 2019
- Platform
- linux/amd64
- Imports
- 18 packages
- Last checked
- 23 minutes ago –
Tools for package owners.