cases

package
v0.0.0-...-af03f06 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: MIT Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TestEnum_name = map[int32]string{
		0: "ZERO",
		1: "ONE",
		2: "TWO",
	}
	TestEnum_value = map[string]int32{
		"ZERO": 0,
		"ONE":  1,
		"TWO":  2,
	}
)

Enum value maps for TestEnum.

View Source
var (
	TestEnumAlias_name = map[int32]string{
		0: "A",
		1: "B",
		2: "C",
	}
	TestEnumAlias_value = map[string]int32{
		"A":     0,
		"B":     1,
		"C":     2,
		"ALPHA": 0,
		"BETA":  1,
		"GAMMA": 2,
	}
)

Enum value maps for TestEnumAlias.

View Source
var (
	ComplexTestEnum_name = map[int32]string{
		0: "ComplexZero",
		1: "ComplexONE",
		2: "ComplexTWO",
	}
	ComplexTestEnum_value = map[string]int32{
		"ComplexZero": 0,
		"ComplexONE":  1,
		"ComplexTWO":  2,
	}
)

Enum value maps for ComplexTestEnum.

View Source
var (
	AnEnum_name = map[int32]string{
		0: "X",
		1: "Y",
	}
	AnEnum_value = map[string]int32{
		"X": 0,
		"Y": 1,
	}
)

Enum value maps for AnEnum.

View Source
var (
	RepeatedEmbeddedEnumIn_AnotherInEnum_name = map[int32]string{
		0: "A",
		1: "B",
	}
	RepeatedEmbeddedEnumIn_AnotherInEnum_value = map[string]int32{
		"A": 0,
		"B": 1,
	}
)

Enum value maps for RepeatedEmbeddedEnumIn_AnotherInEnum.

View Source
var (
	RepeatedEmbeddedEnumNotIn_AnotherNotInEnum_name = map[int32]string{
		0: "A",
		1: "B",
	}
	RepeatedEmbeddedEnumNotIn_AnotherNotInEnum_value = map[string]int32{
		"A": 0,
		"B": 1,
	}
)

Enum value maps for RepeatedEmbeddedEnumNotIn_AnotherNotInEnum.

View Source
var File_cases_bool_proto protoreflect.FileDescriptor
View Source
var File_cases_bytes_proto protoreflect.FileDescriptor
View Source
var File_cases_enums_proto protoreflect.FileDescriptor
View Source
var File_cases_filename_with_dash_proto protoreflect.FileDescriptor
View Source
var File_cases_kitchen_sink_proto protoreflect.FileDescriptor
View Source
var File_cases_maps_proto protoreflect.FileDescriptor
View Source
var File_cases_messages_proto protoreflect.FileDescriptor
View Source
var File_cases_numbers_proto protoreflect.FileDescriptor
View Source
var File_cases_oneofs_proto protoreflect.FileDescriptor
View Source
var File_cases_repeated_proto protoreflect.FileDescriptor
View Source
var File_cases_strings_proto protoreflect.FileDescriptor
View Source
var File_cases_wkt_any_proto protoreflect.FileDescriptor
View Source
var File_cases_wkt_duration_proto protoreflect.FileDescriptor
View Source
var File_cases_wkt_nested_proto protoreflect.FileDescriptor
View Source
var File_cases_wkt_timestamp_proto protoreflect.FileDescriptor
View Source
var File_cases_wkt_wrappers_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnEnum

type AnEnum int32
const (
	AnEnum_X AnEnum = 0
	AnEnum_Y AnEnum = 1
)

func (AnEnum) Descriptor

func (AnEnum) Descriptor() protoreflect.EnumDescriptor

func (AnEnum) Enum

func (x AnEnum) Enum() *AnEnum

func (AnEnum) EnumDescriptor deprecated

func (AnEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnEnum.Descriptor instead.

func (AnEnum) Number

func (x AnEnum) Number() protoreflect.EnumNumber

func (AnEnum) String

func (x AnEnum) String() string

func (AnEnum) Type

func (AnEnum) Type() protoreflect.EnumType

type AnyIn

type AnyIn struct {
	Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*AnyIn) Descriptor deprecated

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

Deprecated: Use AnyIn.ProtoReflect.Descriptor instead.

func (*AnyIn) GetVal

func (x *AnyIn) GetVal() *anypb.Any

func (*AnyIn) ProtoMessage

func (*AnyIn) ProtoMessage()

func (*AnyIn) ProtoReflect

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

func (*AnyIn) Reset

func (x *AnyIn) Reset()

func (*AnyIn) String

func (x *AnyIn) String() string

func (*AnyIn) Validate

func (m *AnyIn) Validate() error

Validate checks the field values on AnyIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnyIn) ValidateAll

func (m *AnyIn) ValidateAll() error

ValidateAll checks the field values on AnyIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnyInMultiError, or nil if none found.

type AnyNone

type AnyNone struct {
	Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*AnyNone) Descriptor deprecated

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

Deprecated: Use AnyNone.ProtoReflect.Descriptor instead.

func (*AnyNone) GetVal

func (x *AnyNone) GetVal() *anypb.Any

func (*AnyNone) ProtoMessage

func (*AnyNone) ProtoMessage()

func (*AnyNone) ProtoReflect

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

func (*AnyNone) Reset

func (x *AnyNone) Reset()

func (*AnyNone) String

func (x *AnyNone) String() string

type AnyNotIn

type AnyNotIn struct {
	Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*AnyNotIn) Descriptor deprecated

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

Deprecated: Use AnyNotIn.ProtoReflect.Descriptor instead.

func (*AnyNotIn) GetVal

func (x *AnyNotIn) GetVal() *anypb.Any

func (*AnyNotIn) ProtoMessage

func (*AnyNotIn) ProtoMessage()

func (*AnyNotIn) ProtoReflect

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

func (*AnyNotIn) Reset

func (x *AnyNotIn) Reset()

func (*AnyNotIn) String

func (x *AnyNotIn) String() string

func (*AnyNotIn) Validate

func (m *AnyNotIn) Validate() error

Validate checks the field values on AnyNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnyNotIn) ValidateAll

func (m *AnyNotIn) ValidateAll() error

ValidateAll checks the field values on AnyNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnyNotInMultiError, or nil if none found.

type AnyRequired

type AnyRequired struct {
	Val *anypb.Any `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*AnyRequired) Descriptor deprecated

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

Deprecated: Use AnyRequired.ProtoReflect.Descriptor instead.

func (*AnyRequired) GetVal

func (x *AnyRequired) GetVal() *anypb.Any

func (*AnyRequired) ProtoMessage

func (*AnyRequired) ProtoMessage()

func (*AnyRequired) ProtoReflect

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

func (*AnyRequired) Reset

func (x *AnyRequired) Reset()

func (*AnyRequired) String

func (x *AnyRequired) String() string

func (*AnyRequired) Validate

func (m *AnyRequired) Validate() error

Validate checks the field values on AnyRequired with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnyRequired) ValidateAll

func (m *AnyRequired) ValidateAll() error

ValidateAll checks the field values on AnyRequired with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnyRequiredMultiError, or nil if none found.

type BoolConstFalse

type BoolConstFalse struct {
	Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolConstFalse) Descriptor deprecated

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

Deprecated: Use BoolConstFalse.ProtoReflect.Descriptor instead.

func (*BoolConstFalse) GetVal

func (x *BoolConstFalse) GetVal() bool

func (*BoolConstFalse) ProtoMessage

func (*BoolConstFalse) ProtoMessage()

func (*BoolConstFalse) ProtoReflect

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

func (*BoolConstFalse) Reset

func (x *BoolConstFalse) Reset()

func (*BoolConstFalse) String

func (x *BoolConstFalse) String() string

func (*BoolConstFalse) Validate

func (m *BoolConstFalse) Validate() error

Validate checks the field values on BoolConstFalse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BoolConstFalse) ValidateAll

func (m *BoolConstFalse) ValidateAll() error

ValidateAll checks the field values on BoolConstFalse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BoolConstFalseMultiError, or nil if none found.

type BoolConstTrue

type BoolConstTrue struct {
	Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolConstTrue) Descriptor deprecated

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

Deprecated: Use BoolConstTrue.ProtoReflect.Descriptor instead.

func (*BoolConstTrue) GetVal

func (x *BoolConstTrue) GetVal() bool

func (*BoolConstTrue) ProtoMessage

func (*BoolConstTrue) ProtoMessage()

func (*BoolConstTrue) ProtoReflect

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

func (*BoolConstTrue) Reset

func (x *BoolConstTrue) Reset()

func (*BoolConstTrue) String

func (x *BoolConstTrue) String() string

func (*BoolConstTrue) Validate

func (m *BoolConstTrue) Validate() error

Validate checks the field values on BoolConstTrue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BoolConstTrue) ValidateAll

func (m *BoolConstTrue) ValidateAll() error

ValidateAll checks the field values on BoolConstTrue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BoolConstTrueMultiError, or nil if none found.

type BoolNone

type BoolNone struct {
	Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BoolNone) Descriptor deprecated

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

Deprecated: Use BoolNone.ProtoReflect.Descriptor instead.

func (*BoolNone) GetVal

func (x *BoolNone) GetVal() bool

func (*BoolNone) ProtoMessage

func (*BoolNone) ProtoMessage()

func (*BoolNone) ProtoReflect

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

func (*BoolNone) Reset

func (x *BoolNone) Reset()

func (*BoolNone) String

func (x *BoolNone) String() string

type BytesConst

type BytesConst struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesConst) Descriptor deprecated

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

Deprecated: Use BytesConst.ProtoReflect.Descriptor instead.

func (*BytesConst) GetVal

func (x *BytesConst) GetVal() []byte

func (*BytesConst) ProtoMessage

func (*BytesConst) ProtoMessage()

func (*BytesConst) ProtoReflect

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

func (*BytesConst) Reset

func (x *BytesConst) Reset()

func (*BytesConst) String

func (x *BytesConst) String() string

func (*BytesConst) Validate

func (m *BytesConst) Validate() error

Validate checks the field values on BytesConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesConst) ValidateAll

func (m *BytesConst) ValidateAll() error

ValidateAll checks the field values on BytesConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesConstMultiError, or nil if none found.

type BytesContains

type BytesContains struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesContains) Descriptor deprecated

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

Deprecated: Use BytesContains.ProtoReflect.Descriptor instead.

func (*BytesContains) GetVal

func (x *BytesContains) GetVal() []byte

func (*BytesContains) ProtoMessage

func (*BytesContains) ProtoMessage()

func (*BytesContains) ProtoReflect

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

func (*BytesContains) Reset

func (x *BytesContains) Reset()

func (*BytesContains) String

func (x *BytesContains) String() string

func (*BytesContains) Validate

func (m *BytesContains) Validate() error

Validate checks the field values on BytesContains with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesContains) ValidateAll

func (m *BytesContains) ValidateAll() error

ValidateAll checks the field values on BytesContains with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesContainsMultiError, or nil if none found.

type BytesEqualMinMaxLen

type BytesEqualMinMaxLen struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesEqualMinMaxLen) Descriptor deprecated

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

Deprecated: Use BytesEqualMinMaxLen.ProtoReflect.Descriptor instead.

func (*BytesEqualMinMaxLen) GetVal

func (x *BytesEqualMinMaxLen) GetVal() []byte

func (*BytesEqualMinMaxLen) ProtoMessage

func (*BytesEqualMinMaxLen) ProtoMessage()

func (*BytesEqualMinMaxLen) ProtoReflect

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

func (*BytesEqualMinMaxLen) Reset

func (x *BytesEqualMinMaxLen) Reset()

func (*BytesEqualMinMaxLen) String

func (x *BytesEqualMinMaxLen) String() string

func (*BytesEqualMinMaxLen) Validate

func (m *BytesEqualMinMaxLen) Validate() error

Validate checks the field values on BytesEqualMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesEqualMinMaxLen) ValidateAll

func (m *BytesEqualMinMaxLen) ValidateAll() error

ValidateAll checks the field values on BytesEqualMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesEqualMinMaxLenMultiError, or nil if none found.

type BytesIP

type BytesIP struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesIP) Descriptor deprecated

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

Deprecated: Use BytesIP.ProtoReflect.Descriptor instead.

func (*BytesIP) GetVal

func (x *BytesIP) GetVal() []byte

func (*BytesIP) ProtoMessage

func (*BytesIP) ProtoMessage()

func (*BytesIP) ProtoReflect

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

func (*BytesIP) Reset

func (x *BytesIP) Reset()

func (*BytesIP) String

func (x *BytesIP) String() string

func (*BytesIP) Validate

func (m *BytesIP) Validate() error

Validate checks the field values on BytesIP with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesIP) ValidateAll

func (m *BytesIP) ValidateAll() error

ValidateAll checks the field values on BytesIP with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesIPMultiError, or nil if none found.

type BytesIPv4

type BytesIPv4 struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesIPv4) Descriptor deprecated

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

Deprecated: Use BytesIPv4.ProtoReflect.Descriptor instead.

func (*BytesIPv4) GetVal

func (x *BytesIPv4) GetVal() []byte

func (*BytesIPv4) ProtoMessage

func (*BytesIPv4) ProtoMessage()

func (*BytesIPv4) ProtoReflect

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

func (*BytesIPv4) Reset

func (x *BytesIPv4) Reset()

func (*BytesIPv4) String

func (x *BytesIPv4) String() string

func (*BytesIPv4) Validate

func (m *BytesIPv4) Validate() error

Validate checks the field values on BytesIPv4 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesIPv4) ValidateAll

func (m *BytesIPv4) ValidateAll() error

ValidateAll checks the field values on BytesIPv4 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesIPv4MultiError, or nil if none found.

type BytesIPv6

type BytesIPv6 struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesIPv6) Descriptor deprecated

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

Deprecated: Use BytesIPv6.ProtoReflect.Descriptor instead.

func (*BytesIPv6) GetVal

func (x *BytesIPv6) GetVal() []byte

func (*BytesIPv6) ProtoMessage

func (*BytesIPv6) ProtoMessage()

func (*BytesIPv6) ProtoReflect

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

func (*BytesIPv6) Reset

func (x *BytesIPv6) Reset()

func (*BytesIPv6) String

func (x *BytesIPv6) String() string

func (*BytesIPv6) Validate

func (m *BytesIPv6) Validate() error

Validate checks the field values on BytesIPv6 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesIPv6) ValidateAll

func (m *BytesIPv6) ValidateAll() error

ValidateAll checks the field values on BytesIPv6 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesIPv6MultiError, or nil if none found.

type BytesIPv6Ignore

type BytesIPv6Ignore struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesIPv6Ignore) Descriptor deprecated

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

Deprecated: Use BytesIPv6Ignore.ProtoReflect.Descriptor instead.

func (*BytesIPv6Ignore) GetVal

func (x *BytesIPv6Ignore) GetVal() []byte

func (*BytesIPv6Ignore) ProtoMessage

func (*BytesIPv6Ignore) ProtoMessage()

func (*BytesIPv6Ignore) ProtoReflect

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

func (*BytesIPv6Ignore) Reset

func (x *BytesIPv6Ignore) Reset()

func (*BytesIPv6Ignore) String

func (x *BytesIPv6Ignore) String() string

func (*BytesIPv6Ignore) Validate

func (m *BytesIPv6Ignore) Validate() error

Validate checks the field values on BytesIPv6Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesIPv6Ignore) ValidateAll

func (m *BytesIPv6Ignore) ValidateAll() error

ValidateAll checks the field values on BytesIPv6Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesIPv6IgnoreMultiError, or nil if none found.

type BytesIn

type BytesIn struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesIn) Descriptor deprecated

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

Deprecated: Use BytesIn.ProtoReflect.Descriptor instead.

func (*BytesIn) GetVal

func (x *BytesIn) GetVal() []byte

func (*BytesIn) ProtoMessage

func (*BytesIn) ProtoMessage()

func (*BytesIn) ProtoReflect

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

func (*BytesIn) Reset

func (x *BytesIn) Reset()

func (*BytesIn) String

func (x *BytesIn) String() string

func (*BytesIn) Validate

func (m *BytesIn) Validate() error

Validate checks the field values on BytesIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesIn) ValidateAll

func (m *BytesIn) ValidateAll() error

ValidateAll checks the field values on BytesIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesInMultiError, or nil if none found.

type BytesLen

type BytesLen struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesLen) Descriptor deprecated

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

Deprecated: Use BytesLen.ProtoReflect.Descriptor instead.

func (*BytesLen) GetVal

func (x *BytesLen) GetVal() []byte

func (*BytesLen) ProtoMessage

func (*BytesLen) ProtoMessage()

func (*BytesLen) ProtoReflect

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

func (*BytesLen) Reset

func (x *BytesLen) Reset()

func (*BytesLen) String

func (x *BytesLen) String() string

func (*BytesLen) Validate

func (m *BytesLen) Validate() error

Validate checks the field values on BytesLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesLen) ValidateAll

func (m *BytesLen) ValidateAll() error

ValidateAll checks the field values on BytesLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesLenMultiError, or nil if none found.

type BytesMaxLen

type BytesMaxLen struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesMaxLen) Descriptor deprecated

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

Deprecated: Use BytesMaxLen.ProtoReflect.Descriptor instead.

func (*BytesMaxLen) GetVal

func (x *BytesMaxLen) GetVal() []byte

func (*BytesMaxLen) ProtoMessage

func (*BytesMaxLen) ProtoMessage()

func (*BytesMaxLen) ProtoReflect

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

func (*BytesMaxLen) Reset

func (x *BytesMaxLen) Reset()

func (*BytesMaxLen) String

func (x *BytesMaxLen) String() string

func (*BytesMaxLen) Validate

func (m *BytesMaxLen) Validate() error

Validate checks the field values on BytesMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesMaxLen) ValidateAll

func (m *BytesMaxLen) ValidateAll() error

ValidateAll checks the field values on BytesMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesMaxLenMultiError, or nil if none found.

type BytesMinLen

type BytesMinLen struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesMinLen) Descriptor deprecated

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

Deprecated: Use BytesMinLen.ProtoReflect.Descriptor instead.

func (*BytesMinLen) GetVal

func (x *BytesMinLen) GetVal() []byte

func (*BytesMinLen) ProtoMessage

func (*BytesMinLen) ProtoMessage()

func (*BytesMinLen) ProtoReflect

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

func (*BytesMinLen) Reset

func (x *BytesMinLen) Reset()

func (*BytesMinLen) String

func (x *BytesMinLen) String() string

func (*BytesMinLen) Validate

func (m *BytesMinLen) Validate() error

Validate checks the field values on BytesMinLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesMinLen) ValidateAll

func (m *BytesMinLen) ValidateAll() error

ValidateAll checks the field values on BytesMinLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesMinLenMultiError, or nil if none found.

type BytesMinMaxLen

type BytesMinMaxLen struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesMinMaxLen) Descriptor deprecated

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

Deprecated: Use BytesMinMaxLen.ProtoReflect.Descriptor instead.

func (*BytesMinMaxLen) GetVal

func (x *BytesMinMaxLen) GetVal() []byte

func (*BytesMinMaxLen) ProtoMessage

func (*BytesMinMaxLen) ProtoMessage()

func (*BytesMinMaxLen) ProtoReflect

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

func (*BytesMinMaxLen) Reset

func (x *BytesMinMaxLen) Reset()

func (*BytesMinMaxLen) String

func (x *BytesMinMaxLen) String() string

func (*BytesMinMaxLen) Validate

func (m *BytesMinMaxLen) Validate() error

Validate checks the field values on BytesMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesMinMaxLen) ValidateAll

func (m *BytesMinMaxLen) ValidateAll() error

ValidateAll checks the field values on BytesMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesMinMaxLenMultiError, or nil if none found.

type BytesNone

type BytesNone struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesNone) Descriptor deprecated

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

Deprecated: Use BytesNone.ProtoReflect.Descriptor instead.

func (*BytesNone) GetVal

func (x *BytesNone) GetVal() []byte

func (*BytesNone) ProtoMessage

func (*BytesNone) ProtoMessage()

func (*BytesNone) ProtoReflect

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

func (*BytesNone) Reset

func (x *BytesNone) Reset()

func (*BytesNone) String

func (x *BytesNone) String() string

type BytesNotIn

type BytesNotIn struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesNotIn) Descriptor deprecated

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

Deprecated: Use BytesNotIn.ProtoReflect.Descriptor instead.

func (*BytesNotIn) GetVal

func (x *BytesNotIn) GetVal() []byte

func (*BytesNotIn) ProtoMessage

func (*BytesNotIn) ProtoMessage()

func (*BytesNotIn) ProtoReflect

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

func (*BytesNotIn) Reset

func (x *BytesNotIn) Reset()

func (*BytesNotIn) String

func (x *BytesNotIn) String() string

func (*BytesNotIn) Validate

func (m *BytesNotIn) Validate() error

Validate checks the field values on BytesNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesNotIn) ValidateAll

func (m *BytesNotIn) ValidateAll() error

ValidateAll checks the field values on BytesNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesNotInMultiError, or nil if none found.

type BytesPattern

type BytesPattern struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesPattern) Descriptor deprecated

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

Deprecated: Use BytesPattern.ProtoReflect.Descriptor instead.

func (*BytesPattern) GetVal

func (x *BytesPattern) GetVal() []byte

func (*BytesPattern) ProtoMessage

func (*BytesPattern) ProtoMessage()

func (*BytesPattern) ProtoReflect

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

func (*BytesPattern) Reset

func (x *BytesPattern) Reset()

func (*BytesPattern) String

func (x *BytesPattern) String() string

func (*BytesPattern) Validate

func (m *BytesPattern) Validate() error

Validate checks the field values on BytesPattern with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesPattern) ValidateAll

func (m *BytesPattern) ValidateAll() error

ValidateAll checks the field values on BytesPattern with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesPatternMultiError, or nil if none found.

type BytesPrefix

type BytesPrefix struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesPrefix) Descriptor deprecated

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

Deprecated: Use BytesPrefix.ProtoReflect.Descriptor instead.

func (*BytesPrefix) GetVal

func (x *BytesPrefix) GetVal() []byte

func (*BytesPrefix) ProtoMessage

func (*BytesPrefix) ProtoMessage()

func (*BytesPrefix) ProtoReflect

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

func (*BytesPrefix) Reset

func (x *BytesPrefix) Reset()

func (*BytesPrefix) String

func (x *BytesPrefix) String() string

func (*BytesPrefix) Validate

func (m *BytesPrefix) Validate() error

Validate checks the field values on BytesPrefix with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesPrefix) ValidateAll

func (m *BytesPrefix) ValidateAll() error

ValidateAll checks the field values on BytesPrefix with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesPrefixMultiError, or nil if none found.

type BytesSuffix

type BytesSuffix struct {
	Val []byte `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*BytesSuffix) Descriptor deprecated

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

Deprecated: Use BytesSuffix.ProtoReflect.Descriptor instead.

func (*BytesSuffix) GetVal

func (x *BytesSuffix) GetVal() []byte

func (*BytesSuffix) ProtoMessage

func (*BytesSuffix) ProtoMessage()

func (*BytesSuffix) ProtoReflect

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

func (*BytesSuffix) Reset

func (x *BytesSuffix) Reset()

func (*BytesSuffix) String

func (x *BytesSuffix) String() string

func (*BytesSuffix) Validate

func (m *BytesSuffix) Validate() error

Validate checks the field values on BytesSuffix with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BytesSuffix) ValidateAll

func (m *BytesSuffix) ValidateAll() error

ValidateAll checks the field values on BytesSuffix with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BytesSuffixMultiError, or nil if none found.

type ComplexTestEnum

type ComplexTestEnum int32
const (
	ComplexTestEnum_ComplexZero ComplexTestEnum = 0
	ComplexTestEnum_ComplexONE  ComplexTestEnum = 1
	ComplexTestEnum_ComplexTWO  ComplexTestEnum = 2
)

func (ComplexTestEnum) Descriptor

func (ComplexTestEnum) Enum

func (x ComplexTestEnum) Enum() *ComplexTestEnum

func (ComplexTestEnum) EnumDescriptor deprecated

func (ComplexTestEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ComplexTestEnum.Descriptor instead.

func (ComplexTestEnum) Number

func (ComplexTestEnum) String

func (x ComplexTestEnum) String() string

func (ComplexTestEnum) Type

type ComplexTestMsg

type ComplexTestMsg struct {
	Const      string                   `protobuf:"bytes,1,opt,name=const,proto3" json:"const,omitempty"`
	Nested     *ComplexTestMsg          `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
	IntConst   int32                    `protobuf:"varint,3,opt,name=int_const,json=intConst,proto3" json:"int_const,omitempty"`
	BoolConst  bool                     `protobuf:"varint,4,opt,name=bool_const,json=boolConst,proto3" json:"bool_const,omitempty"`
	FloatVal   *wrapperspb.FloatValue   `protobuf:"bytes,5,opt,name=float_val,json=floatVal,proto3" json:"float_val,omitempty"`
	DurVal     *durationpb.Duration     `protobuf:"bytes,6,opt,name=dur_val,json=durVal,proto3" json:"dur_val,omitempty"`
	TsVal      *timestamppb.Timestamp   `protobuf:"bytes,7,opt,name=ts_val,json=tsVal,proto3" json:"ts_val,omitempty"`
	Another    *ComplexTestMsg          `protobuf:"bytes,8,opt,name=another,proto3" json:"another,omitempty"`
	FloatConst float32                  `protobuf:"fixed32,9,opt,name=float_const,json=floatConst,proto3" json:"float_const,omitempty"`
	DoubleIn   float64                  `protobuf:"fixed64,10,opt,name=double_in,json=doubleIn,proto3" json:"double_in,omitempty"`
	EnumConst  ComplexTestEnum          `protobuf:"varint,11,opt,name=enum_const,json=enumConst,proto3,enum=tests.cases.ComplexTestEnum" json:"enum_const,omitempty"`
	AnyVal     *anypb.Any               `protobuf:"bytes,12,opt,name=any_val,json=anyVal,proto3" json:"any_val,omitempty"`
	RepTsVal   []*timestamppb.Timestamp `protobuf:"bytes,13,rep,name=rep_ts_val,json=repTsVal,proto3" json:"rep_ts_val,omitempty"`
	MapVal     map[int32]string         `` /* 171-byte string literal not displayed */
	BytesVal   []byte                   `protobuf:"bytes,15,opt,name=bytes_val,json=bytesVal,proto3" json:"bytes_val,omitempty"`
	// Types that are assignable to O:
	//
	//	*ComplexTestMsg_X
	//	*ComplexTestMsg_Y
	O isComplexTestMsg_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*ComplexTestMsg) Descriptor deprecated

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

Deprecated: Use ComplexTestMsg.ProtoReflect.Descriptor instead.

func (*ComplexTestMsg) GetAnother

func (x *ComplexTestMsg) GetAnother() *ComplexTestMsg

func (*ComplexTestMsg) GetAnyVal

func (x *ComplexTestMsg) GetAnyVal() *anypb.Any

func (*ComplexTestMsg) GetBoolConst

func (x *ComplexTestMsg) GetBoolConst() bool

func (*ComplexTestMsg) GetBytesVal

func (x *ComplexTestMsg) GetBytesVal() []byte

func (*ComplexTestMsg) GetConst

func (x *ComplexTestMsg) GetConst() string

func (*ComplexTestMsg) GetDoubleIn

func (x *ComplexTestMsg) GetDoubleIn() float64

func (*ComplexTestMsg) GetDurVal

func (x *ComplexTestMsg) GetDurVal() *durationpb.Duration

func (*ComplexTestMsg) GetEnumConst

func (x *ComplexTestMsg) GetEnumConst() ComplexTestEnum

func (*ComplexTestMsg) GetFloatConst

func (x *ComplexTestMsg) GetFloatConst() float32

func (*ComplexTestMsg) GetFloatVal

func (x *ComplexTestMsg) GetFloatVal() *wrapperspb.FloatValue

func (*ComplexTestMsg) GetIntConst

func (x *ComplexTestMsg) GetIntConst() int32

func (*ComplexTestMsg) GetMapVal

func (x *ComplexTestMsg) GetMapVal() map[int32]string

func (*ComplexTestMsg) GetNested

func (x *ComplexTestMsg) GetNested() *ComplexTestMsg

func (*ComplexTestMsg) GetO

func (m *ComplexTestMsg) GetO() isComplexTestMsg_O

func (*ComplexTestMsg) GetRepTsVal

func (x *ComplexTestMsg) GetRepTsVal() []*timestamppb.Timestamp

func (*ComplexTestMsg) GetTsVal

func (x *ComplexTestMsg) GetTsVal() *timestamppb.Timestamp

func (*ComplexTestMsg) GetX

func (x *ComplexTestMsg) GetX() string

func (*ComplexTestMsg) GetY

func (x *ComplexTestMsg) GetY() int32

func (*ComplexTestMsg) ProtoMessage

func (*ComplexTestMsg) ProtoMessage()

func (*ComplexTestMsg) ProtoReflect

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

func (*ComplexTestMsg) Reset

func (x *ComplexTestMsg) Reset()

func (*ComplexTestMsg) String

func (x *ComplexTestMsg) String() string

func (*ComplexTestMsg) Validate

func (m *ComplexTestMsg) Validate() error

Validate checks the field values on ComplexTestMsg with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ComplexTestMsg) ValidateAll

func (m *ComplexTestMsg) ValidateAll() error

ValidateAll checks the field values on ComplexTestMsg with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ComplexTestMsgMultiError, or nil if none found.

type ComplexTestMsg_X

type ComplexTestMsg_X struct {
	X string `protobuf:"bytes,16,opt,name=x,proto3,oneof"`
}

type ComplexTestMsg_Y

type ComplexTestMsg_Y struct {
	Y int32 `protobuf:"varint,17,opt,name=y,proto3,oneof"`
}

type DoubleConst

type DoubleConst struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleConst) Descriptor deprecated

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

Deprecated: Use DoubleConst.ProtoReflect.Descriptor instead.

func (*DoubleConst) GetVal

func (x *DoubleConst) GetVal() float64

func (*DoubleConst) ProtoMessage

func (*DoubleConst) ProtoMessage()

func (*DoubleConst) ProtoReflect

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

func (*DoubleConst) Reset

func (x *DoubleConst) Reset()

func (*DoubleConst) String

func (x *DoubleConst) String() string

func (*DoubleConst) Validate

func (m *DoubleConst) Validate() error

Validate checks the field values on DoubleConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleConst) ValidateAll

func (m *DoubleConst) ValidateAll() error

ValidateAll checks the field values on DoubleConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleConstMultiError, or nil if none found.

type DoubleExGTELTE

type DoubleExGTELTE struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleExGTELTE) Descriptor deprecated

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

Deprecated: Use DoubleExGTELTE.ProtoReflect.Descriptor instead.

func (*DoubleExGTELTE) GetVal

func (x *DoubleExGTELTE) GetVal() float64

func (*DoubleExGTELTE) ProtoMessage

func (*DoubleExGTELTE) ProtoMessage()

func (*DoubleExGTELTE) ProtoReflect

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

func (*DoubleExGTELTE) Reset

func (x *DoubleExGTELTE) Reset()

func (*DoubleExGTELTE) String

func (x *DoubleExGTELTE) String() string

func (*DoubleExGTELTE) Validate

func (m *DoubleExGTELTE) Validate() error

Validate checks the field values on DoubleExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleExGTELTE) ValidateAll

func (m *DoubleExGTELTE) ValidateAll() error

ValidateAll checks the field values on DoubleExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleExGTELTEMultiError, or nil if none found.

type DoubleExLTGT

type DoubleExLTGT struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleExLTGT) Descriptor deprecated

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

Deprecated: Use DoubleExLTGT.ProtoReflect.Descriptor instead.

func (*DoubleExLTGT) GetVal

func (x *DoubleExLTGT) GetVal() float64

func (*DoubleExLTGT) ProtoMessage

func (*DoubleExLTGT) ProtoMessage()

func (*DoubleExLTGT) ProtoReflect

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

func (*DoubleExLTGT) Reset

func (x *DoubleExLTGT) Reset()

func (*DoubleExLTGT) String

func (x *DoubleExLTGT) String() string

func (*DoubleExLTGT) Validate

func (m *DoubleExLTGT) Validate() error

Validate checks the field values on DoubleExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleExLTGT) ValidateAll

func (m *DoubleExLTGT) ValidateAll() error

ValidateAll checks the field values on DoubleExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleExLTGTMultiError, or nil if none found.

type DoubleGT

type DoubleGT struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleGT) Descriptor deprecated

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

Deprecated: Use DoubleGT.ProtoReflect.Descriptor instead.

func (*DoubleGT) GetVal

func (x *DoubleGT) GetVal() float64

func (*DoubleGT) ProtoMessage

func (*DoubleGT) ProtoMessage()

func (*DoubleGT) ProtoReflect

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

func (*DoubleGT) Reset

func (x *DoubleGT) Reset()

func (*DoubleGT) String

func (x *DoubleGT) String() string

func (*DoubleGT) Validate

func (m *DoubleGT) Validate() error

Validate checks the field values on DoubleGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleGT) ValidateAll

func (m *DoubleGT) ValidateAll() error

ValidateAll checks the field values on DoubleGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleGTMultiError, or nil if none found.

type DoubleGTE

type DoubleGTE struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleGTE) Descriptor deprecated

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

Deprecated: Use DoubleGTE.ProtoReflect.Descriptor instead.

func (*DoubleGTE) GetVal

func (x *DoubleGTE) GetVal() float64

func (*DoubleGTE) ProtoMessage

func (*DoubleGTE) ProtoMessage()

func (*DoubleGTE) ProtoReflect

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

func (*DoubleGTE) Reset

func (x *DoubleGTE) Reset()

func (*DoubleGTE) String

func (x *DoubleGTE) String() string

func (*DoubleGTE) Validate

func (m *DoubleGTE) Validate() error

Validate checks the field values on DoubleGTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleGTE) ValidateAll

func (m *DoubleGTE) ValidateAll() error

ValidateAll checks the field values on DoubleGTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleGTEMultiError, or nil if none found.

type DoubleGTELTE

type DoubleGTELTE struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleGTELTE) Descriptor deprecated

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

Deprecated: Use DoubleGTELTE.ProtoReflect.Descriptor instead.

func (*DoubleGTELTE) GetVal

func (x *DoubleGTELTE) GetVal() float64

func (*DoubleGTELTE) ProtoMessage

func (*DoubleGTELTE) ProtoMessage()

func (*DoubleGTELTE) ProtoReflect

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

func (*DoubleGTELTE) Reset

func (x *DoubleGTELTE) Reset()

func (*DoubleGTELTE) String

func (x *DoubleGTELTE) String() string

func (*DoubleGTELTE) Validate

func (m *DoubleGTELTE) Validate() error

Validate checks the field values on DoubleGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleGTELTE) ValidateAll

func (m *DoubleGTELTE) ValidateAll() error

ValidateAll checks the field values on DoubleGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleGTELTEMultiError, or nil if none found.

type DoubleGTLT

type DoubleGTLT struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleGTLT) Descriptor deprecated

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

Deprecated: Use DoubleGTLT.ProtoReflect.Descriptor instead.

func (*DoubleGTLT) GetVal

func (x *DoubleGTLT) GetVal() float64

func (*DoubleGTLT) ProtoMessage

func (*DoubleGTLT) ProtoMessage()

func (*DoubleGTLT) ProtoReflect

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

func (*DoubleGTLT) Reset

func (x *DoubleGTLT) Reset()

func (*DoubleGTLT) String

func (x *DoubleGTLT) String() string

func (*DoubleGTLT) Validate

func (m *DoubleGTLT) Validate() error

Validate checks the field values on DoubleGTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleGTLT) ValidateAll

func (m *DoubleGTLT) ValidateAll() error

ValidateAll checks the field values on DoubleGTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleGTLTMultiError, or nil if none found.

type DoubleIgnore

type DoubleIgnore struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleIgnore) Descriptor deprecated

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

Deprecated: Use DoubleIgnore.ProtoReflect.Descriptor instead.

func (*DoubleIgnore) GetVal

func (x *DoubleIgnore) GetVal() float64

func (*DoubleIgnore) ProtoMessage

func (*DoubleIgnore) ProtoMessage()

func (*DoubleIgnore) ProtoReflect

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

func (*DoubleIgnore) Reset

func (x *DoubleIgnore) Reset()

func (*DoubleIgnore) String

func (x *DoubleIgnore) String() string

func (*DoubleIgnore) Validate

func (m *DoubleIgnore) Validate() error

Validate checks the field values on DoubleIgnore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleIgnore) ValidateAll

func (m *DoubleIgnore) ValidateAll() error

ValidateAll checks the field values on DoubleIgnore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleIgnoreMultiError, or nil if none found.

type DoubleIn

type DoubleIn struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleIn) Descriptor deprecated

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

Deprecated: Use DoubleIn.ProtoReflect.Descriptor instead.

func (*DoubleIn) GetVal

func (x *DoubleIn) GetVal() float64

func (*DoubleIn) ProtoMessage

func (*DoubleIn) ProtoMessage()

func (*DoubleIn) ProtoReflect

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

func (*DoubleIn) Reset

func (x *DoubleIn) Reset()

func (*DoubleIn) String

func (x *DoubleIn) String() string

func (*DoubleIn) Validate

func (m *DoubleIn) Validate() error

Validate checks the field values on DoubleIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleIn) ValidateAll

func (m *DoubleIn) ValidateAll() error

ValidateAll checks the field values on DoubleIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleInMultiError, or nil if none found.

type DoubleLT

type DoubleLT struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleLT) Descriptor deprecated

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

Deprecated: Use DoubleLT.ProtoReflect.Descriptor instead.

func (*DoubleLT) GetVal

func (x *DoubleLT) GetVal() float64

func (*DoubleLT) ProtoMessage

func (*DoubleLT) ProtoMessage()

func (*DoubleLT) ProtoReflect

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

func (*DoubleLT) Reset

func (x *DoubleLT) Reset()

func (*DoubleLT) String

func (x *DoubleLT) String() string

func (*DoubleLT) Validate

func (m *DoubleLT) Validate() error

Validate checks the field values on DoubleLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleLT) ValidateAll

func (m *DoubleLT) ValidateAll() error

ValidateAll checks the field values on DoubleLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleLTMultiError, or nil if none found.

type DoubleLTE

type DoubleLTE struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleLTE) Descriptor deprecated

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

Deprecated: Use DoubleLTE.ProtoReflect.Descriptor instead.

func (*DoubleLTE) GetVal

func (x *DoubleLTE) GetVal() float64

func (*DoubleLTE) ProtoMessage

func (*DoubleLTE) ProtoMessage()

func (*DoubleLTE) ProtoReflect

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

func (*DoubleLTE) Reset

func (x *DoubleLTE) Reset()

func (*DoubleLTE) String

func (x *DoubleLTE) String() string

func (*DoubleLTE) Validate

func (m *DoubleLTE) Validate() error

Validate checks the field values on DoubleLTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleLTE) ValidateAll

func (m *DoubleLTE) ValidateAll() error

ValidateAll checks the field values on DoubleLTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleLTEMultiError, or nil if none found.

type DoubleNone

type DoubleNone struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleNone) Descriptor deprecated

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

Deprecated: Use DoubleNone.ProtoReflect.Descriptor instead.

func (*DoubleNone) GetVal

func (x *DoubleNone) GetVal() float64

func (*DoubleNone) ProtoMessage

func (*DoubleNone) ProtoMessage()

func (*DoubleNone) ProtoReflect

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

func (*DoubleNone) Reset

func (x *DoubleNone) Reset()

func (*DoubleNone) String

func (x *DoubleNone) String() string

type DoubleNotIn

type DoubleNotIn struct {
	Val float64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DoubleNotIn) Descriptor deprecated

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

Deprecated: Use DoubleNotIn.ProtoReflect.Descriptor instead.

func (*DoubleNotIn) GetVal

func (x *DoubleNotIn) GetVal() float64

func (*DoubleNotIn) ProtoMessage

func (*DoubleNotIn) ProtoMessage()

func (*DoubleNotIn) ProtoReflect

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

func (*DoubleNotIn) Reset

func (x *DoubleNotIn) Reset()

func (*DoubleNotIn) String

func (x *DoubleNotIn) String() string

func (*DoubleNotIn) Validate

func (m *DoubleNotIn) Validate() error

Validate checks the field values on DoubleNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DoubleNotIn) ValidateAll

func (m *DoubleNotIn) ValidateAll() error

ValidateAll checks the field values on DoubleNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DoubleNotInMultiError, or nil if none found.

type DurationConst

type DurationConst struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

TODO(htuch): Add a very large duration, e.g. {seconds: 315576000000}, once #34 is resolved.

func (*DurationConst) Descriptor deprecated

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

Deprecated: Use DurationConst.ProtoReflect.Descriptor instead.

func (*DurationConst) GetVal

func (x *DurationConst) GetVal() *durationpb.Duration

func (*DurationConst) ProtoMessage

func (*DurationConst) ProtoMessage()

func (*DurationConst) ProtoReflect

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

func (*DurationConst) Reset

func (x *DurationConst) Reset()

func (*DurationConst) String

func (x *DurationConst) String() string

func (*DurationConst) Validate

func (m *DurationConst) Validate() error

Validate checks the field values on DurationConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationConst) ValidateAll

func (m *DurationConst) ValidateAll() error

ValidateAll checks the field values on DurationConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationConstMultiError, or nil if none found.

type DurationExGTELTE

type DurationExGTELTE struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationExGTELTE) Descriptor deprecated

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

Deprecated: Use DurationExGTELTE.ProtoReflect.Descriptor instead.

func (*DurationExGTELTE) GetVal

func (x *DurationExGTELTE) GetVal() *durationpb.Duration

func (*DurationExGTELTE) ProtoMessage

func (*DurationExGTELTE) ProtoMessage()

func (*DurationExGTELTE) ProtoReflect

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

func (*DurationExGTELTE) Reset

func (x *DurationExGTELTE) Reset()

func (*DurationExGTELTE) String

func (x *DurationExGTELTE) String() string

func (*DurationExGTELTE) Validate

func (m *DurationExGTELTE) Validate() error

Validate checks the field values on DurationExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationExGTELTE) ValidateAll

func (m *DurationExGTELTE) ValidateAll() error

ValidateAll checks the field values on DurationExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationExGTELTEMultiError, or nil if none found.

type DurationExLTGT

type DurationExLTGT struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationExLTGT) Descriptor deprecated

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

Deprecated: Use DurationExLTGT.ProtoReflect.Descriptor instead.

func (*DurationExLTGT) GetVal

func (x *DurationExLTGT) GetVal() *durationpb.Duration

func (*DurationExLTGT) ProtoMessage

func (*DurationExLTGT) ProtoMessage()

func (*DurationExLTGT) ProtoReflect

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

func (*DurationExLTGT) Reset

func (x *DurationExLTGT) Reset()

func (*DurationExLTGT) String

func (x *DurationExLTGT) String() string

func (*DurationExLTGT) Validate

func (m *DurationExLTGT) Validate() error

Validate checks the field values on DurationExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationExLTGT) ValidateAll

func (m *DurationExLTGT) ValidateAll() error

ValidateAll checks the field values on DurationExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationExLTGTMultiError, or nil if none found.

type DurationFieldWithOtherFields

type DurationFieldWithOtherFields struct {
	DurationVal *durationpb.Duration `protobuf:"bytes,1,opt,name=duration_val,json=durationVal,proto3" json:"duration_val,omitempty"`
	IntVal      int32                `protobuf:"varint,2,opt,name=int_val,json=intVal,proto3" json:"int_val,omitempty"`
	// contains filtered or unexported fields
}

Regression for earlier bug where missing Duration field would short circuit evaluation in C++.

func (*DurationFieldWithOtherFields) Descriptor deprecated

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

Deprecated: Use DurationFieldWithOtherFields.ProtoReflect.Descriptor instead.

func (*DurationFieldWithOtherFields) GetDurationVal

func (x *DurationFieldWithOtherFields) GetDurationVal() *durationpb.Duration

func (*DurationFieldWithOtherFields) GetIntVal

func (x *DurationFieldWithOtherFields) GetIntVal() int32

func (*DurationFieldWithOtherFields) ProtoMessage

func (*DurationFieldWithOtherFields) ProtoMessage()

func (*DurationFieldWithOtherFields) ProtoReflect

func (*DurationFieldWithOtherFields) Reset

func (x *DurationFieldWithOtherFields) Reset()

func (*DurationFieldWithOtherFields) String

func (*DurationFieldWithOtherFields) Validate

func (m *DurationFieldWithOtherFields) Validate() error

Validate checks the field values on DurationFieldWithOtherFields with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationFieldWithOtherFields) ValidateAll

func (m *DurationFieldWithOtherFields) ValidateAll() error

ValidateAll checks the field values on DurationFieldWithOtherFields with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationFieldWithOtherFieldsMultiError, or nil if none found.

type DurationGT

type DurationGT struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationGT) Descriptor deprecated

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

Deprecated: Use DurationGT.ProtoReflect.Descriptor instead.

func (*DurationGT) GetVal

func (x *DurationGT) GetVal() *durationpb.Duration

func (*DurationGT) ProtoMessage

func (*DurationGT) ProtoMessage()

func (*DurationGT) ProtoReflect

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

func (*DurationGT) Reset

func (x *DurationGT) Reset()

func (*DurationGT) String

func (x *DurationGT) String() string

func (*DurationGT) Validate

func (m *DurationGT) Validate() error

Validate checks the field values on DurationGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationGT) ValidateAll

func (m *DurationGT) ValidateAll() error

ValidateAll checks the field values on DurationGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationGTMultiError, or nil if none found.

type DurationGTE

type DurationGTE struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationGTE) Descriptor deprecated

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

Deprecated: Use DurationGTE.ProtoReflect.Descriptor instead.

func (*DurationGTE) GetVal

func (x *DurationGTE) GetVal() *durationpb.Duration

func (*DurationGTE) ProtoMessage

func (*DurationGTE) ProtoMessage()

func (*DurationGTE) ProtoReflect

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

func (*DurationGTE) Reset

func (x *DurationGTE) Reset()

func (*DurationGTE) String

func (x *DurationGTE) String() string

func (*DurationGTE) Validate

func (m *DurationGTE) Validate() error

Validate checks the field values on DurationGTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationGTE) ValidateAll

func (m *DurationGTE) ValidateAll() error

ValidateAll checks the field values on DurationGTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationGTEMultiError, or nil if none found.

type DurationGTELTE

type DurationGTELTE struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationGTELTE) Descriptor deprecated

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

Deprecated: Use DurationGTELTE.ProtoReflect.Descriptor instead.

func (*DurationGTELTE) GetVal

func (x *DurationGTELTE) GetVal() *durationpb.Duration

func (*DurationGTELTE) ProtoMessage

func (*DurationGTELTE) ProtoMessage()

func (*DurationGTELTE) ProtoReflect

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

func (*DurationGTELTE) Reset

func (x *DurationGTELTE) Reset()

func (*DurationGTELTE) String

func (x *DurationGTELTE) String() string

func (*DurationGTELTE) Validate

func (m *DurationGTELTE) Validate() error

Validate checks the field values on DurationGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationGTELTE) ValidateAll

func (m *DurationGTELTE) ValidateAll() error

ValidateAll checks the field values on DurationGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationGTELTEMultiError, or nil if none found.

type DurationGTLT

type DurationGTLT struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationGTLT) Descriptor deprecated

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

Deprecated: Use DurationGTLT.ProtoReflect.Descriptor instead.

func (*DurationGTLT) GetVal

func (x *DurationGTLT) GetVal() *durationpb.Duration

func (*DurationGTLT) ProtoMessage

func (*DurationGTLT) ProtoMessage()

func (*DurationGTLT) ProtoReflect

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

func (*DurationGTLT) Reset

func (x *DurationGTLT) Reset()

func (*DurationGTLT) String

func (x *DurationGTLT) String() string

func (*DurationGTLT) Validate

func (m *DurationGTLT) Validate() error

Validate checks the field values on DurationGTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationGTLT) ValidateAll

func (m *DurationGTLT) ValidateAll() error

ValidateAll checks the field values on DurationGTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationGTLTMultiError, or nil if none found.

type DurationIn

type DurationIn struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationIn) Descriptor deprecated

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

Deprecated: Use DurationIn.ProtoReflect.Descriptor instead.

func (*DurationIn) GetVal

func (x *DurationIn) GetVal() *durationpb.Duration

func (*DurationIn) ProtoMessage

func (*DurationIn) ProtoMessage()

func (*DurationIn) ProtoReflect

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

func (*DurationIn) Reset

func (x *DurationIn) Reset()

func (*DurationIn) String

func (x *DurationIn) String() string

func (*DurationIn) Validate

func (m *DurationIn) Validate() error

Validate checks the field values on DurationIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationIn) ValidateAll

func (m *DurationIn) ValidateAll() error

ValidateAll checks the field values on DurationIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationInMultiError, or nil if none found.

type DurationLT

type DurationLT struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationLT) Descriptor deprecated

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

Deprecated: Use DurationLT.ProtoReflect.Descriptor instead.

func (*DurationLT) GetVal

func (x *DurationLT) GetVal() *durationpb.Duration

func (*DurationLT) ProtoMessage

func (*DurationLT) ProtoMessage()

func (*DurationLT) ProtoReflect

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

func (*DurationLT) Reset

func (x *DurationLT) Reset()

func (*DurationLT) String

func (x *DurationLT) String() string

func (*DurationLT) Validate

func (m *DurationLT) Validate() error

Validate checks the field values on DurationLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationLT) ValidateAll

func (m *DurationLT) ValidateAll() error

ValidateAll checks the field values on DurationLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationLTMultiError, or nil if none found.

type DurationLTE

type DurationLTE struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationLTE) Descriptor deprecated

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

Deprecated: Use DurationLTE.ProtoReflect.Descriptor instead.

func (*DurationLTE) GetVal

func (x *DurationLTE) GetVal() *durationpb.Duration

func (*DurationLTE) ProtoMessage

func (*DurationLTE) ProtoMessage()

func (*DurationLTE) ProtoReflect

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

func (*DurationLTE) Reset

func (x *DurationLTE) Reset()

func (*DurationLTE) String

func (x *DurationLTE) String() string

func (*DurationLTE) Validate

func (m *DurationLTE) Validate() error

Validate checks the field values on DurationLTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationLTE) ValidateAll

func (m *DurationLTE) ValidateAll() error

ValidateAll checks the field values on DurationLTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationLTEMultiError, or nil if none found.

type DurationNone

type DurationNone struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationNone) Descriptor deprecated

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

Deprecated: Use DurationNone.ProtoReflect.Descriptor instead.

func (*DurationNone) GetVal

func (x *DurationNone) GetVal() *durationpb.Duration

func (*DurationNone) ProtoMessage

func (*DurationNone) ProtoMessage()

func (*DurationNone) ProtoReflect

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

func (*DurationNone) Reset

func (x *DurationNone) Reset()

func (*DurationNone) String

func (x *DurationNone) String() string

type DurationNotIn

type DurationNotIn struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationNotIn) Descriptor deprecated

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

Deprecated: Use DurationNotIn.ProtoReflect.Descriptor instead.

func (*DurationNotIn) GetVal

func (x *DurationNotIn) GetVal() *durationpb.Duration

func (*DurationNotIn) ProtoMessage

func (*DurationNotIn) ProtoMessage()

func (*DurationNotIn) ProtoReflect

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

func (*DurationNotIn) Reset

func (x *DurationNotIn) Reset()

func (*DurationNotIn) String

func (x *DurationNotIn) String() string

func (*DurationNotIn) Validate

func (m *DurationNotIn) Validate() error

Validate checks the field values on DurationNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationNotIn) ValidateAll

func (m *DurationNotIn) ValidateAll() error

ValidateAll checks the field values on DurationNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationNotInMultiError, or nil if none found.

type DurationRequired

type DurationRequired struct {
	Val *durationpb.Duration `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*DurationRequired) Descriptor deprecated

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

Deprecated: Use DurationRequired.ProtoReflect.Descriptor instead.

func (*DurationRequired) GetVal

func (x *DurationRequired) GetVal() *durationpb.Duration

func (*DurationRequired) ProtoMessage

func (*DurationRequired) ProtoMessage()

func (*DurationRequired) ProtoReflect

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

func (*DurationRequired) Reset

func (x *DurationRequired) Reset()

func (*DurationRequired) String

func (x *DurationRequired) String() string

func (*DurationRequired) Validate

func (m *DurationRequired) Validate() error

Validate checks the field values on DurationRequired with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DurationRequired) ValidateAll

