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
- type TReadRequestComplexityLimits
- func (*TReadRequestComplexityLimits) Descriptor() ([]byte, []int)deprecated
- func (x *TReadRequestComplexityLimits) GetNodeCount() int64
- func (x *TReadRequestComplexityLimits) GetResultSize() int64
- func (*TReadRequestComplexityLimits) ProtoMessage()
- func (x *TReadRequestComplexityLimits) ProtoReflect() protoreflect.Message
- func (x *TReadRequestComplexityLimits) Reset()
- func (x *TReadRequestComplexityLimits) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yt_yt_proto_yt_core_ytree_proto_attributes_proto protoreflect.FileDescriptor
View Source
var File_yt_yt_proto_yt_core_ytree_proto_request_complexity_limits_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
type TReadRequestComplexityLimits ¶ added in v0.0.10
type TReadRequestComplexityLimits struct { NodeCount *int64 `protobuf:"varint,1,opt,name=node_count,json=nodeCount" json:"node_count,omitempty"` ResultSize *int64 `protobuf:"varint,2,opt,name=result_size,json=resultSize" json:"result_size,omitempty"` // contains filtered or unexported fields }
func (*TReadRequestComplexityLimits) Descriptor
deprecated
added in
v0.0.10
func (*TReadRequestComplexityLimits) Descriptor() ([]byte, []int)
Deprecated: Use TReadRequestComplexityLimits.ProtoReflect.Descriptor instead.
func (*TReadRequestComplexityLimits) GetNodeCount ¶ added in v0.0.10
func (x *TReadRequestComplexityLimits) GetNodeCount() int64
func (*TReadRequestComplexityLimits) GetResultSize ¶ added in v0.0.10
func (x *TReadRequestComplexityLimits) GetResultSize() int64
func (*TReadRequestComplexityLimits) ProtoMessage ¶ added in v0.0.10
func (*TReadRequestComplexityLimits) ProtoMessage()
func (*TReadRequestComplexityLimits) ProtoReflect ¶ added in v0.0.10
func (x *TReadRequestComplexityLimits) ProtoReflect() protoreflect.Message
func (*TReadRequestComplexityLimits) Reset ¶ added in v0.0.10
func (x *TReadRequestComplexityLimits) Reset()
func (*TReadRequestComplexityLimits) String ¶ added in v0.0.10
func (x *TReadRequestComplexityLimits) String() string
Click to show internal directories.
Click to hide internal directories.