test

package
v0.0.0-...-fab7b90 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_messages_proto protoreflect.FileDescriptor
View Source
var File_scalars_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EmptyMessage

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

func (*EmptyMessage) Descriptor deprecated

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

Deprecated: Use EmptyMessage.ProtoReflect.Descriptor instead.

func (*EmptyMessage) FieldPaths

func (x *EmptyMessage) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*EmptyMessage) NormalizeFieldPaths

func (x *EmptyMessage) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*EmptyMessage) ProtoMessage

func (*EmptyMessage) ProtoMessage()

func (*EmptyMessage) ProtoReflect

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

func (*EmptyMessage) Reset

func (x *EmptyMessage) Reset()

func (*EmptyMessage) SetFields

func (x *EmptyMessage) SetFields(src *EmptyMessage, paths ...string) error

SetFields sets the given fields from src into x.

func (*EmptyMessage) String

func (x *EmptyMessage) String() string

type MessageWithOneofScalars

type MessageWithOneofScalars struct {

	// Types that are assignable to Value:
	//
	//	*MessageWithOneofScalars_DoubleValue
	//	*MessageWithOneofScalars_FloatValue
	//	*MessageWithOneofScalars_Int32Value
	//	*MessageWithOneofScalars_Int64Value
	//	*MessageWithOneofScalars_Uint32Value
	//	*MessageWithOneofScalars_Uint64Value
	//	*MessageWithOneofScalars_Sint32Value
	//	*MessageWithOneofScalars_Sint64Value
	//	*MessageWithOneofScalars_Fixed32Value
	//	*MessageWithOneofScalars_Fixed64Value
	//	*MessageWithOneofScalars_Sfixed32Value
	//	*MessageWithOneofScalars_Sfixed64Value
	//	*MessageWithOneofScalars_BoolValue
	//	*MessageWithOneofScalars_StringValue
	//	*MessageWithOneofScalars_BytesValue
	Value isMessageWithOneofScalars_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*MessageWithOneofScalars) Descriptor deprecated

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

Deprecated: Use MessageWithOneofScalars.ProtoReflect.Descriptor instead.

func (*MessageWithOneofScalars) FieldPaths

func (x *MessageWithOneofScalars) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithOneofScalars) GetBoolValue

func (x *MessageWithOneofScalars) GetBoolValue() bool

func (*MessageWithOneofScalars) GetBytesValue

func (x *MessageWithOneofScalars) GetBytesValue() []byte

func (*MessageWithOneofScalars) GetDoubleValue

func (x *MessageWithOneofScalars) GetDoubleValue() float64

func (*MessageWithOneofScalars) GetFixed32Value

func (x *MessageWithOneofScalars) GetFixed32Value() uint32

func (*MessageWithOneofScalars) GetFixed64Value

func (x *MessageWithOneofScalars) GetFixed64Value() uint64

func (*MessageWithOneofScalars) GetFloatValue

func (x *MessageWithOneofScalars) GetFloatValue() float32

func (*MessageWithOneofScalars) GetInt32Value

func (x *MessageWithOneofScalars) GetInt32Value() int32

func (*MessageWithOneofScalars) GetInt64Value

func (x *MessageWithOneofScalars) GetInt64Value() int64

func (*MessageWithOneofScalars) GetSfixed32Value

func (x *MessageWithOneofScalars) GetSfixed32Value() int32

func (*MessageWithOneofScalars) GetSfixed64Value

func (x *MessageWithOneofScalars) GetSfixed64Value() int64

func (*MessageWithOneofScalars) GetSint32Value

func (x *MessageWithOneofScalars) GetSint32Value() int32

func (*MessageWithOneofScalars) GetSint64Value

func (x *MessageWithOneofScalars) GetSint64Value() int64

func (*MessageWithOneofScalars) GetStringValue

func (x *MessageWithOneofScalars) GetStringValue() string

func (*MessageWithOneofScalars) GetUint32Value

func (x *MessageWithOneofScalars) GetUint32Value() uint32

func (*MessageWithOneofScalars) GetUint64Value

func (x *MessageWithOneofScalars) GetUint64Value() uint64

func (*MessageWithOneofScalars) GetValue

func (m *MessageWithOneofScalars) GetValue() isMessageWithOneofScalars_Value

func (*MessageWithOneofScalars) NormalizeFieldPaths

func (x *MessageWithOneofScalars) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithOneofScalars) ProtoMessage

func (*MessageWithOneofScalars) ProtoMessage()

func (*MessageWithOneofScalars) ProtoReflect

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

func (*MessageWithOneofScalars) Reset

func (x *MessageWithOneofScalars) Reset()

func (*MessageWithOneofScalars) SetFields

func (x *MessageWithOneofScalars) SetFields(src *MessageWithOneofScalars, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithOneofScalars) String

func (x *MessageWithOneofScalars) String() string

type MessageWithOneofScalars_BoolValue