func (m *DurationRequired) ValidateAll() error

ValidateAll checks the field values on DurationRequired with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DurationRequiredMultiError, or nil if none found.

type Embed

type Embed struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Embed) Descriptor deprecated

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

Deprecated: Use Embed.ProtoReflect.Descriptor instead.

func (*Embed) GetVal

func (x *Embed) GetVal() int64

func (*Embed) ProtoMessage

func (*Embed) ProtoMessage()

func (*Embed) ProtoReflect

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

func (*Embed) Reset

func (x *Embed) Reset()

func (*Embed) String

func (x *Embed) String() string

func (*Embed) Validate

func (m *Embed) Validate() error

Validate checks the field values on Embed with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Embed) ValidateAll

func (m *Embed) ValidateAll() error

ValidateAll checks the field values on Embed with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EmbedMultiError, or nil if none found.

type EnumAliasConst

type EnumAliasConst struct {
	Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnumAlias" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumAliasConst) Descriptor deprecated

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

Deprecated: Use EnumAliasConst.ProtoReflect.Descriptor instead.

func (*EnumAliasConst) GetVal

func (x *EnumAliasConst) GetVal() TestEnumAlias

func (*EnumAliasConst) ProtoMessage

func (*EnumAliasConst) ProtoMessage()

func (*EnumAliasConst) ProtoReflect

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

func (*EnumAliasConst) Reset

func (x *EnumAliasConst) Reset()

func (*EnumAliasConst) String

func (x *EnumAliasConst) String() string

func (*EnumAliasConst) Validate

func (m *EnumAliasConst) Validate() error

Validate checks the field values on EnumAliasConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumAliasConst) ValidateAll

func (m *EnumAliasConst) ValidateAll() error

ValidateAll checks the field values on EnumAliasConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumAliasConstMultiError, or nil if none found.

type EnumAliasDefined

type EnumAliasDefined struct {
	Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnumAlias" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumAliasDefined) Descriptor deprecated

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

Deprecated: Use EnumAliasDefined.ProtoReflect.Descriptor instead.

func (*EnumAliasDefined) GetVal

func (x *EnumAliasDefined) GetVal() TestEnumAlias

func (*EnumAliasDefined) ProtoMessage

func (*EnumAliasDefined) ProtoMessage()

func (*EnumAliasDefined) ProtoReflect

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

func (*EnumAliasDefined) Reset

func (x *EnumAliasDefined) Reset()

func (*EnumAliasDefined) String

func (x *EnumAliasDefined) String() string

func (*EnumAliasDefined) Validate

func (m *EnumAliasDefined) Validate() error

Validate checks the field values on EnumAliasDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumAliasDefined) ValidateAll

func (m *EnumAliasDefined) ValidateAll() error

ValidateAll checks the field values on EnumAliasDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumAliasDefinedMultiError, or nil if none found.

type EnumAliasIn

type EnumAliasIn struct {
	Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnumAlias" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumAliasIn) Descriptor deprecated

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

Deprecated: Use EnumAliasIn.ProtoReflect.Descriptor instead.

func (*EnumAliasIn) GetVal

func (x *EnumAliasIn) GetVal() TestEnumAlias

func (*EnumAliasIn) ProtoMessage

func (*EnumAliasIn) ProtoMessage()

func (*EnumAliasIn) ProtoReflect

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

func (*EnumAliasIn) Reset

func (x *EnumAliasIn) Reset()

func (*EnumAliasIn) String

func (x *EnumAliasIn) String() string

func (*EnumAliasIn) Validate

func (m *EnumAliasIn) Validate() error

Validate checks the field values on EnumAliasIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumAliasIn) ValidateAll

func (m *EnumAliasIn) ValidateAll() error

ValidateAll checks the field values on EnumAliasIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumAliasInMultiError, or nil if none found.

type EnumAliasNotIn

type EnumAliasNotIn struct {
	Val TestEnumAlias `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnumAlias" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumAliasNotIn) Descriptor deprecated

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

Deprecated: Use EnumAliasNotIn.ProtoReflect.Descriptor instead.

func (*EnumAliasNotIn) GetVal

func (x *EnumAliasNotIn) GetVal() TestEnumAlias

func (*EnumAliasNotIn) ProtoMessage

func (*EnumAliasNotIn) ProtoMessage()

func (*EnumAliasNotIn) ProtoReflect

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

func (*EnumAliasNotIn) Reset

func (x *EnumAliasNotIn) Reset()

func (*EnumAliasNotIn) String

func (x *EnumAliasNotIn) String() string

func (*EnumAliasNotIn) Validate

func (m *EnumAliasNotIn) Validate() error

Validate checks the field values on EnumAliasNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumAliasNotIn) ValidateAll

func (m *EnumAliasNotIn) ValidateAll() error

ValidateAll checks the field values on EnumAliasNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumAliasNotInMultiError, or nil if none found.

type EnumConst

type EnumConst struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumConst) Descriptor deprecated

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

Deprecated: Use EnumConst.ProtoReflect.Descriptor instead.

func (*EnumConst) GetVal

func (x *EnumConst) GetVal() TestEnum

func (*EnumConst) ProtoMessage

func (*EnumConst) ProtoMessage()

func (*EnumConst) ProtoReflect

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

func (*EnumConst) Reset

func (x *EnumConst) Reset()

func (*EnumConst) String

func (x *EnumConst) String() string

func (*EnumConst) Validate

func (m *EnumConst) Validate() error

Validate checks the field values on EnumConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumConst) ValidateAll

func (m *EnumConst) ValidateAll() error

ValidateAll checks the field values on EnumConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumConstMultiError, or nil if none found.

type EnumDefined

type EnumDefined struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumDefined) Descriptor deprecated

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

Deprecated: Use EnumDefined.ProtoReflect.Descriptor instead.

func (*EnumDefined) GetVal

func (x *EnumDefined) GetVal() TestEnum

func (*EnumDefined) ProtoMessage

func (*EnumDefined) ProtoMessage()

func (*EnumDefined) ProtoReflect

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

func (*EnumDefined) Reset

func (x *EnumDefined) Reset()

func (*EnumDefined) String

func (x *EnumDefined) String() string

func (*EnumDefined) Validate

func (m *EnumDefined) Validate() error

Validate checks the field values on EnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumDefined) ValidateAll

func (m *EnumDefined) ValidateAll() error

ValidateAll checks the field values on EnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumDefinedMultiError, or nil if none found.

type EnumExternal

type EnumExternal struct {
	Val other_package.Embed_Enumerated `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.other_package.Embed_Enumerated" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumExternal) Descriptor deprecated

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

Deprecated: Use EnumExternal.ProtoReflect.Descriptor instead.

func (*EnumExternal) GetVal

func (*EnumExternal) ProtoMessage

func (*EnumExternal) ProtoMessage()

func (*EnumExternal) ProtoReflect

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

func (*EnumExternal) Reset

func (x *EnumExternal) Reset()

func (*EnumExternal) String

func (x *EnumExternal) String() string

func (*EnumExternal) Validate

func (m *EnumExternal) Validate() error

Validate checks the field values on EnumExternal with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumExternal) ValidateAll

func (m *EnumExternal) ValidateAll() error

ValidateAll checks the field values on EnumExternal with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumExternalMultiError, or nil if none found.

type EnumExternal2

type EnumExternal2 struct {
	Val other_package.Embed_DoubleEmbed_DoubleEnumerated `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EnumExternal2) Descriptor deprecated

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

Deprecated: Use EnumExternal2.ProtoReflect.Descriptor instead.

func (*EnumExternal2) GetVal

func (*EnumExternal2) ProtoMessage

func (*EnumExternal2) ProtoMessage()

func (*EnumExternal2) ProtoReflect

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

func (*EnumExternal2) Reset

func (x *EnumExternal2) Reset()

func (*EnumExternal2) String

func (x *EnumExternal2) String() string

func (*EnumExternal2) Validate

func (m *EnumExternal2) Validate() error

Validate checks the field values on EnumExternal2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumExternal2) ValidateAll

func (m *EnumExternal2) ValidateAll() error

ValidateAll checks the field values on EnumExternal2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumExternal2MultiError, or nil if none found.

type EnumExternal3

type EnumExternal3 struct {
	Foo other_package.Embed_FooNumber       `protobuf:"varint,1,opt,name=foo,proto3,enum=tests.cases.other_package.Embed_FooNumber" json:"foo,omitempty"`
	Bar yet_another_package.Embed_BarNumber `protobuf:"varint,2,opt,name=bar,proto3,enum=tests.cases.yet_another_package.Embed_BarNumber" json:"bar,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumExternal3) Descriptor deprecated

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

Deprecated: Use EnumExternal3.ProtoReflect.Descriptor instead.

func (*EnumExternal3) GetBar

func (*EnumExternal3) GetFoo

func (*EnumExternal3) ProtoMessage

func (*EnumExternal3) ProtoMessage()

func (*EnumExternal3) ProtoReflect

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

func (*EnumExternal3) Reset

func (x *EnumExternal3) Reset()

func (*EnumExternal3) String

func (x *EnumExternal3) String() string

func (*EnumExternal3) Validate

func (m *EnumExternal3) Validate() error

Validate checks the field values on EnumExternal3 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumExternal3) ValidateAll

func (m *EnumExternal3) ValidateAll() error

ValidateAll checks the field values on EnumExternal3 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumExternal3MultiError, or nil if none found.

type EnumExternal4

type EnumExternal4 struct {
	SortDirection sort.Direction `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EnumExternal4) Descriptor deprecated

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

Deprecated: Use EnumExternal4.ProtoReflect.Descriptor instead.

func (*EnumExternal4) GetSortDirection

func (x *EnumExternal4) GetSortDirection() sort.Direction

func (*EnumExternal4) ProtoMessage

func (*EnumExternal4) ProtoMessage()

func (*EnumExternal4) ProtoReflect

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

func (*EnumExternal4) Reset

func (x *EnumExternal4) Reset()

func (*EnumExternal4) String

func (x *EnumExternal4) String() string

func (*EnumExternal4) Validate

func (m *EnumExternal4) Validate() error

Validate checks the field values on EnumExternal4 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumExternal4) ValidateAll

func (m *EnumExternal4) ValidateAll() error

ValidateAll checks the field values on EnumExternal4 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumExternal4MultiError, or nil if none found.

type EnumIn

type EnumIn struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumIn) Descriptor deprecated

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

Deprecated: Use EnumIn.ProtoReflect.Descriptor instead.

func (*EnumIn) GetVal

func (x *EnumIn) GetVal() TestEnum

func (*EnumIn) ProtoMessage

func (*EnumIn) ProtoMessage()

func (*EnumIn) ProtoReflect

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

func (*EnumIn) Reset

func (x *EnumIn) Reset()

func (*EnumIn) String

func (x *EnumIn) String() string

func (*EnumIn) Validate

func (m *EnumIn) Validate() error

Validate checks the field values on EnumIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumIn) ValidateAll

func (m *EnumIn) ValidateAll() error

ValidateAll checks the field values on EnumIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumInMultiError, or nil if none found.

type EnumInsideOneOf

type EnumInsideOneOf struct {

	// Types that are assignable to Foo:
	//
	//	*EnumInsideOneOf_Val
	Foo isEnumInsideOneOf_Foo `protobuf_oneof:"foo"`
	// Types that are assignable to Bar:
	//
	//	*EnumInsideOneOf_Val21
	Bar isEnumInsideOneOf_Bar `protobuf_oneof:"bar"`
	// contains filtered or unexported fields
}

func (*EnumInsideOneOf) Descriptor deprecated

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

Deprecated: Use EnumInsideOneOf.ProtoReflect.Descriptor instead.

func (*EnumInsideOneOf) GetBar

func (m *EnumInsideOneOf) GetBar() isEnumInsideOneOf_Bar

func (*EnumInsideOneOf) GetFoo

func (m *EnumInsideOneOf) GetFoo() isEnumInsideOneOf_Foo

func (*EnumInsideOneOf) GetVal

func (x *EnumInsideOneOf) GetVal() TestEnum

func (*EnumInsideOneOf) GetVal21

func (x *EnumInsideOneOf) GetVal21() TestEnum

func (*EnumInsideOneOf) ProtoMessage

func (*EnumInsideOneOf) ProtoMessage()

func (*EnumInsideOneOf) ProtoReflect

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

func (*EnumInsideOneOf) Reset

func (x *EnumInsideOneOf) Reset()

func (*EnumInsideOneOf) String

func (x *EnumInsideOneOf) String() string

func (*EnumInsideOneOf) Validate

func (m *EnumInsideOneOf) Validate() error

Validate checks the field values on EnumInsideOneOf with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumInsideOneOf) ValidateAll

func (m *EnumInsideOneOf) ValidateAll() error

ValidateAll checks the field values on EnumInsideOneOf with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumInsideOneOfMultiError, or nil if none found.

type EnumInsideOneOf_Val

type EnumInsideOneOf_Val struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum,oneof"`
}

type EnumInsideOneOf_Val21

type EnumInsideOneOf_Val21 struct {
	Val21 TestEnum `protobuf:"varint,3,opt,name=val21,proto3,enum=tests.cases.TestEnum,oneof"`
}

type EnumNone

type EnumNone struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumNone) Descriptor deprecated

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

Deprecated: Use EnumNone.ProtoReflect.Descriptor instead.

func (*EnumNone) GetVal

func (x *EnumNone) GetVal() TestEnum

func (*EnumNone) ProtoMessage

func (*EnumNone) ProtoMessage()

func (*EnumNone) ProtoReflect

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

func (*EnumNone) Reset

func (x *EnumNone) Reset()

func (*EnumNone) String

func (x *EnumNone) String() string

type EnumNotIn

