gqlpb

package
v0.0.0-...-9d3c4bc Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

README

This package contains Go files generated from ../proto/*.proto.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthBinarytsv = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowBinarytsv   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type BinaryTSVIndex

type BinaryTSVIndex struct {
	Rows             int64                         `protobuf:"varint,1,opt,name=rows,proto3" json:"rows,omitempty"`
	Column           []BinaryTSVIndex_Column       `protobuf:"bytes,2,rep,name=column,proto3" json:"column"`
	TimeLocation     []BinaryTSVIndex_TimeLocation `protobuf:"bytes,3,rep,name=time_location,json=timeLocation,proto3" json:"time_location"`
	Name             string                        `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Path             string                        `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	Description      []string                      `protobuf:"bytes,4,rep,name=description,proto3" json:"description,omitempty"`
	MarshaledContext []byte                        `protobuf:"bytes,7,opt,name=marshaled_context,json=marshaledContext,proto3" json:"marshaled_context,omitempty"`
}

func (*BinaryTSVIndex) Descriptor

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

func (*BinaryTSVIndex) GetColumn

func (m *BinaryTSVIndex) GetColumn() []BinaryTSVIndex_Column

func (*BinaryTSVIndex) GetDescription

func (m *BinaryTSVIndex) GetDescription() []string

func (*BinaryTSVIndex) GetMarshaledContext

func (m *BinaryTSVIndex) GetMarshaledContext() []byte

func (*BinaryTSVIndex) GetName

func (m *BinaryTSVIndex) GetName() string

func (*BinaryTSVIndex) GetPath

func (m *BinaryTSVIndex) GetPath() string

func (*BinaryTSVIndex) GetRows

func (m *BinaryTSVIndex) GetRows() int64

func (*BinaryTSVIndex) GetTimeLocation

func (m *BinaryTSVIndex) GetTimeLocation() []BinaryTSVIndex_TimeLocation

func (*BinaryTSVIndex) Marshal

func (m *BinaryTSVIndex) Marshal() (dAtA []byte, err error)

func (*BinaryTSVIndex) MarshalTo

func (m *BinaryTSVIndex) MarshalTo(dAtA []byte) (int, error)

func (*BinaryTSVIndex) ProtoMessage

func (*BinaryTSVIndex) ProtoMessage()

func (*BinaryTSVIndex) Reset

func (m *BinaryTSVIndex) Reset()

func (*BinaryTSVIndex) Size

func (m *BinaryTSVIndex) Size() (n int)

func (*BinaryTSVIndex) String

func (m *BinaryTSVIndex) String() string

func (*BinaryTSVIndex) Unmarshal

func (m *BinaryTSVIndex) Unmarshal(dAtA []byte) error

func (*BinaryTSVIndex) XXX_DiscardUnknown

func (m *BinaryTSVIndex) XXX_DiscardUnknown()

func (*BinaryTSVIndex) XXX_Marshal

func (m *BinaryTSVIndex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BinaryTSVIndex) XXX_Merge

func (m *BinaryTSVIndex) XXX_Merge(src proto.Message)

func (*BinaryTSVIndex) XXX_Size

func (m *BinaryTSVIndex) XXX_Size() int

func (*BinaryTSVIndex) XXX_Unmarshal

func (m *BinaryTSVIndex) XXX_Unmarshal(b []byte) error

type BinaryTSVIndex_Column

type BinaryTSVIndex_Column struct {
	Col         int32  `protobuf:"varint,1,opt,name=col,proto3" json:"col,omitempty"`
	Typ         int32  `protobuf:"varint,2,opt,name=typ,proto3" json:"typ,omitempty"`
	Name        string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
}

func (*BinaryTSVIndex_Column) Descriptor

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

func (*BinaryTSVIndex_Column) GetCol

func (m *BinaryTSVIndex_Column) GetCol() int32

func (*BinaryTSVIndex_Column) GetDescription

func (m *BinaryTSVIndex_Column) GetDescription() string

func (*BinaryTSVIndex_Column) GetName

func (m *BinaryTSVIndex_Column) GetName() string

func (*BinaryTSVIndex_Column) GetTyp

func (m *BinaryTSVIndex_Column) GetTyp() int32

func (*BinaryTSVIndex_Column) Marshal

func (m *BinaryTSVIndex_Column) Marshal() (dAtA []byte, err error)

func (*BinaryTSVIndex_Column) MarshalTo

func (m *BinaryTSVIndex_Column) MarshalTo(dAtA []byte) (int, error)

func (*BinaryTSVIndex_Column) ProtoMessage

func (*BinaryTSVIndex_Column) ProtoMessage()

func (*BinaryTSVIndex_Column) Reset

func (m *BinaryTSVIndex_Column) Reset()

func (*BinaryTSVIndex_Column) Size

func (m *BinaryTSVIndex_Column) Size() (n int)

func (*BinaryTSVIndex_Column) String

func (m *BinaryTSVIndex_Column) String() string

func (*BinaryTSVIndex_Column) Unmarshal

func (m *BinaryTSVIndex_Column) Unmarshal(dAtA []byte) error

func (*BinaryTSVIndex_Column) XXX_DiscardUnknown

func (m *BinaryTSVIndex_Column) XXX_DiscardUnknown()

func (*BinaryTSVIndex_Column) XXX_Marshal

func (m *BinaryTSVIndex_Column) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BinaryTSVIndex_Column) XXX_Merge

func (m *BinaryTSVIndex_Column) XXX_Merge(src proto.Message)

func (*BinaryTSVIndex_Column) XXX_Size

func (m *BinaryTSVIndex_Column) XXX_Size() int

func (*BinaryTSVIndex_Column) XXX_Unmarshal

func (m *BinaryTSVIndex_Column) XXX_Unmarshal(b []byte) error

type BinaryTSVIndex_TimeLocation

type BinaryTSVIndex_TimeLocation struct {
	Str     string `protobuf:"bytes,1,opt,name=str,proto3" json:"str,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OffsetS int32  `protobuf:"varint,3,opt,name=offset_s,json=offsetS,proto3" json:"offset_s,omitempty"`
}

func (*BinaryTSVIndex_TimeLocation) Descriptor

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

func (*BinaryTSVIndex_TimeLocation) GetName

func (m *BinaryTSVIndex_TimeLocation) GetName() string

func (*BinaryTSVIndex_TimeLocation) GetOffsetS

func (m *BinaryTSVIndex_TimeLocation) GetOffsetS() int32

func (*BinaryTSVIndex_TimeLocation) GetStr

func (m *BinaryTSVIndex_TimeLocation) GetStr() string

func (*BinaryTSVIndex_TimeLocation) Marshal

func (m *BinaryTSVIndex_TimeLocation) Marshal() (dAtA []byte, err error)

func (*BinaryTSVIndex_TimeLocation) MarshalTo

func (m *BinaryTSVIndex_TimeLocation) MarshalTo(dAtA []byte) (int, error)

func (*BinaryTSVIndex_TimeLocation) ProtoMessage

func (*BinaryTSVIndex_TimeLocation) ProtoMessage()

func (*BinaryTSVIndex_TimeLocation) Reset

func (m *BinaryTSVIndex_TimeLocation) Reset()

func (*BinaryTSVIndex_TimeLocation) Size

func (m *BinaryTSVIndex_TimeLocation) Size() (n int)

func (*BinaryTSVIndex_TimeLocation) String

func (m *BinaryTSVIndex_TimeLocation) String() string

func (*BinaryTSVIndex_TimeLocation) Unmarshal

func (m *BinaryTSVIndex_TimeLocation) Unmarshal(dAtA []byte) error

func (*BinaryTSVIndex_TimeLocation) XXX_DiscardUnknown

func (m *BinaryTSVIndex_TimeLocation) XXX_DiscardUnknown()

func (*BinaryTSVIndex_TimeLocation) XXX_Marshal

func (m *BinaryTSVIndex_TimeLocation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BinaryTSVIndex_TimeLocation) XXX_Merge

func (m *BinaryTSVIndex_TimeLocation) XXX_Merge(src proto.Message)

func (*BinaryTSVIndex_TimeLocation) XXX_Size

func (m *BinaryTSVIndex_TimeLocation) XXX_Size() int

func (*BinaryTSVIndex_TimeLocation) XXX_Unmarshal

func (m *BinaryTSVIndex_TimeLocation) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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