base

package
v1.28.1-20221206080211... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_schema_properties_base_mesaProperty_proto protoreflect.FileDescriptor
View Source
var File_schema_properties_base_metaProperty_proto protoreflect.FileDescriptor
View Source
var File_schema_properties_base_property_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type MesaProperty

type MesaProperty struct {
	PropertyId *base.PropertyID `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"`
	Data       *data.DataI      `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MesaProperty) Descriptor deprecated

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

Deprecated: Use MesaProperty.ProtoReflect.Descriptor instead.

func (*MesaProperty) GetData

func (x *MesaProperty) GetData() *data.DataI

func (*MesaProperty) GetPropertyId

func (x *MesaProperty) GetPropertyId() *base.PropertyID

func (*MesaProperty) ProtoMessage

func (*MesaProperty) ProtoMessage()

func (*MesaProperty) ProtoReflect

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

func (*MesaProperty) Reset

func (x *MesaProperty) Reset()

func (*MesaProperty) String

func (x *MesaProperty) String() string

type MetaProperty

type MetaProperty struct {
	PropertyId *base.PropertyID `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"`
	Data       *data.DataI      `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaProperty) Descriptor deprecated

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

Deprecated: Use MetaProperty.ProtoReflect.Descriptor instead.

func (*MetaProperty) GetData

func (x *MetaProperty) GetData() *data.DataI

func (*MetaProperty) GetPropertyId

func (x *MetaProperty) GetPropertyId() *base.PropertyID

func (*MetaProperty) ProtoMessage

func (*MetaProperty) ProtoMessage()

func (*MetaProperty) ProtoReflect

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

func (*MetaProperty) Reset

func (x *MetaProperty) Reset()

func (*MetaProperty) String

func (x *MetaProperty) String() string

type Property

type Property struct {

	// Types that are assignable to Impl:
	//
	//	*Property_MesaProperty
	//	*Property_MetaProperty
	Impl isProperty_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*Property) Descriptor deprecated

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

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetImpl

func (m *Property) GetImpl() isProperty_Impl

func (*Property) GetMesaProperty

func (x *Property) GetMesaProperty() *MesaProperty

func (*Property) GetMetaProperty

func (x *Property) GetMetaProperty() *MetaProperty

func (*Property) ProtoMessage

func (*Property) ProtoMessage()

func (*Property) ProtoReflect

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

func (*Property) Reset

func (x *Property) Reset()

func (*Property) String

func (x *Property) String() string

type Property_MesaProperty

type Property_MesaProperty struct {
	MesaProperty *MesaProperty `protobuf:"bytes,1,opt,name=mesaProperty,proto3,oneof"`
}

type Property_MetaProperty

type Property_MetaProperty struct {
	MetaProperty *MetaProperty `protobuf:"bytes,2,opt,name=metaProperty,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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