type EnumNotIn struct {
	Val TestEnum `protobuf:"varint,1,opt,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumNotIn) Descriptor deprecated

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

Deprecated: Use EnumNotIn.ProtoReflect.Descriptor instead.

func (*EnumNotIn) GetVal

func (x *EnumNotIn) GetVal() TestEnum

func (*EnumNotIn) ProtoMessage

func (*EnumNotIn) ProtoMessage()

func (*EnumNotIn) ProtoReflect

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

func (*EnumNotIn) Reset

func (x *EnumNotIn) Reset()

func (*EnumNotIn) String

func (x *EnumNotIn) String() string

func (*EnumNotIn) Validate

func (m *EnumNotIn) Validate() error

Validate checks the field values on EnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnumNotIn) ValidateAll

func (m *EnumNotIn) ValidateAll() error

ValidateAll checks the field values on EnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnumNotInMultiError, or nil if none found.

type Fixed32Const

type Fixed32Const struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32Const) Descriptor deprecated

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

Deprecated: Use Fixed32Const.ProtoReflect.Descriptor instead.

func (*Fixed32Const) GetVal

func (x *Fixed32Const) GetVal() uint32

func (*Fixed32Const) ProtoMessage

func (*Fixed32Const) ProtoMessage()

func (*Fixed32Const) ProtoReflect

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

func (*Fixed32Const) Reset

func (x *Fixed32Const) Reset()

func (*Fixed32Const) String

func (x *Fixed32Const) String() string

func (*Fixed32Const) Validate

func (m *Fixed32Const) Validate() error

Validate checks the field values on Fixed32Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32Const) ValidateAll

func (m *Fixed32Const) ValidateAll() error

ValidateAll checks the field values on Fixed32Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32ConstMultiError, or nil if none found.

type Fixed32ExGTELTE

type Fixed32ExGTELTE struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32ExGTELTE) Descriptor deprecated

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

Deprecated: Use Fixed32ExGTELTE.ProtoReflect.Descriptor instead.

func (*Fixed32ExGTELTE) GetVal

func (x *Fixed32ExGTELTE) GetVal() uint32

func (*Fixed32ExGTELTE) ProtoMessage

func (*Fixed32ExGTELTE) ProtoMessage()

func (*Fixed32ExGTELTE) ProtoReflect

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

func (*Fixed32ExGTELTE) Reset

func (x *Fixed32ExGTELTE) Reset()

func (*Fixed32ExGTELTE) String

func (x *Fixed32ExGTELTE) String() string

func (*Fixed32ExGTELTE) Validate

func (m *Fixed32ExGTELTE) Validate() error

Validate checks the field values on Fixed32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32ExGTELTE) ValidateAll

func (m *Fixed32ExGTELTE) ValidateAll() error

ValidateAll checks the field values on Fixed32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32ExGTELTEMultiError, or nil if none found.

type Fixed32ExLTGT

type Fixed32ExLTGT struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32ExLTGT) Descriptor deprecated

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

Deprecated: Use Fixed32ExLTGT.ProtoReflect.Descriptor instead.

func (*Fixed32ExLTGT) GetVal

func (x *Fixed32ExLTGT) GetVal() uint32

func (*Fixed32ExLTGT) ProtoMessage

func (*Fixed32ExLTGT) ProtoMessage()

func (*Fixed32ExLTGT) ProtoReflect

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

func (*Fixed32ExLTGT) Reset

func (x *Fixed32ExLTGT) Reset()

func (*Fixed32ExLTGT) String

func (x *Fixed32ExLTGT) String() string

func (*Fixed32ExLTGT) Validate

func (m *Fixed32ExLTGT) Validate() error

Validate checks the field values on Fixed32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32ExLTGT) ValidateAll

func (m *Fixed32ExLTGT) ValidateAll() error

ValidateAll checks the field values on Fixed32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32ExLTGTMultiError, or nil if none found.

type Fixed32GT

type Fixed32GT struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32GT) Descriptor deprecated

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

Deprecated: Use Fixed32GT.ProtoReflect.Descriptor instead.

func (*Fixed32GT) GetVal

func (x *Fixed32GT) GetVal() uint32

func (*Fixed32GT) ProtoMessage

func (*Fixed32GT) ProtoMessage()

func (*Fixed32GT) ProtoReflect

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

func (*Fixed32GT) Reset

func (x *Fixed32GT) Reset()

func (*Fixed32GT) String

func (x *Fixed32GT) String() string

func (*Fixed32GT) Validate

func (m *Fixed32GT) Validate() error

Validate checks the field values on Fixed32GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32GT) ValidateAll

func (m *Fixed32GT) ValidateAll() error

ValidateAll checks the field values on Fixed32GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32GTMultiError, or nil if none found.

type Fixed32GTE

type Fixed32GTE struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32GTE) Descriptor deprecated

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

Deprecated: Use Fixed32GTE.ProtoReflect.Descriptor instead.

func (*Fixed32GTE) GetVal

func (x *Fixed32GTE) GetVal() uint32

func (*Fixed32GTE) ProtoMessage

func (*Fixed32GTE) ProtoMessage()

func (*Fixed32GTE) ProtoReflect

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

func (*Fixed32GTE) Reset

func (x *Fixed32GTE) Reset()

func (*Fixed32GTE) String

func (x *Fixed32GTE) String() string

func (*Fixed32GTE) Validate

func (m *Fixed32GTE) Validate() error

Validate checks the field values on Fixed32GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32GTE) ValidateAll

func (m *Fixed32GTE) ValidateAll() error

ValidateAll checks the field values on Fixed32GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32GTEMultiError, or nil if none found.

type Fixed32GTELTE

type Fixed32GTELTE struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32GTELTE) Descriptor deprecated

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

Deprecated: Use Fixed32GTELTE.ProtoReflect.Descriptor instead.

func (*Fixed32GTELTE) GetVal

func (x *Fixed32GTELTE) GetVal() uint32

func (*Fixed32GTELTE) ProtoMessage

func (*Fixed32GTELTE) ProtoMessage()

func (*Fixed32GTELTE) ProtoReflect

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

func (*Fixed32GTELTE) Reset

func (x *Fixed32GTELTE) Reset()

func (*Fixed32GTELTE) String

func (x *Fixed32GTELTE) String() string

func (*Fixed32GTELTE) Validate

func (m *Fixed32GTELTE) Validate() error

Validate checks the field values on Fixed32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32GTELTE) ValidateAll

func (m *Fixed32GTELTE) ValidateAll() error

ValidateAll checks the field values on Fixed32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32GTELTEMultiError, or nil if none found.

type Fixed32GTLT

type Fixed32GTLT struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32GTLT) Descriptor deprecated

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

Deprecated: Use Fixed32GTLT.ProtoReflect.Descriptor instead.

func (*Fixed32GTLT) GetVal

func (x *Fixed32GTLT) GetVal() uint32

func (*Fixed32GTLT) ProtoMessage

func (*Fixed32GTLT) ProtoMessage()

func (*Fixed32GTLT) ProtoReflect

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

func (*Fixed32GTLT) Reset

func (x *Fixed32GTLT) Reset()

func (*Fixed32GTLT) String

func (x *Fixed32GTLT) String() string

func (*Fixed32GTLT) Validate

func (m *Fixed32GTLT) Validate() error

Validate checks the field values on Fixed32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32GTLT) ValidateAll

func (m *Fixed32GTLT) ValidateAll() error

ValidateAll checks the field values on Fixed32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32GTLTMultiError, or nil if none found.

type Fixed32Ignore

type Fixed32Ignore struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32Ignore) Descriptor deprecated

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

Deprecated: Use Fixed32Ignore.ProtoReflect.Descriptor instead.

func (*Fixed32Ignore) GetVal

func (x *Fixed32Ignore) GetVal() uint32

func (*Fixed32Ignore) ProtoMessage

func (*Fixed32Ignore) ProtoMessage()

func (*Fixed32Ignore) ProtoReflect

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

func (*Fixed32Ignore) Reset

func (x *Fixed32Ignore) Reset()

func (*Fixed32Ignore) String

func (x *Fixed32Ignore) String() string

func (*Fixed32Ignore) Validate

func (m *Fixed32Ignore) Validate() error

Validate checks the field values on Fixed32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32Ignore) ValidateAll

func (m *Fixed32Ignore) ValidateAll() error

ValidateAll checks the field values on Fixed32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32IgnoreMultiError, or nil if none found.

type Fixed32In

type Fixed32In struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32In) Descriptor deprecated

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

Deprecated: Use Fixed32In.ProtoReflect.Descriptor instead.

func (*Fixed32In) GetVal

func (x *Fixed32In) GetVal() uint32

func (*Fixed32In) ProtoMessage

func (*Fixed32In) ProtoMessage()

func (*Fixed32In) ProtoReflect

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

func (*Fixed32In) Reset

func (x *Fixed32In) Reset()

func (*Fixed32In) String

func (x *Fixed32In) String() string

func (*Fixed32In) Validate

func (m *Fixed32In) Validate() error

Validate checks the field values on Fixed32In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32In) ValidateAll

func (m *Fixed32In) ValidateAll() error

ValidateAll checks the field values on Fixed32In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32InMultiError, or nil if none found.

type Fixed32LT

type Fixed32LT struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32LT) Descriptor deprecated

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

Deprecated: Use Fixed32LT.ProtoReflect.Descriptor instead.

func (*Fixed32LT) GetVal

func (x *Fixed32LT) GetVal() uint32

func (*Fixed32LT) ProtoMessage

func (*Fixed32LT) ProtoMessage()

func (*Fixed32LT) ProtoReflect

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

func (*Fixed32LT) Reset

func (x *Fixed32LT) Reset()

func (*Fixed32LT) String

func (x *Fixed32LT) String() string

func (*Fixed32LT) Validate

func (m *Fixed32LT) Validate() error

Validate checks the field values on Fixed32LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32LT) ValidateAll

func (m *Fixed32LT) ValidateAll() error

ValidateAll checks the field values on Fixed32LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32LTMultiError, or nil if none found.

type Fixed32LTE

type Fixed32LTE struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32LTE) Descriptor deprecated

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

Deprecated: Use Fixed32LTE.ProtoReflect.Descriptor instead.

func (*Fixed32LTE) GetVal

func (x *Fixed32LTE) GetVal() uint32

func (*Fixed32LTE) ProtoMessage

func (*Fixed32LTE) ProtoMessage()

func (*Fixed32LTE) ProtoReflect

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

func (*Fixed32LTE) Reset

func (x *Fixed32LTE) Reset()

func (*Fixed32LTE) String

func (x *Fixed32LTE) String() string

func (*Fixed32LTE) Validate

func (m *Fixed32LTE) Validate() error

Validate checks the field values on Fixed32LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32LTE) ValidateAll

func (m *Fixed32LTE) ValidateAll() error

ValidateAll checks the field values on Fixed32LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32LTEMultiError, or nil if none found.

type Fixed32None

type Fixed32None struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32None) Descriptor deprecated

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

Deprecated: Use Fixed32None.ProtoReflect.Descriptor instead.

func (*Fixed32None) GetVal

func (x *Fixed32None) GetVal() uint32

func (*Fixed32None) ProtoMessage

func (*Fixed32None) ProtoMessage()

func (*Fixed32None) ProtoReflect

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

func (*Fixed32None) Reset

func (x *Fixed32None) Reset()

func (*Fixed32None) String

func (x *Fixed32None) String() string

type Fixed32NotIn

type Fixed32NotIn struct {
	Val uint32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed32NotIn) Descriptor deprecated

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

Deprecated: Use Fixed32NotIn.ProtoReflect.Descriptor instead.

func (*Fixed32NotIn) GetVal

func (x *Fixed32NotIn) GetVal() uint32

func (*Fixed32NotIn) ProtoMessage

func (*Fixed32NotIn) ProtoMessage()

func (*Fixed32NotIn) ProtoReflect

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

func (*Fixed32NotIn) Reset

func (x *Fixed32NotIn) Reset()

func (*Fixed32NotIn) String

func (x *Fixed32NotIn) String() string

func (*Fixed32NotIn) Validate

func (m *Fixed32NotIn) Validate() error

Validate checks the field values on Fixed32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed32NotIn) ValidateAll

func (m *Fixed32NotIn) ValidateAll() error

ValidateAll checks the field values on Fixed32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed32NotInMultiError, or nil if none found.

type Fixed64Const

type Fixed64Const struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64Const) Descriptor deprecated

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

Deprecated: Use Fixed64Const.ProtoReflect.Descriptor instead.

func (*Fixed64Const) GetVal

func (x *Fixed64Const) GetVal() uint64

func (*Fixed64Const) ProtoMessage

func (*Fixed64Const) ProtoMessage()

func (*Fixed64Const) ProtoReflect

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

func (*Fixed64Const) Reset

func (x *Fixed64Const) Reset()

func (*Fixed64Const) String

func (x *Fixed64Const) String() string

func (*Fixed64Const) Validate

func (m *Fixed64Const) Validate() error

Validate checks the field values on Fixed64Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64Const) ValidateAll

func (m *Fixed64Const) ValidateAll() error

ValidateAll checks the field values on Fixed64Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64ConstMultiError, or nil if none found.

type Fixed64ExGTELTE

type Fixed64ExGTELTE struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64ExGTELTE) Descriptor deprecated

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

Deprecated: Use Fixed64ExGTELTE.ProtoReflect.Descriptor instead.

func (*Fixed64ExGTELTE) GetVal

func (x *Fixed64ExGTELTE) GetVal() uint64

func (*Fixed64ExGTELTE) ProtoMessage

func (*Fixed64ExGTELTE) ProtoMessage()

func (*Fixed64ExGTELTE) ProtoReflect

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

func (*Fixed64ExGTELTE) Reset

func (x *Fixed64ExGTELTE) Reset()

func (*Fixed64ExGTELTE) String

func (x *Fixed64ExGTELTE) String() string

func (*Fixed64ExGTELTE) Validate

func (m *Fixed64ExGTELTE) Validate() error

Validate checks the field values on Fixed64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64ExGTELTE) ValidateAll

func (m *Fixed64ExGTELTE) ValidateAll() error

ValidateAll checks the field values on Fixed64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64ExGTELTEMultiError, or nil if none found.

type Fixed64ExLTGT

type Fixed64ExLTGT struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64ExLTGT) Descriptor deprecated

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

Deprecated: Use Fixed64ExLTGT.ProtoReflect.Descriptor instead.

func (*Fixed64ExLTGT) GetVal

func (x *Fixed64ExLTGT) GetVal() uint64

func (*Fixed64ExLTGT) ProtoMessage

func (*Fixed64ExLTGT) ProtoMessage()

func (*Fixed64ExLTGT) ProtoReflect

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

func (*Fixed64ExLTGT) Reset

func (x *Fixed64ExLTGT) Reset()

func (*Fixed64ExLTGT) String

func (x *Fixed64ExLTGT) String() string

func (*Fixed64ExLTGT) Validate

func (m *Fixed64ExLTGT) Validate() error

Validate checks the field values on Fixed64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64ExLTGT) ValidateAll

func (m *Fixed64ExLTGT) ValidateAll() error

ValidateAll checks the field values on Fixed64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64ExLTGTMultiError, or nil if none found.

type Fixed64GT

type Fixed64GT struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64GT) Descriptor deprecated

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

Deprecated: Use Fixed64GT.ProtoReflect.Descriptor instead.

func (*Fixed64GT) GetVal

func (x *Fixed64GT) GetVal() uint64

func (*Fixed64GT) ProtoMessage

func (*Fixed64GT) ProtoMessage()

func (*Fixed64GT) ProtoReflect

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

func (*Fixed64GT) Reset

func (x *Fixed64GT) Reset()

func (*Fixed64GT) String

func (x *Fixed64GT) String() string

func (*Fixed64GT) Validate

func (m *Fixed64GT) Validate() error

Validate checks the field values on Fixed64GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64GT) ValidateAll

func (m *Fixed64GT) ValidateAll() error

ValidateAll checks the field values on Fixed64GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64GTMultiError, or nil if none found.

type Fixed64GTE

type Fixed64GTE struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64GTE) Descriptor deprecated

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

Deprecated: Use Fixed64GTE.ProtoReflect.Descriptor instead.

func (*Fixed64GTE) GetVal

func (x *Fixed64GTE) GetVal() uint64

func (*Fixed64GTE) ProtoMessage

func (*Fixed64GTE) ProtoMessage()

func (*Fixed64GTE) ProtoReflect

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

func (*Fixed64GTE) Reset

func (x *Fixed64GTE) Reset()

func (*Fixed64GTE) String

func (x *Fixed64GTE) String() string

func (*Fixed64GTE) Validate

func (m *Fixed64GTE) Validate() error

Validate checks the field values on Fixed64GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64GTE) ValidateAll

func (m *Fixed64GTE) ValidateAll() error

ValidateAll checks the field values on Fixed64GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64GTEMultiError, or nil if none found.

type Fixed64GTELTE

type Fixed64GTELTE struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64GTELTE) Descriptor deprecated

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

Deprecated: Use Fixed64GTELTE.ProtoReflect.Descriptor instead.

func (*Fixed64GTELTE) GetVal

func (x *Fixed64GTELTE) GetVal() uint64

func (*Fixed64GTELTE) ProtoMessage

func (*Fixed64GTELTE) ProtoMessage()

func (*Fixed64GTELTE) ProtoReflect

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

func (*Fixed64GTELTE) Reset

func (x *Fixed64GTELTE) Reset()

func (*Fixed64GTELTE) String

func (x *Fixed64GTELTE) String() string

func (*Fixed64GTELTE) Validate

func (m *Fixed64GTELTE) Validate() error

Validate checks the field values on Fixed64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64GTELTE) ValidateAll

func (m *Fixed64GTELTE) ValidateAll() error

ValidateAll checks the field values on Fixed64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64GTELTEMultiError, or nil if none found.

type Fixed64GTLT

type Fixed64GTLT struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64GTLT) Descriptor deprecated

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

Deprecated: Use Fixed64GTLT.ProtoReflect.Descriptor instead.

func (*Fixed64GTLT) GetVal

func (x *Fixed64GTLT) GetVal() uint64

func (*Fixed64GTLT) ProtoMessage

func (*Fixed64GTLT) ProtoMessage()

func (*Fixed64GTLT) ProtoReflect

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

func (*Fixed64GTLT) Reset

func (x *Fixed64GTLT) Reset()

func (*Fixed64GTLT) String

func (x *Fixed64GTLT) String() string

func (*Fixed64GTLT) Validate

func (m *Fixed64GTLT) Validate() error

Validate checks the field values on Fixed64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64GTLT) ValidateAll

func (m *Fixed64GTLT) ValidateAll() error

ValidateAll checks the field values on Fixed64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64GTLTMultiError, or nil if none found.

type Fixed64Ignore

type Fixed64Ignore struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64Ignore) Descriptor deprecated

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

Deprecated: Use Fixed64Ignore.ProtoReflect.Descriptor instead.

func (*Fixed64Ignore) GetVal

func (x *Fixed64Ignore) GetVal() uint64

func (*Fixed64Ignore) ProtoMessage

func (*Fixed64Ignore) ProtoMessage()

func (*Fixed64Ignore) ProtoReflect

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

func (*Fixed64Ignore) Reset

func (x *Fixed64Ignore) Reset()

func (*Fixed64Ignore) String

func (x *Fixed64Ignore) String() string

func (*Fixed64Ignore) Validate

func (m *Fixed64Ignore) Validate() error

Validate checks the field values on Fixed64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64Ignore) ValidateAll

func (m *Fixed64Ignore) ValidateAll() error

ValidateAll checks the field values on Fixed64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64IgnoreMultiError, or nil if none found.

type Fixed64In

type Fixed64In struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64In) Descriptor deprecated

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

Deprecated: Use Fixed64In.ProtoReflect.Descriptor instead.

func (*Fixed64In) GetVal

func (x *Fixed64In) GetVal() uint64

func (*Fixed64In) ProtoMessage

func (*Fixed64In) ProtoMessage()

func (*Fixed64In) ProtoReflect

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

func (*Fixed64In) Reset

func (x *Fixed64In) Reset()

func (*Fixed64In) String

func (x *Fixed64In) String() string

func (*Fixed64In) Validate

func (m *Fixed64In) Validate() error

Validate checks the field values on Fixed64In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64In) ValidateAll

func (m *Fixed64In) ValidateAll() error

ValidateAll checks the field values on Fixed64In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64InMultiError, or nil if none found.

type Fixed64LT

type Fixed64LT struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64LT) Descriptor deprecated

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

Deprecated: Use Fixed64LT.ProtoReflect.Descriptor instead.

func (*Fixed64LT) GetVal

func (x *Fixed64LT) GetVal() uint64

func (*Fixed64LT) ProtoMessage

func (*Fixed64LT) ProtoMessage()

func (*Fixed64LT) ProtoReflect

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

func (*Fixed64LT) Reset

func (x *Fixed64LT) Reset()

func (*Fixed64LT) String

func (x *Fixed64LT) String() string

func (*Fixed64LT) Validate

func (m *Fixed64LT) Validate() error

Validate checks the field values on Fixed64LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64LT) ValidateAll

func (m *Fixed64LT) ValidateAll() error

ValidateAll checks the field values on Fixed64LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64LTMultiError, or nil if none found.

type Fixed64LTE

type Fixed64LTE struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64LTE) Descriptor deprecated

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

Deprecated: Use Fixed64LTE.ProtoReflect.Descriptor instead.

func (*Fixed64LTE) GetVal

func (x *Fixed64LTE) GetVal() uint64

func (*Fixed64LTE) ProtoMessage

func (*Fixed64LTE) ProtoMessage()

func (*Fixed64LTE) ProtoReflect

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

func (*Fixed64LTE) Reset

func (x *Fixed64LTE) Reset()

func (*Fixed64LTE) String

func (x *Fixed64LTE) String() string

func (*Fixed64LTE) Validate

func (m *Fixed64LTE) Validate() error

Validate checks the field values on Fixed64LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64LTE) ValidateAll

func (m *Fixed64LTE) ValidateAll() error

ValidateAll checks the field values on Fixed64LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64LTEMultiError, or nil if none found.

type Fixed64None

type Fixed64None struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64None) Descriptor deprecated

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

Deprecated: Use Fixed64None.ProtoReflect.Descriptor instead.

func (*Fixed64None) GetVal

func (x *Fixed64None) GetVal() uint64

func (*Fixed64None) ProtoMessage

func (*Fixed64None) ProtoMessage()

func (*Fixed64None) ProtoReflect

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

func (*Fixed64None) Reset

func (x *Fixed64None) Reset()

func (*Fixed64None) String

func (x *Fixed64None) String() string

type Fixed64NotIn

type Fixed64NotIn struct {
	Val uint64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Fixed64NotIn) Descriptor deprecated

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

Deprecated: Use Fixed64NotIn.ProtoReflect.Descriptor instead.

func (*Fixed64NotIn) GetVal

func (x *Fixed64NotIn) GetVal() uint64

func (*Fixed64NotIn) ProtoMessage

func (*Fixed64NotIn) ProtoMessage()

func (*Fixed64NotIn) ProtoReflect

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

func (*Fixed64NotIn) Reset

func (x *Fixed64NotIn) Reset()

func (*Fixed64NotIn) String

func (x *Fixed64NotIn) String() string

func (*Fixed64NotIn) Validate

func (m *Fixed64NotIn) Validate() error

Validate checks the field values on Fixed64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Fixed64NotIn) ValidateAll

func (m *Fixed64NotIn) ValidateAll() error

ValidateAll checks the field values on Fixed64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Fixed64NotInMultiError, or nil if none found.

type FloatConst

type FloatConst struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatConst) Descriptor deprecated

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

Deprecated: Use FloatConst.ProtoReflect.Descriptor instead.

func (*FloatConst) GetVal

func (x *FloatConst) GetVal() float32

func (*FloatConst) ProtoMessage

func (*FloatConst) ProtoMessage()

func (*FloatConst) ProtoReflect

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

func (*FloatConst) Reset

func (x *FloatConst) Reset()

func (*FloatConst) String

func (x *FloatConst) String() string

func (*FloatConst) Validate

func (m *FloatConst) Validate() error

Validate checks the field values on FloatConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatConst) ValidateAll

func (m *FloatConst) ValidateAll() error

ValidateAll checks the field values on FloatConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatConstMultiError, or nil if none found.

type FloatExGTELTE

type FloatExGTELTE struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatExGTELTE) Descriptor deprecated

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

Deprecated: Use FloatExGTELTE.ProtoReflect.Descriptor instead.

func (*FloatExGTELTE) GetVal

func (x *FloatExGTELTE) GetVal() float32

func (*FloatExGTELTE) ProtoMessage

func (*FloatExGTELTE) ProtoMessage()

func (*FloatExGTELTE) ProtoReflect

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

func (*FloatExGTELTE) Reset

func (x *FloatExGTELTE) Reset()

func (*FloatExGTELTE) String

func (x *FloatExGTELTE) String() string

func (*FloatExGTELTE) Validate

func (m *FloatExGTELTE) Validate() error

Validate checks the field values on FloatExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatExGTELTE) ValidateAll

func (m *FloatExGTELTE) ValidateAll() error

ValidateAll checks the field values on FloatExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatExGTELTEMultiError, or nil if none found.

type FloatExLTGT

type FloatExLTGT struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatExLTGT) Descriptor deprecated

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

Deprecated: Use FloatExLTGT.ProtoReflect.Descriptor instead.

func (*FloatExLTGT) GetVal

func (x *FloatExLTGT) GetVal() float32

func (*FloatExLTGT) ProtoMessage

func (*FloatExLTGT) ProtoMessage()

func (*FloatExLTGT) ProtoReflect

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

func (*FloatExLTGT) Reset

func (x *FloatExLTGT) Reset()

func (*FloatExLTGT) String

func (x *FloatExLTGT) String() string

func (*FloatExLTGT) Validate

func (m *FloatExLTGT) Validate() error

Validate checks the field values on FloatExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatExLTGT) ValidateAll

func (m *FloatExLTGT) ValidateAll() error

ValidateAll checks the field values on FloatExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatExLTGTMultiError, or nil if none found.

type FloatGT

type FloatGT struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatGT) Descriptor deprecated

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

Deprecated: Use FloatGT.ProtoReflect.Descriptor instead.

func (*FloatGT) GetVal

func (x *FloatGT) GetVal() float32

func (*FloatGT) ProtoMessage

func (*FloatGT) ProtoMessage()

func (*FloatGT) ProtoReflect

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

func (*FloatGT) Reset

func (x *FloatGT) Reset()

func (*FloatGT) String

func (x *FloatGT) String() string

func (*FloatGT) Validate

func (m *FloatGT) Validate() error

Validate checks the field values on FloatGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatGT) ValidateAll

func (m *FloatGT) ValidateAll() error

ValidateAll checks the field values on FloatGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatGTMultiError, or nil if none found.

type FloatGTE

type FloatGTE struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatGTE) Descriptor deprecated

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

Deprecated: Use FloatGTE.ProtoReflect.Descriptor instead.

func (*FloatGTE) GetVal

func (x *FloatGTE) GetVal() float32

func (*FloatGTE) ProtoMessage

func (*FloatGTE) ProtoMessage()

func (*FloatGTE) ProtoReflect

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

func (*FloatGTE) Reset

func (x *FloatGTE) Reset()

func (*FloatGTE) String

func (x *FloatGTE) String() string

func (*FloatGTE) Validate

func (m *FloatGTE) Validate() error

Validate checks the field values on FloatGTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatGTE) ValidateAll

func (m *FloatGTE) ValidateAll() error

ValidateAll checks the field values on FloatGTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatGTEMultiError, or nil if none found.

type FloatGTELTE

type FloatGTELTE struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatGTELTE) Descriptor deprecated

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

Deprecated: Use FloatGTELTE.ProtoReflect.Descriptor instead.

func (*FloatGTELTE) GetVal

func (x *FloatGTELTE) GetVal() float32

func (*FloatGTELTE) ProtoMessage

func (*FloatGTELTE) ProtoMessage()

func (*FloatGTELTE) ProtoReflect

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

func (*FloatGTELTE) Reset

func (x *FloatGTELTE) Reset()

func (*FloatGTELTE) String

func (x *FloatGTELTE) String() string

func (*FloatGTELTE) Validate

func (m *FloatGTELTE) Validate() error

Validate checks the field values on FloatGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatGTELTE) ValidateAll

func (m *FloatGTELTE) ValidateAll() error

ValidateAll checks the field values on FloatGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatGTELTEMultiError, or nil if none found.

type FloatGTLT

type FloatGTLT struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatGTLT) Descriptor deprecated

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

Deprecated: Use FloatGTLT.ProtoReflect.Descriptor instead.

func (*FloatGTLT) GetVal

func (x *FloatGTLT) GetVal() float32

func (*FloatGTLT) ProtoMessage

func (*FloatGTLT) ProtoMessage()

func (*FloatGTLT) ProtoReflect

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

func (*FloatGTLT) Reset

func (x *FloatGTLT) Reset()

func (*FloatGTLT) String

func (x *FloatGTLT) String() string

func (*FloatGTLT) Validate

func (m *FloatGTLT) Validate() error

Validate checks the field values on FloatGTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatGTLT) ValidateAll

func (m *FloatGTLT) ValidateAll() error

ValidateAll checks the field values on FloatGTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatGTLTMultiError, or nil if none found.

type FloatIgnore

type FloatIgnore struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatIgnore) Descriptor deprecated

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

Deprecated: Use FloatIgnore.ProtoReflect.Descriptor instead.

func (*FloatIgnore) GetVal

func (x *FloatIgnore) GetVal() float32

func (*FloatIgnore) ProtoMessage

func (*FloatIgnore) ProtoMessage()

func (*FloatIgnore) ProtoReflect

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

func (*FloatIgnore) Reset

func (x *FloatIgnore) Reset()

func (*FloatIgnore) String

func (x *FloatIgnore) String() string

func (*FloatIgnore) Validate

func (m *FloatIgnore) Validate() error

Validate checks the field values on FloatIgnore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatIgnore) ValidateAll

func (m *FloatIgnore) ValidateAll() error

ValidateAll checks the field values on FloatIgnore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatIgnoreMultiError, or nil if none found.

type FloatIn

type FloatIn struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatIn) Descriptor deprecated

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

Deprecated: Use FloatIn.ProtoReflect.Descriptor instead.

func (*FloatIn) GetVal

func (x *FloatIn) GetVal() float32

func (*FloatIn) ProtoMessage

func (*FloatIn) ProtoMessage()

func (*FloatIn) ProtoReflect

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

func (*FloatIn) Reset

func (x *FloatIn) Reset()

func (*FloatIn) String

func (x *FloatIn) String() string

func (*FloatIn) Validate

func (m *FloatIn) Validate() error

Validate checks the field values on FloatIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatIn) ValidateAll

func (m *FloatIn) ValidateAll() error

ValidateAll checks the field values on FloatIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatInMultiError, or nil if none found.

type FloatLT

type FloatLT struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatLT) Descriptor deprecated

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

Deprecated: Use FloatLT.ProtoReflect.Descriptor instead.

func (*FloatLT) GetVal

func (x *FloatLT) GetVal() float32

func (*FloatLT) ProtoMessage

func (*FloatLT) ProtoMessage()

func (*FloatLT) ProtoReflect

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

func (*FloatLT) Reset

func (x *FloatLT) Reset()

func (*FloatLT) String

func (x *FloatLT) String() string

func (*FloatLT) Validate

func (m *FloatLT) Validate() error

Validate checks the field values on FloatLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatLT) ValidateAll

func (m *FloatLT) ValidateAll() error

ValidateAll checks the field values on FloatLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatLTMultiError, or nil if none found.

type FloatLTE

type FloatLTE struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatLTE) Descriptor deprecated

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

Deprecated: Use FloatLTE.ProtoReflect.Descriptor instead.

func (*FloatLTE) GetVal

func (x *FloatLTE) GetVal() float32

func (*FloatLTE) ProtoMessage

func (*FloatLTE) ProtoMessage()

func (*FloatLTE) ProtoReflect

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

func (*FloatLTE) Reset

func (x *FloatLTE) Reset()

func (*FloatLTE) String

func (x *FloatLTE) String() string

func (*FloatLTE) Validate

func (m *FloatLTE) Validate() error

Validate checks the field values on FloatLTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatLTE) ValidateAll

func (m *FloatLTE) ValidateAll() error

ValidateAll checks the field values on FloatLTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatLTEMultiError, or nil if none found.

type FloatNone

type FloatNone struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatNone) Descriptor deprecated

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

Deprecated: Use FloatNone.ProtoReflect.Descriptor instead.

func (*FloatNone) GetVal

func (x *FloatNone) GetVal() float32

func (*FloatNone) ProtoMessage

func (*FloatNone) ProtoMessage()

func (*FloatNone) ProtoReflect

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

func (*FloatNone) Reset

func (x *FloatNone) Reset()

func (*FloatNone) String

func (x *FloatNone) String() string

type FloatNotIn

type FloatNotIn struct {
	Val float32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*FloatNotIn) Descriptor deprecated

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

Deprecated: Use FloatNotIn.ProtoReflect.Descriptor instead.

func (*FloatNotIn) GetVal

func (x *FloatNotIn) GetVal() float32

func (*FloatNotIn) ProtoMessage

func (*FloatNotIn) ProtoMessage()

func (*FloatNotIn) ProtoReflect

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

func (*FloatNotIn) Reset

func (x *FloatNotIn) Reset()

func (*FloatNotIn) String

func (x *FloatNotIn) String() string

func (*FloatNotIn) Validate

func (m *FloatNotIn) Validate() error

Validate checks the field values on FloatNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FloatNotIn) ValidateAll

func (m *FloatNotIn) ValidateAll() error

ValidateAll checks the field values on FloatNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FloatNotInMultiError, or nil if none found.

type Int32Const

type Int32Const struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32Const) Descriptor deprecated

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

Deprecated: Use Int32Const.ProtoReflect.Descriptor instead.

func (*Int32Const) GetVal

func (x *Int32Const) GetVal() int32

func (*Int32Const) ProtoMessage

func (*Int32Const) ProtoMessage()

func (*Int32Const) ProtoReflect

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

func (*Int32Const) Reset

func (x *Int32Const) Reset()

func (*Int32Const) String

func (x *Int32Const) String() string

func (*Int32Const) Validate

func (m *Int32Const) Validate() error

Validate checks the field values on Int32Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32Const) ValidateAll

func (m *Int32Const) ValidateAll() error

ValidateAll checks the field values on Int32Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32ConstMultiError, or nil if none found.

type Int32ExGTELTE

type Int32ExGTELTE struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32ExGTELTE) Descriptor deprecated

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

Deprecated: Use Int32ExGTELTE.ProtoReflect.Descriptor instead.

func (*Int32ExGTELTE) GetVal

func (x *Int32ExGTELTE) GetVal() int32

func (*Int32ExGTELTE) ProtoMessage

func (*Int32ExGTELTE) ProtoMessage()

func (*Int32ExGTELTE) ProtoReflect

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

func (*Int32ExGTELTE) Reset

func (x *Int32ExGTELTE) Reset()

func (*Int32ExGTELTE) String

func (x *Int32ExGTELTE) String() string

func (*Int32ExGTELTE) Validate

func (m *Int32ExGTELTE) Validate() error

Validate checks the field values on Int32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32ExGTELTE) ValidateAll

func (m *Int32ExGTELTE) ValidateAll() error

ValidateAll checks the field values on Int32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32ExGTELTEMultiError, or nil if none found.

type Int32ExLTGT

type Int32ExLTGT struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32ExLTGT) Descriptor deprecated

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

Deprecated: Use Int32ExLTGT.ProtoReflect.Descriptor instead.

func (*Int32ExLTGT) GetVal

func (x *Int32ExLTGT) GetVal() int32

func (*Int32ExLTGT) ProtoMessage

func (*Int32ExLTGT) ProtoMessage()

func (*Int32ExLTGT) ProtoReflect

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

func (*Int32ExLTGT) Reset

func (x *Int32ExLTGT) Reset()

func (*Int32ExLTGT) String

func (x *Int32ExLTGT) String() string

func (*Int32ExLTGT) Validate

func (m *Int32ExLTGT) Validate() error

Validate checks the field values on Int32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32ExLTGT) ValidateAll

func (m *Int32ExLTGT) ValidateAll() error

ValidateAll checks the field values on Int32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32ExLTGTMultiError, or nil if none found.

type Int32GT

type Int32GT struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32GT) Descriptor deprecated

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

Deprecated: Use Int32GT.ProtoReflect.Descriptor instead.

func (*Int32GT) GetVal

func (x *Int32GT) GetVal() int32

func (*Int32GT) ProtoMessage

func (*Int32GT) ProtoMessage()

func (*Int32GT) ProtoReflect

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

func (*Int32GT) Reset

func (x *Int32GT) Reset()

func (*Int32GT) String

func (x *Int32GT) String() string

func (*Int32GT) Validate

func (m *Int32GT) Validate() error

Validate checks the field values on Int32GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32GT) ValidateAll

func (m *Int32GT) ValidateAll() error

ValidateAll checks the field values on Int32GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32GTMultiError, or nil if none found.

type Int32GTE

type Int32GTE struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32GTE) Descriptor deprecated

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

Deprecated: Use Int32GTE.ProtoReflect.Descriptor instead.

func (*Int32GTE) GetVal

func (x *Int32GTE) GetVal() int32

func (*Int32GTE) ProtoMessage

func (*Int32GTE) ProtoMessage()

func (*Int32GTE) ProtoReflect

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

func (*Int32GTE) Reset

func (x *Int32GTE) Reset()

func (*Int32GTE) String

func (x *Int32GTE) String() string

func (*Int32GTE) Validate

func (m *Int32GTE) Validate() error

Validate checks the field values on Int32GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32GTE) ValidateAll

func (m *Int32GTE) ValidateAll() error

ValidateAll checks the field values on Int32GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32GTEMultiError, or nil if none found.

type Int32GTELTE

type Int32GTELTE struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32GTELTE) Descriptor deprecated

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

Deprecated: Use Int32GTELTE.ProtoReflect.Descriptor instead.

func (*Int32GTELTE) GetVal

func (x *Int32GTELTE) GetVal() int32

func (*Int32GTELTE) ProtoMessage

func (*Int32GTELTE) ProtoMessage()

func (*Int32GTELTE) ProtoReflect

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

func (*Int32GTELTE) Reset

func (x *Int32GTELTE) Reset()

func (*Int32GTELTE) String

func (x *Int32GTELTE) String() string

func (*Int32GTELTE) Validate

func (m *Int32GTELTE) Validate() error

Validate checks the field values on Int32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32GTELTE) ValidateAll

func (m *Int32GTELTE) ValidateAll() error

ValidateAll checks the field values on Int32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32GTELTEMultiError, or nil if none found.

type Int32GTLT

type Int32GTLT struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32GTLT) Descriptor deprecated

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

Deprecated: Use Int32GTLT.ProtoReflect.Descriptor instead.

func (*Int32GTLT) GetVal

func (x *Int32GTLT) GetVal() int32

func (*Int32GTLT) ProtoMessage

func (*Int32GTLT) ProtoMessage()

func (*Int32GTLT) ProtoReflect

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

func (*Int32GTLT) Reset

func (x *Int32GTLT) Reset()

func (*Int32GTLT) String

func (x *Int32GTLT) String() string

func (*Int32GTLT) Validate

func (m *Int32GTLT) Validate() error

Validate checks the field values on Int32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32GTLT) ValidateAll

func (m *Int32GTLT) ValidateAll() error

ValidateAll checks the field values on Int32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32GTLTMultiError, or nil if none found.

type Int32Ignore

type Int32Ignore struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32Ignore) Descriptor deprecated

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

Deprecated: Use Int32Ignore.ProtoReflect.Descriptor instead.

func (*Int32Ignore) GetVal

func (x *Int32Ignore) GetVal() int32

func (*Int32Ignore) ProtoMessage

func (*Int32Ignore) ProtoMessage()

func (*Int32Ignore) ProtoReflect

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

func (*Int32Ignore) Reset

func (x *Int32Ignore) Reset()

func (*Int32Ignore) String

func (x *Int32Ignore) String() string

func (*Int32Ignore) Validate

func (m *Int32Ignore) Validate() error

Validate checks the field values on Int32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32Ignore) ValidateAll

func (m *Int32Ignore) ValidateAll() error

ValidateAll checks the field values on Int32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32IgnoreMultiError, or nil if none found.

type Int32In

type Int32In struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32In) Descriptor deprecated

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

Deprecated: Use Int32In.ProtoReflect.Descriptor instead.

func (*Int32In) GetVal

func (x *Int32In) GetVal() int32

func (*Int32In) ProtoMessage

func (*Int32In) ProtoMessage()

func (*Int32In) ProtoReflect

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

func (*Int32In) Reset

func (x *Int32In) Reset()

func (*Int32In) String

func (x *Int32In) String() string

func (*Int32In) Validate

func (m *Int32In) Validate() error

Validate checks the field values on Int32In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32In) ValidateAll

func (m *Int32In) ValidateAll() error

ValidateAll checks the field values on Int32In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32InMultiError, or nil if none found.

type Int32LT

type Int32LT struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32LT) Descriptor deprecated

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

Deprecated: Use Int32LT.ProtoReflect.Descriptor instead.

func (*Int32LT) GetVal

func (x *Int32LT) GetVal() int32

func (*Int32LT) ProtoMessage

func (*Int32LT) ProtoMessage()

func (*Int32LT) ProtoReflect

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

func (*Int32LT) Reset

func (x *Int32LT) Reset()

func (*Int32LT) String

func (x *Int32LT) String() string

func (*Int32LT) Validate

func (m *Int32LT) Validate() error

Validate checks the field values on Int32LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32LT) ValidateAll

func (m *Int32LT) ValidateAll() error

ValidateAll checks the field values on Int32LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32LTMultiError, or nil if none found.

type Int32LTE

type Int32LTE struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32LTE) Descriptor deprecated

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

Deprecated: Use Int32LTE.ProtoReflect.Descriptor instead.

func (*Int32LTE) GetVal

func (x *Int32LTE) GetVal() int32

func (*Int32LTE) ProtoMessage

func (*Int32LTE) ProtoMessage()

func (*Int32LTE) ProtoReflect

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

func (*Int32LTE) Reset

func (x *Int32LTE) Reset()

func (*Int32LTE) String

func (x *Int32LTE) String() string

func (*Int32LTE) Validate

func (m *Int32LTE) Validate() error

Validate checks the field values on Int32LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32LTE) ValidateAll

func (m *Int32LTE) ValidateAll() error

ValidateAll checks the field values on Int32LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32LTEMultiError, or nil if none found.

type Int32None

type Int32None struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32None) Descriptor deprecated

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

Deprecated: Use Int32None.ProtoReflect.Descriptor instead.

func (*Int32None) GetVal

func (x *Int32None) GetVal() int32

func (*Int32None) ProtoMessage

func (*Int32None) ProtoMessage()

func (*Int32None) ProtoReflect

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

func (*Int32None) Reset

func (x *Int32None) Reset()

func (*Int32None) String

func (x *Int32None) String() string

type Int32NotIn

type Int32NotIn struct {
	Val int32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int32NotIn) Descriptor deprecated

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

Deprecated: Use Int32NotIn.ProtoReflect.Descriptor instead.

func (*Int32NotIn) GetVal

func (x *Int32NotIn) GetVal() int32

func (*Int32NotIn) ProtoMessage

func (*Int32NotIn) ProtoMessage()

func (*Int32NotIn) ProtoReflect

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

func (*Int32NotIn) Reset

func (x *Int32NotIn) Reset()

func (*Int32NotIn) String

func (x *Int32NotIn) String() string

func (*Int32NotIn) Validate

func (m *Int32NotIn) Validate() error

Validate checks the field values on Int32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int32NotIn) ValidateAll

func (m *Int32NotIn) ValidateAll() error

ValidateAll checks the field values on Int32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int32NotInMultiError, or nil if none found.

type Int64Const

type Int64Const struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64Const) Descriptor deprecated

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

Deprecated: Use Int64Const.ProtoReflect.Descriptor instead.

func (*Int64Const) GetVal

func (x *Int64Const) GetVal() int64

func (*Int64Const) ProtoMessage

func (*Int64Const) ProtoMessage()

func (*Int64Const) ProtoReflect

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

func (*Int64Const) Reset

func (x *Int64Const) Reset()

func (*Int64Const) String

func (x *Int64Const) String() string

func (*Int64Const) Validate

func (m *Int64Const) Validate() error

Validate checks the field values on Int64Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64Const) ValidateAll

func (m *Int64Const) ValidateAll() error

ValidateAll checks the field values on Int64Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64ConstMultiError, or nil if none found.

type Int64ExGTELTE

type Int64ExGTELTE struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64ExGTELTE) Descriptor deprecated

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

Deprecated: Use Int64ExGTELTE.ProtoReflect.Descriptor instead.

func (*Int64ExGTELTE) GetVal

func (x *Int64ExGTELTE) GetVal() int64

func (*Int64ExGTELTE) ProtoMessage

func (*Int64ExGTELTE) ProtoMessage()

func (*Int64ExGTELTE) ProtoReflect

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

func (*Int64ExGTELTE) Reset

func (x *Int64ExGTELTE) Reset()

func (*Int64ExGTELTE) String

func (x *Int64ExGTELTE) String() string

func (*Int64ExGTELTE) Validate

func (m *Int64ExGTELTE) Validate() error

Validate checks the field values on Int64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64ExGTELTE) ValidateAll

func (m *Int64ExGTELTE) ValidateAll() error

ValidateAll checks the field values on Int64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64ExGTELTEMultiError, or nil if none found.

type Int64ExLTGT

type Int64ExLTGT struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64ExLTGT) Descriptor deprecated

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

Deprecated: Use Int64ExLTGT.ProtoReflect.Descriptor instead.

func (*Int64ExLTGT) GetVal

func (x *Int64ExLTGT) GetVal() int64

func (*Int64ExLTGT) ProtoMessage

func (*Int64ExLTGT) ProtoMessage()

func (*Int64ExLTGT) ProtoReflect

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

func (*Int64ExLTGT) Reset

func (x *Int64ExLTGT) Reset()

func (*Int64ExLTGT) String

func (x *Int64ExLTGT) String() string

func (*Int64ExLTGT) Validate

func (m *Int64ExLTGT) Validate() error

Validate checks the field values on Int64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64ExLTGT) ValidateAll

func (m *Int64ExLTGT) ValidateAll() error

ValidateAll checks the field values on Int64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64ExLTGTMultiError, or nil if none found.

type Int64GT

type Int64GT struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64GT) Descriptor deprecated

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

Deprecated: Use Int64GT.ProtoReflect.Descriptor instead.

func (*Int64GT) GetVal

func (x *Int64GT) GetVal() int64

func (*Int64GT) ProtoMessage

func (*Int64GT) ProtoMessage()

func (*Int64GT) ProtoReflect

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

func (*Int64GT) Reset

func (x *Int64GT) Reset()

func (*Int64GT) String

func (x *Int64GT) String() string

func (*Int64GT) Validate

func (m *Int64GT) Validate() error

Validate checks the field values on Int64GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64GT) ValidateAll

func (m *Int64GT) ValidateAll() error

ValidateAll checks the field values on Int64GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64GTMultiError, or nil if none found.

type Int64GTE

type Int64GTE struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64GTE) Descriptor deprecated

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

Deprecated: Use Int64GTE.ProtoReflect.Descriptor instead.

func (*Int64GTE) GetVal

func (x *Int64GTE) GetVal() int64

func (*Int64GTE) ProtoMessage

func (*Int64GTE) ProtoMessage()

func (*Int64GTE) ProtoReflect

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

func (*Int64GTE) Reset

func (x *Int64GTE) Reset()

func (*Int64GTE) String

func (x *Int64GTE) String() string

func (*Int64GTE) Validate

func (m *Int64GTE) Validate() error

Validate checks the field values on Int64GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64GTE) ValidateAll

func (m *Int64GTE) ValidateAll() error

ValidateAll checks the field values on Int64GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64GTEMultiError, or nil if none found.

type Int64GTELTE

type Int64GTELTE struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64GTELTE) Descriptor deprecated

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

Deprecated: Use Int64GTELTE.ProtoReflect.Descriptor instead.

func (*Int64GTELTE) GetVal

func (x *Int64GTELTE) GetVal() int64

func (*Int64GTELTE) ProtoMessage

func (*Int64GTELTE) ProtoMessage()

func (*Int64GTELTE) ProtoReflect

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

func (*Int64GTELTE) Reset

func (x *Int64GTELTE) Reset()

func (*Int64GTELTE) String

func (x *Int64GTELTE) String() string

func (*Int64GTELTE) Validate

func (m *Int64GTELTE) Validate() error

Validate checks the field values on Int64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64GTELTE) ValidateAll

func (m *Int64GTELTE) ValidateAll() error

ValidateAll checks the field values on Int64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64GTELTEMultiError, or nil if none found.

type Int64GTLT

type Int64GTLT struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64GTLT) Descriptor deprecated

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

Deprecated: Use Int64GTLT.ProtoReflect.Descriptor instead.

func (*Int64GTLT) GetVal

func (x *Int64GTLT) GetVal() int64

func (*Int64GTLT) ProtoMessage

func (*Int64GTLT) ProtoMessage()

func (*Int64GTLT) ProtoReflect

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

func (*Int64GTLT) Reset

func (x *Int64GTLT) Reset()

func (*Int64GTLT) String

func (x *Int64GTLT) String() string

func (*Int64GTLT) Validate

func (m *Int64GTLT) Validate() error

Validate checks the field values on Int64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64GTLT) ValidateAll

func (m *Int64GTLT) ValidateAll() error

ValidateAll checks the field values on Int64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64GTLTMultiError, or nil if none found.

type Int64Ignore

type Int64Ignore struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64Ignore) Descriptor deprecated

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

Deprecated: Use Int64Ignore.ProtoReflect.Descriptor instead.

func (*Int64Ignore) GetVal

func (x *Int64Ignore) GetVal() int64

func (*Int64Ignore) ProtoMessage

func (*Int64Ignore) ProtoMessage()

func (*Int64Ignore) ProtoReflect

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

func (*Int64Ignore) Reset

func (x *Int64Ignore) Reset()

func (*Int64Ignore) String

func (x *Int64Ignore) String() string

func (*Int64Ignore) Validate

func (m *Int64Ignore) Validate() error

Validate checks the field values on Int64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64Ignore) ValidateAll

func (m *Int64Ignore) ValidateAll() error

ValidateAll checks the field values on Int64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64IgnoreMultiError, or nil if none found.

type Int64In

type Int64In struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64In) Descriptor deprecated

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

Deprecated: Use Int64In.ProtoReflect.Descriptor instead.

func (*Int64In) GetVal

func (x *Int64In) GetVal() int64

func (*Int64In) ProtoMessage

func (*Int64In) ProtoMessage()

func (*Int64In) ProtoReflect

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

func (*Int64In) Reset

func (x *Int64In) Reset()

func (*Int64In) String

func (x *Int64In) String() string

func (*Int64In) Validate

func (m *Int64In) Validate() error

Validate checks the field values on Int64In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64In) ValidateAll

func (m *Int64In) ValidateAll() error

ValidateAll checks the field values on Int64In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64InMultiError, or nil if none found.

type Int64LT

type Int64LT struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64LT) Descriptor deprecated

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

Deprecated: Use Int64LT.ProtoReflect.Descriptor instead.

func (*Int64LT) GetVal

func (x *Int64LT) GetVal() int64

func (*Int64LT) ProtoMessage

func (*Int64LT) ProtoMessage()

func (*Int64LT) ProtoReflect

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

func (*Int64LT) Reset

func (x *Int64LT) Reset()

func (*Int64LT) String

func (x *Int64LT) String() string

func (*Int64LT) Validate

func (m *Int64LT) Validate() error

Validate checks the field values on Int64LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64LT) ValidateAll

func (m *Int64LT) ValidateAll() error

ValidateAll checks the field values on Int64LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64LTMultiError, or nil if none found.

type Int64LTE

type Int64LTE struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64LTE) Descriptor deprecated

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

Deprecated: Use Int64LTE.ProtoReflect.Descriptor instead.

func (*Int64LTE) GetVal

func (x *Int64LTE) GetVal() int64

func (*Int64LTE) ProtoMessage

func (*Int64LTE) ProtoMessage()

func (*Int64LTE) ProtoReflect

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

func (*Int64LTE) Reset

func (x *Int64LTE) Reset()

func (*Int64LTE) String

func (x *Int64LTE) String() string

func (*Int64LTE) Validate

func (m *Int64LTE) Validate() error

Validate checks the field values on Int64LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64LTE) ValidateAll

func (m *Int64LTE) ValidateAll() error

ValidateAll checks the field values on Int64LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64LTEMultiError, or nil if none found.

type Int64LTEOptional

type Int64LTEOptional struct {
	Val *int64 `protobuf:"varint,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64LTEOptional) Descriptor deprecated

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

Deprecated: Use Int64LTEOptional.ProtoReflect.Descriptor instead.

func (*Int64LTEOptional) GetVal

func (x *Int64LTEOptional) GetVal() int64

func (*Int64LTEOptional) ProtoMessage

func (*Int64LTEOptional) ProtoMessage()

func (*Int64LTEOptional) ProtoReflect

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

func (*Int64LTEOptional) Reset

func (x *Int64LTEOptional) Reset()

func (*Int64LTEOptional) String

func (x *Int64LTEOptional) String() string

func (*Int64LTEOptional) Validate

func (m *Int64LTEOptional) Validate() error

Validate checks the field values on Int64LTEOptional with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64LTEOptional) ValidateAll

