common

package
v0.0.0-...-2bab997 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Type_Encoding_name = map[int32]string{
		0: "THING_TYPE",
		1: "ENTITY_TYPE",
		2: "RELATION_TYPE",
		3: "ATTRIBUTE_TYPE",
		4: "ROLE_TYPE",
	}
	Type_Encoding_value = map[string]int32{
		"THING_TYPE":     0,
		"ENTITY_TYPE":    1,
		"RELATION_TYPE":  2,
		"ATTRIBUTE_TYPE": 3,
		"ROLE_TYPE":      4,
	}
)

Enum value maps for Type_Encoding.

View Source
var (
	AttributeType_ValueType_name = map[int32]string{
		0: "OBJECT",
		1: "BOOLEAN",
		2: "LONG",
		3: "DOUBLE",
		4: "STRING",
		5: "DATETIME",
	}
	AttributeType_ValueType_value = map[string]int32{
		"OBJECT":   0,
		"BOOLEAN":  1,
		"LONG":     2,
		"DOUBLE":   3,
		"STRING":   4,
		"DATETIME": 5,
	}
)

Enum value maps for AttributeType_ValueType.

View Source
var (
	Session_Type_name = map[int32]string{
		0: "DATA",
		1: "SCHEMA",
	}
	Session_Type_value = map[string]int32{
		"DATA":   0,
		"SCHEMA": 1,
	}
)

Enum value maps for Session_Type.

View Source
var (
	Transaction_Type_name = map[int32]string{
		0: "READ",
		1: "WRITE",
	}
	Transaction_Type_value = map[string]int32{
		"READ":  0,
		"WRITE": 1,
	}
)

Enum value maps for Transaction_Type.

View Source
var (
	Transaction_Stream_State_name = map[int32]string{
		0: "CONTINUE",
		1: "DONE",
	}
	Transaction_Stream_State_value = map[string]int32{
		"CONTINUE": 0,
		"DONE":     1,
	}
)

Enum value maps for Transaction_Stream_State.

View Source
var File_common_answer_proto protoreflect.FileDescriptor
View Source
var File_common_concept_proto protoreflect.FileDescriptor
View Source
var File_common_logic_proto protoreflect.FileDescriptor
View Source
var File_common_options_proto protoreflect.FileDescriptor
View Source
var File_common_query_proto protoreflect.FileDescriptor
View Source
var File_common_session_proto protoreflect.FileDescriptor
View Source
var File_common_transaction_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Attribute

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

func (*Attribute) Descriptor deprecated

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

Deprecated: Use Attribute.ProtoReflect.Descriptor instead.

func (*Attribute) ProtoMessage

func (*Attribute) ProtoMessage()

func (*Attribute) ProtoReflect

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

func (*Attribute) Reset

func (x *Attribute) Reset()

func (*Attribute) String

func (x *Attribute) String() string

type AttributeType

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

func (*AttributeType) Descriptor deprecated

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

Deprecated: Use AttributeType.ProtoReflect.Descriptor instead.

func (*AttributeType) ProtoMessage

func (*AttributeType) ProtoMessage()

func (*AttributeType) ProtoReflect

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

func (*AttributeType) Reset

func (x *AttributeType) Reset()

func (*AttributeType) String

func (x *AttributeType) String() string

type AttributeType_Get

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

func (*AttributeType_Get) Descriptor deprecated

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

Deprecated: Use AttributeType_Get.ProtoReflect.Descriptor instead.

func (*AttributeType_Get) ProtoMessage

func (*AttributeType_Get) ProtoMessage()

func (*AttributeType_Get) ProtoReflect

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

func (*AttributeType_Get) Reset

func (x *AttributeType_Get) Reset()

func (*AttributeType_Get) String

func (x *AttributeType_Get) String() string

type AttributeType_GetInstances

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

func (*AttributeType_GetInstances) Descriptor deprecated

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

Deprecated: Use AttributeType_GetInstances.ProtoReflect.Descriptor instead.

func (*AttributeType_GetInstances) ProtoMessage

func (*AttributeType_GetInstances) ProtoMessage()

func (*AttributeType_GetInstances) ProtoReflect

func (*AttributeType_GetInstances) Reset

func (x *AttributeType_GetInstances) Reset()

func (*AttributeType_GetInstances) String

func (x *AttributeType_GetInstances) String() string

type AttributeType_GetInstances_Req

type AttributeType_GetInstances_Req struct {

	// Types that are assignable to Req:
	//	*AttributeType_GetInstances_Req_ValueType
	Req isAttributeType_GetInstances_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetInstances_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_GetInstances_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_GetInstances_Req) GetReq

func (m *AttributeType_GetInstances_Req) GetReq() isAttributeType_GetInstances_Req_Req

func (*AttributeType_GetInstances_Req) GetValueType

func (*AttributeType_GetInstances_Req) ProtoMessage

func (*AttributeType_GetInstances_Req) ProtoMessage()

func (*AttributeType_GetInstances_Req) ProtoReflect

func (*AttributeType_GetInstances_Req) Reset

func (x *AttributeType_GetInstances_Req) Reset()

func (*AttributeType_GetInstances_Req) String

type AttributeType_GetInstances_Req_ValueType

type AttributeType_GetInstances_Req_ValueType struct {
	ValueType AttributeType_ValueType `protobuf:"varint,1,opt,name=value_type,json=valueType,proto3,enum=typedb.protocol.AttributeType_ValueType,oneof"`
}

type AttributeType_GetInstances_ResPart

type AttributeType_GetInstances_ResPart struct {
	Things []*Thing `protobuf:"bytes,1,rep,name=things,proto3" json:"things,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetInstances_ResPart) Descriptor deprecated

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

Deprecated: Use AttributeType_GetInstances_ResPart.ProtoReflect.Descriptor instead.

func (*AttributeType_GetInstances_ResPart) GetThings

func (x *AttributeType_GetInstances_ResPart) GetThings() []*Thing

func (*AttributeType_GetInstances_ResPart) ProtoMessage

func (*AttributeType_GetInstances_ResPart) ProtoMessage()

func (*AttributeType_GetInstances_ResPart) ProtoReflect

func (*AttributeType_GetInstances_ResPart) Reset

func (*AttributeType_GetInstances_ResPart) String

type AttributeType_GetOwners

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

func (*AttributeType_GetOwners) Descriptor deprecated

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

Deprecated: Use AttributeType_GetOwners.ProtoReflect.Descriptor instead.

func (*AttributeType_GetOwners) ProtoMessage

func (*AttributeType_GetOwners) ProtoMessage()

func (*AttributeType_GetOwners) ProtoReflect

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

func (*AttributeType_GetOwners) Reset

func (x *AttributeType_GetOwners) Reset()

func (*AttributeType_GetOwners) String

func (x *AttributeType_GetOwners) String() string

type AttributeType_GetOwners_Req

type AttributeType_GetOwners_Req struct {
	OnlyKey bool `protobuf:"varint,1,opt,name=only_key,json=onlyKey,proto3" json:"only_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetOwners_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_GetOwners_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_GetOwners_Req) GetOnlyKey

func (x *AttributeType_GetOwners_Req) GetOnlyKey() bool

func (*AttributeType_GetOwners_Req) ProtoMessage

func (*AttributeType_GetOwners_Req) ProtoMessage()

func (*AttributeType_GetOwners_Req) ProtoReflect

func (*AttributeType_GetOwners_Req) Reset

func (x *AttributeType_GetOwners_Req) Reset()

func (*AttributeType_GetOwners_Req) String

func (x *AttributeType_GetOwners_Req) String() string

type AttributeType_GetOwners_ResPart

type AttributeType_GetOwners_ResPart struct {
	Owners []*Type `protobuf:"bytes,1,rep,name=owners,proto3" json:"owners,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetOwners_ResPart) Descriptor deprecated

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

Deprecated: Use AttributeType_GetOwners_ResPart.ProtoReflect.Descriptor instead.

func (*AttributeType_GetOwners_ResPart) GetOwners

func (x *AttributeType_GetOwners_ResPart) GetOwners() []*Type

func (*AttributeType_GetOwners_ResPart) ProtoMessage

func (*AttributeType_GetOwners_ResPart) ProtoMessage()

func (*AttributeType_GetOwners_ResPart) ProtoReflect

func (*AttributeType_GetOwners_ResPart) Reset

func (*AttributeType_GetOwners_ResPart) String

type AttributeType_GetRegex

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

func (*AttributeType_GetRegex) Descriptor deprecated

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

Deprecated: Use AttributeType_GetRegex.ProtoReflect.Descriptor instead.

func (*AttributeType_GetRegex) ProtoMessage

func (*AttributeType_GetRegex) ProtoMessage()

func (*AttributeType_GetRegex) ProtoReflect

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

func (*AttributeType_GetRegex) Reset

func (x *AttributeType_GetRegex) Reset()

func (*AttributeType_GetRegex) String

func (x *AttributeType_GetRegex) String() string

type AttributeType_GetRegex_Req

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

func (*AttributeType_GetRegex_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_GetRegex_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_GetRegex_Req) ProtoMessage

func (*AttributeType_GetRegex_Req) ProtoMessage()

func (*AttributeType_GetRegex_Req) ProtoReflect

func (*AttributeType_GetRegex_Req) Reset

func (x *AttributeType_GetRegex_Req) Reset()

func (*AttributeType_GetRegex_Req) String

func (x *AttributeType_GetRegex_Req) String() string

type AttributeType_GetRegex_Res

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

func (*AttributeType_GetRegex_Res) Descriptor deprecated

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

Deprecated: Use AttributeType_GetRegex_Res.ProtoReflect.Descriptor instead.

func (*AttributeType_GetRegex_Res) GetRegex

func (x *AttributeType_GetRegex_Res) GetRegex() string

func (*AttributeType_GetRegex_Res) ProtoMessage

func (*AttributeType_GetRegex_Res) ProtoMessage()

func (*AttributeType_GetRegex_Res) ProtoReflect

func (*AttributeType_GetRegex_Res) Reset

func (x *AttributeType_GetRegex_Res) Reset()

func (*AttributeType_GetRegex_Res) String

func (x *AttributeType_GetRegex_Res) String() string

type AttributeType_GetSubtypes

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

func (*AttributeType_GetSubtypes) Descriptor deprecated

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

Deprecated: Use AttributeType_GetSubtypes.ProtoReflect.Descriptor instead.

func (*AttributeType_GetSubtypes) ProtoMessage

func (*AttributeType_GetSubtypes) ProtoMessage()

func (*AttributeType_GetSubtypes) ProtoReflect

func (*AttributeType_GetSubtypes) Reset

func (x *AttributeType_GetSubtypes) Reset()

func (*AttributeType_GetSubtypes) String

func (x *AttributeType_GetSubtypes) String() string

type AttributeType_GetSubtypes_Req

type AttributeType_GetSubtypes_Req struct {

	// Types that are assignable to Req:
	//	*AttributeType_GetSubtypes_Req_ValueType
	Req isAttributeType_GetSubtypes_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetSubtypes_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_GetSubtypes_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_GetSubtypes_Req) GetReq

func (m *AttributeType_GetSubtypes_Req) GetReq() isAttributeType_GetSubtypes_Req_Req

func (*AttributeType_GetSubtypes_Req) GetValueType

func (*AttributeType_GetSubtypes_Req) ProtoMessage

func (*AttributeType_GetSubtypes_Req) ProtoMessage()

func (*AttributeType_GetSubtypes_Req) ProtoReflect

func (*AttributeType_GetSubtypes_Req) Reset

func (x *AttributeType_GetSubtypes_Req) Reset()

func (*AttributeType_GetSubtypes_Req) String

type AttributeType_GetSubtypes_Req_ValueType

type AttributeType_GetSubtypes_Req_ValueType struct {
	ValueType AttributeType_ValueType `protobuf:"varint,1,opt,name=value_type,json=valueType,proto3,enum=typedb.protocol.AttributeType_ValueType,oneof"`
}

type AttributeType_GetSubtypes_ResPart

type AttributeType_GetSubtypes_ResPart struct {
	Types []*Type `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_GetSubtypes_ResPart) Descriptor deprecated

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

Deprecated: Use AttributeType_GetSubtypes_ResPart.ProtoReflect.Descriptor instead.

func (*AttributeType_GetSubtypes_ResPart) GetTypes

func (x *AttributeType_GetSubtypes_ResPart) GetTypes() []*Type

func (*AttributeType_GetSubtypes_ResPart) ProtoMessage

func (*AttributeType_GetSubtypes_ResPart) ProtoMessage()

func (*AttributeType_GetSubtypes_ResPart) ProtoReflect

func (*AttributeType_GetSubtypes_ResPart) Reset

func (*AttributeType_GetSubtypes_ResPart) String

type AttributeType_Get_Req

type AttributeType_Get_Req struct {
	Value *Attribute_Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_Get_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_Get_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_Get_Req) GetValue

func (x *AttributeType_Get_Req) GetValue() *Attribute_Value

func (*AttributeType_Get_Req) ProtoMessage

func (*AttributeType_Get_Req) ProtoMessage()

func (*AttributeType_Get_Req) ProtoReflect

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

func (*AttributeType_Get_Req) Reset

func (x *AttributeType_Get_Req) Reset()

func (*AttributeType_Get_Req) String

func (x *AttributeType_Get_Req) String() string

type AttributeType_Get_Res

type AttributeType_Get_Res struct {

	// Types that are assignable to Res:
	//	*AttributeType_Get_Res_Attribute
	Res isAttributeType_Get_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*AttributeType_Get_Res) Descriptor deprecated

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

Deprecated: Use AttributeType_Get_Res.ProtoReflect.Descriptor instead.

func (*AttributeType_Get_Res) GetAttribute

func (x *AttributeType_Get_Res) GetAttribute() *Thing

func (*AttributeType_Get_Res) GetRes

func (m *AttributeType_Get_Res) GetRes() isAttributeType_Get_Res_Res

func (*AttributeType_Get_Res) ProtoMessage

func (*AttributeType_Get_Res) ProtoMessage()

func (*AttributeType_Get_Res) ProtoReflect

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

func (*AttributeType_Get_Res) Reset

func (x *AttributeType_Get_Res) Reset()

func (*AttributeType_Get_Res) String

func (x *AttributeType_Get_Res) String() string

type AttributeType_Get_Res_Attribute

type AttributeType_Get_Res_Attribute struct {
	Attribute *Thing `protobuf:"bytes,1,opt,name=attribute,proto3,oneof"`
}

type AttributeType_Put

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

func (*AttributeType_Put) Descriptor deprecated

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

Deprecated: Use AttributeType_Put.ProtoReflect.Descriptor instead.

func (*AttributeType_Put) ProtoMessage

func (*AttributeType_Put) ProtoMessage()

func (*AttributeType_Put) ProtoReflect

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

func (*AttributeType_Put) Reset

func (x *AttributeType_Put) Reset()

func (*AttributeType_Put) String

func (x *AttributeType_Put) String() string

type AttributeType_Put_Req

type AttributeType_Put_Req struct {
	Value *Attribute_Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_Put_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_Put_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_Put_Req) GetValue

func (x *AttributeType_Put_Req) GetValue() *Attribute_Value

func (*AttributeType_Put_Req) ProtoMessage

func (*AttributeType_Put_Req) ProtoMessage()

func (*AttributeType_Put_Req) ProtoReflect

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

func (*AttributeType_Put_Req) Reset

func (x *AttributeType_Put_Req) Reset()

func (*AttributeType_Put_Req) String

func (x *AttributeType_Put_Req) String() string

type AttributeType_Put_Res

type AttributeType_Put_Res struct {
	Attribute *Thing `protobuf:"bytes,1,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*AttributeType_Put_Res) Descriptor deprecated

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

Deprecated: Use AttributeType_Put_Res.ProtoReflect.Descriptor instead.

func (*AttributeType_Put_Res) GetAttribute

func (x *AttributeType_Put_Res) GetAttribute() *Thing

func (*AttributeType_Put_Res) ProtoMessage

func (*AttributeType_Put_Res) ProtoMessage()

func (*AttributeType_Put_Res) ProtoReflect

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

func (*AttributeType_Put_Res) Reset

func (x *AttributeType_Put_Res) Reset()

func (*AttributeType_Put_Res) String

func (x *AttributeType_Put_Res) String() string

type AttributeType_SetRegex

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

func (*AttributeType_SetRegex) Descriptor deprecated

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

Deprecated: Use AttributeType_SetRegex.ProtoReflect.Descriptor instead.

func (*AttributeType_SetRegex) ProtoMessage

func (*AttributeType_SetRegex) ProtoMessage()

func (*AttributeType_SetRegex) ProtoReflect

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

func (*AttributeType_SetRegex) Reset

func (x *AttributeType_SetRegex) Reset()

func (*AttributeType_SetRegex) String

func (x *AttributeType_SetRegex) String() string

type AttributeType_SetRegex_Req

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

func (*AttributeType_SetRegex_Req) Descriptor deprecated

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

Deprecated: Use AttributeType_SetRegex_Req.ProtoReflect.Descriptor instead.

func (*AttributeType_SetRegex_Req) GetRegex

func (x *AttributeType_SetRegex_Req) GetRegex() string

func (*AttributeType_SetRegex_Req) ProtoMessage

func (*AttributeType_SetRegex_Req) ProtoMessage()

func (*AttributeType_SetRegex_Req) ProtoReflect

func (*AttributeType_SetRegex_Req) Reset

func (x *AttributeType_SetRegex_Req) Reset()

func (*AttributeType_SetRegex_Req) String

func (x *AttributeType_SetRegex_Req) String() string

type AttributeType_SetRegex_Res

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

func (*AttributeType_SetRegex_Res) Descriptor deprecated

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

Deprecated: Use AttributeType_SetRegex_Res.ProtoReflect.Descriptor instead.

func (*AttributeType_SetRegex_Res) ProtoMessage

func (*AttributeType_SetRegex_Res) ProtoMessage()

func (*AttributeType_SetRegex_Res) ProtoReflect

func (*AttributeType_SetRegex_Res) Reset

func (x *AttributeType_SetRegex_Res) Reset()

func (*AttributeType_SetRegex_Res) String

func (x *AttributeType_SetRegex_Res) String() string

type AttributeType_ValueType

type AttributeType_ValueType int32
const (
	AttributeType_OBJECT   AttributeType_ValueType = 0
	AttributeType_BOOLEAN  AttributeType_ValueType = 1
	AttributeType_LONG     AttributeType_ValueType = 2
	AttributeType_DOUBLE   AttributeType_ValueType = 3
	AttributeType_STRING   AttributeType_ValueType = 4
	AttributeType_DATETIME AttributeType_ValueType = 5
)

func (AttributeType_ValueType) Descriptor

func (AttributeType_ValueType) Enum

func (AttributeType_ValueType) EnumDescriptor deprecated

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

Deprecated: Use AttributeType_ValueType.Descriptor instead.

func (AttributeType_ValueType) Number

func (AttributeType_ValueType) String

func (x AttributeType_ValueType) String() string

func (AttributeType_ValueType) Type

type Attribute_GetOwners

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

func (*Attribute_GetOwners) Descriptor deprecated

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

Deprecated: Use Attribute_GetOwners.ProtoReflect.Descriptor instead.

func (*Attribute_GetOwners) ProtoMessage

func (*Attribute_GetOwners) ProtoMessage()

func (*Attribute_GetOwners) ProtoReflect

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

func (*Attribute_GetOwners) Reset

func (x *Attribute_GetOwners) Reset()

func (*Attribute_GetOwners) String

func (x *Attribute_GetOwners) String() string

type Attribute_GetOwners_Req

type Attribute_GetOwners_Req struct {

	// Types that are assignable to Filter:
	//	*Attribute_GetOwners_Req_ThingType
	Filter isAttribute_GetOwners_Req_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

func (*Attribute_GetOwners_Req) Descriptor deprecated

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

Deprecated: Use Attribute_GetOwners_Req.ProtoReflect.Descriptor instead.

func (*Attribute_GetOwners_Req) GetFilter

func (m *Attribute_GetOwners_Req) GetFilter() isAttribute_GetOwners_Req_Filter

func (*Attribute_GetOwners_Req) GetThingType

func (x *Attribute_GetOwners_Req) GetThingType() *Type

func (*Attribute_GetOwners_Req) ProtoMessage

func (*Attribute_GetOwners_Req) ProtoMessage()

func (*Attribute_GetOwners_Req) ProtoReflect

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

func (*Attribute_GetOwners_Req) Reset

func (x *Attribute_GetOwners_Req) Reset()

func (*Attribute_GetOwners_Req) String

func (x *Attribute_GetOwners_Req) String() string

type Attribute_GetOwners_Req_ThingType

type Attribute_GetOwners_Req_ThingType struct {
	ThingType *Type `protobuf:"bytes,1,opt,name=thing_type,json=thingType,proto3,oneof"`
}

type Attribute_GetOwners_ResPart

type Attribute_GetOwners_ResPart struct {
	Things []*Thing `protobuf:"bytes,1,rep,name=things,proto3" json:"things,omitempty"`
	// contains filtered or unexported fields
}

func (*Attribute_GetOwners_ResPart) Descriptor deprecated

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

Deprecated: Use Attribute_GetOwners_ResPart.ProtoReflect.Descriptor instead.

func (*Attribute_GetOwners_ResPart) GetThings

func (x *Attribute_GetOwners_ResPart) GetThings() []*Thing

func (*Attribute_GetOwners_ResPart) ProtoMessage

func (*Attribute_GetOwners_ResPart) ProtoMessage()

func (*Attribute_GetOwners_ResPart) ProtoReflect

func (*Attribute_GetOwners_ResPart) Reset

func (x *Attribute_GetOwners_ResPart) Reset()

func (*Attribute_GetOwners_ResPart) String

func (x *Attribute_GetOwners_ResPart) String() string

type Attribute_Value

type Attribute_Value struct {

	// Types that are assignable to Value:
	//	*Attribute_Value_String_
	//	*Attribute_Value_Boolean
	//	*Attribute_Value_Long
	//	*Attribute_Value_Double
	//	*Attribute_Value_DateTime
	Value isAttribute_Value_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Attribute_Value) Descriptor deprecated

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

Deprecated: Use Attribute_Value.ProtoReflect.Descriptor instead.

func (*Attribute_Value) GetBoolean

func (x *Attribute_Value) GetBoolean() bool

func (*Attribute_Value) GetDateTime

func (x *Attribute_Value) GetDateTime() int64

func (*Attribute_Value) GetDouble

func (x *Attribute_Value) GetDouble() float64

func (*Attribute_Value) GetLong

func (x *Attribute_Value) GetLong() int64

func (*Attribute_Value) GetString_

func (x *Attribute_Value) GetString_() string

func (*Attribute_Value) GetValue

func (m *Attribute_Value) GetValue() isAttribute_Value_Value

func (*Attribute_Value) ProtoMessage

func (*Attribute_Value) ProtoMessage()

func (*Attribute_Value) ProtoReflect

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

func (*Attribute_Value) Reset

func (x *Attribute_Value) Reset()

func (*Attribute_Value) String

func (x *Attribute_Value) String() string

type Attribute_Value_Boolean

type Attribute_Value_Boolean struct {
	Boolean bool `protobuf:"varint,2,opt,name=boolean,proto3,oneof"`
}

type Attribute_Value_DateTime

type Attribute_Value_DateTime struct {
	DateTime int64 `protobuf:"varint,5,opt,name=date_time,json=dateTime,proto3,oneof"`
}

type Attribute_Value_Double

type Attribute_Value_Double struct {
	Double float64 `protobuf:"fixed64,4,opt,name=double,proto3,oneof"`
}

type Attribute_Value_Long

type Attribute_Value_Long struct {
	Long int64 `protobuf:"varint,3,opt,name=long,proto3,oneof"`
}

type Attribute_Value_String_

type Attribute_Value_String_ struct {
	String_ string `protobuf:"bytes,1,opt,name=string,proto3,oneof"`
}

type Concept

type Concept struct {

	// Types that are assignable to Concept:
	//	*Concept_Thing
	//	*Concept_Type
	Concept isConcept_Concept `protobuf_oneof:"concept"`
	// contains filtered or unexported fields
}

func (*Concept) Descriptor deprecated

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

Deprecated: Use Concept.ProtoReflect.Descriptor instead.

func (*Concept) GetConcept

func (m *Concept) GetConcept() isConcept_Concept

func (*Concept) GetThing

func (x *Concept) GetThing() *Thing

func (*Concept) GetType

func (x *Concept) GetType() *Type

func (*Concept) ProtoMessage

func (*Concept) ProtoMessage()

func (*Concept) ProtoReflect

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

func (*Concept) Reset

func (x *Concept) Reset()

func (*Concept) String

func (x *Concept) String() string

type ConceptManager

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

func (*ConceptManager) Descriptor deprecated

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

Deprecated: Use ConceptManager.ProtoReflect.Descriptor instead.

func (*ConceptManager) ProtoMessage

func (*ConceptManager) ProtoMessage()

func (*ConceptManager) ProtoReflect

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

func (*ConceptManager) Reset

func (x *ConceptManager) Reset()

func (*ConceptManager) String

func (x *ConceptManager) String() string

type ConceptManager_GetThing

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

func (*ConceptManager_GetThing) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThing.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThing) ProtoMessage

func (*ConceptManager_GetThing) ProtoMessage()

func (*ConceptManager_GetThing) ProtoReflect

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

func (*ConceptManager_GetThing) Reset

func (x *ConceptManager_GetThing) Reset()

func (*ConceptManager_GetThing) String

func (x *ConceptManager_GetThing) String() string

type ConceptManager_GetThingType

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

func (*ConceptManager_GetThingType) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThingType.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThingType) ProtoMessage

func (*ConceptManager_GetThingType) ProtoMessage()

func (*ConceptManager_GetThingType) ProtoReflect

func (*ConceptManager_GetThingType) Reset

func (x *ConceptManager_GetThingType) Reset()

func (*ConceptManager_GetThingType) String

func (x *ConceptManager_GetThingType) String() string

type ConceptManager_GetThingType_Req

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

func (*ConceptManager_GetThingType_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThingType_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThingType_Req) GetLabel

func (*ConceptManager_GetThingType_Req) ProtoMessage

func (*ConceptManager_GetThingType_Req) ProtoMessage()

func (*ConceptManager_GetThingType_Req) ProtoReflect

func (*ConceptManager_GetThingType_Req) Reset

func (*ConceptManager_GetThingType_Req) String

type ConceptManager_GetThingType_Res

type ConceptManager_GetThingType_Res struct {

	// Types that are assignable to Res:
	//	*ConceptManager_GetThingType_Res_ThingType
	Res isConceptManager_GetThingType_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*ConceptManager_GetThingType_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThingType_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThingType_Res) GetRes

func (m *ConceptManager_GetThingType_Res) GetRes() isConceptManager_GetThingType_Res_Res

func (*ConceptManager_GetThingType_Res) GetThingType

func (x *ConceptManager_GetThingType_Res) GetThingType() *Type

func (*ConceptManager_GetThingType_Res) ProtoMessage

func (*ConceptManager_GetThingType_Res) ProtoMessage()

func (*ConceptManager_GetThingType_Res) ProtoReflect

func (*ConceptManager_GetThingType_Res) Reset

func (*ConceptManager_GetThingType_Res) String

type ConceptManager_GetThingType_Res_ThingType

type ConceptManager_GetThingType_Res_ThingType struct {
	ThingType *Type `protobuf:"bytes,1,opt,name=thing_type,json=thingType,proto3,oneof"`
}

type ConceptManager_GetThing_Req

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

func (*ConceptManager_GetThing_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThing_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThing_Req) GetIid

func (x *ConceptManager_GetThing_Req) GetIid() []byte

func (*ConceptManager_GetThing_Req) ProtoMessage

func (*ConceptManager_GetThing_Req) ProtoMessage()

func (*ConceptManager_GetThing_Req) ProtoReflect

func (*ConceptManager_GetThing_Req) Reset

func (x *ConceptManager_GetThing_Req) Reset()

func (*ConceptManager_GetThing_Req) String

func (x *ConceptManager_GetThing_Req) String() string

type ConceptManager_GetThing_Res

type ConceptManager_GetThing_Res struct {

	// Types that are assignable to Res:
	//	*ConceptManager_GetThing_Res_Thing
	Res isConceptManager_GetThing_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*ConceptManager_GetThing_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_GetThing_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_GetThing_Res) GetRes

func (m *ConceptManager_GetThing_Res) GetRes() isConceptManager_GetThing_Res_Res

func (*ConceptManager_GetThing_Res) GetThing

func (x *ConceptManager_GetThing_Res) GetThing() *Thing

func (*ConceptManager_GetThing_Res) ProtoMessage

func (*ConceptManager_GetThing_Res) ProtoMessage()

func (*ConceptManager_GetThing_Res) ProtoReflect

func (*ConceptManager_GetThing_Res) Reset

func (x *ConceptManager_GetThing_Res) Reset()

func (*ConceptManager_GetThing_Res) String

func (x *ConceptManager_GetThing_Res) String() string

type ConceptManager_GetThing_Res_Thing

type ConceptManager_GetThing_Res_Thing struct {
	Thing *Thing `protobuf:"bytes,1,opt,name=thing,proto3,oneof"`
}

type ConceptManager_PutAttributeType

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

func (*ConceptManager_PutAttributeType) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutAttributeType.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutAttributeType) ProtoMessage

func (*ConceptManager_PutAttributeType) ProtoMessage()

func (*ConceptManager_PutAttributeType) ProtoReflect

func (*ConceptManager_PutAttributeType) Reset

func (*ConceptManager_PutAttributeType) String

type ConceptManager_PutAttributeType_Req

type ConceptManager_PutAttributeType_Req struct {
	Label     string                  `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	ValueType AttributeType_ValueType `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConceptManager_PutAttributeType_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutAttributeType_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutAttributeType_Req) GetLabel

func (*ConceptManager_PutAttributeType_Req) GetValueType

func (*ConceptManager_PutAttributeType_Req) ProtoMessage

func (*ConceptManager_PutAttributeType_Req) ProtoMessage()

func (*ConceptManager_PutAttributeType_Req) ProtoReflect

func (*ConceptManager_PutAttributeType_Req) Reset

func (*ConceptManager_PutAttributeType_Req) String

type ConceptManager_PutAttributeType_Res

type ConceptManager_PutAttributeType_Res struct {
	AttributeType *Type `protobuf:"bytes,1,opt,name=attribute_type,json=attributeType,proto3" json:"attribute_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConceptManager_PutAttributeType_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutAttributeType_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutAttributeType_Res) GetAttributeType

func (x *ConceptManager_PutAttributeType_Res) GetAttributeType() *Type

func (*ConceptManager_PutAttributeType_Res) ProtoMessage

func (*ConceptManager_PutAttributeType_Res) ProtoMessage()

func (*ConceptManager_PutAttributeType_Res) ProtoReflect

func (*ConceptManager_PutAttributeType_Res) Reset

func (*ConceptManager_PutAttributeType_Res) String

type ConceptManager_PutEntityType

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

func (*ConceptManager_PutEntityType) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutEntityType.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutEntityType) ProtoMessage

func (*ConceptManager_PutEntityType) ProtoMessage()

func (*ConceptManager_PutEntityType) ProtoReflect

func (*ConceptManager_PutEntityType) Reset

func (x *ConceptManager_PutEntityType) Reset()

func (*ConceptManager_PutEntityType) String

type ConceptManager_PutEntityType_Req

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

func (*ConceptManager_PutEntityType_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutEntityType_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutEntityType_Req) GetLabel

func (*ConceptManager_PutEntityType_Req) ProtoMessage

func (*ConceptManager_PutEntityType_Req) ProtoMessage()

func (*ConceptManager_PutEntityType_Req) ProtoReflect

func (*ConceptManager_PutEntityType_Req) Reset

func (*ConceptManager_PutEntityType_Req) String

type ConceptManager_PutEntityType_Res

type ConceptManager_PutEntityType_Res struct {
	EntityType *Type `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConceptManager_PutEntityType_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutEntityType_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutEntityType_Res) GetEntityType

func (x *ConceptManager_PutEntityType_Res) GetEntityType() *Type

func (*ConceptManager_PutEntityType_Res) ProtoMessage

func (*ConceptManager_PutEntityType_Res) ProtoMessage()

func (*ConceptManager_PutEntityType_Res) ProtoReflect

func (*ConceptManager_PutEntityType_Res) Reset

func (*ConceptManager_PutEntityType_Res) String

type ConceptManager_PutRelationType

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

func (*ConceptManager_PutRelationType) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutRelationType.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutRelationType) ProtoMessage

func (*ConceptManager_PutRelationType) ProtoMessage()

func (*ConceptManager_PutRelationType) ProtoReflect

func (*ConceptManager_PutRelationType) Reset

func (x *ConceptManager_PutRelationType) Reset()

func (*ConceptManager_PutRelationType) String

type ConceptManager_PutRelationType_Req

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

func (*ConceptManager_PutRelationType_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutRelationType_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutRelationType_Req) GetLabel

func (*ConceptManager_PutRelationType_Req) ProtoMessage

func (*ConceptManager_PutRelationType_Req) ProtoMessage()

func (*ConceptManager_PutRelationType_Req) ProtoReflect

func (*ConceptManager_PutRelationType_Req) Reset

func (*ConceptManager_PutRelationType_Req) String

type ConceptManager_PutRelationType_Res

type ConceptManager_PutRelationType_Res struct {
	RelationType *Type `protobuf:"bytes,1,opt,name=relation_type,json=relationType,proto3" json:"relation_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConceptManager_PutRelationType_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_PutRelationType_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_PutRelationType_Res) GetRelationType

func (x *ConceptManager_PutRelationType_Res) GetRelationType() *Type

func (*ConceptManager_PutRelationType_Res) ProtoMessage

func (*ConceptManager_PutRelationType_Res) ProtoMessage()

func (*ConceptManager_PutRelationType_Res) ProtoReflect

func (*ConceptManager_PutRelationType_Res) Reset

func (*ConceptManager_PutRelationType_Res) String

type ConceptManager_Req

type ConceptManager_Req struct {

	// Types that are assignable to Req:
	//	*ConceptManager_Req_GetThingTypeReq
	//	*ConceptManager_Req_GetThingReq
	//	*ConceptManager_Req_PutEntityTypeReq
	//	*ConceptManager_Req_PutAttributeTypeReq
	//	*ConceptManager_Req_PutRelationTypeReq
	Req isConceptManager_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*ConceptManager_Req) Descriptor deprecated

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

Deprecated: Use ConceptManager_Req.ProtoReflect.Descriptor instead.

func (*ConceptManager_Req) GetGetThingReq

func (x *ConceptManager_Req) GetGetThingReq() *ConceptManager_GetThing_Req

func (*ConceptManager_Req) GetGetThingTypeReq

func (x *ConceptManager_Req) GetGetThingTypeReq() *ConceptManager_GetThingType_Req

func (*ConceptManager_Req) GetPutAttributeTypeReq

func (x *ConceptManager_Req) GetPutAttributeTypeReq() *ConceptManager_PutAttributeType_Req

func (*ConceptManager_Req) GetPutEntityTypeReq

func (x *ConceptManager_Req) GetPutEntityTypeReq() *ConceptManager_PutEntityType_Req

func (*ConceptManager_Req) GetPutRelationTypeReq

func (x *ConceptManager_Req) GetPutRelationTypeReq() *ConceptManager_PutRelationType_Req

func (*ConceptManager_Req) GetReq

func (m *ConceptManager_Req) GetReq() isConceptManager_Req_Req

func (*ConceptManager_Req) ProtoMessage

func (*ConceptManager_Req) ProtoMessage()

func (*ConceptManager_Req) ProtoReflect

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

func (*ConceptManager_Req) Reset

func (x *ConceptManager_Req) Reset()

func (*ConceptManager_Req) String

func (x *ConceptManager_Req) String() string

type ConceptManager_Req_GetThingReq

type ConceptManager_Req_GetThingReq struct {
	GetThingReq *ConceptManager_GetThing_Req `protobuf:"bytes,2,opt,name=get_thing_req,json=getThingReq,proto3,oneof"`
}

type ConceptManager_Req_GetThingTypeReq

type ConceptManager_Req_GetThingTypeReq struct {
	GetThingTypeReq *ConceptManager_GetThingType_Req `protobuf:"bytes,1,opt,name=get_thing_type_req,json=getThingTypeReq,proto3,oneof"`
}

type ConceptManager_Req_PutAttributeTypeReq

type ConceptManager_Req_PutAttributeTypeReq struct {
	PutAttributeTypeReq *ConceptManager_PutAttributeType_Req `protobuf:"bytes,4,opt,name=put_attribute_type_req,json=putAttributeTypeReq,proto3,oneof"`
}

type ConceptManager_Req_PutEntityTypeReq

type ConceptManager_Req_PutEntityTypeReq struct {
	PutEntityTypeReq *ConceptManager_PutEntityType_Req `protobuf:"bytes,3,opt,name=put_entity_type_req,json=putEntityTypeReq,proto3,oneof"`
}

type ConceptManager_Req_PutRelationTypeReq

type ConceptManager_Req_PutRelationTypeReq struct {
	PutRelationTypeReq *ConceptManager_PutRelationType_Req `protobuf:"bytes,5,opt,name=put_relation_type_req,json=putRelationTypeReq,proto3,oneof"`
}

type ConceptManager_Res

type ConceptManager_Res struct {

	// Types that are assignable to Res:
	//	*ConceptManager_Res_GetThingTypeRes
	//	*ConceptManager_Res_GetThingRes
	//	*ConceptManager_Res_PutEntityTypeRes
	//	*ConceptManager_Res_PutAttributeTypeRes
	//	*ConceptManager_Res_PutRelationTypeRes
	Res isConceptManager_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*ConceptManager_Res) Descriptor deprecated

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

Deprecated: Use ConceptManager_Res.ProtoReflect.Descriptor instead.

func (*ConceptManager_Res) GetGetThingRes

func (x *ConceptManager_Res) GetGetThingRes() *ConceptManager_GetThing_Res

func (*ConceptManager_Res) GetGetThingTypeRes

func (x *ConceptManager_Res) GetGetThingTypeRes() *ConceptManager_GetThingType_Res

func (*ConceptManager_Res) GetPutAttributeTypeRes

func (x *ConceptManager_Res) GetPutAttributeTypeRes() *ConceptManager_PutAttributeType_Res

func (*ConceptManager_Res) GetPutEntityTypeRes

func (x *ConceptManager_Res) GetPutEntityTypeRes() *ConceptManager_PutEntityType_Res

func (*ConceptManager_Res) GetPutRelationTypeRes

func (x *ConceptManager_Res) GetPutRelationTypeRes() *ConceptManager_PutRelationType_Res

func (*ConceptManager_Res) GetRes

func (m *ConceptManager_Res) GetRes() isConceptManager_Res_Res

func (*ConceptManager_Res) ProtoMessage

func (*ConceptManager_Res) ProtoMessage()

func (*ConceptManager_Res) ProtoReflect

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

func (*ConceptManager_Res) Reset

func (x *ConceptManager_Res) Reset()

func (*ConceptManager_Res) String

func (x *ConceptManager_Res) String() string

type ConceptManager_Res_GetThingRes

type ConceptManager_Res_GetThingRes struct {
	GetThingRes *ConceptManager_GetThing_Res `protobuf:"bytes,2,opt,name=get_thing_res,json=getThingRes,proto3,oneof"`
}

type ConceptManager_Res_GetThingTypeRes

type ConceptManager_Res_GetThingTypeRes struct {
	GetThingTypeRes *ConceptManager_GetThingType_Res `protobuf:"bytes,1,opt,name=get_thing_type_res,json=getThingTypeRes,proto3,oneof"`
}

type ConceptManager_Res_PutAttributeTypeRes

type ConceptManager_Res_PutAttributeTypeRes struct {
	PutAttributeTypeRes *ConceptManager_PutAttributeType_Res `protobuf:"bytes,4,opt,name=put_attribute_type_res,json=putAttributeTypeRes,proto3,oneof"`
}

type ConceptManager_Res_PutEntityTypeRes

type ConceptManager_Res_PutEntityTypeRes struct {
	PutEntityTypeRes *ConceptManager_PutEntityType_Res `protobuf:"bytes,3,opt,name=put_entity_type_res,json=putEntityTypeRes,proto3,oneof"`
}

type ConceptManager_Res_PutRelationTypeRes

type ConceptManager_Res_PutRelationTypeRes struct {
	PutRelationTypeRes *ConceptManager_PutRelationType_Res `protobuf:"bytes,5,opt,name=put_relation_type_res,json=putRelationTypeRes,proto3,oneof"`
}

type ConceptMap

type ConceptMap struct {
	Map          map[string]*Concept `` /* 147-byte string literal not displayed */
	Explainables *Explainables       `protobuf:"bytes,2,opt,name=explainables,proto3" json:"explainables,omitempty"`
	// contains filtered or unexported fields
}

func (*ConceptMap) Descriptor deprecated

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

Deprecated: Use ConceptMap.ProtoReflect.Descriptor instead.

func (*ConceptMap) GetExplainables

func (x *ConceptMap) GetExplainables() *Explainables

func (*ConceptMap) GetMap

func (x *ConceptMap) GetMap() map[string]*Concept

func (*ConceptMap) ProtoMessage

func (*ConceptMap) ProtoMessage()

func (*ConceptMap) ProtoReflect

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

func (*ConceptMap) Reset

func (x *ConceptMap) Reset()

func (*ConceptMap) String

func (x *ConceptMap) String() string

type ConceptMapGroup

type ConceptMapGroup struct {
	Owner       *Concept      `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	ConceptMaps []*ConceptMap `protobuf:"bytes,2,rep,name=concept_maps,json=conceptMaps,proto3" json:"concept_maps,omitempty"`
	// contains filtered or unexported fields
}

func (*ConceptMapGroup) Descriptor deprecated

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

Deprecated: Use ConceptMapGroup.ProtoReflect.Descriptor instead.

func (*ConceptMapGroup) GetConceptMaps

func (x *ConceptMapGroup) GetConceptMaps() []*ConceptMap

func (*ConceptMapGroup) GetOwner

func (x *ConceptMapGroup) GetOwner() *Concept

func (*ConceptMapGroup) ProtoMessage

func (*ConceptMapGroup) ProtoMessage()

func (*ConceptMapGroup) ProtoReflect

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

func (*ConceptMapGroup) Reset

func (x *ConceptMapGroup) Reset()

func (*ConceptMapGroup) String

func (x *ConceptMapGroup) String() string

type Concept_Thing

type Concept_Thing struct {
	Thing *Thing `protobuf:"bytes,1,opt,name=thing,proto3,oneof"`
}

type Concept_Type

type Concept_Type struct {
	Type *Type `protobuf:"bytes,2,opt,name=type,proto3,oneof"`
}

type EntityType

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

func (*EntityType) Descriptor deprecated

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

Deprecated: Use EntityType.ProtoReflect.Descriptor instead.

func (*EntityType) ProtoMessage

func (*EntityType) ProtoMessage()

func (*EntityType) ProtoReflect

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

func (*EntityType) Reset

func (x *EntityType) Reset()

func (*EntityType) String

func (x *EntityType) String() string

type EntityType_Create

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

func (*EntityType_Create) Descriptor deprecated

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

Deprecated: Use EntityType_Create.ProtoReflect.Descriptor instead.

func (*EntityType_Create) ProtoMessage

func (*EntityType_Create) ProtoMessage()

func (*EntityType_Create) ProtoReflect

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

func (*EntityType_Create) Reset

func (x *EntityType_Create) Reset()

func (*EntityType_Create) String

func (x *EntityType_Create) String() string

type EntityType_Create_Req

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

func (*EntityType_Create_Req) Descriptor deprecated

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

Deprecated: Use EntityType_Create_Req.ProtoReflect.Descriptor instead.

func (*EntityType_Create_Req) ProtoMessage

func (*EntityType_Create_Req) ProtoMessage()

func (*EntityType_Create_Req) ProtoReflect

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

func (*EntityType_Create_Req) Reset

func (x *EntityType_Create_Req) Reset()

func (*EntityType_Create_Req) String

func (x *EntityType_Create_Req) String() string

type EntityType_Create_Res

type EntityType_Create_Res struct {
	Entity *Thing `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityType_Create_Res) Descriptor deprecated

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

Deprecated: Use EntityType_Create_Res.ProtoReflect.Descriptor instead.

func (*EntityType_Create_Res) GetEntity

func (x *EntityType_Create_Res) GetEntity() *Thing

func (*EntityType_Create_Res) ProtoMessage

func (*EntityType_Create_Res) ProtoMessage()

func (*EntityType_Create_Res) ProtoReflect

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

func (*EntityType_Create_Res) Reset

func (x *EntityType_Create_Res) Reset()

func (*EntityType_Create_Res) String

func (x *EntityType_Create_Res) String() string

type Explainable

type Explainable struct {
	Conjunction string `protobuf:"bytes,1,opt,name=conjunction,proto3" json:"conjunction,omitempty"`
	Id          int64  `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*Explainable) Descriptor deprecated

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

Deprecated: Use Explainable.ProtoReflect.Descriptor instead.

func (*Explainable) GetConjunction

func (x *Explainable) GetConjunction() string

func (*Explainable) GetId

func (x *Explainable) GetId() int64

func (*Explainable) ProtoMessage

func (*Explainable) ProtoMessage()

func (*Explainable) ProtoReflect

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

func (*Explainable) Reset

func (x *Explainable) Reset()

func (*Explainable) String

func (x *Explainable) String() string

type Explainables

type Explainables struct {
	Relations  map[string]*Explainable        `` /* 159-byte string literal not displayed */
	Attributes map[string]*Explainable        `` /* 161-byte string literal not displayed */
	Ownerships map[string]*Explainables_Owned `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Explainables) Descriptor deprecated

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

Deprecated: Use Explainables.ProtoReflect.Descriptor instead.

func (*Explainables) GetAttributes

func (x *Explainables) GetAttributes() map[string]*Explainable

func (*Explainables) GetOwnerships

func (x *Explainables) GetOwnerships() map[string]*Explainables_Owned

func (*Explainables) GetRelations

func (x *Explainables) GetRelations() map[string]*Explainable

func (*Explainables) ProtoMessage

func (*Explainables) ProtoMessage()

func (*Explainables) ProtoReflect

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

func (*Explainables) Reset

func (x *Explainables) Reset()

func (*Explainables) String

func (x *Explainables) String() string

type Explainables_Owned

type Explainables_Owned struct {
	Owned map[string]*Explainable `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Explainables_Owned) Descriptor deprecated

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

Deprecated: Use Explainables_Owned.ProtoReflect.Descriptor instead.

func (*Explainables_Owned) GetOwned

func (x *Explainables_Owned) GetOwned() map[string]*Explainable

func (*Explainables_Owned) ProtoMessage

func (*Explainables_Owned) ProtoMessage()

func (*Explainables_Owned) ProtoReflect

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

func (*Explainables_Owned) Reset

func (x *Explainables_Owned) Reset()

func (*Explainables_Owned) String

func (x *Explainables_Owned) String() string

type Explanation

type Explanation struct {
	Rule       *Rule                           `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	VarMapping map[string]*Explanation_VarList `` /* 179-byte string literal not displayed */
	Condition  *ConceptMap                     `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"`
	Conclusion *ConceptMap                     `protobuf:"bytes,4,opt,name=conclusion,proto3" json:"conclusion,omitempty"`
	// contains filtered or unexported fields
}

func (*Explanation) Descriptor deprecated

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

Deprecated: Use Explanation.ProtoReflect.Descriptor instead.

func (*Explanation) GetConclusion

func (x *Explanation) GetConclusion() *ConceptMap

func (*Explanation) GetCondition

func (x *Explanation) GetCondition() *ConceptMap

func (*Explanation) GetRule

func (x *Explanation) GetRule() *Rule

func (*Explanation) GetVarMapping

func (x *Explanation) GetVarMapping() map[string]*Explanation_VarList

func (*Explanation) ProtoMessage

func (*Explanation) ProtoMessage()

func (*Explanation) ProtoReflect

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

func (*Explanation) Reset

func (x *Explanation) Reset()

func (*Explanation) String

func (x *Explanation) String() string

type Explanation_VarList

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

func (*Explanation_VarList) Descriptor deprecated

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

Deprecated: Use Explanation_VarList.ProtoReflect.Descriptor instead.

func (*Explanation_VarList) GetVars

func (x *Explanation_VarList) GetVars() []string

func (*Explanation_VarList) ProtoMessage

func (*Explanation_VarList) ProtoMessage()

func (*Explanation_VarList) ProtoReflect

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

func (*Explanation_VarList) Reset

func (x *Explanation_VarList) Reset()

func (*Explanation_VarList) String

func (x *Explanation_VarList) String() string

type LogicManager

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

func (*LogicManager) Descriptor deprecated

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

Deprecated: Use LogicManager.ProtoReflect.Descriptor instead.

func (*LogicManager) ProtoMessage

func (*LogicManager) ProtoMessage()

func (*LogicManager) ProtoReflect

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

func (*LogicManager) Reset

func (x *LogicManager) Reset()

func (*LogicManager) String

func (x *LogicManager) String() string

type LogicManager_GetRule

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

func (*LogicManager_GetRule) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRule.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRule) ProtoMessage

func (*LogicManager_GetRule) ProtoMessage()

func (*LogicManager_GetRule) ProtoReflect

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

func (*LogicManager_GetRule) Reset

func (x *LogicManager_GetRule) Reset()

func (*LogicManager_GetRule) String

func (x *LogicManager_GetRule) String() string

type LogicManager_GetRule_Req

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

func (*LogicManager_GetRule_Req) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRule_Req.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRule_Req) GetLabel

