package envoy_config_ratelimit_v3

import "github.com/envoyproxy/go-control-plane/envoy/config/ratelimit/v3"

Index

Types

type RateLimitServiceConfig

type RateLimitServiceConfig struct {
	GrpcService          *v3.GrpcService `protobuf:"bytes,2,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*RateLimitServiceConfig) Descriptor

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

func (*RateLimitServiceConfig) GetGrpcService

func (m *RateLimitServiceConfig) GetGrpcService() *v3.GrpcService

func (*RateLimitServiceConfig) ProtoMessage

func (*RateLimitServiceConfig) ProtoMessage()

func (*RateLimitServiceConfig) Reset

func (m *RateLimitServiceConfig) Reset()

func (*RateLimitServiceConfig) String

func (m *RateLimitServiceConfig) String() string

func (*RateLimitServiceConfig) Validate

func (m *RateLimitServiceConfig) Validate() error

Validate checks the field values on RateLimitServiceConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*RateLimitServiceConfig) XXX_DiscardUnknown

func (m *RateLimitServiceConfig) XXX_DiscardUnknown()

func (*RateLimitServiceConfig) XXX_Marshal

func (m *RateLimitServiceConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RateLimitServiceConfig) XXX_Merge

func (m *RateLimitServiceConfig) XXX_Merge(src proto.Message)

func (*RateLimitServiceConfig) XXX_Size

func (m *RateLimitServiceConfig) XXX_Size() int

func (*RateLimitServiceConfig) XXX_Unmarshal

func (m *RateLimitServiceConfig) XXX_Unmarshal(b []byte) error

type RateLimitServiceConfigValidationError

type RateLimitServiceConfigValidationError struct {
	// contains filtered or unexported fields
}

RateLimitServiceConfigValidationError is the validation error returned by RateLimitServiceConfig.Validate if the designated constraints aren't met.

func (RateLimitServiceConfigValidationError) Cause

Cause function returns cause value.

func (RateLimitServiceConfigValidationError) Error

Error satisfies the builtin error interface

func (RateLimitServiceConfigValidationError) ErrorName

ErrorName returns error name.

func (RateLimitServiceConfigValidationError) Field

Field function returns field value.

func (RateLimitServiceConfigValidationError) Key

Key function returns key value.

func (RateLimitServiceConfigValidationError) Reason

Reason function returns reason value.

Source Files

rls.pb.go rls.pb.validate.go

Version
v0.9.3
Published
Feb 8, 2020
Platform
js/wasm
Imports
16 packages
Last checked
2 hours ago

Tools for package owners.