envoy_extensions_access_loggers_grpc_v3

package
v0.9.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2020 License: Apache-2.0 Imports: 21 Imported by: 45

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_access_loggers_grpc_v3_als_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CommonGrpcAccessLogConfig

type CommonGrpcAccessLogConfig struct {
	LogName                 string                `protobuf:"bytes,1,opt,name=log_name,json=logName,proto3" json:"log_name,omitempty"`
	GrpcService             *v3.GrpcService       `protobuf:"bytes,2,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
	TransportApiVersion     v3.ApiVersion         `` /* 158-byte string literal not displayed */
	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              `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommonGrpcAccessLogConfig) Descriptor deprecated

func (*CommonGrpcAccessLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use CommonGrpcAccessLogConfig.ProtoReflect.Descriptor instead.

func (*CommonGrpcAccessLogConfig) GetBufferFlushInterval

func (x *CommonGrpcAccessLogConfig) GetBufferFlushInterval() *duration.Duration

func (*CommonGrpcAccessLogConfig) GetBufferSizeBytes

func (x *CommonGrpcAccessLogConfig) GetBufferSizeBytes() *wrappers.UInt32Value

func (*CommonGrpcAccessLogConfig) GetFilterStateObjectsToLog

func (x *CommonGrpcAccessLogConfig) GetFilterStateObjectsToLog() []string

func (*CommonGrpcAccessLogConfig) GetGrpcService

func (x *CommonGrpcAccessLogConfig) GetGrpcService() *v3.GrpcService

func (*CommonGrpcAccessLogConfig) GetLogName

func (x *CommonGrpcAccessLogConfig) GetLogName() string

func (*CommonGrpcAccessLogConfig) GetTransportApiVersion added in v0.9.6

func (x *CommonGrpcAccessLogConfig) GetTransportApiVersion() v3.ApiVersion

func (*CommonGrpcAccessLogConfig) ProtoMessage

func (*CommonGrpcAccessLogConfig) ProtoMessage()

func (*CommonGrpcAccessLogConfig) ProtoReflect added in v0.9.6

func (*CommonGrpcAccessLogConfig) Reset

func (x *CommonGrpcAccessLogConfig) Reset()

func (*CommonGrpcAccessLogConfig) String

func (x *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.

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

Cause function returns cause value.

func (CommonGrpcAccessLogConfigValidationError) Error

Error satisfies the builtin error interface

func (CommonGrpcAccessLogConfigValidationError) ErrorName

ErrorName returns error name.

func (CommonGrpcAccessLogConfigValidationError) Field

Field function returns field value.

func (CommonGrpcAccessLogConfigValidationError) Key

Key function returns key value.

func (CommonGrpcAccessLogConfigValidationError) Reason

Reason function returns reason value.

type HttpGrpcAccessLogConfig

type HttpGrpcAccessLogConfig struct {
	CommonConfig                    *CommonGrpcAccessLogConfig `protobuf:"bytes,1,opt,name=common_config,json=commonConfig,proto3" json:"common_config,omitempty"`
	AdditionalRequestHeadersToLog   []string                   `` /* 154-byte string literal not displayed */
	AdditionalResponseHeadersToLog  []string                   `` /* 157-byte string literal not displayed */
	AdditionalResponseTrailersToLog []string                   `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HttpGrpcAccessLogConfig) Descriptor deprecated

func (*HttpGrpcAccessLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use HttpGrpcAccessLogConfig.ProtoReflect.Descriptor instead.

func (*HttpGrpcAccessLogConfig) GetAdditionalRequestHeadersToLog

func (x *HttpGrpcAccessLogConfig) GetAdditionalRequestHeadersToLog() []string

func (*HttpGrpcAccessLogConfig) GetAdditionalResponseHeadersToLog

func (x *HttpGrpcAccessLogConfig) GetAdditionalResponseHeadersToLog() []string

func (*HttpGrpcAccessLogConfig) GetAdditionalResponseTrailersToLog

func (x *HttpGrpcAccessLogConfig) GetAdditionalResponseTrailersToLog() []string

func (*HttpGrpcAccessLogConfig) GetCommonConfig

func (x *HttpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig

func (*HttpGrpcAccessLogConfig) ProtoMessage

func (*HttpGrpcAccessLogConfig) ProtoMessage()

func (*HttpGrpcAccessLogConfig) ProtoReflect added in v0.9.6

func (x *HttpGrpcAccessLogConfig) ProtoReflect() protoreflect.Message

func (*HttpGrpcAccessLogConfig) Reset

func (x *HttpGrpcAccessLogConfig) Reset()

func (*HttpGrpcAccessLogConfig) String

func (x *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.

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

Cause function returns cause value.

func (HttpGrpcAccessLogConfigValidationError) Error

Error satisfies the builtin error interface

func (HttpGrpcAccessLogConfigValidationError) ErrorName

ErrorName returns error name.

func (HttpGrpcAccessLogConfigValidationError) Field

Field function returns field value.

func (HttpGrpcAccessLogConfigValidationError) Key

Key function returns key value.

func (HttpGrpcAccessLogConfigValidationError) Reason

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"`
	// contains filtered or unexported fields
}

func (*TcpGrpcAccessLogConfig) Descriptor deprecated

func (*TcpGrpcAccessLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use TcpGrpcAccessLogConfig.ProtoReflect.Descriptor instead.

func (*TcpGrpcAccessLogConfig) GetCommonConfig

func (x *TcpGrpcAccessLogConfig) GetCommonConfig() *CommonGrpcAccessLogConfig

func (*TcpGrpcAccessLogConfig) ProtoMessage

func (*TcpGrpcAccessLogConfig) ProtoMessage()

func (*TcpGrpcAccessLogConfig) ProtoReflect added in v0.9.6

func (x *TcpGrpcAccessLogConfig) ProtoReflect() protoreflect.Message

func (*TcpGrpcAccessLogConfig) Reset

func (x *TcpGrpcAccessLogConfig) Reset()

func (*TcpGrpcAccessLogConfig) String

func (x *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.

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

Cause function returns cause value.

func (TcpGrpcAccessLogConfigValidationError) Error

Error satisfies the builtin error interface

func (TcpGrpcAccessLogConfigValidationError) ErrorName

ErrorName returns error name.

func (TcpGrpcAccessLogConfigValidationError) Field

Field function returns field value.

func (TcpGrpcAccessLogConfigValidationError) Key

Key function returns key value.

func (TcpGrpcAccessLogConfigValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL