cases

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for TestEnum.

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

Enum value maps for TestEnumAlias.

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

Enum value maps for ComplexTestEnum.

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

Enum value maps for AnEnum.

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

Enum value maps for RepeatedEmbeddedEnumIn_AnotherInEnum.

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

Enum value maps for RepeatedEmbeddedEnumNotIn_AnotherNotInEnum.

View Source
var File_bytes_proto protoreflect.FileDescriptor
View Source
var File_enums_proto protoreflect.FileDescriptor
View Source
var File_kitchen_sink_proto protoreflect.FileDescriptor
View Source
var File_messages_proto protoreflect.FileDescriptor
View Source
var File_numbers_proto protoreflect.FileDescriptor
View Source
var File_oneofs_proto protoreflect.FileDescriptor
View Source
var File_repeated_proto protoreflect.FileDescriptor
View Source
var File_strings_proto protoreflect.FileDescriptor
View Source
var File_wkt_any_proto protoreflect.FileDescriptor
View Source
var File_wkt_duration_proto protoreflect.FileDescriptor
View Source
var File_wkt_timestamp_proto protoreflect.FileDescriptor
View Source
var File_wkt_wrappers_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AnEnum

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

func (AnEnum) Descriptor

func (AnEnum) Descriptor() protoreflect.EnumDescriptor

func (AnEnum) Enum

func (x AnEnum) Enum() *AnEnum

func (AnEnum) EnumDescriptor deprecated

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

Deprecated: Use AnEnum.Descriptor instead.

func (AnEnum) Number

func (x AnEnum) Number() protoreflect.EnumNumber

func (AnEnum) String

func (x AnEnum) String() string

func (AnEnum) Type

func (AnEnum) Type() protoreflect.EnumType

type AnyIn

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

func (*AnyIn) Descriptor deprecated

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

Deprecated: Use AnyIn.ProtoReflect.Descriptor instead.

func (*AnyIn) GetVal

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

func (*AnyIn) ProtoMessage

func (*AnyIn) ProtoMessage()

func (*AnyIn) ProtoReflect

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

func (*AnyIn) Reset

func (x *AnyIn) Reset()

func (*AnyIn) String

func (x *AnyIn) String() string

type AnyNone

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

func (*AnyNone) Descriptor deprecated

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

Deprecated: Use AnyNone.ProtoReflect.Descriptor instead.

func (*AnyNone) GetVal

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

func (*AnyNone) ProtoMessage

func (*AnyNone) ProtoMessage()

func (*AnyNone) ProtoReflect

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

func (*AnyNone) Reset

func (x *AnyNone) Reset()

func (*AnyNone) String

func (x *AnyNone) String() string

type AnyNotIn

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

func (*AnyNotIn) Descriptor deprecated

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

Deprecated: Use AnyNotIn.ProtoReflect.Descriptor instead.

func (*AnyNotIn) GetVal

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

func (*AnyNotIn) ProtoMessage

func (*AnyNotIn) ProtoMessage()

func (*AnyNotIn) ProtoReflect

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

func (*AnyNotIn) Reset

func (x *AnyNotIn) Reset()

func (*AnyNotIn) String

func (x *AnyNotIn) String() string

type AnyRequired

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

func (*AnyRequired) Descriptor deprecated

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

Deprecated: Use AnyRequired.ProtoReflect.Descriptor instead.

func (*AnyRequired) GetVal

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

func (*AnyRequired) ProtoMessage

func (*AnyRequired) ProtoMessage()

func (*AnyRequired) ProtoReflect

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

func (*AnyRequired) Reset

func (x *AnyRequired) Reset()

func (*AnyRequired) String

func (x *AnyRequired) String() string

type BoolConstFalse

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

func (*BoolConstFalse) Descriptor deprecated

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

Deprecated: Use BoolConstFalse.ProtoReflect.Descriptor instead.

func (*BoolConstFalse) GetVal

func (x *BoolConstFalse) GetVal() bool

func (*BoolConstFalse) ProtoMessage

func (*BoolConstFalse) ProtoMessage()

func (*BoolConstFalse) ProtoReflect

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

func (*BoolConstFalse) Reset

func (x *BoolConstFalse) Reset()

func (*BoolConstFalse) String

func (x *BoolConstFalse) String() string

type BoolConstTrue

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

func (*BoolConstTrue) Descriptor deprecated

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

Deprecated: Use BoolConstTrue.ProtoReflect.Descriptor instead.

func (*BoolConstTrue) GetVal

func (x *BoolConstTrue) GetVal() bool

func (*BoolConstTrue) ProtoMessage

func (*BoolConstTrue) ProtoMessage()

func (*BoolConstTrue) ProtoReflect

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

func (*BoolConstTrue) Reset

func (x *BoolConstTrue) Reset()

func (*BoolConstTrue) String

func (x *BoolConstTrue) String() string

type BoolNone

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

func (*BoolNone) Descriptor deprecated

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

Deprecated: Use BoolNone.ProtoReflect.Descriptor instead.

func (*BoolNone) GetVal

func (x *BoolNone) GetVal() bool

func (*BoolNone) ProtoMessage

func (*BoolNone) ProtoMessage()

func (*BoolNone) ProtoReflect

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

func (*BoolNone) Reset

func (x *BoolNone) Reset()

func (*BoolNone) String

func (x *BoolNone) String() string

type BytesConst

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

func (*BytesConst) Descriptor deprecated

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

Deprecated: Use BytesConst.ProtoReflect.Descriptor instead.

func (*BytesConst) GetVal

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

func (*BytesConst) ProtoMessage

func (*BytesConst) ProtoMessage()

func (*BytesConst) ProtoReflect

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

func (*BytesConst) Reset

func (x *BytesConst) Reset()

func (*BytesConst) String

func (x *BytesConst) String() string

type BytesContains

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

func (*BytesContains) Descriptor deprecated

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

Deprecated: Use BytesContains.ProtoReflect.Descriptor instead.

func (*BytesContains) GetVal

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

func (*BytesContains) ProtoMessage

func (*BytesContains) ProtoMessage()

func (*BytesContains) ProtoReflect

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

func (*BytesContains) Reset

func (x *BytesContains) Reset()

func (*BytesContains) String

func (x *BytesContains) String() string

type BytesEqualMinMaxLen

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

func (*BytesEqualMinMaxLen) Descriptor deprecated

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

Deprecated: Use BytesEqualMinMaxLen.ProtoReflect.Descriptor instead.

func (*BytesEqualMinMaxLen) GetVal

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

func (*BytesEqualMinMaxLen) ProtoMessage

func (*BytesEqualMinMaxLen) ProtoMessage()

func (*BytesEqualMinMaxLen) ProtoReflect

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

func (*BytesEqualMinMaxLen) Reset

func (x *BytesEqualMinMaxLen) Reset()

func (*BytesEqualMinMaxLen) String

func (x *BytesEqualMinMaxLen) String() string

type BytesIP

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

func (*BytesIP) Descriptor deprecated

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

Deprecated: Use BytesIP.ProtoReflect.Descriptor instead.

func (*BytesIP) GetVal

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

func (*BytesIP) ProtoMessage

func (*BytesIP) ProtoMessage()

func (*BytesIP) ProtoReflect

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

func (*BytesIP) Reset

func (x *BytesIP) Reset()

func (*BytesIP) String

func (x *BytesIP) String() string

type BytesIPv4

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

func (*BytesIPv4) Descriptor deprecated

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

Deprecated: Use BytesIPv4.ProtoReflect.Descriptor instead.

func (*BytesIPv4) GetVal

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

func (*BytesIPv4) ProtoMessage

func (*BytesIPv4) ProtoMessage()

func (*BytesIPv4) ProtoReflect

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

func (*BytesIPv4) Reset

func (x *BytesIPv4) Reset()

func (*BytesIPv4) String

func (x *BytesIPv4) String() string

type BytesIPv6

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

func (*BytesIPv6) Descriptor deprecated

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

Deprecated: Use BytesIPv6.ProtoReflect.Descriptor instead.

func (*BytesIPv6) GetVal

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

func (*BytesIPv6) ProtoMessage

func (*BytesIPv6) ProtoMessage()

func (*BytesIPv6) ProtoReflect

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

func (*BytesIPv6) Reset

func (x *BytesIPv6) Reset()

func (*BytesIPv6) String

func (x *BytesIPv6) String() string

type BytesIPv6Ignore

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

func (*BytesIPv6Ignore) Descriptor deprecated

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

Deprecated: Use BytesIPv6Ignore.ProtoReflect.Descriptor instead.

func (*BytesIPv6Ignore) GetVal

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

func (*BytesIPv6Ignore) ProtoMessage

func (*BytesIPv6Ignore) ProtoMessage()

func (*BytesIPv6Ignore) ProtoReflect

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

func (*BytesIPv6Ignore) Reset

func (x *BytesIPv6Ignore) Reset()

func (*BytesIPv6Ignore) String

func (x *BytesIPv6Ignore) String() string

type BytesIn

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

func (*BytesIn) Descriptor deprecated

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

Deprecated: Use BytesIn.ProtoReflect.Descriptor instead.

func (*BytesIn) GetVal

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

func (*BytesIn) ProtoMessage

func (*BytesIn) ProtoMessage()

func (*BytesIn) ProtoReflect

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

func (*BytesIn) Reset

func (x *BytesIn) Reset()

func (*BytesIn) String

func (x *BytesIn) String() string

type BytesLen

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

func (*BytesLen) Descriptor deprecated

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

Deprecated: Use BytesLen.ProtoReflect.Descriptor instead.

func (*BytesLen) GetVal

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

func (*BytesLen) ProtoMessage

func (*BytesLen) ProtoMessage()

func (*BytesLen) ProtoReflect

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

func (*BytesLen) Reset

func (x *BytesLen) Reset()

func (*BytesLen) String

func (x *BytesLen) String() string

type BytesMaxLen

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

func (*BytesMaxLen) Descriptor deprecated

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

Deprecated: Use BytesMaxLen.ProtoReflect.Descriptor instead.

func (*BytesMaxLen) GetVal

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

func (*BytesMaxLen) ProtoMessage

func (*BytesMaxLen) ProtoMessage()

func (*BytesMaxLen) ProtoReflect

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

func (*BytesMaxLen) Reset

func (x *BytesMaxLen) Reset()

func (*BytesMaxLen) String

func (x *BytesMaxLen) String() string

type BytesMinLen

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

func (*BytesMinLen) Descriptor deprecated

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

Deprecated: Use BytesMinLen.ProtoReflect.Descriptor instead.

func (*BytesMinLen) GetVal

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

func (*BytesMinLen) ProtoMessage

func (*BytesMinLen) ProtoMessage()

func (*BytesMinLen) ProtoReflect

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

func (*BytesMinLen) Reset

func (x *BytesMinLen) Reset()

func (*BytesMinLen) String

func (x *BytesMinLen) String() string

type BytesMinMaxLen

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

func (*BytesMinMaxLen) Descriptor deprecated

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

Deprecated: Use BytesMinMaxLen.ProtoReflect.Descriptor instead.

func (*BytesMinMaxLen) GetVal

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

func (*BytesMinMaxLen) ProtoMessage

func (*BytesMinMaxLen) ProtoMessage()

func (*BytesMinMaxLen) ProtoReflect

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

func (*BytesMinMaxLen) Reset

func (x *BytesMinMaxLen) Reset()

func (*BytesMinMaxLen) String

func (x *BytesMinMaxLen) String() string

type BytesNone

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

func (*BytesNone) Descriptor deprecated

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

Deprecated: Use BytesNone.ProtoReflect.Descriptor instead.

func (*BytesNone) GetVal

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

func (*BytesNone) ProtoMessage

func (*BytesNone) ProtoMessage()

func (*BytesNone) ProtoReflect

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

func (*BytesNone) Reset

func (x *BytesNone) Reset()

func (*BytesNone) String

func (x *BytesNone) String() string

type BytesNotIn

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

func (*BytesNotIn) Descriptor deprecated

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

Deprecated: Use BytesNotIn.ProtoReflect.Descriptor instead.

func (*BytesNotIn) GetVal

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

func (*BytesNotIn) ProtoMessage

func (*BytesNotIn) ProtoMessage()

func (*BytesNotIn) ProtoReflect

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

func (*BytesNotIn) Reset

func (x *BytesNotIn) Reset()

func (*BytesNotIn) String

func (x *BytesNotIn) String() string

type BytesPattern

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

func (*BytesPattern) Descriptor deprecated

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

Deprecated: Use BytesPattern.ProtoReflect.Descriptor instead.

func (*BytesPattern) GetVal

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

func (*BytesPattern) ProtoMessage

func (*BytesPattern) ProtoMessage()

func (*BytesPattern) ProtoReflect

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

func (*BytesPattern) Reset

func (x *BytesPattern) Reset()

func (*BytesPattern) String

func (x *BytesPattern) String() string

type BytesPrefix

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

func (*BytesPrefix) Descriptor deprecated

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

Deprecated: Use BytesPrefix.ProtoReflect.Descriptor instead.

func (*BytesPrefix) GetVal

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

func (*BytesPrefix) ProtoMessage

func (*BytesPrefix) ProtoMessage()

func (*BytesPrefix) ProtoReflect

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

func (*BytesPrefix) Reset

func (x *BytesPrefix) Reset()

func (*BytesPrefix) String

func (x *BytesPrefix) String() string

type BytesSuffix

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

func (*BytesSuffix) Descriptor deprecated

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

Deprecated: Use BytesSuffix.ProtoReflect.Descriptor instead.

func (*BytesSuffix) GetVal

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

func (*BytesSuffix) ProtoMessage

func (*BytesSuffix) ProtoMessage()

func (*BytesSuffix) ProtoReflect

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

func (*BytesSuffix) Reset

func (x *BytesSuffix) Reset()

func (*BytesSuffix) String

func (x *BytesSuffix) String() string

type ComplexTestEnum

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

func (ComplexTestEnum) Descriptor

func (ComplexTestEnum) Enum

func (x ComplexTestEnum) Enum() *ComplexTestEnum

func (ComplexTestEnum) EnumDescriptor deprecated

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

Deprecated: Use ComplexTestEnum.Descriptor instead.

func (ComplexTestEnum) Number

func (ComplexTestEnum) String

func (x ComplexTestEnum) String() string

func (ComplexTestEnum) Type

type ComplexTestMsg

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

func (*ComplexTestMsg) Descriptor deprecated

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

Deprecated: Use ComplexTestMsg.ProtoReflect.Descriptor instead.

func (*ComplexTestMsg) GetAnother

func (x *ComplexTestMsg) GetAnother() *ComplexTestMsg

func (*ComplexTestMsg) GetAnyVal

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

func (*ComplexTestMsg) GetBoolConst

func (x *ComplexTestMsg) GetBoolConst() bool

func (*ComplexTestMsg) GetBytesVal

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

func (*ComplexTestMsg) GetConst

func (x *ComplexTestMsg) GetConst() string

func (*ComplexTestMsg) GetDoubleIn

func (x *ComplexTestMsg) GetDoubleIn() float64

func (*ComplexTestMsg) GetDurVal

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

func (*ComplexTestMsg) GetEnumConst

func (x *ComplexTestMsg) GetEnumConst() ComplexTestEnum

func (*ComplexTestMsg) GetFloatConst

func (x *ComplexTestMsg) GetFloatConst() float32

func (*ComplexTestMsg) GetFloatVal

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

func (*ComplexTestMsg) GetIntConst

func (x *ComplexTestMsg) GetIntConst() int32

func (*ComplexTestMsg) GetMapVal

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

func (*ComplexTestMsg) GetNested

func (x *ComplexTestMsg) GetNested() *ComplexTestMsg

func (*ComplexTestMsg) GetO

func (m *ComplexTestMsg) GetO() isComplexTestMsg_O

func (*ComplexTestMsg) GetRepTsVal

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

func (*ComplexTestMsg) GetTsVal

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

func (*ComplexTestMsg) GetX

func (x *ComplexTestMsg) GetX() string

func (*ComplexTestMsg) GetY

func (x *ComplexTestMsg) GetY() int32

func (*ComplexTestMsg) ProtoMessage

func (*ComplexTestMsg) ProtoMessage()

func (*ComplexTestMsg) ProtoReflect

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

func (*ComplexTestMsg) Reset

func (x *ComplexTestMsg) Reset()

func (*ComplexTestMsg) String

func (x *ComplexTestMsg) String() string

type ComplexTestMsg_X

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

type ComplexTestMsg_Y

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

type DoubleConst

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

func (*DoubleConst) Descriptor deprecated

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

Deprecated: Use DoubleConst.ProtoReflect.Descriptor instead.

func (*DoubleConst) GetVal

func (x *DoubleConst) GetVal() float64

func (*DoubleConst) ProtoMessage

func (*DoubleConst) ProtoMessage()

func (*DoubleConst) ProtoReflect

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

func (*DoubleConst) Reset

func (x *DoubleConst) Reset()

func (*DoubleConst) String

func (x *DoubleConst) String() string

type DoubleExGTELTE

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

func (*DoubleExGTELTE) Descriptor deprecated

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

Deprecated: Use DoubleExGTELTE.ProtoReflect.Descriptor instead.

func (*DoubleExGTELTE) GetVal

func (x *DoubleExGTELTE) GetVal() float64

func (*DoubleExGTELTE) ProtoMessage

func (*DoubleExGTELTE) ProtoMessage()

func (*DoubleExGTELTE) ProtoReflect

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

func (*DoubleExGTELTE) Reset

func (x *DoubleExGTELTE) Reset()

func (*DoubleExGTELTE) String

func (x *DoubleExGTELTE) String() string

type DoubleExLTGT

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

func (*DoubleExLTGT) Descriptor deprecated

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

Deprecated: Use DoubleExLTGT.ProtoReflect.Descriptor instead.

func (*DoubleExLTGT) GetVal

func (x *DoubleExLTGT) GetVal() float64

func (*DoubleExLTGT) ProtoMessage

func (*DoubleExLTGT) ProtoMessage()

func (*DoubleExLTGT) ProtoReflect

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

func (*DoubleExLTGT) Reset

func (x *DoubleExLTGT) Reset()

func (*DoubleExLTGT) String

func (x *DoubleExLTGT) String() string

type DoubleGT

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

func (*DoubleGT) Descriptor deprecated

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

Deprecated: Use DoubleGT.ProtoReflect.Descriptor instead.

func (*DoubleGT) GetVal

func (x *DoubleGT) GetVal() float64

func (*DoubleGT) ProtoMessage

func (*DoubleGT) ProtoMessage()

func (*DoubleGT) ProtoReflect

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

func (*DoubleGT) Reset

func (x *DoubleGT) Reset()

func (*DoubleGT) String

func (x *DoubleGT) String() string

type DoubleGTE

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

func (*DoubleGTE) Descriptor deprecated

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

Deprecated: Use DoubleGTE.ProtoReflect.Descriptor instead.

func (*DoubleGTE) GetVal

func (x *DoubleGTE) GetVal() float64

func (*DoubleGTE) ProtoMessage

func (*DoubleGTE) ProtoMessage()

func (*DoubleGTE) ProtoReflect

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

func (*DoubleGTE) Reset

func (x *DoubleGTE) Reset()

func (*DoubleGTE) String

func (x *DoubleGTE) String() string

type DoubleGTELTE

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

func (*DoubleGTELTE) Descriptor deprecated

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

Deprecated: Use DoubleGTELTE.ProtoReflect.Descriptor instead.

func (*DoubleGTELTE) GetVal

func (x *DoubleGTELTE) GetVal() float64

func (*DoubleGTELTE) ProtoMessage

func (*DoubleGTELTE) ProtoMessage()

func (*DoubleGTELTE) ProtoReflect

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

func (*DoubleGTELTE) Reset

func (x *DoubleGTELTE) Reset()

func (*DoubleGTELTE) String

func (x *DoubleGTELTE) String() string

type DoubleGTLT

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

func (*DoubleGTLT) Descriptor deprecated

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

Deprecated: Use DoubleGTLT.ProtoReflect.Descriptor instead.

func (*DoubleGTLT) GetVal

func (x *DoubleGTLT) GetVal() float64

func (*DoubleGTLT) ProtoMessage

func (*DoubleGTLT) ProtoMessage()

func (*DoubleGTLT) ProtoReflect

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

func (*DoubleGTLT) Reset

func (x *DoubleGTLT) Reset()

func (*DoubleGTLT) String

func (x *DoubleGTLT) String() string

type DoubleIgnore

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

func (*DoubleIgnore) Descriptor deprecated

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

Deprecated: Use DoubleIgnore.ProtoReflect.Descriptor instead.

func (*DoubleIgnore) GetVal

func (x *DoubleIgnore) GetVal() float64

func (*DoubleIgnore) ProtoMessage

func (*DoubleIgnore) ProtoMessage()

func (*DoubleIgnore) ProtoReflect

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

func (*DoubleIgnore) Reset

func (x *DoubleIgnore) Reset()

func (*DoubleIgnore) String

func (x *DoubleIgnore) String() string

type DoubleIn

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

func (*DoubleIn) Descriptor deprecated

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

Deprecated: Use DoubleIn.ProtoReflect.Descriptor instead.

func (*DoubleIn) GetVal

func (x *DoubleIn) GetVal() float64

func (*DoubleIn) ProtoMessage

func (*DoubleIn) ProtoMessage()

func (*DoubleIn) ProtoReflect

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

func (*DoubleIn) Reset

func (x *DoubleIn) Reset()

func (*DoubleIn) String

func (x *DoubleIn) String() string

type DoubleLT

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

func (*DoubleLT) Descriptor deprecated

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

Deprecated: Use DoubleLT.ProtoReflect.Descriptor instead.

func (*DoubleLT) GetVal

func (x *DoubleLT) GetVal() float64

func (*DoubleLT) ProtoMessage

func (*DoubleLT) ProtoMessage()

func (*DoubleLT) ProtoReflect

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

func (*DoubleLT) Reset

func (x *DoubleLT) Reset()

func (*DoubleLT) String

func (x *DoubleLT) String() string

type DoubleLTE

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

func (*DoubleLTE) Descriptor deprecated

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

Deprecated: Use DoubleLTE.ProtoReflect.Descriptor instead.

func (*DoubleLTE) GetVal

func (x *DoubleLTE) GetVal() float64

func (*DoubleLTE) ProtoMessage

func (*DoubleLTE) ProtoMessage()

func (*DoubleLTE) ProtoReflect

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

func (*DoubleLTE) Reset

func (x *DoubleLTE) Reset()

func (*DoubleLTE) String

func (x *DoubleLTE) String() string

type DoubleNone

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

func (*DoubleNone) Descriptor deprecated

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

Deprecated: Use DoubleNone.ProtoReflect.Descriptor instead.

func (*DoubleNone) GetVal

func (x *DoubleNone) GetVal() float64

func (*DoubleNone) ProtoMessage

func (*DoubleNone) ProtoMessage()

func (*DoubleNone) ProtoReflect

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

func (*DoubleNone) Reset

func (x *DoubleNone) Reset()

func (*DoubleNone) String

func (x *DoubleNone) String() string

type DoubleNotIn

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

func (*DoubleNotIn) Descriptor deprecated

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

Deprecated: Use DoubleNotIn.ProtoReflect.Descriptor instead.

func (*DoubleNotIn) GetVal

func (x *DoubleNotIn) GetVal() float64

func (*DoubleNotIn) ProtoMessage

func (*DoubleNotIn) ProtoMessage()

func (*DoubleNotIn) ProtoReflect

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

func (*DoubleNotIn) Reset

func (x *DoubleNotIn) Reset()

func (*DoubleNotIn) String

func (x *DoubleNotIn) String() string

type DurationConst

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

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

func (*DurationConst) Descriptor deprecated

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

Deprecated: Use DurationConst.ProtoReflect.Descriptor instead.

func (*DurationConst) GetVal

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

func (*DurationConst) ProtoMessage

func (*DurationConst) ProtoMessage()

func (*DurationConst) ProtoReflect

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

func (*DurationConst) Reset

func (x *DurationConst) Reset()

func (*DurationConst) String

func (x *DurationConst) String() string

type DurationExGTELTE

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

func (*DurationExGTELTE) Descriptor deprecated

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

Deprecated: Use DurationExGTELTE.ProtoReflect.Descriptor instead.

func (*DurationExGTELTE) GetVal

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

func (*DurationExGTELTE) ProtoMessage

func (*DurationExGTELTE) ProtoMessage()

func (*DurationExGTELTE) ProtoReflect

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

func (*DurationExGTELTE) Reset

func (x *DurationExGTELTE) Reset()

func (*DurationExGTELTE) String

func (x *DurationExGTELTE) String() string

type DurationExLTGT

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

func (*DurationExLTGT) Descriptor deprecated

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

Deprecated: Use DurationExLTGT.ProtoReflect.Descriptor instead.

func (*DurationExLTGT) GetVal

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

func (*DurationExLTGT) ProtoMessage

func (*DurationExLTGT) ProtoMessage()

func (*DurationExLTGT) ProtoReflect

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

func (*DurationExLTGT) Reset

func (x *DurationExLTGT) Reset()

func (*DurationExLTGT) String

func (x *DurationExLTGT) String() string

type DurationFieldWithOtherFields

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

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

func (*DurationFieldWithOtherFields) Descriptor deprecated

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

Deprecated: Use DurationFieldWithOtherFields.ProtoReflect.Descriptor instead.

func (*DurationFieldWithOtherFields) GetDurationVal

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

func (*DurationFieldWithOtherFields) GetIntVal

func (x *DurationFieldWithOtherFields) GetIntVal() int32

func (*DurationFieldWithOtherFields) ProtoMessage

func (*DurationFieldWithOtherFields) ProtoMessage()

func (*DurationFieldWithOtherFields) ProtoReflect

func (*DurationFieldWithOtherFields) Reset

func (x *DurationFieldWithOtherFields) Reset()

func (*DurationFieldWithOtherFields) String

type DurationGT

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

func (*DurationGT) Descriptor deprecated

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

Deprecated: Use DurationGT.ProtoReflect.Descriptor instead.

func (*DurationGT) GetVal

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

func (*DurationGT) ProtoMessage

func (*DurationGT) ProtoMessage()

func (*DurationGT) ProtoReflect

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

func (*DurationGT) Reset

func (x *DurationGT) Reset()

func (*DurationGT) String

func (x *DurationGT) String() string

type DurationGTE

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

func (*DurationGTE) Descriptor deprecated

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

Deprecated: Use DurationGTE.ProtoReflect.Descriptor instead.

func (*DurationGTE) GetVal

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

func (*DurationGTE) ProtoMessage

func (*DurationGTE) ProtoMessage()

func (*DurationGTE) ProtoReflect

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

func (*DurationGTE) Reset

func (x *DurationGTE) Reset()

func (*DurationGTE) String

func (x *DurationGTE) String() string

type DurationGTELTE

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

func (*DurationGTELTE) Descriptor deprecated

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

Deprecated: Use DurationGTELTE.ProtoReflect.Descriptor instead.

func (*DurationGTELTE) GetVal

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

func (*DurationGTELTE) ProtoMessage

func (*DurationGTELTE) ProtoMessage()

func (*DurationGTELTE) ProtoReflect

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

func (*DurationGTELTE) Reset

func (x *DurationGTELTE) Reset()

func (*DurationGTELTE) String

func (x *DurationGTELTE) String() string

type DurationGTLT

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

func (*DurationGTLT) Descriptor deprecated

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

Deprecated: Use DurationGTLT.ProtoReflect.Descriptor instead.

func (*DurationGTLT) GetVal

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

func (*DurationGTLT) ProtoMessage

func (*DurationGTLT) ProtoMessage()

func (*DurationGTLT) ProtoReflect

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

func (*DurationGTLT) Reset

func (x *DurationGTLT) Reset()

func (*DurationGTLT) String

func (x *DurationGTLT) String() string

type DurationIn

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

func (*DurationIn) Descriptor deprecated

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

Deprecated: Use DurationIn.ProtoReflect.Descriptor instead.

func (*DurationIn) GetVal

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

func (*DurationIn) ProtoMessage

func (*DurationIn) ProtoMessage()

func (*DurationIn) ProtoReflect

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

func (*DurationIn) Reset

func (x *DurationIn) Reset()

func (*DurationIn) String

func (x *DurationIn) String() string

type DurationLT

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

func (*DurationLT) Descriptor deprecated

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

Deprecated: Use DurationLT.ProtoReflect.Descriptor instead.

func (*DurationLT) GetVal

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

func (*DurationLT) ProtoMessage

func (*DurationLT) ProtoMessage()

func (*DurationLT) ProtoReflect

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

func (*DurationLT) Reset

func (x *DurationLT) Reset()

func (*DurationLT) String

func (x *DurationLT) String() string

type DurationLTE

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

func (*DurationLTE) Descriptor deprecated

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

Deprecated: Use DurationLTE.ProtoReflect.Descriptor instead.

func (*DurationLTE) GetVal

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

func (*DurationLTE) ProtoMessage

func (*DurationLTE) ProtoMessage()

func (*DurationLTE) ProtoReflect

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

func (*DurationLTE) Reset

func (x *DurationLTE) Reset()

func (*DurationLTE) String

func (x *DurationLTE) String() string

type DurationNone

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

func (*DurationNone) Descriptor deprecated

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

Deprecated: Use DurationNone.ProtoReflect.Descriptor instead.

func (*DurationNone) GetVal

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

func (*DurationNone) ProtoMessage

func (*DurationNone) ProtoMessage()

func (*DurationNone) ProtoReflect

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

func (*DurationNone) Reset

func (x *DurationNone) Reset()

func (*DurationNone) String

func (x *DurationNone) String() string

type DurationNotIn

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

func (*DurationNotIn) Descriptor deprecated

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

Deprecated: Use DurationNotIn.ProtoReflect.Descriptor instead.

func (*DurationNotIn) GetVal

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

func (*DurationNotIn) ProtoMessage

func (*DurationNotIn) ProtoMessage()

func (*DurationNotIn) ProtoReflect

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

func (*DurationNotIn) Reset

func (x *DurationNotIn) Reset()

func (*DurationNotIn) String

func (x *DurationNotIn) String() string

type DurationRequired

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

func (*DurationRequired) Descriptor deprecated

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

Deprecated: Use DurationRequired.ProtoReflect.Descriptor instead.

func (*DurationRequired) GetVal

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

func (*DurationRequired) ProtoMessage

func (*DurationRequired) ProtoMessage()

func (*DurationRequired) ProtoReflect

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

func (*DurationRequired) Reset

func (x *DurationRequired) Reset()

func (*DurationRequired) String

func (x *DurationRequired) String() string

type Embed

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

func (*Embed) Descriptor deprecated

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

Deprecated: Use Embed.ProtoReflect.Descriptor instead.

func (*Embed) GetVal

func (x *Embed) GetVal() int64

func (*Embed) ProtoMessage

func (*Embed) ProtoMessage()

func (*Embed) ProtoReflect

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

func (*Embed) Reset

func (x *Embed) Reset()

func (*Embed) String

func (x *Embed) String() string

type EnumAliasConst

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

func (*EnumAliasConst) Descriptor deprecated

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

Deprecated: Use EnumAliasConst.ProtoReflect.Descriptor instead.

func (*EnumAliasConst) GetVal

func (x *EnumAliasConst) GetVal() TestEnumAlias

func (*EnumAliasConst) ProtoMessage

func (*EnumAliasConst) ProtoMessage()

func (*EnumAliasConst) ProtoReflect

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

func (*EnumAliasConst) Reset

func (x *EnumAliasConst) Reset()

func (*EnumAliasConst) String

func (x *EnumAliasConst) String() string

type EnumAliasDefined

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

func (*EnumAliasDefined) Descriptor deprecated

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

Deprecated: Use EnumAliasDefined.ProtoReflect.Descriptor instead.

func (*EnumAliasDefined) GetVal

func (x *EnumAliasDefined) GetVal() TestEnumAlias

func (*EnumAliasDefined) ProtoMessage

func (*EnumAliasDefined) ProtoMessage()

func (*EnumAliasDefined) ProtoReflect

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

func (*EnumAliasDefined) Reset

func (x *EnumAliasDefined) Reset()

func (*EnumAliasDefined) String

func (x *EnumAliasDefined) String() string

type EnumAliasIn

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

func (*EnumAliasIn) Descriptor deprecated

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

Deprecated: Use EnumAliasIn.ProtoReflect.Descriptor instead.

func (*EnumAliasIn) GetVal

func (x *EnumAliasIn) GetVal() TestEnumAlias

func (*EnumAliasIn) ProtoMessage

func (*EnumAliasIn) ProtoMessage()

func (*EnumAliasIn) ProtoReflect

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

func (*EnumAliasIn) Reset

func (x *EnumAliasIn) Reset()

func (*EnumAliasIn) String

func (x *EnumAliasIn) String() string

type EnumAliasNotIn

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

func (*EnumAliasNotIn) Descriptor deprecated

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

Deprecated: Use EnumAliasNotIn.ProtoReflect.Descriptor instead.

func (*EnumAliasNotIn) GetVal

func (x *EnumAliasNotIn) GetVal() TestEnumAlias

func (*EnumAliasNotIn) ProtoMessage

func (*EnumAliasNotIn) ProtoMessage()

func (*EnumAliasNotIn) ProtoReflect

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

func (*EnumAliasNotIn) Reset

func (x *EnumAliasNotIn) Reset()

func (*EnumAliasNotIn) String

func (x *EnumAliasNotIn) String() string

type EnumConst

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

func (*EnumConst) Descriptor deprecated

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

Deprecated: Use EnumConst.ProtoReflect.Descriptor instead.

func (*EnumConst) GetVal

func (x *EnumConst) GetVal() TestEnum

func (*EnumConst) ProtoMessage

func (*EnumConst) ProtoMessage()

func (*EnumConst) ProtoReflect

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

func (*EnumConst) Reset

func (x *EnumConst) Reset()

func (*EnumConst) String

func (x *EnumConst) String() string

type EnumDefined

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

func (*EnumDefined) Descriptor deprecated

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

Deprecated: Use EnumDefined.ProtoReflect.Descriptor instead.

func (*EnumDefined) GetVal

func (x *EnumDefined) GetVal() TestEnum

func (*EnumDefined) ProtoMessage

func (*EnumDefined) ProtoMessage()

func (*EnumDefined) ProtoReflect

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

func (*EnumDefined) Reset

func (x *EnumDefined) Reset()

func (*EnumDefined) String

func (x *EnumDefined) String() string

type EnumExternal

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

func (*EnumExternal) Descriptor deprecated

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

Deprecated: Use EnumExternal.ProtoReflect.Descriptor instead.

func (*EnumExternal) GetVal

func (*EnumExternal) ProtoMessage

func (*EnumExternal) ProtoMessage()

func (*EnumExternal) ProtoReflect

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

func (*EnumExternal) Reset

func (x *EnumExternal) Reset()

func (*EnumExternal) String

func (x *EnumExternal) String() string

type EnumIn

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

func (*EnumIn) Descriptor deprecated

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

Deprecated: Use EnumIn.ProtoReflect.Descriptor instead.

func (*EnumIn) GetVal

func (x *EnumIn) GetVal() TestEnum

func (*EnumIn) ProtoMessage

func (*EnumIn) ProtoMessage()

func (*EnumIn) ProtoReflect

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

func (*EnumIn) Reset

func (x *EnumIn) Reset()

func (*EnumIn) String

func (x *EnumIn) String() string

type EnumNone

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

func (*EnumNone) Descriptor deprecated

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

Deprecated: Use EnumNone.ProtoReflect.Descriptor instead.

func (*EnumNone) GetVal

func (x *EnumNone) GetVal() TestEnum

func (*EnumNone) ProtoMessage

func (*EnumNone) ProtoMessage()

func (*EnumNone) ProtoReflect

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

func (*EnumNone) Reset

func (x *EnumNone) Reset()

func (*EnumNone) String

func (x *EnumNone) String() string

type EnumNotIn

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

func (*EnumNotIn) Descriptor deprecated

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

Deprecated: Use EnumNotIn.ProtoReflect.Descriptor instead.

func (*EnumNotIn) GetVal

func (x *EnumNotIn) GetVal() TestEnum

func (*EnumNotIn) ProtoMessage

func (*EnumNotIn) ProtoMessage()

func (*EnumNotIn) ProtoReflect

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

func (*EnumNotIn) Reset

func (x *EnumNotIn) Reset()

func (*EnumNotIn) String

func (x *EnumNotIn) String() string

type Fixed32Const

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

func (*Fixed32Const) Descriptor deprecated

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

Deprecated: Use Fixed32Const.ProtoReflect.Descriptor instead.

func (*Fixed32Const) GetVal

func (x *Fixed32Const) GetVal() uint32

func (*Fixed32Const) ProtoMessage

func (*Fixed32Const) ProtoMessage()

func (*Fixed32Const) ProtoReflect

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

func (*Fixed32Const) Reset

func (x *Fixed32Const) Reset()

func (*Fixed32Const) String

func (x *Fixed32Const) String() string

type Fixed32ExGTELTE

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

func (*Fixed32ExGTELTE) Descriptor deprecated

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

Deprecated: Use Fixed32ExGTELTE.ProtoReflect.Descriptor instead.

func (*Fixed32ExGTELTE) GetVal

func (x *Fixed32ExGTELTE) GetVal() uint32

func (*Fixed32ExGTELTE) ProtoMessage

func (*Fixed32ExGTELTE) ProtoMessage()

func (*Fixed32ExGTELTE) ProtoReflect

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

func (*Fixed32ExGTELTE) Reset

func (x *Fixed32ExGTELTE) Reset()

func (*Fixed32ExGTELTE) String

func (x *Fixed32ExGTELTE) String() string

type Fixed32ExLTGT

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

func (*Fixed32ExLTGT) Descriptor deprecated

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

Deprecated: Use Fixed32ExLTGT.ProtoReflect.Descriptor instead.

func (*Fixed32ExLTGT) GetVal

func (x *Fixed32ExLTGT) GetVal() uint32

func (*Fixed32ExLTGT) ProtoMessage

func (*Fixed32ExLTGT) ProtoMessage()

func (*Fixed32ExLTGT) ProtoReflect

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

func (*Fixed32ExLTGT) Reset

func (x *Fixed32ExLTGT) Reset()

func (*Fixed32ExLTGT) String

func (x *Fixed32ExLTGT) String() string

type Fixed32GT

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

func (*Fixed32GT) Descriptor deprecated

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

Deprecated: Use Fixed32GT.ProtoReflect.Descriptor instead.

func (*Fixed32GT) GetVal

func (x *Fixed32GT) GetVal() uint32

func (*Fixed32GT) ProtoMessage

func (*Fixed32GT) ProtoMessage()

func (*Fixed32GT) ProtoReflect

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

func (*Fixed32GT) Reset

func (x *Fixed32GT) Reset()

func (*Fixed32GT) String

func (x *Fixed32GT) String() string

type Fixed32GTE

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

func (*Fixed32GTE) Descriptor deprecated

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

Deprecated: Use Fixed32GTE.ProtoReflect.Descriptor instead.

func (*Fixed32GTE) GetVal

func (x *Fixed32GTE) GetVal() uint32

func (*Fixed32GTE) ProtoMessage

func (*Fixed32GTE) ProtoMessage()

func (*Fixed32GTE) ProtoReflect

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

func (*Fixed32GTE) Reset

func (x *Fixed32GTE) Reset()

func (*Fixed32GTE) String

func (x *Fixed32GTE) String() string

type Fixed32GTELTE

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

func (*Fixed32GTELTE) Descriptor deprecated

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

Deprecated: Use Fixed32GTELTE.ProtoReflect.Descriptor instead.

func (*Fixed32GTELTE) GetVal

func (x *Fixed32GTELTE) GetVal() uint32

func (*Fixed32GTELTE) ProtoMessage

func (*Fixed32GTELTE) ProtoMessage()

func (*Fixed32GTELTE) ProtoReflect

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

func (*Fixed32GTELTE) Reset

func (x *Fixed32GTELTE) Reset()

func (*Fixed32GTELTE) String

func (x *Fixed32GTELTE) String() string

type Fixed32GTLT

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

func (*Fixed32GTLT) Descriptor deprecated

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

Deprecated: Use Fixed32GTLT.ProtoReflect.Descriptor instead.

func (*Fixed32GTLT) GetVal

func (x *Fixed32GTLT) GetVal() uint32

func (*Fixed32GTLT) ProtoMessage

func (*Fixed32GTLT) ProtoMessage()

func (*Fixed32GTLT) ProtoReflect

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

func (*Fixed32GTLT) Reset

func (x *Fixed32GTLT) Reset()

func (*Fixed32GTLT) String

func (x *Fixed32GTLT) String() string

type Fixed32Ignore

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

func (*Fixed32Ignore) Descriptor deprecated

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

Deprecated: Use Fixed32Ignore.ProtoReflect.Descriptor instead.

func (*Fixed32Ignore) GetVal

func (x *Fixed32Ignore) GetVal() uint32

func (*Fixed32Ignore) ProtoMessage

func (*Fixed32Ignore) ProtoMessage()

func (*Fixed32Ignore) ProtoReflect

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

func (*Fixed32Ignore) Reset

func (x *Fixed32Ignore) Reset()

func (*Fixed32Ignore) String

func (x *Fixed32Ignore) String() string

type Fixed32In

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

func (*Fixed32In) Descriptor deprecated

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

Deprecated: Use Fixed32In.ProtoReflect.Descriptor instead.

func (*Fixed32In) GetVal

func (x *Fixed32In) GetVal() uint32

func (*Fixed32In) ProtoMessage

func (*Fixed32In) ProtoMessage()

func (*Fixed32In) ProtoReflect

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

func (*Fixed32In) Reset

func (x *Fixed32In) Reset()

func (*Fixed32In) String

func (x *Fixed32In) String() string

type Fixed32LT

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

func (*Fixed32LT) Descriptor deprecated

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

Deprecated: Use Fixed32LT.ProtoReflect.Descriptor instead.

func (*Fixed32LT) GetVal

func (x *Fixed32LT) GetVal() uint32

func (*Fixed32LT) ProtoMessage

func (*Fixed32LT) ProtoMessage()

func (*Fixed32LT) ProtoReflect

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

func (*Fixed32LT) Reset

func (x *Fixed32LT) Reset()

func (*Fixed32LT) String

func (x *Fixed32LT) String() string

type Fixed32LTE

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

func (*Fixed32LTE) Descriptor deprecated

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

Deprecated: Use Fixed32LTE.ProtoReflect.Descriptor instead.

func (*Fixed32LTE) GetVal

func (x *Fixed32LTE) GetVal() uint32

func (*Fixed32LTE) ProtoMessage

func (*Fixed32LTE) ProtoMessage()

func (*Fixed32LTE) ProtoReflect

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

func (*Fixed32LTE) Reset

func (x *Fixed32LTE) Reset()

func (*Fixed32LTE) String

func (x *Fixed32LTE) String() string

type Fixed32None

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

func (*Fixed32None) Descriptor deprecated

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

Deprecated: Use Fixed32None.ProtoReflect.Descriptor instead.

func (*Fixed32None) GetVal

func (x *Fixed32None) GetVal() uint32

func (*Fixed32None) ProtoMessage

func (*Fixed32None) ProtoMessage()

func (*Fixed32None) ProtoReflect

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

func (*Fixed32None) Reset

func (x *Fixed32None) Reset()

func (*Fixed32None) String

func (x *Fixed32None) String() string

type Fixed32NotIn

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

func (*Fixed32NotIn) Descriptor deprecated

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

Deprecated: Use Fixed32NotIn.ProtoReflect.Descriptor instead.

func (*Fixed32NotIn) GetVal

func (x *Fixed32NotIn) GetVal() uint32

func (*Fixed32NotIn) ProtoMessage

func (*Fixed32NotIn) ProtoMessage()

func (*Fixed32NotIn) ProtoReflect

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

func (*Fixed32NotIn) Reset

func (x *Fixed32NotIn) Reset()

func (*Fixed32NotIn) String

func (x *Fixed32NotIn) String() string

type Fixed64Const

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

func (*Fixed64Const) Descriptor deprecated

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

Deprecated: Use Fixed64Const.ProtoReflect.Descriptor instead.

func (*Fixed64Const) GetVal

func (x *Fixed64Const) GetVal() uint64

func (*Fixed64Const) ProtoMessage

func (*Fixed64Const) ProtoMessage()

func (*Fixed64Const) ProtoReflect

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

func (*Fixed64Const) Reset

func (x *Fixed64Const) Reset()

func (*Fixed64Const) String

func (x *Fixed64Const) String() string

type Fixed64ExGTELTE

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

func (*Fixed64ExGTELTE) Descriptor deprecated

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

Deprecated: Use Fixed64ExGTELTE.ProtoReflect.Descriptor instead.

func (*Fixed64ExGTELTE) GetVal

func (x *Fixed64ExGTELTE) GetVal() uint64

func (*Fixed64ExGTELTE) ProtoMessage

func (*Fixed64ExGTELTE) ProtoMessage()

func (*Fixed64ExGTELTE) ProtoReflect

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

func (*Fixed64ExGTELTE) Reset

func (x *Fixed64ExGTELTE) Reset()

func (*Fixed64ExGTELTE) String

func (x *Fixed64ExGTELTE) String() string

type Fixed64ExLTGT

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

func (*Fixed64ExLTGT) Descriptor deprecated

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

Deprecated: Use Fixed64ExLTGT.ProtoReflect.Descriptor instead.

func (*Fixed64ExLTGT) GetVal

func (x *Fixed64ExLTGT) GetVal() uint64

func (*Fixed64ExLTGT) ProtoMessage

func (*Fixed64ExLTGT) ProtoMessage()

func (*Fixed64ExLTGT) ProtoReflect

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

func (*Fixed64ExLTGT) Reset

func (x *Fixed64ExLTGT) Reset()

func (*Fixed64ExLTGT) String

func (x *Fixed64ExLTGT) String() string

type Fixed64GT

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

func (*Fixed64GT) Descriptor deprecated

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

Deprecated: Use Fixed64GT.ProtoReflect.Descriptor instead.

func (*Fixed64GT) GetVal

func (x *Fixed64GT) GetVal() uint64

func (*Fixed64GT) ProtoMessage

func (*Fixed64GT) ProtoMessage()

func (*Fixed64GT) ProtoReflect

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

func (*Fixed64GT) Reset

func (x *Fixed64GT) Reset()

func (*Fixed64GT) String

func (x *Fixed64GT) String() string

type Fixed64GTE

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

func (*Fixed64GTE) Descriptor deprecated

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

Deprecated: Use Fixed64GTE.ProtoReflect.Descriptor instead.

func (*Fixed64GTE) GetVal

func (x *Fixed64GTE) GetVal() uint64

func (*Fixed64GTE) ProtoMessage

func (*Fixed64GTE) ProtoMessage()

func (*Fixed64GTE) ProtoReflect

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

func (*Fixed64GTE) Reset

func (x *Fixed64GTE) Reset()

func (*Fixed64GTE) String

func (x *Fixed64GTE) String() string

type Fixed64GTELTE

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

func (*Fixed64GTELTE) Descriptor deprecated

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

Deprecated: Use Fixed64GTELTE.ProtoReflect.Descriptor instead.

func (*Fixed64GTELTE) GetVal

func (x *Fixed64GTELTE) GetVal() uint64

func (*Fixed64GTELTE) ProtoMessage

func (*Fixed64GTELTE) ProtoMessage()

func (*Fixed64GTELTE) ProtoReflect

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

func (*Fixed64GTELTE) Reset

func (x *Fixed64GTELTE) Reset()

func (*Fixed64GTELTE) String

func (x *Fixed64GTELTE) String() string

type Fixed64GTLT

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

func (*Fixed64GTLT) Descriptor deprecated

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

Deprecated: Use Fixed64GTLT.ProtoReflect.Descriptor instead.

func (*Fixed64GTLT) GetVal

func (x *Fixed64GTLT) GetVal() uint64

func (*Fixed64GTLT) ProtoMessage

func (*Fixed64GTLT) ProtoMessage()

func (*Fixed64GTLT) ProtoReflect

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

func (*Fixed64GTLT) Reset

func (x *Fixed64GTLT) Reset()

func (*Fixed64GTLT) String

func (x *Fixed64GTLT) String() string

type Fixed64Ignore

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

func (*Fixed64Ignore) Descriptor deprecated

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

Deprecated: Use Fixed64Ignore.ProtoReflect.Descriptor instead.

func (*Fixed64Ignore) GetVal

func (x *Fixed64Ignore) GetVal() uint64

func (*Fixed64Ignore) ProtoMessage

func (*Fixed64Ignore) ProtoMessage()

func (*Fixed64Ignore) ProtoReflect

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

func (*Fixed64Ignore) Reset

func (x *Fixed64Ignore) Reset()

func (*Fixed64Ignore) String

func (x *Fixed64Ignore) String() string

type Fixed64In

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

func (*Fixed64In) Descriptor deprecated

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

Deprecated: Use Fixed64In.ProtoReflect.Descriptor instead.

func (*Fixed64In) GetVal

func (x *Fixed64In) GetVal() uint64

func (*Fixed64In) ProtoMessage

func (*Fixed64In) ProtoMessage()

func (*Fixed64In) ProtoReflect

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

func (*Fixed64In) Reset

func (x *Fixed64In) Reset()

func (*Fixed64In) String

func (x *Fixed64In) String() string

type Fixed64LT

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

func (*Fixed64LT) Descriptor deprecated

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