func (m *Int64LTEOptional) ValidateAll() error

ValidateAll checks the field values on Int64LTEOptional with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64LTEOptionalMultiError, or nil if none found.

type Int64None

type Int64None struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64None) Descriptor deprecated

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

Deprecated: Use Int64None.ProtoReflect.Descriptor instead.

func (*Int64None) GetVal

func (x *Int64None) GetVal() int64

func (*Int64None) ProtoMessage

func (*Int64None) ProtoMessage()

func (*Int64None) ProtoReflect

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

func (*Int64None) Reset

func (x *Int64None) Reset()

func (*Int64None) String

func (x *Int64None) String() string

type Int64NotIn

type Int64NotIn struct {
	Val int64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Int64NotIn) Descriptor deprecated

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

Deprecated: Use Int64NotIn.ProtoReflect.Descriptor instead.

func (*Int64NotIn) GetVal

func (x *Int64NotIn) GetVal() int64

func (*Int64NotIn) ProtoMessage

func (*Int64NotIn) ProtoMessage()

func (*Int64NotIn) ProtoReflect

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

func (*Int64NotIn) Reset

func (x *Int64NotIn) Reset()

func (*Int64NotIn) String

func (x *Int64NotIn) String() string

func (*Int64NotIn) Validate

func (m *Int64NotIn) Validate() error

Validate checks the field values on Int64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Int64NotIn) ValidateAll

func (m *Int64NotIn) ValidateAll() error

ValidateAll checks the field values on Int64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Int64NotInMultiError, or nil if none found.

type KitchenSinkMessage

type KitchenSinkMessage struct {
	Val *ComplexTestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*KitchenSinkMessage) Descriptor deprecated

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

Deprecated: Use KitchenSinkMessage.ProtoReflect.Descriptor instead.

func (*KitchenSinkMessage) GetVal

func (x *KitchenSinkMessage) GetVal() *ComplexTestMsg

func (*KitchenSinkMessage) ProtoMessage

func (*KitchenSinkMessage) ProtoMessage()

func (*KitchenSinkMessage) ProtoReflect

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

func (*KitchenSinkMessage) Reset

func (x *KitchenSinkMessage) Reset()

func (*KitchenSinkMessage) String

func (x *KitchenSinkMessage) String() string

type MapEnumDefined

type MapEnumDefined struct {
	Val map[string]TestEnum `` /* 174-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapEnumDefined) Descriptor deprecated

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

Deprecated: Use MapEnumDefined.ProtoReflect.Descriptor instead.

func (*MapEnumDefined) GetVal

func (x *MapEnumDefined) GetVal() map[string]TestEnum

func (*MapEnumDefined) ProtoMessage

func (*MapEnumDefined) ProtoMessage()

func (*MapEnumDefined) ProtoReflect

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

func (*MapEnumDefined) Reset

func (x *MapEnumDefined) Reset()

func (*MapEnumDefined) String

func (x *MapEnumDefined) String() string

func (*MapEnumDefined) Validate

func (m *MapEnumDefined) Validate() error

Validate checks the field values on MapEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapEnumDefined) ValidateAll

func (m *MapEnumDefined) ValidateAll() error

ValidateAll checks the field values on MapEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapEnumDefinedMultiError, or nil if none found.

type MapExact

type MapExact struct {
	Val map[uint64]string `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapExact) Descriptor deprecated

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

Deprecated: Use MapExact.ProtoReflect.Descriptor instead.

func (*MapExact) GetVal

func (x *MapExact) GetVal() map[uint64]string

func (*MapExact) ProtoMessage

func (*MapExact) ProtoMessage()

func (*MapExact) ProtoReflect

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

func (*MapExact) Reset

func (x *MapExact) Reset()

func (*MapExact) String

func (x *MapExact) String() string

func (*MapExact) Validate

func (m *MapExact) Validate() error

Validate checks the field values on MapExact with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapExact) ValidateAll

func (m *MapExact) ValidateAll() error

ValidateAll checks the field values on MapExact with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapExactMultiError, or nil if none found.

type MapExactIgnore

type MapExactIgnore struct {
	Val map[uint64]string `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapExactIgnore) Descriptor deprecated

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

Deprecated: Use MapExactIgnore.ProtoReflect.Descriptor instead.

func (*MapExactIgnore) GetVal

func (x *MapExactIgnore) GetVal() map[uint64]string

func (*MapExactIgnore) ProtoMessage

func (*MapExactIgnore) ProtoMessage()

func (*MapExactIgnore) ProtoReflect

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

func (*MapExactIgnore) Reset

func (x *MapExactIgnore) Reset()

func (*MapExactIgnore) String

func (x *MapExactIgnore) String() string

func (*MapExactIgnore) Validate

func (m *MapExactIgnore) Validate() error

Validate checks the field values on MapExactIgnore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapExactIgnore) ValidateAll

func (m *MapExactIgnore) ValidateAll() error

ValidateAll checks the field values on MapExactIgnore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapExactIgnoreMultiError, or nil if none found.

type MapExternalEnumDefined

type MapExternalEnumDefined struct {
	Val map[string]other_package.Embed_Enumerated `` /* 196-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapExternalEnumDefined) Descriptor deprecated

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

Deprecated: Use MapExternalEnumDefined.ProtoReflect.Descriptor instead.

func (*MapExternalEnumDefined) GetVal

func (*MapExternalEnumDefined) ProtoMessage

func (*MapExternalEnumDefined) ProtoMessage()

func (*MapExternalEnumDefined) ProtoReflect

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

func (*MapExternalEnumDefined) Reset

func (x *MapExternalEnumDefined) Reset()

func (*MapExternalEnumDefined) String

func (x *MapExternalEnumDefined) String() string

func (*MapExternalEnumDefined) Validate

func (m *MapExternalEnumDefined) Validate() error

Validate checks the field values on MapExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapExternalEnumDefined) ValidateAll

func (m *MapExternalEnumDefined) ValidateAll() error

ValidateAll checks the field values on MapExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapExternalEnumDefinedMultiError, or nil if none found.

type MapKeys

type MapKeys struct {
	Val map[int64]string `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapKeys) Descriptor deprecated

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

Deprecated: Use MapKeys.ProtoReflect.Descriptor instead.

func (*MapKeys) GetVal

func (x *MapKeys) GetVal() map[int64]string

func (*MapKeys) ProtoMessage

func (*MapKeys) ProtoMessage()

func (*MapKeys) ProtoReflect

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

func (*MapKeys) Reset

func (x *MapKeys) Reset()

func (*MapKeys) String

func (x *MapKeys) String() string

func (*MapKeys) Validate

func (m *MapKeys) Validate() error

Validate checks the field values on MapKeys with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapKeys) ValidateAll

func (m *MapKeys) ValidateAll() error

ValidateAll checks the field values on MapKeys with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapKeysMultiError, or nil if none found.

type MapKeysIn

type MapKeysIn struct {
	Val map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapKeysIn) Descriptor deprecated

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

Deprecated: Use MapKeysIn.ProtoReflect.Descriptor instead.

func (*MapKeysIn) GetVal

func (x *MapKeysIn) GetVal() map[string]string

func (*MapKeysIn) ProtoMessage

func (*MapKeysIn) ProtoMessage()

func (*MapKeysIn) ProtoReflect

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

func (*MapKeysIn) Reset

func (x *MapKeysIn) Reset()

func (*MapKeysIn) String

func (x *MapKeysIn) String() string

func (*MapKeysIn) Validate

func (m *MapKeysIn) Validate() error

Validate checks the field values on MapKeysIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapKeysIn) ValidateAll

func (m *MapKeysIn) ValidateAll() error

ValidateAll checks the field values on MapKeysIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapKeysInMultiError, or nil if none found.

type MapKeysNotIn

type MapKeysNotIn struct {
	Val map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapKeysNotIn) Descriptor deprecated

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

Deprecated: Use MapKeysNotIn.ProtoReflect.Descriptor instead.

func (*MapKeysNotIn) GetVal

func (x *MapKeysNotIn) GetVal() map[string]string

func (*MapKeysNotIn) ProtoMessage

func (*MapKeysNotIn) ProtoMessage()

func (*MapKeysNotIn) ProtoReflect

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

func (*MapKeysNotIn) Reset

func (x *MapKeysNotIn) Reset()

func (*MapKeysNotIn) String

func (x *MapKeysNotIn) String() string

func (*MapKeysNotIn) Validate

func (m *MapKeysNotIn) Validate() error

Validate checks the field values on MapKeysNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapKeysNotIn) ValidateAll

func (m *MapKeysNotIn) ValidateAll() error

ValidateAll checks the field values on MapKeysNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapKeysNotInMultiError, or nil if none found.

type MapKeysPattern

type MapKeysPattern struct {
	Val map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapKeysPattern) Descriptor deprecated

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

Deprecated: Use MapKeysPattern.ProtoReflect.Descriptor instead.

func (*MapKeysPattern) GetVal

func (x *MapKeysPattern) GetVal() map[string]string

func (*MapKeysPattern) ProtoMessage

func (*MapKeysPattern) ProtoMessage()

func (*MapKeysPattern) ProtoReflect

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

func (*MapKeysPattern) Reset

func (x *MapKeysPattern) Reset()

func (*MapKeysPattern) String

func (x *MapKeysPattern) String() string

func (*MapKeysPattern) Validate

func (m *MapKeysPattern) Validate() error

Validate checks the field values on MapKeysPattern with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapKeysPattern) ValidateAll

func (m *MapKeysPattern) ValidateAll() error

ValidateAll checks the field values on MapKeysPattern with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapKeysPatternMultiError, or nil if none found.

type MapMax

type MapMax struct {
	Val map[int64]float64 `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapMax) Descriptor deprecated

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

Deprecated: Use MapMax.ProtoReflect.Descriptor instead.

func (*MapMax) GetVal

func (x *MapMax) GetVal() map[int64]float64

func (*MapMax) ProtoMessage

func (*MapMax) ProtoMessage()

func (*MapMax) ProtoReflect

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

func (*MapMax) Reset

func (x *MapMax) Reset()

func (*MapMax) String

func (x *MapMax) String() string

func (*MapMax) Validate

func (m *MapMax) Validate() error

Validate checks the field values on MapMax with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapMax) ValidateAll

func (m *MapMax) ValidateAll() error

ValidateAll checks the field values on MapMax with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapMaxMultiError, or nil if none found.

type MapMin

type MapMin struct {
	Val map[int32]float32 `` /* 150-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapMin) Descriptor deprecated

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

Deprecated: Use MapMin.ProtoReflect.Descriptor instead.

func (*MapMin) GetVal

func (x *MapMin) GetVal() map[int32]float32

func (*MapMin) ProtoMessage

func (*MapMin) ProtoMessage()

func (*MapMin) ProtoReflect

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

func (*MapMin) Reset

func (x *MapMin) Reset()

func (*MapMin) String

func (x *MapMin) String() string

func (*MapMin) Validate

func (m *MapMin) Validate() error

Validate checks the field values on MapMin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapMin) ValidateAll

func (m *MapMin) ValidateAll() error

ValidateAll checks the field values on MapMin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapMinMultiError, or nil if none found.

type MapMinMax

type MapMinMax struct {
	Val map[string]bool `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapMinMax) Descriptor deprecated

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

Deprecated: Use MapMinMax.ProtoReflect.Descriptor instead.

func (*MapMinMax) GetVal

func (x *MapMinMax) GetVal() map[string]bool

func (*MapMinMax) ProtoMessage

func (*MapMinMax) ProtoMessage()

func (*MapMinMax) ProtoReflect

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

func (*MapMinMax) Reset

func (x *MapMinMax) Reset()

func (*MapMinMax) String

func (x *MapMinMax) String() string

func (*MapMinMax) Validate

func (m *MapMinMax) Validate() error

Validate checks the field values on MapMinMax with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapMinMax) ValidateAll

func (m *MapMinMax) ValidateAll() error

ValidateAll checks the field values on MapMinMax with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapMinMaxMultiError, or nil if none found.

type MapNoSparse

type MapNoSparse struct {
	Val map[uint32]*MapNoSparse_Msg `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapNoSparse) Descriptor deprecated

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

Deprecated: Use MapNoSparse.ProtoReflect.Descriptor instead.

func (*MapNoSparse) GetVal

func (x *MapNoSparse) GetVal() map[uint32]*MapNoSparse_Msg

func (*MapNoSparse) ProtoMessage

func (*MapNoSparse) ProtoMessage()

func (*MapNoSparse) ProtoReflect

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

func (*MapNoSparse) Reset

func (x *MapNoSparse) Reset()

func (*MapNoSparse) String

func (x *MapNoSparse) String() string

func (*MapNoSparse) Validate

func (m *MapNoSparse) Validate() error

Validate checks the field values on MapNoSparse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapNoSparse) ValidateAll

func (m *MapNoSparse) ValidateAll() error

ValidateAll checks the field values on MapNoSparse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapNoSparseMultiError, or nil if none found.

type MapNoSparse_Msg

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

func (*MapNoSparse_Msg) Descriptor deprecated

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

Deprecated: Use MapNoSparse_Msg.ProtoReflect.Descriptor instead.

func (*MapNoSparse_Msg) ProtoMessage

func (*MapNoSparse_Msg) ProtoMessage()

func (*MapNoSparse_Msg) ProtoReflect

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

func (*MapNoSparse_Msg) Reset

func (x *MapNoSparse_Msg) Reset()

func (*MapNoSparse_Msg) String

func (x *MapNoSparse_Msg) String() string

type MapNone

type MapNone struct {
	Val map[uint32]bool `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapNone) Descriptor deprecated

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

Deprecated: Use MapNone.ProtoReflect.Descriptor instead.

func (*MapNone) GetVal

func (x *MapNone) GetVal() map[uint32]bool

func (*MapNone) ProtoMessage

func (*MapNone) ProtoMessage()

func (*MapNone) ProtoReflect

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

func (*MapNone) Reset

func (x *MapNone) Reset()

func (*MapNone) String

func (x *MapNone) String() string

type MapRecursive

type MapRecursive struct {
	Val map[uint32]*MapRecursive_Msg `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapRecursive) Descriptor deprecated

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

Deprecated: Use MapRecursive.ProtoReflect.Descriptor instead.

func (*MapRecursive) GetVal

func (x *MapRecursive) GetVal() map[uint32]*MapRecursive_Msg

func (*MapRecursive) ProtoMessage

func (*MapRecursive) ProtoMessage()

func (*MapRecursive) ProtoReflect

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

func (*MapRecursive) Reset

func (x *MapRecursive) Reset()

func (*MapRecursive) String

func (x *MapRecursive) String() string

type MapRecursive_Msg

type MapRecursive_Msg struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MapRecursive_Msg) Descriptor deprecated

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

Deprecated: Use MapRecursive_Msg.ProtoReflect.Descriptor instead.

func (*MapRecursive_Msg) GetVal

func (x *MapRecursive_Msg) GetVal() string

func (*MapRecursive_Msg) ProtoMessage

func (*MapRecursive_Msg) ProtoMessage()

func (*MapRecursive_Msg) ProtoReflect

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

func (*MapRecursive_Msg) Reset

func (x *MapRecursive_Msg) Reset()

func (*MapRecursive_Msg) String

func (x *MapRecursive_Msg) String() string

type MapValues

type MapValues struct {
	Val map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapValues) Descriptor deprecated

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

Deprecated: Use MapValues.ProtoReflect.Descriptor instead.

func (*MapValues) GetVal

func (x *MapValues) GetVal() map[string]string

func (*MapValues) ProtoMessage

func (*MapValues) ProtoMessage()

func (*MapValues) ProtoReflect

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

func (*MapValues) Reset

func (x *MapValues) Reset()

func (*MapValues) String

func (x *MapValues) String() string

func (*MapValues) Validate

func (m *MapValues) Validate() error

Validate checks the field values on MapValues with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapValues) ValidateAll

func (m *MapValues) ValidateAll() error

ValidateAll checks the field values on MapValues with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapValuesMultiError, or nil if none found.

type MapValuesPattern

type MapValuesPattern struct {
	Val map[string]string `` /* 147-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MapValuesPattern) Descriptor deprecated

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

Deprecated: Use MapValuesPattern.ProtoReflect.Descriptor instead.

func (*MapValuesPattern) GetVal

func (x *MapValuesPattern) GetVal() map[string]string

func (*MapValuesPattern) ProtoMessage

func (*MapValuesPattern) ProtoMessage()

func (*MapValuesPattern) ProtoReflect

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

func (*MapValuesPattern) Reset

func (x *MapValuesPattern) Reset()

func (*MapValuesPattern) String

func (x *MapValuesPattern) String() string

func (*MapValuesPattern) Validate

func (m *MapValuesPattern) Validate() error

Validate checks the field values on MapValuesPattern with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapValuesPattern) ValidateAll

func (m *MapValuesPattern) ValidateAll() error

ValidateAll checks the field values on MapValuesPattern with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapValuesPatternMultiError, or nil if none found.

type Message

type Message struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetVal

func (x *Message) GetVal() *TestMsg

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageCrossPackage

type MessageCrossPackage struct {
	Val       *other_package.Embed `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	Direction sort.Direction       `protobuf:"varint,2,opt,name=direction,proto3,enum=tests.cases.sort.Direction" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageCrossPackage) Descriptor deprecated

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

Deprecated: Use MessageCrossPackage.ProtoReflect.Descriptor instead.

func (*MessageCrossPackage) GetDirection

func (x *MessageCrossPackage) GetDirection() sort.Direction

func (*MessageCrossPackage) GetVal

func (*MessageCrossPackage) ProtoMessage

func (*MessageCrossPackage) ProtoMessage()

func (*MessageCrossPackage) ProtoReflect

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

func (*MessageCrossPackage) Reset

func (x *MessageCrossPackage) Reset()

func (*MessageCrossPackage) String

func (x *MessageCrossPackage) String() string

func (*MessageCrossPackage) Validate

func (m *MessageCrossPackage) Validate() error

Validate checks the field values on MessageCrossPackage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageCrossPackage) ValidateAll

func (m *MessageCrossPackage) ValidateAll() error

ValidateAll checks the field values on MessageCrossPackage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageCrossPackageMultiError, or nil if none found.

type MessageDisabled

type MessageDisabled struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageDisabled) Descriptor deprecated

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

Deprecated: Use MessageDisabled.ProtoReflect.Descriptor instead.

func (*MessageDisabled) GetVal

func (x *MessageDisabled) GetVal() uint64

func (*MessageDisabled) ProtoMessage

func (*MessageDisabled) ProtoMessage()

func (*MessageDisabled) ProtoReflect

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

func (*MessageDisabled) Reset

func (x *MessageDisabled) Reset()

func (*MessageDisabled) String

func (x *MessageDisabled) String() string

func (*MessageDisabled) Validate

func (m *MessageDisabled) Validate() error

Validate is disabled for MessageDisabled. This method will always return nil.

func (*MessageDisabled) ValidateAll

func (m *MessageDisabled) ValidateAll() error

ValidateAll is disabled for MessageDisabled. This method will always return nil.

type MessageIgnored

type MessageIgnored struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageIgnored) Descriptor deprecated

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

Deprecated: Use MessageIgnored.ProtoReflect.Descriptor instead.

func (*MessageIgnored) GetVal

func (x *MessageIgnored) GetVal() uint64

func (*MessageIgnored) ProtoMessage

func (*MessageIgnored) ProtoMessage()

func (*MessageIgnored) ProtoReflect

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

func (*MessageIgnored) Reset

func (x *MessageIgnored) Reset()

func (*MessageIgnored) String

func (x *MessageIgnored) String() string

type MessageNone

type MessageNone struct {
	Val *MessageNone_NoneMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageNone) Descriptor deprecated

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

Deprecated: Use MessageNone.ProtoReflect.Descriptor instead.

func (*MessageNone) GetVal

func (x *MessageNone) GetVal() *MessageNone_NoneMsg

func (*MessageNone) ProtoMessage

func (*MessageNone) ProtoMessage()

func (*MessageNone) ProtoReflect

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

func (*MessageNone) Reset

func (x *MessageNone) Reset()

func (*MessageNone) String

func (x *MessageNone) String() string

type MessageNone_NoneMsg

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

func (*MessageNone_NoneMsg) Descriptor deprecated

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

Deprecated: Use MessageNone_NoneMsg.ProtoReflect.Descriptor instead.

func (*MessageNone_NoneMsg) ProtoMessage

func (*MessageNone_NoneMsg) ProtoMessage()

func (*MessageNone_NoneMsg) ProtoReflect

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

func (*MessageNone_NoneMsg) Reset

func (x *MessageNone_NoneMsg) Reset()

func (*MessageNone_NoneMsg) String

func (x *MessageNone_NoneMsg) String() string

type MessageRequired

type MessageRequired struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageRequired) Descriptor deprecated

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

Deprecated: Use MessageRequired.ProtoReflect.Descriptor instead.

func (*MessageRequired) GetVal

func (x *MessageRequired) GetVal() *TestMsg

func (*MessageRequired) ProtoMessage

func (*MessageRequired) ProtoMessage()

func (*MessageRequired) ProtoReflect

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

func (*MessageRequired) Reset

func (x *MessageRequired) Reset()

func (*MessageRequired) String

func (x *MessageRequired) String() string

func (*MessageRequired) Validate

func (m *MessageRequired) Validate() error

Validate checks the field values on MessageRequired with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageRequired) ValidateAll

func (m *MessageRequired) ValidateAll() error

ValidateAll checks the field values on MessageRequired with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageRequiredMultiError, or nil if none found.

type MessageRequiredButOptional

type MessageRequiredButOptional struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3,oneof" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageRequiredButOptional) Descriptor deprecated

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

Deprecated: Use MessageRequiredButOptional.ProtoReflect.Descriptor instead.

func (*MessageRequiredButOptional) GetVal

func (x *MessageRequiredButOptional) GetVal() *TestMsg

func (*MessageRequiredButOptional) ProtoMessage

func (*MessageRequiredButOptional) ProtoMessage()

func (*MessageRequiredButOptional) ProtoReflect

func (*MessageRequiredButOptional) Reset

func (x *MessageRequiredButOptional) Reset()

func (*MessageRequiredButOptional) String

func (x *MessageRequiredButOptional) String() string

func (*MessageRequiredButOptional) Validate

func (m *MessageRequiredButOptional) Validate() error

Validate checks the field values on MessageRequiredButOptional with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageRequiredButOptional) ValidateAll

func (m *MessageRequiredButOptional) ValidateAll() error

ValidateAll checks the field values on MessageRequiredButOptional with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageRequiredButOptionalMultiError, or nil if none found.

type MessageRequiredOneof

type MessageRequiredOneof struct {

	// Types that are assignable to One:
	//
	//	*MessageRequiredOneof_Val
	One isMessageRequiredOneof_One `protobuf_oneof:"one"`
	// contains filtered or unexported fields
}

func (*MessageRequiredOneof) Descriptor deprecated

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

Deprecated: Use MessageRequiredOneof.ProtoReflect.Descriptor instead.

func (*MessageRequiredOneof) GetOne

func (m *MessageRequiredOneof) GetOne() isMessageRequiredOneof_One

func (*MessageRequiredOneof) GetVal

func (x *MessageRequiredOneof) GetVal() *TestMsg

func (*MessageRequiredOneof) ProtoMessage

func (*MessageRequiredOneof) ProtoMessage()

func (*MessageRequiredOneof) ProtoReflect

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

func (*MessageRequiredOneof) Reset

func (x *MessageRequiredOneof) Reset()

func (*MessageRequiredOneof) String

func (x *MessageRequiredOneof) String() string

func (*MessageRequiredOneof) Validate

func (m *MessageRequiredOneof) Validate() error

Validate checks the field values on MessageRequiredOneof with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageRequiredOneof) ValidateAll

func (m *MessageRequiredOneof) ValidateAll() error

ValidateAll checks the field values on MessageRequiredOneof with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageRequiredOneofMultiError, or nil if none found.

type MessageRequiredOneof_Val

type MessageRequiredOneof_Val struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3,oneof"`
}

type MessageSkip

type MessageSkip struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageSkip) Descriptor deprecated

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

Deprecated: Use MessageSkip.ProtoReflect.Descriptor instead.

func (*MessageSkip) GetVal

func (x *MessageSkip) GetVal() *TestMsg

func (*MessageSkip) ProtoMessage

func (*MessageSkip) ProtoMessage()

func (*MessageSkip) ProtoReflect

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

func (*MessageSkip) Reset

func (x *MessageSkip) Reset()

func (*MessageSkip) String

func (x *MessageSkip) String() string

func (*MessageSkip) Validate

func (m *MessageSkip) Validate() error

Validate checks the field values on MessageSkip with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MessageSkip) ValidateAll

func (m *MessageSkip) ValidateAll() error

ValidateAll checks the field values on MessageSkip with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MessageSkipMultiError, or nil if none found.

type MessageWith3DInside

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

func (*MessageWith3DInside) Descriptor deprecated

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

Deprecated: Use MessageWith3DInside.ProtoReflect.Descriptor instead.

func (*MessageWith3DInside) ProtoMessage

func (*MessageWith3DInside) ProtoMessage()

func (*MessageWith3DInside) ProtoReflect

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

func (*MessageWith3DInside) Reset

func (x *MessageWith3DInside) Reset()

func (*MessageWith3DInside) String

func (x *MessageWith3DInside) String() string

type MultiError

type MultiError []error

ValidationError is an error wrapping multiple validation errors returned by .ValidateAll() if the designated constraints aren't met.

func (MultiError) AllErrors

func (m MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MultiError) Error

func (m MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MultipleMaps

type MultipleMaps struct {
	First  map[uint32]string `` /* 152-byte string literal not displayed */
	Second map[int32]bool    `` /* 155-byte string literal not displayed */
	Third  map[int32]bool    `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MultipleMaps) Descriptor deprecated

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

Deprecated: Use MultipleMaps.ProtoReflect.Descriptor instead.

func (*MultipleMaps) GetFirst

func (x *MultipleMaps) GetFirst() map[uint32]string

func (*MultipleMaps) GetSecond

func (x *MultipleMaps) GetSecond() map[int32]bool

func (*MultipleMaps) GetThird

func (x *MultipleMaps) GetThird() map[int32]bool

func (*MultipleMaps) ProtoMessage

func (*MultipleMaps) ProtoMessage()

func (*MultipleMaps) ProtoReflect

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

func (*MultipleMaps) Reset

func (x *MultipleMaps) Reset()

func (*MultipleMaps) String

func (x *MultipleMaps) String() string

func (*MultipleMaps) Validate

func (m *MultipleMaps) Validate() error

Validate checks the field values on MultipleMaps with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MultipleMaps) ValidateAll

func (m *MultipleMaps) ValidateAll() error

ValidateAll checks the field values on MultipleMaps with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MultipleMapsMultiError, or nil if none found.

type OneOf

type OneOf struct {

	// Types that are assignable to O:
	//
	//	*OneOf_X
	//	*OneOf_Y
	//	*OneOf_Z
	O isOneOf_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOf) Descriptor deprecated

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

Deprecated: Use OneOf.ProtoReflect.Descriptor instead.

func (*OneOf) GetO

func (m *OneOf) GetO() isOneOf_O

func (*OneOf) GetX

func (x *OneOf) GetX() string

func (*OneOf) GetY

func (x *OneOf) GetY() int32

func (*OneOf) GetZ

func (x *OneOf) GetZ() *TestOneOfMsg

func (*OneOf) ProtoMessage

func (*OneOf) ProtoMessage()

func (*OneOf) ProtoReflect

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

func (*OneOf) Reset

func (x *OneOf) Reset()

func (*OneOf) String

func (x *OneOf) String() string

func (*OneOf) Validate

func (m *OneOf) Validate() error

Validate checks the field values on OneOf with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OneOf) ValidateAll

func (m *OneOf) ValidateAll() error

ValidateAll checks the field values on OneOf with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OneOfMultiError, or nil if none found.

type OneOfIgnoreEmpty

type OneOfIgnoreEmpty struct {

	// Types that are assignable to O:
	//
	//	*OneOfIgnoreEmpty_X
	//	*OneOfIgnoreEmpty_Y
	//	*OneOfIgnoreEmpty_Z
	O isOneOfIgnoreEmpty_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOfIgnoreEmpty) Descriptor deprecated

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

Deprecated: Use OneOfIgnoreEmpty.ProtoReflect.Descriptor instead.

func (*OneOfIgnoreEmpty) GetO

func (m *OneOfIgnoreEmpty) GetO() isOneOfIgnoreEmpty_O

func (*OneOfIgnoreEmpty) GetX

func (x *OneOfIgnoreEmpty) GetX() string

func (*OneOfIgnoreEmpty) GetY

func (x *OneOfIgnoreEmpty) GetY() []byte

func (*OneOfIgnoreEmpty) GetZ

func (x *OneOfIgnoreEmpty) GetZ() int32

func (*OneOfIgnoreEmpty) ProtoMessage

func (*OneOfIgnoreEmpty) ProtoMessage()

func (*OneOfIgnoreEmpty) ProtoReflect

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

func (*OneOfIgnoreEmpty) Reset

func (x *OneOfIgnoreEmpty) Reset()

func (*OneOfIgnoreEmpty) String

func (x *OneOfIgnoreEmpty) String() string

func (*OneOfIgnoreEmpty) Validate

func (m *OneOfIgnoreEmpty) Validate() error

Validate checks the field values on OneOfIgnoreEmpty with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OneOfIgnoreEmpty) ValidateAll

func (m *OneOfIgnoreEmpty) ValidateAll() error

ValidateAll checks the field values on OneOfIgnoreEmpty with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OneOfIgnoreEmptyMultiError, or nil if none found.

type OneOfIgnoreEmpty_X

type OneOfIgnoreEmpty_X struct {
	X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}

type OneOfIgnoreEmpty_Y

type OneOfIgnoreEmpty_Y struct {
	Y []byte `protobuf:"bytes,2,opt,name=y,proto3,oneof"`
}

type OneOfIgnoreEmpty_Z

type OneOfIgnoreEmpty_Z struct {
	Z int32 `protobuf:"varint,3,opt,name=z,proto3,oneof"`
}

type OneOfNone

type OneOfNone struct {

	// Types that are assignable to O:
	//
	//	*OneOfNone_X
	//	*OneOfNone_Y
	O isOneOfNone_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOfNone) Descriptor deprecated

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

Deprecated: Use OneOfNone.ProtoReflect.Descriptor instead.

func (*OneOfNone) GetO

func (m *OneOfNone) GetO() isOneOfNone_O

func (*OneOfNone) GetX

func (x *OneOfNone) GetX() string

func (*OneOfNone) GetY

func (x *OneOfNone) GetY() int32

func (*OneOfNone) ProtoMessage

func (*OneOfNone) ProtoMessage()

func (*OneOfNone) ProtoReflect

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

func (*OneOfNone) Reset

func (x *OneOfNone) Reset()

func (*OneOfNone) String

func (x *OneOfNone) String() string

type OneOfNone_X

type OneOfNone_X struct {
	X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}

type OneOfNone_Y

type OneOfNone_Y struct {
	Y int32 `protobuf:"varint,2,opt,name=y,proto3,oneof"`
}

type OneOfRequired

type OneOfRequired struct {

	// Types that are assignable to O:
	//
	//	*OneOfRequired_X
	//	*OneOfRequired_Y
	//	*OneOfRequired_NameWithUnderscores
	//	*OneOfRequired_UnderAnd_1Number
	O isOneOfRequired_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOfRequired) Descriptor deprecated

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

Deprecated: Use OneOfRequired.ProtoReflect.Descriptor instead.

func (*OneOfRequired) GetNameWithUnderscores

func (x *OneOfRequired) GetNameWithUnderscores() int32

func (*OneOfRequired) GetO

func (m *OneOfRequired) GetO() isOneOfRequired_O

func (*OneOfRequired) GetUnderAnd_1Number

func (x *OneOfRequired) GetUnderAnd_1Number() int32

func (*OneOfRequired) GetX

func (x *OneOfRequired) GetX() string

func (*OneOfRequired) GetY

func (x *OneOfRequired) GetY() int32

func (*OneOfRequired) ProtoMessage

func (*OneOfRequired) ProtoMessage()

func (*OneOfRequired) ProtoReflect

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

func (*OneOfRequired) Reset

func (x *OneOfRequired) Reset()

func (*OneOfRequired) String

func (x *OneOfRequired) String() string

type OneOfRequired_NameWithUnderscores

type OneOfRequired_NameWithUnderscores struct {
	NameWithUnderscores int32 `protobuf:"varint,3,opt,name=name_with_underscores,json=nameWithUnderscores,proto3,oneof"`
}

type OneOfRequired_UnderAnd_1Number

type OneOfRequired_UnderAnd_1Number struct {
	UnderAnd_1Number int32 `protobuf:"varint,4,opt,name=under_and_1_number,json=underAnd1Number,proto3,oneof"`
}

type OneOfRequired_X

type OneOfRequired_X struct {
	X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}

type OneOfRequired_Y

type OneOfRequired_Y struct {
	Y int32 `protobuf:"varint,2,opt,name=y,proto3,oneof"`
}

type OneOf_X

type OneOf_X struct {
	X string `protobuf:"bytes,1,opt,name=x,proto3,oneof"`
}

type OneOf_Y

type OneOf_Y struct {
	Y int32 `protobuf:"varint,2,opt,name=y,proto3,oneof"`
}

type OneOf_Z

type OneOf_Z struct {
	Z *TestOneOfMsg `protobuf:"bytes,3,opt,name=z,proto3,oneof"`
}

type RepeatedAnyIn

type RepeatedAnyIn struct {
	Val []*anypb.Any `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedAnyIn) Descriptor deprecated

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

Deprecated: Use RepeatedAnyIn.ProtoReflect.Descriptor instead.

func (*RepeatedAnyIn) GetVal

func (x *RepeatedAnyIn) GetVal() []*anypb.Any

func (*RepeatedAnyIn) ProtoMessage

func (*RepeatedAnyIn) ProtoMessage()

func (*RepeatedAnyIn) ProtoReflect

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

func (*RepeatedAnyIn) Reset

func (x *RepeatedAnyIn) Reset()

