Documentation ¶
Index ¶
- Variables
- type TAttribute
- type TAttributeDictionary
- func (*TAttributeDictionary) Descriptor() ([]byte, []int)deprecated
- func (x *TAttributeDictionary) GetAttributes() []*TAttribute
- func (*TAttributeDictionary) ProtoMessage()
- func (x *TAttributeDictionary) ProtoReflect() protoreflect.Message
- func (x *TAttributeDictionary) Reset()
- func (x *TAttributeDictionary) String() string
- type TAttributeFilter
- func (*TAttributeFilter) Descriptor() ([]byte, []int)deprecated
- func (x *TAttributeFilter) GetKeys() []string
- func (x *TAttributeFilter) GetPaths() []string
- func (*TAttributeFilter) ProtoMessage()
- func (x *TAttributeFilter) ProtoReflect() protoreflect.Message
- func (x *TAttributeFilter) Reset()
- func (x *TAttributeFilter) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yt_proto_yt_core_ytree_proto_attributes_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TAttribute ¶
type TAttribute struct { Key *string `protobuf:"bytes,1,req,name=key" json:"key,omitempty"` Value []byte `protobuf:"bytes,2,req,name=value" json:"value,omitempty"` // contains filtered or unexported fields }
func (*TAttribute) Descriptor
deprecated
func (*TAttribute) Descriptor() ([]byte, []int)
Deprecated: Use TAttribute.ProtoReflect.Descriptor instead.
func (*TAttribute) GetKey ¶
func (x *TAttribute) GetKey() string
func (*TAttribute) GetValue ¶
func (x *TAttribute) GetValue() []byte
func (*TAttribute) ProtoMessage ¶
func (*TAttribute) ProtoMessage()
func (*TAttribute) ProtoReflect ¶
func (x *TAttribute) ProtoReflect() protoreflect.Message
func (*TAttribute) Reset ¶
func (x *TAttribute) Reset()
func (*TAttribute) String ¶
func (x *TAttribute) String() string
type TAttributeDictionary ¶
type TAttributeDictionary struct { Attributes []*TAttribute `protobuf:"bytes,1,rep,name=attributes" json:"attributes,omitempty"` // contains filtered or unexported fields }
func (*TAttributeDictionary) Descriptor
deprecated
func (*TAttributeDictionary) Descriptor() ([]byte, []int)
Deprecated: Use TAttributeDictionary.ProtoReflect.Descriptor instead.
func (*TAttributeDictionary) GetAttributes ¶
func (x *TAttributeDictionary) GetAttributes() []*TAttribute
func (*TAttributeDictionary) ProtoMessage ¶
func (*TAttributeDictionary) ProtoMessage()
func (*TAttributeDictionary) ProtoReflect ¶
func (x *TAttributeDictionary) ProtoReflect() protoreflect.Message
func (*TAttributeDictionary) Reset ¶
func (x *TAttributeDictionary) Reset()
func (*TAttributeDictionary) String ¶
func (x *TAttributeDictionary) String() string
type TAttributeFilter ¶
type TAttributeFilter struct { Keys []string `protobuf:"bytes,1,rep,name=keys" json:"keys,omitempty"` Paths []string `protobuf:"bytes,2,rep,name=paths" json:"paths,omitempty"` // contains filtered or unexported fields }
func (*TAttributeFilter) Descriptor
deprecated
func (*TAttributeFilter) Descriptor() ([]byte, []int)
Deprecated: Use TAttributeFilter.ProtoReflect.Descriptor instead.
func (*TAttributeFilter) GetKeys ¶
func (x *TAttributeFilter) GetKeys() []string
func (*TAttributeFilter) GetPaths ¶
func (x *TAttributeFilter) GetPaths() []string
func (*TAttributeFilter) ProtoMessage ¶
func (*TAttributeFilter) ProtoMessage()
func (*TAttributeFilter) ProtoReflect ¶
func (x *TAttributeFilter) ProtoReflect() protoreflect.Message
func (*TAttributeFilter) Reset ¶
func (x *TAttributeFilter) Reset()
func (*TAttributeFilter) String ¶
func (x *TAttributeFilter) String() string
Click to show internal directories.
Click to hide internal directories.