Deprecated: Use Fixed64LT.ProtoReflect.Descriptor instead.

func (*Fixed64LT) GetVal

func (x *Fixed64LT) GetVal() uint64

func (*Fixed64LT) ProtoMessage

func (*Fixed64LT) ProtoMessage()

func (*Fixed64LT) ProtoReflect

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

func (*Fixed64LT) Reset

func (x *Fixed64LT) Reset()

func (*Fixed64LT) String

func (x *Fixed64LT) String() string

type Fixed64LTE

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

func (*Fixed64LTE) Descriptor deprecated

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

Deprecated: Use Fixed64LTE.ProtoReflect.Descriptor instead.

func (*Fixed64LTE) GetVal

func (x *Fixed64LTE) GetVal() uint64

func (*Fixed64LTE) ProtoMessage

func (*Fixed64LTE) ProtoMessage()

func (*Fixed64LTE) ProtoReflect

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

func (*Fixed64LTE) Reset

func (x *Fixed64LTE) Reset()

func (*Fixed64LTE) String

func (x *Fixed64LTE) String() string

type Fixed64None

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

func (*Fixed64None) Descriptor deprecated

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

Deprecated: Use Fixed64None.ProtoReflect.Descriptor instead.

func (*Fixed64None) GetVal

func (x *Fixed64None) GetVal() uint64

func (*Fixed64None) ProtoMessage

func (*Fixed64None) ProtoMessage()

func (*Fixed64None) ProtoReflect

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

func (*Fixed64None) Reset

func (x *Fixed64None) Reset()

func (*Fixed64None) String

func (x *Fixed64None) String() string

type Fixed64NotIn

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

func (*Fixed64NotIn) Descriptor deprecated

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

Deprecated: Use Fixed64NotIn.ProtoReflect.Descriptor instead.

func (*Fixed64NotIn) GetVal

func (x *Fixed64NotIn) GetVal() uint64

func (*Fixed64NotIn) ProtoMessage

func (*Fixed64NotIn) ProtoMessage()

func (*Fixed64NotIn) ProtoReflect

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

func (*Fixed64NotIn) Reset

func (x *Fixed64NotIn) Reset()

func (*Fixed64NotIn) String

func (x *Fixed64NotIn) String() string

type FloatConst

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

func (*FloatConst) Descriptor deprecated

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

Deprecated: Use FloatConst.ProtoReflect.Descriptor instead.

func (*FloatConst) GetVal

func (x *FloatConst) GetVal() float32

func (*FloatConst) ProtoMessage

func (*FloatConst) ProtoMessage()

func (*FloatConst) ProtoReflect

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

func (*FloatConst) Reset

func (x *FloatConst) Reset()

func (*FloatConst) String

func (x *FloatConst) String() string

type FloatExGTELTE

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

func (*FloatExGTELTE) Descriptor deprecated

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

Deprecated: Use FloatExGTELTE.ProtoReflect.Descriptor instead.

func (*FloatExGTELTE) GetVal

func (x *FloatExGTELTE) GetVal() float32

func (*FloatExGTELTE) ProtoMessage

func (*FloatExGTELTE) ProtoMessage()

func (*FloatExGTELTE) ProtoReflect

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

func (*FloatExGTELTE) Reset

func (x *FloatExGTELTE) Reset()

func (*FloatExGTELTE) String

func (x *FloatExGTELTE) String() string

type FloatExLTGT

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

func (*FloatExLTGT) Descriptor deprecated

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

Deprecated: Use FloatExLTGT.ProtoReflect.Descriptor instead.

func (*FloatExLTGT) GetVal

func (x *FloatExLTGT) GetVal() float32

func (*FloatExLTGT) ProtoMessage

func (*FloatExLTGT) ProtoMessage()

func (*FloatExLTGT) ProtoReflect

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

func (*FloatExLTGT) Reset

func (x *FloatExLTGT) Reset()

func (*FloatExLTGT) String

func (x *FloatExLTGT) String() string

type FloatGT

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

func (*FloatGT) Descriptor deprecated

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

Deprecated: Use FloatGT.ProtoReflect.Descriptor instead.

func (*FloatGT) GetVal

func (x *FloatGT) GetVal() float32

func (*FloatGT) ProtoMessage

func (*FloatGT) ProtoMessage()

func (*FloatGT) ProtoReflect

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

func (*FloatGT) Reset

func (x *FloatGT) Reset()

func (*FloatGT) String

func (x *FloatGT) String() string

type FloatGTE

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

func (*FloatGTE) Descriptor deprecated

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

Deprecated: Use FloatGTE.ProtoReflect.Descriptor instead.

func (*FloatGTE) GetVal

func (x *FloatGTE) GetVal() float32

func (*FloatGTE) ProtoMessage

func (*FloatGTE) ProtoMessage()

func (*FloatGTE) ProtoReflect

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

func (*FloatGTE) Reset

func (x *FloatGTE) Reset()

func (*FloatGTE) String

func (x *FloatGTE) String() string

type FloatGTELTE

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

func (*FloatGTELTE) Descriptor deprecated

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

Deprecated: Use FloatGTELTE.ProtoReflect.Descriptor instead.

func (*FloatGTELTE) GetVal

func (x *FloatGTELTE) GetVal() float32

func (*FloatGTELTE) ProtoMessage

func (*FloatGTELTE) ProtoMessage()

func (*FloatGTELTE) ProtoReflect

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

func (*FloatGTELTE) Reset

func (x *FloatGTELTE) Reset()

func (*FloatGTELTE) String

func (x *FloatGTELTE) String() string

type FloatGTLT

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

func (*FloatGTLT) Descriptor deprecated

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

Deprecated: Use FloatGTLT.ProtoReflect.Descriptor instead.

func (*FloatGTLT) GetVal

func (x *FloatGTLT) GetVal() float32

func (*FloatGTLT) ProtoMessage

func (*FloatGTLT) ProtoMessage()

func (*FloatGTLT) ProtoReflect

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

func (*FloatGTLT) Reset

func (x *FloatGTLT) Reset()

func (*FloatGTLT) String

func (x *FloatGTLT) String() string

type FloatIgnore

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

func (*FloatIgnore) Descriptor deprecated

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

Deprecated: Use FloatIgnore.ProtoReflect.Descriptor instead.

func (*FloatIgnore) GetVal

func (x *FloatIgnore) GetVal() float32

func (*FloatIgnore) ProtoMessage

func (*FloatIgnore) ProtoMessage()

func (*FloatIgnore) ProtoReflect

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

func (*FloatIgnore) Reset

func (x *FloatIgnore) Reset()

func (*FloatIgnore) String

func (x *FloatIgnore) String() string

type FloatIn

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

func (*FloatIn) Descriptor deprecated

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

Deprecated: Use FloatIn.ProtoReflect.Descriptor instead.

func (*FloatIn) GetVal

func (x *FloatIn) GetVal() float32

func (*FloatIn) ProtoMessage

func (*FloatIn) ProtoMessage()

func (*FloatIn) ProtoReflect

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

func (*FloatIn) Reset

func (x *FloatIn) Reset()

func (*FloatIn) String

func (x *FloatIn) String() string

type FloatLT

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

func (*FloatLT) Descriptor deprecated

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

Deprecated: Use FloatLT.ProtoReflect.Descriptor instead.

func (*FloatLT) GetVal

func (x *FloatLT) GetVal() float32

func (*FloatLT) ProtoMessage

func (*FloatLT) ProtoMessage()

func (*FloatLT) ProtoReflect

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

func (*FloatLT) Reset

func (x *FloatLT) Reset()

func (*FloatLT) String

func (x *FloatLT) String() string

type FloatLTE

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

func (*FloatLTE) Descriptor deprecated

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

Deprecated: Use FloatLTE.ProtoReflect.Descriptor instead.

func (*FloatLTE) GetVal

func (x *FloatLTE) GetVal() float32

func (*FloatLTE) ProtoMessage

func (*FloatLTE) ProtoMessage()

func (*FloatLTE) ProtoReflect

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

func (*FloatLTE) Reset

func (x *FloatLTE) Reset()

func (*FloatLTE) String

func (x *FloatLTE) String() string

type FloatNone

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

func (*FloatNone) Descriptor deprecated

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

Deprecated: Use FloatNone.ProtoReflect.Descriptor instead.

func (*FloatNone) GetVal

func (x *FloatNone) GetVal() float32

func (*FloatNone) ProtoMessage

func (*FloatNone) ProtoMessage()

func (*FloatNone) ProtoReflect

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

func (*FloatNone) Reset

func (x *FloatNone) Reset()

func (*FloatNone) String

func (x *FloatNone) String() string

type FloatNotIn

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

func (*FloatNotIn) Descriptor deprecated

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

Deprecated: Use FloatNotIn.ProtoReflect.Descriptor instead.

func (*FloatNotIn) GetVal

func (x *FloatNotIn) GetVal() float32

func (*FloatNotIn) ProtoMessage

func (*FloatNotIn) ProtoMessage()

func (*FloatNotIn) ProtoReflect

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

func (*FloatNotIn) Reset

func (x *FloatNotIn) Reset()

func (*FloatNotIn) String

func (x *FloatNotIn) String() string

type Int32Const

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

func (*Int32Const) Descriptor deprecated

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

Deprecated: Use Int32Const.ProtoReflect.Descriptor instead.

func (*Int32Const) GetVal

func (x *Int32Const) GetVal() int32

func (*Int32Const) ProtoMessage

func (*Int32Const) ProtoMessage()

func (*Int32Const) ProtoReflect

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

func (*Int32Const) Reset

func (x *Int32Const) Reset()

func (*Int32Const) String

func (x *Int32Const) String() string

type Int32ExGTELTE

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

func (*Int32ExGTELTE) Descriptor deprecated

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

Deprecated: Use Int32ExGTELTE.ProtoReflect.Descriptor instead.

func (*Int32ExGTELTE) GetVal

func (x *Int32ExGTELTE) GetVal() int32

func (*Int32ExGTELTE) ProtoMessage

func (*Int32ExGTELTE) ProtoMessage()

func (*Int32ExGTELTE) ProtoReflect

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

func (*Int32ExGTELTE) Reset

func (x *Int32ExGTELTE) Reset()

func (*Int32ExGTELTE) String

func (x *Int32ExGTELTE) String() string

type Int32ExLTGT

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

func (*Int32ExLTGT) Descriptor deprecated

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

Deprecated: Use Int32ExLTGT.ProtoReflect.Descriptor instead.

func (*Int32ExLTGT) GetVal

func (x *Int32ExLTGT) GetVal() int32

func (*Int32ExLTGT) ProtoMessage

func (*Int32ExLTGT) ProtoMessage()

func (*Int32ExLTGT) ProtoReflect

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

func (*Int32ExLTGT) Reset

func (x *Int32ExLTGT) Reset()

func (*Int32ExLTGT) String

func (x *Int32ExLTGT) String() string

type Int32GT

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

func (*Int32GT) Descriptor deprecated

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

Deprecated: Use Int32GT.ProtoReflect.Descriptor instead.

func (*Int32GT) GetVal

func (x *Int32GT) GetVal() int32

func (*Int32GT) ProtoMessage

func (*Int32GT) ProtoMessage()

func (*Int32GT) ProtoReflect

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

func (*Int32GT) Reset

func (x *Int32GT) Reset()

func (*Int32GT) String

func (x *Int32GT) String() string

type Int32GTE

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

func (*Int32GTE) Descriptor deprecated

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

Deprecated: Use Int32GTE.ProtoReflect.Descriptor instead.

func (*Int32GTE) GetVal

func (x *Int32GTE) GetVal() int32

func (*Int32GTE) ProtoMessage

func (*Int32GTE) ProtoMessage()

func (*Int32GTE) ProtoReflect

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

func (*Int32GTE) Reset

func (x *Int32GTE) Reset()

func (*Int32GTE) String

func (x *Int32GTE) String() string

type Int32GTELTE

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

func (*Int32GTELTE) Descriptor deprecated

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

Deprecated: Use Int32GTELTE.ProtoReflect.Descriptor instead.

func (*Int32GTELTE) GetVal

func (x *Int32GTELTE) GetVal() int32

func (*Int32GTELTE) ProtoMessage

func (*Int32GTELTE) ProtoMessage()

func (*Int32GTELTE) ProtoReflect

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

func (*Int32GTELTE) Reset

func (x *Int32GTELTE) Reset()

func (*Int32GTELTE) String

func (x *Int32GTELTE) String() string

type Int32GTLT

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

func (*Int32GTLT) Descriptor deprecated

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

Deprecated: Use Int32GTLT.ProtoReflect.Descriptor instead.

func (*Int32GTLT) GetVal

func (x *Int32GTLT) GetVal() int32

func (*Int32GTLT) ProtoMessage

func (*Int32GTLT) ProtoMessage()

func (*Int32GTLT) ProtoReflect

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

func (*Int32GTLT) Reset

func (x *Int32GTLT) Reset()

func (*Int32GTLT) String

func (x *Int32GTLT) String() string

type Int32Ignore

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

func (*Int32Ignore) Descriptor deprecated

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

Deprecated: Use Int32Ignore.ProtoReflect.Descriptor instead.

func (*Int32Ignore) GetVal

func (x *Int32Ignore) GetVal() int32

func (*Int32Ignore) ProtoMessage

func (*Int32Ignore) ProtoMessage()

func (*Int32Ignore) ProtoReflect

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

func (*Int32Ignore) Reset

func (x *Int32Ignore) Reset()

func (*Int32Ignore) String

func (x *Int32Ignore) String() string

type Int32In

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

func (*Int32In) Descriptor deprecated

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

Deprecated: Use Int32In.ProtoReflect.Descriptor instead.

func (*Int32In) GetVal

func (x *Int32In) GetVal() int32

func (*Int32In) ProtoMessage

func (*Int32In) ProtoMessage()

func (*Int32In) ProtoReflect

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

func (*Int32In) Reset

func (x *Int32In) Reset()

func (*Int32In) String

func (x *Int32In) String() string

type Int32LT

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

func (*Int32LT) Descriptor deprecated

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

Deprecated: Use Int32LT.ProtoReflect.Descriptor instead.

func (*Int32LT) GetVal

func (x *Int32LT) GetVal() int32

func (*Int32LT) ProtoMessage

func (*Int32LT) ProtoMessage()

func (*Int32LT) ProtoReflect

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

func (*Int32LT) Reset

func (x *Int32LT) Reset()

func (*Int32LT) String

func (x *Int32LT) String() string

type Int32LTE

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

func (*Int32LTE) Descriptor deprecated

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

Deprecated: Use Int32LTE.ProtoReflect.Descriptor instead.

func (*Int32LTE) GetVal

func (x *Int32LTE) GetVal() int32

func (*Int32LTE) ProtoMessage

func (*Int32LTE) ProtoMessage()

func (*Int32LTE) ProtoReflect

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

func (*Int32LTE) Reset

func (x *Int32LTE) Reset()

func (*Int32LTE) String

func (x *Int32LTE) String() string

type Int32None

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

func (*Int32None) Descriptor deprecated

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

Deprecated: Use Int32None.ProtoReflect.Descriptor instead.

func (*Int32None) GetVal

func (x *Int32None) GetVal() int32

func (*Int32None) ProtoMessage

func (*Int32None) ProtoMessage()

func (*Int32None) ProtoReflect

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

func (*Int32None) Reset

func (x *Int32None) Reset()

func (*Int32None) String

func (x *Int32None) String() string

type Int32NotIn

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

func (*Int32NotIn) Descriptor deprecated

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

Deprecated: Use Int32NotIn.ProtoReflect.Descriptor instead.

func (*Int32NotIn) GetVal

func (x *Int32NotIn) GetVal() int32

func (*Int32NotIn) ProtoMessage

func (*Int32NotIn) ProtoMessage()

func (*Int32NotIn) ProtoReflect

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

func (*Int32NotIn) Reset

func (x *Int32NotIn) Reset()

func (*Int32NotIn) String

func (x *Int32NotIn) String() string

type Int64Const

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

func (*Int64Const) Descriptor deprecated

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

Deprecated: Use Int64Const.ProtoReflect.Descriptor instead.

func (*Int64Const) GetVal

func (x *Int64Const) GetVal() int64

func (*Int64Const) ProtoMessage

func (*Int64Const) ProtoMessage()

func (*Int64Const) ProtoReflect

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

func (*Int64Const) Reset

func (x *Int64Const) Reset()

func (*Int64Const) String

func (x *Int64Const) String() string

type Int64ExGTELTE

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

func (*Int64ExGTELTE) Descriptor deprecated

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

Deprecated: Use Int64ExGTELTE.ProtoReflect.Descriptor instead.

func (*Int64ExGTELTE) GetVal

func (x *Int64ExGTELTE) GetVal() int64

func (*Int64ExGTELTE) ProtoMessage

func (*Int64ExGTELTE) ProtoMessage()

func (*Int64ExGTELTE) ProtoReflect

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

func (*Int64ExGTELTE) Reset

func (x *Int64ExGTELTE) Reset()

func (*Int64ExGTELTE) String

func (x *Int64ExGTELTE) String() string

type Int64ExLTGT

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

func (*Int64ExLTGT) Descriptor deprecated

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

Deprecated: Use Int64ExLTGT.ProtoReflect.Descriptor instead.

func (*Int64ExLTGT) GetVal

func (x *Int64ExLTGT) GetVal() int64

func (*Int64ExLTGT) ProtoMessage

func (*Int64ExLTGT) ProtoMessage()

func (*Int64ExLTGT) ProtoReflect

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

func (*Int64ExLTGT) Reset

func (x *Int64ExLTGT) Reset()

func (*Int64ExLTGT) String

func (x *Int64ExLTGT) String() string

type Int64GT

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

func (*Int64GT) Descriptor deprecated

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

Deprecated: Use Int64GT.ProtoReflect.Descriptor instead.

func (*Int64GT) GetVal

func (x *Int64GT) GetVal() int64

func (*Int64GT) ProtoMessage

func (*Int64GT) ProtoMessage()

func (*Int64GT) ProtoReflect

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

func (*Int64GT) Reset

func (x *Int64GT) Reset()

func (*Int64GT) String

func (x *Int64GT) String() string

type Int64GTE

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

func (*Int64GTE) Descriptor deprecated

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

Deprecated: Use Int64GTE.ProtoReflect.Descriptor instead.

func (*Int64GTE) GetVal

func (x *Int64GTE) GetVal() int64

func (*Int64GTE) ProtoMessage

func (*Int64GTE) ProtoMessage()

func (*Int64GTE) ProtoReflect

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

func (*Int64GTE) Reset

func (x *Int64GTE) Reset()

func (*Int64GTE) String

func (x *Int64GTE) String() string

type Int64GTELTE

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

func (*Int64GTELTE) Descriptor deprecated

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

Deprecated: Use Int64GTELTE.ProtoReflect.Descriptor instead.

func (*Int64GTELTE) GetVal

func (x *Int64GTELTE) GetVal() int64

func (*Int64GTELTE) ProtoMessage

func (*Int64GTELTE) ProtoMessage()

func (*Int64GTELTE) ProtoReflect

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

func (*Int64GTELTE) Reset

func (x *Int64GTELTE) Reset()

func (*Int64GTELTE) String

func (x *Int64GTELTE) String() string

type Int64GTLT

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

func (*Int64GTLT) Descriptor deprecated

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

Deprecated: Use Int64GTLT.ProtoReflect.Descriptor instead.

func (*Int64GTLT) GetVal

func (x *Int64GTLT) GetVal() int64

func (*Int64GTLT) ProtoMessage

func (*Int64GTLT) ProtoMessage()

func (*Int64GTLT) ProtoReflect

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

func (*Int64GTLT) Reset

func (x *Int64GTLT) Reset()

func (*Int64GTLT) String

func (x *Int64GTLT) String() string

type Int64Ignore

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

func (*Int64Ignore) Descriptor deprecated

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

Deprecated: Use Int64Ignore.ProtoReflect.Descriptor instead.

func (*Int64Ignore) GetVal

func (x *Int64Ignore) GetVal() int64

func (*Int64Ignore) ProtoMessage

func (*Int64Ignore) ProtoMessage()

func (*Int64Ignore) ProtoReflect

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

func (*Int64Ignore) Reset

func (x *Int64Ignore) Reset()

func (*Int64Ignore) String

func (x *Int64Ignore) String() string

type Int64In

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

func (*Int64In) Descriptor deprecated

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

Deprecated: Use Int64In.ProtoReflect.Descriptor instead.

func (*Int64In) GetVal

func (x *Int64In) GetVal() int64

func (*Int64In) ProtoMessage

func (*Int64In) ProtoMessage()

func (*Int64In) ProtoReflect

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

func (*Int64In) Reset

func (x *Int64In) Reset()

func (*Int64In) String

func (x *Int64In) String() string

type Int64LT

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

func (*Int64LT) Descriptor deprecated

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

Deprecated: Use Int64LT.ProtoReflect.Descriptor instead.

func (*Int64LT) GetVal

func (x *Int64LT) GetVal() int64

func (*Int64LT) ProtoMessage

func (*Int64LT) ProtoMessage()

func (*Int64LT) ProtoReflect

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

func (*Int64LT) Reset

func (x *Int64LT) Reset()

func (*Int64LT) String

func (x *Int64LT) String() string

type Int64LTE

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

func (*Int64LTE) Descriptor deprecated

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

Deprecated: Use Int64LTE.ProtoReflect.Descriptor instead.

func (*Int64LTE) GetVal

func (x *Int64LTE) GetVal() int64

func (*Int64LTE) ProtoMessage

func (*Int64LTE) ProtoMessage()

func (*Int64LTE) ProtoReflect

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

func (*Int64LTE) Reset

func (x *Int64LTE) Reset()

func (*Int64LTE) String

func (x *Int64LTE) String() string

type Int64None

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

func (*Int64None) Descriptor deprecated

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

Deprecated: Use Int64None.ProtoReflect.Descriptor instead.

func (*Int64None) GetVal

func (x *Int64None) GetVal() int64

func (*Int64None) ProtoMessage

func (*Int64None) ProtoMessage()

func (*Int64None) ProtoReflect

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

func (*Int64None) Reset

func (x *Int64None) Reset()

func (*Int64None) String

func (x *Int64None) String() string

type Int64NotIn

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

func (*Int64NotIn) Descriptor deprecated

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

Deprecated: Use Int64NotIn.ProtoReflect.Descriptor instead.

func (*Int64NotIn) GetVal

func (x *Int64NotIn) GetVal() int64

func (*Int64NotIn) ProtoMessage

func (*Int64NotIn) ProtoMessage()

func (*Int64NotIn) ProtoReflect

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

func (*Int64NotIn) Reset

func (x *Int64NotIn) Reset()

func (*Int64NotIn) String

func (x *Int64NotIn) String() string

type KitchenSinkMessage

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

func (*KitchenSinkMessage) Descriptor deprecated

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

Deprecated: Use KitchenSinkMessage.ProtoReflect.Descriptor instead.

func (*KitchenSinkMessage) GetVal

func (x *KitchenSinkMessage) GetVal() *ComplexTestMsg

func (*KitchenSinkMessage) ProtoMessage

func (*KitchenSinkMessage) ProtoMessage()

func (*KitchenSinkMessage) ProtoReflect

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

func (*KitchenSinkMessage) Reset

func (x *KitchenSinkMessage) Reset()

func (*KitchenSinkMessage) String

func (x *KitchenSinkMessage) String() string

type MapEnumDefined

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

func (*MapEnumDefined) Descriptor deprecated

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

Deprecated: Use MapEnumDefined.ProtoReflect.Descriptor instead.

func (*MapEnumDefined) GetVal

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

func (*MapEnumDefined) ProtoMessage

func (*MapEnumDefined) ProtoMessage()

func (*MapEnumDefined) ProtoReflect

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

func (*MapEnumDefined) Reset

func (x *MapEnumDefined) Reset()

func (*MapEnumDefined) String

func (x *MapEnumDefined) String() string

type MapExact

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

func (*MapExact) Descriptor deprecated

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

Deprecated: Use MapExact.ProtoReflect.Descriptor instead.

func (*MapExact) GetVal

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

func (*MapExact) ProtoMessage

func (*MapExact) ProtoMessage()

func (*MapExact) ProtoReflect

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

func (*MapExact) Reset

func (x *MapExact) Reset()

func (*MapExact) String

func (x *MapExact) String() string

type MapExactIgnore

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

func (*MapExactIgnore) Descriptor deprecated

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

Deprecated: Use MapExactIgnore.ProtoReflect.Descriptor instead.

func (*MapExactIgnore) GetVal

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

func (*MapExactIgnore) ProtoMessage

func (*MapExactIgnore) ProtoMessage()

func (*MapExactIgnore) ProtoReflect

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

func (*MapExactIgnore) Reset

func (x *MapExactIgnore) Reset()

func (*MapExactIgnore) String

func (x *MapExactIgnore) String() string