func (*RepeatedAnyIn) String

func (x *RepeatedAnyIn) String() string

func (*RepeatedAnyIn) Validate

func (m *RepeatedAnyIn) Validate() error

Validate checks the field values on RepeatedAnyIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedAnyIn) ValidateAll

func (m *RepeatedAnyIn) ValidateAll() error

ValidateAll checks the field values on RepeatedAnyIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedAnyInMultiError, or nil if none found.

type RepeatedAnyNotIn

type RepeatedAnyNotIn struct {
	Val []*anypb.Any `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedAnyNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedAnyNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedAnyNotIn) GetVal

func (x *RepeatedAnyNotIn) GetVal() []*anypb.Any

func (*RepeatedAnyNotIn) ProtoMessage

func (*RepeatedAnyNotIn) ProtoMessage()

func (*RepeatedAnyNotIn) ProtoReflect

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

func (*RepeatedAnyNotIn) Reset

func (x *RepeatedAnyNotIn) Reset()

func (*RepeatedAnyNotIn) String

func (x *RepeatedAnyNotIn) String() string

func (*RepeatedAnyNotIn) Validate

func (m *RepeatedAnyNotIn) Validate() error

Validate checks the field values on RepeatedAnyNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedAnyNotIn) ValidateAll

func (m *RepeatedAnyNotIn) ValidateAll() error

ValidateAll checks the field values on RepeatedAnyNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedAnyNotInMultiError, or nil if none found.

type RepeatedDuration

type RepeatedDuration struct {
	Val []*durationpb.Duration `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedDuration) Descriptor deprecated

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

Deprecated: Use RepeatedDuration.ProtoReflect.Descriptor instead.

func (*RepeatedDuration) GetVal

func (x *RepeatedDuration) GetVal() []*durationpb.Duration

func (*RepeatedDuration) ProtoMessage

func (*RepeatedDuration) ProtoMessage()

func (*RepeatedDuration) ProtoReflect

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

func (*RepeatedDuration) Reset

func (x *RepeatedDuration) Reset()

func (*RepeatedDuration) String

func (x *RepeatedDuration) String() string

func (*RepeatedDuration) Validate

func (m *RepeatedDuration) Validate() error

Validate checks the field values on RepeatedDuration with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedDuration) ValidateAll

func (m *RepeatedDuration) ValidateAll() error

ValidateAll checks the field values on RepeatedDuration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedDurationMultiError, or nil if none found.

type RepeatedEmbedCrossPackageNone

type RepeatedEmbedCrossPackageNone struct {
	Val []*other_package.Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedCrossPackageNone) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedCrossPackageNone.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedCrossPackageNone) GetVal

func (*RepeatedEmbedCrossPackageNone) ProtoMessage

func (*RepeatedEmbedCrossPackageNone) ProtoMessage()

func (*RepeatedEmbedCrossPackageNone) ProtoReflect

func (*RepeatedEmbedCrossPackageNone) Reset

func (x *RepeatedEmbedCrossPackageNone) Reset()

func (*RepeatedEmbedCrossPackageNone) String

type RepeatedEmbedNone

type RepeatedEmbedNone struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedNone) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedNone.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedNone) GetVal

func (x *RepeatedEmbedNone) GetVal() []*Embed

func (*RepeatedEmbedNone) ProtoMessage

func (*RepeatedEmbedNone) ProtoMessage()

func (*RepeatedEmbedNone) ProtoReflect

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

func (*RepeatedEmbedNone) Reset

func (x *RepeatedEmbedNone) Reset()

func (*RepeatedEmbedNone) String

func (x *RepeatedEmbedNone) String() string

type RepeatedEmbedSkip

type RepeatedEmbedSkip struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedSkip) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedSkip.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedSkip) GetVal

func (x *RepeatedEmbedSkip) GetVal() []*Embed

func (*RepeatedEmbedSkip) ProtoMessage

func (*RepeatedEmbedSkip) ProtoMessage()

func (*RepeatedEmbedSkip) ProtoReflect

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

func (*RepeatedEmbedSkip) Reset

func (x *RepeatedEmbedSkip) Reset()

func (*RepeatedEmbedSkip) String

func (x *RepeatedEmbedSkip) String() string

func (*RepeatedEmbedSkip) Validate

func (m *RepeatedEmbedSkip) Validate() error

Validate checks the field values on RepeatedEmbedSkip with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEmbedSkip) ValidateAll

func (m *RepeatedEmbedSkip) ValidateAll() error

ValidateAll checks the field values on RepeatedEmbedSkip with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEmbedSkipMultiError, or nil if none found.

type RepeatedEmbeddedEnumIn

type RepeatedEmbeddedEnumIn struct {
	Val []RepeatedEmbeddedEnumIn_AnotherInEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.RepeatedEmbeddedEnumIn_AnotherInEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbeddedEnumIn) Descriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumIn.ProtoReflect.Descriptor instead.

func (*RepeatedEmbeddedEnumIn) GetVal

func (*RepeatedEmbeddedEnumIn) ProtoMessage

func (*RepeatedEmbeddedEnumIn) ProtoMessage()

func (*RepeatedEmbeddedEnumIn) ProtoReflect

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

func (*RepeatedEmbeddedEnumIn) Reset

func (x *RepeatedEmbeddedEnumIn) Reset()

func (*RepeatedEmbeddedEnumIn) String

func (x *RepeatedEmbeddedEnumIn) String() string

func (*RepeatedEmbeddedEnumIn) Validate

func (m *RepeatedEmbeddedEnumIn) Validate() error

Validate checks the field values on RepeatedEmbeddedEnumIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEmbeddedEnumIn) ValidateAll

func (m *RepeatedEmbeddedEnumIn) ValidateAll() error

ValidateAll checks the field values on RepeatedEmbeddedEnumIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEmbeddedEnumInMultiError, or nil if none found.

type RepeatedEmbeddedEnumIn_AnotherInEnum

type RepeatedEmbeddedEnumIn_AnotherInEnum int32
const (
	RepeatedEmbeddedEnumIn_A RepeatedEmbeddedEnumIn_AnotherInEnum = 0
	RepeatedEmbeddedEnumIn_B RepeatedEmbeddedEnumIn_AnotherInEnum = 1
)

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Descriptor

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Enum

func (RepeatedEmbeddedEnumIn_AnotherInEnum) EnumDescriptor deprecated

func (RepeatedEmbeddedEnumIn_AnotherInEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepeatedEmbeddedEnumIn_AnotherInEnum.Descriptor instead.

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Number

func (RepeatedEmbeddedEnumIn_AnotherInEnum) String

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Type

type RepeatedEmbeddedEnumNotIn

type RepeatedEmbeddedEnumNotIn struct {
	Val []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RepeatedEmbeddedEnumNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedEmbeddedEnumNotIn) GetVal

func (*RepeatedEmbeddedEnumNotIn) ProtoMessage

func (*RepeatedEmbeddedEnumNotIn) ProtoMessage()

func (*RepeatedEmbeddedEnumNotIn) ProtoReflect

func (*RepeatedEmbeddedEnumNotIn) Reset

func (x *RepeatedEmbeddedEnumNotIn) Reset()

func (*RepeatedEmbeddedEnumNotIn) String

func (x *RepeatedEmbeddedEnumNotIn) String() string

func (*RepeatedEmbeddedEnumNotIn) Validate

func (m *RepeatedEmbeddedEnumNotIn) Validate() error

Validate checks the field values on RepeatedEmbeddedEnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEmbeddedEnumNotIn) ValidateAll

func (m *RepeatedEmbeddedEnumNotIn) ValidateAll() error

ValidateAll checks the field values on RepeatedEmbeddedEnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEmbeddedEnumNotInMultiError, or nil if none found.

type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum

type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum int32
const (
	RepeatedEmbeddedEnumNotIn_A RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 0
	RepeatedEmbeddedEnumNotIn_B RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 1
)

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Descriptor

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Enum

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) EnumDescriptor deprecated

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepeatedEmbeddedEnumNotIn_AnotherNotInEnum.Descriptor instead.

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Number

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) String

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Type

type RepeatedEnumDefined

type RepeatedEnumDefined struct {
	Val []TestEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumDefined) Descriptor deprecated

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

Deprecated: Use RepeatedEnumDefined.ProtoReflect.Descriptor instead.

func (*RepeatedEnumDefined) GetVal

func (x *RepeatedEnumDefined) GetVal() []TestEnum

func (*RepeatedEnumDefined) ProtoMessage

func (*RepeatedEnumDefined) ProtoMessage()

func (*RepeatedEnumDefined) ProtoReflect

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

func (*RepeatedEnumDefined) Reset

func (x *RepeatedEnumDefined) Reset()

func (*RepeatedEnumDefined) String

func (x *RepeatedEnumDefined) String() string

func (*RepeatedEnumDefined) Validate

func (m *RepeatedEnumDefined) Validate() error

Validate checks the field values on RepeatedEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEnumDefined) ValidateAll

func (m *RepeatedEnumDefined) ValidateAll() error

ValidateAll checks the field values on RepeatedEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEnumDefinedMultiError, or nil if none found.

type RepeatedEnumExternal

type RepeatedEnumExternal struct {
	Foo []other_package.Embed_FooNumber       `protobuf:"varint,1,rep,packed,name=foo,proto3,enum=tests.cases.other_package.Embed_FooNumber" json:"foo,omitempty"`
	Bar []yet_another_package.Embed_BarNumber `protobuf:"varint,2,rep,packed,name=bar,proto3,enum=tests.cases.yet_another_package.Embed_BarNumber" json:"bar,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumExternal) Descriptor deprecated

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

Deprecated: Use RepeatedEnumExternal.ProtoReflect.Descriptor instead.

func (*RepeatedEnumExternal) GetBar

func (*RepeatedEnumExternal) GetFoo

func (*RepeatedEnumExternal) ProtoMessage

func (*RepeatedEnumExternal) ProtoMessage()

func (*RepeatedEnumExternal) ProtoReflect

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

func (*RepeatedEnumExternal) Reset

func (x *RepeatedEnumExternal) Reset()

func (*RepeatedEnumExternal) String

func (x *RepeatedEnumExternal) String() string

func (*RepeatedEnumExternal) Validate

func (m *RepeatedEnumExternal) Validate() error

Validate checks the field values on RepeatedEnumExternal with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEnumExternal) ValidateAll

func (m *RepeatedEnumExternal) ValidateAll() error

ValidateAll checks the field values on RepeatedEnumExternal with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEnumExternalMultiError, or nil if none found.

type RepeatedEnumIn

type RepeatedEnumIn struct {
	Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.AnEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumIn) Descriptor deprecated

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

Deprecated: Use RepeatedEnumIn.ProtoReflect.Descriptor instead.

func (*RepeatedEnumIn) GetVal

func (x *RepeatedEnumIn) GetVal() []AnEnum

func (*RepeatedEnumIn) ProtoMessage

func (*RepeatedEnumIn) ProtoMessage()

func (*RepeatedEnumIn) ProtoReflect

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

func (*RepeatedEnumIn) Reset

func (x *RepeatedEnumIn) Reset()

func (*RepeatedEnumIn) String

func (x *RepeatedEnumIn) String() string

func (*RepeatedEnumIn) Validate

func (m *RepeatedEnumIn) Validate() error

Validate checks the field values on RepeatedEnumIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEnumIn) ValidateAll

func (m *RepeatedEnumIn) ValidateAll() error

ValidateAll checks the field values on RepeatedEnumIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEnumInMultiError, or nil if none found.

type RepeatedEnumNotIn

type RepeatedEnumNotIn struct {
	Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.AnEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedEnumNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedEnumNotIn) GetVal

func (x *RepeatedEnumNotIn) GetVal() []AnEnum

func (*RepeatedEnumNotIn) ProtoMessage

func (*RepeatedEnumNotIn) ProtoMessage()

func (*RepeatedEnumNotIn) ProtoReflect

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

func (*RepeatedEnumNotIn) Reset

func (x *RepeatedEnumNotIn) Reset()

func (*RepeatedEnumNotIn) String

func (x *RepeatedEnumNotIn) String() string

func (*RepeatedEnumNotIn) Validate

func (m *RepeatedEnumNotIn) Validate() error

Validate checks the field values on RepeatedEnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedEnumNotIn) ValidateAll

func (m *RepeatedEnumNotIn) ValidateAll() error

ValidateAll checks the field values on RepeatedEnumNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedEnumNotInMultiError, or nil if none found.

type RepeatedExact

type RepeatedExact struct {
	Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExact) Descriptor deprecated

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

Deprecated: Use RepeatedExact.ProtoReflect.Descriptor instead.

func (*RepeatedExact) GetVal

func (x *RepeatedExact) GetVal() []uint32

func (*RepeatedExact) ProtoMessage

func (*RepeatedExact) ProtoMessage()

func (*RepeatedExact) ProtoReflect

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

func (*RepeatedExact) Reset

func (x *RepeatedExact) Reset()

func (*RepeatedExact) String

func (x *RepeatedExact) String() string

func (*RepeatedExact) Validate

func (m *RepeatedExact) Validate() error

Validate checks the field values on RepeatedExact with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedExact) ValidateAll

func (m *RepeatedExact) ValidateAll() error

ValidateAll checks the field values on RepeatedExact with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedExactMultiError, or nil if none found.

type RepeatedExactIgnore

type RepeatedExactIgnore struct {
	Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExactIgnore) Descriptor deprecated

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

Deprecated: Use RepeatedExactIgnore.ProtoReflect.Descriptor instead.

func (*RepeatedExactIgnore) GetVal

func (x *RepeatedExactIgnore) GetVal() []uint32

func (*RepeatedExactIgnore) ProtoMessage

func (*RepeatedExactIgnore) ProtoMessage()

func (*RepeatedExactIgnore) ProtoReflect

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

func (*RepeatedExactIgnore) Reset

func (x *RepeatedExactIgnore) Reset()

func (*RepeatedExactIgnore) String

func (x *RepeatedExactIgnore) String() string

func (*RepeatedExactIgnore) Validate

func (m *RepeatedExactIgnore) Validate() error

Validate checks the field values on RepeatedExactIgnore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedExactIgnore) ValidateAll

func (m *RepeatedExactIgnore) ValidateAll() error

ValidateAll checks the field values on RepeatedExactIgnore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedExactIgnoreMultiError, or nil if none found.

type RepeatedExternalEnumDefined

type RepeatedExternalEnumDefined struct {
	Val []other_package.Embed_Enumerated `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.other_package.Embed_Enumerated" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExternalEnumDefined) Descriptor deprecated

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

Deprecated: Use RepeatedExternalEnumDefined.ProtoReflect.Descriptor instead.

func (*RepeatedExternalEnumDefined) GetVal

func (*RepeatedExternalEnumDefined) ProtoMessage

func (*RepeatedExternalEnumDefined) ProtoMessage()

func (*RepeatedExternalEnumDefined) ProtoReflect

func (*RepeatedExternalEnumDefined) Reset

func (x *RepeatedExternalEnumDefined) Reset()

func (*RepeatedExternalEnumDefined) String

func (x *RepeatedExternalEnumDefined) String() string

func (*RepeatedExternalEnumDefined) Validate

func (m *RepeatedExternalEnumDefined) Validate() error

Validate checks the field values on RepeatedExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedExternalEnumDefined) ValidateAll

func (m *RepeatedExternalEnumDefined) ValidateAll() error

ValidateAll checks the field values on RepeatedExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedExternalEnumDefinedMultiError, or nil if none found.

type RepeatedItemIn

type RepeatedItemIn struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedItemIn) Descriptor deprecated

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

Deprecated: Use RepeatedItemIn.ProtoReflect.Descriptor instead.

func (*RepeatedItemIn) GetVal

func (x *RepeatedItemIn) GetVal() []string

func (*RepeatedItemIn) ProtoMessage

func (*RepeatedItemIn) ProtoMessage()

func (*RepeatedItemIn) ProtoReflect

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

func (*RepeatedItemIn) Reset

func (x *RepeatedItemIn) Reset()

func (*RepeatedItemIn) String

func (x *RepeatedItemIn) String() string

func (*RepeatedItemIn) Validate

func (m *RepeatedItemIn) Validate() error

Validate checks the field values on RepeatedItemIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedItemIn) ValidateAll

func (m *RepeatedItemIn) ValidateAll() error

ValidateAll checks the field values on RepeatedItemIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedItemInMultiError, or nil if none found.

type RepeatedItemNotIn

type RepeatedItemNotIn struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedItemNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedItemNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedItemNotIn) GetVal

func (x *RepeatedItemNotIn) GetVal() []string

func (*RepeatedItemNotIn) ProtoMessage

func (*RepeatedItemNotIn) ProtoMessage()

func (*RepeatedItemNotIn) ProtoReflect

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

func (*RepeatedItemNotIn) Reset

func (x *RepeatedItemNotIn) Reset()

func (*RepeatedItemNotIn) String

func (x *RepeatedItemNotIn) String() string

func (*RepeatedItemNotIn) Validate

func (m *RepeatedItemNotIn) Validate() error

Validate checks the field values on RepeatedItemNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedItemNotIn) ValidateAll

func (m *RepeatedItemNotIn) ValidateAll() error

ValidateAll checks the field values on RepeatedItemNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedItemNotInMultiError, or nil if none found.

type RepeatedItemPattern

type RepeatedItemPattern struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedItemPattern) Descriptor deprecated

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

Deprecated: Use RepeatedItemPattern.ProtoReflect.Descriptor instead.

func (*RepeatedItemPattern) GetVal

func (x *RepeatedItemPattern) GetVal() []string

func (*RepeatedItemPattern) ProtoMessage

func (*RepeatedItemPattern) ProtoMessage()

func (*RepeatedItemPattern) ProtoReflect

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

func (*RepeatedItemPattern) Reset

func (x *RepeatedItemPattern) Reset()

func (*RepeatedItemPattern) String

func (x *RepeatedItemPattern) String() string

func (*RepeatedItemPattern) Validate

func (m *RepeatedItemPattern) Validate() error

Validate checks the field values on RepeatedItemPattern with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedItemPattern) ValidateAll

func (m *RepeatedItemPattern) ValidateAll() error

ValidateAll checks the field values on RepeatedItemPattern with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedItemPatternMultiError, or nil if none found.

type RepeatedItemRule

type RepeatedItemRule struct {
	Val []float32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedItemRule) Descriptor deprecated

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

Deprecated: Use RepeatedItemRule.ProtoReflect.Descriptor instead.

func (*RepeatedItemRule) GetVal

func (x *RepeatedItemRule) GetVal() []float32

func (*RepeatedItemRule) ProtoMessage

func (*RepeatedItemRule) ProtoMessage()

func (*RepeatedItemRule) ProtoReflect

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

func (*RepeatedItemRule) Reset

func (x *RepeatedItemRule) Reset()

func (*RepeatedItemRule) String

func (x *RepeatedItemRule) String() string

func (*RepeatedItemRule) Validate

func (m *RepeatedItemRule) Validate() error

Validate checks the field values on RepeatedItemRule with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedItemRule) ValidateAll

func (m *RepeatedItemRule) ValidateAll() error

ValidateAll checks the field values on RepeatedItemRule with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedItemRuleMultiError, or nil if none found.

type RepeatedMax

type RepeatedMax struct {
	Val []float64 `protobuf:"fixed64,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMax) Descriptor deprecated

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

Deprecated: Use RepeatedMax.ProtoReflect.Descriptor instead.

func (*RepeatedMax) GetVal

func (x *RepeatedMax) GetVal() []float64

func (*RepeatedMax) ProtoMessage

func (*RepeatedMax) ProtoMessage()

func (*RepeatedMax) ProtoReflect

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

func (*RepeatedMax) Reset

func (x *RepeatedMax) Reset()

func (*RepeatedMax) String

func (x *RepeatedMax) String() string

func (*RepeatedMax) Validate

func (m *RepeatedMax) Validate() error

Validate checks the field values on RepeatedMax with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedMax) ValidateAll

func (m *RepeatedMax) ValidateAll() error

ValidateAll checks the field values on RepeatedMax with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedMaxMultiError, or nil if none found.

type RepeatedMin

type RepeatedMin struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMin) Descriptor deprecated

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

Deprecated: Use RepeatedMin.ProtoReflect.Descriptor instead.

func (*RepeatedMin) GetVal

func (x *RepeatedMin) GetVal() []*Embed

func (*RepeatedMin) ProtoMessage

func (*RepeatedMin) ProtoMessage()

func (*RepeatedMin) ProtoReflect

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

func (*RepeatedMin) Reset

func (x *RepeatedMin) Reset()

func (*RepeatedMin) String

func (x *RepeatedMin) String() string

func (*RepeatedMin) Validate

func (m *RepeatedMin) Validate() error

Validate checks the field values on RepeatedMin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedMin) ValidateAll

func (m *RepeatedMin) ValidateAll() error

ValidateAll checks the field values on RepeatedMin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedMinMultiError, or nil if none found.

type RepeatedMinAndItemLen

type RepeatedMinAndItemLen struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMinAndItemLen) Descriptor deprecated

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

Deprecated: Use RepeatedMinAndItemLen.ProtoReflect.Descriptor instead.

func (*RepeatedMinAndItemLen) GetVal

func (x *RepeatedMinAndItemLen) GetVal() []string

func (*RepeatedMinAndItemLen) ProtoMessage

func (*RepeatedMinAndItemLen) ProtoMessage()

func (*RepeatedMinAndItemLen) ProtoReflect

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

func (*RepeatedMinAndItemLen) Reset

func (x *RepeatedMinAndItemLen) Reset()

func (*RepeatedMinAndItemLen) String

func (x *RepeatedMinAndItemLen) String() string

func (*RepeatedMinAndItemLen) Validate

func (m *RepeatedMinAndItemLen) Validate() error

Validate checks the field values on RepeatedMinAndItemLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedMinAndItemLen) ValidateAll

func (m *RepeatedMinAndItemLen) ValidateAll() error

ValidateAll checks the field values on RepeatedMinAndItemLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedMinAndItemLenMultiError, or nil if none found.

type RepeatedMinAndMaxItemLen

type RepeatedMinAndMaxItemLen struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMinAndMaxItemLen) Descriptor deprecated

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

Deprecated: Use RepeatedMinAndMaxItemLen.ProtoReflect.Descriptor instead.

func (*RepeatedMinAndMaxItemLen) GetVal

func (x *RepeatedMinAndMaxItemLen) GetVal() []string

func (*RepeatedMinAndMaxItemLen) ProtoMessage

func (*RepeatedMinAndMaxItemLen) ProtoMessage()

func (*RepeatedMinAndMaxItemLen) ProtoReflect

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

func (*RepeatedMinAndMaxItemLen) Reset

func (x *RepeatedMinAndMaxItemLen) Reset()

func (*RepeatedMinAndMaxItemLen) String

func (x *RepeatedMinAndMaxItemLen) String() string

func (*RepeatedMinAndMaxItemLen) Validate

func (m *RepeatedMinAndMaxItemLen) Validate() error

Validate checks the field values on RepeatedMinAndMaxItemLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedMinAndMaxItemLen) ValidateAll

func (m *RepeatedMinAndMaxItemLen) ValidateAll() error

ValidateAll checks the field values on RepeatedMinAndMaxItemLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedMinAndMaxItemLenMultiError, or nil if none found.

type RepeatedMinMax

type RepeatedMinMax struct {
	Val []int32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMinMax) Descriptor deprecated

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

Deprecated: Use RepeatedMinMax.ProtoReflect.Descriptor instead.

func (*RepeatedMinMax) GetVal

func (x *RepeatedMinMax) GetVal() []int32

func (*RepeatedMinMax) ProtoMessage

func (*RepeatedMinMax) ProtoMessage()

func (*RepeatedMinMax) ProtoReflect

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

func (*RepeatedMinMax) Reset

func (x *RepeatedMinMax) Reset()

func (*RepeatedMinMax) String

func (x *RepeatedMinMax) String() string

func (*RepeatedMinMax) Validate

func (m *RepeatedMinMax) Validate() error

Validate checks the field values on RepeatedMinMax with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedMinMax) ValidateAll

func (m *RepeatedMinMax) ValidateAll() error

ValidateAll checks the field values on RepeatedMinMax with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedMinMaxMultiError, or nil if none found.

type RepeatedNone

type RepeatedNone struct {
	Val []int64 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedNone) Descriptor deprecated

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

Deprecated: Use RepeatedNone.ProtoReflect.Descriptor instead.

func (*RepeatedNone) GetVal

func (x *RepeatedNone) GetVal() []int64

func (*RepeatedNone) ProtoMessage

func (*RepeatedNone) ProtoMessage()

func (*RepeatedNone) ProtoReflect

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

func (*RepeatedNone) Reset

func (x *RepeatedNone) Reset()

func (*RepeatedNone) String

func (x *RepeatedNone) String() string

type RepeatedUnique

type RepeatedUnique struct {
	Val []string `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedUnique) Descriptor deprecated

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

Deprecated: Use RepeatedUnique.ProtoReflect.Descriptor instead.

func (*RepeatedUnique) GetVal

func (x *RepeatedUnique) GetVal() []string

func (*RepeatedUnique) ProtoMessage

func (*RepeatedUnique) ProtoMessage()

func (*RepeatedUnique) ProtoReflect

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

func (*RepeatedUnique) Reset

func (x *RepeatedUnique) Reset()

func (*RepeatedUnique) String

func (x *RepeatedUnique) String() string

func (*RepeatedUnique) Validate

func (m *RepeatedUnique) Validate() error

Validate checks the field values on RepeatedUnique with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedUnique) ValidateAll

func (m *RepeatedUnique) ValidateAll() error

ValidateAll checks the field values on RepeatedUnique with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedUniqueMultiError, or nil if none found.

type RepeatedYetAnotherExternalEnumDefined

type RepeatedYetAnotherExternalEnumDefined struct {
	Val []yet_another_package.Embed_Enumerated `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.cases.yet_another_package.Embed_Enumerated" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedYetAnotherExternalEnumDefined) Descriptor deprecated

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

Deprecated: Use RepeatedYetAnotherExternalEnumDefined.ProtoReflect.Descriptor instead.

func (*RepeatedYetAnotherExternalEnumDefined) GetVal

func (*RepeatedYetAnotherExternalEnumDefined) ProtoMessage

func (*RepeatedYetAnotherExternalEnumDefined) ProtoMessage()

func (*RepeatedYetAnotherExternalEnumDefined) ProtoReflect

func (*RepeatedYetAnotherExternalEnumDefined) Reset

func (*RepeatedYetAnotherExternalEnumDefined) String

func (*RepeatedYetAnotherExternalEnumDefined) Validate

Validate checks the field values on RepeatedYetAnotherExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RepeatedYetAnotherExternalEnumDefined) ValidateAll

ValidateAll checks the field values on RepeatedYetAnotherExternalEnumDefined with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RepeatedYetAnotherExternalEnumDefinedMultiError, or nil if none found.

type SFixed32Const

type SFixed32Const struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32Const) Descriptor deprecated

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

Deprecated: Use SFixed32Const.ProtoReflect.Descriptor instead.

func (*SFixed32Const) GetVal

func (x *SFixed32Const) GetVal() int32

func (*SFixed32Const) ProtoMessage

func (*SFixed32Const) ProtoMessage()

func (*SFixed32Const) ProtoReflect

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

func (*SFixed32Const) Reset

func (x *SFixed32Const) Reset()

func (*SFixed32Const) String

func (x *SFixed32Const) String() string

func (*SFixed32Const) Validate

func (m *SFixed32Const) Validate() error

Validate checks the field values on SFixed32Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32Const) ValidateAll

func (m *SFixed32Const) ValidateAll() error

ValidateAll checks the field values on SFixed32Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32ConstMultiError, or nil if none found.

type SFixed32ExGTELTE

type SFixed32ExGTELTE struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32ExGTELTE) Descriptor deprecated

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

Deprecated: Use SFixed32ExGTELTE.ProtoReflect.Descriptor instead.

func (*SFixed32ExGTELTE) GetVal

func (x *SFixed32ExGTELTE) GetVal() int32

func (*SFixed32ExGTELTE) ProtoMessage

func (*SFixed32ExGTELTE) ProtoMessage()

func (*SFixed32ExGTELTE) ProtoReflect

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

func (*SFixed32ExGTELTE) Reset

func (x *SFixed32ExGTELTE) Reset()

func (*SFixed32ExGTELTE) String

func (x *SFixed32ExGTELTE) String() string

func (*SFixed32ExGTELTE) Validate

func (m *SFixed32ExGTELTE) Validate() error

Validate checks the field values on SFixed32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32ExGTELTE) ValidateAll

func (m *SFixed32ExGTELTE) ValidateAll() error

ValidateAll checks the field values on SFixed32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32ExGTELTEMultiError, or nil if none found.

type SFixed32ExLTGT

type SFixed32ExLTGT struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32ExLTGT) Descriptor deprecated

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

Deprecated: Use SFixed32ExLTGT.ProtoReflect.Descriptor instead.

func (*SFixed32ExLTGT) GetVal

func (x *SFixed32ExLTGT) GetVal() int32

func (*SFixed32ExLTGT) ProtoMessage

func (*SFixed32ExLTGT) ProtoMessage()

func (*SFixed32ExLTGT) ProtoReflect

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

func (*SFixed32ExLTGT) Reset

func (x *SFixed32ExLTGT) Reset()

func (*SFixed32ExLTGT) String

func (x *SFixed32ExLTGT) String() string

func (*SFixed32ExLTGT) Validate

func (m *SFixed32ExLTGT) Validate() error

Validate checks the field values on SFixed32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32ExLTGT) ValidateAll

func (m *SFixed32ExLTGT) ValidateAll() error

ValidateAll checks the field values on SFixed32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32ExLTGTMultiError, or nil if none found.

type SFixed32GT

type SFixed32GT struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32GT) Descriptor deprecated

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

Deprecated: Use SFixed32GT.ProtoReflect.Descriptor instead.

func (*SFixed32GT) GetVal

func (x *SFixed32GT) GetVal() int32

func (*SFixed32GT) ProtoMessage

func (*SFixed32GT) ProtoMessage()

func (*SFixed32GT) ProtoReflect

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

func (*SFixed32GT) Reset

func (x *SFixed32GT) Reset()

func (*SFixed32GT) String

func (x *SFixed32GT) String() string

func (*SFixed32GT) Validate

func (m *SFixed32GT) Validate() error

Validate checks the field values on SFixed32GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32GT) ValidateAll

func (m *SFixed32GT) ValidateAll() error

ValidateAll checks the field values on SFixed32GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32GTMultiError, or nil if none found.

type SFixed32GTE

type SFixed32GTE struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32GTE) Descriptor deprecated

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

Deprecated: Use SFixed32GTE.ProtoReflect.Descriptor instead.

func (*SFixed32GTE) GetVal

func (x *SFixed32GTE) GetVal() int32

func (*SFixed32GTE) ProtoMessage

func (*SFixed32GTE) ProtoMessage()

func (*SFixed32GTE) ProtoReflect

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

func (*SFixed32GTE) Reset

func (x *SFixed32GTE) Reset()

func (*SFixed32GTE) String

func (x *SFixed32GTE) String() string

func (*SFixed32GTE) Validate

func (m *SFixed32GTE) Validate() error

Validate checks the field values on SFixed32GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32GTE) ValidateAll

func (m *SFixed32GTE) ValidateAll() error

ValidateAll checks the field values on SFixed32GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32GTEMultiError, or nil if none found.

type SFixed32GTELTE

type SFixed32GTELTE struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32GTELTE) Descriptor deprecated

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

Deprecated: Use SFixed32GTELTE.ProtoReflect.Descriptor instead.

func (*SFixed32GTELTE) GetVal

func (x *SFixed32GTELTE) GetVal() int32

func (*SFixed32GTELTE) ProtoMessage

func (*SFixed32GTELTE) ProtoMessage()

func (*SFixed32GTELTE) ProtoReflect

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

func (*SFixed32GTELTE) Reset

func (x *SFixed32GTELTE) Reset()

func (*SFixed32GTELTE) String

func (x *SFixed32GTELTE) String() string

func (*SFixed32GTELTE) Validate

func (m *SFixed32GTELTE) Validate() error

Validate checks the field values on SFixed32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32GTELTE) ValidateAll

func (m *SFixed32GTELTE) ValidateAll() error

ValidateAll checks the field values on SFixed32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32GTELTEMultiError, or nil if none found.

type SFixed32GTLT

type SFixed32GTLT struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32GTLT) Descriptor deprecated

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

Deprecated: Use SFixed32GTLT.ProtoReflect.Descriptor instead.

func (*SFixed32GTLT) GetVal

func (x *SFixed32GTLT) GetVal() int32

func (*SFixed32GTLT) ProtoMessage

func (*SFixed32GTLT) ProtoMessage()

func (*SFixed32GTLT) ProtoReflect

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

func (*SFixed32GTLT) Reset

func (x *SFixed32GTLT) Reset()

func (*SFixed32GTLT) String

func (x *SFixed32GTLT) String() string

func (*SFixed32GTLT) Validate

func (m *SFixed32GTLT) Validate() error

Validate checks the field values on SFixed32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32GTLT) ValidateAll

func (m *SFixed32GTLT) ValidateAll() error

ValidateAll checks the field values on SFixed32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32GTLTMultiError, or nil if none found.

type SFixed32Ignore

type SFixed32Ignore struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32Ignore) Descriptor deprecated

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

Deprecated: Use SFixed32Ignore.ProtoReflect.Descriptor instead.

func (*SFixed32Ignore) GetVal

func (x *SFixed32Ignore) GetVal() int32

func (*SFixed32Ignore) ProtoMessage

func (*SFixed32Ignore) ProtoMessage()

func (*SFixed32Ignore) ProtoReflect

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

func (*SFixed32Ignore) Reset

func (x *SFixed32Ignore) Reset()

func (*SFixed32Ignore) String

func (x *SFixed32Ignore) String() string

func (*SFixed32Ignore) Validate

func (m *SFixed32Ignore) Validate() error

Validate checks the field values on SFixed32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32Ignore) ValidateAll

func (m *SFixed32Ignore) ValidateAll() error

ValidateAll checks the field values on SFixed32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32IgnoreMultiError, or nil if none found.

type SFixed32In

type SFixed32In struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32In) Descriptor deprecated

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

Deprecated: Use SFixed32In.ProtoReflect.Descriptor instead.

func (*SFixed32In) GetVal

func (x *SFixed32In) GetVal() int32

func (*SFixed32In) ProtoMessage

func (*SFixed32In) ProtoMessage()

func (*SFixed32In) ProtoReflect

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

func (*SFixed32In) Reset

func (x *SFixed32In) Reset()

func (*SFixed32In) String

func (x *SFixed32In) String() string

func (*SFixed32In) Validate

func (m *SFixed32In) Validate() error

Validate checks the field values on SFixed32In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32In) ValidateAll

func (m *SFixed32In) ValidateAll() error

ValidateAll checks the field values on SFixed32In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32InMultiError, or nil if none found.

type SFixed32LT

type SFixed32LT struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32LT) Descriptor deprecated

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

Deprecated: Use SFixed32LT.ProtoReflect.Descriptor instead.

func (*SFixed32LT) GetVal

func (x *SFixed32LT) GetVal() int32

func (*SFixed32LT) ProtoMessage

func (*SFixed32LT) ProtoMessage()

func (*SFixed32LT) ProtoReflect

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

func (*SFixed32LT) Reset

func (x *SFixed32LT) Reset()

func (*SFixed32LT) String

func (x *SFixed32LT) String() string

func (*SFixed32LT) Validate

func (m *SFixed32LT) Validate() error

Validate checks the field values on SFixed32LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32LT) ValidateAll

func (m *SFixed32LT) ValidateAll() error

ValidateAll checks the field values on SFixed32LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32LTMultiError, or nil if none found.

type SFixed32LTE

type SFixed32LTE struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32LTE) Descriptor deprecated

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

Deprecated: Use SFixed32LTE.ProtoReflect.Descriptor instead.

func (*SFixed32LTE) GetVal

func (x *SFixed32LTE) GetVal() int32

func (*SFixed32LTE) ProtoMessage

func (*SFixed32LTE) ProtoMessage()

func (*SFixed32LTE) ProtoReflect

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

func (*SFixed32LTE) Reset

func (x *SFixed32LTE) Reset()

func (*SFixed32LTE) String

func (x *SFixed32LTE) String() string

func (*SFixed32LTE) Validate

func (m *SFixed32LTE) Validate() error

Validate checks the field values on SFixed32LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32LTE) ValidateAll

func (m *SFixed32LTE) ValidateAll() error

ValidateAll checks the field values on SFixed32LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32LTEMultiError, or nil if none found.

type SFixed32None

type SFixed32None struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32None) Descriptor deprecated

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

Deprecated: Use SFixed32None.ProtoReflect.Descriptor instead.

func (*SFixed32None) GetVal

func (x *SFixed32None) GetVal() int32

func (*SFixed32None) ProtoMessage

func (*SFixed32None) ProtoMessage()

func (*SFixed32None) ProtoReflect

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

func (*SFixed32None) Reset

func (x *SFixed32None) Reset()

func (*SFixed32None) String

func (x *SFixed32None) String() string

type SFixed32NotIn

type SFixed32NotIn struct {
	Val int32 `protobuf:"fixed32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed32NotIn) Descriptor deprecated

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

Deprecated: Use SFixed32NotIn.ProtoReflect.Descriptor instead.

func (*SFixed32NotIn) GetVal

func (x *SFixed32NotIn) GetVal() int32

func (*SFixed32NotIn) ProtoMessage

func (*SFixed32NotIn) ProtoMessage()

func (*SFixed32NotIn) ProtoReflect

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

func (*SFixed32NotIn) Reset

func (x *SFixed32NotIn) Reset()

func (*SFixed32NotIn) String

func (x *SFixed32NotIn) String() string

func (*SFixed32NotIn) Validate

func (m *SFixed32NotIn) Validate() error

Validate checks the field values on SFixed32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed32NotIn) ValidateAll

func (m *SFixed32NotIn) ValidateAll() error

ValidateAll checks the field values on SFixed32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed32NotInMultiError, or nil if none found.

type SFixed64Const

type SFixed64Const struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64Const) Descriptor deprecated

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

Deprecated: Use SFixed64Const.ProtoReflect.Descriptor instead.

func (*SFixed64Const) GetVal

func (x *SFixed64Const) GetVal() int64

func (*SFixed64Const) ProtoMessage

func (*SFixed64Const) ProtoMessage()

func (*SFixed64Const) ProtoReflect

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

func (*SFixed64Const) Reset

