Documentation ¶
Index ¶
- Constants
- Variables
- type Enum
- type Enums
- func (x *Enums) ClearOptEnum()
- func (x *Enums) ClearOptNestedEnum()
- func (x *Enums) GetImplicitEnum() OpenEnum
- func (x *Enums) GetImplicitNestedEnum() Enums_NestedOpenEnum
- func (x *Enums) GetOptEnum() Enum
- func (x *Enums) GetOptNestedEnum() Enums_NestedEnum
- func (x *Enums) GetRptEnum() []Enum
- func (x *Enums) GetRptNestedEnum() []Enums_NestedEnum
- func (x *Enums) HasOptEnum() bool
- func (x *Enums) HasOptNestedEnum() bool
- func (*Enums) ProtoMessage()
- func (x *Enums) ProtoReflect() protoreflect.Message
- func (x *Enums) Reset()
- func (x *Enums) SetImplicitEnum(v OpenEnum)
- func (x *Enums) SetImplicitNestedEnum(v Enums_NestedOpenEnum)
- func (x *Enums) SetOptEnum(v Enum)
- func (x *Enums) SetOptNestedEnum(v Enums_NestedEnum)
- func (x *Enums) SetRptEnum(v []Enum)
- func (x *Enums) SetRptNestedEnum(v []Enums_NestedEnum)
- func (x *Enums) String() string
- type Enums_NestedEnum
- type Enums_NestedOpenEnum
- type Enums_builder
- type Extensions
- func (x *Extensions) ClearOptBool()
- func (x *Extensions) ClearOptInt32()
- func (x *Extensions) ClearOptString()
- func (x *Extensions) GetOptBool() bool
- func (x *Extensions) GetOptInt32() int32
- func (x *Extensions) GetOptString() string
- func (x *Extensions) HasOptBool() bool
- func (x *Extensions) HasOptInt32() bool
- func (x *Extensions) HasOptString() bool
- func (*Extensions) ProtoMessage()
- func (x *Extensions) ProtoReflect() protoreflect.Message
- func (x *Extensions) Reset()
- func (x *Extensions) SetOptBool(v bool)
- func (x *Extensions) SetOptInt32(v int32)
- func (x *Extensions) SetOptString(v string)
- func (x *Extensions) String() string
- type ExtensionsContainer
- type ExtensionsContainer_builder
- type Extensions_builder
- type FakeMessageSet
- type FakeMessageSetExtension
- func (x *FakeMessageSetExtension) ClearOptString()
- func (x *FakeMessageSetExtension) GetOptString() string
- func (x *FakeMessageSetExtension) HasOptString() bool
- func (*FakeMessageSetExtension) ProtoMessage()
- func (x *FakeMessageSetExtension) ProtoReflect() protoreflect.Message
- func (x *FakeMessageSetExtension) Reset()
- func (x *FakeMessageSetExtension) SetOptString(v string)
- func (x *FakeMessageSetExtension) String() string
- type FakeMessageSetExtension_builder
- type FakeMessageSet_builder
- type ImplicitScalars
- func (x *ImplicitScalars) GetSBool() bool
- func (x *ImplicitScalars) GetSBytes() []byte
- func (x *ImplicitScalars) GetSDouble() float64
- func (x *ImplicitScalars) GetSFixed32() uint32
- func (x *ImplicitScalars) GetSFixed64() uint64
- func (x *ImplicitScalars) GetSFloat() float32
- func (x *ImplicitScalars) GetSInt32() int32
- func (x *ImplicitScalars) GetSInt64() int64
- func (x *ImplicitScalars) GetSSfixed32() int32
- func (x *ImplicitScalars) GetSSfixed64() int64
- func (x *ImplicitScalars) GetSSint32() int32
- func (x *ImplicitScalars) GetSSint64() int64
- func (x *ImplicitScalars) GetSString() string
- func (x *ImplicitScalars) GetSUint32() uint32
- func (x *ImplicitScalars) GetSUint64() uint64
- func (*ImplicitScalars) ProtoMessage()
- func (x *ImplicitScalars) ProtoReflect() protoreflect.Message
- func (x *ImplicitScalars) Reset()
- func (x *ImplicitScalars) SetSBool(v bool)
- func (x *ImplicitScalars) SetSBytes(v []byte)
- func (x *ImplicitScalars) SetSDouble(v float64)
- func (x *ImplicitScalars) SetSFixed32(v uint32)
- func (x *ImplicitScalars) SetSFixed64(v uint64)
- func (x *ImplicitScalars) SetSFloat(v float32)
- func (x *ImplicitScalars) SetSInt32(v int32)
- func (x *ImplicitScalars) SetSInt64(v int64)
- func (x *ImplicitScalars) SetSSfixed32(v int32)
- func (x *ImplicitScalars) SetSSfixed64(v int64)
- func (x *ImplicitScalars) SetSSint32(v int32)
- func (x *ImplicitScalars) SetSSint64(v int64)
- func (x *ImplicitScalars) SetSString(v string)
- func (x *ImplicitScalars) SetSUint32(v uint32)
- func (x *ImplicitScalars) SetSUint64(v uint64)
- func (x *ImplicitScalars) String() string
- type ImplicitScalars_builder
- type IndirectRequired
- func (x *IndirectRequired) ClearOneofNested()
- func (x *IndirectRequired) ClearOptNested()
- func (x *IndirectRequired) ClearUnion()
- func (x *IndirectRequired) GetOneofNested() *NestedWithRequired
- func (x *IndirectRequired) GetOptNested() *NestedWithRequired
- func (x *IndirectRequired) GetRptNested() []*NestedWithRequired
- func (x *IndirectRequired) GetStrToNested() map[string]*NestedWithRequired
- func (x *IndirectRequired) HasOneofNested() bool
- func (x *IndirectRequired) HasOptNested() bool
- func (x *IndirectRequired) HasUnion() bool
- func (*IndirectRequired) ProtoMessage()
- func (x *IndirectRequired) ProtoReflect() protoreflect.Message
- func (x *IndirectRequired) Reset()
- func (x *IndirectRequired) SetOneofNested(v *NestedWithRequired)
- func (x *IndirectRequired) SetOptNested(v *NestedWithRequired)
- func (x *IndirectRequired) SetRptNested(v []*NestedWithRequired)
- func (x *IndirectRequired) SetStrToNested(v map[string]*NestedWithRequired)
- func (x *IndirectRequired) String() string
- func (x *IndirectRequired) WhichUnion() case_IndirectRequired_Union
- type IndirectRequired_builder
- type KnownTypes
- func (x *KnownTypes) ClearOptAny()
- func (x *KnownTypes) ClearOptBool()
- func (x *KnownTypes) ClearOptBytes()
- func (x *KnownTypes) ClearOptDouble()
- func (x *KnownTypes) ClearOptDuration()
- func (x *KnownTypes) ClearOptEmpty()
- func (x *KnownTypes) ClearOptFieldmask()
- func (x *KnownTypes) ClearOptFloat()
- func (x *KnownTypes) ClearOptInt32()
- func (x *KnownTypes) ClearOptInt64()
- func (x *KnownTypes) ClearOptList()
- func (x *KnownTypes) ClearOptNull()
- func (x *KnownTypes) ClearOptString()
- func (x *KnownTypes) ClearOptStruct()
- func (x *KnownTypes) ClearOptTimestamp()
- func (x *KnownTypes) ClearOptUint32()
- func (x *KnownTypes) ClearOptUint64()
- func (x *KnownTypes) ClearOptValue()
- func (x *KnownTypes) GetOptAny() *anypb.Any
- func (x *KnownTypes) GetOptBool() *wrapperspb.BoolValue
- func (x *KnownTypes) GetOptBytes() *wrapperspb.BytesValue
- func (x *KnownTypes) GetOptDouble() *wrapperspb.DoubleValue
- func (x *KnownTypes) GetOptDuration() *durationpb.Duration
- func (x *KnownTypes) GetOptEmpty() *emptypb.Empty
- func (x *KnownTypes) GetOptFieldmask() *fieldmaskpb.FieldMask
- func (x *KnownTypes) GetOptFloat() *wrapperspb.FloatValue
- func (x *KnownTypes) GetOptInt32() *wrapperspb.Int32Value
- func (x *KnownTypes) GetOptInt64() *wrapperspb.Int64Value
- func (x *KnownTypes) GetOptList() *structpb.ListValue
- func (x *KnownTypes) GetOptNull() structpb.NullValue
- func (x *KnownTypes) GetOptString() *wrapperspb.StringValue
- func (x *KnownTypes) GetOptStruct() *structpb.Struct
- func (x *KnownTypes) GetOptTimestamp() *timestamppb.Timestamp
- func (x *KnownTypes) GetOptUint32() *wrapperspb.UInt32Value
- func (x *KnownTypes) GetOptUint64() *wrapperspb.UInt64Value
- func (x *KnownTypes) GetOptValue() *structpb.Value
- func (x *KnownTypes) HasOptAny() bool
- func (x *KnownTypes) HasOptBool() bool
- func (x *KnownTypes) HasOptBytes() bool
- func (x *KnownTypes) HasOptDouble() bool
- func (x *KnownTypes) HasOptDuration() bool
- func (x *KnownTypes) HasOptEmpty() bool
- func (x *KnownTypes) HasOptFieldmask() bool
- func (x *KnownTypes) HasOptFloat() bool
- func (x *KnownTypes) HasOptInt32() bool
- func (x *KnownTypes) HasOptInt64() bool
- func (x *KnownTypes) HasOptList() bool
- func (x *KnownTypes) HasOptNull() bool
- func (x *KnownTypes) HasOptString() bool
- func (x *KnownTypes) HasOptStruct() bool
- func (x *KnownTypes) HasOptTimestamp() bool
- func (x *KnownTypes) HasOptUint32() bool
- func (x *KnownTypes) HasOptUint64() bool
- func (x *KnownTypes) HasOptValue() bool
- func (*KnownTypes) ProtoMessage()
- func (x *KnownTypes) ProtoReflect() protoreflect.Message
- func (x *KnownTypes) Reset()
- func (x *KnownTypes) SetOptAny(v *anypb.Any)
- func (x *KnownTypes) SetOptBool(v *wrapperspb.BoolValue)
- func (x *KnownTypes) SetOptBytes(v *wrapperspb.BytesValue)
- func (x *KnownTypes) SetOptDouble(v *wrapperspb.DoubleValue)
- func (x *KnownTypes) SetOptDuration(v *durationpb.Duration)
- func (x *KnownTypes) SetOptEmpty(v *emptypb.Empty)
- func (x *KnownTypes) SetOptFieldmask(v *fieldmaskpb.FieldMask)
- func (x *KnownTypes) SetOptFloat(v *wrapperspb.FloatValue)
- func (x *KnownTypes) SetOptInt32(v *wrapperspb.Int32Value)
- func (x *KnownTypes) SetOptInt64(v *wrapperspb.Int64Value)
- func (x *KnownTypes) SetOptList(v *structpb.ListValue)
- func (x *KnownTypes) SetOptNull(v structpb.NullValue)
- func (x *KnownTypes) SetOptString(v *wrapperspb.StringValue)
- func (x *KnownTypes) SetOptStruct(v *structpb.Struct)
- func (x *KnownTypes) SetOptTimestamp(v *timestamppb.Timestamp)
- func (x *KnownTypes) SetOptUint32(v *wrapperspb.UInt32Value)
- func (x *KnownTypes) SetOptUint64(v *wrapperspb.UInt64Value)
- func (x *KnownTypes) SetOptValue(v *structpb.Value)
- func (x *KnownTypes) String() string
- type KnownTypes_builder
- type Maps
- func (x *Maps) GetInt32ToStr() map[int32]string
- func (x *Maps) GetStrToNested() map[string]*Nested
- func (*Maps) ProtoMessage()
- func (x *Maps) ProtoReflect() protoreflect.Message
- func (x *Maps) Reset()
- func (x *Maps) SetInt32ToStr(v map[int32]string)
- func (x *Maps) SetStrToNested(v map[string]*Nested)
- func (x *Maps) String() string
- type Maps_builder
- type MessageSet
- type MessageSetExtension
- func (x *MessageSetExtension) ClearOptString()
- func (x *MessageSetExtension) GetOptString() string
- func (x *MessageSetExtension) HasOptString() bool
- func (*MessageSetExtension) ProtoMessage()
- func (x *MessageSetExtension) ProtoReflect() protoreflect.Message
- func (x *MessageSetExtension) Reset()
- func (x *MessageSetExtension) SetOptString(v string)
- func (x *MessageSetExtension) String() string
- type MessageSetExtension_builder
- type MessageSet_builder
- type Nested
- func (x *Nested) ClearOptNested()
- func (x *Nested) ClearOptString()
- func (x *Nested) GetOptNested() *Nested
- func (x *Nested) GetOptString() string
- func (x *Nested) HasOptNested() bool
- func (x *Nested) HasOptString() bool
- func (*Nested) ProtoMessage()
- func (x *Nested) ProtoReflect() protoreflect.Message
- func (x *Nested) Reset()
- func (x *Nested) SetOptNested(v *Nested)
- func (x *Nested) SetOptString(v string)
- func (x *Nested) String() string
- type NestedWithRequired
- func (x *NestedWithRequired) ClearReqString()
- func (x *NestedWithRequired) GetReqString() string
- func (x *NestedWithRequired) HasReqString() bool
- func (*NestedWithRequired) ProtoMessage()
- func (x *NestedWithRequired) ProtoReflect() protoreflect.Message
- func (x *NestedWithRequired) Reset()
- func (x *NestedWithRequired) SetReqString(v string)
- func (x *NestedWithRequired) String() string
- type NestedWithRequired_builder
- type Nested_builder
- type Nests
- func (x *Nests) ClearDelimitedField()
- func (x *Nests) ClearOptNested()
- func (x *Nests) ClearOptgroup()
- func (x *Nests) GetDelimitedField() *Nests_OptGroup
- func (x *Nests) GetOptNested() *Nested
- func (x *Nests) GetOptgroup() *Nests_OptGroup
- func (x *Nests) GetRptNested() []*Nested
- func (x *Nests) GetRptgroup() []*Nests_RptGroup
- func (x *Nests) HasDelimitedField() bool
- func (x *Nests) HasOptNested() bool
- func (x *Nests) HasOptgroup() bool
- func (*Nests) ProtoMessage()
- func (x *Nests) ProtoReflect() protoreflect.Message
- func (x *Nests) Reset()
- func (x *Nests) SetDelimitedField(v *Nests_OptGroup)
- func (x *Nests) SetOptNested(v *Nested)
- func (x *Nests) SetOptgroup(v *Nests_OptGroup)
- func (x *Nests) SetRptNested(v []*Nested)
- func (x *Nests) SetRptgroup(v []*Nests_RptGroup)
- func (x *Nests) String() string
- type NestsUTF8Validated
- func (x *NestsUTF8Validated) ClearValidatedMessage()
- func (x *NestsUTF8Validated) GetValidatedMessage() *UTF8Validated
- func (x *NestsUTF8Validated) HasValidatedMessage() bool
- func (*NestsUTF8Validated) ProtoMessage()
- func (x *NestsUTF8Validated) ProtoReflect() protoreflect.Message
- func (x *NestsUTF8Validated) Reset()
- func (x *NestsUTF8Validated) SetValidatedMessage(v *UTF8Validated)
- func (x *NestsUTF8Validated) String() string
- type NestsUTF8Validated_builder
- type Nests_OptGroup
- func (x *Nests_OptGroup) ClearNestedDelimitedField()
- func (x *Nests_OptGroup) ClearOptNested()
- func (x *Nests_OptGroup) ClearOptString()
- func (x *Nests_OptGroup) ClearOptnestedgroup()
- func (x *Nests_OptGroup) GetNestedDelimitedField() *Nests_OptGroup_OptNestedGroup
- func (x *Nests_OptGroup) GetOptNested() *Nested
- func (x *Nests_OptGroup) GetOptString() string
- func (x *Nests_OptGroup) GetOptnestedgroup() *Nests_OptGroup_OptNestedGroup
- func (x *Nests_OptGroup) HasNestedDelimitedField() bool
- func (x *Nests_OptGroup) HasOptNested() bool
- func (x *Nests_OptGroup) HasOptString() bool
- func (x *Nests_OptGroup) HasOptnestedgroup() bool
- func (*Nests_OptGroup) ProtoMessage()
- func (x *Nests_OptGroup) ProtoReflect() protoreflect.Message
- func (x *Nests_OptGroup) Reset()
- func (x *Nests_OptGroup) SetNestedDelimitedField(v *Nests_OptGroup_OptNestedGroup)
- func (x *Nests_OptGroup) SetOptNested(v *Nested)
- func (x *Nests_OptGroup) SetOptString(v string)
- func (x *Nests_OptGroup) SetOptnestedgroup(v *Nests_OptGroup_OptNestedGroup)
- func (x *Nests_OptGroup) String() string
- type Nests_OptGroup_OptNestedGroup
- func (x *Nests_OptGroup_OptNestedGroup) ClearOptFixed32()
- func (x *Nests_OptGroup_OptNestedGroup) GetOptFixed32() uint32
- func (x *Nests_OptGroup_OptNestedGroup) HasOptFixed32() bool
- func (*Nests_OptGroup_OptNestedGroup) ProtoMessage()
- func (x *Nests_OptGroup_OptNestedGroup) ProtoReflect() protoreflect.Message
- func (x *Nests_OptGroup_OptNestedGroup) Reset()
- func (x *Nests_OptGroup_OptNestedGroup) SetOptFixed32(v uint32)
- func (x *Nests_OptGroup_OptNestedGroup) String() string
- type Nests_OptGroup_OptNestedGroup_builder
- type Nests_OptGroup_builder
- type Nests_RptGroup
- type Nests_RptGroup_builder
- type Nests_builder
- type OpenEnum
- type PartialRequired
- func (x *PartialRequired) ClearOptString()
- func (x *PartialRequired) ClearReqString()
- func (x *PartialRequired) GetOptString() string
- func (x *PartialRequired) GetReqString() string
- func (x *PartialRequired) HasOptString() bool
- func (x *PartialRequired) HasReqString() bool
- func (*PartialRequired) ProtoMessage()
- func (x *PartialRequired) ProtoReflect() protoreflect.Message
- func (x *PartialRequired) Reset()
- func (x *PartialRequired) SetOptString(v string)
- func (x *PartialRequired) SetReqString(v string)
- func (x *PartialRequired) String() string
- type PartialRequired_builder
- type Repeats
- func (x *Repeats) GetRptBool() []bool
- func (x *Repeats) GetRptBytes() [][]byte
- func (x *Repeats) GetRptDouble() []float64
- func (x *Repeats) GetRptFloat() []float32
- func (x *Repeats) GetRptInt32() []int32
- func (x *Repeats) GetRptInt64() []int64
- func (x *Repeats) GetRptString() []string
- func (x *Repeats) GetRptUint32() []uint32
- func (x *Repeats) GetRptUint64() []uint64
- func (*Repeats) ProtoMessage()
- func (x *Repeats) ProtoReflect() protoreflect.Message
- func (x *Repeats) Reset()
- func (x *Repeats) SetRptBool(v []bool)
- func (x *Repeats) SetRptBytes(v [][]byte)
- func (x *Repeats) SetRptDouble(v []float64)
- func (x *Repeats) SetRptFloat(v []float32)
- func (x *Repeats) SetRptInt32(v []int32)
- func (x *Repeats) SetRptInt64(v []int64)
- func (x *Repeats) SetRptString(v []string)
- func (x *Repeats) SetRptUint32(v []uint32)
- func (x *Repeats) SetRptUint64(v []uint64)
- func (x *Repeats) String() string
- type Repeats_builder
- type Requireds
- func (x *Requireds) ClearReqBool()
- func (x *Requireds) ClearReqDouble()
- func (x *Requireds) ClearReqEnum()
- func (x *Requireds) ClearReqNested()
- func (x *Requireds) ClearReqSfixed64()
- func (x *Requireds) ClearReqString()
- func (x *Requireds) GetReqBool() bool
- func (x *Requireds) GetReqDouble() float64
- func (x *Requireds) GetReqEnum() Enum
- func (x *Requireds) GetReqNested() *Nested
- func (x *Requireds) GetReqSfixed64() int64
- func (x *Requireds) GetReqString() string
- func (x *Requireds) HasReqBool() bool
- func (x *Requireds) HasReqDouble() bool
- func (x *Requireds) HasReqEnum() bool
- func (x *Requireds) HasReqNested() bool
- func (x *Requireds) HasReqSfixed64() bool
- func (x *Requireds) HasReqString() bool
- func (*Requireds) ProtoMessage()
- func (x *Requireds) ProtoReflect() protoreflect.Message
- func (x *Requireds) Reset()
- func (x *Requireds) SetReqBool(v bool)
- func (x *Requireds) SetReqDouble(v float64)
- func (x *Requireds) SetReqEnum(v Enum)
- func (x *Requireds) SetReqNested(v *Nested)
- func (x *Requireds) SetReqSfixed64(v int64)
- func (x *Requireds) SetReqString(v string)
- func (x *Requireds) String() string
- type Requireds_builder
- type Scalars
- func (x *Scalars) ClearOptBool()
- func (x *Scalars) ClearOptBytes()
- func (x *Scalars) ClearOptDouble()
- func (x *Scalars) ClearOptFixed32()
- func (x *Scalars) ClearOptFixed64()
- func (x *Scalars) ClearOptFloat()
- func (x *Scalars) ClearOptInt32()
- func (x *Scalars) ClearOptInt64()
- func (x *Scalars) ClearOptSfixed32()
- func (x *Scalars) ClearOptSfixed64()
- func (x *Scalars) ClearOptSint32()
- func (x *Scalars) ClearOptSint64()
- func (x *Scalars) ClearOptString()
- func (x *Scalars) ClearOptUint32()
- func (x *Scalars) ClearOptUint64()
- func (x *Scalars) GetOptBool() bool
- func (x *Scalars) GetOptBytes() []byte
- func (x *Scalars) GetOptDouble() float64
- func (x *Scalars) GetOptFixed32() uint32
- func (x *Scalars) GetOptFixed64() uint64
- func (x *Scalars) GetOptFloat() float32
- func (x *Scalars) GetOptInt32() int32
- func (x *Scalars) GetOptInt64() int64
- func (x *Scalars) GetOptSfixed32() int32
- func (x *Scalars) GetOptSfixed64() int64
- func (x *Scalars) GetOptSint32() int32
- func (x *Scalars) GetOptSint64() int64
- func (x *Scalars) GetOptString() string
- func (x *Scalars) GetOptUint32() uint32
- func (x *Scalars) GetOptUint64() uint64
- func (x *Scalars) HasOptBool() bool
- func (x *Scalars) HasOptBytes() bool
- func (x *Scalars) HasOptDouble() bool
- func (x *Scalars) HasOptFixed32() bool
- func (x *Scalars) HasOptFixed64() bool
- func (x *Scalars) HasOptFloat() bool
- func (x *Scalars) HasOptInt32() bool
- func (x *Scalars) HasOptInt64() bool
- func (x *Scalars) HasOptSfixed32() bool
- func (x *Scalars) HasOptSfixed64() bool
- func (x *Scalars) HasOptSint32() bool
- func (x *Scalars) HasOptSint64() bool
- func (x *Scalars) HasOptString() bool
- func (x *Scalars) HasOptUint32() bool
- func (x *Scalars) HasOptUint64() bool
- func (*Scalars) ProtoMessage()
- func (x *Scalars) ProtoReflect() protoreflect.Message
- func (x *Scalars) Reset()
- func (x *Scalars) SetOptBool(v bool)
- func (x *Scalars) SetOptBytes(v []byte)
- func (x *Scalars) SetOptDouble(v float64)
- func (x *Scalars) SetOptFixed32(v uint32)
- func (x *Scalars) SetOptFixed64(v uint64)
- func (x *Scalars) SetOptFloat(v float32)
- func (x *Scalars) SetOptInt32(v int32)
- func (x *Scalars) SetOptInt64(v int64)
- func (x *Scalars) SetOptSfixed32(v int32)
- func (x *Scalars) SetOptSfixed64(v int64)
- func (x *Scalars) SetOptSint32(v int32)
- func (x *Scalars) SetOptSint64(v int64)
- func (x *Scalars) SetOptString(v string)
- func (x *Scalars) SetOptUint32(v uint32)
- func (x *Scalars) SetOptUint64(v uint64)
- func (x *Scalars) String() string
- type Scalars_builder
- type UTF8Validated
- type UTF8Validated_builder
Constants ¶
View Source
const IndirectRequired_OneofNested_case case_IndirectRequired_Union = 4
View Source
const IndirectRequired_Union_not_set_case case_IndirectRequired_Union = 0
Variables ¶
View Source
var ( Enum_name = map[int32]string{ 1: "ONE", 2: "TWO", 10: "TEN", } Enum_value = map[string]int32{ "ONE": 1, "TWO": 2, "TEN": 10, } )
Enum value maps for Enum.
View Source
var ( OpenEnum_name = map[int32]string{ 0: "UNKNOWN", 1: "EINS", 2: "ZWEI", 10: "ZEHN", } OpenEnum_value = map[string]int32{ "UNKNOWN": 0, "EINS": 1, "ZWEI": 2, "ZEHN": 10, } )
Enum value maps for OpenEnum.
View Source
var ( Enums_NestedEnum_name = map[int32]string{ 1: "UNO", 2: "DOS", 10: "DIEZ", } Enums_NestedEnum_value = map[string]int32{ "UNO": 1, "DOS": 2, "DIEZ": 10, } )
Enum value maps for Enums_NestedEnum.
View Source
var ( Enums_NestedOpenEnum_name = map[int32]string{ 0: "UNKNOWN", 1: "EINS", 2: "ZWEI", 10: "ZEHN", } Enums_NestedOpenEnum_value = map[string]int32{ "UNKNOWN": 0, "EINS": 1, "ZWEI": 2, "ZEHN": 10, } )
Enum value maps for Enums_NestedOpenEnum.
View Source
var ( // optional bool opt_ext_bool = 21; E_OptExtBool = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[0] // optional string opt_ext_string = 22; E_OptExtString = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[1] // optional opaque.pbeditions.Enum opt_ext_enum = 23; E_OptExtEnum = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[2] // optional opaque.pbeditions.Nested opt_ext_nested = 24; E_OptExtNested = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[3] // optional opaque.pbeditions.PartialRequired opt_ext_partial = 25; E_OptExtPartial = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[4] // repeated fixed32 rpt_ext_fixed32 = 31; E_RptExtFixed32 = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[5] // repeated opaque.pbeditions.Enum rpt_ext_enum = 32; E_RptExtEnum = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[6] // repeated opaque.pbeditions.Nested rpt_ext_nested = 33; E_RptExtNested = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[7] // optional bool opt_ext_bool = 51; E_ExtensionsContainer_OptExtBool = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[9] // optional string opt_ext_string = 52; E_ExtensionsContainer_OptExtString = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[10] // optional opaque.pbeditions.Enum opt_ext_enum = 53; E_ExtensionsContainer_OptExtEnum = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[11] // optional opaque.pbeditions.Nested opt_ext_nested = 54; E_ExtensionsContainer_OptExtNested = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[12] // optional opaque.pbeditions.PartialRequired opt_ext_partial = 55; E_ExtensionsContainer_OptExtPartial = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[13] // repeated string rpt_ext_string = 61; E_ExtensionsContainer_RptExtString = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[14] // repeated opaque.pbeditions.Enum rpt_ext_enum = 62; E_ExtensionsContainer_RptExtEnum = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[15] // repeated opaque.pbeditions.Nested rpt_ext_nested = 63; E_ExtensionsContainer_RptExtNested = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[16] )
Extension fields to Extensions.
View Source
var ( // optional opaque.pbeditions.FakeMessageSetExtension message_set_extension = 50; E_MessageSetExtension = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[8] // optional opaque.pbeditions.MessageSetExtension message_set_extension = 10; E_MessageSetExtension_MessageSetExtension = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[17] // optional opaque.pbeditions.MessageSetExtension not_message_set_extension = 20; E_MessageSetExtension_NotMessageSetExtension = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[18] // optional opaque.pbeditions.Nested ext_nested = 30; E_MessageSetExtension_ExtNested = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[19] )
Extension fields to MessageSet.
View Source
var (
// optional opaque.pbeditions.FakeMessageSetExtension message_set_extension = 10;
E_FakeMessageSetExtension_MessageSetExtension = &file_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto_extTypes[20]
)
Extension fields to FakeMessageSet.
View Source
var File_internal_testprotos_textpbeditions_textpbeditions_opaque_test2_opaque_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum int32
func (Enum) Descriptor ¶
func (Enum) Descriptor() protoreflect.EnumDescriptor
func (Enum) Number ¶
func (x Enum) Number() protoreflect.EnumNumber
func (Enum) Type ¶
func (Enum) Type() protoreflect.EnumType
type Enums ¶
type Enums struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Message contains enum fields.
func (*Enums) ClearOptEnum ¶
func (x *Enums) ClearOptEnum()
func (*Enums) ClearOptNestedEnum ¶
func (x *Enums) ClearOptNestedEnum()
func (*Enums) GetImplicitEnum ¶
func (*Enums) GetImplicitNestedEnum ¶
func (x *Enums) GetImplicitNestedEnum() Enums_NestedOpenEnum
func (*Enums) GetOptEnum ¶
func (*Enums) GetOptNestedEnum ¶
func (x *Enums) GetOptNestedEnum() Enums_NestedEnum
func (*Enums) GetRptEnum ¶
func (*Enums) GetRptNestedEnum ¶
func (x *Enums) GetRptNestedEnum() []Enums_NestedEnum
func (*Enums) HasOptEnum ¶
func (*Enums) HasOptNestedEnum ¶
func (*Enums) ProtoMessage ¶
func (*Enums) ProtoMessage()
func (*Enums) ProtoReflect ¶
func (x *Enums) ProtoReflect() protoreflect.Message
func (*Enums) SetImplicitEnum ¶
func (*Enums) SetImplicitNestedEnum ¶
func (x *Enums) SetImplicitNestedEnum(v Enums_NestedOpenEnum)
func (*Enums) SetOptEnum ¶
func (*Enums) SetOptNestedEnum ¶
func (x *Enums) SetOptNestedEnum(v Enums_NestedEnum)
func (*Enums) SetRptEnum ¶
func (*Enums) SetRptNestedEnum ¶
func (x *Enums) SetRptNestedEnum(v []Enums_NestedEnum)
type Enums_NestedEnum ¶
type Enums_NestedEnum int32
const ( Enums_UNO Enums_NestedEnum = 1 Enums_DOS Enums_NestedEnum = 2 Enums_DIEZ Enums_NestedEnum = 10 )
func (Enums_NestedEnum) Descriptor ¶
func (Enums_NestedEnum) Descriptor() protoreflect.EnumDescriptor
func (Enums_NestedEnum) Enum ¶
func (x Enums_NestedEnum) Enum() *Enums_NestedEnum
func (Enums_NestedEnum) Number ¶
func (x Enums_NestedEnum) Number() protoreflect.EnumNumber
func (Enums_NestedEnum) String ¶
func (x Enums_NestedEnum) String() string
func (Enums_NestedEnum) Type ¶
func (Enums_NestedEnum) Type() protoreflect.EnumType
type Enums_NestedOpenEnum ¶
type Enums_NestedOpenEnum int32
const ( Enums_UNKNOWN Enums_NestedOpenEnum = 0 Enums_EINS Enums_NestedOpenEnum = 1 Enums_ZWEI Enums_NestedOpenEnum = 2 Enums_ZEHN Enums_NestedOpenEnum = 10 )
func (Enums_NestedOpenEnum) Descriptor ¶
func (Enums_NestedOpenEnum) Descriptor() protoreflect.EnumDescriptor
func (Enums_NestedOpenEnum) Enum ¶
func (x Enums_NestedOpenEnum) Enum() *Enums_NestedOpenEnum
func (Enums_NestedOpenEnum) Number ¶
func (x Enums_NestedOpenEnum) Number() protoreflect.EnumNumber
func (Enums_NestedOpenEnum) String ¶
func (x Enums_NestedOpenEnum) String() string
func (Enums_NestedOpenEnum) Type ¶
func (Enums_NestedOpenEnum) Type() protoreflect.EnumType
type Enums_builder ¶
type Enums_builder struct { OptEnum *Enum RptEnum []Enum ImplicitEnum OpenEnum OptNestedEnum *Enums_NestedEnum RptNestedEnum []Enums_NestedEnum ImplicitNestedEnum Enums_NestedOpenEnum // contains filtered or unexported fields }
func (Enums_builder) Build ¶
func (b0 Enums_builder) Build() *Enums
type Extensions ¶
type Extensions struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*Extensions) ClearOptBool ¶
func (x *Extensions) ClearOptBool()
func (*Extensions) ClearOptInt32 ¶
func (x *Extensions) ClearOptInt32()
func (*Extensions) ClearOptString ¶
func (x *Extensions) ClearOptString()
func (*Extensions) GetOptBool ¶
func (x *Extensions) GetOptBool() bool
func (*Extensions) GetOptInt32 ¶
func (x *Extensions) GetOptInt32() int32
func (*Extensions) GetOptString ¶
func (x *Extensions) GetOptString() string
func (*Extensions) HasOptBool ¶
func (x *Extensions) HasOptBool() bool
func (*Extensions) HasOptInt32 ¶
func (x *Extensions) HasOptInt32() bool
func (*Extensions) HasOptString ¶
func (x *Extensions) HasOptString() bool
func (*Extensions) ProtoMessage ¶
func (*Extensions) ProtoMessage()
func (*Extensions) ProtoReflect ¶
func (x *Extensions) ProtoReflect() protoreflect.Message
func (*Extensions) Reset ¶
func (x *Extensions) Reset()
func (*Extensions) SetOptBool ¶
func (x *Extensions) SetOptBool(v bool)
func (*Extensions) SetOptInt32 ¶
func (x *Extensions) SetOptInt32(v int32)
func (*Extensions) SetOptString ¶
func (x *Extensions) SetOptString(v string)
func (*Extensions) String ¶
func (x *Extensions) String() string
type ExtensionsContainer ¶
type ExtensionsContainer struct {
// contains filtered or unexported fields
}
func (*ExtensionsContainer) ProtoMessage ¶
func (*ExtensionsContainer) ProtoMessage()
func (*ExtensionsContainer) ProtoReflect ¶
func (x *ExtensionsContainer) ProtoReflect() protoreflect.Message
func (*ExtensionsContainer) Reset ¶
func (x *ExtensionsContainer) Reset()
func (*ExtensionsContainer) String ¶
func (x *ExtensionsContainer) String() string
type ExtensionsContainer_builder ¶
type ExtensionsContainer_builder struct {
// contains filtered or unexported fields
}
func (ExtensionsContainer_builder) Build ¶
func (b0 ExtensionsContainer_builder) Build() *ExtensionsContainer
type Extensions_builder ¶
type Extensions_builder struct { OptString *string OptBool *bool OptInt32 *int32 // contains filtered or unexported fields }
func (Extensions_builder) Build ¶
func (b0 Extensions_builder) Build() *Extensions
type FakeMessageSet ¶
type FakeMessageSet struct {
// contains filtered or unexported fields
}
func (*FakeMessageSet) ProtoMessage ¶
func (*FakeMessageSet) ProtoMessage()
func (*FakeMessageSet) ProtoReflect ¶
func (x *FakeMessageSet) ProtoReflect() protoreflect.Message
func (*FakeMessageSet) Reset ¶
func (x *FakeMessageSet) Reset()
func (*FakeMessageSet) String ¶
func (x *FakeMessageSet) String() string
type FakeMessageSetExtension ¶
type FakeMessageSetExtension struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*FakeMessageSetExtension) ClearOptString ¶
func (x *FakeMessageSetExtension) ClearOptString()
func (*FakeMessageSetExtension) GetOptString ¶
func (x *FakeMessageSetExtension) GetOptString() string
func (*FakeMessageSetExtension) HasOptString ¶
func (x *FakeMessageSetExtension) HasOptString() bool
func (*FakeMessageSetExtension) ProtoMessage ¶
func (*FakeMessageSetExtension) ProtoMessage()
func (*FakeMessageSetExtension) ProtoReflect ¶
func (x *FakeMessageSetExtension) ProtoReflect() protoreflect.Message
func (*FakeMessageSetExtension) Reset ¶
func (x *FakeMessageSetExtension) Reset()
func (*FakeMessageSetExtension) SetOptString ¶
func (x *FakeMessageSetExtension) SetOptString(v string)
func (*FakeMessageSetExtension) String ¶
func (x *FakeMessageSetExtension) String() string
type FakeMessageSetExtension_builder ¶
type FakeMessageSetExtension_builder struct { OptString *string // contains filtered or unexported fields }
func (FakeMessageSetExtension_builder) Build ¶
func (b0 FakeMessageSetExtension_builder) Build() *FakeMessageSetExtension
type FakeMessageSet_builder ¶
type FakeMessageSet_builder struct {
// contains filtered or unexported fields
}
func (FakeMessageSet_builder) Build ¶
func (b0 FakeMessageSet_builder) Build() *FakeMessageSet
type ImplicitScalars ¶
type ImplicitScalars struct {
// contains filtered or unexported fields
}
ImplicitScalars contains scalar field types with implicit field_presence
func (*ImplicitScalars) GetSBool ¶
func (x *ImplicitScalars) GetSBool() bool
func (*ImplicitScalars) GetSBytes ¶
func (x *ImplicitScalars) GetSBytes() []byte
func (*ImplicitScalars) GetSDouble ¶
func (x *ImplicitScalars) GetSDouble() float64
func (*ImplicitScalars) GetSFixed32 ¶
func (x *ImplicitScalars) GetSFixed32() uint32
func (*ImplicitScalars) GetSFixed64 ¶
func (x *ImplicitScalars) GetSFixed64() uint64
func (*ImplicitScalars) GetSFloat ¶
func (x *ImplicitScalars) GetSFloat() float32
func (*ImplicitScalars) GetSInt32 ¶
func (x *ImplicitScalars) GetSInt32() int32
func (*ImplicitScalars) GetSInt64 ¶
func (x *ImplicitScalars) GetSInt64() int64
func (*ImplicitScalars) GetSSfixed32 ¶
func (x *ImplicitScalars) GetSSfixed32() int32
func (*ImplicitScalars) GetSSfixed64 ¶
func (x *ImplicitScalars) GetSSfixed64() int64
func (*ImplicitScalars) GetSSint32 ¶
func (x *ImplicitScalars) GetSSint32() int32
func (*ImplicitScalars) GetSSint64 ¶
func (x *ImplicitScalars) GetSSint64() int64
func (*ImplicitScalars) GetSString ¶
func (x *ImplicitScalars) GetSString() string
func (*ImplicitScalars) GetSUint32 ¶
func (x *ImplicitScalars) GetSUint32() uint32
func (*ImplicitScalars) GetSUint64 ¶
func (x *ImplicitScalars) GetSUint64() uint64
func (*ImplicitScalars) ProtoMessage ¶
func (*ImplicitScalars) ProtoMessage()
func (*ImplicitScalars) ProtoReflect ¶
func (x *ImplicitScalars) ProtoReflect() protoreflect.Message
func (*ImplicitScalars) Reset ¶
func (x *ImplicitScalars) Reset()
func (*ImplicitScalars) SetSBool ¶
func (x *ImplicitScalars) SetSBool(v bool)
func (*ImplicitScalars) SetSBytes ¶
func (x *ImplicitScalars) SetSBytes(v []byte)
func (*ImplicitScalars) SetSDouble ¶
func (x *ImplicitScalars) SetSDouble(v float64)
func (*ImplicitScalars) SetSFixed32 ¶
func (x *ImplicitScalars) SetSFixed32(v uint32)
func (*ImplicitScalars) SetSFixed64 ¶
func (x *ImplicitScalars) SetSFixed64(v uint64)
func (*ImplicitScalars) SetSFloat ¶
func (x *ImplicitScalars) SetSFloat(v float32)
func (*ImplicitScalars) SetSInt32 ¶
func (x *ImplicitScalars) SetSInt32(v int32)
func (*ImplicitScalars) SetSInt64 ¶
func (x *ImplicitScalars) SetSInt64(v int64)
func (*ImplicitScalars) SetSSfixed32 ¶
func (x *ImplicitScalars) SetSSfixed32(v int32)
func (*ImplicitScalars) SetSSfixed64 ¶
func (x *ImplicitScalars) SetSSfixed64(v int64)
func (*ImplicitScalars) SetSSint32 ¶
func (x *ImplicitScalars) SetSSint32(v int32)
func (*ImplicitScalars) SetSSint64 ¶
func (x *ImplicitScalars) SetSSint64(v int64)
func (*ImplicitScalars) SetSString ¶
func (x *ImplicitScalars) SetSString(v string)
func (*ImplicitScalars) SetSUint32 ¶
func (x *ImplicitScalars) SetSUint32(v uint32)
func (*ImplicitScalars) SetSUint64 ¶
func (x *ImplicitScalars) SetSUint64(v uint64)
func (*ImplicitScalars) String ¶
func (x *ImplicitScalars) String() string
type ImplicitScalars_builder ¶
type ImplicitScalars_builder struct { SBool bool SInt32 int32 SInt64 int64 SUint32 uint32 SUint64 uint64 SSint32 int32 SSint64 int64 SFixed32 uint32 SFixed64 uint64 SSfixed32 int32 SSfixed64 int64 SFloat float32 SDouble float64 SBytes []byte SString string // contains filtered or unexported fields }
func (ImplicitScalars_builder) Build ¶
func (b0 ImplicitScalars_builder) Build() *ImplicitScalars
type IndirectRequired ¶
type IndirectRequired struct {
// contains filtered or unexported fields
}
func (*IndirectRequired) ClearOneofNested ¶
func (x *IndirectRequired) ClearOneofNested()
func (*IndirectRequired) ClearOptNested ¶
func (x *IndirectRequired) ClearOptNested()
func (*IndirectRequired) ClearUnion ¶
func (x *IndirectRequired) ClearUnion()
func (*IndirectRequired) GetOneofNested ¶
func (x *IndirectRequired) GetOneofNested() *NestedWithRequired
func (*IndirectRequired) GetOptNested ¶
func (x *IndirectRequired) GetOptNested() *NestedWithRequired
func (*IndirectRequired) GetRptNested ¶
func (x *IndirectRequired) GetRptNested() []*NestedWithRequired
func (*IndirectRequired) GetStrToNested ¶
func (x *IndirectRequired) GetStrToNested() map[string]*NestedWithRequired
func (*IndirectRequired) HasOneofNested ¶
func (x *IndirectRequired) HasOneofNested() bool
func (*IndirectRequired) HasOptNested ¶
func (x *IndirectRequired) HasOptNested() bool
func (*IndirectRequired) HasUnion ¶
func (x *IndirectRequired) HasUnion() bool
func (*IndirectRequired) ProtoMessage ¶
func (*IndirectRequired) ProtoMessage()
func (*IndirectRequired) ProtoReflect ¶
func (x *IndirectRequired) ProtoReflect() protoreflect.Message
func (*IndirectRequired) Reset ¶
func (x *IndirectRequired) Reset()
func (*IndirectRequired) SetOneofNested ¶
func (x *IndirectRequired) SetOneofNested(v *NestedWithRequired)
func (*IndirectRequired) SetOptNested ¶
func (x *IndirectRequired) SetOptNested(v *NestedWithRequired)
func (*IndirectRequired) SetRptNested ¶
func (x *IndirectRequired) SetRptNested(v []*NestedWithRequired)
func (*IndirectRequired) SetStrToNested ¶
func (x *IndirectRequired) SetStrToNested(v map[string]*NestedWithRequired)
func (*IndirectRequired) String ¶
func (x *IndirectRequired) String() string
func (*IndirectRequired) WhichUnion ¶
func (x *IndirectRequired) WhichUnion() case_IndirectRequired_Union
type IndirectRequired_builder ¶
type IndirectRequired_builder struct { OptNested *NestedWithRequired RptNested []*NestedWithRequired StrToNested map[string]*NestedWithRequired // Fields of oneof xxx_hidden_Union: OneofNested *NestedWithRequired // contains filtered or unexported fields }
func (IndirectRequired_builder) Build ¶
func (b0 IndirectRequired_builder) Build() *IndirectRequired
type KnownTypes ¶
type KnownTypes struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Message contains well-known type fields.
func (*KnownTypes) ClearOptAny ¶
func (x *KnownTypes) ClearOptAny()
func (*KnownTypes) ClearOptBool ¶
func (x *KnownTypes) ClearOptBool()
func (*KnownTypes) ClearOptBytes ¶
func (x *KnownTypes) ClearOptBytes()
func (*KnownTypes) ClearOptDouble ¶
func (x *KnownTypes) ClearOptDouble()
func (*KnownTypes) ClearOptDuration ¶
func (x *KnownTypes) ClearOptDuration()
func (*KnownTypes) ClearOptEmpty ¶
func (x *KnownTypes) ClearOptEmpty()
func (*KnownTypes) ClearOptFieldmask ¶
func (x *KnownTypes) ClearOptFieldmask()
func (*KnownTypes) ClearOptFloat ¶
func (x *KnownTypes) ClearOptFloat()
func (*KnownTypes) ClearOptInt32 ¶
func (x *KnownTypes) ClearOptInt32()
func (*KnownTypes) ClearOptInt64 ¶
func (x *KnownTypes) ClearOptInt64()
func (*KnownTypes) ClearOptList ¶
func (x *KnownTypes) ClearOptList()
func (*KnownTypes) ClearOptNull ¶
func (x *KnownTypes) ClearOptNull()
func (*KnownTypes) ClearOptString ¶
func (x *KnownTypes) ClearOptString()
func (*KnownTypes) ClearOptStruct ¶
func (x *KnownTypes) ClearOptStruct()
func (*KnownTypes) ClearOptTimestamp ¶
func (x *KnownTypes) ClearOptTimestamp()
func (*KnownTypes) ClearOptUint32 ¶
func (x *KnownTypes) ClearOptUint32()
func (*KnownTypes) ClearOptUint64 ¶
func (x *KnownTypes) ClearOptUint64()
func (*KnownTypes) ClearOptValue ¶
func (x *KnownTypes) ClearOptValue()
func (*KnownTypes) GetOptAny ¶
func (x *KnownTypes) GetOptAny() *anypb.Any
func (*KnownTypes) GetOptBool ¶
func (x *KnownTypes) GetOptBool() *wrapperspb.BoolValue
func (*KnownTypes) GetOptBytes ¶
func (x *KnownTypes) GetOptBytes() *wrapperspb.BytesValue
func (*KnownTypes) GetOptDouble ¶
func (x *KnownTypes) GetOptDouble() *wrapperspb.DoubleValue
func (*KnownTypes) GetOptDuration ¶
func (x *KnownTypes) GetOptDuration() *durationpb.Duration
func (*KnownTypes) GetOptEmpty ¶
func (x *KnownTypes) GetOptEmpty() *emptypb.Empty
func (*KnownTypes) GetOptFieldmask ¶
func (x *KnownTypes) GetOptFieldmask() *fieldmaskpb.FieldMask
func (*KnownTypes) GetOptFloat ¶
func (x *KnownTypes) GetOptFloat() *wrapperspb.FloatValue
func (*KnownTypes) GetOptInt32 ¶
func (x *KnownTypes) GetOptInt32() *wrapperspb.Int32Value
func (*KnownTypes) GetOptInt64 ¶
func (x *KnownTypes) GetOptInt64() *wrapperspb.Int64Value
func (*KnownTypes) GetOptList ¶
func (x *KnownTypes) GetOptList() *structpb.ListValue
func (*KnownTypes) GetOptNull ¶
func (x *KnownTypes) GetOptNull() structpb.NullValue
func (*KnownTypes) GetOptString ¶
func (x *KnownTypes) GetOptString() *wrapperspb.StringValue
func (*KnownTypes) GetOptStruct ¶
func (x *KnownTypes) GetOptStruct() *structpb.Struct
func (*KnownTypes) GetOptTimestamp ¶
func (x *KnownTypes) GetOptTimestamp() *timestamppb.Timestamp
func (*KnownTypes) GetOptUint32 ¶
func (x *KnownTypes) GetOptUint32() *wrapperspb.UInt32Value
func (*KnownTypes) GetOptUint64 ¶
func (x *KnownTypes) GetOptUint64() *wrapperspb.UInt64Value
func (*KnownTypes) GetOptValue ¶
func (x *KnownTypes) GetOptValue() *structpb.Value
func (*KnownTypes) HasOptAny ¶
func (x *KnownTypes) HasOptAny() bool
func (*KnownTypes) HasOptBool ¶
func (x *KnownTypes) HasOptBool() bool
func (*KnownTypes) HasOptBytes ¶
func (x *KnownTypes) HasOptBytes() bool
func (*KnownTypes) HasOptDouble ¶
func (x *KnownTypes) HasOptDouble() bool
func (*KnownTypes) HasOptDuration ¶
func (x *KnownTypes) HasOptDuration() bool
func (*KnownTypes) HasOptEmpty ¶
func (x *KnownTypes) HasOptEmpty() bool
func (*KnownTypes) HasOptFieldmask ¶
func (x *KnownTypes) HasOptFieldmask() bool
func (*KnownTypes) HasOptFloat ¶
func (x *KnownTypes) HasOptFloat() bool
func (*KnownTypes) HasOptInt32 ¶
func (x *KnownTypes) HasOptInt32() bool
func (*KnownTypes) HasOptInt64 ¶
func (x *KnownTypes) HasOptInt64() bool
func (*KnownTypes) HasOptList ¶
func (x *KnownTypes) HasOptList() bool
func (*KnownTypes) HasOptNull ¶
func (x *KnownTypes) HasOptNull() bool
func (*KnownTypes) HasOptString ¶
func (x *KnownTypes) HasOptString() bool
func (*KnownTypes) HasOptStruct ¶
func (x *KnownTypes) HasOptStruct() bool
func (*KnownTypes) HasOptTimestamp ¶
func (x *KnownTypes) HasOptTimestamp() bool
func (*KnownTypes) HasOptUint32 ¶
func (x *KnownTypes) HasOptUint32() bool
func (*KnownTypes) HasOptUint64 ¶
func (x *KnownTypes) HasOptUint64() bool
func (*KnownTypes) HasOptValue ¶
func (x *KnownTypes) HasOptValue() bool
func (*KnownTypes) ProtoMessage ¶
func (*KnownTypes) ProtoMessage()
func (*KnownTypes) ProtoReflect ¶
func (x *KnownTypes) ProtoReflect() protoreflect.Message
func (*KnownTypes) Reset ¶
func (x *KnownTypes) Reset()
func (*KnownTypes) SetOptAny ¶
func (x *KnownTypes) SetOptAny(v *anypb.Any)
func (*KnownTypes) SetOptBool ¶
func (x *KnownTypes) SetOptBool(v *wrapperspb.BoolValue)
func (*KnownTypes) SetOptBytes ¶
func (x *KnownTypes) SetOptBytes(v *wrapperspb.BytesValue)
func (*KnownTypes) SetOptDouble ¶
func (x *KnownTypes) SetOptDouble(v *wrapperspb.DoubleValue)
func (*KnownTypes) SetOptDuration ¶
func (x *KnownTypes) SetOptDuration(v *durationpb.Duration)
func (*KnownTypes) SetOptEmpty ¶
func (x *KnownTypes) SetOptEmpty(v *emptypb.Empty)
func (*KnownTypes) SetOptFieldmask ¶
func (x *KnownTypes) SetOptFieldmask(v *fieldmaskpb.FieldMask)
func (*KnownTypes) SetOptFloat ¶
func (x *KnownTypes) SetOptFloat(v *wrapperspb.FloatValue)
func (*KnownTypes) SetOptInt32 ¶
func (x *KnownTypes) SetOptInt32(v *wrapperspb.Int32Value)
func (*KnownTypes) SetOptInt64 ¶
func (x *KnownTypes) SetOptInt64(v *wrapperspb.Int64Value)
func (*KnownTypes) SetOptList ¶
func (x *KnownTypes) SetOptList(v *structpb.ListValue)
func (*KnownTypes) SetOptNull ¶
func (x *KnownTypes) SetOptNull(v structpb.NullValue)
func (*KnownTypes) SetOptString ¶
func (x *KnownTypes) SetOptString(v *wrapperspb.StringValue)
func (*KnownTypes) SetOptStruct ¶
func (x *KnownTypes) SetOptStruct(v *structpb.Struct)
func (*KnownTypes) SetOptTimestamp ¶
func (x *KnownTypes) SetOptTimestamp(v *timestamppb.Timestamp)
func (*KnownTypes) SetOptUint32 ¶
func (x *KnownTypes) SetOptUint32(v *wrapperspb.UInt32Value)
func (*KnownTypes) SetOptUint64 ¶
func (x *KnownTypes) SetOptUint64(v *wrapperspb.UInt64Value)
func (*KnownTypes) SetOptValue ¶
func (x *KnownTypes) SetOptValue(v *structpb.Value)
func (*KnownTypes) String ¶
func (x *KnownTypes) String() string
type KnownTypes_builder ¶
type KnownTypes_builder struct { OptBool *wrapperspb.BoolValue OptInt32 *wrapperspb.Int32Value OptInt64 *wrapperspb.Int64Value OptUint32 *wrapperspb.UInt32Value OptUint64 *wrapperspb.UInt64Value OptFloat *wrapperspb.FloatValue OptDouble *wrapperspb.DoubleValue OptString *wrapperspb.StringValue OptBytes *wrapperspb.BytesValue OptDuration *durationpb.Duration OptTimestamp *timestamppb.Timestamp OptStruct *structpb.Struct OptList *structpb.ListValue OptValue *structpb.Value OptNull *structpb.NullValue OptEmpty *emptypb.Empty OptAny *anypb.Any OptFieldmask *fieldmaskpb.FieldMask // contains filtered or unexported fields }
func (KnownTypes_builder) Build ¶
func (b0 KnownTypes_builder) Build() *KnownTypes
type Maps ¶
type Maps struct {
// contains filtered or unexported fields
}
Message contains map fields.
func (*Maps) GetInt32ToStr ¶
func (*Maps) GetStrToNested ¶
func (*Maps) ProtoMessage ¶
func (*Maps) ProtoMessage()
func (*Maps) ProtoReflect ¶
func (x *Maps) ProtoReflect() protoreflect.Message
func (*Maps) SetInt32ToStr ¶
func (*Maps) SetStrToNested ¶
type Maps_builder ¶
type Maps_builder struct { Int32ToStr map[int32]string StrToNested map[string]*Nested // contains filtered or unexported fields }
func (Maps_builder) Build ¶
func (b0 Maps_builder) Build() *Maps
type MessageSet ¶
type MessageSet struct {
// contains filtered or unexported fields
}
func (*MessageSet) ProtoMessage ¶
func (*MessageSet) ProtoMessage()
func (*MessageSet) ProtoReflect ¶
func (x *MessageSet) ProtoReflect() protoreflect.Message
func (*MessageSet) Reset ¶
func (x *MessageSet) Reset()
func (*MessageSet) String ¶
func (x *MessageSet) String() string
type MessageSetExtension ¶
type MessageSetExtension struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*MessageSetExtension) ClearOptString ¶
func (x *MessageSetExtension) ClearOptString()
func (*MessageSetExtension) GetOptString ¶
func (x *MessageSetExtension) GetOptString() string
func (*MessageSetExtension) HasOptString ¶
func (x *MessageSetExtension) HasOptString() bool
func (*MessageSetExtension) ProtoMessage ¶
func (*MessageSetExtension) ProtoMessage()
func (*MessageSetExtension) ProtoReflect ¶
func (x *MessageSetExtension) ProtoReflect() protoreflect.Message
func (*MessageSetExtension) Reset ¶
func (x *MessageSetExtension) Reset()
func (*MessageSetExtension) SetOptString ¶
func (x *MessageSetExtension) SetOptString(v string)
func (*MessageSetExtension) String ¶
func (x *MessageSetExtension) String() string
type MessageSetExtension_builder ¶
type MessageSetExtension_builder struct { OptString *string // contains filtered or unexported fields }
func (MessageSetExtension_builder) Build ¶
func (b0 MessageSetExtension_builder) Build() *MessageSetExtension
type MessageSet_builder ¶
type MessageSet_builder struct {
// contains filtered or unexported fields
}
func (MessageSet_builder) Build ¶
func (b0 MessageSet_builder) Build() *MessageSet
type Nested ¶
type Nested struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Message type used as submessage.
func (*Nested) ClearOptNested ¶
func (x *Nested) ClearOptNested()
func (*Nested) ClearOptString ¶
func (x *Nested) ClearOptString()
func (*Nested) GetOptNested ¶
func (*Nested) GetOptString ¶
func (*Nested) HasOptNested ¶
func (*Nested) HasOptString ¶
func (*Nested) ProtoMessage ¶
func (*Nested) ProtoMessage()
func (*Nested) ProtoReflect ¶
func (x *Nested) ProtoReflect() protoreflect.Message
func (*Nested) SetOptNested ¶
func (*Nested) SetOptString ¶
type NestedWithRequired ¶
type NestedWithRequired struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*NestedWithRequired) ClearReqString ¶
func (x *NestedWithRequired) ClearReqString()
func (*NestedWithRequired) GetReqString ¶
func (x *NestedWithRequired) GetReqString() string
func (*NestedWithRequired) HasReqString ¶
func (x *NestedWithRequired) HasReqString() bool
func (*NestedWithRequired) ProtoMessage ¶
func (*NestedWithRequired) ProtoMessage()
func (*NestedWithRequired) ProtoReflect ¶
func (x *NestedWithRequired) ProtoReflect() protoreflect.Message
func (*NestedWithRequired) Reset ¶
func (x *NestedWithRequired) Reset()
func (*NestedWithRequired) SetReqString ¶
func (x *NestedWithRequired) SetReqString(v string)
func (*NestedWithRequired) String ¶
func (x *NestedWithRequired) String() string
type NestedWithRequired_builder ¶
type NestedWithRequired_builder struct { ReqString *string // contains filtered or unexported fields }
func (NestedWithRequired_builder) Build ¶
func (b0 NestedWithRequired_builder) Build() *NestedWithRequired
type Nested_builder ¶
type Nested_builder struct { OptString *string OptNested *Nested // contains filtered or unexported fields }
func (Nested_builder) Build ¶
func (b0 Nested_builder) Build() *Nested
type Nests ¶
type Nests struct {
// contains filtered or unexported fields
}
Message contains message and group fields.
func (*Nests) ClearDelimitedField ¶
func (x *Nests) ClearDelimitedField()
func (*Nests) ClearOptNested ¶
func (x *Nests) ClearOptNested()
func (*Nests) ClearOptgroup ¶
func (x *Nests) ClearOptgroup()
func (*Nests) GetDelimitedField ¶
func (x *Nests) GetDelimitedField() *Nests_OptGroup
func (*Nests) GetOptNested ¶
func (*Nests) GetOptgroup ¶
func (x *Nests) GetOptgroup() *Nests_OptGroup
func (*Nests) GetRptNested ¶
func (*Nests) GetRptgroup ¶
func (x *Nests) GetRptgroup() []*Nests_RptGroup
func (*Nests) HasDelimitedField ¶
func (*Nests) HasOptNested ¶
func (*Nests) HasOptgroup ¶
func (*Nests) ProtoMessage ¶
func (*Nests) ProtoMessage()
func (*Nests) ProtoReflect ¶
func (x *Nests) ProtoReflect() protoreflect.Message
func (*Nests) SetDelimitedField ¶
func (x *Nests) SetDelimitedField(v *Nests_OptGroup)
func (*Nests) SetOptNested ¶
func (*Nests) SetOptgroup ¶
func (x *Nests) SetOptgroup(v *Nests_OptGroup)
func (*Nests) SetRptNested ¶
func (*Nests) SetRptgroup ¶
func (x *Nests) SetRptgroup(v []*Nests_RptGroup)
type NestsUTF8Validated ¶
type NestsUTF8Validated struct {
// contains filtered or unexported fields
}
func (*NestsUTF8Validated) ClearValidatedMessage ¶
func (x *NestsUTF8Validated) ClearValidatedMessage()
func (*NestsUTF8Validated) GetValidatedMessage ¶
func (x *NestsUTF8Validated) GetValidatedMessage() *UTF8Validated
func (*NestsUTF8Validated) HasValidatedMessage ¶
func (x *NestsUTF8Validated) HasValidatedMessage() bool
func (*NestsUTF8Validated) ProtoMessage ¶
func (*NestsUTF8Validated) ProtoMessage()
func (*NestsUTF8Validated) ProtoReflect ¶
func (x *NestsUTF8Validated) ProtoReflect() protoreflect.Message
func (*NestsUTF8Validated) Reset ¶
func (x *NestsUTF8Validated) Reset()
func (*NestsUTF8Validated) SetValidatedMessage ¶
func (x *NestsUTF8Validated) SetValidatedMessage(v *UTF8Validated)
func (*NestsUTF8Validated) String ¶
func (x *NestsUTF8Validated) String() string
type NestsUTF8Validated_builder ¶
type NestsUTF8Validated_builder struct { ValidatedMessage *UTF8Validated // contains filtered or unexported fields }
func (NestsUTF8Validated_builder) Build ¶
func (b0 NestsUTF8Validated_builder) Build() *NestsUTF8Validated
type Nests_OptGroup ¶
type Nests_OptGroup struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*Nests_OptGroup) ClearNestedDelimitedField ¶
func (x *Nests_OptGroup) ClearNestedDelimitedField()
func (*Nests_OptGroup) ClearOptNested ¶
func (x *Nests_OptGroup) ClearOptNested()
func (*Nests_OptGroup) ClearOptString ¶
func (x *Nests_OptGroup) ClearOptString()
func (*Nests_OptGroup) ClearOptnestedgroup ¶
func (x *Nests_OptGroup) ClearOptnestedgroup()
func (*Nests_OptGroup) GetNestedDelimitedField ¶
func (x *Nests_OptGroup) GetNestedDelimitedField() *Nests_OptGroup_OptNestedGroup
func (*Nests_OptGroup) GetOptNested ¶
func (x *Nests_OptGroup) GetOptNested() *Nested
func (*Nests_OptGroup) GetOptString ¶
func (x *Nests_OptGroup) GetOptString() string
func (*Nests_OptGroup) GetOptnestedgroup ¶
func (x *Nests_OptGroup) GetOptnestedgroup() *Nests_OptGroup_OptNestedGroup
func (*Nests_OptGroup) HasNestedDelimitedField ¶
func (x *Nests_OptGroup) HasNestedDelimitedField() bool
func (*Nests_OptGroup) HasOptNested ¶
func (x *Nests_OptGroup) HasOptNested() bool
func (*Nests_OptGroup) HasOptString ¶
func (x *Nests_OptGroup) HasOptString() bool
func (*Nests_OptGroup) HasOptnestedgroup ¶
func (x *Nests_OptGroup) HasOptnestedgroup() bool
func (*Nests_OptGroup) ProtoMessage ¶
func (*Nests_OptGroup) ProtoMessage()
func (*Nests_OptGroup) ProtoReflect ¶
func (x *Nests_OptGroup) ProtoReflect() protoreflect.Message
func (*Nests_OptGroup) Reset ¶
func (x *Nests_OptGroup) Reset()
func (*Nests_OptGroup) SetNestedDelimitedField ¶
func (x *Nests_OptGroup) SetNestedDelimitedField(v *Nests_OptGroup_OptNestedGroup)
func (*Nests_OptGroup) SetOptNested ¶
func (x *Nests_OptGroup) SetOptNested(v *Nested)
func (*Nests_OptGroup) SetOptString ¶
func (x *Nests_OptGroup) SetOptString(v string)
func (*Nests_OptGroup) SetOptnestedgroup ¶
func (x *Nests_OptGroup) SetOptnestedgroup(v *Nests_OptGroup_OptNestedGroup)
func (*Nests_OptGroup) String ¶
func (x *Nests_OptGroup) String() string
type Nests_OptGroup_OptNestedGroup ¶
type Nests_OptGroup_OptNestedGroup struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
func (*Nests_OptGroup_OptNestedGroup) ClearOptFixed32 ¶
func (x *Nests_OptGroup_OptNestedGroup) ClearOptFixed32()
func (*Nests_OptGroup_OptNestedGroup) GetOptFixed32 ¶
func (x *Nests_OptGroup_OptNestedGroup) GetOptFixed32() uint32
func (*Nests_OptGroup_OptNestedGroup) HasOptFixed32 ¶
func (x *Nests_OptGroup_OptNestedGroup) HasOptFixed32() bool
func (*Nests_OptGroup_OptNestedGroup) ProtoMessage ¶
func (*Nests_OptGroup_OptNestedGroup) ProtoMessage()
func (*Nests_OptGroup_OptNestedGroup) ProtoReflect ¶
func (x *Nests_OptGroup_OptNestedGroup) ProtoReflect() protoreflect.Message
func (*Nests_OptGroup_OptNestedGroup) Reset ¶
func (x *Nests_OptGroup_OptNestedGroup) Reset()
func (*Nests_OptGroup_OptNestedGroup) SetOptFixed32 ¶
func (x *Nests_OptGroup_OptNestedGroup) SetOptFixed32(v uint32)
func (*Nests_OptGroup_OptNestedGroup) String ¶
func (x *Nests_OptGroup_OptNestedGroup) String() string
type Nests_OptGroup_OptNestedGroup_builder ¶
type Nests_OptGroup_OptNestedGroup_builder struct { OptFixed32 *uint32 // contains filtered or unexported fields }
func (Nests_OptGroup_OptNestedGroup_builder) Build ¶
func (b0 Nests_OptGroup_OptNestedGroup_builder) Build() *Nests_OptGroup_OptNestedGroup
type Nests_OptGroup_builder ¶
type Nests_OptGroup_builder struct { OptString *string OptNested *Nested Optnestedgroup *Nests_OptGroup_OptNestedGroup NestedDelimitedField *Nests_OptGroup_OptNestedGroup // contains filtered or unexported fields }
func (Nests_OptGroup_builder) Build ¶
func (b0 Nests_OptGroup_builder) Build() *Nests_OptGroup
type Nests_RptGroup ¶
type Nests_RptGroup struct {
// contains filtered or unexported fields
}
func (*Nests_RptGroup) GetRptString ¶
func (x *Nests_RptGroup) GetRptString() []string
func (*Nests_RptGroup) ProtoMessage ¶
func (*Nests_RptGroup) ProtoMessage()
func (*Nests_RptGroup) ProtoReflect ¶
func (x *Nests_RptGroup) ProtoReflect() protoreflect.Message
func (*Nests_RptGroup) Reset ¶
func (x *Nests_RptGroup) Reset()
func (*Nests_RptGroup) SetRptString ¶
func (x *Nests_RptGroup) SetRptString(v []string)
func (*Nests_RptGroup) String ¶
func (x *Nests_RptGroup) String() string
type Nests_RptGroup_builder ¶
type Nests_RptGroup_builder struct { RptString []string // contains filtered or unexported fields }
func (Nests_RptGroup_builder) Build ¶
func (b0 Nests_RptGroup_builder) Build() *Nests_RptGroup
type Nests_builder ¶
type Nests_builder struct { OptNested *Nested Optgroup *Nests_OptGroup DelimitedField *Nests_OptGroup RptNested []*Nested Rptgroup []*Nests_RptGroup // contains filtered or unexported fields }
func (Nests_builder) Build ¶
func (b0 Nests_builder) Build() *Nests
type OpenEnum ¶
type OpenEnum int32
func (OpenEnum) Descriptor ¶
func (OpenEnum) Descriptor() protoreflect.EnumDescriptor
func (OpenEnum) Number ¶
func (x OpenEnum) Number() protoreflect.EnumNumber
func (OpenEnum) Type ¶
func (OpenEnum) Type() protoreflect.EnumType
type PartialRequired ¶
type PartialRequired struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Message contains both required and optional fields.
func (*PartialRequired) ClearOptString ¶
func (x *PartialRequired) ClearOptString()
func (*PartialRequired) ClearReqString ¶
func (x *PartialRequired) ClearReqString()
func (*PartialRequired) GetOptString ¶
func (x *PartialRequired) GetOptString() string
func (*PartialRequired) GetReqString ¶
func (x *PartialRequired) GetReqString() string
func (*PartialRequired) HasOptString ¶
func (x *PartialRequired) HasOptString() bool
func (*PartialRequired) HasReqString ¶
func (x *PartialRequired) HasReqString() bool
func (*PartialRequired) ProtoMessage ¶
func (*PartialRequired) ProtoMessage()
func (*PartialRequired) ProtoReflect ¶
func (x *PartialRequired) ProtoReflect() protoreflect.Message
func (*PartialRequired) Reset ¶
func (x *PartialRequired) Reset()
func (*PartialRequired) SetOptString ¶
func (x *PartialRequired) SetOptString(v string)
func (*PartialRequired) SetReqString ¶
func (x *PartialRequired) SetReqString(v string)
func (*PartialRequired) String ¶
func (x *PartialRequired) String() string
type PartialRequired_builder ¶
type PartialRequired_builder struct { ReqString *string OptString *string // contains filtered or unexported fields }
func (PartialRequired_builder) Build ¶
func (b0 PartialRequired_builder) Build() *PartialRequired
type Repeats ¶
type Repeats struct {
// contains filtered or unexported fields
}
Message contains repeated fields.
func (*Repeats) GetRptBool ¶
func (*Repeats) GetRptBytes ¶
func (*Repeats) GetRptDouble ¶
func (*Repeats) GetRptFloat ¶
func (*Repeats) GetRptInt32 ¶
func (*Repeats) GetRptInt64 ¶
func (*Repeats) GetRptString ¶
func (*Repeats) GetRptUint32 ¶
func (*Repeats) GetRptUint64 ¶
func (*Repeats) ProtoMessage ¶
func (*Repeats) ProtoMessage()
func (*Repeats) ProtoReflect ¶
func (x *Repeats) ProtoReflect() protoreflect.Message
func (*Repeats) SetRptBool ¶
func (*Repeats) SetRptBytes ¶
func (*Repeats) SetRptDouble ¶
func (*Repeats) SetRptFloat ¶
func (*Repeats) SetRptInt32 ¶
func (*Repeats) SetRptInt64 ¶
func (*Repeats) SetRptString ¶
func (*Repeats) SetRptUint32 ¶
func (*Repeats) SetRptUint64 ¶
type Repeats_builder ¶
type Repeats_builder struct { RptBool []bool RptInt32 []int32 RptInt64 []int64 RptUint32 []uint32 RptUint64 []uint64 RptFloat []float32 RptDouble []float64 RptString []string RptBytes [][]byte // contains filtered or unexported fields }
func (Repeats_builder) Build ¶
func (b0 Repeats_builder) Build() *Repeats
type Requireds ¶
type Requireds struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Message contains required fields.
func (*Requireds) ClearReqBool ¶
func (x *Requireds) ClearReqBool()
func (*Requireds) ClearReqDouble ¶
func (x *Requireds) ClearReqDouble()
func (*Requireds) ClearReqEnum ¶
func (x *Requireds) ClearReqEnum()
func (*Requireds) ClearReqNested ¶
func (x *Requireds) ClearReqNested()
func (*Requireds) ClearReqSfixed64 ¶
func (x *Requireds) ClearReqSfixed64()
func (*Requireds) ClearReqString ¶
func (x *Requireds) ClearReqString()
func (*Requireds) GetReqBool ¶
func (*Requireds) GetReqDouble ¶
func (*Requireds) GetReqEnum ¶
func (*Requireds) GetReqNested ¶
func (*Requireds) GetReqSfixed64 ¶
func (*Requireds) GetReqString ¶
func (*Requireds) HasReqBool ¶
func (*Requireds) HasReqDouble ¶
func (*Requireds) HasReqEnum ¶
func (*Requireds) HasReqNested ¶
func (*Requireds) HasReqSfixed64 ¶
func (*Requireds) HasReqString ¶
func (*Requireds) ProtoMessage ¶
func (*Requireds) ProtoMessage()
func (*Requireds) ProtoReflect ¶
func (x *Requireds) ProtoReflect() protoreflect.Message
func (*Requireds) SetReqBool ¶
func (*Requireds) SetReqDouble ¶
func (*Requireds) SetReqEnum ¶
func (*Requireds) SetReqNested ¶
func (*Requireds) SetReqSfixed64 ¶
func (*Requireds) SetReqString ¶
type Requireds_builder ¶
type Requireds_builder struct { ReqBool *bool ReqSfixed64 *int64 ReqDouble *float64 ReqString *string ReqEnum *Enum ReqNested *Nested // contains filtered or unexported fields }
func (Requireds_builder) Build ¶
func (b0 Requireds_builder) Build() *Requireds
type Scalars ¶
type Scalars struct { XXX_raceDetectHookData protoimpl.RaceDetectHookData XXX_presence [1]uint32 // contains filtered or unexported fields }
Scalars contains scalar fields.
func (*Scalars) ClearOptBool ¶
func (x *Scalars) ClearOptBool()
func (*Scalars) ClearOptBytes ¶
func (x *Scalars) ClearOptBytes()
func (*Scalars) ClearOptDouble ¶
func (x *Scalars) ClearOptDouble()
func (*Scalars) ClearOptFixed32 ¶
func (x *Scalars) ClearOptFixed32()
func (*Scalars) ClearOptFixed64 ¶
func (x *Scalars) ClearOptFixed64()
func (*Scalars) ClearOptFloat ¶
func (x *Scalars) ClearOptFloat()
func (*Scalars) ClearOptInt32 ¶
func (x *Scalars) ClearOptInt32()
func (*Scalars) ClearOptInt64 ¶
func (x *Scalars) ClearOptInt64()
func (*Scalars) ClearOptSfixed32 ¶
func (x *Scalars) ClearOptSfixed32()
func (*Scalars) ClearOptSfixed64 ¶
func (x *Scalars) ClearOptSfixed64()
func (*Scalars) ClearOptSint32 ¶
func (x *Scalars) ClearOptSint32()
func (*Scalars) ClearOptSint64 ¶
func (x *Scalars) ClearOptSint64()
func (*Scalars) ClearOptString ¶
func (x *Scalars) ClearOptString()
func (*Scalars) ClearOptUint32 ¶
func (x *Scalars) ClearOptUint32()
func (*Scalars) ClearOptUint64 ¶
func (x *Scalars) ClearOptUint64()
func (*Scalars) GetOptBool ¶
func (*Scalars) GetOptBytes ¶
func (*Scalars) GetOptDouble ¶
func (*Scalars) GetOptFixed32 ¶
func (*Scalars) GetOptFixed64 ¶
func (*Scalars) GetOptFloat ¶
func (*Scalars) GetOptInt32 ¶
func (*Scalars) GetOptInt64 ¶
func (*Scalars) GetOptSfixed32 ¶
func (*Scalars) GetOptSfixed64 ¶
func (*Scalars) GetOptSint32 ¶
func (*Scalars) GetOptSint64 ¶
func (*Scalars) GetOptString ¶
func (*Scalars) GetOptUint32 ¶
func (*Scalars) GetOptUint64 ¶
func (*Scalars) HasOptBool ¶
func (*Scalars) HasOptBytes ¶
func (*Scalars) HasOptDouble ¶
func (*Scalars) HasOptFixed32 ¶
func (*Scalars) HasOptFixed64 ¶
func (*Scalars) HasOptFloat ¶
func (*Scalars) HasOptInt32 ¶
func (*Scalars) HasOptInt64 ¶
func (*Scalars) HasOptSfixed32 ¶
func (*Scalars) HasOptSfixed64 ¶
func (*Scalars) HasOptSint32 ¶
func (*Scalars) HasOptSint64 ¶
func (*Scalars) HasOptString ¶
func (*Scalars) HasOptUint32 ¶
func (*Scalars) HasOptUint64 ¶
func (*Scalars) ProtoMessage ¶
func (*Scalars) ProtoMessage()
func (*Scalars) ProtoReflect ¶
func (x *Scalars) ProtoReflect() protoreflect.Message
func (*Scalars) SetOptBool ¶
func (*Scalars) SetOptBytes ¶
func (*Scalars) SetOptDouble ¶
func (*Scalars) SetOptFixed32 ¶
func (*Scalars) SetOptFixed64 ¶
func (*Scalars) SetOptFloat ¶
func (*Scalars) SetOptInt32 ¶
func (*Scalars) SetOptInt64 ¶
func (*Scalars) SetOptSfixed32 ¶
func (*Scalars) SetOptSfixed64 ¶
func (*Scalars) SetOptSint32 ¶
func (*Scalars) SetOptSint64 ¶
func (*Scalars) SetOptString ¶
func (*Scalars) SetOptUint32 ¶
func (*Scalars) SetOptUint64 ¶
type Scalars_builder ¶
type Scalars_builder struct { OptBool *bool OptInt32 *int32 OptInt64 *int64 OptUint32 *uint32 OptUint64 *uint64 OptSint32 *int32 OptSint64 *int64 OptFixed32 *uint32 OptFixed64 *uint64 OptSfixed32 *int32 OptSfixed64 *int64 OptFloat *float32 OptDouble *float64 OptBytes []byte OptString *string // contains filtered or unexported fields }
func (Scalars_builder) Build ¶
func (b0 Scalars_builder) Build() *Scalars
type UTF8Validated ¶
type UTF8Validated struct {
// contains filtered or unexported fields
}
func (*UTF8Validated) GetValidatedString ¶
func (x *UTF8Validated) GetValidatedString() string
func (*UTF8Validated) ProtoMessage ¶
func (*UTF8Validated) ProtoMessage()
func (*UTF8Validated) ProtoReflect ¶
func (x *UTF8Validated) ProtoReflect() protoreflect.Message
func (*UTF8Validated) Reset ¶
func (x *UTF8Validated) Reset()
func (*UTF8Validated) SetValidatedString ¶
func (x *UTF8Validated) SetValidatedString(v string)
func (*UTF8Validated) String ¶
func (x *UTF8Validated) String() string
type UTF8Validated_builder ¶
type UTF8Validated_builder struct { ValidatedString string // contains filtered or unexported fields }
func (UTF8Validated_builder) Build ¶
func (b0 UTF8Validated_builder) Build() *UTF8Validated
Click to show internal directories.
Click to hide internal directories.