envoy_config_metrics_v2

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2020 License: Apache-2.0 Imports: 20 Imported by: 27

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DogStatsdSink

type DogStatsdSink struct {
	// Types that are valid to be assigned to DogStatsdSpecifier:
	//	*DogStatsdSink_Address
	DogStatsdSpecifier   isDogStatsdSink_DogStatsdSpecifier `protobuf_oneof:"dog_statsd_specifier"`
	Prefix               string                             `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                           `json:"-"`
	XXX_unrecognized     []byte                             `json:"-"`
	XXX_sizecache        int32                              `json:"-"`
}

func (*DogStatsdSink) Descriptor

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

func (*DogStatsdSink) GetAddress

func (m *DogStatsdSink) GetAddress() *core.Address

func (*DogStatsdSink) GetDogStatsdSpecifier

func (m *DogStatsdSink) GetDogStatsdSpecifier() isDogStatsdSink_DogStatsdSpecifier

func (*DogStatsdSink) GetPrefix added in v0.6.1

func (m *DogStatsdSink) GetPrefix() string

func (*DogStatsdSink) ProtoMessage

func (*DogStatsdSink) ProtoMessage()

func (*DogStatsdSink) Reset

func (m *DogStatsdSink) Reset()

func (*DogStatsdSink) String

func (m *DogStatsdSink) String() string

func (*DogStatsdSink) Validate

func (m *DogStatsdSink) Validate() error

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

func (*DogStatsdSink) XXX_DiscardUnknown

func (m *DogStatsdSink) XXX_DiscardUnknown()

func (*DogStatsdSink) XXX_Marshal

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

func (*DogStatsdSink) XXX_Merge

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

func (*DogStatsdSink) XXX_OneofWrappers added in v0.9.0

func (*DogStatsdSink) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*DogStatsdSink) XXX_Size

func (m *DogStatsdSink) XXX_Size() int

func (*DogStatsdSink) XXX_Unmarshal

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

type DogStatsdSinkValidationError

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

DogStatsdSinkValidationError is the validation error returned by DogStatsdSink.Validate if the designated constraints aren't met.

func (DogStatsdSinkValidationError) Cause

Cause function returns cause value.

func (DogStatsdSinkValidationError) Error

Error satisfies the builtin error interface

func (DogStatsdSinkValidationError) ErrorName added in v0.7.0

func (e DogStatsdSinkValidationError) ErrorName() string

ErrorName returns error name.

func (DogStatsdSinkValidationError) Field

Field function returns field value.

func (DogStatsdSinkValidationError) Key

Key function returns key value.

func (DogStatsdSinkValidationError) Reason

Reason function returns reason value.

type DogStatsdSink_Address

type DogStatsdSink_Address struct {
	Address *core.Address `protobuf:"bytes,1,opt,name=address,proto3,oneof"`
}

type HystrixSink

type HystrixSink struct {
	NumBuckets           int64    `protobuf:"varint,1,opt,name=num_buckets,json=numBuckets,proto3" json:"num_buckets,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HystrixSink) Descriptor

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

func (*HystrixSink) GetNumBuckets

func (m *HystrixSink) GetNumBuckets() int64

func (*HystrixSink) ProtoMessage

func (*HystrixSink) ProtoMessage()

func (*HystrixSink) Reset

func (m *HystrixSink) Reset()

func (*HystrixSink) String

func (m *HystrixSink) String() string

func (*HystrixSink) Validate

func (m *HystrixSink) Validate() error

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

func (*HystrixSink) XXX_DiscardUnknown

func (m *HystrixSink) XXX_DiscardUnknown()

func (*HystrixSink) XXX_Marshal

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

func (*HystrixSink) XXX_Merge

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

func (*HystrixSink) XXX_Size

func (m *HystrixSink) XXX_Size() int

func (*HystrixSink) XXX_Unmarshal

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

type HystrixSinkValidationError

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

HystrixSinkValidationError is the validation error returned by HystrixSink.Validate if the designated constraints aren't met.

func (HystrixSinkValidationError) Cause

Cause function returns cause value.

func (HystrixSinkValidationError) Error

Error satisfies the builtin error interface

func (HystrixSinkValidationError) ErrorName added in v0.7.0

func (e HystrixSinkValidationError) ErrorName() string

ErrorName returns error name.

func (HystrixSinkValidationError) Field

Field function returns field value.

func (HystrixSinkValidationError) Key

Key function returns key value.

func (HystrixSinkValidationError) Reason

Reason function returns reason value.

type MetricsServiceConfig

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

func (*MetricsServiceConfig) Descriptor

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

func (*MetricsServiceConfig) GetGrpcService

func (m *MetricsServiceConfig) GetGrpcService() *core.GrpcService

func (*MetricsServiceConfig) ProtoMessage

func (*MetricsServiceConfig) ProtoMessage()

func (*MetricsServiceConfig) Reset

func (m *MetricsServiceConfig) Reset()

func (*MetricsServiceConfig) String

func (m *MetricsServiceConfig) String() string

func (*MetricsServiceConfig) Validate

func (m *MetricsServiceConfig) Validate() error

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

func (*MetricsServiceConfig) XXX_DiscardUnknown

func (m *MetricsServiceConfig) XXX_DiscardUnknown()

func (*MetricsServiceConfig) XXX_Marshal

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

func (*MetricsServiceConfig) XXX_Merge

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

func (*MetricsServiceConfig) XXX_Size

func (m *MetricsServiceConfig) XXX_Size() int

func (*MetricsServiceConfig) XXX_Unmarshal

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

type MetricsServiceConfigValidationError

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

MetricsServiceConfigValidationError is the validation error returned by MetricsServiceConfig.Validate if the designated constraints aren't met.

func (MetricsServiceConfigValidationError) Cause

Cause function returns cause value.

func (MetricsServiceConfigValidationError) Error

Error satisfies the builtin error interface

func (MetricsServiceConfigValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (MetricsServiceConfigValidationError) Field

Field function returns field value.

func (MetricsServiceConfigValidationError) Key

Key function returns key value.

func (MetricsServiceConfigValidationError) Reason

Reason function returns reason value.

type StatsConfig

type StatsConfig struct {
	StatsTags            []*TagSpecifier     `protobuf:"bytes,1,rep,name=stats_tags,json=statsTags,proto3" json:"stats_tags,omitempty"`
	UseAllDefaultTags    *wrappers.BoolValue `protobuf:"bytes,2,opt,name=use_all_default_tags,json=useAllDefaultTags,proto3" json:"use_all_default_tags,omitempty"`
	StatsMatcher         *StatsMatcher       `protobuf:"bytes,3,opt,name=stats_matcher,json=statsMatcher,proto3" json:"stats_matcher,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*StatsConfig) Descriptor

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

func (*StatsConfig) GetStatsMatcher added in v0.6.1

func (m *StatsConfig) GetStatsMatcher() *StatsMatcher

func (*StatsConfig) GetStatsTags

func (m *StatsConfig) GetStatsTags() []*TagSpecifier

func (*StatsConfig) GetUseAllDefaultTags

func (m *StatsConfig) GetUseAllDefaultTags() *wrappers.BoolValue

func (*StatsConfig) ProtoMessage

func (*StatsConfig) ProtoMessage()

func (*StatsConfig) Reset

func (m *StatsConfig) Reset()

func (*StatsConfig) String

func (m *StatsConfig) String() string

func (*StatsConfig) Validate

func (m *StatsConfig) Validate() error

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

func (*StatsConfig) XXX_DiscardUnknown

func (m *StatsConfig) XXX_DiscardUnknown()

func (*StatsConfig) XXX_Marshal

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

func (*StatsConfig) XXX_Merge

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

func (*StatsConfig) XXX_Size

func (m *StatsConfig) XXX_Size() int

func (*StatsConfig) XXX_Unmarshal

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

type StatsConfigValidationError

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

StatsConfigValidationError is the validation error returned by StatsConfig.Validate if the designated constraints aren't met.

func (StatsConfigValidationError) Cause

Cause function returns cause value.

func (StatsConfigValidationError) Error

Error satisfies the builtin error interface

func (StatsConfigValidationError) ErrorName added in v0.7.0

func (e StatsConfigValidationError) ErrorName() string

ErrorName returns error name.

func (StatsConfigValidationError) Field

Field function returns field value.

func (StatsConfigValidationError) Key

Key function returns key value.

func (StatsConfigValidationError) Reason

Reason function returns reason value.

type StatsMatcher added in v0.6.1

type StatsMatcher struct {
	// Types that are valid to be assigned to StatsMatcher:
	//	*StatsMatcher_RejectAll
	//	*StatsMatcher_ExclusionList
	//	*StatsMatcher_InclusionList
	StatsMatcher         isStatsMatcher_StatsMatcher `protobuf_oneof:"stats_matcher"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*StatsMatcher) Descriptor added in v0.6.1

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

func (*StatsMatcher) GetExclusionList added in v0.6.1

func (m *StatsMatcher) GetExclusionList() *matcher.ListStringMatcher

func (*StatsMatcher) GetInclusionList added in v0.6.1

func (m *StatsMatcher) GetInclusionList() *matcher.ListStringMatcher

func (*StatsMatcher) GetRejectAll added in v0.6.1

func (m *StatsMatcher) GetRejectAll() bool

func (*StatsMatcher) GetStatsMatcher added in v0.6.1

func (m *StatsMatcher) GetStatsMatcher() isStatsMatcher_StatsMatcher

func (*StatsMatcher) ProtoMessage added in v0.6.1

func (*StatsMatcher) ProtoMessage()

func (*StatsMatcher) Reset added in v0.6.1

func (m *StatsMatcher) Reset()

func (*StatsMatcher) String added in v0.6.1

func (m *StatsMatcher) String() string

func (*StatsMatcher) Validate added in v0.6.1

func (m *StatsMatcher) Validate() error

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

func (*StatsMatcher) XXX_DiscardUnknown added in v0.6.1

func (m *StatsMatcher) XXX_DiscardUnknown()

func (*StatsMatcher) XXX_Marshal added in v0.6.1

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

func (*StatsMatcher) XXX_Merge added in v0.6.1

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

func (*StatsMatcher) XXX_OneofWrappers added in v0.9.0

func (*StatsMatcher) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*StatsMatcher) XXX_Size added in v0.6.1

func (m *StatsMatcher) XXX_Size() int

func (*StatsMatcher) XXX_Unmarshal added in v0.6.1

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

type StatsMatcherValidationError added in v0.6.1

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

StatsMatcherValidationError is the validation error returned by StatsMatcher.Validate if the designated constraints aren't met.

func (StatsMatcherValidationError) Cause added in v0.6.1

Cause function returns cause value.

func (StatsMatcherValidationError) Error added in v0.6.1

Error satisfies the builtin error interface

func (StatsMatcherValidationError) ErrorName added in v0.7.0

func (e StatsMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (StatsMatcherValidationError) Field added in v0.6.1

Field function returns field value.

func (StatsMatcherValidationError) Key added in v0.6.1

Key function returns key value.

func (StatsMatcherValidationError) Reason added in v0.6.1

Reason function returns reason value.

type StatsMatcher_ExclusionList added in v0.6.1

type StatsMatcher_ExclusionList struct {
	ExclusionList *matcher.ListStringMatcher `protobuf:"bytes,2,opt,name=exclusion_list,json=exclusionList,proto3,oneof"`
}

type StatsMatcher_InclusionList added in v0.6.1

type StatsMatcher_InclusionList struct {
	InclusionList *matcher.ListStringMatcher `protobuf:"bytes,3,opt,name=inclusion_list,json=inclusionList,proto3,oneof"`
}

type StatsMatcher_RejectAll added in v0.6.1

type StatsMatcher_RejectAll struct {
	RejectAll bool `protobuf:"varint,1,opt,name=reject_all,json=rejectAll,proto3,oneof"`
}

type StatsSink

type StatsSink struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are valid to be assigned to ConfigType:
	//	*StatsSink_Config
	//	*StatsSink_TypedConfig
	ConfigType           isStatsSink_ConfigType `protobuf_oneof:"config_type"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*StatsSink) Descriptor

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

func (*StatsSink) GetConfig deprecated

func (m *StatsSink) GetConfig() *_struct.Struct

Deprecated: Do not use.

func (*StatsSink) GetConfigType added in v0.6.3

func (m *StatsSink) GetConfigType() isStatsSink_ConfigType

func (*StatsSink) GetName

func (m *StatsSink) GetName() string

func (*StatsSink) GetTypedConfig added in v0.6.3

func (m *StatsSink) GetTypedConfig() *any.Any

func (*StatsSink) ProtoMessage

func (*StatsSink) ProtoMessage()

func (*StatsSink) Reset

func (m *StatsSink) Reset()

func (*StatsSink) String

func (m *StatsSink) String() string

func (*StatsSink) Validate

func (m *StatsSink) Validate() error

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

func (*StatsSink) XXX_DiscardUnknown

func (m *StatsSink) XXX_DiscardUnknown()

func (*StatsSink) XXX_Marshal

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

func (*StatsSink) XXX_Merge

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

func (*StatsSink) XXX_OneofWrappers added in v0.9.0

func (*StatsSink) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*StatsSink) XXX_Size

func (m *StatsSink) XXX_Size() int

func (*StatsSink) XXX_Unmarshal

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

type StatsSinkValidationError

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

StatsSinkValidationError is the validation error returned by StatsSink.Validate if the designated constraints aren't met.

func (StatsSinkValidationError) Cause

func (e StatsSinkValidationError) Cause() error

Cause function returns cause value.

func (StatsSinkValidationError) Error

func (e StatsSinkValidationError) Error() string

Error satisfies the builtin error interface

func (StatsSinkValidationError) ErrorName added in v0.7.0

func (e StatsSinkValidationError) ErrorName() string

ErrorName returns error name.

func (StatsSinkValidationError) Field

func (e StatsSinkValidationError) Field() string

Field function returns field value.

func (StatsSinkValidationError) Key

Key function returns key value.

func (StatsSinkValidationError) Reason

func (e StatsSinkValidationError) Reason() string

Reason function returns reason value.

type StatsSink_Config added in v0.6.3

type StatsSink_Config struct {
	Config *_struct.Struct `protobuf:"bytes,2,opt,name=config,proto3,oneof"`
}

type StatsSink_TypedConfig added in v0.6.3

type StatsSink_TypedConfig struct {
	TypedConfig *any.Any `protobuf:"bytes,3,opt,name=typed_config,json=typedConfig,proto3,oneof"`
}

type StatsdSink

type StatsdSink struct {
	// Types that are valid to be assigned to StatsdSpecifier:
	//	*StatsdSink_Address
	//	*StatsdSink_TcpClusterName
	StatsdSpecifier      isStatsdSink_StatsdSpecifier `protobuf_oneof:"statsd_specifier"`
	Prefix               string                       `protobuf:"bytes,3,opt,name=prefix,proto3" json:"prefix,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*StatsdSink) Descriptor

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

func (*StatsdSink) GetAddress

func (m *StatsdSink) GetAddress() *core.Address

func (*StatsdSink) GetPrefix

func (m *StatsdSink) GetPrefix() string

func (*StatsdSink) GetStatsdSpecifier

func (m *StatsdSink) GetStatsdSpecifier() isStatsdSink_StatsdSpecifier

func (*StatsdSink) GetTcpClusterName

func (m *StatsdSink) GetTcpClusterName() string

func (*StatsdSink) ProtoMessage

func (*StatsdSink) ProtoMessage()

func (*StatsdSink) Reset

func (m *StatsdSink) Reset()

func (*StatsdSink) String

func (m *StatsdSink) String() string

func (*StatsdSink) Validate

func (m *StatsdSink) Validate() error

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

func (*StatsdSink) XXX_DiscardUnknown

func (m *StatsdSink) XXX_DiscardUnknown()

func (*StatsdSink) XXX_Marshal

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

func (*StatsdSink) XXX_Merge

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

func (*StatsdSink) XXX_OneofWrappers added in v0.9.0

func (*StatsdSink) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*StatsdSink) XXX_Size

func (m *StatsdSink) XXX_Size() int

func (*StatsdSink) XXX_Unmarshal

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

type StatsdSinkValidationError

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

StatsdSinkValidationError is the validation error returned by StatsdSink.Validate if the designated constraints aren't met.

func (StatsdSinkValidationError) Cause

func (e StatsdSinkValidationError) Cause() error

Cause function returns cause value.

func (StatsdSinkValidationError) Error

Error satisfies the builtin error interface

func (StatsdSinkValidationError) ErrorName added in v0.7.0

func (e StatsdSinkValidationError) ErrorName() string

ErrorName returns error name.

func (StatsdSinkValidationError) Field

Field function returns field value.

func (StatsdSinkValidationError) Key

Key function returns key value.

func (StatsdSinkValidationError) Reason

func (e StatsdSinkValidationError) Reason() string

Reason function returns reason value.

type StatsdSink_Address

type StatsdSink_Address struct {
	Address *core.Address `protobuf:"bytes,1,opt,name=address,proto3,oneof"`
}

type StatsdSink_TcpClusterName

type StatsdSink_TcpClusterName struct {
	TcpClusterName string `protobuf:"bytes,2,opt,name=tcp_cluster_name,json=tcpClusterName,proto3,oneof"`
}

type TagSpecifier

type TagSpecifier struct {
	TagName string `protobuf:"bytes,1,opt,name=tag_name,json=tagName,proto3" json:"tag_name,omitempty"`
	// Types that are valid to be assigned to TagValue:
	//	*TagSpecifier_Regex
	//	*TagSpecifier_FixedValue
	TagValue             isTagSpecifier_TagValue `protobuf_oneof:"tag_value"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*TagSpecifier) Descriptor

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

func (*TagSpecifier) GetFixedValue

func (m *TagSpecifier) GetFixedValue() string

func (*TagSpecifier) GetRegex

func (m *TagSpecifier) GetRegex() string

func (*TagSpecifier) GetTagName

func (m *TagSpecifier) GetTagName() string

func (*TagSpecifier) GetTagValue

func (m *TagSpecifier) GetTagValue() isTagSpecifier_TagValue

func (*TagSpecifier) ProtoMessage

func (*TagSpecifier) ProtoMessage()

func (*TagSpecifier) Reset

func (m *TagSpecifier) Reset()

func (*TagSpecifier) String

func (m *TagSpecifier) String() string

func (*TagSpecifier) Validate

func (m *TagSpecifier) Validate() error

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

func (*TagSpecifier) XXX_DiscardUnknown

func (m *TagSpecifier) XXX_DiscardUnknown()

func (*TagSpecifier) XXX_Marshal

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

func (*TagSpecifier) XXX_Merge

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

func (*TagSpecifier) XXX_OneofWrappers added in v0.9.0

func (*TagSpecifier) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*TagSpecifier) XXX_Size

func (m *TagSpecifier) XXX_Size() int

func (*TagSpecifier) XXX_Unmarshal

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

type TagSpecifierValidationError

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

TagSpecifierValidationError is the validation error returned by TagSpecifier.Validate if the designated constraints aren't met.

func (TagSpecifierValidationError) Cause

Cause function returns cause value.

func (TagSpecifierValidationError) Error

Error satisfies the builtin error interface

func (TagSpecifierValidationError) ErrorName added in v0.7.0

func (e TagSpecifierValidationError) ErrorName() string

ErrorName returns error name.

func (TagSpecifierValidationError) Field

Field function returns field value.

func (TagSpecifierValidationError) Key

Key function returns key value.

func (TagSpecifierValidationError) Reason

Reason function returns reason value.

type TagSpecifier_FixedValue

type TagSpecifier_FixedValue struct {
	FixedValue string `protobuf:"bytes,3,opt,name=fixed_value,json=fixedValue,proto3,oneof"`
}

type TagSpecifier_Regex

type TagSpecifier_Regex struct {
	Regex string `protobuf:"bytes,2,opt,name=regex,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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