func (x *SFixed64Const) Reset()

func (*SFixed64Const) String

func (x *SFixed64Const) String() string

func (*SFixed64Const) Validate

func (m *SFixed64Const) Validate() error

Validate checks the field values on SFixed64Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64Const) ValidateAll

func (m *SFixed64Const) ValidateAll() error

ValidateAll checks the field values on SFixed64Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64ConstMultiError, or nil if none found.

type SFixed64ExGTELTE

type SFixed64ExGTELTE struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64ExGTELTE) Descriptor deprecated

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

Deprecated: Use SFixed64ExGTELTE.ProtoReflect.Descriptor instead.

func (*SFixed64ExGTELTE) GetVal

func (x *SFixed64ExGTELTE) GetVal() int64

func (*SFixed64ExGTELTE) ProtoMessage

func (*SFixed64ExGTELTE) ProtoMessage()

func (*SFixed64ExGTELTE) ProtoReflect

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

func (*SFixed64ExGTELTE) Reset

func (x *SFixed64ExGTELTE) Reset()

func (*SFixed64ExGTELTE) String

func (x *SFixed64ExGTELTE) String() string

func (*SFixed64ExGTELTE) Validate

func (m *SFixed64ExGTELTE) Validate() error

Validate checks the field values on SFixed64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64ExGTELTE) ValidateAll

func (m *SFixed64ExGTELTE) ValidateAll() error

ValidateAll checks the field values on SFixed64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64ExGTELTEMultiError, or nil if none found.

type SFixed64ExLTGT

type SFixed64ExLTGT struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64ExLTGT) Descriptor deprecated

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

Deprecated: Use SFixed64ExLTGT.ProtoReflect.Descriptor instead.

func (*SFixed64ExLTGT) GetVal

func (x *SFixed64ExLTGT) GetVal() int64

func (*SFixed64ExLTGT) ProtoMessage

func (*SFixed64ExLTGT) ProtoMessage()

func (*SFixed64ExLTGT) ProtoReflect

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

func (*SFixed64ExLTGT) Reset

func (x *SFixed64ExLTGT) Reset()

func (*SFixed64ExLTGT) String

func (x *SFixed64ExLTGT) String() string

func (*SFixed64ExLTGT) Validate

func (m *SFixed64ExLTGT) Validate() error

Validate checks the field values on SFixed64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64ExLTGT) ValidateAll

func (m *SFixed64ExLTGT) ValidateAll() error

ValidateAll checks the field values on SFixed64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64ExLTGTMultiError, or nil if none found.

type SFixed64GT

type SFixed64GT struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64GT) Descriptor deprecated

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

Deprecated: Use SFixed64GT.ProtoReflect.Descriptor instead.

func (*SFixed64GT) GetVal

func (x *SFixed64GT) GetVal() int64

func (*SFixed64GT) ProtoMessage

func (*SFixed64GT) ProtoMessage()

func (*SFixed64GT) ProtoReflect

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

func (*SFixed64GT) Reset

func (x *SFixed64GT) Reset()

func (*SFixed64GT) String

func (x *SFixed64GT) String() string

func (*SFixed64GT) Validate

func (m *SFixed64GT) Validate() error

Validate checks the field values on SFixed64GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64GT) ValidateAll

func (m *SFixed64GT) ValidateAll() error

ValidateAll checks the field values on SFixed64GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64GTMultiError, or nil if none found.

type SFixed64GTE

type SFixed64GTE struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64GTE) Descriptor deprecated

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

Deprecated: Use SFixed64GTE.ProtoReflect.Descriptor instead.

func (*SFixed64GTE) GetVal

func (x *SFixed64GTE) GetVal() int64

func (*SFixed64GTE) ProtoMessage

func (*SFixed64GTE) ProtoMessage()

func (*SFixed64GTE) ProtoReflect

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

func (*SFixed64GTE) Reset

func (x *SFixed64GTE) Reset()

func (*SFixed64GTE) String

func (x *SFixed64GTE) String() string

func (*SFixed64GTE) Validate

func (m *SFixed64GTE) Validate() error

Validate checks the field values on SFixed64GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64GTE) ValidateAll

func (m *SFixed64GTE) ValidateAll() error

ValidateAll checks the field values on SFixed64GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64GTEMultiError, or nil if none found.

type SFixed64GTELTE

type SFixed64GTELTE struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64GTELTE) Descriptor deprecated

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

Deprecated: Use SFixed64GTELTE.ProtoReflect.Descriptor instead.

func (*SFixed64GTELTE) GetVal

func (x *SFixed64GTELTE) GetVal() int64

func (*SFixed64GTELTE) ProtoMessage

func (*SFixed64GTELTE) ProtoMessage()

func (*SFixed64GTELTE) ProtoReflect

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

func (*SFixed64GTELTE) Reset

func (x *SFixed64GTELTE) Reset()

func (*SFixed64GTELTE) String

func (x *SFixed64GTELTE) String() string

func (*SFixed64GTELTE) Validate

func (m *SFixed64GTELTE) Validate() error

Validate checks the field values on SFixed64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64GTELTE) ValidateAll

func (m *SFixed64GTELTE) ValidateAll() error

ValidateAll checks the field values on SFixed64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64GTELTEMultiError, or nil if none found.

type SFixed64GTLT

type SFixed64GTLT struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64GTLT) Descriptor deprecated

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

Deprecated: Use SFixed64GTLT.ProtoReflect.Descriptor instead.

func (*SFixed64GTLT) GetVal

func (x *SFixed64GTLT) GetVal() int64

func (*SFixed64GTLT) ProtoMessage

func (*SFixed64GTLT) ProtoMessage()

func (*SFixed64GTLT) ProtoReflect

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

func (*SFixed64GTLT) Reset

func (x *SFixed64GTLT) Reset()

func (*SFixed64GTLT) String

func (x *SFixed64GTLT) String() string

func (*SFixed64GTLT) Validate

func (m *SFixed64GTLT) Validate() error

Validate checks the field values on SFixed64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64GTLT) ValidateAll

func (m *SFixed64GTLT) ValidateAll() error

ValidateAll checks the field values on SFixed64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64GTLTMultiError, or nil if none found.

type SFixed64Ignore

type SFixed64Ignore struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64Ignore) Descriptor deprecated

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

Deprecated: Use SFixed64Ignore.ProtoReflect.Descriptor instead.

func (*SFixed64Ignore) GetVal

func (x *SFixed64Ignore) GetVal() int64

func (*SFixed64Ignore) ProtoMessage

func (*SFixed64Ignore) ProtoMessage()

func (*SFixed64Ignore) ProtoReflect

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

func (*SFixed64Ignore) Reset

func (x *SFixed64Ignore) Reset()

func (*SFixed64Ignore) String

func (x *SFixed64Ignore) String() string

func (*SFixed64Ignore) Validate

func (m *SFixed64Ignore) Validate() error

Validate checks the field values on SFixed64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64Ignore) ValidateAll

func (m *SFixed64Ignore) ValidateAll() error

ValidateAll checks the field values on SFixed64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64IgnoreMultiError, or nil if none found.

type SFixed64In

type SFixed64In struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64In) Descriptor deprecated

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

Deprecated: Use SFixed64In.ProtoReflect.Descriptor instead.

func (*SFixed64In) GetVal

func (x *SFixed64In) GetVal() int64

func (*SFixed64In) ProtoMessage

func (*SFixed64In) ProtoMessage()

func (*SFixed64In) ProtoReflect

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

func (*SFixed64In) Reset

func (x *SFixed64In) Reset()

func (*SFixed64In) String

func (x *SFixed64In) String() string

func (*SFixed64In) Validate

func (m *SFixed64In) Validate() error

Validate checks the field values on SFixed64In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64In) ValidateAll

func (m *SFixed64In) ValidateAll() error

ValidateAll checks the field values on SFixed64In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64InMultiError, or nil if none found.

type SFixed64LT

type SFixed64LT struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64LT) Descriptor deprecated

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

Deprecated: Use SFixed64LT.ProtoReflect.Descriptor instead.

func (*SFixed64LT) GetVal

func (x *SFixed64LT) GetVal() int64

func (*SFixed64LT) ProtoMessage

func (*SFixed64LT) ProtoMessage()

func (*SFixed64LT) ProtoReflect

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

func (*SFixed64LT) Reset

func (x *SFixed64LT) Reset()

func (*SFixed64LT) String

func (x *SFixed64LT) String() string

func (*SFixed64LT) Validate

func (m *SFixed64LT) Validate() error

Validate checks the field values on SFixed64LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64LT) ValidateAll

func (m *SFixed64LT) ValidateAll() error

ValidateAll checks the field values on SFixed64LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64LTMultiError, or nil if none found.

type SFixed64LTE

type SFixed64LTE struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64LTE) Descriptor deprecated

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

Deprecated: Use SFixed64LTE.ProtoReflect.Descriptor instead.

func (*SFixed64LTE) GetVal

func (x *SFixed64LTE) GetVal() int64

func (*SFixed64LTE) ProtoMessage

func (*SFixed64LTE) ProtoMessage()

func (*SFixed64LTE) ProtoReflect

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

func (*SFixed64LTE) Reset

func (x *SFixed64LTE) Reset()

func (*SFixed64LTE) String

func (x *SFixed64LTE) String() string

func (*SFixed64LTE) Validate

func (m *SFixed64LTE) Validate() error

Validate checks the field values on SFixed64LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64LTE) ValidateAll

func (m *SFixed64LTE) ValidateAll() error

ValidateAll checks the field values on SFixed64LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64LTEMultiError, or nil if none found.

type SFixed64None

type SFixed64None struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64None) Descriptor deprecated

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

Deprecated: Use SFixed64None.ProtoReflect.Descriptor instead.

func (*SFixed64None) GetVal

func (x *SFixed64None) GetVal() int64

func (*SFixed64None) ProtoMessage

func (*SFixed64None) ProtoMessage()

func (*SFixed64None) ProtoReflect

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

func (*SFixed64None) Reset

func (x *SFixed64None) Reset()

func (*SFixed64None) String

func (x *SFixed64None) String() string

type SFixed64NotIn

type SFixed64NotIn struct {
	Val int64 `protobuf:"fixed64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SFixed64NotIn) Descriptor deprecated

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

Deprecated: Use SFixed64NotIn.ProtoReflect.Descriptor instead.

func (*SFixed64NotIn) GetVal

func (x *SFixed64NotIn) GetVal() int64

func (*SFixed64NotIn) ProtoMessage

func (*SFixed64NotIn) ProtoMessage()

func (*SFixed64NotIn) ProtoReflect

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

func (*SFixed64NotIn) Reset

func (x *SFixed64NotIn) Reset()

func (*SFixed64NotIn) String

func (x *SFixed64NotIn) String() string

func (*SFixed64NotIn) Validate

func (m *SFixed64NotIn) Validate() error

Validate checks the field values on SFixed64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SFixed64NotIn) ValidateAll

func (m *SFixed64NotIn) ValidateAll() error

ValidateAll checks the field values on SFixed64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SFixed64NotInMultiError, or nil if none found.

type SInt32Const

type SInt32Const struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32Const) Descriptor deprecated

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

Deprecated: Use SInt32Const.ProtoReflect.Descriptor instead.

func (*SInt32Const) GetVal

func (x *SInt32Const) GetVal() int32

func (*SInt32Const) ProtoMessage

func (*SInt32Const) ProtoMessage()

func (*SInt32Const) ProtoReflect

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

func (*SInt32Const) Reset

func (x *SInt32Const) Reset()

func (*SInt32Const) String

func (x *SInt32Const) String() string

func (*SInt32Const) Validate

func (m *SInt32Const) Validate() error

Validate checks the field values on SInt32Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32Const) ValidateAll

func (m *SInt32Const) ValidateAll() error

ValidateAll checks the field values on SInt32Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32ConstMultiError, or nil if none found.

type SInt32ExGTELTE

type SInt32ExGTELTE struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32ExGTELTE) Descriptor deprecated

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

Deprecated: Use SInt32ExGTELTE.ProtoReflect.Descriptor instead.

func (*SInt32ExGTELTE) GetVal

func (x *SInt32ExGTELTE) GetVal() int32

func (*SInt32ExGTELTE) ProtoMessage

func (*SInt32ExGTELTE) ProtoMessage()

func (*SInt32ExGTELTE) ProtoReflect

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

func (*SInt32ExGTELTE) Reset

func (x *SInt32ExGTELTE) Reset()

func (*SInt32ExGTELTE) String

func (x *SInt32ExGTELTE) String() string

func (*SInt32ExGTELTE) Validate

func (m *SInt32ExGTELTE) Validate() error

Validate checks the field values on SInt32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32ExGTELTE) ValidateAll

func (m *SInt32ExGTELTE) ValidateAll() error

ValidateAll checks the field values on SInt32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32ExGTELTEMultiError, or nil if none found.

type SInt32ExLTGT

type SInt32ExLTGT struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32ExLTGT) Descriptor deprecated

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

Deprecated: Use SInt32ExLTGT.ProtoReflect.Descriptor instead.

func (*SInt32ExLTGT) GetVal

func (x *SInt32ExLTGT) GetVal() int32

func (*SInt32ExLTGT) ProtoMessage

func (*SInt32ExLTGT) ProtoMessage()

func (*SInt32ExLTGT) ProtoReflect

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

func (*SInt32ExLTGT) Reset

func (x *SInt32ExLTGT) Reset()

func (*SInt32ExLTGT) String

func (x *SInt32ExLTGT) String() string

func (*SInt32ExLTGT) Validate

func (m *SInt32ExLTGT) Validate() error

Validate checks the field values on SInt32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32ExLTGT) ValidateAll

func (m *SInt32ExLTGT) ValidateAll() error

ValidateAll checks the field values on SInt32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32ExLTGTMultiError, or nil if none found.

type SInt32GT

type SInt32GT struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32GT) Descriptor deprecated

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

Deprecated: Use SInt32GT.ProtoReflect.Descriptor instead.

func (*SInt32GT) GetVal

func (x *SInt32GT) GetVal() int32

func (*SInt32GT) ProtoMessage

func (*SInt32GT) ProtoMessage()

func (*SInt32GT) ProtoReflect

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

func (*SInt32GT) Reset

func (x *SInt32GT) Reset()

func (*SInt32GT) String

func (x *SInt32GT) String() string

func (*SInt32GT) Validate

func (m *SInt32GT) Validate() error

Validate checks the field values on SInt32GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32GT) ValidateAll

func (m *SInt32GT) ValidateAll() error

ValidateAll checks the field values on SInt32GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32GTMultiError, or nil if none found.

type SInt32GTE

type SInt32GTE struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32GTE) Descriptor deprecated

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

Deprecated: Use SInt32GTE.ProtoReflect.Descriptor instead.

func (*SInt32GTE) GetVal

func (x *SInt32GTE) GetVal() int32

func (*SInt32GTE) ProtoMessage

func (*SInt32GTE) ProtoMessage()

func (*SInt32GTE) ProtoReflect

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

func (*SInt32GTE) Reset

func (x *SInt32GTE) Reset()

func (*SInt32GTE) String

func (x *SInt32GTE) String() string

func (*SInt32GTE) Validate

func (m *SInt32GTE) Validate() error

Validate checks the field values on SInt32GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32GTE) ValidateAll

func (m *SInt32GTE) ValidateAll() error

ValidateAll checks the field values on SInt32GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32GTEMultiError, or nil if none found.

type SInt32GTELTE

type SInt32GTELTE struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32GTELTE) Descriptor deprecated

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

Deprecated: Use SInt32GTELTE.ProtoReflect.Descriptor instead.

func (*SInt32GTELTE) GetVal

func (x *SInt32GTELTE) GetVal() int32

func (*SInt32GTELTE) ProtoMessage

func (*SInt32GTELTE) ProtoMessage()

func (*SInt32GTELTE) ProtoReflect

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

func (*SInt32GTELTE) Reset

func (x *SInt32GTELTE) Reset()

func (*SInt32GTELTE) String

func (x *SInt32GTELTE) String() string

func (*SInt32GTELTE) Validate

func (m *SInt32GTELTE) Validate() error

Validate checks the field values on SInt32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32GTELTE) ValidateAll

func (m *SInt32GTELTE) ValidateAll() error

ValidateAll checks the field values on SInt32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32GTELTEMultiError, or nil if none found.

type SInt32GTLT

type SInt32GTLT struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32GTLT) Descriptor deprecated

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

Deprecated: Use SInt32GTLT.ProtoReflect.Descriptor instead.

func (*SInt32GTLT) GetVal

func (x *SInt32GTLT) GetVal() int32

func (*SInt32GTLT) ProtoMessage

func (*SInt32GTLT) ProtoMessage()

func (*SInt32GTLT) ProtoReflect

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

func (*SInt32GTLT) Reset

func (x *SInt32GTLT) Reset()

func (*SInt32GTLT) String

func (x *SInt32GTLT) String() string

func (*SInt32GTLT) Validate

func (m *SInt32GTLT) Validate() error

Validate checks the field values on SInt32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32GTLT) ValidateAll

func (m *SInt32GTLT) ValidateAll() error

ValidateAll checks the field values on SInt32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32GTLTMultiError, or nil if none found.

type SInt32Ignore

type SInt32Ignore struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32Ignore) Descriptor deprecated

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

Deprecated: Use SInt32Ignore.ProtoReflect.Descriptor instead.

func (*SInt32Ignore) GetVal

func (x *SInt32Ignore) GetVal() int32

func (*SInt32Ignore) ProtoMessage

func (*SInt32Ignore) ProtoMessage()

func (*SInt32Ignore) ProtoReflect

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

func (*SInt32Ignore) Reset

func (x *SInt32Ignore) Reset()

func (*SInt32Ignore) String

func (x *SInt32Ignore) String() string

func (*SInt32Ignore) Validate

func (m *SInt32Ignore) Validate() error

Validate checks the field values on SInt32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32Ignore) ValidateAll

func (m *SInt32Ignore) ValidateAll() error

ValidateAll checks the field values on SInt32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32IgnoreMultiError, or nil if none found.

type SInt32In

type SInt32In struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32In) Descriptor deprecated

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

Deprecated: Use SInt32In.ProtoReflect.Descriptor instead.

func (*SInt32In) GetVal

func (x *SInt32In) GetVal() int32

func (*SInt32In) ProtoMessage

func (*SInt32In) ProtoMessage()

func (*SInt32In) ProtoReflect

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

func (*SInt32In) Reset

func (x *SInt32In) Reset()

func (*SInt32In) String

func (x *SInt32In) String() string

func (*SInt32In) Validate

func (m *SInt32In) Validate() error

Validate checks the field values on SInt32In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32In) ValidateAll

func (m *SInt32In) ValidateAll() error

ValidateAll checks the field values on SInt32In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32InMultiError, or nil if none found.

type SInt32LT

type SInt32LT struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32LT) Descriptor deprecated

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

Deprecated: Use SInt32LT.ProtoReflect.Descriptor instead.

func (*SInt32LT) GetVal

func (x *SInt32LT) GetVal() int32

func (*SInt32LT) ProtoMessage

func (*SInt32LT) ProtoMessage()

func (*SInt32LT) ProtoReflect

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

func (*SInt32LT) Reset

func (x *SInt32LT) Reset()

func (*SInt32LT) String

func (x *SInt32LT) String() string

func (*SInt32LT) Validate

func (m *SInt32LT) Validate() error

Validate checks the field values on SInt32LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32LT) ValidateAll

func (m *SInt32LT) ValidateAll() error

ValidateAll checks the field values on SInt32LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32LTMultiError, or nil if none found.

type SInt32LTE

type SInt32LTE struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32LTE) Descriptor deprecated

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

Deprecated: Use SInt32LTE.ProtoReflect.Descriptor instead.

func (*SInt32LTE) GetVal

func (x *SInt32LTE) GetVal() int32

func (*SInt32LTE) ProtoMessage

func (*SInt32LTE) ProtoMessage()

func (*SInt32LTE) ProtoReflect

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

func (*SInt32LTE) Reset

func (x *SInt32LTE) Reset()

func (*SInt32LTE) String

func (x *SInt32LTE) String() string

func (*SInt32LTE) Validate

func (m *SInt32LTE) Validate() error

Validate checks the field values on SInt32LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32LTE) ValidateAll

func (m *SInt32LTE) ValidateAll() error

ValidateAll checks the field values on SInt32LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32LTEMultiError, or nil if none found.

type SInt32None

type SInt32None struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32None) Descriptor deprecated

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

Deprecated: Use SInt32None.ProtoReflect.Descriptor instead.

func (*SInt32None) GetVal

func (x *SInt32None) GetVal() int32

func (*SInt32None) ProtoMessage

func (*SInt32None) ProtoMessage()

func (*SInt32None) ProtoReflect

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

func (*SInt32None) Reset

func (x *SInt32None) Reset()

func (*SInt32None) String

func (x *SInt32None) String() string

type SInt32NotIn

type SInt32NotIn struct {
	Val int32 `protobuf:"zigzag32,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt32NotIn) Descriptor deprecated

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

Deprecated: Use SInt32NotIn.ProtoReflect.Descriptor instead.

func (*SInt32NotIn) GetVal

func (x *SInt32NotIn) GetVal() int32

func (*SInt32NotIn) ProtoMessage

func (*SInt32NotIn) ProtoMessage()

func (*SInt32NotIn) ProtoReflect

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

func (*SInt32NotIn) Reset

func (x *SInt32NotIn) Reset()

func (*SInt32NotIn) String

func (x *SInt32NotIn) String() string

func (*SInt32NotIn) Validate

func (m *SInt32NotIn) Validate() error

Validate checks the field values on SInt32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt32NotIn) ValidateAll

func (m *SInt32NotIn) ValidateAll() error

ValidateAll checks the field values on SInt32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt32NotInMultiError, or nil if none found.

type SInt64Const

type SInt64Const struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64Const) Descriptor deprecated

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

Deprecated: Use SInt64Const.ProtoReflect.Descriptor instead.

func (*SInt64Const) GetVal

func (x *SInt64Const) GetVal() int64

func (*SInt64Const) ProtoMessage

func (*SInt64Const) ProtoMessage()

func (*SInt64Const) ProtoReflect

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

func (*SInt64Const) Reset

func (x *SInt64Const) Reset()

func (*SInt64Const) String

func (x *SInt64Const) String() string

func (*SInt64Const) Validate

func (m *SInt64Const) Validate() error

Validate checks the field values on SInt64Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64Const) ValidateAll

func (m *SInt64Const) ValidateAll() error

ValidateAll checks the field values on SInt64Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64ConstMultiError, or nil if none found.

type SInt64ExGTELTE

type SInt64ExGTELTE struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64ExGTELTE) Descriptor deprecated

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

Deprecated: Use SInt64ExGTELTE.ProtoReflect.Descriptor instead.

func (*SInt64ExGTELTE) GetVal

func (x *SInt64ExGTELTE) GetVal() int64

func (*SInt64ExGTELTE) ProtoMessage

func (*SInt64ExGTELTE) ProtoMessage()

func (*SInt64ExGTELTE) ProtoReflect

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

func (*SInt64ExGTELTE) Reset

func (x *SInt64ExGTELTE) Reset()

func (*SInt64ExGTELTE) String

func (x *SInt64ExGTELTE) String() string

func (*SInt64ExGTELTE) Validate

func (m *SInt64ExGTELTE) Validate() error

Validate checks the field values on SInt64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64ExGTELTE) ValidateAll

func (m *SInt64ExGTELTE) ValidateAll() error

ValidateAll checks the field values on SInt64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64ExGTELTEMultiError, or nil if none found.

type SInt64ExLTGT

type SInt64ExLTGT struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64ExLTGT) Descriptor deprecated

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

Deprecated: Use SInt64ExLTGT.ProtoReflect.Descriptor instead.

func (*SInt64ExLTGT) GetVal

func (x *SInt64ExLTGT) GetVal() int64

func (*SInt64ExLTGT) ProtoMessage

func (*SInt64ExLTGT) ProtoMessage()

func (*SInt64ExLTGT) ProtoReflect

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

func (*SInt64ExLTGT) Reset

func (x *SInt64ExLTGT) Reset()

func (*SInt64ExLTGT) String

func (x *SInt64ExLTGT) String() string

func (*SInt64ExLTGT) Validate

func (m *SInt64ExLTGT) Validate() error

Validate checks the field values on SInt64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64ExLTGT) ValidateAll

func (m *SInt64ExLTGT) ValidateAll() error

ValidateAll checks the field values on SInt64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64ExLTGTMultiError, or nil if none found.

type SInt64GT

type SInt64GT struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64GT) Descriptor deprecated

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

Deprecated: Use SInt64GT.ProtoReflect.Descriptor instead.

func (*SInt64GT) GetVal

func (x *SInt64GT) GetVal() int64

func (*SInt64GT) ProtoMessage

func (*SInt64GT) ProtoMessage()

func (*SInt64GT) ProtoReflect

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

func (*SInt64GT) Reset

func (x *SInt64GT) Reset()

func (*SInt64GT) String

func (x *SInt64GT) String() string

func (*SInt64GT) Validate

func (m *SInt64GT) Validate() error

Validate checks the field values on SInt64GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64GT) ValidateAll

func (m *SInt64GT) ValidateAll() error

ValidateAll checks the field values on SInt64GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64GTMultiError, or nil if none found.

type SInt64GTE

type SInt64GTE struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64GTE) Descriptor deprecated

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

Deprecated: Use SInt64GTE.ProtoReflect.Descriptor instead.

func (*SInt64GTE) GetVal

func (x *SInt64GTE) GetVal() int64

func (*SInt64GTE) ProtoMessage

func (*SInt64GTE) ProtoMessage()

func (*SInt64GTE) ProtoReflect

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

func (*SInt64GTE) Reset

func (x *SInt64GTE) Reset()

func (*SInt64GTE) String

func (x *SInt64GTE) String() string

func (*SInt64GTE) Validate

func (m *SInt64GTE) Validate() error

Validate checks the field values on SInt64GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64GTE) ValidateAll

func (m *SInt64GTE) ValidateAll() error

ValidateAll checks the field values on SInt64GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64GTEMultiError, or nil if none found.

type SInt64GTELTE

type SInt64GTELTE struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64GTELTE) Descriptor deprecated

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

Deprecated: Use SInt64GTELTE.ProtoReflect.Descriptor instead.

func (*SInt64GTELTE) GetVal

func (x *SInt64GTELTE) GetVal() int64

func (*SInt64GTELTE) ProtoMessage

func (*SInt64GTELTE) ProtoMessage()

func (*SInt64GTELTE) ProtoReflect

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

func (*SInt64GTELTE) Reset

func (x *SInt64GTELTE) Reset()

func (*SInt64GTELTE) String

func (x *SInt64GTELTE) String() string

func (*SInt64GTELTE) Validate

func (m *SInt64GTELTE) Validate() error

Validate checks the field values on SInt64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64GTELTE) ValidateAll

func (m *SInt64GTELTE) ValidateAll() error

ValidateAll checks the field values on SInt64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64GTELTEMultiError, or nil if none found.

type SInt64GTLT

type SInt64GTLT struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64GTLT) Descriptor deprecated

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

Deprecated: Use SInt64GTLT.ProtoReflect.Descriptor instead.

func (*SInt64GTLT) GetVal

func (x *SInt64GTLT) GetVal() int64

func (*SInt64GTLT) ProtoMessage

func (*SInt64GTLT) ProtoMessage()

func (*SInt64GTLT) ProtoReflect

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

func (*SInt64GTLT) Reset

func (x *SInt64GTLT) Reset()

func (*SInt64GTLT) String

func (x *SInt64GTLT) String() string

func (*SInt64GTLT) Validate

func (m *SInt64GTLT) Validate() error

Validate checks the field values on SInt64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64GTLT) ValidateAll

func (m *SInt64GTLT) ValidateAll() error

ValidateAll checks the field values on SInt64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64GTLTMultiError, or nil if none found.

type SInt64Ignore

type SInt64Ignore struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64Ignore) Descriptor deprecated

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

Deprecated: Use SInt64Ignore.ProtoReflect.Descriptor instead.

func (*SInt64Ignore) GetVal

func (x *SInt64Ignore) GetVal() int64

func (*SInt64Ignore) ProtoMessage

func (*SInt64Ignore) ProtoMessage()

func (*SInt64Ignore) ProtoReflect

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

func (*SInt64Ignore) Reset

func (x *SInt64Ignore) Reset()

func (*SInt64Ignore) String

func (x *SInt64Ignore) String() string

func (*SInt64Ignore) Validate

func (m *SInt64Ignore) Validate() error

Validate checks the field values on SInt64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64Ignore) ValidateAll

func (m *SInt64Ignore) ValidateAll() error

ValidateAll checks the field values on SInt64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64IgnoreMultiError, or nil if none found.

type SInt64In

type SInt64In struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64In) Descriptor deprecated

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

Deprecated: Use SInt64In.ProtoReflect.Descriptor instead.

func (*SInt64In) GetVal

func (x *SInt64In) GetVal() int64

func (*SInt64In) ProtoMessage

func (*SInt64In) ProtoMessage()

func (*SInt64In) ProtoReflect

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

func (*SInt64In) Reset

func (x *SInt64In) Reset()

func (*SInt64In) String

func (x *SInt64In) String() string

func (*SInt64In) Validate

func (m *SInt64In) Validate() error

Validate checks the field values on SInt64In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64In) ValidateAll

func (m *SInt64In) ValidateAll() error

ValidateAll checks the field values on SInt64In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64InMultiError, or nil if none found.

type SInt64LT

type SInt64LT struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64LT) Descriptor deprecated

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

Deprecated: Use SInt64LT.ProtoReflect.Descriptor instead.

func (*SInt64LT) GetVal

func (x *SInt64LT) GetVal() int64

func (*SInt64LT) ProtoMessage

func (*SInt64LT) ProtoMessage()

func (*SInt64LT) ProtoReflect

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

func (*SInt64LT) Reset

func (x *SInt64LT) Reset()

func (*SInt64LT) String

func (x *SInt64LT) String() string

func (*SInt64LT) Validate

func (m *SInt64LT) Validate() error

Validate checks the field values on SInt64LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64LT) ValidateAll

func (m *SInt64LT) ValidateAll() error

ValidateAll checks the field values on SInt64LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64LTMultiError, or nil if none found.

type SInt64LTE

type SInt64LTE struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64LTE) Descriptor deprecated

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

Deprecated: Use SInt64LTE.ProtoReflect.Descriptor instead.

func (*SInt64LTE) GetVal

func (x *SInt64LTE) GetVal() int64

func (*SInt64LTE) ProtoMessage

func (*SInt64LTE) ProtoMessage()

func (*SInt64LTE) ProtoReflect

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

func (*SInt64LTE) Reset

func (x *SInt64LTE) Reset()

func (*SInt64LTE) String

func (x *SInt64LTE) String() string

func (*SInt64LTE) Validate

func (m *SInt64LTE) Validate() error

Validate checks the field values on SInt64LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64LTE) ValidateAll

func (m *SInt64LTE) ValidateAll() error

ValidateAll checks the field values on SInt64LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64LTEMultiError, or nil if none found.

type SInt64None

type SInt64None struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64None) Descriptor deprecated

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

Deprecated: Use SInt64None.ProtoReflect.Descriptor instead.

func (*SInt64None) GetVal

func (x *SInt64None) GetVal() int64

func (*SInt64None) ProtoMessage

func (*SInt64None) ProtoMessage()

func (*SInt64None) ProtoReflect

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

func (*SInt64None) Reset

func (x *SInt64None) Reset()

func (*SInt64None) String

func (x *SInt64None) String() string

type SInt64NotIn