func (x *LogicManager_GetRule_Req) GetLabel() string

func (*LogicManager_GetRule_Req) ProtoMessage

func (*LogicManager_GetRule_Req) ProtoMessage()

func (*LogicManager_GetRule_Req) ProtoReflect

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

func (*LogicManager_GetRule_Req) Reset

func (x *LogicManager_GetRule_Req) Reset()

func (*LogicManager_GetRule_Req) String

func (x *LogicManager_GetRule_Req) String() string

type LogicManager_GetRule_Res

type LogicManager_GetRule_Res struct {

	// Types that are assignable to Res:
	//	*LogicManager_GetRule_Res_Rule
	Res isLogicManager_GetRule_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*LogicManager_GetRule_Res) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRule_Res.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRule_Res) GetRes

func (m *LogicManager_GetRule_Res) GetRes() isLogicManager_GetRule_Res_Res

func (*LogicManager_GetRule_Res) GetRule

func (x *LogicManager_GetRule_Res) GetRule() *Rule

func (*LogicManager_GetRule_Res) ProtoMessage

func (*LogicManager_GetRule_Res) ProtoMessage()

func (*LogicManager_GetRule_Res) ProtoReflect

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

func (*LogicManager_GetRule_Res) Reset

func (x *LogicManager_GetRule_Res) Reset()

func (*LogicManager_GetRule_Res) String

func (x *LogicManager_GetRule_Res) String() string

type LogicManager_GetRule_Res_Rule

type LogicManager_GetRule_Res_Rule struct {
	Rule *Rule `protobuf:"bytes,1,opt,name=rule,proto3,oneof"`
}

type LogicManager_GetRules

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

func (*LogicManager_GetRules) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRules.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRules) ProtoMessage

func (*LogicManager_GetRules) ProtoMessage()

func (*LogicManager_GetRules) ProtoReflect

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

func (*LogicManager_GetRules) Reset

func (x *LogicManager_GetRules) Reset()

func (*LogicManager_GetRules) String

func (x *LogicManager_GetRules) String() string

type LogicManager_GetRules_Req

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

func (*LogicManager_GetRules_Req) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRules_Req.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRules_Req) ProtoMessage

func (*LogicManager_GetRules_Req) ProtoMessage()

func (*LogicManager_GetRules_Req) ProtoReflect

func (*LogicManager_GetRules_Req) Reset

func (x *LogicManager_GetRules_Req) Reset()

func (*LogicManager_GetRules_Req) String

func (x *LogicManager_GetRules_Req) String() string

type LogicManager_GetRules_ResPart

type LogicManager_GetRules_ResPart struct {
	Rules []*Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"`
	// contains filtered or unexported fields
}

func (*LogicManager_GetRules_ResPart) Descriptor deprecated

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

Deprecated: Use LogicManager_GetRules_ResPart.ProtoReflect.Descriptor instead.

func (*LogicManager_GetRules_ResPart) GetRules

func (x *LogicManager_GetRules_ResPart) GetRules() []*Rule

func (*LogicManager_GetRules_ResPart) ProtoMessage

func (*LogicManager_GetRules_ResPart) ProtoMessage()

func (*LogicManager_GetRules_ResPart) ProtoReflect

func (*LogicManager_GetRules_ResPart) Reset

func (x *LogicManager_GetRules_ResPart) Reset()

func (*LogicManager_GetRules_ResPart) String

type LogicManager_PutRule

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

func (*LogicManager_PutRule) Descriptor deprecated

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

Deprecated: Use LogicManager_PutRule.ProtoReflect.Descriptor instead.

func (*LogicManager_PutRule) ProtoMessage

func (*LogicManager_PutRule) ProtoMessage()

func (*LogicManager_PutRule) ProtoReflect

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

func (*LogicManager_PutRule) Reset

func (x *LogicManager_PutRule) Reset()

func (*LogicManager_PutRule) String

func (x *LogicManager_PutRule) String() string

type LogicManager_PutRule_Req

type LogicManager_PutRule_Req struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	When  string `protobuf:"bytes,2,opt,name=when,proto3" json:"when,omitempty"`
	Then  string `protobuf:"bytes,3,opt,name=then,proto3" json:"then,omitempty"`
	// contains filtered or unexported fields
}

func (*LogicManager_PutRule_Req) Descriptor deprecated

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

Deprecated: Use LogicManager_PutRule_Req.ProtoReflect.Descriptor instead.

func (*LogicManager_PutRule_Req) GetLabel

func (x *LogicManager_PutRule_Req) GetLabel() string

func (*LogicManager_PutRule_Req) GetThen

func (x *LogicManager_PutRule_Req) GetThen() string

func (*LogicManager_PutRule_Req) GetWhen

func (x *LogicManager_PutRule_Req) GetWhen() string

func (*LogicManager_PutRule_Req) ProtoMessage

func (*LogicManager_PutRule_Req) ProtoMessage()

func (*LogicManager_PutRule_Req) ProtoReflect

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

func (*LogicManager_PutRule_Req) Reset

func (x *LogicManager_PutRule_Req) Reset()

func (*LogicManager_PutRule_Req) String

func (x *LogicManager_PutRule_Req) String() string

type LogicManager_PutRule_Res

type LogicManager_PutRule_Res struct {
	Rule *Rule `protobuf:"bytes,1,opt,name=rule,proto3" json:"rule,omitempty"`
	// contains filtered or unexported fields
}

func (*LogicManager_PutRule_Res) Descriptor deprecated

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

Deprecated: Use LogicManager_PutRule_Res.ProtoReflect.Descriptor instead.

func (*LogicManager_PutRule_Res) GetRule

func (x *LogicManager_PutRule_Res) GetRule() *Rule

func (*LogicManager_PutRule_Res) ProtoMessage

func (*LogicManager_PutRule_Res) ProtoMessage()

func (*LogicManager_PutRule_Res) ProtoReflect

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

func (*LogicManager_PutRule_Res) Reset

func (x *LogicManager_PutRule_Res) Reset()

func (*LogicManager_PutRule_Res) String

func (x *LogicManager_PutRule_Res) String() string

type LogicManager_Req

type LogicManager_Req struct {

	// Types that are assignable to Req:
	//	*LogicManager_Req_GetRuleReq
	//	*LogicManager_Req_PutRuleReq
	//	*LogicManager_Req_GetRulesReq
	Req isLogicManager_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*LogicManager_Req) Descriptor deprecated

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

Deprecated: Use LogicManager_Req.ProtoReflect.Descriptor instead.

func (*LogicManager_Req) GetGetRuleReq

func (x *LogicManager_Req) GetGetRuleReq() *LogicManager_GetRule_Req

func (*LogicManager_Req) GetGetRulesReq

func (x *LogicManager_Req) GetGetRulesReq() *LogicManager_GetRules_Req

func (*LogicManager_Req) GetPutRuleReq

func (x *LogicManager_Req) GetPutRuleReq() *LogicManager_PutRule_Req

func (*LogicManager_Req) GetReq

func (m *LogicManager_Req) GetReq() isLogicManager_Req_Req

func (*LogicManager_Req) ProtoMessage

func (*LogicManager_Req) ProtoMessage()

func (*LogicManager_Req) ProtoReflect

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

func (*LogicManager_Req) Reset

func (x *LogicManager_Req) Reset()

func (*LogicManager_Req) String

func (x *LogicManager_Req) String() string

type LogicManager_Req_GetRuleReq

type LogicManager_Req_GetRuleReq struct {
	GetRuleReq *LogicManager_GetRule_Req `protobuf:"bytes,1,opt,name=get_rule_req,json=getRuleReq,proto3,oneof"`
}

type LogicManager_Req_GetRulesReq

type LogicManager_Req_GetRulesReq struct {
	GetRulesReq *LogicManager_GetRules_Req `protobuf:"bytes,3,opt,name=get_rules_req,json=getRulesReq,proto3,oneof"`
}

type LogicManager_Req_PutRuleReq

type LogicManager_Req_PutRuleReq struct {
	PutRuleReq *LogicManager_PutRule_Req `protobuf:"bytes,2,opt,name=put_rule_req,json=putRuleReq,proto3,oneof"`
}

type LogicManager_Res

type LogicManager_Res struct {

	// Types that are assignable to Res:
	//	*LogicManager_Res_GetRuleRes
	//	*LogicManager_Res_PutRuleRes
	Res isLogicManager_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*LogicManager_Res) Descriptor deprecated

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

Deprecated: Use LogicManager_Res.ProtoReflect.Descriptor instead.

func (*LogicManager_Res) GetGetRuleRes

func (x *LogicManager_Res) GetGetRuleRes() *LogicManager_GetRule_Res

func (*LogicManager_Res) GetPutRuleRes

func (x *LogicManager_Res) GetPutRuleRes() *LogicManager_PutRule_Res

func (*LogicManager_Res) GetRes

func (m *LogicManager_Res) GetRes() isLogicManager_Res_Res

func (*LogicManager_Res) ProtoMessage

func (*LogicManager_Res) ProtoMessage()

func (*LogicManager_Res) ProtoReflect

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

func (*LogicManager_Res) Reset

func (x *LogicManager_Res) Reset()

func (*LogicManager_Res) String

func (x *LogicManager_Res) String() string

type LogicManager_ResPart

type LogicManager_ResPart struct {
	GetRulesResPart *LogicManager_GetRules_ResPart `protobuf:"bytes,1,opt,name=get_rules_res_part,json=getRulesResPart,proto3" json:"get_rules_res_part,omitempty"`
	// contains filtered or unexported fields
}

func (*LogicManager_ResPart) Descriptor deprecated

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

Deprecated: Use LogicManager_ResPart.ProtoReflect.Descriptor instead.

func (*LogicManager_ResPart) GetGetRulesResPart

func (x *LogicManager_ResPart) GetGetRulesResPart() *LogicManager_GetRules_ResPart

func (*LogicManager_ResPart) ProtoMessage

func (*LogicManager_ResPart) ProtoMessage()

func (*LogicManager_ResPart) ProtoReflect

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

func (*LogicManager_ResPart) Reset

func (x *LogicManager_ResPart) Reset()

func (*LogicManager_ResPart) String

func (x *LogicManager_ResPart) String() string

type LogicManager_Res_GetRuleRes

type LogicManager_Res_GetRuleRes struct {
	GetRuleRes *LogicManager_GetRule_Res `protobuf:"bytes,1,opt,name=get_rule_res,json=getRuleRes,proto3,oneof"`
}

type LogicManager_Res_PutRuleRes

type LogicManager_Res_PutRuleRes struct {
	PutRuleRes *LogicManager_PutRule_Res `protobuf:"bytes,2,opt,name=put_rule_res,json=putRuleRes,proto3,oneof"`
}

type Numeric

type Numeric struct {

	// Types that are assignable to Value:
	//	*Numeric_LongValue
	//	*Numeric_DoubleValue
	//	*Numeric_Nan
	Value isNumeric_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Numeric) Descriptor deprecated

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

Deprecated: Use Numeric.ProtoReflect.Descriptor instead.

func (*Numeric) GetDoubleValue

func (x *Numeric) GetDoubleValue() float64

func (*Numeric) GetLongValue

func (x *Numeric) GetLongValue() int64

func (*Numeric) GetNan

func (x *Numeric) GetNan() bool

func (*Numeric) GetValue

func (m *Numeric) GetValue() isNumeric_Value

func (*Numeric) ProtoMessage

func (*Numeric) ProtoMessage()

func (*Numeric) ProtoReflect

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

func (*Numeric) Reset

func (x *Numeric) Reset()

func (*Numeric) String

func (x *Numeric) String() string

type NumericGroup