type MapExternalEnumDefined

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

func (*MapExternalEnumDefined) Descriptor deprecated

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

Deprecated: Use MapExternalEnumDefined.ProtoReflect.Descriptor instead.

func (*MapExternalEnumDefined) GetVal

func (*MapExternalEnumDefined) ProtoMessage

func (*MapExternalEnumDefined) ProtoMessage()

func (*MapExternalEnumDefined) ProtoReflect

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

func (*MapExternalEnumDefined) Reset

func (x *MapExternalEnumDefined) Reset()

func (*MapExternalEnumDefined) String

func (x *MapExternalEnumDefined) String() string

type MapKeys

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

func (*MapKeys) Descriptor deprecated

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

Deprecated: Use MapKeys.ProtoReflect.Descriptor instead.

func (*MapKeys) GetVal

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

func (*MapKeys) ProtoMessage

func (*MapKeys) ProtoMessage()

func (*MapKeys) ProtoReflect

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

func (*MapKeys) Reset

func (x *MapKeys) Reset()

func (*MapKeys) String

func (x *MapKeys) String() string

type MapKeysPattern

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

func (*MapKeysPattern) Descriptor deprecated

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

Deprecated: Use MapKeysPattern.ProtoReflect.Descriptor instead.

func (*MapKeysPattern) GetVal

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

func (*MapKeysPattern) ProtoMessage

func (*MapKeysPattern) ProtoMessage()

func (*MapKeysPattern) ProtoReflect

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

func (*MapKeysPattern) Reset

func (x *MapKeysPattern) Reset()

func (*MapKeysPattern) String

func (x *MapKeysPattern) String() string

type MapMax

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

func (*MapMax) Descriptor deprecated

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

Deprecated: Use MapMax.ProtoReflect.Descriptor instead.

func (*MapMax) GetVal

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

func (*MapMax) ProtoMessage

func (*MapMax) ProtoMessage()

func (*MapMax) ProtoReflect

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

func (*MapMax) Reset

func (x *MapMax) Reset()

func (*MapMax) String

func (x *MapMax) String() string

type MapMin

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

func (*MapMin) Descriptor deprecated

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

Deprecated: Use MapMin.ProtoReflect.Descriptor instead.

func (*MapMin) GetVal

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

func (*MapMin) ProtoMessage

func (*MapMin) ProtoMessage()

func (*MapMin) ProtoReflect

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

func (*MapMin) Reset

func (x *MapMin) Reset()

func (*MapMin) String

func (x *MapMin) String() string

type MapMinMax

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

func (*MapMinMax) Descriptor deprecated

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

Deprecated: Use MapMinMax.ProtoReflect.Descriptor instead.

func (*MapMinMax) GetVal

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

func (*MapMinMax) ProtoMessage

func (*MapMinMax) ProtoMessage()

func (*MapMinMax) ProtoReflect

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

func (*MapMinMax) Reset

func (x *MapMinMax) Reset()

func (*MapMinMax) String

func (x *MapMinMax) String() string

type MapNoSparse

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

func (*MapNoSparse) Descriptor deprecated

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

Deprecated: Use MapNoSparse.ProtoReflect.Descriptor instead.

func (*MapNoSparse) GetVal

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

func (*MapNoSparse) ProtoMessage

func (*MapNoSparse) ProtoMessage()

func (*MapNoSparse) ProtoReflect

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

func (*MapNoSparse) Reset

func (x *MapNoSparse) Reset()

func (*MapNoSparse) String

func (x *MapNoSparse) String() string

type MapNoSparse_Msg

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

func (*MapNoSparse_Msg) Descriptor deprecated

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

Deprecated: Use MapNoSparse_Msg.ProtoReflect.Descriptor instead.

func (*MapNoSparse_Msg) ProtoMessage

func (*MapNoSparse_Msg) ProtoMessage()

func (*MapNoSparse_Msg) ProtoReflect

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

func (*MapNoSparse_Msg) Reset

func (x *MapNoSparse_Msg) Reset()

func (*MapNoSparse_Msg) String

func (x *MapNoSparse_Msg) String() string

type MapNone

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

func (*MapNone) Descriptor deprecated

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

Deprecated: Use MapNone.ProtoReflect.Descriptor instead.

func (*MapNone) GetVal

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

func (*MapNone) ProtoMessage

func (*MapNone) ProtoMessage()

func (*MapNone) ProtoReflect

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

func (*MapNone) Reset

func (x *MapNone) Reset()

func (*MapNone) String

func (x *MapNone) String() string

type MapRecursive

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

func (*MapRecursive) Descriptor deprecated

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

Deprecated: Use MapRecursive.ProtoReflect.Descriptor instead.

func (*MapRecursive) GetVal

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

func (*MapRecursive) ProtoMessage

func (*MapRecursive) ProtoMessage()

func (*MapRecursive) ProtoReflect

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

func (*MapRecursive) Reset

func (x *MapRecursive) Reset()

func (*MapRecursive) String

func (x *MapRecursive) String() string

type MapRecursive_Msg

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

func (*MapRecursive_Msg) Descriptor deprecated

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

Deprecated: Use MapRecursive_Msg.ProtoReflect.Descriptor instead.

func (*MapRecursive_Msg) GetVal

func (x *MapRecursive_Msg) GetVal() string

func (*MapRecursive_Msg) ProtoMessage

func (*MapRecursive_Msg) ProtoMessage()

func (*MapRecursive_Msg) ProtoReflect

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

func (*MapRecursive_Msg) Reset

func (x *MapRecursive_Msg) Reset()

func (*MapRecursive_Msg) String

func (x *MapRecursive_Msg) String() string

type MapValues

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

func (*MapValues) Descriptor deprecated

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

Deprecated: Use MapValues.ProtoReflect.Descriptor instead.

func (*MapValues) GetVal

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

func (*MapValues) ProtoMessage

func (*MapValues) ProtoMessage()

func (*MapValues) ProtoReflect

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

func (*MapValues) Reset

func (x *MapValues) Reset()

func (*MapValues) String

func (x *MapValues) String() string

type MapValuesPattern

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

func (*MapValuesPattern) Descriptor deprecated

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

Deprecated: Use MapValuesPattern.ProtoReflect.Descriptor instead.

func (*MapValuesPattern) GetVal

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

func (*MapValuesPattern) ProtoMessage

func (*MapValuesPattern) ProtoMessage()

func (*MapValuesPattern) ProtoReflect

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

func (*MapValuesPattern) Reset

func (x *MapValuesPattern) Reset()

func (*MapValuesPattern) String

func (x *MapValuesPattern) String() string

type Message

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

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetVal

func (x *Message) GetVal() *TestMsg

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type MessageCrossPackage

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

func (*MessageCrossPackage) Descriptor deprecated

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

Deprecated: Use MessageCrossPackage.ProtoReflect.Descriptor instead.

func (*MessageCrossPackage) GetVal

func (*MessageCrossPackage) ProtoMessage

func (*MessageCrossPackage) ProtoMessage()

func (*MessageCrossPackage) ProtoReflect

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

func (*MessageCrossPackage) Reset

func (x *MessageCrossPackage) Reset()

func (*MessageCrossPackage) String

func (x *MessageCrossPackage) String() string

type MessageDisabled

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

func (*MessageDisabled) Descriptor deprecated

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

Deprecated: Use MessageDisabled.ProtoReflect.Descriptor instead.

func (*MessageDisabled) GetVal

func (x *MessageDisabled) GetVal() uint64

func (*MessageDisabled) ProtoMessage

func (*MessageDisabled) ProtoMessage()

func (*MessageDisabled) ProtoReflect

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

func (*MessageDisabled) Reset

func (x *MessageDisabled) Reset()

func (*MessageDisabled) String

func (x *MessageDisabled) String() string

type MessageIgnored

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

func (*MessageIgnored) Descriptor deprecated

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

Deprecated: Use MessageIgnored.ProtoReflect.Descriptor instead.

func (*MessageIgnored) GetVal

func (x *MessageIgnored) GetVal() uint64

func (*MessageIgnored) ProtoMessage

func (*MessageIgnored) ProtoMessage()

func (*MessageIgnored) ProtoReflect

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

func (*MessageIgnored) Reset

func (x *MessageIgnored) Reset()

func (*MessageIgnored) String

func (x *MessageIgnored) String() string

type MessageNone

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

func (*MessageNone) Descriptor deprecated

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

Deprecated: Use MessageNone.ProtoReflect.Descriptor instead.

func (*MessageNone) GetVal

func (x *MessageNone) GetVal() *MessageNone_NoneMsg

func (*MessageNone) ProtoMessage

func (*MessageNone) ProtoMessage()

func (*MessageNone) ProtoReflect

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

func (*MessageNone) Reset

func (x *MessageNone) Reset()

func (*MessageNone) String

func (x *MessageNone) String() string

type MessageNone_NoneMsg

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

func (*MessageNone_NoneMsg) Descriptor deprecated

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

Deprecated: Use MessageNone_NoneMsg.ProtoReflect.Descriptor instead.

func (*MessageNone_NoneMsg) ProtoMessage

func (*MessageNone_NoneMsg) ProtoMessage()

func (*MessageNone_NoneMsg) ProtoReflect

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

func (*MessageNone_NoneMsg) Reset

func (x *MessageNone_NoneMsg) Reset()

func (*MessageNone_NoneMsg) String

func (x *MessageNone_NoneMsg) String() string

type MessageRequired

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

func (*MessageRequired) Descriptor deprecated

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

Deprecated: Use MessageRequired.ProtoReflect.Descriptor instead.

func (*MessageRequired) GetVal

func (x *MessageRequired) GetVal() *TestMsg

func (*MessageRequired) ProtoMessage

func (*MessageRequired) ProtoMessage()

func (*MessageRequired) ProtoReflect

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

func (*MessageRequired) Reset

func (x *MessageRequired) Reset()

func (*MessageRequired) String

func (x *MessageRequired) String() string

type MessageRequiredOneof

type MessageRequiredOneof struct {

	// Types that are assignable to One:
	//	*MessageRequiredOneof_Val
	One isMessageRequiredOneof_One `protobuf_oneof:"one"`
	// contains filtered or unexported fields
}

func (*MessageRequiredOneof) Descriptor deprecated

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

Deprecated: Use MessageRequiredOneof.ProtoReflect.Descriptor instead.

func (*MessageRequiredOneof) GetOne

func (m *MessageRequiredOneof) GetOne() isMessageRequiredOneof_One

func (*MessageRequiredOneof) GetVal

func (x *MessageRequiredOneof) GetVal() *TestMsg

func (*MessageRequiredOneof) ProtoMessage

func (*MessageRequiredOneof) ProtoMessage()

func (*MessageRequiredOneof) ProtoReflect

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

func (*MessageRequiredOneof) Reset

func (x *MessageRequiredOneof) Reset()

func (*MessageRequiredOneof) String

func (x *MessageRequiredOneof) String() string

type MessageRequiredOneof_Val

type MessageRequiredOneof_Val struct {
	Val *TestMsg `protobuf:"bytes,1,opt,name=val,proto3,oneof"`
}

type MessageSkip

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

func (*MessageSkip) Descriptor deprecated

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

Deprecated: Use MessageSkip.ProtoReflect.Descriptor instead.

func (*MessageSkip) GetVal

func (x *MessageSkip) GetVal() *TestMsg

func (*MessageSkip) ProtoMessage

func (*MessageSkip) ProtoMessage()

func (*MessageSkip) ProtoReflect

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

func (*MessageSkip) Reset

func (x *MessageSkip) Reset()

func (*MessageSkip) String

func (x *MessageSkip) String() string

type MessageWith3DInside

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

func (*MessageWith3DInside) Descriptor deprecated

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

Deprecated: Use MessageWith3DInside.ProtoReflect.Descriptor instead.

func (*MessageWith3DInside) ProtoMessage

func (*MessageWith3DInside) ProtoMessage()

func (*MessageWith3DInside) ProtoReflect

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

func (*MessageWith3DInside) Reset

func (x *MessageWith3DInside) Reset()

func (*MessageWith3DInside) String

func (x *MessageWith3DInside) String() string

type OneOf

type OneOf struct {

	// Types that are assignable to O:
	//	*OneOf_X
	//	*OneOf_Y
	//	*OneOf_Z
	O isOneOf_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOf) Descriptor deprecated

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

Deprecated: Use OneOf.ProtoReflect.Descriptor instead.

func (*OneOf) GetO

func (m *OneOf) GetO() isOneOf_O

func (*OneOf) GetX

func (x *OneOf) GetX() string

func (*OneOf) GetY

func (x *OneOf) GetY() int32

func (*OneOf) GetZ

func (x *OneOf) GetZ() *TestOneOfMsg

func (*OneOf) ProtoMessage

func (*OneOf) ProtoMessage()

func (*OneOf) ProtoReflect

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

func (*OneOf) Reset

func (x *OneOf) Reset()

func (*OneOf) String

func (x *OneOf) String() string

type OneOfNone

type OneOfNone struct {

	// Types that are assignable to O:
	//	*OneOfNone_X
	//	*OneOfNone_Y
	O isOneOfNone_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOfNone) Descriptor deprecated

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

Deprecated: Use OneOfNone.ProtoReflect.Descriptor instead.

func (*OneOfNone) GetO

func (m *OneOfNone) GetO() isOneOfNone_O

func (*OneOfNone) GetX

func (x *OneOfNone) GetX() string

func (*OneOfNone) GetY

func (x *OneOfNone) GetY() int32

func (*OneOfNone) ProtoMessage

func (*OneOfNone) ProtoMessage()

func (*OneOfNone) ProtoReflect

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

func (*OneOfNone) Reset

func (x *OneOfNone) Reset()

func (*OneOfNone) String

func (x *OneOfNone) String() string

type OneOfNone_X

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

type OneOfNone_Y

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

type OneOfRequired

type OneOfRequired struct {

	// Types that are assignable to O:
	//	*OneOfRequired_X
	//	*OneOfRequired_Y
	//	*OneOfRequired_NameWithUnderscores
	//	*OneOfRequired_UnderAnd_1Number
	O isOneOfRequired_O `protobuf_oneof:"o"`
	// contains filtered or unexported fields
}

func (*OneOfRequired) Descriptor deprecated

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

Deprecated: Use OneOfRequired.ProtoReflect.Descriptor instead.

func (*OneOfRequired) GetNameWithUnderscores

func (x *OneOfRequired) GetNameWithUnderscores() int32

func (*OneOfRequired) GetO

func (m *OneOfRequired) GetO() isOneOfRequired_O

func (*OneOfRequired) GetUnderAnd_1Number

func (x *OneOfRequired) GetUnderAnd_1Number() int32

func (*OneOfRequired) GetX

func (x *OneOfRequired) GetX() string

func (*OneOfRequired) GetY

func (x *OneOfRequired) GetY() int32

func (*OneOfRequired) ProtoMessage

func (*OneOfRequired) ProtoMessage()

func (*OneOfRequired) ProtoReflect

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

func (*OneOfRequired) Reset

func (x *OneOfRequired) Reset()

func (*OneOfRequired) String

func (x *OneOfRequired) String() string

type OneOfRequired_NameWithUnderscores

type OneOfRequired_NameWithUnderscores struct {
	NameWithUnderscores int32 `protobuf:"varint,3,opt,name=name_with_underscores,json=nameWithUnderscores,proto3,oneof"`
}

type OneOfRequired_UnderAnd_1Number

type OneOfRequired_UnderAnd_1Number struct {
	UnderAnd_1Number int32 `protobuf:"varint,4,opt,name=under_and_1_number,json=underAnd1Number,proto3,oneof"`
}

type OneOfRequired_X

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

type OneOfRequired_Y

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

type OneOf_X

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

type OneOf_Y

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

type OneOf_Z

type OneOf_Z struct {
	Z *TestOneOfMsg `protobuf:"bytes,3,opt,name=z,proto3,oneof"`
}

type RepeatedDuration

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

func (*RepeatedDuration) Descriptor deprecated

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

Deprecated: Use RepeatedDuration.ProtoReflect.Descriptor instead.

func (*RepeatedDuration) GetVal

func (x *RepeatedDuration) GetVal() []*durationpb.Duration

func (*RepeatedDuration) ProtoMessage

func (*RepeatedDuration) ProtoMessage()

func (*RepeatedDuration) ProtoReflect

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

func (*RepeatedDuration) Reset

func (x *RepeatedDuration) Reset()

func (*RepeatedDuration) String

func (x *RepeatedDuration) String() string

type RepeatedEmbedCrossPackageNone

type RepeatedEmbedCrossPackageNone struct {
	Val []*other_package.Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedCrossPackageNone) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedCrossPackageNone.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedCrossPackageNone) GetVal

func (*RepeatedEmbedCrossPackageNone) ProtoMessage

func (*RepeatedEmbedCrossPackageNone) ProtoMessage()

func (*RepeatedEmbedCrossPackageNone) ProtoReflect

func (*RepeatedEmbedCrossPackageNone) Reset

func (x *RepeatedEmbedCrossPackageNone) Reset()

func (*RepeatedEmbedCrossPackageNone) String

type RepeatedEmbedNone

type RepeatedEmbedNone struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedNone) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedNone.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedNone) GetVal

func (x *RepeatedEmbedNone) GetVal() []*Embed

func (*RepeatedEmbedNone) ProtoMessage

func (*RepeatedEmbedNone) ProtoMessage()

func (*RepeatedEmbedNone) ProtoReflect

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

func (*RepeatedEmbedNone) Reset

func (x *RepeatedEmbedNone) Reset()

func (*RepeatedEmbedNone) String

func (x *RepeatedEmbedNone) String() string

type RepeatedEmbedSkip

type RepeatedEmbedSkip struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEmbedSkip) Descriptor deprecated

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

Deprecated: Use RepeatedEmbedSkip.ProtoReflect.Descriptor instead.

func (*RepeatedEmbedSkip) GetVal

func (x *RepeatedEmbedSkip) GetVal() []*Embed

func (*RepeatedEmbedSkip) ProtoMessage

func (*RepeatedEmbedSkip) ProtoMessage()

func (*RepeatedEmbedSkip) ProtoReflect

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

func (*RepeatedEmbedSkip) Reset

func (x *RepeatedEmbedSkip) Reset()

func (*RepeatedEmbedSkip) String

func (x *RepeatedEmbedSkip) String() string

type RepeatedEmbeddedEnumIn

type RepeatedEmbeddedEnumIn struct {
	Val []RepeatedEmbeddedEnumIn_AnotherInEnum `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RepeatedEmbeddedEnumIn) Descriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumIn.ProtoReflect.Descriptor instead.

func (*RepeatedEmbeddedEnumIn) GetVal

func (*RepeatedEmbeddedEnumIn) ProtoMessage

func (*RepeatedEmbeddedEnumIn) ProtoMessage()

func (*RepeatedEmbeddedEnumIn) ProtoReflect

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

func (*RepeatedEmbeddedEnumIn) Reset

func (x *RepeatedEmbeddedEnumIn) Reset()

func (*RepeatedEmbeddedEnumIn) String

func (x *RepeatedEmbeddedEnumIn) String() string

type RepeatedEmbeddedEnumIn_AnotherInEnum

type RepeatedEmbeddedEnumIn_AnotherInEnum int32
const (
	RepeatedEmbeddedEnumIn_A RepeatedEmbeddedEnumIn_AnotherInEnum = 0
	RepeatedEmbeddedEnumIn_B RepeatedEmbeddedEnumIn_AnotherInEnum = 1
)

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Descriptor

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Enum

func (RepeatedEmbeddedEnumIn_AnotherInEnum) EnumDescriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumIn_AnotherInEnum.Descriptor instead.

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Number

func (RepeatedEmbeddedEnumIn_AnotherInEnum) String

func (RepeatedEmbeddedEnumIn_AnotherInEnum) Type

type RepeatedEmbeddedEnumNotIn

type RepeatedEmbeddedEnumNotIn struct {
	Val []RepeatedEmbeddedEnumNotIn_AnotherNotInEnum `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RepeatedEmbeddedEnumNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedEmbeddedEnumNotIn) GetVal

func (*RepeatedEmbeddedEnumNotIn) ProtoMessage

func (*RepeatedEmbeddedEnumNotIn) ProtoMessage()

func (*RepeatedEmbeddedEnumNotIn) ProtoReflect

func (*RepeatedEmbeddedEnumNotIn) Reset

func (x *RepeatedEmbeddedEnumNotIn) Reset()

func (*RepeatedEmbeddedEnumNotIn) String

func (x *RepeatedEmbeddedEnumNotIn) String() string

type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum

type RepeatedEmbeddedEnumNotIn_AnotherNotInEnum int32
const (
	RepeatedEmbeddedEnumNotIn_A RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 0
	RepeatedEmbeddedEnumNotIn_B RepeatedEmbeddedEnumNotIn_AnotherNotInEnum = 1
)

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Descriptor

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Enum

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) EnumDescriptor deprecated

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

Deprecated: Use RepeatedEmbeddedEnumNotIn_AnotherNotInEnum.Descriptor instead.

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Number

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) String

func (RepeatedEmbeddedEnumNotIn_AnotherNotInEnum) Type

type RepeatedEnumDefined

type RepeatedEnumDefined struct {
	Val []TestEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.harness.cases.TestEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumDefined) Descriptor deprecated

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

Deprecated: Use RepeatedEnumDefined.ProtoReflect.Descriptor instead.

func (*RepeatedEnumDefined) GetVal

func (x *RepeatedEnumDefined) GetVal() []TestEnum

func (*RepeatedEnumDefined) ProtoMessage

func (*RepeatedEnumDefined) ProtoMessage()

func (*RepeatedEnumDefined) ProtoReflect

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

func (*RepeatedEnumDefined) Reset

func (x *RepeatedEnumDefined) Reset()

func (*RepeatedEnumDefined) String

func (x *RepeatedEnumDefined) String() string

type RepeatedEnumIn

type RepeatedEnumIn struct {
	Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.harness.cases.AnEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumIn) Descriptor deprecated

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

Deprecated: Use RepeatedEnumIn.ProtoReflect.Descriptor instead.

func (*RepeatedEnumIn) GetVal

func (x *RepeatedEnumIn) GetVal() []AnEnum

func (*RepeatedEnumIn) ProtoMessage

func (*RepeatedEnumIn) ProtoMessage()

func (*RepeatedEnumIn) ProtoReflect

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

func (*RepeatedEnumIn) Reset

func (x *RepeatedEnumIn) Reset()

func (*RepeatedEnumIn) String

func (x *RepeatedEnumIn) String() string

type RepeatedEnumNotIn

type RepeatedEnumNotIn struct {
	Val []AnEnum `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.harness.cases.AnEnum" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedEnumNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedEnumNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedEnumNotIn) GetVal

func (x *RepeatedEnumNotIn) GetVal() []AnEnum

func (*RepeatedEnumNotIn) ProtoMessage

func (*RepeatedEnumNotIn) ProtoMessage()

func (*RepeatedEnumNotIn) ProtoReflect

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

func (*RepeatedEnumNotIn) Reset

func (x *RepeatedEnumNotIn) Reset()

func (*RepeatedEnumNotIn) String

func (x *RepeatedEnumNotIn) String() string

type RepeatedExact

type RepeatedExact struct {
	Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExact) Descriptor deprecated

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

Deprecated: Use RepeatedExact.ProtoReflect.Descriptor instead.

func (*RepeatedExact) GetVal

func (x *RepeatedExact) GetVal() []uint32

func (*RepeatedExact) ProtoMessage

func (*RepeatedExact) ProtoMessage()

func (*RepeatedExact) ProtoReflect

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

func (*RepeatedExact) Reset

func (x *RepeatedExact) Reset()

func (*RepeatedExact) String

func (x *RepeatedExact) String() string

type RepeatedExactIgnore

type RepeatedExactIgnore struct {
	Val []uint32 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExactIgnore) Descriptor deprecated

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

Deprecated: Use RepeatedExactIgnore.ProtoReflect.Descriptor instead.

func (*RepeatedExactIgnore) GetVal

func (x *RepeatedExactIgnore) GetVal() []uint32

func (*RepeatedExactIgnore) ProtoMessage

func (*RepeatedExactIgnore) ProtoMessage()

func (*RepeatedExactIgnore) ProtoReflect

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

func (*RepeatedExactIgnore) Reset

func (x *RepeatedExactIgnore) Reset()

func (*RepeatedExactIgnore) String

func (x *RepeatedExactIgnore) String() string

type RepeatedExternalEnumDefined

type RepeatedExternalEnumDefined struct {
	Val []other_package.Embed_Enumerated `protobuf:"varint,1,rep,packed,name=val,proto3,enum=tests.harness.cases.other_package.Embed_Enumerated" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedExternalEnumDefined) Descriptor deprecated

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

Deprecated: Use RepeatedExternalEnumDefined.ProtoReflect.Descriptor instead.

func (*RepeatedExternalEnumDefined) GetVal