type SInt64NotIn struct {
	Val int64 `protobuf:"zigzag64,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SInt64NotIn) Descriptor deprecated

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

Deprecated: Use SInt64NotIn.ProtoReflect.Descriptor instead.

func (*SInt64NotIn) GetVal

func (x *SInt64NotIn) GetVal() int64

func (*SInt64NotIn) ProtoMessage

func (*SInt64NotIn) ProtoMessage()

func (*SInt64NotIn) ProtoReflect

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

func (*SInt64NotIn) Reset

func (x *SInt64NotIn) Reset()

func (*SInt64NotIn) String

func (x *SInt64NotIn) String() string

func (*SInt64NotIn) Validate

func (m *SInt64NotIn) Validate() error

Validate checks the field values on SInt64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SInt64NotIn) ValidateAll

func (m *SInt64NotIn) ValidateAll() error

ValidateAll checks the field values on SInt64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SInt64NotInMultiError, or nil if none found.

type StringAddress

type StringAddress struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringAddress) Descriptor deprecated

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

Deprecated: Use StringAddress.ProtoReflect.Descriptor instead.

func (*StringAddress) GetVal

func (x *StringAddress) GetVal() string

func (*StringAddress) ProtoMessage

func (*StringAddress) ProtoMessage()

func (*StringAddress) ProtoReflect

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

func (*StringAddress) Reset

func (x *StringAddress) Reset()

func (*StringAddress) String

func (x *StringAddress) String() string

func (*StringAddress) Validate

func (m *StringAddress) Validate() error

Validate checks the field values on StringAddress with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringAddress) ValidateAll

func (m *StringAddress) ValidateAll() error

ValidateAll checks the field values on StringAddress with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringAddressMultiError, or nil if none found.

type StringConst

type StringConst struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringConst) Descriptor deprecated

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

Deprecated: Use StringConst.ProtoReflect.Descriptor instead.

func (*StringConst) GetVal

func (x *StringConst) GetVal() string

func (*StringConst) ProtoMessage

func (*StringConst) ProtoMessage()

func (*StringConst) ProtoReflect

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

func (*StringConst) Reset

func (x *StringConst) Reset()

func (*StringConst) String

func (x *StringConst) String() string

func (*StringConst) Validate

func (m *StringConst) Validate() error

Validate checks the field values on StringConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringConst) ValidateAll

func (m *StringConst) ValidateAll() error

ValidateAll checks the field values on StringConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringConstMultiError, or nil if none found.

type StringContains

type StringContains struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringContains) Descriptor deprecated

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

Deprecated: Use StringContains.ProtoReflect.Descriptor instead.

func (*StringContains) GetVal

func (x *StringContains) GetVal() string

func (*StringContains) ProtoMessage

func (*StringContains) ProtoMessage()

func (*StringContains) ProtoReflect

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

func (*StringContains) Reset

func (x *StringContains) Reset()

func (*StringContains) String

func (x *StringContains) String() string

func (*StringContains) Validate

func (m *StringContains) Validate() error

Validate checks the field values on StringContains with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringContains) ValidateAll

func (m *StringContains) ValidateAll() error

ValidateAll checks the field values on StringContains with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringContainsMultiError, or nil if none found.

type StringEmail

type StringEmail struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringEmail) Descriptor deprecated

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

Deprecated: Use StringEmail.ProtoReflect.Descriptor instead.

func (*StringEmail) GetVal

func (x *StringEmail) GetVal() string

func (*StringEmail) ProtoMessage

func (*StringEmail) ProtoMessage()

func (*StringEmail) ProtoReflect

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

func (*StringEmail) Reset

func (x *StringEmail) Reset()

func (*StringEmail) String

func (x *StringEmail) String() string

func (*StringEmail) Validate

func (m *StringEmail) Validate() error

Validate checks the field values on StringEmail with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringEmail) ValidateAll

func (m *StringEmail) ValidateAll() error

ValidateAll checks the field values on StringEmail with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringEmailMultiError, or nil if none found.

type StringEqualMinMaxBytes

type StringEqualMinMaxBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringEqualMinMaxBytes) Descriptor deprecated

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

Deprecated: Use StringEqualMinMaxBytes.ProtoReflect.Descriptor instead.

func (*StringEqualMinMaxBytes) GetVal

func (x *StringEqualMinMaxBytes) GetVal() string

func (*StringEqualMinMaxBytes) ProtoMessage

func (*StringEqualMinMaxBytes) ProtoMessage()

func (*StringEqualMinMaxBytes) ProtoReflect

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

func (*StringEqualMinMaxBytes) Reset

func (x *StringEqualMinMaxBytes) Reset()

func (*StringEqualMinMaxBytes) String

func (x *StringEqualMinMaxBytes) String() string

func (*StringEqualMinMaxBytes) Validate

func (m *StringEqualMinMaxBytes) Validate() error

Validate checks the field values on StringEqualMinMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringEqualMinMaxBytes) ValidateAll

func (m *StringEqualMinMaxBytes) ValidateAll() error

ValidateAll checks the field values on StringEqualMinMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringEqualMinMaxBytesMultiError, or nil if none found.

type StringEqualMinMaxLen

type StringEqualMinMaxLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringEqualMinMaxLen) Descriptor deprecated

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

Deprecated: Use StringEqualMinMaxLen.ProtoReflect.Descriptor instead.

func (*StringEqualMinMaxLen) GetVal

func (x *StringEqualMinMaxLen) GetVal() string

func (*StringEqualMinMaxLen) ProtoMessage

func (*StringEqualMinMaxLen) ProtoMessage()

func (*StringEqualMinMaxLen) ProtoReflect

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

func (*StringEqualMinMaxLen) Reset

func (x *StringEqualMinMaxLen) Reset()

func (*StringEqualMinMaxLen) String

func (x *StringEqualMinMaxLen) String() string

func (*StringEqualMinMaxLen) Validate

func (m *StringEqualMinMaxLen) Validate() error

Validate checks the field values on StringEqualMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringEqualMinMaxLen) ValidateAll

func (m *StringEqualMinMaxLen) ValidateAll() error

ValidateAll checks the field values on StringEqualMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringEqualMinMaxLenMultiError, or nil if none found.

type StringHostname

type StringHostname struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringHostname) Descriptor deprecated

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

Deprecated: Use StringHostname.ProtoReflect.Descriptor instead.

func (*StringHostname) GetVal

func (x *StringHostname) GetVal() string

func (*StringHostname) ProtoMessage

func (*StringHostname) ProtoMessage()

func (*StringHostname) ProtoReflect

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

func (*StringHostname) Reset

func (x *StringHostname) Reset()

func (*StringHostname) String

func (x *StringHostname) String() string

func (*StringHostname) Validate

func (m *StringHostname) Validate() error

Validate checks the field values on StringHostname with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringHostname) ValidateAll

func (m *StringHostname) ValidateAll() error

ValidateAll checks the field values on StringHostname with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringHostnameMultiError, or nil if none found.

type StringHttpHeaderName

type StringHttpHeaderName struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringHttpHeaderName) Descriptor deprecated

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

Deprecated: Use StringHttpHeaderName.ProtoReflect.Descriptor instead.

func (*StringHttpHeaderName) GetVal

func (x *StringHttpHeaderName) GetVal() string

func (*StringHttpHeaderName) ProtoMessage

func (*StringHttpHeaderName) ProtoMessage()

func (*StringHttpHeaderName) ProtoReflect

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

func (*StringHttpHeaderName) Reset

func (x *StringHttpHeaderName) Reset()

func (*StringHttpHeaderName) String

func (x *StringHttpHeaderName) String() string

func (*StringHttpHeaderName) Validate

func (m *StringHttpHeaderName) Validate() error

Validate checks the field values on StringHttpHeaderName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringHttpHeaderName) ValidateAll

func (m *StringHttpHeaderName) ValidateAll() error

ValidateAll checks the field values on StringHttpHeaderName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringHttpHeaderNameMultiError, or nil if none found.

type StringHttpHeaderValue

type StringHttpHeaderValue struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringHttpHeaderValue) Descriptor deprecated

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

Deprecated: Use StringHttpHeaderValue.ProtoReflect.Descriptor instead.

func (*StringHttpHeaderValue) GetVal

func (x *StringHttpHeaderValue) GetVal() string

func (*StringHttpHeaderValue) ProtoMessage

func (*StringHttpHeaderValue) ProtoMessage()

func (*StringHttpHeaderValue) ProtoReflect

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

func (*StringHttpHeaderValue) Reset

func (x *StringHttpHeaderValue) Reset()

func (*StringHttpHeaderValue) String

func (x *StringHttpHeaderValue) String() string

func (*StringHttpHeaderValue) Validate

func (m *StringHttpHeaderValue) Validate() error

Validate checks the field values on StringHttpHeaderValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringHttpHeaderValue) ValidateAll

func (m *StringHttpHeaderValue) ValidateAll() error

ValidateAll checks the field values on StringHttpHeaderValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringHttpHeaderValueMultiError, or nil if none found.

type StringIP

type StringIP struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringIP) Descriptor deprecated

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

Deprecated: Use StringIP.ProtoReflect.Descriptor instead.

func (*StringIP) GetVal

func (x *StringIP) GetVal() string

func (*StringIP) ProtoMessage

func (*StringIP) ProtoMessage()

func (*StringIP) ProtoReflect

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

func (*StringIP) Reset

func (x *StringIP) Reset()

func (*StringIP) String

func (x *StringIP) String() string

func (*StringIP) Validate

func (m *StringIP) Validate() error

Validate checks the field values on StringIP with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringIP) ValidateAll

func (m *StringIP) ValidateAll() error

ValidateAll checks the field values on StringIP with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringIPMultiError, or nil if none found.

type StringIPv4

type StringIPv4 struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringIPv4) Descriptor deprecated

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

Deprecated: Use StringIPv4.ProtoReflect.Descriptor instead.

func (*StringIPv4) GetVal

func (x *StringIPv4) GetVal() string

func (*StringIPv4) ProtoMessage

func (*StringIPv4) ProtoMessage()

func (*StringIPv4) ProtoReflect

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

func (*StringIPv4) Reset

func (x *StringIPv4) Reset()

func (*StringIPv4) String

func (x *StringIPv4) String() string

func (*StringIPv4) Validate

func (m *StringIPv4) Validate() error

Validate checks the field values on StringIPv4 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringIPv4) ValidateAll

func (m *StringIPv4) ValidateAll() error

ValidateAll checks the field values on StringIPv4 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringIPv4MultiError, or nil if none found.

type StringIPv6

type StringIPv6 struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringIPv6) Descriptor deprecated

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

Deprecated: Use StringIPv6.ProtoReflect.Descriptor instead.

func (*StringIPv6) GetVal

func (x *StringIPv6) GetVal() string

func (*StringIPv6) ProtoMessage

func (*StringIPv6) ProtoMessage()

func (*StringIPv6) ProtoReflect

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

func (*StringIPv6) Reset

func (x *StringIPv6) Reset()

func (*StringIPv6) String

func (x *StringIPv6) String() string

func (*StringIPv6) Validate

func (m *StringIPv6) Validate() error

Validate checks the field values on StringIPv6 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringIPv6) ValidateAll

func (m *StringIPv6) ValidateAll() error

ValidateAll checks the field values on StringIPv6 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringIPv6MultiError, or nil if none found.

type StringIn

type StringIn struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringIn) Descriptor deprecated

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

Deprecated: Use StringIn.ProtoReflect.Descriptor instead.

func (*StringIn) GetVal

func (x *StringIn) GetVal() string

func (*StringIn) ProtoMessage

func (*StringIn) ProtoMessage()

func (*StringIn) ProtoReflect

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

func (*StringIn) Reset

func (x *StringIn) Reset()

func (*StringIn) String

func (x *StringIn) String() string

func (*StringIn) Validate

func (m *StringIn) Validate() error

Validate checks the field values on StringIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringIn) ValidateAll

func (m *StringIn) ValidateAll() error

ValidateAll checks the field values on StringIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringInMultiError, or nil if none found.

type StringInOneOf

type StringInOneOf struct {

	// Types that are assignable to Foo:
	//
	//	*StringInOneOf_Bar
	Foo isStringInOneOf_Foo `protobuf_oneof:"foo"`
	// contains filtered or unexported fields
}

func (*StringInOneOf) Descriptor deprecated

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

Deprecated: Use StringInOneOf.ProtoReflect.Descriptor instead.

func (*StringInOneOf) GetBar

func (x *StringInOneOf) GetBar() string

func (*StringInOneOf) GetFoo

func (m *StringInOneOf) GetFoo() isStringInOneOf_Foo

func (*StringInOneOf) ProtoMessage

func (*StringInOneOf) ProtoMessage()

func (*StringInOneOf) ProtoReflect

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

func (*StringInOneOf) Reset

func (x *StringInOneOf) Reset()

func (*StringInOneOf) String

func (x *StringInOneOf) String() string

func (*StringInOneOf) Validate

func (m *StringInOneOf) Validate() error

Validate checks the field values on StringInOneOf with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringInOneOf) ValidateAll

func (m *StringInOneOf) ValidateAll() error

ValidateAll checks the field values on StringInOneOf with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringInOneOfMultiError, or nil if none found.

type StringInOneOf_Bar

type StringInOneOf_Bar struct {
	Bar string `protobuf:"bytes,1,opt,name=bar,proto3,oneof"`
}

type StringLen

type StringLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringLen) Descriptor deprecated

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

Deprecated: Use StringLen.ProtoReflect.Descriptor instead.

func (*StringLen) GetVal

func (x *StringLen) GetVal() string

func (*StringLen) ProtoMessage

func (*StringLen) ProtoMessage()

func (*StringLen) ProtoReflect

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

func (*StringLen) Reset

func (x *StringLen) Reset()

func (*StringLen) String

func (x *StringLen) String() string

func (*StringLen) Validate

func (m *StringLen) Validate() error

Validate checks the field values on StringLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringLen) ValidateAll

func (m *StringLen) ValidateAll() error

ValidateAll checks the field values on StringLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringLenMultiError, or nil if none found.

type StringLenBytes

type StringLenBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringLenBytes) Descriptor deprecated

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

Deprecated: Use StringLenBytes.ProtoReflect.Descriptor instead.

func (*StringLenBytes) GetVal

func (x *StringLenBytes) GetVal() string

func (*StringLenBytes) ProtoMessage

func (*StringLenBytes) ProtoMessage()

func (*StringLenBytes) ProtoReflect

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

func (*StringLenBytes) Reset

func (x *StringLenBytes) Reset()

func (*StringLenBytes) String

func (x *StringLenBytes) String() string

func (*StringLenBytes) Validate

func (m *StringLenBytes) Validate() error

Validate checks the field values on StringLenBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringLenBytes) ValidateAll

func (m *StringLenBytes) ValidateAll() error

ValidateAll checks the field values on StringLenBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringLenBytesMultiError, or nil if none found.

type StringMaxBytes

type StringMaxBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMaxBytes) Descriptor deprecated

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

Deprecated: Use StringMaxBytes.ProtoReflect.Descriptor instead.

func (*StringMaxBytes) GetVal

func (x *StringMaxBytes) GetVal() string

func (*StringMaxBytes) ProtoMessage

func (*StringMaxBytes) ProtoMessage()

func (*StringMaxBytes) ProtoReflect

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

func (*StringMaxBytes) Reset

func (x *StringMaxBytes) Reset()

func (*StringMaxBytes) String

func (x *StringMaxBytes) String() string

func (*StringMaxBytes) Validate

func (m *StringMaxBytes) Validate() error

Validate checks the field values on StringMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMaxBytes) ValidateAll

func (m *StringMaxBytes) ValidateAll() error

ValidateAll checks the field values on StringMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMaxBytesMultiError, or nil if none found.

type StringMaxLen

type StringMaxLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMaxLen) Descriptor deprecated

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

Deprecated: Use StringMaxLen.ProtoReflect.Descriptor instead.

func (*StringMaxLen) GetVal

func (x *StringMaxLen) GetVal() string

func (*StringMaxLen) ProtoMessage

func (*StringMaxLen) ProtoMessage()

func (*StringMaxLen) ProtoReflect

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

func (*StringMaxLen) Reset

func (x *StringMaxLen) Reset()

func (*StringMaxLen) String

func (x *StringMaxLen) String() string

func (*StringMaxLen) Validate

func (m *StringMaxLen) Validate() error

Validate checks the field values on StringMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMaxLen) ValidateAll

func (m *StringMaxLen) ValidateAll() error

ValidateAll checks the field values on StringMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMaxLenMultiError, or nil if none found.

type StringMinBytes

type StringMinBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinBytes) Descriptor deprecated

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

Deprecated: Use StringMinBytes.ProtoReflect.Descriptor instead.

func (*StringMinBytes) GetVal

func (x *StringMinBytes) GetVal() string

func (*StringMinBytes) ProtoMessage

func (*StringMinBytes) ProtoMessage()

func (*StringMinBytes) ProtoReflect

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

func (*StringMinBytes) Reset

func (x *StringMinBytes) Reset()

func (*StringMinBytes) String

func (x *StringMinBytes) String() string

func (*StringMinBytes) Validate

func (m *StringMinBytes) Validate() error

Validate checks the field values on StringMinBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMinBytes) ValidateAll

func (m *StringMinBytes) ValidateAll() error

ValidateAll checks the field values on StringMinBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMinBytesMultiError, or nil if none found.

type StringMinLen

type StringMinLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinLen) Descriptor deprecated

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

Deprecated: Use StringMinLen.ProtoReflect.Descriptor instead.

func (*StringMinLen) GetVal

func (x *StringMinLen) GetVal() string

func (*StringMinLen) ProtoMessage

func (*StringMinLen) ProtoMessage()

func (*StringMinLen) ProtoReflect

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

func (*StringMinLen) Reset

func (x *StringMinLen) Reset()

func (*StringMinLen) String

func (x *StringMinLen) String() string

func (*StringMinLen) Validate

func (m *StringMinLen) Validate() error

Validate checks the field values on StringMinLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMinLen) ValidateAll

func (m *StringMinLen) ValidateAll() error

ValidateAll checks the field values on StringMinLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMinLenMultiError, or nil if none found.

type StringMinMaxBytes

type StringMinMaxBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinMaxBytes) Descriptor deprecated

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

Deprecated: Use StringMinMaxBytes.ProtoReflect.Descriptor instead.

func (*StringMinMaxBytes) GetVal

func (x *StringMinMaxBytes) GetVal() string

func (*StringMinMaxBytes) ProtoMessage

func (*StringMinMaxBytes) ProtoMessage()

func (*StringMinMaxBytes) ProtoReflect

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

func (*StringMinMaxBytes) Reset

func (x *StringMinMaxBytes) Reset()

func (*StringMinMaxBytes) String

func (x *StringMinMaxBytes) String() string

func (*StringMinMaxBytes) Validate

func (m *StringMinMaxBytes) Validate() error

Validate checks the field values on StringMinMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMinMaxBytes) ValidateAll

func (m *StringMinMaxBytes) ValidateAll() error

ValidateAll checks the field values on StringMinMaxBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMinMaxBytesMultiError, or nil if none found.

type StringMinMaxLen

type StringMinMaxLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinMaxLen) Descriptor deprecated

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

Deprecated: Use StringMinMaxLen.ProtoReflect.Descriptor instead.

func (*StringMinMaxLen) GetVal

func (x *StringMinMaxLen) GetVal() string

func (*StringMinMaxLen) ProtoMessage

func (*StringMinMaxLen) ProtoMessage()

func (*StringMinMaxLen) ProtoReflect

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

func (*StringMinMaxLen) Reset

func (x *StringMinMaxLen) Reset()

func (*StringMinMaxLen) String

func (x *StringMinMaxLen) String() string

func (*StringMinMaxLen) Validate

func (m *StringMinMaxLen) Validate() error

Validate checks the field values on StringMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringMinMaxLen) ValidateAll

func (m *StringMinMaxLen) ValidateAll() error

ValidateAll checks the field values on StringMinMaxLen with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringMinMaxLenMultiError, or nil if none found.

type StringNone

type StringNone struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNone) Descriptor deprecated

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

Deprecated: Use StringNone.ProtoReflect.Descriptor instead.

func (*StringNone) GetVal

func (x *StringNone) GetVal() string

func (*StringNone) ProtoMessage

func (*StringNone) ProtoMessage()

func (*StringNone) ProtoReflect

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

func (*StringNone) Reset

func (x *StringNone) Reset()

func (*StringNone) String

func (x *StringNone) String() string

type StringNotContains

type StringNotContains struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNotContains) Descriptor deprecated

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

Deprecated: Use StringNotContains.ProtoReflect.Descriptor instead.

func (*StringNotContains) GetVal

func (x *StringNotContains) GetVal() string

func (*StringNotContains) ProtoMessage

func (*StringNotContains) ProtoMessage()

func (*StringNotContains) ProtoReflect

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

func (*StringNotContains) Reset

func (x *StringNotContains) Reset()

func (*StringNotContains) String

func (x *StringNotContains) String() string

func (*StringNotContains) Validate

func (m *StringNotContains) Validate() error

Validate checks the field values on StringNotContains with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringNotContains) ValidateAll

func (m *StringNotContains) ValidateAll() error

ValidateAll checks the field values on StringNotContains with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringNotContainsMultiError, or nil if none found.

type StringNotIn

type StringNotIn struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNotIn) Descriptor deprecated

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

Deprecated: Use StringNotIn.ProtoReflect.Descriptor instead.

func (*StringNotIn) GetVal

func (x *StringNotIn) GetVal() string

func (*StringNotIn) ProtoMessage

func (*StringNotIn) ProtoMessage()

func (*StringNotIn) ProtoReflect

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

func (*StringNotIn) Reset

func (x *StringNotIn) Reset()

func (*StringNotIn) String

func (x *StringNotIn) String() string

func (*StringNotIn) Validate

func (m *StringNotIn) Validate() error

Validate checks the field values on StringNotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringNotIn) ValidateAll

func (m *StringNotIn) ValidateAll() error

ValidateAll checks the field values on StringNotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringNotInMultiError, or nil if none found.

type StringPattern

type StringPattern struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPattern) Descriptor deprecated

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

Deprecated: Use StringPattern.ProtoReflect.Descriptor instead.

func (*StringPattern) GetVal

func (x *StringPattern) GetVal() string

func (*StringPattern) ProtoMessage

func (*StringPattern) ProtoMessage()

func (*StringPattern) ProtoReflect

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

func (*StringPattern) Reset

func (x *StringPattern) Reset()

func (*StringPattern) String

func (x *StringPattern) String() string

func (*StringPattern) Validate

func (m *StringPattern) Validate() error

Validate checks the field values on StringPattern with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringPattern) ValidateAll

func (m *StringPattern) ValidateAll() error

ValidateAll checks the field values on StringPattern with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringPatternMultiError, or nil if none found.

type StringPatternEscapes

type StringPatternEscapes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPatternEscapes) Descriptor deprecated

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

Deprecated: Use StringPatternEscapes.ProtoReflect.Descriptor instead.

func (*StringPatternEscapes) GetVal

func (x *StringPatternEscapes) GetVal() string

func (*StringPatternEscapes) ProtoMessage

func (*StringPatternEscapes) ProtoMessage()

func (*StringPatternEscapes) ProtoReflect

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

func (*StringPatternEscapes) Reset

func (x *StringPatternEscapes) Reset()

func (*StringPatternEscapes) String

func (x *StringPatternEscapes) String() string

func (*StringPatternEscapes) Validate

func (m *StringPatternEscapes) Validate() error

Validate checks the field values on StringPatternEscapes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringPatternEscapes) ValidateAll

func (m *StringPatternEscapes) ValidateAll() error

ValidateAll checks the field values on StringPatternEscapes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringPatternEscapesMultiError, or nil if none found.

type StringPrefix

type StringPrefix struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPrefix) Descriptor deprecated

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

Deprecated: Use StringPrefix.ProtoReflect.Descriptor instead.

func (*StringPrefix) GetVal

func (x *StringPrefix) GetVal() string

func (*StringPrefix) ProtoMessage

func (*StringPrefix) ProtoMessage()

func (*StringPrefix) ProtoReflect

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

func (*StringPrefix) Reset

func (x *StringPrefix) Reset()

func (*StringPrefix) String

func (x *StringPrefix) String() string

func (*StringPrefix) Validate

func (m *StringPrefix) Validate() error

Validate checks the field values on StringPrefix with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringPrefix) ValidateAll

func (m *StringPrefix) ValidateAll() error

ValidateAll checks the field values on StringPrefix with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringPrefixMultiError, or nil if none found.

type StringSuffix

type StringSuffix struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringSuffix) Descriptor deprecated

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

Deprecated: Use StringSuffix.ProtoReflect.Descriptor instead.

func (*StringSuffix) GetVal

func (x *StringSuffix) GetVal() string

func (*StringSuffix) ProtoMessage

func (*StringSuffix) ProtoMessage()

func (*StringSuffix) ProtoReflect

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

func (*StringSuffix) Reset

func (x *StringSuffix) Reset()

func (*StringSuffix) String

func (x *StringSuffix) String() string

func (*StringSuffix) Validate

func (m *StringSuffix) Validate() error

Validate checks the field values on StringSuffix with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringSuffix) ValidateAll

func (m *StringSuffix) ValidateAll() error

ValidateAll checks the field values on StringSuffix with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringSuffixMultiError, or nil if none found.

type StringURI

type StringURI struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringURI) Descriptor deprecated

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

Deprecated: Use StringURI.ProtoReflect.Descriptor instead.

func (*StringURI) GetVal

func (x *StringURI) GetVal() string

func (*StringURI) ProtoMessage

func (*StringURI) ProtoMessage()

func (*StringURI) ProtoReflect

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

func (*StringURI) Reset

func (x *StringURI) Reset()

func (*StringURI) String

func (x *StringURI) String() string

func (*StringURI) Validate

func (m *StringURI) Validate() error

Validate checks the field values on StringURI with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringURI) ValidateAll

func (m *StringURI) ValidateAll() error

ValidateAll checks the field values on StringURI with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringURIMultiError, or nil if none found.

type StringURIRef

type StringURIRef struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringURIRef) Descriptor deprecated

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

Deprecated: Use StringURIRef.ProtoReflect.Descriptor instead.

func (*StringURIRef) GetVal

func (x *StringURIRef) GetVal() string

func (*StringURIRef) ProtoMessage

func (*StringURIRef) ProtoMessage()

func (*StringURIRef) ProtoReflect

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

func (*StringURIRef) Reset

func (x *StringURIRef) Reset()

func (*StringURIRef) String

func (x *StringURIRef) String() string

func (*StringURIRef) Validate

func (m *StringURIRef) Validate() error

Validate checks the field values on StringURIRef with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringURIRef) ValidateAll

func (m *StringURIRef) ValidateAll() error

ValidateAll checks the field values on StringURIRef with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringURIRefMultiError, or nil if none found.

type StringUUID

type StringUUID struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUUID) Descriptor deprecated

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

Deprecated: Use StringUUID.ProtoReflect.Descriptor instead.

func (*StringUUID) GetVal

func (x *StringUUID) GetVal() string

func (*StringUUID) ProtoMessage

func (*StringUUID) ProtoMessage()

func (*StringUUID) ProtoReflect

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

func (*StringUUID) Reset

func (x *StringUUID) Reset()

func (*StringUUID) String

func (x *StringUUID) String() string

func (*StringUUID) Validate

func (m *StringUUID) Validate() error

Validate checks the field values on StringUUID with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringUUID) ValidateAll

func (m *StringUUID) ValidateAll() error

ValidateAll checks the field values on StringUUID with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringUUIDMultiError, or nil if none found.

type StringUUIDIgnore

type StringUUIDIgnore struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUUIDIgnore) Descriptor deprecated

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

Deprecated: Use StringUUIDIgnore.ProtoReflect.Descriptor instead.

func (*StringUUIDIgnore) GetVal

func (x *StringUUIDIgnore) GetVal() string

func (*StringUUIDIgnore) ProtoMessage

func (*StringUUIDIgnore) ProtoMessage()

func (*StringUUIDIgnore) ProtoReflect

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

func (*StringUUIDIgnore) Reset

func (x *StringUUIDIgnore) Reset()

func (*StringUUIDIgnore) String

func (x *StringUUIDIgnore) String() string

func (*StringUUIDIgnore) Validate

func (m *StringUUIDIgnore) Validate() error

Validate checks the field values on StringUUIDIgnore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringUUIDIgnore) ValidateAll

func (m *StringUUIDIgnore) ValidateAll() error

ValidateAll checks the field values on StringUUIDIgnore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringUUIDIgnoreMultiError, or nil if none found.

type StringValidHeader

type StringValidHeader struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringValidHeader) Descriptor deprecated

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

Deprecated: Use StringValidHeader.ProtoReflect.Descriptor instead.

func (*StringValidHeader) GetVal

func (x *StringValidHeader) GetVal() string

func (*StringValidHeader) ProtoMessage

func (*StringValidHeader) ProtoMessage()

func (*StringValidHeader) ProtoReflect

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

func (*StringValidHeader) Reset

func (x *StringValidHeader) Reset()

func (*StringValidHeader) String

func (x *StringValidHeader) String() string

func (*StringValidHeader) Validate

func (m *StringValidHeader) Validate() error

Validate checks the field values on StringValidHeader with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StringValidHeader) ValidateAll

func (m *StringValidHeader) ValidateAll() error

ValidateAll checks the field values on StringValidHeader with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StringValidHeaderMultiError, or nil if none found.

type TestEnum

type TestEnum int32
const (
	TestEnum_ZERO TestEnum = 0
	TestEnum_ONE  TestEnum = 1
	TestEnum_TWO  TestEnum = 2
)

func (TestEnum) Descriptor

func (TestEnum) Descriptor() protoreflect.EnumDescriptor

func (TestEnum) Enum

func (x TestEnum) Enum() *TestEnum

func (TestEnum) EnumDescriptor deprecated

func (TestEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestEnum.Descriptor instead.

func (TestEnum) Number

func (x TestEnum) Number() protoreflect.EnumNumber

func (TestEnum) String

func (x TestEnum) String() string

func (TestEnum) Type

type TestEnumAlias

type TestEnumAlias int32
const (
	TestEnumAlias_A     TestEnumAlias = 0
	TestEnumAlias_B     TestEnumAlias = 1
	TestEnumAlias_C     TestEnumAlias = 2
	TestEnumAlias_ALPHA TestEnumAlias = 0
	TestEnumAlias_BETA  TestEnumAlias = 1
	TestEnumAlias_GAMMA TestEnumAlias = 2
)

func (TestEnumAlias) Descriptor

func (TestEnumAlias) Enum

func (x TestEnumAlias) Enum() *TestEnumAlias

func (TestEnumAlias) EnumDescriptor deprecated

func (TestEnumAlias) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestEnumAlias.Descriptor instead.

func (TestEnumAlias) Number

func (TestEnumAlias) String

func (x TestEnumAlias) String() string

func (TestEnumAlias) Type

type TestMsg

type TestMsg struct {
	Const  string   `protobuf:"bytes,1,opt,name=const,proto3" json:"const,omitempty"`
	Nested *TestMsg `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMsg) Descriptor deprecated

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

Deprecated: Use TestMsg.ProtoReflect.Descriptor instead.

func (*TestMsg) GetConst

func (x *TestMsg) GetConst() string

func (*TestMsg) GetNested

func (x *TestMsg) GetNested() *TestMsg

func (*TestMsg) ProtoMessage

func (*TestMsg) ProtoMessage()

func (*TestMsg) ProtoReflect

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

func (*TestMsg) Reset

func (x *TestMsg) Reset()

func (*TestMsg) String

func (x *TestMsg) String() string

func (*TestMsg) Validate

func (m *TestMsg) Validate() error

Validate checks the field values on TestMsg with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TestMsg) ValidateAll

func (m *TestMsg) ValidateAll() error

ValidateAll checks the field values on TestMsg with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TestMsgMultiError, or nil if none found.

type TestOneOfMsg

type TestOneOfMsg struct {
	Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TestOneOfMsg) Descriptor deprecated

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

Deprecated: Use TestOneOfMsg.ProtoReflect.Descriptor instead.

func (*TestOneOfMsg) GetVal

func (x *TestOneOfMsg) GetVal() bool

func (*TestOneOfMsg) ProtoMessage

func (*TestOneOfMsg) ProtoMessage()

func (*TestOneOfMsg) ProtoReflect

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

func (*TestOneOfMsg) Reset

func (x *TestOneOfMsg) Reset()

func (*TestOneOfMsg) String

func (x *TestOneOfMsg) String() string

func (*TestOneOfMsg) Validate

func (m *TestOneOfMsg) Validate() error

Validate checks the field values on TestOneOfMsg with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TestOneOfMsg) ValidateAll

func (m *TestOneOfMsg) ValidateAll() error

ValidateAll checks the field values on TestOneOfMsg with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TestOneOfMsgMultiError, or nil if none found.

type TimestampConst

type TimestampConst struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampConst) Descriptor deprecated

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

Deprecated: Use TimestampConst.ProtoReflect.Descriptor instead.

func (*TimestampConst) GetVal

func (x *TimestampConst) GetVal() *timestamppb.Timestamp

func (*TimestampConst) ProtoMessage

func (*TimestampConst) ProtoMessage()

func (*TimestampConst) ProtoReflect

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

func (*TimestampConst) Reset

func (x *TimestampConst) Reset()

func (*TimestampConst) String

func (x *TimestampConst) String() string

func (*TimestampConst) Validate

func (m *TimestampConst) Validate() error

Validate checks the field values on TimestampConst with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampConst) ValidateAll

func (m *TimestampConst) ValidateAll() error

ValidateAll checks the field values on TimestampConst with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampConstMultiError, or nil if none found.

type TimestampExGTELTE

type TimestampExGTELTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampExGTELTE) Descriptor deprecated

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

Deprecated: Use TimestampExGTELTE.ProtoReflect.Descriptor instead.

func (*TimestampExGTELTE) GetVal

func (*TimestampExGTELTE) ProtoMessage

func (*TimestampExGTELTE) ProtoMessage()

func (*TimestampExGTELTE) ProtoReflect

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

func (*TimestampExGTELTE) Reset

func (x *TimestampExGTELTE) Reset()

func (*TimestampExGTELTE) String

func (x *TimestampExGTELTE) String() string

func (*TimestampExGTELTE) Validate

func (m *TimestampExGTELTE) Validate() error

Validate checks the field values on TimestampExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampExGTELTE) ValidateAll

func (m *TimestampExGTELTE) ValidateAll() error

ValidateAll checks the field values on TimestampExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampExGTELTEMultiError, or nil if none found.

type TimestampExLTGT

type TimestampExLTGT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampExLTGT) Descriptor deprecated

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

Deprecated: Use TimestampExLTGT.ProtoReflect.Descriptor instead.

func (*TimestampExLTGT) GetVal

func (x *TimestampExLTGT) GetVal() *timestamppb.Timestamp

func (*TimestampExLTGT) ProtoMessage

func (*TimestampExLTGT) ProtoMessage()

func (*TimestampExLTGT) ProtoReflect

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

func (*TimestampExLTGT) Reset

func (x *TimestampExLTGT) Reset()

func (*TimestampExLTGT) String

func (x *TimestampExLTGT) String() string

func (*TimestampExLTGT) Validate

func (m *TimestampExLTGT) Validate() error

Validate checks the field values on TimestampExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampExLTGT) ValidateAll

func (m *TimestampExLTGT) ValidateAll() error

ValidateAll checks the field values on TimestampExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampExLTGTMultiError, or nil if none found.

type TimestampGT

type TimestampGT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGT) Descriptor deprecated

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

Deprecated: Use TimestampGT.ProtoReflect.Descriptor instead.

func (*TimestampGT) GetVal

func (x *TimestampGT) GetVal() *timestamppb.Timestamp

func (*TimestampGT) ProtoMessage

func (*TimestampGT) ProtoMessage()

func (*TimestampGT) ProtoReflect

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

func (*TimestampGT) Reset

func (x *TimestampGT) Reset()

func (*TimestampGT) String

func (x *TimestampGT) String() string

func (*TimestampGT) Validate

func (m *TimestampGT) Validate() error

Validate checks the field values on TimestampGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGT) ValidateAll

func (m *TimestampGT) ValidateAll() error

ValidateAll checks the field values on TimestampGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTMultiError, or nil if none found.

type TimestampGTE

type TimestampGTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTE) Descriptor deprecated

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

Deprecated: Use TimestampGTE.ProtoReflect.Descriptor instead.

func (*TimestampGTE) GetVal

func (x *TimestampGTE) GetVal() *timestamppb.Timestamp

func (*TimestampGTE) ProtoMessage

func (*TimestampGTE) ProtoMessage()

func (*TimestampGTE) ProtoReflect

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

func (*TimestampGTE) Reset

func (x *TimestampGTE) Reset()

func (*TimestampGTE) String

func (x *TimestampGTE) String() string

func (*TimestampGTE) Validate

func (m *TimestampGTE) Validate() error

Validate checks the field values on TimestampGTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGTE) ValidateAll

func (m *TimestampGTE) ValidateAll() error

ValidateAll checks the field values on TimestampGTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTEMultiError, or nil if none found.

type TimestampGTELTE

type TimestampGTELTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTELTE) Descriptor deprecated

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

Deprecated: Use TimestampGTELTE.ProtoReflect.Descriptor instead.

func (*TimestampGTELTE) GetVal

func (x *TimestampGTELTE) GetVal() *timestamppb.Timestamp

func (*TimestampGTELTE) ProtoMessage

func (*TimestampGTELTE) ProtoMessage()

func (*TimestampGTELTE) ProtoReflect

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

func (*TimestampGTELTE) Reset

func (x *TimestampGTELTE) Reset()

func (*TimestampGTELTE) String

func (x *TimestampGTELTE) String() string

func (*TimestampGTELTE) Validate

func (m *TimestampGTELTE) Validate() error

Validate checks the field values on TimestampGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGTELTE) ValidateAll

func (m *TimestampGTELTE) ValidateAll() error

ValidateAll checks the field values on TimestampGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTELTEMultiError, or nil if none found.

type TimestampGTLT

type TimestampGTLT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTLT) Descriptor deprecated

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

Deprecated: Use TimestampGTLT.ProtoReflect.Descriptor instead.

func (*TimestampGTLT) GetVal

func (x *TimestampGTLT) GetVal() *timestamppb.Timestamp

func (*TimestampGTLT) ProtoMessage

func (*TimestampGTLT) ProtoMessage()

func (*TimestampGTLT) ProtoReflect

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

func (*TimestampGTLT) Reset

func (x *TimestampGTLT) Reset()

func (*TimestampGTLT) String

func (x *TimestampGTLT) String() string

func (*TimestampGTLT) Validate

func (m *TimestampGTLT) Validate() error

Validate checks the field values on TimestampGTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGTLT) ValidateAll

func (m *TimestampGTLT) ValidateAll() error

ValidateAll checks the field values on TimestampGTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTLTMultiError, or nil if none found.

type TimestampGTNow

type TimestampGTNow struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTNow) Descriptor deprecated

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

Deprecated: Use TimestampGTNow.ProtoReflect.Descriptor instead.

func (*TimestampGTNow) GetVal

func (x *TimestampGTNow) GetVal() *timestamppb.Timestamp

func (*TimestampGTNow) ProtoMessage

func (*TimestampGTNow) ProtoMessage()

func (*TimestampGTNow) ProtoReflect

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

func (*TimestampGTNow) Reset

func (x *TimestampGTNow) Reset()

func (*TimestampGTNow) String

func (x *TimestampGTNow) String() string

func (*TimestampGTNow) Validate

func (m *TimestampGTNow) Validate() error

Validate checks the field values on TimestampGTNow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGTNow) ValidateAll

func (m *TimestampGTNow) ValidateAll() error

ValidateAll checks the field values on TimestampGTNow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTNowMultiError, or nil if none found.

type TimestampGTNowWithin

type TimestampGTNowWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTNowWithin) Descriptor deprecated

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

Deprecated: Use TimestampGTNowWithin.ProtoReflect.Descriptor instead.

func (*TimestampGTNowWithin) GetVal

func (*TimestampGTNowWithin) ProtoMessage

func (*TimestampGTNowWithin) ProtoMessage()

func (*TimestampGTNowWithin) ProtoReflect

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

func (*TimestampGTNowWithin) Reset

func (x *TimestampGTNowWithin) Reset()

func (*TimestampGTNowWithin) String

func (x *TimestampGTNowWithin) String() string

func (*TimestampGTNowWithin) Validate

func (m *TimestampGTNowWithin) Validate() error

Validate checks the field values on TimestampGTNowWithin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampGTNowWithin) ValidateAll

func (m *TimestampGTNowWithin) ValidateAll() error

ValidateAll checks the field values on TimestampGTNowWithin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampGTNowWithinMultiError, or nil if none found.

type TimestampLT

type TimestampLT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLT) Descriptor deprecated

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

Deprecated: Use TimestampLT.ProtoReflect.Descriptor instead.

func (*TimestampLT) GetVal

func (x *TimestampLT) GetVal() *timestamppb.Timestamp

func (*TimestampLT) ProtoMessage

func (*TimestampLT) ProtoMessage()

func (*TimestampLT) ProtoReflect

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

func (*TimestampLT) Reset

func (x *TimestampLT) Reset()

func (*TimestampLT) String

func (x *TimestampLT) String() string

func (*TimestampLT) Validate

func (m *TimestampLT) Validate() error

Validate checks the field values on TimestampLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampLT) ValidateAll

func (m *TimestampLT) ValidateAll() error

ValidateAll checks the field values on TimestampLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampLTMultiError, or nil if none found.

type TimestampLTE

type TimestampLTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTE) Descriptor deprecated

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

Deprecated: Use TimestampLTE.ProtoReflect.Descriptor instead.

func (*TimestampLTE) GetVal

func (x *TimestampLTE) GetVal() *timestamppb.Timestamp

func (*TimestampLTE) ProtoMessage

func (*TimestampLTE) ProtoMessage()

func (*TimestampLTE) ProtoReflect

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

func (*TimestampLTE) Reset

func (x *TimestampLTE) Reset()

func (*TimestampLTE) String

func (x *TimestampLTE) String() string

func (*TimestampLTE) Validate

func (m *TimestampLTE) Validate() error

Validate checks the field values on TimestampLTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampLTE) ValidateAll

func (m *TimestampLTE) ValidateAll() error

ValidateAll checks the field values on TimestampLTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampLTEMultiError, or nil if none found.

type TimestampLTNow

type TimestampLTNow struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTNow) Descriptor deprecated

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

Deprecated: Use TimestampLTNow.ProtoReflect.Descriptor instead.

func (*TimestampLTNow) GetVal

func (x *TimestampLTNow) GetVal() *timestamppb.Timestamp

func (*TimestampLTNow) ProtoMessage

func (*TimestampLTNow) ProtoMessage()

func (*TimestampLTNow) ProtoReflect

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

func (*TimestampLTNow) Reset

func (x *TimestampLTNow) Reset()

func (*TimestampLTNow) String

func (x *TimestampLTNow) String() string

func (*TimestampLTNow) Validate

func (m *TimestampLTNow) Validate() error

Validate checks the field values on TimestampLTNow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampLTNow) ValidateAll

func (m *TimestampLTNow) ValidateAll() error

ValidateAll checks the field values on TimestampLTNow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampLTNowMultiError, or nil if none found.

type TimestampLTNowWithin

type TimestampLTNowWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTNowWithin) Descriptor deprecated

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

Deprecated: Use TimestampLTNowWithin.ProtoReflect.Descriptor instead.

func (*TimestampLTNowWithin) GetVal

func (*TimestampLTNowWithin) ProtoMessage

func (*TimestampLTNowWithin) ProtoMessage()

func (*TimestampLTNowWithin) ProtoReflect

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

func (*TimestampLTNowWithin) Reset

func (x *TimestampLTNowWithin) Reset()

func (*TimestampLTNowWithin) String

func (x *TimestampLTNowWithin) String() string

func (*TimestampLTNowWithin) Validate

func (m *TimestampLTNowWithin) Validate() error

Validate checks the field values on TimestampLTNowWithin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampLTNowWithin) ValidateAll

func (m *TimestampLTNowWithin) ValidateAll() error

ValidateAll checks the field values on TimestampLTNowWithin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampLTNowWithinMultiError, or nil if none found.

type TimestampNone

type TimestampNone struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampNone) Descriptor deprecated

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

Deprecated: Use TimestampNone.ProtoReflect.Descriptor instead.

func (*TimestampNone) GetVal

func (x *TimestampNone) GetVal() *timestamppb.Timestamp

func (*TimestampNone) ProtoMessage

func (*TimestampNone) ProtoMessage()

func (*TimestampNone) ProtoReflect

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

func (*TimestampNone) Reset

func (x *TimestampNone) Reset()

func (*TimestampNone) String

func (x *TimestampNone) String() string

type TimestampRequired

type TimestampRequired struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampRequired) Descriptor deprecated

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

Deprecated: Use TimestampRequired.ProtoReflect.Descriptor instead.

func (*TimestampRequired) GetVal

func (*TimestampRequired) ProtoMessage

func (*TimestampRequired) ProtoMessage()

func (*TimestampRequired) ProtoReflect

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