type NumericGroup struct {
	Owner  *Concept `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Number *Numeric `protobuf:"bytes,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*NumericGroup) Descriptor deprecated

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

Deprecated: Use NumericGroup.ProtoReflect.Descriptor instead.

func (*NumericGroup) GetNumber

func (x *NumericGroup) GetNumber() *Numeric

func (*NumericGroup) GetOwner

func (x *NumericGroup) GetOwner() *Concept

func (*NumericGroup) ProtoMessage

func (*NumericGroup) ProtoMessage()

func (*NumericGroup) ProtoReflect

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

func (*NumericGroup) Reset

func (x *NumericGroup) Reset()

func (*NumericGroup) String

func (x *NumericGroup) String() string

type Numeric_DoubleValue

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

type Numeric_LongValue

type Numeric_LongValue struct {
	LongValue int64 `protobuf:"varint,1,opt,name=long_value,json=longValue,proto3,oneof"`
}

type Numeric_Nan

type Numeric_Nan struct {
	Nan bool `protobuf:"varint,3,opt,name=nan,proto3,oneof"`
}

type Options

type Options struct {

	// Types that are assignable to InferOpt:
	//	*Options_Infer
	InferOpt isOptions_InferOpt `protobuf_oneof:"infer_opt"`
	// Types that are assignable to TraceInferenceOpt:
	//	*Options_TraceInference
	TraceInferenceOpt isOptions_TraceInferenceOpt `protobuf_oneof:"trace_inference_opt"`
	// Types that are assignable to ExplainOpt:
	//	*Options_Explain
	ExplainOpt isOptions_ExplainOpt `protobuf_oneof:"explain_opt"`
	// Types that are assignable to ParallelOpt:
	//	*Options_Parallel
	ParallelOpt isOptions_ParallelOpt `protobuf_oneof:"parallel_opt"`
	// Types that are assignable to PrefetchSizeOpt:
	//	*Options_PrefetchSize
	PrefetchSizeOpt isOptions_PrefetchSizeOpt `protobuf_oneof:"prefetch_size_opt"`
	// Types that are assignable to PrefetchOpt:
	//	*Options_Prefetch
	PrefetchOpt isOptions_PrefetchOpt `protobuf_oneof:"prefetch_opt"`
	// Types that are assignable to SessionIdleTimeoutOpt:
	//	*Options_SessionIdleTimeoutMillis
	SessionIdleTimeoutOpt isOptions_SessionIdleTimeoutOpt `protobuf_oneof:"session_idle_timeout_opt"`
	// Types that are assignable to TransactionTimeoutOpt:
	//	*Options_TransactionTimeoutMillis
	TransactionTimeoutOpt isOptions_TransactionTimeoutOpt `protobuf_oneof:"transaction_timeout_opt"`
	// Types that are assignable to SchemaLockAcquireTimeoutOpt:
	//	*Options_SchemaLockAcquireTimeoutMillis
	SchemaLockAcquireTimeoutOpt isOptions_SchemaLockAcquireTimeoutOpt `protobuf_oneof:"schema_lock_acquire_timeout_opt"`
	// Types that are assignable to ReadAnyReplicaOpt:
	//	*Options_ReadAnyReplica
	ReadAnyReplicaOpt isOptions_ReadAnyReplicaOpt `protobuf_oneof:"read_any_replica_opt"`
	// contains filtered or unexported fields
}

func (*Options) Descriptor deprecated

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

Deprecated: Use Options.ProtoReflect.Descriptor instead.

func (*Options) GetExplain

func (x *Options) GetExplain() bool

func (*Options) GetExplainOpt

func (m *Options) GetExplainOpt() isOptions_ExplainOpt

func (*Options) GetInfer

func (x *Options) GetInfer() bool

func (*Options) GetInferOpt

func (m *Options) GetInferOpt() isOptions_InferOpt

func (*Options) GetParallel

func (x *Options) GetParallel() bool

func (*Options) GetParallelOpt

func (m *Options) GetParallelOpt() isOptions_ParallelOpt

func (*Options) GetPrefetch

func (x *Options) GetPrefetch() bool

func (*Options) GetPrefetchOpt

func (m *Options) GetPrefetchOpt() isOptions_PrefetchOpt

func (*Options) GetPrefetchSize

func (x *Options) GetPrefetchSize() int32

func (*Options) GetPrefetchSizeOpt

func (m *Options) GetPrefetchSizeOpt() isOptions_PrefetchSizeOpt

func (*Options) GetReadAnyReplica

func (x *Options) GetReadAnyReplica() bool

func (*Options) GetReadAnyReplicaOpt

func (m *Options) GetReadAnyReplicaOpt() isOptions_ReadAnyReplicaOpt

func (*Options) GetSchemaLockAcquireTimeoutMillis

func (x *Options) GetSchemaLockAcquireTimeoutMillis() int32

func (*Options) GetSchemaLockAcquireTimeoutOpt

func (m *Options) GetSchemaLockAcquireTimeoutOpt() isOptions_SchemaLockAcquireTimeoutOpt

func (*Options) GetSessionIdleTimeoutMillis

func (x *Options) GetSessionIdleTimeoutMillis() int32

func (*Options) GetSessionIdleTimeoutOpt

func (m *Options) GetSessionIdleTimeoutOpt() isOptions_SessionIdleTimeoutOpt

func (*Options) GetTraceInference

func (x *Options) GetTraceInference() bool

func (*Options) GetTraceInferenceOpt

func (m *Options) GetTraceInferenceOpt() isOptions_TraceInferenceOpt

func (*Options) GetTransactionTimeoutMillis

func (x *Options) GetTransactionTimeoutMillis() int32

func (*Options) GetTransactionTimeoutOpt

func (m *Options) GetTransactionTimeoutOpt() isOptions_TransactionTimeoutOpt

func (*Options) ProtoMessage

func (*Options) ProtoMessage()

func (*Options) ProtoReflect

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

func (*Options) Reset

func (x *Options) Reset()

func (*Options) String

func (x *Options) String() string

type Options_Explain

type Options_Explain struct {
	Explain bool `protobuf:"varint,3,opt,name=explain,proto3,oneof"`
}

type Options_Infer

type Options_Infer struct {
	Infer bool `protobuf:"varint,1,opt,name=infer,proto3,oneof"`
}

type Options_Parallel

type Options_Parallel struct {
	Parallel bool `protobuf:"varint,4,opt,name=parallel,proto3,oneof"`
}

type Options_Prefetch

type Options_Prefetch struct {
	Prefetch bool `protobuf:"varint,6,opt,name=prefetch,proto3,oneof"`
}

type Options_PrefetchSize

type Options_PrefetchSize struct {
	PrefetchSize int32 `protobuf:"varint,5,opt,name=prefetch_size,json=prefetchSize,proto3,oneof"`
}

type Options_ReadAnyReplica

type Options_ReadAnyReplica struct {
	ReadAnyReplica bool `protobuf:"varint,10,opt,name=read_any_replica,json=readAnyReplica,proto3,oneof"`
}

type Options_SchemaLockAcquireTimeoutMillis

type Options_SchemaLockAcquireTimeoutMillis struct {
	SchemaLockAcquireTimeoutMillis int32 `protobuf:"varint,9,opt,name=schema_lock_acquire_timeout_millis,json=schemaLockAcquireTimeoutMillis,proto3,oneof"`
}

type Options_SessionIdleTimeoutMillis

type Options_SessionIdleTimeoutMillis struct {
	SessionIdleTimeoutMillis int32 `protobuf:"varint,7,opt,name=session_idle_timeout_millis,json=sessionIdleTimeoutMillis,proto3,oneof"`
}

type Options_TraceInference

type Options_TraceInference struct {
	TraceInference bool `protobuf:"varint,2,opt,name=trace_inference,json=traceInference,proto3,oneof"`
}

type Options_TransactionTimeoutMillis

type Options_TransactionTimeoutMillis struct {
	TransactionTimeoutMillis int32 `protobuf:"varint,8,opt,name=transaction_timeout_millis,json=transactionTimeoutMillis,proto3,oneof"`
}

type QueryManager

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

func (*QueryManager) Descriptor deprecated

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

Deprecated: Use QueryManager.ProtoReflect.Descriptor instead.

func (*QueryManager) ProtoMessage

func (*QueryManager) ProtoMessage()

func (*QueryManager) ProtoReflect

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

func (*QueryManager) Reset

func (x *QueryManager) Reset()

func (*QueryManager) String

func (x *QueryManager) String() string

type QueryManager_Define

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

func (*QueryManager_Define) Descriptor deprecated

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

Deprecated: Use QueryManager_Define.ProtoReflect.Descriptor instead.

func (*QueryManager_Define) ProtoMessage

func (*QueryManager_Define) ProtoMessage()

func (*QueryManager_Define) ProtoReflect

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

func (*QueryManager_Define) Reset

func (x *QueryManager_Define) Reset()

func (*QueryManager_Define) String

func (x *QueryManager_Define) String() string

type QueryManager_Define_Req

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

func (*QueryManager_Define_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Define_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Define_Req) GetQuery

func (x *QueryManager_Define_Req) GetQuery() string

func (*QueryManager_Define_Req) ProtoMessage

func (*QueryManager_Define_Req) ProtoMessage()

func (*QueryManager_Define_Req) ProtoReflect

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

func (*QueryManager_Define_Req) Reset

func (x *QueryManager_Define_Req) Reset()

func (*QueryManager_Define_Req) String

func (x *QueryManager_Define_Req) String() string

type QueryManager_Define_Res

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

func (*QueryManager_Define_Res) Descriptor deprecated

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

Deprecated: Use QueryManager_Define_Res.ProtoReflect.Descriptor instead.

func (*QueryManager_Define_Res) ProtoMessage

func (*QueryManager_Define_Res) ProtoMessage()

func (*QueryManager_Define_Res) ProtoReflect

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

func (*QueryManager_Define_Res) Reset

func (x *QueryManager_Define_Res) Reset()

func (*QueryManager_Define_Res) String

func (x *QueryManager_Define_Res) String() string

type QueryManager_Delete

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

func (*QueryManager_Delete) Descriptor deprecated

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

Deprecated: Use QueryManager_Delete.ProtoReflect.Descriptor instead.

func (*QueryManager_Delete) ProtoMessage

func (*QueryManager_Delete) ProtoMessage()

func (*QueryManager_Delete) ProtoReflect

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

func (*QueryManager_Delete) Reset

func (x *QueryManager_Delete) Reset()

func (*QueryManager_Delete) String

func (x *QueryManager_Delete) String() string

type QueryManager_Delete_Req

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

func (*QueryManager_Delete_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Delete_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Delete_Req) GetQuery

func (x *QueryManager_Delete_Req) GetQuery() string

func (*QueryManager_Delete_Req) ProtoMessage

func (*QueryManager_Delete_Req) ProtoMessage()

func (*QueryManager_Delete_Req) ProtoReflect

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

func (*QueryManager_Delete_Req) Reset

func (x *QueryManager_Delete_Req) Reset()

func (*QueryManager_Delete_Req) String

func (x *QueryManager_Delete_Req) String() string

type QueryManager_Delete_Res

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

func (*QueryManager_Delete_Res) Descriptor deprecated

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

Deprecated: Use QueryManager_Delete_Res.ProtoReflect.Descriptor instead.

func (*QueryManager_Delete_Res) ProtoMessage

func (*QueryManager_Delete_Res) ProtoMessage()

func (*QueryManager_Delete_Res) ProtoReflect

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

func (*QueryManager_Delete_Res) Reset

func (x *QueryManager_Delete_Res) Reset()

func (*QueryManager_Delete_Res) String

func (x *QueryManager_Delete_Res) String() string

type QueryManager_Explain

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

func (*QueryManager_Explain) Descriptor deprecated

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

Deprecated: Use QueryManager_Explain.ProtoReflect.Descriptor instead.

func (*QueryManager_Explain) ProtoMessage

func (*QueryManager_Explain) ProtoMessage()

func (*QueryManager_Explain) ProtoReflect

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

func (*QueryManager_Explain) Reset

func (x *QueryManager_Explain) Reset()

func (*QueryManager_Explain) String

func (x *QueryManager_Explain) String() string

type QueryManager_Explain_Req

type QueryManager_Explain_Req struct {
	ExplainableId int64 `protobuf:"varint,1,opt,name=explainable_id,json=explainableId,proto3" json:"explainable_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_Explain_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Explain_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Explain_Req) GetExplainableId

func (x *QueryManager_Explain_Req) GetExplainableId() int64

func (*QueryManager_Explain_Req) ProtoMessage

func (*QueryManager_Explain_Req) ProtoMessage()

func (*QueryManager_Explain_Req) ProtoReflect

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

func (*QueryManager_Explain_Req) Reset

func (x *QueryManager_Explain_Req) Reset()

func (*QueryManager_Explain_Req) String

func (x *QueryManager_Explain_Req) String() string

type QueryManager_Explain_ResPart

type QueryManager_Explain_ResPart struct {
	Explanations []*Explanation `protobuf:"bytes,1,rep,name=explanations,proto3" json:"explanations,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_Explain_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_Explain_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_Explain_ResPart) GetExplanations

func (x *QueryManager_Explain_ResPart) GetExplanations() []*Explanation

func (*QueryManager_Explain_ResPart) ProtoMessage

func (*QueryManager_Explain_ResPart) ProtoMessage()

func (*QueryManager_Explain_ResPart) ProtoReflect

func (*QueryManager_Explain_ResPart) Reset

func (x *QueryManager_Explain_ResPart) Reset()

func (*QueryManager_Explain_ResPart) String

type QueryManager_Insert

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

func (*QueryManager_Insert) Descriptor deprecated

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

Deprecated: Use QueryManager_Insert.ProtoReflect.Descriptor instead.

func (*QueryManager_Insert) ProtoMessage

func (*QueryManager_Insert) ProtoMessage()

func (*QueryManager_Insert) ProtoReflect

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

func (*QueryManager_Insert) Reset

func (x *QueryManager_Insert) Reset()

func (*QueryManager_Insert) String

func (x *QueryManager_Insert) String() string

type QueryManager_Insert_Req

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

func (*QueryManager_Insert_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Insert_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Insert_Req) GetQuery

func (x *QueryManager_Insert_Req) GetQuery() string

func (*QueryManager_Insert_Req) ProtoMessage

func (*QueryManager_Insert_Req) ProtoMessage()

func (*QueryManager_Insert_Req) ProtoReflect

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

func (*QueryManager_Insert_Req) Reset

func (x *QueryManager_Insert_Req) Reset()

func (*QueryManager_Insert_Req) String

func (x *QueryManager_Insert_Req) String() string

type QueryManager_Insert_ResPart

type QueryManager_Insert_ResPart struct {
	Answers []*ConceptMap `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_Insert_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_Insert_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_Insert_ResPart) GetAnswers

func (x *QueryManager_Insert_ResPart) GetAnswers() []*ConceptMap

func (*QueryManager_Insert_ResPart) ProtoMessage

func (*QueryManager_Insert_ResPart) ProtoMessage()

func (*QueryManager_Insert_ResPart) ProtoReflect

func (*QueryManager_Insert_ResPart) Reset

func (x *QueryManager_Insert_ResPart) Reset()

func (*QueryManager_Insert_ResPart) String

func (x *QueryManager_Insert_ResPart) String() string

type QueryManager_Match

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

func (*QueryManager_Match) Descriptor deprecated

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

Deprecated: Use QueryManager_Match.ProtoReflect.Descriptor instead.

func (*QueryManager_Match) ProtoMessage

func (*QueryManager_Match) ProtoMessage()

func (*QueryManager_Match) ProtoReflect

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

func (*QueryManager_Match) Reset

func (x *QueryManager_Match) Reset()

func (*QueryManager_Match) String

func (x *QueryManager_Match) String() string

type QueryManager_MatchAggregate

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

func (*QueryManager_MatchAggregate) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchAggregate.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchAggregate) ProtoMessage

func (*QueryManager_MatchAggregate) ProtoMessage()

func (*QueryManager_MatchAggregate) ProtoReflect

func (*QueryManager_MatchAggregate) Reset

func (x *QueryManager_MatchAggregate) Reset()

func (*QueryManager_MatchAggregate) String

func (x *QueryManager_MatchAggregate) String() string

type QueryManager_MatchAggregate_Req

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

func (*QueryManager_MatchAggregate_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchAggregate_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchAggregate_Req) GetQuery

func (*QueryManager_MatchAggregate_Req) ProtoMessage

func (*QueryManager_MatchAggregate_Req) ProtoMessage()

func (*QueryManager_MatchAggregate_Req) ProtoReflect

func (*QueryManager_MatchAggregate_Req) Reset

func (*QueryManager_MatchAggregate_Req) String

type QueryManager_MatchAggregate_Res

type QueryManager_MatchAggregate_Res struct {
	Answer *Numeric `protobuf:"bytes,1,opt,name=answer,proto3" json:"answer,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_MatchAggregate_Res) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchAggregate_Res.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchAggregate_Res) GetAnswer

func (x *QueryManager_MatchAggregate_Res) GetAnswer() *Numeric

func (*QueryManager_MatchAggregate_Res) ProtoMessage

func (*QueryManager_MatchAggregate_Res) ProtoMessage()

func (*QueryManager_MatchAggregate_Res) ProtoReflect

func (*QueryManager_MatchAggregate_Res) Reset

func (*QueryManager_MatchAggregate_Res) String

type QueryManager_MatchGroup

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

func (*QueryManager_MatchGroup) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroup.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroup) ProtoMessage

func (*QueryManager_MatchGroup) ProtoMessage()

func (*QueryManager_MatchGroup) ProtoReflect

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

func (*QueryManager_MatchGroup) Reset

func (x *QueryManager_MatchGroup) Reset()

func (*QueryManager_MatchGroup) String

func (x *QueryManager_MatchGroup) String() string

type QueryManager_MatchGroupAggregate

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

func (*QueryManager_MatchGroupAggregate) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroupAggregate.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroupAggregate) ProtoMessage

func (*QueryManager_MatchGroupAggregate) ProtoMessage()

func (*QueryManager_MatchGroupAggregate) ProtoReflect

func (*QueryManager_MatchGroupAggregate) Reset

func (*QueryManager_MatchGroupAggregate) String

type QueryManager_MatchGroupAggregate_Req

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

func (*QueryManager_MatchGroupAggregate_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroupAggregate_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroupAggregate_Req) GetQuery

func (*QueryManager_MatchGroupAggregate_Req) ProtoMessage

func (*QueryManager_MatchGroupAggregate_Req) ProtoMessage()

func (*QueryManager_MatchGroupAggregate_Req) ProtoReflect

func (*QueryManager_MatchGroupAggregate_Req) Reset

func (*QueryManager_MatchGroupAggregate_Req) String

type QueryManager_MatchGroupAggregate_ResPart

type QueryManager_MatchGroupAggregate_ResPart struct {
	Answers []*NumericGroup `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_MatchGroupAggregate_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroupAggregate_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroupAggregate_ResPart) GetAnswers

func (*QueryManager_MatchGroupAggregate_ResPart) ProtoMessage

func (*QueryManager_MatchGroupAggregate_ResPart) ProtoReflect

func (*QueryManager_MatchGroupAggregate_ResPart) Reset

func (*QueryManager_MatchGroupAggregate_ResPart) String

type QueryManager_MatchGroup_Req

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

func (*QueryManager_MatchGroup_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroup_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroup_Req) GetQuery

func (x *QueryManager_MatchGroup_Req) GetQuery() string

func (*QueryManager_MatchGroup_Req) ProtoMessage

func (*QueryManager_MatchGroup_Req) ProtoMessage()

func (*QueryManager_MatchGroup_Req) ProtoReflect

func (*QueryManager_MatchGroup_Req) Reset

func (x *QueryManager_MatchGroup_Req) Reset()

func (*QueryManager_MatchGroup_Req) String

func (x *QueryManager_MatchGroup_Req) String() string

type QueryManager_MatchGroup_ResPart

type QueryManager_MatchGroup_ResPart struct {
	Answers []*ConceptMapGroup `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_MatchGroup_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_MatchGroup_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_MatchGroup_ResPart) GetAnswers

func (*QueryManager_MatchGroup_ResPart) ProtoMessage

func (*QueryManager_MatchGroup_ResPart) ProtoMessage()

func (*QueryManager_MatchGroup_ResPart) ProtoReflect

func (*QueryManager_MatchGroup_ResPart) Reset

func (*QueryManager_MatchGroup_ResPart) String

type QueryManager_Match_Req

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

func (*QueryManager_Match_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Match_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Match_Req) GetQuery

func (x *QueryManager_Match_Req) GetQuery() string

func (*QueryManager_Match_Req) ProtoMessage

func (*QueryManager_Match_Req) ProtoMessage()

func (*QueryManager_Match_Req) ProtoReflect

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

func (*QueryManager_Match_Req) Reset

func (x *QueryManager_Match_Req) Reset()

func (*QueryManager_Match_Req) String

func (x *QueryManager_Match_Req) String() string

type QueryManager_Match_ResPart

type QueryManager_Match_ResPart struct {
	Answers []*ConceptMap `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_Match_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_Match_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_Match_ResPart) GetAnswers

func (x *QueryManager_Match_ResPart) GetAnswers() []*ConceptMap

func (*QueryManager_Match_ResPart) ProtoMessage

func (*QueryManager_Match_ResPart) ProtoMessage()

func (*QueryManager_Match_ResPart) ProtoReflect

func (*QueryManager_Match_ResPart) Reset

func (x *QueryManager_Match_ResPart) Reset()

func (*QueryManager_Match_ResPart) String

func (x *QueryManager_Match_ResPart) String() string

type QueryManager_Req

type QueryManager_Req struct {
	Options *Options `protobuf:"bytes,1,opt,name=options,proto3" json:"options,omitempty"`
	// Types that are assignable to Req:
	//	*QueryManager_Req_DefineReq
	//	*QueryManager_Req_UndefineReq
	//	*QueryManager_Req_MatchReq
	//	*QueryManager_Req_MatchAggregateReq
	//	*QueryManager_Req_MatchGroupReq
	//	*QueryManager_Req_MatchGroupAggregateReq
	//	*QueryManager_Req_InsertReq
	//	*QueryManager_Req_DeleteReq
	//	*QueryManager_Req_UpdateReq
	//	*QueryManager_Req_ExplainReq
	Req isQueryManager_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*QueryManager_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Req) GetDefineReq

func (x *QueryManager_Req) GetDefineReq() *QueryManager_Define_Req

func (*QueryManager_Req) GetDeleteReq

func (x *QueryManager_Req) GetDeleteReq() *QueryManager_Delete_Req

func (*QueryManager_Req) GetExplainReq

func (x *QueryManager_Req) GetExplainReq() *QueryManager_Explain_Req

func (*QueryManager_Req) GetInsertReq

func (x *QueryManager_Req) GetInsertReq() *QueryManager_Insert_Req

func (*QueryManager_Req) GetMatchAggregateReq

func (x *QueryManager_Req) GetMatchAggregateReq() *QueryManager_MatchAggregate_Req

func (*QueryManager_Req) GetMatchGroupAggregateReq

func (x *QueryManager_Req) GetMatchGroupAggregateReq() *QueryManager_MatchGroupAggregate_Req

func (*QueryManager_Req) GetMatchGroupReq

func (x *QueryManager_Req) GetMatchGroupReq() *QueryManager_MatchGroup_Req

func (*QueryManager_Req) GetMatchReq

func (x *QueryManager_Req) GetMatchReq() *QueryManager_Match_Req

func (*QueryManager_Req) GetOptions

func (x *QueryManager_Req) GetOptions() *Options

func (*QueryManager_Req) GetReq

func (m *QueryManager_Req) GetReq() isQueryManager_Req_Req

func (*QueryManager_Req) GetUndefineReq

func (x *QueryManager_Req) GetUndefineReq() *QueryManager_Undefine_Req

func (*QueryManager_Req) GetUpdateReq

func (x *QueryManager_Req) GetUpdateReq() *QueryManager_Update_Req

func (*QueryManager_Req) ProtoMessage

func (*QueryManager_Req) ProtoMessage()

func (*QueryManager_Req) ProtoReflect

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

func (*QueryManager_Req) Reset

func (x *QueryManager_Req) Reset()

func (*QueryManager_Req) String

func (x *QueryManager_Req) String() string

type QueryManager_Req_DefineReq

type QueryManager_Req_DefineReq struct {
	DefineReq *QueryManager_Define_Req `protobuf:"bytes,100,opt,name=define_req,json=defineReq,proto3,oneof"`
}

type QueryManager_Req_DeleteReq

type QueryManager_Req_DeleteReq struct {
	DeleteReq *QueryManager_Delete_Req `protobuf:"bytes,107,opt,name=delete_req,json=deleteReq,proto3,oneof"`
}

type QueryManager_Req_ExplainReq

type QueryManager_Req_ExplainReq struct {
	ExplainReq *QueryManager_Explain_Req `protobuf:"bytes,109,opt,name=explain_req,json=explainReq,proto3,oneof"`
}

type QueryManager_Req_InsertReq

type QueryManager_Req_InsertReq struct {
	InsertReq *QueryManager_Insert_Req `protobuf:"bytes,106,opt,name=insert_req,json=insertReq,proto3,oneof"`
}

type QueryManager_Req_MatchAggregateReq

type QueryManager_Req_MatchAggregateReq struct {
	MatchAggregateReq *QueryManager_MatchAggregate_Req `protobuf:"bytes,103,opt,name=match_aggregate_req,json=matchAggregateReq,proto3,oneof"`
}

type QueryManager_Req_MatchGroupAggregateReq

type QueryManager_Req_MatchGroupAggregateReq struct {
	MatchGroupAggregateReq *QueryManager_MatchGroupAggregate_Req `protobuf:"bytes,105,opt,name=match_group_aggregate_req,json=matchGroupAggregateReq,proto3,oneof"`
}

type QueryManager_Req_MatchGroupReq

type QueryManager_Req_MatchGroupReq struct {
	MatchGroupReq *QueryManager_MatchGroup_Req `protobuf:"bytes,104,opt,name=match_group_req,json=matchGroupReq,proto3,oneof"`
}

type QueryManager_Req_MatchReq

type QueryManager_Req_MatchReq struct {
	MatchReq *QueryManager_Match_Req `protobuf:"bytes,102,opt,name=match_req,json=matchReq,proto3,oneof"`
}

type QueryManager_Req_UndefineReq

type QueryManager_Req_UndefineReq struct {
	UndefineReq *QueryManager_Undefine_Req `protobuf:"bytes,101,opt,name=undefine_req,json=undefineReq,proto3,oneof"`
}

type QueryManager_Req_UpdateReq

type QueryManager_Req_UpdateReq struct {
	UpdateReq *QueryManager_Update_Req `protobuf:"bytes,108,opt,name=update_req,json=updateReq,proto3,oneof"`
}

type QueryManager_Res

type QueryManager_Res struct {

	// Types that are assignable to Res:
	//	*QueryManager_Res_DefineRes
	//	*QueryManager_Res_UndefineRes
	//	*QueryManager_Res_MatchAggregateRes
	//	*QueryManager_Res_DeleteRes
	Res isQueryManager_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*QueryManager_Res) Descriptor deprecated

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

Deprecated: Use QueryManager_Res.ProtoReflect.Descriptor instead.

func (*QueryManager_Res) GetDefineRes

func (x *QueryManager_Res) GetDefineRes() *QueryManager_Define_Res

func (*QueryManager_Res) GetDeleteRes

func (x *QueryManager_Res) GetDeleteRes() *QueryManager_Delete_Res

func (*QueryManager_Res) GetMatchAggregateRes

func (x *QueryManager_Res) GetMatchAggregateRes() *QueryManager_MatchAggregate_Res

func (*QueryManager_Res) GetRes

func (m *QueryManager_Res) GetRes() isQueryManager_Res_Res

func (*QueryManager_Res) GetUndefineRes

func (x *QueryManager_Res) GetUndefineRes() *QueryManager_Undefine_Res

func (*QueryManager_Res) ProtoMessage

func (*QueryManager_Res) ProtoMessage()

func (*QueryManager_Res) ProtoReflect

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

func (*QueryManager_Res) Reset

func (x *QueryManager_Res) Reset()

func (*QueryManager_Res) String

func (x *QueryManager_Res) String() string

type QueryManager_ResPart

type QueryManager_ResPart struct {

	// Types that are assignable to Res:
	//	*QueryManager_ResPart_MatchResPart
	//	*QueryManager_ResPart_MatchGroupResPart
	//	*QueryManager_ResPart_MatchGroupAggregateResPart
	//	*QueryManager_ResPart_InsertResPart
	//	*QueryManager_ResPart_UpdateResPart
	//	*QueryManager_ResPart_ExplainResPart
	Res isQueryManager_ResPart_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*QueryManager_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_ResPart) GetExplainResPart

func (x *QueryManager_ResPart) GetExplainResPart() *QueryManager_Explain_ResPart

func (*QueryManager_ResPart) GetInsertResPart

func (x *QueryManager_ResPart) GetInsertResPart() *QueryManager_Insert_ResPart

func (*QueryManager_ResPart) GetMatchGroupAggregateResPart

func (x *QueryManager_ResPart) GetMatchGroupAggregateResPart() *QueryManager_MatchGroupAggregate_ResPart

func (*QueryManager_ResPart) GetMatchGroupResPart

func (x *QueryManager_ResPart) GetMatchGroupResPart() *QueryManager_MatchGroup_ResPart

func (*QueryManager_ResPart) GetMatchResPart

func (x *QueryManager_ResPart) GetMatchResPart() *QueryManager_Match_ResPart

func (*QueryManager_ResPart) GetRes

func (m *QueryManager_ResPart) GetRes() isQueryManager_ResPart_Res

func (*QueryManager_ResPart) GetUpdateResPart

func (x *QueryManager_ResPart) GetUpdateResPart() *QueryManager_Update_ResPart

func (*QueryManager_ResPart) ProtoMessage

func (*QueryManager_ResPart) ProtoMessage()

func (*QueryManager_ResPart) ProtoReflect

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

func (*QueryManager_ResPart) Reset

func (x *QueryManager_ResPart) Reset()

func (*QueryManager_ResPart) String

func (x *QueryManager_ResPart) String() string

type QueryManager_ResPart_ExplainResPart

type QueryManager_ResPart_ExplainResPart struct {
	ExplainResPart *QueryManager_Explain_ResPart `protobuf:"bytes,105,opt,name=explain_res_part,json=explainResPart,proto3,oneof"`
}

type QueryManager_ResPart_InsertResPart

type QueryManager_ResPart_InsertResPart struct {
	InsertResPart *QueryManager_Insert_ResPart `protobuf:"bytes,103,opt,name=insert_res_part,json=insertResPart,proto3,oneof"`
}

type QueryManager_ResPart_MatchGroupAggregateResPart

type QueryManager_ResPart_MatchGroupAggregateResPart struct {
	MatchGroupAggregateResPart *QueryManager_MatchGroupAggregate_ResPart `protobuf:"bytes,102,opt,name=match_group_aggregate_res_part,json=matchGroupAggregateResPart,proto3,oneof"`
}

type QueryManager_ResPart_MatchGroupResPart

type QueryManager_ResPart_MatchGroupResPart struct {
	MatchGroupResPart *QueryManager_MatchGroup_ResPart `protobuf:"bytes,101,opt,name=match_group_res_part,json=matchGroupResPart,proto3,oneof"`
}

type QueryManager_ResPart_MatchResPart

type QueryManager_ResPart_MatchResPart struct {
	MatchResPart *QueryManager_Match_ResPart `protobuf:"bytes,100,opt,name=match_res_part,json=matchResPart,proto3,oneof"`
}

type QueryManager_ResPart_UpdateResPart

type QueryManager_ResPart_UpdateResPart struct {
	UpdateResPart *QueryManager_Update_ResPart `protobuf:"bytes,104,opt,name=update_res_part,json=updateResPart,proto3,oneof"`
}

type QueryManager_Res_DefineRes

type QueryManager_Res_DefineRes struct {
	DefineRes *QueryManager_Define_Res `protobuf:"bytes,100,opt,name=define_res,json=defineRes,proto3,oneof"`
}

type QueryManager_Res_DeleteRes

type QueryManager_Res_DeleteRes struct {
	DeleteRes *QueryManager_Delete_Res `protobuf:"bytes,104,opt,name=delete_res,json=deleteRes,proto3,oneof"`
}

type QueryManager_Res_MatchAggregateRes

type QueryManager_Res_MatchAggregateRes struct {
	MatchAggregateRes *QueryManager_MatchAggregate_Res `protobuf:"bytes,102,opt,name=match_aggregate_res,json=matchAggregateRes,proto3,oneof"`
}

type QueryManager_Res_UndefineRes

type QueryManager_Res_UndefineRes struct {
	UndefineRes *QueryManager_Undefine_Res `protobuf:"bytes,101,opt,name=undefine_res,json=undefineRes,proto3,oneof"`
}

type QueryManager_Undefine

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

func (*QueryManager_Undefine) Descriptor deprecated

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

Deprecated: Use QueryManager_Undefine.ProtoReflect.Descriptor instead.

func (*QueryManager_Undefine) ProtoMessage

func (*QueryManager_Undefine) ProtoMessage()

func (*QueryManager_Undefine) ProtoReflect

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

func (*QueryManager_Undefine) Reset

func (x *QueryManager_Undefine) Reset()

func (*QueryManager_Undefine) String

func (x *QueryManager_Undefine) String() string

type QueryManager_Undefine_Req

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

func (*QueryManager_Undefine_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Undefine_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Undefine_Req) GetQuery

func (x *QueryManager_Undefine_Req) GetQuery() string

func (*QueryManager_Undefine_Req) ProtoMessage

func (*QueryManager_Undefine_Req) ProtoMessage()

func (*QueryManager_Undefine_Req) ProtoReflect

func (*QueryManager_Undefine_Req) Reset

func (x *QueryManager_Undefine_Req) Reset()

func (*QueryManager_Undefine_Req) String

func (x *QueryManager_Undefine_Req) String() string

type QueryManager_Undefine_Res

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

func (*QueryManager_Undefine_Res) Descriptor deprecated

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

Deprecated: Use QueryManager_Undefine_Res.ProtoReflect.Descriptor instead.

func (*QueryManager_Undefine_Res) ProtoMessage

func (*QueryManager_Undefine_Res) ProtoMessage()

func (*QueryManager_Undefine_Res) ProtoReflect

func (*QueryManager_Undefine_Res) Reset

func (x *QueryManager_Undefine_Res) Reset()

func (*QueryManager_Undefine_Res) String

func (x *QueryManager_Undefine_Res) String() string

type QueryManager_Update

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

func (*QueryManager_Update) Descriptor deprecated

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

Deprecated: Use QueryManager_Update.ProtoReflect.Descriptor instead.

func (*QueryManager_Update) ProtoMessage

func (*QueryManager_Update) ProtoMessage()

func (*QueryManager_Update) ProtoReflect

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

func (*QueryManager_Update) Reset

func (x *QueryManager_Update) Reset()

func (*QueryManager_Update) String

func (x *QueryManager_Update) String() string

type QueryManager_Update_Req

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

func (*QueryManager_Update_Req) Descriptor deprecated

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

Deprecated: Use QueryManager_Update_Req.ProtoReflect.Descriptor instead.

func (*QueryManager_Update_Req) GetQuery

func (x *QueryManager_Update_Req) GetQuery() string

func (*QueryManager_Update_Req) ProtoMessage

func (*QueryManager_Update_Req) ProtoMessage()

func (*QueryManager_Update_Req) ProtoReflect

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

func (*QueryManager_Update_Req) Reset

func (x *QueryManager_Update_Req) Reset()

func (*QueryManager_Update_Req) String

func (x *QueryManager_Update_Req) String() string

type QueryManager_Update_ResPart

type QueryManager_Update_ResPart struct {
	Answers []*ConceptMap `protobuf:"bytes,1,rep,name=answers,proto3" json:"answers,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryManager_Update_ResPart) Descriptor deprecated

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

Deprecated: Use QueryManager_Update_ResPart.ProtoReflect.Descriptor instead.

func (*QueryManager_Update_ResPart) GetAnswers

func (x *QueryManager_Update_ResPart) GetAnswers() []*ConceptMap

func (*QueryManager_Update_ResPart) ProtoMessage

func (*QueryManager_Update_ResPart) ProtoMessage()

func (*QueryManager_Update_ResPart) ProtoReflect

func (*QueryManager_Update_ResPart) Reset

func (x *QueryManager_Update_ResPart) Reset()

func (*QueryManager_Update_ResPart) String

func (x *QueryManager_Update_ResPart) String() string

type Relation

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

func (*Relation) Descriptor deprecated

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

Deprecated: Use Relation.ProtoReflect.Descriptor instead.

func (*Relation) ProtoMessage

func (*Relation) ProtoMessage()

func (*Relation) ProtoReflect

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

func (*Relation) Reset

func (x *Relation) Reset()

func (*Relation) String

func (x *Relation) String() string

type RelationType

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

func (*RelationType) Descriptor deprecated

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

Deprecated: Use RelationType.ProtoReflect.Descriptor instead.

func (*RelationType) ProtoMessage

func (*RelationType) ProtoMessage()

func (*RelationType) ProtoReflect

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

func (*RelationType) Reset

func (x *RelationType) Reset()

func (*RelationType) String

func (x *RelationType) String() string

type RelationType_Create

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

func (*RelationType_Create) Descriptor deprecated

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

Deprecated: Use RelationType_Create.ProtoReflect.Descriptor instead.

func (*RelationType_Create) ProtoMessage

func (*RelationType_Create) ProtoMessage()

func (*RelationType_Create) ProtoReflect

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

func (*RelationType_Create) Reset

func (x *RelationType_Create) Reset()

func (*RelationType_Create) String

func (x *RelationType_Create) String() string

type RelationType_Create_Req

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

func (*RelationType_Create_Req) Descriptor deprecated

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

Deprecated: Use RelationType_Create_Req.ProtoReflect.Descriptor instead.

func (*RelationType_Create_Req) ProtoMessage

func (*RelationType_Create_Req) ProtoMessage()

func (*RelationType_Create_Req) ProtoReflect

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

func (*RelationType_Create_Req) Reset

func (x *RelationType_Create_Req) Reset()

func (*RelationType_Create_Req) String

func (x *RelationType_Create_Req) String() string

type RelationType_Create_Res

type RelationType_Create_Res struct {
	Relation *Thing `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationType_Create_Res) Descriptor deprecated

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

Deprecated: Use RelationType_Create_Res.ProtoReflect.Descriptor instead.

func (*RelationType_Create_Res) GetRelation

func (x *RelationType_Create_Res) GetRelation() *Thing

func (*RelationType_Create_Res) ProtoMessage

func (*RelationType_Create_Res) ProtoMessage()

func (*RelationType_Create_Res) ProtoReflect

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

func (*RelationType_Create_Res) Reset

func (x *RelationType_Create_Res) Reset()

func (*RelationType_Create_Res) String

func (x *RelationType_Create_Res) String() string

type RelationType_GetRelates

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

func (*RelationType_GetRelates) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelates.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelates) ProtoMessage

func (*RelationType_GetRelates) ProtoMessage()

func (*RelationType_GetRelates) ProtoReflect

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

func (*RelationType_GetRelates) Reset

func (x *RelationType_GetRelates) Reset()

func (*RelationType_GetRelates) String

func (x *RelationType_GetRelates) String() string

type RelationType_GetRelatesForRoleLabel

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

func (*RelationType_GetRelatesForRoleLabel) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelatesForRoleLabel.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelatesForRoleLabel) ProtoMessage

func (*RelationType_GetRelatesForRoleLabel) ProtoMessage()

func (*RelationType_GetRelatesForRoleLabel) ProtoReflect

func (*RelationType_GetRelatesForRoleLabel) Reset

func (*RelationType_GetRelatesForRoleLabel) String

type RelationType_GetRelatesForRoleLabel_Req

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

func (*RelationType_GetRelatesForRoleLabel_Req) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelatesForRoleLabel_Req.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelatesForRoleLabel_Req) GetLabel

func (*RelationType_GetRelatesForRoleLabel_Req) ProtoMessage

func (*RelationType_GetRelatesForRoleLabel_Req) ProtoReflect

func (*RelationType_GetRelatesForRoleLabel_Req) Reset

func (*RelationType_GetRelatesForRoleLabel_Req) String

type RelationType_GetRelatesForRoleLabel_Res

type RelationType_GetRelatesForRoleLabel_Res struct {

	// Types that are assignable to Role:
	//	*RelationType_GetRelatesForRoleLabel_Res_RoleType
	Role isRelationType_GetRelatesForRoleLabel_Res_Role `protobuf_oneof:"role"`
	// contains filtered or unexported fields
}

func (*RelationType_GetRelatesForRoleLabel_Res) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelatesForRoleLabel_Res.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelatesForRoleLabel_Res) GetRole

func (m *RelationType_GetRelatesForRoleLabel_Res) GetRole() isRelationType_GetRelatesForRoleLabel_Res_Role

func (*RelationType_GetRelatesForRoleLabel_Res) GetRoleType

func (*RelationType_GetRelatesForRoleLabel_Res) ProtoMessage

func (*RelationType_GetRelatesForRoleLabel_Res) ProtoReflect

func (*RelationType_GetRelatesForRoleLabel_Res) Reset

func (*RelationType_GetRelatesForRoleLabel_Res) String

type RelationType_GetRelatesForRoleLabel_Res_RoleType

type RelationType_GetRelatesForRoleLabel_Res_RoleType struct {
	RoleType *Type `protobuf:"bytes,1,opt,name=role_type,json=roleType,proto3,oneof"`
}

type RelationType_GetRelates_Req

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

func (*RelationType_GetRelates_Req) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelates_Req.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelates_Req) ProtoMessage

func (*RelationType_GetRelates_Req) ProtoMessage()

func (*RelationType_GetRelates_Req) ProtoReflect

func (*RelationType_GetRelates_Req) Reset

func (x *RelationType_GetRelates_Req) Reset()

func (*RelationType_GetRelates_Req) String

func (x *RelationType_GetRelates_Req) String() string

type RelationType_GetRelates_ResPart

type RelationType_GetRelates_ResPart struct {
	Roles []*Type `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationType_GetRelates_ResPart) Descriptor deprecated

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

Deprecated: Use RelationType_GetRelates_ResPart.ProtoReflect.Descriptor instead.

func (*RelationType_GetRelates_ResPart) GetRoles

func (x *RelationType_GetRelates_ResPart) GetRoles() []*Type

func (*RelationType_GetRelates_ResPart) ProtoMessage

func (*RelationType_GetRelates_ResPart) ProtoMessage()

func (*RelationType_GetRelates_ResPart) ProtoReflect

func (*RelationType_GetRelates_ResPart) Reset

func (*RelationType_GetRelates_ResPart) String

type RelationType_SetRelates

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

func (*RelationType_SetRelates) Descriptor deprecated

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

Deprecated: Use RelationType_SetRelates.ProtoReflect.Descriptor instead.

func (*RelationType_SetRelates) ProtoMessage

func (*RelationType_SetRelates) ProtoMessage()

func (*RelationType_SetRelates) ProtoReflect

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

func (*RelationType_SetRelates) Reset

func (x *RelationType_SetRelates) Reset()

func (*RelationType_SetRelates) String

func (x *RelationType_SetRelates) String() string

type RelationType_SetRelates_Req

type RelationType_SetRelates_Req struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	// Types that are assignable to Overridden:
	//	*RelationType_SetRelates_Req_OverriddenLabel
	Overridden isRelationType_SetRelates_Req_Overridden `protobuf_oneof:"overridden"`
	// contains filtered or unexported fields
}

func (*RelationType_SetRelates_Req) Descriptor deprecated

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

Deprecated: Use RelationType_SetRelates_Req.ProtoReflect.Descriptor instead.

func (*RelationType_SetRelates_Req) GetLabel

func (x *RelationType_SetRelates_Req) GetLabel() string

func (*RelationType_SetRelates_Req) GetOverridden

func (m *RelationType_SetRelates_Req) GetOverridden() isRelationType_SetRelates_Req_Overridden

func (*RelationType_SetRelates_Req) GetOverriddenLabel

func (x *RelationType_SetRelates_Req) GetOverriddenLabel() string

func (*RelationType_SetRelates_Req) ProtoMessage

func (*RelationType_SetRelates_Req) ProtoMessage()

func (*RelationType_SetRelates_Req) ProtoReflect

func (*RelationType_SetRelates_Req) Reset

func (x *RelationType_SetRelates_Req) Reset()

func (*RelationType_SetRelates_Req) String

func (x *RelationType_SetRelates_Req) String() string

type RelationType_SetRelates_Req_OverriddenLabel

type RelationType_SetRelates_Req_OverriddenLabel struct {
	OverriddenLabel string `protobuf:"bytes,2,opt,name=overridden_label,json=overriddenLabel,proto3,oneof"`
}

type RelationType_SetRelates_Res

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

func (*RelationType_SetRelates_Res) Descriptor deprecated

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

Deprecated: Use RelationType_SetRelates_Res.ProtoReflect.Descriptor instead.

func (*RelationType_SetRelates_Res) ProtoMessage

func (*RelationType_SetRelates_Res) ProtoMessage()

func (*RelationType_SetRelates_Res) ProtoReflect

func (*RelationType_SetRelates_Res) Reset

func (x *RelationType_SetRelates_Res) Reset()

func (*RelationType_SetRelates_Res) String

func (x *RelationType_SetRelates_Res) String() string

type RelationType_UnsetRelates

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

func (*RelationType_UnsetRelates) Descriptor deprecated

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

Deprecated: Use RelationType_UnsetRelates.ProtoReflect.Descriptor instead.

func (*RelationType_UnsetRelates) ProtoMessage

func (*RelationType_UnsetRelates) ProtoMessage()

func (*RelationType_UnsetRelates) ProtoReflect

func (*RelationType_UnsetRelates) Reset

func (x *RelationType_UnsetRelates) Reset()

func (*RelationType_UnsetRelates) String

func (x *RelationType_UnsetRelates) String() string

type RelationType_UnsetRelates_Req

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

func (*RelationType_UnsetRelates_Req) Descriptor deprecated

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

Deprecated: Use RelationType_UnsetRelates_Req.ProtoReflect.Descriptor instead.

func (*RelationType_UnsetRelates_Req) GetLabel

func (x *RelationType_UnsetRelates_Req) GetLabel() string

func (*RelationType_UnsetRelates_Req) ProtoMessage

func (*RelationType_UnsetRelates_Req) ProtoMessage()

func (*RelationType_UnsetRelates_Req) ProtoReflect

func (*RelationType_UnsetRelates_Req) Reset

func (x *RelationType_UnsetRelates_Req) Reset()

func (*RelationType_UnsetRelates_Req) String

type RelationType_UnsetRelates_Res

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

func (*RelationType_UnsetRelates_Res) Descriptor deprecated

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

Deprecated: Use RelationType_UnsetRelates_Res.ProtoReflect.Descriptor instead.

func (*RelationType_UnsetRelates_Res) ProtoMessage

func (*RelationType_UnsetRelates_Res) ProtoMessage()

func (*RelationType_UnsetRelates_Res) ProtoReflect

func (*RelationType_UnsetRelates_Res) Reset

func (x *RelationType_UnsetRelates_Res) Reset()

func (*RelationType_UnsetRelates_Res) String

type Relation_AddPlayer

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

func (*Relation_AddPlayer) Descriptor deprecated

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

Deprecated: Use Relation_AddPlayer.ProtoReflect.Descriptor instead.

func (*Relation_AddPlayer) ProtoMessage

func (*Relation_AddPlayer) ProtoMessage()

func (*Relation_AddPlayer) ProtoReflect

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

func (*Relation_AddPlayer) Reset

func (x *Relation_AddPlayer) Reset()

func (*Relation_AddPlayer) String

func (x *Relation_AddPlayer) String() string

type Relation_AddPlayer_Req

type Relation_AddPlayer_Req struct {
	RoleType *Type  `protobuf:"bytes,1,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`
	Player   *Thing `protobuf:"bytes,2,opt,name=player,proto3" json:"player,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_AddPlayer_Req) Descriptor deprecated

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

Deprecated: Use Relation_AddPlayer_Req.ProtoReflect.Descriptor instead.

func (*Relation_AddPlayer_Req) GetPlayer

func (x *Relation_AddPlayer_Req) GetPlayer() *Thing

func (*Relation_AddPlayer_Req) GetRoleType

func (x *Relation_AddPlayer_Req) GetRoleType() *Type

func (*Relation_AddPlayer_Req) ProtoMessage

func (*Relation_AddPlayer_Req) ProtoMessage()

func (*Relation_AddPlayer_Req) ProtoReflect

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

func (*Relation_AddPlayer_Req) Reset

func (x *Relation_AddPlayer_Req) Reset()

func (*Relation_AddPlayer_Req) String

func (x *Relation_AddPlayer_Req) String() string

type Relation_AddPlayer_Res

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

func (*Relation_AddPlayer_Res) Descriptor deprecated

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

Deprecated: Use Relation_AddPlayer_Res.ProtoReflect.Descriptor instead.

func (*Relation_AddPlayer_Res) ProtoMessage

func (*Relation_AddPlayer_Res) ProtoMessage()

func (*Relation_AddPlayer_Res) ProtoReflect

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

func (*Relation_AddPlayer_Res) Reset

func (x *Relation_AddPlayer_Res) Reset()

func (*Relation_AddPlayer_Res) String

func (x *Relation_AddPlayer_Res) String() string

type Relation_GetPlayers

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

func (*Relation_GetPlayers) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayers.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayers) ProtoMessage

func (*Relation_GetPlayers) ProtoMessage()

func (*Relation_GetPlayers) ProtoReflect

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

func (*Relation_GetPlayers) Reset

func (x *Relation_GetPlayers) Reset()

func (*Relation_GetPlayers) String

func (x *Relation_GetPlayers) String() string

type Relation_GetPlayersByRoleType

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

func (*Relation_GetPlayersByRoleType) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayersByRoleType.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayersByRoleType) ProtoMessage

func (*Relation_GetPlayersByRoleType) ProtoMessage()

func (*Relation_GetPlayersByRoleType) ProtoReflect

func (*Relation_GetPlayersByRoleType) Reset

func (x *Relation_GetPlayersByRoleType) Reset()

func (*Relation_GetPlayersByRoleType) String

type Relation_GetPlayersByRoleType_Req

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

func (*Relation_GetPlayersByRoleType_Req) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayersByRoleType_Req.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayersByRoleType_Req) ProtoMessage

func (*Relation_GetPlayersByRoleType_Req) ProtoMessage()

func (*Relation_GetPlayersByRoleType_Req) ProtoReflect

func (*Relation_GetPlayersByRoleType_Req) Reset

func (*Relation_GetPlayersByRoleType_Req) String

type Relation_GetPlayersByRoleType_ResPart

type Relation_GetPlayersByRoleType_ResPart struct {
	RoleTypesWithPlayers []*Relation_GetPlayersByRoleType_RoleTypeWithPlayer `protobuf:"bytes,1,rep,name=role_types_with_players,json=roleTypesWithPlayers,proto3" json:"role_types_with_players,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_GetPlayersByRoleType_ResPart) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayersByRoleType_ResPart.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayersByRoleType_ResPart) GetRoleTypesWithPlayers

func (*Relation_GetPlayersByRoleType_ResPart) ProtoMessage

func (*Relation_GetPlayersByRoleType_ResPart) ProtoMessage()

func (*Relation_GetPlayersByRoleType_ResPart) ProtoReflect

func (*Relation_GetPlayersByRoleType_ResPart) Reset

func (*Relation_GetPlayersByRoleType_ResPart) String

type Relation_GetPlayersByRoleType_RoleTypeWithPlayer

type Relation_GetPlayersByRoleType_RoleTypeWithPlayer struct {
	RoleType *Type  `protobuf:"bytes,1,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`
	Player   *Thing `protobuf:"bytes,2,opt,name=player,proto3" json:"player,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) Descriptor deprecated

Deprecated: Use Relation_GetPlayersByRoleType_RoleTypeWithPlayer.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) GetPlayer

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) GetRoleType

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) ProtoMessage

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) ProtoReflect

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) Reset

func (*Relation_GetPlayersByRoleType_RoleTypeWithPlayer) String

type Relation_GetPlayers_Req

type Relation_GetPlayers_Req struct {
	RoleTypes []*Type `protobuf:"bytes,1,rep,name=role_types,json=roleTypes,proto3" json:"role_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_GetPlayers_Req) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayers_Req.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayers_Req) GetRoleTypes

func (x *Relation_GetPlayers_Req) GetRoleTypes() []*Type

func (*Relation_GetPlayers_Req) ProtoMessage

func (*Relation_GetPlayers_Req) ProtoMessage()

func (*Relation_GetPlayers_Req) ProtoReflect

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

func (*Relation_GetPlayers_Req) Reset

func (x *Relation_GetPlayers_Req) Reset()

func (*Relation_GetPlayers_Req) String

func (x *Relation_GetPlayers_Req) String() string

type Relation_GetPlayers_ResPart

type Relation_GetPlayers_ResPart struct {
	Things []*Thing `protobuf:"bytes,1,rep,name=things,proto3" json:"things,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_GetPlayers_ResPart) Descriptor deprecated

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

Deprecated: Use Relation_GetPlayers_ResPart.ProtoReflect.Descriptor instead.

func (*Relation_GetPlayers_ResPart) GetThings

func (x *Relation_GetPlayers_ResPart) GetThings() []*Thing

func (*Relation_GetPlayers_ResPart) ProtoMessage

func (*Relation_GetPlayers_ResPart) ProtoMessage()

func (*Relation_GetPlayers_ResPart) ProtoReflect

func (*Relation_GetPlayers_ResPart) Reset

func (x *Relation_GetPlayers_ResPart) Reset()

func (*Relation_GetPlayers_ResPart) String

func (x *Relation_GetPlayers_ResPart) String() string

type Relation_GetRelating

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

func (*Relation_GetRelating) Descriptor deprecated

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

Deprecated: Use Relation_GetRelating.ProtoReflect.Descriptor instead.

func (*Relation_GetRelating) ProtoMessage

func (*Relation_GetRelating) ProtoMessage()

func (*Relation_GetRelating) ProtoReflect

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

func (*Relation_GetRelating) Reset

func (x *Relation_GetRelating) Reset()

func (*Relation_GetRelating) String

func (x *Relation_GetRelating) String() string

type Relation_GetRelating_Req

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

func (*Relation_GetRelating_Req) Descriptor deprecated

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

Deprecated: Use Relation_GetRelating_Req.ProtoReflect.Descriptor instead.

func (*Relation_GetRelating_Req) ProtoMessage

func (*Relation_GetRelating_Req) ProtoMessage()

func (*Relation_GetRelating_Req) ProtoReflect

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

func (*Relation_GetRelating_Req) Reset

func (x *Relation_GetRelating_Req) Reset()

func (*Relation_GetRelating_Req) String

func (x *Relation_GetRelating_Req) String() string

type Relation_GetRelating_ResPart

type Relation_GetRelating_ResPart struct {
	RoleTypes []*Type `protobuf:"bytes,1,rep,name=role_types,json=roleTypes,proto3" json:"role_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_GetRelating_ResPart) Descriptor deprecated

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

Deprecated: Use Relation_GetRelating_ResPart.ProtoReflect.Descriptor instead.

func (*Relation_GetRelating_ResPart) GetRoleTypes

func (x *Relation_GetRelating_ResPart) GetRoleTypes() []*Type

func (*Relation_GetRelating_ResPart) ProtoMessage

func (*Relation_GetRelating_ResPart) ProtoMessage()

func (*Relation_GetRelating_ResPart) ProtoReflect

func (*Relation_GetRelating_ResPart) Reset

func (x *Relation_GetRelating_ResPart) Reset()

func (*Relation_GetRelating_ResPart) String

type Relation_RemovePlayer

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

func (*Relation_RemovePlayer) Descriptor deprecated

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

Deprecated: Use Relation_RemovePlayer.ProtoReflect.Descriptor instead.

func (*Relation_RemovePlayer) ProtoMessage

func (*Relation_RemovePlayer) ProtoMessage()

func (*Relation_RemovePlayer) ProtoReflect

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

func (*Relation_RemovePlayer) Reset

func (x *Relation_RemovePlayer) Reset()

func (*Relation_RemovePlayer) String

func (x *Relation_RemovePlayer) String() string

type Relation_RemovePlayer_Req

type Relation_RemovePlayer_Req struct {
	RoleType *Type  `protobuf:"bytes,1,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`
	Player   *Thing `protobuf:"bytes,2,opt,name=player,proto3" json:"player,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation_RemovePlayer_Req) Descriptor deprecated

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

Deprecated: Use Relation_RemovePlayer_Req.ProtoReflect.Descriptor instead.

func (*Relation_RemovePlayer_Req) GetPlayer

func (x *Relation_RemovePlayer_Req) GetPlayer() *Thing

func (*Relation_RemovePlayer_Req) GetRoleType

func (x *Relation_RemovePlayer_Req) GetRoleType() *Type

func (*Relation_RemovePlayer_Req) ProtoMessage

func (*Relation_RemovePlayer_Req) ProtoMessage()

func (*Relation_RemovePlayer_Req) ProtoReflect

func (*Relation_RemovePlayer_Req) Reset

func (x *Relation_RemovePlayer_Req) Reset()

func (*Relation_RemovePlayer_Req) String

func (x *Relation_RemovePlayer_Req) String() string

type Relation_RemovePlayer_Res

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

func (*Relation_RemovePlayer_Res) Descriptor deprecated

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

Deprecated: Use Relation_RemovePlayer_Res.ProtoReflect.Descriptor instead.

func (*Relation_RemovePlayer_Res) ProtoMessage

func (*Relation_RemovePlayer_Res) ProtoMessage()

func (*Relation_RemovePlayer_Res) ProtoReflect

func (*Relation_RemovePlayer_Res) Reset

func (x *Relation_RemovePlayer_Res) Reset()

func (*Relation_RemovePlayer_Res) String

func (x *Relation_RemovePlayer_Res) String() string

type RoleType

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

func (*RoleType) Descriptor deprecated

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

Deprecated: Use RoleType.ProtoReflect.Descriptor instead.

func (*RoleType) ProtoMessage

func (*RoleType) ProtoMessage()

func (*RoleType) ProtoReflect

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

func (*RoleType) Reset

func (x *RoleType) Reset()

func (*RoleType) String

func (x *RoleType) String() string

type RoleType_GetPlayers

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

func (*RoleType_GetPlayers) Descriptor deprecated

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

Deprecated: Use RoleType_GetPlayers.ProtoReflect.Descriptor instead.

func (*RoleType_GetPlayers) ProtoMessage

func (*RoleType_GetPlayers) ProtoMessage()

func (*RoleType_GetPlayers) ProtoReflect

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

func (*RoleType_GetPlayers) Reset

func (x *RoleType_GetPlayers) Reset()

func (*RoleType_GetPlayers) String

func (x *RoleType_GetPlayers) String() string

type RoleType_GetPlayers_Req

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

func (*RoleType_GetPlayers_Req) Descriptor deprecated

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

Deprecated: Use RoleType_GetPlayers_Req.ProtoReflect.Descriptor instead.

func (*RoleType_GetPlayers_Req) ProtoMessage

func (*RoleType_GetPlayers_Req) ProtoMessage()

func (*RoleType_GetPlayers_Req) ProtoReflect

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

func (*RoleType_GetPlayers_Req) Reset

func (x *RoleType_GetPlayers_Req) Reset()

func (*RoleType_GetPlayers_Req) String

func (x *RoleType_GetPlayers_Req) String() string

type RoleType_GetPlayers_ResPart

type RoleType_GetPlayers_ResPart struct {
	ThingTypes []*Type `protobuf:"bytes,1,rep,name=thing_types,json=thingTypes,proto3" json:"thing_types,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleType_GetPlayers_ResPart) Descriptor deprecated

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

Deprecated: Use RoleType_GetPlayers_ResPart.ProtoReflect.Descriptor instead.

func (*RoleType_GetPlayers_ResPart) GetThingTypes

func (x *RoleType_GetPlayers_ResPart) GetThingTypes() []*Type

func (*RoleType_GetPlayers_ResPart) ProtoMessage

func (*RoleType_GetPlayers_ResPart) ProtoMessage()

func (*RoleType_GetPlayers_ResPart) ProtoReflect

func (*RoleType_GetPlayers_ResPart) Reset

func (x *RoleType_GetPlayers_ResPart) Reset()

func (*RoleType_GetPlayers_ResPart) String

func (x *RoleType_GetPlayers_ResPart) String() string

type RoleType_GetRelationTypes

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

func (*RoleType_GetRelationTypes) Descriptor deprecated

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

Deprecated: Use RoleType_GetRelationTypes.ProtoReflect.Descriptor instead.

func (*RoleType_GetRelationTypes) ProtoMessage

func (*RoleType_GetRelationTypes) ProtoMessage()

func (*RoleType_GetRelationTypes) ProtoReflect

func (*RoleType_GetRelationTypes) Reset

func (x *RoleType_GetRelationTypes) Reset()

func (*RoleType_GetRelationTypes) String

func (x *RoleType_GetRelationTypes) String() string

type RoleType_GetRelationTypes_Req

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

func (*RoleType_GetRelationTypes_Req) Descriptor deprecated

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

Deprecated: Use RoleType_GetRelationTypes_Req.ProtoReflect.Descriptor instead.

func (*RoleType_GetRelationTypes_Req) ProtoMessage

func (*RoleType_GetRelationTypes_Req) ProtoMessage()

func (*RoleType_GetRelationTypes_Req) ProtoReflect

func (*RoleType_GetRelationTypes_Req) Reset

func (x *RoleType_GetRelationTypes_Req) Reset()

func (*RoleType_GetRelationTypes_Req) String

type RoleType_GetRelationTypes_ResPart

type RoleType_GetRelationTypes_ResPart struct {
	RelationTypes []*Type `protobuf:"bytes,1,rep,name=relation_types,json=relationTypes,proto3" json:"relation_types,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleType_GetRelationTypes_ResPart) Descriptor deprecated

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

Deprecated: Use RoleType_GetRelationTypes_ResPart.ProtoReflect.Descriptor instead.

func (*RoleType_GetRelationTypes_ResPart) GetRelationTypes

func (x *RoleType_GetRelationTypes_ResPart) GetRelationTypes() []*Type

func (*RoleType_GetRelationTypes_ResPart) ProtoMessage

func (*RoleType_GetRelationTypes_ResPart) ProtoMessage()

func (*RoleType_GetRelationTypes_ResPart) ProtoReflect

func (*RoleType_GetRelationTypes_ResPart) Reset

func (*RoleType_GetRelationTypes_ResPart) String

type Rule

type Rule struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	When  string `protobuf:"bytes,2,opt,name=when,proto3" json:"when,omitempty"`
	Then  string `protobuf:"bytes,3,opt,name=then,proto3" json:"then,omitempty"`
	// contains filtered or unexported fields
}

func (*Rule) Descriptor deprecated

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

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetLabel

func (x *Rule) GetLabel() string

func (*Rule) GetThen

func (x *Rule) GetThen() string

func (*Rule) GetWhen

func (x *Rule) GetWhen() string

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

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

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type Rule_Delete

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

func (*Rule_Delete) Descriptor deprecated

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

Deprecated: Use Rule_Delete.ProtoReflect.Descriptor instead.

func (*Rule_Delete) ProtoMessage

func (*Rule_Delete) ProtoMessage()

func (*Rule_Delete) ProtoReflect

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

func (*Rule_Delete) Reset

func (x *Rule_Delete) Reset()

func (*Rule_Delete) String

func (x *Rule_Delete) String() string

type Rule_Delete_Req

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

func (*Rule_Delete_Req) Descriptor deprecated

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

Deprecated: Use Rule_Delete_Req.ProtoReflect.Descriptor instead.

func (*Rule_Delete_Req) ProtoMessage

func (*Rule_Delete_Req) ProtoMessage()

func (*Rule_Delete_Req) ProtoReflect

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

func (*Rule_Delete_Req) Reset

func (x *Rule_Delete_Req) Reset()

func (*Rule_Delete_Req) String

func (x *Rule_Delete_Req) String() string

type Rule_Delete_Res

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

func (*Rule_Delete_Res) Descriptor deprecated

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

Deprecated: Use Rule_Delete_Res.ProtoReflect.Descriptor instead.

func (*Rule_Delete_Res) ProtoMessage

func (*Rule_Delete_Res) ProtoMessage()

func (*Rule_Delete_Res) ProtoReflect

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

func (*Rule_Delete_Res) Reset

func (x *Rule_Delete_Res) Reset()

func (*Rule_Delete_Res) String

func (x *Rule_Delete_Res) String() string

type Rule_Req

type Rule_Req struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	// Types that are assignable to Req:
	//	*Rule_Req_RuleDeleteReq
	//	*Rule_Req_RuleSetLabelReq
	Req isRule_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*Rule_Req) Descriptor deprecated

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

Deprecated: Use Rule_Req.ProtoReflect.Descriptor instead.

func (*Rule_Req) GetLabel

func (x *Rule_Req) GetLabel() string

func (*Rule_Req) GetReq

func (m *Rule_Req) GetReq() isRule_Req_Req

func (*Rule_Req) GetRuleDeleteReq

func (x *Rule_Req) GetRuleDeleteReq() *Rule_Delete_Req

func (*Rule_Req) GetRuleSetLabelReq

func (x *Rule_Req) GetRuleSetLabelReq() *Rule_SetLabel_Req

func (*Rule_Req) ProtoMessage

func (*Rule_Req) ProtoMessage()

func (*Rule_Req) ProtoReflect

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

func (*Rule_Req) Reset

func (x *Rule_Req) Reset()

func (*Rule_Req) String

func (x *Rule_Req) String() string

type Rule_Req_RuleDeleteReq

type Rule_Req_RuleDeleteReq struct {
	RuleDeleteReq *Rule_Delete_Req `protobuf:"bytes,100,opt,name=rule_delete_req,json=ruleDeleteReq,proto3,oneof"`
}

type Rule_Req_RuleSetLabelReq

type Rule_Req_RuleSetLabelReq struct {
	RuleSetLabelReq *Rule_SetLabel_Req `protobuf:"bytes,101,opt,name=rule_set_label_req,json=ruleSetLabelReq,proto3,oneof"`
}

type Rule_Res

type Rule_Res struct {

	// Types that are assignable to Res:
	//	*Rule_Res_RuleDeleteRes
	//	*Rule_Res_RuleSetLabelRes
	Res isRule_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Rule_Res) Descriptor deprecated

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

Deprecated: Use Rule_Res.ProtoReflect.Descriptor instead.

func (*Rule_Res) GetRes

func (m *Rule_Res) GetRes() isRule_Res_Res

func (*Rule_Res) GetRuleDeleteRes

func (x *Rule_Res) GetRuleDeleteRes() *Rule_Delete_Res

func (*Rule_Res) GetRuleSetLabelRes

func (x *Rule_Res) GetRuleSetLabelRes() *Rule_SetLabel_Res

func (*Rule_Res) ProtoMessage

func (*Rule_Res) ProtoMessage()

func (*Rule_Res) ProtoReflect

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

func (*Rule_Res) Reset

func (x *Rule_Res) Reset()

func (*Rule_Res) String

func (x *Rule_Res) String() string

type Rule_Res_RuleDeleteRes

type Rule_Res_RuleDeleteRes struct {
	RuleDeleteRes *Rule_Delete_Res `protobuf:"bytes,100,opt,name=rule_delete_res,json=ruleDeleteRes,proto3,oneof"`
}

type Rule_Res_RuleSetLabelRes

type Rule_Res_RuleSetLabelRes struct {
	RuleSetLabelRes *Rule_SetLabel_Res `protobuf:"bytes,101,opt,name=rule_set_label_res,json=ruleSetLabelRes,proto3,oneof"`
}

type Rule_SetLabel

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

func (*Rule_SetLabel) Descriptor deprecated

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

Deprecated: Use Rule_SetLabel.ProtoReflect.Descriptor instead.

func (*Rule_SetLabel) ProtoMessage

func (*Rule_SetLabel) ProtoMessage()

func (*Rule_SetLabel) ProtoReflect

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

func (*Rule_SetLabel) Reset

func (x *Rule_SetLabel) Reset()

func (*Rule_SetLabel) String

func (x *Rule_SetLabel) String() string

type Rule_SetLabel_Req

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

func (*Rule_SetLabel_Req) Descriptor deprecated

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

Deprecated: Use Rule_SetLabel_Req.ProtoReflect.Descriptor instead.

func (*Rule_SetLabel_Req) GetLabel

func (x *Rule_SetLabel_Req) GetLabel() string

func (*Rule_SetLabel_Req) ProtoMessage

func (*Rule_SetLabel_Req) ProtoMessage()

func (*Rule_SetLabel_Req) ProtoReflect

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

func (*Rule_SetLabel_Req) Reset

func (x *Rule_SetLabel_Req) Reset()

func (*Rule_SetLabel_Req) String

func (x *Rule_SetLabel_Req) String() string

type Rule_SetLabel_Res

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

func (*Rule_SetLabel_Res) Descriptor deprecated

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

Deprecated: Use Rule_SetLabel_Res.ProtoReflect.Descriptor instead.

func (*Rule_SetLabel_Res) ProtoMessage

func (*Rule_SetLabel_Res) ProtoMessage()

func (*Rule_SetLabel_Res) ProtoReflect

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

func (*Rule_SetLabel_Res) Reset

func (x *Rule_SetLabel_Res) Reset()

func (*Rule_SetLabel_Res) String

func (x *Rule_SetLabel_Res) String() string

type Session

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

func (*Session) Descriptor deprecated

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

Deprecated: Use Session.ProtoReflect.Descriptor instead.

func (*Session) ProtoMessage

func (*Session) ProtoMessage()

func (*Session) ProtoReflect

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

func (*Session) Reset

func (x *Session) Reset()

func (*Session) String

func (x *Session) String() string

type Session_Close

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

func (*Session_Close) Descriptor deprecated

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

Deprecated: Use Session_Close.ProtoReflect.Descriptor instead.

func (*Session_Close) ProtoMessage

func (*Session_Close) ProtoMessage()

func (*Session_Close) ProtoReflect

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

func (*Session_Close) Reset

func (x *Session_Close) Reset()

func (*Session_Close) String

func (x *Session_Close) String() string

type Session_Close_Req

type Session_Close_Req struct {
	SessionId []byte `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Close_Req) Descriptor deprecated

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

Deprecated: Use Session_Close_Req.ProtoReflect.Descriptor instead.

func (*Session_Close_Req) GetSessionId

func (x *Session_Close_Req) GetSessionId() []byte

func (*Session_Close_Req) ProtoMessage

func (*Session_Close_Req) ProtoMessage()

func (*Session_Close_Req) ProtoReflect

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

func (*Session_Close_Req) Reset

func (x *Session_Close_Req) Reset()

func (*Session_Close_Req) String

func (x *Session_Close_Req) String() string

type Session_Close_Res

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

func (*Session_Close_Res) Descriptor deprecated

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

Deprecated: Use Session_Close_Res.ProtoReflect.Descriptor instead.

func (*Session_Close_Res) ProtoMessage

func (*Session_Close_Res) ProtoMessage()

func (*Session_Close_Res) ProtoReflect

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

func (*Session_Close_Res) Reset

func (x *Session_Close_Res) Reset()

func (*Session_Close_Res) String

func (x *Session_Close_Res) String() string

type Session_Open

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

func (*Session_Open) Descriptor deprecated

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

Deprecated: Use Session_Open.ProtoReflect.Descriptor instead.

func (*Session_Open) ProtoMessage

func (*Session_Open) ProtoMessage()

func (*Session_Open) ProtoReflect

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

func (*Session_Open) Reset

func (x *Session_Open) Reset()

func (*Session_Open) String

func (x *Session_Open) String() string

type Session_Open_Req

type Session_Open_Req struct {
	Database string       `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	Type     Session_Type `protobuf:"varint,2,opt,name=type,proto3,enum=typedb.protocol.Session_Type" json:"type,omitempty"`
	Options  *Options     `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Open_Req) Descriptor deprecated

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

Deprecated: Use Session_Open_Req.ProtoReflect.Descriptor instead.

func (*Session_Open_Req) GetDatabase

func (x *Session_Open_Req) GetDatabase() string

func (*Session_Open_Req) GetOptions

func (x *Session_Open_Req) GetOptions() *Options

func (*Session_Open_Req) GetType

func (x *Session_Open_Req) GetType() Session_Type

func (*Session_Open_Req) ProtoMessage

func (*Session_Open_Req) ProtoMessage()

func (*Session_Open_Req) ProtoReflect

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

func (*Session_Open_Req) Reset

func (x *Session_Open_Req) Reset()

func (*Session_Open_Req) String

func (x *Session_Open_Req) String() string

type Session_Open_Res

type Session_Open_Res struct {
	SessionId            []byte `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	ServerDurationMillis int32  `protobuf:"varint,2,opt,name=server_duration_millis,json=serverDurationMillis,proto3" json:"server_duration_millis,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Open_Res) Descriptor deprecated

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

Deprecated: Use Session_Open_Res.ProtoReflect.Descriptor instead.

func (*Session_Open_Res) GetServerDurationMillis

func (x *Session_Open_Res) GetServerDurationMillis() int32

func (*Session_Open_Res) GetSessionId

func (x *Session_Open_Res) GetSessionId() []byte

func (*Session_Open_Res) ProtoMessage

func (*Session_Open_Res) ProtoMessage()

func (*Session_Open_Res) ProtoReflect

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

func (*Session_Open_Res) Reset

func (x *Session_Open_Res) Reset()

func (*Session_Open_Res) String

func (x *Session_Open_Res) String() string

type Session_Pulse

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

func (*Session_Pulse) Descriptor deprecated

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

Deprecated: Use Session_Pulse.ProtoReflect.Descriptor instead.

func (*Session_Pulse) ProtoMessage

func (*Session_Pulse) ProtoMessage()

func (*Session_Pulse) ProtoReflect

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

func (*Session_Pulse) Reset

func (x *Session_Pulse) Reset()

func (*Session_Pulse) String

func (x *Session_Pulse) String() string

type Session_Pulse_Req

type Session_Pulse_Req struct {
	SessionId []byte `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Session_Pulse_Req) Descriptor deprecated

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

Deprecated: Use Session_Pulse_Req.ProtoReflect.Descriptor instead.

func (*Session_Pulse_Req) GetSessionId

func (x *Session_Pulse_Req) GetSessionId() []byte

func (*Session_Pulse_Req) ProtoMessage

func (*Session_Pulse_Req) ProtoMessage()

func (*Session_Pulse_Req) ProtoReflect

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

func (*Session_Pulse_Req) Reset

func (x *Session_Pulse_Req) Reset()

func (*Session_Pulse_Req) String

func (x *Session_Pulse_Req) String() string

type Session_Pulse_Res

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

func (*Session_Pulse_Res) Descriptor deprecated

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

Deprecated: Use Session_Pulse_Res.ProtoReflect.Descriptor instead.

func (*Session_Pulse_Res) GetAlive

func (x *Session_Pulse_Res) GetAlive() bool

func (*Session_Pulse_Res) ProtoMessage

func (*Session_Pulse_Res) ProtoMessage()

func (*Session_Pulse_Res) ProtoReflect

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

func (*Session_Pulse_Res) Reset

func (x *Session_Pulse_Res) Reset()

func (*Session_Pulse_Res) String

func (x *Session_Pulse_Res) String() string

type Session_Type

type Session_Type int32
const (
	Session_DATA   Session_Type = 0
	Session_SCHEMA Session_Type = 1
)

func (Session_Type) Descriptor

func (Session_Type) Enum

func (x Session_Type) Enum() *Session_Type

func (Session_Type) EnumDescriptor deprecated

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

Deprecated: Use Session_Type.Descriptor instead.

func (Session_Type) Number

func (Session_Type) String

func (x Session_Type) String() string

func (Session_Type) Type

type Thing

type Thing struct {
	Iid      []byte           `protobuf:"bytes,1,opt,name=iid,proto3" json:"iid,omitempty"`
	Type     *Type            `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Value    *Attribute_Value `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	Inferred bool             `protobuf:"varint,4,opt,name=inferred,proto3" json:"inferred,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing) Descriptor deprecated

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

Deprecated: Use Thing.ProtoReflect.Descriptor instead.

func (*Thing) GetIid

func (x *Thing) GetIid() []byte

func (*Thing) GetInferred

func (x *Thing) GetInferred() bool

func (*Thing) GetType

func (x *Thing) GetType() *Type

func (*Thing) GetValue

func (x *Thing) GetValue() *Attribute_Value

func (*Thing) ProtoMessage

func (*Thing) ProtoMessage()

func (*Thing) ProtoReflect

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

func (*Thing) Reset

func (x *Thing) Reset()

func (*Thing) String

func (x *Thing) String() string

type ThingType

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

func (*ThingType) Descriptor deprecated

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

Deprecated: Use ThingType.ProtoReflect.Descriptor instead.

func (*ThingType) ProtoMessage

func (*ThingType) ProtoMessage()

func (*ThingType) ProtoReflect

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

func (*ThingType) Reset

func (x *ThingType) Reset()

func (*ThingType) String

func (x *ThingType) String() string

type ThingType_GetInstances

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

func (*ThingType_GetInstances) Descriptor deprecated

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

Deprecated: Use ThingType_GetInstances.ProtoReflect.Descriptor instead.

func (*ThingType_GetInstances) ProtoMessage

func (*ThingType_GetInstances) ProtoMessage()

func (*ThingType_GetInstances) ProtoReflect

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

func (*ThingType_GetInstances) Reset

func (x *ThingType_GetInstances) Reset()

func (*ThingType_GetInstances) String

func (x *ThingType_GetInstances) String() string

type ThingType_GetInstances_Req

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

func (*ThingType_GetInstances_Req) Descriptor deprecated

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

Deprecated: Use ThingType_GetInstances_Req.ProtoReflect.Descriptor instead.

func (*ThingType_GetInstances_Req) ProtoMessage

func (*ThingType_GetInstances_Req) ProtoMessage()

func (*ThingType_GetInstances_Req) ProtoReflect

func (*ThingType_GetInstances_Req) Reset

func (x *ThingType_GetInstances_Req) Reset()

func (*ThingType_GetInstances_Req) String

func (x *ThingType_GetInstances_Req) String() string

type ThingType_GetInstances_ResPart

type ThingType_GetInstances_ResPart struct {
	Things []*Thing `protobuf:"bytes,1,rep,name=things,proto3" json:"things,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_GetInstances_ResPart) Descriptor deprecated

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

Deprecated: Use ThingType_GetInstances_ResPart.ProtoReflect.Descriptor instead.

func (*ThingType_GetInstances_ResPart) GetThings

func (x *ThingType_GetInstances_ResPart) GetThings() []*Thing

func (*ThingType_GetInstances_ResPart) ProtoMessage

func (*ThingType_GetInstances_ResPart) ProtoMessage()

func (*ThingType_GetInstances_ResPart) ProtoReflect

func (*ThingType_GetInstances_ResPart) Reset

func (x *ThingType_GetInstances_ResPart) Reset()

func (*ThingType_GetInstances_ResPart) String

type ThingType_GetOwns

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

func (*ThingType_GetOwns) Descriptor deprecated

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

Deprecated: Use ThingType_GetOwns.ProtoReflect.Descriptor instead.

func (*ThingType_GetOwns) ProtoMessage

func (*ThingType_GetOwns) ProtoMessage()

func (*ThingType_GetOwns) ProtoReflect

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

func (*ThingType_GetOwns) Reset

func (x *ThingType_GetOwns) Reset()

func (*ThingType_GetOwns) String

func (x *ThingType_GetOwns) String() string

type ThingType_GetOwns_Req

type ThingType_GetOwns_Req struct {

	// Types that are assignable to Filter:
	//	*ThingType_GetOwns_Req_ValueType
	Filter   isThingType_GetOwns_Req_Filter `protobuf_oneof:"filter"`
	KeysOnly bool                           `protobuf:"varint,3,opt,name=keys_only,json=keysOnly,proto3" json:"keys_only,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_GetOwns_Req) Descriptor deprecated

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

Deprecated: Use ThingType_GetOwns_Req.ProtoReflect.Descriptor instead.

func (*ThingType_GetOwns_Req) GetFilter

func (m *ThingType_GetOwns_Req) GetFilter() isThingType_GetOwns_Req_Filter

func (*ThingType_GetOwns_Req) GetKeysOnly

func (x *ThingType_GetOwns_Req) GetKeysOnly() bool

func (*ThingType_GetOwns_Req) GetValueType

func (*ThingType_GetOwns_Req) ProtoMessage

func (*ThingType_GetOwns_Req) ProtoMessage()

func (*ThingType_GetOwns_Req) ProtoReflect

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

func (*ThingType_GetOwns_Req) Reset

func (x *ThingType_GetOwns_Req) Reset()

func (*ThingType_GetOwns_Req) String

func (x *ThingType_GetOwns_Req) String() string

type ThingType_GetOwns_Req_ValueType

type ThingType_GetOwns_Req_ValueType struct {
	ValueType AttributeType_ValueType `protobuf:"varint,1,opt,name=value_type,json=valueType,proto3,enum=typedb.protocol.AttributeType_ValueType,oneof"`
}

type ThingType_GetOwns_ResPart

type ThingType_GetOwns_ResPart struct {
	AttributeTypes []*Type `protobuf:"bytes,1,rep,name=attribute_types,json=attributeTypes,proto3" json:"attribute_types,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_GetOwns_ResPart) Descriptor deprecated

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

Deprecated: Use ThingType_GetOwns_ResPart.ProtoReflect.Descriptor instead.

func (*ThingType_GetOwns_ResPart) GetAttributeTypes

func (x *ThingType_GetOwns_ResPart) GetAttributeTypes() []*Type

func (*ThingType_GetOwns_ResPart) ProtoMessage

func (*ThingType_GetOwns_ResPart) ProtoMessage()

func (*ThingType_GetOwns_ResPart) ProtoReflect

func (*ThingType_GetOwns_ResPart) Reset

func (x *ThingType_GetOwns_ResPart) Reset()

func (*ThingType_GetOwns_ResPart) String

func (x *ThingType_GetOwns_ResPart) String() string

type ThingType_GetPlays

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

func (*ThingType_GetPlays) Descriptor deprecated

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

Deprecated: Use ThingType_GetPlays.ProtoReflect.Descriptor instead.

func (*ThingType_GetPlays) ProtoMessage

func (*ThingType_GetPlays) ProtoMessage()

func (*ThingType_GetPlays) ProtoReflect

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

func (*ThingType_GetPlays) Reset

func (x *ThingType_GetPlays) Reset()

func (*ThingType_GetPlays) String

func (x *ThingType_GetPlays) String() string

type ThingType_GetPlays_Req

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

func (*ThingType_GetPlays_Req) Descriptor deprecated

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

Deprecated: Use ThingType_GetPlays_Req.ProtoReflect.Descriptor instead.

func (*ThingType_GetPlays_Req) ProtoMessage

func (*ThingType_GetPlays_Req) ProtoMessage()

func (*ThingType_GetPlays_Req) ProtoReflect

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

func (*ThingType_GetPlays_Req) Reset

func (x *ThingType_GetPlays_Req) Reset()

func (*ThingType_GetPlays_Req) String

func (x *ThingType_GetPlays_Req) String() string

type ThingType_GetPlays_ResPart

type ThingType_GetPlays_ResPart struct {
	Roles []*Type `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_GetPlays_ResPart) Descriptor deprecated

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

Deprecated: Use ThingType_GetPlays_ResPart.ProtoReflect.Descriptor instead.

func (*ThingType_GetPlays_ResPart) GetRoles

func (x *ThingType_GetPlays_ResPart) GetRoles() []*Type

func (*ThingType_GetPlays_ResPart) ProtoMessage

func (*ThingType_GetPlays_ResPart) ProtoMessage()

func (*ThingType_GetPlays_ResPart) ProtoReflect

func (*ThingType_GetPlays_ResPart) Reset

func (x *ThingType_GetPlays_ResPart) Reset()

func (*ThingType_GetPlays_ResPart) String

func (x *ThingType_GetPlays_ResPart) String() string

type ThingType_SetAbstract

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

func (*ThingType_SetAbstract) Descriptor deprecated

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

Deprecated: Use ThingType_SetAbstract.ProtoReflect.Descriptor instead.

func (*ThingType_SetAbstract) ProtoMessage

func (*ThingType_SetAbstract) ProtoMessage()

func (*ThingType_SetAbstract) ProtoReflect

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

func (*ThingType_SetAbstract) Reset

func (x *ThingType_SetAbstract) Reset()

func (*ThingType_SetAbstract) String

func (x *ThingType_SetAbstract) String() string

type ThingType_SetAbstract_Req

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

func (*ThingType_SetAbstract_Req) Descriptor deprecated

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

Deprecated: Use ThingType_SetAbstract_Req.ProtoReflect.Descriptor instead.

func (*ThingType_SetAbstract_Req) ProtoMessage

func (*ThingType_SetAbstract_Req) ProtoMessage()

func (*ThingType_SetAbstract_Req) ProtoReflect

func (*ThingType_SetAbstract_Req) Reset

func (x *ThingType_SetAbstract_Req) Reset()

func (*ThingType_SetAbstract_Req) String

func (x *ThingType_SetAbstract_Req) String() string

type ThingType_SetAbstract_Res

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

func (*ThingType_SetAbstract_Res) Descriptor deprecated

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

Deprecated: Use ThingType_SetAbstract_Res.ProtoReflect.Descriptor instead.

func (*ThingType_SetAbstract_Res) ProtoMessage

func (*ThingType_SetAbstract_Res) ProtoMessage()

func (*ThingType_SetAbstract_Res) ProtoReflect

func (*ThingType_SetAbstract_Res) Reset

func (x *ThingType_SetAbstract_Res) Reset()

func (*ThingType_SetAbstract_Res) String

func (x *ThingType_SetAbstract_Res) String() string

type ThingType_SetOwns

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

func (*ThingType_SetOwns) Descriptor deprecated

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

Deprecated: Use ThingType_SetOwns.ProtoReflect.Descriptor instead.

func (*ThingType_SetOwns) ProtoMessage

func (*ThingType_SetOwns) ProtoMessage()

func (*ThingType_SetOwns) ProtoReflect

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

func (*ThingType_SetOwns) Reset

func (x *ThingType_SetOwns) Reset()

func (*ThingType_SetOwns) String

func (x *ThingType_SetOwns) String() string

type ThingType_SetOwns_Req

type ThingType_SetOwns_Req struct {
	AttributeType *Type `protobuf:"bytes,1,opt,name=attribute_type,json=attributeType,proto3" json:"attribute_type,omitempty"`
	// Types that are assignable to Overridden:
	//	*ThingType_SetOwns_Req_OverriddenType
	Overridden isThingType_SetOwns_Req_Overridden `protobuf_oneof:"overridden"`
	IsKey      bool                               `protobuf:"varint,3,opt,name=is_key,json=isKey,proto3" json:"is_key,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_SetOwns_Req) Descriptor deprecated

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

Deprecated: Use ThingType_SetOwns_Req.ProtoReflect.Descriptor instead.

func (*ThingType_SetOwns_Req) GetAttributeType

func (x *ThingType_SetOwns_Req) GetAttributeType() *Type

func (*ThingType_SetOwns_Req) GetIsKey

func (x *ThingType_SetOwns_Req) GetIsKey() bool

func (*ThingType_SetOwns_Req) GetOverridden

func (m *ThingType_SetOwns_Req) GetOverridden() isThingType_SetOwns_Req_Overridden

func (*ThingType_SetOwns_Req) GetOverriddenType

func (x *ThingType_SetOwns_Req) GetOverriddenType() *Type

func (*ThingType_SetOwns_Req) ProtoMessage

func (*ThingType_SetOwns_Req) ProtoMessage()

func (*ThingType_SetOwns_Req) ProtoReflect

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

func (*ThingType_SetOwns_Req) Reset

func (x *ThingType_SetOwns_Req) Reset()

func (*ThingType_SetOwns_Req) String

func (x *ThingType_SetOwns_Req) String() string

type ThingType_SetOwns_Req_OverriddenType

type ThingType_SetOwns_Req_OverriddenType struct {
	OverriddenType *Type `protobuf:"bytes,2,opt,name=overridden_type,json=overriddenType,proto3,oneof"`
}

type ThingType_SetOwns_Res

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

func (*ThingType_SetOwns_Res) Descriptor deprecated

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

Deprecated: Use ThingType_SetOwns_Res.ProtoReflect.Descriptor instead.

func (*ThingType_SetOwns_Res) ProtoMessage

func (*ThingType_SetOwns_Res) ProtoMessage()

func (*ThingType_SetOwns_Res) ProtoReflect

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

func (*ThingType_SetOwns_Res) Reset

func (x *ThingType_SetOwns_Res) Reset()

func (*ThingType_SetOwns_Res) String

func (x *ThingType_SetOwns_Res) String() string

type ThingType_SetPlays

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

func (*ThingType_SetPlays) Descriptor deprecated

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

Deprecated: Use ThingType_SetPlays.ProtoReflect.Descriptor instead.

func (*ThingType_SetPlays) ProtoMessage

func (*ThingType_SetPlays) ProtoMessage()

func (*ThingType_SetPlays) ProtoReflect

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

func (*ThingType_SetPlays) Reset

func (x *ThingType_SetPlays) Reset()

func (*ThingType_SetPlays) String

func (x *ThingType_SetPlays) String() string

type ThingType_SetPlays_Req

type ThingType_SetPlays_Req struct {
	Role *Type `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// Types that are assignable to Overridden:
	//	*ThingType_SetPlays_Req_OverriddenRole
	Overridden isThingType_SetPlays_Req_Overridden `protobuf_oneof:"overridden"`
	// contains filtered or unexported fields
}

func (*ThingType_SetPlays_Req) Descriptor deprecated

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

Deprecated: Use ThingType_SetPlays_Req.ProtoReflect.Descriptor instead.

func (*ThingType_SetPlays_Req) GetOverridden

func (m *ThingType_SetPlays_Req) GetOverridden() isThingType_SetPlays_Req_Overridden

func (*ThingType_SetPlays_Req) GetOverriddenRole

func (x *ThingType_SetPlays_Req) GetOverriddenRole() *Type

func (*ThingType_SetPlays_Req) GetRole

func (x *ThingType_SetPlays_Req) GetRole() *Type

func (*ThingType_SetPlays_Req) ProtoMessage

func (*ThingType_SetPlays_Req) ProtoMessage()

func (*ThingType_SetPlays_Req) ProtoReflect

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

func (*ThingType_SetPlays_Req) Reset

func (x *ThingType_SetPlays_Req) Reset()

func (*ThingType_SetPlays_Req) String

func (x *ThingType_SetPlays_Req) String() string

type ThingType_SetPlays_Req_OverriddenRole

type ThingType_SetPlays_Req_OverriddenRole struct {
	OverriddenRole *Type `protobuf:"bytes,2,opt,name=overridden_role,json=overriddenRole,proto3,oneof"`
}

type ThingType_SetPlays_Res

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

func (*ThingType_SetPlays_Res) Descriptor deprecated

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

Deprecated: Use ThingType_SetPlays_Res.ProtoReflect.Descriptor instead.

func (*ThingType_SetPlays_Res) ProtoMessage

func (*ThingType_SetPlays_Res) ProtoMessage()

func (*ThingType_SetPlays_Res) ProtoReflect

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

func (*ThingType_SetPlays_Res) Reset

func (x *ThingType_SetPlays_Res) Reset()

func (*ThingType_SetPlays_Res) String

func (x *ThingType_SetPlays_Res) String() string

type ThingType_UnsetAbstract

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

func (*ThingType_UnsetAbstract) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetAbstract.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetAbstract) ProtoMessage

func (*ThingType_UnsetAbstract) ProtoMessage()

func (*ThingType_UnsetAbstract) ProtoReflect

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

func (*ThingType_UnsetAbstract) Reset

func (x *ThingType_UnsetAbstract) Reset()

func (*ThingType_UnsetAbstract) String

func (x *ThingType_UnsetAbstract) String() string

type ThingType_UnsetAbstract_Req

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

func (*ThingType_UnsetAbstract_Req) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetAbstract_Req.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetAbstract_Req) ProtoMessage

func (*ThingType_UnsetAbstract_Req) ProtoMessage()

func (*ThingType_UnsetAbstract_Req) ProtoReflect

func (*ThingType_UnsetAbstract_Req) Reset

func (x *ThingType_UnsetAbstract_Req) Reset()

func (*ThingType_UnsetAbstract_Req) String

func (x *ThingType_UnsetAbstract_Req) String() string

type ThingType_UnsetAbstract_Res

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

func (*ThingType_UnsetAbstract_Res) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetAbstract_Res.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetAbstract_Res) ProtoMessage

func (*ThingType_UnsetAbstract_Res) ProtoMessage()

func (*ThingType_UnsetAbstract_Res) ProtoReflect

func (*ThingType_UnsetAbstract_Res) Reset

func (x *ThingType_UnsetAbstract_Res) Reset()

func (*ThingType_UnsetAbstract_Res) String

func (x *ThingType_UnsetAbstract_Res) String() string

type ThingType_UnsetOwns

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

func (*ThingType_UnsetOwns) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetOwns.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetOwns) ProtoMessage

func (*ThingType_UnsetOwns) ProtoMessage()

func (*ThingType_UnsetOwns) ProtoReflect

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

func (*ThingType_UnsetOwns) Reset

func (x *ThingType_UnsetOwns) Reset()

func (*ThingType_UnsetOwns) String

func (x *ThingType_UnsetOwns) String() string

type ThingType_UnsetOwns_Req

type ThingType_UnsetOwns_Req struct {
	AttributeType *Type `protobuf:"bytes,1,opt,name=attribute_type,json=attributeType,proto3" json:"attribute_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_UnsetOwns_Req) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetOwns_Req.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetOwns_Req) GetAttributeType

func (x *ThingType_UnsetOwns_Req) GetAttributeType() *Type

func (*ThingType_UnsetOwns_Req) ProtoMessage

func (*ThingType_UnsetOwns_Req) ProtoMessage()

func (*ThingType_UnsetOwns_Req) ProtoReflect

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

func (*ThingType_UnsetOwns_Req) Reset

func (x *ThingType_UnsetOwns_Req) Reset()

func (*ThingType_UnsetOwns_Req) String

func (x *ThingType_UnsetOwns_Req) String() string

type ThingType_UnsetOwns_Res

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

func (*ThingType_UnsetOwns_Res) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetOwns_Res.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetOwns_Res) ProtoMessage

func (*ThingType_UnsetOwns_Res) ProtoMessage()

func (*ThingType_UnsetOwns_Res) ProtoReflect

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

func (*ThingType_UnsetOwns_Res) Reset

func (x *ThingType_UnsetOwns_Res) Reset()

func (*ThingType_UnsetOwns_Res) String

func (x *ThingType_UnsetOwns_Res) String() string

type ThingType_UnsetPlays

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

func (*ThingType_UnsetPlays) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetPlays.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetPlays) ProtoMessage

func (*ThingType_UnsetPlays) ProtoMessage()

func (*ThingType_UnsetPlays) ProtoReflect

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

func (*ThingType_UnsetPlays) Reset

func (x *ThingType_UnsetPlays) Reset()

func (*ThingType_UnsetPlays) String

func (x *ThingType_UnsetPlays) String() string

type ThingType_UnsetPlays_Req

type ThingType_UnsetPlays_Req struct {
	Role *Type `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*ThingType_UnsetPlays_Req) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetPlays_Req.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetPlays_Req) GetRole

func (x *ThingType_UnsetPlays_Req) GetRole() *Type

func (*ThingType_UnsetPlays_Req) ProtoMessage

func (*ThingType_UnsetPlays_Req) ProtoMessage()

func (*ThingType_UnsetPlays_Req) ProtoReflect

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

func (*ThingType_UnsetPlays_Req) Reset

func (x *ThingType_UnsetPlays_Req) Reset()

func (*ThingType_UnsetPlays_Req) String

func (x *ThingType_UnsetPlays_Req) String() string

type ThingType_UnsetPlays_Res

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

func (*ThingType_UnsetPlays_Res) Descriptor deprecated

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

Deprecated: Use ThingType_UnsetPlays_Res.ProtoReflect.Descriptor instead.

func (*ThingType_UnsetPlays_Res) ProtoMessage

func (*ThingType_UnsetPlays_Res) ProtoMessage()

func (*ThingType_UnsetPlays_Res) ProtoReflect

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

func (*ThingType_UnsetPlays_Res) Reset

func (x *ThingType_UnsetPlays_Res) Reset()

func (*ThingType_UnsetPlays_Res) String

func (x *ThingType_UnsetPlays_Res) String() string

type Thing_Delete

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

func (*Thing_Delete) Descriptor deprecated

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

Deprecated: Use Thing_Delete.ProtoReflect.Descriptor instead.

func (*Thing_Delete) ProtoMessage

func (*Thing_Delete) ProtoMessage()

func (*Thing_Delete) ProtoReflect

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

func (*Thing_Delete) Reset

func (x *Thing_Delete) Reset()

func (*Thing_Delete) String

func (x *Thing_Delete) String() string

type Thing_Delete_Req

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

func (*Thing_Delete_Req) Descriptor deprecated

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

Deprecated: Use Thing_Delete_Req.ProtoReflect.Descriptor instead.

func (*Thing_Delete_Req) ProtoMessage

func (*Thing_Delete_Req) ProtoMessage()

func (*Thing_Delete_Req) ProtoReflect

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

func (*Thing_Delete_Req) Reset

func (x *Thing_Delete_Req) Reset()

func (*Thing_Delete_Req) String

func (x *Thing_Delete_Req) String() string

type Thing_Delete_Res

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

func (*Thing_Delete_Res) Descriptor deprecated

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

Deprecated: Use Thing_Delete_Res.ProtoReflect.Descriptor instead.

func (*Thing_Delete_Res) ProtoMessage

func (*Thing_Delete_Res) ProtoMessage()

func (*Thing_Delete_Res) ProtoReflect

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

func (*Thing_Delete_Res) Reset

func (x *Thing_Delete_Res) Reset()

func (*Thing_Delete_Res) String

func (x *Thing_Delete_Res) String() string

type Thing_GetHas

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

func (*Thing_GetHas) Descriptor deprecated

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

Deprecated: Use Thing_GetHas.ProtoReflect.Descriptor instead.

func (*Thing_GetHas) ProtoMessage

func (*Thing_GetHas) ProtoMessage()

func (*Thing_GetHas) ProtoReflect

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

func (*Thing_GetHas) Reset

func (x *Thing_GetHas) Reset()

func (*Thing_GetHas) String

func (x *Thing_GetHas) String() string

type Thing_GetHas_Req

type Thing_GetHas_Req struct {
	AttributeTypes []*Type `protobuf:"bytes,1,rep,name=attribute_types,json=attributeTypes,proto3" json:"attribute_types,omitempty"`
	KeysOnly       bool    `protobuf:"varint,2,opt,name=keys_only,json=keysOnly,proto3" json:"keys_only,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetHas_Req) Descriptor deprecated

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

Deprecated: Use Thing_GetHas_Req.ProtoReflect.Descriptor instead.

func (*Thing_GetHas_Req) GetAttributeTypes

func (x *Thing_GetHas_Req) GetAttributeTypes() []*Type

func (*Thing_GetHas_Req) GetKeysOnly

func (x *Thing_GetHas_Req) GetKeysOnly() bool

func (*Thing_GetHas_Req) ProtoMessage

func (*Thing_GetHas_Req) ProtoMessage()

func (*Thing_GetHas_Req) ProtoReflect

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

func (*Thing_GetHas_Req) Reset

func (x *Thing_GetHas_Req) Reset()

func (*Thing_GetHas_Req) String

func (x *Thing_GetHas_Req) String() string

type Thing_GetHas_ResPart

type Thing_GetHas_ResPart struct {
	Attributes []*Thing `protobuf:"bytes,1,rep,name=attributes,proto3" json:"attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetHas_ResPart) Descriptor deprecated

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

Deprecated: Use Thing_GetHas_ResPart.ProtoReflect.Descriptor instead.

func (*Thing_GetHas_ResPart) GetAttributes

func (x *Thing_GetHas_ResPart) GetAttributes() []*Thing

func (*Thing_GetHas_ResPart) ProtoMessage

func (*Thing_GetHas_ResPart) ProtoMessage()

func (*Thing_GetHas_ResPart) ProtoReflect

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

func (*Thing_GetHas_ResPart) Reset

func (x *Thing_GetHas_ResPart) Reset()

func (*Thing_GetHas_ResPart) String

func (x *Thing_GetHas_ResPart) String() string

type Thing_GetPlaying

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

func (*Thing_GetPlaying) Descriptor deprecated

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

Deprecated: Use Thing_GetPlaying.ProtoReflect.Descriptor instead.

func (*Thing_GetPlaying) ProtoMessage

func (*Thing_GetPlaying) ProtoMessage()

func (*Thing_GetPlaying) ProtoReflect

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

func (*Thing_GetPlaying) Reset

func (x *Thing_GetPlaying) Reset()

func (*Thing_GetPlaying) String

func (x *Thing_GetPlaying) String() string

type Thing_GetPlaying_Req

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

func (*Thing_GetPlaying_Req) Descriptor deprecated

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

Deprecated: Use Thing_GetPlaying_Req.ProtoReflect.Descriptor instead.

func (*Thing_GetPlaying_Req) ProtoMessage

func (*Thing_GetPlaying_Req) ProtoMessage()

func (*Thing_GetPlaying_Req) ProtoReflect

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

func (*Thing_GetPlaying_Req) Reset

func (x *Thing_GetPlaying_Req) Reset()

func (*Thing_GetPlaying_Req) String

func (x *Thing_GetPlaying_Req) String() string

type Thing_GetPlaying_ResPart

type Thing_GetPlaying_ResPart struct {
	RoleTypes []*Type `protobuf:"bytes,1,rep,name=role_types,json=roleTypes,proto3" json:"role_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetPlaying_ResPart) Descriptor deprecated

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

Deprecated: Use Thing_GetPlaying_ResPart.ProtoReflect.Descriptor instead.

func (*Thing_GetPlaying_ResPart) GetRoleTypes

func (x *Thing_GetPlaying_ResPart) GetRoleTypes() []*Type

func (*Thing_GetPlaying_ResPart) ProtoMessage

func (*Thing_GetPlaying_ResPart) ProtoMessage()

func (*Thing_GetPlaying_ResPart) ProtoReflect

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

func (*Thing_GetPlaying_ResPart) Reset

func (x *Thing_GetPlaying_ResPart) Reset()

func (*Thing_GetPlaying_ResPart) String

func (x *Thing_GetPlaying_ResPart) String() string

type Thing_GetRelations

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

func (*Thing_GetRelations) Descriptor deprecated

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

Deprecated: Use Thing_GetRelations.ProtoReflect.Descriptor instead.

func (*Thing_GetRelations) ProtoMessage

func (*Thing_GetRelations) ProtoMessage()

func (*Thing_GetRelations) ProtoReflect

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

func (*Thing_GetRelations) Reset

func (x *Thing_GetRelations) Reset()

func (*Thing_GetRelations) String

func (x *Thing_GetRelations) String() string

type Thing_GetRelations_Req

type Thing_GetRelations_Req struct {
	RoleTypes []*Type `protobuf:"bytes,1,rep,name=role_types,json=roleTypes,proto3" json:"role_types,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetRelations_Req) Descriptor deprecated

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

Deprecated: Use Thing_GetRelations_Req.ProtoReflect.Descriptor instead.

func (*Thing_GetRelations_Req) GetRoleTypes

func (x *Thing_GetRelations_Req) GetRoleTypes() []*Type

func (*Thing_GetRelations_Req) ProtoMessage

func (*Thing_GetRelations_Req) ProtoMessage()

func (*Thing_GetRelations_Req) ProtoReflect

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

func (*Thing_GetRelations_Req) Reset

func (x *Thing_GetRelations_Req) Reset()

func (*Thing_GetRelations_Req) String

func (x *Thing_GetRelations_Req) String() string

type Thing_GetRelations_ResPart

type Thing_GetRelations_ResPart struct {
	Relations []*Thing `protobuf:"bytes,1,rep,name=relations,proto3" json:"relations,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetRelations_ResPart) Descriptor deprecated

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

Deprecated: Use Thing_GetRelations_ResPart.ProtoReflect.Descriptor instead.

func (*Thing_GetRelations_ResPart) GetRelations

func (x *Thing_GetRelations_ResPart) GetRelations() []*Thing

func (*Thing_GetRelations_ResPart) ProtoMessage

func (*Thing_GetRelations_ResPart) ProtoMessage()

func (*Thing_GetRelations_ResPart) ProtoReflect

func (*Thing_GetRelations_ResPart) Reset

func (x *Thing_GetRelations_ResPart) Reset()

func (*Thing_GetRelations_ResPart) String

func (x *Thing_GetRelations_ResPart) String() string

type Thing_GetType

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

func (*Thing_GetType) Descriptor deprecated

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

Deprecated: Use Thing_GetType.ProtoReflect.Descriptor instead.

func (*Thing_GetType) ProtoMessage

func (*Thing_GetType) ProtoMessage()

func (*Thing_GetType) ProtoReflect

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

func (*Thing_GetType) Reset

func (x *Thing_GetType) Reset()

func (*Thing_GetType) String

func (x *Thing_GetType) String() string

type Thing_GetType_Req

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

func (*Thing_GetType_Req) Descriptor deprecated

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

Deprecated: Use Thing_GetType_Req.ProtoReflect.Descriptor instead.

func (*Thing_GetType_Req) ProtoMessage

func (*Thing_GetType_Req) ProtoMessage()

func (*Thing_GetType_Req) ProtoReflect

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

func (*Thing_GetType_Req) Reset

func (x *Thing_GetType_Req) Reset()

func (*Thing_GetType_Req) String

func (x *Thing_GetType_Req) String() string

type Thing_GetType_Res

type Thing_GetType_Res struct {
	ThingType *Type `protobuf:"bytes,1,opt,name=thing_type,json=thingType,proto3" json:"thing_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_GetType_Res) Descriptor deprecated

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

Deprecated: Use Thing_GetType_Res.ProtoReflect.Descriptor instead.

func (*Thing_GetType_Res) GetThingType

func (x *Thing_GetType_Res) GetThingType() *Type

func (*Thing_GetType_Res) ProtoMessage

func (*Thing_GetType_Res) ProtoMessage()

func (*Thing_GetType_Res) ProtoReflect

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

func (*Thing_GetType_Res) Reset

func (x *Thing_GetType_Res) Reset()

func (*Thing_GetType_Res) String

func (x *Thing_GetType_Res) String() string

type Thing_Req

type Thing_Req struct {
	Iid []byte `protobuf:"bytes,1,opt,name=iid,proto3" json:"iid,omitempty"`
	// Types that are assignable to Req:
	//	*Thing_Req_ThingDeleteReq
	//	*Thing_Req_ThingGetTypeReq
	//	*Thing_Req_ThingGetHasReq
	//	*Thing_Req_ThingSetHasReq
	//	*Thing_Req_ThingUnsetHasReq
	//	*Thing_Req_ThingGetRelationsReq
	//	*Thing_Req_ThingGetPlayingReq
	//	*Thing_Req_RelationAddPlayerReq
	//	*Thing_Req_RelationRemovePlayerReq
	//	*Thing_Req_RelationGetPlayersReq
	//	*Thing_Req_RelationGetPlayersByRoleTypeReq
	//	*Thing_Req_RelationGetRelatingReq
	//	*Thing_Req_AttributeGetOwnersReq
	Req isThing_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*Thing_Req) Descriptor deprecated

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

Deprecated: Use Thing_Req.ProtoReflect.Descriptor instead.

func (*Thing_Req) GetAttributeGetOwnersReq

func (x *Thing_Req) GetAttributeGetOwnersReq() *Attribute_GetOwners_Req

func (*Thing_Req) GetIid

func (x *Thing_Req) GetIid() []byte

func (*Thing_Req) GetRelationAddPlayerReq

func (x *Thing_Req) GetRelationAddPlayerReq() *Relation_AddPlayer_Req

func (*Thing_Req) GetRelationGetPlayersByRoleTypeReq

func (x *Thing_Req) GetRelationGetPlayersByRoleTypeReq() *Relation_GetPlayersByRoleType_Req

func (*Thing_Req) GetRelationGetPlayersReq

func (x *Thing_Req) GetRelationGetPlayersReq() *Relation_GetPlayers_Req

func (*Thing_Req) GetRelationGetRelatingReq

func (x *Thing_Req) GetRelationGetRelatingReq() *Relation_GetRelating_Req

func (*Thing_Req) GetRelationRemovePlayerReq

func (x *Thing_Req) GetRelationRemovePlayerReq() *Relation_RemovePlayer_Req

func (*Thing_Req) GetReq

func (m *Thing_Req) GetReq() isThing_Req_Req

func (*Thing_Req) GetThingDeleteReq

func (x *Thing_Req) GetThingDeleteReq() *Thing_Delete_Req

func (*Thing_Req) GetThingGetHasReq

func (x *Thing_Req) GetThingGetHasReq() *Thing_GetHas_Req

func (*Thing_Req) GetThingGetPlayingReq

func (x *Thing_Req) GetThingGetPlayingReq() *Thing_GetPlaying_Req

func (*Thing_Req) GetThingGetRelationsReq

func (x *Thing_Req) GetThingGetRelationsReq() *Thing_GetRelations_Req

func (*Thing_Req) GetThingGetTypeReq

func (x *Thing_Req) GetThingGetTypeReq() *Thing_GetType_Req

func (*Thing_Req) GetThingSetHasReq

func (x *Thing_Req) GetThingSetHasReq() *Thing_SetHas_Req

func (*Thing_Req) GetThingUnsetHasReq

func (x *Thing_Req) GetThingUnsetHasReq() *Thing_UnsetHas_Req

func (*Thing_Req) ProtoMessage

func (*Thing_Req) ProtoMessage()

func (*Thing_Req) ProtoReflect

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

func (*Thing_Req) Reset

func (x *Thing_Req) Reset()

func (*Thing_Req) String

func (x *Thing_Req) String() string

type Thing_Req_AttributeGetOwnersReq

type Thing_Req_AttributeGetOwnersReq struct {
	AttributeGetOwnersReq *Attribute_GetOwners_Req `protobuf:"bytes,300,opt,name=attribute_get_owners_req,json=attributeGetOwnersReq,proto3,oneof"`
}

type Thing_Req_RelationAddPlayerReq

type Thing_Req_RelationAddPlayerReq struct {
	RelationAddPlayerReq *Relation_AddPlayer_Req `protobuf:"bytes,200,opt,name=relation_add_player_req,json=relationAddPlayerReq,proto3,oneof"`
}

type Thing_Req_RelationGetPlayersByRoleTypeReq

type Thing_Req_RelationGetPlayersByRoleTypeReq struct {
	RelationGetPlayersByRoleTypeReq *Relation_GetPlayersByRoleType_Req `protobuf:"bytes,203,opt,name=relation_get_players_by_role_type_req,json=relationGetPlayersByRoleTypeReq,proto3,oneof"`
}

type Thing_Req_RelationGetPlayersReq

type Thing_Req_RelationGetPlayersReq struct {
	RelationGetPlayersReq *Relation_GetPlayers_Req `protobuf:"bytes,202,opt,name=relation_get_players_req,json=relationGetPlayersReq,proto3,oneof"`
}

type Thing_Req_RelationGetRelatingReq

type Thing_Req_RelationGetRelatingReq struct {
	RelationGetRelatingReq *Relation_GetRelating_Req `protobuf:"bytes,204,opt,name=relation_get_relating_req,json=relationGetRelatingReq,proto3,oneof"`
}

type Thing_Req_RelationRemovePlayerReq

type Thing_Req_RelationRemovePlayerReq struct {
	RelationRemovePlayerReq *Relation_RemovePlayer_Req `protobuf:"bytes,201,opt,name=relation_remove_player_req,json=relationRemovePlayerReq,proto3,oneof"`
}

type Thing_Req_ThingDeleteReq

type Thing_Req_ThingDeleteReq struct {
	ThingDeleteReq *Thing_Delete_Req `protobuf:"bytes,100,opt,name=thing_delete_req,json=thingDeleteReq,proto3,oneof"`
}

type Thing_Req_ThingGetHasReq

type Thing_Req_ThingGetHasReq struct {
	ThingGetHasReq *Thing_GetHas_Req `protobuf:"bytes,102,opt,name=thing_get_has_req,json=thingGetHasReq,proto3,oneof"`
}

type Thing_Req_ThingGetPlayingReq

type Thing_Req_ThingGetPlayingReq struct {
	ThingGetPlayingReq *Thing_GetPlaying_Req `protobuf:"bytes,106,opt,name=thing_get_playing_req,json=thingGetPlayingReq,proto3,oneof"`
}

type Thing_Req_ThingGetRelationsReq

type Thing_Req_ThingGetRelationsReq struct {
	ThingGetRelationsReq *Thing_GetRelations_Req `protobuf:"bytes,105,opt,name=thing_get_relations_req,json=thingGetRelationsReq,proto3,oneof"`
}

type Thing_Req_ThingGetTypeReq

type Thing_Req_ThingGetTypeReq struct {
	ThingGetTypeReq *Thing_GetType_Req `protobuf:"bytes,101,opt,name=thing_get_type_req,json=thingGetTypeReq,proto3,oneof"`
}

type Thing_Req_ThingSetHasReq

type Thing_Req_ThingSetHasReq struct {
	ThingSetHasReq *Thing_SetHas_Req `protobuf:"bytes,103,opt,name=thing_set_has_req,json=thingSetHasReq,proto3,oneof"`
}

type Thing_Req_ThingUnsetHasReq

type Thing_Req_ThingUnsetHasReq struct {
	ThingUnsetHasReq *Thing_UnsetHas_Req `protobuf:"bytes,104,opt,name=thing_unset_has_req,json=thingUnsetHasReq,proto3,oneof"`
}

type Thing_Res

type Thing_Res struct {

	// Types that are assignable to Res:
	//	*Thing_Res_ThingDeleteRes
	//	*Thing_Res_ThingGetTypeRes
	//	*Thing_Res_ThingSetHasRes
	//	*Thing_Res_ThingUnsetHasRes
	//	*Thing_Res_RelationAddPlayerRes
	//	*Thing_Res_RelationRemovePlayerRes
	Res isThing_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Thing_Res) Descriptor deprecated

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

Deprecated: Use Thing_Res.ProtoReflect.Descriptor instead.

func (*Thing_Res) GetRelationAddPlayerRes

func (x *Thing_Res) GetRelationAddPlayerRes() *Relation_AddPlayer_Res

func (*Thing_Res) GetRelationRemovePlayerRes

func (x *Thing_Res) GetRelationRemovePlayerRes() *Relation_RemovePlayer_Res

func (*Thing_Res) GetRes

func (m *Thing_Res) GetRes() isThing_Res_Res

func (*Thing_Res) GetThingDeleteRes

func (x *Thing_Res) GetThingDeleteRes() *Thing_Delete_Res

func (*Thing_Res) GetThingGetTypeRes

func (x *Thing_Res) GetThingGetTypeRes() *Thing_GetType_Res

func (*Thing_Res) GetThingSetHasRes

func (x *Thing_Res) GetThingSetHasRes() *Thing_SetHas_Res

func (*Thing_Res) GetThingUnsetHasRes

func (x *Thing_Res) GetThingUnsetHasRes() *Thing_UnsetHas_Res

func (*Thing_Res) ProtoMessage

func (*Thing_Res) ProtoMessage()

func (*Thing_Res) ProtoReflect

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

func (*Thing_Res) Reset

func (x *Thing_Res) Reset()

func (*Thing_Res) String

func (x *Thing_Res) String() string

type Thing_ResPart

type Thing_ResPart struct {

	// Types that are assignable to Res:
	//	*Thing_ResPart_ThingGetHasResPart
	//	*Thing_ResPart_ThingGetRelationsResPart
	//	*Thing_ResPart_ThingGetPlayingResPart
	//	*Thing_ResPart_RelationGetPlayersResPart
	//	*Thing_ResPart_RelationGetPlayersByRoleTypeResPart
	//	*Thing_ResPart_RelationGetRelatingResPart
	//	*Thing_ResPart_AttributeGetOwnersResPart
	Res isThing_ResPart_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Thing_ResPart) Descriptor deprecated

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

Deprecated: Use Thing_ResPart.ProtoReflect.Descriptor instead.

func (*Thing_ResPart) GetAttributeGetOwnersResPart

func (x *Thing_ResPart) GetAttributeGetOwnersResPart() *Attribute_GetOwners_ResPart

func (*Thing_ResPart) GetRelationGetPlayersByRoleTypeResPart

func (x *Thing_ResPart) GetRelationGetPlayersByRoleTypeResPart() *Relation_GetPlayersByRoleType_ResPart

func (*Thing_ResPart) GetRelationGetPlayersResPart

func (x *Thing_ResPart) GetRelationGetPlayersResPart() *Relation_GetPlayers_ResPart

func (*Thing_ResPart) GetRelationGetRelatingResPart

func (x *Thing_ResPart) GetRelationGetRelatingResPart() *Relation_GetRelating_ResPart

func (*Thing_ResPart) GetRes

func (m *Thing_ResPart) GetRes() isThing_ResPart_Res

func (*Thing_ResPart) GetThingGetHasResPart

func (x *Thing_ResPart) GetThingGetHasResPart() *Thing_GetHas_ResPart

func (*Thing_ResPart) GetThingGetPlayingResPart

func (x *Thing_ResPart) GetThingGetPlayingResPart() *Thing_GetPlaying_ResPart

func (*Thing_ResPart) GetThingGetRelationsResPart

func (x *Thing_ResPart) GetThingGetRelationsResPart() *Thing_GetRelations_ResPart

func (*Thing_ResPart) ProtoMessage

func (*Thing_ResPart) ProtoMessage()

func (*Thing_ResPart) ProtoReflect

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

func (*Thing_ResPart) Reset

func (x *Thing_ResPart) Reset()

func (*Thing_ResPart) String

func (x *Thing_ResPart) String() string

type Thing_ResPart_AttributeGetOwnersResPart

type Thing_ResPart_AttributeGetOwnersResPart struct {
	AttributeGetOwnersResPart *Attribute_GetOwners_ResPart `protobuf:"bytes,300,opt,name=attribute_get_owners_res_part,json=attributeGetOwnersResPart,proto3,oneof"`
}

type Thing_ResPart_RelationGetPlayersByRoleTypeResPart

type Thing_ResPart_RelationGetPlayersByRoleTypeResPart struct {
	RelationGetPlayersByRoleTypeResPart *Relation_GetPlayersByRoleType_ResPart `` /* 126-byte string literal not displayed */
}

type Thing_ResPart_RelationGetPlayersResPart

type Thing_ResPart_RelationGetPlayersResPart struct {
	RelationGetPlayersResPart *Relation_GetPlayers_ResPart `protobuf:"bytes,200,opt,name=relation_get_players_res_part,json=relationGetPlayersResPart,proto3,oneof"`
}

type Thing_ResPart_RelationGetRelatingResPart

type Thing_ResPart_RelationGetRelatingResPart struct {
	RelationGetRelatingResPart *Relation_GetRelating_ResPart `protobuf:"bytes,202,opt,name=relation_get_relating_res_part,json=relationGetRelatingResPart,proto3,oneof"`
}

type Thing_ResPart_ThingGetHasResPart

type Thing_ResPart_ThingGetHasResPart struct {
	ThingGetHasResPart *Thing_GetHas_ResPart `protobuf:"bytes,100,opt,name=thing_get_has_res_part,json=thingGetHasResPart,proto3,oneof"`
}

type Thing_ResPart_ThingGetPlayingResPart

type Thing_ResPart_ThingGetPlayingResPart struct {
	ThingGetPlayingResPart *Thing_GetPlaying_ResPart `protobuf:"bytes,102,opt,name=thing_get_playing_res_part,json=thingGetPlayingResPart,proto3,oneof"`
}

type Thing_ResPart_ThingGetRelationsResPart

type Thing_ResPart_ThingGetRelationsResPart struct {
	ThingGetRelationsResPart *Thing_GetRelations_ResPart `protobuf:"bytes,101,opt,name=thing_get_relations_res_part,json=thingGetRelationsResPart,proto3,oneof"`
}

type Thing_Res_RelationAddPlayerRes

type Thing_Res_RelationAddPlayerRes struct {
	RelationAddPlayerRes *Relation_AddPlayer_Res `protobuf:"bytes,200,opt,name=relation_add_player_res,json=relationAddPlayerRes,proto3,oneof"`
}

type Thing_Res_RelationRemovePlayerRes

type Thing_Res_RelationRemovePlayerRes struct {
	RelationRemovePlayerRes *Relation_RemovePlayer_Res `protobuf:"bytes,201,opt,name=relation_remove_player_res,json=relationRemovePlayerRes,proto3,oneof"`
}

type Thing_Res_ThingDeleteRes

type Thing_Res_ThingDeleteRes struct {
	ThingDeleteRes *Thing_Delete_Res `protobuf:"bytes,100,opt,name=thing_delete_res,json=thingDeleteRes,proto3,oneof"`
}

type Thing_Res_ThingGetTypeRes

type Thing_Res_ThingGetTypeRes struct {
	ThingGetTypeRes *Thing_GetType_Res `protobuf:"bytes,101,opt,name=thing_get_type_res,json=thingGetTypeRes,proto3,oneof"`
}

type Thing_Res_ThingSetHasRes

type Thing_Res_ThingSetHasRes struct {
	ThingSetHasRes *Thing_SetHas_Res `protobuf:"bytes,102,opt,name=thing_set_has_res,json=thingSetHasRes,proto3,oneof"`
}

type Thing_Res_ThingUnsetHasRes

type Thing_Res_ThingUnsetHasRes struct {
	ThingUnsetHasRes *Thing_UnsetHas_Res `protobuf:"bytes,103,opt,name=thing_unset_has_res,json=thingUnsetHasRes,proto3,oneof"`
}

type Thing_SetHas

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

func (*Thing_SetHas) Descriptor deprecated

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

Deprecated: Use Thing_SetHas.ProtoReflect.Descriptor instead.

func (*Thing_SetHas) ProtoMessage

func (*Thing_SetHas) ProtoMessage()

func (*Thing_SetHas) ProtoReflect

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

func (*Thing_SetHas) Reset

func (x *Thing_SetHas) Reset()

func (*Thing_SetHas) String

func (x *Thing_SetHas) String() string

type Thing_SetHas_Req

type Thing_SetHas_Req struct {
	Attribute *Thing `protobuf:"bytes,1,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_SetHas_Req) Descriptor deprecated

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

Deprecated: Use Thing_SetHas_Req.ProtoReflect.Descriptor instead.

func (*Thing_SetHas_Req) GetAttribute

func (x *Thing_SetHas_Req) GetAttribute() *Thing

func (*Thing_SetHas_Req) ProtoMessage

func (*Thing_SetHas_Req) ProtoMessage()

func (*Thing_SetHas_Req) ProtoReflect

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

func (*Thing_SetHas_Req) Reset

func (x *Thing_SetHas_Req) Reset()

func (*Thing_SetHas_Req) String

func (x *Thing_SetHas_Req) String() string

type Thing_SetHas_Res

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

func (*Thing_SetHas_Res) Descriptor deprecated

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

Deprecated: Use Thing_SetHas_Res.ProtoReflect.Descriptor instead.

func (*Thing_SetHas_Res) ProtoMessage

func (*Thing_SetHas_Res) ProtoMessage()

func (*Thing_SetHas_Res) ProtoReflect

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

func (*Thing_SetHas_Res) Reset

func (x *Thing_SetHas_Res) Reset()

func (*Thing_SetHas_Res) String

func (x *Thing_SetHas_Res) String() string

type Thing_UnsetHas

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

func (*Thing_UnsetHas) Descriptor deprecated

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

Deprecated: Use Thing_UnsetHas.ProtoReflect.Descriptor instead.

func (*Thing_UnsetHas) ProtoMessage

func (*Thing_UnsetHas) ProtoMessage()

func (*Thing_UnsetHas) ProtoReflect

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

func (*Thing_UnsetHas) Reset

func (x *Thing_UnsetHas) Reset()

func (*Thing_UnsetHas) String

func (x *Thing_UnsetHas) String() string

type Thing_UnsetHas_Req

type Thing_UnsetHas_Req struct {
	Attribute *Thing `protobuf:"bytes,1,opt,name=attribute,proto3" json:"attribute,omitempty"`
	// contains filtered or unexported fields
}

func (*Thing_UnsetHas_Req) Descriptor deprecated

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

Deprecated: Use Thing_UnsetHas_Req.ProtoReflect.Descriptor instead.

func (*Thing_UnsetHas_Req) GetAttribute

func (x *Thing_UnsetHas_Req) GetAttribute() *Thing

func (*Thing_UnsetHas_Req) ProtoMessage

func (*Thing_UnsetHas_Req) ProtoMessage()

func (*Thing_UnsetHas_Req) ProtoReflect

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

func (*Thing_UnsetHas_Req) Reset

func (x *Thing_UnsetHas_Req) Reset()

func (*Thing_UnsetHas_Req) String

func (x *Thing_UnsetHas_Req) String() string

type Thing_UnsetHas_Res

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

func (*Thing_UnsetHas_Res) Descriptor deprecated

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

Deprecated: Use Thing_UnsetHas_Res.ProtoReflect.Descriptor instead.

func (*Thing_UnsetHas_Res) ProtoMessage

func (*Thing_UnsetHas_Res) ProtoMessage()

func (*Thing_UnsetHas_Res) ProtoReflect

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

func (*Thing_UnsetHas_Res) Reset

func (x *Thing_UnsetHas_Res) Reset()

func (*Thing_UnsetHas_Res) String

func (x *Thing_UnsetHas_Res) String() string

type Transaction

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

func (*Transaction) Descriptor deprecated

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

Deprecated: Use Transaction.ProtoReflect.Descriptor instead.

func (*Transaction) ProtoMessage

func (*Transaction) ProtoMessage()

func (*Transaction) ProtoReflect

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

func (*Transaction) Reset

func (x *Transaction) Reset()

func (*Transaction) String

func (x *Transaction) String() string

type Transaction_Client

type Transaction_Client struct {
	Reqs []*Transaction_Req `protobuf:"bytes,1,rep,name=reqs,proto3" json:"reqs,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Client) Descriptor deprecated

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

Deprecated: Use Transaction_Client.ProtoReflect.Descriptor instead.

func (*Transaction_Client) GetReqs

func (x *Transaction_Client) GetReqs() []*Transaction_Req

func (*Transaction_Client) ProtoMessage

func (*Transaction_Client) ProtoMessage()

func (*Transaction_Client) ProtoReflect

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

func (*Transaction_Client) Reset

func (x *Transaction_Client) Reset()

func (*Transaction_Client) String

func (x *Transaction_Client) String() string

type Transaction_Commit

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

func (*Transaction_Commit) Descriptor deprecated

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

Deprecated: Use Transaction_Commit.ProtoReflect.Descriptor instead.

func (*Transaction_Commit) ProtoMessage

func (*Transaction_Commit) ProtoMessage()

func (*Transaction_Commit) ProtoReflect

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

func (*Transaction_Commit) Reset

func (x *Transaction_Commit) Reset()

func (*Transaction_Commit) String

func (x *Transaction_Commit) String() string

type Transaction_Commit_Req

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

func (*Transaction_Commit_Req) Descriptor deprecated

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

Deprecated: Use Transaction_Commit_Req.ProtoReflect.Descriptor instead.

func (*Transaction_Commit_Req) ProtoMessage

func (*Transaction_Commit_Req) ProtoMessage()

func (*Transaction_Commit_Req) ProtoReflect

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

func (*Transaction_Commit_Req) Reset

func (x *Transaction_Commit_Req) Reset()

func (*Transaction_Commit_Req) String

func (x *Transaction_Commit_Req) String() string

type Transaction_Commit_Res

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

func (*Transaction_Commit_Res) Descriptor deprecated

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

Deprecated: Use Transaction_Commit_Res.ProtoReflect.Descriptor instead.

func (*Transaction_Commit_Res) ProtoMessage

func (*Transaction_Commit_Res) ProtoMessage()

func (*Transaction_Commit_Res) ProtoReflect

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

func (*Transaction_Commit_Res) Reset

func (x *Transaction_Commit_Res) Reset()

func (*Transaction_Commit_Res) String

func (x *Transaction_Commit_Res) String() string

type Transaction_Open

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

func (*Transaction_Open) Descriptor deprecated

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

Deprecated: Use Transaction_Open.ProtoReflect.Descriptor instead.

func (*Transaction_Open) ProtoMessage

func (*Transaction_Open) ProtoMessage()

func (*Transaction_Open) ProtoReflect

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

func (*Transaction_Open) Reset

func (x *Transaction_Open) Reset()

func (*Transaction_Open) String

func (x *Transaction_Open) String() string

type Transaction_Open_Req

type Transaction_Open_Req struct {
	SessionId            []byte           `protobuf:"bytes,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	Type                 Transaction_Type `protobuf:"varint,2,opt,name=type,proto3,enum=typedb.protocol.Transaction_Type" json:"type,omitempty"`
	Options              *Options         `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	NetworkLatencyMillis int32            `protobuf:"varint,4,opt,name=network_latency_millis,json=networkLatencyMillis,proto3" json:"network_latency_millis,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Open_Req) Descriptor deprecated

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

Deprecated: Use Transaction_Open_Req.ProtoReflect.Descriptor instead.

func (*Transaction_Open_Req) GetNetworkLatencyMillis

func (x *Transaction_Open_Req) GetNetworkLatencyMillis() int32

func (*Transaction_Open_Req) GetOptions

func (x *Transaction_Open_Req) GetOptions() *Options

func (*Transaction_Open_Req) GetSessionId

func (x *Transaction_Open_Req) GetSessionId() []byte

func (*Transaction_Open_Req) GetType

func (*Transaction_Open_Req) ProtoMessage

func (*Transaction_Open_Req) ProtoMessage()

func (*Transaction_Open_Req) ProtoReflect

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

func (*Transaction_Open_Req) Reset

func (x *Transaction_Open_Req) Reset()

func (*Transaction_Open_Req) String

func (x *Transaction_Open_Req) String() string

type Transaction_Open_Res

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

func (*Transaction_Open_Res) Descriptor deprecated

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

Deprecated: Use Transaction_Open_Res.ProtoReflect.Descriptor instead.

func (*Transaction_Open_Res) ProtoMessage

func (*Transaction_Open_Res) ProtoMessage()

func (*Transaction_Open_Res) ProtoReflect

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

func (*Transaction_Open_Res) Reset

func (x *Transaction_Open_Res) Reset()

func (*Transaction_Open_Res) String

func (x *Transaction_Open_Res) String() string

type Transaction_Req

type Transaction_Req struct {
	ReqId    []byte            `protobuf:"bytes,1,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"`
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// Types that are assignable to Req:
	//	*Transaction_Req_OpenReq
	//	*Transaction_Req_StreamReq
	//	*Transaction_Req_CommitReq
	//	*Transaction_Req_RollbackReq
	//	*Transaction_Req_QueryManagerReq
	//	*Transaction_Req_ConceptManagerReq
	//	*Transaction_Req_LogicManagerReq
	//	*Transaction_Req_RuleReq
	//	*Transaction_Req_TypeReq
	//	*Transaction_Req_ThingReq
	Req isTransaction_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*Transaction_Req) Descriptor deprecated

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

Deprecated: Use Transaction_Req.ProtoReflect.Descriptor instead.

func (*Transaction_Req) GetCommitReq

func (x *Transaction_Req) GetCommitReq() *Transaction_Commit_Req

func (*Transaction_Req) GetConceptManagerReq

func (x *Transaction_Req) GetConceptManagerReq() *ConceptManager_Req

func (*Transaction_Req) GetLogicManagerReq

func (x *Transaction_Req) GetLogicManagerReq() *LogicManager_Req

func (*Transaction_Req) GetMetadata

func (x *Transaction_Req) GetMetadata() map[string]string

func (*Transaction_Req) GetOpenReq

func (x *Transaction_Req) GetOpenReq() *Transaction_Open_Req

func (*Transaction_Req) GetQueryManagerReq

func (x *Transaction_Req) GetQueryManagerReq() *QueryManager_Req

func (*Transaction_Req) GetReq

func (m *Transaction_Req) GetReq() isTransaction_Req_Req

func (*Transaction_Req) GetReqId

func (x *Transaction_Req) GetReqId() []byte

func (*Transaction_Req) GetRollbackReq

func (x *Transaction_Req) GetRollbackReq() *Transaction_Rollback_Req

func (*Transaction_Req) GetRuleReq

func (x *Transaction_Req) GetRuleReq() *Rule_Req

func (*Transaction_Req) GetStreamReq

func (x *Transaction_Req) GetStreamReq() *Transaction_Stream_Req

func (*Transaction_Req) GetThingReq

func (x *Transaction_Req) GetThingReq() *Thing_Req

func (*Transaction_Req) GetTypeReq

func (x *Transaction_Req) GetTypeReq() *Type_Req

func (*Transaction_Req) ProtoMessage

func (*Transaction_Req) ProtoMessage()

func (*Transaction_Req) ProtoReflect

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

func (*Transaction_Req) Reset

func (x *Transaction_Req) Reset()

func (*Transaction_Req) String

func (x *Transaction_Req) String() string

type Transaction_Req_CommitReq

type Transaction_Req_CommitReq struct {
	CommitReq *Transaction_Commit_Req `protobuf:"bytes,5,opt,name=commit_req,json=commitReq,proto3,oneof"`
}

type Transaction_Req_ConceptManagerReq

type Transaction_Req_ConceptManagerReq struct {
	ConceptManagerReq *ConceptManager_Req `protobuf:"bytes,8,opt,name=concept_manager_req,json=conceptManagerReq,proto3,oneof"`
}

type Transaction_Req_LogicManagerReq

type Transaction_Req_LogicManagerReq struct {
	LogicManagerReq *LogicManager_Req `protobuf:"bytes,9,opt,name=logic_manager_req,json=logicManagerReq,proto3,oneof"`
}

type Transaction_Req_OpenReq

type Transaction_Req_OpenReq struct {
	OpenReq *Transaction_Open_Req `protobuf:"bytes,3,opt,name=open_req,json=openReq,proto3,oneof"`
}

type Transaction_Req_QueryManagerReq

type Transaction_Req_QueryManagerReq struct {
	QueryManagerReq *QueryManager_Req `protobuf:"bytes,7,opt,name=query_manager_req,json=queryManagerReq,proto3,oneof"`
}

type Transaction_Req_RollbackReq

type Transaction_Req_RollbackReq struct {
	RollbackReq *Transaction_Rollback_Req `protobuf:"bytes,6,opt,name=rollback_req,json=rollbackReq,proto3,oneof"`
}

type Transaction_Req_RuleReq

type Transaction_Req_RuleReq struct {
	RuleReq *Rule_Req `protobuf:"bytes,10,opt,name=rule_req,json=ruleReq,proto3,oneof"`
}

type Transaction_Req_StreamReq

type Transaction_Req_StreamReq struct {
	StreamReq *Transaction_Stream_Req `protobuf:"bytes,4,opt,name=stream_req,json=streamReq,proto3,oneof"`
}

type Transaction_Req_ThingReq

type Transaction_Req_ThingReq struct {
	ThingReq *Thing_Req `protobuf:"bytes,12,opt,name=thing_req,json=thingReq,proto3,oneof"`
}

type Transaction_Req_TypeReq

type Transaction_Req_TypeReq struct {
	TypeReq *Type_Req `protobuf:"bytes,11,opt,name=type_req,json=typeReq,proto3,oneof"`
}

type Transaction_Res

type Transaction_Res struct {
	ReqId []byte `protobuf:"bytes,1,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"`
	// Types that are assignable to Res:
	//	*Transaction_Res_OpenRes
	//	*Transaction_Res_CommitRes
	//	*Transaction_Res_RollbackRes
	//	*Transaction_Res_QueryManagerRes
	//	*Transaction_Res_ConceptManagerRes
	//	*Transaction_Res_LogicManagerRes
	//	*Transaction_Res_RuleRes
	//	*Transaction_Res_TypeRes
	//	*Transaction_Res_ThingRes
	Res isTransaction_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Transaction_Res) Descriptor deprecated

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

Deprecated: Use Transaction_Res.ProtoReflect.Descriptor instead.

func (*Transaction_Res) GetCommitRes

func (x *Transaction_Res) GetCommitRes() *Transaction_Commit_Res

func (*Transaction_Res) GetConceptManagerRes

func (x *Transaction_Res) GetConceptManagerRes() *ConceptManager_Res

func (*Transaction_Res) GetLogicManagerRes

func (x *Transaction_Res) GetLogicManagerRes() *LogicManager_Res

func (*Transaction_Res) GetOpenRes

func (x *Transaction_Res) GetOpenRes() *Transaction_Open_Res

func (*Transaction_Res) GetQueryManagerRes

func (x *Transaction_Res) GetQueryManagerRes() *QueryManager_Res

func (*Transaction_Res) GetReqId

func (x *Transaction_Res) GetReqId() []byte

func (*Transaction_Res) GetRes

func (m *Transaction_Res) GetRes() isTransaction_Res_Res

func (*Transaction_Res) GetRollbackRes

func (x *Transaction_Res) GetRollbackRes() *Transaction_Rollback_Res

func (*Transaction_Res) GetRuleRes

func (x *Transaction_Res) GetRuleRes() *Rule_Res

func (*Transaction_Res) GetThingRes

func (x *Transaction_Res) GetThingRes() *Thing_Res

func (*Transaction_Res) GetTypeRes

func (x *Transaction_Res) GetTypeRes() *Type_Res

func (*Transaction_Res) ProtoMessage

func (*Transaction_Res) ProtoMessage()

func (*Transaction_Res) ProtoReflect

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

func (*Transaction_Res) Reset

func (x *Transaction_Res) Reset()

func (*Transaction_Res) String

func (x *Transaction_Res) String() string

type Transaction_ResPart

type Transaction_ResPart struct {
	ReqId []byte `protobuf:"bytes,1,opt,name=req_id,json=reqId,proto3" json:"req_id,omitempty"`
	// Types that are assignable to Res:
	//	*Transaction_ResPart_StreamResPart
	//	*Transaction_ResPart_QueryManagerResPart
	//	*Transaction_ResPart_LogicManagerResPart
	//	*Transaction_ResPart_TypeResPart
	//	*Transaction_ResPart_ThingResPart
	Res isTransaction_ResPart_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Transaction_ResPart) Descriptor deprecated

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

Deprecated: Use Transaction_ResPart.ProtoReflect.Descriptor instead.

func (*Transaction_ResPart) GetLogicManagerResPart

func (x *Transaction_ResPart) GetLogicManagerResPart() *LogicManager_ResPart

func (*Transaction_ResPart) GetQueryManagerResPart

func (x *Transaction_ResPart) GetQueryManagerResPart() *QueryManager_ResPart

func (*Transaction_ResPart) GetReqId

func (x *Transaction_ResPart) GetReqId() []byte

func (*Transaction_ResPart) GetRes

func (m *Transaction_ResPart) GetRes() isTransaction_ResPart_Res

func (*Transaction_ResPart) GetStreamResPart

func (x *Transaction_ResPart) GetStreamResPart() *Transaction_Stream_ResPart

func (*Transaction_ResPart) GetThingResPart

func (x *Transaction_ResPart) GetThingResPart() *Thing_ResPart

func (*Transaction_ResPart) GetTypeResPart

func (x *Transaction_ResPart) GetTypeResPart() *Type_ResPart

func (*Transaction_ResPart) ProtoMessage

func (*Transaction_ResPart) ProtoMessage()

func (*Transaction_ResPart) ProtoReflect

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

func (*Transaction_ResPart) Reset

func (x *Transaction_ResPart) Reset()

func (*Transaction_ResPart) String

func (x *Transaction_ResPart) String() string

type Transaction_ResPart_LogicManagerResPart

type Transaction_ResPart_LogicManagerResPart struct {
	LogicManagerResPart *LogicManager_ResPart `protobuf:"bytes,4,opt,name=logic_manager_res_part,json=logicManagerResPart,proto3,oneof"`
}

type Transaction_ResPart_QueryManagerResPart

type Transaction_ResPart_QueryManagerResPart struct {
	QueryManagerResPart *QueryManager_ResPart `protobuf:"bytes,3,opt,name=query_manager_res_part,json=queryManagerResPart,proto3,oneof"`
}

type Transaction_ResPart_StreamResPart

type Transaction_ResPart_StreamResPart struct {
	StreamResPart *Transaction_Stream_ResPart `protobuf:"bytes,2,opt,name=stream_res_part,json=streamResPart,proto3,oneof"`
}

type Transaction_ResPart_ThingResPart

type Transaction_ResPart_ThingResPart struct {
	ThingResPart *Thing_ResPart `protobuf:"bytes,6,opt,name=thing_res_part,json=thingResPart,proto3,oneof"`
}

type Transaction_ResPart_TypeResPart

type Transaction_ResPart_TypeResPart struct {
	TypeResPart *Type_ResPart `protobuf:"bytes,5,opt,name=type_res_part,json=typeResPart,proto3,oneof"`
}

type Transaction_Res_CommitRes

type Transaction_Res_CommitRes struct {
	CommitRes *Transaction_Commit_Res `protobuf:"bytes,3,opt,name=commit_res,json=commitRes,proto3,oneof"`
}

type Transaction_Res_ConceptManagerRes

type Transaction_Res_ConceptManagerRes struct {
	ConceptManagerRes *ConceptManager_Res `protobuf:"bytes,6,opt,name=concept_manager_res,json=conceptManagerRes,proto3,oneof"`
}

type Transaction_Res_LogicManagerRes

type Transaction_Res_LogicManagerRes struct {
	LogicManagerRes *LogicManager_Res `protobuf:"bytes,7,opt,name=logic_manager_res,json=logicManagerRes,proto3,oneof"`
}

type Transaction_Res_OpenRes

type Transaction_Res_OpenRes struct {
	OpenRes *Transaction_Open_Res `protobuf:"bytes,2,opt,name=open_res,json=openRes,proto3,oneof"`
}

type Transaction_Res_QueryManagerRes

type Transaction_Res_QueryManagerRes struct {
	QueryManagerRes *QueryManager_Res `protobuf:"bytes,5,opt,name=query_manager_res,json=queryManagerRes,proto3,oneof"`
}

type Transaction_Res_RollbackRes

type Transaction_Res_RollbackRes struct {
	RollbackRes *Transaction_Rollback_Res `protobuf:"bytes,4,opt,name=rollback_res,json=rollbackRes,proto3,oneof"`
}

type Transaction_Res_RuleRes

type Transaction_Res_RuleRes struct {
	RuleRes *Rule_Res `protobuf:"bytes,8,opt,name=rule_res,json=ruleRes,proto3,oneof"`
}

type Transaction_Res_ThingRes

type Transaction_Res_ThingRes struct {
	ThingRes *Thing_Res `protobuf:"bytes,10,opt,name=thing_res,json=thingRes,proto3,oneof"`
}

type Transaction_Res_TypeRes

type Transaction_Res_TypeRes struct {
	TypeRes *Type_Res `protobuf:"bytes,9,opt,name=type_res,json=typeRes,proto3,oneof"`
}

type Transaction_Rollback

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

func (*Transaction_Rollback) Descriptor deprecated

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

Deprecated: Use Transaction_Rollback.ProtoReflect.Descriptor instead.

func (*Transaction_Rollback) ProtoMessage

func (*Transaction_Rollback) ProtoMessage()

func (*Transaction_Rollback) ProtoReflect

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

func (*Transaction_Rollback) Reset

func (x *Transaction_Rollback) Reset()

func (*Transaction_Rollback) String

func (x *Transaction_Rollback) String() string

type Transaction_Rollback_Req

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

func (*Transaction_Rollback_Req) Descriptor deprecated

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

Deprecated: Use Transaction_Rollback_Req.ProtoReflect.Descriptor instead.

func (*Transaction_Rollback_Req) ProtoMessage

func (*Transaction_Rollback_Req) ProtoMessage()

func (*Transaction_Rollback_Req) ProtoReflect

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

func (*Transaction_Rollback_Req) Reset

func (x *Transaction_Rollback_Req) Reset()

func (*Transaction_Rollback_Req) String

func (x *Transaction_Rollback_Req) String() string

type Transaction_Rollback_Res

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

func (*Transaction_Rollback_Res) Descriptor deprecated

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

Deprecated: Use Transaction_Rollback_Res.ProtoReflect.Descriptor instead.

func (*Transaction_Rollback_Res) ProtoMessage

func (*Transaction_Rollback_Res) ProtoMessage()

func (*Transaction_Rollback_Res) ProtoReflect

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

func (*Transaction_Rollback_Res) Reset

func (x *Transaction_Rollback_Res) Reset()

func (*Transaction_Rollback_Res) String

func (x *Transaction_Rollback_Res) String() string

type Transaction_Server

type Transaction_Server struct {

	// Types that are assignable to Server:
	//	*Transaction_Server_Res
	//	*Transaction_Server_ResPart
	Server isTransaction_Server_Server `protobuf_oneof:"server"`
	// contains filtered or unexported fields
}

func (*Transaction_Server) Descriptor deprecated

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

Deprecated: Use Transaction_Server.ProtoReflect.Descriptor instead.

func (*Transaction_Server) GetRes

func (x *Transaction_Server) GetRes() *Transaction_Res

func (*Transaction_Server) GetResPart

func (x *Transaction_Server) GetResPart() *Transaction_ResPart

func (*Transaction_Server) GetServer

func (m *Transaction_Server) GetServer() isTransaction_Server_Server

func (*Transaction_Server) ProtoMessage

func (*Transaction_Server) ProtoMessage()

func (*Transaction_Server) ProtoReflect

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

func (*Transaction_Server) Reset

func (x *Transaction_Server) Reset()

func (*Transaction_Server) String

func (x *Transaction_Server) String() string

type Transaction_Server_Res

type Transaction_Server_Res struct {
	Res *Transaction_Res `protobuf:"bytes,2,opt,name=res,proto3,oneof"`
}

type Transaction_Server_ResPart

type Transaction_Server_ResPart struct {
	ResPart *Transaction_ResPart `protobuf:"bytes,3,opt,name=res_part,json=resPart,proto3,oneof"`
}

type Transaction_Stream

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

func (*Transaction_Stream) Descriptor deprecated

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

Deprecated: Use Transaction_Stream.ProtoReflect.Descriptor instead.

func (*Transaction_Stream) ProtoMessage

func (*Transaction_Stream) ProtoMessage()

func (*Transaction_Stream) ProtoReflect

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

func (*Transaction_Stream) Reset

func (x *Transaction_Stream) Reset()

func (*Transaction_Stream) String

func (x *Transaction_Stream) String() string

type Transaction_Stream_Req

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

func (*Transaction_Stream_Req) Descriptor deprecated

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

Deprecated: Use Transaction_Stream_Req.ProtoReflect.Descriptor instead.

func (*Transaction_Stream_Req) ProtoMessage

func (*Transaction_Stream_Req) ProtoMessage()

func (*Transaction_Stream_Req) ProtoReflect

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

func (*Transaction_Stream_Req) Reset

func (x *Transaction_Stream_Req) Reset()

func (*Transaction_Stream_Req) String

func (x *Transaction_Stream_Req) String() string

type Transaction_Stream_ResPart

type Transaction_Stream_ResPart struct {
	State Transaction_Stream_State `protobuf:"varint,1,opt,name=state,proto3,enum=typedb.protocol.Transaction_Stream_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Transaction_Stream_ResPart) Descriptor deprecated

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

Deprecated: Use Transaction_Stream_ResPart.ProtoReflect.Descriptor instead.

func (*Transaction_Stream_ResPart) GetState

func (*Transaction_Stream_ResPart) ProtoMessage

func (*Transaction_Stream_ResPart) ProtoMessage()

func (*Transaction_Stream_ResPart) ProtoReflect

func (*Transaction_Stream_ResPart) Reset

func (x *Transaction_Stream_ResPart) Reset()

func (*Transaction_Stream_ResPart) String

func (x *Transaction_Stream_ResPart) String() string

type Transaction_Stream_State

type Transaction_Stream_State int32
const (
	Transaction_Stream_CONTINUE Transaction_Stream_State = 0
	Transaction_Stream_DONE     Transaction_Stream_State = 1
)

func (Transaction_Stream_State) Descriptor

func (Transaction_Stream_State) Enum

func (Transaction_Stream_State) EnumDescriptor deprecated

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

Deprecated: Use Transaction_Stream_State.Descriptor instead.

func (Transaction_Stream_State) Number

func (Transaction_Stream_State) String

func (x Transaction_Stream_State) String() string

func (Transaction_Stream_State) Type

type Transaction_Type

type Transaction_Type int32
const (
	Transaction_READ  Transaction_Type = 0
	Transaction_WRITE Transaction_Type = 1
)

func (Transaction_Type) Descriptor

func (Transaction_Type) Enum

func (Transaction_Type) EnumDescriptor deprecated

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

Deprecated: Use Transaction_Type.Descriptor instead.

func (Transaction_Type) Number

func (Transaction_Type) String

func (x Transaction_Type) String() string

func (Transaction_Type) Type

type Type

type Type struct {
	Label     string                  `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Scope     string                  `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	Encoding  Type_Encoding           `protobuf:"varint,3,opt,name=encoding,proto3,enum=typedb.protocol.Type_Encoding" json:"encoding,omitempty"`
	ValueType AttributeType_ValueType `` /* 134-byte string literal not displayed */
	Root      bool                    `protobuf:"varint,5,opt,name=root,proto3" json:"root,omitempty"`
	// contains filtered or unexported fields
}

func (*Type) Descriptor deprecated

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

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetEncoding

func (x *Type) GetEncoding() Type_Encoding

func (*Type) GetLabel

func (x *Type) GetLabel() string

func (*Type) GetRoot

func (x *Type) GetRoot() bool

func (*Type) GetScope

func (x *Type) GetScope() string

func (*Type) GetValueType

func (x *Type) GetValueType() AttributeType_ValueType

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

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

func (*Type) Reset

func (x *Type) Reset()

func (*Type) String

func (x *Type) String() string

type Type_Delete

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

func (*Type_Delete) Descriptor deprecated

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

Deprecated: Use Type_Delete.ProtoReflect.Descriptor instead.

func (*Type_Delete) ProtoMessage

func (*Type_Delete) ProtoMessage()

func (*Type_Delete) ProtoReflect

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

func (*Type_Delete) Reset

func (x *Type_Delete) Reset()

func (*Type_Delete) String

func (x *Type_Delete) String() string

type Type_Delete_Req

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

func (*Type_Delete_Req) Descriptor deprecated

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

Deprecated: Use Type_Delete_Req.ProtoReflect.Descriptor instead.

func (*Type_Delete_Req) ProtoMessage

func (*Type_Delete_Req) ProtoMessage()

func (*Type_Delete_Req) ProtoReflect

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

func (*Type_Delete_Req) Reset

func (x *Type_Delete_Req) Reset()

func (*Type_Delete_Req) String

func (x *Type_Delete_Req) String() string

type Type_Delete_Res

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

func (*Type_Delete_Res) Descriptor deprecated

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

Deprecated: Use Type_Delete_Res.ProtoReflect.Descriptor instead.

func (*Type_Delete_Res) ProtoMessage

func (*Type_Delete_Res) ProtoMessage()

func (*Type_Delete_Res) ProtoReflect

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

func (*Type_Delete_Res) Reset

func (x *Type_Delete_Res) Reset()

func (*Type_Delete_Res) String

func (x *Type_Delete_Res) String() string

type Type_Encoding

type Type_Encoding int32
const (
	Type_THING_TYPE     Type_Encoding = 0
	Type_ENTITY_TYPE    Type_Encoding = 1
	Type_RELATION_TYPE  Type_Encoding = 2
	Type_ATTRIBUTE_TYPE Type_Encoding = 3
	Type_ROLE_TYPE      Type_Encoding = 4
)

func (Type_Encoding) Descriptor

func (Type_Encoding) Enum

func (x Type_Encoding) Enum() *Type_Encoding

func (Type_Encoding) EnumDescriptor deprecated

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

Deprecated: Use Type_Encoding.Descriptor instead.

func (Type_Encoding) Number

func (Type_Encoding) String

func (x Type_Encoding) String() string

func (Type_Encoding) Type

type Type_GetSubtypes

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

func (*Type_GetSubtypes) Descriptor deprecated

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

Deprecated: Use Type_GetSubtypes.ProtoReflect.Descriptor instead.

func (*Type_GetSubtypes) ProtoMessage

func (*Type_GetSubtypes) ProtoMessage()

func (*Type_GetSubtypes) ProtoReflect

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

func (*Type_GetSubtypes) Reset

func (x *Type_GetSubtypes) Reset()

func (*Type_GetSubtypes) String

func (x *Type_GetSubtypes) String() string

type Type_GetSubtypes_Req

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

func (*Type_GetSubtypes_Req) Descriptor deprecated

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

Deprecated: Use Type_GetSubtypes_Req.ProtoReflect.Descriptor instead.

func (*Type_GetSubtypes_Req) ProtoMessage

func (*Type_GetSubtypes_Req) ProtoMessage()

func (*Type_GetSubtypes_Req) ProtoReflect

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

func (*Type_GetSubtypes_Req) Reset

func (x *Type_GetSubtypes_Req) Reset()

func (*Type_GetSubtypes_Req) String

func (x *Type_GetSubtypes_Req) String() string

type Type_GetSubtypes_ResPart

type Type_GetSubtypes_ResPart struct {
	Types []*Type `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*Type_GetSubtypes_ResPart) Descriptor deprecated

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

Deprecated: Use Type_GetSubtypes_ResPart.ProtoReflect.Descriptor instead.

func (*Type_GetSubtypes_ResPart) GetTypes

func (x *Type_GetSubtypes_ResPart) GetTypes() []*Type

func (*Type_GetSubtypes_ResPart) ProtoMessage

func (*Type_GetSubtypes_ResPart) ProtoMessage()

func (*Type_GetSubtypes_ResPart) ProtoReflect

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

func (*Type_GetSubtypes_ResPart) Reset

func (x *Type_GetSubtypes_ResPart) Reset()

func (*Type_GetSubtypes_ResPart) String

func (x *Type_GetSubtypes_ResPart) String() string

type Type_GetSupertype

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

func (*Type_GetSupertype) Descriptor deprecated

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

Deprecated: Use Type_GetSupertype.ProtoReflect.Descriptor instead.

func (*Type_GetSupertype) ProtoMessage

func (*Type_GetSupertype) ProtoMessage()

func (*Type_GetSupertype) ProtoReflect

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

func (*Type_GetSupertype) Reset

func (x *Type_GetSupertype) Reset()

func (*Type_GetSupertype) String

func (x *Type_GetSupertype) String() string

type Type_GetSupertype_Req

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

func (*Type_GetSupertype_Req) Descriptor deprecated

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

Deprecated: Use Type_GetSupertype_Req.ProtoReflect.Descriptor instead.

func (*Type_GetSupertype_Req) ProtoMessage

func (*Type_GetSupertype_Req) ProtoMessage()

func (*Type_GetSupertype_Req) ProtoReflect

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

func (*Type_GetSupertype_Req) Reset

func (x *Type_GetSupertype_Req) Reset()

func (*Type_GetSupertype_Req) String

func (x *Type_GetSupertype_Req) String() string

type Type_GetSupertype_Res

type Type_GetSupertype_Res struct {

	// Types that are assignable to Res:
	//	*Type_GetSupertype_Res_Type
	Res isType_GetSupertype_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Type_GetSupertype_Res) Descriptor deprecated

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

Deprecated: Use Type_GetSupertype_Res.ProtoReflect.Descriptor instead.

func (*Type_GetSupertype_Res) GetRes

func (m *Type_GetSupertype_Res) GetRes() isType_GetSupertype_Res_Res

func (*Type_GetSupertype_Res) GetType

func (x *Type_GetSupertype_Res) GetType() *Type

func (*Type_GetSupertype_Res) ProtoMessage

func (*Type_GetSupertype_Res) ProtoMessage()

func (*Type_GetSupertype_Res) ProtoReflect

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

func (*Type_GetSupertype_Res) Reset

func (x *Type_GetSupertype_Res) Reset()

func (*Type_GetSupertype_Res) String

func (x *Type_GetSupertype_Res) String() string

type Type_GetSupertype_Res_Type

type Type_GetSupertype_Res_Type struct {
	Type *Type `protobuf:"bytes,1,opt,name=type,proto3,oneof"`
}

type Type_GetSupertypes

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

func (*Type_GetSupertypes) Descriptor deprecated

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

Deprecated: Use Type_GetSupertypes.ProtoReflect.Descriptor instead.

func (*Type_GetSupertypes) ProtoMessage

func (*Type_GetSupertypes) ProtoMessage()

func (*Type_GetSupertypes) ProtoReflect

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

func (*Type_GetSupertypes) Reset

func (x *Type_GetSupertypes) Reset()

func (*Type_GetSupertypes) String

func (x *Type_GetSupertypes) String() string

type Type_GetSupertypes_Req

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

func (*Type_GetSupertypes_Req) Descriptor deprecated

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

Deprecated: Use Type_GetSupertypes_Req.ProtoReflect.Descriptor instead.

func (*Type_GetSupertypes_Req) ProtoMessage

func (*Type_GetSupertypes_Req) ProtoMessage()

func (*Type_GetSupertypes_Req) ProtoReflect

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

func (*Type_GetSupertypes_Req) Reset

func (x *Type_GetSupertypes_Req) Reset()

func (*Type_GetSupertypes_Req) String

func (x *Type_GetSupertypes_Req) String() string

type Type_GetSupertypes_ResPart

type Type_GetSupertypes_ResPart struct {
	Types []*Type `protobuf:"bytes,1,rep,name=types,proto3" json:"types,omitempty"`
	// contains filtered or unexported fields
}

func (*Type_GetSupertypes_ResPart) Descriptor deprecated

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

Deprecated: Use Type_GetSupertypes_ResPart.ProtoReflect.Descriptor instead.

func (*Type_GetSupertypes_ResPart) GetTypes

func (x *Type_GetSupertypes_ResPart) GetTypes() []*Type

func (*Type_GetSupertypes_ResPart) ProtoMessage

func (*Type_GetSupertypes_ResPart) ProtoMessage()

func (*Type_GetSupertypes_ResPart) ProtoReflect

func (*Type_GetSupertypes_ResPart) Reset

func (x *Type_GetSupertypes_ResPart) Reset()

func (*Type_GetSupertypes_ResPart) String

func (x *Type_GetSupertypes_ResPart) String() string

type Type_IsAbstract

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

func (*Type_IsAbstract) Descriptor deprecated

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

Deprecated: Use Type_IsAbstract.ProtoReflect.Descriptor instead.

func (*Type_IsAbstract) ProtoMessage

func (*Type_IsAbstract) ProtoMessage()

func (*Type_IsAbstract) ProtoReflect

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

func (*Type_IsAbstract) Reset

func (x *Type_IsAbstract) Reset()

func (*Type_IsAbstract) String

func (x *Type_IsAbstract) String() string

type Type_IsAbstract_Req

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

func (*Type_IsAbstract_Req) Descriptor deprecated

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

Deprecated: Use Type_IsAbstract_Req.ProtoReflect.Descriptor instead.

func (*Type_IsAbstract_Req) ProtoMessage

func (*Type_IsAbstract_Req) ProtoMessage()

func (*Type_IsAbstract_Req) ProtoReflect

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

func (*Type_IsAbstract_Req) Reset

func (x *Type_IsAbstract_Req) Reset()

func (*Type_IsAbstract_Req) String

func (x *Type_IsAbstract_Req) String() string

type Type_IsAbstract_Res

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

func (*Type_IsAbstract_Res) Descriptor deprecated

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

Deprecated: Use Type_IsAbstract_Res.ProtoReflect.Descriptor instead.

func (*Type_IsAbstract_Res) GetAbstract

func (x *Type_IsAbstract_Res) GetAbstract() bool

func (*Type_IsAbstract_Res) ProtoMessage

func (*Type_IsAbstract_Res) ProtoMessage()

func (*Type_IsAbstract_Res) ProtoReflect

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

func (*Type_IsAbstract_Res) Reset

func (x *Type_IsAbstract_Res) Reset()

func (*Type_IsAbstract_Res) String

func (x *Type_IsAbstract_Res) String() string

type Type_Req

type Type_Req struct {
	Label string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Scope string `protobuf:"bytes,2,opt,name=scope,proto3" json:"scope,omitempty"`
	// Types that are assignable to Req:
	//	*Type_Req_TypeDeleteReq
	//	*Type_Req_TypeSetLabelReq
	//	*Type_Req_TypeIsAbstractReq
	//	*Type_Req_TypeGetSupertypeReq
	//	*Type_Req_TypeSetSupertypeReq
	//	*Type_Req_TypeGetSupertypesReq
	//	*Type_Req_TypeGetSubtypesReq
	//	*Type_Req_RoleTypeGetRelationTypesReq
	//	*Type_Req_RoleTypeGetPlayersReq
	//	*Type_Req_ThingTypeGetInstancesReq
	//	*Type_Req_ThingTypeSetAbstractReq
	//	*Type_Req_ThingTypeUnsetAbstractReq
	//	*Type_Req_ThingTypeGetOwnsReq
	//	*Type_Req_ThingTypeSetOwnsReq
	//	*Type_Req_ThingTypeUnsetOwnsReq
	//	*Type_Req_ThingTypeGetPlaysReq
	//	*Type_Req_ThingTypeSetPlaysReq
	//	*Type_Req_ThingTypeUnsetPlaysReq
	//	*Type_Req_EntityTypeCreateReq
	//	*Type_Req_RelationTypeCreateReq
	//	*Type_Req_RelationTypeGetRelatesForRoleLabelReq
	//	*Type_Req_RelationTypeGetRelatesReq
	//	*Type_Req_RelationTypeSetRelatesReq
	//	*Type_Req_RelationTypeUnsetRelatesReq
	//	*Type_Req_AttributeTypePutReq
	//	*Type_Req_AttributeTypeGetReq
	//	*Type_Req_AttributeTypeGetRegexReq
	//	*Type_Req_AttributeTypeSetRegexReq
	//	*Type_Req_AttributeTypeGetOwnersReq
	Req isType_Req_Req `protobuf_oneof:"req"`
	// contains filtered or unexported fields
}

func (*Type_Req) Descriptor deprecated

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

Deprecated: Use Type_Req.ProtoReflect.Descriptor instead.

func (*Type_Req) GetAttributeTypeGetOwnersReq

func (x *Type_Req) GetAttributeTypeGetOwnersReq() *AttributeType_GetOwners_Req

func (*Type_Req) GetAttributeTypeGetRegexReq

func (x *Type_Req) GetAttributeTypeGetRegexReq() *AttributeType_GetRegex_Req

func (*Type_Req) GetAttributeTypeGetReq

func (x *Type_Req) GetAttributeTypeGetReq() *AttributeType_Get_Req

func (*Type_Req) GetAttributeTypePutReq

func (x *Type_Req) GetAttributeTypePutReq() *AttributeType_Put_Req

func (*Type_Req) GetAttributeTypeSetRegexReq

func (x *Type_Req) GetAttributeTypeSetRegexReq() *AttributeType_SetRegex_Req

func (*Type_Req) GetEntityTypeCreateReq

func (x *Type_Req) GetEntityTypeCreateReq() *EntityType_Create_Req

func (*Type_Req) GetLabel

func (x *Type_Req) GetLabel() string

func (*Type_Req) GetRelationTypeCreateReq

func (x *Type_Req) GetRelationTypeCreateReq() *RelationType_Create_Req

func (*Type_Req) GetRelationTypeGetRelatesForRoleLabelReq

func (x *Type_Req) GetRelationTypeGetRelatesForRoleLabelReq() *RelationType_GetRelatesForRoleLabel_Req

func (*Type_Req) GetRelationTypeGetRelatesReq

func (x *Type_Req) GetRelationTypeGetRelatesReq() *RelationType_GetRelates_Req

func (*Type_Req) GetRelationTypeSetRelatesReq

func (x *Type_Req) GetRelationTypeSetRelatesReq() *RelationType_SetRelates_Req

func (*Type_Req) GetRelationTypeUnsetRelatesReq

func (x *Type_Req) GetRelationTypeUnsetRelatesReq() *RelationType_UnsetRelates_Req

func (*Type_Req) GetReq

func (m *Type_Req) GetReq() isType_Req_Req

func (*Type_Req) GetRoleTypeGetPlayersReq

func (x *Type_Req) GetRoleTypeGetPlayersReq() *RoleType_GetPlayers_Req

func (*Type_Req) GetRoleTypeGetRelationTypesReq

func (x *Type_Req) GetRoleTypeGetRelationTypesReq() *RoleType_GetRelationTypes_Req

func (*Type_Req) GetScope

func (x *Type_Req) GetScope() string

func (*Type_Req) GetThingTypeGetInstancesReq

func (x *Type_Req) GetThingTypeGetInstancesReq() *ThingType_GetInstances_Req

func (*Type_Req) GetThingTypeGetOwnsReq

func (x *Type_Req) GetThingTypeGetOwnsReq() *ThingType_GetOwns_Req

func (*Type_Req) GetThingTypeGetPlaysReq

func (x *Type_Req) GetThingTypeGetPlaysReq() *ThingType_GetPlays_Req

func (*Type_Req) GetThingTypeSetAbstractReq

func (x *Type_Req) GetThingTypeSetAbstractReq() *ThingType_SetAbstract_Req

func (*Type_Req) GetThingTypeSetOwnsReq

func (x *Type_Req) GetThingTypeSetOwnsReq() *ThingType_SetOwns_Req

func (*Type_Req) GetThingTypeSetPlaysReq

func (x *Type_Req) GetThingTypeSetPlaysReq() *ThingType_SetPlays_Req

func (*Type_Req) GetThingTypeUnsetAbstractReq

func (x *Type_Req) GetThingTypeUnsetAbstractReq() *ThingType_UnsetAbstract_Req

func (*Type_Req) GetThingTypeUnsetOwnsReq

func (x *Type_Req) GetThingTypeUnsetOwnsReq() *ThingType_UnsetOwns_Req

func (*Type_Req) GetThingTypeUnsetPlaysReq

func (x *Type_Req) GetThingTypeUnsetPlaysReq() *ThingType_UnsetPlays_Req

func (*Type_Req) GetTypeDeleteReq

func (x *Type_Req) GetTypeDeleteReq() *Type_Delete_Req

func (*Type_Req) GetTypeGetSubtypesReq

func (x *Type_Req) GetTypeGetSubtypesReq() *Type_GetSubtypes_Req

func (*Type_Req) GetTypeGetSupertypeReq

func (x *Type_Req) GetTypeGetSupertypeReq() *Type_GetSupertype_Req

func (*Type_Req) GetTypeGetSupertypesReq

func (x *Type_Req) GetTypeGetSupertypesReq() *Type_GetSupertypes_Req

func (*Type_Req) GetTypeIsAbstractReq

func (x *Type_Req) GetTypeIsAbstractReq() *Type_IsAbstract_Req

func (*Type_Req) GetTypeSetLabelReq

func (x *Type_Req) GetTypeSetLabelReq() *Type_SetLabel_Req

func (*Type_Req) GetTypeSetSupertypeReq

func (x *Type_Req) GetTypeSetSupertypeReq() *Type_SetSupertype_Req

func (*Type_Req) ProtoMessage

func (*Type_Req) ProtoMessage()

func (*Type_Req) ProtoReflect

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

func (*Type_Req) Reset

func (x *Type_Req) Reset()

func (*Type_Req) String

func (x *Type_Req) String() string

type Type_Req_AttributeTypeGetOwnersReq

type Type_Req_AttributeTypeGetOwnersReq struct {
	AttributeTypeGetOwnersReq *AttributeType_GetOwners_Req `protobuf:"bytes,604,opt,name=attribute_type_get_owners_req,json=attributeTypeGetOwnersReq,proto3,oneof"`
}

type Type_Req_AttributeTypeGetRegexReq

type Type_Req_AttributeTypeGetRegexReq struct {
	AttributeTypeGetRegexReq *AttributeType_GetRegex_Req `protobuf:"bytes,602,opt,name=attribute_type_get_regex_req,json=attributeTypeGetRegexReq,proto3,oneof"`
}

type Type_Req_AttributeTypeGetReq

type Type_Req_AttributeTypeGetReq struct {
	AttributeTypeGetReq *AttributeType_Get_Req `protobuf:"bytes,601,opt,name=attribute_type_get_req,json=attributeTypeGetReq,proto3,oneof"`
}

type Type_Req_AttributeTypePutReq

type Type_Req_AttributeTypePutReq struct {
	AttributeTypePutReq *AttributeType_Put_Req `protobuf:"bytes,600,opt,name=attribute_type_put_req,json=attributeTypePutReq,proto3,oneof"`
}

type Type_Req_AttributeTypeSetRegexReq

type Type_Req_AttributeTypeSetRegexReq struct {
	AttributeTypeSetRegexReq *AttributeType_SetRegex_Req `protobuf:"bytes,603,opt,name=attribute_type_set_regex_req,json=attributeTypeSetRegexReq,proto3,oneof"`
}

type Type_Req_EntityTypeCreateReq

type Type_Req_EntityTypeCreateReq struct {
	EntityTypeCreateReq *EntityType_Create_Req `protobuf:"bytes,400,opt,name=entity_type_create_req,json=entityTypeCreateReq,proto3,oneof"`
}

type Type_Req_RelationTypeCreateReq

type Type_Req_RelationTypeCreateReq struct {
	RelationTypeCreateReq *RelationType_Create_Req `protobuf:"bytes,500,opt,name=relation_type_create_req,json=relationTypeCreateReq,proto3,oneof"`
}

type Type_Req_RelationTypeGetRelatesForRoleLabelReq

type Type_Req_RelationTypeGetRelatesForRoleLabelReq struct {
	RelationTypeGetRelatesForRoleLabelReq *RelationType_GetRelatesForRoleLabel_Req `` /* 130-byte string literal not displayed */
}

type Type_Req_RelationTypeGetRelatesReq

type Type_Req_RelationTypeGetRelatesReq struct {
	RelationTypeGetRelatesReq *RelationType_GetRelates_Req `protobuf:"bytes,502,opt,name=relation_type_get_relates_req,json=relationTypeGetRelatesReq,proto3,oneof"`
}

type Type_Req_RelationTypeSetRelatesReq

type Type_Req_RelationTypeSetRelatesReq struct {
	RelationTypeSetRelatesReq *RelationType_SetRelates_Req `protobuf:"bytes,503,opt,name=relation_type_set_relates_req,json=relationTypeSetRelatesReq,proto3,oneof"`
}

type Type_Req_RelationTypeUnsetRelatesReq

type Type_Req_RelationTypeUnsetRelatesReq struct {
	RelationTypeUnsetRelatesReq *RelationType_UnsetRelates_Req `protobuf:"bytes,504,opt,name=relation_type_unset_relates_req,json=relationTypeUnsetRelatesReq,proto3,oneof"`
}

type Type_Req_RoleTypeGetPlayersReq

type Type_Req_RoleTypeGetPlayersReq struct {
	RoleTypeGetPlayersReq *RoleType_GetPlayers_Req `protobuf:"bytes,201,opt,name=role_type_get_players_req,json=roleTypeGetPlayersReq,proto3,oneof"`
}

type Type_Req_RoleTypeGetRelationTypesReq

type Type_Req_RoleTypeGetRelationTypesReq struct {
	RoleTypeGetRelationTypesReq *RoleType_GetRelationTypes_Req `protobuf:"bytes,200,opt,name=role_type_get_relation_types_req,json=roleTypeGetRelationTypesReq,proto3,oneof"`
}

type Type_Req_ThingTypeGetInstancesReq

type Type_Req_ThingTypeGetInstancesReq struct {
	ThingTypeGetInstancesReq *ThingType_GetInstances_Req `protobuf:"bytes,300,opt,name=thing_type_get_instances_req,json=thingTypeGetInstancesReq,proto3,oneof"`
}

type Type_Req_ThingTypeGetOwnsReq

type Type_Req_ThingTypeGetOwnsReq struct {
	ThingTypeGetOwnsReq *ThingType_GetOwns_Req `protobuf:"bytes,303,opt,name=thing_type_get_owns_req,json=thingTypeGetOwnsReq,proto3,oneof"`
}

type Type_Req_ThingTypeGetPlaysReq

type Type_Req_ThingTypeGetPlaysReq struct {
	ThingTypeGetPlaysReq *ThingType_GetPlays_Req `protobuf:"bytes,306,opt,name=thing_type_get_plays_req,json=thingTypeGetPlaysReq,proto3,oneof"`
}

type Type_Req_ThingTypeSetAbstractReq

type Type_Req_ThingTypeSetAbstractReq struct {
	ThingTypeSetAbstractReq *ThingType_SetAbstract_Req `protobuf:"bytes,301,opt,name=thing_type_set_abstract_req,json=thingTypeSetAbstractReq,proto3,oneof"`
}

type Type_Req_ThingTypeSetOwnsReq

type Type_Req_ThingTypeSetOwnsReq struct {
	ThingTypeSetOwnsReq *ThingType_SetOwns_Req `protobuf:"bytes,304,opt,name=thing_type_set_owns_req,json=thingTypeSetOwnsReq,proto3,oneof"`
}

type Type_Req_ThingTypeSetPlaysReq

type Type_Req_ThingTypeSetPlaysReq struct {
	ThingTypeSetPlaysReq *ThingType_SetPlays_Req `protobuf:"bytes,307,opt,name=thing_type_set_plays_req,json=thingTypeSetPlaysReq,proto3,oneof"`
}

type Type_Req_ThingTypeUnsetAbstractReq

type Type_Req_ThingTypeUnsetAbstractReq struct {
	ThingTypeUnsetAbstractReq *ThingType_UnsetAbstract_Req `protobuf:"bytes,302,opt,name=thing_type_unset_abstract_req,json=thingTypeUnsetAbstractReq,proto3,oneof"`
}

type Type_Req_ThingTypeUnsetOwnsReq

type Type_Req_ThingTypeUnsetOwnsReq struct {
	ThingTypeUnsetOwnsReq *ThingType_UnsetOwns_Req `protobuf:"bytes,305,opt,name=thing_type_unset_owns_req,json=thingTypeUnsetOwnsReq,proto3,oneof"`
}

type Type_Req_ThingTypeUnsetPlaysReq

type Type_Req_ThingTypeUnsetPlaysReq struct {
	ThingTypeUnsetPlaysReq *ThingType_UnsetPlays_Req `protobuf:"bytes,308,opt,name=thing_type_unset_plays_req,json=thingTypeUnsetPlaysReq,proto3,oneof"`
}

type Type_Req_TypeDeleteReq

type Type_Req_TypeDeleteReq struct {
	TypeDeleteReq *Type_Delete_Req `protobuf:"bytes,100,opt,name=type_delete_req,json=typeDeleteReq,proto3,oneof"`
}

type Type_Req_TypeGetSubtypesReq

type Type_Req_TypeGetSubtypesReq struct {
	TypeGetSubtypesReq *Type_GetSubtypes_Req `protobuf:"bytes,106,opt,name=type_get_subtypes_req,json=typeGetSubtypesReq,proto3,oneof"`
}

type Type_Req_TypeGetSupertypeReq

type Type_Req_TypeGetSupertypeReq struct {
	TypeGetSupertypeReq *Type_GetSupertype_Req `protobuf:"bytes,103,opt,name=type_get_supertype_req,json=typeGetSupertypeReq,proto3,oneof"`
}

type Type_Req_TypeGetSupertypesReq

type Type_Req_TypeGetSupertypesReq struct {
	TypeGetSupertypesReq *Type_GetSupertypes_Req `protobuf:"bytes,105,opt,name=type_get_supertypes_req,json=typeGetSupertypesReq,proto3,oneof"`
}

type Type_Req_TypeIsAbstractReq

type Type_Req_TypeIsAbstractReq struct {
	TypeIsAbstractReq *Type_IsAbstract_Req `protobuf:"bytes,102,opt,name=type_is_abstract_req,json=typeIsAbstractReq,proto3,oneof"`
}

type Type_Req_TypeSetLabelReq

type Type_Req_TypeSetLabelReq struct {
	TypeSetLabelReq *Type_SetLabel_Req `protobuf:"bytes,101,opt,name=type_set_label_req,json=typeSetLabelReq,proto3,oneof"`
}

type Type_Req_TypeSetSupertypeReq

type Type_Req_TypeSetSupertypeReq struct {
	TypeSetSupertypeReq *Type_SetSupertype_Req `protobuf:"bytes,104,opt,name=type_set_supertype_req,json=typeSetSupertypeReq,proto3,oneof"`
}

type Type_Res

type Type_Res struct {

	// Types that are assignable to Res:
	//	*Type_Res_TypeDeleteRes
	//	*Type_Res_TypeSetLabelRes
	//	*Type_Res_TypeIsAbstractRes
	//	*Type_Res_TypeGetSupertypeRes
	//	*Type_Res_TypeSetSupertypeRes
	//	*Type_Res_ThingTypeSetAbstractRes
	//	*Type_Res_ThingTypeUnsetAbstractRes
	//	*Type_Res_ThingTypeSetOwnsRes
	//	*Type_Res_ThingTypeUnsetOwnsRes
	//	*Type_Res_ThingTypeSetPlaysRes
	//	*Type_Res_ThingTypeUnsetPlaysRes
	//	*Type_Res_EntityTypeCreateRes
	//	*Type_Res_RelationTypeCreateRes
	//	*Type_Res_RelationTypeGetRelatesForRoleLabelRes
	//	*Type_Res_RelationTypeSetRelatesRes
	//	*Type_Res_RelationTypeUnsetRelatesRes
	//	*Type_Res_AttributeTypePutRes
	//	*Type_Res_AttributeTypeGetRes
	//	*Type_Res_AttributeTypeGetRegexRes
	//	*Type_Res_AttributeTypeSetRegexRes
	Res isType_Res_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Type_Res) Descriptor deprecated

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

Deprecated: Use Type_Res.ProtoReflect.Descriptor instead.

func (*Type_Res) GetAttributeTypeGetRegexRes

func (x *Type_Res) GetAttributeTypeGetRegexRes() *AttributeType_GetRegex_Res

func (*Type_Res) GetAttributeTypeGetRes

func (x *Type_Res) GetAttributeTypeGetRes() *AttributeType_Get_Res

func (*Type_Res) GetAttributeTypePutRes

func (x *Type_Res) GetAttributeTypePutRes() *AttributeType_Put_Res

func (*Type_Res) GetAttributeTypeSetRegexRes

func (x *Type_Res) GetAttributeTypeSetRegexRes() *AttributeType_SetRegex_Res

func (*Type_Res) GetEntityTypeCreateRes

func (x *Type_Res) GetEntityTypeCreateRes() *EntityType_Create_Res

func (*Type_Res) GetRelationTypeCreateRes

func (x *Type_Res) GetRelationTypeCreateRes() *RelationType_Create_Res

func (*Type_Res) GetRelationTypeGetRelatesForRoleLabelRes

func (x *Type_Res) GetRelationTypeGetRelatesForRoleLabelRes() *RelationType_GetRelatesForRoleLabel_Res

func (*Type_Res) GetRelationTypeSetRelatesRes

func (x *Type_Res) GetRelationTypeSetRelatesRes() *RelationType_SetRelates_Res

func (*Type_Res) GetRelationTypeUnsetRelatesRes

func (x *Type_Res) GetRelationTypeUnsetRelatesRes() *RelationType_UnsetRelates_Res

func (*Type_Res) GetRes

func (m *Type_Res) GetRes() isType_Res_Res

func (*Type_Res) GetThingTypeSetAbstractRes

func (x *Type_Res) GetThingTypeSetAbstractRes() *ThingType_SetAbstract_Res

func (*Type_Res) GetThingTypeSetOwnsRes

func (x *Type_Res) GetThingTypeSetOwnsRes() *ThingType_SetOwns_Res

func (*Type_Res) GetThingTypeSetPlaysRes

func (x *Type_Res) GetThingTypeSetPlaysRes() *ThingType_SetPlays_Res

func (*Type_Res) GetThingTypeUnsetAbstractRes

func (x *Type_Res) GetThingTypeUnsetAbstractRes() *ThingType_UnsetAbstract_Res

func (*Type_Res) GetThingTypeUnsetOwnsRes

func (x *Type_Res) GetThingTypeUnsetOwnsRes() *ThingType_UnsetOwns_Res

func (*Type_Res) GetThingTypeUnsetPlaysRes

func (x *Type_Res) GetThingTypeUnsetPlaysRes() *ThingType_UnsetPlays_Res

func (*Type_Res) GetTypeDeleteRes

func (x *Type_Res) GetTypeDeleteRes() *Type_Delete_Res

func (*Type_Res) GetTypeGetSupertypeRes

func (x *Type_Res) GetTypeGetSupertypeRes() *Type_GetSupertype_Res

func (*Type_Res) GetTypeIsAbstractRes

func (x *Type_Res) GetTypeIsAbstractRes() *Type_IsAbstract_Res

func (*Type_Res) GetTypeSetLabelRes

func (x *Type_Res) GetTypeSetLabelRes() *Type_SetLabel_Res

func (*Type_Res) GetTypeSetSupertypeRes

func (x *Type_Res) GetTypeSetSupertypeRes() *Type_SetSupertype_Res

func (*Type_Res) ProtoMessage

func (*Type_Res) ProtoMessage()

func (*Type_Res) ProtoReflect

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

func (*Type_Res) Reset

func (x *Type_Res) Reset()

func (*Type_Res) String

func (x *Type_Res) String() string

type Type_ResPart

type Type_ResPart struct {

	// Types that are assignable to Res:
	//	*Type_ResPart_TypeGetSupertypesResPart
	//	*Type_ResPart_TypeGetSubtypesResPart
	//	*Type_ResPart_RoleTypeGetRelationTypesResPart
	//	*Type_ResPart_RoleTypeGetPlayersResPart
	//	*Type_ResPart_ThingTypeGetInstancesResPart
	//	*Type_ResPart_ThingTypeGetOwnsResPart
	//	*Type_ResPart_ThingTypeGetPlaysResPart
	//	*Type_ResPart_RelationTypeGetRelatesResPart
	//	*Type_ResPart_AttributeTypeGetOwnersResPart
	Res isType_ResPart_Res `protobuf_oneof:"res"`
	// contains filtered or unexported fields
}

func (*Type_ResPart) Descriptor deprecated

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

Deprecated: Use Type_ResPart.ProtoReflect.Descriptor instead.

func (*Type_ResPart) GetAttributeTypeGetOwnersResPart

func (x *Type_ResPart) GetAttributeTypeGetOwnersResPart() *AttributeType_GetOwners_ResPart

func (*Type_ResPart) GetRelationTypeGetRelatesResPart

func (x *Type_ResPart) GetRelationTypeGetRelatesResPart() *RelationType_GetRelates_ResPart

func (*Type_ResPart) GetRes

func (m *Type_ResPart) GetRes() isType_ResPart_Res

func (*Type_ResPart) GetRoleTypeGetPlayersResPart

func (x *Type_ResPart) GetRoleTypeGetPlayersResPart() *RoleType_GetPlayers_ResPart

func (*Type_ResPart) GetRoleTypeGetRelationTypesResPart

func (x *Type_ResPart) GetRoleTypeGetRelationTypesResPart() *RoleType_GetRelationTypes_ResPart

func (*Type_ResPart) GetThingTypeGetInstancesResPart

func (x *Type_ResPart) GetThingTypeGetInstancesResPart() *ThingType_GetInstances_ResPart

func (*Type_ResPart) GetThingTypeGetOwnsResPart

func (x *Type_ResPart) GetThingTypeGetOwnsResPart() *ThingType_GetOwns_ResPart

func (*Type_ResPart) GetThingTypeGetPlaysResPart

func (x *Type_ResPart) GetThingTypeGetPlaysResPart() *ThingType_GetPlays_ResPart

func (*Type_ResPart) GetTypeGetSubtypesResPart

func (x *Type_ResPart) GetTypeGetSubtypesResPart() *Type_GetSubtypes_ResPart

func (*Type_ResPart) GetTypeGetSupertypesResPart

func (x *Type_ResPart) GetTypeGetSupertypesResPart() *Type_GetSupertypes_ResPart

func (*Type_ResPart) ProtoMessage

func (*Type_ResPart) ProtoMessage()

func (*Type_ResPart) ProtoReflect

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

func (*Type_ResPart) Reset

func (x *Type_ResPart) Reset()

func (*Type_ResPart) String

func (x *Type_ResPart) String() string

type Type_ResPart_AttributeTypeGetOwnersResPart

type Type_ResPart_AttributeTypeGetOwnersResPart struct {
	AttributeTypeGetOwnersResPart *AttributeType_GetOwners_ResPart `protobuf:"bytes,600,opt,name=attribute_type_get_owners_res_part,json=attributeTypeGetOwnersResPart,proto3,oneof"`
}

type Type_ResPart_RelationTypeGetRelatesResPart

type Type_ResPart_RelationTypeGetRelatesResPart struct {
	RelationTypeGetRelatesResPart *RelationType_GetRelates_ResPart `protobuf:"bytes,500,opt,name=relation_type_get_relates_res_part,json=relationTypeGetRelatesResPart,proto3,oneof"`
}

type Type_ResPart_RoleTypeGetPlayersResPart

type Type_ResPart_RoleTypeGetPlayersResPart struct {
	RoleTypeGetPlayersResPart *RoleType_GetPlayers_ResPart `protobuf:"bytes,201,opt,name=role_type_get_players_res_part,json=roleTypeGetPlayersResPart,proto3,oneof"`
}

type Type_ResPart_RoleTypeGetRelationTypesResPart

type Type_ResPart_RoleTypeGetRelationTypesResPart struct {
	RoleTypeGetRelationTypesResPart *RoleType_GetRelationTypes_ResPart `protobuf:"bytes,200,opt,name=role_type_get_relation_types_res_part,json=roleTypeGetRelationTypesResPart,proto3,oneof"`
}

type Type_ResPart_ThingTypeGetInstancesResPart

type Type_ResPart_ThingTypeGetInstancesResPart struct {
	ThingTypeGetInstancesResPart *ThingType_GetInstances_ResPart `protobuf:"bytes,300,opt,name=thing_type_get_instances_res_part,json=thingTypeGetInstancesResPart,proto3,oneof"`
}

type Type_ResPart_ThingTypeGetOwnsResPart

type Type_ResPart_ThingTypeGetOwnsResPart struct {
	ThingTypeGetOwnsResPart *ThingType_GetOwns_ResPart `protobuf:"bytes,301,opt,name=thing_type_get_owns_res_part,json=thingTypeGetOwnsResPart,proto3,oneof"`
}

type Type_ResPart_ThingTypeGetPlaysResPart

type Type_ResPart_ThingTypeGetPlaysResPart struct {
	ThingTypeGetPlaysResPart *ThingType_GetPlays_ResPart `protobuf:"bytes,302,opt,name=thing_type_get_plays_res_part,json=thingTypeGetPlaysResPart,proto3,oneof"`
}

type Type_ResPart_TypeGetSubtypesResPart

type Type_ResPart_TypeGetSubtypesResPart struct {
	TypeGetSubtypesResPart *Type_GetSubtypes_ResPart `protobuf:"bytes,101,opt,name=type_get_subtypes_res_part,json=typeGetSubtypesResPart,proto3,oneof"`
}

type Type_ResPart_TypeGetSupertypesResPart

type Type_ResPart_TypeGetSupertypesResPart struct {
	TypeGetSupertypesResPart *Type_GetSupertypes_ResPart `protobuf:"bytes,100,opt,name=type_get_supertypes_res_part,json=typeGetSupertypesResPart,proto3,oneof"`
}

type Type_Res_AttributeTypeGetRegexRes

type Type_Res_AttributeTypeGetRegexRes struct {
	AttributeTypeGetRegexRes *AttributeType_GetRegex_Res `protobuf:"bytes,602,opt,name=attribute_type_get_regex_res,json=attributeTypeGetRegexRes,proto3,oneof"`
}

type Type_Res_AttributeTypeGetRes

type Type_Res_AttributeTypeGetRes struct {
	AttributeTypeGetRes *AttributeType_Get_Res `protobuf:"bytes,601,opt,name=attribute_type_get_res,json=attributeTypeGetRes,proto3,oneof"`
}

type Type_Res_AttributeTypePutRes

type Type_Res_AttributeTypePutRes struct {
	AttributeTypePutRes *AttributeType_Put_Res `protobuf:"bytes,600,opt,name=attribute_type_put_res,json=attributeTypePutRes,proto3,oneof"`
}

type Type_Res_AttributeTypeSetRegexRes

type Type_Res_AttributeTypeSetRegexRes struct {
	AttributeTypeSetRegexRes *AttributeType_SetRegex_Res `protobuf:"bytes,603,opt,name=attribute_type_set_regex_res,json=attributeTypeSetRegexRes,proto3,oneof"`
}

type Type_Res_EntityTypeCreateRes

type Type_Res_EntityTypeCreateRes struct {
	EntityTypeCreateRes *EntityType_Create_Res `protobuf:"bytes,400,opt,name=entity_type_create_res,json=entityTypeCreateRes,proto3,oneof"`
}

type Type_Res_RelationTypeCreateRes

type Type_Res_RelationTypeCreateRes struct {
	RelationTypeCreateRes *RelationType_Create_Res `protobuf:"bytes,500,opt,name=relation_type_create_res,json=relationTypeCreateRes,proto3,oneof"`
}

type Type_Res_RelationTypeGetRelatesForRoleLabelRes

type Type_Res_RelationTypeGetRelatesForRoleLabelRes struct {
	RelationTypeGetRelatesForRoleLabelRes *RelationType_GetRelatesForRoleLabel_Res `` /* 130-byte string literal not displayed */
}

type Type_Res_RelationTypeSetRelatesRes

type Type_Res_RelationTypeSetRelatesRes struct {
	RelationTypeSetRelatesRes *RelationType_SetRelates_Res `protobuf:"bytes,502,opt,name=relation_type_set_relates_res,json=relationTypeSetRelatesRes,proto3,oneof"`
}

type Type_Res_RelationTypeUnsetRelatesRes

type Type_Res_RelationTypeUnsetRelatesRes struct {
	RelationTypeUnsetRelatesRes *RelationType_UnsetRelates_Res `protobuf:"bytes,503,opt,name=relation_type_unset_relates_res,json=relationTypeUnsetRelatesRes,proto3,oneof"`
}

type Type_Res_ThingTypeSetAbstractRes

type Type_Res_ThingTypeSetAbstractRes struct {
	ThingTypeSetAbstractRes *ThingType_SetAbstract_Res `protobuf:"bytes,300,opt,name=thing_type_set_abstract_res,json=thingTypeSetAbstractRes,proto3,oneof"`
}

type Type_Res_ThingTypeSetOwnsRes

type Type_Res_ThingTypeSetOwnsRes struct {
	ThingTypeSetOwnsRes *ThingType_SetOwns_Res `protobuf:"bytes,302,opt,name=thing_type_set_owns_res,json=thingTypeSetOwnsRes,proto3,oneof"`
}

type Type_Res_ThingTypeSetPlaysRes

type Type_Res_ThingTypeSetPlaysRes struct {
	ThingTypeSetPlaysRes *ThingType_SetPlays_Res `protobuf:"bytes,304,opt,name=thing_type_set_plays_res,json=thingTypeSetPlaysRes,proto3,oneof"`
}

type Type_Res_ThingTypeUnsetAbstractRes

type Type_Res_ThingTypeUnsetAbstractRes struct {
	ThingTypeUnsetAbstractRes *ThingType_UnsetAbstract_Res `protobuf:"bytes,301,opt,name=thing_type_unset_abstract_res,json=thingTypeUnsetAbstractRes,proto3,oneof"`
}

type Type_Res_ThingTypeUnsetOwnsRes

type Type_Res_ThingTypeUnsetOwnsRes struct {
	ThingTypeUnsetOwnsRes *ThingType_UnsetOwns_Res `protobuf:"bytes,303,opt,name=thing_type_unset_owns_res,json=thingTypeUnsetOwnsRes,proto3,oneof"`
}

type Type_Res_ThingTypeUnsetPlaysRes

type Type_Res_ThingTypeUnsetPlaysRes struct {
	ThingTypeUnsetPlaysRes *ThingType_UnsetPlays_Res `protobuf:"bytes,305,opt,name=thing_type_unset_plays_res,json=thingTypeUnsetPlaysRes,proto3,oneof"`
}

type Type_Res_TypeDeleteRes

type Type_Res_TypeDeleteRes struct {
	TypeDeleteRes *Type_Delete_Res `protobuf:"bytes,100,opt,name=type_delete_res,json=typeDeleteRes,proto3,oneof"`
}

type Type_Res_TypeGetSupertypeRes

type Type_Res_TypeGetSupertypeRes struct {
	TypeGetSupertypeRes *Type_GetSupertype_Res `protobuf:"bytes,103,opt,name=type_get_supertype_res,json=typeGetSupertypeRes,proto3,oneof"`
}

type Type_Res_TypeIsAbstractRes

type Type_Res_TypeIsAbstractRes struct {
	TypeIsAbstractRes *Type_IsAbstract_Res `protobuf:"bytes,102,opt,name=type_is_abstract_res,json=typeIsAbstractRes,proto3,oneof"`
}

type Type_Res_TypeSetLabelRes

type Type_Res_TypeSetLabelRes struct {
	TypeSetLabelRes *Type_SetLabel_Res `protobuf:"bytes,101,opt,name=type_set_label_res,json=typeSetLabelRes,proto3,oneof"`
}

type Type_Res_TypeSetSupertypeRes

type Type_Res_TypeSetSupertypeRes struct {
	TypeSetSupertypeRes *Type_SetSupertype_Res `protobuf:"bytes,104,opt,name=type_set_supertype_res,json=typeSetSupertypeRes,proto3,oneof"`
}

type Type_SetLabel

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

func (*Type_SetLabel) Descriptor deprecated

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

Deprecated: Use Type_SetLabel.ProtoReflect.Descriptor instead.

func (*Type_SetLabel) ProtoMessage

func (*Type_SetLabel) ProtoMessage()

func (*Type_SetLabel) ProtoReflect

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

func (*Type_SetLabel) Reset

func (x *Type_SetLabel) Reset()

func (*Type_SetLabel) String

func (x *Type_SetLabel) String() string

type Type_SetLabel_Req

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

func (*Type_SetLabel_Req) Descriptor deprecated

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

Deprecated: Use Type_SetLabel_Req.ProtoReflect.Descriptor instead.

func (*Type_SetLabel_Req) GetLabel

func (x *Type_SetLabel_Req) GetLabel() string

func (*Type_SetLabel_Req) ProtoMessage

func (*Type_SetLabel_Req) ProtoMessage()

func (*Type_SetLabel_Req) ProtoReflect

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

func (*Type_SetLabel_Req) Reset

func (x *Type_SetLabel_Req) Reset()

func (*Type_SetLabel_Req) String

func (x *Type_SetLabel_Req) String() string

type Type_SetLabel_Res

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

func (*Type_SetLabel_Res) Descriptor deprecated

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

Deprecated: Use Type_SetLabel_Res.ProtoReflect.Descriptor instead.

func (*Type_SetLabel_Res) ProtoMessage

func (*Type_SetLabel_Res) ProtoMessage()

func (*Type_SetLabel_Res) ProtoReflect

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

func (*Type_SetLabel_Res) Reset

func (x *Type_SetLabel_Res) Reset()

func (*Type_SetLabel_Res) String

func (x *Type_SetLabel_Res) String() string

type Type_SetSupertype

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

func (*Type_SetSupertype) Descriptor deprecated

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

Deprecated: Use Type_SetSupertype.ProtoReflect.Descriptor instead.

func (*Type_SetSupertype) ProtoMessage

func (*Type_SetSupertype) ProtoMessage()

func (*Type_SetSupertype) ProtoReflect

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

func (*Type_SetSupertype) Reset

func (x *Type_SetSupertype) Reset()

func (*Type_SetSupertype) String

func (x *Type_SetSupertype) String() string

type Type_SetSupertype_Req

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

func (*Type_SetSupertype_Req) Descriptor deprecated

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

Deprecated: Use Type_SetSupertype_Req.ProtoReflect.Descriptor instead.

func (*Type_SetSupertype_Req) GetType

func (x *Type_SetSupertype_Req) GetType() *Type

func (*Type_SetSupertype_Req) ProtoMessage

func (*Type_SetSupertype_Req) ProtoMessage()

func (*Type_SetSupertype_Req) ProtoReflect

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

func (*Type_SetSupertype_Req) Reset

func (x *Type_SetSupertype_Req) Reset()

func (*Type_SetSupertype_Req) String

func (x *Type_SetSupertype_Req) String() string

type Type_SetSupertype_Res

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

func (*Type_SetSupertype_Res) Descriptor deprecated

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

Deprecated: Use Type_SetSupertype_Res.ProtoReflect.Descriptor instead.

func (*Type_SetSupertype_Res) ProtoMessage

func (*Type_SetSupertype_Res) ProtoMessage()

func (*Type_SetSupertype_Res) ProtoReflect

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

func (*Type_SetSupertype_Res) Reset

func (x *Type_SetSupertype_Res) Reset()

func (*Type_SetSupertype_Res) String

func (x *Type_SetSupertype_Res) String() string

Jump to

Keyboard shortcuts

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