Versions in this module Expand all Collapse all v1 v1.20.2 Jul 24, 2026 Changes in this version + var File_test_relations_relations_proto protoreflect.FileDescriptor + type Customer struct + CustomerId string + Name string + func (*Customer) Descriptor() ([]byte, []int) + func (*Customer) ProtoMessage() + func (x *Customer) GetCustomerId() string + func (x *Customer) GetName() string + func (x *Customer) ProtoReflect() protoreflect.Message + func (x *Customer) Reset() + func (x *Customer) String() string + type Entity struct + Entity isEntity_Entity + func (*Entity) Descriptor() ([]byte, []int) + func (*Entity) ProtoMessage() + func (m *Entity) GetEntity() isEntity_Entity + func (x *Entity) GetCustomer() *Customer + func (x *Entity) GetItem() *Item + func (x *Entity) GetOrder() *Order + func (x *Entity) GetTypesTest() *TypesTest + func (x *Entity) ProtoReflect() protoreflect.Message + func (x *Entity) Reset() + func (x *Entity) String() string + type Entity_Customer struct + Customer *Customer + type Entity_Item struct + Item *Item + type Entity_Order struct + Order *Order + type Entity_TypesTest struct + TypesTest *TypesTest + type Item struct + ItemId string + Name string + Price float64 + func (*Item) Descriptor() ([]byte, []int) + func (*Item) ProtoMessage() + func (x *Item) GetItemId() string + func (x *Item) GetName() string + func (x *Item) GetPrice() float64 + func (x *Item) ProtoReflect() protoreflect.Message + func (x *Item) Reset() + func (x *Item) String() string + type NestedLevel1 struct + Desc string + Name string + func (*NestedLevel1) Descriptor() ([]byte, []int) + func (*NestedLevel1) ProtoMessage() + func (x *NestedLevel1) GetDesc() string + func (x *NestedLevel1) GetName() string + func (x *NestedLevel1) ProtoReflect() protoreflect.Message + func (x *NestedLevel1) Reset() + func (x *NestedLevel1) String() string + type Order struct + CustomerRefId string + Extension *OrderExtension + Items []*OrderItem + OrderId string + func (*Order) Descriptor() ([]byte, []int) + func (*Order) ProtoMessage() + func (x *Order) GetCustomerRefId() string + func (x *Order) GetExtension() *OrderExtension + func (x *Order) GetItems() []*OrderItem + func (x *Order) GetOrderId() string + func (x *Order) ProtoReflect() protoreflect.Message + func (x *Order) Reset() + func (x *Order) String() string + type OrderExtension struct + Description string + func (*OrderExtension) Descriptor() ([]byte, []int) + func (*OrderExtension) ProtoMessage() + func (x *OrderExtension) GetDescription() string + func (x *OrderExtension) ProtoReflect() protoreflect.Message + func (x *OrderExtension) Reset() + func (x *OrderExtension) String() string + type OrderItem struct + ItemId string + Quantity int64 + func (*OrderItem) Descriptor() ([]byte, []int) + func (*OrderItem) ProtoMessage() + func (x *OrderItem) GetItemId() string + func (x *OrderItem) GetQuantity() int64 + func (x *OrderItem) ProtoReflect() protoreflect.Message + func (x *OrderItem) Reset() + func (x *OrderItem) String() string + type Output struct + Entities []*Entity + func (*Output) Descriptor() ([]byte, []int) + func (*Output) ProtoMessage() + func (x *Output) GetEntities() []*Entity + func (x *Output) ProtoReflect() protoreflect.Message + func (x *Output) Reset() + func (x *Output) String() string + type TypesTest struct + BoolField bool + BytesField []byte + DoubleField float64 + Fixed32Field uint32 + Fixed64Field uint64 + FloatField float32 + Id uint64 + Int32Field int32 + Int64Field int64 + OptionalInt32FieldNotSet *int32 + OptionalInt32FieldSet *int32 + OptionalStr_2Uint256 *string + OptionalStringNotSet *string + OptionalStringSet *string + RepeatedBoolField []bool + RepeatedDoubleField []float64 + RepeatedFixed32Field []uint32 + RepeatedFixed64Field []uint64 + RepeatedFloatField []float32 + RepeatedInt32Field []int32 + RepeatedInt64Field []int64 + RepeatedSfixed32Field []int32 + RepeatedSfixed64Field []int64 + RepeatedSint32Field []int32 + RepeatedSint64Field []int64 + RepeatedStringField []string + RepeatedUint32Field []uint32 + RepeatedUint64Field []uint64 + Sfixed32Field int32 + Sfixed64Field int64 + Sint32Field int32 + Sint64Field int64 + Str_2Decimal128 string + Str_2Decimal256 string + Str_2Int128 string + Str_2Int256 string + Str_2Uint128 string + Str_2Uint256 string + StringField string + TimestampField *timestamppb.Timestamp + Uint32Field uint32 + Uint64Field uint64 + func (*TypesTest) Descriptor() ([]byte, []int) + func (*TypesTest) ProtoMessage() + func (x *TypesTest) GetBoolField() bool + func (x *TypesTest) GetBytesField() []byte + func (x *TypesTest) GetDoubleField() float64 + func (x *TypesTest) GetFixed32Field() uint32 + func (x *TypesTest) GetFixed64Field() uint64 + func (x *TypesTest) GetFloatField() float32 + func (x *TypesTest) GetId() uint64 + func (x *TypesTest) GetInt32Field() int32 + func (x *TypesTest) GetInt64Field() int64 + func (x *TypesTest) GetOptionalInt32FieldNotSet() int32 + func (x *TypesTest) GetOptionalInt32FieldSet() int32 + func (x *TypesTest) GetOptionalStr_2Uint256() string + func (x *TypesTest) GetOptionalStringNotSet() string + func (x *TypesTest) GetOptionalStringSet() string + func (x *TypesTest) GetRepeatedBoolField() []bool + func (x *TypesTest) GetRepeatedDoubleField() []float64 + func (x *TypesTest) GetRepeatedFixed32Field() []uint32 + func (x *TypesTest) GetRepeatedFixed64Field() []uint64 + func (x *TypesTest) GetRepeatedFloatField() []float32 + func (x *TypesTest) GetRepeatedInt32Field() []int32 + func (x *TypesTest) GetRepeatedInt64Field() []int64 + func (x *TypesTest) GetRepeatedSfixed32Field() []int32 + func (x *TypesTest) GetRepeatedSfixed64Field() []int64 + func (x *TypesTest) GetRepeatedSint32Field() []int32 + func (x *TypesTest) GetRepeatedSint64Field() []int64 + func (x *TypesTest) GetRepeatedStringField() []string + func (x *TypesTest) GetRepeatedUint32Field() []uint32 + func (x *TypesTest) GetRepeatedUint64Field() []uint64 + func (x *TypesTest) GetSfixed32Field() int32 + func (x *TypesTest) GetSfixed64Field() int64 + func (x *TypesTest) GetSint32Field() int32 + func (x *TypesTest) GetSint64Field() int64 + func (x *TypesTest) GetStr_2Decimal128() string + func (x *TypesTest) GetStr_2Decimal256() string + func (x *TypesTest) GetStr_2Int128() string + func (x *TypesTest) GetStr_2Int256() string + func (x *TypesTest) GetStr_2Uint128() string + func (x *TypesTest) GetStr_2Uint256() string + func (x *TypesTest) GetStringField() string + func (x *TypesTest) GetTimestampField() *timestamppb.Timestamp + func (x *TypesTest) GetUint32Field() uint32 + func (x *TypesTest) GetUint64Field() uint64 + func (x *TypesTest) ProtoReflect() protoreflect.Message + func (x *TypesTest) Reset() + func (x *TypesTest) String() string