func (*RepeatedExternalEnumDefined) ProtoMessage

func (*RepeatedExternalEnumDefined) ProtoMessage()

func (*RepeatedExternalEnumDefined) ProtoReflect

func (*RepeatedExternalEnumDefined) Reset

func (x *RepeatedExternalEnumDefined) Reset()

func (*RepeatedExternalEnumDefined) String

func (x *RepeatedExternalEnumDefined) String() string

type RepeatedItemIn

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

func (*RepeatedItemIn) Descriptor deprecated

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

Deprecated: Use RepeatedItemIn.ProtoReflect.Descriptor instead.

func (*RepeatedItemIn) GetVal

func (x *RepeatedItemIn) GetVal() []string

func (*RepeatedItemIn) ProtoMessage

func (*RepeatedItemIn) ProtoMessage()

func (*RepeatedItemIn) ProtoReflect

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

func (*RepeatedItemIn) Reset

func (x *RepeatedItemIn) Reset()

func (*RepeatedItemIn) String

func (x *RepeatedItemIn) String() string

type RepeatedItemNotIn

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

func (*RepeatedItemNotIn) Descriptor deprecated

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

Deprecated: Use RepeatedItemNotIn.ProtoReflect.Descriptor instead.

func (*RepeatedItemNotIn) GetVal

func (x *RepeatedItemNotIn) GetVal() []string

func (*RepeatedItemNotIn) ProtoMessage

func (*RepeatedItemNotIn) ProtoMessage()

func (*RepeatedItemNotIn) ProtoReflect

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

func (*RepeatedItemNotIn) Reset

func (x *RepeatedItemNotIn) Reset()

func (*RepeatedItemNotIn) String

func (x *RepeatedItemNotIn) String() string

type RepeatedItemPattern

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

func (*RepeatedItemPattern) Descriptor deprecated

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

Deprecated: Use RepeatedItemPattern.ProtoReflect.Descriptor instead.

func (*RepeatedItemPattern) GetVal

func (x *RepeatedItemPattern) GetVal() []string

func (*RepeatedItemPattern) ProtoMessage

func (*RepeatedItemPattern) ProtoMessage()

func (*RepeatedItemPattern) ProtoReflect

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

func (*RepeatedItemPattern) Reset

func (x *RepeatedItemPattern) Reset()

func (*RepeatedItemPattern) String

func (x *RepeatedItemPattern) String() string

type RepeatedItemRule

type RepeatedItemRule struct {
	Val []float32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedItemRule) Descriptor deprecated

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

Deprecated: Use RepeatedItemRule.ProtoReflect.Descriptor instead.

func (*RepeatedItemRule) GetVal

func (x *RepeatedItemRule) GetVal() []float32

func (*RepeatedItemRule) ProtoMessage

func (*RepeatedItemRule) ProtoMessage()

func (*RepeatedItemRule) ProtoReflect

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

func (*RepeatedItemRule) Reset

func (x *RepeatedItemRule) Reset()

func (*RepeatedItemRule) String

func (x *RepeatedItemRule) String() string

type RepeatedMax

type RepeatedMax struct {
	Val []float64 `protobuf:"fixed64,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMax) Descriptor deprecated

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

Deprecated: Use RepeatedMax.ProtoReflect.Descriptor instead.

func (*RepeatedMax) GetVal

func (x *RepeatedMax) GetVal() []float64

func (*RepeatedMax) ProtoMessage

func (*RepeatedMax) ProtoMessage()

func (*RepeatedMax) ProtoReflect

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

func (*RepeatedMax) Reset

func (x *RepeatedMax) Reset()

func (*RepeatedMax) String

func (x *RepeatedMax) String() string

type RepeatedMin

type RepeatedMin struct {
	Val []*Embed `protobuf:"bytes,1,rep,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMin) Descriptor deprecated

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

Deprecated: Use RepeatedMin.ProtoReflect.Descriptor instead.

func (*RepeatedMin) GetVal

func (x *RepeatedMin) GetVal() []*Embed

func (*RepeatedMin) ProtoMessage

func (*RepeatedMin) ProtoMessage()

func (*RepeatedMin) ProtoReflect

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

func (*RepeatedMin) Reset

func (x *RepeatedMin) Reset()

func (*RepeatedMin) String

func (x *RepeatedMin) String() string

type RepeatedMinAndItemLen

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

func (*RepeatedMinAndItemLen) Descriptor deprecated

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

Deprecated: Use RepeatedMinAndItemLen.ProtoReflect.Descriptor instead.

func (*RepeatedMinAndItemLen) GetVal

func (x *RepeatedMinAndItemLen) GetVal() []string

func (*RepeatedMinAndItemLen) ProtoMessage

func (*RepeatedMinAndItemLen) ProtoMessage()

func (*RepeatedMinAndItemLen) ProtoReflect

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

func (*RepeatedMinAndItemLen) Reset

func (x *RepeatedMinAndItemLen) Reset()

func (*RepeatedMinAndItemLen) String

func (x *RepeatedMinAndItemLen) String() string

type RepeatedMinAndMaxItemLen

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

func (*RepeatedMinAndMaxItemLen) Descriptor deprecated

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

Deprecated: Use RepeatedMinAndMaxItemLen.ProtoReflect.Descriptor instead.

func (*RepeatedMinAndMaxItemLen) GetVal

func (x *RepeatedMinAndMaxItemLen) GetVal() []string

func (*RepeatedMinAndMaxItemLen) ProtoMessage

func (*RepeatedMinAndMaxItemLen) ProtoMessage()

func (*RepeatedMinAndMaxItemLen) ProtoReflect

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

func (*RepeatedMinAndMaxItemLen) Reset

func (x *RepeatedMinAndMaxItemLen) Reset()

func (*RepeatedMinAndMaxItemLen) String

func (x *RepeatedMinAndMaxItemLen) String() string

type RepeatedMinMax

type RepeatedMinMax struct {
	Val []int32 `protobuf:"fixed32,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedMinMax) Descriptor deprecated

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

Deprecated: Use RepeatedMinMax.ProtoReflect.Descriptor instead.

func (*RepeatedMinMax) GetVal

func (x *RepeatedMinMax) GetVal() []int32

func (*RepeatedMinMax) ProtoMessage

func (*RepeatedMinMax) ProtoMessage()

func (*RepeatedMinMax) ProtoReflect

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

func (*RepeatedMinMax) Reset

func (x *RepeatedMinMax) Reset()

func (*RepeatedMinMax) String

func (x *RepeatedMinMax) String() string

type RepeatedNone

type RepeatedNone struct {
	Val []int64 `protobuf:"varint,1,rep,packed,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*RepeatedNone) Descriptor deprecated

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

Deprecated: Use RepeatedNone.ProtoReflect.Descriptor instead.

func (*RepeatedNone) GetVal

func (x *RepeatedNone) GetVal() []int64

func (*RepeatedNone) ProtoMessage

func (*RepeatedNone) ProtoMessage()

func (*RepeatedNone) ProtoReflect

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

func (*RepeatedNone) Reset

func (x *RepeatedNone) Reset()

func (*RepeatedNone) String

func (x *RepeatedNone) String() string

type RepeatedUnique

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

func (*RepeatedUnique) Descriptor deprecated

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

Deprecated: Use RepeatedUnique.ProtoReflect.Descriptor instead.

func (*RepeatedUnique) GetVal

func (x *RepeatedUnique) GetVal() []string

func (*RepeatedUnique) ProtoMessage

func (*RepeatedUnique) ProtoMessage()

func (*RepeatedUnique) ProtoReflect

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

func (*RepeatedUnique) Reset

func (x *RepeatedUnique) Reset()

func (*RepeatedUnique) String

func (x *RepeatedUnique) String() string

type SFixed32Const

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

func (*SFixed32Const) Descriptor deprecated

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

Deprecated: Use SFixed32Const.ProtoReflect.Descriptor instead.

func (*SFixed32Const) GetVal

func (x *SFixed32Const) GetVal() int32

func (*SFixed32Const) ProtoMessage

func (*SFixed32Const) ProtoMessage()

func (*SFixed32Const) ProtoReflect

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

func (*SFixed32Const) Reset

func (x *SFixed32Const) Reset()

func (*SFixed32Const) String

func (x *SFixed32Const) String() string

type SFixed32ExGTELTE

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

func (*SFixed32ExGTELTE) Descriptor deprecated

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

Deprecated: Use SFixed32ExGTELTE.ProtoReflect.Descriptor instead.

func (*SFixed32ExGTELTE) GetVal

func (x *SFixed32ExGTELTE) GetVal() int32

func (*SFixed32ExGTELTE) ProtoMessage

func (*SFixed32ExGTELTE) ProtoMessage()

func (*SFixed32ExGTELTE) ProtoReflect

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

func (*SFixed32ExGTELTE) Reset

func (x *SFixed32ExGTELTE) Reset()

func (*SFixed32ExGTELTE) String

func (x *SFixed32ExGTELTE) String() string

type SFixed32ExLTGT

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

func (*SFixed32ExLTGT) Descriptor deprecated

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

Deprecated: Use SFixed32ExLTGT.ProtoReflect.Descriptor instead.

func (*SFixed32ExLTGT) GetVal

func (x *SFixed32ExLTGT) GetVal() int32

func (*SFixed32ExLTGT) ProtoMessage

func (*SFixed32ExLTGT) ProtoMessage()

func (*SFixed32ExLTGT) ProtoReflect

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

func (*SFixed32ExLTGT) Reset

func (x *SFixed32ExLTGT) Reset()

func (*SFixed32ExLTGT) String

func (x *SFixed32ExLTGT) String() string

type SFixed32GT

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

func (*SFixed32GT) Descriptor deprecated

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

Deprecated: Use SFixed32GT.ProtoReflect.Descriptor instead.

func (*SFixed32GT) GetVal

func (x *SFixed32GT) GetVal() int32

func (*SFixed32GT) ProtoMessage

func (*SFixed32GT) ProtoMessage()

func (*SFixed32GT) ProtoReflect

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

func (*SFixed32GT) Reset

func (x *SFixed32GT) Reset()

func (*SFixed32GT) String

func (x *SFixed32GT) String() string

type SFixed32GTE

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

func (*SFixed32GTE) Descriptor deprecated

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

Deprecated: Use SFixed32GTE.ProtoReflect.Descriptor instead.

func (*SFixed32GTE) GetVal

func (x *SFixed32GTE) GetVal() int32

func (*SFixed32GTE) ProtoMessage

func (*SFixed32GTE) ProtoMessage()

func (*SFixed32GTE) ProtoReflect

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

func (*SFixed32GTE) Reset

func (x *SFixed32GTE) Reset()

func (*SFixed32GTE) String

func (x *SFixed32GTE) String() string

type SFixed32GTELTE

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

func (*SFixed32GTELTE) Descriptor deprecated

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

Deprecated: Use SFixed32GTELTE.ProtoReflect.Descriptor instead.

func (*SFixed32GTELTE) GetVal

func (x *SFixed32GTELTE) GetVal() int32

func (*SFixed32GTELTE) ProtoMessage

func (*SFixed32GTELTE) ProtoMessage()

func (*SFixed32GTELTE) ProtoReflect

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

func (*SFixed32GTELTE) Reset

func (x *SFixed32GTELTE) Reset()

func (*SFixed32GTELTE) String

func (x *SFixed32GTELTE) String() string

type SFixed32GTLT

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

func (*SFixed32GTLT) Descriptor deprecated

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

Deprecated: Use SFixed32GTLT.ProtoReflect.Descriptor instead.

func (*SFixed32GTLT) GetVal

func (x *SFixed32GTLT) GetVal() int32

func (*SFixed32GTLT) ProtoMessage

func (*SFixed32GTLT) ProtoMessage()

func (*SFixed32GTLT) ProtoReflect

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

func (*SFixed32GTLT) Reset

func (x *SFixed32GTLT) Reset()

func (*SFixed32GTLT) String

func (x *SFixed32GTLT) String() string

type SFixed32Ignore

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

func (*SFixed32Ignore) Descriptor deprecated

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

Deprecated: Use SFixed32Ignore.ProtoReflect.Descriptor instead.

func (*SFixed32Ignore) GetVal

func (x *SFixed32Ignore) GetVal() int32

func (*SFixed32Ignore) ProtoMessage

func (*SFixed32Ignore) ProtoMessage()

func (*SFixed32Ignore) ProtoReflect

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

func (*SFixed32Ignore) Reset

func (x *SFixed32Ignore) Reset()

func (*SFixed32Ignore) String

func (x *SFixed32Ignore) String() string

type SFixed32In

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

func (*SFixed32In) Descriptor deprecated

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

Deprecated: Use SFixed32In.ProtoReflect.Descriptor instead.

func (*SFixed32In) GetVal

func (x *SFixed32In) GetVal() int32

func (*SFixed32In) ProtoMessage

func (*SFixed32In) ProtoMessage()

func (*SFixed32In) ProtoReflect

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

func (*SFixed32In) Reset

func (x *SFixed32In) Reset()

func (*SFixed32In) String

func (x *SFixed32In) String() string

type SFixed32LT

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

func (*SFixed32LT) Descriptor deprecated

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

Deprecated: Use SFixed32LT.ProtoReflect.Descriptor instead.

func (*SFixed32LT) GetVal

func (x *SFixed32LT) GetVal() int32

func (*SFixed32LT) ProtoMessage

func (*SFixed32LT) ProtoMessage()

func (*SFixed32LT) ProtoReflect

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

func (*SFixed32LT) Reset

func (x *SFixed32LT) Reset()

func (*SFixed32LT) String

func (x *SFixed32LT) String() string

type SFixed32LTE

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

func (*SFixed32LTE) Descriptor deprecated

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

Deprecated: Use SFixed32LTE.ProtoReflect.Descriptor instead.

func (*SFixed32LTE) GetVal

func (x *SFixed32LTE) GetVal() int32

func (*SFixed32LTE) ProtoMessage

func (*SFixed32LTE) ProtoMessage()

func (*SFixed32LTE) ProtoReflect

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

func (*SFixed32LTE) Reset

func (x *SFixed32LTE) Reset()

func (*SFixed32LTE) String

func (x *SFixed32LTE) String() string

type SFixed32None

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

func (*SFixed32None) Descriptor deprecated

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

Deprecated: Use SFixed32None.ProtoReflect.Descriptor instead.

func (*SFixed32None) GetVal

func (x *SFixed32None) GetVal() int32

func (*SFixed32None) ProtoMessage

func (*SFixed32None) ProtoMessage()

func (*SFixed32None) ProtoReflect

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

func (*SFixed32None) Reset

func (x *SFixed32None) Reset()

func (*SFixed32None) String

func (x *SFixed32None) String() string

type SFixed32NotIn

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

func (*SFixed32NotIn) Descriptor deprecated

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

Deprecated: Use SFixed32NotIn.ProtoReflect.Descriptor instead.

func (*SFixed32NotIn) GetVal

func (x *SFixed32NotIn) GetVal() int32

func (*SFixed32NotIn) ProtoMessage

func (*SFixed32NotIn) ProtoMessage()

func (*SFixed32NotIn) ProtoReflect

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

func (*SFixed32NotIn) Reset

func (x *SFixed32NotIn) Reset()

func (*SFixed32NotIn) String

func (x *SFixed32NotIn) String() string

type SFixed64Const

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

func (*SFixed64Const) Descriptor deprecated

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

Deprecated: Use SFixed64Const.ProtoReflect.Descriptor instead.

func (*SFixed64Const) GetVal

func (x *SFixed64Const) GetVal() int64

func (*SFixed64Const) ProtoMessage

func (*SFixed64Const) ProtoMessage()

func (*SFixed64Const) ProtoReflect

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

func (*SFixed64Const) Reset

func (x *SFixed64Const) Reset()

func (*SFixed64Const) String

func (x *SFixed64Const) String() string

type SFixed64ExGTELTE

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

func (*SFixed64ExGTELTE) Descriptor deprecated

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

Deprecated: Use SFixed64ExGTELTE.ProtoReflect.Descriptor instead.

func (*SFixed64ExGTELTE) GetVal

func (x *SFixed64ExGTELTE) GetVal() int64

func (*SFixed64ExGTELTE) ProtoMessage

func (*SFixed64ExGTELTE) ProtoMessage()

func (*SFixed64ExGTELTE) ProtoReflect

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

func (*SFixed64ExGTELTE) Reset

func (x *SFixed64ExGTELTE) Reset()

func (*SFixed64ExGTELTE) String

func (x *SFixed64ExGTELTE) String() string

type SFixed64ExLTGT

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

func (*SFixed64ExLTGT) Descriptor deprecated

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

Deprecated: Use SFixed64ExLTGT.ProtoReflect.Descriptor instead.

func (*SFixed64ExLTGT) GetVal

func (x *SFixed64ExLTGT) GetVal() int64

func (*SFixed64ExLTGT) ProtoMessage

func (*SFixed64ExLTGT) ProtoMessage()

func (*SFixed64ExLTGT) ProtoReflect

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

func (*SFixed64ExLTGT) Reset

func (x *SFixed64ExLTGT) Reset()

func (*SFixed64ExLTGT) String

func (x *SFixed64ExLTGT) String() string

type SFixed64GT

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

func (*SFixed64GT) Descriptor deprecated

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

Deprecated: Use SFixed64GT.ProtoReflect.Descriptor instead.

func (*SFixed64GT) GetVal

func (x *SFixed64GT) GetVal() int64

func (*SFixed64GT) ProtoMessage

func (*SFixed64GT) ProtoMessage()

func (*SFixed64GT) ProtoReflect

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

func (*SFixed64GT) Reset

func (x *SFixed64GT) Reset()

func (*SFixed64GT) String

func (x *SFixed64GT) String() string

type SFixed64GTE

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

func (*SFixed64GTE) Descriptor deprecated

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

Deprecated: Use SFixed64GTE.ProtoReflect.Descriptor instead.

func (*SFixed64GTE) GetVal

func (x *SFixed64GTE) GetVal() int64

func (*SFixed64GTE) ProtoMessage

func (*SFixed64GTE) ProtoMessage()

func (*SFixed64GTE) ProtoReflect

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

func (*SFixed64GTE) Reset

func (x *SFixed64GTE) Reset()

func (*SFixed64GTE) String

func (x *SFixed64GTE) String() string

type SFixed64GTELTE

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

func (*SFixed64GTELTE) Descriptor deprecated

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

Deprecated: Use SFixed64GTELTE.ProtoReflect.Descriptor instead.

func (*SFixed64GTELTE) GetVal

func (x *SFixed64GTELTE) GetVal() int64

func (*SFixed64GTELTE) ProtoMessage

func (*SFixed64GTELTE) ProtoMessage()

func (*SFixed64GTELTE) ProtoReflect

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

func (*SFixed64GTELTE) Reset

func (x *SFixed64GTELTE) Reset()

func (*SFixed64GTELTE) String

func (x *SFixed64GTELTE) String() string

type SFixed64GTLT

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

func (*SFixed64GTLT) Descriptor deprecated

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

Deprecated: Use SFixed64GTLT.ProtoReflect.Descriptor instead.

func (*SFixed64GTLT) GetVal

func (x *SFixed64GTLT) GetVal() int64

func (*SFixed64GTLT) ProtoMessage

func (*SFixed64GTLT) ProtoMessage()

func (*SFixed64GTLT) ProtoReflect

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

func (*SFixed64GTLT) Reset

func (x *SFixed64GTLT) Reset()

func (*SFixed64GTLT) String

func (x *SFixed64GTLT) String() string

type SFixed64Ignore

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

func (*SFixed64Ignore) Descriptor deprecated

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

Deprecated: Use SFixed64Ignore.ProtoReflect.Descriptor instead.

func (*SFixed64Ignore) GetVal

func (x *SFixed64Ignore) GetVal() int64

func (*SFixed64Ignore) ProtoMessage

func (*SFixed64Ignore) ProtoMessage()

func (*SFixed64Ignore) ProtoReflect

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

func (*SFixed64Ignore) Reset

func (x *SFixed64Ignore) Reset()

func (*SFixed64Ignore) String

func (x *SFixed64Ignore) String() string

type SFixed64In

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

func (*SFixed64In) Descriptor deprecated

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

Deprecated: Use SFixed64In.ProtoReflect.Descriptor instead.

func (*SFixed64In) GetVal

func (x *SFixed64In) GetVal() int64

func (*SFixed64In) ProtoMessage

func (*SFixed64In) ProtoMessage()

func (*SFixed64In) ProtoReflect

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

func (*SFixed64In) Reset

func (x *SFixed64In) Reset()

func (*SFixed64In) String

func (x *SFixed64In) String() string

type SFixed64LT

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

func (*SFixed64LT) Descriptor deprecated

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

Deprecated: Use SFixed64LT.ProtoReflect.Descriptor instead.

func (*SFixed64LT) GetVal

func (x *SFixed64LT) GetVal() int64

func (*SFixed64LT) ProtoMessage

func (*SFixed64LT) ProtoMessage()

func (*SFixed64LT) ProtoReflect

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

func (*SFixed64LT) Reset

func (x *SFixed64LT) Reset()

func (*SFixed64LT) String

func (x *SFixed64LT) String() string

type SFixed64LTE

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

func (*SFixed64LTE) Descriptor deprecated

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

Deprecated: Use SFixed64LTE.ProtoReflect.Descriptor instead.

func (*SFixed64LTE) GetVal

func (x *SFixed64LTE) GetVal() int64

func (*SFixed64LTE) ProtoMessage

func (*SFixed64LTE) ProtoMessage()

func (*SFixed64LTE) ProtoReflect

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

func (*SFixed64LTE) Reset

func (x *SFixed64LTE) Reset()

func (*SFixed64LTE) String

func (x *SFixed64LTE) String() string

type SFixed64None

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

func (*SFixed64None) Descriptor deprecated

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

Deprecated: Use SFixed64None.ProtoReflect.Descriptor instead.

func (*SFixed64None) GetVal

func (x *SFixed64None) GetVal() int64

func (*SFixed64None) ProtoMessage

func (*SFixed64None) ProtoMessage()

func (*SFixed64None) ProtoReflect

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

func (*SFixed64None) Reset

func (x *SFixed64None) Reset()

func (*SFixed64None) String

func (x *SFixed64None) String() string

type SFixed64NotIn

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

func (*SFixed64NotIn) Descriptor deprecated

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

Deprecated: Use SFixed64NotIn.ProtoReflect.Descriptor instead.

func (*SFixed64NotIn) GetVal

func (x *SFixed64NotIn) GetVal() int64

func (*SFixed64NotIn) ProtoMessage

func (*SFixed64NotIn) ProtoMessage()

func (*SFixed64NotIn) ProtoReflect

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

func (*SFixed64NotIn) Reset

func (x *SFixed64NotIn) Reset()

func (*SFixed64NotIn) String

func (x *SFixed64NotIn) String() string

type SInt32Const

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

func (*SInt32Const) Descriptor deprecated

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

Deprecated: Use SInt32Const.ProtoReflect.Descriptor instead.

func (*SInt32Const) GetVal

func (x *SInt32Const) GetVal() int32

func (*SInt32Const) ProtoMessage

func (*SInt32Const) ProtoMessage()

func (*SInt32Const) ProtoReflect

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

func (*SInt32Const) Reset

func (x *SInt32Const) Reset()

func (*SInt32Const) String

func (x *SInt32Const) String() string

type SInt32ExGTELTE

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

func (*SInt32ExGTELTE) Descriptor deprecated

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

Deprecated: Use SInt32ExGTELTE.ProtoReflect.Descriptor instead.

func (*SInt32ExGTELTE) GetVal

func (x *SInt32ExGTELTE) GetVal() int32

func (*SInt32ExGTELTE) ProtoMessage

func (*SInt32ExGTELTE) ProtoMessage()

func (*SInt32ExGTELTE) ProtoReflect

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

func (*SInt32ExGTELTE) Reset

func (x *SInt32ExGTELTE) Reset()

func (*SInt32ExGTELTE) String

func (x *SInt32ExGTELTE) String() string

type SInt32ExLTGT

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

func (*SInt32ExLTGT) Descriptor deprecated

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

Deprecated: Use SInt32ExLTGT.ProtoReflect.Descriptor instead.

func (*SInt32ExLTGT) GetVal

func (x *SInt32ExLTGT) GetVal() int32

func (*SInt32ExLTGT) ProtoMessage

func (*SInt32ExLTGT) ProtoMessage()

func (*SInt32ExLTGT) ProtoReflect

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

func (*SInt32ExLTGT) Reset

func (x *SInt32ExLTGT) Reset()

func (*SInt32ExLTGT) String

func (x *SInt32ExLTGT) String() string

type SInt32GT

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

func (*SInt32GT) Descriptor deprecated

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

Deprecated: Use SInt32GT.ProtoReflect.Descriptor instead.

func (*SInt32GT) GetVal

func (x *SInt32GT) GetVal() int32

func (*SInt32GT) ProtoMessage

func (*SInt32GT) ProtoMessage()

func (*SInt32GT) ProtoReflect

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

func (*SInt32GT) Reset

func (x *SInt32GT) Reset()

func (*SInt32GT) String

func (x *SInt32GT) String() string

type SInt32GTE

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

func (*SInt32GTE) Descriptor deprecated

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

Deprecated: Use SInt32GTE.ProtoReflect.Descriptor instead.

func (*SInt32GTE) GetVal

func (x *SInt32GTE) GetVal() int32

func (*SInt32GTE) ProtoMessage

func (*SInt32GTE) ProtoMessage()

func (*SInt32GTE) ProtoReflect

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

func (*SInt32GTE) Reset

func (x *SInt32GTE) Reset()

func (*SInt32GTE) String

func (x *SInt32GTE) String() string

type SInt32GTELTE

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

func (*SInt32GTELTE) Descriptor deprecated

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

Deprecated: Use SInt32GTELTE.ProtoReflect.Descriptor instead.

func (*SInt32GTELTE) GetVal

func (x *SInt32GTELTE) GetVal() int32

func (*SInt32GTELTE) ProtoMessage

func (*SInt32GTELTE) ProtoMessage()

func (*SInt32GTELTE) ProtoReflect

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

func (*SInt32GTELTE) Reset

func (x *SInt32GTELTE) Reset()

func (*SInt32GTELTE) String

func (x *SInt32GTELTE) String() string

type SInt32GTLT

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

func (*SInt32GTLT) Descriptor deprecated

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

Deprecated: Use SInt32GTLT.ProtoReflect.Descriptor instead.

func (*SInt32GTLT) GetVal

func (x *SInt32GTLT) GetVal() int32

func (*SInt32GTLT) ProtoMessage

func (*SInt32GTLT) ProtoMessage()

func (*SInt32GTLT) ProtoReflect

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

func (*SInt32GTLT) Reset

func (x *SInt32GTLT) Reset()

func (*SInt32GTLT) String

func (x *SInt32GTLT) String() string

type SInt32Ignore

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

func (*SInt32Ignore) Descriptor deprecated

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

Deprecated: Use SInt32Ignore.ProtoReflect.Descriptor instead.

func (*SInt32Ignore) GetVal

func (x *SInt32Ignore) GetVal() int32

func (*SInt32Ignore) ProtoMessage

func (*SInt32Ignore) ProtoMessage()

func (*SInt32Ignore) ProtoReflect

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

func (*SInt32Ignore) Reset

func (x *SInt32Ignore) Reset()

func (*SInt32Ignore) String

func (x *SInt32Ignore) String() string

type SInt32In

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

func (*SInt32In) Descriptor deprecated

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

Deprecated: Use SInt32In.ProtoReflect.Descriptor instead.

func (*SInt32In) GetVal

func (x *SInt32In) GetVal() int32

func (*SInt32In) ProtoMessage

func (*SInt32In) ProtoMessage()

func (*SInt32In) ProtoReflect

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

func (*SInt32In) Reset

func (x *SInt32In) Reset()

func (*SInt32In) String

func (x *SInt32In) String() string

type SInt32LT

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

func (*SInt32LT) Descriptor deprecated

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

Deprecated: Use SInt32LT.ProtoReflect.Descriptor instead.

func (*SInt32LT) GetVal

func (x *SInt32LT) GetVal() int32

func (*SInt32LT) ProtoMessage

func (*SInt32LT) ProtoMessage()

func (*SInt32LT) ProtoReflect

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

func (*SInt32LT) Reset

func (x *SInt32LT) Reset()

func (*SInt32LT) String

func (x *SInt32LT) String() string

type SInt32LTE

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

func (*SInt32LTE) Descriptor deprecated

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

Deprecated: Use SInt32LTE.ProtoReflect.Descriptor instead.

func (*SInt32LTE) GetVal

func (x *SInt32LTE) GetVal() int32

func (*SInt32LTE) ProtoMessage

func (*SInt32LTE) ProtoMessage()

func (*SInt32LTE) ProtoReflect

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

func (*SInt32LTE) Reset

func (x *SInt32LTE) Reset()

func (*SInt32LTE) String

func (x *SInt32LTE) String() string

type SInt32None

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

func (*SInt32None) Descriptor deprecated

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

Deprecated: Use SInt32None.ProtoReflect.Descriptor instead.

func (*SInt32None) GetVal

func (x *SInt32None) GetVal() int32

func (*SInt32None) ProtoMessage

func (*SInt32None) ProtoMessage()

func (*SInt32None) ProtoReflect

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

func (*SInt32None) Reset

func (x *SInt32None) Reset()

func (*SInt32None) String

func (x *SInt32None) String() string

type SInt32NotIn

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

func (*SInt32NotIn) Descriptor deprecated

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

Deprecated: Use SInt32NotIn.ProtoReflect.Descriptor instead.

func (*SInt32NotIn) GetVal

func (x *SInt32NotIn) GetVal() int32

func (*SInt32NotIn) ProtoMessage

func (*SInt32NotIn) ProtoMessage()

func (*SInt32NotIn) ProtoReflect

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

func (*SInt32NotIn) Reset

func (x *SInt32NotIn) Reset()

func (*SInt32NotIn) String

func (x *SInt32NotIn) String() string

type SInt64Const

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

func (*SInt64Const) Descriptor deprecated

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

Deprecated: Use SInt64Const.ProtoReflect.Descriptor instead.

func (*SInt64Const) GetVal

func (x *SInt64Const) GetVal() int64

func (*SInt64Const) ProtoMessage

func (*SInt64Const) ProtoMessage()

func (*SInt64Const) ProtoReflect

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

func (*SInt64Const) Reset

func (x *SInt64Const) Reset()

func (*SInt64Const) String

func (x *SInt64Const) String() string

type SInt64ExGTELTE

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

func (*SInt64ExGTELTE) Descriptor deprecated

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

Deprecated: Use SInt64ExGTELTE.ProtoReflect.Descriptor instead.

func (*SInt64ExGTELTE) GetVal

func (x *SInt64ExGTELTE) GetVal() int64

func (*SInt64ExGTELTE) ProtoMessage

func (*SInt64ExGTELTE) ProtoMessage()

func (*SInt64ExGTELTE) ProtoReflect

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

func (*SInt64ExGTELTE) Reset

func (x *SInt64ExGTELTE) Reset()

func (*SInt64ExGTELTE) String

func (x *SInt64ExGTELTE) String() string

type SInt64ExLTGT

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

func (*SInt64ExLTGT) Descriptor deprecated

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

Deprecated: Use SInt64ExLTGT.ProtoReflect.Descriptor instead.

func (*SInt64ExLTGT) GetVal

func (x *SInt64ExLTGT) GetVal() int64

func (*SInt64ExLTGT) ProtoMessage

func (*SInt64ExLTGT) ProtoMessage()

func (*SInt64ExLTGT) ProtoReflect

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

func (*SInt64ExLTGT) Reset

func (x *SInt64ExLTGT) Reset()

func (*SInt64ExLTGT) String

func (x *SInt64ExLTGT) String() string

type SInt64GT

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

func (*SInt64GT) Descriptor deprecated

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

Deprecated: Use SInt64GT.ProtoReflect.Descriptor instead.

func (*SInt64GT) GetVal

func (x *SInt64GT) GetVal() int64

func (*SInt64GT) ProtoMessage

func (*SInt64GT) ProtoMessage()

func (*SInt64GT) ProtoReflect

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

func (*SInt64GT) Reset

func (x *SInt64GT) Reset()

func (*SInt64GT) String

func (x *SInt64GT) String() string

type SInt64GTE

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

func (*SInt64GTE) Descriptor deprecated

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

Deprecated: Use SInt64GTE.ProtoReflect.Descriptor instead.

func (*SInt64GTE) GetVal

func (x *SInt64GTE) GetVal() int64

func (*SInt64GTE) ProtoMessage

func (*SInt64GTE) ProtoMessage()

func (*SInt64GTE) ProtoReflect

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

func (*SInt64GTE) Reset

func (x *SInt64GTE) Reset()

func (*SInt64GTE) String

func (x *SInt64GTE) String() string

type SInt64GTELTE

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

func (*SInt64GTELTE) Descriptor deprecated

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

Deprecated: Use SInt64GTELTE.ProtoReflect.Descriptor instead.

func (*SInt64GTELTE) GetVal

func (x *SInt64GTELTE) GetVal() int64

func (*SInt64GTELTE) ProtoMessage

func (*SInt64GTELTE) ProtoMessage()

func (*SInt64GTELTE) ProtoReflect

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

func (*SInt64GTELTE) Reset

func (x *SInt64GTELTE) Reset()

func (*SInt64GTELTE) String

func (x *SInt64GTELTE) String() string

type SInt64GTLT

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

func (*SInt64GTLT) Descriptor deprecated

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

Deprecated: Use SInt64GTLT.ProtoReflect.Descriptor instead.

func (*SInt64GTLT) GetVal

func (x *SInt64GTLT) GetVal() int64

func (*SInt64GTLT) ProtoMessage

func (*SInt64GTLT) ProtoMessage()

func (*SInt64GTLT) ProtoReflect

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

func (*SInt64GTLT) Reset

func (x *SInt64GTLT) Reset()

func (*SInt64GTLT) String

func (x *SInt64GTLT) String() string

type SInt64Ignore

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

func (*SInt64Ignore) Descriptor deprecated

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

Deprecated: Use SInt64Ignore.ProtoReflect.Descriptor instead.

func (*SInt64Ignore) GetVal

func (x *SInt64Ignore) GetVal() int64

func (*SInt64Ignore) ProtoMessage

func (*SInt64Ignore) ProtoMessage()

func (*SInt64Ignore) ProtoReflect

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

func (*SInt64Ignore) Reset

func (x *SInt64Ignore) Reset()

func (*SInt64Ignore) String

func (x *SInt64Ignore) String() string

type SInt64In

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

func (*SInt64In) Descriptor deprecated

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

Deprecated: Use SInt64In.ProtoReflect.Descriptor instead.

func (*SInt64In) GetVal

func (x *SInt64In) GetVal() int64

func (*SInt64In) ProtoMessage

func (*SInt64In) ProtoMessage()

func (*SInt64In) ProtoReflect

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

func (*SInt64In) Reset

func (x *SInt64In) Reset()

func (*SInt64In) String

func (x *SInt64In) String() string

type SInt64LT

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

func (*SInt64LT) Descriptor deprecated

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

Deprecated: Use SInt64LT.ProtoReflect.Descriptor instead.

func (*SInt64LT) GetVal

func (x *SInt64LT) GetVal() int64

func (*SInt64LT) ProtoMessage

func (*SInt64LT) ProtoMessage()

func (*SInt64LT) ProtoReflect

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

func (*SInt64LT) Reset

func (x *SInt64LT) Reset()

func (*SInt64LT) String

func (x *SInt64LT) String() string

type SInt64LTE

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

func (*SInt64LTE) Descriptor deprecated

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

Deprecated: Use SInt64LTE.ProtoReflect.Descriptor instead.

func (*SInt64LTE) GetVal

func (x *SInt64LTE) GetVal() int64

func (*SInt64LTE) ProtoMessage

func (*SInt64LTE) ProtoMessage()

func (*SInt64LTE) ProtoReflect

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

func (*SInt64LTE) Reset

func (x *SInt64LTE) Reset()

func (*SInt64LTE) String

func (x *SInt64LTE) String() string

type SInt64None

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

func (*SInt64None) Descriptor deprecated

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

Deprecated: Use SInt64None.ProtoReflect.Descriptor instead.

func (*SInt64None) GetVal

func (x *SInt64None) GetVal() int64

func (*SInt64None) ProtoMessage

func (*SInt64None) ProtoMessage()

func (*SInt64None) ProtoReflect

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

func (*SInt64None) Reset

func (x *SInt64None) Reset()

func (*SInt64None) String

func (x *SInt64None) String() string

type SInt64NotIn

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

func (*SInt64NotIn) Descriptor deprecated

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

Deprecated: Use SInt64NotIn.ProtoReflect.Descriptor instead.

func (*SInt64NotIn) GetVal

func (x *SInt64NotIn) GetVal() int64

func (*SInt64NotIn) ProtoMessage

func (*SInt64NotIn) ProtoMessage()

func (*SInt64NotIn) ProtoReflect

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

func (*SInt64NotIn) Reset

func (x *SInt64NotIn) Reset()

func (*SInt64NotIn) String

func (x *SInt64NotIn) String() string

type StringAddress

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

func (*StringAddress) Descriptor deprecated

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

Deprecated: Use StringAddress.ProtoReflect.Descriptor instead.

func (*StringAddress) GetVal

func (x *StringAddress) GetVal() string

func (*StringAddress) ProtoMessage

func (*StringAddress) ProtoMessage()

func (*StringAddress) ProtoReflect

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

func (*StringAddress) Reset

func (x *StringAddress) Reset()

func (*StringAddress) String

func (x *StringAddress) String() string

type StringConst

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

func (*StringConst) Descriptor deprecated

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

Deprecated: Use StringConst.ProtoReflect.Descriptor instead.

func (*StringConst) GetVal

func (x *StringConst) GetVal() string

func (*StringConst) ProtoMessage

func (*StringConst) ProtoMessage()

func (*StringConst) ProtoReflect

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

func (*StringConst) Reset

func (x *StringConst) Reset()

func (*StringConst) String

func (x *StringConst) String() string

type StringContains

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

func (*StringContains) Descriptor deprecated

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

Deprecated: Use StringContains.ProtoReflect.Descriptor instead.

func (*StringContains) GetVal

func (x *StringContains) GetVal() string

func (*StringContains) ProtoMessage

func (*StringContains) ProtoMessage()

func (*StringContains) ProtoReflect

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

func (*StringContains) Reset

func (x *StringContains) Reset()

func (*StringContains) String

func (x *StringContains) String() string

type StringEmail

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

func (*StringEmail) Descriptor deprecated

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

Deprecated: Use StringEmail.ProtoReflect.Descriptor instead.

func (*StringEmail) GetVal

func (x *StringEmail) GetVal() string

func (*StringEmail) ProtoMessage

func (*StringEmail) ProtoMessage()

func (*StringEmail) ProtoReflect

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

func (*StringEmail) Reset

func (x *StringEmail) Reset()

func (*StringEmail) String

func (x *StringEmail) String() string

type StringEqualMinMaxBytes

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

func (*StringEqualMinMaxBytes) Descriptor deprecated

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

Deprecated: Use StringEqualMinMaxBytes.ProtoReflect.Descriptor instead.

func (*StringEqualMinMaxBytes) GetVal

func (x *StringEqualMinMaxBytes) GetVal() string

func (*StringEqualMinMaxBytes) ProtoMessage

func (*StringEqualMinMaxBytes) ProtoMessage()

func (*StringEqualMinMaxBytes) ProtoReflect

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

func (*StringEqualMinMaxBytes) Reset

func (x *StringEqualMinMaxBytes) Reset()

func (*StringEqualMinMaxBytes) String

func (x *StringEqualMinMaxBytes) String() string

type StringEqualMinMaxLen

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

func (*StringEqualMinMaxLen) Descriptor deprecated

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

Deprecated: Use StringEqualMinMaxLen.ProtoReflect.Descriptor instead.

func (*StringEqualMinMaxLen) GetVal

func (x *StringEqualMinMaxLen) GetVal() string

func (*StringEqualMinMaxLen) ProtoMessage

func (*StringEqualMinMaxLen) ProtoMessage()

func (*StringEqualMinMaxLen) ProtoReflect

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

func (*StringEqualMinMaxLen) Reset

func (x *StringEqualMinMaxLen) Reset()

func (*StringEqualMinMaxLen) String

func (x *StringEqualMinMaxLen) String() string

type StringHostname

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

func (*StringHostname) Descriptor deprecated

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

Deprecated: Use StringHostname.ProtoReflect.Descriptor instead.

func (*StringHostname) GetVal

func (x *StringHostname) GetVal() string

func (*StringHostname) ProtoMessage

func (*StringHostname) ProtoMessage()

func (*StringHostname) ProtoReflect

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

func (*StringHostname) Reset

func (x *StringHostname) Reset()

func (*StringHostname) String

func (x *StringHostname) String() string

type StringHttpHeaderName

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

func (*StringHttpHeaderName) Descriptor deprecated

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

Deprecated: Use StringHttpHeaderName.ProtoReflect.Descriptor instead.

func (*StringHttpHeaderName) GetVal

func (x *StringHttpHeaderName) GetVal() string

func (*StringHttpHeaderName) ProtoMessage

func (*StringHttpHeaderName) ProtoMessage()

func (*StringHttpHeaderName) ProtoReflect

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

func (*StringHttpHeaderName) Reset

func (x *StringHttpHeaderName) Reset()

func (*StringHttpHeaderName) String

func (x *StringHttpHeaderName) String() string

type StringHttpHeaderValue

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

func (*StringHttpHeaderValue) Descriptor deprecated

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

Deprecated: Use StringHttpHeaderValue.ProtoReflect.Descriptor instead.

func (*StringHttpHeaderValue) GetVal

func (x *StringHttpHeaderValue) GetVal() string

func (*StringHttpHeaderValue) ProtoMessage

func (*StringHttpHeaderValue) ProtoMessage()

func (*StringHttpHeaderValue) ProtoReflect

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

func (*StringHttpHeaderValue) Reset

func (x *StringHttpHeaderValue) Reset()

func (*StringHttpHeaderValue) String

func (x *StringHttpHeaderValue) String() string

type StringIP

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

func (*StringIP) Descriptor deprecated

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

Deprecated: Use StringIP.ProtoReflect.Descriptor instead.

func (*StringIP) GetVal

func (x *StringIP) GetVal() string

func (*StringIP) ProtoMessage

func (*StringIP) ProtoMessage()

func (*StringIP) ProtoReflect

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

func (*StringIP) Reset

func (x *StringIP) Reset()

func (*StringIP) String

func (x *StringIP) String() string

type StringIPv4

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

func (*StringIPv4) Descriptor deprecated

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

Deprecated: Use StringIPv4.ProtoReflect.Descriptor instead.

func (*StringIPv4) GetVal

func (x *StringIPv4) GetVal() string

func (*StringIPv4) ProtoMessage

func (*StringIPv4) ProtoMessage()

func (*StringIPv4) ProtoReflect

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

func (*StringIPv4) Reset

func (x *StringIPv4) Reset()

func (*StringIPv4) String

func (x *StringIPv4) String() string

type StringIPv6

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

func (*StringIPv6) Descriptor deprecated

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

Deprecated: Use StringIPv6.ProtoReflect.Descriptor instead.

func (*StringIPv6) GetVal

func (x *StringIPv6) GetVal() string

func (*StringIPv6) ProtoMessage

func (*StringIPv6) ProtoMessage()

func (*StringIPv6) ProtoReflect

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

func (*StringIPv6) Reset

func (x *StringIPv6) Reset()

func (*StringIPv6) String

func (x *StringIPv6) String() string

type StringIn

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

func (*StringIn) Descriptor deprecated

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

Deprecated: Use StringIn.ProtoReflect.Descriptor instead.

func (*StringIn) GetVal

func (x *StringIn) GetVal() string

func (*StringIn) ProtoMessage

func (*StringIn) ProtoMessage()

func (*StringIn) ProtoReflect

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

func (*StringIn) Reset

func (x *StringIn) Reset()

func (*StringIn) String

func (x *StringIn) String() string

type StringLen

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

func (*StringLen) Descriptor deprecated

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

Deprecated: Use StringLen.ProtoReflect.Descriptor instead.

func (*StringLen) GetVal

func (x *StringLen) GetVal() string

func (*StringLen) ProtoMessage

func (*StringLen) ProtoMessage()

func (*StringLen) ProtoReflect

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

func (*StringLen) Reset

func (x *StringLen) Reset()

func (*StringLen) String

func (x *StringLen) String() string

type StringLenBytes

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

func (*StringLenBytes) Descriptor deprecated

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

Deprecated: Use StringLenBytes.ProtoReflect.Descriptor instead.

func (*StringLenBytes) GetVal

func (x *StringLenBytes) GetVal() string

func (*StringLenBytes) ProtoMessage

func (*StringLenBytes) ProtoMessage()

func (*StringLenBytes) ProtoReflect

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

func (*StringLenBytes) Reset

func (x *StringLenBytes) Reset()

func (*StringLenBytes) String

func (x *StringLenBytes) String() string

type StringMaxBytes

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

func (*StringMaxBytes) Descriptor deprecated

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

Deprecated: Use StringMaxBytes.ProtoReflect.Descriptor instead.

func (*StringMaxBytes) GetVal

func (x *StringMaxBytes) GetVal() string

func (*StringMaxBytes) ProtoMessage

func (*StringMaxBytes) ProtoMessage()

func (*StringMaxBytes) ProtoReflect

func (x *StringMaxBytes) ProtoReflect() protoreflect.Message

func (*StringMaxBytes) Reset

func (x *StringMaxBytes) Reset()

func (*StringMaxBytes) String

func (x *StringMaxBytes) String() string

type StringMaxLen

type StringMaxLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMaxLen) Descriptor deprecated

func (*StringMaxLen) Descriptor() ([]byte, []int)

Deprecated: Use StringMaxLen.ProtoReflect.Descriptor instead.

func (*StringMaxLen) GetVal

func (x *StringMaxLen) GetVal() string

func (*StringMaxLen) ProtoMessage

func (*StringMaxLen) ProtoMessage()

func (*StringMaxLen) ProtoReflect

func (x *StringMaxLen) ProtoReflect() protoreflect.Message

func (*StringMaxLen) Reset

func (x *StringMaxLen) Reset()

func (*StringMaxLen) String

func (x *StringMaxLen) String() string

type StringMinBytes

type StringMinBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinBytes) Descriptor deprecated

