Documentation ¶
Index ¶
- Variables
- type TClusterDirectory
- func (*TClusterDirectory) Descriptor() ([]byte, []int)deprecated
- func (x *TClusterDirectory) GetItems() []*TClusterDirectory_TItem
- func (*TClusterDirectory) ProtoMessage()
- func (x *TClusterDirectory) ProtoReflect() protoreflect.Message
- func (x *TClusterDirectory) Reset()
- func (x *TClusterDirectory) String() string
- type TClusterDirectory_TItem
- func (*TClusterDirectory_TItem) Descriptor() ([]byte, []int)deprecated
- func (x *TClusterDirectory_TItem) GetConfig() []byte
- func (x *TClusterDirectory_TItem) GetName() string
- func (*TClusterDirectory_TItem) ProtoMessage()
- func (x *TClusterDirectory_TItem) ProtoReflect() protoreflect.Message
- func (x *TClusterDirectory_TItem) Reset()
- func (x *TClusterDirectory_TItem) String() string
- type TTimestampMap
- func (*TTimestampMap) Descriptor() ([]byte, []int)deprecated
- func (x *TTimestampMap) GetCellTags() []int32
- func (x *TTimestampMap) GetTimestamps() []uint64
- func (*TTimestampMap) ProtoMessage()
- func (x *TTimestampMap) ProtoReflect() protoreflect.Message
- func (x *TTimestampMap) Reset()
- func (x *TTimestampMap) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_yt_proto_yt_client_hive_proto_cluster_directory_proto protoreflect.FileDescriptor
View Source
var File_yt_proto_yt_client_hive_proto_timestamp_map_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TClusterDirectory ¶
type TClusterDirectory struct { Items []*TClusterDirectory_TItem `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"` // contains filtered or unexported fields }
func (*TClusterDirectory) Descriptor
deprecated
func (*TClusterDirectory) Descriptor() ([]byte, []int)
Deprecated: Use TClusterDirectory.ProtoReflect.Descriptor instead.
func (*TClusterDirectory) GetItems ¶
func (x *TClusterDirectory) GetItems() []*TClusterDirectory_TItem
func (*TClusterDirectory) ProtoMessage ¶
func (*TClusterDirectory) ProtoMessage()
func (*TClusterDirectory) ProtoReflect ¶
func (x *TClusterDirectory) ProtoReflect() protoreflect.Message
func (*TClusterDirectory) Reset ¶
func (x *TClusterDirectory) Reset()
func (*TClusterDirectory) String ¶
func (x *TClusterDirectory) String() string
type TClusterDirectory_TItem ¶
type TClusterDirectory_TItem struct { Name *string `protobuf:"bytes,1,req,name=name" json:"name,omitempty"` Config []byte `protobuf:"bytes,2,req,name=config" json:"config,omitempty"` // contains filtered or unexported fields }
func (*TClusterDirectory_TItem) Descriptor
deprecated
func (*TClusterDirectory_TItem) Descriptor() ([]byte, []int)
Deprecated: Use TClusterDirectory_TItem.ProtoReflect.Descriptor instead.
func (*TClusterDirectory_TItem) GetConfig ¶
func (x *TClusterDirectory_TItem) GetConfig() []byte
func (*TClusterDirectory_TItem) GetName ¶
func (x *TClusterDirectory_TItem) GetName() string
func (*TClusterDirectory_TItem) ProtoMessage ¶
func (*TClusterDirectory_TItem) ProtoMessage()
func (*TClusterDirectory_TItem) ProtoReflect ¶
func (x *TClusterDirectory_TItem) ProtoReflect() protoreflect.Message
func (*TClusterDirectory_TItem) Reset ¶
func (x *TClusterDirectory_TItem) Reset()
func (*TClusterDirectory_TItem) String ¶
func (x *TClusterDirectory_TItem) String() string
type TTimestampMap ¶
type TTimestampMap struct { CellTags []int32 `protobuf:"varint,1,rep,name=cell_tags,json=cellTags" json:"cell_tags,omitempty"` Timestamps []uint64 `protobuf:"varint,2,rep,name=timestamps" json:"timestamps,omitempty"` // contains filtered or unexported fields }
func (*TTimestampMap) Descriptor
deprecated
func (*TTimestampMap) Descriptor() ([]byte, []int)
Deprecated: Use TTimestampMap.ProtoReflect.Descriptor instead.
func (*TTimestampMap) GetCellTags ¶
func (x *TTimestampMap) GetCellTags() []int32
func (*TTimestampMap) GetTimestamps ¶
func (x *TTimestampMap) GetTimestamps() []uint64
func (*TTimestampMap) ProtoMessage ¶
func (*TTimestampMap) ProtoMessage()
func (*TTimestampMap) ProtoReflect ¶
func (x *TTimestampMap) ProtoReflect() protoreflect.Message
func (*TTimestampMap) Reset ¶
func (x *TTimestampMap) Reset()
func (*TTimestampMap) String ¶
func (x *TTimestampMap) String() string
Click to show internal directories.
Click to hide internal directories.