internal

package
v0.0.0-...-0ae59ff Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package internal is a generated protocol buffer package.

It is generated from these files:

internal/data.proto

It has these top-level messages:

WriteShardRequest
WriteShardResponse
ExecuteStatementRequest
ExecuteStatementResponse
CreateIteratorRequest
CreateIteratorResponse
FieldDimensionsRequest
FieldDimensionsResponse
SeriesKeysRequest
SeriesKeysResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateIteratorRequest

type CreateIteratorRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep,name=ShardIDs" json:"ShardIDs,omitempty"`
	Opt              []byte   `protobuf:"bytes,2,req,name=Opt" json:"Opt,omitempty"`
	Measurement      []byte   `protobuf:"bytes,3,req,name=Measurement" json:"Measurement,omitempty"`
	SpanContext      []byte   `protobuf:"bytes,4,opt,name=SpanContext" json:"SpanContext,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CreateIteratorRequest) GetMeasurement

func (m *CreateIteratorRequest) GetMeasurement() []byte

func (*CreateIteratorRequest) GetOpt

func (m *CreateIteratorRequest) GetOpt() []byte

func (*CreateIteratorRequest) GetShardIDs

func (m *CreateIteratorRequest) GetShardIDs() []uint64

func (*CreateIteratorRequest) GetSpanContext

func (m *CreateIteratorRequest) GetSpanContext() []byte

func (*CreateIteratorRequest) ProtoMessage

func (*CreateIteratorRequest) ProtoMessage()

func (*CreateIteratorRequest) Reset

func (m *CreateIteratorRequest) Reset()

func (*CreateIteratorRequest) String

func (m *CreateIteratorRequest) String() string

type CreateIteratorResponse

type CreateIteratorResponse struct {
	Err              *string `protobuf:"bytes,1,opt,name=Err" json:"Err,omitempty"`
	DataType         *int32  `protobuf:"varint,1,req,name=DataType" json:"DataType,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CreateIteratorResponse) GetDataType

func (m *CreateIteratorResponse) GetDataType() *int32

func (*CreateIteratorResponse) GetErr

func (m *CreateIteratorResponse) GetErr() string

func (*CreateIteratorResponse) ProtoMessage

func (*CreateIteratorResponse) ProtoMessage()

func (*CreateIteratorResponse) Reset

func (m *CreateIteratorResponse) Reset()

func (*CreateIteratorResponse) String

func (m *CreateIteratorResponse) String() string

type ExecuteStatementRequest

