envoy_type_matcher_v4alpha

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: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_type_matcher_v4alpha_metadata_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_node_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_number_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_path_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_regex_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_string_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_struct_proto protoreflect.FileDescriptor
View Source
var File_envoy_type_matcher_v4alpha_value_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DoubleMatcher

type DoubleMatcher struct {

	// Types that are assignable to MatchPattern:
	//	*DoubleMatcher_Range
	//	*DoubleMatcher_Exact
	MatchPattern isDoubleMatcher_MatchPattern `protobuf_oneof:"match_pattern"`
	// contains filtered or unexported fields
}

func (*DoubleMatcher) Descriptor deprecated

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

Deprecated: Use DoubleMatcher.ProtoReflect.Descriptor instead.

func (*DoubleMatcher) GetExact

func (x *DoubleMatcher) GetExact() float64

func (*DoubleMatcher) GetMatchPattern

func (m *DoubleMatcher) GetMatchPattern() isDoubleMatcher_MatchPattern

func (*DoubleMatcher) GetRange

func (x *DoubleMatcher) GetRange() *v3.DoubleRange

func (*DoubleMatcher) ProtoMessage

func (*DoubleMatcher) ProtoMessage()

func (*DoubleMatcher) ProtoReflect

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

func (*DoubleMatcher) Reset

func (x *DoubleMatcher) Reset()

func (*DoubleMatcher) String

func (x *DoubleMatcher) String() string

func (*DoubleMatcher) Validate

func (m *DoubleMatcher) Validate() error

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

type DoubleMatcherValidationError

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

DoubleMatcherValidationError is the validation error returned by DoubleMatcher.Validate if the designated constraints aren't met.

func (DoubleMatcherValidationError) Cause

Cause function returns cause value.

func (DoubleMatcherValidationError) Error

Error satisfies the builtin error interface

func (DoubleMatcherValidationError) ErrorName

func (e DoubleMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (DoubleMatcherValidationError) Field

Field function returns field value.

func (DoubleMatcherValidationError) Key

Key function returns key value.

func (DoubleMatcherValidationError) Reason

Reason function returns reason value.

type DoubleMatcher_Exact

type DoubleMatcher_Exact struct {
	Exact float64 `protobuf:"fixed64,2,opt,name=exact,proto3,oneof"`
}

type DoubleMatcher_Range

type DoubleMatcher_Range struct {
	Range *v3.DoubleRange `protobuf:"bytes,1,opt,name=range,proto3,oneof"`
}

type ListMatcher

type ListMatcher struct {

	// Types that are assignable to MatchPattern:
	//	*ListMatcher_OneOf
	MatchPattern isListMatcher_MatchPattern `protobuf_oneof:"match_pattern"`
	// contains filtered or unexported fields
}

func (*ListMatcher) Descriptor deprecated

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

Deprecated: Use ListMatcher.ProtoReflect.Descriptor instead.

func (*ListMatcher) GetMatchPattern

func (m *ListMatcher) GetMatchPattern() isListMatcher_MatchPattern

func (*ListMatcher) GetOneOf

func (x *ListMatcher) GetOneOf() *ValueMatcher

func (*ListMatcher) ProtoMessage

func (*ListMatcher) ProtoMessage()

func (*ListMatcher) ProtoReflect

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

func (*ListMatcher) Reset

func (x *ListMatcher) Reset()

func (*ListMatcher) String

func (x *ListMatcher) String() string

func (*ListMatcher) Validate

func (m *ListMatcher) Validate() error

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

type ListMatcherValidationError

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

ListMatcherValidationError is the validation error returned by ListMatcher.Validate if the designated constraints aren't met.

func (ListMatcherValidationError) Cause

Cause function returns cause value.

func (ListMatcherValidationError) Error

Error satisfies the builtin error interface

func (ListMatcherValidationError) ErrorName

func (e ListMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (ListMatcherValidationError) Field

Field function returns field value.

func (ListMatcherValidationError) Key

Key function returns key value.

func (ListMatcherValidationError) Reason

Reason function returns reason value.

type ListMatcher_OneOf

type ListMatcher_OneOf struct {
	OneOf *ValueMatcher `protobuf:"bytes,1,opt,name=one_of,json=oneOf,proto3,oneof"`
}

type ListStringMatcher

type ListStringMatcher struct {
	Patterns []*StringMatcher `protobuf:"bytes,1,rep,name=patterns,proto3" json:"patterns,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStringMatcher) Descriptor deprecated

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

Deprecated: Use ListStringMatcher.ProtoReflect.Descriptor instead.

func (*ListStringMatcher) GetPatterns

func (x *ListStringMatcher) GetPatterns() []*StringMatcher

func (*ListStringMatcher) ProtoMessage

func (*ListStringMatcher) ProtoMessage()

func (*ListStringMatcher) ProtoReflect

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

func (*ListStringMatcher) Reset

func (x *ListStringMatcher) Reset()

func (*ListStringMatcher) String

func (x *ListStringMatcher) String() string

func (*ListStringMatcher) Validate

func (m *ListStringMatcher) Validate() error

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

type ListStringMatcherValidationError

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

ListStringMatcherValidationError is the validation error returned by ListStringMatcher.Validate if the designated constraints aren't met.

func (ListStringMatcherValidationError) Cause

Cause function returns cause value.

func (ListStringMatcherValidationError) Error

Error satisfies the builtin error interface

func (ListStringMatcherValidationError) ErrorName

ErrorName returns error name.

func (ListStringMatcherValidationError) Field

Field function returns field value.

func (ListStringMatcherValidationError) Key

Key function returns key value.

func (ListStringMatcherValidationError) Reason

Reason function returns reason value.

type MetadataMatcher

type MetadataMatcher struct {
	Filter string                         `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	Path   []*MetadataMatcher_PathSegment `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"`
	Value  *ValueMatcher                  `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MetadataMatcher) Descriptor deprecated

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

Deprecated: Use MetadataMatcher.ProtoReflect.Descriptor instead.

func (*MetadataMatcher) GetFilter

func (x *MetadataMatcher) GetFilter() string

func (*MetadataMatcher) GetPath

func (*MetadataMatcher) GetValue

func (x *MetadataMatcher) GetValue() *ValueMatcher

func (*MetadataMatcher) ProtoMessage

func (*MetadataMatcher) ProtoMessage()

func (*MetadataMatcher) ProtoReflect

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

func (*MetadataMatcher) Reset

func (x *MetadataMatcher) Reset()

func (*MetadataMatcher) String

func (x *MetadataMatcher) String() string

func (*MetadataMatcher) Validate

func (m *MetadataMatcher) Validate() error

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

type MetadataMatcherValidationError

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

MetadataMatcherValidationError is the validation error returned by MetadataMatcher.Validate if the designated constraints aren't met.

func (MetadataMatcherValidationError) Cause

Cause function returns cause value.

func (MetadataMatcherValidationError) Error

Error satisfies the builtin error interface

func (MetadataMatcherValidationError) ErrorName

func (e MetadataMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (MetadataMatcherValidationError) Field

Field function returns field value.

func (MetadataMatcherValidationError) Key

Key function returns key value.

func (MetadataMatcherValidationError) Reason

Reason function returns reason value.

type MetadataMatcher_PathSegment

type MetadataMatcher_PathSegment struct {

	// Types that are assignable to Segment:
	//	*MetadataMatcher_PathSegment_Key
	Segment isMetadataMatcher_PathSegment_Segment `protobuf_oneof:"segment"`
	// contains filtered or unexported fields
}

func (*MetadataMatcher_PathSegment) Descriptor deprecated

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

Deprecated: Use MetadataMatcher_PathSegment.ProtoReflect.Descriptor instead.

func (*MetadataMatcher_PathSegment) GetKey

func (x *MetadataMatcher_PathSegment) GetKey() string

func (*MetadataMatcher_PathSegment) GetSegment

func (m *MetadataMatcher_PathSegment) GetSegment() isMetadataMatcher_PathSegment_Segment

func (*MetadataMatcher_PathSegment) ProtoMessage

func (*MetadataMatcher_PathSegment) ProtoMessage()

func (*MetadataMatcher_PathSegment) ProtoReflect

func (*MetadataMatcher_PathSegment) Reset

func (x *MetadataMatcher_PathSegment) Reset()

func (*MetadataMatcher_PathSegment) String

func (x *MetadataMatcher_PathSegment) String() string

func (*MetadataMatcher_PathSegment) Validate

func (m *MetadataMatcher_PathSegment) Validate() error

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

type MetadataMatcher_PathSegmentValidationError

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

MetadataMatcher_PathSegmentValidationError is the validation error returned by MetadataMatcher_PathSegment.Validate if the designated constraints aren't met.

func (MetadataMatcher_PathSegmentValidationError) Cause

Cause function returns cause value.

func (MetadataMatcher_PathSegmentValidationError) Error

Error satisfies the builtin error interface

func (MetadataMatcher_PathSegmentValidationError) ErrorName

ErrorName returns error name.

func (MetadataMatcher_PathSegmentValidationError) Field

Field function returns field value.

func (MetadataMatcher_PathSegmentValidationError) Key

Key function returns key value.

func (MetadataMatcher_PathSegmentValidationError) Reason

Reason function returns reason value.

type MetadataMatcher_PathSegment_Key

type MetadataMatcher_PathSegment_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type NodeMatcher

type NodeMatcher struct {
	NodeId        *StringMatcher   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	NodeMetadatas []*StructMatcher `protobuf:"bytes,2,rep,name=node_metadatas,json=nodeMetadatas,proto3" json:"node_metadatas,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeMatcher) Descriptor deprecated

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

Deprecated: Use NodeMatcher.ProtoReflect.Descriptor instead.

func (*NodeMatcher) GetNodeId

func (x *NodeMatcher) GetNodeId() *StringMatcher

func (*NodeMatcher) GetNodeMetadatas

func (x *NodeMatcher) GetNodeMetadatas() []*StructMatcher

func (*NodeMatcher) ProtoMessage

func (*NodeMatcher) ProtoMessage()

func (*NodeMatcher) ProtoReflect

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

func (*NodeMatcher) Reset

func (x *NodeMatcher) Reset()

func (*NodeMatcher) String

func (x *NodeMatcher) String() string

func (*NodeMatcher) Validate

func (m *NodeMatcher) Validate() error

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

type NodeMatcherValidationError

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

NodeMatcherValidationError is the validation error returned by NodeMatcher.Validate if the designated constraints aren't met.

func (NodeMatcherValidationError) Cause

Cause function returns cause value.

func (NodeMatcherValidationError) Error

Error satisfies the builtin error interface

func (NodeMatcherValidationError) ErrorName

func (e NodeMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (NodeMatcherValidationError) Field

Field function returns field value.

func (NodeMatcherValidationError) Key

Key function returns key value.

func (NodeMatcherValidationError) Reason

Reason function returns reason value.

type PathMatcher

type PathMatcher struct {

	// Types that are assignable to Rule:
	//	*PathMatcher_Path
	Rule isPathMatcher_Rule `protobuf_oneof:"rule"`
	// contains filtered or unexported fields
}

func (*PathMatcher) Descriptor deprecated

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

Deprecated: Use PathMatcher.ProtoReflect.Descriptor instead.

func (*PathMatcher) GetPath

func (x *PathMatcher) GetPath() *StringMatcher

func (*PathMatcher) GetRule

func (m *PathMatcher) GetRule() isPathMatcher_Rule

func (*PathMatcher) ProtoMessage

func (*PathMatcher) ProtoMessage()

func (*PathMatcher) ProtoReflect

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

func (*PathMatcher) Reset

func (x *PathMatcher) Reset()

func (*PathMatcher) String

func (x *PathMatcher) String() string

func (*PathMatcher) Validate

func (m *PathMatcher) Validate() error

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

type PathMatcherValidationError

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

PathMatcherValidationError is the validation error returned by PathMatcher.Validate if the designated constraints aren't met.

func (PathMatcherValidationError) Cause

Cause function returns cause value.

func (PathMatcherValidationError) Error

Error satisfies the builtin error interface

func (PathMatcherValidationError) ErrorName

func (e PathMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (PathMatcherValidationError) Field

Field function returns field value.

func (PathMatcherValidationError) Key

Key function returns key value.

func (PathMatcherValidationError) Reason

Reason function returns reason value.

type PathMatcher_Path

type PathMatcher_Path struct {
	Path *StringMatcher `protobuf:"bytes,1,opt,name=path,proto3,oneof"`
}

type RegexMatchAndSubstitute

type RegexMatchAndSubstitute struct {
	Pattern      *RegexMatcher `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"`
	Substitution string        `protobuf:"bytes,2,opt,name=substitution,proto3" json:"substitution,omitempty"`
	// contains filtered or unexported fields
}

func (*RegexMatchAndSubstitute) Descriptor deprecated

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

Deprecated: Use RegexMatchAndSubstitute.ProtoReflect.Descriptor instead.

func (*RegexMatchAndSubstitute) GetPattern

func (x *RegexMatchAndSubstitute) GetPattern() *RegexMatcher

func (*RegexMatchAndSubstitute) GetSubstitution

func (x *RegexMatchAndSubstitute) GetSubstitution() string

func (*RegexMatchAndSubstitute) ProtoMessage

func (*RegexMatchAndSubstitute) ProtoMessage()

func (*RegexMatchAndSubstitute) ProtoReflect

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

func (*RegexMatchAndSubstitute) Reset

func (x *RegexMatchAndSubstitute) Reset()

func (*RegexMatchAndSubstitute) String

func (x *RegexMatchAndSubstitute) String() string

func (*RegexMatchAndSubstitute) Validate

func (m *RegexMatchAndSubstitute) Validate() error

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

type RegexMatchAndSubstituteValidationError

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

RegexMatchAndSubstituteValidationError is the validation error returned by RegexMatchAndSubstitute.Validate if the designated constraints aren't met.

func (RegexMatchAndSubstituteValidationError) Cause

Cause function returns cause value.

func (RegexMatchAndSubstituteValidationError) Error

Error satisfies the builtin error interface

func (RegexMatchAndSubstituteValidationError) ErrorName

ErrorName returns error name.

func (RegexMatchAndSubstituteValidationError) Field

Field function returns field value.

func (RegexMatchAndSubstituteValidationError) Key

Key function returns key value.

func (RegexMatchAndSubstituteValidationError) Reason

Reason function returns reason value.

type RegexMatcher

type RegexMatcher struct {

	// Types that are assignable to EngineType:
	//	*RegexMatcher_GoogleRe2
	EngineType isRegexMatcher_EngineType `protobuf_oneof:"engine_type"`
	Regex      string                    `protobuf:"bytes,2,opt,name=regex,proto3" json:"regex,omitempty"`
	// contains filtered or unexported fields
}

func (*RegexMatcher) Descriptor deprecated

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

Deprecated: Use RegexMatcher.ProtoReflect.Descriptor instead.

func (*RegexMatcher) GetEngineType

func (m *RegexMatcher) GetEngineType() isRegexMatcher_EngineType

func (*RegexMatcher) GetGoogleRe2

func (x *RegexMatcher) GetGoogleRe2() *RegexMatcher_GoogleRE2

func (*RegexMatcher) GetRegex

func (x *RegexMatcher) GetRegex() string

func (*RegexMatcher) ProtoMessage

func (*RegexMatcher) ProtoMessage()

func (*RegexMatcher) ProtoReflect

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

func (*RegexMatcher) Reset

func (x *RegexMatcher) Reset()

func (*RegexMatcher) String

func (x *RegexMatcher) String() string

func (*RegexMatcher) Validate

func (m *RegexMatcher) Validate() error

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

type RegexMatcherValidationError

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

RegexMatcherValidationError is the validation error returned by RegexMatcher.Validate if the designated constraints aren't met.

func (RegexMatcherValidationError) Cause

Cause function returns cause value.

func (RegexMatcherValidationError) Error

Error satisfies the builtin error interface

func (RegexMatcherValidationError) ErrorName

func (e RegexMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (RegexMatcherValidationError) Field

Field function returns field value.

func (RegexMatcherValidationError) Key

Key function returns key value.

func (RegexMatcherValidationError) Reason

Reason function returns reason value.

type RegexMatcher_GoogleRE2

type RegexMatcher_GoogleRE2 struct {

	// Deprecated: Do not use.
	HiddenEnvoyDeprecatedMaxProgramSize *wrappers.UInt32Value `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RegexMatcher_GoogleRE2) Descriptor deprecated

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

Deprecated: Use RegexMatcher_GoogleRE2.ProtoReflect.Descriptor instead.

func (*RegexMatcher_GoogleRE2) GetHiddenEnvoyDeprecatedMaxProgramSize deprecated

func (x *RegexMatcher_GoogleRE2) GetHiddenEnvoyDeprecatedMaxProgramSize() *wrappers.UInt32Value

Deprecated: Do not use.

func (*RegexMatcher_GoogleRE2) ProtoMessage

func (*RegexMatcher_GoogleRE2) ProtoMessage()

func (*RegexMatcher_GoogleRE2) ProtoReflect

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

func (*RegexMatcher_GoogleRE2) Reset

func (x *RegexMatcher_GoogleRE2) Reset()

func (*RegexMatcher_GoogleRE2) String

func (x *RegexMatcher_GoogleRE2) String() string

func (*RegexMatcher_GoogleRE2) Validate

func (m *RegexMatcher_GoogleRE2) Validate() error

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

type RegexMatcher_GoogleRE2ValidationError

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

RegexMatcher_GoogleRE2ValidationError is the validation error returned by RegexMatcher_GoogleRE2.Validate if the designated constraints aren't met.

func (RegexMatcher_GoogleRE2ValidationError) Cause

Cause function returns cause value.

func (RegexMatcher_GoogleRE2ValidationError) Error

Error satisfies the builtin error interface

func (RegexMatcher_GoogleRE2ValidationError) ErrorName

ErrorName returns error name.

func (RegexMatcher_GoogleRE2ValidationError) Field

Field function returns field value.

func (RegexMatcher_GoogleRE2ValidationError) Key

Key function returns key value.

func (RegexMatcher_GoogleRE2ValidationError) Reason

Reason function returns reason value.

type RegexMatcher_GoogleRe2

type RegexMatcher_GoogleRe2 struct {
	GoogleRe2 *RegexMatcher_GoogleRE2 `protobuf:"bytes,1,opt,name=google_re2,json=googleRe2,proto3,oneof"`
}

type StringMatcher

type StringMatcher struct {

	// Types that are assignable to MatchPattern:
	//	*StringMatcher_Exact
	//	*StringMatcher_Prefix
	//	*StringMatcher_Suffix
	//	*StringMatcher_SafeRegex
	MatchPattern isStringMatcher_MatchPattern `protobuf_oneof:"match_pattern"`
	IgnoreCase   bool                         `protobuf:"varint,6,opt,name=ignore_case,json=ignoreCase,proto3" json:"ignore_case,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMatcher) Descriptor deprecated

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

Deprecated: Use StringMatcher.ProtoReflect.Descriptor instead.

func (*StringMatcher) GetExact

func (x *StringMatcher) GetExact() string

func (*StringMatcher) GetIgnoreCase

func (x *StringMatcher) GetIgnoreCase() bool

func (*StringMatcher) GetMatchPattern

func (m *StringMatcher) GetMatchPattern() isStringMatcher_MatchPattern

func (*StringMatcher) GetPrefix

func (x *StringMatcher) GetPrefix() string

func (*StringMatcher) GetSafeRegex

func (x *StringMatcher) GetSafeRegex() *RegexMatcher

func (*StringMatcher) GetSuffix

func (x *StringMatcher) GetSuffix() string

func (*StringMatcher) ProtoMessage

func (*StringMatcher) ProtoMessage()

func (*StringMatcher) ProtoReflect

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

func (*StringMatcher) Reset

func (x *StringMatcher) Reset()

func (*StringMatcher) String

func (x *StringMatcher) String() string

func (*StringMatcher) Validate

func (m *StringMatcher) Validate() error

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

type StringMatcherValidationError

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

StringMatcherValidationError is the validation error returned by StringMatcher.Validate if the designated constraints aren't met.

func (StringMatcherValidationError) Cause

Cause function returns cause value.

func (StringMatcherValidationError) Error

Error satisfies the builtin error interface

func (StringMatcherValidationError) ErrorName

func (e StringMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (StringMatcherValidationError) Field

Field function returns field value.

func (StringMatcherValidationError) Key

Key function returns key value.

func (StringMatcherValidationError) Reason

Reason function returns reason value.

type StringMatcher_Exact

type StringMatcher_Exact struct {
	Exact string `protobuf:"bytes,1,opt,name=exact,proto3,oneof"`
}

type StringMatcher_Prefix

type StringMatcher_Prefix struct {
	Prefix string `protobuf:"bytes,2,opt,name=prefix,proto3,oneof"`
}

type StringMatcher_SafeRegex

type StringMatcher_SafeRegex struct {
	SafeRegex *RegexMatcher `protobuf:"bytes,5,opt,name=safe_regex,json=safeRegex,proto3,oneof"`
}

type StringMatcher_Suffix

type StringMatcher_Suffix struct {
	Suffix string `protobuf:"bytes,3,opt,name=suffix,proto3,oneof"`
}

type StructMatcher

type StructMatcher struct {
	Path  []*StructMatcher_PathSegment `protobuf:"bytes,2,rep,name=path,proto3" json:"path,omitempty"`
	Value *ValueMatcher                `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StructMatcher) Descriptor deprecated

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

Deprecated: Use StructMatcher.ProtoReflect.Descriptor instead.

func (*StructMatcher) GetPath

func (x *StructMatcher) GetPath() []*StructMatcher_PathSegment

func (*StructMatcher) GetValue

func (x *StructMatcher) GetValue() *ValueMatcher

func (*StructMatcher) ProtoMessage

func (*StructMatcher) ProtoMessage()

func (*StructMatcher) ProtoReflect

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

func (*StructMatcher) Reset

func (x *StructMatcher) Reset()

func (*StructMatcher) String

func (x *StructMatcher) String() string

func (*StructMatcher) Validate

func (m *StructMatcher) Validate() error

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

type StructMatcherValidationError

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

StructMatcherValidationError is the validation error returned by StructMatcher.Validate if the designated constraints aren't met.

func (StructMatcherValidationError) Cause

Cause function returns cause value.

func (StructMatcherValidationError) Error

Error satisfies the builtin error interface

func (StructMatcherValidationError) ErrorName

func (e StructMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (StructMatcherValidationError) Field

Field function returns field value.

func (StructMatcherValidationError) Key

Key function returns key value.

func (StructMatcherValidationError) Reason

Reason function returns reason value.

type StructMatcher_PathSegment

type StructMatcher_PathSegment struct {

	// Types that are assignable to Segment:
	//	*StructMatcher_PathSegment_Key
	Segment isStructMatcher_PathSegment_Segment `protobuf_oneof:"segment"`
	// contains filtered or unexported fields
}

func (*StructMatcher_PathSegment) Descriptor deprecated

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

Deprecated: Use StructMatcher_PathSegment.ProtoReflect.Descriptor instead.

func (*StructMatcher_PathSegment) GetKey

func (x *StructMatcher_PathSegment) GetKey() string

func (*StructMatcher_PathSegment) GetSegment

func (m *StructMatcher_PathSegment) GetSegment() isStructMatcher_PathSegment_Segment

func (*StructMatcher_PathSegment) ProtoMessage

func (*StructMatcher_PathSegment) ProtoMessage()

func (*StructMatcher_PathSegment) ProtoReflect

func (*StructMatcher_PathSegment) Reset

func (x *StructMatcher_PathSegment) Reset()

func (*StructMatcher_PathSegment) String

func (x *StructMatcher_PathSegment) String() string

func (*StructMatcher_PathSegment) Validate

func (m *StructMatcher_PathSegment) Validate() error

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

type StructMatcher_PathSegmentValidationError

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

StructMatcher_PathSegmentValidationError is the validation error returned by StructMatcher_PathSegment.Validate if the designated constraints aren't met.

func (StructMatcher_PathSegmentValidationError) Cause

Cause function returns cause value.

func (StructMatcher_PathSegmentValidationError) Error

Error satisfies the builtin error interface

func (StructMatcher_PathSegmentValidationError) ErrorName

ErrorName returns error name.

func (StructMatcher_PathSegmentValidationError) Field

Field function returns field value.

func (StructMatcher_PathSegmentValidationError) Key

Key function returns key value.

func (StructMatcher_PathSegmentValidationError) Reason

Reason function returns reason value.

type StructMatcher_PathSegment_Key

type StructMatcher_PathSegment_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type ValueMatcher

type ValueMatcher struct {

	// Types that are assignable to MatchPattern:
	//	*ValueMatcher_NullMatch_
	//	*ValueMatcher_DoubleMatch
	//	*ValueMatcher_StringMatch
	//	*ValueMatcher_BoolMatch
	//	*ValueMatcher_PresentMatch
	//	*ValueMatcher_ListMatch
	MatchPattern isValueMatcher_MatchPattern `protobuf_oneof:"match_pattern"`
	// contains filtered or unexported fields
}

func (*ValueMatcher) Descriptor deprecated

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

Deprecated: Use ValueMatcher.ProtoReflect.Descriptor instead.

func (*ValueMatcher) GetBoolMatch

func (x *ValueMatcher) GetBoolMatch() bool

func (*ValueMatcher) GetDoubleMatch

func (x *ValueMatcher) GetDoubleMatch() *DoubleMatcher

func (*ValueMatcher) GetListMatch

func (x *ValueMatcher) GetListMatch() *ListMatcher

func (*ValueMatcher) GetMatchPattern

func (m *ValueMatcher) GetMatchPattern() isValueMatcher_MatchPattern

func (*ValueMatcher) GetNullMatch

func (x *ValueMatcher) GetNullMatch() *ValueMatcher_NullMatch

func (*ValueMatcher) GetPresentMatch

func (x *ValueMatcher) GetPresentMatch() bool

func (*ValueMatcher) GetStringMatch

func (x *ValueMatcher) GetStringMatch() *StringMatcher

func (*ValueMatcher) ProtoMessage

func (*ValueMatcher) ProtoMessage()

func (*ValueMatcher) ProtoReflect

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

func (*ValueMatcher) Reset

func (x *ValueMatcher) Reset()

func (*ValueMatcher) String

func (x *ValueMatcher) String() string

func (*ValueMatcher) Validate

func (m *ValueMatcher) Validate() error

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

type ValueMatcherValidationError

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

ValueMatcherValidationError is the validation error returned by ValueMatcher.Validate if the designated constraints aren't met.

func (ValueMatcherValidationError) Cause

Cause function returns cause value.

func (ValueMatcherValidationError) Error

Error satisfies the builtin error interface

func (ValueMatcherValidationError) ErrorName

func (e ValueMatcherValidationError) ErrorName() string

ErrorName returns error name.

func (ValueMatcherValidationError) Field

Field function returns field value.

func (ValueMatcherValidationError) Key

Key function returns key value.

func (ValueMatcherValidationError) Reason

Reason function returns reason value.

type ValueMatcher_BoolMatch

type ValueMatcher_BoolMatch struct {
	BoolMatch bool `protobuf:"varint,4,opt,name=bool_match,json=boolMatch,proto3,oneof"`
}

type ValueMatcher_DoubleMatch

type ValueMatcher_DoubleMatch struct {
	DoubleMatch *DoubleMatcher `protobuf:"bytes,2,opt,name=double_match,json=doubleMatch,proto3,oneof"`
}

type ValueMatcher_ListMatch

type ValueMatcher_ListMatch struct {
	ListMatch *ListMatcher `protobuf:"bytes,6,opt,name=list_match,json=listMatch,proto3,oneof"`
}

type ValueMatcher_NullMatch

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

func (*ValueMatcher_NullMatch) Descriptor deprecated

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

Deprecated: Use ValueMatcher_NullMatch.ProtoReflect.Descriptor instead.

func (*ValueMatcher_NullMatch) ProtoMessage

func (*ValueMatcher_NullMatch) ProtoMessage()

func (*ValueMatcher_NullMatch) ProtoReflect

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

func (*ValueMatcher_NullMatch) Reset

func (x *ValueMatcher_NullMatch) Reset()

func (*ValueMatcher_NullMatch) String

func (x *ValueMatcher_NullMatch) String() string

func (*ValueMatcher_NullMatch) Validate

func (m *ValueMatcher_NullMatch) Validate() error

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

type ValueMatcher_NullMatchValidationError

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

ValueMatcher_NullMatchValidationError is the validation error returned by ValueMatcher_NullMatch.Validate if the designated constraints aren't met.

func (ValueMatcher_NullMatchValidationError) Cause

Cause function returns cause value.

func (ValueMatcher_NullMatchValidationError) Error

Error satisfies the builtin error interface

func (ValueMatcher_NullMatchValidationError) ErrorName

ErrorName returns error name.

func (ValueMatcher_NullMatchValidationError) Field

Field function returns field value.

func (ValueMatcher_NullMatchValidationError) Key

Key function returns key value.

func (ValueMatcher_NullMatchValidationError) Reason

Reason function returns reason value.

type ValueMatcher_NullMatch_

type ValueMatcher_NullMatch_ struct {
	NullMatch *ValueMatcher_NullMatch `protobuf:"bytes,1,opt,name=null_match,json=nullMatch,proto3,oneof"`
}

type ValueMatcher_PresentMatch

type ValueMatcher_PresentMatch struct {
	PresentMatch bool `protobuf:"varint,5,opt,name=present_match,json=presentMatch,proto3,oneof"`
}

type ValueMatcher_StringMatch

type ValueMatcher_StringMatch struct {
	StringMatch *StringMatcher `protobuf:"bytes,3,opt,name=string_match,json=stringMatch,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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