type MessageWithOneofScalars_BoolValue struct {
	BoolValue bool `protobuf:"varint,13,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type MessageWithOneofScalars_BytesValue

type MessageWithOneofScalars_BytesValue struct {
	BytesValue []byte `protobuf:"bytes,15,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

type MessageWithOneofScalars_DoubleValue

type MessageWithOneofScalars_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,1,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type MessageWithOneofScalars_Fixed32Value

type MessageWithOneofScalars_Fixed32Value struct {
	Fixed32Value uint32 `protobuf:"fixed32,9,opt,name=fixed32_value,json=fixed32Value,proto3,oneof"`
}

type MessageWithOneofScalars_Fixed64Value

type MessageWithOneofScalars_Fixed64Value struct {
	Fixed64Value uint64 `protobuf:"fixed64,10,opt,name=fixed64_value,json=fixed64Value,proto3,oneof"`
}

type MessageWithOneofScalars_FloatValue

type MessageWithOneofScalars_FloatValue struct {
	FloatValue float32 `protobuf:"fixed32,2,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type MessageWithOneofScalars_Int32Value

type MessageWithOneofScalars_Int32Value struct {
	Int32Value int32 `protobuf:"varint,3,opt,name=int32_value,json=int32Value,proto3,oneof"`
}

type MessageWithOneofScalars_Int64Value

type MessageWithOneofScalars_Int64Value struct {
	Int64Value int64 `protobuf:"varint,4,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type MessageWithOneofScalars_Sfixed32Value

type MessageWithOneofScalars_Sfixed32Value struct {
	Sfixed32Value int32 `protobuf:"fixed32,11,opt,name=sfixed32_value,json=sfixed32Value,proto3,oneof"`
}

type MessageWithOneofScalars_Sfixed64Value

type MessageWithOneofScalars_Sfixed64Value struct {
	Sfixed64Value int64 `protobuf:"fixed64,12,opt,name=sfixed64_value,json=sfixed64Value,proto3,oneof"`
}

type MessageWithOneofScalars_Sint32Value

type MessageWithOneofScalars_Sint32Value struct {
	Sint32Value int32 `protobuf:"zigzag32,7,opt,name=sint32_value,json=sint32Value,proto3,oneof"`
}

type MessageWithOneofScalars_Sint64Value

type MessageWithOneofScalars_Sint64Value struct {
	Sint64Value int64 `protobuf:"zigzag64,8,opt,name=sint64_value,json=sint64Value,proto3,oneof"`
}

type MessageWithOneofScalars_StringValue

type MessageWithOneofScalars_StringValue struct {
	StringValue string `protobuf:"bytes,14,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type MessageWithOneofScalars_Uint32Value

type MessageWithOneofScalars_Uint32Value struct {
	Uint32Value uint32 `protobuf:"varint,5,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type MessageWithOneofScalars_Uint64Value

type MessageWithOneofScalars_Uint64Value struct {
	Uint64Value uint64 `protobuf:"varint,6,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type MessageWithOneofSubMessages

type MessageWithOneofSubMessages struct {

	// Types that are assignable to Sub:
	//
	//	*MessageWithOneofSubMessages_A
	//	*MessageWithOneofSubMessages_B
	Sub isMessageWithOneofSubMessages_Sub `protobuf_oneof:"sub"`
	// contains filtered or unexported fields
}

func (*MessageWithOneofSubMessages) Descriptor deprecated

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

Deprecated: Use MessageWithOneofSubMessages.ProtoReflect.Descriptor instead.

func (*MessageWithOneofSubMessages) FieldPaths

func (x *MessageWithOneofSubMessages) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithOneofSubMessages) GetA

func (*MessageWithOneofSubMessages) GetB

func (*MessageWithOneofSubMessages) GetSub

func (m *MessageWithOneofSubMessages) GetSub() isMessageWithOneofSubMessages_Sub

func (*MessageWithOneofSubMessages) NormalizeFieldPaths

func (x *MessageWithOneofSubMessages) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithOneofSubMessages) ProtoMessage

func (*MessageWithOneofSubMessages) ProtoMessage()

func (*MessageWithOneofSubMessages) ProtoReflect

func (*MessageWithOneofSubMessages) Reset

func (x *MessageWithOneofSubMessages) Reset()

func (*MessageWithOneofSubMessages) SetFields

SetFields sets the given fields from src into x.

func (*MessageWithOneofSubMessages) String

func (x *MessageWithOneofSubMessages) String() string

type MessageWithOneofSubMessages_A

type MessageWithOneofSubMessages_A struct {
	A *SubMessage `protobuf:"bytes,1,opt,name=a,proto3,oneof"`
}

type MessageWithOneofSubMessages_B

type MessageWithOneofSubMessages_B struct {
	B *SubMessage `protobuf:"bytes,2,opt,name=b,proto3,oneof"`
}

type MessageWithOneofWKTs

type MessageWithOneofWKTs struct {

	// Types that are assignable to Value:
	//
	//	*MessageWithOneofWKTs_DoubleValue
	//	*MessageWithOneofWKTs_FloatValue
	//	*MessageWithOneofWKTs_Int32Value
	//	*MessageWithOneofWKTs_Int64Value
	//	*MessageWithOneofWKTs_Uint32Value
	//	*MessageWithOneofWKTs_Uint64Value
	//	*MessageWithOneofWKTs_BoolValue
	//	*MessageWithOneofWKTs_StringValue
	//	*MessageWithOneofWKTs_BytesValue
	//	*MessageWithOneofWKTs_EmptyValue
	//	*MessageWithOneofWKTs_TimestampValue
	//	*MessageWithOneofWKTs_DurationValue
	//	*MessageWithOneofWKTs_FieldMaskValue
	//	*MessageWithOneofWKTs_ValueValue
	//	*MessageWithOneofWKTs_ListValueValue
	//	*MessageWithOneofWKTs_StructValue
	//	*MessageWithOneofWKTs_AnyValue
	Value isMessageWithOneofWKTs_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*MessageWithOneofWKTs) Descriptor deprecated

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

Deprecated: Use MessageWithOneofWKTs.ProtoReflect.Descriptor instead.

func (*MessageWithOneofWKTs) FieldPaths

func (x *MessageWithOneofWKTs) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithOneofWKTs) GetAnyValue

func (x *MessageWithOneofWKTs) GetAnyValue() *anypb.Any

func (*MessageWithOneofWKTs) GetBoolValue

func (x *MessageWithOneofWKTs) GetBoolValue() *wrapperspb.BoolValue

func (*MessageWithOneofWKTs) GetBytesValue

func (x *MessageWithOneofWKTs) GetBytesValue() *wrapperspb.BytesValue

func (*MessageWithOneofWKTs) GetDoubleValue

func (x *MessageWithOneofWKTs) GetDoubleValue() *wrapperspb.DoubleValue

func (*MessageWithOneofWKTs) GetDurationValue

func (x *MessageWithOneofWKTs) GetDurationValue() *durationpb.Duration

func (*MessageWithOneofWKTs) GetEmptyValue

func (x *MessageWithOneofWKTs) GetEmptyValue() *emptypb.Empty

func (*MessageWithOneofWKTs) GetFieldMaskValue

func (x *MessageWithOneofWKTs) GetFieldMaskValue() *fieldmaskpb.FieldMask

func (*MessageWithOneofWKTs) GetFloatValue

func (x *MessageWithOneofWKTs) GetFloatValue() *wrapperspb.FloatValue

func (*MessageWithOneofWKTs) GetInt32Value

func (x *MessageWithOneofWKTs) GetInt32Value() *wrapperspb.Int32Value

func (*MessageWithOneofWKTs) GetInt64Value

func (x *MessageWithOneofWKTs) GetInt64Value() *wrapperspb.Int64Value

func (*MessageWithOneofWKTs) GetListValueValue

func (x *MessageWithOneofWKTs) GetListValueValue() *structpb.ListValue

func (*MessageWithOneofWKTs) GetStringValue

func (x *MessageWithOneofWKTs) GetStringValue() *wrapperspb.StringValue

func (*MessageWithOneofWKTs) GetStructValue

func (x *MessageWithOneofWKTs) GetStructValue() *structpb.Struct

func (*MessageWithOneofWKTs) GetTimestampValue

func (x *MessageWithOneofWKTs) GetTimestampValue() *timestamppb.Timestamp

func (*MessageWithOneofWKTs) GetUint32Value

func (x *MessageWithOneofWKTs) GetUint32Value() *wrapperspb.UInt32Value

func (*MessageWithOneofWKTs) GetUint64Value

func (x *MessageWithOneofWKTs) GetUint64Value() *wrapperspb.UInt64Value

func (*MessageWithOneofWKTs) GetValue

func (m *MessageWithOneofWKTs) GetValue() isMessageWithOneofWKTs_Value

func (*MessageWithOneofWKTs) GetValueValue

func (x *MessageWithOneofWKTs) GetValueValue() *structpb.Value

func (*MessageWithOneofWKTs) NormalizeFieldPaths

func (x *MessageWithOneofWKTs) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithOneofWKTs) ProtoMessage

func (*MessageWithOneofWKTs) ProtoMessage()

func (*MessageWithOneofWKTs) ProtoReflect

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

func (*MessageWithOneofWKTs) Reset

func (x *MessageWithOneofWKTs) Reset()

func (*MessageWithOneofWKTs) SetFields

func (x *MessageWithOneofWKTs) SetFields(src *MessageWithOneofWKTs, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithOneofWKTs) String

func (x *MessageWithOneofWKTs) String() string

type MessageWithOneofWKTs_AnyValue

type MessageWithOneofWKTs_AnyValue struct {
	AnyValue *anypb.Any `protobuf:"bytes,17,opt,name=any_value,json=anyValue,proto3,oneof"`
}

type MessageWithOneofWKTs_BoolValue

type MessageWithOneofWKTs_BoolValue struct {
	BoolValue *wrapperspb.BoolValue `protobuf:"bytes,7,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type MessageWithOneofWKTs_BytesValue

type MessageWithOneofWKTs_BytesValue struct {
	BytesValue *wrapperspb.BytesValue `protobuf:"bytes,9,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

type MessageWithOneofWKTs_DoubleValue

type MessageWithOneofWKTs_DoubleValue struct {
	DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,1,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type MessageWithOneofWKTs_DurationValue

type MessageWithOneofWKTs_DurationValue struct {
	DurationValue *durationpb.Duration `protobuf:"bytes,12,opt,name=duration_value,json=durationValue,proto3,oneof"`
}

type MessageWithOneofWKTs_EmptyValue

type MessageWithOneofWKTs_EmptyValue struct {
	EmptyValue *emptypb.Empty `protobuf:"bytes,10,opt,name=empty_value,json=emptyValue,proto3,oneof"`
}

type MessageWithOneofWKTs_FieldMaskValue

type MessageWithOneofWKTs_FieldMaskValue struct {
	FieldMaskValue *fieldmaskpb.FieldMask `protobuf:"bytes,13,opt,name=field_mask_value,json=fieldMaskValue,proto3,oneof"`
}

type MessageWithOneofWKTs_FloatValue

type MessageWithOneofWKTs_FloatValue struct {
	FloatValue *wrapperspb.FloatValue `protobuf:"bytes,2,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type MessageWithOneofWKTs_Int32Value

type MessageWithOneofWKTs_Int32Value struct {
	Int32Value *wrapperspb.Int32Value `protobuf:"bytes,3,opt,name=int32_value,json=int32Value,proto3,oneof"`
}

type MessageWithOneofWKTs_Int64Value

type MessageWithOneofWKTs_Int64Value struct {
	Int64Value *wrapperspb.Int64Value `protobuf:"bytes,4,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type MessageWithOneofWKTs_ListValueValue

type MessageWithOneofWKTs_ListValueValue struct {
	ListValueValue *structpb.ListValue `protobuf:"bytes,15,opt,name=list_value_value,json=listValueValue,proto3,oneof"`
}

type MessageWithOneofWKTs_StringValue

type MessageWithOneofWKTs_StringValue struct {
	StringValue *wrapperspb.StringValue `protobuf:"bytes,8,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type MessageWithOneofWKTs_StructValue

type MessageWithOneofWKTs_StructValue struct {
	StructValue *structpb.Struct `protobuf:"bytes,16,opt,name=struct_value,json=structValue,proto3,oneof"`
}

type MessageWithOneofWKTs_TimestampValue

type MessageWithOneofWKTs_TimestampValue struct {
	TimestampValue *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=timestamp_value,json=timestampValue,proto3,oneof"`
}

type MessageWithOneofWKTs_Uint32Value

type MessageWithOneofWKTs_Uint32Value struct {
	Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,5,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type MessageWithOneofWKTs_Uint64Value

type MessageWithOneofWKTs_Uint64Value struct {
	Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,6,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type MessageWithOneofWKTs_ValueValue

type MessageWithOneofWKTs_ValueValue struct {
	ValueValue *structpb.Value `protobuf:"bytes,14,opt,name=value_value,json=valueValue,proto3,oneof"`
}

type MessageWithScalarMaps

type MessageWithScalarMaps struct {
	StringDoubleMap map[string]float64 `` // map<double,string> is impossible.
	/* 198-byte string literal not displayed */
	StringFloatMap map[string]float32 `` // map<float,string> is impossible.
	/* 195-byte string literal not displayed */
	StringInt32Map    map[string]int32  `` /* 194-byte string literal not displayed */
	Int32StringMap    map[int32]string  `` /* 194-byte string literal not displayed */
	StringInt64Map    map[string]int64  `` /* 194-byte string literal not displayed */
	Int64StringMap    map[int64]string  `` /* 194-byte string literal not displayed */
	StringUint32Map   map[string]uint32 `` /* 197-byte string literal not displayed */
	Uint32StringMap   map[uint32]string `` /* 198-byte string literal not displayed */
	StringUint64Map   map[string]uint64 `` /* 198-byte string literal not displayed */
	Uint64StringMap   map[uint64]string `` /* 198-byte string literal not displayed */
	StringSint32Map   map[string]int32  `` /* 200-byte string literal not displayed */
	Sint32StringMap   map[int32]string  `` /* 200-byte string literal not displayed */
	StringSint64Map   map[string]int64  `` /* 200-byte string literal not displayed */
	Sint64StringMap   map[int64]string  `` /* 200-byte string literal not displayed */
	StringFixed32Map  map[string]uint32 `` /* 202-byte string literal not displayed */
	Fixed32StringMap  map[uint32]string `` /* 202-byte string literal not displayed */
	StringFixed64Map  map[string]uint64 `` /* 202-byte string literal not displayed */
	Fixed64StringMap  map[uint64]string `` /* 202-byte string literal not displayed */
	StringSfixed32Map map[string]int32  `` /* 205-byte string literal not displayed */
	Sfixed32StringMap map[int32]string  `` /* 205-byte string literal not displayed */
	StringSfixed64Map map[string]int64  `` /* 205-byte string literal not displayed */
	Sfixed64StringMap map[int64]string  `` /* 205-byte string literal not displayed */
	StringBoolMap     map[string]bool   `` /* 192-byte string literal not displayed */
	BoolStringMap     map[bool]string   `` /* 192-byte string literal not displayed */
	StringStringMap   map[string]string `` // map<string,string> is above.
	/* 197-byte string literal not displayed */
	StringBytesMap map[string][]byte `` // map<bytes,string> is impossible.
	/* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MessageWithScalarMaps) Descriptor deprecated

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

Deprecated: Use MessageWithScalarMaps.ProtoReflect.Descriptor instead.

func (*MessageWithScalarMaps) FieldPaths

func (x *MessageWithScalarMaps) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithScalarMaps) GetBoolStringMap

func (x *MessageWithScalarMaps) GetBoolStringMap() map[bool]string

func (*MessageWithScalarMaps) GetFixed32StringMap

func (x *MessageWithScalarMaps) GetFixed32StringMap() map[uint32]string

func (*MessageWithScalarMaps) GetFixed64StringMap

func (x *MessageWithScalarMaps) GetFixed64StringMap() map[uint64]string

func (*MessageWithScalarMaps) GetInt32StringMap

func (x *MessageWithScalarMaps) GetInt32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetInt64StringMap

func (x *MessageWithScalarMaps) GetInt64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetSfixed32StringMap

func (x *MessageWithScalarMaps) GetSfixed32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetSfixed64StringMap

func (x *MessageWithScalarMaps) GetSfixed64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetSint32StringMap

func (x *MessageWithScalarMaps) GetSint32StringMap() map[int32]string

func (*MessageWithScalarMaps) GetSint64StringMap

func (x *MessageWithScalarMaps) GetSint64StringMap() map[int64]string

func (*MessageWithScalarMaps) GetStringBoolMap

func (x *MessageWithScalarMaps) GetStringBoolMap() map[string]bool

func (*MessageWithScalarMaps) GetStringBytesMap

func (x *MessageWithScalarMaps) GetStringBytesMap() map[string][]byte

func (*MessageWithScalarMaps) GetStringDoubleMap

func (x *MessageWithScalarMaps) GetStringDoubleMap() map[string]float64

func (*MessageWithScalarMaps) GetStringFixed32Map

func (x *MessageWithScalarMaps) GetStringFixed32Map() map[string]uint32

func (*MessageWithScalarMaps) GetStringFixed64Map

func (x *MessageWithScalarMaps) GetStringFixed64Map() map[string]uint64

func (*MessageWithScalarMaps) GetStringFloatMap

func (x *MessageWithScalarMaps) GetStringFloatMap() map[string]float32

func (*MessageWithScalarMaps) GetStringInt32Map

func (x *MessageWithScalarMaps) GetStringInt32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringInt64Map

func (x *MessageWithScalarMaps) GetStringInt64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringSfixed32Map

func (x *MessageWithScalarMaps) GetStringSfixed32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringSfixed64Map

func (x *MessageWithScalarMaps) GetStringSfixed64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringSint32Map

func (x *MessageWithScalarMaps) GetStringSint32Map() map[string]int32

func (*MessageWithScalarMaps) GetStringSint64Map

func (x *MessageWithScalarMaps) GetStringSint64Map() map[string]int64

func (*MessageWithScalarMaps) GetStringStringMap

func (x *MessageWithScalarMaps) GetStringStringMap() map[string]string

func (*MessageWithScalarMaps) GetStringUint32Map

func (x *MessageWithScalarMaps) GetStringUint32Map() map[string]uint32

func (*MessageWithScalarMaps) GetStringUint64Map

func (x *MessageWithScalarMaps) GetStringUint64Map() map[string]uint64

func (*MessageWithScalarMaps) GetUint32StringMap

func (x *MessageWithScalarMaps) GetUint32StringMap() map[uint32]string

func (*MessageWithScalarMaps) GetUint64StringMap

func (x *MessageWithScalarMaps) GetUint64StringMap() map[uint64]string

func (*MessageWithScalarMaps) NormalizeFieldPaths

func (x *MessageWithScalarMaps) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithScalarMaps) ProtoMessage

func (*MessageWithScalarMaps) ProtoMessage()

func (*MessageWithScalarMaps) ProtoReflect

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

func (*MessageWithScalarMaps) Reset

func (x *MessageWithScalarMaps) Reset()

func (*MessageWithScalarMaps) SetFields

func (x *MessageWithScalarMaps) SetFields(src *MessageWithScalarMaps, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithScalarMaps) String

func (x *MessageWithScalarMaps) String() string

type MessageWithScalars

type MessageWithScalars struct {
	DoubleValue    float64   `protobuf:"fixed64,1,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	DoubleValues   []float64 `protobuf:"fixed64,2,rep,packed,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"`
	FloatValue     float32   `protobuf:"fixed32,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	FloatValues    []float32 `protobuf:"fixed32,4,rep,packed,name=float_values,json=floatValues,proto3" json:"float_values,omitempty"`
	Int32Value     int32     `protobuf:"varint,5,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int32Values    []int32   `protobuf:"varint,6,rep,packed,name=int32_values,json=int32Values,proto3" json:"int32_values,omitempty"`
	Int64Value     int64     `protobuf:"varint,7,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Int64Values    []int64   `protobuf:"varint,8,rep,packed,name=int64_values,json=int64Values,proto3" json:"int64_values,omitempty"`
	Uint32Value    uint32    `protobuf:"varint,9,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint32Values   []uint32  `protobuf:"varint,10,rep,packed,name=uint32_values,json=uint32Values,proto3" json:"uint32_values,omitempty"`
	Uint64Value    uint64    `protobuf:"varint,11,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Uint64Values   []uint64  `protobuf:"varint,12,rep,packed,name=uint64_values,json=uint64Values,proto3" json:"uint64_values,omitempty"`
	Sint32Value    int32     `protobuf:"zigzag32,13,opt,name=sint32_value,json=sint32Value,proto3" json:"sint32_value,omitempty"`
	Sint32Values   []int32   `protobuf:"zigzag32,14,rep,packed,name=sint32_values,json=sint32Values,proto3" json:"sint32_values,omitempty"`
	Sint64Value    int64     `protobuf:"zigzag64,15,opt,name=sint64_value,json=sint64Value,proto3" json:"sint64_value,omitempty"`
	Sint64Values   []int64   `protobuf:"zigzag64,16,rep,packed,name=sint64_values,json=sint64Values,proto3" json:"sint64_values,omitempty"`
	Fixed32Value   uint32    `protobuf:"fixed32,17,opt,name=fixed32_value,json=fixed32Value,proto3" json:"fixed32_value,omitempty"`
	Fixed32Values  []uint32  `protobuf:"fixed32,18,rep,packed,name=fixed32_values,json=fixed32Values,proto3" json:"fixed32_values,omitempty"`
	Fixed64Value   uint64    `protobuf:"fixed64,19,opt,name=fixed64_value,json=fixed64Value,proto3" json:"fixed64_value,omitempty"`
	Fixed64Values  []uint64  `protobuf:"fixed64,20,rep,packed,name=fixed64_values,json=fixed64Values,proto3" json:"fixed64_values,omitempty"`
	Sfixed32Value  int32     `protobuf:"fixed32,21,opt,name=sfixed32_value,json=sfixed32Value,proto3" json:"sfixed32_value,omitempty"`
	Sfixed32Values []int32   `protobuf:"fixed32,22,rep,packed,name=sfixed32_values,json=sfixed32Values,proto3" json:"sfixed32_values,omitempty"`
	Sfixed64Value  int64     `protobuf:"fixed64,23,opt,name=sfixed64_value,json=sfixed64Value,proto3" json:"sfixed64_value,omitempty"`
	Sfixed64Values []int64   `protobuf:"fixed64,24,rep,packed,name=sfixed64_values,json=sfixed64Values,proto3" json:"sfixed64_values,omitempty"`
	BoolValue      bool      `protobuf:"varint,25,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	BoolValues     []bool    `protobuf:"varint,26,rep,packed,name=bool_values,json=boolValues,proto3" json:"bool_values,omitempty"`
	StringValue    string    `protobuf:"bytes,27,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	StringValues   []string  `protobuf:"bytes,28,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"`
	BytesValue     []byte    `protobuf:"bytes,29,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	BytesValues    [][]byte  `protobuf:"bytes,30,rep,name=bytes_values,json=bytesValues,proto3" json:"bytes_values,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageWithScalars) Descriptor deprecated

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

Deprecated: Use MessageWithScalars.ProtoReflect.Descriptor instead.

func (*MessageWithScalars) FieldPaths

func (x *MessageWithScalars) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithScalars) GetBoolValue

func (x *MessageWithScalars) GetBoolValue() bool

func (*MessageWithScalars) GetBoolValues

func (x *MessageWithScalars) GetBoolValues() []bool

func (*MessageWithScalars) GetBytesValue

func (x *MessageWithScalars) GetBytesValue() []byte

func (*MessageWithScalars) GetBytesValues

func (x *MessageWithScalars) GetBytesValues() [][]byte

func (*MessageWithScalars) GetDoubleValue

func (x *MessageWithScalars) GetDoubleValue() float64

func (*MessageWithScalars) GetDoubleValues

func (x *MessageWithScalars) GetDoubleValues() []float64

func (*MessageWithScalars) GetFixed32Value

func (x *MessageWithScalars) GetFixed32Value() uint32

func (*MessageWithScalars) GetFixed32Values

func (x *MessageWithScalars) GetFixed32Values() []uint32

func (*MessageWithScalars) GetFixed64Value

func (x *MessageWithScalars) GetFixed64Value() uint64

func (*MessageWithScalars) GetFixed64Values

func (x *MessageWithScalars) GetFixed64Values() []uint64

func (*MessageWithScalars) GetFloatValue

func (x *MessageWithScalars) GetFloatValue() float32

func (*MessageWithScalars) GetFloatValues

func (x *MessageWithScalars) GetFloatValues() []float32

func (*MessageWithScalars) GetInt32Value

func (x *MessageWithScalars) GetInt32Value() int32

func (*MessageWithScalars) GetInt32Values

func (x *MessageWithScalars) GetInt32Values() []int32

func (*MessageWithScalars) GetInt64Value

func (x *MessageWithScalars) GetInt64Value() int64

func (*MessageWithScalars) GetInt64Values

func (x *MessageWithScalars) GetInt64Values() []int64

func (*MessageWithScalars) GetSfixed32Value

func (x *MessageWithScalars) GetSfixed32Value() int32

func (*MessageWithScalars) GetSfixed32Values

func (x *MessageWithScalars) GetSfixed32Values() []int32

func (*MessageWithScalars) GetSfixed64Value

func (x *MessageWithScalars) GetSfixed64Value() int64

func (*MessageWithScalars) GetSfixed64Values

func (x *MessageWithScalars) GetSfixed64Values() []int64

func (*MessageWithScalars) GetSint32Value

func (x *MessageWithScalars) GetSint32Value() int32

func (*MessageWithScalars) GetSint32Values

func (x *MessageWithScalars) GetSint32Values() []int32

func (*MessageWithScalars) GetSint64Value

func (x *MessageWithScalars) GetSint64Value() int64

func (*MessageWithScalars) GetSint64Values

func (x *MessageWithScalars) GetSint64Values() []int64

func (*MessageWithScalars) GetStringValue

func (x *MessageWithScalars) GetStringValue() string

func (*MessageWithScalars) GetStringValues

func (x *MessageWithScalars) GetStringValues() []string

func (*MessageWithScalars) GetUint32Value

func (x *MessageWithScalars) GetUint32Value() uint32

func (*MessageWithScalars) GetUint32Values

func (x *MessageWithScalars) GetUint32Values() []uint32

func (*MessageWithScalars) GetUint64Value

func (x *MessageWithScalars) GetUint64Value() uint64

func (*MessageWithScalars) GetUint64Values

func (x *MessageWithScalars) GetUint64Values() []uint64

func (*MessageWithScalars) NormalizeFieldPaths

func (x *MessageWithScalars) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithScalars) ProtoMessage

func (*MessageWithScalars) ProtoMessage()

func (*MessageWithScalars) ProtoReflect

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

func (*MessageWithScalars) Reset

func (x *MessageWithScalars) Reset()

func (*MessageWithScalars) SetFields

func (x *MessageWithScalars) SetFields(src *MessageWithScalars, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithScalars) String

func (x *MessageWithScalars) String() string

type MessageWithSubMessages

type MessageWithSubMessages struct {
	A *SubMessage `protobuf:"bytes,1,opt,name=a,proto3" json:"a,omitempty"`
	B *SubMessage `protobuf:"bytes,2,opt,name=b,proto3" json:"b,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageWithSubMessages) Descriptor deprecated

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

Deprecated: Use MessageWithSubMessages.ProtoReflect.Descriptor instead.

func (*MessageWithSubMessages) FieldPaths

func (x *MessageWithSubMessages) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithSubMessages) GetA

func (*MessageWithSubMessages) GetB

func (*MessageWithSubMessages) NormalizeFieldPaths

func (x *MessageWithSubMessages) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithSubMessages) ProtoMessage

func (*MessageWithSubMessages) ProtoMessage()

func (*MessageWithSubMessages) ProtoReflect

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

func (*MessageWithSubMessages) Reset

func (x *MessageWithSubMessages) Reset()

func (*MessageWithSubMessages) SetFields

func (x *MessageWithSubMessages) SetFields(src *MessageWithSubMessages, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithSubMessages) String

func (x *MessageWithSubMessages) String() string

type MessageWithWKTs

type MessageWithWKTs struct {
	DoubleValue     *wrapperspb.DoubleValue   `protobuf:"bytes,1,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	DoubleValues    []*wrapperspb.DoubleValue `protobuf:"bytes,2,rep,name=double_values,json=doubleValues,proto3" json:"double_values,omitempty"`
	FloatValue      *wrapperspb.FloatValue    `protobuf:"bytes,3,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	FloatValues     []*wrapperspb.FloatValue  `protobuf:"bytes,4,rep,name=float_values,json=floatValues,proto3" json:"float_values,omitempty"`
	Int32Value      *wrapperspb.Int32Value    `protobuf:"bytes,5,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int32Values     []*wrapperspb.Int32Value  `protobuf:"bytes,6,rep,name=int32_values,json=int32Values,proto3" json:"int32_values,omitempty"`
	Int64Value      *wrapperspb.Int64Value    `protobuf:"bytes,7,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Int64Values     []*wrapperspb.Int64Value  `protobuf:"bytes,8,rep,name=int64_values,json=int64Values,proto3" json:"int64_values,omitempty"`
	Uint32Value     *wrapperspb.UInt32Value   `protobuf:"bytes,9,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint32Values    []*wrapperspb.UInt32Value `protobuf:"bytes,10,rep,name=uint32_values,json=uint32Values,proto3" json:"uint32_values,omitempty"`
	Uint64Value     *wrapperspb.UInt64Value   `protobuf:"bytes,11,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	Uint64Values    []*wrapperspb.UInt64Value `protobuf:"bytes,12,rep,name=uint64_values,json=uint64Values,proto3" json:"uint64_values,omitempty"`
	BoolValue       *wrapperspb.BoolValue     `protobuf:"bytes,13,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	BoolValues      []*wrapperspb.BoolValue   `protobuf:"bytes,14,rep,name=bool_values,json=boolValues,proto3" json:"bool_values,omitempty"`
	StringValue     *wrapperspb.StringValue   `protobuf:"bytes,15,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	StringValues    []*wrapperspb.StringValue `protobuf:"bytes,16,rep,name=string_values,json=stringValues,proto3" json:"string_values,omitempty"`
	BytesValue      *wrapperspb.BytesValue    `protobuf:"bytes,17,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	BytesValues     []*wrapperspb.BytesValue  `protobuf:"bytes,18,rep,name=bytes_values,json=bytesValues,proto3" json:"bytes_values,omitempty"`
	EmptyValue      *emptypb.Empty            `protobuf:"bytes,19,opt,name=empty_value,json=emptyValue,proto3" json:"empty_value,omitempty"`
	EmptyValues     []*emptypb.Empty          `protobuf:"bytes,20,rep,name=empty_values,json=emptyValues,proto3" json:"empty_values,omitempty"`
	TimestampValue  *timestamppb.Timestamp    `protobuf:"bytes,21,opt,name=timestamp_value,json=timestampValue,proto3" json:"timestamp_value,omitempty"`
	TimestampValues []*timestamppb.Timestamp  `protobuf:"bytes,22,rep,name=timestamp_values,json=timestampValues,proto3" json:"timestamp_values,omitempty"`
	DurationValue   *durationpb.Duration      `protobuf:"bytes,23,opt,name=duration_value,json=durationValue,proto3" json:"duration_value,omitempty"`
	DurationValues  []*durationpb.Duration    `protobuf:"bytes,24,rep,name=duration_values,json=durationValues,proto3" json:"duration_values,omitempty"`
	FieldMaskValue  *fieldmaskpb.FieldMask    `protobuf:"bytes,25,opt,name=field_mask_value,json=fieldMaskValue,proto3" json:"field_mask_value,omitempty"`
	FieldMaskValues []*fieldmaskpb.FieldMask  `protobuf:"bytes,26,rep,name=field_mask_values,json=fieldMaskValues,proto3" json:"field_mask_values,omitempty"`
	ValueValue      *structpb.Value           `protobuf:"bytes,27,opt,name=value_value,json=valueValue,proto3" json:"value_value,omitempty"`
	ValueValues     []*structpb.Value         `protobuf:"bytes,28,rep,name=value_values,json=valueValues,proto3" json:"value_values,omitempty"`
	ListValueValue  *structpb.ListValue       `protobuf:"bytes,29,opt,name=list_value_value,json=listValueValue,proto3" json:"list_value_value,omitempty"`
	ListValueValues []*structpb.ListValue     `protobuf:"bytes,30,rep,name=list_value_values,json=listValueValues,proto3" json:"list_value_values,omitempty"`
	StructValue     *structpb.Struct          `protobuf:"bytes,31,opt,name=struct_value,json=structValue,proto3" json:"struct_value,omitempty"`
	StructValues    []*structpb.Struct        `protobuf:"bytes,32,rep,name=struct_values,json=structValues,proto3" json:"struct_values,omitempty"`
	AnyValue        *anypb.Any                `protobuf:"bytes,33,opt,name=any_value,json=anyValue,proto3" json:"any_value,omitempty"`
	AnyValues       []*anypb.Any              `protobuf:"bytes,34,rep,name=any_values,json=anyValues,proto3" json:"any_values,omitempty"`
	// contains filtered or unexported fields
}

func (*MessageWithWKTs) Descriptor deprecated

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

Deprecated: Use MessageWithWKTs.ProtoReflect.Descriptor instead.

func (*MessageWithWKTs) FieldPaths

func (x *MessageWithWKTs) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithWKTs) GetAnyValue

func (x *MessageWithWKTs) GetAnyValue() *anypb.Any

func (*MessageWithWKTs) GetAnyValues

func (x *MessageWithWKTs) GetAnyValues() []*anypb.Any

func (*MessageWithWKTs) GetBoolValue

func (x *MessageWithWKTs) GetBoolValue() *wrapperspb.BoolValue

func (*MessageWithWKTs) GetBoolValues

func (x *MessageWithWKTs) GetBoolValues() []*wrapperspb.BoolValue

func (*MessageWithWKTs) GetBytesValue

func (x *MessageWithWKTs) GetBytesValue() *wrapperspb.BytesValue

func (*MessageWithWKTs) GetBytesValues

func (x *MessageWithWKTs) GetBytesValues() []*wrapperspb.BytesValue

func (*MessageWithWKTs) GetDoubleValue

func (x *MessageWithWKTs) GetDoubleValue() *wrapperspb.DoubleValue

func (*MessageWithWKTs) GetDoubleValues

func (x *MessageWithWKTs) GetDoubleValues() []*wrapperspb.DoubleValue

func (*MessageWithWKTs) GetDurationValue

func (x *MessageWithWKTs) GetDurationValue() *durationpb.Duration

func (*MessageWithWKTs) GetDurationValues

func (x *MessageWithWKTs) GetDurationValues() []*durationpb.Duration

func (*MessageWithWKTs) GetEmptyValue

func (x *MessageWithWKTs) GetEmptyValue() *emptypb.Empty

func (*MessageWithWKTs) GetEmptyValues

func (x *MessageWithWKTs) GetEmptyValues() []*emptypb.Empty

func (*MessageWithWKTs) GetFieldMaskValue

func (x *MessageWithWKTs) GetFieldMaskValue() *fieldmaskpb.FieldMask

func (*MessageWithWKTs) GetFieldMaskValues

func (x *MessageWithWKTs) GetFieldMaskValues() []*fieldmaskpb.FieldMask

func (*MessageWithWKTs) GetFloatValue

func (x *MessageWithWKTs) GetFloatValue() *wrapperspb.FloatValue

func (*MessageWithWKTs) GetFloatValues

func (x *MessageWithWKTs) GetFloatValues() []*wrapperspb.FloatValue

func (*MessageWithWKTs) GetInt32Value

func (x *MessageWithWKTs) GetInt32Value() *wrapperspb.Int32Value

func (*MessageWithWKTs) GetInt32Values

func (x *MessageWithWKTs) GetInt32Values() []*wrapperspb.Int32Value

func (*MessageWithWKTs) GetInt64Value

func (x *MessageWithWKTs) GetInt64Value() *wrapperspb.Int64Value

func (*MessageWithWKTs) GetInt64Values

func (x *MessageWithWKTs) GetInt64Values() []*wrapperspb.Int64Value

func (*MessageWithWKTs) GetListValueValue

func (x *MessageWithWKTs) GetListValueValue() *structpb.ListValue

func (*MessageWithWKTs) GetListValueValues

func (x *MessageWithWKTs) GetListValueValues() []*structpb.ListValue

func (*MessageWithWKTs) GetStringValue

func (x *MessageWithWKTs) GetStringValue() *wrapperspb.StringValue

func (*MessageWithWKTs) GetStringValues

func (x *MessageWithWKTs) GetStringValues() []*wrapperspb.StringValue

func (*MessageWithWKTs) GetStructValue

func (x *MessageWithWKTs) GetStructValue() *structpb.Struct

func (*MessageWithWKTs) GetStructValues

func (x *MessageWithWKTs) GetStructValues() []*structpb.Struct

func (*MessageWithWKTs) GetTimestampValue

func (x *MessageWithWKTs) GetTimestampValue() *timestamppb.Timestamp

func (*MessageWithWKTs) GetTimestampValues

func (x *MessageWithWKTs) GetTimestampValues() []*timestamppb.Timestamp

func (*MessageWithWKTs) GetUint32Value

func (x *MessageWithWKTs) GetUint32Value() *wrapperspb.UInt32Value

func (*MessageWithWKTs) GetUint32Values

func (x *MessageWithWKTs) GetUint32Values() []*wrapperspb.UInt32Value

func (*MessageWithWKTs) GetUint64Value

func (x *MessageWithWKTs) GetUint64Value() *wrapperspb.UInt64Value

func (*MessageWithWKTs) GetUint64Values

func (x *MessageWithWKTs) GetUint64Values() []*wrapperspb.UInt64Value

func (*MessageWithWKTs) GetValueValue

func (x *MessageWithWKTs) GetValueValue() *structpb.Value

func (*MessageWithWKTs) GetValueValues

func (x *MessageWithWKTs) GetValueValues() []*structpb.Value

func (*MessageWithWKTs) NormalizeFieldPaths

func (x *MessageWithWKTs) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithWKTs) ProtoMessage

func (*MessageWithWKTs) ProtoMessage()

func (*MessageWithWKTs) ProtoReflect

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

func (*MessageWithWKTs) Reset

func (x *MessageWithWKTs) Reset()

func (*MessageWithWKTs) SetFields

func (x *MessageWithWKTs) SetFields(src *MessageWithWKTs, paths ...string) error

SetFields sets the given fields from src into x.

func (*MessageWithWKTs) String

func (x *MessageWithWKTs) String() string

type MessageWithoutFieldSetter

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

func (*MessageWithoutFieldSetter) Descriptor deprecated

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

Deprecated: Use MessageWithoutFieldSetter.ProtoReflect.Descriptor instead.

func (*MessageWithoutFieldSetter) FieldPaths

func (x *MessageWithoutFieldSetter) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*MessageWithoutFieldSetter) GetMessage

func (x *MessageWithoutFieldSetter) GetMessage() string

func (*MessageWithoutFieldSetter) NormalizeFieldPaths

func (x *MessageWithoutFieldSetter) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*MessageWithoutFieldSetter) ProtoMessage

func (*MessageWithoutFieldSetter) ProtoMessage()

func (*MessageWithoutFieldSetter) ProtoReflect

func (*MessageWithoutFieldSetter) Reset

func (x *MessageWithoutFieldSetter) Reset()

func (*MessageWithoutFieldSetter) String

func (x *MessageWithoutFieldSetter) String() string

type SubMessage

type SubMessage struct {
	Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"`
	Bar string `protobuf:"bytes,2,opt,name=bar,proto3" json:"bar,omitempty"`
	// contains filtered or unexported fields
}

func (*SubMessage) Descriptor deprecated

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

Deprecated: Use SubMessage.ProtoReflect.Descriptor instead.

func (*SubMessage) FieldPaths

func (x *SubMessage) FieldPaths(maxDepth int) []string

FieldPaths returns the field paths up to the given maximum depth.

func (*SubMessage) GetBar

func (x *SubMessage) GetBar() string

func (*SubMessage) GetFoo

func (x *SubMessage) GetFoo() string

func (*SubMessage) NormalizeFieldPaths

func (x *SubMessage) NormalizeFieldPaths(paths ...string) ([]string, error)

NormalizeFieldPaths normalizes the field paths.

func (*SubMessage) ProtoMessage

func (*SubMessage) ProtoMessage()

func (*SubMessage) ProtoReflect

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

func (*SubMessage) Reset

func (x *SubMessage) Reset()

func (*SubMessage) SetFields

func (x *SubMessage) SetFields(src *SubMessage, paths ...string) error

SetFields sets the given fields from src into x.

func (*SubMessage) String

func (x *SubMessage) String() string

Jump to

Keyboard shortcuts

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