type ExecuteStatementRequest struct {
	Statement        *string `protobuf:"bytes,1,req,name=Statement" json:"Statement,omitempty"`
	Database         *string `protobuf:"bytes,2,req,name=Database" json:"Database,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ExecuteStatementRequest) GetDatabase

func (m *ExecuteStatementRequest) GetDatabase() string

func (*ExecuteStatementRequest) GetStatement

func (m *ExecuteStatementRequest) GetStatement() string

func (*ExecuteStatementRequest) ProtoMessage

func (*ExecuteStatementRequest) ProtoMessage()

func (*ExecuteStatementRequest) Reset

func (m *ExecuteStatementRequest) Reset()

func (*ExecuteStatementRequest) String

func (m *ExecuteStatementRequest) String() string

type ExecuteStatementResponse

type ExecuteStatementResponse struct {
	Code             *int32  `protobuf:"varint,1,req,name=Code" json:"Code,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=Message" json:"Message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ExecuteStatementResponse) GetCode

func (m *ExecuteStatementResponse) GetCode() int32

func (*ExecuteStatementResponse) GetMessage

func (m *ExecuteStatementResponse) GetMessage() string

func (*ExecuteStatementResponse) ProtoMessage

func (*ExecuteStatementResponse) ProtoMessage()

func (*ExecuteStatementResponse) Reset

func (m *ExecuteStatementResponse) Reset()

func (*ExecuteStatementResponse) String

func (m *ExecuteStatementResponse) String() string

type FieldDimensionsRequest

type FieldDimensionsRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep,name=ShardIDs" json:"ShardIDs,omitempty"`
	Sources          []byte   `protobuf:"bytes,2,req,name=Sources" json:"Sources,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*FieldDimensionsRequest) GetShardIDs

func (m *FieldDimensionsRequest) GetShardIDs() []uint64

func (*FieldDimensionsRequest) GetSources

func (m *FieldDimensionsRequest) GetSources() []byte

func (*FieldDimensionsRequest) ProtoMessage

func (*FieldDimensionsRequest) ProtoMessage()

func (*FieldDimensionsRequest) Reset

func (m *FieldDimensionsRequest) Reset()

func (*FieldDimensionsRequest) String

func (m *FieldDimensionsRequest) String() string

type FieldDimensionsResponse

type FieldDimensionsResponse struct {
	Fields           []byte   `protobuf:"bytes,1,rep,name=Fields" json:"Fields,omitempty"`
	Dimensions       []string `protobuf:"bytes,2,rep,name=Dimensions" json:"Dimensions,omitempty"`
	Err              *string  `protobuf:"bytes,3,opt,name=Err" json:"Err,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*FieldDimensionsResponse) GetDimensions

func (m *FieldDimensionsResponse) GetDimensions() []string

func (*FieldDimensionsResponse) GetErr

func (m *FieldDimensionsResponse) GetErr() string

func (*FieldDimensionsResponse) GetFields

func (m *FieldDimensionsResponse) GetFields() []byte

func (*FieldDimensionsResponse) ProtoMessage

func (*FieldDimensionsResponse) ProtoMessage()

func (*FieldDimensionsResponse) Reset

func (m *FieldDimensionsResponse) Reset()

func (*FieldDimensionsResponse) String

func (m *FieldDimensionsResponse) String() string

type SeriesKeysRequest

type SeriesKeysRequest struct {
	ShardIDs         []uint64 `protobuf:"varint,1,rep,name=ShardIDs" json:"ShardIDs,omitempty"`
	Opt              []byte   `protobuf:"bytes,2,req,name=Opt" json:"Opt,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*SeriesKeysRequest) GetOpt

func (m *SeriesKeysRequest) GetOpt() []byte

func (*SeriesKeysRequest) GetShardIDs

func (m *SeriesKeysRequest) GetShardIDs() []uint64

func (*SeriesKeysRequest) ProtoMessage

func (*SeriesKeysRequest) ProtoMessage()

func (*SeriesKeysRequest) Reset

func (m *SeriesKeysRequest) Reset()

func (*SeriesKeysRequest) String

func (m *SeriesKeysRequest) String() string

type SeriesKeysResponse

type SeriesKeysResponse struct {
	SeriesList       []byte  `protobuf:"bytes,1,opt,name=SeriesList" json:"SeriesList,omitempty"`
	Err              *string `protobuf:"bytes,2,opt,name=Err" json:"Err,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*SeriesKeysResponse) GetErr

func (m *SeriesKeysResponse) GetErr() string

func (*SeriesKeysResponse) GetSeriesList

func (m *SeriesKeysResponse) GetSeriesList() []byte

func (*SeriesKeysResponse) ProtoMessage

func (*SeriesKeysResponse) ProtoMessage()

func (*SeriesKeysResponse) Reset

func (m *SeriesKeysResponse) Reset()

func (*SeriesKeysResponse) String

func (m *SeriesKeysResponse) String() string

type WriteShardRequest

type WriteShardRequest struct {
	ShardID          *uint64  `protobuf:"varint,1,req,name=ShardID" json:"ShardID,omitempty"`
	Points           [][]byte `protobuf:"bytes,2,rep,name=Points" json:"Points,omitempty"`
	Database         *string  `protobuf:"bytes,3,opt,name=Database" json:"Database,omitempty"`
	RetentionPolicy  *string  `protobuf:"bytes,4,opt,name=RetentionPolicy" json:"RetentionPolicy,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*WriteShardRequest) GetDatabase

func (m *WriteShardRequest) GetDatabase() string

func (*WriteShardRequest) GetPoints

func (m *WriteShardRequest) GetPoints() [][]byte

func (*WriteShardRequest) GetRetentionPolicy

func (m *WriteShardRequest) GetRetentionPolicy() string

func (*WriteShardRequest) GetShardID

func (m *WriteShardRequest) GetShardID() uint64

func (*WriteShardRequest) ProtoMessage

func (*WriteShardRequest) ProtoMessage()

func (*WriteShardRequest) Reset

func (m *WriteShardRequest) Reset()

func (*WriteShardRequest) String

func (m *WriteShardRequest) String() string

type WriteShardResponse

type WriteShardResponse struct {
	Code             *int32  `protobuf:"varint,1,req,name=Code" json:"Code,omitempty"`
	Message          *string `protobuf:"bytes,2,opt,name=Message" json:"Message,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*WriteShardResponse) GetCode

func (m *WriteShardResponse) GetCode() int32

func (*WriteShardResponse) GetMessage

func (m *WriteShardResponse) GetMessage() string

func (*WriteShardResponse) ProtoMessage

func (*WriteShardResponse) ProtoMessage()

func (*WriteShardResponse) Reset

func (m *WriteShardResponse) Reset()

func (*WriteShardResponse) String

func (m *WriteShardResponse) String() string

Jump to

Keyboard shortcuts

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