func (*StringMinBytes) Descriptor() ([]byte, []int)

Deprecated: Use StringMinBytes.ProtoReflect.Descriptor instead.

func (*StringMinBytes) GetVal

func (x *StringMinBytes) GetVal() string

func (*StringMinBytes) ProtoMessage

func (*StringMinBytes) ProtoMessage()

func (*StringMinBytes) ProtoReflect

func (x *StringMinBytes) ProtoReflect() protoreflect.Message

func (*StringMinBytes) Reset

func (x *StringMinBytes) Reset()

func (*StringMinBytes) String

func (x *StringMinBytes) String() string

type StringMinLen

type StringMinLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinLen) Descriptor deprecated

func (*StringMinLen) Descriptor() ([]byte, []int)

Deprecated: Use StringMinLen.ProtoReflect.Descriptor instead.

func (*StringMinLen) GetVal

func (x *StringMinLen) GetVal() string

func (*StringMinLen) ProtoMessage

func (*StringMinLen) ProtoMessage()

func (*StringMinLen) ProtoReflect

func (x *StringMinLen) ProtoReflect() protoreflect.Message

func (*StringMinLen) Reset

func (x *StringMinLen) Reset()

func (*StringMinLen) String

func (x *StringMinLen) String() string

type StringMinMaxBytes

type StringMinMaxBytes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinMaxBytes) Descriptor deprecated

func (*StringMinMaxBytes) Descriptor() ([]byte, []int)

Deprecated: Use StringMinMaxBytes.ProtoReflect.Descriptor instead.

func (*StringMinMaxBytes) GetVal

func (x *StringMinMaxBytes) GetVal() string

func (*StringMinMaxBytes) ProtoMessage

func (*StringMinMaxBytes) ProtoMessage()

func (*StringMinMaxBytes) ProtoReflect

func (x *StringMinMaxBytes) ProtoReflect() protoreflect.Message

func (*StringMinMaxBytes) Reset

func (x *StringMinMaxBytes) Reset()

func (*StringMinMaxBytes) String

func (x *StringMinMaxBytes) String() string

type StringMinMaxLen

type StringMinMaxLen struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringMinMaxLen) Descriptor deprecated

func (*StringMinMaxLen) Descriptor() ([]byte, []int)

Deprecated: Use StringMinMaxLen.ProtoReflect.Descriptor instead.

func (*StringMinMaxLen) GetVal

func (x *StringMinMaxLen) GetVal() string

func (*StringMinMaxLen) ProtoMessage

func (*StringMinMaxLen) ProtoMessage()

func (*StringMinMaxLen) ProtoReflect

func (x *StringMinMaxLen) ProtoReflect() protoreflect.Message

func (*StringMinMaxLen) Reset

func (x *StringMinMaxLen) Reset()

func (*StringMinMaxLen) String

func (x *StringMinMaxLen) String() string

type StringNone

type StringNone struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNone) Descriptor deprecated

func (*StringNone) Descriptor() ([]byte, []int)

Deprecated: Use StringNone.ProtoReflect.Descriptor instead.

func (*StringNone) GetVal

func (x *StringNone) GetVal() string

