govalidatortest

package
v0.0.0-...-c713541 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Enum1_name = map[int32]string{
		0: "January",
		1: "February",
		2: "March",
		3: "April",
		4: "May",
		8: "June",
	}
	Enum1_value = map[string]int32{
		"January":  0,
		"February": 1,
		"March":    2,
		"April":    3,
		"May":      4,
		"June":     8,
	}
)

Enum value maps for Enum1.

View Source
var File_xgo_tests_govalidatortest_govalidator_test_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CheckIfOptions1

type CheckIfOptions1 struct {

	// Types that are assignable to OneofType1:
	//	*CheckIfOptions1_Oneof1String1
	OneofType1   isCheckIfOptions1_OneofType1 `protobuf_oneof:"oneof_type1"`
	TBasicString string                       `protobuf:"bytes,10,opt,name=t_basic_string,json=tBasicString,proto3" json:"t_basic_string,omitempty"`
	TListString  []string                     `protobuf:"bytes,11,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TMapString   map[string]string            `` /* 182-byte string literal not displayed */
	// Types that are assignable to OneofType2:
	//	*CheckIfOptions1_Oneof2String
	OneofType2 isCheckIfOptions1_OneofType2 `protobuf_oneof:"oneof_type2"`
	// contains filtered or unexported fields
}

message for check if.

func (*CheckIfOptions1) Descriptor deprecated

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

Deprecated: Use CheckIfOptions1.ProtoReflect.Descriptor instead.

func (*CheckIfOptions1) GetOneof1String1

func (x *CheckIfOptions1) GetOneof1String1() string

func (*CheckIfOptions1) GetOneof2String

func (x *CheckIfOptions1) GetOneof2String() string

func (*CheckIfOptions1) GetOneofType1

func (m *CheckIfOptions1) GetOneofType1() isCheckIfOptions1_OneofType1

func (*CheckIfOptions1) GetOneofType2

func (m *CheckIfOptions1) GetOneofType2() isCheckIfOptions1_OneofType2

func (*CheckIfOptions1) GetTBasicString

func (x *CheckIfOptions1) GetTBasicString() string

func (*CheckIfOptions1) GetTListString

func (x *CheckIfOptions1) GetTListString() []string

func (*CheckIfOptions1) GetTMapString

func (x *CheckIfOptions1) GetTMapString() map[string]string

func (*CheckIfOptions1) ProtoMessage

func (*CheckIfOptions1) ProtoMessage()

func (*CheckIfOptions1) ProtoReflect

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

func (*CheckIfOptions1) Reset

func (x *CheckIfOptions1) Reset()

func (*CheckIfOptions1) String

func (x *CheckIfOptions1) String() string

func (*CheckIfOptions1) Validate

func (this *CheckIfOptions1) Validate() error

Set default value for message govalidatortest.CheckIfOptions1

type CheckIfOptions1_Oneof1String1

type CheckIfOptions1_Oneof1String1 struct {
	Oneof1String1 string `protobuf:"bytes,1,opt,name=oneof1_string1,json=oneof1String1,proto3,oneof"`
}

type CheckIfOptions1_Oneof2String

type CheckIfOptions1_Oneof2String struct {
	Oneof2String string `protobuf:"bytes,13,opt,name=oneof2_string,json=oneof2String,proto3,oneof"`
}

type CheckIfOptions2

type CheckIfOptions2 struct {

	// Types that are assignable to OneofType1:
	//	*CheckIfOptions2_Oneof1String1
	OneofType1   isCheckIfOptions2_OneofType1 `protobuf_oneof:"oneof_type1"`
	TBasicString string                       `protobuf:"bytes,10,opt,name=t_basic_string,json=tBasicString,proto3" json:"t_basic_string,omitempty"`
	TListString  []string                     `protobuf:"bytes,11,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TMapString   map[string]string            `` /* 182-byte string literal not displayed */
	// Types that are assignable to OneofType2:
	//	*CheckIfOptions2_Oneof2String
	OneofType2 isCheckIfOptions2_OneofType2 `protobuf_oneof:"oneof_type2"`
	// contains filtered or unexported fields
}

func (*CheckIfOptions2) Descriptor deprecated

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

Deprecated: Use CheckIfOptions2.ProtoReflect.Descriptor instead.

func (*CheckIfOptions2) GetOneof1String1

func (x *CheckIfOptions2) GetOneof1String1() string

func (*CheckIfOptions2) GetOneof2String

func (x *CheckIfOptions2) GetOneof2String() string

func (*CheckIfOptions2) GetOneofType1

func (m *CheckIfOptions2) GetOneofType1() isCheckIfOptions2_OneofType1

func (*CheckIfOptions2) GetOneofType2

func (m *CheckIfOptions2) GetOneofType2() isCheckIfOptions2_OneofType2

func (*CheckIfOptions2) GetTBasicString

func (x *CheckIfOptions2) GetTBasicString() string

func (*CheckIfOptions2) GetTListString

func (x *CheckIfOptions2) GetTListString() []string

func (*CheckIfOptions2) GetTMapString

func (x *CheckIfOptions2) GetTMapString() map[string]string

func (*CheckIfOptions2) ProtoMessage

func (*CheckIfOptions2) ProtoMessage()

func (*CheckIfOptions2) ProtoReflect

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

func (*CheckIfOptions2) Reset

func (x *CheckIfOptions2) Reset()

func (*CheckIfOptions2) String

func (x *CheckIfOptions2) String() string

func (*CheckIfOptions2) Validate

func (this *CheckIfOptions2) Validate() error

Set default value for message govalidatortest.CheckIfOptions2

type CheckIfOptions2_Oneof1String1

type CheckIfOptions2_Oneof1String1 struct {
	Oneof1String1 string `protobuf:"bytes,1,opt,name=oneof1_string1,json=oneof1String1,proto3,oneof"`
}

type CheckIfOptions2_Oneof2String

type CheckIfOptions2_Oneof2String struct {
	Oneof2String string `protobuf:"bytes,13,opt,name=oneof2_string,json=oneof2String,proto3,oneof"`
}

type CheckIfOptions3

type CheckIfOptions3 struct {
	SeedString1  string            `protobuf:"bytes,1,opt,name=seed_string1,json=seedString1,proto3" json:"seed_string1,omitempty"`
	TBasicString string            `protobuf:"bytes,10,opt,name=t_basic_string,json=tBasicString,proto3" json:"t_basic_string,omitempty"`
	TListString  []string          `protobuf:"bytes,11,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TMapString   map[string]string `` /* 182-byte string literal not displayed */
	// Types that are assignable to OneofType2:
	//	*CheckIfOptions3_Oneof2String
	OneofType2 isCheckIfOptions3_OneofType2 `protobuf_oneof:"oneof_type2"`
	// contains filtered or unexported fields
}

func (*CheckIfOptions3) Descriptor deprecated

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

Deprecated: Use CheckIfOptions3.ProtoReflect.Descriptor instead.

func (*CheckIfOptions3) GetOneof2String

func (x *CheckIfOptions3) GetOneof2String() string

func (*CheckIfOptions3) GetOneofType2

func (m *CheckIfOptions3) GetOneofType2() isCheckIfOptions3_OneofType2

func (*CheckIfOptions3) GetSeedString1

func (x *CheckIfOptions3) GetSeedString1() string

func (*CheckIfOptions3) GetTBasicString

func (x *CheckIfOptions3) GetTBasicString() string

func (*CheckIfOptions3) GetTListString

func (x *CheckIfOptions3) GetTListString() []string

func (*CheckIfOptions3) GetTMapString

func (x *CheckIfOptions3) GetTMapString() map[string]string

func (*CheckIfOptions3) ProtoMessage

func (*CheckIfOptions3) ProtoMessage()

func (*CheckIfOptions3) ProtoReflect

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

func (*CheckIfOptions3) Reset

func (x *CheckIfOptions3) Reset()

func (*CheckIfOptions3) String

func (x *CheckIfOptions3) String() string

func (*CheckIfOptions3) Validate

func (this *CheckIfOptions3) Validate() error

Set default value for message govalidatortest.CheckIfOptions3

type CheckIfOptions3_Oneof2String

type CheckIfOptions3_Oneof2String struct {
	Oneof2String string `protobuf:"bytes,13,opt,name=oneof2_string,json=oneof2String,proto3,oneof"`
}

type CheckIfOptions4

type CheckIfOptions4 struct {

	// Types that are assignable to OneofType1:
	//	*CheckIfOptions4_Oneof1String1
	OneofType1   isCheckIfOptions4_OneofType1 `protobuf_oneof:"oneof_type1"`
	TBasicString string                       `protobuf:"bytes,10,opt,name=t_basic_string,json=tBasicString,proto3" json:"t_basic_string,omitempty"`
	TListString  []string                     `protobuf:"bytes,11,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TMapString   map[string]string            `` /* 182-byte string literal not displayed */
	// Types that are assignable to OneofType2:
	//	*CheckIfOptions4_Oneof2String
	OneofType2 isCheckIfOptions4_OneofType2 `protobuf_oneof:"oneof_type2"`
	// contains filtered or unexported fields
}

func (*CheckIfOptions4) Descriptor deprecated

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

Deprecated: Use CheckIfOptions4.ProtoReflect.Descriptor instead.

func (*CheckIfOptions4) GetOneof1String1

func (x *CheckIfOptions4) GetOneof1String1() string

func (*CheckIfOptions4) GetOneof2String

func (x *CheckIfOptions4) GetOneof2String() string

func (*CheckIfOptions4) GetOneofType1

func (m *CheckIfOptions4) GetOneofType1() isCheckIfOptions4_OneofType1

func (*CheckIfOptions4) GetOneofType2

func (m *CheckIfOptions4) GetOneofType2() isCheckIfOptions4_OneofType2

func (*CheckIfOptions4) GetTBasicString

func (x *CheckIfOptions4) GetTBasicString() string

func (*CheckIfOptions4) GetTListString

func (x *CheckIfOptions4) GetTListString() []string

func (*CheckIfOptions4) GetTMapString

func (x *CheckIfOptions4) GetTMapString() map[string]string

func (*CheckIfOptions4) ProtoMessage

func (*CheckIfOptions4) ProtoMessage()

func (*CheckIfOptions4) ProtoReflect

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

func (*CheckIfOptions4) Reset

func (x *CheckIfOptions4) Reset()

func (*CheckIfOptions4) String

func (x *CheckIfOptions4) String() string

func (*CheckIfOptions4) Validate

func (this *CheckIfOptions4) Validate() error

Set default value for message govalidatortest.CheckIfOptions4

type CheckIfOptions4_Oneof1String1

type CheckIfOptions4_Oneof1String1 struct {
	Oneof1String1 string `protobuf:"bytes,1,opt,name=oneof1_string1,json=oneof1String1,proto3,oneof"`
}

type CheckIfOptions4_Oneof2String

type CheckIfOptions4_Oneof2String struct {
	Oneof2String string `protobuf:"bytes,13,opt,name=oneof2_string,json=oneof2String,proto3,oneof"`
}

type CheckIfOptions5

type CheckIfOptions5 struct {
	SeedString1  string            `protobuf:"bytes,1,opt,name=seed_string1,json=seedString1,proto3" json:"seed_string1,omitempty"`
	TBasicString string            `protobuf:"bytes,10,opt,name=t_basic_string,json=tBasicString,proto3" json:"t_basic_string,omitempty"`
	TListString  []string          `protobuf:"bytes,11,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TMapString   map[string]string `` /* 182-byte string literal not displayed */
	// Types that are assignable to OneofType2:
	//	*CheckIfOptions5_Oneof2String
	OneofType2 isCheckIfOptions5_OneofType2 `protobuf_oneof:"oneof_type2"`
	// contains filtered or unexported fields
}

func (*CheckIfOptions5) Descriptor deprecated

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

Deprecated: Use CheckIfOptions5.ProtoReflect.Descriptor instead.

func (*CheckIfOptions5) GetOneof2String

func (x *CheckIfOptions5) GetOneof2String() string

func (*CheckIfOptions5) GetOneofType2

func (m *CheckIfOptions5) GetOneofType2() isCheckIfOptions5_OneofType2

func (*CheckIfOptions5) GetSeedString1

func (x *CheckIfOptions5) GetSeedString1() string

func (*CheckIfOptions5) GetTBasicString

func (x *CheckIfOptions5) GetTBasicString() string

func (*CheckIfOptions5) GetTListString

func (x *CheckIfOptions5) GetTListString() []string

func (*CheckIfOptions5) GetTMapString

func (x *CheckIfOptions5) GetTMapString() map[string]string

func (*CheckIfOptions5) ProtoMessage

func (*CheckIfOptions5) ProtoMessage()

func (*CheckIfOptions5) ProtoReflect

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

func (*CheckIfOptions5) Reset

func (x *CheckIfOptions5) Reset()

func (*CheckIfOptions5) String

func (x *CheckIfOptions5) String() string

func (*CheckIfOptions5) Validate

func (this *CheckIfOptions5) Validate() error

Set default value for message govalidatortest.CheckIfOptions5

type CheckIfOptions5_Oneof2String

type CheckIfOptions5_Oneof2String struct {
	Oneof2String string `protobuf:"bytes,13,opt,name=oneof2_string,json=oneof2String,proto3,oneof"`
}

type CheckIfOptions6

type CheckIfOptions6 struct {
	SeedMapString map[string]string `` /* 190-byte string literal not displayed */
	TMapString1   map[string]string `` /* 185-byte string literal not displayed */
	TMapString2   map[string]string `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CheckIfOptions6) Descriptor deprecated

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

Deprecated: Use CheckIfOptions6.ProtoReflect.Descriptor instead.

func (*CheckIfOptions6) GetSeedMapString

func (x *CheckIfOptions6) GetSeedMapString() map[string]string

func (*CheckIfOptions6) GetTMapString1

func (x *CheckIfOptions6) GetTMapString1() map[string]string

func (*CheckIfOptions6) GetTMapString2

func (x *CheckIfOptions6) GetTMapString2() map[string]string

func (*CheckIfOptions6) ProtoMessage

func (*CheckIfOptions6) ProtoMessage()

func (*CheckIfOptions6) ProtoReflect

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

func (*CheckIfOptions6) Reset

func (x *CheckIfOptions6) Reset()

func (*CheckIfOptions6) String

func (x *CheckIfOptions6) String() string

func (*CheckIfOptions6) Validate

func (this *CheckIfOptions6) Validate() error

Set default value for message govalidatortest.CheckIfOptions6

type Config

type Config struct {
	Ip   string `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Port int32  `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetIp

func (x *Config) GetIp() string

func (*Config) GetPort

func (x *Config) GetPort() int32

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

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

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

func (*Config) Validate

func (this *Config) Validate() error

Set default value for message govalidatortest.Config

type Enum1

type Enum1 int32
const (
	Enum1_January  Enum1 = 0
	Enum1_February Enum1 = 1
	Enum1_March    Enum1 = 2
	Enum1_April    Enum1 = 3
	Enum1_May      Enum1 = 4
	Enum1_June     Enum1 = 8
)

func (Enum1) Descriptor

func (Enum1) Descriptor() protoreflect.EnumDescriptor

func (Enum1) Enum

func (x Enum1) Enum() *Enum1

func (Enum1) EnumDescriptor deprecated

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

Deprecated: Use Enum1.Descriptor instead.

func (Enum1) Number

func (x Enum1) Number() protoreflect.EnumNumber

func (Enum1) String

func (x Enum1) String() string

func (Enum1) Type

func (Enum1) Type() protoreflect.EnumType

type ValidBoolTags1

type ValidBoolTags1 struct {
	TBoolGeneral_1   bool  `protobuf:"varint,1,opt,name=t_bool_general_1,json=tBoolGeneral1,proto3" json:"t_bool_general_1,omitempty"`
	TBoolGeneral_2   bool  `protobuf:"varint,2,opt,name=t_bool_general_2,json=tBoolGeneral2,proto3" json:"t_bool_general_2,omitempty"`
	TBoolGeneral_3   bool  `protobuf:"varint,3,opt,name=t_bool_general_3,json=tBoolGeneral3,proto3" json:"t_bool_general_3,omitempty"`
	TBoolGeneral_4   bool  `protobuf:"varint,4,opt,name=t_bool_general_4,json=tBoolGeneral4,proto3" json:"t_bool_general_4,omitempty"`
	TBoolGeneralEq1  bool  `protobuf:"varint,11,opt,name=t_bool_general_eq1,json=tBoolGeneralEq1,proto3" json:"t_bool_general_eq1,omitempty"`
	TBoolOptional_1  *bool `protobuf:"varint,21,opt,name=t_bool_optional_1,json=tBoolOptional1,proto3,oneof" json:"t_bool_optional_1,omitempty"`
	TBoolOptional_2  *bool `protobuf:"varint,22,opt,name=t_bool_optional_2,json=tBoolOptional2,proto3,oneof" json:"t_bool_optional_2,omitempty"`
	TBoolOptional_3  *bool `protobuf:"varint,23,opt,name=t_bool_optional_3,json=tBoolOptional3,proto3,oneof" json:"t_bool_optional_3,omitempty"`
	TBoolOptional_4  *bool `protobuf:"varint,24,opt,name=t_bool_optional_4,json=tBoolOptional4,proto3,oneof" json:"t_bool_optional_4,omitempty"`
	TBoolOptionalEq1 *bool `protobuf:"varint,31,opt,name=t_bool_optional_eq1,json=tBoolOptionalEq1,proto3,oneof" json:"t_bool_optional_eq1,omitempty"`
	// Types that are assignable to OneTyp1:
	//	*ValidBoolTags1_TBoolOnfof_1
	//	*ValidBoolTags1_TBoolOnfof_2
	//	*ValidBoolTags1_TBoolOnfof_3
	//	*ValidBoolTags1_TBoolOnfof_4
	//	*ValidBoolTags1_TBoolOneofEq1
	OneTyp1 isValidBoolTags1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidUintTagsOneOf1 for test option tag BoolTags with field.

func (*ValidBoolTags1) Descriptor deprecated

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

Deprecated: Use ValidBoolTags1.ProtoReflect.Descriptor instead.

func (*ValidBoolTags1) GetOneTyp1

func (m *ValidBoolTags1) GetOneTyp1() isValidBoolTags1_OneTyp1

func (*ValidBoolTags1) GetTBoolGeneralEq1

func (x *ValidBoolTags1) GetTBoolGeneralEq1() bool

func (*ValidBoolTags1) GetTBoolGeneral_1

func (x *ValidBoolTags1) GetTBoolGeneral_1() bool

func (*ValidBoolTags1) GetTBoolGeneral_2

func (x *ValidBoolTags1) GetTBoolGeneral_2() bool

func (*ValidBoolTags1) GetTBoolGeneral_3

func (x *ValidBoolTags1) GetTBoolGeneral_3() bool

func (*ValidBoolTags1) GetTBoolGeneral_4

func (x *ValidBoolTags1) GetTBoolGeneral_4() bool

func (*ValidBoolTags1) GetTBoolOneofEq1

func (x *ValidBoolTags1) GetTBoolOneofEq1() bool

func (*ValidBoolTags1) GetTBoolOnfof_1

func (x *ValidBoolTags1) GetTBoolOnfof_1() bool

func (*ValidBoolTags1) GetTBoolOnfof_2

func (x *ValidBoolTags1) GetTBoolOnfof_2() bool

func (*ValidBoolTags1) GetTBoolOnfof_3

func (x *ValidBoolTags1) GetTBoolOnfof_3() bool

func (*ValidBoolTags1) GetTBoolOnfof_4

func (x *ValidBoolTags1) GetTBoolOnfof_4() bool

func (*ValidBoolTags1) GetTBoolOptionalEq1

func (x *ValidBoolTags1) GetTBoolOptionalEq1() bool

func (*ValidBoolTags1) GetTBoolOptional_1

func (x *ValidBoolTags1) GetTBoolOptional_1() bool

func (*ValidBoolTags1) GetTBoolOptional_2

func (x *ValidBoolTags1) GetTBoolOptional_2() bool

func (*ValidBoolTags1) GetTBoolOptional_3

func (x *ValidBoolTags1) GetTBoolOptional_3() bool

func (*ValidBoolTags1) GetTBoolOptional_4

func (x *ValidBoolTags1) GetTBoolOptional_4() bool

func (*ValidBoolTags1) ProtoMessage

func (*ValidBoolTags1) ProtoMessage()

func (*ValidBoolTags1) ProtoReflect

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

func (*ValidBoolTags1) Reset

func (x *ValidBoolTags1) Reset()

func (*ValidBoolTags1) String

func (x *ValidBoolTags1) String() string

func (*ValidBoolTags1) Validate

func (this *ValidBoolTags1) Validate() error

Set default value for message govalidatortest.ValidBoolTags1

type ValidBoolTags1_TBoolOneofEq1

type ValidBoolTags1_TBoolOneofEq1 struct {
	TBoolOneofEq1 bool `protobuf:"varint,51,opt,name=t_bool_oneof_eq1,json=tBoolOneofEq1,proto3,oneof"`
}

type ValidBoolTags1_TBoolOnfof_1

type ValidBoolTags1_TBoolOnfof_1 struct {
	TBoolOnfof_1 bool `protobuf:"varint,41,opt,name=t_bool_onfof_1,json=tBoolOnfof1,proto3,oneof"`
}

type ValidBoolTags1_TBoolOnfof_2

type ValidBoolTags1_TBoolOnfof_2 struct {
	TBoolOnfof_2 bool `protobuf:"varint,42,opt,name=t_bool_onfof_2,json=tBoolOnfof2,proto3,oneof"`
}

type ValidBoolTags1_TBoolOnfof_3

type ValidBoolTags1_TBoolOnfof_3 struct {
	TBoolOnfof_3 bool `protobuf:"varint,43,opt,name=t_bool_onfof_3,json=tBoolOnfof3,proto3,oneof"`
}

type ValidBoolTags1_TBoolOnfof_4

type ValidBoolTags1_TBoolOnfof_4 struct {
	TBoolOnfof_4 bool `protobuf:"varint,44,opt,name=t_bool_onfof_4,json=tBoolOnfof4,proto3,oneof"`
}

type ValidBytesTags1

type ValidBytesTags1 struct {
	TBytes_1      []byte `protobuf:"bytes,1,opt,name=t_bytes_1,json=tBytes1,proto3" json:"t_bytes_1,omitempty"`
	TBytes_2      []byte `protobuf:"bytes,2,opt,name=t_bytes_2,json=tBytes2,proto3" json:"t_bytes_2,omitempty"`
	TBytes_3      []byte `protobuf:"bytes,3,opt,name=t_bytes_3,json=tBytes3,proto3" json:"t_bytes_3,omitempty"`
	TBytes_4      []byte `protobuf:"bytes,4,opt,name=t_bytes_4,json=tBytes4,proto3" json:"t_bytes_4,omitempty"`
	TBytesLenEq1  []byte `protobuf:"bytes,10,opt,name=t_bytes_len_eq1,json=tBytesLenEq1,proto3" json:"t_bytes_len_eq1,omitempty"`
	TBytesLenNe1  []byte `protobuf:"bytes,11,opt,name=t_bytes_len_ne1,json=tBytesLenNe1,proto3" json:"t_bytes_len_ne1,omitempty"`
	TBytesLenLt1  []byte `protobuf:"bytes,12,opt,name=t_bytes_len_lt1,json=tBytesLenLt1,proto3" json:"t_bytes_len_lt1,omitempty"`
	TBytesLenGt1  []byte `protobuf:"bytes,13,opt,name=t_bytes_len_gt1,json=tBytesLenGt1,proto3" json:"t_bytes_len_gt1,omitempty"`
	TBytesLenLte1 []byte `protobuf:"bytes,14,opt,name=t_bytes_len_lte1,json=tBytesLenLte1,proto3" json:"t_bytes_len_lte1,omitempty"`
	TBytesLenGte1 []byte `protobuf:"bytes,15,opt,name=t_bytes_len_gte1,json=tBytesLenGte1,proto3" json:"t_bytes_len_gte1,omitempty"`
	// contains filtered or unexported fields
}

ValidBytesTags1 for test option tag ValidBytes with field.

func (*ValidBytesTags1) Descriptor deprecated

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

Deprecated: Use ValidBytesTags1.ProtoReflect.Descriptor instead.

func (*ValidBytesTags1) GetTBytesLenEq1

func (x *ValidBytesTags1) GetTBytesLenEq1() []byte

func (*ValidBytesTags1) GetTBytesLenGt1

func (x *ValidBytesTags1) GetTBytesLenGt1() []byte

func (*ValidBytesTags1) GetTBytesLenGte1

func (x *ValidBytesTags1) GetTBytesLenGte1() []byte

func (*ValidBytesTags1) GetTBytesLenLt1

func (x *ValidBytesTags1) GetTBytesLenLt1() []byte

func (*ValidBytesTags1) GetTBytesLenLte1

func (x *ValidBytesTags1) GetTBytesLenLte1() []byte

func (*ValidBytesTags1) GetTBytesLenNe1

func (x *ValidBytesTags1) GetTBytesLenNe1() []byte

func (*ValidBytesTags1) GetTBytes_1

func (x *ValidBytesTags1) GetTBytes_1() []byte

func (*ValidBytesTags1) GetTBytes_2

func (x *ValidBytesTags1) GetTBytes_2() []byte

func (*ValidBytesTags1) GetTBytes_3

func (x *ValidBytesTags1) GetTBytes_3() []byte

func (*ValidBytesTags1) GetTBytes_4

func (x *ValidBytesTags1) GetTBytes_4() []byte

func (*ValidBytesTags1) ProtoMessage

func (*ValidBytesTags1) ProtoMessage()

func (*ValidBytesTags1) ProtoReflect

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

func (*ValidBytesTags1) Reset

func (x *ValidBytesTags1) Reset()

func (*ValidBytesTags1) String

func (x *ValidBytesTags1) String() string

func (*ValidBytesTags1) Validate

func (this *ValidBytesTags1) Validate() error

Set default value for message govalidatortest.ValidBytesTags1

type ValidEnumTagsGeneral1

type ValidEnumTagsGeneral1 struct {
	TEnum_1      Enum1 `protobuf:"varint,1,opt,name=t_enum_1,json=tEnum1,proto3,enum=govalidatortest.Enum1" json:"t_enum_1,omitempty"`
	TEnum_2      Enum1 `protobuf:"varint,2,opt,name=t_enum_2,json=tEnum2,proto3,enum=govalidatortest.Enum1" json:"t_enum_2,omitempty"`
	TEnum_3      Enum1 `protobuf:"varint,3,opt,name=t_enum_3,json=tEnum3,proto3,enum=govalidatortest.Enum1" json:"t_enum_3,omitempty"`
	TEnum_4      Enum1 `protobuf:"varint,4,opt,name=t_enum_4,json=tEnum4,proto3,enum=govalidatortest.Enum1" json:"t_enum_4,omitempty"`
	TEnumEq1     Enum1 `protobuf:"varint,10,opt,name=t_enum_eq1,json=tEnumEq1,proto3,enum=govalidatortest.Enum1" json:"t_enum_eq1,omitempty"`
	TEnumNe1     Enum1 `protobuf:"varint,11,opt,name=t_enum_ne1,json=tEnumNe1,proto3,enum=govalidatortest.Enum1" json:"t_enum_ne1,omitempty"`
	TEnumLt1     Enum1 `protobuf:"varint,12,opt,name=t_enum_lt1,json=tEnumLt1,proto3,enum=govalidatortest.Enum1" json:"t_enum_lt1,omitempty"`
	TEnumGt1     Enum1 `protobuf:"varint,13,opt,name=t_enum_gt1,json=tEnumGt1,proto3,enum=govalidatortest.Enum1" json:"t_enum_gt1,omitempty"`
	TEnumLte1    Enum1 `protobuf:"varint,14,opt,name=t_enum_lte1,json=tEnumLte1,proto3,enum=govalidatortest.Enum1" json:"t_enum_lte1,omitempty"`
	TEnumGte1    Enum1 `protobuf:"varint,15,opt,name=t_enum_gte1,json=tEnumGte1,proto3,enum=govalidatortest.Enum1" json:"t_enum_gte1,omitempty"`
	TEnumIn1     Enum1 `protobuf:"varint,16,opt,name=t_enum_in1,json=tEnumIn1,proto3,enum=govalidatortest.Enum1" json:"t_enum_in1,omitempty"`
	TEnumNotIn1  Enum1 `` /* 127-byte string literal not displayed */
	TEnumInEnums Enum1 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidEnumTagsGeneral1 for test option tag EnumTags with general field.

func (*ValidEnumTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidEnumTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidEnumTagsGeneral1) GetTEnumEq1

func (x *ValidEnumTagsGeneral1) GetTEnumEq1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumGt1

func (x *ValidEnumTagsGeneral1) GetTEnumGt1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumGte1

func (x *ValidEnumTagsGeneral1) GetTEnumGte1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumIn1

func (x *ValidEnumTagsGeneral1) GetTEnumIn1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumInEnums

func (x *ValidEnumTagsGeneral1) GetTEnumInEnums() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumLt1

func (x *ValidEnumTagsGeneral1) GetTEnumLt1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumLte1

func (x *ValidEnumTagsGeneral1) GetTEnumLte1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumNe1

func (x *ValidEnumTagsGeneral1) GetTEnumNe1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnumNotIn1

func (x *ValidEnumTagsGeneral1) GetTEnumNotIn1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnum_1

func (x *ValidEnumTagsGeneral1) GetTEnum_1() Enum1

func (*ValidEnumTagsGeneral1) GetTEnum_2

func (x *ValidEnumTagsGeneral1) GetTEnum_2() Enum1

func (*ValidEnumTagsGeneral1) GetTEnum_3

func (x *ValidEnumTagsGeneral1) GetTEnum_3() Enum1

func (*ValidEnumTagsGeneral1) GetTEnum_4

func (x *ValidEnumTagsGeneral1) GetTEnum_4() Enum1

func (*ValidEnumTagsGeneral1) ProtoMessage

func (*ValidEnumTagsGeneral1) ProtoMessage()

func (*ValidEnumTagsGeneral1) ProtoReflect

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

func (*ValidEnumTagsGeneral1) Reset

func (x *ValidEnumTagsGeneral1) Reset()

func (*ValidEnumTagsGeneral1) String

func (x *ValidEnumTagsGeneral1) String() string

func (*ValidEnumTagsGeneral1) Validate

func (this *ValidEnumTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidEnumTagsGeneral1

type ValidEnumTagsOneOf1

type ValidEnumTagsOneOf1 struct {

	// Types that are assignable to OneTyp1:
	//	*ValidEnumTagsOneOf1_TEnum_1
	//	*ValidEnumTagsOneOf1_TEnum_2
	//	*ValidEnumTagsOneOf1_TEnum_3
	//	*ValidEnumTagsOneOf1_TEnum_4
	//	*ValidEnumTagsOneOf1_TEnumEq1
	//	*ValidEnumTagsOneOf1_TEnumNe1
	//	*ValidEnumTagsOneOf1_TEnumLt1
	//	*ValidEnumTagsOneOf1_TEnumGt1
	//	*ValidEnumTagsOneOf1_TEnumLte1
	//	*ValidEnumTagsOneOf1_TEnumGte1
	//	*ValidEnumTagsOneOf1_TEnumIn1
	//	*ValidEnumTagsOneOf1_TEnumNotIn1
	//	*ValidEnumTagsOneOf1_TEnumInEnums
	OneTyp1 isValidEnumTagsOneOf1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidEnumTagsOneOf1 for test option tag EnumTags with oneof field.

func (*ValidEnumTagsOneOf1) Descriptor deprecated

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

Deprecated: Use ValidEnumTagsOneOf1.ProtoReflect.Descriptor instead.

func (*ValidEnumTagsOneOf1) GetOneTyp1

func (m *ValidEnumTagsOneOf1) GetOneTyp1() isValidEnumTagsOneOf1_OneTyp1

func (*ValidEnumTagsOneOf1) GetTEnumEq1

func (x *ValidEnumTagsOneOf1) GetTEnumEq1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumGt1

func (x *ValidEnumTagsOneOf1) GetTEnumGt1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumGte1

func (x *ValidEnumTagsOneOf1) GetTEnumGte1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumIn1

func (x *ValidEnumTagsOneOf1) GetTEnumIn1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumInEnums

func (x *ValidEnumTagsOneOf1) GetTEnumInEnums() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumLt1

func (x *ValidEnumTagsOneOf1) GetTEnumLt1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumLte1

func (x *ValidEnumTagsOneOf1) GetTEnumLte1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumNe1

func (x *ValidEnumTagsOneOf1) GetTEnumNe1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnumNotIn1

func (x *ValidEnumTagsOneOf1) GetTEnumNotIn1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnum_1

func (x *ValidEnumTagsOneOf1) GetTEnum_1() Enum1

func (*ValidEnumTagsOneOf1) GetTEnum_2

func (x *ValidEnumTagsOneOf1) GetTEnum_2() Enum1

func (*ValidEnumTagsOneOf1) GetTEnum_3

func (x *ValidEnumTagsOneOf1) GetTEnum_3() Enum1

func (*ValidEnumTagsOneOf1) GetTEnum_4

func (x *ValidEnumTagsOneOf1) GetTEnum_4() Enum1

func (*ValidEnumTagsOneOf1) ProtoMessage

func (*ValidEnumTagsOneOf1) ProtoMessage()

func (*ValidEnumTagsOneOf1) ProtoReflect

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

func (*ValidEnumTagsOneOf1) Reset

func (x *ValidEnumTagsOneOf1) Reset()

func (*ValidEnumTagsOneOf1) String

func (x *ValidEnumTagsOneOf1) String() string

func (*ValidEnumTagsOneOf1) Validate

func (this *ValidEnumTagsOneOf1) Validate() error

Set default value for message govalidatortest.ValidEnumTagsOneOf1

type ValidEnumTagsOneOf1_TEnumEq1

type ValidEnumTagsOneOf1_TEnumEq1 struct {
	TEnumEq1 Enum1 `protobuf:"varint,10,opt,name=t_enum_eq1,json=tEnumEq1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumGt1

type ValidEnumTagsOneOf1_TEnumGt1 struct {
	TEnumGt1 Enum1 `protobuf:"varint,13,opt,name=t_enum_gt1,json=tEnumGt1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumGte1

type ValidEnumTagsOneOf1_TEnumGte1 struct {
	TEnumGte1 Enum1 `protobuf:"varint,15,opt,name=t_enum_gte1,json=tEnumGte1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumIn1

type ValidEnumTagsOneOf1_TEnumIn1 struct {
	TEnumIn1 Enum1 `protobuf:"varint,16,opt,name=t_enum_in1,json=tEnumIn1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumInEnums

type ValidEnumTagsOneOf1_TEnumInEnums struct {
	TEnumInEnums Enum1 `protobuf:"varint,18,opt,name=t_enum_in_enums,json=tEnumInEnums,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumLt1

type ValidEnumTagsOneOf1_TEnumLt1 struct {
	TEnumLt1 Enum1 `protobuf:"varint,12,opt,name=t_enum_lt1,json=tEnumLt1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumLte1

type ValidEnumTagsOneOf1_TEnumLte1 struct {
	TEnumLte1 Enum1 `protobuf:"varint,14,opt,name=t_enum_lte1,json=tEnumLte1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumNe1

type ValidEnumTagsOneOf1_TEnumNe1 struct {
	TEnumNe1 Enum1 `protobuf:"varint,11,opt,name=t_enum_ne1,json=tEnumNe1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnumNotIn1

type ValidEnumTagsOneOf1_TEnumNotIn1 struct {
	TEnumNotIn1 Enum1 `protobuf:"varint,17,opt,name=t_enum_not_in1,json=tEnumNotIn1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnum_1

type ValidEnumTagsOneOf1_TEnum_1 struct {
	TEnum_1 Enum1 `protobuf:"varint,1,opt,name=t_enum_1,json=tEnum1,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnum_2

type ValidEnumTagsOneOf1_TEnum_2 struct {
	TEnum_2 Enum1 `protobuf:"varint,2,opt,name=t_enum_2,json=tEnum2,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnum_3

type ValidEnumTagsOneOf1_TEnum_3 struct {
	TEnum_3 Enum1 `protobuf:"varint,3,opt,name=t_enum_3,json=tEnum3,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOneOf1_TEnum_4

type ValidEnumTagsOneOf1_TEnum_4 struct {
	TEnum_4 Enum1 `protobuf:"varint,4,opt,name=t_enum_4,json=tEnum4,proto3,enum=govalidatortest.Enum1,oneof"`
}

type ValidEnumTagsOptional1

type ValidEnumTagsOptional1 struct {
	TEnum_1      *Enum1 `protobuf:"varint,1,opt,name=t_enum_1,json=tEnum1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_1,omitempty"`
	TEnum_2      *Enum1 `protobuf:"varint,2,opt,name=t_enum_2,json=tEnum2,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_2,omitempty"`
	TEnum_3      *Enum1 `protobuf:"varint,3,opt,name=t_enum_3,json=tEnum3,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_3,omitempty"`
	TEnum_4      *Enum1 `protobuf:"varint,4,opt,name=t_enum_4,json=tEnum4,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_4,omitempty"`
	TEnumEq1     *Enum1 `protobuf:"varint,10,opt,name=t_enum_eq1,json=tEnumEq1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_eq1,omitempty"`
	TEnumNe1     *Enum1 `protobuf:"varint,11,opt,name=t_enum_ne1,json=tEnumNe1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_ne1,omitempty"`
	TEnumLt1     *Enum1 `protobuf:"varint,12,opt,name=t_enum_lt1,json=tEnumLt1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_lt1,omitempty"`
	TEnumGt1     *Enum1 `protobuf:"varint,13,opt,name=t_enum_gt1,json=tEnumGt1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_gt1,omitempty"`
	TEnumLte1    *Enum1 `protobuf:"varint,14,opt,name=t_enum_lte1,json=tEnumLte1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_lte1,omitempty"`
	TEnumGte1    *Enum1 `protobuf:"varint,15,opt,name=t_enum_gte1,json=tEnumGte1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_gte1,omitempty"`
	TEnumIn1     *Enum1 `protobuf:"varint,16,opt,name=t_enum_in1,json=tEnumIn1,proto3,enum=govalidatortest.Enum1,oneof" json:"t_enum_in1,omitempty"`
	TEnumNotIn1  *Enum1 `` /* 133-byte string literal not displayed */
	TEnumInEnums *Enum1 `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidEnumTagsOptional1 for test option tag EnumTags with optional field.

func (*ValidEnumTagsOptional1) Descriptor deprecated

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

Deprecated: Use ValidEnumTagsOptional1.ProtoReflect.Descriptor instead.

func (*ValidEnumTagsOptional1) GetTEnumEq1

func (x *ValidEnumTagsOptional1) GetTEnumEq1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumGt1

func (x *ValidEnumTagsOptional1) GetTEnumGt1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumGte1

func (x *ValidEnumTagsOptional1) GetTEnumGte1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumIn1

func (x *ValidEnumTagsOptional1) GetTEnumIn1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumInEnums

func (x *ValidEnumTagsOptional1) GetTEnumInEnums() Enum1

func (*ValidEnumTagsOptional1) GetTEnumLt1

func (x *ValidEnumTagsOptional1) GetTEnumLt1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumLte1

func (x *ValidEnumTagsOptional1) GetTEnumLte1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumNe1

func (x *ValidEnumTagsOptional1) GetTEnumNe1() Enum1

func (*ValidEnumTagsOptional1) GetTEnumNotIn1

func (x *ValidEnumTagsOptional1) GetTEnumNotIn1() Enum1

func (*ValidEnumTagsOptional1) GetTEnum_1

func (x *ValidEnumTagsOptional1) GetTEnum_1() Enum1

func (*ValidEnumTagsOptional1) GetTEnum_2

func (x *ValidEnumTagsOptional1) GetTEnum_2() Enum1

func (*ValidEnumTagsOptional1) GetTEnum_3

func (x *ValidEnumTagsOptional1) GetTEnum_3() Enum1

func (*ValidEnumTagsOptional1) GetTEnum_4

func (x *ValidEnumTagsOptional1) GetTEnum_4() Enum1

func (*ValidEnumTagsOptional1) ProtoMessage

func (*ValidEnumTagsOptional1) ProtoMessage()

func (*ValidEnumTagsOptional1) ProtoReflect

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

func (*ValidEnumTagsOptional1) Reset

func (x *ValidEnumTagsOptional1) Reset()

func (*ValidEnumTagsOptional1) String

func (x *ValidEnumTagsOptional1) String() string

func (*ValidEnumTagsOptional1) Validate

func (this *ValidEnumTagsOptional1) Validate() error

Set default value for message govalidatortest.ValidEnumTagsOptional1

type ValidFloatTagsGeneral1

type ValidFloatTagsGeneral1 struct {

	// Type for float
	TFloat1      float32 `protobuf:"fixed32,1,opt,name=t_float1,json=tFloat1,proto3" json:"t_float1,omitempty"`
	TFloat2      float32 `protobuf:"fixed32,2,opt,name=t_float2,json=tFloat2,proto3" json:"t_float2,omitempty"`
	TFloat3      float32 `protobuf:"fixed32,3,opt,name=t_float3,json=tFloat3,proto3" json:"t_float3,omitempty"`
	TFloat4      float32 `protobuf:"fixed32,4,opt,name=t_float4,json=tFloat4,proto3" json:"t_float4,omitempty"`
	TFloatEq1    float32 `protobuf:"fixed32,10,opt,name=t_float_eq1,json=tFloatEq1,proto3" json:"t_float_eq1,omitempty"`
	TFloatNe1    float32 `protobuf:"fixed32,11,opt,name=t_float_ne1,json=tFloatNe1,proto3" json:"t_float_ne1,omitempty"`
	TFloatLt1    float32 `protobuf:"fixed32,12,opt,name=t_float_lt1,json=tFloatLt1,proto3" json:"t_float_lt1,omitempty"`
	TFloatGt1    float32 `protobuf:"fixed32,13,opt,name=t_float_gt1,json=tFloatGt1,proto3" json:"t_float_gt1,omitempty"`
	TFloatLte1   float32 `protobuf:"fixed32,14,opt,name=t_float_lte1,json=tFloatLte1,proto3" json:"t_float_lte1,omitempty"`
	TFloatGte1   float32 `protobuf:"fixed32,15,opt,name=t_float_gte1,json=tFloatGte1,proto3" json:"t_float_gte1,omitempty"`
	TFloatIn1    float32 `protobuf:"fixed32,16,opt,name=t_float_in1,json=tFloatIn1,proto3" json:"t_float_in1,omitempty"`
	TFloatNotIn1 float32 `protobuf:"fixed32,17,opt,name=t_float_not_in1,json=tFloatNotIn1,proto3" json:"t_float_not_in1,omitempty"`
	// Type for double
	TDouble1      float64 `protobuf:"fixed64,31,opt,name=t_double1,json=tDouble1,proto3" json:"t_double1,omitempty"`
	TDouble2      float64 `protobuf:"fixed64,32,opt,name=t_double2,json=tDouble2,proto3" json:"t_double2,omitempty"`
	TDouble3      float64 `protobuf:"fixed64,33,opt,name=t_double3,json=tDouble3,proto3" json:"t_double3,omitempty"`
	TDouble4      float64 `protobuf:"fixed64,34,opt,name=t_double4,json=tDouble4,proto3" json:"t_double4,omitempty"`
	TDoubleEq1    float64 `protobuf:"fixed64,40,opt,name=t_double_eq1,json=tDoubleEq1,proto3" json:"t_double_eq1,omitempty"`
	TDoubleNe1    float64 `protobuf:"fixed64,41,opt,name=t_double_ne1,json=tDoubleNe1,proto3" json:"t_double_ne1,omitempty"`
	TDoubleLt1    float64 `protobuf:"fixed64,42,opt,name=t_double_lt1,json=tDoubleLt1,proto3" json:"t_double_lt1,omitempty"`
	TDoubleGt1    float64 `protobuf:"fixed64,43,opt,name=t_double_gt1,json=tDoubleGt1,proto3" json:"t_double_gt1,omitempty"`
	TDoubleLte1   float64 `protobuf:"fixed64,44,opt,name=t_double_lte1,json=tDoubleLte1,proto3" json:"t_double_lte1,omitempty"`
	TDoubleGte1   float64 `protobuf:"fixed64,45,opt,name=t_double_gte1,json=tDoubleGte1,proto3" json:"t_double_gte1,omitempty"`
	TDoubleIn1    float64 `protobuf:"fixed64,46,opt,name=t_double_in1,json=tDoubleIn1,proto3" json:"t_double_in1,omitempty"`
	TDoubleNotIn1 float64 `protobuf:"fixed64,47,opt,name=t_double_not_in1,json=tDoubleNotIn1,proto3" json:"t_double_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidFloatTagsGeneral1 for test option tag FloatTags with general field.

func (*ValidFloatTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidFloatTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidFloatTagsGeneral1) GetTDouble1

func (x *ValidFloatTagsGeneral1) GetTDouble1() float64

func (*ValidFloatTagsGeneral1) GetTDouble2

func (x *ValidFloatTagsGeneral1) GetTDouble2() float64

func (*ValidFloatTagsGeneral1) GetTDouble3

func (x *ValidFloatTagsGeneral1) GetTDouble3() float64

func (*ValidFloatTagsGeneral1) GetTDouble4

func (x *ValidFloatTagsGeneral1) GetTDouble4() float64

func (*ValidFloatTagsGeneral1) GetTDoubleEq1

func (x *ValidFloatTagsGeneral1) GetTDoubleEq1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleGt1

func (x *ValidFloatTagsGeneral1) GetTDoubleGt1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleGte1

func (x *ValidFloatTagsGeneral1) GetTDoubleGte1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleIn1

func (x *ValidFloatTagsGeneral1) GetTDoubleIn1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleLt1

func (x *ValidFloatTagsGeneral1) GetTDoubleLt1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleLte1

func (x *ValidFloatTagsGeneral1) GetTDoubleLte1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleNe1

func (x *ValidFloatTagsGeneral1) GetTDoubleNe1() float64

func (*ValidFloatTagsGeneral1) GetTDoubleNotIn1

func (x *ValidFloatTagsGeneral1) GetTDoubleNotIn1() float64

func (*ValidFloatTagsGeneral1) GetTFloat1

func (x *ValidFloatTagsGeneral1) GetTFloat1() float32

func (*ValidFloatTagsGeneral1) GetTFloat2

func (x *ValidFloatTagsGeneral1) GetTFloat2() float32

func (*ValidFloatTagsGeneral1) GetTFloat3

func (x *ValidFloatTagsGeneral1) GetTFloat3() float32

func (*ValidFloatTagsGeneral1) GetTFloat4

func (x *ValidFloatTagsGeneral1) GetTFloat4() float32

func (*ValidFloatTagsGeneral1) GetTFloatEq1

func (x *ValidFloatTagsGeneral1) GetTFloatEq1() float32

func (*ValidFloatTagsGeneral1) GetTFloatGt1

func (x *ValidFloatTagsGeneral1) GetTFloatGt1() float32

func (*ValidFloatTagsGeneral1) GetTFloatGte1

func (x *ValidFloatTagsGeneral1) GetTFloatGte1() float32

func (*ValidFloatTagsGeneral1) GetTFloatIn1

func (x *ValidFloatTagsGeneral1) GetTFloatIn1() float32

func (*ValidFloatTagsGeneral1) GetTFloatLt1

func (x *ValidFloatTagsGeneral1) GetTFloatLt1() float32

func (*ValidFloatTagsGeneral1) GetTFloatLte1

func (x *ValidFloatTagsGeneral1) GetTFloatLte1() float32

func (*ValidFloatTagsGeneral1) GetTFloatNe1

func (x *ValidFloatTagsGeneral1) GetTFloatNe1() float32

func (*ValidFloatTagsGeneral1) GetTFloatNotIn1

func (x *ValidFloatTagsGeneral1) GetTFloatNotIn1() float32

func (*ValidFloatTagsGeneral1) ProtoMessage

func (*ValidFloatTagsGeneral1) ProtoMessage()

func (*ValidFloatTagsGeneral1) ProtoReflect

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

func (*ValidFloatTagsGeneral1) Reset

func (x *ValidFloatTagsGeneral1) Reset()

func (*ValidFloatTagsGeneral1) String

func (x *ValidFloatTagsGeneral1) String() string

func (*ValidFloatTagsGeneral1) Validate

func (this *ValidFloatTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidFloatTagsGeneral1

type ValidFloatTagsOneOf1

type ValidFloatTagsOneOf1 struct {

	// Types that are assignable to OneTyp1:
	//	*ValidFloatTagsOneOf1_TFloat1
	//	*ValidFloatTagsOneOf1_TFloat2
	//	*ValidFloatTagsOneOf1_TFloat3
	//	*ValidFloatTagsOneOf1_TFloat4
	//	*ValidFloatTagsOneOf1_TFloatEq1
	//	*ValidFloatTagsOneOf1_TFloatNe1
	//	*ValidFloatTagsOneOf1_TFloatLt1
	//	*ValidFloatTagsOneOf1_TFloatGt1
	//	*ValidFloatTagsOneOf1_TFloatLte1
	//	*ValidFloatTagsOneOf1_TFloatGte1
	//	*ValidFloatTagsOneOf1_TFloatIn1
	//	*ValidFloatTagsOneOf1_TFloatNotIn1
	//	*ValidFloatTagsOneOf1_TDouble1
	//	*ValidFloatTagsOneOf1_TDouble2
	//	*ValidFloatTagsOneOf1_TDouble3
	//	*ValidFloatTagsOneOf1_TDouble4
	//	*ValidFloatTagsOneOf1_TDoubleEq1
	//	*ValidFloatTagsOneOf1_TDoubleNe1
	//	*ValidFloatTagsOneOf1_TDoubleLt1
	//	*ValidFloatTagsOneOf1_TDoubleGt1
	//	*ValidFloatTagsOneOf1_TDoubleLte1
	//	*ValidFloatTagsOneOf1_TDoubleGte1
	//	*ValidFloatTagsOneOf1_TDoubleIn1
	//	*ValidFloatTagsOneOf1_TDoubleNotIn1
	OneTyp1 isValidFloatTagsOneOf1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidFloatTagsOneOf1 for test option tag FloatTags with oneof field.

func (*ValidFloatTagsOneOf1) Descriptor deprecated

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

Deprecated: Use ValidFloatTagsOneOf1.ProtoReflect.Descriptor instead.

func (*ValidFloatTagsOneOf1) GetOneTyp1

func (m *ValidFloatTagsOneOf1) GetOneTyp1() isValidFloatTagsOneOf1_OneTyp1

func (*ValidFloatTagsOneOf1) GetTDouble1

func (x *ValidFloatTagsOneOf1) GetTDouble1() float64

func (*ValidFloatTagsOneOf1) GetTDouble2

func (x *ValidFloatTagsOneOf1) GetTDouble2() float64

func (*ValidFloatTagsOneOf1) GetTDouble3

func (x *ValidFloatTagsOneOf1) GetTDouble3() float64

func (*ValidFloatTagsOneOf1) GetTDouble4

func (x *ValidFloatTagsOneOf1) GetTDouble4() float64

func (*ValidFloatTagsOneOf1) GetTDoubleEq1

func (x *ValidFloatTagsOneOf1) GetTDoubleEq1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleGt1

func (x *ValidFloatTagsOneOf1) GetTDoubleGt1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleGte1

func (x *ValidFloatTagsOneOf1) GetTDoubleGte1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleIn1

func (x *ValidFloatTagsOneOf1) GetTDoubleIn1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleLt1

func (x *ValidFloatTagsOneOf1) GetTDoubleLt1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleLte1

func (x *ValidFloatTagsOneOf1) GetTDoubleLte1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleNe1

func (x *ValidFloatTagsOneOf1) GetTDoubleNe1() float64

func (*ValidFloatTagsOneOf1) GetTDoubleNotIn1

func (x *ValidFloatTagsOneOf1) GetTDoubleNotIn1() float64

func (*ValidFloatTagsOneOf1) GetTFloat1

func (x *ValidFloatTagsOneOf1) GetTFloat1() float32

func (*ValidFloatTagsOneOf1) GetTFloat2

func (x *ValidFloatTagsOneOf1) GetTFloat2() float32

func (*ValidFloatTagsOneOf1) GetTFloat3

func (x *ValidFloatTagsOneOf1) GetTFloat3() float32

func (*ValidFloatTagsOneOf1) GetTFloat4

func (x *ValidFloatTagsOneOf1) GetTFloat4() float32

func (*ValidFloatTagsOneOf1) GetTFloatEq1

func (x *ValidFloatTagsOneOf1) GetTFloatEq1() float32

func (*ValidFloatTagsOneOf1) GetTFloatGt1

func (x *ValidFloatTagsOneOf1) GetTFloatGt1() float32

func (*ValidFloatTagsOneOf1) GetTFloatGte1

func (x *ValidFloatTagsOneOf1) GetTFloatGte1() float32

func (*ValidFloatTagsOneOf1) GetTFloatIn1

func (x *ValidFloatTagsOneOf1) GetTFloatIn1() float32

func (*ValidFloatTagsOneOf1) GetTFloatLt1

func (x *ValidFloatTagsOneOf1) GetTFloatLt1() float32

func (*ValidFloatTagsOneOf1) GetTFloatLte1

func (x *ValidFloatTagsOneOf1) GetTFloatLte1() float32

func (*ValidFloatTagsOneOf1) GetTFloatNe1

func (x *ValidFloatTagsOneOf1) GetTFloatNe1() float32

func (*ValidFloatTagsOneOf1) GetTFloatNotIn1

func (x *ValidFloatTagsOneOf1) GetTFloatNotIn1() float32

func (*ValidFloatTagsOneOf1) ProtoMessage

func (*ValidFloatTagsOneOf1) ProtoMessage()

func (*ValidFloatTagsOneOf1) ProtoReflect

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

func (*ValidFloatTagsOneOf1) Reset

func (x *ValidFloatTagsOneOf1) Reset()

func (*ValidFloatTagsOneOf1) String

func (x *ValidFloatTagsOneOf1) String() string

func (*ValidFloatTagsOneOf1) Validate

func (this *ValidFloatTagsOneOf1) Validate() error

Set default value for message govalidatortest.ValidFloatTagsOneOf1

type ValidFloatTagsOneOf1_TDouble1

type ValidFloatTagsOneOf1_TDouble1 struct {
	// Type for double
	TDouble1 float64 `protobuf:"fixed64,31,opt,name=t_double1,json=tDouble1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDouble2

type ValidFloatTagsOneOf1_TDouble2 struct {
	TDouble2 float64 `protobuf:"fixed64,32,opt,name=t_double2,json=tDouble2,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDouble3

type ValidFloatTagsOneOf1_TDouble3 struct {
	TDouble3 float64 `protobuf:"fixed64,33,opt,name=t_double3,json=tDouble3,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDouble4

type ValidFloatTagsOneOf1_TDouble4 struct {
	TDouble4 float64 `protobuf:"fixed64,34,opt,name=t_double4,json=tDouble4,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleEq1

type ValidFloatTagsOneOf1_TDoubleEq1 struct {
	TDoubleEq1 float64 `protobuf:"fixed64,40,opt,name=t_double_eq1,json=tDoubleEq1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleGt1

type ValidFloatTagsOneOf1_TDoubleGt1 struct {
	TDoubleGt1 float64 `protobuf:"fixed64,43,opt,name=t_double_gt1,json=tDoubleGt1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleGte1

type ValidFloatTagsOneOf1_TDoubleGte1 struct {
	TDoubleGte1 float64 `protobuf:"fixed64,45,opt,name=t_double_gte1,json=tDoubleGte1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleIn1

type ValidFloatTagsOneOf1_TDoubleIn1 struct {
	TDoubleIn1 float64 `protobuf:"fixed64,46,opt,name=t_double_in1,json=tDoubleIn1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleLt1

type ValidFloatTagsOneOf1_TDoubleLt1 struct {
	TDoubleLt1 float64 `protobuf:"fixed64,42,opt,name=t_double_lt1,json=tDoubleLt1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleLte1

type ValidFloatTagsOneOf1_TDoubleLte1 struct {
	TDoubleLte1 float64 `protobuf:"fixed64,44,opt,name=t_double_lte1,json=tDoubleLte1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleNe1

type ValidFloatTagsOneOf1_TDoubleNe1 struct {
	TDoubleNe1 float64 `protobuf:"fixed64,41,opt,name=t_double_ne1,json=tDoubleNe1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TDoubleNotIn1

type ValidFloatTagsOneOf1_TDoubleNotIn1 struct {
	TDoubleNotIn1 float64 `protobuf:"fixed64,47,opt,name=t_double_not_in1,json=tDoubleNotIn1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloat1

type ValidFloatTagsOneOf1_TFloat1 struct {
	// Type for float
	TFloat1 float32 `protobuf:"fixed32,1,opt,name=t_float1,json=tFloat1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloat2

type ValidFloatTagsOneOf1_TFloat2 struct {
	TFloat2 float32 `protobuf:"fixed32,2,opt,name=t_float2,json=tFloat2,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloat3

type ValidFloatTagsOneOf1_TFloat3 struct {
	TFloat3 float32 `protobuf:"fixed32,3,opt,name=t_float3,json=tFloat3,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloat4

type ValidFloatTagsOneOf1_TFloat4 struct {
	TFloat4 float32 `protobuf:"fixed32,4,opt,name=t_float4,json=tFloat4,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatEq1

type ValidFloatTagsOneOf1_TFloatEq1 struct {
	TFloatEq1 float32 `protobuf:"fixed32,10,opt,name=t_float_eq1,json=tFloatEq1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatGt1

type ValidFloatTagsOneOf1_TFloatGt1 struct {
	TFloatGt1 float32 `protobuf:"fixed32,13,opt,name=t_float_gt1,json=tFloatGt1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatGte1

type ValidFloatTagsOneOf1_TFloatGte1 struct {
	TFloatGte1 float32 `protobuf:"fixed32,15,opt,name=t_float_gte1,json=tFloatGte1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatIn1

type ValidFloatTagsOneOf1_TFloatIn1 struct {
	TFloatIn1 float32 `protobuf:"fixed32,16,opt,name=t_float_in1,json=tFloatIn1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatLt1

type ValidFloatTagsOneOf1_TFloatLt1 struct {
	TFloatLt1 float32 `protobuf:"fixed32,12,opt,name=t_float_lt1,json=tFloatLt1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatLte1

type ValidFloatTagsOneOf1_TFloatLte1 struct {
	TFloatLte1 float32 `protobuf:"fixed32,14,opt,name=t_float_lte1,json=tFloatLte1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatNe1

type ValidFloatTagsOneOf1_TFloatNe1 struct {
	TFloatNe1 float32 `protobuf:"fixed32,11,opt,name=t_float_ne1,json=tFloatNe1,proto3,oneof"`
}

type ValidFloatTagsOneOf1_TFloatNotIn1

type ValidFloatTagsOneOf1_TFloatNotIn1 struct {
	TFloatNotIn1 float32 `protobuf:"fixed32,17,opt,name=t_float_not_in1,json=tFloatNotIn1,proto3,oneof"`
}

type ValidFloatTagsOptional1

type ValidFloatTagsOptional1 struct {

	// Type for float
	TFloat1      *float32 `protobuf:"fixed32,1,opt,name=t_float1,json=tFloat1,proto3,oneof" json:"t_float1,omitempty"`
	TFloat2      *float32 `protobuf:"fixed32,2,opt,name=t_float2,json=tFloat2,proto3,oneof" json:"t_float2,omitempty"`
	TFloat3      *float32 `protobuf:"fixed32,3,opt,name=t_float3,json=tFloat3,proto3,oneof" json:"t_float3,omitempty"`
	TFloat4      *float32 `protobuf:"fixed32,4,opt,name=t_float4,json=tFloat4,proto3,oneof" json:"t_float4,omitempty"`
	TFloatEq1    *float32 `protobuf:"fixed32,10,opt,name=t_float_eq1,json=tFloatEq1,proto3,oneof" json:"t_float_eq1,omitempty"`
	TFloatNe1    *float32 `protobuf:"fixed32,11,opt,name=t_float_ne1,json=tFloatNe1,proto3,oneof" json:"t_float_ne1,omitempty"`
	TFloatLt1    *float32 `protobuf:"fixed32,12,opt,name=t_float_lt1,json=tFloatLt1,proto3,oneof" json:"t_float_lt1,omitempty"`
	TFloatGt1    *float32 `protobuf:"fixed32,13,opt,name=t_float_gt1,json=tFloatGt1,proto3,oneof" json:"t_float_gt1,omitempty"`
	TFloatLte1   *float32 `protobuf:"fixed32,14,opt,name=t_float_lte1,json=tFloatLte1,proto3,oneof" json:"t_float_lte1,omitempty"`
	TFloatGte1   *float32 `protobuf:"fixed32,15,opt,name=t_float_gte1,json=tFloatGte1,proto3,oneof" json:"t_float_gte1,omitempty"`
	TFloatIn1    *float32 `protobuf:"fixed32,16,opt,name=t_float_in1,json=tFloatIn1,proto3,oneof" json:"t_float_in1,omitempty"`
	TFloatNotIn1 *float32 `protobuf:"fixed32,17,opt,name=t_float_not_in1,json=tFloatNotIn1,proto3,oneof" json:"t_float_not_in1,omitempty"`
	// Type for double
	TDouble1      *float64 `protobuf:"fixed64,31,opt,name=t_double1,json=tDouble1,proto3,oneof" json:"t_double1,omitempty"`
	TDouble2      *float64 `protobuf:"fixed64,32,opt,name=t_double2,json=tDouble2,proto3,oneof" json:"t_double2,omitempty"`
	TDouble3      *float64 `protobuf:"fixed64,33,opt,name=t_double3,json=tDouble3,proto3,oneof" json:"t_double3,omitempty"`
	TDouble4      *float64 `protobuf:"fixed64,34,opt,name=t_double4,json=tDouble4,proto3,oneof" json:"t_double4,omitempty"`
	TDoubleEq1    *float64 `protobuf:"fixed64,40,opt,name=t_double_eq1,json=tDoubleEq1,proto3,oneof" json:"t_double_eq1,omitempty"`
	TDoubleNe1    *float64 `protobuf:"fixed64,41,opt,name=t_double_ne1,json=tDoubleNe1,proto3,oneof" json:"t_double_ne1,omitempty"`
	TDoubleLt1    *float64 `protobuf:"fixed64,42,opt,name=t_double_lt1,json=tDoubleLt1,proto3,oneof" json:"t_double_lt1,omitempty"`
	TDoubleGt1    *float64 `protobuf:"fixed64,43,opt,name=t_double_gt1,json=tDoubleGt1,proto3,oneof" json:"t_double_gt1,omitempty"`
	TDoubleLte1   *float64 `protobuf:"fixed64,44,opt,name=t_double_lte1,json=tDoubleLte1,proto3,oneof" json:"t_double_lte1,omitempty"`
	TDoubleGte1   *float64 `protobuf:"fixed64,45,opt,name=t_double_gte1,json=tDoubleGte1,proto3,oneof" json:"t_double_gte1,omitempty"`
	TDoubleIn1    *float64 `protobuf:"fixed64,46,opt,name=t_double_in1,json=tDoubleIn1,proto3,oneof" json:"t_double_in1,omitempty"`
	TDoubleNotIn1 *float64 `protobuf:"fixed64,47,opt,name=t_double_not_in1,json=tDoubleNotIn1,proto3,oneof" json:"t_double_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidFloatTagsOptional1 for test option tag FloatTags with optional field.

func (*ValidFloatTagsOptional1) Descriptor deprecated

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

Deprecated: Use ValidFloatTagsOptional1.ProtoReflect.Descriptor instead.

func (*ValidFloatTagsOptional1) GetTDouble1

func (x *ValidFloatTagsOptional1) GetTDouble1() float64

func (*ValidFloatTagsOptional1) GetTDouble2

func (x *ValidFloatTagsOptional1) GetTDouble2() float64

func (*ValidFloatTagsOptional1) GetTDouble3

func (x *ValidFloatTagsOptional1) GetTDouble3() float64

func (*ValidFloatTagsOptional1) GetTDouble4

func (x *ValidFloatTagsOptional1) GetTDouble4() float64

func (*ValidFloatTagsOptional1) GetTDoubleEq1

func (x *ValidFloatTagsOptional1) GetTDoubleEq1() float64

func (*ValidFloatTagsOptional1) GetTDoubleGt1

func (x *ValidFloatTagsOptional1) GetTDoubleGt1() float64

func (*ValidFloatTagsOptional1) GetTDoubleGte1

func (x *ValidFloatTagsOptional1) GetTDoubleGte1() float64

func (*ValidFloatTagsOptional1) GetTDoubleIn1

func (x *ValidFloatTagsOptional1) GetTDoubleIn1() float64

func (*ValidFloatTagsOptional1) GetTDoubleLt1

func (x *ValidFloatTagsOptional1) GetTDoubleLt1() float64

func (*ValidFloatTagsOptional1) GetTDoubleLte1

func (x *ValidFloatTagsOptional1) GetTDoubleLte1() float64

func (*ValidFloatTagsOptional1) GetTDoubleNe1

func (x *ValidFloatTagsOptional1) GetTDoubleNe1() float64

func (*ValidFloatTagsOptional1) GetTDoubleNotIn1

func (x *ValidFloatTagsOptional1) GetTDoubleNotIn1() float64

func (*ValidFloatTagsOptional1) GetTFloat1

func (x *ValidFloatTagsOptional1) GetTFloat1() float32

func (*ValidFloatTagsOptional1) GetTFloat2

func (x *ValidFloatTagsOptional1) GetTFloat2() float32

func (*ValidFloatTagsOptional1) GetTFloat3

func (x *ValidFloatTagsOptional1) GetTFloat3() float32

func (*ValidFloatTagsOptional1) GetTFloat4

func (x *ValidFloatTagsOptional1) GetTFloat4() float32

func (*ValidFloatTagsOptional1) GetTFloatEq1

func (x *ValidFloatTagsOptional1) GetTFloatEq1() float32

func (*ValidFloatTagsOptional1) GetTFloatGt1

func (x *ValidFloatTagsOptional1) GetTFloatGt1() float32

func (*ValidFloatTagsOptional1) GetTFloatGte1

func (x *ValidFloatTagsOptional1) GetTFloatGte1() float32

func (*ValidFloatTagsOptional1) GetTFloatIn1

func (x *ValidFloatTagsOptional1) GetTFloatIn1() float32

func (*ValidFloatTagsOptional1) GetTFloatLt1

func (x *ValidFloatTagsOptional1) GetTFloatLt1() float32

func (*ValidFloatTagsOptional1) GetTFloatLte1

func (x *ValidFloatTagsOptional1) GetTFloatLte1() float32

func (*ValidFloatTagsOptional1) GetTFloatNe1

func (x *ValidFloatTagsOptional1) GetTFloatNe1() float32

func (*ValidFloatTagsOptional1) GetTFloatNotIn1

func (x *ValidFloatTagsOptional1) GetTFloatNotIn1() float32

func (*ValidFloatTagsOptional1) ProtoMessage

func (*ValidFloatTagsOptional1) ProtoMessage()

func (*ValidFloatTagsOptional1) ProtoReflect

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

func (*ValidFloatTagsOptional1) Reset

func (x *ValidFloatTagsOptional1) Reset()

func (*ValidFloatTagsOptional1) String

func (x *ValidFloatTagsOptional1) String() string

func (*ValidFloatTagsOptional1) Validate

func (this *ValidFloatTagsOptional1) Validate() error

Set default value for message govalidatortest.ValidFloatTagsOptional1

type ValidIntTagsGeneral1

type ValidIntTagsGeneral1 struct {

	// Type for int32
	TInt32_1     int32 `protobuf:"varint,1,opt,name=t_int32_1,json=tInt321,proto3" json:"t_int32_1,omitempty"`
	TInt32_2     int32 `protobuf:"varint,2,opt,name=t_int32_2,json=tInt322,proto3" json:"t_int32_2,omitempty"`
	TInt32_3     int32 `protobuf:"varint,3,opt,name=t_int32_3,json=tInt323,proto3" json:"t_int32_3,omitempty"`
	TInt32_4     int32 `protobuf:"varint,4,opt,name=t_int32_4,json=tInt324,proto3" json:"t_int32_4,omitempty"`
	TInt32Eq1    int32 `protobuf:"varint,10,opt,name=t_int32_eq1,json=tInt32Eq1,proto3" json:"t_int32_eq1,omitempty"`
	TInt32Ne1    int32 `protobuf:"varint,11,opt,name=t_int32_ne1,json=tInt32Ne1,proto3" json:"t_int32_ne1,omitempty"`
	TInt32Lt1    int32 `protobuf:"varint,12,opt,name=t_int32_lt1,json=tInt32Lt1,proto3" json:"t_int32_lt1,omitempty"`
	TInt32Gt1    int32 `protobuf:"varint,13,opt,name=t_int32_gt1,json=tInt32Gt1,proto3" json:"t_int32_gt1,omitempty"`
	TInt32Lte1   int32 `protobuf:"varint,14,opt,name=t_int32_lte1,json=tInt32Lte1,proto3" json:"t_int32_lte1,omitempty"`
	TInt32Gte1   int32 `protobuf:"varint,15,opt,name=t_int32_gte1,json=tInt32Gte1,proto3" json:"t_int32_gte1,omitempty"`
	TInt32In1    int32 `protobuf:"varint,16,opt,name=t_int32_in1,json=tInt32In1,proto3" json:"t_int32_in1,omitempty"`
	TInt32NotIn1 int32 `protobuf:"varint,17,opt,name=t_int32_not_in1,json=tInt32NotIn1,proto3" json:"t_int32_not_in1,omitempty"`
	// Type for int64
	TInt64_1     int64 `protobuf:"varint,21,opt,name=t_int64_1,json=tInt641,proto3" json:"t_int64_1,omitempty"`
	TInt64_2     int64 `protobuf:"varint,22,opt,name=t_int64_2,json=tInt642,proto3" json:"t_int64_2,omitempty"`
	TInt64_3     int64 `protobuf:"varint,23,opt,name=t_int64_3,json=tInt643,proto3" json:"t_int64_3,omitempty"`
	TInt64_4     int64 `protobuf:"varint,24,opt,name=t_int64_4,json=tInt644,proto3" json:"t_int64_4,omitempty"`
	TInt64Eq1    int64 `protobuf:"varint,30,opt,name=t_int64_eq1,json=tInt64Eq1,proto3" json:"t_int64_eq1,omitempty"`
	TInt64Ne1    int64 `protobuf:"varint,31,opt,name=t_int64_ne1,json=tInt64Ne1,proto3" json:"t_int64_ne1,omitempty"`
	TInt64Lt1    int64 `protobuf:"varint,32,opt,name=t_int64_lt1,json=tInt64Lt1,proto3" json:"t_int64_lt1,omitempty"`
	TInt64Gt1    int64 `protobuf:"varint,33,opt,name=t_int64_gt1,json=tInt64Gt1,proto3" json:"t_int64_gt1,omitempty"`
	TInt64Lte1   int64 `protobuf:"varint,34,opt,name=t_int64_lte1,json=tInt64Lte1,proto3" json:"t_int64_lte1,omitempty"`
	TInt64Gte1   int64 `protobuf:"varint,35,opt,name=t_int64_gte1,json=tInt64Gte1,proto3" json:"t_int64_gte1,omitempty"`
	TInt64In1    int64 `protobuf:"varint,36,opt,name=t_int64_in1,json=tInt64In1,proto3" json:"t_int64_in1,omitempty"`
	TInt64NotIn1 int64 `protobuf:"varint,37,opt,name=t_int64_not_in1,json=tInt64NotIn1,proto3" json:"t_int64_not_in1,omitempty"`
	// Type for sint32
	TSint32_1     int32 `protobuf:"zigzag32,41,opt,name=t_sint32_1,json=tSint321,proto3" json:"t_sint32_1,omitempty"`
	TSint32_2     int32 `protobuf:"zigzag32,42,opt,name=t_sint32_2,json=tSint322,proto3" json:"t_sint32_2,omitempty"`
	TSint32_3     int32 `protobuf:"zigzag32,43,opt,name=t_sint32_3,json=tSint323,proto3" json:"t_sint32_3,omitempty"`
	TSint32_4     int32 `protobuf:"zigzag32,44,opt,name=t_sint32_4,json=tSint324,proto3" json:"t_sint32_4,omitempty"`
	TSint32Eq1    int32 `protobuf:"zigzag32,50,opt,name=t_sint32_eq1,json=tSint32Eq1,proto3" json:"t_sint32_eq1,omitempty"`
	TSint32Ne1    int32 `protobuf:"zigzag32,51,opt,name=t_sint32_ne1,json=tSint32Ne1,proto3" json:"t_sint32_ne1,omitempty"`
	TSint32Lt1    int32 `protobuf:"zigzag32,52,opt,name=t_sint32_lt1,json=tSint32Lt1,proto3" json:"t_sint32_lt1,omitempty"`
	TSint32Gt1    int32 `protobuf:"zigzag32,53,opt,name=t_sint32_gt1,json=tSint32Gt1,proto3" json:"t_sint32_gt1,omitempty"`
	TSint32Lte1   int32 `protobuf:"zigzag32,54,opt,name=t_sint32_lte1,json=tSint32Lte1,proto3" json:"t_sint32_lte1,omitempty"`
	TSint32Gte1   int32 `protobuf:"zigzag32,55,opt,name=t_sint32_gte1,json=tSint32Gte1,proto3" json:"t_sint32_gte1,omitempty"`
	TSint32In1    int32 `protobuf:"zigzag32,56,opt,name=t_sint32_in1,json=tSint32In1,proto3" json:"t_sint32_in1,omitempty"`
	TSint32NotIn1 int32 `protobuf:"zigzag32,57,opt,name=t_sint32_not_in1,json=tSint32NotIn1,proto3" json:"t_sint32_not_in1,omitempty"`
	// Type for sint64
	TSint64_1     int64 `protobuf:"zigzag64,61,opt,name=t_sint64_1,json=tSint641,proto3" json:"t_sint64_1,omitempty"`
	TSint64_2     int64 `protobuf:"zigzag64,62,opt,name=t_sint64_2,json=tSint642,proto3" json:"t_sint64_2,omitempty"`
	TSint64_3     int64 `protobuf:"zigzag64,63,opt,name=t_sint64_3,json=tSint643,proto3" json:"t_sint64_3,omitempty"`
	TSint64_4     int64 `protobuf:"zigzag64,64,opt,name=t_sint64_4,json=tSint644,proto3" json:"t_sint64_4,omitempty"`
	TSint64Eq1    int64 `protobuf:"zigzag64,70,opt,name=t_sint64_eq1,json=tSint64Eq1,proto3" json:"t_sint64_eq1,omitempty"`
	TSint64Ne1    int64 `protobuf:"zigzag64,71,opt,name=t_sint64_ne1,json=tSint64Ne1,proto3" json:"t_sint64_ne1,omitempty"`
	TSint64Lt1    int64 `protobuf:"zigzag64,72,opt,name=t_sint64_lt1,json=tSint64Lt1,proto3" json:"t_sint64_lt1,omitempty"`
	TSint64Gt1    int64 `protobuf:"zigzag64,73,opt,name=t_sint64_gt1,json=tSint64Gt1,proto3" json:"t_sint64_gt1,omitempty"`
	TSint64Lte1   int64 `protobuf:"zigzag64,74,opt,name=t_sint64_lte1,json=tSint64Lte1,proto3" json:"t_sint64_lte1,omitempty"`
	TSint64Gte1   int64 `protobuf:"zigzag64,75,opt,name=t_sint64_gte1,json=tSint64Gte1,proto3" json:"t_sint64_gte1,omitempty"`
	TSint64In1    int64 `protobuf:"zigzag64,76,opt,name=t_sint64_in1,json=tSint64In1,proto3" json:"t_sint64_in1,omitempty"`
	TSint64NotIn1 int64 `protobuf:"zigzag64,77,opt,name=t_sint64_not_in1,json=tSint64NotIn1,proto3" json:"t_sint64_not_in1,omitempty"`
	// Type for sfixed32
	TSfixed32_1     int32 `protobuf:"fixed32,81,opt,name=t_sfixed32_1,json=tSfixed321,proto3" json:"t_sfixed32_1,omitempty"`
	TSfixed32_2     int32 `protobuf:"fixed32,82,opt,name=t_sfixed32_2,json=tSfixed322,proto3" json:"t_sfixed32_2,omitempty"`
	TSfixed32_3     int32 `protobuf:"fixed32,83,opt,name=t_sfixed32_3,json=tSfixed323,proto3" json:"t_sfixed32_3,omitempty"`
	TSfixed32_4     int32 `protobuf:"fixed32,84,opt,name=t_sfixed32_4,json=tSfixed324,proto3" json:"t_sfixed32_4,omitempty"`
	TSfixed32Eq1    int32 `protobuf:"fixed32,90,opt,name=t_sfixed32_eq1,json=tSfixed32Eq1,proto3" json:"t_sfixed32_eq1,omitempty"`
	TSfixed32Ne1    int32 `protobuf:"fixed32,91,opt,name=t_sfixed32_ne1,json=tSfixed32Ne1,proto3" json:"t_sfixed32_ne1,omitempty"`
	TSfixed32Lt1    int32 `protobuf:"fixed32,92,opt,name=t_sfixed32_lt1,json=tSfixed32Lt1,proto3" json:"t_sfixed32_lt1,omitempty"`
	TSfixed32Gt1    int32 `protobuf:"fixed32,93,opt,name=t_sfixed32_gt1,json=tSfixed32Gt1,proto3" json:"t_sfixed32_gt1,omitempty"`
	TSfixed32Lte1   int32 `protobuf:"fixed32,94,opt,name=t_sfixed32_lte1,json=tSfixed32Lte1,proto3" json:"t_sfixed32_lte1,omitempty"`
	TSfixed32Gte1   int32 `protobuf:"fixed32,95,opt,name=t_sfixed32_gte1,json=tSfixed32Gte1,proto3" json:"t_sfixed32_gte1,omitempty"`
	TSfixed32In1    int32 `protobuf:"fixed32,96,opt,name=t_sfixed32_in1,json=tSfixed32In1,proto3" json:"t_sfixed32_in1,omitempty"`
	TSfixed32NotIn1 int32 `protobuf:"fixed32,97,opt,name=t_sfixed32_not_in1,json=tSfixed32NotIn1,proto3" json:"t_sfixed32_not_in1,omitempty"`
	// Type for sfixed64
	TSfixed64_1     int64 `protobuf:"fixed64,101,opt,name=t_sfixed64_1,json=tSfixed641,proto3" json:"t_sfixed64_1,omitempty"`
	TSfixed64_2     int64 `protobuf:"fixed64,102,opt,name=t_sfixed64_2,json=tSfixed642,proto3" json:"t_sfixed64_2,omitempty"`
	TSfixed64_3     int64 `protobuf:"fixed64,103,opt,name=t_sfixed64_3,json=tSfixed643,proto3" json:"t_sfixed64_3,omitempty"`
	TSfixed64_4     int64 `protobuf:"fixed64,104,opt,name=t_sfixed64_4,json=tSfixed644,proto3" json:"t_sfixed64_4,omitempty"`
	TSfixed64Eq1    int64 `protobuf:"fixed64,110,opt,name=t_sfixed64_eq1,json=tSfixed64Eq1,proto3" json:"t_sfixed64_eq1,omitempty"`
	TSfixed64Ne1    int64 `protobuf:"fixed64,111,opt,name=t_sfixed64_ne1,json=tSfixed64Ne1,proto3" json:"t_sfixed64_ne1,omitempty"`
	TSfixed64Lt1    int64 `protobuf:"fixed64,112,opt,name=t_sfixed64_lt1,json=tSfixed64Lt1,proto3" json:"t_sfixed64_lt1,omitempty"`
	TSfixed64Gt1    int64 `protobuf:"fixed64,113,opt,name=t_sfixed64_gt1,json=tSfixed64Gt1,proto3" json:"t_sfixed64_gt1,omitempty"`
	TSfixed64Lte1   int64 `protobuf:"fixed64,114,opt,name=t_sfixed64_lte1,json=tSfixed64Lte1,proto3" json:"t_sfixed64_lte1,omitempty"`
	TSfixed64Gte1   int64 `protobuf:"fixed64,115,opt,name=t_sfixed64_gte1,json=tSfixed64Gte1,proto3" json:"t_sfixed64_gte1,omitempty"`
	TSfixed64In1    int64 `protobuf:"fixed64,116,opt,name=t_sfixed64_in1,json=tSfixed64In1,proto3" json:"t_sfixed64_in1,omitempty"`
	TSfixed64NotIn1 int64 `protobuf:"fixed64,117,opt,name=t_sfixed64_not_in1,json=tSfixed64NotIn1,proto3" json:"t_sfixed64_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidIntTagsGeneral1 for test option tag IntTags with general field.

func (*ValidIntTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidIntTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidIntTagsGeneral1) GetTInt32Eq1

func (x *ValidIntTagsGeneral1) GetTInt32Eq1() int32

func (*ValidIntTagsGeneral1) GetTInt32Gt1

func (x *ValidIntTagsGeneral1) GetTInt32Gt1() int32

func (*ValidIntTagsGeneral1) GetTInt32Gte1

func (x *ValidIntTagsGeneral1) GetTInt32Gte1() int32

func (*ValidIntTagsGeneral1) GetTInt32In1

func (x *ValidIntTagsGeneral1) GetTInt32In1() int32

func (*ValidIntTagsGeneral1) GetTInt32Lt1

func (x *ValidIntTagsGeneral1) GetTInt32Lt1() int32

func (*ValidIntTagsGeneral1) GetTInt32Lte1

func (x *ValidIntTagsGeneral1) GetTInt32Lte1() int32

func (*ValidIntTagsGeneral1) GetTInt32Ne1

func (x *ValidIntTagsGeneral1) GetTInt32Ne1() int32

func (*ValidIntTagsGeneral1) GetTInt32NotIn1

func (x *ValidIntTagsGeneral1) GetTInt32NotIn1() int32

func (*ValidIntTagsGeneral1) GetTInt32_1

func (x *ValidIntTagsGeneral1) GetTInt32_1() int32

func (*ValidIntTagsGeneral1) GetTInt32_2

func (x *ValidIntTagsGeneral1) GetTInt32_2() int32

func (*ValidIntTagsGeneral1) GetTInt32_3

func (x *ValidIntTagsGeneral1) GetTInt32_3() int32

func (*ValidIntTagsGeneral1) GetTInt32_4

func (x *ValidIntTagsGeneral1) GetTInt32_4() int32

func (*ValidIntTagsGeneral1) GetTInt64Eq1

func (x *ValidIntTagsGeneral1) GetTInt64Eq1() int64

func (*ValidIntTagsGeneral1) GetTInt64Gt1

func (x *ValidIntTagsGeneral1) GetTInt64Gt1() int64

func (*ValidIntTagsGeneral1) GetTInt64Gte1

func (x *ValidIntTagsGeneral1) GetTInt64Gte1() int64

func (*ValidIntTagsGeneral1) GetTInt64In1

func (x *ValidIntTagsGeneral1) GetTInt64In1() int64

func (*ValidIntTagsGeneral1) GetTInt64Lt1

func (x *ValidIntTagsGeneral1) GetTInt64Lt1() int64

func (*ValidIntTagsGeneral1) GetTInt64Lte1

func (x *ValidIntTagsGeneral1) GetTInt64Lte1() int64

func (*ValidIntTagsGeneral1) GetTInt64Ne1

func (x *ValidIntTagsGeneral1) GetTInt64Ne1() int64

func (*ValidIntTagsGeneral1) GetTInt64NotIn1

func (x *ValidIntTagsGeneral1) GetTInt64NotIn1() int64

func (*ValidIntTagsGeneral1) GetTInt64_1

func (x *ValidIntTagsGeneral1) GetTInt64_1() int64

func (*ValidIntTagsGeneral1) GetTInt64_2

func (x *ValidIntTagsGeneral1) GetTInt64_2() int64

func (*ValidIntTagsGeneral1) GetTInt64_3

func (x *ValidIntTagsGeneral1) GetTInt64_3() int64

func (*ValidIntTagsGeneral1) GetTInt64_4

func (x *ValidIntTagsGeneral1) GetTInt64_4() int64

func (*ValidIntTagsGeneral1) GetTSfixed32Eq1

func (x *ValidIntTagsGeneral1) GetTSfixed32Eq1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32Gt1

func (x *ValidIntTagsGeneral1) GetTSfixed32Gt1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32Gte1

func (x *ValidIntTagsGeneral1) GetTSfixed32Gte1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32In1

func (x *ValidIntTagsGeneral1) GetTSfixed32In1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32Lt1

func (x *ValidIntTagsGeneral1) GetTSfixed32Lt1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32Lte1

func (x *ValidIntTagsGeneral1) GetTSfixed32Lte1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32Ne1

func (x *ValidIntTagsGeneral1) GetTSfixed32Ne1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32NotIn1

func (x *ValidIntTagsGeneral1) GetTSfixed32NotIn1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32_1

func (x *ValidIntTagsGeneral1) GetTSfixed32_1() int32

func (*ValidIntTagsGeneral1) GetTSfixed32_2

func (x *ValidIntTagsGeneral1) GetTSfixed32_2() int32

func (*ValidIntTagsGeneral1) GetTSfixed32_3

func (x *ValidIntTagsGeneral1) GetTSfixed32_3() int32

func (*ValidIntTagsGeneral1) GetTSfixed32_4

func (x *ValidIntTagsGeneral1) GetTSfixed32_4() int32

func (*ValidIntTagsGeneral1) GetTSfixed64Eq1

func (x *ValidIntTagsGeneral1) GetTSfixed64Eq1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64Gt1

func (x *ValidIntTagsGeneral1) GetTSfixed64Gt1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64Gte1

func (x *ValidIntTagsGeneral1) GetTSfixed64Gte1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64In1

func (x *ValidIntTagsGeneral1) GetTSfixed64In1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64Lt1

func (x *ValidIntTagsGeneral1) GetTSfixed64Lt1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64Lte1

func (x *ValidIntTagsGeneral1) GetTSfixed64Lte1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64Ne1

func (x *ValidIntTagsGeneral1) GetTSfixed64Ne1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64NotIn1

func (x *ValidIntTagsGeneral1) GetTSfixed64NotIn1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64_1

func (x *ValidIntTagsGeneral1) GetTSfixed64_1() int64

func (*ValidIntTagsGeneral1) GetTSfixed64_2

func (x *ValidIntTagsGeneral1) GetTSfixed64_2() int64

func (*ValidIntTagsGeneral1) GetTSfixed64_3

func (x *ValidIntTagsGeneral1) GetTSfixed64_3() int64

func (*ValidIntTagsGeneral1) GetTSfixed64_4

func (x *ValidIntTagsGeneral1) GetTSfixed64_4() int64

func (*ValidIntTagsGeneral1) GetTSint32Eq1

func (x *ValidIntTagsGeneral1) GetTSint32Eq1() int32

func (*ValidIntTagsGeneral1) GetTSint32Gt1

func (x *ValidIntTagsGeneral1) GetTSint32Gt1() int32

func (*ValidIntTagsGeneral1) GetTSint32Gte1

func (x *ValidIntTagsGeneral1) GetTSint32Gte1() int32

func (*ValidIntTagsGeneral1) GetTSint32In1

func (x *ValidIntTagsGeneral1) GetTSint32In1() int32

func (*ValidIntTagsGeneral1) GetTSint32Lt1

func (x *ValidIntTagsGeneral1) GetTSint32Lt1() int32

func (*ValidIntTagsGeneral1) GetTSint32Lte1

func (x *ValidIntTagsGeneral1) GetTSint32Lte1() int32

func (*ValidIntTagsGeneral1) GetTSint32Ne1

func (x *ValidIntTagsGeneral1) GetTSint32Ne1() int32

func (*ValidIntTagsGeneral1) GetTSint32NotIn1

func (x *ValidIntTagsGeneral1) GetTSint32NotIn1() int32

func (*ValidIntTagsGeneral1) GetTSint32_1

func (x *ValidIntTagsGeneral1) GetTSint32_1() int32

func (*ValidIntTagsGeneral1) GetTSint32_2

func (x *ValidIntTagsGeneral1) GetTSint32_2() int32

func (*ValidIntTagsGeneral1) GetTSint32_3

func (x *ValidIntTagsGeneral1) GetTSint32_3() int32

func (*ValidIntTagsGeneral1) GetTSint32_4

func (x *ValidIntTagsGeneral1) GetTSint32_4() int32

func (*ValidIntTagsGeneral1) GetTSint64Eq1

func (x *ValidIntTagsGeneral1) GetTSint64Eq1() int64

func (*ValidIntTagsGeneral1) GetTSint64Gt1

func (x *ValidIntTagsGeneral1) GetTSint64Gt1() int64

func (*ValidIntTagsGeneral1) GetTSint64Gte1

func (x *ValidIntTagsGeneral1) GetTSint64Gte1() int64

func (*ValidIntTagsGeneral1) GetTSint64In1

func (x *ValidIntTagsGeneral1) GetTSint64In1() int64

func (*ValidIntTagsGeneral1) GetTSint64Lt1

func (x *ValidIntTagsGeneral1) GetTSint64Lt1() int64

func (*ValidIntTagsGeneral1) GetTSint64Lte1

func (x *ValidIntTagsGeneral1) GetTSint64Lte1() int64

func (*ValidIntTagsGeneral1) GetTSint64Ne1

func (x *ValidIntTagsGeneral1) GetTSint64Ne1() int64

func (*ValidIntTagsGeneral1) GetTSint64NotIn1

func (x *ValidIntTagsGeneral1) GetTSint64NotIn1() int64

func (*ValidIntTagsGeneral1) GetTSint64_1

func (x *ValidIntTagsGeneral1) GetTSint64_1() int64

func (*ValidIntTagsGeneral1) GetTSint64_2

func (x *ValidIntTagsGeneral1) GetTSint64_2() int64

func (*ValidIntTagsGeneral1) GetTSint64_3

func (x *ValidIntTagsGeneral1) GetTSint64_3() int64

func (*ValidIntTagsGeneral1) GetTSint64_4

func (x *ValidIntTagsGeneral1) GetTSint64_4() int64

func (*ValidIntTagsGeneral1) ProtoMessage

func (*ValidIntTagsGeneral1) ProtoMessage()

func (*ValidIntTagsGeneral1) ProtoReflect

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

func (*ValidIntTagsGeneral1) Reset

func (x *ValidIntTagsGeneral1) Reset()

func (*ValidIntTagsGeneral1) String

func (x *ValidIntTagsGeneral1) String() string

func (*ValidIntTagsGeneral1) Validate

func (this *ValidIntTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidIntTagsGeneral1

type ValidIntTagsOneOf1

type ValidIntTagsOneOf1 struct {

	// Types that are assignable to OneTyp1:
	//	*ValidIntTagsOneOf1_TInt32_1
	//	*ValidIntTagsOneOf1_TInt32_2
	//	*ValidIntTagsOneOf1_TInt32_3
	//	*ValidIntTagsOneOf1_TInt32_4
	//	*ValidIntTagsOneOf1_TInt32Eq1
	//	*ValidIntTagsOneOf1_TInt32Ne1
	//	*ValidIntTagsOneOf1_TInt32Lt1
	//	*ValidIntTagsOneOf1_TInt32Gt1
	//	*ValidIntTagsOneOf1_TInt32Lte1
	//	*ValidIntTagsOneOf1_TInt32Gte1
	//	*ValidIntTagsOneOf1_TInt32In1
	//	*ValidIntTagsOneOf1_TInt32NotIn1
	//	*ValidIntTagsOneOf1_TInt64_1
	//	*ValidIntTagsOneOf1_TInt64_2
	//	*ValidIntTagsOneOf1_TInt64_3
	//	*ValidIntTagsOneOf1_TInt64_4
	//	*ValidIntTagsOneOf1_TInt64Eq1
	//	*ValidIntTagsOneOf1_TInt64Ne1
	//	*ValidIntTagsOneOf1_TInt64Lt1
	//	*ValidIntTagsOneOf1_TInt64Gt1
	//	*ValidIntTagsOneOf1_TInt64Lte1
	//	*ValidIntTagsOneOf1_TInt64Gte1
	//	*ValidIntTagsOneOf1_TInt64In1
	//	*ValidIntTagsOneOf1_TInt64NotIn1
	//	*ValidIntTagsOneOf1_TSint32_1
	//	*ValidIntTagsOneOf1_TSint32_2
	//	*ValidIntTagsOneOf1_TSint32_3
	//	*ValidIntTagsOneOf1_TSint32_4
	//	*ValidIntTagsOneOf1_TSint32Eq1
	//	*ValidIntTagsOneOf1_TSint32Ne1
	//	*ValidIntTagsOneOf1_TSint32Lt1
	//	*ValidIntTagsOneOf1_TSint32Gt1
	//	*ValidIntTagsOneOf1_TSint32Lte1
	//	*ValidIntTagsOneOf1_TSint32Gte1
	//	*ValidIntTagsOneOf1_TSint32In1
	//	*ValidIntTagsOneOf1_TSint32NotIn1
	//	*ValidIntTagsOneOf1_TSint64_1
	//	*ValidIntTagsOneOf1_TSint64_2
	//	*ValidIntTagsOneOf1_TSint64_3
	//	*ValidIntTagsOneOf1_TSint64_4
	//	*ValidIntTagsOneOf1_TSint64Eq1
	//	*ValidIntTagsOneOf1_TSint64Ne1
	//	*ValidIntTagsOneOf1_TSint64Lt1
	//	*ValidIntTagsOneOf1_TSint64Gt1
	//	*ValidIntTagsOneOf1_TSint64Lte1
	//	*ValidIntTagsOneOf1_TSint64Gte1
	//	*ValidIntTagsOneOf1_TSint64In1
	//	*ValidIntTagsOneOf1_TSint64NotIn1
	//	*ValidIntTagsOneOf1_TSfixed32_1
	//	*ValidIntTagsOneOf1_TSfixed32_2
	//	*ValidIntTagsOneOf1_TSfixed32_3
	//	*ValidIntTagsOneOf1_TSfixed32_4
	//	*ValidIntTagsOneOf1_TSfixed32Eq1
	//	*ValidIntTagsOneOf1_TSfixed32Ne1
	//	*ValidIntTagsOneOf1_TSfixed32Lt1
	//	*ValidIntTagsOneOf1_TSfixed32Gt1
	//	*ValidIntTagsOneOf1_TSfixed32Lte1
	//	*ValidIntTagsOneOf1_TSfixed32Gte1
	//	*ValidIntTagsOneOf1_TSfixed32In1
	//	*ValidIntTagsOneOf1_TSfixed32NotIn1
	//	*ValidIntTagsOneOf1_TSfixed64_1
	//	*ValidIntTagsOneOf1_TSfixed64_2
	//	*ValidIntTagsOneOf1_TSfixed64_3
	//	*ValidIntTagsOneOf1_TSfixed64_4
	//	*ValidIntTagsOneOf1_TSfixed64Eq1
	//	*ValidIntTagsOneOf1_TSfixed64Ne1
	//	*ValidIntTagsOneOf1_TSfixed64Lt1
	//	*ValidIntTagsOneOf1_TSfixed64Gt1
	//	*ValidIntTagsOneOf1_TSfixed64Lte1
	//	*ValidIntTagsOneOf1_TSfixed64Gte1
	//	*ValidIntTagsOneOf1_TSfixed64In1
	//	*ValidIntTagsOneOf1_TSfixed64NotIn1
	OneTyp1 isValidIntTagsOneOf1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidIntTagsOneOf1 for test option tag IntTags with oneof field.

func (*ValidIntTagsOneOf1) Descriptor deprecated

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

Deprecated: Use ValidIntTagsOneOf1.ProtoReflect.Descriptor instead.

func (*ValidIntTagsOneOf1) GetOneTyp1

func (m *ValidIntTagsOneOf1) GetOneTyp1() isValidIntTagsOneOf1_OneTyp1

func (*ValidIntTagsOneOf1) GetTInt32Eq1

func (x *ValidIntTagsOneOf1) GetTInt32Eq1() int32

func (*ValidIntTagsOneOf1) GetTInt32Gt1

func (x *ValidIntTagsOneOf1) GetTInt32Gt1() int32

func (*ValidIntTagsOneOf1) GetTInt32Gte1

func (x *ValidIntTagsOneOf1) GetTInt32Gte1() int32

func (*ValidIntTagsOneOf1) GetTInt32In1

func (x *ValidIntTagsOneOf1) GetTInt32In1() int32

func (*ValidIntTagsOneOf1) GetTInt32Lt1

func (x *ValidIntTagsOneOf1) GetTInt32Lt1() int32

func (*ValidIntTagsOneOf1) GetTInt32Lte1

func (x *ValidIntTagsOneOf1) GetTInt32Lte1() int32

func (*ValidIntTagsOneOf1) GetTInt32Ne1

func (x *ValidIntTagsOneOf1) GetTInt32Ne1() int32

func (*ValidIntTagsOneOf1) GetTInt32NotIn1

func (x *ValidIntTagsOneOf1) GetTInt32NotIn1() int32

func (*ValidIntTagsOneOf1) GetTInt32_1

func (x *ValidIntTagsOneOf1) GetTInt32_1() int32

func (*ValidIntTagsOneOf1) GetTInt32_2

func (x *ValidIntTagsOneOf1) GetTInt32_2() int32

func (*ValidIntTagsOneOf1) GetTInt32_3

func (x *ValidIntTagsOneOf1) GetTInt32_3() int32

func (*ValidIntTagsOneOf1) GetTInt32_4

func (x *ValidIntTagsOneOf1) GetTInt32_4() int32

func (*ValidIntTagsOneOf1) GetTInt64Eq1

func (x *ValidIntTagsOneOf1) GetTInt64Eq1() int64

func (*ValidIntTagsOneOf1) GetTInt64Gt1

func (x *ValidIntTagsOneOf1) GetTInt64Gt1() int64

func (*ValidIntTagsOneOf1) GetTInt64Gte1

func (x *ValidIntTagsOneOf1) GetTInt64Gte1() int64

func (*ValidIntTagsOneOf1) GetTInt64In1

func (x *ValidIntTagsOneOf1) GetTInt64In1() int64

func (*ValidIntTagsOneOf1) GetTInt64Lt1

func (x *ValidIntTagsOneOf1) GetTInt64Lt1() int64

func (*ValidIntTagsOneOf1) GetTInt64Lte1

func (x *ValidIntTagsOneOf1) GetTInt64Lte1() int64

func (*ValidIntTagsOneOf1) GetTInt64Ne1

func (x *ValidIntTagsOneOf1) GetTInt64Ne1() int64

func (*ValidIntTagsOneOf1) GetTInt64NotIn1

func (x *ValidIntTagsOneOf1) GetTInt64NotIn1() int64

func (*ValidIntTagsOneOf1) GetTInt64_1

func (x *ValidIntTagsOneOf1) GetTInt64_1() int64

func (*ValidIntTagsOneOf1) GetTInt64_2

func (x *ValidIntTagsOneOf1) GetTInt64_2() int64

func (*ValidIntTagsOneOf1) GetTInt64_3

func (x *ValidIntTagsOneOf1) GetTInt64_3() int64

func (*ValidIntTagsOneOf1) GetTInt64_4

func (x *ValidIntTagsOneOf1) GetTInt64_4() int64

func (*ValidIntTagsOneOf1) GetTSfixed32Eq1

func (x *ValidIntTagsOneOf1) GetTSfixed32Eq1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32Gt1

func (x *ValidIntTagsOneOf1) GetTSfixed32Gt1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32Gte1

func (x *ValidIntTagsOneOf1) GetTSfixed32Gte1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32In1

func (x *ValidIntTagsOneOf1) GetTSfixed32In1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32Lt1

func (x *ValidIntTagsOneOf1) GetTSfixed32Lt1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32Lte1

func (x *ValidIntTagsOneOf1) GetTSfixed32Lte1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32Ne1

func (x *ValidIntTagsOneOf1) GetTSfixed32Ne1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32NotIn1

func (x *ValidIntTagsOneOf1) GetTSfixed32NotIn1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32_1

func (x *ValidIntTagsOneOf1) GetTSfixed32_1() int32

func (*ValidIntTagsOneOf1) GetTSfixed32_2

func (x *ValidIntTagsOneOf1) GetTSfixed32_2() int32

func (*ValidIntTagsOneOf1) GetTSfixed32_3

func (x *ValidIntTagsOneOf1) GetTSfixed32_3() int32

func (*ValidIntTagsOneOf1) GetTSfixed32_4

func (x *ValidIntTagsOneOf1) GetTSfixed32_4() int32

func (*ValidIntTagsOneOf1) GetTSfixed64Eq1

func (x *ValidIntTagsOneOf1) GetTSfixed64Eq1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64Gt1

func (x *ValidIntTagsOneOf1) GetTSfixed64Gt1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64Gte1

func (x *ValidIntTagsOneOf1) GetTSfixed64Gte1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64In1

func (x *ValidIntTagsOneOf1) GetTSfixed64In1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64Lt1

func (x *ValidIntTagsOneOf1) GetTSfixed64Lt1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64Lte1

func (x *ValidIntTagsOneOf1) GetTSfixed64Lte1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64Ne1

func (x *ValidIntTagsOneOf1) GetTSfixed64Ne1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64NotIn1

func (x *ValidIntTagsOneOf1) GetTSfixed64NotIn1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64_1

func (x *ValidIntTagsOneOf1) GetTSfixed64_1() int64

func (*ValidIntTagsOneOf1) GetTSfixed64_2

func (x *ValidIntTagsOneOf1) GetTSfixed64_2() int64

func (*ValidIntTagsOneOf1) GetTSfixed64_3

func (x *ValidIntTagsOneOf1) GetTSfixed64_3() int64

func (*ValidIntTagsOneOf1) GetTSfixed64_4

func (x *ValidIntTagsOneOf1) GetTSfixed64_4() int64

func (*ValidIntTagsOneOf1) GetTSint32Eq1

func (x *ValidIntTagsOneOf1) GetTSint32Eq1() int32

func (*ValidIntTagsOneOf1) GetTSint32Gt1

func (x *ValidIntTagsOneOf1) GetTSint32Gt1() int32

func (*ValidIntTagsOneOf1) GetTSint32Gte1

func (x *ValidIntTagsOneOf1) GetTSint32Gte1() int32

func (*ValidIntTagsOneOf1) GetTSint32In1

func (x *ValidIntTagsOneOf1) GetTSint32In1() int32

func (*ValidIntTagsOneOf1) GetTSint32Lt1

func (x *ValidIntTagsOneOf1) GetTSint32Lt1() int32

func (*ValidIntTagsOneOf1) GetTSint32Lte1

func (x *ValidIntTagsOneOf1) GetTSint32Lte1() int32

func (*ValidIntTagsOneOf1) GetTSint32Ne1

func (x *ValidIntTagsOneOf1) GetTSint32Ne1() int32

func (*ValidIntTagsOneOf1) GetTSint32NotIn1

func (x *ValidIntTagsOneOf1) GetTSint32NotIn1() int32

func (*ValidIntTagsOneOf1) GetTSint32_1

func (x *ValidIntTagsOneOf1) GetTSint32_1() int32

func (*ValidIntTagsOneOf1) GetTSint32_2

func (x *ValidIntTagsOneOf1) GetTSint32_2() int32

func (*ValidIntTagsOneOf1) GetTSint32_3

func (x *ValidIntTagsOneOf1) GetTSint32_3() int32

func (*ValidIntTagsOneOf1) GetTSint32_4

func (x *ValidIntTagsOneOf1) GetTSint32_4() int32

func (*ValidIntTagsOneOf1) GetTSint64Eq1

func (x *ValidIntTagsOneOf1) GetTSint64Eq1() int64

func (*ValidIntTagsOneOf1) GetTSint64Gt1

func (x *ValidIntTagsOneOf1) GetTSint64Gt1() int64

func (*ValidIntTagsOneOf1) GetTSint64Gte1

func (x *ValidIntTagsOneOf1) GetTSint64Gte1() int64

func (*ValidIntTagsOneOf1) GetTSint64In1

func (x *ValidIntTagsOneOf1) GetTSint64In1() int64

func (*ValidIntTagsOneOf1) GetTSint64Lt1

func (x *ValidIntTagsOneOf1) GetTSint64Lt1() int64

func (*ValidIntTagsOneOf1) GetTSint64Lte1

func (x *ValidIntTagsOneOf1) GetTSint64Lte1() int64

func (*ValidIntTagsOneOf1) GetTSint64Ne1

func (x *ValidIntTagsOneOf1) GetTSint64Ne1() int64

func (*ValidIntTagsOneOf1) GetTSint64NotIn1

func (x *ValidIntTagsOneOf1) GetTSint64NotIn1() int64

func (*ValidIntTagsOneOf1) GetTSint64_1

func (x *ValidIntTagsOneOf1) GetTSint64_1() int64

func (*ValidIntTagsOneOf1) GetTSint64_2

func (x *ValidIntTagsOneOf1) GetTSint64_2() int64

func (*ValidIntTagsOneOf1) GetTSint64_3

func (x *ValidIntTagsOneOf1) GetTSint64_3() int64

func (*ValidIntTagsOneOf1) GetTSint64_4

func (x *ValidIntTagsOneOf1) GetTSint64_4() int64

func (*ValidIntTagsOneOf1) ProtoMessage

func (*ValidIntTagsOneOf1) ProtoMessage()

func (*ValidIntTagsOneOf1) ProtoReflect

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

func (*ValidIntTagsOneOf1) Reset

func (x *ValidIntTagsOneOf1) Reset()

func (*ValidIntTagsOneOf1) String

func (x *ValidIntTagsOneOf1) String() string

func (*ValidIntTagsOneOf1) Validate

func (this *ValidIntTagsOneOf1) Validate() error

Set default value for message govalidatortest.ValidIntTagsOneOf1

type ValidIntTagsOneOf1_TInt32Eq1

type ValidIntTagsOneOf1_TInt32Eq1 struct {
	TInt32Eq1 int32 `protobuf:"varint,10,opt,name=t_int32_eq1,json=tInt32Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32Gt1

type ValidIntTagsOneOf1_TInt32Gt1 struct {
	TInt32Gt1 int32 `protobuf:"varint,13,opt,name=t_int32_gt1,json=tInt32Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32Gte1

type ValidIntTagsOneOf1_TInt32Gte1 struct {
	TInt32Gte1 int32 `protobuf:"varint,15,opt,name=t_int32_gte1,json=tInt32Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32In1

type ValidIntTagsOneOf1_TInt32In1 struct {
	TInt32In1 int32 `protobuf:"varint,16,opt,name=t_int32_in1,json=tInt32In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32Lt1

type ValidIntTagsOneOf1_TInt32Lt1 struct {
	TInt32Lt1 int32 `protobuf:"varint,12,opt,name=t_int32_lt1,json=tInt32Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32Lte1

type ValidIntTagsOneOf1_TInt32Lte1 struct {
	TInt32Lte1 int32 `protobuf:"varint,14,opt,name=t_int32_lte1,json=tInt32Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32Ne1

type ValidIntTagsOneOf1_TInt32Ne1 struct {
	TInt32Ne1 int32 `protobuf:"varint,11,opt,name=t_int32_ne1,json=tInt32Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32NotIn1

type ValidIntTagsOneOf1_TInt32NotIn1 struct {
	TInt32NotIn1 int32 `protobuf:"varint,17,opt,name=t_int32_not_in1,json=tInt32NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32_1

type ValidIntTagsOneOf1_TInt32_1 struct {
	// Type for int32
	TInt32_1 int32 `protobuf:"varint,1,opt,name=t_int32_1,json=tInt321,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32_2

type ValidIntTagsOneOf1_TInt32_2 struct {
	TInt32_2 int32 `protobuf:"varint,2,opt,name=t_int32_2,json=tInt322,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32_3

type ValidIntTagsOneOf1_TInt32_3 struct {
	TInt32_3 int32 `protobuf:"varint,3,opt,name=t_int32_3,json=tInt323,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt32_4

type ValidIntTagsOneOf1_TInt32_4 struct {
	TInt32_4 int32 `protobuf:"varint,4,opt,name=t_int32_4,json=tInt324,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Eq1

type ValidIntTagsOneOf1_TInt64Eq1 struct {
	TInt64Eq1 int64 `protobuf:"varint,30,opt,name=t_int64_eq1,json=tInt64Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Gt1

type ValidIntTagsOneOf1_TInt64Gt1 struct {
	TInt64Gt1 int64 `protobuf:"varint,33,opt,name=t_int64_gt1,json=tInt64Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Gte1

type ValidIntTagsOneOf1_TInt64Gte1 struct {
	TInt64Gte1 int64 `protobuf:"varint,35,opt,name=t_int64_gte1,json=tInt64Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64In1

type ValidIntTagsOneOf1_TInt64In1 struct {
	TInt64In1 int64 `protobuf:"varint,36,opt,name=t_int64_in1,json=tInt64In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Lt1

type ValidIntTagsOneOf1_TInt64Lt1 struct {
	TInt64Lt1 int64 `protobuf:"varint,32,opt,name=t_int64_lt1,json=tInt64Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Lte1

type ValidIntTagsOneOf1_TInt64Lte1 struct {
	TInt64Lte1 int64 `protobuf:"varint,34,opt,name=t_int64_lte1,json=tInt64Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64Ne1

type ValidIntTagsOneOf1_TInt64Ne1 struct {
	TInt64Ne1 int64 `protobuf:"varint,31,opt,name=t_int64_ne1,json=tInt64Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64NotIn1

type ValidIntTagsOneOf1_TInt64NotIn1 struct {
	TInt64NotIn1 int64 `protobuf:"varint,37,opt,name=t_int64_not_in1,json=tInt64NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64_1

type ValidIntTagsOneOf1_TInt64_1 struct {
	// Type for int64
	TInt64_1 int64 `protobuf:"varint,21,opt,name=t_int64_1,json=tInt641,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64_2

type ValidIntTagsOneOf1_TInt64_2 struct {
	TInt64_2 int64 `protobuf:"varint,22,opt,name=t_int64_2,json=tInt642,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64_3

type ValidIntTagsOneOf1_TInt64_3 struct {
	TInt64_3 int64 `protobuf:"varint,23,opt,name=t_int64_3,json=tInt643,proto3,oneof"`
}

type ValidIntTagsOneOf1_TInt64_4

type ValidIntTagsOneOf1_TInt64_4 struct {
	TInt64_4 int64 `protobuf:"varint,24,opt,name=t_int64_4,json=tInt644,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Eq1

type ValidIntTagsOneOf1_TSfixed32Eq1 struct {
	TSfixed32Eq1 int32 `protobuf:"fixed32,90,opt,name=t_sfixed32_eq1,json=tSfixed32Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Gt1

type ValidIntTagsOneOf1_TSfixed32Gt1 struct {
	TSfixed32Gt1 int32 `protobuf:"fixed32,93,opt,name=t_sfixed32_gt1,json=tSfixed32Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Gte1

type ValidIntTagsOneOf1_TSfixed32Gte1 struct {
	TSfixed32Gte1 int32 `protobuf:"fixed32,95,opt,name=t_sfixed32_gte1,json=tSfixed32Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32In1

type ValidIntTagsOneOf1_TSfixed32In1 struct {
	TSfixed32In1 int32 `protobuf:"fixed32,96,opt,name=t_sfixed32_in1,json=tSfixed32In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Lt1

type ValidIntTagsOneOf1_TSfixed32Lt1 struct {
	TSfixed32Lt1 int32 `protobuf:"fixed32,92,opt,name=t_sfixed32_lt1,json=tSfixed32Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Lte1

type ValidIntTagsOneOf1_TSfixed32Lte1 struct {
	TSfixed32Lte1 int32 `protobuf:"fixed32,94,opt,name=t_sfixed32_lte1,json=tSfixed32Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32Ne1

type ValidIntTagsOneOf1_TSfixed32Ne1 struct {
	TSfixed32Ne1 int32 `protobuf:"fixed32,91,opt,name=t_sfixed32_ne1,json=tSfixed32Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32NotIn1

type ValidIntTagsOneOf1_TSfixed32NotIn1 struct {
	TSfixed32NotIn1 int32 `protobuf:"fixed32,97,opt,name=t_sfixed32_not_in1,json=tSfixed32NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32_1

type ValidIntTagsOneOf1_TSfixed32_1 struct {
	// Type for sfixed32
	TSfixed32_1 int32 `protobuf:"fixed32,81,opt,name=t_sfixed32_1,json=tSfixed321,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32_2

type ValidIntTagsOneOf1_TSfixed32_2 struct {
	TSfixed32_2 int32 `protobuf:"fixed32,82,opt,name=t_sfixed32_2,json=tSfixed322,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32_3

type ValidIntTagsOneOf1_TSfixed32_3 struct {
	TSfixed32_3 int32 `protobuf:"fixed32,83,opt,name=t_sfixed32_3,json=tSfixed323,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed32_4

type ValidIntTagsOneOf1_TSfixed32_4 struct {
	TSfixed32_4 int32 `protobuf:"fixed32,84,opt,name=t_sfixed32_4,json=tSfixed324,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Eq1

type ValidIntTagsOneOf1_TSfixed64Eq1 struct {
	TSfixed64Eq1 int64 `protobuf:"fixed64,110,opt,name=t_sfixed64_eq1,json=tSfixed64Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Gt1

type ValidIntTagsOneOf1_TSfixed64Gt1 struct {
	TSfixed64Gt1 int64 `protobuf:"fixed64,113,opt,name=t_sfixed64_gt1,json=tSfixed64Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Gte1

type ValidIntTagsOneOf1_TSfixed64Gte1 struct {
	TSfixed64Gte1 int64 `protobuf:"fixed64,115,opt,name=t_sfixed64_gte1,json=tSfixed64Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64In1

type ValidIntTagsOneOf1_TSfixed64In1 struct {
	TSfixed64In1 int64 `protobuf:"fixed64,116,opt,name=t_sfixed64_in1,json=tSfixed64In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Lt1

type ValidIntTagsOneOf1_TSfixed64Lt1 struct {
	TSfixed64Lt1 int64 `protobuf:"fixed64,112,opt,name=t_sfixed64_lt1,json=tSfixed64Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Lte1

type ValidIntTagsOneOf1_TSfixed64Lte1 struct {
	TSfixed64Lte1 int64 `protobuf:"fixed64,114,opt,name=t_sfixed64_lte1,json=tSfixed64Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64Ne1

type ValidIntTagsOneOf1_TSfixed64Ne1 struct {
	TSfixed64Ne1 int64 `protobuf:"fixed64,111,opt,name=t_sfixed64_ne1,json=tSfixed64Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64NotIn1

type ValidIntTagsOneOf1_TSfixed64NotIn1 struct {
	TSfixed64NotIn1 int64 `protobuf:"fixed64,117,opt,name=t_sfixed64_not_in1,json=tSfixed64NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64_1

type ValidIntTagsOneOf1_TSfixed64_1 struct {
	// Type for sfixed64
	TSfixed64_1 int64 `protobuf:"fixed64,101,opt,name=t_sfixed64_1,json=tSfixed641,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64_2

type ValidIntTagsOneOf1_TSfixed64_2 struct {
	TSfixed64_2 int64 `protobuf:"fixed64,102,opt,name=t_sfixed64_2,json=tSfixed642,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64_3

type ValidIntTagsOneOf1_TSfixed64_3 struct {
	TSfixed64_3 int64 `protobuf:"fixed64,103,opt,name=t_sfixed64_3,json=tSfixed643,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSfixed64_4

type ValidIntTagsOneOf1_TSfixed64_4 struct {
	TSfixed64_4 int64 `protobuf:"fixed64,104,opt,name=t_sfixed64_4,json=tSfixed644,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Eq1

type ValidIntTagsOneOf1_TSint32Eq1 struct {
	TSint32Eq1 int32 `protobuf:"zigzag32,50,opt,name=t_sint32_eq1,json=tSint32Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Gt1

type ValidIntTagsOneOf1_TSint32Gt1 struct {
	TSint32Gt1 int32 `protobuf:"zigzag32,53,opt,name=t_sint32_gt1,json=tSint32Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Gte1

type ValidIntTagsOneOf1_TSint32Gte1 struct {
	TSint32Gte1 int32 `protobuf:"zigzag32,55,opt,name=t_sint32_gte1,json=tSint32Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32In1

type ValidIntTagsOneOf1_TSint32In1 struct {
	TSint32In1 int32 `protobuf:"zigzag32,56,opt,name=t_sint32_in1,json=tSint32In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Lt1

type ValidIntTagsOneOf1_TSint32Lt1 struct {
	TSint32Lt1 int32 `protobuf:"zigzag32,52,opt,name=t_sint32_lt1,json=tSint32Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Lte1

type ValidIntTagsOneOf1_TSint32Lte1 struct {
	TSint32Lte1 int32 `protobuf:"zigzag32,54,opt,name=t_sint32_lte1,json=tSint32Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32Ne1

type ValidIntTagsOneOf1_TSint32Ne1 struct {
	TSint32Ne1 int32 `protobuf:"zigzag32,51,opt,name=t_sint32_ne1,json=tSint32Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32NotIn1

type ValidIntTagsOneOf1_TSint32NotIn1 struct {
	TSint32NotIn1 int32 `protobuf:"zigzag32,57,opt,name=t_sint32_not_in1,json=tSint32NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32_1

type ValidIntTagsOneOf1_TSint32_1 struct {
	// Type for sint32
	TSint32_1 int32 `protobuf:"zigzag32,41,opt,name=t_sint32_1,json=tSint321,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32_2

type ValidIntTagsOneOf1_TSint32_2 struct {
	TSint32_2 int32 `protobuf:"zigzag32,42,opt,name=t_sint32_2,json=tSint322,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32_3

type ValidIntTagsOneOf1_TSint32_3 struct {
	TSint32_3 int32 `protobuf:"zigzag32,43,opt,name=t_sint32_3,json=tSint323,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint32_4

type ValidIntTagsOneOf1_TSint32_4 struct {
	TSint32_4 int32 `protobuf:"zigzag32,44,opt,name=t_sint32_4,json=tSint324,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Eq1

type ValidIntTagsOneOf1_TSint64Eq1 struct {
	TSint64Eq1 int64 `protobuf:"zigzag64,70,opt,name=t_sint64_eq1,json=tSint64Eq1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Gt1

type ValidIntTagsOneOf1_TSint64Gt1 struct {
	TSint64Gt1 int64 `protobuf:"zigzag64,73,opt,name=t_sint64_gt1,json=tSint64Gt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Gte1

type ValidIntTagsOneOf1_TSint64Gte1 struct {
	TSint64Gte1 int64 `protobuf:"zigzag64,75,opt,name=t_sint64_gte1,json=tSint64Gte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64In1

type ValidIntTagsOneOf1_TSint64In1 struct {
	TSint64In1 int64 `protobuf:"zigzag64,76,opt,name=t_sint64_in1,json=tSint64In1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Lt1

type ValidIntTagsOneOf1_TSint64Lt1 struct {
	TSint64Lt1 int64 `protobuf:"zigzag64,72,opt,name=t_sint64_lt1,json=tSint64Lt1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Lte1

type ValidIntTagsOneOf1_TSint64Lte1 struct {
	TSint64Lte1 int64 `protobuf:"zigzag64,74,opt,name=t_sint64_lte1,json=tSint64Lte1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64Ne1

type ValidIntTagsOneOf1_TSint64Ne1 struct {
	TSint64Ne1 int64 `protobuf:"zigzag64,71,opt,name=t_sint64_ne1,json=tSint64Ne1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64NotIn1

type ValidIntTagsOneOf1_TSint64NotIn1 struct {
	TSint64NotIn1 int64 `protobuf:"zigzag64,77,opt,name=t_sint64_not_in1,json=tSint64NotIn1,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64_1

type ValidIntTagsOneOf1_TSint64_1 struct {
	// Type for sint64
	TSint64_1 int64 `protobuf:"zigzag64,61,opt,name=t_sint64_1,json=tSint641,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64_2

type ValidIntTagsOneOf1_TSint64_2 struct {
	TSint64_2 int64 `protobuf:"zigzag64,62,opt,name=t_sint64_2,json=tSint642,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64_3

type ValidIntTagsOneOf1_TSint64_3 struct {
	TSint64_3 int64 `protobuf:"zigzag64,63,opt,name=t_sint64_3,json=tSint643,proto3,oneof"`
}

type ValidIntTagsOneOf1_TSint64_4

type ValidIntTagsOneOf1_TSint64_4 struct {
	TSint64_4 int64 `protobuf:"zigzag64,64,opt,name=t_sint64_4,json=tSint644,proto3,oneof"`
}

type ValidIntTagsOptional1

type ValidIntTagsOptional1 struct {

	// Type for int32
	TInt32_1     *int32 `protobuf:"varint,1,opt,name=t_int32_1,json=tInt321,proto3,oneof" json:"t_int32_1,omitempty"`
	TInt32_2     *int32 `protobuf:"varint,2,opt,name=t_int32_2,json=tInt322,proto3,oneof" json:"t_int32_2,omitempty"`
	TInt32_3     *int32 `protobuf:"varint,3,opt,name=t_int32_3,json=tInt323,proto3,oneof" json:"t_int32_3,omitempty"`
	TInt32_4     *int32 `protobuf:"varint,4,opt,name=t_int32_4,json=tInt324,proto3,oneof" json:"t_int32_4,omitempty"`
	TInt32Eq1    *int32 `protobuf:"varint,10,opt,name=t_int32_eq1,json=tInt32Eq1,proto3,oneof" json:"t_int32_eq1,omitempty"`
	TInt32Ne1    *int32 `protobuf:"varint,11,opt,name=t_int32_ne1,json=tInt32Ne1,proto3,oneof" json:"t_int32_ne1,omitempty"`
	TInt32Lt1    *int32 `protobuf:"varint,12,opt,name=t_int32_lt1,json=tInt32Lt1,proto3,oneof" json:"t_int32_lt1,omitempty"`
	TInt32Gt1    *int32 `protobuf:"varint,13,opt,name=t_int32_gt1,json=tInt32Gt1,proto3,oneof" json:"t_int32_gt1,omitempty"`
	TInt32Lte1   *int32 `protobuf:"varint,14,opt,name=t_int32_lte1,json=tInt32Lte1,proto3,oneof" json:"t_int32_lte1,omitempty"`
	TInt32Gte1   *int32 `protobuf:"varint,15,opt,name=t_int32_gte1,json=tInt32Gte1,proto3,oneof" json:"t_int32_gte1,omitempty"`
	TInt32In1    *int32 `protobuf:"varint,16,opt,name=t_int32_in1,json=tInt32In1,proto3,oneof" json:"t_int32_in1,omitempty"`
	TInt32NotIn1 *int32 `protobuf:"varint,17,opt,name=t_int32_not_in1,json=tInt32NotIn1,proto3,oneof" json:"t_int32_not_in1,omitempty"`
	// Type for int64
	TInt64_1     *int64 `protobuf:"varint,21,opt,name=t_int64_1,json=tInt641,proto3,oneof" json:"t_int64_1,omitempty"`
	TInt64_2     *int64 `protobuf:"varint,22,opt,name=t_int64_2,json=tInt642,proto3,oneof" json:"t_int64_2,omitempty"`
	TInt64_3     *int64 `protobuf:"varint,23,opt,name=t_int64_3,json=tInt643,proto3,oneof" json:"t_int64_3,omitempty"`
	TInt64_4     *int64 `protobuf:"varint,24,opt,name=t_int64_4,json=tInt644,proto3,oneof" json:"t_int64_4,omitempty"`
	TInt64Eq1    *int64 `protobuf:"varint,30,opt,name=t_int64_eq1,json=tInt64Eq1,proto3,oneof" json:"t_int64_eq1,omitempty"`
	TInt64Ne1    *int64 `protobuf:"varint,31,opt,name=t_int64_ne1,json=tInt64Ne1,proto3,oneof" json:"t_int64_ne1,omitempty"`
	TInt64Lt1    *int64 `protobuf:"varint,32,opt,name=t_int64_lt1,json=tInt64Lt1,proto3,oneof" json:"t_int64_lt1,omitempty"`
	TInt64Gt1    *int64 `protobuf:"varint,33,opt,name=t_int64_gt1,json=tInt64Gt1,proto3,oneof" json:"t_int64_gt1,omitempty"`
	TInt64Lte1   *int64 `protobuf:"varint,34,opt,name=t_int64_lte1,json=tInt64Lte1,proto3,oneof" json:"t_int64_lte1,omitempty"`
	TInt64Gte1   *int64 `protobuf:"varint,35,opt,name=t_int64_gte1,json=tInt64Gte1,proto3,oneof" json:"t_int64_gte1,omitempty"`
	TInt64In1    *int64 `protobuf:"varint,36,opt,name=t_int64_in1,json=tInt64In1,proto3,oneof" json:"t_int64_in1,omitempty"`
	TInt64NotIn1 *int64 `protobuf:"varint,37,opt,name=t_int64_not_in1,json=tInt64NotIn1,proto3,oneof" json:"t_int64_not_in1,omitempty"`
	// Type for sint32
	TSint32_1     *int32 `protobuf:"zigzag32,41,opt,name=t_sint32_1,json=tSint321,proto3,oneof" json:"t_sint32_1,omitempty"`
	TSint32_2     *int32 `protobuf:"zigzag32,42,opt,name=t_sint32_2,json=tSint322,proto3,oneof" json:"t_sint32_2,omitempty"`
	TSint32_3     *int32 `protobuf:"zigzag32,43,opt,name=t_sint32_3,json=tSint323,proto3,oneof" json:"t_sint32_3,omitempty"`
	TSint32_4     *int32 `protobuf:"zigzag32,44,opt,name=t_sint32_4,json=tSint324,proto3,oneof" json:"t_sint32_4,omitempty"`
	TSint32Eq1    *int32 `protobuf:"zigzag32,50,opt,name=t_sint32_eq1,json=tSint32Eq1,proto3,oneof" json:"t_sint32_eq1,omitempty"`
	TSint32Ne1    *int32 `protobuf:"zigzag32,51,opt,name=t_sint32_ne1,json=tSint32Ne1,proto3,oneof" json:"t_sint32_ne1,omitempty"`
	TSint32Lt1    *int32 `protobuf:"zigzag32,52,opt,name=t_sint32_lt1,json=tSint32Lt1,proto3,oneof" json:"t_sint32_lt1,omitempty"`
	TSint32Gt1    *int32 `protobuf:"zigzag32,53,opt,name=t_sint32_gt1,json=tSint32Gt1,proto3,oneof" json:"t_sint32_gt1,omitempty"`
	TSint32Lte1   *int32 `protobuf:"zigzag32,54,opt,name=t_sint32_lte1,json=tSint32Lte1,proto3,oneof" json:"t_sint32_lte1,omitempty"`
	TSint32Gte1   *int32 `protobuf:"zigzag32,55,opt,name=t_sint32_gte1,json=tSint32Gte1,proto3,oneof" json:"t_sint32_gte1,omitempty"`
	TSint32In1    *int32 `protobuf:"zigzag32,56,opt,name=t_sint32_in1,json=tSint32In1,proto3,oneof" json:"t_sint32_in1,omitempty"`
	TSint32NotIn1 *int32 `protobuf:"zigzag32,57,opt,name=t_sint32_not_in1,json=tSint32NotIn1,proto3,oneof" json:"t_sint32_not_in1,omitempty"`
	// Type for sint64
	TSint64_1     *int64 `protobuf:"zigzag64,61,opt,name=t_sint64_1,json=tSint641,proto3,oneof" json:"t_sint64_1,omitempty"`
	TSint64_2     *int64 `protobuf:"zigzag64,62,opt,name=t_sint64_2,json=tSint642,proto3,oneof" json:"t_sint64_2,omitempty"`
	TSint64_3     *int64 `protobuf:"zigzag64,63,opt,name=t_sint64_3,json=tSint643,proto3,oneof" json:"t_sint64_3,omitempty"`
	TSint64_4     *int64 `protobuf:"zigzag64,64,opt,name=t_sint64_4,json=tSint644,proto3,oneof" json:"t_sint64_4,omitempty"`
	TSint64Eq1    *int64 `protobuf:"zigzag64,70,opt,name=t_sint64_eq1,json=tSint64Eq1,proto3,oneof" json:"t_sint64_eq1,omitempty"`
	TSint64Ne1    *int64 `protobuf:"zigzag64,71,opt,name=t_sint64_ne1,json=tSint64Ne1,proto3,oneof" json:"t_sint64_ne1,omitempty"`
	TSint64Lt1    *int64 `protobuf:"zigzag64,72,opt,name=t_sint64_lt1,json=tSint64Lt1,proto3,oneof" json:"t_sint64_lt1,omitempty"`
	TSint64Gt1    *int64 `protobuf:"zigzag64,73,opt,name=t_sint64_gt1,json=tSint64Gt1,proto3,oneof" json:"t_sint64_gt1,omitempty"`
	TSint64Lte1   *int64 `protobuf:"zigzag64,74,opt,name=t_sint64_lte1,json=tSint64Lte1,proto3,oneof" json:"t_sint64_lte1,omitempty"`
	TSint64Gte1   *int64 `protobuf:"zigzag64,75,opt,name=t_sint64_gte1,json=tSint64Gte1,proto3,oneof" json:"t_sint64_gte1,omitempty"`
	TSint64In1    *int64 `protobuf:"zigzag64,76,opt,name=t_sint64_in1,json=tSint64In1,proto3,oneof" json:"t_sint64_in1,omitempty"`
	TSint64NotIn1 *int64 `protobuf:"zigzag64,77,opt,name=t_sint64_not_in1,json=tSint64NotIn1,proto3,oneof" json:"t_sint64_not_in1,omitempty"`
	// Type for sfixed32
	TSfixed32_1     *int32 `protobuf:"fixed32,81,opt,name=t_sfixed32_1,json=tSfixed321,proto3,oneof" json:"t_sfixed32_1,omitempty"`
	TSfixed32_2     *int32 `protobuf:"fixed32,82,opt,name=t_sfixed32_2,json=tSfixed322,proto3,oneof" json:"t_sfixed32_2,omitempty"`
	TSfixed32_3     *int32 `protobuf:"fixed32,83,opt,name=t_sfixed32_3,json=tSfixed323,proto3,oneof" json:"t_sfixed32_3,omitempty"`
	TSfixed32_4     *int32 `protobuf:"fixed32,84,opt,name=t_sfixed32_4,json=tSfixed324,proto3,oneof" json:"t_sfixed32_4,omitempty"`
	TSfixed32Eq1    *int32 `protobuf:"fixed32,90,opt,name=t_sfixed32_eq1,json=tSfixed32Eq1,proto3,oneof" json:"t_sfixed32_eq1,omitempty"`
	TSfixed32Ne1    *int32 `protobuf:"fixed32,91,opt,name=t_sfixed32_ne1,json=tSfixed32Ne1,proto3,oneof" json:"t_sfixed32_ne1,omitempty"`
	TSfixed32Lt1    *int32 `protobuf:"fixed32,92,opt,name=t_sfixed32_lt1,json=tSfixed32Lt1,proto3,oneof" json:"t_sfixed32_lt1,omitempty"`
	TSfixed32Gt1    *int32 `protobuf:"fixed32,93,opt,name=t_sfixed32_gt1,json=tSfixed32Gt1,proto3,oneof" json:"t_sfixed32_gt1,omitempty"`
	TSfixed32Lte1   *int32 `protobuf:"fixed32,94,opt,name=t_sfixed32_lte1,json=tSfixed32Lte1,proto3,oneof" json:"t_sfixed32_lte1,omitempty"`
	TSfixed32Gte1   *int32 `protobuf:"fixed32,95,opt,name=t_sfixed32_gte1,json=tSfixed32Gte1,proto3,oneof" json:"t_sfixed32_gte1,omitempty"`
	TSfixed32In1    *int32 `protobuf:"fixed32,96,opt,name=t_sfixed32_in1,json=tSfixed32In1,proto3,oneof" json:"t_sfixed32_in1,omitempty"`
	TSfixed32NotIn1 *int32 `protobuf:"fixed32,97,opt,name=t_sfixed32_not_in1,json=tSfixed32NotIn1,proto3,oneof" json:"t_sfixed32_not_in1,omitempty"`
	// Type for sfixed64
	TSfixed64_1     *int64 `protobuf:"fixed64,101,opt,name=t_sfixed64_1,json=tSfixed641,proto3,oneof" json:"t_sfixed64_1,omitempty"`
	TSfixed64_2     *int64 `protobuf:"fixed64,102,opt,name=t_sfixed64_2,json=tSfixed642,proto3,oneof" json:"t_sfixed64_2,omitempty"`
	TSfixed64_3     *int64 `protobuf:"fixed64,103,opt,name=t_sfixed64_3,json=tSfixed643,proto3,oneof" json:"t_sfixed64_3,omitempty"`
	TSfixed64_4     *int64 `protobuf:"fixed64,104,opt,name=t_sfixed64_4,json=tSfixed644,proto3,oneof" json:"t_sfixed64_4,omitempty"`
	TSfixed64Eq1    *int64 `protobuf:"fixed64,110,opt,name=t_sfixed64_eq1,json=tSfixed64Eq1,proto3,oneof" json:"t_sfixed64_eq1,omitempty"`
	TSfixed64Ne1    *int64 `protobuf:"fixed64,111,opt,name=t_sfixed64_ne1,json=tSfixed64Ne1,proto3,oneof" json:"t_sfixed64_ne1,omitempty"`
	TSfixed64Lt1    *int64 `protobuf:"fixed64,112,opt,name=t_sfixed64_lt1,json=tSfixed64Lt1,proto3,oneof" json:"t_sfixed64_lt1,omitempty"`
	TSfixed64Gt1    *int64 `protobuf:"fixed64,113,opt,name=t_sfixed64_gt1,json=tSfixed64Gt1,proto3,oneof" json:"t_sfixed64_gt1,omitempty"`
	TSfixed64Lte1   *int64 `protobuf:"fixed64,114,opt,name=t_sfixed64_lte1,json=tSfixed64Lte1,proto3,oneof" json:"t_sfixed64_lte1,omitempty"`
	TSfixed64Gte1   *int64 `protobuf:"fixed64,115,opt,name=t_sfixed64_gte1,json=tSfixed64Gte1,proto3,oneof" json:"t_sfixed64_gte1,omitempty"`
	TSfixed64In1    *int64 `protobuf:"fixed64,116,opt,name=t_sfixed64_in1,json=tSfixed64In1,proto3,oneof" json:"t_sfixed64_in1,omitempty"`
	TSfixed64NotIn1 *int64 `protobuf:"fixed64,117,opt,name=t_sfixed64_not_in1,json=tSfixed64NotIn1,proto3,oneof" json:"t_sfixed64_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidIntTagsOptional1 for test option tag IntTags with optional field.

func (*ValidIntTagsOptional1) Descriptor deprecated

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

Deprecated: Use ValidIntTagsOptional1.ProtoReflect.Descriptor instead.

func (*ValidIntTagsOptional1) GetTInt32Eq1

func (x *ValidIntTagsOptional1) GetTInt32Eq1() int32

func (*ValidIntTagsOptional1) GetTInt32Gt1

func (x *ValidIntTagsOptional1) GetTInt32Gt1() int32

func (*ValidIntTagsOptional1) GetTInt32Gte1

func (x *ValidIntTagsOptional1) GetTInt32Gte1() int32

func (*ValidIntTagsOptional1) GetTInt32In1

func (x *ValidIntTagsOptional1) GetTInt32In1() int32

func (*ValidIntTagsOptional1) GetTInt32Lt1

func (x *ValidIntTagsOptional1) GetTInt32Lt1() int32

func (*ValidIntTagsOptional1) GetTInt32Lte1

func (x *ValidIntTagsOptional1) GetTInt32Lte1() int32

func (*ValidIntTagsOptional1) GetTInt32Ne1

func (x *ValidIntTagsOptional1) GetTInt32Ne1() int32

func (*ValidIntTagsOptional1) GetTInt32NotIn1

func (x *ValidIntTagsOptional1) GetTInt32NotIn1() int32

func (*ValidIntTagsOptional1) GetTInt32_1

func (x *ValidIntTagsOptional1) GetTInt32_1() int32

func (*ValidIntTagsOptional1) GetTInt32_2

func (x *ValidIntTagsOptional1) GetTInt32_2() int32

func (*ValidIntTagsOptional1) GetTInt32_3

func (x *ValidIntTagsOptional1) GetTInt32_3() int32

func (*ValidIntTagsOptional1) GetTInt32_4

func (x *ValidIntTagsOptional1) GetTInt32_4() int32

func (*ValidIntTagsOptional1) GetTInt64Eq1

func (x *ValidIntTagsOptional1) GetTInt64Eq1() int64

func (*ValidIntTagsOptional1) GetTInt64Gt1

func (x *ValidIntTagsOptional1) GetTInt64Gt1() int64

func (*ValidIntTagsOptional1) GetTInt64Gte1

func (x *ValidIntTagsOptional1) GetTInt64Gte1() int64

func (*ValidIntTagsOptional1) GetTInt64In1

func (x *ValidIntTagsOptional1) GetTInt64In1() int64

func (*ValidIntTagsOptional1) GetTInt64Lt1

func (x *ValidIntTagsOptional1) GetTInt64Lt1() int64

func (*ValidIntTagsOptional1) GetTInt64Lte1

func (x *ValidIntTagsOptional1) GetTInt64Lte1() int64

func (*ValidIntTagsOptional1) GetTInt64Ne1

func (x *ValidIntTagsOptional1) GetTInt64Ne1() int64

func (*ValidIntTagsOptional1) GetTInt64NotIn1

func (x *ValidIntTagsOptional1) GetTInt64NotIn1() int64

func (*ValidIntTagsOptional1) GetTInt64_1

func (x *ValidIntTagsOptional1) GetTInt64_1() int64

func (*ValidIntTagsOptional1) GetTInt64_2

func (x *ValidIntTagsOptional1) GetTInt64_2() int64

func (*ValidIntTagsOptional1) GetTInt64_3

func (x *ValidIntTagsOptional1) GetTInt64_3() int64

func (*ValidIntTagsOptional1) GetTInt64_4

func (x *ValidIntTagsOptional1) GetTInt64_4() int64

func (*ValidIntTagsOptional1) GetTSfixed32Eq1

func (x *ValidIntTagsOptional1) GetTSfixed32Eq1() int32

func (*ValidIntTagsOptional1) GetTSfixed32Gt1

func (x *ValidIntTagsOptional1) GetTSfixed32Gt1() int32

func (*ValidIntTagsOptional1) GetTSfixed32Gte1

func (x *ValidIntTagsOptional1) GetTSfixed32Gte1() int32

func (*ValidIntTagsOptional1) GetTSfixed32In1

func (x *ValidIntTagsOptional1) GetTSfixed32In1() int32

func (*ValidIntTagsOptional1) GetTSfixed32Lt1

func (x *ValidIntTagsOptional1) GetTSfixed32Lt1() int32

func (*ValidIntTagsOptional1) GetTSfixed32Lte1

func (x *ValidIntTagsOptional1) GetTSfixed32Lte1() int32

func (*ValidIntTagsOptional1) GetTSfixed32Ne1

func (x *ValidIntTagsOptional1) GetTSfixed32Ne1() int32

func (*ValidIntTagsOptional1) GetTSfixed32NotIn1

func (x *ValidIntTagsOptional1) GetTSfixed32NotIn1() int32

func (*ValidIntTagsOptional1) GetTSfixed32_1

func (x *ValidIntTagsOptional1) GetTSfixed32_1() int32

func (*ValidIntTagsOptional1) GetTSfixed32_2

func (x *ValidIntTagsOptional1) GetTSfixed32_2() int32

func (*ValidIntTagsOptional1) GetTSfixed32_3

func (x *ValidIntTagsOptional1) GetTSfixed32_3() int32

func (*ValidIntTagsOptional1) GetTSfixed32_4

func (x *ValidIntTagsOptional1) GetTSfixed32_4() int32

func (*ValidIntTagsOptional1) GetTSfixed64Eq1

func (x *ValidIntTagsOptional1) GetTSfixed64Eq1() int64

func (*ValidIntTagsOptional1) GetTSfixed64Gt1

func (x *ValidIntTagsOptional1) GetTSfixed64Gt1() int64

func (*ValidIntTagsOptional1) GetTSfixed64Gte1

func (x *ValidIntTagsOptional1) GetTSfixed64Gte1() int64

func (*ValidIntTagsOptional1) GetTSfixed64In1

func (x *ValidIntTagsOptional1) GetTSfixed64In1() int64

func (*ValidIntTagsOptional1) GetTSfixed64Lt1

func (x *ValidIntTagsOptional1) GetTSfixed64Lt1() int64

func (*ValidIntTagsOptional1) GetTSfixed64Lte1

func (x *ValidIntTagsOptional1) GetTSfixed64Lte1() int64

func (*ValidIntTagsOptional1) GetTSfixed64Ne1

func (x *ValidIntTagsOptional1) GetTSfixed64Ne1() int64

func (*ValidIntTagsOptional1) GetTSfixed64NotIn1

func (x *ValidIntTagsOptional1) GetTSfixed64NotIn1() int64

func (*ValidIntTagsOptional1) GetTSfixed64_1

func (x *ValidIntTagsOptional1) GetTSfixed64_1() int64

func (*ValidIntTagsOptional1) GetTSfixed64_2

func (x *ValidIntTagsOptional1) GetTSfixed64_2() int64

func (*ValidIntTagsOptional1) GetTSfixed64_3

func (x *ValidIntTagsOptional1) GetTSfixed64_3() int64

func (*ValidIntTagsOptional1) GetTSfixed64_4

func (x *ValidIntTagsOptional1) GetTSfixed64_4() int64

func (*ValidIntTagsOptional1) GetTSint32Eq1

func (x *ValidIntTagsOptional1) GetTSint32Eq1() int32

func (*ValidIntTagsOptional1) GetTSint32Gt1

func (x *ValidIntTagsOptional1) GetTSint32Gt1() int32

func (*ValidIntTagsOptional1) GetTSint32Gte1

func (x *ValidIntTagsOptional1) GetTSint32Gte1() int32

func (*ValidIntTagsOptional1) GetTSint32In1

func (x *ValidIntTagsOptional1) GetTSint32In1() int32

func (*ValidIntTagsOptional1) GetTSint32Lt1

func (x *ValidIntTagsOptional1) GetTSint32Lt1() int32

func (*ValidIntTagsOptional1) GetTSint32Lte1

func (x *ValidIntTagsOptional1) GetTSint32Lte1() int32

func (*ValidIntTagsOptional1) GetTSint32Ne1

func (x *ValidIntTagsOptional1) GetTSint32Ne1() int32

func (*ValidIntTagsOptional1) GetTSint32NotIn1

func (x *ValidIntTagsOptional1) GetTSint32NotIn1() int32

func (*ValidIntTagsOptional1) GetTSint32_1

func (x *ValidIntTagsOptional1) GetTSint32_1() int32

func (*ValidIntTagsOptional1) GetTSint32_2

func (x *ValidIntTagsOptional1) GetTSint32_2() int32

func (*ValidIntTagsOptional1) GetTSint32_3

func (x *ValidIntTagsOptional1) GetTSint32_3() int32

func (*ValidIntTagsOptional1) GetTSint32_4

func (x *ValidIntTagsOptional1) GetTSint32_4() int32

func (*ValidIntTagsOptional1) GetTSint64Eq1

func (x *ValidIntTagsOptional1) GetTSint64Eq1() int64

func (*ValidIntTagsOptional1) GetTSint64Gt1

func (x *ValidIntTagsOptional1) GetTSint64Gt1() int64

func (*ValidIntTagsOptional1) GetTSint64Gte1

func (x *ValidIntTagsOptional1) GetTSint64Gte1() int64

func (*ValidIntTagsOptional1) GetTSint64In1

func (x *ValidIntTagsOptional1) GetTSint64In1() int64

func (*ValidIntTagsOptional1) GetTSint64Lt1

func (x *ValidIntTagsOptional1) GetTSint64Lt1() int64

func (*ValidIntTagsOptional1) GetTSint64Lte1

func (x *ValidIntTagsOptional1) GetTSint64Lte1() int64

func (*ValidIntTagsOptional1) GetTSint64Ne1

func (x *ValidIntTagsOptional1) GetTSint64Ne1() int64

func (*ValidIntTagsOptional1) GetTSint64NotIn1

func (x *ValidIntTagsOptional1) GetTSint64NotIn1() int64

func (*ValidIntTagsOptional1) GetTSint64_1

func (x *ValidIntTagsOptional1) GetTSint64_1() int64

func (*ValidIntTagsOptional1) GetTSint64_2

func (x *ValidIntTagsOptional1) GetTSint64_2() int64

func (*ValidIntTagsOptional1) GetTSint64_3

func (x *ValidIntTagsOptional1) GetTSint64_3() int64

func (*ValidIntTagsOptional1) GetTSint64_4

func (x *ValidIntTagsOptional1) GetTSint64_4() int64

func (*ValidIntTagsOptional1) ProtoMessage

func (*ValidIntTagsOptional1) ProtoMessage()

func (*ValidIntTagsOptional1) ProtoReflect

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

func (*ValidIntTagsOptional1) Reset

func (x *ValidIntTagsOptional1) Reset()

func (*ValidIntTagsOptional1) String

func (x *ValidIntTagsOptional1) String() string

func (*ValidIntTagsOptional1) Validate

func (this *ValidIntTagsOptional1) Validate() error

Set default value for message govalidatortest.ValidIntTagsOptional1

type ValidMapTagsGeneral1

type ValidMapTagsGeneral1 struct {
	TMap_101     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_102     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_103     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_104     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_105     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_106     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_107     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_108     map[string]string  `` /* 174-byte string literal not displayed */
	TMap_111     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_112     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_113     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_114     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_115     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_116     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_117     map[string]*Config `` /* 174-byte string literal not displayed */
	TMap_118     map[string]*Config `` /* 174-byte string literal not displayed */
	TMapNotNull1 map[string]string  `` /* 190-byte string literal not displayed */
	TMapLenEq1   map[string]string  `` /* 184-byte string literal not displayed */
	TMapLenNe1   map[string]string  `` /* 184-byte string literal not displayed */
	TMapLenLt1   map[string]string  `` /* 184-byte string literal not displayed */
	TMapLenGt1   map[string]string  `` /* 184-byte string literal not displayed */
	TMapLenLte1  map[string]string  `` /* 187-byte string literal not displayed */
	TMapLenGte1  map[string]string  `` /* 187-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidMapTagsGeneral1 for test option tag MapTags.

func (*ValidMapTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidMapTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidMapTagsGeneral1) GetTMapLenEq1

func (x *ValidMapTagsGeneral1) GetTMapLenEq1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapLenGt1

func (x *ValidMapTagsGeneral1) GetTMapLenGt1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapLenGte1

func (x *ValidMapTagsGeneral1) GetTMapLenGte1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapLenLt1

func (x *ValidMapTagsGeneral1) GetTMapLenLt1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapLenLte1

func (x *ValidMapTagsGeneral1) GetTMapLenLte1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapLenNe1

func (x *ValidMapTagsGeneral1) GetTMapLenNe1() map[string]string

func (*ValidMapTagsGeneral1) GetTMapNotNull1

func (x *ValidMapTagsGeneral1) GetTMapNotNull1() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_101

func (x *ValidMapTagsGeneral1) GetTMap_101() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_102

func (x *ValidMapTagsGeneral1) GetTMap_102() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_103

func (x *ValidMapTagsGeneral1) GetTMap_103() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_104

func (x *ValidMapTagsGeneral1) GetTMap_104() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_105

func (x *ValidMapTagsGeneral1) GetTMap_105() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_106

func (x *ValidMapTagsGeneral1) GetTMap_106() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_107

func (x *ValidMapTagsGeneral1) GetTMap_107() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_108

func (x *ValidMapTagsGeneral1) GetTMap_108() map[string]string

func (*ValidMapTagsGeneral1) GetTMap_111

func (x *ValidMapTagsGeneral1) GetTMap_111() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_112

func (x *ValidMapTagsGeneral1) GetTMap_112() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_113

func (x *ValidMapTagsGeneral1) GetTMap_113() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_114

func (x *ValidMapTagsGeneral1) GetTMap_114() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_115

func (x *ValidMapTagsGeneral1) GetTMap_115() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_116

func (x *ValidMapTagsGeneral1) GetTMap_116() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_117

func (x *ValidMapTagsGeneral1) GetTMap_117() map[string]*Config

func (*ValidMapTagsGeneral1) GetTMap_118

func (x *ValidMapTagsGeneral1) GetTMap_118() map[string]*Config

func (*ValidMapTagsGeneral1) ProtoMessage

func (*ValidMapTagsGeneral1) ProtoMessage()

func (*ValidMapTagsGeneral1) ProtoReflect

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

func (*ValidMapTagsGeneral1) Reset

func (x *ValidMapTagsGeneral1) Reset()

func (*ValidMapTagsGeneral1) String

func (x *ValidMapTagsGeneral1) String() string

func (*ValidMapTagsGeneral1) Validate

func (this *ValidMapTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidMapTagsGeneral1

type ValidMapTagsKey1

type ValidMapTagsKey1 struct {
	TMapKeyString   map[string]int32 `` /* 194-byte string literal not displayed */
	TMapKeyInt32    map[int32]int32  `` /* 192-byte string literal not displayed */
	TMapKeyInt64    map[int64]int32  `` /* 192-byte string literal not displayed */
	TMapKeySint32   map[int32]int32  `` /* 197-byte string literal not displayed */
	TMapKeySint64   map[int64]int32  `` /* 197-byte string literal not displayed */
	TMapKeySfixed32 map[int32]int32  `` /* 202-byte string literal not displayed */
	TMapKeySfixed64 map[int64]int32  `` /* 202-byte string literal not displayed */
	TMapKeyUint32   map[uint32]int32 `` /* 195-byte string literal not displayed */
	TMapKeyUint64   map[uint64]int32 `` /* 195-byte string literal not displayed */
	TMapKeyFixed32  map[uint32]int32 `` /* 199-byte string literal not displayed */
	TMapKeyFixed64  map[uint64]int32 `` /* 199-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidMapTagsGeneral1 for test option tag MapTags with key.

func (*ValidMapTagsKey1) Descriptor deprecated

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

Deprecated: Use ValidMapTagsKey1.ProtoReflect.Descriptor instead.

func (*ValidMapTagsKey1) GetTMapKeyFixed32

func (x *ValidMapTagsKey1) GetTMapKeyFixed32() map[uint32]int32

func (*ValidMapTagsKey1) GetTMapKeyFixed64

func (x *ValidMapTagsKey1) GetTMapKeyFixed64() map[uint64]int32

func (*ValidMapTagsKey1) GetTMapKeyInt32

func (x *ValidMapTagsKey1) GetTMapKeyInt32() map[int32]int32

func (*ValidMapTagsKey1) GetTMapKeyInt64

func (x *ValidMapTagsKey1) GetTMapKeyInt64() map[int64]int32

func (*ValidMapTagsKey1) GetTMapKeySfixed32

func (x *ValidMapTagsKey1) GetTMapKeySfixed32() map[int32]int32

func (*ValidMapTagsKey1) GetTMapKeySfixed64

func (x *ValidMapTagsKey1) GetTMapKeySfixed64() map[int64]int32

func (*ValidMapTagsKey1) GetTMapKeySint32

func (x *ValidMapTagsKey1) GetTMapKeySint32() map[int32]int32

func (*ValidMapTagsKey1) GetTMapKeySint64

func (x *ValidMapTagsKey1) GetTMapKeySint64() map[int64]int32

func (*ValidMapTagsKey1) GetTMapKeyString

func (x *ValidMapTagsKey1) GetTMapKeyString() map[string]int32

func (*ValidMapTagsKey1) GetTMapKeyUint32

func (x *ValidMapTagsKey1) GetTMapKeyUint32() map[uint32]int32

func (*ValidMapTagsKey1) GetTMapKeyUint64

func (x *ValidMapTagsKey1) GetTMapKeyUint64() map[uint64]int32

func (*ValidMapTagsKey1) ProtoMessage

func (*ValidMapTagsKey1) ProtoMessage()

func (*ValidMapTagsKey1) ProtoReflect

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

func (*ValidMapTagsKey1) Reset

func (x *ValidMapTagsKey1) Reset()

func (*ValidMapTagsKey1) String

func (x *ValidMapTagsKey1) String() string

func (*ValidMapTagsKey1) Validate

func (this *ValidMapTagsKey1) Validate() error

Set default value for message govalidatortest.ValidMapTagsKey1

type ValidMapTagsValue1

type ValidMapTagsValue1 struct {
	TMapValueString   map[string]string  `` /* 199-byte string literal not displayed */
	TMapValueDouble   map[string]float64 `` /* 201-byte string literal not displayed */
	TMapValueFloat    map[string]float32 `` /* 198-byte string literal not displayed */
	TMapValueInt32    map[string]int32   `` /* 197-byte string literal not displayed */
	TMapValueInt64    map[string]int64   `` /* 197-byte string literal not displayed */
	TMapValueSint32   map[string]int32   `` /* 202-byte string literal not displayed */
	TMapValueSint64   map[string]int64   `` /* 202-byte string literal not displayed */
	TMapValueSfixed32 map[string]int32   `` /* 207-byte string literal not displayed */
	TMapValueSfixed64 map[string]int64   `` /* 207-byte string literal not displayed */
	TMapValueUint32   map[string]uint32  `` /* 200-byte string literal not displayed */
	TMapValueUint64   map[string]uint64  `` /* 200-byte string literal not displayed */
	TMapValueFixed32  map[string]uint32  `` /* 204-byte string literal not displayed */
	TMapValueFixed64  map[string]uint64  `` /* 204-byte string literal not displayed */
	TMapValueBool     map[string]bool    `` /* 194-byte string literal not displayed */
	TMapValueEnum     map[string]Enum1   `` /* 221-byte string literal not displayed */
	TMapValueBytes    map[string][]byte  `` /* 196-byte string literal not displayed */
	TMapValueMessage  map[string]*Config `` /* 202-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidMapTagsGeneral1 for test option tag MapTags with value.

func (*ValidMapTagsValue1) Descriptor deprecated

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

Deprecated: Use ValidMapTagsValue1.ProtoReflect.Descriptor instead.

func (*ValidMapTagsValue1) GetTMapValueBool

func (x *ValidMapTagsValue1) GetTMapValueBool() map[string]bool

func (*ValidMapTagsValue1) GetTMapValueBytes

func (x *ValidMapTagsValue1) GetTMapValueBytes() map[string][]byte

func (*ValidMapTagsValue1) GetTMapValueDouble

func (x *ValidMapTagsValue1) GetTMapValueDouble() map[string]float64

func (*ValidMapTagsValue1) GetTMapValueEnum

func (x *ValidMapTagsValue1) GetTMapValueEnum() map[string]Enum1

func (*ValidMapTagsValue1) GetTMapValueFixed32

func (x *ValidMapTagsValue1) GetTMapValueFixed32() map[string]uint32

func (*ValidMapTagsValue1) GetTMapValueFixed64

func (x *ValidMapTagsValue1) GetTMapValueFixed64() map[string]uint64

func (*ValidMapTagsValue1) GetTMapValueFloat

func (x *ValidMapTagsValue1) GetTMapValueFloat() map[string]float32

func (*ValidMapTagsValue1) GetTMapValueInt32

func (x *ValidMapTagsValue1) GetTMapValueInt32() map[string]int32

func (*ValidMapTagsValue1) GetTMapValueInt64

func (x *ValidMapTagsValue1) GetTMapValueInt64() map[string]int64

func (*ValidMapTagsValue1) GetTMapValueMessage

func (x *ValidMapTagsValue1) GetTMapValueMessage() map[string]*Config

func (*ValidMapTagsValue1) GetTMapValueSfixed32

func (x *ValidMapTagsValue1) GetTMapValueSfixed32() map[string]int32

func (*ValidMapTagsValue1) GetTMapValueSfixed64

func (x *ValidMapTagsValue1) GetTMapValueSfixed64() map[string]int64

func (*ValidMapTagsValue1) GetTMapValueSint32

func (x *ValidMapTagsValue1) GetTMapValueSint32() map[string]int32

func (*ValidMapTagsValue1) GetTMapValueSint64

func (x *ValidMapTagsValue1) GetTMapValueSint64() map[string]int64

func (*ValidMapTagsValue1) GetTMapValueString

func (x *ValidMapTagsValue1) GetTMapValueString() map[string]string

func (*ValidMapTagsValue1) GetTMapValueUint32

func (x *ValidMapTagsValue1) GetTMapValueUint32() map[string]uint32

func (*ValidMapTagsValue1) GetTMapValueUint64

func (x *ValidMapTagsValue1) GetTMapValueUint64() map[string]uint64

func (*ValidMapTagsValue1) ProtoMessage

func (*ValidMapTagsValue1) ProtoMessage()

func (*ValidMapTagsValue1) ProtoReflect

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

func (*ValidMapTagsValue1) Reset

func (x *ValidMapTagsValue1) Reset()

func (*ValidMapTagsValue1) String

func (x *ValidMapTagsValue1) String() string

func (*ValidMapTagsValue1) Validate

func (this *ValidMapTagsValue1) Validate() error

Set default value for message govalidatortest.ValidMapTagsValue1

type ValidMessageTags

type ValidMessageTags struct {
	TMessageGeneral_1       *Config `protobuf:"bytes,1,opt,name=t_message_general_1,json=tMessageGeneral1,proto3" json:"t_message_general_1,omitempty"`
	TMessageGeneral_2       *Config `protobuf:"bytes,2,opt,name=t_message_general_2,json=tMessageGeneral2,proto3" json:"t_message_general_2,omitempty"`
	TMessageGeneral_3       *Config `protobuf:"bytes,3,opt,name=t_message_general_3,json=tMessageGeneral3,proto3" json:"t_message_general_3,omitempty"`
	TMessageGeneral_4       *Config `protobuf:"bytes,4,opt,name=t_message_general_4,json=tMessageGeneral4,proto3" json:"t_message_general_4,omitempty"`
	TMessageGeneralNotNull1 *Config `` /* 137-byte string literal not displayed */
	TMessageGeneralNotNull2 *Config `` /* 137-byte string literal not displayed */
	TMessageGeneralSkip1    *Config `` /* 126-byte string literal not displayed */
	TMessageGeneralSkip2    *Config `` /* 126-byte string literal not displayed */
	// Types that are assignable to OneTyp1:
	//	*ValidMessageTags_TMessageOnfof_1
	//	*ValidMessageTags_TMessageOnfof_2
	//	*ValidMessageTags_TMessageOnfof_3
	//	*ValidMessageTags_TMessageOnfof_4
	//	*ValidMessageTags_TMessageOneofNotNull1
	//	*ValidMessageTags_TMessageOneofNotNull2
	//	*ValidMessageTags_TMessageOneofSkip1
	//	*ValidMessageTags_TMessageOneofSkip2
	OneTyp1 isValidMessageTags_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidMessageTags for test option tag MessageTags with field.

func (*ValidMessageTags) Descriptor deprecated

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

Deprecated: Use ValidMessageTags.ProtoReflect.Descriptor instead.

func (*ValidMessageTags) GetOneTyp1

func (m *ValidMessageTags) GetOneTyp1() isValidMessageTags_OneTyp1

func (*ValidMessageTags) GetTMessageGeneralNotNull1

func (x *ValidMessageTags) GetTMessageGeneralNotNull1() *Config

func (*ValidMessageTags) GetTMessageGeneralNotNull2

func (x *ValidMessageTags) GetTMessageGeneralNotNull2() *Config

func (*ValidMessageTags) GetTMessageGeneralSkip1

func (x *ValidMessageTags) GetTMessageGeneralSkip1() *Config

func (*ValidMessageTags) GetTMessageGeneralSkip2

func (x *ValidMessageTags) GetTMessageGeneralSkip2() *Config

func (*ValidMessageTags) GetTMessageGeneral_1

func (x *ValidMessageTags) GetTMessageGeneral_1() *Config

func (*ValidMessageTags) GetTMessageGeneral_2

func (x *ValidMessageTags) GetTMessageGeneral_2() *Config

func (*ValidMessageTags) GetTMessageGeneral_3

func (x *ValidMessageTags) GetTMessageGeneral_3() *Config

func (*ValidMessageTags) GetTMessageGeneral_4

func (x *ValidMessageTags) GetTMessageGeneral_4() *Config

func (*ValidMessageTags) GetTMessageOneofNotNull1

func (x *ValidMessageTags) GetTMessageOneofNotNull1() *Config

func (*ValidMessageTags) GetTMessageOneofNotNull2

func (x *ValidMessageTags) GetTMessageOneofNotNull2() *Config

func (*ValidMessageTags) GetTMessageOneofSkip1

func (x *ValidMessageTags) GetTMessageOneofSkip1() *Config

func (*ValidMessageTags) GetTMessageOneofSkip2

func (x *ValidMessageTags) GetTMessageOneofSkip2() *Config

func (*ValidMessageTags) GetTMessageOnfof_1

func (x *ValidMessageTags) GetTMessageOnfof_1() *Config

func (*ValidMessageTags) GetTMessageOnfof_2

func (x *ValidMessageTags) GetTMessageOnfof_2() *Config

func (*ValidMessageTags) GetTMessageOnfof_3

func (x *ValidMessageTags) GetTMessageOnfof_3() *Config

func (*ValidMessageTags) GetTMessageOnfof_4

func (x *ValidMessageTags) GetTMessageOnfof_4() *Config

func (*ValidMessageTags) ProtoMessage

func (*ValidMessageTags) ProtoMessage()

func (*ValidMessageTags) ProtoReflect

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

func (*ValidMessageTags) Reset

func (x *ValidMessageTags) Reset()

func (*ValidMessageTags) String

func (x *ValidMessageTags) String() string

func (*ValidMessageTags) Validate

func (this *ValidMessageTags) Validate() error

Set default value for message govalidatortest.ValidMessageTags

type ValidMessageTags_TMessageOneofNotNull1

type ValidMessageTags_TMessageOneofNotNull1 struct {
	TMessageOneofNotNull1 *Config `protobuf:"bytes,51,opt,name=t_message_oneof_not_null1,json=tMessageOneofNotNull1,proto3,oneof"`
}

type ValidMessageTags_TMessageOneofNotNull2

type ValidMessageTags_TMessageOneofNotNull2 struct {
	TMessageOneofNotNull2 *Config `protobuf:"bytes,52,opt,name=t_message_oneof_not_null2,json=tMessageOneofNotNull2,proto3,oneof"`
}

type ValidMessageTags_TMessageOneofSkip1

type ValidMessageTags_TMessageOneofSkip1 struct {
	TMessageOneofSkip1 *Config `protobuf:"bytes,53,opt,name=t_message_oneof_skip1,json=tMessageOneofSkip1,proto3,oneof"`
}

type ValidMessageTags_TMessageOneofSkip2

type ValidMessageTags_TMessageOneofSkip2 struct {
	TMessageOneofSkip2 *Config `protobuf:"bytes,54,opt,name=t_message_oneof_skip2,json=tMessageOneofSkip2,proto3,oneof"`
}

type ValidMessageTags_TMessageOnfof_1

type ValidMessageTags_TMessageOnfof_1 struct {
	TMessageOnfof_1 *Config `protobuf:"bytes,41,opt,name=t_message_onfof_1,json=tMessageOnfof1,proto3,oneof"`
}

type ValidMessageTags_TMessageOnfof_2

type ValidMessageTags_TMessageOnfof_2 struct {
	TMessageOnfof_2 *Config `protobuf:"bytes,42,opt,name=t_message_onfof_2,json=tMessageOnfof2,proto3,oneof"`
}

type ValidMessageTags_TMessageOnfof_3

type ValidMessageTags_TMessageOnfof_3 struct {
	TMessageOnfof_3 *Config `protobuf:"bytes,43,opt,name=t_message_onfof_3,json=tMessageOnfof3,proto3,oneof"`
}

type ValidMessageTags_TMessageOnfof_4

type ValidMessageTags_TMessageOnfof_4 struct {
	TMessageOnfof_4 *Config `protobuf:"bytes,44,opt,name=t_message_onfof_4,json=tMessageOnfof4,proto3,oneof"`
}

type ValidOneOfTags1

type ValidOneOfTags1 struct {

	// Types that are assignable to OneofType1:
	//	*ValidOneOfTags1_Oneof1String1
	OneofType1 isValidOneOfTags1_OneofType1 `protobuf_oneof:"oneof_type1"`
	// Types that are assignable to OneofType2:
	//	*ValidOneOfTags1_Oneof2String1
	OneofType2 isValidOneOfTags1_OneofType2 `protobuf_oneof:"oneof_type2"`
	// Types that are assignable to OneofType3:
	//	*ValidOneOfTags1_Oneof3String1
	OneofType3 isValidOneOfTags1_OneofType3 `protobuf_oneof:"oneof_type3"`
	// Types that are assignable to OneofType4:
	//	*ValidOneOfTags1_Oneof4String1
	OneofType4 isValidOneOfTags1_OneofType4 `protobuf_oneof:"oneof_type4"`
	// Types that are assignable to OneofType5:
	//	*ValidOneOfTags1_Oneof5String1
	OneofType5 isValidOneOfTags1_OneofType5 `protobuf_oneof:"oneof_type5"`
	// contains filtered or unexported fields
}

Message for valid field.

ValidOneOfTags1 for test option tag OneOfTags.

func (*ValidOneOfTags1) Descriptor deprecated

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

Deprecated: Use ValidOneOfTags1.ProtoReflect.Descriptor instead.

func (*ValidOneOfTags1) GetOneof1String1

func (x *ValidOneOfTags1) GetOneof1String1() string

func (*ValidOneOfTags1) GetOneof2String1

func (x *ValidOneOfTags1) GetOneof2String1() string

func (*ValidOneOfTags1) GetOneof3String1

func (x *ValidOneOfTags1) GetOneof3String1() string

func (*ValidOneOfTags1) GetOneof4String1

func (x *ValidOneOfTags1) GetOneof4String1() string

func (*ValidOneOfTags1) GetOneof5String1

func (x *ValidOneOfTags1) GetOneof5String1() string

func (*ValidOneOfTags1) GetOneofType1

func (m *ValidOneOfTags1) GetOneofType1() isValidOneOfTags1_OneofType1

func (*ValidOneOfTags1) GetOneofType2

func (m *ValidOneOfTags1) GetOneofType2() isValidOneOfTags1_OneofType2

func (*ValidOneOfTags1) GetOneofType3

func (m *ValidOneOfTags1) GetOneofType3() isValidOneOfTags1_OneofType3

func (*ValidOneOfTags1) GetOneofType4

func (m *ValidOneOfTags1) GetOneofType4() isValidOneOfTags1_OneofType4

func (*ValidOneOfTags1) GetOneofType5

func (m *ValidOneOfTags1) GetOneofType5() isValidOneOfTags1_OneofType5

func (*ValidOneOfTags1) ProtoMessage

func (*ValidOneOfTags1) ProtoMessage()

func (*ValidOneOfTags1) ProtoReflect

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

func (*ValidOneOfTags1) Reset

func (x *ValidOneOfTags1) Reset()

func (*ValidOneOfTags1) String

func (x *ValidOneOfTags1) String() string

func (*ValidOneOfTags1) Validate

func (this *ValidOneOfTags1) Validate() error

Set default value for message govalidatortest.ValidOneOfTags1

type ValidOneOfTags1_Oneof1String1

type ValidOneOfTags1_Oneof1String1 struct {
	Oneof1String1 string `protobuf:"bytes,1,opt,name=oneof1_string1,json=oneof1String1,proto3,oneof"`
}

type ValidOneOfTags1_Oneof2String1

type ValidOneOfTags1_Oneof2String1 struct {
	Oneof2String1 string `protobuf:"bytes,2,opt,name=oneof2_string1,json=oneof2String1,proto3,oneof"`
}

type ValidOneOfTags1_Oneof3String1

type ValidOneOfTags1_Oneof3String1 struct {
	Oneof3String1 string `protobuf:"bytes,3,opt,name=oneof3_string1,json=oneof3String1,proto3,oneof"`
}

type ValidOneOfTags1_Oneof4String1

type ValidOneOfTags1_Oneof4String1 struct {
	Oneof4String1 string `protobuf:"bytes,4,opt,name=oneof4_string1,json=oneof4String1,proto3,oneof"`
}

type ValidOneOfTags1_Oneof5String1

type ValidOneOfTags1_Oneof5String1 struct {
	Oneof5String1 string `protobuf:"bytes,5,opt,name=oneof5_string1,json=oneof5String1,proto3,oneof"`
}

type ValidOptionsMultiCond1

type ValidOptionsMultiCond1 struct {
	TBasicString1 string            `protobuf:"bytes,1,opt,name=t_basic_string1,json=tBasicString1,proto3" json:"t_basic_string1,omitempty"`
	TBasicString2 *string           `protobuf:"bytes,2,opt,name=t_basic_string2,json=tBasicString2,proto3,oneof" json:"t_basic_string2,omitempty"`
	TBasicInt64   int64             `protobuf:"varint,3,opt,name=t_basic_int64,json=tBasicInt64,proto3" json:"t_basic_int64,omitempty"`
	TBasicInt32   *int32            `protobuf:"varint,4,opt,name=t_basic_int32,json=tBasicInt32,proto3,oneof" json:"t_basic_int32,omitempty"`
	TListString   []string          `protobuf:"bytes,10,rep,name=t_list_string,json=tListString,proto3" json:"t_list_string,omitempty"`
	TListInt64    []int64           `protobuf:"varint,11,rep,packed,name=t_list_int64,json=tListInt64,proto3" json:"t_list_int64,omitempty"`
	TMapString1   map[string]string `` /* 185-byte string literal not displayed */
	TMapInt64     map[int64]int64   `` /* 181-byte string literal not displayed */
	// Types that are assignable to OneTyp1:
	//	*ValidOptionsMultiCond1_OneofString1
	//	*ValidOptionsMultiCond1_OneofInt64
	OneTyp1     isValidOptionsMultiCond1_OneTyp1 `protobuf_oneof:"one_typ1"`
	TMapString2 map[string]string                `` /* 185-byte string literal not displayed */
	// contains filtered or unexported fields
}

ValidOptionsMultiCond1 for test multi option in a field.

func (*ValidOptionsMultiCond1) Descriptor deprecated

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

Deprecated: Use ValidOptionsMultiCond1.ProtoReflect.Descriptor instead.

func (*ValidOptionsMultiCond1) GetOneTyp1

func (m *ValidOptionsMultiCond1) GetOneTyp1() isValidOptionsMultiCond1_OneTyp1

func (*ValidOptionsMultiCond1) GetOneofInt64

func (x *ValidOptionsMultiCond1) GetOneofInt64() int64

func (*ValidOptionsMultiCond1) GetOneofString1

func (x *ValidOptionsMultiCond1) GetOneofString1() string

func (*ValidOptionsMultiCond1) GetTBasicInt32

func (x *ValidOptionsMultiCond1) GetTBasicInt32() int32

func (*ValidOptionsMultiCond1) GetTBasicInt64

func (x *ValidOptionsMultiCond1) GetTBasicInt64() int64

func (*ValidOptionsMultiCond1) GetTBasicString1

func (x *ValidOptionsMultiCond1) GetTBasicString1() string

func (*ValidOptionsMultiCond1) GetTBasicString2

func (x *ValidOptionsMultiCond1) GetTBasicString2() string

func (*ValidOptionsMultiCond1) GetTListInt64

func (x *ValidOptionsMultiCond1) GetTListInt64() []int64

func (*ValidOptionsMultiCond1) GetTListString

func (x *ValidOptionsMultiCond1) GetTListString() []string

func (*ValidOptionsMultiCond1) GetTMapInt64

func (x *ValidOptionsMultiCond1) GetTMapInt64() map[int64]int64

func (*ValidOptionsMultiCond1) GetTMapString1

func (x *ValidOptionsMultiCond1) GetTMapString1() map[string]string

func (*ValidOptionsMultiCond1) GetTMapString2

func (x *ValidOptionsMultiCond1) GetTMapString2() map[string]string

func (*ValidOptionsMultiCond1) ProtoMessage

func (*ValidOptionsMultiCond1) ProtoMessage()

func (*ValidOptionsMultiCond1) ProtoReflect

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

func (*ValidOptionsMultiCond1) Reset

func (x *ValidOptionsMultiCond1) Reset()

func (*ValidOptionsMultiCond1) String

func (x *ValidOptionsMultiCond1) String() string

func (*ValidOptionsMultiCond1) Validate

func (this *ValidOptionsMultiCond1) Validate() error

Set default value for message govalidatortest.ValidOptionsMultiCond1

type ValidOptionsMultiCond1_OneofInt64

type ValidOptionsMultiCond1_OneofInt64 struct {
	OneofInt64 int64 `protobuf:"varint,31,opt,name=oneof_int64,json=oneofInt64,proto3,oneof"`
}

type ValidOptionsMultiCond1_OneofString1

type ValidOptionsMultiCond1_OneofString1 struct {
	OneofString1 string `protobuf:"bytes,30,opt,name=oneof_string1,json=oneofString1,proto3,oneof"`
}

type ValidRepeatedTagsGeneral1

type ValidRepeatedTagsGeneral1 struct {
	TList_101           []string  `protobuf:"bytes,101,rep,name=t_list_101,json=tList101,proto3" json:"t_list_101,omitempty"`
	TList_102           []string  `protobuf:"bytes,102,rep,name=t_list_102,json=tList102,proto3" json:"t_list_102,omitempty"`
	TList_103           []string  `protobuf:"bytes,103,rep,name=t_list_103,json=tList103,proto3" json:"t_list_103,omitempty"`
	TList_104           []string  `protobuf:"bytes,104,rep,name=t_list_104,json=tList104,proto3" json:"t_list_104,omitempty"`
	TList_105           []string  `protobuf:"bytes,105,rep,name=t_list_105,json=tList105,proto3" json:"t_list_105,omitempty"`
	TList_106           []string  `protobuf:"bytes,106,rep,name=t_list_106,json=tList106,proto3" json:"t_list_106,omitempty"`
	TList_107           []*Config `protobuf:"bytes,107,rep,name=t_list_107,json=tList107,proto3" json:"t_list_107,omitempty"`
	TList_108           []*Config `protobuf:"bytes,108,rep,name=t_list_108,json=tList108,proto3" json:"t_list_108,omitempty"`
	TList_109           []*Config `protobuf:"bytes,109,rep,name=t_list_109,json=tList109,proto3" json:"t_list_109,omitempty"`
	TList_110           []*Config `protobuf:"bytes,110,rep,name=t_list_110,json=tList110,proto3" json:"t_list_110,omitempty"`
	TList_111           []*Config `protobuf:"bytes,111,rep,name=t_list_111,json=tList111,proto3" json:"t_list_111,omitempty"`
	TList_112           []*Config `protobuf:"bytes,112,rep,name=t_list_112,json=tList112,proto3" json:"t_list_112,omitempty"`
	TList_113           []Enum1   `protobuf:"varint,113,rep,packed,name=t_list_113,json=tList113,proto3,enum=govalidatortest.Enum1" json:"t_list_113,omitempty"`
	TList_114           []Enum1   `protobuf:"varint,114,rep,packed,name=t_list_114,json=tList114,proto3,enum=govalidatortest.Enum1" json:"t_list_114,omitempty"`
	TList_115           []Enum1   `protobuf:"varint,115,rep,packed,name=t_list_115,json=tList115,proto3,enum=govalidatortest.Enum1" json:"t_list_115,omitempty"`
	TList_116           []Enum1   `protobuf:"varint,116,rep,packed,name=t_list_116,json=tList116,proto3,enum=govalidatortest.Enum1" json:"t_list_116,omitempty"`
	TList_117           []Enum1   `protobuf:"varint,117,rep,packed,name=t_list_117,json=tList117,proto3,enum=govalidatortest.Enum1" json:"t_list_117,omitempty"`
	TList_118           []Enum1   `protobuf:"varint,118,rep,packed,name=t_list_118,json=tList118,proto3,enum=govalidatortest.Enum1" json:"t_list_118,omitempty"`
	TListNotNull1       []string  `protobuf:"bytes,16,rep,name=t_list_not_null1,json=tListNotNull1,proto3" json:"t_list_not_null1,omitempty"`
	TListLenEq1         []string  `protobuf:"bytes,10,rep,name=t_list_len_eq1,json=tListLenEq1,proto3" json:"t_list_len_eq1,omitempty"`
	TListLenNe1         []string  `protobuf:"bytes,11,rep,name=t_list_len_ne1,json=tListLenNe1,proto3" json:"t_list_len_ne1,omitempty"`
	TListLenLt1         []string  `protobuf:"bytes,12,rep,name=t_list_len_lt1,json=tListLenLt1,proto3" json:"t_list_len_lt1,omitempty"`
	TListLenGt1         []string  `protobuf:"bytes,13,rep,name=t_list_len_gt1,json=tListLenGt1,proto3" json:"t_list_len_gt1,omitempty"`
	TListLenLte1        []string  `protobuf:"bytes,14,rep,name=t_list_len_lte1,json=tListLenLte1,proto3" json:"t_list_len_lte1,omitempty"`
	TListLenGte1        []string  `protobuf:"bytes,15,rep,name=t_list_len_gte1,json=tListLenGte1,proto3" json:"t_list_len_gte1,omitempty"`
	TListUniqueString   []string  `protobuf:"bytes,31,rep,name=t_list_unique_string,json=tListUniqueString,proto3" json:"t_list_unique_string,omitempty"`
	TListUniqueDouble   []float64 `` /* 126-byte string literal not displayed */
	TListUniqueFloat    []float32 `protobuf:"fixed32,33,rep,packed,name=t_list_unique_float,json=tListUniqueFloat,proto3" json:"t_list_unique_float,omitempty"`
	TListUniqueInt32    []int32   `protobuf:"varint,34,rep,packed,name=t_list_unique_int32,json=tListUniqueInt32,proto3" json:"t_list_unique_int32,omitempty"`
	TListUniqueInt64    []int64   `protobuf:"varint,35,rep,packed,name=t_list_unique_int64,json=tListUniqueInt64,proto3" json:"t_list_unique_int64,omitempty"`
	TListUniqueUint32   []uint32  `protobuf:"varint,36,rep,packed,name=t_list_unique_uint32,json=tListUniqueUint32,proto3" json:"t_list_unique_uint32,omitempty"`
	TListUniqueUint64   []uint64  `protobuf:"varint,37,rep,packed,name=t_list_unique_uint64,json=tListUniqueUint64,proto3" json:"t_list_unique_uint64,omitempty"`
	TListUniqueSint32   []int32   `` /* 127-byte string literal not displayed */
	TListUniqueSint64   []int64   `` /* 127-byte string literal not displayed */
	TListUniqueSfixed32 []int32   `` /* 132-byte string literal not displayed */
	TListUniqueSfixed64 []int64   `` /* 132-byte string literal not displayed */
	TListUniqueFixed32  []uint32  `` /* 129-byte string literal not displayed */
	TListUniqueFixed64  []uint64  `` /* 129-byte string literal not displayed */
	TListUniqueBool     []bool    `protobuf:"varint,44,rep,packed,name=t_list_unique_bool,json=tListUniqueBool,proto3" json:"t_list_unique_bool,omitempty"`
	TListUniqueEnum     []Enum1   `` /* 146-byte string literal not displayed */
	TListUniqueMessage  []*Config `protobuf:"bytes,46,rep,name=t_list_unique_message,json=tListUniqueMessage,proto3" json:"t_list_unique_message,omitempty"`
	TListUniqueBytes    [][]byte  `protobuf:"bytes,47,rep,name=t_list_unique_bytes,json=tListUniqueBytes,proto3" json:"t_list_unique_bytes,omitempty"`
	// contains filtered or unexported fields
}

ValidRepeatedTagsField1 for test option tag RepeatedTags.

func (*ValidRepeatedTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidRepeatedTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidRepeatedTagsGeneral1) GetTListLenEq1

func (x *ValidRepeatedTagsGeneral1) GetTListLenEq1() []string

func (*ValidRepeatedTagsGeneral1) GetTListLenGt1

func (x *ValidRepeatedTagsGeneral1) GetTListLenGt1() []string

func (*ValidRepeatedTagsGeneral1) GetTListLenGte1

func (x *ValidRepeatedTagsGeneral1) GetTListLenGte1() []string

func (*ValidRepeatedTagsGeneral1) GetTListLenLt1

func (x *ValidRepeatedTagsGeneral1) GetTListLenLt1() []string

func (*ValidRepeatedTagsGeneral1) GetTListLenLte1

func (x *ValidRepeatedTagsGeneral1) GetTListLenLte1() []string

func (*ValidRepeatedTagsGeneral1) GetTListLenNe1

func (x *ValidRepeatedTagsGeneral1) GetTListLenNe1() []string

func (*ValidRepeatedTagsGeneral1) GetTListNotNull1

func (x *ValidRepeatedTagsGeneral1) GetTListNotNull1() []string

func (*ValidRepeatedTagsGeneral1) GetTListUniqueBool

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueBool() []bool

func (*ValidRepeatedTagsGeneral1) GetTListUniqueBytes

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueBytes() [][]byte

func (*ValidRepeatedTagsGeneral1) GetTListUniqueDouble

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueDouble() []float64

func (*ValidRepeatedTagsGeneral1) GetTListUniqueEnum

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueEnum() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTListUniqueFixed32

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueFixed32() []uint32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueFixed64

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueFixed64() []uint64

func (*ValidRepeatedTagsGeneral1) GetTListUniqueFloat

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueFloat() []float32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueInt32

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueInt32() []int32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueInt64

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueInt64() []int64

func (*ValidRepeatedTagsGeneral1) GetTListUniqueMessage

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueMessage() []*Config

func (*ValidRepeatedTagsGeneral1) GetTListUniqueSfixed32

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueSfixed32() []int32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueSfixed64

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueSfixed64() []int64

func (*ValidRepeatedTagsGeneral1) GetTListUniqueSint32

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueSint32() []int32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueSint64

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueSint64() []int64

func (*ValidRepeatedTagsGeneral1) GetTListUniqueString

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueString() []string

func (*ValidRepeatedTagsGeneral1) GetTListUniqueUint32

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueUint32() []uint32

func (*ValidRepeatedTagsGeneral1) GetTListUniqueUint64

func (x *ValidRepeatedTagsGeneral1) GetTListUniqueUint64() []uint64

func (*ValidRepeatedTagsGeneral1) GetTList_101

func (x *ValidRepeatedTagsGeneral1) GetTList_101() []string

func (*ValidRepeatedTagsGeneral1) GetTList_102

func (x *ValidRepeatedTagsGeneral1) GetTList_102() []string

func (*ValidRepeatedTagsGeneral1) GetTList_103

func (x *ValidRepeatedTagsGeneral1) GetTList_103() []string

func (*ValidRepeatedTagsGeneral1) GetTList_104

func (x *ValidRepeatedTagsGeneral1) GetTList_104() []string

func (*ValidRepeatedTagsGeneral1) GetTList_105

func (x *ValidRepeatedTagsGeneral1) GetTList_105() []string

func (*ValidRepeatedTagsGeneral1) GetTList_106

func (x *ValidRepeatedTagsGeneral1) GetTList_106() []string

func (*ValidRepeatedTagsGeneral1) GetTList_107

func (x *ValidRepeatedTagsGeneral1) GetTList_107() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_108

func (x *ValidRepeatedTagsGeneral1) GetTList_108() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_109

func (x *ValidRepeatedTagsGeneral1) GetTList_109() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_110

func (x *ValidRepeatedTagsGeneral1) GetTList_110() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_111

func (x *ValidRepeatedTagsGeneral1) GetTList_111() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_112

func (x *ValidRepeatedTagsGeneral1) GetTList_112() []*Config

func (*ValidRepeatedTagsGeneral1) GetTList_113

func (x *ValidRepeatedTagsGeneral1) GetTList_113() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTList_114

func (x *ValidRepeatedTagsGeneral1) GetTList_114() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTList_115

func (x *ValidRepeatedTagsGeneral1) GetTList_115() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTList_116

func (x *ValidRepeatedTagsGeneral1) GetTList_116() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTList_117

func (x *ValidRepeatedTagsGeneral1) GetTList_117() []Enum1

func (*ValidRepeatedTagsGeneral1) GetTList_118

func (x *ValidRepeatedTagsGeneral1) GetTList_118() []Enum1

func (*ValidRepeatedTagsGeneral1) ProtoMessage

func (*ValidRepeatedTagsGeneral1) ProtoMessage()

func (*ValidRepeatedTagsGeneral1) ProtoReflect

func (*ValidRepeatedTagsGeneral1) Reset

func (x *ValidRepeatedTagsGeneral1) Reset()

func (*ValidRepeatedTagsGeneral1) String

func (x *ValidRepeatedTagsGeneral1) String() string

func (*ValidRepeatedTagsGeneral1) Validate

func (this *ValidRepeatedTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidRepeatedTagsGeneral1

type ValidRepeatedTagsItem1

type ValidRepeatedTagsItem1 struct {
	TListItemString   []string  `protobuf:"bytes,31,rep,name=t_list_item_string,json=tListItemString,proto3" json:"t_list_item_string,omitempty"`
	TListItemDouble   []float64 `protobuf:"fixed64,32,rep,packed,name=t_list_item_double,json=tListItemDouble,proto3" json:"t_list_item_double,omitempty"`
	TListItemFloat    []float32 `protobuf:"fixed32,33,rep,packed,name=t_list_item_float,json=tListItemFloat,proto3" json:"t_list_item_float,omitempty"`
	TListItemInt32    []int32   `protobuf:"varint,34,rep,packed,name=t_list_item_int32,json=tListItemInt32,proto3" json:"t_list_item_int32,omitempty"`
	TListItemInt64    []int64   `protobuf:"varint,35,rep,packed,name=t_list_item_int64,json=tListItemInt64,proto3" json:"t_list_item_int64,omitempty"`
	TListItemSint32   []int32   `protobuf:"zigzag32,38,rep,packed,name=t_list_item_sint32,json=tListItemSint32,proto3" json:"t_list_item_sint32,omitempty"`
	TListItemSint64   []int64   `protobuf:"zigzag64,39,rep,packed,name=t_list_item_sint64,json=tListItemSint64,proto3" json:"t_list_item_sint64,omitempty"`
	TListItemSfixed32 []int32   `` /* 126-byte string literal not displayed */
	TListItemSfixed64 []int64   `` /* 126-byte string literal not displayed */
	TListItemUint32   []uint32  `protobuf:"varint,36,rep,packed,name=t_list_item_uint32,json=tListItemUint32,proto3" json:"t_list_item_uint32,omitempty"`
	TListItemUint64   []uint64  `protobuf:"varint,37,rep,packed,name=t_list_item_uint64,json=tListItemUint64,proto3" json:"t_list_item_uint64,omitempty"`
	TListItemFixed32  []uint32  `protobuf:"fixed32,42,rep,packed,name=t_list_item_fixed32,json=tListItemFixed32,proto3" json:"t_list_item_fixed32,omitempty"`
	TListItemFixed64  []uint64  `protobuf:"fixed64,43,rep,packed,name=t_list_item_fixed64,json=tListItemFixed64,proto3" json:"t_list_item_fixed64,omitempty"`
	TListItemBool     []bool    `protobuf:"varint,44,rep,packed,name=t_list_item_bool,json=tListItemBool,proto3" json:"t_list_item_bool,omitempty"`
	TListItemEnum     []Enum1   `` /* 140-byte string literal not displayed */
	TListItemBytes    [][]byte  `protobuf:"bytes,46,rep,name=t_list_item_bytes,json=tListItemBytes,proto3" json:"t_list_item_bytes,omitempty"`
	TListItemMessage  []*Config `protobuf:"bytes,47,rep,name=t_list_item_message,json=tListItemMessage,proto3" json:"t_list_item_message,omitempty"`
	// contains filtered or unexported fields
}

ValidRepeatedTagsField1 for test option tag RepeatedTags wit item.

func (*ValidRepeatedTagsItem1) Descriptor deprecated

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

Deprecated: Use ValidRepeatedTagsItem1.ProtoReflect.Descriptor instead.

func (*ValidRepeatedTagsItem1) GetTListItemBool

func (x *ValidRepeatedTagsItem1) GetTListItemBool() []bool

func (*ValidRepeatedTagsItem1) GetTListItemBytes

func (x *ValidRepeatedTagsItem1) GetTListItemBytes() [][]byte

func (*ValidRepeatedTagsItem1) GetTListItemDouble

func (x *ValidRepeatedTagsItem1) GetTListItemDouble() []float64

func (*ValidRepeatedTagsItem1) GetTListItemEnum

func (x *ValidRepeatedTagsItem1) GetTListItemEnum() []Enum1

func (*ValidRepeatedTagsItem1) GetTListItemFixed32

func (x *ValidRepeatedTagsItem1) GetTListItemFixed32() []uint32

func (*ValidRepeatedTagsItem1) GetTListItemFixed64

func (x *ValidRepeatedTagsItem1) GetTListItemFixed64() []uint64

func (*ValidRepeatedTagsItem1) GetTListItemFloat

func (x *ValidRepeatedTagsItem1) GetTListItemFloat() []float32

func (*ValidRepeatedTagsItem1) GetTListItemInt32

func (x *ValidRepeatedTagsItem1) GetTListItemInt32() []int32

func (*ValidRepeatedTagsItem1) GetTListItemInt64

func (x *ValidRepeatedTagsItem1) GetTListItemInt64() []int64

func (*ValidRepeatedTagsItem1) GetTListItemMessage

func (x *ValidRepeatedTagsItem1) GetTListItemMessage() []*Config

func (*ValidRepeatedTagsItem1) GetTListItemSfixed32

func (x *ValidRepeatedTagsItem1) GetTListItemSfixed32() []int32

func (*ValidRepeatedTagsItem1) GetTListItemSfixed64

func (x *ValidRepeatedTagsItem1) GetTListItemSfixed64() []int64

func (*ValidRepeatedTagsItem1) GetTListItemSint32

func (x *ValidRepeatedTagsItem1) GetTListItemSint32() []int32

func (*ValidRepeatedTagsItem1) GetTListItemSint64

func (x *ValidRepeatedTagsItem1) GetTListItemSint64() []int64

func (*ValidRepeatedTagsItem1) GetTListItemString

func (x *ValidRepeatedTagsItem1) GetTListItemString() []string

func (*ValidRepeatedTagsItem1) GetTListItemUint32

func (x *ValidRepeatedTagsItem1) GetTListItemUint32() []uint32

func (*ValidRepeatedTagsItem1) GetTListItemUint64

func (x *ValidRepeatedTagsItem1) GetTListItemUint64() []uint64

func (*ValidRepeatedTagsItem1) ProtoMessage

func (*ValidRepeatedTagsItem1) ProtoMessage()

func (*ValidRepeatedTagsItem1) ProtoReflect

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

func (*ValidRepeatedTagsItem1) Reset

func (x *ValidRepeatedTagsItem1) Reset()

func (*ValidRepeatedTagsItem1) String

func (x *ValidRepeatedTagsItem1) String() string

func (*ValidRepeatedTagsItem1) Validate

func (this *ValidRepeatedTagsItem1) Validate() error

Set default value for message govalidatortest.ValidRepeatedTagsItem1

type ValidStringTagsGeneral1

type ValidStringTagsGeneral1 struct {
	TString1               string `protobuf:"bytes,1,opt,name=t_string1,json=tString1,proto3" json:"t_string1,omitempty"`
	TString2               string `protobuf:"bytes,2,opt,name=t_string2,json=tString2,proto3" json:"t_string2,omitempty"`
	TString3               string `protobuf:"bytes,3,opt,name=t_string3,json=tString3,proto3" json:"t_string3,omitempty"`
	TString4               string `protobuf:"bytes,4,opt,name=t_string4,json=tString4,proto3" json:"t_string4,omitempty"`
	TStringEq1             string `protobuf:"bytes,10,opt,name=t_string_eq1,json=tStringEq1,proto3" json:"t_string_eq1,omitempty"`
	TStringNe1             string `protobuf:"bytes,11,opt,name=t_string_ne1,json=tStringNe1,proto3" json:"t_string_ne1,omitempty"`
	TStringLt1             string `protobuf:"bytes,12,opt,name=t_string_lt1,json=tStringLt1,proto3" json:"t_string_lt1,omitempty"`
	TStringGt1             string `protobuf:"bytes,13,opt,name=t_string_gt1,json=tStringGt1,proto3" json:"t_string_gt1,omitempty"`
	TStringLte1            string `protobuf:"bytes,14,opt,name=t_string_lte1,json=tStringLte1,proto3" json:"t_string_lte1,omitempty"`
	TStringGte1            string `protobuf:"bytes,15,opt,name=t_string_gte1,json=tStringGte1,proto3" json:"t_string_gte1,omitempty"`
	TStringIn1             string `protobuf:"bytes,16,opt,name=t_string_in1,json=tStringIn1,proto3" json:"t_string_in1,omitempty"`
	TStringNotIn1          string `protobuf:"bytes,17,opt,name=t_string_not_in1,json=tStringNotIn1,proto3" json:"t_string_not_in1,omitempty"`
	TStringCharLenEq1      string `protobuf:"bytes,20,opt,name=t_string_char_len_eq1,json=tStringCharLenEq1,proto3" json:"t_string_char_len_eq1,omitempty"`
	TStringCharLenNe1      string `protobuf:"bytes,21,opt,name=t_string_char_len_ne1,json=tStringCharLenNe1,proto3" json:"t_string_char_len_ne1,omitempty"`
	TStringCharLenGt1      string `protobuf:"bytes,22,opt,name=t_string_char_len_gt1,json=tStringCharLenGt1,proto3" json:"t_string_char_len_gt1,omitempty"`
	TStringCharLenLt1      string `protobuf:"bytes,23,opt,name=t_string_char_len_lt1,json=tStringCharLenLt1,proto3" json:"t_string_char_len_lt1,omitempty"`
	TStringCharLenGte1     string `protobuf:"bytes,24,opt,name=t_string_char_len_gte1,json=tStringCharLenGte1,proto3" json:"t_string_char_len_gte1,omitempty"`
	TStringCharLenLte1     string `protobuf:"bytes,25,opt,name=t_string_char_len_lte1,json=tStringCharLenLte1,proto3" json:"t_string_char_len_lte1,omitempty"`
	TStringByteLenEq1      string `protobuf:"bytes,30,opt,name=t_string_byte_len_eq1,json=tStringByteLenEq1,proto3" json:"t_string_byte_len_eq1,omitempty"`
	TStringByteLenNe1      string `protobuf:"bytes,31,opt,name=t_string_byte_len_ne1,json=tStringByteLenNe1,proto3" json:"t_string_byte_len_ne1,omitempty"`
	TStringByteLenGt1      string `protobuf:"bytes,32,opt,name=t_string_byte_len_gt1,json=tStringByteLenGt1,proto3" json:"t_string_byte_len_gt1,omitempty"`
	TStringByteLenLt1      string `protobuf:"bytes,33,opt,name=t_string_byte_len_lt1,json=tStringByteLenLt1,proto3" json:"t_string_byte_len_lt1,omitempty"`
	TStringByteLenGte1     string `protobuf:"bytes,34,opt,name=t_string_byte_len_gte1,json=tStringByteLenGte1,proto3" json:"t_string_byte_len_gte1,omitempty"`
	TStringByteLenLte1     string `protobuf:"bytes,35,opt,name=t_string_byte_len_lte1,json=tStringByteLenLte1,proto3" json:"t_string_byte_len_lte1,omitempty"`
	TStringRegex1          string `protobuf:"bytes,40,opt,name=t_string_regex1,json=tStringRegex1,proto3" json:"t_string_regex1,omitempty"`
	TStringPrefix1         string `protobuf:"bytes,41,opt,name=t_string_prefix1,json=tStringPrefix1,proto3" json:"t_string_prefix1,omitempty"`
	TStringNoPrefix1       string `protobuf:"bytes,42,opt,name=t_string_no_prefix1,json=tStringNoPrefix1,proto3" json:"t_string_no_prefix1,omitempty"`
	TStringSuffix1         string `protobuf:"bytes,43,opt,name=t_string_suffix1,json=tStringSuffix1,proto3" json:"t_string_suffix1,omitempty"`
	TStringNoSuffix1       string `protobuf:"bytes,44,opt,name=t_string_no_suffix1,json=tStringNoSuffix1,proto3" json:"t_string_no_suffix1,omitempty"`
	TStringContains1       string `protobuf:"bytes,45,opt,name=t_string_contains1,json=tStringContains1,proto3" json:"t_string_contains1,omitempty"`
	TStringNoContains1     string `protobuf:"bytes,46,opt,name=t_string_no_contains1,json=tStringNoContains1,proto3" json:"t_string_no_contains1,omitempty"`
	TStringContainsAny1    string `protobuf:"bytes,47,opt,name=t_string_contains_any1,json=tStringContainsAny1,proto3" json:"t_string_contains_any1,omitempty"`
	TStringNotContainsAny1 string `` /* 134-byte string literal not displayed */
	TStringUtf8            string `protobuf:"bytes,81,opt,name=t_string_utf8,json=tStringUtf8,proto3" json:"t_string_utf8,omitempty"`
	TStringAscii           string `protobuf:"bytes,71,opt,name=t_string_ascii,json=tStringAscii,proto3" json:"t_string_ascii,omitempty"`
	TStringPrintAscii      string `protobuf:"bytes,72,opt,name=t_string_print_ascii,json=tStringPrintAscii,proto3" json:"t_string_print_ascii,omitempty"`
	TStringBoolean         string `protobuf:"bytes,73,opt,name=t_string_boolean,json=tStringBoolean,proto3" json:"t_string_boolean,omitempty"`
	TStringLowercase       string `protobuf:"bytes,74,opt,name=t_string_lowercase,json=tStringLowercase,proto3" json:"t_string_lowercase,omitempty"`
	TStringUppercase       string `protobuf:"bytes,75,opt,name=t_string_uppercase,json=tStringUppercase,proto3" json:"t_string_uppercase,omitempty"`
	TStringAlpha           string `protobuf:"bytes,76,opt,name=t_string_alpha,json=tStringAlpha,proto3" json:"t_string_alpha,omitempty"`
	TStringNumber          string `protobuf:"bytes,77,opt,name=t_string_number,json=tStringNumber,proto3" json:"t_string_number,omitempty"`
	TStringAlphaNumber     string `protobuf:"bytes,78,opt,name=t_string_alpha_number,json=tStringAlphaNumber,proto3" json:"t_string_alpha_number,omitempty"`
	TStringIp              string `protobuf:"bytes,101,opt,name=t_string_ip,json=tStringIp,proto3" json:"t_string_ip,omitempty"`
	TStringIpv4            string `protobuf:"bytes,102,opt,name=t_string_ipv4,json=tStringIpv4,proto3" json:"t_string_ipv4,omitempty"`
	TStringIpv6            string `protobuf:"bytes,103,opt,name=t_string_ipv6,json=tStringIpv6,proto3" json:"t_string_ipv6,omitempty"`
	TStringIpAddr          string `protobuf:"bytes,104,opt,name=t_string_ip_addr,json=tStringIpAddr,proto3" json:"t_string_ip_addr,omitempty"`
	TStringIp4Addr         string `protobuf:"bytes,105,opt,name=t_string_ip4_addr,json=tStringIp4Addr,proto3" json:"t_string_ip4_addr,omitempty"`
	TStringIp6Addr         string `protobuf:"bytes,106,opt,name=t_string_ip6_addr,json=tStringIp6Addr,proto3" json:"t_string_ip6_addr,omitempty"`
	TStringCidr            string `protobuf:"bytes,107,opt,name=t_string_cidr,json=tStringCidr,proto3" json:"t_string_cidr,omitempty"`
	TStringCidrv4          string `protobuf:"bytes,108,opt,name=t_string_cidrv4,json=tStringCidrv4,proto3" json:"t_string_cidrv4,omitempty"`
	TStringCidrv6          string `protobuf:"bytes,109,opt,name=t_string_cidrv6,json=tStringCidrv6,proto3" json:"t_string_cidrv6,omitempty"`
	TStringMac             string `protobuf:"bytes,110,opt,name=t_string_mac,json=tStringMac,proto3" json:"t_string_mac,omitempty"`
	TStringTcpAddr         string `protobuf:"bytes,111,opt,name=t_string_tcp_addr,json=tStringTcpAddr,proto3" json:"t_string_tcp_addr,omitempty"`
	TStringTcp4Addr        string `protobuf:"bytes,112,opt,name=t_string_tcp4_addr,json=tStringTcp4Addr,proto3" json:"t_string_tcp4_addr,omitempty"`
	TStringTcp6Addr        string `protobuf:"bytes,113,opt,name=t_string_tcp6_addr,json=tStringTcp6Addr,proto3" json:"t_string_tcp6_addr,omitempty"`
	TStringUdpAddr         string `protobuf:"bytes,114,opt,name=t_string_udp_addr,json=tStringUdpAddr,proto3" json:"t_string_udp_addr,omitempty"`
	TStringUdp4Addr        string `protobuf:"bytes,115,opt,name=t_string_udp4_addr,json=tStringUdp4Addr,proto3" json:"t_string_udp4_addr,omitempty"`
	TStringUdp6Addr        string `protobuf:"bytes,116,opt,name=t_string_udp6_addr,json=tStringUdp6Addr,proto3" json:"t_string_udp6_addr,omitempty"`
	TStringUnixAddr        string `protobuf:"bytes,117,opt,name=t_string_unix_addr,json=tStringUnixAddr,proto3" json:"t_string_unix_addr,omitempty"`
	TStringHostname        string `protobuf:"bytes,118,opt,name=t_string_hostname,json=tStringHostname,proto3" json:"t_string_hostname,omitempty"`
	TStringHostnameRfc1123 string `` /* 133-byte string literal not displayed */
	TStringHostnamePort    string `protobuf:"bytes,120,opt,name=t_string_hostname_port,json=tStringHostnamePort,proto3" json:"t_string_hostname_port,omitempty"`
	TStringDataUri         string `protobuf:"bytes,121,opt,name=t_string_data_uri,json=tStringDataUri,proto3" json:"t_string_data_uri,omitempty"`
	TStringFqdn            string `protobuf:"bytes,122,opt,name=t_string_fqdn,json=tStringFqdn,proto3" json:"t_string_fqdn,omitempty"`
	TStringUri             string `protobuf:"bytes,123,opt,name=t_string_uri,json=tStringUri,proto3" json:"t_string_uri,omitempty"`
	TStringUrl             string `protobuf:"bytes,124,opt,name=t_string_url,json=tStringUrl,proto3" json:"t_string_url,omitempty"`
	TStringUrlEncoded      string `protobuf:"bytes,125,opt,name=t_string_url_encoded,json=tStringUrlEncoded,proto3" json:"t_string_url_encoded,omitempty"`
	TStringUnixCron        string `protobuf:"bytes,141,opt,name=t_string_unix_cron,json=tStringUnixCron,proto3" json:"t_string_unix_cron,omitempty"`
	TStringEmail           string `protobuf:"bytes,126,opt,name=t_string_email,json=tStringEmail,proto3" json:"t_string_email,omitempty"`
	TStringJson            string `protobuf:"bytes,127,opt,name=t_string_json,json=tStringJson,proto3" json:"t_string_json,omitempty"`
	TStringJwt             string `protobuf:"bytes,128,opt,name=t_string_jwt,json=tStringJwt,proto3" json:"t_string_jwt,omitempty"`
	TStringHtml            string `protobuf:"bytes,129,opt,name=t_string_html,json=tStringHtml,proto3" json:"t_string_html,omitempty"`
	TStringHtmlEncoded     string `protobuf:"bytes,130,opt,name=t_string_html_encoded,json=tStringHtmlEncoded,proto3" json:"t_string_html_encoded,omitempty"`
	TStringBase64          string `protobuf:"bytes,131,opt,name=t_string_base64,json=tStringBase64,proto3" json:"t_string_base64,omitempty"`
	TStringBase64Url       string `protobuf:"bytes,132,opt,name=t_string_base64_url,json=tStringBase64Url,proto3" json:"t_string_base64_url,omitempty"`
	TStringHexadecimal     string `protobuf:"bytes,133,opt,name=t_string_hexadecimal,json=tStringHexadecimal,proto3" json:"t_string_hexadecimal,omitempty"`
	TStringDatetime        string `protobuf:"bytes,134,opt,name=t_string_datetime,json=tStringDatetime,proto3" json:"t_string_datetime,omitempty"`
	TStringTimezone        string `protobuf:"bytes,135,opt,name=t_string_timezone,json=tStringTimezone,proto3" json:"t_string_timezone,omitempty"`
	TStringUuid            string `protobuf:"bytes,136,opt,name=t_string_uuid,json=tStringUuid,proto3" json:"t_string_uuid,omitempty"`
	TStringUuid1           string `protobuf:"bytes,137,opt,name=t_string_uuid1,json=tStringUuid1,proto3" json:"t_string_uuid1,omitempty"`
	TStringUuid3           string `protobuf:"bytes,138,opt,name=t_string_uuid3,json=tStringUuid3,proto3" json:"t_string_uuid3,omitempty"`
	TStringUuid4           string `protobuf:"bytes,139,opt,name=t_string_uuid4,json=tStringUuid4,proto3" json:"t_string_uuid4,omitempty"`
	TStringUuid5           string `protobuf:"bytes,140,opt,name=t_string_uuid5,json=tStringUuid5,proto3" json:"t_string_uuid5,omitempty"`
	// contains filtered or unexported fields
}

ValidStringTagsGeneral1 for test option tag StringTags with general field.

func (*ValidStringTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidStringTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidStringTagsGeneral1) GetTString1

func (x *ValidStringTagsGeneral1) GetTString1() string

func (*ValidStringTagsGeneral1) GetTString2

func (x *ValidStringTagsGeneral1) GetTString2() string

func (*ValidStringTagsGeneral1) GetTString3

func (x *ValidStringTagsGeneral1) GetTString3() string

func (*ValidStringTagsGeneral1) GetTString4

func (x *ValidStringTagsGeneral1) GetTString4() string

func (*ValidStringTagsGeneral1) GetTStringAlpha

func (x *ValidStringTagsGeneral1) GetTStringAlpha() string

func (*ValidStringTagsGeneral1) GetTStringAlphaNumber

func (x *ValidStringTagsGeneral1) GetTStringAlphaNumber() string

func (*ValidStringTagsGeneral1) GetTStringAscii

func (x *ValidStringTagsGeneral1) GetTStringAscii() string

func (*ValidStringTagsGeneral1) GetTStringBase64

func (x *ValidStringTagsGeneral1) GetTStringBase64() string

func (*ValidStringTagsGeneral1) GetTStringBase64Url

func (x *ValidStringTagsGeneral1) GetTStringBase64Url() string

func (*ValidStringTagsGeneral1) GetTStringBoolean

func (x *ValidStringTagsGeneral1) GetTStringBoolean() string

func (*ValidStringTagsGeneral1) GetTStringByteLenEq1

func (x *ValidStringTagsGeneral1) GetTStringByteLenEq1() string

func (*ValidStringTagsGeneral1) GetTStringByteLenGt1

func (x *ValidStringTagsGeneral1) GetTStringByteLenGt1() string

func (*ValidStringTagsGeneral1) GetTStringByteLenGte1

func (x *ValidStringTagsGeneral1) GetTStringByteLenGte1() string

func (*ValidStringTagsGeneral1) GetTStringByteLenLt1

func (x *ValidStringTagsGeneral1) GetTStringByteLenLt1() string

func (*ValidStringTagsGeneral1) GetTStringByteLenLte1

func (x *ValidStringTagsGeneral1) GetTStringByteLenLte1() string

func (*ValidStringTagsGeneral1) GetTStringByteLenNe1

func (x *ValidStringTagsGeneral1) GetTStringByteLenNe1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenEq1

func (x *ValidStringTagsGeneral1) GetTStringCharLenEq1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenGt1

func (x *ValidStringTagsGeneral1) GetTStringCharLenGt1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenGte1

func (x *ValidStringTagsGeneral1) GetTStringCharLenGte1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenLt1

func (x *ValidStringTagsGeneral1) GetTStringCharLenLt1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenLte1

func (x *ValidStringTagsGeneral1) GetTStringCharLenLte1() string

func (*ValidStringTagsGeneral1) GetTStringCharLenNe1

func (x *ValidStringTagsGeneral1) GetTStringCharLenNe1() string

func (*ValidStringTagsGeneral1) GetTStringCidr

func (x *ValidStringTagsGeneral1) GetTStringCidr() string

func (*ValidStringTagsGeneral1) GetTStringCidrv4

func (x *ValidStringTagsGeneral1) GetTStringCidrv4() string

func (*ValidStringTagsGeneral1) GetTStringCidrv6

func (x *ValidStringTagsGeneral1) GetTStringCidrv6() string

func (*ValidStringTagsGeneral1) GetTStringContains1

func (x *ValidStringTagsGeneral1) GetTStringContains1() string

func (*ValidStringTagsGeneral1) GetTStringContainsAny1

func (x *ValidStringTagsGeneral1) GetTStringContainsAny1() string

func (*ValidStringTagsGeneral1) GetTStringDataUri

func (x *ValidStringTagsGeneral1) GetTStringDataUri() string

func (*ValidStringTagsGeneral1) GetTStringDatetime

func (x *ValidStringTagsGeneral1) GetTStringDatetime() string

func (*ValidStringTagsGeneral1) GetTStringEmail

func (x *ValidStringTagsGeneral1) GetTStringEmail() string

func (*ValidStringTagsGeneral1) GetTStringEq1

func (x *ValidStringTagsGeneral1) GetTStringEq1() string

func (*ValidStringTagsGeneral1) GetTStringFqdn

func (x *ValidStringTagsGeneral1) GetTStringFqdn() string

func (*ValidStringTagsGeneral1) GetTStringGt1

func (x *ValidStringTagsGeneral1) GetTStringGt1() string

func (*ValidStringTagsGeneral1) GetTStringGte1

func (x *ValidStringTagsGeneral1) GetTStringGte1() string

func (*ValidStringTagsGeneral1) GetTStringHexadecimal

func (x *ValidStringTagsGeneral1) GetTStringHexadecimal() string

func (*ValidStringTagsGeneral1) GetTStringHostname

func (x *ValidStringTagsGeneral1) GetTStringHostname() string

func (*ValidStringTagsGeneral1) GetTStringHostnamePort

func (x *ValidStringTagsGeneral1) GetTStringHostnamePort() string

func (*ValidStringTagsGeneral1) GetTStringHostnameRfc1123

func (x *ValidStringTagsGeneral1) GetTStringHostnameRfc1123() string

func (*ValidStringTagsGeneral1) GetTStringHtml

func (x *ValidStringTagsGeneral1) GetTStringHtml() string

func (*ValidStringTagsGeneral1) GetTStringHtmlEncoded

func (x *ValidStringTagsGeneral1) GetTStringHtmlEncoded() string

func (*ValidStringTagsGeneral1) GetTStringIn1

func (x *ValidStringTagsGeneral1) GetTStringIn1() string

func (*ValidStringTagsGeneral1) GetTStringIp

func (x *ValidStringTagsGeneral1) GetTStringIp() string

func (*ValidStringTagsGeneral1) GetTStringIp4Addr

func (x *ValidStringTagsGeneral1) GetTStringIp4Addr() string

func (*ValidStringTagsGeneral1) GetTStringIp6Addr

func (x *ValidStringTagsGeneral1) GetTStringIp6Addr() string

func (*ValidStringTagsGeneral1) GetTStringIpAddr

func (x *ValidStringTagsGeneral1) GetTStringIpAddr() string

func (*ValidStringTagsGeneral1) GetTStringIpv4

func (x *ValidStringTagsGeneral1) GetTStringIpv4() string

func (*ValidStringTagsGeneral1) GetTStringIpv6

func (x *ValidStringTagsGeneral1) GetTStringIpv6() string

func (*ValidStringTagsGeneral1) GetTStringJson

func (x *ValidStringTagsGeneral1) GetTStringJson() string

func (*ValidStringTagsGeneral1) GetTStringJwt

func (x *ValidStringTagsGeneral1) GetTStringJwt() string

func (*ValidStringTagsGeneral1) GetTStringLowercase

func (x *ValidStringTagsGeneral1) GetTStringLowercase() string

func (*ValidStringTagsGeneral1) GetTStringLt1

func (x *ValidStringTagsGeneral1) GetTStringLt1() string

func (*ValidStringTagsGeneral1) GetTStringLte1

func (x *ValidStringTagsGeneral1) GetTStringLte1() string

func (*ValidStringTagsGeneral1) GetTStringMac

func (x *ValidStringTagsGeneral1) GetTStringMac() string

func (*ValidStringTagsGeneral1) GetTStringNe1

func (x *ValidStringTagsGeneral1) GetTStringNe1() string

func (*ValidStringTagsGeneral1) GetTStringNoContains1

func (x *ValidStringTagsGeneral1) GetTStringNoContains1() string

func (*ValidStringTagsGeneral1) GetTStringNoPrefix1

func (x *ValidStringTagsGeneral1) GetTStringNoPrefix1() string

func (*ValidStringTagsGeneral1) GetTStringNoSuffix1

func (x *ValidStringTagsGeneral1) GetTStringNoSuffix1() string

func (*ValidStringTagsGeneral1) GetTStringNotContainsAny1

func (x *ValidStringTagsGeneral1) GetTStringNotContainsAny1() string

func (*ValidStringTagsGeneral1) GetTStringNotIn1

func (x *ValidStringTagsGeneral1) GetTStringNotIn1() string

func (*ValidStringTagsGeneral1) GetTStringNumber

func (x *ValidStringTagsGeneral1) GetTStringNumber() string

func (*ValidStringTagsGeneral1) GetTStringPrefix1

func (x *ValidStringTagsGeneral1) GetTStringPrefix1() string

func (*ValidStringTagsGeneral1) GetTStringPrintAscii

func (x *ValidStringTagsGeneral1) GetTStringPrintAscii() string

func (*ValidStringTagsGeneral1) GetTStringRegex1

func (x *ValidStringTagsGeneral1) GetTStringRegex1() string

func (*ValidStringTagsGeneral1) GetTStringSuffix1

func (x *ValidStringTagsGeneral1) GetTStringSuffix1() string

func (*ValidStringTagsGeneral1) GetTStringTcp4Addr

func (x *ValidStringTagsGeneral1) GetTStringTcp4Addr() string

func (*ValidStringTagsGeneral1) GetTStringTcp6Addr

func (x *ValidStringTagsGeneral1) GetTStringTcp6Addr() string

func (*ValidStringTagsGeneral1) GetTStringTcpAddr

func (x *ValidStringTagsGeneral1) GetTStringTcpAddr() string

func (*ValidStringTagsGeneral1) GetTStringTimezone

func (x *ValidStringTagsGeneral1) GetTStringTimezone() string

func (*ValidStringTagsGeneral1) GetTStringUdp4Addr

func (x *ValidStringTagsGeneral1) GetTStringUdp4Addr() string

func (*ValidStringTagsGeneral1) GetTStringUdp6Addr

func (x *ValidStringTagsGeneral1) GetTStringUdp6Addr() string

func (*ValidStringTagsGeneral1) GetTStringUdpAddr

func (x *ValidStringTagsGeneral1) GetTStringUdpAddr() string

func (*ValidStringTagsGeneral1) GetTStringUnixAddr

func (x *ValidStringTagsGeneral1) GetTStringUnixAddr() string

func (*ValidStringTagsGeneral1) GetTStringUnixCron

func (x *ValidStringTagsGeneral1) GetTStringUnixCron() string

func (*ValidStringTagsGeneral1) GetTStringUppercase

func (x *ValidStringTagsGeneral1) GetTStringUppercase() string

func (*ValidStringTagsGeneral1) GetTStringUri

func (x *ValidStringTagsGeneral1) GetTStringUri() string

func (*ValidStringTagsGeneral1) GetTStringUrl

func (x *ValidStringTagsGeneral1) GetTStringUrl() string

func (*ValidStringTagsGeneral1) GetTStringUrlEncoded

func (x *ValidStringTagsGeneral1) GetTStringUrlEncoded() string

func (*ValidStringTagsGeneral1) GetTStringUtf8

func (x *ValidStringTagsGeneral1) GetTStringUtf8() string

func (*ValidStringTagsGeneral1) GetTStringUuid

func (x *ValidStringTagsGeneral1) GetTStringUuid() string

func (*ValidStringTagsGeneral1) GetTStringUuid1

func (x *ValidStringTagsGeneral1) GetTStringUuid1() string

func (*ValidStringTagsGeneral1) GetTStringUuid3

func (x *ValidStringTagsGeneral1) GetTStringUuid3() string

func (*ValidStringTagsGeneral1) GetTStringUuid4

func (x *ValidStringTagsGeneral1) GetTStringUuid4() string

func (*ValidStringTagsGeneral1) GetTStringUuid5

func (x *ValidStringTagsGeneral1) GetTStringUuid5() string

func (*ValidStringTagsGeneral1) ProtoMessage

func (*ValidStringTagsGeneral1) ProtoMessage()

func (*ValidStringTagsGeneral1) ProtoReflect

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

func (*ValidStringTagsGeneral1) Reset

func (x *ValidStringTagsGeneral1) Reset()

func (*ValidStringTagsGeneral1) String

func (x *ValidStringTagsGeneral1) String() string

func (*ValidStringTagsGeneral1) Validate

func (this *ValidStringTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidStringTagsGeneral1

type ValidStringTagsOneOf1

type ValidStringTagsOneOf1 struct {

	// Types that are assignable to OneTyp1:
	//	*ValidStringTagsOneOf1_TString1
	//	*ValidStringTagsOneOf1_TString2
	//	*ValidStringTagsOneOf1_TString3
	//	*ValidStringTagsOneOf1_TString4
	//	*ValidStringTagsOneOf1_TStringEq1
	//	*ValidStringTagsOneOf1_TStringNe1
	//	*ValidStringTagsOneOf1_TStringLt1
	//	*ValidStringTagsOneOf1_TStringGt1
	//	*ValidStringTagsOneOf1_TStringLte1
	//	*ValidStringTagsOneOf1_TStringGte1
	//	*ValidStringTagsOneOf1_TStringIn1
	//	*ValidStringTagsOneOf1_TStringNotIn1
	//	*ValidStringTagsOneOf1_TStringCharLenEq1
	//	*ValidStringTagsOneOf1_TStringCharLenNe1
	//	*ValidStringTagsOneOf1_TStringCharLenGt1
	//	*ValidStringTagsOneOf1_TStringCharLenLt1
	//	*ValidStringTagsOneOf1_TStringCharLenGte1
	//	*ValidStringTagsOneOf1_TStringCharLenLte1
	//	*ValidStringTagsOneOf1_TStringByteLenEq1
	//	*ValidStringTagsOneOf1_TStringByteLenNe1
	//	*ValidStringTagsOneOf1_TStringByteLenGt1
	//	*ValidStringTagsOneOf1_TStringByteLenLt1
	//	*ValidStringTagsOneOf1_TStringByteLenGte1
	//	*ValidStringTagsOneOf1_TStringByteLenLte1
	//	*ValidStringTagsOneOf1_TStringRegex1
	//	*ValidStringTagsOneOf1_TStringPrefix1
	//	*ValidStringTagsOneOf1_TStringNoPrefix1
	//	*ValidStringTagsOneOf1_TStringSuffix1
	//	*ValidStringTagsOneOf1_TStringNoSuffix1
	//	*ValidStringTagsOneOf1_TStringContains1
	//	*ValidStringTagsOneOf1_TStringNoContains1
	//	*ValidStringTagsOneOf1_TStringContainsAny1
	//	*ValidStringTagsOneOf1_TStringNotContainsAny1
	//	*ValidStringTagsOneOf1_TStringUtf8
	//	*ValidStringTagsOneOf1_TStringAscii
	//	*ValidStringTagsOneOf1_TStringPrintAscii
	//	*ValidStringTagsOneOf1_TStringBoolean
	//	*ValidStringTagsOneOf1_TStringLowercase
	//	*ValidStringTagsOneOf1_TStringUppercase
	//	*ValidStringTagsOneOf1_TStringAlpha
	//	*ValidStringTagsOneOf1_TStringNumber
	//	*ValidStringTagsOneOf1_TStringAlphaNumber
	//	*ValidStringTagsOneOf1_TStringIp
	//	*ValidStringTagsOneOf1_TStringIpv4
	//	*ValidStringTagsOneOf1_TStringIpv6
	//	*ValidStringTagsOneOf1_TStringIpAddr
	//	*ValidStringTagsOneOf1_TStringIp4Addr
	//	*ValidStringTagsOneOf1_TStringIp6Addr
	//	*ValidStringTagsOneOf1_TStringCidr
	//	*ValidStringTagsOneOf1_TStringCidrv4
	//	*ValidStringTagsOneOf1_TStringCidrv6
	//	*ValidStringTagsOneOf1_TStringMac
	//	*ValidStringTagsOneOf1_TStringTcpAddr
	//	*ValidStringTagsOneOf1_TStringTcp4Addr
	//	*ValidStringTagsOneOf1_TStringTcp6Addr
	//	*ValidStringTagsOneOf1_TStringUdpAddr
	//	*ValidStringTagsOneOf1_TStringUdp4Addr
	//	*ValidStringTagsOneOf1_TStringUdp6Addr
	//	*ValidStringTagsOneOf1_TStringUnixAddr
	//	*ValidStringTagsOneOf1_TStringHostname
	//	*ValidStringTagsOneOf1_TStringHostnameRfc1123
	//	*ValidStringTagsOneOf1_TStringHostnamePort
	//	*ValidStringTagsOneOf1_TStringDataUri
	//	*ValidStringTagsOneOf1_TStringFqdn
	//	*ValidStringTagsOneOf1_TStringUri
	//	*ValidStringTagsOneOf1_TStringUrl
	//	*ValidStringTagsOneOf1_TStringUrlEncoded
	//	*ValidStringTagsOneOf1_TStringUnixCron
	//	*ValidStringTagsOneOf1_TStringEmail
	//	*ValidStringTagsOneOf1_TStringJson
	//	*ValidStringTagsOneOf1_TStringJwt
	//	*ValidStringTagsOneOf1_TStringHtml
	//	*ValidStringTagsOneOf1_TStringHtmlEncoded
	//	*ValidStringTagsOneOf1_TStringBase64
	//	*ValidStringTagsOneOf1_TStringBase64Url
	//	*ValidStringTagsOneOf1_TStringHexadecimal
	//	*ValidStringTagsOneOf1_TStringDatetime
	//	*ValidStringTagsOneOf1_TStringTimezone
	//	*ValidStringTagsOneOf1_TStringUuid
	//	*ValidStringTagsOneOf1_TStringUuid1
	//	*ValidStringTagsOneOf1_TStringUuid3
	//	*ValidStringTagsOneOf1_TStringUuid4
	//	*ValidStringTagsOneOf1_TStringUuid5
	OneTyp1 isValidStringTagsOneOf1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidStringTagsOneOf1 for test option tag StringTags with oneof field.

func (*ValidStringTagsOneOf1) Descriptor deprecated

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

Deprecated: Use ValidStringTagsOneOf1.ProtoReflect.Descriptor instead.

func (*ValidStringTagsOneOf1) GetOneTyp1

func (m *ValidStringTagsOneOf1) GetOneTyp1() isValidStringTagsOneOf1_OneTyp1

func (*ValidStringTagsOneOf1) GetTString1

func (x *ValidStringTagsOneOf1) GetTString1() string

func (*ValidStringTagsOneOf1) GetTString2

func (x *ValidStringTagsOneOf1) GetTString2() string

func (*ValidStringTagsOneOf1) GetTString3

func (x *ValidStringTagsOneOf1) GetTString3() string

func (*ValidStringTagsOneOf1) GetTString4

func (x *ValidStringTagsOneOf1) GetTString4() string

func (*ValidStringTagsOneOf1) GetTStringAlpha

func (x *ValidStringTagsOneOf1) GetTStringAlpha() string

func (*ValidStringTagsOneOf1) GetTStringAlphaNumber

func (x *ValidStringTagsOneOf1) GetTStringAlphaNumber() string

func (*ValidStringTagsOneOf1) GetTStringAscii

func (x *ValidStringTagsOneOf1) GetTStringAscii() string

func (*ValidStringTagsOneOf1) GetTStringBase64

func (x *ValidStringTagsOneOf1) GetTStringBase64() string

func (*ValidStringTagsOneOf1) GetTStringBase64Url

func (x *ValidStringTagsOneOf1) GetTStringBase64Url() string

func (*ValidStringTagsOneOf1) GetTStringBoolean

func (x *ValidStringTagsOneOf1) GetTStringBoolean() string

func (*ValidStringTagsOneOf1) GetTStringByteLenEq1

func (x *ValidStringTagsOneOf1) GetTStringByteLenEq1() string

func (*ValidStringTagsOneOf1) GetTStringByteLenGt1

func (x *ValidStringTagsOneOf1) GetTStringByteLenGt1() string

func (*ValidStringTagsOneOf1) GetTStringByteLenGte1

func (x *ValidStringTagsOneOf1) GetTStringByteLenGte1() string

func (*ValidStringTagsOneOf1) GetTStringByteLenLt1

func (x *ValidStringTagsOneOf1) GetTStringByteLenLt1() string

func (*ValidStringTagsOneOf1) GetTStringByteLenLte1

func (x *ValidStringTagsOneOf1) GetTStringByteLenLte1() string

func (*ValidStringTagsOneOf1) GetTStringByteLenNe1

func (x *ValidStringTagsOneOf1) GetTStringByteLenNe1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenEq1

func (x *ValidStringTagsOneOf1) GetTStringCharLenEq1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenGt1

func (x *ValidStringTagsOneOf1) GetTStringCharLenGt1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenGte1

func (x *ValidStringTagsOneOf1) GetTStringCharLenGte1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenLt1

func (x *ValidStringTagsOneOf1) GetTStringCharLenLt1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenLte1

func (x *ValidStringTagsOneOf1) GetTStringCharLenLte1() string

func (*ValidStringTagsOneOf1) GetTStringCharLenNe1

func (x *ValidStringTagsOneOf1) GetTStringCharLenNe1() string

func (*ValidStringTagsOneOf1) GetTStringCidr

func (x *ValidStringTagsOneOf1) GetTStringCidr() string

func (*ValidStringTagsOneOf1) GetTStringCidrv4

func (x *ValidStringTagsOneOf1) GetTStringCidrv4() string

func (*ValidStringTagsOneOf1) GetTStringCidrv6

func (x *ValidStringTagsOneOf1) GetTStringCidrv6() string

func (*ValidStringTagsOneOf1) GetTStringContains1

func (x *ValidStringTagsOneOf1) GetTStringContains1() string

func (*ValidStringTagsOneOf1) GetTStringContainsAny1

func (x *ValidStringTagsOneOf1) GetTStringContainsAny1() string

func (*ValidStringTagsOneOf1) GetTStringDataUri

func (x *ValidStringTagsOneOf1) GetTStringDataUri() string

func (*ValidStringTagsOneOf1) GetTStringDatetime

func (x *ValidStringTagsOneOf1) GetTStringDatetime() string

func (*ValidStringTagsOneOf1) GetTStringEmail

func (x *ValidStringTagsOneOf1) GetTStringEmail() string

func (*ValidStringTagsOneOf1) GetTStringEq1

func (x *ValidStringTagsOneOf1) GetTStringEq1() string

func (*ValidStringTagsOneOf1) GetTStringFqdn

func (x *ValidStringTagsOneOf1) GetTStringFqdn() string

func (*ValidStringTagsOneOf1) GetTStringGt1

func (x *ValidStringTagsOneOf1) GetTStringGt1() string

func (*ValidStringTagsOneOf1) GetTStringGte1

func (x *ValidStringTagsOneOf1) GetTStringGte1() string

func (*ValidStringTagsOneOf1) GetTStringHexadecimal

func (x *ValidStringTagsOneOf1) GetTStringHexadecimal() string

func (*ValidStringTagsOneOf1) GetTStringHostname

func (x *ValidStringTagsOneOf1) GetTStringHostname() string

func (*ValidStringTagsOneOf1) GetTStringHostnamePort

func (x *ValidStringTagsOneOf1) GetTStringHostnamePort() string

func (*ValidStringTagsOneOf1) GetTStringHostnameRfc1123

func (x *ValidStringTagsOneOf1) GetTStringHostnameRfc1123() string

func (*ValidStringTagsOneOf1) GetTStringHtml

func (x *ValidStringTagsOneOf1) GetTStringHtml() string

func (*ValidStringTagsOneOf1) GetTStringHtmlEncoded

func (x *ValidStringTagsOneOf1) GetTStringHtmlEncoded() string

func (*ValidStringTagsOneOf1) GetTStringIn1

func (x *ValidStringTagsOneOf1) GetTStringIn1() string

func (*ValidStringTagsOneOf1) GetTStringIp

func (x *ValidStringTagsOneOf1) GetTStringIp() string

func (*ValidStringTagsOneOf1) GetTStringIp4Addr

func (x *ValidStringTagsOneOf1) GetTStringIp4Addr() string

func (*ValidStringTagsOneOf1) GetTStringIp6Addr

func (x *ValidStringTagsOneOf1) GetTStringIp6Addr() string

func (*ValidStringTagsOneOf1) GetTStringIpAddr

func (x *ValidStringTagsOneOf1) GetTStringIpAddr() string

func (*ValidStringTagsOneOf1) GetTStringIpv4

func (x *ValidStringTagsOneOf1) GetTStringIpv4() string

func (*ValidStringTagsOneOf1) GetTStringIpv6

func (x *ValidStringTagsOneOf1) GetTStringIpv6() string

func (*ValidStringTagsOneOf1) GetTStringJson

func (x *ValidStringTagsOneOf1) GetTStringJson() string

func (*ValidStringTagsOneOf1) GetTStringJwt

func (x *ValidStringTagsOneOf1) GetTStringJwt() string

func (*ValidStringTagsOneOf1) GetTStringLowercase

func (x *ValidStringTagsOneOf1) GetTStringLowercase() string

func (*ValidStringTagsOneOf1) GetTStringLt1

func (x *ValidStringTagsOneOf1) GetTStringLt1() string

func (*ValidStringTagsOneOf1) GetTStringLte1

func (x *ValidStringTagsOneOf1) GetTStringLte1() string

func (*ValidStringTagsOneOf1) GetTStringMac

func (x *ValidStringTagsOneOf1) GetTStringMac() string

func (*ValidStringTagsOneOf1) GetTStringNe1

func (x *ValidStringTagsOneOf1) GetTStringNe1() string

func (*ValidStringTagsOneOf1) GetTStringNoContains1

func (x *ValidStringTagsOneOf1) GetTStringNoContains1() string

func (*ValidStringTagsOneOf1) GetTStringNoPrefix1

func (x *ValidStringTagsOneOf1) GetTStringNoPrefix1() string

func (*ValidStringTagsOneOf1) GetTStringNoSuffix1

func (x *ValidStringTagsOneOf1) GetTStringNoSuffix1() string

func (*ValidStringTagsOneOf1) GetTStringNotContainsAny1

func (x *ValidStringTagsOneOf1) GetTStringNotContainsAny1() string

func (*ValidStringTagsOneOf1) GetTStringNotIn1

func (x *ValidStringTagsOneOf1) GetTStringNotIn1() string

func (*ValidStringTagsOneOf1) GetTStringNumber

func (x *ValidStringTagsOneOf1) GetTStringNumber() string

func (*ValidStringTagsOneOf1) GetTStringPrefix1

func (x *ValidStringTagsOneOf1) GetTStringPrefix1() string

func (*ValidStringTagsOneOf1) GetTStringPrintAscii

func (x *ValidStringTagsOneOf1) GetTStringPrintAscii() string

func (*ValidStringTagsOneOf1) GetTStringRegex1

func (x *ValidStringTagsOneOf1) GetTStringRegex1() string

func (*ValidStringTagsOneOf1) GetTStringSuffix1

func (x *ValidStringTagsOneOf1) GetTStringSuffix1() string

func (*ValidStringTagsOneOf1) GetTStringTcp4Addr

func (x *ValidStringTagsOneOf1) GetTStringTcp4Addr() string

func (*ValidStringTagsOneOf1) GetTStringTcp6Addr

func (x *ValidStringTagsOneOf1) GetTStringTcp6Addr() string

func (*ValidStringTagsOneOf1) GetTStringTcpAddr

func (x *ValidStringTagsOneOf1) GetTStringTcpAddr() string

func (*ValidStringTagsOneOf1) GetTStringTimezone

func (x *ValidStringTagsOneOf1) GetTStringTimezone() string

func (*ValidStringTagsOneOf1) GetTStringUdp4Addr

func (x *ValidStringTagsOneOf1) GetTStringUdp4Addr() string

func (*ValidStringTagsOneOf1) GetTStringUdp6Addr

func (x *ValidStringTagsOneOf1) GetTStringUdp6Addr() string

func (*ValidStringTagsOneOf1) GetTStringUdpAddr

func (x *ValidStringTagsOneOf1) GetTStringUdpAddr() string

func (*ValidStringTagsOneOf1) GetTStringUnixAddr

func (x *ValidStringTagsOneOf1) GetTStringUnixAddr() string

func (*ValidStringTagsOneOf1) GetTStringUnixCron

func (x *ValidStringTagsOneOf1) GetTStringUnixCron() string

func (*ValidStringTagsOneOf1) GetTStringUppercase

func (x *ValidStringTagsOneOf1) GetTStringUppercase() string

func (*ValidStringTagsOneOf1) GetTStringUri

func (x *ValidStringTagsOneOf1) GetTStringUri() string

func (*ValidStringTagsOneOf1) GetTStringUrl

func (x *ValidStringTagsOneOf1) GetTStringUrl() string

func (*ValidStringTagsOneOf1) GetTStringUrlEncoded

func (x *ValidStringTagsOneOf1) GetTStringUrlEncoded() string

func (*ValidStringTagsOneOf1) GetTStringUtf8

func (x *ValidStringTagsOneOf1) GetTStringUtf8() string

func (*ValidStringTagsOneOf1) GetTStringUuid

func (x *ValidStringTagsOneOf1) GetTStringUuid() string

func (*ValidStringTagsOneOf1) GetTStringUuid1

func (x *ValidStringTagsOneOf1) GetTStringUuid1() string

func (*ValidStringTagsOneOf1) GetTStringUuid3

func (x *ValidStringTagsOneOf1) GetTStringUuid3() string

func (*ValidStringTagsOneOf1) GetTStringUuid4

func (x *ValidStringTagsOneOf1) GetTStringUuid4() string

func (*ValidStringTagsOneOf1) GetTStringUuid5

func (x *ValidStringTagsOneOf1) GetTStringUuid5() string

func (*ValidStringTagsOneOf1) ProtoMessage

func (*ValidStringTagsOneOf1) ProtoMessage()

func (*ValidStringTagsOneOf1) ProtoReflect

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

func (*ValidStringTagsOneOf1) Reset

func (x *ValidStringTagsOneOf1) Reset()

func (*ValidStringTagsOneOf1) String

func (x *ValidStringTagsOneOf1) String() string

func (*ValidStringTagsOneOf1) Validate

func (this *ValidStringTagsOneOf1) Validate() error

Set default value for message govalidatortest.ValidStringTagsOneOf1

type ValidStringTagsOneOf1_TString1

type ValidStringTagsOneOf1_TString1 struct {
	TString1 string `protobuf:"bytes,1,opt,name=t_string1,json=tString1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TString2

type ValidStringTagsOneOf1_TString2 struct {
	TString2 string `protobuf:"bytes,2,opt,name=t_string2,json=tString2,proto3,oneof"`
}

type ValidStringTagsOneOf1_TString3

type ValidStringTagsOneOf1_TString3 struct {
	TString3 string `protobuf:"bytes,3,opt,name=t_string3,json=tString3,proto3,oneof"`
}

type ValidStringTagsOneOf1_TString4

type ValidStringTagsOneOf1_TString4 struct {
	TString4 string `protobuf:"bytes,4,opt,name=t_string4,json=tString4,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringAlpha

type ValidStringTagsOneOf1_TStringAlpha struct {
	TStringAlpha string `protobuf:"bytes,76,opt,name=t_string_alpha,json=tStringAlpha,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringAlphaNumber

type ValidStringTagsOneOf1_TStringAlphaNumber struct {
	TStringAlphaNumber string `protobuf:"bytes,78,opt,name=t_string_alpha_number,json=tStringAlphaNumber,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringAscii

type ValidStringTagsOneOf1_TStringAscii struct {
	TStringAscii string `protobuf:"bytes,71,opt,name=t_string_ascii,json=tStringAscii,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringBase64

type ValidStringTagsOneOf1_TStringBase64 struct {
	TStringBase64 string `protobuf:"bytes,131,opt,name=t_string_base64,json=tStringBase64,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringBase64Url

type ValidStringTagsOneOf1_TStringBase64Url struct {
	TStringBase64Url string `protobuf:"bytes,132,opt,name=t_string_base64_url,json=tStringBase64Url,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringBoolean

type ValidStringTagsOneOf1_TStringBoolean struct {
	TStringBoolean string `protobuf:"bytes,73,opt,name=t_string_boolean,json=tStringBoolean,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenEq1

type ValidStringTagsOneOf1_TStringByteLenEq1 struct {
	TStringByteLenEq1 string `protobuf:"bytes,30,opt,name=t_string_byte_len_eq1,json=tStringByteLenEq1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenGt1

type ValidStringTagsOneOf1_TStringByteLenGt1 struct {
	TStringByteLenGt1 string `protobuf:"bytes,32,opt,name=t_string_byte_len_gt1,json=tStringByteLenGt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenGte1

type ValidStringTagsOneOf1_TStringByteLenGte1 struct {
	TStringByteLenGte1 string `protobuf:"bytes,34,opt,name=t_string_byte_len_gte1,json=tStringByteLenGte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenLt1

type ValidStringTagsOneOf1_TStringByteLenLt1 struct {
	TStringByteLenLt1 string `protobuf:"bytes,33,opt,name=t_string_byte_len_lt1,json=tStringByteLenLt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenLte1

type ValidStringTagsOneOf1_TStringByteLenLte1 struct {
	TStringByteLenLte1 string `protobuf:"bytes,35,opt,name=t_string_byte_len_lte1,json=tStringByteLenLte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringByteLenNe1

type ValidStringTagsOneOf1_TStringByteLenNe1 struct {
	TStringByteLenNe1 string `protobuf:"bytes,31,opt,name=t_string_byte_len_ne1,json=tStringByteLenNe1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenEq1

type ValidStringTagsOneOf1_TStringCharLenEq1 struct {
	TStringCharLenEq1 string `protobuf:"bytes,20,opt,name=t_string_char_len_eq1,json=tStringCharLenEq1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenGt1

type ValidStringTagsOneOf1_TStringCharLenGt1 struct {
	TStringCharLenGt1 string `protobuf:"bytes,22,opt,name=t_string_char_len_gt1,json=tStringCharLenGt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenGte1

type ValidStringTagsOneOf1_TStringCharLenGte1 struct {
	TStringCharLenGte1 string `protobuf:"bytes,24,opt,name=t_string_char_len_gte1,json=tStringCharLenGte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenLt1

type ValidStringTagsOneOf1_TStringCharLenLt1 struct {
	TStringCharLenLt1 string `protobuf:"bytes,23,opt,name=t_string_char_len_lt1,json=tStringCharLenLt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenLte1

type ValidStringTagsOneOf1_TStringCharLenLte1 struct {
	TStringCharLenLte1 string `protobuf:"bytes,25,opt,name=t_string_char_len_lte1,json=tStringCharLenLte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCharLenNe1

type ValidStringTagsOneOf1_TStringCharLenNe1 struct {
	TStringCharLenNe1 string `protobuf:"bytes,21,opt,name=t_string_char_len_ne1,json=tStringCharLenNe1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCidr

type ValidStringTagsOneOf1_TStringCidr struct {
	TStringCidr string `protobuf:"bytes,107,opt,name=t_string_cidr,json=tStringCidr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCidrv4

type ValidStringTagsOneOf1_TStringCidrv4 struct {
	TStringCidrv4 string `protobuf:"bytes,108,opt,name=t_string_cidrv4,json=tStringCidrv4,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringCidrv6

type ValidStringTagsOneOf1_TStringCidrv6 struct {
	TStringCidrv6 string `protobuf:"bytes,109,opt,name=t_string_cidrv6,json=tStringCidrv6,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringContains1

type ValidStringTagsOneOf1_TStringContains1 struct {
	TStringContains1 string `protobuf:"bytes,45,opt,name=t_string_contains1,json=tStringContains1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringContainsAny1

type ValidStringTagsOneOf1_TStringContainsAny1 struct {
	TStringContainsAny1 string `protobuf:"bytes,47,opt,name=t_string_contains_any1,json=tStringContainsAny1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringDataUri

type ValidStringTagsOneOf1_TStringDataUri struct {
	TStringDataUri string `protobuf:"bytes,121,opt,name=t_string_data_uri,json=tStringDataUri,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringDatetime

type ValidStringTagsOneOf1_TStringDatetime struct {
	TStringDatetime string `protobuf:"bytes,134,opt,name=t_string_datetime,json=tStringDatetime,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringEmail

type ValidStringTagsOneOf1_TStringEmail struct {
	TStringEmail string `protobuf:"bytes,126,opt,name=t_string_email,json=tStringEmail,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringEq1

type ValidStringTagsOneOf1_TStringEq1 struct {
	TStringEq1 string `protobuf:"bytes,10,opt,name=t_string_eq1,json=tStringEq1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringFqdn

type ValidStringTagsOneOf1_TStringFqdn struct {
	TStringFqdn string `protobuf:"bytes,122,opt,name=t_string_fqdn,json=tStringFqdn,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringGt1

type ValidStringTagsOneOf1_TStringGt1 struct {
	TStringGt1 string `protobuf:"bytes,13,opt,name=t_string_gt1,json=tStringGt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringGte1

type ValidStringTagsOneOf1_TStringGte1 struct {
	TStringGte1 string `protobuf:"bytes,15,opt,name=t_string_gte1,json=tStringGte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHexadecimal

type ValidStringTagsOneOf1_TStringHexadecimal struct {
	TStringHexadecimal string `protobuf:"bytes,133,opt,name=t_string_hexadecimal,json=tStringHexadecimal,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHostname

type ValidStringTagsOneOf1_TStringHostname struct {
	TStringHostname string `protobuf:"bytes,118,opt,name=t_string_hostname,json=tStringHostname,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHostnamePort

type ValidStringTagsOneOf1_TStringHostnamePort struct {
	TStringHostnamePort string `protobuf:"bytes,120,opt,name=t_string_hostname_port,json=tStringHostnamePort,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHostnameRfc1123

type ValidStringTagsOneOf1_TStringHostnameRfc1123 struct {
	TStringHostnameRfc1123 string `protobuf:"bytes,119,opt,name=t_string_hostname_rfc1123,json=tStringHostnameRfc1123,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHtml

type ValidStringTagsOneOf1_TStringHtml struct {
	TStringHtml string `protobuf:"bytes,129,opt,name=t_string_html,json=tStringHtml,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringHtmlEncoded

type ValidStringTagsOneOf1_TStringHtmlEncoded struct {
	TStringHtmlEncoded string `protobuf:"bytes,130,opt,name=t_string_html_encoded,json=tStringHtmlEncoded,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIn1

type ValidStringTagsOneOf1_TStringIn1 struct {
	TStringIn1 string `protobuf:"bytes,16,opt,name=t_string_in1,json=tStringIn1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIp

type ValidStringTagsOneOf1_TStringIp struct {
	TStringIp string `protobuf:"bytes,101,opt,name=t_string_ip,json=tStringIp,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIp4Addr

type ValidStringTagsOneOf1_TStringIp4Addr struct {
	TStringIp4Addr string `protobuf:"bytes,105,opt,name=t_string_ip4_addr,json=tStringIp4Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIp6Addr

type ValidStringTagsOneOf1_TStringIp6Addr struct {
	TStringIp6Addr string `protobuf:"bytes,106,opt,name=t_string_ip6_addr,json=tStringIp6Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIpAddr

type ValidStringTagsOneOf1_TStringIpAddr struct {
	TStringIpAddr string `protobuf:"bytes,104,opt,name=t_string_ip_addr,json=tStringIpAddr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIpv4

type ValidStringTagsOneOf1_TStringIpv4 struct {
	TStringIpv4 string `protobuf:"bytes,102,opt,name=t_string_ipv4,json=tStringIpv4,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringIpv6

type ValidStringTagsOneOf1_TStringIpv6 struct {
	TStringIpv6 string `protobuf:"bytes,103,opt,name=t_string_ipv6,json=tStringIpv6,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringJson

type ValidStringTagsOneOf1_TStringJson struct {
	TStringJson string `protobuf:"bytes,127,opt,name=t_string_json,json=tStringJson,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringJwt

type ValidStringTagsOneOf1_TStringJwt struct {
	TStringJwt string `protobuf:"bytes,128,opt,name=t_string_jwt,json=tStringJwt,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringLowercase

type ValidStringTagsOneOf1_TStringLowercase struct {
	TStringLowercase string `protobuf:"bytes,74,opt,name=t_string_lowercase,json=tStringLowercase,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringLt1

type ValidStringTagsOneOf1_TStringLt1 struct {
	TStringLt1 string `protobuf:"bytes,12,opt,name=t_string_lt1,json=tStringLt1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringLte1

type ValidStringTagsOneOf1_TStringLte1 struct {
	TStringLte1 string `protobuf:"bytes,14,opt,name=t_string_lte1,json=tStringLte1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringMac

type ValidStringTagsOneOf1_TStringMac struct {
	TStringMac string `protobuf:"bytes,110,opt,name=t_string_mac,json=tStringMac,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNe1

type ValidStringTagsOneOf1_TStringNe1 struct {
	TStringNe1 string `protobuf:"bytes,11,opt,name=t_string_ne1,json=tStringNe1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNoContains1

type ValidStringTagsOneOf1_TStringNoContains1 struct {
	TStringNoContains1 string `protobuf:"bytes,46,opt,name=t_string_no_contains1,json=tStringNoContains1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNoPrefix1

type ValidStringTagsOneOf1_TStringNoPrefix1 struct {
	TStringNoPrefix1 string `protobuf:"bytes,42,opt,name=t_string_no_prefix1,json=tStringNoPrefix1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNoSuffix1

type ValidStringTagsOneOf1_TStringNoSuffix1 struct {
	TStringNoSuffix1 string `protobuf:"bytes,44,opt,name=t_string_no_suffix1,json=tStringNoSuffix1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNotContainsAny1

type ValidStringTagsOneOf1_TStringNotContainsAny1 struct {
	TStringNotContainsAny1 string `protobuf:"bytes,48,opt,name=t_string_not_contains_any1,json=tStringNotContainsAny1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNotIn1

type ValidStringTagsOneOf1_TStringNotIn1 struct {
	TStringNotIn1 string `protobuf:"bytes,17,opt,name=t_string_not_in1,json=tStringNotIn1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringNumber

type ValidStringTagsOneOf1_TStringNumber struct {
	TStringNumber string `protobuf:"bytes,77,opt,name=t_string_number,json=tStringNumber,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringPrefix1

type ValidStringTagsOneOf1_TStringPrefix1 struct {
	TStringPrefix1 string `protobuf:"bytes,41,opt,name=t_string_prefix1,json=tStringPrefix1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringPrintAscii

type ValidStringTagsOneOf1_TStringPrintAscii struct {
	TStringPrintAscii string `protobuf:"bytes,72,opt,name=t_string_print_ascii,json=tStringPrintAscii,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringRegex1

type ValidStringTagsOneOf1_TStringRegex1 struct {
	TStringRegex1 string `protobuf:"bytes,40,opt,name=t_string_regex1,json=tStringRegex1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringSuffix1

type ValidStringTagsOneOf1_TStringSuffix1 struct {
	TStringSuffix1 string `protobuf:"bytes,43,opt,name=t_string_suffix1,json=tStringSuffix1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringTcp4Addr

type ValidStringTagsOneOf1_TStringTcp4Addr struct {
	TStringTcp4Addr string `protobuf:"bytes,112,opt,name=t_string_tcp4_addr,json=tStringTcp4Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringTcp6Addr

type ValidStringTagsOneOf1_TStringTcp6Addr struct {
	TStringTcp6Addr string `protobuf:"bytes,113,opt,name=t_string_tcp6_addr,json=tStringTcp6Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringTcpAddr

type ValidStringTagsOneOf1_TStringTcpAddr struct {
	TStringTcpAddr string `protobuf:"bytes,111,opt,name=t_string_tcp_addr,json=tStringTcpAddr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringTimezone

type ValidStringTagsOneOf1_TStringTimezone struct {
	TStringTimezone string `protobuf:"bytes,135,opt,name=t_string_timezone,json=tStringTimezone,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUdp4Addr

type ValidStringTagsOneOf1_TStringUdp4Addr struct {
	TStringUdp4Addr string `protobuf:"bytes,115,opt,name=t_string_udp4_addr,json=tStringUdp4Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUdp6Addr

type ValidStringTagsOneOf1_TStringUdp6Addr struct {
	TStringUdp6Addr string `protobuf:"bytes,116,opt,name=t_string_udp6_addr,json=tStringUdp6Addr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUdpAddr

type ValidStringTagsOneOf1_TStringUdpAddr struct {
	TStringUdpAddr string `protobuf:"bytes,114,opt,name=t_string_udp_addr,json=tStringUdpAddr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUnixAddr

type ValidStringTagsOneOf1_TStringUnixAddr struct {
	TStringUnixAddr string `protobuf:"bytes,117,opt,name=t_string_unix_addr,json=tStringUnixAddr,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUnixCron

type ValidStringTagsOneOf1_TStringUnixCron struct {
	TStringUnixCron string `protobuf:"bytes,141,opt,name=t_string_unix_cron,json=tStringUnixCron,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUppercase

type ValidStringTagsOneOf1_TStringUppercase struct {
	TStringUppercase string `protobuf:"bytes,75,opt,name=t_string_uppercase,json=tStringUppercase,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUri

type ValidStringTagsOneOf1_TStringUri struct {
	TStringUri string `protobuf:"bytes,123,opt,name=t_string_uri,json=tStringUri,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUrl

type ValidStringTagsOneOf1_TStringUrl struct {
	TStringUrl string `protobuf:"bytes,124,opt,name=t_string_url,json=tStringUrl,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUrlEncoded

type ValidStringTagsOneOf1_TStringUrlEncoded struct {
	TStringUrlEncoded string `protobuf:"bytes,125,opt,name=t_string_url_encoded,json=tStringUrlEncoded,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUtf8

type ValidStringTagsOneOf1_TStringUtf8 struct {
	TStringUtf8 string `protobuf:"bytes,81,opt,name=t_string_utf8,json=tStringUtf8,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUuid

type ValidStringTagsOneOf1_TStringUuid struct {
	TStringUuid string `protobuf:"bytes,136,opt,name=t_string_uuid,json=tStringUuid,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUuid1

type ValidStringTagsOneOf1_TStringUuid1 struct {
	TStringUuid1 string `protobuf:"bytes,137,opt,name=t_string_uuid1,json=tStringUuid1,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUuid3

type ValidStringTagsOneOf1_TStringUuid3 struct {
	TStringUuid3 string `protobuf:"bytes,138,opt,name=t_string_uuid3,json=tStringUuid3,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUuid4

type ValidStringTagsOneOf1_TStringUuid4 struct {
	TStringUuid4 string `protobuf:"bytes,139,opt,name=t_string_uuid4,json=tStringUuid4,proto3,oneof"`
}

type ValidStringTagsOneOf1_TStringUuid5

type ValidStringTagsOneOf1_TStringUuid5 struct {
	TStringUuid5 string `protobuf:"bytes,140,opt,name=t_string_uuid5,json=tStringUuid5,proto3,oneof"`
}

type ValidStringTagsOptional1

type ValidStringTagsOptional1 struct {
	TString1               *string `protobuf:"bytes,1,opt,name=t_string1,json=tString1,proto3,oneof" json:"t_string1,omitempty"`
	TString2               *string `protobuf:"bytes,2,opt,name=t_string2,json=tString2,proto3,oneof" json:"t_string2,omitempty"`
	TString3               *string `protobuf:"bytes,3,opt,name=t_string3,json=tString3,proto3,oneof" json:"t_string3,omitempty"`
	TString4               *string `protobuf:"bytes,4,opt,name=t_string4,json=tString4,proto3,oneof" json:"t_string4,omitempty"`
	TStringEq1             *string `protobuf:"bytes,10,opt,name=t_string_eq1,json=tStringEq1,proto3,oneof" json:"t_string_eq1,omitempty"`
	TStringNe1             *string `protobuf:"bytes,11,opt,name=t_string_ne1,json=tStringNe1,proto3,oneof" json:"t_string_ne1,omitempty"`
	TStringLt1             *string `protobuf:"bytes,12,opt,name=t_string_lt1,json=tStringLt1,proto3,oneof" json:"t_string_lt1,omitempty"`
	TStringGt1             *string `protobuf:"bytes,13,opt,name=t_string_gt1,json=tStringGt1,proto3,oneof" json:"t_string_gt1,omitempty"`
	TStringLte1            *string `protobuf:"bytes,14,opt,name=t_string_lte1,json=tStringLte1,proto3,oneof" json:"t_string_lte1,omitempty"`
	TStringGte1            *string `protobuf:"bytes,15,opt,name=t_string_gte1,json=tStringGte1,proto3,oneof" json:"t_string_gte1,omitempty"`
	TStringIn1             *string `protobuf:"bytes,16,opt,name=t_string_in1,json=tStringIn1,proto3,oneof" json:"t_string_in1,omitempty"`
	TStringNotIn1          *string `protobuf:"bytes,17,opt,name=t_string_not_in1,json=tStringNotIn1,proto3,oneof" json:"t_string_not_in1,omitempty"`
	TStringCharLenEq1      *string `protobuf:"bytes,20,opt,name=t_string_char_len_eq1,json=tStringCharLenEq1,proto3,oneof" json:"t_string_char_len_eq1,omitempty"`
	TStringCharLenNe1      *string `protobuf:"bytes,21,opt,name=t_string_char_len_ne1,json=tStringCharLenNe1,proto3,oneof" json:"t_string_char_len_ne1,omitempty"`
	TStringCharLenGt1      *string `protobuf:"bytes,22,opt,name=t_string_char_len_gt1,json=tStringCharLenGt1,proto3,oneof" json:"t_string_char_len_gt1,omitempty"`
	TStringCharLenLt1      *string `protobuf:"bytes,23,opt,name=t_string_char_len_lt1,json=tStringCharLenLt1,proto3,oneof" json:"t_string_char_len_lt1,omitempty"`
	TStringCharLenGte1     *string `` /* 128-byte string literal not displayed */
	TStringCharLenLte1     *string `` /* 128-byte string literal not displayed */
	TStringByteLenEq1      *string `protobuf:"bytes,30,opt,name=t_string_byte_len_eq1,json=tStringByteLenEq1,proto3,oneof" json:"t_string_byte_len_eq1,omitempty"`
	TStringByteLenNe1      *string `protobuf:"bytes,31,opt,name=t_string_byte_len_ne1,json=tStringByteLenNe1,proto3,oneof" json:"t_string_byte_len_ne1,omitempty"`
	TStringByteLenGt1      *string `protobuf:"bytes,32,opt,name=t_string_byte_len_gt1,json=tStringByteLenGt1,proto3,oneof" json:"t_string_byte_len_gt1,omitempty"`
	TStringByteLenLt1      *string `protobuf:"bytes,33,opt,name=t_string_byte_len_lt1,json=tStringByteLenLt1,proto3,oneof" json:"t_string_byte_len_lt1,omitempty"`
	TStringByteLenGte1     *string `` /* 128-byte string literal not displayed */
	TStringByteLenLte1     *string `` /* 128-byte string literal not displayed */
	TStringRegex1          *string `protobuf:"bytes,40,opt,name=t_string_regex1,json=tStringRegex1,proto3,oneof" json:"t_string_regex1,omitempty"`
	TStringPrefix1         *string `protobuf:"bytes,41,opt,name=t_string_prefix1,json=tStringPrefix1,proto3,oneof" json:"t_string_prefix1,omitempty"`
	TStringNoPrefix1       *string `protobuf:"bytes,42,opt,name=t_string_no_prefix1,json=tStringNoPrefix1,proto3,oneof" json:"t_string_no_prefix1,omitempty"`
	TStringSuffix1         *string `protobuf:"bytes,43,opt,name=t_string_suffix1,json=tStringSuffix1,proto3,oneof" json:"t_string_suffix1,omitempty"`
	TStringNoSuffix1       *string `protobuf:"bytes,44,opt,name=t_string_no_suffix1,json=tStringNoSuffix1,proto3,oneof" json:"t_string_no_suffix1,omitempty"`
	TStringContains1       *string `protobuf:"bytes,45,opt,name=t_string_contains1,json=tStringContains1,proto3,oneof" json:"t_string_contains1,omitempty"`
	TStringNoContains1     *string `` /* 126-byte string literal not displayed */
	TStringContainsAny1    *string `` /* 129-byte string literal not displayed */
	TStringNotContainsAny1 *string `` /* 140-byte string literal not displayed */
	TStringUtf8            *string `protobuf:"bytes,81,opt,name=t_string_utf8,json=tStringUtf8,proto3,oneof" json:"t_string_utf8,omitempty"`
	TStringAscii           *string `protobuf:"bytes,71,opt,name=t_string_ascii,json=tStringAscii,proto3,oneof" json:"t_string_ascii,omitempty"`
	TStringPrintAscii      *string `protobuf:"bytes,72,opt,name=t_string_print_ascii,json=tStringPrintAscii,proto3,oneof" json:"t_string_print_ascii,omitempty"`
	TStringBoolean         *string `protobuf:"bytes,73,opt,name=t_string_boolean,json=tStringBoolean,proto3,oneof" json:"t_string_boolean,omitempty"`
	TStringLowercase       *string `protobuf:"bytes,74,opt,name=t_string_lowercase,json=tStringLowercase,proto3,oneof" json:"t_string_lowercase,omitempty"`
	TStringUppercase       *string `protobuf:"bytes,75,opt,name=t_string_uppercase,json=tStringUppercase,proto3,oneof" json:"t_string_uppercase,omitempty"`
	TStringAlpha           *string `protobuf:"bytes,76,opt,name=t_string_alpha,json=tStringAlpha,proto3,oneof" json:"t_string_alpha,omitempty"`
	TStringNumber          *string `protobuf:"bytes,77,opt,name=t_string_number,json=tStringNumber,proto3,oneof" json:"t_string_number,omitempty"`
	TStringAlphaNumber     *string `` /* 126-byte string literal not displayed */
	TStringIp              *string `protobuf:"bytes,101,opt,name=t_string_ip,json=tStringIp,proto3,oneof" json:"t_string_ip,omitempty"`
	TStringIpv4            *string `protobuf:"bytes,102,opt,name=t_string_ipv4,json=tStringIpv4,proto3,oneof" json:"t_string_ipv4,omitempty"`
	TStringIpv6            *string `protobuf:"bytes,103,opt,name=t_string_ipv6,json=tStringIpv6,proto3,oneof" json:"t_string_ipv6,omitempty"`
	TStringIpAddr          *string `protobuf:"bytes,104,opt,name=t_string_ip_addr,json=tStringIpAddr,proto3,oneof" json:"t_string_ip_addr,omitempty"`
	TStringIp4Addr         *string `protobuf:"bytes,105,opt,name=t_string_ip4_addr,json=tStringIp4Addr,proto3,oneof" json:"t_string_ip4_addr,omitempty"`
	TStringIp6Addr         *string `protobuf:"bytes,106,opt,name=t_string_ip6_addr,json=tStringIp6Addr,proto3,oneof" json:"t_string_ip6_addr,omitempty"`
	TStringCidr            *string `protobuf:"bytes,107,opt,name=t_string_cidr,json=tStringCidr,proto3,oneof" json:"t_string_cidr,omitempty"`
	TStringCidrv4          *string `protobuf:"bytes,108,opt,name=t_string_cidrv4,json=tStringCidrv4,proto3,oneof" json:"t_string_cidrv4,omitempty"`
	TStringCidrv6          *string `protobuf:"bytes,109,opt,name=t_string_cidrv6,json=tStringCidrv6,proto3,oneof" json:"t_string_cidrv6,omitempty"`
	TStringMac             *string `protobuf:"bytes,110,opt,name=t_string_mac,json=tStringMac,proto3,oneof" json:"t_string_mac,omitempty"`
	TStringTcpAddr         *string `protobuf:"bytes,111,opt,name=t_string_tcp_addr,json=tStringTcpAddr,proto3,oneof" json:"t_string_tcp_addr,omitempty"`
	TStringTcp4Addr        *string `protobuf:"bytes,112,opt,name=t_string_tcp4_addr,json=tStringTcp4Addr,proto3,oneof" json:"t_string_tcp4_addr,omitempty"`
	TStringTcp6Addr        *string `protobuf:"bytes,113,opt,name=t_string_tcp6_addr,json=tStringTcp6Addr,proto3,oneof" json:"t_string_tcp6_addr,omitempty"`
	TStringUdpAddr         *string `protobuf:"bytes,114,opt,name=t_string_udp_addr,json=tStringUdpAddr,proto3,oneof" json:"t_string_udp_addr,omitempty"`
	TStringUdp4Addr        *string `protobuf:"bytes,115,opt,name=t_string_udp4_addr,json=tStringUdp4Addr,proto3,oneof" json:"t_string_udp4_addr,omitempty"`
	TStringUdp6Addr        *string `protobuf:"bytes,116,opt,name=t_string_udp6_addr,json=tStringUdp6Addr,proto3,oneof" json:"t_string_udp6_addr,omitempty"`
	TStringUnixAddr        *string `protobuf:"bytes,117,opt,name=t_string_unix_addr,json=tStringUnixAddr,proto3,oneof" json:"t_string_unix_addr,omitempty"`
	TStringHostname        *string `protobuf:"bytes,118,opt,name=t_string_hostname,json=tStringHostname,proto3,oneof" json:"t_string_hostname,omitempty"`
	TStringHostnameRfc1123 *string `` /* 139-byte string literal not displayed */
	TStringHostnamePort    *string `` /* 130-byte string literal not displayed */
	TStringDataUri         *string `protobuf:"bytes,121,opt,name=t_string_data_uri,json=tStringDataUri,proto3,oneof" json:"t_string_data_uri,omitempty"`
	TStringFqdn            *string `protobuf:"bytes,122,opt,name=t_string_fqdn,json=tStringFqdn,proto3,oneof" json:"t_string_fqdn,omitempty"`
	TStringUri             *string `protobuf:"bytes,123,opt,name=t_string_uri,json=tStringUri,proto3,oneof" json:"t_string_uri,omitempty"`
	TStringUrl             *string `protobuf:"bytes,124,opt,name=t_string_url,json=tStringUrl,proto3,oneof" json:"t_string_url,omitempty"`
	TStringUrlEncoded      *string `protobuf:"bytes,125,opt,name=t_string_url_encoded,json=tStringUrlEncoded,proto3,oneof" json:"t_string_url_encoded,omitempty"`
	TStringUnixCron        *string `protobuf:"bytes,141,opt,name=t_string_unix_cron,json=tStringUnixCron,proto3,oneof" json:"t_string_unix_cron,omitempty"`
	TStringEmail           *string `protobuf:"bytes,126,opt,name=t_string_email,json=tStringEmail,proto3,oneof" json:"t_string_email,omitempty"`
	TStringJson            *string `protobuf:"bytes,127,opt,name=t_string_json,json=tStringJson,proto3,oneof" json:"t_string_json,omitempty"`
	TStringJwt             *string `protobuf:"bytes,128,opt,name=t_string_jwt,json=tStringJwt,proto3,oneof" json:"t_string_jwt,omitempty"`
	TStringHtml            *string `protobuf:"bytes,129,opt,name=t_string_html,json=tStringHtml,proto3,oneof" json:"t_string_html,omitempty"`
	TStringHtmlEncoded     *string `` /* 127-byte string literal not displayed */
	TStringBase64          *string `protobuf:"bytes,131,opt,name=t_string_base64,json=tStringBase64,proto3,oneof" json:"t_string_base64,omitempty"`
	TStringBase64Url       *string `protobuf:"bytes,132,opt,name=t_string_base64_url,json=tStringBase64Url,proto3,oneof" json:"t_string_base64_url,omitempty"`
	TStringHexadecimal     *string `protobuf:"bytes,133,opt,name=t_string_hexadecimal,json=tStringHexadecimal,proto3,oneof" json:"t_string_hexadecimal,omitempty"`
	TStringDatetime        *string `protobuf:"bytes,134,opt,name=t_string_datetime,json=tStringDatetime,proto3,oneof" json:"t_string_datetime,omitempty"`
	TStringTimezone        *string `protobuf:"bytes,135,opt,name=t_string_timezone,json=tStringTimezone,proto3,oneof" json:"t_string_timezone,omitempty"`
	TStringUuid            *string `protobuf:"bytes,136,opt,name=t_string_uuid,json=tStringUuid,proto3,oneof" json:"t_string_uuid,omitempty"`
	TStringUuid1           *string `protobuf:"bytes,137,opt,name=t_string_uuid1,json=tStringUuid1,proto3,oneof" json:"t_string_uuid1,omitempty"`
	TStringUuid3           *string `protobuf:"bytes,138,opt,name=t_string_uuid3,json=tStringUuid3,proto3,oneof" json:"t_string_uuid3,omitempty"`
	TStringUuid4           *string `protobuf:"bytes,139,opt,name=t_string_uuid4,json=tStringUuid4,proto3,oneof" json:"t_string_uuid4,omitempty"`
	TStringUuid5           *string `protobuf:"bytes,140,opt,name=t_string_uuid5,json=tStringUuid5,proto3,oneof" json:"t_string_uuid5,omitempty"`
	// contains filtered or unexported fields
}

ValidStringTagsOptional1 for test option tag StringTags with optional field.

func (*ValidStringTagsOptional1) Descriptor deprecated

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

Deprecated: Use ValidStringTagsOptional1.ProtoReflect.Descriptor instead.

func (*ValidStringTagsOptional1) GetTString1

func (x *ValidStringTagsOptional1) GetTString1() string

func (*ValidStringTagsOptional1) GetTString2

func (x *ValidStringTagsOptional1) GetTString2() string

func (*ValidStringTagsOptional1) GetTString3

func (x *ValidStringTagsOptional1) GetTString3() string

func (*ValidStringTagsOptional1) GetTString4

func (x *ValidStringTagsOptional1) GetTString4() string

func (*ValidStringTagsOptional1) GetTStringAlpha

func (x *ValidStringTagsOptional1) GetTStringAlpha() string

func (*ValidStringTagsOptional1) GetTStringAlphaNumber

func (x *ValidStringTagsOptional1) GetTStringAlphaNumber() string

func (*ValidStringTagsOptional1) GetTStringAscii

func (x *ValidStringTagsOptional1) GetTStringAscii() string

func (*ValidStringTagsOptional1) GetTStringBase64

func (x *ValidStringTagsOptional1) GetTStringBase64() string

func (*ValidStringTagsOptional1) GetTStringBase64Url

func (x *ValidStringTagsOptional1) GetTStringBase64Url() string

func (*ValidStringTagsOptional1) GetTStringBoolean

func (x *ValidStringTagsOptional1) GetTStringBoolean() string

func (*ValidStringTagsOptional1) GetTStringByteLenEq1

func (x *ValidStringTagsOptional1) GetTStringByteLenEq1() string

func (*ValidStringTagsOptional1) GetTStringByteLenGt1

func (x *ValidStringTagsOptional1) GetTStringByteLenGt1() string

func (*ValidStringTagsOptional1) GetTStringByteLenGte1

func (x *ValidStringTagsOptional1) GetTStringByteLenGte1() string

func (*ValidStringTagsOptional1) GetTStringByteLenLt1

func (x *ValidStringTagsOptional1) GetTStringByteLenLt1() string

func (*ValidStringTagsOptional1) GetTStringByteLenLte1

func (x *ValidStringTagsOptional1) GetTStringByteLenLte1() string

func (*ValidStringTagsOptional1) GetTStringByteLenNe1

func (x *ValidStringTagsOptional1) GetTStringByteLenNe1() string

func (*ValidStringTagsOptional1) GetTStringCharLenEq1

func (x *ValidStringTagsOptional1) GetTStringCharLenEq1() string

func (*ValidStringTagsOptional1) GetTStringCharLenGt1

func (x *ValidStringTagsOptional1) GetTStringCharLenGt1() string

func (*ValidStringTagsOptional1) GetTStringCharLenGte1

func (x *ValidStringTagsOptional1) GetTStringCharLenGte1() string

func (*ValidStringTagsOptional1) GetTStringCharLenLt1

func (x *ValidStringTagsOptional1) GetTStringCharLenLt1() string

func (*ValidStringTagsOptional1) GetTStringCharLenLte1

func (x *ValidStringTagsOptional1) GetTStringCharLenLte1() string

func (*ValidStringTagsOptional1) GetTStringCharLenNe1

func (x *ValidStringTagsOptional1) GetTStringCharLenNe1() string

func (*ValidStringTagsOptional1) GetTStringCidr

func (x *ValidStringTagsOptional1) GetTStringCidr() string

func (*ValidStringTagsOptional1) GetTStringCidrv4

func (x *ValidStringTagsOptional1) GetTStringCidrv4() string

func (*ValidStringTagsOptional1) GetTStringCidrv6

func (x *ValidStringTagsOptional1) GetTStringCidrv6() string

func (*ValidStringTagsOptional1) GetTStringContains1

func (x *ValidStringTagsOptional1) GetTStringContains1() string

func (*ValidStringTagsOptional1) GetTStringContainsAny1

func (x *ValidStringTagsOptional1) GetTStringContainsAny1() string

func (*ValidStringTagsOptional1) GetTStringDataUri

func (x *ValidStringTagsOptional1) GetTStringDataUri() string

func (*ValidStringTagsOptional1) GetTStringDatetime

func (x *ValidStringTagsOptional1) GetTStringDatetime() string

func (*ValidStringTagsOptional1) GetTStringEmail

func (x *ValidStringTagsOptional1) GetTStringEmail() string

func (*ValidStringTagsOptional1) GetTStringEq1

func (x *ValidStringTagsOptional1) GetTStringEq1() string

func (*ValidStringTagsOptional1) GetTStringFqdn

func (x *ValidStringTagsOptional1) GetTStringFqdn() string

func (*ValidStringTagsOptional1) GetTStringGt1

func (x *ValidStringTagsOptional1) GetTStringGt1() string

func (*ValidStringTagsOptional1) GetTStringGte1

func (x *ValidStringTagsOptional1) GetTStringGte1() string

func (*ValidStringTagsOptional1) GetTStringHexadecimal

func (x *ValidStringTagsOptional1) GetTStringHexadecimal() string

func (*ValidStringTagsOptional1) GetTStringHostname

func (x *ValidStringTagsOptional1) GetTStringHostname() string

func (*ValidStringTagsOptional1) GetTStringHostnamePort

func (x *ValidStringTagsOptional1) GetTStringHostnamePort() string

func (*ValidStringTagsOptional1) GetTStringHostnameRfc1123

func (x *ValidStringTagsOptional1) GetTStringHostnameRfc1123() string

func (*ValidStringTagsOptional1) GetTStringHtml

func (x *ValidStringTagsOptional1) GetTStringHtml() string

func (*ValidStringTagsOptional1) GetTStringHtmlEncoded

func (x *ValidStringTagsOptional1) GetTStringHtmlEncoded() string

func (*ValidStringTagsOptional1) GetTStringIn1

func (x *ValidStringTagsOptional1) GetTStringIn1() string

func (*ValidStringTagsOptional1) GetTStringIp

func (x *ValidStringTagsOptional1) GetTStringIp() string

func (*ValidStringTagsOptional1) GetTStringIp4Addr

func (x *ValidStringTagsOptional1) GetTStringIp4Addr() string

func (*ValidStringTagsOptional1) GetTStringIp6Addr

func (x *ValidStringTagsOptional1) GetTStringIp6Addr() string

func (*ValidStringTagsOptional1) GetTStringIpAddr

func (x *ValidStringTagsOptional1) GetTStringIpAddr() string

func (*ValidStringTagsOptional1) GetTStringIpv4

func (x *ValidStringTagsOptional1) GetTStringIpv4() string

func (*ValidStringTagsOptional1) GetTStringIpv6

func (x *ValidStringTagsOptional1) GetTStringIpv6() string

func (*ValidStringTagsOptional1) GetTStringJson

func (x *ValidStringTagsOptional1) GetTStringJson() string

func (*ValidStringTagsOptional1) GetTStringJwt

func (x *ValidStringTagsOptional1) GetTStringJwt() string

func (*ValidStringTagsOptional1) GetTStringLowercase

func (x *ValidStringTagsOptional1) GetTStringLowercase() string

func (*ValidStringTagsOptional1) GetTStringLt1

func (x *ValidStringTagsOptional1) GetTStringLt1() string

func (*ValidStringTagsOptional1) GetTStringLte1

func (x *ValidStringTagsOptional1) GetTStringLte1() string

func (*ValidStringTagsOptional1) GetTStringMac

func (x *ValidStringTagsOptional1) GetTStringMac() string

func (*ValidStringTagsOptional1) GetTStringNe1

func (x *ValidStringTagsOptional1) GetTStringNe1() string

func (*ValidStringTagsOptional1) GetTStringNoContains1

func (x *ValidStringTagsOptional1) GetTStringNoContains1() string

func (*ValidStringTagsOptional1) GetTStringNoPrefix1

func (x *ValidStringTagsOptional1) GetTStringNoPrefix1() string

func (*ValidStringTagsOptional1) GetTStringNoSuffix1

func (x *ValidStringTagsOptional1) GetTStringNoSuffix1() string

func (*ValidStringTagsOptional1) GetTStringNotContainsAny1

func (x *ValidStringTagsOptional1) GetTStringNotContainsAny1() string

func (*ValidStringTagsOptional1) GetTStringNotIn1

func (x *ValidStringTagsOptional1) GetTStringNotIn1() string

func (*ValidStringTagsOptional1) GetTStringNumber

func (x *ValidStringTagsOptional1) GetTStringNumber() string

func (*ValidStringTagsOptional1) GetTStringPrefix1

func (x *ValidStringTagsOptional1) GetTStringPrefix1() string

func (*ValidStringTagsOptional1) GetTStringPrintAscii

func (x *ValidStringTagsOptional1) GetTStringPrintAscii() string

func (*ValidStringTagsOptional1) GetTStringRegex1

func (x *ValidStringTagsOptional1) GetTStringRegex1() string

func (*ValidStringTagsOptional1) GetTStringSuffix1

func (x *ValidStringTagsOptional1) GetTStringSuffix1() string

func (*ValidStringTagsOptional1) GetTStringTcp4Addr

func (x *ValidStringTagsOptional1) GetTStringTcp4Addr() string

func (*ValidStringTagsOptional1) GetTStringTcp6Addr

func (x *ValidStringTagsOptional1) GetTStringTcp6Addr() string

func (*ValidStringTagsOptional1) GetTStringTcpAddr

func (x *ValidStringTagsOptional1) GetTStringTcpAddr() string

func (*ValidStringTagsOptional1) GetTStringTimezone

func (x *ValidStringTagsOptional1) GetTStringTimezone() string

func (*ValidStringTagsOptional1) GetTStringUdp4Addr

func (x *ValidStringTagsOptional1) GetTStringUdp4Addr() string

func (*ValidStringTagsOptional1) GetTStringUdp6Addr

func (x *ValidStringTagsOptional1) GetTStringUdp6Addr() string

func (*ValidStringTagsOptional1) GetTStringUdpAddr

func (x *ValidStringTagsOptional1) GetTStringUdpAddr() string

func (*ValidStringTagsOptional1) GetTStringUnixAddr

func (x *ValidStringTagsOptional1) GetTStringUnixAddr() string

func (*ValidStringTagsOptional1) GetTStringUnixCron

func (x *ValidStringTagsOptional1) GetTStringUnixCron() string

func (*ValidStringTagsOptional1) GetTStringUppercase

func (x *ValidStringTagsOptional1) GetTStringUppercase() string

func (*ValidStringTagsOptional1) GetTStringUri

func (x *ValidStringTagsOptional1) GetTStringUri() string

func (*ValidStringTagsOptional1) GetTStringUrl

func (x *ValidStringTagsOptional1) GetTStringUrl() string

func (*ValidStringTagsOptional1) GetTStringUrlEncoded

func (x *ValidStringTagsOptional1) GetTStringUrlEncoded() string

func (*ValidStringTagsOptional1) GetTStringUtf8

func (x *ValidStringTagsOptional1) GetTStringUtf8() string

func (*ValidStringTagsOptional1) GetTStringUuid

func (x *ValidStringTagsOptional1) GetTStringUuid() string

func (*ValidStringTagsOptional1) GetTStringUuid1

func (x *ValidStringTagsOptional1) GetTStringUuid1() string

func (*ValidStringTagsOptional1) GetTStringUuid3

func (x *ValidStringTagsOptional1) GetTStringUuid3() string

func (*ValidStringTagsOptional1) GetTStringUuid4

func (x *ValidStringTagsOptional1) GetTStringUuid4() string

func (*ValidStringTagsOptional1) GetTStringUuid5

func (x *ValidStringTagsOptional1) GetTStringUuid5() string

func (*ValidStringTagsOptional1) ProtoMessage

func (*ValidStringTagsOptional1) ProtoMessage()

func (*ValidStringTagsOptional1) ProtoReflect

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

func (*ValidStringTagsOptional1) Reset

func (x *ValidStringTagsOptional1) Reset()

func (*ValidStringTagsOptional1) String

func (x *ValidStringTagsOptional1) String() string

func (*ValidStringTagsOptional1) Validate

func (this *ValidStringTagsOptional1) Validate() error

Set default value for message govalidatortest.ValidStringTagsOptional1

type ValidUintTagsGeneral1

type ValidUintTagsGeneral1 struct {

	// Type for uint32
	TUint32_1     uint32 `protobuf:"varint,1,opt,name=t_uint32_1,json=tUint321,proto3" json:"t_uint32_1,omitempty"`
	TUint32_2     uint32 `protobuf:"varint,2,opt,name=t_uint32_2,json=tUint322,proto3" json:"t_uint32_2,omitempty"`
	TUint32_3     uint32 `protobuf:"varint,3,opt,name=t_uint32_3,json=tUint323,proto3" json:"t_uint32_3,omitempty"`
	TUint32_4     uint32 `protobuf:"varint,4,opt,name=t_uint32_4,json=tUint324,proto3" json:"t_uint32_4,omitempty"`
	TUint32Eq1    uint32 `protobuf:"varint,10,opt,name=t_uint32_eq1,json=tUint32Eq1,proto3" json:"t_uint32_eq1,omitempty"`
	TUint32Ne1    uint32 `protobuf:"varint,11,opt,name=t_uint32_ne1,json=tUint32Ne1,proto3" json:"t_uint32_ne1,omitempty"`
	TUint32Lt1    uint32 `protobuf:"varint,12,opt,name=t_uint32_lt1,json=tUint32Lt1,proto3" json:"t_uint32_lt1,omitempty"`
	TUint32Gt1    uint32 `protobuf:"varint,13,opt,name=t_uint32_gt1,json=tUint32Gt1,proto3" json:"t_uint32_gt1,omitempty"`
	TUint32Lte1   uint32 `protobuf:"varint,14,opt,name=t_uint32_lte1,json=tUint32Lte1,proto3" json:"t_uint32_lte1,omitempty"`
	TUint32Gte1   uint32 `protobuf:"varint,15,opt,name=t_uint32_gte1,json=tUint32Gte1,proto3" json:"t_uint32_gte1,omitempty"`
	TUint32In1    uint32 `protobuf:"varint,16,opt,name=t_uint32_in1,json=tUint32In1,proto3" json:"t_uint32_in1,omitempty"`
	TUint32NotIn1 uint32 `protobuf:"varint,17,opt,name=t_uint32_not_in1,json=tUint32NotIn1,proto3" json:"t_uint32_not_in1,omitempty"`
	// Type for uint64
	TUint64_1     uint64 `protobuf:"varint,21,opt,name=t_uint64_1,json=tUint641,proto3" json:"t_uint64_1,omitempty"`
	TUint64_2     uint64 `protobuf:"varint,22,opt,name=t_uint64_2,json=tUint642,proto3" json:"t_uint64_2,omitempty"`
	TUint64_3     uint64 `protobuf:"varint,23,opt,name=t_uint64_3,json=tUint643,proto3" json:"t_uint64_3,omitempty"`
	TUint64_4     uint64 `protobuf:"varint,24,opt,name=t_uint64_4,json=tUint644,proto3" json:"t_uint64_4,omitempty"`
	TUint64Eq1    uint64 `protobuf:"varint,30,opt,name=t_uint64_eq1,json=tUint64Eq1,proto3" json:"t_uint64_eq1,omitempty"`
	TUint64Ne1    uint64 `protobuf:"varint,31,opt,name=t_uint64_ne1,json=tUint64Ne1,proto3" json:"t_uint64_ne1,omitempty"`
	TUint64Lt1    uint64 `protobuf:"varint,32,opt,name=t_uint64_lt1,json=tUint64Lt1,proto3" json:"t_uint64_lt1,omitempty"`
	TUint64Gt1    uint64 `protobuf:"varint,33,opt,name=t_uint64_gt1,json=tUint64Gt1,proto3" json:"t_uint64_gt1,omitempty"`
	TUint64Lte1   uint64 `protobuf:"varint,34,opt,name=t_uint64_lte1,json=tUint64Lte1,proto3" json:"t_uint64_lte1,omitempty"`
	TUint64Gte1   uint64 `protobuf:"varint,35,opt,name=t_uint64_gte1,json=tUint64Gte1,proto3" json:"t_uint64_gte1,omitempty"`
	TUint64In1    uint64 `protobuf:"varint,36,opt,name=t_uint64_in1,json=tUint64In1,proto3" json:"t_uint64_in1,omitempty"`
	TUint64NotIn1 uint64 `protobuf:"varint,37,opt,name=t_uint64_not_in1,json=tUint64NotIn1,proto3" json:"t_uint64_not_in1,omitempty"`
	// Type for fixed32
	TFixed32_1     uint32 `protobuf:"fixed32,41,opt,name=t_fixed32_1,json=tFixed321,proto3" json:"t_fixed32_1,omitempty"`
	TFixed32_2     uint32 `protobuf:"fixed32,42,opt,name=t_fixed32_2,json=tFixed322,proto3" json:"t_fixed32_2,omitempty"`
	TFixed32_3     uint32 `protobuf:"fixed32,43,opt,name=t_fixed32_3,json=tFixed323,proto3" json:"t_fixed32_3,omitempty"`
	TFixed32_4     uint32 `protobuf:"fixed32,44,opt,name=t_fixed32_4,json=tFixed324,proto3" json:"t_fixed32_4,omitempty"`
	TFixed32Eq1    uint32 `protobuf:"fixed32,50,opt,name=t_fixed32_eq1,json=tFixed32Eq1,proto3" json:"t_fixed32_eq1,omitempty"`
	TFixed32Ne1    uint32 `protobuf:"fixed32,51,opt,name=t_fixed32_ne1,json=tFixed32Ne1,proto3" json:"t_fixed32_ne1,omitempty"`
	TFixed32Lt1    uint32 `protobuf:"fixed32,52,opt,name=t_fixed32_lt1,json=tFixed32Lt1,proto3" json:"t_fixed32_lt1,omitempty"`
	TFixed32Gt1    uint32 `protobuf:"fixed32,53,opt,name=t_fixed32_gt1,json=tFixed32Gt1,proto3" json:"t_fixed32_gt1,omitempty"`
	TFixed32Lte1   uint32 `protobuf:"fixed32,54,opt,name=t_fixed32_lte1,json=tFixed32Lte1,proto3" json:"t_fixed32_lte1,omitempty"`
	TFixed32Gte1   uint32 `protobuf:"fixed32,55,opt,name=t_fixed32_gte1,json=tFixed32Gte1,proto3" json:"t_fixed32_gte1,omitempty"`
	TFixed32In1    uint32 `protobuf:"fixed32,56,opt,name=t_fixed32_in1,json=tFixed32In1,proto3" json:"t_fixed32_in1,omitempty"`
	TFixed32NotIn1 uint32 `protobuf:"fixed32,57,opt,name=t_fixed32_not_in1,json=tFixed32NotIn1,proto3" json:"t_fixed32_not_in1,omitempty"`
	// Type for fixed64
	TFixed64_1     uint64 `protobuf:"fixed64,61,opt,name=t_fixed64_1,json=tFixed641,proto3" json:"t_fixed64_1,omitempty"`
	TFixed64_2     uint64 `protobuf:"fixed64,62,opt,name=t_fixed64_2,json=tFixed642,proto3" json:"t_fixed64_2,omitempty"`
	TFixed64_3     uint64 `protobuf:"fixed64,63,opt,name=t_fixed64_3,json=tFixed643,proto3" json:"t_fixed64_3,omitempty"`
	TFixed64_4     uint64 `protobuf:"fixed64,64,opt,name=t_fixed64_4,json=tFixed644,proto3" json:"t_fixed64_4,omitempty"`
	TFixed64Eq1    uint64 `protobuf:"fixed64,70,opt,name=t_fixed64_eq1,json=tFixed64Eq1,proto3" json:"t_fixed64_eq1,omitempty"`
	TFixed64Ne1    uint64 `protobuf:"fixed64,71,opt,name=t_fixed64_ne1,json=tFixed64Ne1,proto3" json:"t_fixed64_ne1,omitempty"`
	TFixed64Lt1    uint64 `protobuf:"fixed64,72,opt,name=t_fixed64_lt1,json=tFixed64Lt1,proto3" json:"t_fixed64_lt1,omitempty"`
	TFixed64Gt1    uint64 `protobuf:"fixed64,73,opt,name=t_fixed64_gt1,json=tFixed64Gt1,proto3" json:"t_fixed64_gt1,omitempty"`
	TFixed64Lte1   uint64 `protobuf:"fixed64,74,opt,name=t_fixed64_lte1,json=tFixed64Lte1,proto3" json:"t_fixed64_lte1,omitempty"`
	TFixed64Gte1   uint64 `protobuf:"fixed64,75,opt,name=t_fixed64_gte1,json=tFixed64Gte1,proto3" json:"t_fixed64_gte1,omitempty"`
	TFixed64In1    uint64 `protobuf:"fixed64,76,opt,name=t_fixed64_in1,json=tFixed64In1,proto3" json:"t_fixed64_in1,omitempty"`
	TFixed64NotIn1 uint64 `protobuf:"fixed64,77,opt,name=t_fixed64_not_in1,json=tFixed64NotIn1,proto3" json:"t_fixed64_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidUintTagsGeneral1 for test option tag UintTags with general field.

func (*ValidUintTagsGeneral1) Descriptor deprecated

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

Deprecated: Use ValidUintTagsGeneral1.ProtoReflect.Descriptor instead.

func (*ValidUintTagsGeneral1) GetTFixed32Eq1

func (x *ValidUintTagsGeneral1) GetTFixed32Eq1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32Gt1

func (x *ValidUintTagsGeneral1) GetTFixed32Gt1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32Gte1

func (x *ValidUintTagsGeneral1) GetTFixed32Gte1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32In1

func (x *ValidUintTagsGeneral1) GetTFixed32In1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32Lt1

func (x *ValidUintTagsGeneral1) GetTFixed32Lt1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32Lte1

func (x *ValidUintTagsGeneral1) GetTFixed32Lte1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32Ne1

func (x *ValidUintTagsGeneral1) GetTFixed32Ne1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32NotIn1

func (x *ValidUintTagsGeneral1) GetTFixed32NotIn1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32_1

func (x *ValidUintTagsGeneral1) GetTFixed32_1() uint32

func (*ValidUintTagsGeneral1) GetTFixed32_2

func (x *ValidUintTagsGeneral1) GetTFixed32_2() uint32

func (*ValidUintTagsGeneral1) GetTFixed32_3

func (x *ValidUintTagsGeneral1) GetTFixed32_3() uint32

func (*ValidUintTagsGeneral1) GetTFixed32_4

func (x *ValidUintTagsGeneral1) GetTFixed32_4() uint32

func (*ValidUintTagsGeneral1) GetTFixed64Eq1

func (x *ValidUintTagsGeneral1) GetTFixed64Eq1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64Gt1

func (x *ValidUintTagsGeneral1) GetTFixed64Gt1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64Gte1

func (x *ValidUintTagsGeneral1) GetTFixed64Gte1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64In1

func (x *ValidUintTagsGeneral1) GetTFixed64In1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64Lt1

func (x *ValidUintTagsGeneral1) GetTFixed64Lt1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64Lte1

func (x *ValidUintTagsGeneral1) GetTFixed64Lte1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64Ne1

func (x *ValidUintTagsGeneral1) GetTFixed64Ne1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64NotIn1

func (x *ValidUintTagsGeneral1) GetTFixed64NotIn1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64_1

func (x *ValidUintTagsGeneral1) GetTFixed64_1() uint64

func (*ValidUintTagsGeneral1) GetTFixed64_2

func (x *ValidUintTagsGeneral1) GetTFixed64_2() uint64

func (*ValidUintTagsGeneral1) GetTFixed64_3

func (x *ValidUintTagsGeneral1) GetTFixed64_3() uint64

func (*ValidUintTagsGeneral1) GetTFixed64_4

func (x *ValidUintTagsGeneral1) GetTFixed64_4() uint64

func (*ValidUintTagsGeneral1) GetTUint32Eq1

func (x *ValidUintTagsGeneral1) GetTUint32Eq1() uint32

func (*ValidUintTagsGeneral1) GetTUint32Gt1

func (x *ValidUintTagsGeneral1) GetTUint32Gt1() uint32

func (*ValidUintTagsGeneral1) GetTUint32Gte1

func (x *ValidUintTagsGeneral1) GetTUint32Gte1() uint32

func (*ValidUintTagsGeneral1) GetTUint32In1

func (x *ValidUintTagsGeneral1) GetTUint32In1() uint32

func (*ValidUintTagsGeneral1) GetTUint32Lt1

func (x *ValidUintTagsGeneral1) GetTUint32Lt1() uint32

func (*ValidUintTagsGeneral1) GetTUint32Lte1

func (x *ValidUintTagsGeneral1) GetTUint32Lte1() uint32

func (*ValidUintTagsGeneral1) GetTUint32Ne1

func (x *ValidUintTagsGeneral1) GetTUint32Ne1() uint32

func (*ValidUintTagsGeneral1) GetTUint32NotIn1

func (x *ValidUintTagsGeneral1) GetTUint32NotIn1() uint32

func (*ValidUintTagsGeneral1) GetTUint32_1

func (x *ValidUintTagsGeneral1) GetTUint32_1() uint32

func (*ValidUintTagsGeneral1) GetTUint32_2

func (x *ValidUintTagsGeneral1) GetTUint32_2() uint32

func (*ValidUintTagsGeneral1) GetTUint32_3

func (x *ValidUintTagsGeneral1) GetTUint32_3() uint32

func (*ValidUintTagsGeneral1) GetTUint32_4

func (x *ValidUintTagsGeneral1) GetTUint32_4() uint32

func (*ValidUintTagsGeneral1) GetTUint64Eq1

func (x *ValidUintTagsGeneral1) GetTUint64Eq1() uint64

func (*ValidUintTagsGeneral1) GetTUint64Gt1

func (x *ValidUintTagsGeneral1) GetTUint64Gt1() uint64

func (*ValidUintTagsGeneral1) GetTUint64Gte1

func (x *ValidUintTagsGeneral1) GetTUint64Gte1() uint64

func (*ValidUintTagsGeneral1) GetTUint64In1

func (x *ValidUintTagsGeneral1) GetTUint64In1() uint64

func (*ValidUintTagsGeneral1) GetTUint64Lt1

func (x *ValidUintTagsGeneral1) GetTUint64Lt1() uint64

func (*ValidUintTagsGeneral1) GetTUint64Lte1

func (x *ValidUintTagsGeneral1) GetTUint64Lte1() uint64

func (*ValidUintTagsGeneral1) GetTUint64Ne1

func (x *ValidUintTagsGeneral1) GetTUint64Ne1() uint64

func (*ValidUintTagsGeneral1) GetTUint64NotIn1

func (x *ValidUintTagsGeneral1) GetTUint64NotIn1() uint64

func (*ValidUintTagsGeneral1) GetTUint64_1

func (x *ValidUintTagsGeneral1) GetTUint64_1() uint64

func (*ValidUintTagsGeneral1) GetTUint64_2

func (x *ValidUintTagsGeneral1) GetTUint64_2() uint64

func (*ValidUintTagsGeneral1) GetTUint64_3

func (x *ValidUintTagsGeneral1) GetTUint64_3() uint64

func (*ValidUintTagsGeneral1) GetTUint64_4

func (x *ValidUintTagsGeneral1) GetTUint64_4() uint64

func (*ValidUintTagsGeneral1) ProtoMessage

func (*ValidUintTagsGeneral1) ProtoMessage()

func (*ValidUintTagsGeneral1) ProtoReflect

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

func (*ValidUintTagsGeneral1) Reset

func (x *ValidUintTagsGeneral1) Reset()

func (*ValidUintTagsGeneral1) String

func (x *ValidUintTagsGeneral1) String() string

func (*ValidUintTagsGeneral1) Validate

func (this *ValidUintTagsGeneral1) Validate() error

Set default value for message govalidatortest.ValidUintTagsGeneral1

type ValidUintTagsOneOf1

type ValidUintTagsOneOf1 struct {

	// Types that are assignable to OneTyp1:
	//	*ValidUintTagsOneOf1_TUint32_1
	//	*ValidUintTagsOneOf1_TUint32_2
	//	*ValidUintTagsOneOf1_TUint32_3
	//	*ValidUintTagsOneOf1_TUint32_4
	//	*ValidUintTagsOneOf1_TUint32Eq1
	//	*ValidUintTagsOneOf1_TUint32Ne1
	//	*ValidUintTagsOneOf1_TUint32Lt1
	//	*ValidUintTagsOneOf1_TUint32Gt1
	//	*ValidUintTagsOneOf1_TUint32Lte1
	//	*ValidUintTagsOneOf1_TUint32Gte1
	//	*ValidUintTagsOneOf1_TUint32In1
	//	*ValidUintTagsOneOf1_TUint32NotIn1
	//	*ValidUintTagsOneOf1_TUint64_1
	//	*ValidUintTagsOneOf1_TUint64_2
	//	*ValidUintTagsOneOf1_TUint64_3
	//	*ValidUintTagsOneOf1_TUint64_4
	//	*ValidUintTagsOneOf1_TUint64Eq1
	//	*ValidUintTagsOneOf1_TUint64Ne1
	//	*ValidUintTagsOneOf1_TUint64Lt1
	//	*ValidUintTagsOneOf1_TUint64Gt1
	//	*ValidUintTagsOneOf1_TUint64Lte1
	//	*ValidUintTagsOneOf1_TUint64Gte1
	//	*ValidUintTagsOneOf1_TUint64In1
	//	*ValidUintTagsOneOf1_TUint64NotIn1
	//	*ValidUintTagsOneOf1_TFixed32_1
	//	*ValidUintTagsOneOf1_TFixed32_2
	//	*ValidUintTagsOneOf1_TFixed32_3
	//	*ValidUintTagsOneOf1_TFixed32_4
	//	*ValidUintTagsOneOf1_TFixed32Eq1
	//	*ValidUintTagsOneOf1_TFixed32Ne1
	//	*ValidUintTagsOneOf1_TFixed32Lt1
	//	*ValidUintTagsOneOf1_TFixed32Gt1
	//	*ValidUintTagsOneOf1_TFixed32Lte1
	//	*ValidUintTagsOneOf1_TFixed32Gte1
	//	*ValidUintTagsOneOf1_TFixed32In1
	//	*ValidUintTagsOneOf1_TFixed32NotIn1
	//	*ValidUintTagsOneOf1_TFixed64_1
	//	*ValidUintTagsOneOf1_TFixed64_2
	//	*ValidUintTagsOneOf1_TFixed64_3
	//	*ValidUintTagsOneOf1_TFixed64_4
	//	*ValidUintTagsOneOf1_TFixed64Eq1
	//	*ValidUintTagsOneOf1_TFixed64Ne1
	//	*ValidUintTagsOneOf1_TFixed64Lt1
	//	*ValidUintTagsOneOf1_TFixed64Gt1
	//	*ValidUintTagsOneOf1_TFixed64Lte1
	//	*ValidUintTagsOneOf1_TFixed64Gte1
	//	*ValidUintTagsOneOf1_TFixed64In1
	//	*ValidUintTagsOneOf1_TFixed64NotIn1
	OneTyp1 isValidUintTagsOneOf1_OneTyp1 `protobuf_oneof:"one_typ1"`
	// contains filtered or unexported fields
}

ValidUintTagsOneOf1 for test option tag UintTags with oneof field.

func (*ValidUintTagsOneOf1) Descriptor deprecated

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

Deprecated: Use ValidUintTagsOneOf1.ProtoReflect.Descriptor instead.

func (*ValidUintTagsOneOf1) GetOneTyp1

func (m *ValidUintTagsOneOf1) GetOneTyp1() isValidUintTagsOneOf1_OneTyp1

func (*ValidUintTagsOneOf1) GetTFixed32Eq1

func (x *ValidUintTagsOneOf1) GetTFixed32Eq1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32Gt1

func (x *ValidUintTagsOneOf1) GetTFixed32Gt1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32Gte1

func (x *ValidUintTagsOneOf1) GetTFixed32Gte1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32In1

func (x *ValidUintTagsOneOf1) GetTFixed32In1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32Lt1

func (x *ValidUintTagsOneOf1) GetTFixed32Lt1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32Lte1

func (x *ValidUintTagsOneOf1) GetTFixed32Lte1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32Ne1

func (x *ValidUintTagsOneOf1) GetTFixed32Ne1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32NotIn1

func (x *ValidUintTagsOneOf1) GetTFixed32NotIn1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32_1

func (x *ValidUintTagsOneOf1) GetTFixed32_1() uint32

func (*ValidUintTagsOneOf1) GetTFixed32_2

func (x *ValidUintTagsOneOf1) GetTFixed32_2() uint32

func (*ValidUintTagsOneOf1) GetTFixed32_3

func (x *ValidUintTagsOneOf1) GetTFixed32_3() uint32

func (*ValidUintTagsOneOf1) GetTFixed32_4

func (x *ValidUintTagsOneOf1) GetTFixed32_4() uint32

func (*ValidUintTagsOneOf1) GetTFixed64Eq1

func (x *ValidUintTagsOneOf1) GetTFixed64Eq1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64Gt1

func (x *ValidUintTagsOneOf1) GetTFixed64Gt1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64Gte1

func (x *ValidUintTagsOneOf1) GetTFixed64Gte1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64In1

func (x *ValidUintTagsOneOf1) GetTFixed64In1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64Lt1

func (x *ValidUintTagsOneOf1) GetTFixed64Lt1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64Lte1

func (x *ValidUintTagsOneOf1) GetTFixed64Lte1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64Ne1

func (x *ValidUintTagsOneOf1) GetTFixed64Ne1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64NotIn1

func (x *ValidUintTagsOneOf1) GetTFixed64NotIn1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64_1

func (x *ValidUintTagsOneOf1) GetTFixed64_1() uint64

func (*ValidUintTagsOneOf1) GetTFixed64_2

func (x *ValidUintTagsOneOf1) GetTFixed64_2() uint64

func (*ValidUintTagsOneOf1) GetTFixed64_3

func (x *ValidUintTagsOneOf1) GetTFixed64_3() uint64

func (*ValidUintTagsOneOf1) GetTFixed64_4

func (x *ValidUintTagsOneOf1) GetTFixed64_4() uint64

func (*ValidUintTagsOneOf1) GetTUint32Eq1

func (x *ValidUintTagsOneOf1) GetTUint32Eq1() uint32

func (*ValidUintTagsOneOf1) GetTUint32Gt1

func (x *ValidUintTagsOneOf1) GetTUint32Gt1() uint32

func (*ValidUintTagsOneOf1) GetTUint32Gte1

func (x *ValidUintTagsOneOf1) GetTUint32Gte1() uint32

func (*ValidUintTagsOneOf1) GetTUint32In1

func (x *ValidUintTagsOneOf1) GetTUint32In1() uint32

func (*ValidUintTagsOneOf1) GetTUint32Lt1

func (x *ValidUintTagsOneOf1) GetTUint32Lt1() uint32

func (*ValidUintTagsOneOf1) GetTUint32Lte1

func (x *ValidUintTagsOneOf1) GetTUint32Lte1() uint32

func (*ValidUintTagsOneOf1) GetTUint32Ne1

func (x *ValidUintTagsOneOf1) GetTUint32Ne1() uint32

func (*ValidUintTagsOneOf1) GetTUint32NotIn1

func (x *ValidUintTagsOneOf1) GetTUint32NotIn1() uint32

func (*ValidUintTagsOneOf1) GetTUint32_1

func (x *ValidUintTagsOneOf1) GetTUint32_1() uint32

func (*ValidUintTagsOneOf1) GetTUint32_2

func (x *ValidUintTagsOneOf1) GetTUint32_2() uint32

func (*ValidUintTagsOneOf1) GetTUint32_3

func (x *ValidUintTagsOneOf1) GetTUint32_3() uint32

func (*ValidUintTagsOneOf1) GetTUint32_4

func (x *ValidUintTagsOneOf1) GetTUint32_4() uint32

func (*ValidUintTagsOneOf1) GetTUint64Eq1

func (x *ValidUintTagsOneOf1) GetTUint64Eq1() uint64

func (*ValidUintTagsOneOf1) GetTUint64Gt1

func (x *ValidUintTagsOneOf1) GetTUint64Gt1() uint64

func (*ValidUintTagsOneOf1) GetTUint64Gte1

func (x *ValidUintTagsOneOf1) GetTUint64Gte1() uint64

func (*ValidUintTagsOneOf1) GetTUint64In1

func (x *ValidUintTagsOneOf1) GetTUint64In1() uint64

func (*ValidUintTagsOneOf1) GetTUint64Lt1

func (x *ValidUintTagsOneOf1) GetTUint64Lt1() uint64

func (*ValidUintTagsOneOf1) GetTUint64Lte1

func (x *ValidUintTagsOneOf1) GetTUint64Lte1() uint64

func (*ValidUintTagsOneOf1) GetTUint64Ne1

func (x *ValidUintTagsOneOf1) GetTUint64Ne1() uint64

func (*ValidUintTagsOneOf1) GetTUint64NotIn1

func (x *ValidUintTagsOneOf1) GetTUint64NotIn1() uint64

func (*ValidUintTagsOneOf1) GetTUint64_1

func (x *ValidUintTagsOneOf1) GetTUint64_1() uint64

func (*ValidUintTagsOneOf1) GetTUint64_2

func (x *ValidUintTagsOneOf1) GetTUint64_2() uint64

func (*ValidUintTagsOneOf1) GetTUint64_3

func (x *ValidUintTagsOneOf1) GetTUint64_3() uint64

func (*ValidUintTagsOneOf1) GetTUint64_4

func (x *ValidUintTagsOneOf1) GetTUint64_4() uint64

func (*ValidUintTagsOneOf1) ProtoMessage

func (*ValidUintTagsOneOf1) ProtoMessage()

func (*ValidUintTagsOneOf1) ProtoReflect

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

func (*ValidUintTagsOneOf1) Reset

func (x *ValidUintTagsOneOf1) Reset()

func (*ValidUintTagsOneOf1) String

func (x *ValidUintTagsOneOf1) String() string

func (*ValidUintTagsOneOf1) Validate

func (this *ValidUintTagsOneOf1) Validate() error

Set default value for message govalidatortest.ValidUintTagsOneOf1

type ValidUintTagsOneOf1_TFixed32Eq1

type ValidUintTagsOneOf1_TFixed32Eq1 struct {
	TFixed32Eq1 uint32 `protobuf:"fixed32,50,opt,name=t_fixed32_eq1,json=tFixed32Eq1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32Gt1

type ValidUintTagsOneOf1_TFixed32Gt1 struct {
	TFixed32Gt1 uint32 `protobuf:"fixed32,53,opt,name=t_fixed32_gt1,json=tFixed32Gt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32Gte1

type ValidUintTagsOneOf1_TFixed32Gte1 struct {
	TFixed32Gte1 uint32 `protobuf:"fixed32,55,opt,name=t_fixed32_gte1,json=tFixed32Gte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32In1

type ValidUintTagsOneOf1_TFixed32In1 struct {
	TFixed32In1 uint32 `protobuf:"fixed32,56,opt,name=t_fixed32_in1,json=tFixed32In1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32Lt1

type ValidUintTagsOneOf1_TFixed32Lt1 struct {
	TFixed32Lt1 uint32 `protobuf:"fixed32,52,opt,name=t_fixed32_lt1,json=tFixed32Lt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32Lte1

type ValidUintTagsOneOf1_TFixed32Lte1 struct {
	TFixed32Lte1 uint32 `protobuf:"fixed32,54,opt,name=t_fixed32_lte1,json=tFixed32Lte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32Ne1

type ValidUintTagsOneOf1_TFixed32Ne1 struct {
	TFixed32Ne1 uint32 `protobuf:"fixed32,51,opt,name=t_fixed32_ne1,json=tFixed32Ne1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32NotIn1

type ValidUintTagsOneOf1_TFixed32NotIn1 struct {
	TFixed32NotIn1 uint32 `protobuf:"fixed32,57,opt,name=t_fixed32_not_in1,json=tFixed32NotIn1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32_1

type ValidUintTagsOneOf1_TFixed32_1 struct {
	// Type for fixed32
	TFixed32_1 uint32 `protobuf:"fixed32,41,opt,name=t_fixed32_1,json=tFixed321,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32_2

type ValidUintTagsOneOf1_TFixed32_2 struct {
	TFixed32_2 uint32 `protobuf:"fixed32,42,opt,name=t_fixed32_2,json=tFixed322,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32_3

type ValidUintTagsOneOf1_TFixed32_3 struct {
	TFixed32_3 uint32 `protobuf:"fixed32,43,opt,name=t_fixed32_3,json=tFixed323,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed32_4

type ValidUintTagsOneOf1_TFixed32_4 struct {
	TFixed32_4 uint32 `protobuf:"fixed32,44,opt,name=t_fixed32_4,json=tFixed324,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Eq1

type ValidUintTagsOneOf1_TFixed64Eq1 struct {
	TFixed64Eq1 uint64 `protobuf:"fixed64,70,opt,name=t_fixed64_eq1,json=tFixed64Eq1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Gt1

type ValidUintTagsOneOf1_TFixed64Gt1 struct {
	TFixed64Gt1 uint64 `protobuf:"fixed64,73,opt,name=t_fixed64_gt1,json=tFixed64Gt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Gte1

type ValidUintTagsOneOf1_TFixed64Gte1 struct {
	TFixed64Gte1 uint64 `protobuf:"fixed64,75,opt,name=t_fixed64_gte1,json=tFixed64Gte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64In1

type ValidUintTagsOneOf1_TFixed64In1 struct {
	TFixed64In1 uint64 `protobuf:"fixed64,76,opt,name=t_fixed64_in1,json=tFixed64In1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Lt1

type ValidUintTagsOneOf1_TFixed64Lt1 struct {
	TFixed64Lt1 uint64 `protobuf:"fixed64,72,opt,name=t_fixed64_lt1,json=tFixed64Lt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Lte1

type ValidUintTagsOneOf1_TFixed64Lte1 struct {
	TFixed64Lte1 uint64 `protobuf:"fixed64,74,opt,name=t_fixed64_lte1,json=tFixed64Lte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64Ne1

type ValidUintTagsOneOf1_TFixed64Ne1 struct {
	TFixed64Ne1 uint64 `protobuf:"fixed64,71,opt,name=t_fixed64_ne1,json=tFixed64Ne1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64NotIn1

type ValidUintTagsOneOf1_TFixed64NotIn1 struct {
	TFixed64NotIn1 uint64 `protobuf:"fixed64,77,opt,name=t_fixed64_not_in1,json=tFixed64NotIn1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64_1

type ValidUintTagsOneOf1_TFixed64_1 struct {
	// Type for fixed64
	TFixed64_1 uint64 `protobuf:"fixed64,61,opt,name=t_fixed64_1,json=tFixed641,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64_2

type ValidUintTagsOneOf1_TFixed64_2 struct {
	TFixed64_2 uint64 `protobuf:"fixed64,62,opt,name=t_fixed64_2,json=tFixed642,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64_3

type ValidUintTagsOneOf1_TFixed64_3 struct {
	TFixed64_3 uint64 `protobuf:"fixed64,63,opt,name=t_fixed64_3,json=tFixed643,proto3,oneof"`
}

type ValidUintTagsOneOf1_TFixed64_4

type ValidUintTagsOneOf1_TFixed64_4 struct {
	TFixed64_4 uint64 `protobuf:"fixed64,64,opt,name=t_fixed64_4,json=tFixed644,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Eq1

type ValidUintTagsOneOf1_TUint32Eq1 struct {
	TUint32Eq1 uint32 `protobuf:"varint,10,opt,name=t_uint32_eq1,json=tUint32Eq1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Gt1

type ValidUintTagsOneOf1_TUint32Gt1 struct {
	TUint32Gt1 uint32 `protobuf:"varint,13,opt,name=t_uint32_gt1,json=tUint32Gt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Gte1

type ValidUintTagsOneOf1_TUint32Gte1 struct {
	TUint32Gte1 uint32 `protobuf:"varint,15,opt,name=t_uint32_gte1,json=tUint32Gte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32In1

type ValidUintTagsOneOf1_TUint32In1 struct {
	TUint32In1 uint32 `protobuf:"varint,16,opt,name=t_uint32_in1,json=tUint32In1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Lt1

type ValidUintTagsOneOf1_TUint32Lt1 struct {
	TUint32Lt1 uint32 `protobuf:"varint,12,opt,name=t_uint32_lt1,json=tUint32Lt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Lte1

type ValidUintTagsOneOf1_TUint32Lte1 struct {
	TUint32Lte1 uint32 `protobuf:"varint,14,opt,name=t_uint32_lte1,json=tUint32Lte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32Ne1

type ValidUintTagsOneOf1_TUint32Ne1 struct {
	TUint32Ne1 uint32 `protobuf:"varint,11,opt,name=t_uint32_ne1,json=tUint32Ne1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32NotIn1

type ValidUintTagsOneOf1_TUint32NotIn1 struct {
	TUint32NotIn1 uint32 `protobuf:"varint,17,opt,name=t_uint32_not_in1,json=tUint32NotIn1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32_1

type ValidUintTagsOneOf1_TUint32_1 struct {
	// Type for uint32
	TUint32_1 uint32 `protobuf:"varint,1,opt,name=t_uint32_1,json=tUint321,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32_2

type ValidUintTagsOneOf1_TUint32_2 struct {
	TUint32_2 uint32 `protobuf:"varint,2,opt,name=t_uint32_2,json=tUint322,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32_3

type ValidUintTagsOneOf1_TUint32_3 struct {
	TUint32_3 uint32 `protobuf:"varint,3,opt,name=t_uint32_3,json=tUint323,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint32_4

type ValidUintTagsOneOf1_TUint32_4 struct {
	TUint32_4 uint32 `protobuf:"varint,4,opt,name=t_uint32_4,json=tUint324,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Eq1

type ValidUintTagsOneOf1_TUint64Eq1 struct {
	TUint64Eq1 uint64 `protobuf:"varint,30,opt,name=t_uint64_eq1,json=tUint64Eq1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Gt1

type ValidUintTagsOneOf1_TUint64Gt1 struct {
	TUint64Gt1 uint64 `protobuf:"varint,33,opt,name=t_uint64_gt1,json=tUint64Gt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Gte1

type ValidUintTagsOneOf1_TUint64Gte1 struct {
	TUint64Gte1 uint64 `protobuf:"varint,35,opt,name=t_uint64_gte1,json=tUint64Gte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64In1

type ValidUintTagsOneOf1_TUint64In1 struct {
	TUint64In1 uint64 `protobuf:"varint,36,opt,name=t_uint64_in1,json=tUint64In1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Lt1

type ValidUintTagsOneOf1_TUint64Lt1 struct {
	TUint64Lt1 uint64 `protobuf:"varint,32,opt,name=t_uint64_lt1,json=tUint64Lt1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Lte1

type ValidUintTagsOneOf1_TUint64Lte1 struct {
	TUint64Lte1 uint64 `protobuf:"varint,34,opt,name=t_uint64_lte1,json=tUint64Lte1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64Ne1

type ValidUintTagsOneOf1_TUint64Ne1 struct {
	TUint64Ne1 uint64 `protobuf:"varint,31,opt,name=t_uint64_ne1,json=tUint64Ne1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64NotIn1

type ValidUintTagsOneOf1_TUint64NotIn1 struct {
	TUint64NotIn1 uint64 `protobuf:"varint,37,opt,name=t_uint64_not_in1,json=tUint64NotIn1,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64_1

type ValidUintTagsOneOf1_TUint64_1 struct {
	// Type for uint64
	TUint64_1 uint64 `protobuf:"varint,21,opt,name=t_uint64_1,json=tUint641,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64_2

type ValidUintTagsOneOf1_TUint64_2 struct {
	TUint64_2 uint64 `protobuf:"varint,22,opt,name=t_uint64_2,json=tUint642,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64_3

type ValidUintTagsOneOf1_TUint64_3 struct {
	TUint64_3 uint64 `protobuf:"varint,23,opt,name=t_uint64_3,json=tUint643,proto3,oneof"`
}

type ValidUintTagsOneOf1_TUint64_4

type ValidUintTagsOneOf1_TUint64_4 struct {
	TUint64_4 uint64 `protobuf:"varint,24,opt,name=t_uint64_4,json=tUint644,proto3,oneof"`
}

type ValidUintTagsOptional1

type ValidUintTagsOptional1 struct {

	// Type for uint32
	TUint32_1     *uint32 `protobuf:"varint,1,opt,name=t_uint32_1,json=tUint321,proto3,oneof" json:"t_uint32_1,omitempty"`
	TUint32_2     *uint32 `protobuf:"varint,2,opt,name=t_uint32_2,json=tUint322,proto3,oneof" json:"t_uint32_2,omitempty"`
	TUint32_3     *uint32 `protobuf:"varint,3,opt,name=t_uint32_3,json=tUint323,proto3,oneof" json:"t_uint32_3,omitempty"`
	TUint32_4     *uint32 `protobuf:"varint,4,opt,name=t_uint32_4,json=tUint324,proto3,oneof" json:"t_uint32_4,omitempty"`
	TUint32Eq1    *uint32 `protobuf:"varint,10,opt,name=t_uint32_eq1,json=tUint32Eq1,proto3,oneof" json:"t_uint32_eq1,omitempty"`
	TUint32Ne1    *uint32 `protobuf:"varint,11,opt,name=t_uint32_ne1,json=tUint32Ne1,proto3,oneof" json:"t_uint32_ne1,omitempty"`
	TUint32Lt1    *uint32 `protobuf:"varint,12,opt,name=t_uint32_lt1,json=tUint32Lt1,proto3,oneof" json:"t_uint32_lt1,omitempty"`
	TUint32Gt1    *uint32 `protobuf:"varint,13,opt,name=t_uint32_gt1,json=tUint32Gt1,proto3,oneof" json:"t_uint32_gt1,omitempty"`
	TUint32Lte1   *uint32 `protobuf:"varint,14,opt,name=t_uint32_lte1,json=tUint32Lte1,proto3,oneof" json:"t_uint32_lte1,omitempty"`
	TUint32Gte1   *uint32 `protobuf:"varint,15,opt,name=t_uint32_gte1,json=tUint32Gte1,proto3,oneof" json:"t_uint32_gte1,omitempty"`
	TUint32In1    *uint32 `protobuf:"varint,16,opt,name=t_uint32_in1,json=tUint32In1,proto3,oneof" json:"t_uint32_in1,omitempty"`
	TUint32NotIn1 *uint32 `protobuf:"varint,17,opt,name=t_uint32_not_in1,json=tUint32NotIn1,proto3,oneof" json:"t_uint32_not_in1,omitempty"`
	// Type for uint64
	TUint64_1     *uint64 `protobuf:"varint,21,opt,name=t_uint64_1,json=tUint641,proto3,oneof" json:"t_uint64_1,omitempty"`
	TUint64_2     *uint64 `protobuf:"varint,22,opt,name=t_uint64_2,json=tUint642,proto3,oneof" json:"t_uint64_2,omitempty"`
	TUint64_3     *uint64 `protobuf:"varint,23,opt,name=t_uint64_3,json=tUint643,proto3,oneof" json:"t_uint64_3,omitempty"`
	TUint64_4     *uint64 `protobuf:"varint,24,opt,name=t_uint64_4,json=tUint644,proto3,oneof" json:"t_uint64_4,omitempty"`
	TUint64Eq1    *uint64 `protobuf:"varint,30,opt,name=t_uint64_eq1,json=tUint64Eq1,proto3,oneof" json:"t_uint64_eq1,omitempty"`
	TUint64Ne1    *uint64 `protobuf:"varint,31,opt,name=t_uint64_ne1,json=tUint64Ne1,proto3,oneof" json:"t_uint64_ne1,omitempty"`
	TUint64Lt1    *uint64 `protobuf:"varint,32,opt,name=t_uint64_lt1,json=tUint64Lt1,proto3,oneof" json:"t_uint64_lt1,omitempty"`
	TUint64Gt1    *uint64 `protobuf:"varint,33,opt,name=t_uint64_gt1,json=tUint64Gt1,proto3,oneof" json:"t_uint64_gt1,omitempty"`
	TUint64Lte1   *uint64 `protobuf:"varint,34,opt,name=t_uint64_lte1,json=tUint64Lte1,proto3,oneof" json:"t_uint64_lte1,omitempty"`
	TUint64Gte1   *uint64 `protobuf:"varint,35,opt,name=t_uint64_gte1,json=tUint64Gte1,proto3,oneof" json:"t_uint64_gte1,omitempty"`
	TUint64In1    *uint64 `protobuf:"varint,36,opt,name=t_uint64_in1,json=tUint64In1,proto3,oneof" json:"t_uint64_in1,omitempty"`
	TUint64NotIn1 *uint64 `protobuf:"varint,37,opt,name=t_uint64_not_in1,json=tUint64NotIn1,proto3,oneof" json:"t_uint64_not_in1,omitempty"`
	// Type for fixed32
	TFixed32_1     *uint32 `protobuf:"fixed32,41,opt,name=t_fixed32_1,json=tFixed321,proto3,oneof" json:"t_fixed32_1,omitempty"`
	TFixed32_2     *uint32 `protobuf:"fixed32,42,opt,name=t_fixed32_2,json=tFixed322,proto3,oneof" json:"t_fixed32_2,omitempty"`
	TFixed32_3     *uint32 `protobuf:"fixed32,43,opt,name=t_fixed32_3,json=tFixed323,proto3,oneof" json:"t_fixed32_3,omitempty"`
	TFixed32_4     *uint32 `protobuf:"fixed32,44,opt,name=t_fixed32_4,json=tFixed324,proto3,oneof" json:"t_fixed32_4,omitempty"`
	TFixed32Eq1    *uint32 `protobuf:"fixed32,50,opt,name=t_fixed32_eq1,json=tFixed32Eq1,proto3,oneof" json:"t_fixed32_eq1,omitempty"`
	TFixed32Ne1    *uint32 `protobuf:"fixed32,51,opt,name=t_fixed32_ne1,json=tFixed32Ne1,proto3,oneof" json:"t_fixed32_ne1,omitempty"`
	TFixed32Lt1    *uint32 `protobuf:"fixed32,52,opt,name=t_fixed32_lt1,json=tFixed32Lt1,proto3,oneof" json:"t_fixed32_lt1,omitempty"`
	TFixed32Gt1    *uint32 `protobuf:"fixed32,53,opt,name=t_fixed32_gt1,json=tFixed32Gt1,proto3,oneof" json:"t_fixed32_gt1,omitempty"`
	TFixed32Lte1   *uint32 `protobuf:"fixed32,54,opt,name=t_fixed32_lte1,json=tFixed32Lte1,proto3,oneof" json:"t_fixed32_lte1,omitempty"`
	TFixed32Gte1   *uint32 `protobuf:"fixed32,55,opt,name=t_fixed32_gte1,json=tFixed32Gte1,proto3,oneof" json:"t_fixed32_gte1,omitempty"`
	TFixed32In1    *uint32 `protobuf:"fixed32,56,opt,name=t_fixed32_in1,json=tFixed32In1,proto3,oneof" json:"t_fixed32_in1,omitempty"`
	TFixed32NotIn1 *uint32 `protobuf:"fixed32,57,opt,name=t_fixed32_not_in1,json=tFixed32NotIn1,proto3,oneof" json:"t_fixed32_not_in1,omitempty"`
	// Type for fixed64
	TFixed64_1     *uint64 `protobuf:"fixed64,61,opt,name=t_fixed64_1,json=tFixed641,proto3,oneof" json:"t_fixed64_1,omitempty"`
	TFixed64_2     *uint64 `protobuf:"fixed64,62,opt,name=t_fixed64_2,json=tFixed642,proto3,oneof" json:"t_fixed64_2,omitempty"`
	TFixed64_3     *uint64 `protobuf:"fixed64,63,opt,name=t_fixed64_3,json=tFixed643,proto3,oneof" json:"t_fixed64_3,omitempty"`
	TFixed64_4     *uint64 `protobuf:"fixed64,64,opt,name=t_fixed64_4,json=tFixed644,proto3,oneof" json:"t_fixed64_4,omitempty"`
	TFixed64Eq1    *uint64 `protobuf:"fixed64,70,opt,name=t_fixed64_eq1,json=tFixed64Eq1,proto3,oneof" json:"t_fixed64_eq1,omitempty"`
	TFixed64Ne1    *uint64 `protobuf:"fixed64,71,opt,name=t_fixed64_ne1,json=tFixed64Ne1,proto3,oneof" json:"t_fixed64_ne1,omitempty"`
	TFixed64Lt1    *uint64 `protobuf:"fixed64,72,opt,name=t_fixed64_lt1,json=tFixed64Lt1,proto3,oneof" json:"t_fixed64_lt1,omitempty"`
	TFixed64Gt1    *uint64 `protobuf:"fixed64,73,opt,name=t_fixed64_gt1,json=tFixed64Gt1,proto3,oneof" json:"t_fixed64_gt1,omitempty"`
	TFixed64Lte1   *uint64 `protobuf:"fixed64,74,opt,name=t_fixed64_lte1,json=tFixed64Lte1,proto3,oneof" json:"t_fixed64_lte1,omitempty"`
	TFixed64Gte1   *uint64 `protobuf:"fixed64,75,opt,name=t_fixed64_gte1,json=tFixed64Gte1,proto3,oneof" json:"t_fixed64_gte1,omitempty"`
	TFixed64In1    *uint64 `protobuf:"fixed64,76,opt,name=t_fixed64_in1,json=tFixed64In1,proto3,oneof" json:"t_fixed64_in1,omitempty"`
	TFixed64NotIn1 *uint64 `protobuf:"fixed64,77,opt,name=t_fixed64_not_in1,json=tFixed64NotIn1,proto3,oneof" json:"t_fixed64_not_in1,omitempty"`
	// contains filtered or unexported fields
}

ValidUintTagsOptional1 for test option tag UintTags with optional field.

func (*ValidUintTagsOptional1) Descriptor deprecated

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

Deprecated: Use ValidUintTagsOptional1.ProtoReflect.Descriptor instead.

func (*ValidUintTagsOptional1) GetTFixed32Eq1

func (x *ValidUintTagsOptional1) GetTFixed32Eq1() uint32

func (*ValidUintTagsOptional1) GetTFixed32Gt1

func (x *ValidUintTagsOptional1) GetTFixed32Gt1() uint32

func (*ValidUintTagsOptional1) GetTFixed32Gte1

func (x *ValidUintTagsOptional1) GetTFixed32Gte1() uint32

func (*ValidUintTagsOptional1) GetTFixed32In1

func (x *ValidUintTagsOptional1) GetTFixed32In1() uint32

func (*ValidUintTagsOptional1) GetTFixed32Lt1

func (x *ValidUintTagsOptional1) GetTFixed32Lt1() uint32

func (*ValidUintTagsOptional1) GetTFixed32Lte1

func (x *ValidUintTagsOptional1) GetTFixed32Lte1() uint32

func (*ValidUintTagsOptional1) GetTFixed32Ne1

func (x *ValidUintTagsOptional1) GetTFixed32Ne1() uint32

func (*ValidUintTagsOptional1) GetTFixed32NotIn1

func (x *ValidUintTagsOptional1) GetTFixed32NotIn1() uint32

func (*ValidUintTagsOptional1) GetTFixed32_1

func (x *ValidUintTagsOptional1) GetTFixed32_1() uint32

func (*ValidUintTagsOptional1) GetTFixed32_2

func (x *ValidUintTagsOptional1) GetTFixed32_2() uint32

func (*ValidUintTagsOptional1) GetTFixed32_3

func (x *ValidUintTagsOptional1) GetTFixed32_3() uint32

func (*ValidUintTagsOptional1) GetTFixed32_4

func (x *ValidUintTagsOptional1) GetTFixed32_4() uint32

func (*ValidUintTagsOptional1) GetTFixed64Eq1

func (x *ValidUintTagsOptional1) GetTFixed64Eq1() uint64

func (*ValidUintTagsOptional1) GetTFixed64Gt1

func (x *ValidUintTagsOptional1) GetTFixed64Gt1() uint64

func (*ValidUintTagsOptional1) GetTFixed64Gte1

func (x *ValidUintTagsOptional1) GetTFixed64Gte1() uint64

func (*ValidUintTagsOptional1) GetTFixed64In1

func (x *ValidUintTagsOptional1) GetTFixed64In1() uint64

func (*ValidUintTagsOptional1) GetTFixed64Lt1

func (x *ValidUintTagsOptional1) GetTFixed64Lt1() uint64

func (*ValidUintTagsOptional1) GetTFixed64Lte1

func (x *ValidUintTagsOptional1) GetTFixed64Lte1() uint64

func (*ValidUintTagsOptional1) GetTFixed64Ne1

func (x *ValidUintTagsOptional1) GetTFixed64Ne1() uint64

func (*ValidUintTagsOptional1) GetTFixed64NotIn1

func (x *ValidUintTagsOptional1) GetTFixed64NotIn1() uint64

func (*ValidUintTagsOptional1) GetTFixed64_1

func (x *ValidUintTagsOptional1) GetTFixed64_1() uint64

func (*ValidUintTagsOptional1) GetTFixed64_2

func (x *ValidUintTagsOptional1) GetTFixed64_2() uint64

func (*ValidUintTagsOptional1) GetTFixed64_3

func (x *ValidUintTagsOptional1) GetTFixed64_3() uint64

func (*ValidUintTagsOptional1) GetTFixed64_4

func (x *ValidUintTagsOptional1) GetTFixed64_4() uint64

func (*ValidUintTagsOptional1) GetTUint32Eq1

func (x *ValidUintTagsOptional1) GetTUint32Eq1() uint32

func (*ValidUintTagsOptional1) GetTUint32Gt1

func (x *ValidUintTagsOptional1) GetTUint32Gt1() uint32

func (*ValidUintTagsOptional1) GetTUint32Gte1

func (x *ValidUintTagsOptional1) GetTUint32Gte1() uint32

func (*ValidUintTagsOptional1) GetTUint32In1

func (x *ValidUintTagsOptional1) GetTUint32In1() uint32

func (*ValidUintTagsOptional1) GetTUint32Lt1

func (x *ValidUintTagsOptional1) GetTUint32Lt1() uint32

func (*ValidUintTagsOptional1) GetTUint32Lte1

func (x *ValidUintTagsOptional1) GetTUint32Lte1() uint32

func (*ValidUintTagsOptional1) GetTUint32Ne1

func (x *ValidUintTagsOptional1) GetTUint32Ne1() uint32

func (*ValidUintTagsOptional1) GetTUint32NotIn1

func (x *ValidUintTagsOptional1) GetTUint32NotIn1() uint32

func (*ValidUintTagsOptional1) GetTUint32_1

func (x *ValidUintTagsOptional1) GetTUint32_1() uint32

func (*ValidUintTagsOptional1) GetTUint32_2

func (x *ValidUintTagsOptional1) GetTUint32_2() uint32

func (*ValidUintTagsOptional1) GetTUint32_3

func (x *ValidUintTagsOptional1) GetTUint32_3() uint32

func (*ValidUintTagsOptional1) GetTUint32_4

func (x *ValidUintTagsOptional1) GetTUint32_4() uint32

func (*ValidUintTagsOptional1) GetTUint64Eq1

func (x *ValidUintTagsOptional1) GetTUint64Eq1() uint64

func (*ValidUintTagsOptional1) GetTUint64Gt1

func (x *ValidUintTagsOptional1) GetTUint64Gt1() uint64

func (*ValidUintTagsOptional1) GetTUint64Gte1

func (x *ValidUintTagsOptional1) GetTUint64Gte1() uint64

func (*ValidUintTagsOptional1) GetTUint64In1

func (x *ValidUintTagsOptional1) GetTUint64In1() uint64

func (*ValidUintTagsOptional1) GetTUint64Lt1

func (x *ValidUintTagsOptional1) GetTUint64Lt1() uint64

func (*ValidUintTagsOptional1) GetTUint64Lte1

func (x *ValidUintTagsOptional1) GetTUint64Lte1() uint64

func (*ValidUintTagsOptional1) GetTUint64Ne1

func (x *ValidUintTagsOptional1) GetTUint64Ne1() uint64

func (*ValidUintTagsOptional1) GetTUint64NotIn1

func (x *ValidUintTagsOptional1) GetTUint64NotIn1() uint64

func (*ValidUintTagsOptional1) GetTUint64_1

func (x *ValidUintTagsOptional1) GetTUint64_1() uint64

func (*ValidUintTagsOptional1) GetTUint64_2

func (x *ValidUintTagsOptional1) GetTUint64_2() uint64

func (*ValidUintTagsOptional1) GetTUint64_3

func (x *ValidUintTagsOptional1) GetTUint64_3() uint64

func (*ValidUintTagsOptional1) GetTUint64_4

func (x *ValidUintTagsOptional1) GetTUint64_4() uint64

func (*ValidUintTagsOptional1) ProtoMessage

func (*ValidUintTagsOptional1) ProtoMessage()

func (*ValidUintTagsOptional1) ProtoReflect

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

func (*ValidUintTagsOptional1) Reset

func (x *ValidUintTagsOptional1) Reset()

func (*ValidUintTagsOptional1) String

func (x *ValidUintTagsOptional1) String() string

func (*ValidUintTagsOptional1) Validate

func (this *ValidUintTagsOptional1) Validate() error

Set default value for message govalidatortest.ValidUintTagsOptional1

Jump to

Keyboard shortcuts

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