base

package
v1.34.2-20221207154542... 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_propertyI_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       *base1.Data      `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() *base1.Data

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       *base1.Data      `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() *base1.Data

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 PropertyI

type PropertyI struct {

	// Types that are assignable to Impl:
	//
	//	*PropertyI_Property
	Impl isPropertyI_Impl `protobuf_oneof:"impl"`
	// contains filtered or unexported fields
}

func (*PropertyI) Descriptor deprecated

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

Deprecated: Use PropertyI.ProtoReflect.Descriptor instead.

func (*PropertyI) GetImpl

func (m *PropertyI) GetImpl() isPropertyI_Impl

func (*PropertyI) GetProperty

func (x *PropertyI) GetProperty() *Property

func (*PropertyI) ProtoMessage

func (*PropertyI) ProtoMessage()

func (*PropertyI) ProtoReflect

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

func (*PropertyI) Reset

func (x *PropertyI) Reset()

func (*PropertyI) String

func (x *PropertyI) String() string

type PropertyI_Property

type PropertyI_Property struct {
	Property *Property `protobuf:"bytes,1,opt,name=property,proto3,oneof"`
}

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