func (*StringNone) ProtoMessage

func (*StringNone) ProtoMessage()

func (*StringNone) ProtoReflect

func (x *StringNone) ProtoReflect() protoreflect.Message

func (*StringNone) Reset

func (x *StringNone) Reset()

func (*StringNone) String

func (x *StringNone) String() string

type StringNotContains

type StringNotContains struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNotContains) Descriptor deprecated

func (*StringNotContains) Descriptor() ([]byte, []int)

Deprecated: Use StringNotContains.ProtoReflect.Descriptor instead.

func (*StringNotContains) GetVal

func (x *StringNotContains) GetVal() string

func (*StringNotContains) ProtoMessage

func (*StringNotContains) ProtoMessage()

func (*StringNotContains) ProtoReflect

func (x *StringNotContains) ProtoReflect() protoreflect.Message

func (*StringNotContains) Reset

func (x *StringNotContains) Reset()

func (*StringNotContains) String

func (x *StringNotContains) String() string

type StringNotIn

type StringNotIn struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringNotIn) Descriptor deprecated

func (*StringNotIn) Descriptor() ([]byte, []int)

Deprecated: Use StringNotIn.ProtoReflect.Descriptor instead.

func (*StringNotIn) GetVal

func (x *StringNotIn) GetVal() string

func (*StringNotIn) ProtoMessage

func (*StringNotIn) ProtoMessage()

func (*StringNotIn) ProtoReflect

func (x *StringNotIn) ProtoReflect() protoreflect.Message

func (*StringNotIn) Reset

func (x *StringNotIn) Reset()

func (*StringNotIn) String

func (x *StringNotIn) String() string

type StringPattern

type StringPattern struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPattern) Descriptor deprecated

func (*StringPattern) Descriptor() ([]byte, []int)

Deprecated: Use StringPattern.ProtoReflect.Descriptor instead.

func (*StringPattern) GetVal

func (x *StringPattern) GetVal() string

func (*StringPattern) ProtoMessage

func (*StringPattern) ProtoMessage()

func (*StringPattern) ProtoReflect

func (x *StringPattern) ProtoReflect() protoreflect.Message

func (*StringPattern) Reset

func (x *StringPattern) Reset()

func (*StringPattern) String

func (x *StringPattern) String() string

type StringPatternEscapes

type StringPatternEscapes struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPatternEscapes) Descriptor deprecated

func (*StringPatternEscapes) Descriptor() ([]byte, []int)

Deprecated: Use StringPatternEscapes.ProtoReflect.Descriptor instead.

func (*StringPatternEscapes) GetVal

func (x *StringPatternEscapes) GetVal() string

func (*StringPatternEscapes) ProtoMessage

func (*StringPatternEscapes) ProtoMessage()

func (*StringPatternEscapes) ProtoReflect

func (x *StringPatternEscapes) ProtoReflect() protoreflect.Message

func (*StringPatternEscapes) Reset

func (x *StringPatternEscapes) Reset()

func (*StringPatternEscapes) String

func (x *StringPatternEscapes) String() string

type StringPrefix

type StringPrefix struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringPrefix) Descriptor deprecated

func (*StringPrefix) Descriptor() ([]byte, []int)

Deprecated: Use StringPrefix.ProtoReflect.Descriptor instead.

func (*StringPrefix) GetVal

func (x *StringPrefix) GetVal() string

func (*StringPrefix) ProtoMessage

func (*StringPrefix) ProtoMessage()

func (*StringPrefix) ProtoReflect

func (x *StringPrefix) ProtoReflect() protoreflect.Message

func (*StringPrefix) Reset

func (x *StringPrefix) Reset()

func (*StringPrefix) String

func (x *StringPrefix) String() string

type StringSuffix

type StringSuffix struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringSuffix) Descriptor deprecated

func (*StringSuffix) Descriptor() ([]byte, []int)

Deprecated: Use StringSuffix.ProtoReflect.Descriptor instead.

func (*StringSuffix) GetVal

func (x *StringSuffix) GetVal() string

func (*StringSuffix) ProtoMessage

func (*StringSuffix) ProtoMessage()

func (*StringSuffix) ProtoReflect

func (x *StringSuffix) ProtoReflect() protoreflect.Message

func (*StringSuffix) Reset

func (x *StringSuffix) Reset()

func (*StringSuffix) String

func (x *StringSuffix) String() string

type StringURI

type StringURI struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringURI) Descriptor deprecated

func (*StringURI) Descriptor() ([]byte, []int)

Deprecated: Use StringURI.ProtoReflect.Descriptor instead.

func (*StringURI) GetVal

func (x *StringURI) GetVal() string

func (*StringURI) ProtoMessage

func (*StringURI) ProtoMessage()

func (*StringURI) ProtoReflect

func (x *StringURI) ProtoReflect() protoreflect.Message

func (*StringURI) Reset

func (x *StringURI) Reset()

func (*StringURI) String

func (x *StringURI) String() string

type StringURIRef

type StringURIRef struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringURIRef) Descriptor deprecated

func (*StringURIRef) Descriptor() ([]byte, []int)

Deprecated: Use StringURIRef.ProtoReflect.Descriptor instead.

func (*StringURIRef) GetVal

func (x *StringURIRef) GetVal() string

func (*StringURIRef) ProtoMessage

func (*StringURIRef) ProtoMessage()

func (*StringURIRef) ProtoReflect

func (x *StringURIRef) ProtoReflect() protoreflect.Message

func (*StringURIRef) Reset

func (x *StringURIRef) Reset()

func (*StringURIRef) String

func (x *StringURIRef) String() string

type StringUUID

type StringUUID struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUUID) Descriptor deprecated

func (*StringUUID) Descriptor() ([]byte, []int)

Deprecated: Use StringUUID.ProtoReflect.Descriptor instead.

func (*StringUUID) GetVal

func (x *StringUUID) GetVal() string

func (*StringUUID) ProtoMessage

func (*StringUUID) ProtoMessage()

func (*StringUUID) ProtoReflect

func (x *StringUUID) ProtoReflect() protoreflect.Message

func (*StringUUID) Reset

func (x *StringUUID) Reset()

func (*StringUUID) String

func (x *StringUUID) String() string

type StringUUIDIgnore

type StringUUIDIgnore struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringUUIDIgnore) Descriptor deprecated

func (*StringUUIDIgnore) Descriptor() ([]byte, []int)

Deprecated: Use StringUUIDIgnore.ProtoReflect.Descriptor instead.

func (*StringUUIDIgnore) GetVal

func (x *StringUUIDIgnore) GetVal() string

func (*StringUUIDIgnore) ProtoMessage

func (*StringUUIDIgnore) ProtoMessage()

func (*StringUUIDIgnore) ProtoReflect

func (x *StringUUIDIgnore) ProtoReflect() protoreflect.Message

func (*StringUUIDIgnore) Reset

func (x *StringUUIDIgnore) Reset()

func (*StringUUIDIgnore) String

func (x *StringUUIDIgnore) String() string

type StringValidHeader

type StringValidHeader struct {
	Val string `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*StringValidHeader) Descriptor deprecated

func (*StringValidHeader) Descriptor() ([]byte, []int)

Deprecated: Use StringValidHeader.ProtoReflect.Descriptor instead.

func (*StringValidHeader) GetVal

func (x *StringValidHeader) GetVal() string

func (*StringValidHeader) ProtoMessage

func (*StringValidHeader) ProtoMessage()

func (*StringValidHeader) ProtoReflect

func (x *StringValidHeader) ProtoReflect() protoreflect.Message

func (*StringValidHeader) Reset

func (x *StringValidHeader) Reset()

func (*StringValidHeader) String

func (x *StringValidHeader) String() string

type TestEnum

type TestEnum int32
const (
	TestEnum_ZERO TestEnum = 0
	TestEnum_ONE  TestEnum = 1
	TestEnum_TWO  TestEnum = 2
)

func (TestEnum) Descriptor

func (TestEnum) Descriptor() protoreflect.EnumDescriptor

func (TestEnum) Enum

func (x TestEnum) Enum() *TestEnum

func (TestEnum) EnumDescriptor deprecated

func (TestEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestEnum.Descriptor instead.

func (TestEnum) Number

func (x TestEnum) Number() protoreflect.EnumNumber

func (TestEnum) String

func (x TestEnum) String() string

func (TestEnum) Type

type TestEnumAlias

type TestEnumAlias int32
const (
	TestEnumAlias_A     TestEnumAlias = 0
	TestEnumAlias_B     TestEnumAlias = 1
	TestEnumAlias_C     TestEnumAlias = 2
	TestEnumAlias_ALPHA TestEnumAlias = 0
	TestEnumAlias_BETA  TestEnumAlias = 1
	TestEnumAlias_GAMMA TestEnumAlias = 2
)

func (TestEnumAlias) Descriptor

func (TestEnumAlias) Enum

func (x TestEnumAlias) Enum() *TestEnumAlias

func (TestEnumAlias) EnumDescriptor deprecated

func (TestEnumAlias) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestEnumAlias.Descriptor instead.

func (TestEnumAlias) Number

func (TestEnumAlias) String

func (x TestEnumAlias) String() string

func (TestEnumAlias) Type

type TestMsg

type TestMsg struct {
	Const  string   `protobuf:"bytes,1,opt,name=const,proto3" json:"const,omitempty"`
	Nested *TestMsg `protobuf:"bytes,2,opt,name=nested,proto3" json:"nested,omitempty"`
	// contains filtered or unexported fields
}

func (*TestMsg) Descriptor deprecated

func (*TestMsg) Descriptor() ([]byte, []int)

Deprecated: Use TestMsg.ProtoReflect.Descriptor instead.

func (*TestMsg) GetConst

func (x *TestMsg) GetConst() string

func (*TestMsg) GetNested

func (x *TestMsg) GetNested() *TestMsg

func (*TestMsg) ProtoMessage

func (*TestMsg) ProtoMessage()

func (*TestMsg) ProtoReflect

func (x *TestMsg) ProtoReflect() protoreflect.Message

func (*TestMsg) Reset

func (x *TestMsg) Reset()

func (*TestMsg) String

func (x *TestMsg) String() string

type TestOneOfMsg

type TestOneOfMsg struct {
	Val bool `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TestOneOfMsg) Descriptor deprecated

func (*TestOneOfMsg) Descriptor() ([]byte, []int)

Deprecated: Use TestOneOfMsg.ProtoReflect.Descriptor instead.

func (*TestOneOfMsg) GetVal

func (x *TestOneOfMsg) GetVal() bool

func (*TestOneOfMsg) ProtoMessage

func (*TestOneOfMsg) ProtoMessage()

func (*TestOneOfMsg) ProtoReflect

func (x *TestOneOfMsg) ProtoReflect() protoreflect.Message

func (*TestOneOfMsg) Reset

func (x *TestOneOfMsg) Reset()

func (*TestOneOfMsg) String

func (x *TestOneOfMsg) String() string

type TimestampConst

type TimestampConst struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampConst) Descriptor deprecated

func (*TimestampConst) Descriptor() ([]byte, []int)

Deprecated: Use TimestampConst.ProtoReflect.Descriptor instead.

func (*TimestampConst) GetVal

func (x *TimestampConst) GetVal() *timestamppb.Timestamp

func (*TimestampConst) ProtoMessage

func (*TimestampConst) ProtoMessage()

func (*TimestampConst) ProtoReflect

func (x *TimestampConst) ProtoReflect() protoreflect.Message

func (*TimestampConst) Reset

func (x *TimestampConst) Reset()

func (*TimestampConst) String

func (x *TimestampConst) String() string

type TimestampExGTELTE

type TimestampExGTELTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampExGTELTE) Descriptor deprecated

func (*TimestampExGTELTE) Descriptor() ([]byte, []int)

Deprecated: Use TimestampExGTELTE.ProtoReflect.Descriptor instead.

func (*TimestampExGTELTE) GetVal

func (*TimestampExGTELTE) ProtoMessage

func (*TimestampExGTELTE) ProtoMessage()

func (*TimestampExGTELTE) ProtoReflect

func (x *TimestampExGTELTE) ProtoReflect() protoreflect.Message

func (*TimestampExGTELTE) Reset

func (x *TimestampExGTELTE) Reset()

func (*TimestampExGTELTE) String

func (x *TimestampExGTELTE) String() string

type TimestampExLTGT

type TimestampExLTGT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampExLTGT) Descriptor deprecated

func (*TimestampExLTGT) Descriptor() ([]byte, []int)

Deprecated: Use TimestampExLTGT.ProtoReflect.Descriptor instead.

func (*TimestampExLTGT) GetVal

func (x *TimestampExLTGT) GetVal() *timestamppb.Timestamp

func (*TimestampExLTGT) ProtoMessage

func (*TimestampExLTGT) ProtoMessage()

func (*TimestampExLTGT) ProtoReflect

func (x *TimestampExLTGT) ProtoReflect() protoreflect.Message

func (*TimestampExLTGT) Reset

func (x *TimestampExLTGT) Reset()

func (*TimestampExLTGT) String

func (x *TimestampExLTGT) String() string

type TimestampGT

type TimestampGT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGT) Descriptor deprecated

func (*TimestampGT) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGT.ProtoReflect.Descriptor instead.

func (*TimestampGT) GetVal

func (x *TimestampGT) GetVal() *timestamppb.Timestamp

func (*TimestampGT) ProtoMessage

func (*TimestampGT) ProtoMessage()

func (*TimestampGT) ProtoReflect

func (x *TimestampGT) ProtoReflect() protoreflect.Message

func (*TimestampGT) Reset

func (x *TimestampGT) Reset()

func (*TimestampGT) String

func (x *TimestampGT) String() string

type TimestampGTE

type TimestampGTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTE) Descriptor deprecated

func (*TimestampGTE) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGTE.ProtoReflect.Descriptor instead.

func (*TimestampGTE) GetVal

func (x *TimestampGTE) GetVal() *timestamppb.Timestamp

func (*TimestampGTE) ProtoMessage

func (*TimestampGTE) ProtoMessage()

func (*TimestampGTE) ProtoReflect

func (x *TimestampGTE) ProtoReflect() protoreflect.Message

func (*TimestampGTE) Reset

func (x *TimestampGTE) Reset()

func (*TimestampGTE) String

func (x *TimestampGTE) String() string

type TimestampGTELTE

type TimestampGTELTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTELTE) Descriptor deprecated

func (*TimestampGTELTE) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGTELTE.ProtoReflect.Descriptor instead.

func (*TimestampGTELTE) GetVal

func (x *TimestampGTELTE) GetVal() *timestamppb.Timestamp

func (*TimestampGTELTE) ProtoMessage

func (*TimestampGTELTE) ProtoMessage()

func (*TimestampGTELTE) ProtoReflect

func (x *TimestampGTELTE) ProtoReflect() protoreflect.Message

func (*TimestampGTELTE) Reset

func (x *TimestampGTELTE) Reset()

func (*TimestampGTELTE) String

func (x *TimestampGTELTE) String() string

type TimestampGTLT

type TimestampGTLT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTLT) Descriptor deprecated

func (*TimestampGTLT) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGTLT.ProtoReflect.Descriptor instead.

func (*TimestampGTLT) GetVal

func (x *TimestampGTLT) GetVal() *timestamppb.Timestamp

func (*TimestampGTLT) ProtoMessage

func (*TimestampGTLT) ProtoMessage()

func (*TimestampGTLT) ProtoReflect

func (x *TimestampGTLT) ProtoReflect() protoreflect.Message

func (*TimestampGTLT) Reset

func (x *TimestampGTLT) Reset()

func (*TimestampGTLT) String

func (x *TimestampGTLT) String() string

type TimestampGTNow

type TimestampGTNow struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTNow) Descriptor deprecated

func (*TimestampGTNow) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGTNow.ProtoReflect.Descriptor instead.

func (*TimestampGTNow) GetVal

func (x *TimestampGTNow) GetVal() *timestamppb.Timestamp

func (*TimestampGTNow) ProtoMessage

func (*TimestampGTNow) ProtoMessage()

func (*TimestampGTNow) ProtoReflect

func (x *TimestampGTNow) ProtoReflect() protoreflect.Message

func (*TimestampGTNow) Reset

func (x *TimestampGTNow) Reset()

func (*TimestampGTNow) String

func (x *TimestampGTNow) String() string

type TimestampGTNowWithin

type TimestampGTNowWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampGTNowWithin) Descriptor deprecated

func (*TimestampGTNowWithin) Descriptor() ([]byte, []int)

Deprecated: Use TimestampGTNowWithin.ProtoReflect.Descriptor instead.

func (*TimestampGTNowWithin) GetVal

func (*TimestampGTNowWithin) ProtoMessage

func (*TimestampGTNowWithin) ProtoMessage()

func (*TimestampGTNowWithin) ProtoReflect

func (x *TimestampGTNowWithin) ProtoReflect() protoreflect.Message

func (*TimestampGTNowWithin) Reset

func (x *TimestampGTNowWithin) Reset()

func (*TimestampGTNowWithin) String

func (x *TimestampGTNowWithin) String() string

type TimestampLT

type TimestampLT struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLT) Descriptor deprecated

func (*TimestampLT) Descriptor() ([]byte, []int)

Deprecated: Use TimestampLT.ProtoReflect.Descriptor instead.

func (*TimestampLT) GetVal

func (x *TimestampLT) GetVal() *timestamppb.Timestamp

func (*TimestampLT) ProtoMessage

func (*TimestampLT) ProtoMessage()

func (*TimestampLT) ProtoReflect

func (x *TimestampLT) ProtoReflect() protoreflect.Message

func (*TimestampLT) Reset

func (x *TimestampLT) Reset()

func (*TimestampLT) String

func (x *TimestampLT) String() string

type TimestampLTE

type TimestampLTE struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTE) Descriptor deprecated

func (*TimestampLTE) Descriptor() ([]byte, []int)

Deprecated: Use TimestampLTE.ProtoReflect.Descriptor instead.

func (*TimestampLTE) GetVal

func (x *TimestampLTE) GetVal() *timestamppb.Timestamp

func (*TimestampLTE) ProtoMessage

func (*TimestampLTE) ProtoMessage()

func (*TimestampLTE) ProtoReflect

func (x *TimestampLTE) ProtoReflect() protoreflect.Message

func (*TimestampLTE) Reset

func (x *TimestampLTE) Reset()

func (*TimestampLTE) String

func (x *TimestampLTE) String() string

type TimestampLTNow

type TimestampLTNow struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTNow) Descriptor deprecated

func (*TimestampLTNow) Descriptor() ([]byte, []int)

Deprecated: Use TimestampLTNow.ProtoReflect.Descriptor instead.

func (*TimestampLTNow) GetVal

func (x *TimestampLTNow) GetVal() *timestamppb.Timestamp

func (*TimestampLTNow) ProtoMessage

func (*TimestampLTNow) ProtoMessage()

func (*TimestampLTNow) ProtoReflect

func (x *TimestampLTNow) ProtoReflect() protoreflect.Message

func (*TimestampLTNow) Reset

func (x *TimestampLTNow) Reset()

func (*TimestampLTNow) String

func (x *TimestampLTNow) String() string

type TimestampLTNowWithin

type TimestampLTNowWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampLTNowWithin) Descriptor deprecated

func (*TimestampLTNowWithin) Descriptor() ([]byte, []int)

Deprecated: Use TimestampLTNowWithin.ProtoReflect.Descriptor instead.

func (*TimestampLTNowWithin) GetVal

func (*TimestampLTNowWithin) ProtoMessage

func (*TimestampLTNowWithin) ProtoMessage()

func (*TimestampLTNowWithin) ProtoReflect

func (x *TimestampLTNowWithin) ProtoReflect() protoreflect.Message

func (*TimestampLTNowWithin) Reset

func (x *TimestampLTNowWithin) Reset()

func (*TimestampLTNowWithin) String

func (x *TimestampLTNowWithin) String() string

type TimestampNone

type TimestampNone struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampNone) Descriptor deprecated

func (*TimestampNone) Descriptor() ([]byte, []int)

Deprecated: Use TimestampNone.ProtoReflect.Descriptor instead.

func (*TimestampNone) GetVal

func (x *TimestampNone) GetVal() *timestamppb.Timestamp

func (*TimestampNone) ProtoMessage

func (*TimestampNone) ProtoMessage()

func (*TimestampNone) ProtoReflect

func (x *TimestampNone) ProtoReflect() protoreflect.Message

func (*TimestampNone) Reset

func (x *TimestampNone) Reset()

func (*TimestampNone) String

func (x *TimestampNone) String() string

type TimestampRequired

type TimestampRequired struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampRequired) Descriptor deprecated

func (*TimestampRequired) Descriptor() ([]byte, []int)

Deprecated: Use TimestampRequired.ProtoReflect.Descriptor instead.

func (*TimestampRequired) GetVal

func (*TimestampRequired) ProtoMessage

func (*TimestampRequired) ProtoMessage()

func (*TimestampRequired) ProtoReflect

func (x *TimestampRequired) ProtoReflect() protoreflect.Message

func (*TimestampRequired) Reset

func (x *TimestampRequired) Reset()

func (*TimestampRequired) String

func (x *TimestampRequired) String() string

type TimestampWithin

type TimestampWithin struct {
	Val *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*TimestampWithin) Descriptor deprecated

func (*TimestampWithin) Descriptor() ([]byte, []int)

Deprecated: Use TimestampWithin.ProtoReflect.Descriptor instead.

func (*TimestampWithin) GetVal

func (x *TimestampWithin) GetVal() *timestamppb.Timestamp

func (*TimestampWithin) ProtoMessage

func (*TimestampWithin) ProtoMessage()

func (*TimestampWithin) ProtoReflect

func (x *TimestampWithin) ProtoReflect() protoreflect.Message

func (*TimestampWithin) Reset

func (x *TimestampWithin) Reset()

func (*TimestampWithin) String

func (x *TimestampWithin) String() string

type UInt32Const

type UInt32Const struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32Const) Descriptor deprecated

func (*UInt32Const) Descriptor() ([]byte, []int)

Deprecated: Use UInt32Const.ProtoReflect.Descriptor instead.

func (*UInt32Const) GetVal

func (x *UInt32Const) GetVal() uint32

func (*UInt32Const) ProtoMessage

func (*UInt32Const) ProtoMessage()

func (*UInt32Const) ProtoReflect

func (x *UInt32Const) ProtoReflect() protoreflect.Message

func (*UInt32Const) Reset

func (x *UInt32Const) Reset()

func (*UInt32Const) String

func (x *UInt32Const) String() string

type UInt32ExGTELTE

type UInt32ExGTELTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32ExGTELTE) Descriptor deprecated

func (*UInt32ExGTELTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt32ExGTELTE.ProtoReflect.Descriptor instead.

func (*UInt32ExGTELTE) GetVal

func (x *UInt32ExGTELTE) GetVal() uint32

func (*UInt32ExGTELTE) ProtoMessage

func (*UInt32ExGTELTE) ProtoMessage()

func (*UInt32ExGTELTE) ProtoReflect

func (x *UInt32ExGTELTE) ProtoReflect() protoreflect.Message

func (*UInt32ExGTELTE) Reset

func (x *UInt32ExGTELTE) Reset()

func (*UInt32ExGTELTE) String

func (x *UInt32ExGTELTE) String() string

type UInt32ExLTGT

type UInt32ExLTGT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32ExLTGT) Descriptor deprecated

func (*UInt32ExLTGT) Descriptor() ([]byte, []int)

Deprecated: Use UInt32ExLTGT.ProtoReflect.Descriptor instead.

func (*UInt32ExLTGT) GetVal

func (x *UInt32ExLTGT) GetVal() uint32

func (*UInt32ExLTGT) ProtoMessage

func (*UInt32ExLTGT) ProtoMessage()

func (*UInt32ExLTGT) ProtoReflect

func (x *UInt32ExLTGT) ProtoReflect() protoreflect.Message

func (*UInt32ExLTGT) Reset

func (x *UInt32ExLTGT) Reset()

func (*UInt32ExLTGT) String

func (x *UInt32ExLTGT) String() string

type UInt32GT

type UInt32GT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GT) Descriptor deprecated

func (*UInt32GT) Descriptor() ([]byte, []int)

Deprecated: Use UInt32GT.ProtoReflect.Descriptor instead.

func (*UInt32GT) GetVal

func (x *UInt32GT) GetVal() uint32

func (*UInt32GT) ProtoMessage

func (*UInt32GT) ProtoMessage()

func (*UInt32GT) ProtoReflect

func (x *UInt32GT) ProtoReflect() protoreflect.Message

func (*UInt32GT) Reset

func (x *UInt32GT) Reset()

func (*UInt32GT) String

func (x *UInt32GT) String() string

type UInt32GTE

type UInt32GTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTE) Descriptor deprecated