func (*TimestampRequired) Reset

func (x *TimestampRequired) Reset()

func (*TimestampRequired) String

func (x *TimestampRequired) String() string

func (*TimestampRequired) Validate

func (m *TimestampRequired) Validate() error

Validate checks the field values on TimestampRequired with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampRequired) ValidateAll

func (m *TimestampRequired) ValidateAll() error

ValidateAll checks the field values on TimestampRequired with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampRequiredMultiError, or nil if none found.

type TimestampWithin

type TimestampWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampWithin) Descriptor deprecated

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

Deprecated: Use TimestampWithin.ProtoReflect.Descriptor instead.

func (*TimestampWithin) GetVal

func (x *TimestampWithin) GetVal() *timestamppb.Timestamp

func (*TimestampWithin) ProtoMessage

func (*TimestampWithin) ProtoMessage()

func (*TimestampWithin) ProtoReflect

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

func (*TimestampWithin) Reset

func (x *TimestampWithin) Reset()

func (*TimestampWithin) String

func (x *TimestampWithin) String() string

func (*TimestampWithin) Validate

func (m *TimestampWithin) Validate() error

Validate checks the field values on TimestampWithin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimestampWithin) ValidateAll

func (m *TimestampWithin) ValidateAll() error

ValidateAll checks the field values on TimestampWithin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimestampWithinMultiError, or nil if none found.

type UInt32Const

type UInt32Const struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32Const) Descriptor deprecated

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

Deprecated: Use UInt32Const.ProtoReflect.Descriptor instead.

func (*UInt32Const) GetVal

func (x *UInt32Const) GetVal() uint32

func (*UInt32Const) ProtoMessage

func (*UInt32Const) ProtoMessage()

func (*UInt32Const) ProtoReflect

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

func (*UInt32Const) Reset

func (x *UInt32Const) Reset()

func (*UInt32Const) String

func (x *UInt32Const) String() string

func (*UInt32Const) Validate

func (m *UInt32Const) Validate() error

Validate checks the field values on UInt32Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32Const) ValidateAll

func (m *UInt32Const) ValidateAll() error

ValidateAll checks the field values on UInt32Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32ConstMultiError, or nil if none found.

type UInt32ExGTELTE

type UInt32ExGTELTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32ExGTELTE) Descriptor deprecated

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

Deprecated: Use UInt32ExGTELTE.ProtoReflect.Descriptor instead.

func (*UInt32ExGTELTE) GetVal

func (x *UInt32ExGTELTE) GetVal() uint32

func (*UInt32ExGTELTE) ProtoMessage

func (*UInt32ExGTELTE) ProtoMessage()

func (*UInt32ExGTELTE) ProtoReflect

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

func (*UInt32ExGTELTE) Reset

func (x *UInt32ExGTELTE) Reset()

func (*UInt32ExGTELTE) String

func (x *UInt32ExGTELTE) String() string

func (*UInt32ExGTELTE) Validate

func (m *UInt32ExGTELTE) Validate() error

Validate checks the field values on UInt32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32ExGTELTE) ValidateAll

func (m *UInt32ExGTELTE) ValidateAll() error

ValidateAll checks the field values on UInt32ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32ExGTELTEMultiError, or nil if none found.

type UInt32ExLTGT

type UInt32ExLTGT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32ExLTGT) Descriptor deprecated

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

Deprecated: Use UInt32ExLTGT.ProtoReflect.Descriptor instead.

func (*UInt32ExLTGT) GetVal

func (x *UInt32ExLTGT) GetVal() uint32

func (*UInt32ExLTGT) ProtoMessage

func (*UInt32ExLTGT) ProtoMessage()

func (*UInt32ExLTGT) ProtoReflect

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

func (*UInt32ExLTGT) Reset

func (x *UInt32ExLTGT) Reset()

func (*UInt32ExLTGT) String

func (x *UInt32ExLTGT) String() string

func (*UInt32ExLTGT) Validate

func (m *UInt32ExLTGT) Validate() error

Validate checks the field values on UInt32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32ExLTGT) ValidateAll

func (m *UInt32ExLTGT) ValidateAll() error

ValidateAll checks the field values on UInt32ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32ExLTGTMultiError, or nil if none found.

type UInt32GT

type UInt32GT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GT) Descriptor deprecated

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

Deprecated: Use UInt32GT.ProtoReflect.Descriptor instead.

func (*UInt32GT) GetVal

func (x *UInt32GT) GetVal() uint32

func (*UInt32GT) ProtoMessage

func (*UInt32GT) ProtoMessage()

func (*UInt32GT) ProtoReflect

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

func (*UInt32GT) Reset

func (x *UInt32GT) Reset()

func (*UInt32GT) String

func (x *UInt32GT) String() string

func (*UInt32GT) Validate

func (m *UInt32GT) Validate() error

Validate checks the field values on UInt32GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32GT) ValidateAll

func (m *UInt32GT) ValidateAll() error

ValidateAll checks the field values on UInt32GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32GTMultiError, or nil if none found.

type UInt32GTE

type UInt32GTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTE) Descriptor deprecated

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

Deprecated: Use UInt32GTE.ProtoReflect.Descriptor instead.

func (*UInt32GTE) GetVal

func (x *UInt32GTE) GetVal() uint32

func (*UInt32GTE) ProtoMessage

func (*UInt32GTE) ProtoMessage()

func (*UInt32GTE) ProtoReflect

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

func (*UInt32GTE) Reset

func (x *UInt32GTE) Reset()

func (*UInt32GTE) String

func (x *UInt32GTE) String() string

func (*UInt32GTE) Validate

func (m *UInt32GTE) Validate() error

Validate checks the field values on UInt32GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32GTE) ValidateAll

func (m *UInt32GTE) ValidateAll() error

ValidateAll checks the field values on UInt32GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32GTEMultiError, or nil if none found.

type UInt32GTELTE

type UInt32GTELTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTELTE) Descriptor deprecated

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

Deprecated: Use UInt32GTELTE.ProtoReflect.Descriptor instead.

func (*UInt32GTELTE) GetVal

func (x *UInt32GTELTE) GetVal() uint32

func (*UInt32GTELTE) ProtoMessage

func (*UInt32GTELTE) ProtoMessage()

func (*UInt32GTELTE) ProtoReflect

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

func (*UInt32GTELTE) Reset

func (x *UInt32GTELTE) Reset()

func (*UInt32GTELTE) String

func (x *UInt32GTELTE) String() string

func (*UInt32GTELTE) Validate

func (m *UInt32GTELTE) Validate() error

Validate checks the field values on UInt32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32GTELTE) ValidateAll

func (m *UInt32GTELTE) ValidateAll() error

ValidateAll checks the field values on UInt32GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32GTELTEMultiError, or nil if none found.

type UInt32GTLT

type UInt32GTLT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTLT) Descriptor deprecated

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

Deprecated: Use UInt32GTLT.ProtoReflect.Descriptor instead.

func (*UInt32GTLT) GetVal

func (x *UInt32GTLT) GetVal() uint32

func (*UInt32GTLT) ProtoMessage

func (*UInt32GTLT) ProtoMessage()

func (*UInt32GTLT) ProtoReflect

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

func (*UInt32GTLT) Reset

func (x *UInt32GTLT) Reset()

func (*UInt32GTLT) String

func (x *UInt32GTLT) String() string

func (*UInt32GTLT) Validate

func (m *UInt32GTLT) Validate() error

Validate checks the field values on UInt32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32GTLT) ValidateAll

func (m *UInt32GTLT) ValidateAll() error

ValidateAll checks the field values on UInt32GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32GTLTMultiError, or nil if none found.

type UInt32Ignore

type UInt32Ignore struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32Ignore) Descriptor deprecated

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

Deprecated: Use UInt32Ignore.ProtoReflect.Descriptor instead.

func (*UInt32Ignore) GetVal

func (x *UInt32Ignore) GetVal() uint32

func (*UInt32Ignore) ProtoMessage

func (*UInt32Ignore) ProtoMessage()

func (*UInt32Ignore) ProtoReflect

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

func (*UInt32Ignore) Reset

func (x *UInt32Ignore) Reset()

func (*UInt32Ignore) String

func (x *UInt32Ignore) String() string

func (*UInt32Ignore) Validate

func (m *UInt32Ignore) Validate() error

Validate checks the field values on UInt32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32Ignore) ValidateAll

func (m *UInt32Ignore) ValidateAll() error

ValidateAll checks the field values on UInt32Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32IgnoreMultiError, or nil if none found.

type UInt32In

type UInt32In struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32In) Descriptor deprecated

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

Deprecated: Use UInt32In.ProtoReflect.Descriptor instead.

func (*UInt32In) GetVal

func (x *UInt32In) GetVal() uint32

func (*UInt32In) ProtoMessage

func (*UInt32In) ProtoMessage()

func (*UInt32In) ProtoReflect

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

func (*UInt32In) Reset

func (x *UInt32In) Reset()

func (*UInt32In) String

func (x *UInt32In) String() string

func (*UInt32In) Validate

func (m *UInt32In) Validate() error

Validate checks the field values on UInt32In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32In) ValidateAll

func (m *UInt32In) ValidateAll() error

ValidateAll checks the field values on UInt32In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32InMultiError, or nil if none found.

type UInt32LT

type UInt32LT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32LT) Descriptor deprecated

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

Deprecated: Use UInt32LT.ProtoReflect.Descriptor instead.

func (*UInt32LT) GetVal

func (x *UInt32LT) GetVal() uint32

func (*UInt32LT) ProtoMessage

func (*UInt32LT) ProtoMessage()

func (*UInt32LT) ProtoReflect

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

func (*UInt32LT) Reset

func (x *UInt32LT) Reset()

func (*UInt32LT) String

func (x *UInt32LT) String() string

func (*UInt32LT) Validate

func (m *UInt32LT) Validate() error

Validate checks the field values on UInt32LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32LT) ValidateAll

func (m *UInt32LT) ValidateAll() error

ValidateAll checks the field values on UInt32LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32LTMultiError, or nil if none found.

type UInt32LTE

type UInt32LTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32LTE) Descriptor deprecated

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

Deprecated: Use UInt32LTE.ProtoReflect.Descriptor instead.

func (*UInt32LTE) GetVal

func (x *UInt32LTE) GetVal() uint32

func (*UInt32LTE) ProtoMessage

func (*UInt32LTE) ProtoMessage()

func (*UInt32LTE) ProtoReflect

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

func (*UInt32LTE) Reset

func (x *UInt32LTE) Reset()

func (*UInt32LTE) String

func (x *UInt32LTE) String() string

func (*UInt32LTE) Validate

func (m *UInt32LTE) Validate() error

Validate checks the field values on UInt32LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32LTE) ValidateAll

func (m *UInt32LTE) ValidateAll() error

ValidateAll checks the field values on UInt32LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32LTEMultiError, or nil if none found.

type UInt32None

type UInt32None struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32None) Descriptor deprecated

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

Deprecated: Use UInt32None.ProtoReflect.Descriptor instead.

func (*UInt32None) GetVal

func (x *UInt32None) GetVal() uint32

func (*UInt32None) ProtoMessage

func (*UInt32None) ProtoMessage()

func (*UInt32None) ProtoReflect

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

func (*UInt32None) Reset

func (x *UInt32None) Reset()

func (*UInt32None) String

func (x *UInt32None) String() string

type UInt32NotIn

type UInt32NotIn struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32NotIn) Descriptor deprecated

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

Deprecated: Use UInt32NotIn.ProtoReflect.Descriptor instead.

func (*UInt32NotIn) GetVal

func (x *UInt32NotIn) GetVal() uint32

func (*UInt32NotIn) ProtoMessage

func (*UInt32NotIn) ProtoMessage()

func (*UInt32NotIn) ProtoReflect

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

func (*UInt32NotIn) Reset

func (x *UInt32NotIn) Reset()

func (*UInt32NotIn) String

func (x *UInt32NotIn) String() string

func (*UInt32NotIn) Validate

func (m *UInt32NotIn) Validate() error

Validate checks the field values on UInt32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt32NotIn) ValidateAll

func (m *UInt32NotIn) ValidateAll() error

ValidateAll checks the field values on UInt32NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt32NotInMultiError, or nil if none found.

type UInt64Const

type UInt64Const struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64Const) Descriptor deprecated

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

Deprecated: Use UInt64Const.ProtoReflect.Descriptor instead.

func (*UInt64Const) GetVal

func (x *UInt64Const) GetVal() uint64

func (*UInt64Const) ProtoMessage

func (*UInt64Const) ProtoMessage()

func (*UInt64Const) ProtoReflect

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

func (*UInt64Const) Reset

func (x *UInt64Const) Reset()

func (*UInt64Const) String

func (x *UInt64Const) String() string

func (*UInt64Const) Validate

func (m *UInt64Const) Validate() error

Validate checks the field values on UInt64Const with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64Const) ValidateAll

func (m *UInt64Const) ValidateAll() error

ValidateAll checks the field values on UInt64Const with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64ConstMultiError, or nil if none found.

type UInt64ExGTELTE

type UInt64ExGTELTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64ExGTELTE) Descriptor deprecated

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

Deprecated: Use UInt64ExGTELTE.ProtoReflect.Descriptor instead.

func (*UInt64ExGTELTE) GetVal

func (x *UInt64ExGTELTE) GetVal() uint64

func (*UInt64ExGTELTE) ProtoMessage

func (*UInt64ExGTELTE) ProtoMessage()

func (*UInt64ExGTELTE) ProtoReflect

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

func (*UInt64ExGTELTE) Reset

func (x *UInt64ExGTELTE) Reset()

func (*UInt64ExGTELTE) String

func (x *UInt64ExGTELTE) String() string

func (*UInt64ExGTELTE) Validate

func (m *UInt64ExGTELTE) Validate() error

Validate checks the field values on UInt64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64ExGTELTE) ValidateAll

func (m *UInt64ExGTELTE) ValidateAll() error

ValidateAll checks the field values on UInt64ExGTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64ExGTELTEMultiError, or nil if none found.

type UInt64ExLTGT

type UInt64ExLTGT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64ExLTGT) Descriptor deprecated

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

Deprecated: Use UInt64ExLTGT.ProtoReflect.Descriptor instead.

func (*UInt64ExLTGT) GetVal

func (x *UInt64ExLTGT) GetVal() uint64

func (*UInt64ExLTGT) ProtoMessage

func (*UInt64ExLTGT) ProtoMessage()

func (*UInt64ExLTGT) ProtoReflect

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

func (*UInt64ExLTGT) Reset

func (x *UInt64ExLTGT) Reset()

func (*UInt64ExLTGT) String

func (x *UInt64ExLTGT) String() string

func (*UInt64ExLTGT) Validate

func (m *UInt64ExLTGT) Validate() error

Validate checks the field values on UInt64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64ExLTGT) ValidateAll

func (m *UInt64ExLTGT) ValidateAll() error

ValidateAll checks the field values on UInt64ExLTGT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64ExLTGTMultiError, or nil if none found.

type UInt64GT

type UInt64GT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GT) Descriptor deprecated

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

Deprecated: Use UInt64GT.ProtoReflect.Descriptor instead.

func (*UInt64GT) GetVal

func (x *UInt64GT) GetVal() uint64

func (*UInt64GT) ProtoMessage

func (*UInt64GT) ProtoMessage()

func (*UInt64GT) ProtoReflect

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

func (*UInt64GT) Reset

func (x *UInt64GT) Reset()

func (*UInt64GT) String

func (x *UInt64GT) String() string

func (*UInt64GT) Validate

func (m *UInt64GT) Validate() error

Validate checks the field values on UInt64GT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64GT) ValidateAll

func (m *UInt64GT) ValidateAll() error

ValidateAll checks the field values on UInt64GT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64GTMultiError, or nil if none found.

type UInt64GTE

type UInt64GTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTE) Descriptor deprecated

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

Deprecated: Use UInt64GTE.ProtoReflect.Descriptor instead.

func (*UInt64GTE) GetVal

func (x *UInt64GTE) GetVal() uint64

func (*UInt64GTE) ProtoMessage

func (*UInt64GTE) ProtoMessage()

func (*UInt64GTE) ProtoReflect

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

func (*UInt64GTE) Reset

func (x *UInt64GTE) Reset()

func (*UInt64GTE) String

func (x *UInt64GTE) String() string

func (*UInt64GTE) Validate

func (m *UInt64GTE) Validate() error

Validate checks the field values on UInt64GTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64GTE) ValidateAll

func (m *UInt64GTE) ValidateAll() error

ValidateAll checks the field values on UInt64GTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64GTEMultiError, or nil if none found.

type UInt64GTELTE

type UInt64GTELTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTELTE) Descriptor deprecated

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

Deprecated: Use UInt64GTELTE.ProtoReflect.Descriptor instead.

func (*UInt64GTELTE) GetVal

func (x *UInt64GTELTE) GetVal() uint64

func (*UInt64GTELTE) ProtoMessage

func (*UInt64GTELTE) ProtoMessage()

func (*UInt64GTELTE) ProtoReflect

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

func (*UInt64GTELTE) Reset

func (x *UInt64GTELTE) Reset()

func (*UInt64GTELTE) String

func (x *UInt64GTELTE) String() string

func (*UInt64GTELTE) Validate

func (m *UInt64GTELTE) Validate() error

Validate checks the field values on UInt64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64GTELTE) ValidateAll

func (m *UInt64GTELTE) ValidateAll() error

ValidateAll checks the field values on UInt64GTELTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64GTELTEMultiError, or nil if none found.

type UInt64GTLT

type UInt64GTLT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTLT) Descriptor deprecated

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

Deprecated: Use UInt64GTLT.ProtoReflect.Descriptor instead.

func (*UInt64GTLT) GetVal

func (x *UInt64GTLT) GetVal() uint64

func (*UInt64GTLT) ProtoMessage

func (*UInt64GTLT) ProtoMessage()

func (*UInt64GTLT) ProtoReflect

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

func (*UInt64GTLT) Reset

func (x *UInt64GTLT) Reset()

func (*UInt64GTLT) String

func (x *UInt64GTLT) String() string

func (*UInt64GTLT) Validate

func (m *UInt64GTLT) Validate() error

Validate checks the field values on UInt64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64GTLT) ValidateAll

func (m *UInt64GTLT) ValidateAll() error

ValidateAll checks the field values on UInt64GTLT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64GTLTMultiError, or nil if none found.

type UInt64Ignore

type UInt64Ignore struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64Ignore) Descriptor deprecated

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

Deprecated: Use UInt64Ignore.ProtoReflect.Descriptor instead.

func (*UInt64Ignore) GetVal

func (x *UInt64Ignore) GetVal() uint64

func (*UInt64Ignore) ProtoMessage

func (*UInt64Ignore) ProtoMessage()

func (*UInt64Ignore) ProtoReflect

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

func (*UInt64Ignore) Reset

func (x *UInt64Ignore) Reset()

func (*UInt64Ignore) String

func (x *UInt64Ignore) String() string

func (*UInt64Ignore) Validate

func (m *UInt64Ignore) Validate() error

Validate checks the field values on UInt64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64Ignore) ValidateAll

func (m *UInt64Ignore) ValidateAll() error

ValidateAll checks the field values on UInt64Ignore with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64IgnoreMultiError, or nil if none found.

type UInt64In

type UInt64In struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64In) Descriptor deprecated

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

Deprecated: Use UInt64In.ProtoReflect.Descriptor instead.

func (*UInt64In) GetVal

func (x *UInt64In) GetVal() uint64

func (*UInt64In) ProtoMessage

func (*UInt64In) ProtoMessage()

func (*UInt64In) ProtoReflect

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

func (*UInt64In) Reset

func (x *UInt64In) Reset()

func (*UInt64In) String

func (x *UInt64In) String() string

func (*UInt64In) Validate

func (m *UInt64In) Validate() error

Validate checks the field values on UInt64In with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64In) ValidateAll

func (m *UInt64In) ValidateAll() error

ValidateAll checks the field values on UInt64In with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64InMultiError, or nil if none found.

type UInt64LT

type UInt64LT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64LT) Descriptor deprecated

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

Deprecated: Use UInt64LT.ProtoReflect.Descriptor instead.

func (*UInt64LT) GetVal

func (x *UInt64LT) GetVal() uint64

func (*UInt64LT) ProtoMessage

func (*UInt64LT) ProtoMessage()

func (*UInt64LT) ProtoReflect

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

func (*UInt64LT) Reset

func (x *UInt64LT) Reset()

func (*UInt64LT) String

func (x *UInt64LT) String() string

func (*UInt64LT) Validate

func (m *UInt64LT) Validate() error

Validate checks the field values on UInt64LT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64LT) ValidateAll

func (m *UInt64LT) ValidateAll() error

ValidateAll checks the field values on UInt64LT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64LTMultiError, or nil if none found.

type UInt64LTE

type UInt64LTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64LTE) Descriptor deprecated

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

Deprecated: Use UInt64LTE.ProtoReflect.Descriptor instead.

func (*UInt64LTE) GetVal

func (x *UInt64LTE) GetVal() uint64

func (*UInt64LTE) ProtoMessage

func (*UInt64LTE) ProtoMessage()

func (*UInt64LTE) ProtoReflect

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

func (*UInt64LTE) Reset

func (x *UInt64LTE) Reset()

func (*UInt64LTE) String

func (x *UInt64LTE) String() string

func (*UInt64LTE) Validate

func (m *UInt64LTE) Validate() error

Validate checks the field values on UInt64LTE with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64LTE) ValidateAll

func (m *UInt64LTE) ValidateAll() error

ValidateAll checks the field values on UInt64LTE with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64LTEMultiError, or nil if none found.

type UInt64None

type UInt64None struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64None) Descriptor deprecated

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

Deprecated: Use UInt64None.ProtoReflect.Descriptor instead.

func (*UInt64None) GetVal

func (x *UInt64None) GetVal() uint64

func (*UInt64None) ProtoMessage

func (*UInt64None) ProtoMessage()

func (*UInt64None) ProtoReflect

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

func (*UInt64None) Reset

func (x *UInt64None) Reset()

func (*UInt64None) String

func (x *UInt64None) String() string

type UInt64NotIn

type UInt64NotIn struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64NotIn) Descriptor deprecated

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

Deprecated: Use UInt64NotIn.ProtoReflect.Descriptor instead.

func (*UInt64NotIn) GetVal

func (x *UInt64NotIn) GetVal() uint64

func (*UInt64NotIn) ProtoMessage

func (*UInt64NotIn) ProtoMessage()

func (*UInt64NotIn) ProtoReflect

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

func (*UInt64NotIn) Reset

func (x *UInt64NotIn) Reset()

func (*UInt64NotIn) String

func (x *UInt64NotIn) String() string

func (*UInt64NotIn) Validate

func (m *UInt64NotIn) Validate() error

Validate checks the field values on UInt64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UInt64NotIn) ValidateAll

func (m *UInt64NotIn) ValidateAll() error

ValidateAll checks the field values on UInt64NotIn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UInt64NotInMultiError, or nil if none found.

type ValidationError

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

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

func (ValidationError) Cause

func (e ValidationError) Cause() error

func (ValidationError) Error

func (e ValidationError) Error() string

Error satisfies the builtin error interface

func (ValidationError) ErrorName

func (e ValidationError) ErrorName() string

func (ValidationError) Field

func (e ValidationError) Field() string

Field function returns field value.

func (ValidationError) Key

func (e ValidationError) Key() bool

func (ValidationError) Reason

func (e ValidationError) Reason() string

type WktLevelOne

type WktLevelOne struct {
	Two *WktLevelOne_WktLevelTwo `protobuf:"bytes,1,opt,name=two,proto3" json:"two,omitempty"`
	// contains filtered or unexported fields
}

func (*WktLevelOne) Descriptor deprecated

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

Deprecated: Use WktLevelOne.ProtoReflect.Descriptor instead.

func (*WktLevelOne) GetTwo

func (x *WktLevelOne) GetTwo() *WktLevelOne_WktLevelTwo

func (*WktLevelOne) ProtoMessage

func (*WktLevelOne) ProtoMessage()

func (*WktLevelOne) ProtoReflect

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

func (*WktLevelOne) Reset

func (x *WktLevelOne) Reset()

func (*WktLevelOne) String

func (x *WktLevelOne) String() string

func (*WktLevelOne) Validate

func (m *WktLevelOne) Validate() error

Validate checks the field values on WktLevelOne with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WktLevelOne) ValidateAll

func (m *WktLevelOne) ValidateAll() error

ValidateAll checks the field values on WktLevelOne with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WktLevelOneMultiError, or nil if none found.

type WktLevelOne_WktLevelTwo

type WktLevelOne_WktLevelTwo struct {
	Three *WktLevelOne_WktLevelTwo_WktLevelThree `protobuf:"bytes,1,opt,name=three,proto3" json:"three,omitempty"`
	// contains filtered or unexported fields
}

func (*WktLevelOne_WktLevelTwo) Descriptor deprecated

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

Deprecated: Use WktLevelOne_WktLevelTwo.ProtoReflect.Descriptor instead.

func (*WktLevelOne_WktLevelTwo) GetThree

func (*WktLevelOne_WktLevelTwo) ProtoMessage

func (*WktLevelOne_WktLevelTwo) ProtoMessage()

func (*WktLevelOne_WktLevelTwo) ProtoReflect

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

func (*WktLevelOne_WktLevelTwo) Reset

func (x *WktLevelOne_WktLevelTwo) Reset()

func (*WktLevelOne_WktLevelTwo) String

func (x *WktLevelOne_WktLevelTwo) String() string

type WktLevelOne_WktLevelTwo_WktLevelThree

type WktLevelOne_WktLevelTwo_WktLevelThree struct {
	Uuid string `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	// contains filtered or unexported fields
}

func (*WktLevelOne_WktLevelTwo_WktLevelThree) Descriptor deprecated

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

Deprecated: Use WktLevelOne_WktLevelTwo_WktLevelThree.ProtoReflect.Descriptor instead.

func (*WktLevelOne_WktLevelTwo_WktLevelThree) GetUuid

func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoMessage

func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoMessage()

func (*WktLevelOne_WktLevelTwo_WktLevelThree) ProtoReflect

func (*WktLevelOne_WktLevelTwo_WktLevelThree) Reset

func (*WktLevelOne_WktLevelTwo_WktLevelThree) String

type WrapperBool

type WrapperBool struct {
	Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperBool) Descriptor deprecated

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

Deprecated: Use WrapperBool.ProtoReflect.Descriptor instead.

func (*WrapperBool) GetVal

func (x *WrapperBool) GetVal() *wrapperspb.BoolValue

func (*WrapperBool) ProtoMessage

func (*WrapperBool) ProtoMessage()

func (*WrapperBool) ProtoReflect

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

func (*WrapperBool) Reset

func (x *WrapperBool) Reset()

func (*WrapperBool) String

func (x *WrapperBool) String() string

func (*WrapperBool) Validate

func (m *WrapperBool) Validate() error

Validate checks the field values on WrapperBool with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperBool) ValidateAll

func (m *WrapperBool) ValidateAll() error

ValidateAll checks the field values on WrapperBool with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperBoolMultiError, or nil if none found.

type WrapperBytes

type WrapperBytes struct {
	Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperBytes) Descriptor deprecated

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

Deprecated: Use WrapperBytes.ProtoReflect.Descriptor instead.

func (*WrapperBytes) GetVal

func (x *WrapperBytes) GetVal() *wrapperspb.BytesValue

func (*WrapperBytes) ProtoMessage

func (*WrapperBytes) ProtoMessage()

func (*WrapperBytes) ProtoReflect

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

func (*WrapperBytes) Reset

func (x *WrapperBytes) Reset()

func (*WrapperBytes) String

func (x *WrapperBytes) String() string

func (*WrapperBytes) Validate

func (m *WrapperBytes) Validate() error

Validate checks the field values on WrapperBytes with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperBytes) ValidateAll

func (m *WrapperBytes) ValidateAll() error

ValidateAll checks the field values on WrapperBytes with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperBytesMultiError, or nil if none found.

type WrapperDouble

type WrapperDouble struct {
	Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperDouble) Descriptor deprecated

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

Deprecated: Use WrapperDouble.ProtoReflect.Descriptor instead.

func (*WrapperDouble) GetVal

func (x *WrapperDouble) GetVal() *wrapperspb.DoubleValue

func (*WrapperDouble) ProtoMessage

func (*WrapperDouble) ProtoMessage()

func (*WrapperDouble) ProtoReflect

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

func (*WrapperDouble) Reset

func (x *WrapperDouble) Reset()

func (*WrapperDouble) String

func (x *WrapperDouble) String() string

func (*WrapperDouble) Validate

func (m *WrapperDouble) Validate() error

Validate checks the field values on WrapperDouble with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperDouble) ValidateAll

func (m *WrapperDouble) ValidateAll() error

ValidateAll checks the field values on WrapperDouble with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperDoubleMultiError, or nil if none found.

type WrapperFloat

type WrapperFloat struct {
	Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperFloat) Descriptor deprecated

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

Deprecated: Use WrapperFloat.ProtoReflect.Descriptor instead.

func (*WrapperFloat) GetVal

func (x *WrapperFloat) GetVal() *wrapperspb.FloatValue

func (*WrapperFloat) ProtoMessage

func (*WrapperFloat) ProtoMessage()

func (*WrapperFloat) ProtoReflect

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

func (*WrapperFloat) Reset

func (x *WrapperFloat) Reset()

func (*WrapperFloat) String

func (x *WrapperFloat) String() string

func (*WrapperFloat) Validate

func (m *WrapperFloat) Validate() error

Validate checks the field values on WrapperFloat with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperFloat) ValidateAll

func (m *WrapperFloat) ValidateAll() error

ValidateAll checks the field values on WrapperFloat with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperFloatMultiError, or nil if none found.

type WrapperInt32

type WrapperInt32 struct {
	Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperInt32) Descriptor deprecated

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

Deprecated: Use WrapperInt32.ProtoReflect.Descriptor instead.

func (*WrapperInt32) GetVal

func (x *WrapperInt32) GetVal() *wrapperspb.Int32Value

func (*WrapperInt32) ProtoMessage

func (*WrapperInt32) ProtoMessage()

func (*WrapperInt32) ProtoReflect

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

func (*WrapperInt32) Reset

func (x *WrapperInt32) Reset()

func (*WrapperInt32) String

func (x *WrapperInt32) String() string

func (*WrapperInt32) Validate

func (m *WrapperInt32) Validate() error

Validate checks the field values on WrapperInt32 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperInt32) ValidateAll

func (m *WrapperInt32) ValidateAll() error

ValidateAll checks the field values on WrapperInt32 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperInt32MultiError, or nil if none found.

type WrapperInt64

type WrapperInt64 struct {
	Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperInt64) Descriptor deprecated

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

Deprecated: Use WrapperInt64.ProtoReflect.Descriptor instead.

func (*WrapperInt64) GetVal

func (x *WrapperInt64) GetVal() *wrapperspb.Int64Value

func (*WrapperInt64) ProtoMessage

func (*WrapperInt64) ProtoMessage()

func (*WrapperInt64) ProtoReflect

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

func (*WrapperInt64) Reset

func (x *WrapperInt64) Reset()

func (*WrapperInt64) String

func (x *WrapperInt64) String() string

func (*WrapperInt64) Validate

func (m *WrapperInt64) Validate() error

Validate checks the field values on WrapperInt64 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperInt64) ValidateAll

func (m *WrapperInt64) ValidateAll() error

ValidateAll checks the field values on WrapperInt64 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperInt64MultiError, or nil if none found.

type WrapperNone

type WrapperNone struct {
	Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperNone) Descriptor deprecated

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

Deprecated: Use WrapperNone.ProtoReflect.Descriptor instead.

func (*WrapperNone) GetVal

func (x *WrapperNone) GetVal() *wrapperspb.Int32Value

func (*WrapperNone) ProtoMessage

func (*WrapperNone) ProtoMessage()

func (*WrapperNone) ProtoReflect

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

func (*WrapperNone) Reset

func (x *WrapperNone) Reset()

func (*WrapperNone) String

func (x *WrapperNone) String() string

type WrapperOptionalUuidString

type WrapperOptionalUuidString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperOptionalUuidString) Descriptor deprecated

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

Deprecated: Use WrapperOptionalUuidString.ProtoReflect.Descriptor instead.

func (*WrapperOptionalUuidString) GetVal

func (*WrapperOptionalUuidString) ProtoMessage

func (*WrapperOptionalUuidString) ProtoMessage()

func (*WrapperOptionalUuidString) ProtoReflect

func (*WrapperOptionalUuidString) Reset

func (x *WrapperOptionalUuidString) Reset()

func (*WrapperOptionalUuidString) String

func (x *WrapperOptionalUuidString) String() string

func (*WrapperOptionalUuidString) Validate

func (m *WrapperOptionalUuidString) Validate() error

Validate checks the field values on WrapperOptionalUuidString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperOptionalUuidString) ValidateAll

func (m *WrapperOptionalUuidString) ValidateAll() error

ValidateAll checks the field values on WrapperOptionalUuidString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperOptionalUuidStringMultiError, or nil if none found.

type WrapperRequiredEmptyString

type WrapperRequiredEmptyString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredEmptyString) Descriptor deprecated

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

Deprecated: Use WrapperRequiredEmptyString.ProtoReflect.Descriptor instead.

func (*WrapperRequiredEmptyString) GetVal

func (*WrapperRequiredEmptyString) ProtoMessage

func (*WrapperRequiredEmptyString) ProtoMessage()

func (*WrapperRequiredEmptyString) ProtoReflect

func (*WrapperRequiredEmptyString) Reset

func (x *WrapperRequiredEmptyString) Reset()

func (*WrapperRequiredEmptyString) String

func (x *WrapperRequiredEmptyString) String() string

func (*WrapperRequiredEmptyString) Validate

func (m *WrapperRequiredEmptyString) Validate() error

Validate checks the field values on WrapperRequiredEmptyString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperRequiredEmptyString) ValidateAll

func (m *WrapperRequiredEmptyString) ValidateAll() error

ValidateAll checks the field values on WrapperRequiredEmptyString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperRequiredEmptyStringMultiError, or nil if none found.

type WrapperRequiredFloat

type WrapperRequiredFloat struct {
	Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredFloat) Descriptor deprecated

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

Deprecated: Use WrapperRequiredFloat.ProtoReflect.Descriptor instead.

func (*WrapperRequiredFloat) GetVal

func (*WrapperRequiredFloat) ProtoMessage

func (*WrapperRequiredFloat) ProtoMessage()

func (*WrapperRequiredFloat) ProtoReflect

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

func (*WrapperRequiredFloat) Reset

func (x *WrapperRequiredFloat) Reset()

func (*WrapperRequiredFloat) String

func (x *WrapperRequiredFloat) String() string

func (*WrapperRequiredFloat) Validate

func (m *WrapperRequiredFloat) Validate() error

Validate checks the field values on WrapperRequiredFloat with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperRequiredFloat) ValidateAll

func (m *WrapperRequiredFloat) ValidateAll() error

ValidateAll checks the field values on WrapperRequiredFloat with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperRequiredFloatMultiError, or nil if none found.

type WrapperRequiredString

type WrapperRequiredString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredString) Descriptor deprecated

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

Deprecated: Use WrapperRequiredString.ProtoReflect.Descriptor instead.

func (*WrapperRequiredString) GetVal

func (*WrapperRequiredString) ProtoMessage

func (*WrapperRequiredString) ProtoMessage()

func (*WrapperRequiredString) ProtoReflect

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

func (*WrapperRequiredString) Reset

func (x *WrapperRequiredString) Reset()

func (*WrapperRequiredString) String

func (x *WrapperRequiredString) String() string

func (*WrapperRequiredString) Validate

func (m *WrapperRequiredString) Validate() error

Validate checks the field values on WrapperRequiredString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperRequiredString) ValidateAll

func (m *WrapperRequiredString) ValidateAll() error

ValidateAll checks the field values on WrapperRequiredString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperRequiredStringMultiError, or nil if none found.

type WrapperString

type WrapperString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperString) Descriptor deprecated

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

Deprecated: Use WrapperString.ProtoReflect.Descriptor instead.

func (*WrapperString) GetVal

func (x *WrapperString) GetVal() *wrapperspb.StringValue

func (*WrapperString) ProtoMessage

func (*WrapperString) ProtoMessage()

func (*WrapperString) ProtoReflect

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

func (*WrapperString) Reset

func (x *WrapperString) Reset()

func (*WrapperString) String

func (x *WrapperString) String() string

func (*WrapperString) Validate

func (m *WrapperString) Validate() error

Validate checks the field values on WrapperString with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperString) ValidateAll

func (m *WrapperString) ValidateAll() error

ValidateAll checks the field values on WrapperString with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperStringMultiError, or nil if none found.

type WrapperUInt32

type WrapperUInt32 struct {
	Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperUInt32) Descriptor deprecated

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

Deprecated: Use WrapperUInt32.ProtoReflect.Descriptor instead.

func (*WrapperUInt32) GetVal

func (x *WrapperUInt32) GetVal() *wrapperspb.UInt32Value

func (*WrapperUInt32) ProtoMessage

func (*WrapperUInt32) ProtoMessage()

func (*WrapperUInt32) ProtoReflect

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

func (*WrapperUInt32) Reset

func (x *WrapperUInt32) Reset()

func (*WrapperUInt32) String

func (x *WrapperUInt32) String() string

func (*WrapperUInt32) Validate

func (m *WrapperUInt32) Validate() error

Validate checks the field values on WrapperUInt32 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperUInt32) ValidateAll

func (m *WrapperUInt32) ValidateAll() error

ValidateAll checks the field values on WrapperUInt32 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperUInt32MultiError, or nil if none found.

type WrapperUInt64

type WrapperUInt64 struct {
	Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperUInt64) Descriptor deprecated

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

Deprecated: Use WrapperUInt64.ProtoReflect.Descriptor instead.

func (*WrapperUInt64) GetVal

func (x *WrapperUInt64) GetVal() *wrapperspb.UInt64Value

func (*WrapperUInt64) ProtoMessage

func (*WrapperUInt64) ProtoMessage()

func (*WrapperUInt64) ProtoReflect

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

func (*WrapperUInt64) Reset

func (x *WrapperUInt64) Reset()

func (*WrapperUInt64) String

func (x *WrapperUInt64) String() string

func (*WrapperUInt64) Validate

func (m *WrapperUInt64) Validate() error

Validate checks the field values on WrapperUInt64 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WrapperUInt64) ValidateAll

func (m *WrapperUInt64) ValidateAll() error

ValidateAll checks the field values on WrapperUInt64 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WrapperUInt64MultiError, or nil if none found.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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