testv1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_buf_protoschema_test_v1_constraints_proto protoreflect.FileDescriptor
View Source
var File_buf_protoschema_test_v1_test_cases_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConstraintTest added in v0.2.0

type ConstraintTest struct {

	// Types that are valid to be assigned to TestCase:
	//
	//	*ConstraintTest_RequiredImplicit_
	//	*ConstraintTest_RequiredOptional_
	//	*ConstraintTest_ConstBool
	//	*ConstraintTest_ConstString
	//	*ConstraintTest_LenString
	//	*ConstraintTest_MinLenString
	//	*ConstraintTest_MaxLenString
	//	*ConstraintTest_MinMaxLenString
	//	*ConstraintTest_InString
	//	*ConstraintTest_PatternString
	//	*ConstraintTest_PrefixString
	//	*ConstraintTest_SuffixString
	//	*ConstraintTest_ContainsString
	//	*ConstraintTest_PrefixSuffixString
	//	*ConstraintTest_PrefixContainsSuffixString
	//	*ConstraintTest_HostnameString
	//	*ConstraintTest_EmailString
	//	*ConstraintTest_IpString
	//	*ConstraintTest_Ipv4String
	//	*ConstraintTest_Ipv6String
	//	*ConstraintTest_UriString
	//	*ConstraintTest_UriRefString
	//	*ConstraintTest_AddressString
	//	*ConstraintTest_UuidString
	//	*ConstraintTest_TuuidString
	//	*ConstraintTest_IpWithPrefixlenString
	//	*ConstraintTest_Ipv4WithPrefixlenString
	//	*ConstraintTest_Ipv6WithPrefixlenString
	//	*ConstraintTest_IpPrefixString
	//	*ConstraintTest_Ipv4PrefixString
	//	*ConstraintTest_Ipv6PrefixString
	//	*ConstraintTest_HostAndPortString
	//	*ConstraintTest_HttpHeaderNameStrictString
	//	*ConstraintTest_LenBytes
	//	*ConstraintTest_MinLenBytes
	//	*ConstraintTest_MaxLenBytes
	//	*ConstraintTest_MinMaxLenBytes
	//	*ConstraintTest_ConstInt32
	//	*ConstraintTest_LtInt32
	//	*ConstraintTest_LteInt32
	//	*ConstraintTest_GtInt32
	//	*ConstraintTest_GteInt32
	//	*ConstraintTest_InInt32
	//	*ConstraintTest_LtGtInt32
	//	*ConstraintTest_ConstInt64
	//	*ConstraintTest_LtInt64
	//	*ConstraintTest_LteInt64
	//	*ConstraintTest_GtInt64
	//	*ConstraintTest_GteInt64
	//	*ConstraintTest_InInt64
	//	*ConstraintTest_LtGtInt64
	//	*ConstraintTest_ConstUint32
	//	*ConstraintTest_LtUint32
	//	*ConstraintTest_LteUint32
	//	*ConstraintTest_GtUint32
	//	*ConstraintTest_GteUint32
	//	*ConstraintTest_InUint32
	//	*ConstraintTest_LtGtUint32
	//	*ConstraintTest_ConstUint64
	//	*ConstraintTest_LtUint64
	//	*ConstraintTest_LteUint64
	//	*ConstraintTest_GtUint64
	//	*ConstraintTest_GteUint64
	//	*ConstraintTest_InUint64
	//	*ConstraintTest_LtGtUint64
	//	*ConstraintTest_ConstSint32
	//	*ConstraintTest_LtSint32
	//	*ConstraintTest_LteSint32
	//	*ConstraintTest_GtSint32
	//	*ConstraintTest_GteSint32
	//	*ConstraintTest_InSint32
	//	*ConstraintTest_ConstSint64
	//	*ConstraintTest_LtSint64
	//	*ConstraintTest_LteSint64
	//	*ConstraintTest_GtSint64
	//	*ConstraintTest_GteSint64
	//	*ConstraintTest_InSint64
	//	*ConstraintTest_ConstSfixed32
	//	*ConstraintTest_LtSfixed32
	//	*ConstraintTest_LteSfixed32
	//	*ConstraintTest_GtSfixed32
	//	*ConstraintTest_GteSfixed32
	//	*ConstraintTest_InSfixed32
	//	*ConstraintTest_ConstSfixed64
	//	*ConstraintTest_LtSfixed64
	//	*ConstraintTest_LteSfixed64
	//	*ConstraintTest_GtSfixed64
	//	*ConstraintTest_GteSfixed64
	//	*ConstraintTest_InSfixed64
	TestCase     isConstraintTest_TestCase `protobuf_oneof:"test_case"`
	ConstFixed32 uint32                    `protobuf:"fixed32,86,opt,name=const_fixed32,json=constFixed32,proto3" json:"const_fixed32,omitempty"`
	LtFixed32    uint32                    `protobuf:"fixed32,87,opt,name=lt_fixed32,json=ltFixed32,proto3" json:"lt_fixed32,omitempty"`
	LteFixed32   uint32                    `protobuf:"fixed32,88,opt,name=lte_fixed32,json=lteFixed32,proto3" json:"lte_fixed32,omitempty"`
	GtFixed32    uint32                    `protobuf:"fixed32,89,opt,name=gt_fixed32,json=gtFixed32,proto3" json:"gt_fixed32,omitempty"`
	GteFixed32   uint32                    `protobuf:"fixed32,90,opt,name=gte_fixed32,json=gteFixed32,proto3" json:"gte_fixed32,omitempty"`
	InFixed32    uint32                    `protobuf:"fixed32,91,opt,name=in_fixed32,json=inFixed32,proto3" json:"in_fixed32,omitempty"`
	ConstFixed64 uint64                    `protobuf:"fixed64,92,opt,name=const_fixed64,json=constFixed64,proto3" json:"const_fixed64,omitempty"`
	LtFixed64    uint64                    `protobuf:"fixed64,93,opt,name=lt_fixed64,json=ltFixed64,proto3" json:"lt_fixed64,omitempty"`
	LteFixed64   uint64                    `protobuf:"fixed64,94,opt,name=lte_fixed64,json=lteFixed64,proto3" json:"lte_fixed64,omitempty"`
	GtFixed64    uint64                    `protobuf:"fixed64,95,opt,name=gt_fixed64,json=gtFixed64,proto3" json:"gt_fixed64,omitempty"`
	GteFixed64   uint64                    `protobuf:"fixed64,96,opt,name=gte_fixed64,json=gteFixed64,proto3" json:"gte_fixed64,omitempty"`
	InFixed64    uint64                    `protobuf:"fixed64,97,opt,name=in_fixed64,json=inFixed64,proto3" json:"in_fixed64,omitempty"`
	ConstDouble  float64                   `protobuf:"fixed64,98,opt,name=const_double,json=constDouble,proto3" json:"const_double,omitempty"`
	LtDouble     float64                   `protobuf:"fixed64,99,opt,name=lt_double,json=ltDouble,proto3" json:"lt_double,omitempty"`
	LteDouble    float64                   `protobuf:"fixed64,100,opt,name=lte_double,json=lteDouble,proto3" json:"lte_double,omitempty"`
	GtDouble     float64                   `protobuf:"fixed64,101,opt,name=gt_double,json=gtDouble,proto3" json:"gt_double,omitempty"`
	GteDouble    float64                   `protobuf:"fixed64,102,opt,name=gte_double,json=gteDouble,proto3" json:"gte_double,omitempty"`
	InDouble     float64                   `protobuf:"fixed64,103,opt,name=in_double,json=inDouble,proto3" json:"in_double,omitempty"`
	FiniteDouble float64                   `protobuf:"fixed64,104,opt,name=finite_double,json=finiteDouble,proto3" json:"finite_double,omitempty"`
	LtGtDouble   float64                   `protobuf:"fixed64,105,opt,name=lt_gt_double,json=ltGtDouble,proto3" json:"lt_gt_double,omitempty"`
	ConstFloat   float32                   `protobuf:"fixed32,106,opt,name=const_float,json=constFloat,proto3" json:"const_float,omitempty"`
	LtFloat      float32                   `protobuf:"fixed32,107,opt,name=lt_float,json=ltFloat,proto3" json:"lt_float,omitempty"`
	LteFloat     float32                   `protobuf:"fixed32,108,opt,name=lte_float,json=lteFloat,proto3" json:"lte_float,omitempty"`
	GtFloat      float32                   `protobuf:"fixed32,109,opt,name=gt_float,json=gtFloat,proto3" json:"gt_float,omitempty"`
	GteFloat     float32                   `protobuf:"fixed32,110,opt,name=gte_float,json=gteFloat,proto3" json:"gte_float,omitempty"`
	InFloat      float32                   `protobuf:"fixed32,111,opt,name=in_float,json=inFloat,proto3" json:"in_float,omitempty"`
	FiniteFloat  float32                   `protobuf:"fixed32,112,opt,name=finite_float,json=finiteFloat,proto3" json:"finite_float,omitempty"`
	LtGtFloat    float32                   `protobuf:"fixed32,113,opt,name=lt_gt_float,json=ltGtFloat,proto3" json:"lt_gt_float,omitempty"`
	InMap        map[string]string         `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConstraintTest) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ConstraintTest.ProtoReflect.Descriptor instead.

func (*ConstraintTest) GetAddressString added in v0.2.0

func (x *ConstraintTest) GetAddressString() string

func (*ConstraintTest) GetConstBool added in v0.2.0

func (x *ConstraintTest) GetConstBool() bool

func (*ConstraintTest) GetConstDouble added in v0.2.0

func (x *ConstraintTest) GetConstDouble() float64

func (*ConstraintTest) GetConstFixed32 added in v0.2.0

func (x *ConstraintTest) GetConstFixed32() uint32

func (*ConstraintTest) GetConstFixed64 added in v0.2.0

func (x *ConstraintTest) GetConstFixed64() uint64

func (*ConstraintTest) GetConstFloat added in v0.2.0

func (x *ConstraintTest) GetConstFloat() float32

func (*ConstraintTest) GetConstInt32 added in v0.2.0

func (x *ConstraintTest) GetConstInt32() int32

func (*ConstraintTest) GetConstInt64 added in v0.2.0

func (x *ConstraintTest) GetConstInt64() int64

func (*ConstraintTest) GetConstSfixed32 added in v0.2.0

func (x *ConstraintTest) GetConstSfixed32() int32

func (*ConstraintTest) GetConstSfixed64 added in v0.2.0

func (x *ConstraintTest) GetConstSfixed64() int64

func (*ConstraintTest) GetConstSint32 added in v0.2.0

func (x *ConstraintTest) GetConstSint32() int32

func (*ConstraintTest) GetConstSint64 added in v0.2.0

func (x *ConstraintTest) GetConstSint64() int64

func (*ConstraintTest) GetConstString added in v0.2.0

func (x *ConstraintTest) GetConstString() string

func (*ConstraintTest) GetConstUint32 added in v0.2.0

func (x *ConstraintTest) GetConstUint32() uint32

func (*ConstraintTest) GetConstUint64 added in v0.2.0

func (x *ConstraintTest) GetConstUint64() uint64

func (*ConstraintTest) GetContainsString added in v0.2.0

func (x *ConstraintTest) GetContainsString() string

func (*ConstraintTest) GetEmailString added in v0.2.0

func (x *ConstraintTest) GetEmailString() string

func (*ConstraintTest) GetFiniteDouble added in v0.2.0

func (x *ConstraintTest) GetFiniteDouble() float64

func (*ConstraintTest) GetFiniteFloat added in v0.2.0

func (x *ConstraintTest) GetFiniteFloat() float32

func (*ConstraintTest) GetGtDouble added in v0.2.0

func (x *ConstraintTest) GetGtDouble() float64

func (*ConstraintTest) GetGtFixed32 added in v0.2.0

func (x *ConstraintTest) GetGtFixed32() uint32

func (*ConstraintTest) GetGtFixed64 added in v0.2.0

func (x *ConstraintTest) GetGtFixed64() uint64

func (*ConstraintTest) GetGtFloat added in v0.2.0

func (x *ConstraintTest) GetGtFloat() float32

func (*ConstraintTest) GetGtInt32 added in v0.2.0

func (x *ConstraintTest) GetGtInt32() int32

func (*ConstraintTest) GetGtInt64 added in v0.2.0

func (x *ConstraintTest) GetGtInt64() int64

func (*ConstraintTest) GetGtSfixed32 added in v0.2.0

func (x *ConstraintTest) GetGtSfixed32() int32

func (*ConstraintTest) GetGtSfixed64 added in v0.2.0

func (x *ConstraintTest) GetGtSfixed64() int64

func (*ConstraintTest) GetGtSint32 added in v0.2.0

func (x *ConstraintTest) GetGtSint32() int32

func (*ConstraintTest) GetGtSint64 added in v0.2.0

func (x *ConstraintTest) GetGtSint64() int64

func (*ConstraintTest) GetGtUint32 added in v0.2.0

func (x *ConstraintTest) GetGtUint32() uint32

func (*ConstraintTest) GetGtUint64 added in v0.2.0

func (x *ConstraintTest) GetGtUint64() uint64

func (*ConstraintTest) GetGteDouble added in v0.2.0

func (x *ConstraintTest) GetGteDouble() float64

func (*ConstraintTest) GetGteFixed32 added in v0.2.0

func (x *ConstraintTest) GetGteFixed32() uint32

func (*ConstraintTest) GetGteFixed64 added in v0.2.0

func (x *ConstraintTest) GetGteFixed64() uint64

func (*ConstraintTest) GetGteFloat added in v0.2.0

func (x *ConstraintTest) GetGteFloat() float32

func (*ConstraintTest) GetGteInt32 added in v0.2.0

func (x *ConstraintTest) GetGteInt32() int32

func (*ConstraintTest) GetGteInt64 added in v0.2.0

func (x *ConstraintTest) GetGteInt64() int64

func (*ConstraintTest) GetGteSfixed32 added in v0.2.0

func (x *ConstraintTest) GetGteSfixed32() int32

func (*ConstraintTest) GetGteSfixed64 added in v0.2.0

func (x *ConstraintTest) GetGteSfixed64() int64

func (*ConstraintTest) GetGteSint32 added in v0.2.0

func (x *ConstraintTest) GetGteSint32() int32

func (*ConstraintTest) GetGteSint64 added in v0.2.0

func (x *ConstraintTest) GetGteSint64() int64

func (*ConstraintTest) GetGteUint32 added in v0.2.0

func (x *ConstraintTest) GetGteUint32() uint32

func (*ConstraintTest) GetGteUint64 added in v0.2.0

func (x *ConstraintTest) GetGteUint64() uint64

func (*ConstraintTest) GetHostAndPortString added in v0.2.0

func (x *ConstraintTest) GetHostAndPortString() string

func (*ConstraintTest) GetHostnameString added in v0.2.0

func (x *ConstraintTest) GetHostnameString() string

func (*ConstraintTest) GetHttpHeaderNameStrictString added in v0.2.0

func (x *ConstraintTest) GetHttpHeaderNameStrictString() string

func (*ConstraintTest) GetInDouble added in v0.2.0

func (x *ConstraintTest) GetInDouble() float64

func (*ConstraintTest) GetInFixed32 added in v0.2.0

func (x *ConstraintTest) GetInFixed32() uint32

func (*ConstraintTest) GetInFixed64 added in v0.2.0

func (x *ConstraintTest) GetInFixed64() uint64

func (*ConstraintTest) GetInFloat added in v0.2.0

func (x *ConstraintTest) GetInFloat() float32

func (*ConstraintTest) GetInInt32 added in v0.2.0

func (x *ConstraintTest) GetInInt32() int32

func (*ConstraintTest) GetInInt64 added in v0.2.0

func (x *ConstraintTest) GetInInt64() int64

func (*ConstraintTest) GetInMap added in v0.2.0

func (x *ConstraintTest) GetInMap() map[string]string

func (*ConstraintTest) GetInSfixed32 added in v0.2.0

func (x *ConstraintTest) GetInSfixed32() int32

func (*ConstraintTest) GetInSfixed64 added in v0.2.0

func (x *ConstraintTest) GetInSfixed64() int64

func (*ConstraintTest) GetInSint32 added in v0.2.0

func (x *ConstraintTest) GetInSint32() int32

func (*ConstraintTest) GetInSint64 added in v0.2.0

func (x *ConstraintTest) GetInSint64() int64

func (*ConstraintTest) GetInString added in v0.2.0

func (x *ConstraintTest) GetInString() string

func (*ConstraintTest) GetInUint32 added in v0.2.0

func (x *ConstraintTest) GetInUint32() uint32

func (*ConstraintTest) GetInUint64 added in v0.2.0

func (x *ConstraintTest) GetInUint64() uint64

func (*ConstraintTest) GetIpPrefixString added in v0.2.0

func (x *ConstraintTest) GetIpPrefixString() string

func (*ConstraintTest) GetIpString added in v0.2.0

func (x *ConstraintTest) GetIpString() string

func (*ConstraintTest) GetIpWithPrefixlenString added in v0.2.0

func (x *ConstraintTest) GetIpWithPrefixlenString() string

func (*ConstraintTest) GetIpv4PrefixString added in v0.2.0

func (x *ConstraintTest) GetIpv4PrefixString() string

func (*ConstraintTest) GetIpv4String added in v0.2.0

func (x *ConstraintTest) GetIpv4String() string

func (*ConstraintTest) GetIpv4WithPrefixlenString added in v0.2.0

func (x *ConstraintTest) GetIpv4WithPrefixlenString() string

func (*ConstraintTest) GetIpv6PrefixString added in v0.2.0

func (x *ConstraintTest) GetIpv6PrefixString() string

func (*ConstraintTest) GetIpv6String added in v0.2.0

func (x *ConstraintTest) GetIpv6String() string

func (*ConstraintTest) GetIpv6WithPrefixlenString added in v0.2.0

func (x *ConstraintTest) GetIpv6WithPrefixlenString() string

func (*ConstraintTest) GetLenBytes added in v0.2.0

func (x *ConstraintTest) GetLenBytes() []byte

func (*ConstraintTest) GetLenString added in v0.2.0

func (x *ConstraintTest) GetLenString() string

func (*ConstraintTest) GetLtDouble added in v0.2.0

func (x *ConstraintTest) GetLtDouble() float64

func (*ConstraintTest) GetLtFixed32 added in v0.2.0

func (x *ConstraintTest) GetLtFixed32() uint32

func (*ConstraintTest) GetLtFixed64 added in v0.2.0

func (x *ConstraintTest) GetLtFixed64() uint64

func (*ConstraintTest) GetLtFloat added in v0.2.0

func (x *ConstraintTest) GetLtFloat() float32

func (*ConstraintTest) GetLtGtDouble added in v0.2.0

func (x *ConstraintTest) GetLtGtDouble() float64

func (*ConstraintTest) GetLtGtFloat added in v0.2.0

func (x *ConstraintTest) GetLtGtFloat() float32

func (*ConstraintTest) GetLtGtInt32 added in v0.2.0

func (x *ConstraintTest) GetLtGtInt32() int32

func (*ConstraintTest) GetLtGtInt64 added in v0.2.0

func (x *ConstraintTest) GetLtGtInt64() int64

func (*ConstraintTest) GetLtGtUint32 added in v0.2.0

func (x *ConstraintTest) GetLtGtUint32() uint32

func (*ConstraintTest) GetLtGtUint64 added in v0.2.0

func (x *ConstraintTest) GetLtGtUint64() uint64

func (*ConstraintTest) GetLtInt32 added in v0.2.0

func (x *ConstraintTest) GetLtInt32() int32

func (*ConstraintTest) GetLtInt64 added in v0.2.0

func (x *ConstraintTest) GetLtInt64() int64

func (*ConstraintTest) GetLtSfixed32 added in v0.2.0

func (x *ConstraintTest) GetLtSfixed32() int32

func (*ConstraintTest) GetLtSfixed64 added in v0.2.0

func (x *ConstraintTest) GetLtSfixed64() int64

func (*ConstraintTest) GetLtSint32 added in v0.2.0

func (x *ConstraintTest) GetLtSint32() int32

func (*ConstraintTest) GetLtSint64 added in v0.2.0

func (x *ConstraintTest) GetLtSint64() int64

func (*ConstraintTest) GetLtUint32 added in v0.2.0

func (x *ConstraintTest) GetLtUint32() uint32

func (*ConstraintTest) GetLtUint64 added in v0.2.0

func (x *ConstraintTest) GetLtUint64() uint64

func (*ConstraintTest) GetLteDouble added in v0.2.0

func (x *ConstraintTest) GetLteDouble() float64

func (*ConstraintTest) GetLteFixed32 added in v0.2.0

func (x *ConstraintTest) GetLteFixed32() uint32

func (*ConstraintTest) GetLteFixed64 added in v0.2.0

func (x *ConstraintTest) GetLteFixed64() uint64

func (*ConstraintTest) GetLteFloat added in v0.2.0

func (x *ConstraintTest) GetLteFloat() float32

func (*ConstraintTest) GetLteInt32 added in v0.2.0

func (x *ConstraintTest) GetLteInt32() int32

func (*ConstraintTest) GetLteInt64 added in v0.2.0

func (x *ConstraintTest) GetLteInt64() int64

func (*ConstraintTest) GetLteSfixed32 added in v0.2.0

func (x *ConstraintTest) GetLteSfixed32() int32

func (*ConstraintTest) GetLteSfixed64 added in v0.2.0

func (x *ConstraintTest) GetLteSfixed64() int64

func (*ConstraintTest) GetLteSint32 added in v0.2.0

func (x *ConstraintTest) GetLteSint32() int32

func (*ConstraintTest) GetLteSint64 added in v0.2.0

func (x *ConstraintTest) GetLteSint64() int64

func (*ConstraintTest) GetLteUint32 added in v0.2.0

func (x *ConstraintTest) GetLteUint32() uint32

func (*ConstraintTest) GetLteUint64 added in v0.2.0

func (x *ConstraintTest) GetLteUint64() uint64

func (*ConstraintTest) GetMaxLenBytes added in v0.2.0

func (x *ConstraintTest) GetMaxLenBytes() []byte

func (*ConstraintTest) GetMaxLenString added in v0.2.0

func (x *ConstraintTest) GetMaxLenString() string

func (*ConstraintTest) GetMinLenBytes added in v0.2.0

func (x *ConstraintTest) GetMinLenBytes() []byte

func (*ConstraintTest) GetMinLenString added in v0.2.0

func (x *ConstraintTest) GetMinLenString() string

func (*ConstraintTest) GetMinMaxLenBytes added in v0.2.0

func (x *ConstraintTest) GetMinMaxLenBytes() []byte

func (*ConstraintTest) GetMinMaxLenString added in v0.2.0

func (x *ConstraintTest) GetMinMaxLenString() string

func (*ConstraintTest) GetPatternString added in v0.2.0

func (x *ConstraintTest) GetPatternString() string

func (*ConstraintTest) GetPrefixContainsSuffixString added in v0.2.0

func (x *ConstraintTest) GetPrefixContainsSuffixString() string

func (*ConstraintTest) GetPrefixString added in v0.2.0

func (x *ConstraintTest) GetPrefixString() string

func (*ConstraintTest) GetPrefixSuffixString added in v0.2.0

func (x *ConstraintTest) GetPrefixSuffixString() string

func (*ConstraintTest) GetRequiredImplicit added in v0.2.0

func (x *ConstraintTest) GetRequiredImplicit() *ConstraintTest_RequiredImplicit

func (*ConstraintTest) GetRequiredOptional added in v0.2.0

func (x *ConstraintTest) GetRequiredOptional() *ConstraintTest_RequiredOptional

func (*ConstraintTest) GetSuffixString added in v0.2.0

func (x *ConstraintTest) GetSuffixString() string

func (*ConstraintTest) GetTestCase added in v0.2.0

func (x *ConstraintTest) GetTestCase() isConstraintTest_TestCase

func (*ConstraintTest) GetTuuidString added in v0.2.0

func (x *ConstraintTest) GetTuuidString() string

func (*ConstraintTest) GetUriRefString added in v0.2.0

func (x *ConstraintTest) GetUriRefString() string

func (*ConstraintTest) GetUriString added in v0.2.0

func (x *ConstraintTest) GetUriString() string

func (*ConstraintTest) GetUuidString added in v0.2.0

func (x *ConstraintTest) GetUuidString() string

func (*ConstraintTest) ProtoMessage added in v0.2.0

func (*ConstraintTest) ProtoMessage()

func (*ConstraintTest) ProtoReflect added in v0.2.0

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

func (*ConstraintTest) Reset added in v0.2.0

func (x *ConstraintTest) Reset()

func (*ConstraintTest) String added in v0.2.0

func (x *ConstraintTest) String() string

type ConstraintTest_AddressString added in v0.2.0

type ConstraintTest_AddressString struct {
	AddressString string `protobuf:"bytes,23,opt,name=address_string,json=addressString,proto3,oneof"`
}

type ConstraintTest_ConstBool added in v0.2.0

type ConstraintTest_ConstBool struct {
	ConstBool bool `protobuf:"varint,3,opt,name=const_bool,json=constBool,proto3,oneof"`
}

type ConstraintTest_ConstInt32 added in v0.2.0

type ConstraintTest_ConstInt32 struct {
	ConstInt32 int32 `protobuf:"varint,38,opt,name=const_int32,json=constInt32,proto3,oneof"`
}

type ConstraintTest_ConstInt64 added in v0.2.0

type ConstraintTest_ConstInt64 struct {
	ConstInt64 int64 `protobuf:"varint,44,opt,name=const_int64,json=constInt64,proto3,oneof"`
}

type ConstraintTest_ConstSfixed32 added in v0.2.0

type ConstraintTest_ConstSfixed32 struct {
	ConstSfixed32 int32 `protobuf:"fixed32,74,opt,name=const_sfixed32,json=constSfixed32,proto3,oneof"`
}

type ConstraintTest_ConstSfixed64 added in v0.2.0

type ConstraintTest_ConstSfixed64 struct {
	ConstSfixed64 int64 `protobuf:"fixed64,80,opt,name=const_sfixed64,json=constSfixed64,proto3,oneof"`
}

type ConstraintTest_ConstSint32 added in v0.2.0

type ConstraintTest_ConstSint32 struct {
	ConstSint32 int32 `protobuf:"zigzag32,62,opt,name=const_sint32,json=constSint32,proto3,oneof"`
}

type ConstraintTest_ConstSint64 added in v0.2.0

type ConstraintTest_ConstSint64 struct {
	ConstSint64 int64 `protobuf:"zigzag64,68,opt,name=const_sint64,json=constSint64,proto3,oneof"`
}

type ConstraintTest_ConstString added in v0.2.0

type ConstraintTest_ConstString struct {
	ConstString string `protobuf:"bytes,4,opt,name=const_string,json=constString,proto3,oneof"`
}

type ConstraintTest_ConstUint32 added in v0.2.0

type ConstraintTest_ConstUint32 struct {
	ConstUint32 uint32 `protobuf:"varint,50,opt,name=const_uint32,json=constUint32,proto3,oneof"`
}

type ConstraintTest_ConstUint64 added in v0.2.0

type ConstraintTest_ConstUint64 struct {
	ConstUint64 uint64 `protobuf:"varint,56,opt,name=const_uint64,json=constUint64,proto3,oneof"`
}

type ConstraintTest_ContainsString added in v0.2.0

type ConstraintTest_ContainsString struct {
	ContainsString string `protobuf:"bytes,13,opt,name=contains_string,json=containsString,proto3,oneof"`
}

type ConstraintTest_EmailString added in v0.2.0

type ConstraintTest_EmailString struct {
	EmailString string `protobuf:"bytes,17,opt,name=email_string,json=emailString,proto3,oneof"`
}

type ConstraintTest_GtInt32 added in v0.2.0

type ConstraintTest_GtInt32 struct {
	GtInt32 int32 `protobuf:"varint,41,opt,name=gt_int32,json=gtInt32,proto3,oneof"`
}

type ConstraintTest_GtInt64 added in v0.2.0

type ConstraintTest_GtInt64 struct {
	GtInt64 int64 `protobuf:"varint,47,opt,name=gt_int64,json=gtInt64,proto3,oneof"`
}

type ConstraintTest_GtSfixed32 added in v0.2.0

type ConstraintTest_GtSfixed32 struct {
	GtSfixed32 int32 `protobuf:"fixed32,77,opt,name=gt_sfixed32,json=gtSfixed32,proto3,oneof"`
}

type ConstraintTest_GtSfixed64 added in v0.2.0

type ConstraintTest_GtSfixed64 struct {
	GtSfixed64 int64 `protobuf:"fixed64,83,opt,name=gt_sfixed64,json=gtSfixed64,proto3,oneof"`
}

type ConstraintTest_GtSint32 added in v0.2.0

type ConstraintTest_GtSint32 struct {
	GtSint32 int32 `protobuf:"zigzag32,65,opt,name=gt_sint32,json=gtSint32,proto3,oneof"`
}

type ConstraintTest_GtSint64 added in v0.2.0

type ConstraintTest_GtSint64 struct {
	GtSint64 int64 `protobuf:"zigzag64,71,opt,name=gt_sint64,json=gtSint64,proto3,oneof"`
}

type ConstraintTest_GtUint32 added in v0.2.0

type ConstraintTest_GtUint32 struct {
	GtUint32 uint32 `protobuf:"varint,53,opt,name=gt_uint32,json=gtUint32,proto3,oneof"`
}

type ConstraintTest_GtUint64 added in v0.2.0

type ConstraintTest_GtUint64 struct {
	GtUint64 uint64 `protobuf:"varint,59,opt,name=gt_uint64,json=gtUint64,proto3,oneof"`
}

type ConstraintTest_GteInt32 added in v0.2.0

type ConstraintTest_GteInt32 struct {
	GteInt32 int32 `protobuf:"varint,42,opt,name=gte_int32,json=gteInt32,proto3,oneof"`
}

type ConstraintTest_GteInt64 added in v0.2.0

type ConstraintTest_GteInt64 struct {
	GteInt64 int64 `protobuf:"varint,48,opt,name=gte_int64,json=gteInt64,proto3,oneof"`
}

type ConstraintTest_GteSfixed32 added in v0.2.0

type ConstraintTest_GteSfixed32 struct {
	GteSfixed32 int32 `protobuf:"fixed32,78,opt,name=gte_sfixed32,json=gteSfixed32,proto3,oneof"`
}

type ConstraintTest_GteSfixed64 added in v0.2.0

type ConstraintTest_GteSfixed64 struct {
	GteSfixed64 int64 `protobuf:"fixed64,84,opt,name=gte_sfixed64,json=gteSfixed64,proto3,oneof"`
}

type ConstraintTest_GteSint32 added in v0.2.0

type ConstraintTest_GteSint32 struct {
	GteSint32 int32 `protobuf:"zigzag32,66,opt,name=gte_sint32,json=gteSint32,proto3,oneof"`
}

type ConstraintTest_GteSint64 added in v0.2.0

type ConstraintTest_GteSint64 struct {
	GteSint64 int64 `protobuf:"zigzag64,72,opt,name=gte_sint64,json=gteSint64,proto3,oneof"`
}

type ConstraintTest_GteUint32 added in v0.2.0

type ConstraintTest_GteUint32 struct {
	GteUint32 uint32 `protobuf:"varint,54,opt,name=gte_uint32,json=gteUint32,proto3,oneof"`
}

type ConstraintTest_GteUint64 added in v0.2.0

type ConstraintTest_GteUint64 struct {
	GteUint64 uint64 `protobuf:"varint,60,opt,name=gte_uint64,json=gteUint64,proto3,oneof"`
}

type ConstraintTest_HostAndPortString added in v0.2.0

type ConstraintTest_HostAndPortString struct {
	HostAndPortString string `protobuf:"bytes,32,opt,name=host_and_port_string,json=hostAndPortString,proto3,oneof"`
}

type ConstraintTest_HostnameString added in v0.2.0

type ConstraintTest_HostnameString struct {
	HostnameString string `protobuf:"bytes,16,opt,name=hostname_string,json=hostnameString,proto3,oneof"`
}

type ConstraintTest_HttpHeaderNameStrictString added in v0.2.0

type ConstraintTest_HttpHeaderNameStrictString struct {
	HttpHeaderNameStrictString string `protobuf:"bytes,33,opt,name=http_header_name_strict_string,json=httpHeaderNameStrictString,proto3,oneof"`
}

type ConstraintTest_InInt32 added in v0.2.0

type ConstraintTest_InInt32 struct {
	InInt32 int32 `protobuf:"varint,43,opt,name=in_int32,json=inInt32,proto3,oneof"`
}

type ConstraintTest_InInt64 added in v0.2.0

type ConstraintTest_InInt64 struct {
	InInt64 int64 `protobuf:"varint,49,opt,name=in_int64,json=inInt64,proto3,oneof"`
}

type ConstraintTest_InSfixed32 added in v0.2.0

type ConstraintTest_InSfixed32 struct {
	InSfixed32 int32 `protobuf:"fixed32,79,opt,name=in_sfixed32,json=inSfixed32,proto3,oneof"`
}

type ConstraintTest_InSfixed64 added in v0.2.0

type ConstraintTest_InSfixed64 struct {
	InSfixed64 int64 `protobuf:"fixed64,85,opt,name=in_sfixed64,json=inSfixed64,proto3,oneof"`
}

type ConstraintTest_InSint32 added in v0.2.0

type ConstraintTest_InSint32 struct {
	InSint32 int32 `protobuf:"zigzag32,67,opt,name=in_sint32,json=inSint32,proto3,oneof"`
}

type ConstraintTest_InSint64 added in v0.2.0

type ConstraintTest_InSint64 struct {
	InSint64 int64 `protobuf:"zigzag64,73,opt,name=in_sint64,json=inSint64,proto3,oneof"`
}

type ConstraintTest_InString added in v0.2.0

type ConstraintTest_InString struct {
	InString string `protobuf:"bytes,9,opt,name=in_string,json=inString,proto3,oneof"`
}

type ConstraintTest_InUint32 added in v0.2.0

type ConstraintTest_InUint32 struct {
	InUint32 uint32 `protobuf:"varint,55,opt,name=in_uint32,json=inUint32,proto3,oneof"`
}

type ConstraintTest_InUint64 added in v0.2.0

type ConstraintTest_InUint64 struct {
	InUint64 uint64 `protobuf:"varint,61,opt,name=in_uint64,json=inUint64,proto3,oneof"`
}

type ConstraintTest_IpPrefixString added in v0.2.0

type ConstraintTest_IpPrefixString struct {
	IpPrefixString string `protobuf:"bytes,29,opt,name=ip_prefix_string,json=ipPrefixString,proto3,oneof"`
}

type ConstraintTest_IpString added in v0.2.0

type ConstraintTest_IpString struct {
	IpString string `protobuf:"bytes,18,opt,name=ip_string,json=ipString,proto3,oneof"`
}

type ConstraintTest_IpWithPrefixlenString added in v0.2.0

type ConstraintTest_IpWithPrefixlenString struct {
	IpWithPrefixlenString string `protobuf:"bytes,26,opt,name=ip_with_prefixlen_string,json=ipWithPrefixlenString,proto3,oneof"`
}

type ConstraintTest_Ipv4PrefixString added in v0.2.0

type ConstraintTest_Ipv4PrefixString struct {
	Ipv4PrefixString string `protobuf:"bytes,30,opt,name=ipv4_prefix_string,json=ipv4PrefixString,proto3,oneof"`
}

type ConstraintTest_Ipv4String added in v0.2.0

type ConstraintTest_Ipv4String struct {
	Ipv4String string `protobuf:"bytes,19,opt,name=ipv4_string,json=ipv4String,proto3,oneof"`
}

type ConstraintTest_Ipv4WithPrefixlenString added in v0.2.0

type ConstraintTest_Ipv4WithPrefixlenString struct {
	Ipv4WithPrefixlenString string `protobuf:"bytes,27,opt,name=ipv4_with_prefixlen_string,json=ipv4WithPrefixlenString,proto3,oneof"`
}

type ConstraintTest_Ipv6PrefixString added in v0.2.0

type ConstraintTest_Ipv6PrefixString struct {
	Ipv6PrefixString string `protobuf:"bytes,31,opt,name=ipv6_prefix_string,json=ipv6PrefixString,proto3,oneof"`
}

type ConstraintTest_Ipv6String added in v0.2.0

type ConstraintTest_Ipv6String struct {
	Ipv6String string `protobuf:"bytes,20,opt,name=ipv6_string,json=ipv6String,proto3,oneof"`
}

type ConstraintTest_Ipv6WithPrefixlenString added in v0.2.0

type ConstraintTest_Ipv6WithPrefixlenString struct {
	Ipv6WithPrefixlenString string `protobuf:"bytes,28,opt,name=ipv6_with_prefixlen_string,json=ipv6WithPrefixlenString,proto3,oneof"`
}

type ConstraintTest_LenBytes added in v0.2.0

type ConstraintTest_LenBytes struct {
	LenBytes []byte `protobuf:"bytes,34,opt,name=len_bytes,json=lenBytes,proto3,oneof"`
}

type ConstraintTest_LenString added in v0.2.0

type ConstraintTest_LenString struct {
	LenString string `protobuf:"bytes,5,opt,name=len_string,json=lenString,proto3,oneof"`
}

type ConstraintTest_LtGtInt32 added in v0.2.0

type ConstraintTest_LtGtInt32 struct {
	LtGtInt32 int32 `protobuf:"varint,114,opt,name=lt_gt_int32,json=ltGtInt32,proto3,oneof"`
}

type ConstraintTest_LtGtInt64 added in v0.2.0

type ConstraintTest_LtGtInt64 struct {
	LtGtInt64 int64 `protobuf:"varint,115,opt,name=lt_gt_int64,json=ltGtInt64,proto3,oneof"`
}

type ConstraintTest_LtGtUint32 added in v0.2.0

type ConstraintTest_LtGtUint32 struct {
	LtGtUint32 uint32 `protobuf:"varint,116,opt,name=lt_gt_uint32,json=ltGtUint32,proto3,oneof"`
}

type ConstraintTest_LtGtUint64 added in v0.2.0

type ConstraintTest_LtGtUint64 struct {
	LtGtUint64 uint64 `protobuf:"varint,117,opt,name=lt_gt_uint64,json=ltGtUint64,proto3,oneof"`
}

type ConstraintTest_LtInt32 added in v0.2.0

type ConstraintTest_LtInt32 struct {
	LtInt32 int32 `protobuf:"varint,39,opt,name=lt_int32,json=ltInt32,proto3,oneof"`
}

type ConstraintTest_LtInt64 added in v0.2.0

type ConstraintTest_LtInt64 struct {
	LtInt64 int64 `protobuf:"varint,45,opt,name=lt_int64,json=ltInt64,proto3,oneof"`
}

type ConstraintTest_LtSfixed32 added in v0.2.0

type ConstraintTest_LtSfixed32 struct {
	LtSfixed32 int32 `protobuf:"fixed32,75,opt,name=lt_sfixed32,json=ltSfixed32,proto3,oneof"`
}

type ConstraintTest_LtSfixed64 added in v0.2.0

type ConstraintTest_LtSfixed64 struct {
	LtSfixed64 int64 `protobuf:"fixed64,81,opt,name=lt_sfixed64,json=ltSfixed64,proto3,oneof"`
}

type ConstraintTest_LtSint32 added in v0.2.0

type ConstraintTest_LtSint32 struct {
	LtSint32 int32 `protobuf:"zigzag32,63,opt,name=lt_sint32,json=ltSint32,proto3,oneof"`
}

type ConstraintTest_LtSint64 added in v0.2.0

type ConstraintTest_LtSint64 struct {
	LtSint64 int64 `protobuf:"zigzag64,69,opt,name=lt_sint64,json=ltSint64,proto3,oneof"`
}

type ConstraintTest_LtUint32 added in v0.2.0

type ConstraintTest_LtUint32 struct {
	LtUint32 uint32 `protobuf:"varint,51,opt,name=lt_uint32,json=ltUint32,proto3,oneof"`
}

type ConstraintTest_LtUint64 added in v0.2.0

type ConstraintTest_LtUint64 struct {
	LtUint64 uint64 `protobuf:"varint,57,opt,name=lt_uint64,json=ltUint64,proto3,oneof"`
}

type ConstraintTest_LteInt32 added in v0.2.0

type ConstraintTest_LteInt32 struct {
	LteInt32 int32 `protobuf:"varint,40,opt,name=lte_int32,json=lteInt32,proto3,oneof"`
}

type ConstraintTest_LteInt64 added in v0.2.0

type ConstraintTest_LteInt64 struct {
	LteInt64 int64 `protobuf:"varint,46,opt,name=lte_int64,json=lteInt64,proto3,oneof"`
}

type ConstraintTest_LteSfixed32 added in v0.2.0

type ConstraintTest_LteSfixed32 struct {
	LteSfixed32 int32 `protobuf:"fixed32,76,opt,name=lte_sfixed32,json=lteSfixed32,proto3,oneof"`
}

type ConstraintTest_LteSfixed64 added in v0.2.0

type ConstraintTest_LteSfixed64 struct {
	LteSfixed64 int64 `protobuf:"fixed64,82,opt,name=lte_sfixed64,json=lteSfixed64,proto3,oneof"`
}

type ConstraintTest_LteSint32 added in v0.2.0

type ConstraintTest_LteSint32 struct {
	LteSint32 int32 `protobuf:"zigzag32,64,opt,name=lte_sint32,json=lteSint32,proto3,oneof"`
}

type ConstraintTest_LteSint64 added in v0.2.0

type ConstraintTest_LteSint64 struct {
	LteSint64 int64 `protobuf:"zigzag64,70,opt,name=lte_sint64,json=lteSint64,proto3,oneof"`
}

type ConstraintTest_LteUint32 added in v0.2.0

type ConstraintTest_LteUint32 struct {
	LteUint32 uint32 `protobuf:"varint,52,opt,name=lte_uint32,json=lteUint32,proto3,oneof"`
}

type ConstraintTest_LteUint64 added in v0.2.0

type ConstraintTest_LteUint64 struct {
	LteUint64 uint64 `protobuf:"varint,58,opt,name=lte_uint64,json=lteUint64,proto3,oneof"`
}

type ConstraintTest_MaxLenBytes added in v0.2.0

type ConstraintTest_MaxLenBytes struct {
	MaxLenBytes []byte `protobuf:"bytes,36,opt,name=max_len_bytes,json=maxLenBytes,proto3,oneof"`
}

type ConstraintTest_MaxLenString added in v0.2.0

type ConstraintTest_MaxLenString struct {
	MaxLenString string `protobuf:"bytes,7,opt,name=max_len_string,json=maxLenString,proto3,oneof"`
}

type ConstraintTest_MinLenBytes added in v0.2.0

type ConstraintTest_MinLenBytes struct {
	MinLenBytes []byte `protobuf:"bytes,35,opt,name=min_len_bytes,json=minLenBytes,proto3,oneof"`
}

type ConstraintTest_MinLenString added in v0.2.0

type ConstraintTest_MinLenString struct {
	MinLenString string `protobuf:"bytes,6,opt,name=min_len_string,json=minLenString,proto3,oneof"`
}

type ConstraintTest_MinMaxLenBytes added in v0.2.0

type ConstraintTest_MinMaxLenBytes struct {
	MinMaxLenBytes []byte `protobuf:"bytes,37,opt,name=min_max_len_bytes,json=minMaxLenBytes,proto3,oneof"`
}

type ConstraintTest_MinMaxLenString added in v0.2.0

type ConstraintTest_MinMaxLenString struct {
	MinMaxLenString string `protobuf:"bytes,8,opt,name=min_max_len_string,json=minMaxLenString,proto3,oneof"`
}

type ConstraintTest_PatternString added in v0.2.0

type ConstraintTest_PatternString struct {
	PatternString string `protobuf:"bytes,10,opt,name=pattern_string,json=patternString,proto3,oneof"`
}

type ConstraintTest_PrefixContainsSuffixString added in v0.2.0

type ConstraintTest_PrefixContainsSuffixString struct {
	PrefixContainsSuffixString string `protobuf:"bytes,15,opt,name=prefix_contains_suffix_string,json=prefixContainsSuffixString,proto3,oneof"`
}

type ConstraintTest_PrefixString added in v0.2.0

type ConstraintTest_PrefixString struct {
	PrefixString string `protobuf:"bytes,11,opt,name=prefix_string,json=prefixString,proto3,oneof"`
}

type ConstraintTest_PrefixSuffixString added in v0.2.0

type ConstraintTest_PrefixSuffixString struct {
	PrefixSuffixString string `protobuf:"bytes,14,opt,name=prefix_suffix_string,json=prefixSuffixString,proto3,oneof"`
}

type ConstraintTest_RequiredImplicit added in v0.2.0

type ConstraintTest_RequiredImplicit struct {
	BoolValue   bool   `protobuf:"varint,1,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstraintTest_RequiredImplicit) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ConstraintTest_RequiredImplicit.ProtoReflect.Descriptor instead.

func (*ConstraintTest_RequiredImplicit) GetBoolValue added in v0.2.0

func (x *ConstraintTest_RequiredImplicit) GetBoolValue() bool

func (*ConstraintTest_RequiredImplicit) GetStringValue added in v0.2.0

func (x *ConstraintTest_RequiredImplicit) GetStringValue() string

func (*ConstraintTest_RequiredImplicit) ProtoMessage added in v0.2.0

func (*ConstraintTest_RequiredImplicit) ProtoMessage()

func (*ConstraintTest_RequiredImplicit) ProtoReflect added in v0.2.0

func (*ConstraintTest_RequiredImplicit) Reset added in v0.2.0

func (*ConstraintTest_RequiredImplicit) String added in v0.2.0

type ConstraintTest_RequiredImplicit_ added in v0.2.0

type ConstraintTest_RequiredImplicit_ struct {
	RequiredImplicit *ConstraintTest_RequiredImplicit `protobuf:"bytes,1,opt,name=required_implicit,json=requiredImplicit,proto3,oneof"`
}

type ConstraintTest_RequiredOptional added in v0.2.0

type ConstraintTest_RequiredOptional struct {
	BoolValue   *bool   `protobuf:"varint,1,opt,name=bool_value,json=boolValue,proto3,oneof" json:"bool_value,omitempty"`
	StringValue *string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3,oneof" json:"string_value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstraintTest_RequiredOptional) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ConstraintTest_RequiredOptional.ProtoReflect.Descriptor instead.

func (*ConstraintTest_RequiredOptional) GetBoolValue added in v0.2.0

func (x *ConstraintTest_RequiredOptional) GetBoolValue() bool

func (*ConstraintTest_RequiredOptional) GetStringValue added in v0.2.0

func (x *ConstraintTest_RequiredOptional) GetStringValue() string

func (*ConstraintTest_RequiredOptional) ProtoMessage added in v0.2.0

func (*ConstraintTest_RequiredOptional) ProtoMessage()

func (*ConstraintTest_RequiredOptional) ProtoReflect added in v0.2.0

func (*ConstraintTest_RequiredOptional) Reset added in v0.2.0

func (*ConstraintTest_RequiredOptional) String added in v0.2.0

type ConstraintTest_RequiredOptional_ added in v0.2.0

type ConstraintTest_RequiredOptional_ struct {
	RequiredOptional *ConstraintTest_RequiredOptional `protobuf:"bytes,2,opt,name=required_optional,json=requiredOptional,proto3,oneof"`
}

type ConstraintTest_SuffixString added in v0.2.0

type ConstraintTest_SuffixString struct {
	SuffixString string `protobuf:"bytes,12,opt,name=suffix_string,json=suffixString,proto3,oneof"`
}

type ConstraintTest_TuuidString added in v0.2.0

type ConstraintTest_TuuidString struct {
	TuuidString string `protobuf:"bytes,25,opt,name=tuuid_string,json=tuuidString,proto3,oneof"`
}

type ConstraintTest_UriRefString added in v0.2.0

type ConstraintTest_UriRefString struct {
	UriRefString string `protobuf:"bytes,22,opt,name=uri_ref_string,json=uriRefString,proto3,oneof"`
}

type ConstraintTest_UriString added in v0.2.0

type ConstraintTest_UriString struct {
	UriString string `protobuf:"bytes,21,opt,name=uri_string,json=uriString,proto3,oneof"`
}

type ConstraintTest_UuidString added in v0.2.0

type ConstraintTest_UuidString struct {
	UuidString string `protobuf:"bytes,24,opt,name=uuid_string,json=uuidString,proto3,oneof"`
}

type ConstraintTests added in v0.2.0

type ConstraintTests struct {
	TestCases []*ConstraintTest `protobuf:"bytes,1,rep,name=test_cases,json=testCases,proto3" json:"test_cases,omitempty"`
	// contains filtered or unexported fields
}

func (*ConstraintTests) Descriptor deprecated added in v0.2.0

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

Deprecated: Use ConstraintTests.ProtoReflect.Descriptor instead.

func (*ConstraintTests) GetTestCases added in v0.2.0

func (x *ConstraintTests) GetTestCases() []*ConstraintTest

func (*ConstraintTests) ProtoMessage added in v0.2.0

func (*ConstraintTests) ProtoMessage()

func (*ConstraintTests) ProtoReflect added in v0.2.0

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

func (*ConstraintTests) Reset added in v0.2.0

func (x *ConstraintTests) Reset()

func (*ConstraintTests) String added in v0.2.0

func (x *ConstraintTests) String() string

type CustomOptions

type CustomOptions struct {
	Int32Field []int32 `protobuf:"varint,1,rep,packed,name=int32_field,json=int32Field,proto3" json:"int32_field,omitempty"`
	// Types that are valid to be assigned to Kind:
	//
	//	*CustomOptions_StringField
	Kind isCustomOptions_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*CustomOptions) Descriptor deprecated

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

Deprecated: Use CustomOptions.ProtoReflect.Descriptor instead.

func (*CustomOptions) GetInt32Field

func (x *CustomOptions) GetInt32Field() []int32

func (*CustomOptions) GetKind

func (x *CustomOptions) GetKind() isCustomOptions_Kind

func (*CustomOptions) GetStringField

func (x *CustomOptions) GetStringField() string

func (*CustomOptions) ProtoMessage

func (*CustomOptions) ProtoMessage()

func (*CustomOptions) ProtoReflect

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

func (*CustomOptions) Reset

func (x *CustomOptions) Reset()

func (*CustomOptions) String

func (x *CustomOptions) String() string

type CustomOptions_StringField

type CustomOptions_StringField struct {
	StringField string `protobuf:"bytes,2,opt,name=string_field,json=stringField,proto3,oneof"`
}

type IgnoreField added in v0.1.4

type IgnoreField struct {
	StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` // jsonschema:ignore
	// jsonschema:ignore
	Int32Field int32  `protobuf:"varint,2,opt,name=int32_field,json=int32Field,proto3" json:"int32_field,omitempty"`
	BoolField  bool   `protobuf:"varint,3,opt,name=bool_field,json=boolField,proto3" json:"bool_field,omitempty"`
	BytesField []byte `protobuf:"bytes,4,opt,name=bytes_field,json=bytesField,proto3" json:"bytes_field,omitempty"` // jsonschema:hide
	// jsonschema:hide
	NestedReference *NestedReference `protobuf:"bytes,5,opt,name=nested_reference,json=nestedReference,proto3" json:"nested_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*IgnoreField) Descriptor deprecated added in v0.1.4

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

Deprecated: Use IgnoreField.ProtoReflect.Descriptor instead.

func (*IgnoreField) GetBoolField added in v0.1.4

func (x *IgnoreField) GetBoolField() bool

func (*IgnoreField) GetBytesField added in v0.1.5

func (x *IgnoreField) GetBytesField() []byte

func (*IgnoreField) GetInt32Field added in v0.1.4

func (x *IgnoreField) GetInt32Field() int32

func (*IgnoreField) GetNestedReference added in v0.1.5

func (x *IgnoreField) GetNestedReference() *NestedReference

func (*IgnoreField) GetStringField added in v0.1.4

func (x *IgnoreField) GetStringField() string

func (*IgnoreField) ProtoMessage added in v0.1.4

func (*IgnoreField) ProtoMessage()

func (*IgnoreField) ProtoReflect added in v0.1.4

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

func (*IgnoreField) Reset added in v0.1.4

func (x *IgnoreField) Reset()

func (*IgnoreField) String added in v0.1.4

func (x *IgnoreField) String() string

type NestedReference

type NestedReference struct {
	NestedMessage *proto3.TestAllTypes_NestedMessage `protobuf:"bytes,1,opt,name=nested_message,json=nestedMessage,proto3" json:"nested_message,omitempty"`
	// contains filtered or unexported fields
}

func (*NestedReference) Descriptor deprecated

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

Deprecated: Use NestedReference.ProtoReflect.Descriptor instead.

func (*NestedReference) GetNestedMessage

func (x *NestedReference) GetNestedMessage() *proto3.TestAllTypes_NestedMessage

func (*NestedReference) ProtoMessage

func (*NestedReference) ProtoMessage()

func (*NestedReference) ProtoReflect

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

func (*NestedReference) Reset

func (x *NestedReference) Reset()

func (*NestedReference) String

func (x *NestedReference) String() string

Jump to

Keyboard shortcuts

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