func (*UInt32GTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt32GTE.ProtoReflect.Descriptor instead.

func (*UInt32GTE) GetVal

func (x *UInt32GTE) GetVal() uint32

func (*UInt32GTE) ProtoMessage

func (*UInt32GTE) ProtoMessage()

func (*UInt32GTE) ProtoReflect

func (x *UInt32GTE) ProtoReflect() protoreflect.Message

func (*UInt32GTE) Reset

func (x *UInt32GTE) Reset()

func (*UInt32GTE) String

func (x *UInt32GTE) String() string

type UInt32GTELTE

type UInt32GTELTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTELTE) Descriptor deprecated

func (*UInt32GTELTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt32GTELTE.ProtoReflect.Descriptor instead.

func (*UInt32GTELTE) GetVal

func (x *UInt32GTELTE) GetVal() uint32

func (*UInt32GTELTE) ProtoMessage

func (*UInt32GTELTE) ProtoMessage()

func (*UInt32GTELTE) ProtoReflect

func (x *UInt32GTELTE) ProtoReflect() protoreflect.Message

func (*UInt32GTELTE) Reset

func (x *UInt32GTELTE) Reset()

func (*UInt32GTELTE) String

func (x *UInt32GTELTE) String() string

type UInt32GTLT

type UInt32GTLT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32GTLT) Descriptor deprecated

func (*UInt32GTLT) Descriptor() ([]byte, []int)

Deprecated: Use UInt32GTLT.ProtoReflect.Descriptor instead.

func (*UInt32GTLT) GetVal

func (x *UInt32GTLT) GetVal() uint32

func (*UInt32GTLT) ProtoMessage

func (*UInt32GTLT) ProtoMessage()

func (*UInt32GTLT) ProtoReflect

func (x *UInt32GTLT) ProtoReflect() protoreflect.Message

func (*UInt32GTLT) Reset

func (x *UInt32GTLT) Reset()

func (*UInt32GTLT) String

func (x *UInt32GTLT) String() string

type UInt32Ignore

type UInt32Ignore struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32Ignore) Descriptor deprecated

func (*UInt32Ignore) Descriptor() ([]byte, []int)

Deprecated: Use UInt32Ignore.ProtoReflect.Descriptor instead.

func (*UInt32Ignore) GetVal

func (x *UInt32Ignore) GetVal() uint32

func (*UInt32Ignore) ProtoMessage

func (*UInt32Ignore) ProtoMessage()

func (*UInt32Ignore) ProtoReflect

func (x *UInt32Ignore) ProtoReflect() protoreflect.Message

func (*UInt32Ignore) Reset

func (x *UInt32Ignore) Reset()

func (*UInt32Ignore) String

func (x *UInt32Ignore) String() string

type UInt32In

type UInt32In struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32In) Descriptor deprecated

func (*UInt32In) Descriptor() ([]byte, []int)

Deprecated: Use UInt32In.ProtoReflect.Descriptor instead.

func (*UInt32In) GetVal

func (x *UInt32In) GetVal() uint32

func (*UInt32In) ProtoMessage

func (*UInt32In) ProtoMessage()

func (*UInt32In) ProtoReflect

func (x *UInt32In) ProtoReflect() protoreflect.Message

func (*UInt32In) Reset

func (x *UInt32In) Reset()

func (*UInt32In) String

func (x *UInt32In) String() string

type UInt32LT

type UInt32LT struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32LT) Descriptor deprecated

func (*UInt32LT) Descriptor() ([]byte, []int)

Deprecated: Use UInt32LT.ProtoReflect.Descriptor instead.

func (*UInt32LT) GetVal

func (x *UInt32LT) GetVal() uint32

func (*UInt32LT) ProtoMessage

func (*UInt32LT) ProtoMessage()

func (*UInt32LT) ProtoReflect

func (x *UInt32LT) ProtoReflect() protoreflect.Message

func (*UInt32LT) Reset

func (x *UInt32LT) Reset()

func (*UInt32LT) String

func (x *UInt32LT) String() string

type UInt32LTE

type UInt32LTE struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32LTE) Descriptor deprecated

func (*UInt32LTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt32LTE.ProtoReflect.Descriptor instead.

func (*UInt32LTE) GetVal

func (x *UInt32LTE) GetVal() uint32

func (*UInt32LTE) ProtoMessage

func (*UInt32LTE) ProtoMessage()

func (*UInt32LTE) ProtoReflect

func (x *UInt32LTE) ProtoReflect() protoreflect.Message

func (*UInt32LTE) Reset

func (x *UInt32LTE) Reset()

func (*UInt32LTE) String

func (x *UInt32LTE) String() string

type UInt32None

type UInt32None struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32None) Descriptor deprecated

func (*UInt32None) Descriptor() ([]byte, []int)

Deprecated: Use UInt32None.ProtoReflect.Descriptor instead.

func (*UInt32None) GetVal

func (x *UInt32None) GetVal() uint32

func (*UInt32None) ProtoMessage

func (*UInt32None) ProtoMessage()

func (*UInt32None) ProtoReflect

func (x *UInt32None) ProtoReflect() protoreflect.Message

func (*UInt32None) Reset

func (x *UInt32None) Reset()

func (*UInt32None) String

func (x *UInt32None) String() string

type UInt32NotIn

type UInt32NotIn struct {
	Val uint32 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt32NotIn) Descriptor deprecated

func (*UInt32NotIn) Descriptor() ([]byte, []int)

Deprecated: Use UInt32NotIn.ProtoReflect.Descriptor instead.

func (*UInt32NotIn) GetVal

func (x *UInt32NotIn) GetVal() uint32

func (*UInt32NotIn) ProtoMessage

func (*UInt32NotIn) ProtoMessage()

func (*UInt32NotIn) ProtoReflect

func (x *UInt32NotIn) ProtoReflect() protoreflect.Message

func (*UInt32NotIn) Reset

func (x *UInt32NotIn) Reset()

func (*UInt32NotIn) String

func (x *UInt32NotIn) String() string

type UInt64Const

type UInt64Const struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64Const) Descriptor deprecated

func (*UInt64Const) Descriptor() ([]byte, []int)

Deprecated: Use UInt64Const.ProtoReflect.Descriptor instead.

func (*UInt64Const) GetVal

func (x *UInt64Const) GetVal() uint64

func (*UInt64Const) ProtoMessage

func (*UInt64Const) ProtoMessage()

func (*UInt64Const) ProtoReflect

func (x *UInt64Const) ProtoReflect() protoreflect.Message

func (*UInt64Const) Reset

func (x *UInt64Const) Reset()

func (*UInt64Const) String

func (x *UInt64Const) String() string

type UInt64ExGTELTE

type UInt64ExGTELTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64ExGTELTE) Descriptor deprecated

func (*UInt64ExGTELTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt64ExGTELTE.ProtoReflect.Descriptor instead.

func (*UInt64ExGTELTE) GetVal

func (x *UInt64ExGTELTE) GetVal() uint64

func (*UInt64ExGTELTE) ProtoMessage

func (*UInt64ExGTELTE) ProtoMessage()

func (*UInt64ExGTELTE) ProtoReflect

func (x *UInt64ExGTELTE) ProtoReflect() protoreflect.Message

func (*UInt64ExGTELTE) Reset

func (x *UInt64ExGTELTE) Reset()

func (*UInt64ExGTELTE) String

func (x *UInt64ExGTELTE) String() string

type UInt64ExLTGT

type UInt64ExLTGT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64ExLTGT) Descriptor deprecated

func (*UInt64ExLTGT) Descriptor() ([]byte, []int)

Deprecated: Use UInt64ExLTGT.ProtoReflect.Descriptor instead.

func (*UInt64ExLTGT) GetVal

func (x *UInt64ExLTGT) GetVal() uint64

func (*UInt64ExLTGT) ProtoMessage

func (*UInt64ExLTGT) ProtoMessage()

func (*UInt64ExLTGT) ProtoReflect

func (x *UInt64ExLTGT) ProtoReflect() protoreflect.Message

func (*UInt64ExLTGT) Reset

func (x *UInt64ExLTGT) Reset()

func (*UInt64ExLTGT) String

func (x *UInt64ExLTGT) String() string

type UInt64GT

type UInt64GT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GT) Descriptor deprecated

func (*UInt64GT) Descriptor() ([]byte, []int)

Deprecated: Use UInt64GT.ProtoReflect.Descriptor instead.

func (*UInt64GT) GetVal

func (x *UInt64GT) GetVal() uint64

func (*UInt64GT) ProtoMessage

func (*UInt64GT) ProtoMessage()

func (*UInt64GT) ProtoReflect

func (x *UInt64GT) ProtoReflect() protoreflect.Message

func (*UInt64GT) Reset

func (x *UInt64GT) Reset()

func (*UInt64GT) String

func (x *UInt64GT) String() string

type UInt64GTE

type UInt64GTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTE) Descriptor deprecated

func (*UInt64GTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt64GTE.ProtoReflect.Descriptor instead.

func (*UInt64GTE) GetVal

func (x *UInt64GTE) GetVal() uint64

func (*UInt64GTE) ProtoMessage

func (*UInt64GTE) ProtoMessage()

func (*UInt64GTE) ProtoReflect

func (x *UInt64GTE) ProtoReflect() protoreflect.Message

func (*UInt64GTE) Reset

func (x *UInt64GTE) Reset()

func (*UInt64GTE) String

func (x *UInt64GTE) String() string

type UInt64GTELTE

type UInt64GTELTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTELTE) Descriptor deprecated

func (*UInt64GTELTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt64GTELTE.ProtoReflect.Descriptor instead.

func (*UInt64GTELTE) GetVal

func (x *UInt64GTELTE) GetVal() uint64

func (*UInt64GTELTE) ProtoMessage

func (*UInt64GTELTE) ProtoMessage()

func (*UInt64GTELTE) ProtoReflect

func (x *UInt64GTELTE) ProtoReflect() protoreflect.Message

func (*UInt64GTELTE) Reset

func (x *UInt64GTELTE) Reset()

func (*UInt64GTELTE) String

func (x *UInt64GTELTE) String() string

type UInt64GTLT

type UInt64GTLT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64GTLT) Descriptor deprecated

func (*UInt64GTLT) Descriptor() ([]byte, []int)

Deprecated: Use UInt64GTLT.ProtoReflect.Descriptor instead.

func (*UInt64GTLT) GetVal

func (x *UInt64GTLT) GetVal() uint64

func (*UInt64GTLT) ProtoMessage

func (*UInt64GTLT) ProtoMessage()

func (*UInt64GTLT) ProtoReflect

func (x *UInt64GTLT) ProtoReflect() protoreflect.Message

func (*UInt64GTLT) Reset

func (x *UInt64GTLT) Reset()

func (*UInt64GTLT) String

func (x *UInt64GTLT) String() string

type UInt64Ignore

type UInt64Ignore struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64Ignore) Descriptor deprecated

func (*UInt64Ignore) Descriptor() ([]byte, []int)

Deprecated: Use UInt64Ignore.ProtoReflect.Descriptor instead.

func (*UInt64Ignore) GetVal

func (x *UInt64Ignore) GetVal() uint64

func (*UInt64Ignore) ProtoMessage

func (*UInt64Ignore) ProtoMessage()

func (*UInt64Ignore) ProtoReflect

func (x *UInt64Ignore) ProtoReflect() protoreflect.Message

func (*UInt64Ignore) Reset

func (x *UInt64Ignore) Reset()

func (*UInt64Ignore) String

func (x *UInt64Ignore) String() string

type UInt64In

type UInt64In struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64In) Descriptor deprecated

func (*UInt64In) Descriptor() ([]byte, []int)

Deprecated: Use UInt64In.ProtoReflect.Descriptor instead.

func (*UInt64In) GetVal

func (x *UInt64In) GetVal() uint64

func (*UInt64In) ProtoMessage

func (*UInt64In) ProtoMessage()

func (*UInt64In) ProtoReflect

func (x *UInt64In) ProtoReflect() protoreflect.Message

func (*UInt64In) Reset

func (x *UInt64In) Reset()

func (*UInt64In) String

func (x *UInt64In) String() string

type UInt64LT

type UInt64LT struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64LT) Descriptor deprecated

func (*UInt64LT) Descriptor() ([]byte, []int)

Deprecated: Use UInt64LT.ProtoReflect.Descriptor instead.

func (*UInt64LT) GetVal

func (x *UInt64LT) GetVal() uint64

func (*UInt64LT) ProtoMessage

func (*UInt64LT) ProtoMessage()

func (*UInt64LT) ProtoReflect

func (x *UInt64LT) ProtoReflect() protoreflect.Message

func (*UInt64LT) Reset

func (x *UInt64LT) Reset()

func (*UInt64LT) String

func (x *UInt64LT) String() string

type UInt64LTE

type UInt64LTE struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64LTE) Descriptor deprecated

func (*UInt64LTE) Descriptor() ([]byte, []int)

Deprecated: Use UInt64LTE.ProtoReflect.Descriptor instead.

func (*UInt64LTE) GetVal

func (x *UInt64LTE) GetVal() uint64

func (*UInt64LTE) ProtoMessage

func (*UInt64LTE) ProtoMessage()

func (*UInt64LTE) ProtoReflect

func (x *UInt64LTE) ProtoReflect() protoreflect.Message

func (*UInt64LTE) Reset

func (x *UInt64LTE) Reset()

func (*UInt64LTE) String

func (x *UInt64LTE) String() string

type UInt64None

type UInt64None struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64None) Descriptor deprecated

func (*UInt64None) Descriptor() ([]byte, []int)

Deprecated: Use UInt64None.ProtoReflect.Descriptor instead.

func (*UInt64None) GetVal

func (x *UInt64None) GetVal() uint64

func (*UInt64None) ProtoMessage

func (*UInt64None) ProtoMessage()

func (*UInt64None) ProtoReflect

func (x *UInt64None) ProtoReflect() protoreflect.Message

func (*UInt64None) Reset

func (x *UInt64None) Reset()

func (*UInt64None) String

func (x *UInt64None) String() string

type UInt64NotIn

type UInt64NotIn struct {
	Val uint64 `protobuf:"varint,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*UInt64NotIn) Descriptor deprecated

func (*UInt64NotIn) Descriptor() ([]byte, []int)

Deprecated: Use UInt64NotIn.ProtoReflect.Descriptor instead.

func (*UInt64NotIn) GetVal

func (x *UInt64NotIn) GetVal() uint64

func (*UInt64NotIn) ProtoMessage

func (*UInt64NotIn) ProtoMessage()

func (*UInt64NotIn) ProtoReflect

func (x *UInt64NotIn) ProtoReflect() protoreflect.Message

func (*UInt64NotIn) Reset

func (x *UInt64NotIn) Reset()

func (*UInt64NotIn) String

func (x *UInt64NotIn) String() string

type WrapperBool

type WrapperBool struct {
	Val *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperBool) Descriptor deprecated

func (*WrapperBool) Descriptor() ([]byte, []int)

Deprecated: Use WrapperBool.ProtoReflect.Descriptor instead.

func (*WrapperBool) GetVal

func (x *WrapperBool) GetVal() *wrapperspb.BoolValue

func (*WrapperBool) ProtoMessage

func (*WrapperBool) ProtoMessage()

func (*WrapperBool) ProtoReflect

func (x *WrapperBool) ProtoReflect() protoreflect.Message

func (*WrapperBool) Reset

func (x *WrapperBool) Reset()

func (*WrapperBool) String

func (x *WrapperBool) String() string

type WrapperBytes

type WrapperBytes struct {
	Val *wrapperspb.BytesValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperBytes) Descriptor deprecated

func (*WrapperBytes) Descriptor() ([]byte, []int)

Deprecated: Use WrapperBytes.ProtoReflect.Descriptor instead.

func (*WrapperBytes) GetVal

func (x *WrapperBytes) GetVal() *wrapperspb.BytesValue

func (*WrapperBytes) ProtoMessage

func (*WrapperBytes) ProtoMessage()

func (*WrapperBytes) ProtoReflect

func (x *WrapperBytes) ProtoReflect() protoreflect.Message

func (*WrapperBytes) Reset

func (x *WrapperBytes) Reset()

func (*WrapperBytes) String

func (x *WrapperBytes) String() string

type WrapperDouble

type WrapperDouble struct {
	Val *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperDouble) Descriptor deprecated

func (*WrapperDouble) Descriptor() ([]byte, []int)

Deprecated: Use WrapperDouble.ProtoReflect.Descriptor instead.

func (*WrapperDouble) GetVal

func (x *WrapperDouble) GetVal() *wrapperspb.DoubleValue

func (*WrapperDouble) ProtoMessage

func (*WrapperDouble) ProtoMessage()

func (*WrapperDouble) ProtoReflect

func (x *WrapperDouble) ProtoReflect() protoreflect.Message

func (*WrapperDouble) Reset

func (x *WrapperDouble) Reset()

func (*WrapperDouble) String

func (x *WrapperDouble) String() string

type WrapperFloat

type WrapperFloat struct {
	Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperFloat) Descriptor deprecated

func (*WrapperFloat) Descriptor() ([]byte, []int)

Deprecated: Use WrapperFloat.ProtoReflect.Descriptor instead.

func (*WrapperFloat) GetVal

func (x *WrapperFloat) GetVal() *wrapperspb.FloatValue

func (*WrapperFloat) ProtoMessage

func (*WrapperFloat) ProtoMessage()

func (*WrapperFloat) ProtoReflect

func (x *WrapperFloat) ProtoReflect() protoreflect.Message

func (*WrapperFloat) Reset

func (x *WrapperFloat) Reset()

func (*WrapperFloat) String

func (x *WrapperFloat) String() string

type WrapperInt32

type WrapperInt32 struct {
	Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperInt32) Descriptor deprecated

func (*WrapperInt32) Descriptor() ([]byte, []int)

Deprecated: Use WrapperInt32.ProtoReflect.Descriptor instead.

func (*WrapperInt32) GetVal

func (x *WrapperInt32) GetVal() *wrapperspb.Int32Value

func (*WrapperInt32) ProtoMessage

func (*WrapperInt32) ProtoMessage()

func (*WrapperInt32) ProtoReflect

func (x *WrapperInt32) ProtoReflect() protoreflect.Message

func (*WrapperInt32) Reset

func (x *WrapperInt32) Reset()

func (*WrapperInt32) String

func (x *WrapperInt32) String() string

type WrapperInt64

type WrapperInt64 struct {
	Val *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperInt64) Descriptor deprecated

func (*WrapperInt64) Descriptor() ([]byte, []int)

Deprecated: Use WrapperInt64.ProtoReflect.Descriptor instead.

func (*WrapperInt64) GetVal

func (x *WrapperInt64) GetVal() *wrapperspb.Int64Value

func (*WrapperInt64) ProtoMessage

func (*WrapperInt64) ProtoMessage()

func (*WrapperInt64) ProtoReflect

func (x *WrapperInt64) ProtoReflect() protoreflect.Message

func (*WrapperInt64) Reset

func (x *WrapperInt64) Reset()

func (*WrapperInt64) String

func (x *WrapperInt64) String() string

type WrapperNone

type WrapperNone struct {
	Val *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperNone) Descriptor deprecated

func (*WrapperNone) Descriptor() ([]byte, []int)

Deprecated: Use WrapperNone.ProtoReflect.Descriptor instead.

func (*WrapperNone) GetVal

func (x *WrapperNone) GetVal() *wrapperspb.Int32Value

func (*WrapperNone) ProtoMessage

func (*WrapperNone) ProtoMessage()

func (*WrapperNone) ProtoReflect

func (x *WrapperNone) ProtoReflect() protoreflect.Message

func (*WrapperNone) Reset

func (x *WrapperNone) Reset()

func (*WrapperNone) String

func (x *WrapperNone) String() string

type WrapperOptionalUuidString

type WrapperOptionalUuidString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperOptionalUuidString) Descriptor deprecated

func (*WrapperOptionalUuidString) Descriptor() ([]byte, []int)

Deprecated: Use WrapperOptionalUuidString.ProtoReflect.Descriptor instead.

func (*WrapperOptionalUuidString) GetVal

func (*WrapperOptionalUuidString) ProtoMessage

func (*WrapperOptionalUuidString) ProtoMessage()

func (*WrapperOptionalUuidString) ProtoReflect

func (*WrapperOptionalUuidString) Reset

func (x *WrapperOptionalUuidString) Reset()

func (*WrapperOptionalUuidString) String

func (x *WrapperOptionalUuidString) String() string

type WrapperRequiredEmptyString

type WrapperRequiredEmptyString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredEmptyString) Descriptor deprecated

func (*WrapperRequiredEmptyString) Descriptor() ([]byte, []int)

Deprecated: Use WrapperRequiredEmptyString.ProtoReflect.Descriptor instead.

func (*WrapperRequiredEmptyString) GetVal

func (*WrapperRequiredEmptyString) ProtoMessage

func (*WrapperRequiredEmptyString) ProtoMessage()

func (*WrapperRequiredEmptyString) ProtoReflect

func (*WrapperRequiredEmptyString) Reset

func (x *WrapperRequiredEmptyString) Reset()

func (*WrapperRequiredEmptyString) String

func (x *WrapperRequiredEmptyString) String() string

type WrapperRequiredFloat

type WrapperRequiredFloat struct {
	Val *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredFloat) Descriptor deprecated

func (*WrapperRequiredFloat) Descriptor() ([]byte, []int)

Deprecated: Use WrapperRequiredFloat.ProtoReflect.Descriptor instead.

func (*WrapperRequiredFloat) GetVal

func (*WrapperRequiredFloat) ProtoMessage

func (*WrapperRequiredFloat) ProtoMessage()

func (*WrapperRequiredFloat) ProtoReflect

func (x *WrapperRequiredFloat) ProtoReflect() protoreflect.Message

func (*WrapperRequiredFloat) Reset

func (x *WrapperRequiredFloat) Reset()

func (*WrapperRequiredFloat) String

func (x *WrapperRequiredFloat) String() string

type WrapperRequiredString

type WrapperRequiredString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperRequiredString) Descriptor deprecated

func (*WrapperRequiredString) Descriptor() ([]byte, []int)

Deprecated: Use WrapperRequiredString.ProtoReflect.Descriptor instead.

func (*WrapperRequiredString) GetVal

func (*WrapperRequiredString) ProtoMessage

func (*WrapperRequiredString) ProtoMessage()

func (*WrapperRequiredString) ProtoReflect

func (x *WrapperRequiredString) ProtoReflect() protoreflect.Message

func (*WrapperRequiredString) Reset

func (x *WrapperRequiredString) Reset()

func (*WrapperRequiredString) String

func (x *WrapperRequiredString) String() string

type WrapperString

type WrapperString struct {
	Val *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperString) Descriptor deprecated

func (*WrapperString) Descriptor() ([]byte, []int)

Deprecated: Use WrapperString.ProtoReflect.Descriptor instead.

func (*WrapperString) GetVal

func (x *WrapperString) GetVal() *wrapperspb.StringValue

func (*WrapperString) ProtoMessage

func (*WrapperString) ProtoMessage()

func (*WrapperString) ProtoReflect

func (x *WrapperString) ProtoReflect() protoreflect.Message

func (*WrapperString) Reset

func (x *WrapperString) Reset()

func (*WrapperString) String

func (x *WrapperString) String() string

type WrapperUInt32

type WrapperUInt32 struct {
	Val *wrapperspb.UInt32Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperUInt32) Descriptor deprecated

func (*WrapperUInt32) Descriptor() ([]byte, []int)

Deprecated: Use WrapperUInt32.ProtoReflect.Descriptor instead.

func (*WrapperUInt32) GetVal

func (x *WrapperUInt32) GetVal() *wrapperspb.UInt32Value

func (*WrapperUInt32) ProtoMessage

func (*WrapperUInt32) ProtoMessage()

func (*WrapperUInt32) ProtoReflect

func (x *WrapperUInt32) ProtoReflect() protoreflect.Message

func (*WrapperUInt32) Reset

func (x *WrapperUInt32) Reset()

func (*WrapperUInt32) String

func (x *WrapperUInt32) String() string

type WrapperUInt64

type WrapperUInt64 struct {
	Val *wrapperspb.UInt64Value `protobuf:"bytes,1,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*WrapperUInt64) Descriptor deprecated

func (*WrapperUInt64) Descriptor() ([]byte, []int)

Deprecated: Use WrapperUInt64.ProtoReflect.Descriptor instead.

func (*WrapperUInt64) GetVal

func (x *WrapperUInt64) GetVal() *wrapperspb.UInt64Value

func (*WrapperUInt64) ProtoMessage

func (*WrapperUInt64) ProtoMessage()

func (*WrapperUInt64) ProtoReflect

func (x *WrapperUInt64) ProtoReflect() protoreflect.Message

func (*WrapperUInt64) Reset

func (x *WrapperUInt64) Reset()

func (*WrapperUInt64) String

func (x *WrapperUInt64) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL