grpc_pandas_v1

package
v0.0.0-...-a5cc226 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Direction_name = map[int32]string{
	0: "Up",
	1: "Down",
	2: "All",
}
View Source
var Direction_value = map[string]int32{
	"Up":   0,
	"Down": 1,
	"All":  2,
}
View Source
var SearchType_name = map[int32]string{
	0: "Term",
	1: "Netsted",
	2: "AllSearch",
}
View Source
var SearchType_value = map[string]int32{
	"Term":      0,
	"Netsted":   1,
	"AllSearch": 2,
}

Functions

func RegisterEditorsServer

func RegisterEditorsServer(s *grpc.Server, srv EditorsServer)

func RegisterLBSServer

func RegisterLBSServer(s *grpc.Server, srv LBSServer)

func RegisterModelsServer

func RegisterModelsServer(s *grpc.Server, srv ModelsServer)

func RegisterProjectsServer

func RegisterProjectsServer(s *grpc.Server, srv ProjectsServer)

Types

type AddDeviceRequest

type AddDeviceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Project Device message definitions

func (*AddDeviceRequest) Descriptor

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

func (*AddDeviceRequest) ProtoMessage

func (*AddDeviceRequest) ProtoMessage()

func (*AddDeviceRequest) Reset

func (m *AddDeviceRequest) Reset()

func (*AddDeviceRequest) String

func (m *AddDeviceRequest) String() string

func (*AddDeviceRequest) XXX_DiscardUnknown

func (m *AddDeviceRequest) XXX_DiscardUnknown()

func (*AddDeviceRequest) XXX_Marshal

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

func (*AddDeviceRequest) XXX_Merge

func (dst *AddDeviceRequest) XXX_Merge(src proto.Message)

func (*AddDeviceRequest) XXX_Size

func (m *AddDeviceRequest) XXX_Size() int

func (*AddDeviceRequest) XXX_Unmarshal

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

type AddDeviceResponse

type AddDeviceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDeviceResponse) Descriptor

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

func (*AddDeviceResponse) ProtoMessage

func (*AddDeviceResponse) ProtoMessage()

func (*AddDeviceResponse) Reset

func (m *AddDeviceResponse) Reset()

func (*AddDeviceResponse) String

func (m *AddDeviceResponse) String() string

func (*AddDeviceResponse) XXX_DiscardUnknown

func (m *AddDeviceResponse) XXX_DiscardUnknown()

func (*AddDeviceResponse) XXX_Marshal

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

func (*AddDeviceResponse) XXX_Merge

func (dst *AddDeviceResponse) XXX_Merge(src proto.Message)

func (*AddDeviceResponse) XXX_Size

func (m *AddDeviceResponse) XXX_Size() int

func (*AddDeviceResponse) XXX_Unmarshal

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

type AddDevicesRequest

type AddDevicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDevicesRequest) Descriptor

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

func (*AddDevicesRequest) ProtoMessage

func (*AddDevicesRequest) ProtoMessage()

func (*AddDevicesRequest) Reset

func (m *AddDevicesRequest) Reset()

func (*AddDevicesRequest) String

func (m *AddDevicesRequest) String() string

func (*AddDevicesRequest) XXX_DiscardUnknown

func (m *AddDevicesRequest) XXX_DiscardUnknown()

func (*AddDevicesRequest) XXX_Marshal

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

func (*AddDevicesRequest) XXX_Merge

func (dst *AddDevicesRequest) XXX_Merge(src proto.Message)

func (*AddDevicesRequest) XXX_Size

func (m *AddDevicesRequest) XXX_Size() int

func (*AddDevicesRequest) XXX_Unmarshal

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

type AddDevicesResponse

type AddDevicesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDevicesResponse) Descriptor

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

func (*AddDevicesResponse) ProtoMessage

func (*AddDevicesResponse) ProtoMessage()

func (*AddDevicesResponse) Reset

func (m *AddDevicesResponse) Reset()

func (*AddDevicesResponse) String

func (m *AddDevicesResponse) String() string

func (*AddDevicesResponse) XXX_DiscardUnknown

func (m *AddDevicesResponse) XXX_DiscardUnknown()

func (*AddDevicesResponse) XXX_Marshal

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

func (*AddDevicesResponse) XXX_Merge

func (dst *AddDevicesResponse) XXX_Merge(src proto.Message)

func (*AddDevicesResponse) XXX_Size

func (m *AddDevicesResponse) XXX_Size() int

func (*AddDevicesResponse) XXX_Unmarshal

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

type AddEntityRequest

type AddEntityRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	EntityName           string   `protobuf:"bytes,3,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty" bson:"entity_name,omitempty"`
	EntityDesc           string   `protobuf:"bytes,4,opt,name=entity_desc,json=entityDesc,proto3" json:"entity_desc,omitempty" bson:"entity_desc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Entity

func (*AddEntityRequest) Descriptor

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

func (*AddEntityRequest) GetEntityDesc

func (m *AddEntityRequest) GetEntityDesc() string

func (*AddEntityRequest) GetEntityName

func (m *AddEntityRequest) GetEntityName() string

func (*AddEntityRequest) GetProjectId

func (m *AddEntityRequest) GetProjectId() string

func (*AddEntityRequest) GetUserId

func (m *AddEntityRequest) GetUserId() string

func (*AddEntityRequest) ProtoMessage

func (*AddEntityRequest) ProtoMessage()

func (*AddEntityRequest) Reset

func (m *AddEntityRequest) Reset()

func (*AddEntityRequest) String

func (m *AddEntityRequest) String() string

func (*AddEntityRequest) XXX_DiscardUnknown

func (m *AddEntityRequest) XXX_DiscardUnknown()

func (*AddEntityRequest) XXX_Marshal

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

func (*AddEntityRequest) XXX_Merge

func (dst *AddEntityRequest) XXX_Merge(src proto.Message)

func (*AddEntityRequest) XXX_Size

func (m *AddEntityRequest) XXX_Size() int

func (*AddEntityRequest) XXX_Unmarshal

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

type AddEntityResponse

type AddEntityResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddEntityResponse) Descriptor

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

func (*AddEntityResponse) ProtoMessage

func (*AddEntityResponse) ProtoMessage()

func (*AddEntityResponse) Reset

func (m *AddEntityResponse) Reset()

func (*AddEntityResponse) String

func (m *AddEntityResponse) String() string

func (*AddEntityResponse) XXX_DiscardUnknown

func (m *AddEntityResponse) XXX_DiscardUnknown()

func (*AddEntityResponse) XXX_Marshal

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

func (*AddEntityResponse) XXX_Merge

func (dst *AddEntityResponse) XXX_Merge(src proto.Message)

func (*AddEntityResponse) XXX_Size

func (m *AddEntityResponse) XXX_Size() int

func (*AddEntityResponse) XXX_Unmarshal

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

type AddMonitoredObjectRequest

type AddMonitoredObjectRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	FenceId              string   `protobuf:"bytes,3,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	Objects              []string `protobuf:"bytes,4,rep,name=objects,proto3" json:"objects,omitempty" bson:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddMonitoredObjectRequest) Descriptor

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

func (*AddMonitoredObjectRequest) GetFenceId

func (m *AddMonitoredObjectRequest) GetFenceId() string

func (*AddMonitoredObjectRequest) GetObjects

func (m *AddMonitoredObjectRequest) GetObjects() []string

func (*AddMonitoredObjectRequest) GetProjectId

func (m *AddMonitoredObjectRequest) GetProjectId() string

func (*AddMonitoredObjectRequest) GetUserId

func (m *AddMonitoredObjectRequest) GetUserId() string

func (*AddMonitoredObjectRequest) ProtoMessage

func (*AddMonitoredObjectRequest) ProtoMessage()

func (*AddMonitoredObjectRequest) Reset

func (m *AddMonitoredObjectRequest) Reset()

func (*AddMonitoredObjectRequest) String

func (m *AddMonitoredObjectRequest) String() string

func (*AddMonitoredObjectRequest) XXX_DiscardUnknown

func (m *AddMonitoredObjectRequest) XXX_DiscardUnknown()

func (*AddMonitoredObjectRequest) XXX_Marshal

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

func (*AddMonitoredObjectRequest) XXX_Merge

func (dst *AddMonitoredObjectRequest) XXX_Merge(src proto.Message)

func (*AddMonitoredObjectRequest) XXX_Size

func (m *AddMonitoredObjectRequest) XXX_Size() int

func (*AddMonitoredObjectRequest) XXX_Unmarshal

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

type AddMonitoredObjectResponse

type AddMonitoredObjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddMonitoredObjectResponse) Descriptor

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

func (*AddMonitoredObjectResponse) ProtoMessage

func (*AddMonitoredObjectResponse) ProtoMessage()

func (*AddMonitoredObjectResponse) Reset

func (m *AddMonitoredObjectResponse) Reset()

func (*AddMonitoredObjectResponse) String

func (m *AddMonitoredObjectResponse) String() string

func (*AddMonitoredObjectResponse) XXX_DiscardUnknown

func (m *AddMonitoredObjectResponse) XXX_DiscardUnknown()

func (*AddMonitoredObjectResponse) XXX_Marshal

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

func (*AddMonitoredObjectResponse) XXX_Merge

func (dst *AddMonitoredObjectResponse) XXX_Merge(src proto.Message)

func (*AddMonitoredObjectResponse) XXX_Size

func (m *AddMonitoredObjectResponse) XXX_Size() int

func (*AddMonitoredObjectResponse) XXX_Unmarshal

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

type Alarm

type Alarm struct {
	FenceId              int32       `protobuf:"varint,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	FenceName            string      `protobuf:"bytes,2,opt,name=fence_name,json=fenceName,proto3" json:"fence_name,omitempty" bson:"fence_name,omitempty"`
	MonitoredPerson      string      `` /* 140-byte string literal not displayed */
	Action               string      `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty" bson:"action,omitempty"`
	AlarmPoint           *AlarmPoint `protobuf:"bytes,5,opt,name=alarm_point,json=alarmPoint,proto3" json:"alarm_point,omitempty" bson:"alarm_point,omitempty"`
	PrePoint             *PrePoint   `protobuf:"bytes,6,opt,name=pre_point,json=prePoint,proto3" json:"pre_point,omitempty" bson:"pre_point,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*Alarm) Descriptor

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

func (*Alarm) GetAction

func (m *Alarm) GetAction() string

func (*Alarm) GetAlarmPoint

func (m *Alarm) GetAlarmPoint() *AlarmPoint

func (*Alarm) GetFenceId

func (m *Alarm) GetFenceId() int32

func (*Alarm) GetFenceName

func (m *Alarm) GetFenceName() string

func (*Alarm) GetMonitoredPerson

func (m *Alarm) GetMonitoredPerson() string

func (*Alarm) GetPrePoint

func (m *Alarm) GetPrePoint() *PrePoint

func (*Alarm) ProtoMessage

func (*Alarm) ProtoMessage()

func (*Alarm) Reset

func (m *Alarm) Reset()

func (*Alarm) String

func (m *Alarm) String() string

func (*Alarm) XXX_DiscardUnknown

func (m *Alarm) XXX_DiscardUnknown()

func (*Alarm) XXX_Marshal

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

func (*Alarm) XXX_Merge

func (dst *Alarm) XXX_Merge(src proto.Message)

func (*Alarm) XXX_Size

func (m *Alarm) XXX_Size() int

func (*Alarm) XXX_Unmarshal

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

type AlarmPoint

type AlarmPoint struct {
	Longitude            float64  `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	Latitude             float64  `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Radius               int32    `protobuf:"varint,3,opt,name=radius,proto3" json:"radius,omitempty" bson:"radius,omitempty"`
	CoordType            string   `protobuf:"bytes,4,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	LocTime              string   `protobuf:"bytes,5,opt,name=loc_time,json=locTime,proto3" json:"loc_time,omitempty" bson:"loc_time,omitempty"`
	CreateTime           string   `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" bson:"create_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AlarmPoint) Descriptor

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

func (*AlarmPoint) GetCoordType

func (m *AlarmPoint) GetCoordType() string

func (*AlarmPoint) GetCreateTime

func (m *AlarmPoint) GetCreateTime() string

func (*AlarmPoint) GetLatitude

func (m *AlarmPoint) GetLatitude() float64

func (*AlarmPoint) GetLocTime

func (m *AlarmPoint) GetLocTime() string

func (*AlarmPoint) GetLongitude

func (m *AlarmPoint) GetLongitude() float64

func (*AlarmPoint) GetRadius

func (m *AlarmPoint) GetRadius() int32

func (*AlarmPoint) ProtoMessage

func (*AlarmPoint) ProtoMessage()

func (*AlarmPoint) Reset

func (m *AlarmPoint) Reset()

func (*AlarmPoint) String

func (m *AlarmPoint) String() string

func (*AlarmPoint) XXX_DiscardUnknown

func (m *AlarmPoint) XXX_DiscardUnknown()

func (*AlarmPoint) XXX_Marshal

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

func (*AlarmPoint) XXX_Merge

func (dst *AlarmPoint) XXX_Merge(src proto.Message)

func (*AlarmPoint) XXX_Size

func (m *AlarmPoint) XXX_Size() int

func (*AlarmPoint) XXX_Unmarshal

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

type BatchGetHistoryAlarmsRequest

type BatchGetHistoryAlarmsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	CoordTypeOutput      string   `` /* 143-byte string literal not displayed */
	EndTime              string   `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty" bson:"end_time,omitempty"`
	StartTime            string   `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty" bson:"start_time,omitempty"`
	PageIndex            int32    `protobuf:"varint,7,opt,name=page_index,json=pageIndex,proto3" json:"page_index,omitempty" bson:"page_index,omitempty"`
	PageSize             int32    `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" bson:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BatchGetHistoryAlarmsRequest) Descriptor

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

func (*BatchGetHistoryAlarmsRequest) GetCoordTypeOutput

func (m *BatchGetHistoryAlarmsRequest) GetCoordTypeOutput() string

func (*BatchGetHistoryAlarmsRequest) GetEndTime

func (m *BatchGetHistoryAlarmsRequest) GetEndTime() string

func (*BatchGetHistoryAlarmsRequest) GetPageIndex

func (m *BatchGetHistoryAlarmsRequest) GetPageIndex() int32

func (*BatchGetHistoryAlarmsRequest) GetPageSize

func (m *BatchGetHistoryAlarmsRequest) GetPageSize() int32

func (*BatchGetHistoryAlarmsRequest) GetProjectId

func (m *BatchGetHistoryAlarmsRequest) GetProjectId() string

func (*BatchGetHistoryAlarmsRequest) GetStartTime

func (m *BatchGetHistoryAlarmsRequest) GetStartTime() string

func (*BatchGetHistoryAlarmsRequest) GetUserId

func (m *BatchGetHistoryAlarmsRequest) GetUserId() string

func (*BatchGetHistoryAlarmsRequest) ProtoMessage

func (*BatchGetHistoryAlarmsRequest) ProtoMessage()

func (*BatchGetHistoryAlarmsRequest) Reset

func (m *BatchGetHistoryAlarmsRequest) Reset()

func (*BatchGetHistoryAlarmsRequest) String

func (*BatchGetHistoryAlarmsRequest) XXX_DiscardUnknown

func (m *BatchGetHistoryAlarmsRequest) XXX_DiscardUnknown()

func (*BatchGetHistoryAlarmsRequest) XXX_Marshal

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

func (*BatchGetHistoryAlarmsRequest) XXX_Merge

func (dst *BatchGetHistoryAlarmsRequest) XXX_Merge(src proto.Message)

func (*BatchGetHistoryAlarmsRequest) XXX_Size

func (m *BatchGetHistoryAlarmsRequest) XXX_Size() int

func (*BatchGetHistoryAlarmsRequest) XXX_Unmarshal

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

type BatchGetHistoryAlarmsResponse

type BatchGetHistoryAlarmsResponse struct {
	Status               int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" bson:"message,omitempty"`
	Total                int32    `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" bson:"total,omitempty"`
	Size                 int32    `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty" bson:"size,omitempty"`
	Alarms               []*Alarm `protobuf:"bytes,5,rep,name=alarms,proto3" json:"alarms,omitempty" bson:"alarms,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BatchGetHistoryAlarmsResponse) Descriptor

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

func (*BatchGetHistoryAlarmsResponse) GetAlarms

func (m *BatchGetHistoryAlarmsResponse) GetAlarms() []*Alarm

func (*BatchGetHistoryAlarmsResponse) GetMessage

func (m *BatchGetHistoryAlarmsResponse) GetMessage() string

func (*BatchGetHistoryAlarmsResponse) GetSize

func (m *BatchGetHistoryAlarmsResponse) GetSize() int32

func (*BatchGetHistoryAlarmsResponse) GetStatus

func (m *BatchGetHistoryAlarmsResponse) GetStatus() int32

func (*BatchGetHistoryAlarmsResponse) GetTotal

func (m *BatchGetHistoryAlarmsResponse) GetTotal() int32

func (*BatchGetHistoryAlarmsResponse) ProtoMessage

func (*BatchGetHistoryAlarmsResponse) ProtoMessage()

func (*BatchGetHistoryAlarmsResponse) Reset

func (m *BatchGetHistoryAlarmsResponse) Reset()

func (*BatchGetHistoryAlarmsResponse) String

func (*BatchGetHistoryAlarmsResponse) XXX_DiscardUnknown

func (m *BatchGetHistoryAlarmsResponse) XXX_DiscardUnknown()

func (*BatchGetHistoryAlarmsResponse) XXX_Marshal

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

func (*BatchGetHistoryAlarmsResponse) XXX_Merge

func (dst *BatchGetHistoryAlarmsResponse) XXX_Merge(src proto.Message)

func (*BatchGetHistoryAlarmsResponse) XXX_Size

func (m *BatchGetHistoryAlarmsResponse) XXX_Size() int

func (*BatchGetHistoryAlarmsResponse) XXX_Unmarshal

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

type CircleGeofence

type CircleGeofence struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	MonitoredObjects     []string `` /* 144-byte string literal not displayed */
	Longitude            float64  `protobuf:"fixed64,3,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	Latitude             float64  `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Radius               float64  `protobuf:"fixed64,5,opt,name=radius,proto3" json:"radius,omitempty" bson:"radius,omitempty"`
	CoordType            string   `protobuf:"bytes,6,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	Denoise              int32    `protobuf:"varint,7,opt,name=denoise,proto3" json:"denoise,omitempty" bson:"denoise,omitempty"`
	FenceId              string   `protobuf:"bytes,8,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CircleGeofence) Descriptor

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

func (*CircleGeofence) GetCoordType

func (m *CircleGeofence) GetCoordType() string

func (*CircleGeofence) GetDenoise

func (m *CircleGeofence) GetDenoise() int32

func (*CircleGeofence) GetFenceId

func (m *CircleGeofence) GetFenceId() string

func (*CircleGeofence) GetLatitude

func (m *CircleGeofence) GetLatitude() float64

func (*CircleGeofence) GetLongitude

func (m *CircleGeofence) GetLongitude() float64

func (*CircleGeofence) GetMonitoredObjects

func (m *CircleGeofence) GetMonitoredObjects() []string

func (*CircleGeofence) GetName

func (m *CircleGeofence) GetName() string

func (*CircleGeofence) GetRadius

func (m *CircleGeofence) GetRadius() float64

func (*CircleGeofence) ProtoMessage

func (*CircleGeofence) ProtoMessage()

func (*CircleGeofence) Reset

func (m *CircleGeofence) Reset()

func (*CircleGeofence) String

func (m *CircleGeofence) String() string

func (*CircleGeofence) XXX_DiscardUnknown

func (m *CircleGeofence) XXX_DiscardUnknown()

func (*CircleGeofence) XXX_Marshal

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

func (*CircleGeofence) XXX_Merge

func (dst *CircleGeofence) XXX_Merge(src proto.Message)

func (*CircleGeofence) XXX_Size

func (m *CircleGeofence) XXX_Size() int

func (*CircleGeofence) XXX_Unmarshal

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

type CreateCircleGeofenceRequest

type CreateCircleGeofenceRequest struct {
	UserId               string          `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string          `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	Fence                *CircleGeofence `protobuf:"bytes,3,opt,name=fence,proto3" json:"fence,omitempty" bson:"fence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

Geofence

func (*CreateCircleGeofenceRequest) Descriptor

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

func (*CreateCircleGeofenceRequest) GetFence

func (*CreateCircleGeofenceRequest) GetProjectId

func (m *CreateCircleGeofenceRequest) GetProjectId() string

func (*CreateCircleGeofenceRequest) GetUserId

func (m *CreateCircleGeofenceRequest) GetUserId() string

func (*CreateCircleGeofenceRequest) ProtoMessage

func (*CreateCircleGeofenceRequest) ProtoMessage()

func (*CreateCircleGeofenceRequest) Reset

func (m *CreateCircleGeofenceRequest) Reset()

func (*CreateCircleGeofenceRequest) String

func (m *CreateCircleGeofenceRequest) String() string

func (*CreateCircleGeofenceRequest) XXX_DiscardUnknown

func (m *CreateCircleGeofenceRequest) XXX_DiscardUnknown()

func (*CreateCircleGeofenceRequest) XXX_Marshal

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

func (*CreateCircleGeofenceRequest) XXX_Merge

func (dst *CreateCircleGeofenceRequest) XXX_Merge(src proto.Message)

func (*CreateCircleGeofenceRequest) XXX_Size

func (m *CreateCircleGeofenceRequest) XXX_Size() int

func (*CreateCircleGeofenceRequest) XXX_Unmarshal

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

type CreateCircleGeofenceResponse

type CreateCircleGeofenceResponse struct {
	FenceId              string   `protobuf:"bytes,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateCircleGeofenceResponse) Descriptor

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

func (*CreateCircleGeofenceResponse) GetFenceId

func (m *CreateCircleGeofenceResponse) GetFenceId() string

func (*CreateCircleGeofenceResponse) ProtoMessage

func (*CreateCircleGeofenceResponse) ProtoMessage()

func (*CreateCircleGeofenceResponse) Reset

func (m *CreateCircleGeofenceResponse) Reset()

func (*CreateCircleGeofenceResponse) String

func (*CreateCircleGeofenceResponse) XXX_DiscardUnknown

func (m *CreateCircleGeofenceResponse) XXX_DiscardUnknown()

func (*CreateCircleGeofenceResponse) XXX_Marshal

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

func (*CreateCircleGeofenceResponse) XXX_Merge

func (dst *CreateCircleGeofenceResponse) XXX_Merge(src proto.Message)

func (*CreateCircleGeofenceResponse) XXX_Size

func (m *CreateCircleGeofenceResponse) XXX_Size() int

func (*CreateCircleGeofenceResponse) XXX_Unmarshal

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

type CreateDeviceModelRequest

type CreateDeviceModelRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceModelRequest) Descriptor

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

func (*CreateDeviceModelRequest) ProtoMessage

func (*CreateDeviceModelRequest) ProtoMessage()

func (*CreateDeviceModelRequest) Reset

func (m *CreateDeviceModelRequest) Reset()

func (*CreateDeviceModelRequest) String

func (m *CreateDeviceModelRequest) String() string

func (*CreateDeviceModelRequest) XXX_DiscardUnknown

func (m *CreateDeviceModelRequest) XXX_DiscardUnknown()

func (*CreateDeviceModelRequest) XXX_Marshal

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

func (*CreateDeviceModelRequest) XXX_Merge

func (dst *CreateDeviceModelRequest) XXX_Merge(src proto.Message)

func (*CreateDeviceModelRequest) XXX_Size

func (m *CreateDeviceModelRequest) XXX_Size() int

func (*CreateDeviceModelRequest) XXX_Unmarshal

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

type CreateDeviceModelResponse

type CreateDeviceModelResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceModelResponse) Descriptor

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

func (*CreateDeviceModelResponse) ProtoMessage

func (*CreateDeviceModelResponse) ProtoMessage()

func (*CreateDeviceModelResponse) Reset

func (m *CreateDeviceModelResponse) Reset()

func (*CreateDeviceModelResponse) String

func (m *CreateDeviceModelResponse) String() string

func (*CreateDeviceModelResponse) XXX_DiscardUnknown

func (m *CreateDeviceModelResponse) XXX_DiscardUnknown()

func (*CreateDeviceModelResponse) XXX_Marshal

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

func (*CreateDeviceModelResponse) XXX_Merge

func (dst *CreateDeviceModelResponse) XXX_Merge(src proto.Message)

func (*CreateDeviceModelResponse) XXX_Size

func (m *CreateDeviceModelResponse) XXX_Size() int

func (*CreateDeviceModelResponse) XXX_Unmarshal

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

type CreatePolyGeofenceRequest

type CreatePolyGeofenceRequest struct {
	UserId               string        `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string        `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	Fence                *PolyGeofence `protobuf:"bytes,3,opt,name=fence,proto3" json:"fence,omitempty" bson:"fence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreatePolyGeofenceRequest) Descriptor

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

func (*CreatePolyGeofenceRequest) GetFence

func (m *CreatePolyGeofenceRequest) GetFence() *PolyGeofence

func (*CreatePolyGeofenceRequest) GetProjectId

func (m *CreatePolyGeofenceRequest) GetProjectId() string

func (*CreatePolyGeofenceRequest) GetUserId

func (m *CreatePolyGeofenceRequest) GetUserId() string

func (*CreatePolyGeofenceRequest) ProtoMessage

func (*CreatePolyGeofenceRequest) ProtoMessage()

func (*CreatePolyGeofenceRequest) Reset

func (m *CreatePolyGeofenceRequest) Reset()

func (*CreatePolyGeofenceRequest) String

func (m *CreatePolyGeofenceRequest) String() string

func (*CreatePolyGeofenceRequest) XXX_DiscardUnknown

func (m *CreatePolyGeofenceRequest) XXX_DiscardUnknown()

func (*CreatePolyGeofenceRequest) XXX_Marshal

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

func (*CreatePolyGeofenceRequest) XXX_Merge

func (dst *CreatePolyGeofenceRequest) XXX_Merge(src proto.Message)

func (*CreatePolyGeofenceRequest) XXX_Size

func (m *CreatePolyGeofenceRequest) XXX_Size() int

func (*CreatePolyGeofenceRequest) XXX_Unmarshal

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

type CreatePolyGeofenceResponse

type CreatePolyGeofenceResponse struct {
	FenceId              string   `protobuf:"bytes,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreatePolyGeofenceResponse) Descriptor

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

func (*CreatePolyGeofenceResponse) GetFenceId

func (m *CreatePolyGeofenceResponse) GetFenceId() string

func (*CreatePolyGeofenceResponse) ProtoMessage

func (*CreatePolyGeofenceResponse) ProtoMessage()

func (*CreatePolyGeofenceResponse) Reset

func (m *CreatePolyGeofenceResponse) Reset()

func (*CreatePolyGeofenceResponse) String

func (m *CreatePolyGeofenceResponse) String() string

func (*CreatePolyGeofenceResponse) XXX_DiscardUnknown

func (m *CreatePolyGeofenceResponse) XXX_DiscardUnknown()

func (*CreatePolyGeofenceResponse) XXX_Marshal

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

func (*CreatePolyGeofenceResponse) XXX_Merge

func (dst *CreatePolyGeofenceResponse) XXX_Merge(src proto.Message)

func (*CreatePolyGeofenceResponse) XXX_Size

func (m *CreatePolyGeofenceResponse) XXX_Size() int

func (*CreatePolyGeofenceResponse) XXX_Unmarshal

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

type CreateProjectRequest

type CreateProjectRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Project message definitions

func (*CreateProjectRequest) Descriptor

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

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) Reset

func (m *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (m *CreateProjectRequest) String() string

func (*CreateProjectRequest) XXX_DiscardUnknown

func (m *CreateProjectRequest) XXX_DiscardUnknown()

func (*CreateProjectRequest) XXX_Marshal

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

func (*CreateProjectRequest) XXX_Merge

func (dst *CreateProjectRequest) XXX_Merge(src proto.Message)

func (*CreateProjectRequest) XXX_Size

func (m *CreateProjectRequest) XXX_Size() int

func (*CreateProjectRequest) XXX_Unmarshal

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

type CreateProjectResponse

type CreateProjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateProjectResponse) Descriptor

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

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) Reset

func (m *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (m *CreateProjectResponse) String() string

func (*CreateProjectResponse) XXX_DiscardUnknown

func (m *CreateProjectResponse) XXX_DiscardUnknown()

func (*CreateProjectResponse) XXX_Marshal

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

func (*CreateProjectResponse) XXX_Merge

func (dst *CreateProjectResponse) XXX_Merge(src proto.Message)

func (*CreateProjectResponse) XXX_Size

func (m *CreateProjectResponse) XXX_Size() int

func (*CreateProjectResponse) XXX_Unmarshal

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

type CreateVariableRequest

type CreateVariableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Variable

func (*CreateVariableRequest) Descriptor

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

func (*CreateVariableRequest) ProtoMessage

func (*CreateVariableRequest) ProtoMessage()

func (*CreateVariableRequest) Reset

func (m *CreateVariableRequest) Reset()

func (*CreateVariableRequest) String

func (m *CreateVariableRequest) String() string

func (*CreateVariableRequest) XXX_DiscardUnknown

func (m *CreateVariableRequest) XXX_DiscardUnknown()

func (*CreateVariableRequest) XXX_Marshal

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

func (*CreateVariableRequest) XXX_Merge

func (dst *CreateVariableRequest) XXX_Merge(src proto.Message)

func (*CreateVariableRequest) XXX_Size

func (m *CreateVariableRequest) XXX_Size() int

func (*CreateVariableRequest) XXX_Unmarshal

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

type CreateVariableResponse

type CreateVariableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateVariableResponse) Descriptor

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

func (*CreateVariableResponse) ProtoMessage

func (*CreateVariableResponse) ProtoMessage()

func (*CreateVariableResponse) Reset

func (m *CreateVariableResponse) Reset()

func (*CreateVariableResponse) String

func (m *CreateVariableResponse) String() string

func (*CreateVariableResponse) XXX_DiscardUnknown

func (m *CreateVariableResponse) XXX_DiscardUnknown()

func (*CreateVariableResponse) XXX_Marshal

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

func (*CreateVariableResponse) XXX_Merge

func (dst *CreateVariableResponse) XXX_Merge(src proto.Message)

func (*CreateVariableResponse) XXX_Size

func (m *CreateVariableResponse) XXX_Size() int

func (*CreateVariableResponse) XXX_Unmarshal

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

type CreateViewRequest

type CreateViewRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Project View message definitions

func (*CreateViewRequest) Descriptor

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

func (*CreateViewRequest) ProtoMessage

func (*CreateViewRequest) ProtoMessage()

func (*CreateViewRequest) Reset

func (m *CreateViewRequest) Reset()

func (*CreateViewRequest) String

func (m *CreateViewRequest) String() string

func (*CreateViewRequest) XXX_DiscardUnknown

func (m *CreateViewRequest) XXX_DiscardUnknown()

func (*CreateViewRequest) XXX_Marshal

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

func (*CreateViewRequest) XXX_Merge

func (dst *CreateViewRequest) XXX_Merge(src proto.Message)

func (*CreateViewRequest) XXX_Size

func (m *CreateViewRequest) XXX_Size() int

func (*CreateViewRequest) XXX_Unmarshal

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

type CreateViewResponse

type CreateViewResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateViewResponse) Descriptor

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

func (*CreateViewResponse) ProtoMessage

func (*CreateViewResponse) ProtoMessage()

func (*CreateViewResponse) Reset

func (m *CreateViewResponse) Reset()

func (*CreateViewResponse) String

func (m *CreateViewResponse) String() string

func (*CreateViewResponse) XXX_DiscardUnknown

func (m *CreateViewResponse) XXX_DiscardUnknown()

func (*CreateViewResponse) XXX_Marshal

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

func (*CreateViewResponse) XXX_Merge

func (dst *CreateViewResponse) XXX_Merge(src proto.Message)

func (*CreateViewResponse) XXX_Size

func (m *CreateViewResponse) XXX_Size() int

func (*CreateViewResponse) XXX_Unmarshal

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

type DeleteDeviceModelRequest

type DeleteDeviceModelRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceModelRequest) Descriptor

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

func (*DeleteDeviceModelRequest) ProtoMessage

func (*DeleteDeviceModelRequest) ProtoMessage()

func (*DeleteDeviceModelRequest) Reset

func (m *DeleteDeviceModelRequest) Reset()

func (*DeleteDeviceModelRequest) String

func (m *DeleteDeviceModelRequest) String() string

func (*DeleteDeviceModelRequest) XXX_DiscardUnknown

func (m *DeleteDeviceModelRequest) XXX_DiscardUnknown()

func (*DeleteDeviceModelRequest) XXX_Marshal

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

func (*DeleteDeviceModelRequest) XXX_Merge

func (dst *DeleteDeviceModelRequest) XXX_Merge(src proto.Message)

func (*DeleteDeviceModelRequest) XXX_Size

func (m *DeleteDeviceModelRequest) XXX_Size() int

func (*DeleteDeviceModelRequest) XXX_Unmarshal

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

type DeleteDeviceModelResponse

type DeleteDeviceModelResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceModelResponse) Descriptor

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

func (*DeleteDeviceModelResponse) ProtoMessage

func (*DeleteDeviceModelResponse) ProtoMessage()

func (*DeleteDeviceModelResponse) Reset

func (m *DeleteDeviceModelResponse) Reset()

func (*DeleteDeviceModelResponse) String

func (m *DeleteDeviceModelResponse) String() string

func (*DeleteDeviceModelResponse) XXX_DiscardUnknown

func (m *DeleteDeviceModelResponse) XXX_DiscardUnknown()

func (*DeleteDeviceModelResponse) XXX_Marshal

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

func (*DeleteDeviceModelResponse) XXX_Merge

func (dst *DeleteDeviceModelResponse) XXX_Merge(src proto.Message)

func (*DeleteDeviceModelResponse) XXX_Size

func (m *DeleteDeviceModelResponse) XXX_Size() int

func (*DeleteDeviceModelResponse) XXX_Unmarshal

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

type DeleteDeviceRequest

type DeleteDeviceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceRequest) Descriptor

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

func (*DeleteDeviceRequest) ProtoMessage

func (*DeleteDeviceRequest) ProtoMessage()

func (*DeleteDeviceRequest) Reset

func (m *DeleteDeviceRequest) Reset()

func (*DeleteDeviceRequest) String

func (m *DeleteDeviceRequest) String() string

func (*DeleteDeviceRequest) XXX_DiscardUnknown

func (m *DeleteDeviceRequest) XXX_DiscardUnknown()

func (*DeleteDeviceRequest) XXX_Marshal

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

func (*DeleteDeviceRequest) XXX_Merge

func (dst *DeleteDeviceRequest) XXX_Merge(src proto.Message)

func (*DeleteDeviceRequest) XXX_Size

func (m *DeleteDeviceRequest) XXX_Size() int

func (*DeleteDeviceRequest) XXX_Unmarshal

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

type DeleteDeviceResponse

type DeleteDeviceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceResponse) Descriptor

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

func (*DeleteDeviceResponse) ProtoMessage

func (*DeleteDeviceResponse) ProtoMessage()

func (*DeleteDeviceResponse) Reset

func (m *DeleteDeviceResponse) Reset()

func (*DeleteDeviceResponse) String

func (m *DeleteDeviceResponse) String() string

func (*DeleteDeviceResponse) XXX_DiscardUnknown

func (m *DeleteDeviceResponse) XXX_DiscardUnknown()

func (*DeleteDeviceResponse) XXX_Marshal

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

func (*DeleteDeviceResponse) XXX_Merge

func (dst *DeleteDeviceResponse) XXX_Merge(src proto.Message)

func (*DeleteDeviceResponse) XXX_Size

func (m *DeleteDeviceResponse) XXX_Size() int

func (*DeleteDeviceResponse) XXX_Unmarshal

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

type DeleteDevicesRequest

type DeleteDevicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDevicesRequest) Descriptor

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

func (*DeleteDevicesRequest) ProtoMessage

func (*DeleteDevicesRequest) ProtoMessage()

func (*DeleteDevicesRequest) Reset

func (m *DeleteDevicesRequest) Reset()

func (*DeleteDevicesRequest) String

func (m *DeleteDevicesRequest) String() string

func (*DeleteDevicesRequest) XXX_DiscardUnknown

func (m *DeleteDevicesRequest) XXX_DiscardUnknown()

func (*DeleteDevicesRequest) XXX_Marshal

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

func (*DeleteDevicesRequest) XXX_Merge

func (dst *DeleteDevicesRequest) XXX_Merge(src proto.Message)

func (*DeleteDevicesRequest) XXX_Size

func (m *DeleteDevicesRequest) XXX_Size() int

func (*DeleteDevicesRequest) XXX_Unmarshal

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

type DeleteDevicesResponse

type DeleteDevicesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDevicesResponse) Descriptor

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

func (*DeleteDevicesResponse) ProtoMessage

func (*DeleteDevicesResponse) ProtoMessage()

func (*DeleteDevicesResponse) Reset

func (m *DeleteDevicesResponse) Reset()

func (*DeleteDevicesResponse) String

func (m *DeleteDevicesResponse) String() string

func (*DeleteDevicesResponse) XXX_DiscardUnknown

func (m *DeleteDevicesResponse) XXX_DiscardUnknown()

func (*DeleteDevicesResponse) XXX_Marshal

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

func (*DeleteDevicesResponse) XXX_Merge

func (dst *DeleteDevicesResponse) XXX_Merge(src proto.Message)

func (*DeleteDevicesResponse) XXX_Size

func (m *DeleteDevicesResponse) XXX_Size() int

func (*DeleteDevicesResponse) XXX_Unmarshal

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

type DeleteEntityRequest

type DeleteEntityRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	EntityName           string   `protobuf:"bytes,3,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty" bson:"entity_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEntityRequest) Descriptor

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

func (*DeleteEntityRequest) GetEntityName

func (m *DeleteEntityRequest) GetEntityName() string

func (*DeleteEntityRequest) GetProjectId

func (m *DeleteEntityRequest) GetProjectId() string

func (*DeleteEntityRequest) GetUserId

func (m *DeleteEntityRequest) GetUserId() string

func (*DeleteEntityRequest) ProtoMessage

func (*DeleteEntityRequest) ProtoMessage()

func (*DeleteEntityRequest) Reset

func (m *DeleteEntityRequest) Reset()

func (*DeleteEntityRequest) String

func (m *DeleteEntityRequest) String() string

func (*DeleteEntityRequest) XXX_DiscardUnknown

func (m *DeleteEntityRequest) XXX_DiscardUnknown()

func (*DeleteEntityRequest) XXX_Marshal

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

func (*DeleteEntityRequest) XXX_Merge

func (dst *DeleteEntityRequest) XXX_Merge(src proto.Message)

func (*DeleteEntityRequest) XXX_Size

func (m *DeleteEntityRequest) XXX_Size() int

func (*DeleteEntityRequest) XXX_Unmarshal

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

type DeleteEntityResponse

type DeleteEntityResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteEntityResponse) Descriptor

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

func (*DeleteEntityResponse) ProtoMessage

func (*DeleteEntityResponse) ProtoMessage()

func (*DeleteEntityResponse) Reset

func (m *DeleteEntityResponse) Reset()

func (*DeleteEntityResponse) String

func (m *DeleteEntityResponse) String() string

func (*DeleteEntityResponse) XXX_DiscardUnknown

func (m *DeleteEntityResponse) XXX_DiscardUnknown()

func (*DeleteEntityResponse) XXX_Marshal

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

func (*DeleteEntityResponse) XXX_Merge

func (dst *DeleteEntityResponse) XXX_Merge(src proto.Message)

func (*DeleteEntityResponse) XXX_Size

func (m *DeleteEntityResponse) XXX_Size() int

func (*DeleteEntityResponse) XXX_Unmarshal

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

type DeleteGeofenceRequest

type DeleteGeofenceRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	FenceIds             []string `protobuf:"bytes,3,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	Objects              []string `protobuf:"bytes,4,rep,name=objects,proto3" json:"objects,omitempty" bson:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGeofenceRequest) Descriptor

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

func (*DeleteGeofenceRequest) GetFenceIds

func (m *DeleteGeofenceRequest) GetFenceIds() []string

func (*DeleteGeofenceRequest) GetObjects

func (m *DeleteGeofenceRequest) GetObjects() []string

func (*DeleteGeofenceRequest) GetProjectId

func (m *DeleteGeofenceRequest) GetProjectId() string

func (*DeleteGeofenceRequest) GetUserId

func (m *DeleteGeofenceRequest) GetUserId() string

func (*DeleteGeofenceRequest) ProtoMessage

func (*DeleteGeofenceRequest) ProtoMessage()

func (*DeleteGeofenceRequest) Reset

func (m *DeleteGeofenceRequest) Reset()

func (*DeleteGeofenceRequest) String

func (m *DeleteGeofenceRequest) String() string

func (*DeleteGeofenceRequest) XXX_DiscardUnknown

func (m *DeleteGeofenceRequest) XXX_DiscardUnknown()

func (*DeleteGeofenceRequest) XXX_Marshal

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

func (*DeleteGeofenceRequest) XXX_Merge

func (dst *DeleteGeofenceRequest) XXX_Merge(src proto.Message)

func (*DeleteGeofenceRequest) XXX_Size

func (m *DeleteGeofenceRequest) XXX_Size() int

func (*DeleteGeofenceRequest) XXX_Unmarshal

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

type DeleteGeofenceResponse

type DeleteGeofenceResponse struct {
	FenceIds             []string `protobuf:"bytes,1,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGeofenceResponse) Descriptor

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

func (*DeleteGeofenceResponse) GetFenceIds

func (m *DeleteGeofenceResponse) GetFenceIds() []string

func (*DeleteGeofenceResponse) ProtoMessage

func (*DeleteGeofenceResponse) ProtoMessage()

func (*DeleteGeofenceResponse) Reset

func (m *DeleteGeofenceResponse) Reset()

func (*DeleteGeofenceResponse) String

func (m *DeleteGeofenceResponse) String() string

func (*DeleteGeofenceResponse) XXX_DiscardUnknown

func (m *DeleteGeofenceResponse) XXX_DiscardUnknown()

func (*DeleteGeofenceResponse) XXX_Marshal

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

func (*DeleteGeofenceResponse) XXX_Merge

func (dst *DeleteGeofenceResponse) XXX_Merge(src proto.Message)

func (*DeleteGeofenceResponse) XXX_Size

func (m *DeleteGeofenceResponse) XXX_Size() int

func (*DeleteGeofenceResponse) XXX_Unmarshal

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

type DeleteProjectRequest

type DeleteProjectRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteProjectRequest) Descriptor

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

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) Reset

func (m *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (m *DeleteProjectRequest) String() string

func (*DeleteProjectRequest) XXX_DiscardUnknown

func (m *DeleteProjectRequest) XXX_DiscardUnknown()

func (*DeleteProjectRequest) XXX_Marshal

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

func (*DeleteProjectRequest) XXX_Merge

func (dst *DeleteProjectRequest) XXX_Merge(src proto.Message)

func (*DeleteProjectRequest) XXX_Size

func (m *DeleteProjectRequest) XXX_Size() int

func (*DeleteProjectRequest) XXX_Unmarshal

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

type DeleteProjectResponse

type DeleteProjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteProjectResponse) Descriptor

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

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) Reset

func (m *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (m *DeleteProjectResponse) String() string

func (*DeleteProjectResponse) XXX_DiscardUnknown

func (m *DeleteProjectResponse) XXX_DiscardUnknown()

func (*DeleteProjectResponse) XXX_Marshal

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

func (*DeleteProjectResponse) XXX_Merge

func (dst *DeleteProjectResponse) XXX_Merge(src proto.Message)

func (*DeleteProjectResponse) XXX_Size

func (m *DeleteProjectResponse) XXX_Size() int

func (*DeleteProjectResponse) XXX_Unmarshal

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

type DeleteVariableRequest

type DeleteVariableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariableRequest) Descriptor

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

func (*DeleteVariableRequest) ProtoMessage

func (*DeleteVariableRequest) ProtoMessage()

func (*DeleteVariableRequest) Reset

func (m *DeleteVariableRequest) Reset()

func (*DeleteVariableRequest) String

func (m *DeleteVariableRequest) String() string

func (*DeleteVariableRequest) XXX_DiscardUnknown

func (m *DeleteVariableRequest) XXX_DiscardUnknown()

func (*DeleteVariableRequest) XXX_Marshal

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

func (*DeleteVariableRequest) XXX_Merge

func (dst *DeleteVariableRequest) XXX_Merge(src proto.Message)

func (*DeleteVariableRequest) XXX_Size

func (m *DeleteVariableRequest) XXX_Size() int

func (*DeleteVariableRequest) XXX_Unmarshal

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

type DeleteVariableResponse

type DeleteVariableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariableResponse) Descriptor

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

func (*DeleteVariableResponse) ProtoMessage

func (*DeleteVariableResponse) ProtoMessage()

func (*DeleteVariableResponse) Reset

func (m *DeleteVariableResponse) Reset()

func (*DeleteVariableResponse) String

func (m *DeleteVariableResponse) String() string

func (*DeleteVariableResponse) XXX_DiscardUnknown

func (m *DeleteVariableResponse) XXX_DiscardUnknown()

func (*DeleteVariableResponse) XXX_Marshal

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

func (*DeleteVariableResponse) XXX_Merge

func (dst *DeleteVariableResponse) XXX_Merge(src proto.Message)

func (*DeleteVariableResponse) XXX_Size

func (m *DeleteVariableResponse) XXX_Size() int

func (*DeleteVariableResponse) XXX_Unmarshal

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

type DeleteVariablesRequest

type DeleteVariablesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariablesRequest) Descriptor

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

func (*DeleteVariablesRequest) ProtoMessage

func (*DeleteVariablesRequest) ProtoMessage()

func (*DeleteVariablesRequest) Reset

func (m *DeleteVariablesRequest) Reset()

func (*DeleteVariablesRequest) String

func (m *DeleteVariablesRequest) String() string

func (*DeleteVariablesRequest) XXX_DiscardUnknown

func (m *DeleteVariablesRequest) XXX_DiscardUnknown()

func (*DeleteVariablesRequest) XXX_Marshal

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

func (*DeleteVariablesRequest) XXX_Merge

func (dst *DeleteVariablesRequest) XXX_Merge(src proto.Message)

func (*DeleteVariablesRequest) XXX_Size

func (m *DeleteVariablesRequest) XXX_Size() int

func (*DeleteVariablesRequest) XXX_Unmarshal

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

type DeleteVariablesResponse

type DeleteVariablesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteVariablesResponse) Descriptor

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

func (*DeleteVariablesResponse) ProtoMessage

func (*DeleteVariablesResponse) ProtoMessage()

func (*DeleteVariablesResponse) Reset

func (m *DeleteVariablesResponse) Reset()

func (*DeleteVariablesResponse) String

func (m *DeleteVariablesResponse) String() string

func (*DeleteVariablesResponse) XXX_DiscardUnknown

func (m *DeleteVariablesResponse) XXX_DiscardUnknown()

func (*DeleteVariablesResponse) XXX_Marshal

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

func (*DeleteVariablesResponse) XXX_Merge

func (dst *DeleteVariablesResponse) XXX_Merge(src proto.Message)

func (*DeleteVariablesResponse) XXX_Size

func (m *DeleteVariablesResponse) XXX_Size() int

func (*DeleteVariablesResponse) XXX_Unmarshal

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

type DeleteViewRequest

type DeleteViewRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteViewRequest) Descriptor

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

func (*DeleteViewRequest) ProtoMessage

func (*DeleteViewRequest) ProtoMessage()

func (*DeleteViewRequest) Reset

func (m *DeleteViewRequest) Reset()

func (*DeleteViewRequest) String

func (m *DeleteViewRequest) String() string

func (*DeleteViewRequest) XXX_DiscardUnknown

func (m *DeleteViewRequest) XXX_DiscardUnknown()

func (*DeleteViewRequest) XXX_Marshal

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

func (*DeleteViewRequest) XXX_Merge

func (dst *DeleteViewRequest) XXX_Merge(src proto.Message)

func (*DeleteViewRequest) XXX_Size

func (m *DeleteViewRequest) XXX_Size() int

func (*DeleteViewRequest) XXX_Unmarshal

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

type DeleteViewResponse

type DeleteViewResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteViewResponse) Descriptor

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

func (*DeleteViewResponse) ProtoMessage

func (*DeleteViewResponse) ProtoMessage()

func (*DeleteViewResponse) Reset

func (m *DeleteViewResponse) Reset()

func (*DeleteViewResponse) String

func (m *DeleteViewResponse) String() string

func (*DeleteViewResponse) XXX_DiscardUnknown

func (m *DeleteViewResponse) XXX_DiscardUnknown()

func (*DeleteViewResponse) XXX_Marshal

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

func (*DeleteViewResponse) XXX_Merge

func (dst *DeleteViewResponse) XXX_Merge(src proto.Message)

func (*DeleteViewResponse) XXX_Size

func (m *DeleteViewResponse) XXX_Size() int

func (*DeleteViewResponse) XXX_Unmarshal

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

type Device

type Device struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" bson:"id,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	Status               string               `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	ModelId              string               `protobuf:"bytes,6,opt,name=model_id,json=modelId,proto3" json:"model_id,omitempty" bson:"model_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Device) Descriptor

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

func (*Device) GetCreatedAt

func (m *Device) GetCreatedAt() *timestamp.Timestamp

func (*Device) GetId

func (m *Device) GetId() string

func (*Device) GetLastUpdatedAt

func (m *Device) GetLastUpdatedAt() *timestamp.Timestamp

func (*Device) GetModelId

func (m *Device) GetModelId() string

func (*Device) GetName

func (m *Device) GetName() string

func (*Device) GetStatus

func (m *Device) GetStatus() string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) Reset

func (m *Device) Reset()

func (*Device) String

func (m *Device) String() string

func (*Device) XXX_DiscardUnknown

func (m *Device) XXX_DiscardUnknown()

func (*Device) XXX_Marshal

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

func (*Device) XXX_Merge

func (dst *Device) XXX_Merge(src proto.Message)

func (*Device) XXX_Size

func (m *Device) XXX_Size() int

func (*Device) XXX_Unmarshal

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

type Direction

type Direction int32
const (
	Direction_Up   Direction = 0
	Direction_Down Direction = 1
	Direction_All  Direction = 2
)

func (Direction) EnumDescriptor

func (Direction) EnumDescriptor() ([]byte, []int)

func (Direction) String

func (x Direction) String() string

type EditorsClient

type EditorsClient interface {
	GetWidgets(ctx context.Context, in *GetWidgetsRequest, opts ...grpc.CallOption) (*GetWidgetsResponse, error)
}

EditorsClient is the client API for Editors service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewEditorsClient

func NewEditorsClient(cc *grpc.ClientConn) EditorsClient

type EditorsServer

type EditorsServer interface {
	GetWidgets(context.Context, *GetWidgetsRequest) (*GetWidgetsResponse, error)
}

EditorsServer is the server API for Editors service.

type EntityInfo

type EntityInfo struct {
	EntityName           string   `protobuf:"bytes,1,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty" bson:"entity_name,omitempty"`
	Latitude             float64  `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Longitude            float64  `protobuf:"fixed64,3,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntityInfo) Descriptor

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

func (*EntityInfo) GetEntityName

func (m *EntityInfo) GetEntityName() string

func (*EntityInfo) GetLatitude

func (m *EntityInfo) GetLatitude() float64

func (*EntityInfo) GetLongitude

func (m *EntityInfo) GetLongitude() float64

func (*EntityInfo) ProtoMessage

func (*EntityInfo) ProtoMessage()

func (*EntityInfo) Reset

func (m *EntityInfo) Reset()

func (*EntityInfo) String

func (m *EntityInfo) String() string

func (*EntityInfo) XXX_DiscardUnknown

func (m *EntityInfo) XXX_DiscardUnknown()

func (*EntityInfo) XXX_Marshal

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

func (*EntityInfo) XXX_Merge

func (dst *EntityInfo) XXX_Merge(src proto.Message)

func (*EntityInfo) XXX_Size

func (m *EntityInfo) XXX_Size() int

func (*EntityInfo) XXX_Unmarshal

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

type Geofence

type Geofence struct {
	FenceId              string     `protobuf:"bytes,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	FenceName            string     `protobuf:"bytes,2,opt,name=fence_name,json=fenceName,proto3" json:"fence_name,omitempty" bson:"fence_name,omitempty"`
	MonitoredObject      []string   `` /* 140-byte string literal not displayed */
	Shape                string     `protobuf:"bytes,4,opt,name=shape,proto3" json:"shape,omitempty" bson:"shape,omitempty"`
	Longitude            float64    `protobuf:"fixed64,5,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	Latitude             float64    `protobuf:"fixed64,6,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Radius               float64    `protobuf:"fixed64,7,opt,name=radius,proto3" json:"radius,omitempty" bson:"radius,omitempty"`
	CoordType            string     `protobuf:"bytes,8,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	Denoise              int32      `protobuf:"varint,9,opt,name=denoise,proto3" json:"denoise,omitempty" bson:"denoise,omitempty"`
	CreateTime           string     `protobuf:"bytes,10,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" bson:"create_time,omitempty"`
	UpdateTime           string     `protobuf:"bytes,11,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty" bson:"update_time,omitempty"`
	Vertexes             []*Vertexe `protobuf:"bytes,12,rep,name=vertexes,proto3" json:"vertexes,omitempty" bson:"vertexes,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*Geofence) Descriptor

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

func (*Geofence) GetCoordType

func (m *Geofence) GetCoordType() string

func (*Geofence) GetCreateTime

func (m *Geofence) GetCreateTime() string

func (*Geofence) GetDenoise

func (m *Geofence) GetDenoise() int32

func (*Geofence) GetFenceId

func (m *Geofence) GetFenceId() string

func (*Geofence) GetFenceName

func (m *Geofence) GetFenceName() string

func (*Geofence) GetLatitude

func (m *Geofence) GetLatitude() float64

func (*Geofence) GetLongitude

func (m *Geofence) GetLongitude() float64

func (*Geofence) GetMonitoredObject

func (m *Geofence) GetMonitoredObject() []string

func (*Geofence) GetRadius

func (m *Geofence) GetRadius() float64

func (*Geofence) GetShape

func (m *Geofence) GetShape() string

func (*Geofence) GetUpdateTime

func (m *Geofence) GetUpdateTime() string

func (*Geofence) GetVertexes

func (m *Geofence) GetVertexes() []*Vertexe

func (*Geofence) ProtoMessage

func (*Geofence) ProtoMessage()

func (*Geofence) Reset

func (m *Geofence) Reset()

func (*Geofence) String

func (m *Geofence) String() string

func (*Geofence) XXX_DiscardUnknown

func (m *Geofence) XXX_DiscardUnknown()

func (*Geofence) XXX_Marshal

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

func (*Geofence) XXX_Merge

func (dst *Geofence) XXX_Merge(src proto.Message)

func (*Geofence) XXX_Size

func (m *Geofence) XXX_Size() int

func (*Geofence) XXX_Unmarshal

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

type GetDeviceModelBundleRequest

type GetDeviceModelBundleRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelBundleRequest) Descriptor

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

func (*GetDeviceModelBundleRequest) ProtoMessage

func (*GetDeviceModelBundleRequest) ProtoMessage()

func (*GetDeviceModelBundleRequest) Reset

func (m *GetDeviceModelBundleRequest) Reset()

func (*GetDeviceModelBundleRequest) String

func (m *GetDeviceModelBundleRequest) String() string

func (*GetDeviceModelBundleRequest) XXX_DiscardUnknown

func (m *GetDeviceModelBundleRequest) XXX_DiscardUnknown()

func (*GetDeviceModelBundleRequest) XXX_Marshal

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

func (*GetDeviceModelBundleRequest) XXX_Merge

func (dst *GetDeviceModelBundleRequest) XXX_Merge(src proto.Message)

func (*GetDeviceModelBundleRequest) XXX_Size

func (m *GetDeviceModelBundleRequest) XXX_Size() int

func (*GetDeviceModelBundleRequest) XXX_Unmarshal

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

type GetDeviceModelBundleResponse

type GetDeviceModelBundleResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelBundleResponse) Descriptor

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

func (*GetDeviceModelBundleResponse) ProtoMessage

func (*GetDeviceModelBundleResponse) ProtoMessage()

func (*GetDeviceModelBundleResponse) Reset

func (m *GetDeviceModelBundleResponse) Reset()

func (*GetDeviceModelBundleResponse) String

func (*GetDeviceModelBundleResponse) XXX_DiscardUnknown

func (m *GetDeviceModelBundleResponse) XXX_DiscardUnknown()

func (*GetDeviceModelBundleResponse) XXX_Marshal

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

func (*GetDeviceModelBundleResponse) XXX_Merge

func (dst *GetDeviceModelBundleResponse) XXX_Merge(src proto.Message)

func (*GetDeviceModelBundleResponse) XXX_Size

func (m *GetDeviceModelBundleResponse) XXX_Size() int

func (*GetDeviceModelBundleResponse) XXX_Unmarshal

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

type GetDeviceModelRequest

type GetDeviceModelRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelRequest) Descriptor

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

func (*GetDeviceModelRequest) ProtoMessage

func (*GetDeviceModelRequest) ProtoMessage()

func (*GetDeviceModelRequest) Reset

func (m *GetDeviceModelRequest) Reset()

func (*GetDeviceModelRequest) String

func (m *GetDeviceModelRequest) String() string

func (*GetDeviceModelRequest) XXX_DiscardUnknown

func (m *GetDeviceModelRequest) XXX_DiscardUnknown()

func (*GetDeviceModelRequest) XXX_Marshal

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

func (*GetDeviceModelRequest) XXX_Merge

func (dst *GetDeviceModelRequest) XXX_Merge(src proto.Message)

func (*GetDeviceModelRequest) XXX_Size

func (m *GetDeviceModelRequest) XXX_Size() int

func (*GetDeviceModelRequest) XXX_Unmarshal

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

type GetDeviceModelResponse

type GetDeviceModelResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelResponse) Descriptor

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

func (*GetDeviceModelResponse) ProtoMessage

func (*GetDeviceModelResponse) ProtoMessage()

func (*GetDeviceModelResponse) Reset

func (m *GetDeviceModelResponse) Reset()

func (*GetDeviceModelResponse) String

func (m *GetDeviceModelResponse) String() string

func (*GetDeviceModelResponse) XXX_DiscardUnknown

func (m *GetDeviceModelResponse) XXX_DiscardUnknown()

func (*GetDeviceModelResponse) XXX_Marshal

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

func (*GetDeviceModelResponse) XXX_Merge

func (dst *GetDeviceModelResponse) XXX_Merge(src proto.Message)

func (*GetDeviceModelResponse) XXX_Size

func (m *GetDeviceModelResponse) XXX_Size() int

func (*GetDeviceModelResponse) XXX_Unmarshal

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

type GetDeviceModelWithNameRequest

type GetDeviceModelWithNameRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelWithNameRequest) Descriptor

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

func (*GetDeviceModelWithNameRequest) ProtoMessage

func (*GetDeviceModelWithNameRequest) ProtoMessage()

func (*GetDeviceModelWithNameRequest) Reset

func (m *GetDeviceModelWithNameRequest) Reset()

func (*GetDeviceModelWithNameRequest) String

func (*GetDeviceModelWithNameRequest) XXX_DiscardUnknown

func (m *GetDeviceModelWithNameRequest) XXX_DiscardUnknown()

func (*GetDeviceModelWithNameRequest) XXX_Marshal

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

func (*GetDeviceModelWithNameRequest) XXX_Merge

func (dst *GetDeviceModelWithNameRequest) XXX_Merge(src proto.Message)

func (*GetDeviceModelWithNameRequest) XXX_Size

func (m *GetDeviceModelWithNameRequest) XXX_Size() int

func (*GetDeviceModelWithNameRequest) XXX_Unmarshal

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

type GetDeviceModelWithNameResponse

type GetDeviceModelWithNameResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelWithNameResponse) Descriptor

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

func (*GetDeviceModelWithNameResponse) ProtoMessage

func (*GetDeviceModelWithNameResponse) ProtoMessage()

func (*GetDeviceModelWithNameResponse) Reset

func (m *GetDeviceModelWithNameResponse) Reset()

func (*GetDeviceModelWithNameResponse) String

func (*GetDeviceModelWithNameResponse) XXX_DiscardUnknown

func (m *GetDeviceModelWithNameResponse) XXX_DiscardUnknown()

func (*GetDeviceModelWithNameResponse) XXX_Marshal

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

func (*GetDeviceModelWithNameResponse) XXX_Merge

func (dst *GetDeviceModelWithNameResponse) XXX_Merge(src proto.Message)

func (*GetDeviceModelWithNameResponse) XXX_Size

func (m *GetDeviceModelWithNameResponse) XXX_Size() int

func (*GetDeviceModelWithNameResponse) XXX_Unmarshal

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

type GetDeviceModelsRequest

type GetDeviceModelsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelsRequest) Descriptor

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

func (*GetDeviceModelsRequest) ProtoMessage

func (*GetDeviceModelsRequest) ProtoMessage()

func (*GetDeviceModelsRequest) Reset

func (m *GetDeviceModelsRequest) Reset()

func (*GetDeviceModelsRequest) String

func (m *GetDeviceModelsRequest) String() string

func (*GetDeviceModelsRequest) XXX_DiscardUnknown

func (m *GetDeviceModelsRequest) XXX_DiscardUnknown()

func (*GetDeviceModelsRequest) XXX_Marshal

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

func (*GetDeviceModelsRequest) XXX_Merge

func (dst *GetDeviceModelsRequest) XXX_Merge(src proto.Message)

func (*GetDeviceModelsRequest) XXX_Size

func (m *GetDeviceModelsRequest) XXX_Size() int

func (*GetDeviceModelsRequest) XXX_Unmarshal

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

type GetDeviceModelsResponse

type GetDeviceModelsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceModelsResponse) Descriptor

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

func (*GetDeviceModelsResponse) ProtoMessage

func (*GetDeviceModelsResponse) ProtoMessage()

func (*GetDeviceModelsResponse) Reset

func (m *GetDeviceModelsResponse) Reset()

func (*GetDeviceModelsResponse) String

func (m *GetDeviceModelsResponse) String() string

func (*GetDeviceModelsResponse) XXX_DiscardUnknown

func (m *GetDeviceModelsResponse) XXX_DiscardUnknown()

func (*GetDeviceModelsResponse) XXX_Marshal

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

func (*GetDeviceModelsResponse) XXX_Merge

func (dst *GetDeviceModelsResponse) XXX_Merge(src proto.Message)

func (*GetDeviceModelsResponse) XXX_Size

func (m *GetDeviceModelsResponse) XXX_Size() int

func (*GetDeviceModelsResponse) XXX_Unmarshal

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

type GetDeviceRequest

type GetDeviceRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceRequest) Descriptor

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

func (*GetDeviceRequest) ProtoMessage

func (*GetDeviceRequest) ProtoMessage()

func (*GetDeviceRequest) Reset

func (m *GetDeviceRequest) Reset()

func (*GetDeviceRequest) String

func (m *GetDeviceRequest) String() string

func (*GetDeviceRequest) XXX_DiscardUnknown

func (m *GetDeviceRequest) XXX_DiscardUnknown()

func (*GetDeviceRequest) XXX_Marshal

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

func (*GetDeviceRequest) XXX_Merge

func (dst *GetDeviceRequest) XXX_Merge(src proto.Message)

func (*GetDeviceRequest) XXX_Size

func (m *GetDeviceRequest) XXX_Size() int

func (*GetDeviceRequest) XXX_Unmarshal

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

type GetDeviceResponse

type GetDeviceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceResponse) Descriptor

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

func (*GetDeviceResponse) ProtoMessage

func (*GetDeviceResponse) ProtoMessage()

func (*GetDeviceResponse) Reset

func (m *GetDeviceResponse) Reset()

func (*GetDeviceResponse) String

func (m *GetDeviceResponse) String() string

func (*GetDeviceResponse) XXX_DiscardUnknown

func (m *GetDeviceResponse) XXX_DiscardUnknown()

func (*GetDeviceResponse) XXX_Marshal

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

func (*GetDeviceResponse) XXX_Merge

func (dst *GetDeviceResponse) XXX_Merge(src proto.Message)

func (*GetDeviceResponse) XXX_Size

func (m *GetDeviceResponse) XXX_Size() int

func (*GetDeviceResponse) XXX_Unmarshal

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

type GetDevicesRequest

type GetDevicesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDevicesRequest) Descriptor

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

func (*GetDevicesRequest) ProtoMessage

func (*GetDevicesRequest) ProtoMessage()

func (*GetDevicesRequest) Reset

func (m *GetDevicesRequest) Reset()

func (*GetDevicesRequest) String

func (m *GetDevicesRequest) String() string

func (*GetDevicesRequest) XXX_DiscardUnknown

func (m *GetDevicesRequest) XXX_DiscardUnknown()

func (*GetDevicesRequest) XXX_Marshal

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

func (*GetDevicesRequest) XXX_Merge

func (dst *GetDevicesRequest) XXX_Merge(src proto.Message)

func (*GetDevicesRequest) XXX_Size

func (m *GetDevicesRequest) XXX_Size() int

func (*GetDevicesRequest) XXX_Unmarshal

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

type GetDevicesResponse

type GetDevicesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDevicesResponse) Descriptor

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

func (*GetDevicesResponse) ProtoMessage

func (*GetDevicesResponse) ProtoMessage()

func (*GetDevicesResponse) Reset

func (m *GetDevicesResponse) Reset()

func (*GetDevicesResponse) String

func (m *GetDevicesResponse) String() string

func (*GetDevicesResponse) XXX_DiscardUnknown

func (m *GetDevicesResponse) XXX_DiscardUnknown()

func (*GetDevicesResponse) XXX_Marshal

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

func (*GetDevicesResponse) XXX_Merge

func (dst *GetDevicesResponse) XXX_Merge(src proto.Message)

func (*GetDevicesResponse) XXX_Size

func (m *GetDevicesResponse) XXX_Size() int

func (*GetDevicesResponse) XXX_Unmarshal

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

type GetFenceIdsRequest

type GetFenceIdsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFenceIdsRequest) Descriptor

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

func (*GetFenceIdsRequest) GetProjectId

func (m *GetFenceIdsRequest) GetProjectId() string

func (*GetFenceIdsRequest) GetUserId

func (m *GetFenceIdsRequest) GetUserId() string

func (*GetFenceIdsRequest) ProtoMessage

func (*GetFenceIdsRequest) ProtoMessage()

func (*GetFenceIdsRequest) Reset

func (m *GetFenceIdsRequest) Reset()

func (*GetFenceIdsRequest) String

func (m *GetFenceIdsRequest) String() string

func (*GetFenceIdsRequest) XXX_DiscardUnknown

func (m *GetFenceIdsRequest) XXX_DiscardUnknown()

func (*GetFenceIdsRequest) XXX_Marshal

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

func (*GetFenceIdsRequest) XXX_Merge

func (dst *GetFenceIdsRequest) XXX_Merge(src proto.Message)

func (*GetFenceIdsRequest) XXX_Size

func (m *GetFenceIdsRequest) XXX_Size() int

func (*GetFenceIdsRequest) XXX_Unmarshal

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

type GetFenceIdsResponse

type GetFenceIdsResponse struct {
	FenceIds             []string `protobuf:"bytes,1,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFenceIdsResponse) Descriptor

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

func (*GetFenceIdsResponse) GetFenceIds

func (m *GetFenceIdsResponse) GetFenceIds() []string

func (*GetFenceIdsResponse) ProtoMessage

func (*GetFenceIdsResponse) ProtoMessage()

func (*GetFenceIdsResponse) Reset

func (m *GetFenceIdsResponse) Reset()

func (*GetFenceIdsResponse) String

func (m *GetFenceIdsResponse) String() string

func (*GetFenceIdsResponse) XXX_DiscardUnknown

func (m *GetFenceIdsResponse) XXX_DiscardUnknown()

func (*GetFenceIdsResponse) XXX_Marshal

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

func (*GetFenceIdsResponse) XXX_Merge

func (dst *GetFenceIdsResponse) XXX_Merge(src proto.Message)

func (*GetFenceIdsResponse) XXX_Size

func (m *GetFenceIdsResponse) XXX_Size() int

func (*GetFenceIdsResponse) XXX_Unmarshal

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

type GetFenceUserIdRequest

type GetFenceUserIdRequest struct {
	FenceId              string   `protobuf:"bytes,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFenceUserIdRequest) Descriptor

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

func (*GetFenceUserIdRequest) GetFenceId

func (m *GetFenceUserIdRequest) GetFenceId() string

func (*GetFenceUserIdRequest) ProtoMessage

func (*GetFenceUserIdRequest) ProtoMessage()

func (*GetFenceUserIdRequest) Reset

func (m *GetFenceUserIdRequest) Reset()

func (*GetFenceUserIdRequest) String

func (m *GetFenceUserIdRequest) String() string

func (*GetFenceUserIdRequest) XXX_DiscardUnknown

func (m *GetFenceUserIdRequest) XXX_DiscardUnknown()

func (*GetFenceUserIdRequest) XXX_Marshal

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

func (*GetFenceUserIdRequest) XXX_Merge

func (dst *GetFenceUserIdRequest) XXX_Merge(src proto.Message)

func (*GetFenceUserIdRequest) XXX_Size

func (m *GetFenceUserIdRequest) XXX_Size() int

func (*GetFenceUserIdRequest) XXX_Unmarshal

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

type GetFenceUserIdResponse

type GetFenceUserIdResponse struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFenceUserIdResponse) Descriptor

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

func (*GetFenceUserIdResponse) GetUserId

func (m *GetFenceUserIdResponse) GetUserId() string

func (*GetFenceUserIdResponse) ProtoMessage

func (*GetFenceUserIdResponse) ProtoMessage()

func (*GetFenceUserIdResponse) Reset

func (m *GetFenceUserIdResponse) Reset()

func (*GetFenceUserIdResponse) String

func (m *GetFenceUserIdResponse) String() string

func (*GetFenceUserIdResponse) XXX_DiscardUnknown

func (m *GetFenceUserIdResponse) XXX_DiscardUnknown()

func (*GetFenceUserIdResponse) XXX_Marshal

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

func (*GetFenceUserIdResponse) XXX_Merge

func (dst *GetFenceUserIdResponse) XXX_Merge(src proto.Message)

func (*GetFenceUserIdResponse) XXX_Size

func (m *GetFenceUserIdResponse) XXX_Size() int

func (*GetFenceUserIdResponse) XXX_Unmarshal

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

type GetHistoryAlarmsRequest

type GetHistoryAlarmsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	MonitoredPerson      string   `` /* 140-byte string literal not displayed */
	FenceIds             []string `protobuf:"bytes,4,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHistoryAlarmsRequest) Descriptor

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

func (*GetHistoryAlarmsRequest) GetFenceIds

func (m *GetHistoryAlarmsRequest) GetFenceIds() []string

func (*GetHistoryAlarmsRequest) GetMonitoredPerson

func (m *GetHistoryAlarmsRequest) GetMonitoredPerson() string

func (*GetHistoryAlarmsRequest) GetProjectId

func (m *GetHistoryAlarmsRequest) GetProjectId() string

func (*GetHistoryAlarmsRequest) GetUserId

func (m *GetHistoryAlarmsRequest) GetUserId() string

func (*GetHistoryAlarmsRequest) ProtoMessage

func (*GetHistoryAlarmsRequest) ProtoMessage()

func (*GetHistoryAlarmsRequest) Reset

func (m *GetHistoryAlarmsRequest) Reset()

func (*GetHistoryAlarmsRequest) String

func (m *GetHistoryAlarmsRequest) String() string

func (*GetHistoryAlarmsRequest) XXX_DiscardUnknown

func (m *GetHistoryAlarmsRequest) XXX_DiscardUnknown()

func (*GetHistoryAlarmsRequest) XXX_Marshal

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

func (*GetHistoryAlarmsRequest) XXX_Merge

func (dst *GetHistoryAlarmsRequest) XXX_Merge(src proto.Message)

func (*GetHistoryAlarmsRequest) XXX_Size

func (m *GetHistoryAlarmsRequest) XXX_Size() int

func (*GetHistoryAlarmsRequest) XXX_Unmarshal

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

type GetHistoryAlarmsResponse

type GetHistoryAlarmsResponse struct {
	Status               int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" bson:"message,omitempty"`
	Size                 int32    `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty" bson:"size,omitempty"`
	Alarms               []*Alarm `protobuf:"bytes,4,rep,name=alarms,proto3" json:"alarms,omitempty" bson:"alarms,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHistoryAlarmsResponse) Descriptor

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

func (*GetHistoryAlarmsResponse) GetAlarms

func (m *GetHistoryAlarmsResponse) GetAlarms() []*Alarm

func (*GetHistoryAlarmsResponse) GetMessage

func (m *GetHistoryAlarmsResponse) GetMessage() string

func (*GetHistoryAlarmsResponse) GetSize

func (m *GetHistoryAlarmsResponse) GetSize() int32

func (*GetHistoryAlarmsResponse) GetStatus

func (m *GetHistoryAlarmsResponse) GetStatus() int32

func (*GetHistoryAlarmsResponse) ProtoMessage

func (*GetHistoryAlarmsResponse) ProtoMessage()

func (*GetHistoryAlarmsResponse) Reset

func (m *GetHistoryAlarmsResponse) Reset()

func (*GetHistoryAlarmsResponse) String

func (m *GetHistoryAlarmsResponse) String() string

func (*GetHistoryAlarmsResponse) XXX_DiscardUnknown

func (m *GetHistoryAlarmsResponse) XXX_DiscardUnknown()

func (*GetHistoryAlarmsResponse) XXX_Marshal

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

func (*GetHistoryAlarmsResponse) XXX_Merge

func (dst *GetHistoryAlarmsResponse) XXX_Merge(src proto.Message)

func (*GetHistoryAlarmsResponse) XXX_Size

func (m *GetHistoryAlarmsResponse) XXX_Size() int

func (*GetHistoryAlarmsResponse) XXX_Unmarshal

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

type GetProjectRequest

type GetProjectRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectRequest) Descriptor

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

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) Reset

func (m *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (m *GetProjectRequest) String() string

func (*GetProjectRequest) XXX_DiscardUnknown

func (m *GetProjectRequest) XXX_DiscardUnknown()

func (*GetProjectRequest) XXX_Marshal

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

func (*GetProjectRequest) XXX_Merge

func (dst *GetProjectRequest) XXX_Merge(src proto.Message)

func (*GetProjectRequest) XXX_Size

func (m *GetProjectRequest) XXX_Size() int

func (*GetProjectRequest) XXX_Unmarshal

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

type GetProjectResponse

type GetProjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectResponse) Descriptor

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

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) Reset

func (m *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (m *GetProjectResponse) String() string

func (*GetProjectResponse) XXX_DiscardUnknown

func (m *GetProjectResponse) XXX_DiscardUnknown()

func (*GetProjectResponse) XXX_Marshal

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

func (*GetProjectResponse) XXX_Merge

func (dst *GetProjectResponse) XXX_Merge(src proto.Message)

func (*GetProjectResponse) XXX_Size

func (m *GetProjectResponse) XXX_Size() int

func (*GetProjectResponse) XXX_Unmarshal

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

type GetProjectsRequest

type GetProjectsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectsRequest) Descriptor

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

func (*GetProjectsRequest) ProtoMessage

func (*GetProjectsRequest) ProtoMessage()

func (*GetProjectsRequest) Reset

func (m *GetProjectsRequest) Reset()

func (*GetProjectsRequest) String

func (m *GetProjectsRequest) String() string

func (*GetProjectsRequest) XXX_DiscardUnknown

func (m *GetProjectsRequest) XXX_DiscardUnknown()

func (*GetProjectsRequest) XXX_Marshal

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

func (*GetProjectsRequest) XXX_Merge

func (dst *GetProjectsRequest) XXX_Merge(src proto.Message)

func (*GetProjectsRequest) XXX_Size

func (m *GetProjectsRequest) XXX_Size() int

func (*GetProjectsRequest) XXX_Unmarshal

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

type GetProjectsResponse

type GetProjectsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProjectsResponse) Descriptor

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

func (*GetProjectsResponse) ProtoMessage

func (*GetProjectsResponse) ProtoMessage()

func (*GetProjectsResponse) Reset

func (m *GetProjectsResponse) Reset()

func (*GetProjectsResponse) String

func (m *GetProjectsResponse) String() string

func (*GetProjectsResponse) XXX_DiscardUnknown

func (m *GetProjectsResponse) XXX_DiscardUnknown()

func (*GetProjectsResponse) XXX_Marshal

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

func (*GetProjectsResponse) XXX_Merge

func (dst *GetProjectsResponse) XXX_Merge(src proto.Message)

func (*GetProjectsResponse) XXX_Size

func (m *GetProjectsResponse) XXX_Size() int

func (*GetProjectsResponse) XXX_Unmarshal

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

type GetStayPointsRequest

type GetStayPointsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	EndTime              string   `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty" bson:"end_time,omitempty"`
	EntityName           string   `protobuf:"bytes,4,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty" bson:"entity_name,omitempty"`
	FenceIds             []string `protobuf:"bytes,5,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	PageIndex            int32    `protobuf:"varint,6,opt,name=page_index,json=pageIndex,proto3" json:"page_index,omitempty" bson:"page_index,omitempty"`
	PageSize             int32    `protobuf:"varint,7,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" bson:"page_size,omitempty"`
	StartTime            string   `protobuf:"bytes,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty" bson:"start_time,omitempty"`
	CoordTypeOutput      string   `` /* 143-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStayPointsRequest) Descriptor

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

func (*GetStayPointsRequest) GetCoordTypeOutput

func (m *GetStayPointsRequest) GetCoordTypeOutput() string

func (*GetStayPointsRequest) GetEndTime

func (m *GetStayPointsRequest) GetEndTime() string

func (*GetStayPointsRequest) GetEntityName

func (m *GetStayPointsRequest) GetEntityName() string

func (*GetStayPointsRequest) GetFenceIds

func (m *GetStayPointsRequest) GetFenceIds() []string

func (*GetStayPointsRequest) GetPageIndex

func (m *GetStayPointsRequest) GetPageIndex() int32

func (*GetStayPointsRequest) GetPageSize

func (m *GetStayPointsRequest) GetPageSize() int32

func (*GetStayPointsRequest) GetProjectId

func (m *GetStayPointsRequest) GetProjectId() string

func (*GetStayPointsRequest) GetStartTime

func (m *GetStayPointsRequest) GetStartTime() string

func (*GetStayPointsRequest) GetUserId

func (m *GetStayPointsRequest) GetUserId() string

func (*GetStayPointsRequest) ProtoMessage

func (*GetStayPointsRequest) ProtoMessage()

func (*GetStayPointsRequest) Reset

func (m *GetStayPointsRequest) Reset()

func (*GetStayPointsRequest) String

func (m *GetStayPointsRequest) String() string

func (*GetStayPointsRequest) XXX_DiscardUnknown

func (m *GetStayPointsRequest) XXX_DiscardUnknown()

func (*GetStayPointsRequest) XXX_Marshal

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

func (*GetStayPointsRequest) XXX_Merge

func (dst *GetStayPointsRequest) XXX_Merge(src proto.Message)

func (*GetStayPointsRequest) XXX_Size

func (m *GetStayPointsRequest) XXX_Size() int

func (*GetStayPointsRequest) XXX_Unmarshal

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

type GetStayPointsResponse

type GetStayPointsResponse struct {
	Status               int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Message              string   `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" bson:"message,omitempty"`
	Total                int32    `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty" bson:"total,omitempty"`
	Size                 int32    `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty" bson:"size,omitempty"`
	Distance             int32    `protobuf:"varint,5,opt,name=distance,proto3" json:"distance,omitempty" bson:"distance,omitempty"`
	EndPoint             *Point   `protobuf:"bytes,6,opt,name=end_point,json=endPoint,proto3" json:"end_point,omitempty" bson:"end_point,omitempty"`
	StartPoint           *Point   `protobuf:"bytes,7,opt,name=start_point,json=startPoint,proto3" json:"start_point,omitempty" bson:"start_point,omitempty"`
	Points               []*Point `protobuf:"bytes,8,rep,name=points,proto3" json:"points,omitempty" bson:"points,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStayPointsResponse) Descriptor

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

func (*GetStayPointsResponse) GetDistance

func (m *GetStayPointsResponse) GetDistance() int32

func (*GetStayPointsResponse) GetEndPoint

func (m *GetStayPointsResponse) GetEndPoint() *Point

func (*GetStayPointsResponse) GetMessage

func (m *GetStayPointsResponse) GetMessage() string

func (*GetStayPointsResponse) GetPoints

func (m *GetStayPointsResponse) GetPoints() []*Point

func (*GetStayPointsResponse) GetSize

func (m *GetStayPointsResponse) GetSize() int32

func (*GetStayPointsResponse) GetStartPoint

func (m *GetStayPointsResponse) GetStartPoint() *Point

func (*GetStayPointsResponse) GetStatus

func (m *GetStayPointsResponse) GetStatus() int32

func (*GetStayPointsResponse) GetTotal

func (m *GetStayPointsResponse) GetTotal() int32

func (*GetStayPointsResponse) ProtoMessage

func (*GetStayPointsResponse) ProtoMessage()

func (*GetStayPointsResponse) Reset

func (m *GetStayPointsResponse) Reset()

func (*GetStayPointsResponse) String

func (m *GetStayPointsResponse) String() string

func (*GetStayPointsResponse) XXX_DiscardUnknown

func (m *GetStayPointsResponse) XXX_DiscardUnknown()

func (*GetStayPointsResponse) XXX_Marshal

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

func (*GetStayPointsResponse) XXX_Merge

func (dst *GetStayPointsResponse) XXX_Merge(src proto.Message)

func (*GetStayPointsResponse) XXX_Size

func (m *GetStayPointsResponse) XXX_Size() int

func (*GetStayPointsResponse) XXX_Unmarshal

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

type GetVariableRequest

type GetVariableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariableRequest) Descriptor

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

func (*GetVariableRequest) ProtoMessage

func (*GetVariableRequest) ProtoMessage()

func (*GetVariableRequest) Reset

func (m *GetVariableRequest) Reset()

func (*GetVariableRequest) String

func (m *GetVariableRequest) String() string

func (*GetVariableRequest) XXX_DiscardUnknown

func (m *GetVariableRequest) XXX_DiscardUnknown()

func (*GetVariableRequest) XXX_Marshal

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

func (*GetVariableRequest) XXX_Merge

func (dst *GetVariableRequest) XXX_Merge(src proto.Message)

func (*GetVariableRequest) XXX_Size

func (m *GetVariableRequest) XXX_Size() int

func (*GetVariableRequest) XXX_Unmarshal

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

type GetVariableResponse

type GetVariableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariableResponse) Descriptor

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

func (*GetVariableResponse) ProtoMessage

func (*GetVariableResponse) ProtoMessage()

func (*GetVariableResponse) Reset

func (m *GetVariableResponse) Reset()

func (*GetVariableResponse) String

func (m *GetVariableResponse) String() string

func (*GetVariableResponse) XXX_DiscardUnknown

func (m *GetVariableResponse) XXX_DiscardUnknown()

func (*GetVariableResponse) XXX_Marshal

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

func (*GetVariableResponse) XXX_Merge

func (dst *GetVariableResponse) XXX_Merge(src proto.Message)

func (*GetVariableResponse) XXX_Size

func (m *GetVariableResponse) XXX_Size() int

func (*GetVariableResponse) XXX_Unmarshal

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

type GetVariablesRequest

type GetVariablesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariablesRequest) Descriptor

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

func (*GetVariablesRequest) ProtoMessage

func (*GetVariablesRequest) ProtoMessage()

func (*GetVariablesRequest) Reset

func (m *GetVariablesRequest) Reset()

func (*GetVariablesRequest) String

func (m *GetVariablesRequest) String() string

func (*GetVariablesRequest) XXX_DiscardUnknown

func (m *GetVariablesRequest) XXX_DiscardUnknown()

func (*GetVariablesRequest) XXX_Marshal

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

func (*GetVariablesRequest) XXX_Merge

func (dst *GetVariablesRequest) XXX_Merge(src proto.Message)

func (*GetVariablesRequest) XXX_Size

func (m *GetVariablesRequest) XXX_Size() int

func (*GetVariablesRequest) XXX_Unmarshal

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

type GetVariablesResponse

type GetVariablesResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetVariablesResponse) Descriptor

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

func (*GetVariablesResponse) ProtoMessage

func (*GetVariablesResponse) ProtoMessage()

func (*GetVariablesResponse) Reset

func (m *GetVariablesResponse) Reset()

func (*GetVariablesResponse) String

func (m *GetVariablesResponse) String() string

func (*GetVariablesResponse) XXX_DiscardUnknown

func (m *GetVariablesResponse) XXX_DiscardUnknown()

func (*GetVariablesResponse) XXX_Marshal

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

func (*GetVariablesResponse) XXX_Merge

func (dst *GetVariablesResponse) XXX_Merge(src proto.Message)

func (*GetVariablesResponse) XXX_Size

func (m *GetVariablesResponse) XXX_Size() int

func (*GetVariablesResponse) XXX_Unmarshal

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

type GetViewRequest

type GetViewRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewRequest) Descriptor

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

func (*GetViewRequest) ProtoMessage

func (*GetViewRequest) ProtoMessage()

func (*GetViewRequest) Reset

func (m *GetViewRequest) Reset()

func (*GetViewRequest) String

func (m *GetViewRequest) String() string

func (*GetViewRequest) XXX_DiscardUnknown

func (m *GetViewRequest) XXX_DiscardUnknown()

func (*GetViewRequest) XXX_Marshal

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

func (*GetViewRequest) XXX_Merge

func (dst *GetViewRequest) XXX_Merge(src proto.Message)

func (*GetViewRequest) XXX_Size

func (m *GetViewRequest) XXX_Size() int

func (*GetViewRequest) XXX_Unmarshal

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

type GetViewResponse

type GetViewResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewResponse) Descriptor

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

func (*GetViewResponse) ProtoMessage

func (*GetViewResponse) ProtoMessage()

func (*GetViewResponse) Reset

func (m *GetViewResponse) Reset()

func (*GetViewResponse) String

func (m *GetViewResponse) String() string

func (*GetViewResponse) XXX_DiscardUnknown

func (m *GetViewResponse) XXX_DiscardUnknown()

func (*GetViewResponse) XXX_Marshal

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

func (*GetViewResponse) XXX_Merge

func (dst *GetViewResponse) XXX_Merge(src proto.Message)

func (*GetViewResponse) XXX_Size

func (m *GetViewResponse) XXX_Size() int

func (*GetViewResponse) XXX_Unmarshal

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

type GetViewsRequest

type GetViewsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewsRequest) Descriptor

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

func (*GetViewsRequest) ProtoMessage

func (*GetViewsRequest) ProtoMessage()

func (*GetViewsRequest) Reset

func (m *GetViewsRequest) Reset()

func (*GetViewsRequest) String

func (m *GetViewsRequest) String() string

func (*GetViewsRequest) XXX_DiscardUnknown

func (m *GetViewsRequest) XXX_DiscardUnknown()

func (*GetViewsRequest) XXX_Marshal

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

func (*GetViewsRequest) XXX_Merge

func (dst *GetViewsRequest) XXX_Merge(src proto.Message)

func (*GetViewsRequest) XXX_Size

func (m *GetViewsRequest) XXX_Size() int

func (*GetViewsRequest) XXX_Unmarshal

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

type GetViewsResponse

type GetViewsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetViewsResponse) Descriptor

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

func (*GetViewsResponse) ProtoMessage

func (*GetViewsResponse) ProtoMessage()

func (*GetViewsResponse) Reset

func (m *GetViewsResponse) Reset()

func (*GetViewsResponse) String

func (m *GetViewsResponse) String() string

func (*GetViewsResponse) XXX_DiscardUnknown

func (m *GetViewsResponse) XXX_DiscardUnknown()

func (*GetViewsResponse) XXX_Marshal

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

func (*GetViewsResponse) XXX_Merge

func (dst *GetViewsResponse) XXX_Merge(src proto.Message)

func (*GetViewsResponse) XXX_Size

func (m *GetViewsResponse) XXX_Size() int

func (*GetViewsResponse) XXX_Unmarshal

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

type GetWidgetsRequest

type GetWidgetsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWidgetsRequest) Descriptor

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

func (*GetWidgetsRequest) ProtoMessage

func (*GetWidgetsRequest) ProtoMessage()

func (*GetWidgetsRequest) Reset

func (m *GetWidgetsRequest) Reset()

func (*GetWidgetsRequest) String

func (m *GetWidgetsRequest) String() string

func (*GetWidgetsRequest) XXX_DiscardUnknown

func (m *GetWidgetsRequest) XXX_DiscardUnknown()

func (*GetWidgetsRequest) XXX_Marshal

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

func (*GetWidgetsRequest) XXX_Merge

func (dst *GetWidgetsRequest) XXX_Merge(src proto.Message)

func (*GetWidgetsRequest) XXX_Size

func (m *GetWidgetsRequest) XXX_Size() int

func (*GetWidgetsRequest) XXX_Unmarshal

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

type GetWidgetsResponse

type GetWidgetsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetWidgetsResponse) Descriptor

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

func (*GetWidgetsResponse) ProtoMessage

func (*GetWidgetsResponse) ProtoMessage()

func (*GetWidgetsResponse) Reset

func (m *GetWidgetsResponse) Reset()

func (*GetWidgetsResponse) String

func (m *GetWidgetsResponse) String() string

func (*GetWidgetsResponse) XXX_DiscardUnknown

func (m *GetWidgetsResponse) XXX_DiscardUnknown()

func (*GetWidgetsResponse) XXX_Marshal

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

func (*GetWidgetsResponse) XXX_Merge

func (dst *GetWidgetsResponse) XXX_Merge(src proto.Message)

func (*GetWidgetsResponse) XXX_Size

func (m *GetWidgetsResponse) XXX_Size() int

func (*GetWidgetsResponse) XXX_Unmarshal

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

type LBSClient

type LBSClient interface {
	ListCollections(ctx context.Context, in *ListCollectionsRequest, opts ...grpc.CallOption) (*ListCollectionsResponse, error)
	// Geofence
	CreateCircleGeofence(ctx context.Context, in *CreateCircleGeofenceRequest, opts ...grpc.CallOption) (*CreateCircleGeofenceResponse, error)
	UpdateCircleGeofence(ctx context.Context, in *UpdateCircleGeofenceRequest, opts ...grpc.CallOption) (*UpdateCircleGeofenceResponse, error)
	DeleteGeofence(ctx context.Context, in *DeleteGeofenceRequest, opts ...grpc.CallOption) (*DeleteGeofenceResponse, error)
	ListGeofences(ctx context.Context, in *ListGeofencesRequest, opts ...grpc.CallOption) (*ListGeofencesResponse, error)
	AddMonitoredObject(ctx context.Context, in *AddMonitoredObjectRequest, opts ...grpc.CallOption) (*AddMonitoredObjectResponse, error)
	RemoveMonitoredObject(ctx context.Context, in *RemoveMonitoredObjectRequest, opts ...grpc.CallOption) (*RemoveMonitoredObjectResponse, error)
	ListMonitoredObjects(ctx context.Context, in *ListMonitoredObjectsRequest, opts ...grpc.CallOption) (*ListMonitoredObjectsResponse, error)
	CreatePolyGeofence(ctx context.Context, in *CreatePolyGeofenceRequest, opts ...grpc.CallOption) (*CreatePolyGeofenceResponse, error)
	UpdatePolyGeofence(ctx context.Context, in *UpdatePolyGeofenceRequest, opts ...grpc.CallOption) (*UpdatePolyGeofenceResponse, error)
	GetFenceIds(ctx context.Context, in *GetFenceIdsRequest, opts ...grpc.CallOption) (*GetFenceIdsResponse, error)
	// Alarm
	QueryStatus(ctx context.Context, in *QueryStatusRequest, opts ...grpc.CallOption) (*QueryStatusResponse, error)
	GetHistoryAlarms(ctx context.Context, in *GetHistoryAlarmsRequest, opts ...grpc.CallOption) (*GetHistoryAlarmsResponse, error)
	BatchGetHistoryAlarms(ctx context.Context, in *BatchGetHistoryAlarmsRequest, opts ...grpc.CallOption) (*BatchGetHistoryAlarmsResponse, error)
	GetStayPoints(ctx context.Context, in *GetStayPointsRequest, opts ...grpc.CallOption) (*GetStayPointsResponse, error)
	// NotifyAlarms is used by apiserver to provide asynchrous notication
	NotifyAlarms(ctx context.Context, in *NotifyAlarmsRequest, opts ...grpc.CallOption) (*NotifyAlarmsResponse, error)
	GetFenceUserId(ctx context.Context, in *GetFenceUserIdRequest, opts ...grpc.CallOption) (*GetFenceUserIdResponse, error)
	// Entity
	AddEntity(ctx context.Context, in *AddEntityRequest, opts ...grpc.CallOption) (*AddEntityResponse, error)
	UpdateEntity(ctx context.Context, in *UpdateEntityRequest, opts ...grpc.CallOption) (*UpdateEntityResponse, error)
	DeleteEntity(ctx context.Context, in *DeleteEntityRequest, opts ...grpc.CallOption) (*DeleteEntityResponse, error)
	ListEntity(ctx context.Context, in *ListEntityRequest, opts ...grpc.CallOption) (*ListEntityResponse, error)
}

LBSClient is the client API for LBS service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLBSClient

func NewLBSClient(cc *grpc.ClientConn) LBSClient

type LBSServer

type LBSServer interface {
	ListCollections(context.Context, *ListCollectionsRequest) (*ListCollectionsResponse, error)
	// Geofence
	CreateCircleGeofence(context.Context, *CreateCircleGeofenceRequest) (*CreateCircleGeofenceResponse, error)
	UpdateCircleGeofence(context.Context, *UpdateCircleGeofenceRequest) (*UpdateCircleGeofenceResponse, error)
	DeleteGeofence(context.Context, *DeleteGeofenceRequest) (*DeleteGeofenceResponse, error)
	ListGeofences(context.Context, *ListGeofencesRequest) (*ListGeofencesResponse, error)
	AddMonitoredObject(context.Context, *AddMonitoredObjectRequest) (*AddMonitoredObjectResponse, error)
	RemoveMonitoredObject(context.Context, *RemoveMonitoredObjectRequest) (*RemoveMonitoredObjectResponse, error)
	ListMonitoredObjects(context.Context, *ListMonitoredObjectsRequest) (*ListMonitoredObjectsResponse, error)
	CreatePolyGeofence(context.Context, *CreatePolyGeofenceRequest) (*CreatePolyGeofenceResponse, error)
	UpdatePolyGeofence(context.Context, *UpdatePolyGeofenceRequest) (*UpdatePolyGeofenceResponse, error)
	GetFenceIds(context.Context, *GetFenceIdsRequest) (*GetFenceIdsResponse, error)
	// Alarm
	QueryStatus(context.Context, *QueryStatusRequest) (*QueryStatusResponse, error)
	GetHistoryAlarms(context.Context, *GetHistoryAlarmsRequest) (*GetHistoryAlarmsResponse, error)
	BatchGetHistoryAlarms(context.Context, *BatchGetHistoryAlarmsRequest) (*BatchGetHistoryAlarmsResponse, error)
	GetStayPoints(context.Context, *GetStayPointsRequest) (*GetStayPointsResponse, error)
	// NotifyAlarms is used by apiserver to provide asynchrous notication
	NotifyAlarms(context.Context, *NotifyAlarmsRequest) (*NotifyAlarmsResponse, error)
	GetFenceUserId(context.Context, *GetFenceUserIdRequest) (*GetFenceUserIdResponse, error)
	// Entity
	AddEntity(context.Context, *AddEntityRequest) (*AddEntityResponse, error)
	UpdateEntity(context.Context, *UpdateEntityRequest) (*UpdateEntityResponse, error)
	DeleteEntity(context.Context, *DeleteEntityRequest) (*DeleteEntityResponse, error)
	ListEntity(context.Context, *ListEntityRequest) (*ListEntityResponse, error)
}

LBSServer is the server API for LBS service.

type ListCollectionsRequest

type ListCollectionsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionsRequest) Descriptor

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

func (*ListCollectionsRequest) GetUserId

func (m *ListCollectionsRequest) GetUserId() string

func (*ListCollectionsRequest) ProtoMessage

func (*ListCollectionsRequest) ProtoMessage()

func (*ListCollectionsRequest) Reset

func (m *ListCollectionsRequest) Reset()

func (*ListCollectionsRequest) String

func (m *ListCollectionsRequest) String() string

func (*ListCollectionsRequest) XXX_DiscardUnknown

func (m *ListCollectionsRequest) XXX_DiscardUnknown()

func (*ListCollectionsRequest) XXX_Marshal

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

func (*ListCollectionsRequest) XXX_Merge

func (dst *ListCollectionsRequest) XXX_Merge(src proto.Message)

func (*ListCollectionsRequest) XXX_Size

func (m *ListCollectionsRequest) XXX_Size() int

func (*ListCollectionsRequest) XXX_Unmarshal

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

type ListCollectionsResponse

type ListCollectionsResponse struct {
	ProjectIds           []string `protobuf:"bytes,1,rep,name=project_ids,json=projectIds,proto3" json:"project_ids,omitempty" bson:"project_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListCollectionsResponse) Descriptor

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

func (*ListCollectionsResponse) GetProjectIds

func (m *ListCollectionsResponse) GetProjectIds() []string

func (*ListCollectionsResponse) ProtoMessage

func (*ListCollectionsResponse) ProtoMessage()

func (*ListCollectionsResponse) Reset

func (m *ListCollectionsResponse) Reset()

func (*ListCollectionsResponse) String

func (m *ListCollectionsResponse) String() string

func (*ListCollectionsResponse) XXX_DiscardUnknown

func (m *ListCollectionsResponse) XXX_DiscardUnknown()

func (*ListCollectionsResponse) XXX_Marshal

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

func (*ListCollectionsResponse) XXX_Merge

func (dst *ListCollectionsResponse) XXX_Merge(src proto.Message)

func (*ListCollectionsResponse) XXX_Size

func (m *ListCollectionsResponse) XXX_Size() int

func (*ListCollectionsResponse) XXX_Unmarshal

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

type ListEntityRequest

type ListEntityRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	CoordTypeOutput      string   `` /* 143-byte string literal not displayed */
	PageIndex            int32    `protobuf:"varint,4,opt,name=page_index,json=pageIndex,proto3" json:"page_index,omitempty" bson:"page_index,omitempty"`
	PageSize             int32    `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" bson:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListEntityRequest) Descriptor

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

func (*ListEntityRequest) GetCoordTypeOutput

func (m *ListEntityRequest) GetCoordTypeOutput() string

func (*ListEntityRequest) GetPageIndex

func (m *ListEntityRequest) GetPageIndex() int32

func (*ListEntityRequest) GetPageSize

func (m *ListEntityRequest) GetPageSize() int32

func (*ListEntityRequest) GetProjectId

func (m *ListEntityRequest) GetProjectId() string

func (*ListEntityRequest) GetUserId

func (m *ListEntityRequest) GetUserId() string

func (*ListEntityRequest) ProtoMessage

func (*ListEntityRequest) ProtoMessage()

func (*ListEntityRequest) Reset

func (m *ListEntityRequest) Reset()

func (*ListEntityRequest) String

func (m *ListEntityRequest) String() string

func (*ListEntityRequest) XXX_DiscardUnknown

func (m *ListEntityRequest) XXX_DiscardUnknown()

func (*ListEntityRequest) XXX_Marshal

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

func (*ListEntityRequest) XXX_Merge

func (dst *ListEntityRequest) XXX_Merge(src proto.Message)

func (*ListEntityRequest) XXX_Size

func (m *ListEntityRequest) XXX_Size() int

func (*ListEntityRequest) XXX_Unmarshal

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

type ListEntityResponse

type ListEntityResponse struct {
	Total                int32         `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty" bson:"total,omitempty"`
	EntityInfo           []*EntityInfo `protobuf:"bytes,2,rep,name=entity_info,json=entityInfo,proto3" json:"entity_info,omitempty" bson:"entity_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*ListEntityResponse) Descriptor

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

func (*ListEntityResponse) GetEntityInfo

func (m *ListEntityResponse) GetEntityInfo() []*EntityInfo

func (*ListEntityResponse) GetTotal

func (m *ListEntityResponse) GetTotal() int32

func (*ListEntityResponse) ProtoMessage

func (*ListEntityResponse) ProtoMessage()

func (*ListEntityResponse) Reset

func (m *ListEntityResponse) Reset()

func (*ListEntityResponse) String

func (m *ListEntityResponse) String() string

func (*ListEntityResponse) XXX_DiscardUnknown

func (m *ListEntityResponse) XXX_DiscardUnknown()

func (*ListEntityResponse) XXX_Marshal

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

func (*ListEntityResponse) XXX_Merge

func (dst *ListEntityResponse) XXX_Merge(src proto.Message)

func (*ListEntityResponse) XXX_Size

func (m *ListEntityResponse) XXX_Size() int

func (*ListEntityResponse) XXX_Unmarshal

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

type ListGeofencesRequest

type ListGeofencesRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	FenceIds             []string `protobuf:"bytes,3,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	Objects              []string `protobuf:"bytes,4,rep,name=objects,proto3" json:"objects,omitempty" bson:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListGeofencesRequest) Descriptor

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

func (*ListGeofencesRequest) GetFenceIds

func (m *ListGeofencesRequest) GetFenceIds() []string

func (*ListGeofencesRequest) GetObjects

func (m *ListGeofencesRequest) GetObjects() []string

func (*ListGeofencesRequest) GetProjectId

func (m *ListGeofencesRequest) GetProjectId() string

func (*ListGeofencesRequest) GetUserId

func (m *ListGeofencesRequest) GetUserId() string

func (*ListGeofencesRequest) ProtoMessage

func (*ListGeofencesRequest) ProtoMessage()

func (*ListGeofencesRequest) Reset

func (m *ListGeofencesRequest) Reset()

func (*ListGeofencesRequest) String

func (m *ListGeofencesRequest) String() string

func (*ListGeofencesRequest) XXX_DiscardUnknown

func (m *ListGeofencesRequest) XXX_DiscardUnknown()

func (*ListGeofencesRequest) XXX_Marshal

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

func (*ListGeofencesRequest) XXX_Merge

func (dst *ListGeofencesRequest) XXX_Merge(src proto.Message)

func (*ListGeofencesRequest) XXX_Size

func (m *ListGeofencesRequest) XXX_Size() int

func (*ListGeofencesRequest) XXX_Unmarshal

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

type ListGeofencesResponse

type ListGeofencesResponse struct {
	Fences               []*Geofence `protobuf:"bytes,1,rep,name=fences,proto3" json:"fences,omitempty" bson:"fences,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ListGeofencesResponse) Descriptor

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

func (*ListGeofencesResponse) GetFences

func (m *ListGeofencesResponse) GetFences() []*Geofence

func (*ListGeofencesResponse) ProtoMessage

func (*ListGeofencesResponse) ProtoMessage()

func (*ListGeofencesResponse) Reset

func (m *ListGeofencesResponse) Reset()

func (*ListGeofencesResponse) String

func (m *ListGeofencesResponse) String() string

func (*ListGeofencesResponse) XXX_DiscardUnknown

func (m *ListGeofencesResponse) XXX_DiscardUnknown()

func (*ListGeofencesResponse) XXX_Marshal

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

func (*ListGeofencesResponse) XXX_Merge

func (dst *ListGeofencesResponse) XXX_Merge(src proto.Message)

func (*ListGeofencesResponse) XXX_Size

func (m *ListGeofencesResponse) XXX_Size() int

func (*ListGeofencesResponse) XXX_Unmarshal

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

type ListMonitoredObjectsRequest

type ListMonitoredObjectsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	FenceId              string   `protobuf:"bytes,3,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	PageIndex            int32    `protobuf:"varint,4,opt,name=page_index,json=pageIndex,proto3" json:"page_index,omitempty" bson:"page_index,omitempty"`
	PageSize             int32    `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" bson:"page_size,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMonitoredObjectsRequest) Descriptor

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

func (*ListMonitoredObjectsRequest) GetFenceId

func (m *ListMonitoredObjectsRequest) GetFenceId() string

func (*ListMonitoredObjectsRequest) GetPageIndex

func (m *ListMonitoredObjectsRequest) GetPageIndex() int32

func (*ListMonitoredObjectsRequest) GetPageSize

func (m *ListMonitoredObjectsRequest) GetPageSize() int32

func (*ListMonitoredObjectsRequest) GetProjectId

func (m *ListMonitoredObjectsRequest) GetProjectId() string

func (*ListMonitoredObjectsRequest) GetUserId

func (m *ListMonitoredObjectsRequest) GetUserId() string

func (*ListMonitoredObjectsRequest) ProtoMessage

func (*ListMonitoredObjectsRequest) ProtoMessage()

func (*ListMonitoredObjectsRequest) Reset

func (m *ListMonitoredObjectsRequest) Reset()

func (*ListMonitoredObjectsRequest) String

func (m *ListMonitoredObjectsRequest) String() string

func (*ListMonitoredObjectsRequest) XXX_DiscardUnknown

func (m *ListMonitoredObjectsRequest) XXX_DiscardUnknown()

func (*ListMonitoredObjectsRequest) XXX_Marshal

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

func (*ListMonitoredObjectsRequest) XXX_Merge

func (dst *ListMonitoredObjectsRequest) XXX_Merge(src proto.Message)

func (*ListMonitoredObjectsRequest) XXX_Size

func (m *ListMonitoredObjectsRequest) XXX_Size() int

func (*ListMonitoredObjectsRequest) XXX_Unmarshal

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

type ListMonitoredObjectsResponse

type ListMonitoredObjectsResponse struct {
	TotalFences          int32    `protobuf:"varint,1,opt,name=total_fences,json=totalFences,proto3" json:"total_fences,omitempty" bson:"total_fences,omitempty"`
	Objects              []string `protobuf:"bytes,2,rep,name=objects,proto3" json:"objects,omitempty" bson:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMonitoredObjectsResponse) Descriptor

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

func (*ListMonitoredObjectsResponse) GetObjects

func (m *ListMonitoredObjectsResponse) GetObjects() []string

func (*ListMonitoredObjectsResponse) GetTotalFences

func (m *ListMonitoredObjectsResponse) GetTotalFences() int32

func (*ListMonitoredObjectsResponse) ProtoMessage

func (*ListMonitoredObjectsResponse) ProtoMessage()

func (*ListMonitoredObjectsResponse) Reset

func (m *ListMonitoredObjectsResponse) Reset()

func (*ListMonitoredObjectsResponse) String

func (*ListMonitoredObjectsResponse) XXX_DiscardUnknown

func (m *ListMonitoredObjectsResponse) XXX_DiscardUnknown()

func (*ListMonitoredObjectsResponse) XXX_Marshal

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

func (*ListMonitoredObjectsResponse) XXX_Merge

func (dst *ListMonitoredObjectsResponse) XXX_Merge(src proto.Message)

func (*ListMonitoredObjectsResponse) XXX_Size

func (m *ListMonitoredObjectsResponse) XXX_Size() int

func (*ListMonitoredObjectsResponse) XXX_Unmarshal

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

type LogData

type LogData struct {
	Meta                 *LogMetaInfo `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty" bson:"meta,omitempty"`
	Line                 string       `protobuf:"bytes,2,opt,name=line,proto3" json:"line,omitempty" bson:"line,omitempty"`
	Payload              []byte       `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty" bson:"payload,omitempty"`
	Result               string       `protobuf:"bytes,4,opt,name=result,proto3" json:"result,omitempty" bson:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*LogData) Descriptor

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

func (*LogData) GetLine

func (m *LogData) GetLine() string

func (*LogData) GetMeta

func (m *LogData) GetMeta() *LogMetaInfo

func (*LogData) GetPayload

func (m *LogData) GetPayload() []byte

func (*LogData) GetResult

func (m *LogData) GetResult() string

func (*LogData) ProtoMessage

func (*LogData) ProtoMessage()

func (*LogData) Reset

func (m *LogData) Reset()

func (*LogData) String

func (m *LogData) String() string

func (*LogData) XXX_DiscardUnknown

func (m *LogData) XXX_DiscardUnknown()

func (*LogData) XXX_Marshal

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

func (*LogData) XXX_Merge

func (dst *LogData) XXX_Merge(src proto.Message)

func (*LogData) XXX_Size

func (m *LogData) XXX_Size() int

func (*LogData) XXX_Unmarshal

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

type LogMetaInfo

type LogMetaInfo struct {
	ProjectId            string    `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	DeviceId             string    `protobuf:"bytes,2,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty" bson:"device_id,omitempty"`
	DeviceName           string    `protobuf:"bytes,3,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty" bson:"device_name,omitempty"`
	MessageId            string    `protobuf:"bytes,4,opt,name=message_id,json=messageId,proto3" json:"message_id,omitempty" bson:"message_id,omitempty"`
	Type                 string    `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty" bson:"type,omitempty"`
	Direction            Direction `` /* 129-byte string literal not displayed */
	Time                 int64     `protobuf:"varint,7,opt,name=time,proto3" json:"time,omitempty" bson:"time,omitempty"`
	Rindex               int64     `protobuf:"varint,8,opt,name=rindex,proto3" json:"rindex,omitempty" bson:"rindex,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*LogMetaInfo) Descriptor

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

func (*LogMetaInfo) GetDeviceId

func (m *LogMetaInfo) GetDeviceId() string

func (*LogMetaInfo) GetDeviceName

func (m *LogMetaInfo) GetDeviceName() string

func (*LogMetaInfo) GetDirection

func (m *LogMetaInfo) GetDirection() Direction

func (*LogMetaInfo) GetMessageId

func (m *LogMetaInfo) GetMessageId() string

func (*LogMetaInfo) GetProjectId

func (m *LogMetaInfo) GetProjectId() string

func (*LogMetaInfo) GetRindex

func (m *LogMetaInfo) GetRindex() int64

func (*LogMetaInfo) GetTime

func (m *LogMetaInfo) GetTime() int64

func (*LogMetaInfo) GetType

func (m *LogMetaInfo) GetType() string

func (*LogMetaInfo) ProtoMessage

func (*LogMetaInfo) ProtoMessage()

func (*LogMetaInfo) Reset

func (m *LogMetaInfo) Reset()

func (*LogMetaInfo) String

func (m *LogMetaInfo) String() string

func (*LogMetaInfo) XXX_DiscardUnknown

func (m *LogMetaInfo) XXX_DiscardUnknown()

func (*LogMetaInfo) XXX_Marshal

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

func (*LogMetaInfo) XXX_Merge

func (dst *LogMetaInfo) XXX_Merge(src proto.Message)

func (*LogMetaInfo) XXX_Size

func (m *LogMetaInfo) XXX_Size() int

func (*LogMetaInfo) XXX_Unmarshal

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

type ModelsClient

ModelsClient is the client API for Models service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewModelsClient

func NewModelsClient(cc *grpc.ClientConn) ModelsClient

type MonitoredStatus

type MonitoredStatus struct {
	FenceId              int32    `protobuf:"varint,1,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	MonitoredStatus      string   `` /* 140-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MonitoredStatus) Descriptor

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

func (*MonitoredStatus) GetFenceId

func (m *MonitoredStatus) GetFenceId() int32

func (*MonitoredStatus) GetMonitoredStatus

func (m *MonitoredStatus) GetMonitoredStatus() string

func (*MonitoredStatus) ProtoMessage

func (*MonitoredStatus) ProtoMessage()

func (*MonitoredStatus) Reset

func (m *MonitoredStatus) Reset()

func (*MonitoredStatus) String

func (m *MonitoredStatus) String() string

func (*MonitoredStatus) XXX_DiscardUnknown

func (m *MonitoredStatus) XXX_DiscardUnknown()

func (*MonitoredStatus) XXX_Marshal

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

func (*MonitoredStatus) XXX_Merge

func (dst *MonitoredStatus) XXX_Merge(src proto.Message)

func (*MonitoredStatus) XXX_Size

func (m *MonitoredStatus) XXX_Size() int

func (*MonitoredStatus) XXX_Unmarshal

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

type NotifyAlarmsRequest

type NotifyAlarmsRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	Content              []byte   `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty" bson:"content,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyAlarmsRequest) Descriptor

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

func (*NotifyAlarmsRequest) GetContent

func (m *NotifyAlarmsRequest) GetContent() []byte

func (*NotifyAlarmsRequest) GetProjectId

func (m *NotifyAlarmsRequest) GetProjectId() string

func (*NotifyAlarmsRequest) GetUserId

func (m *NotifyAlarmsRequest) GetUserId() string

func (*NotifyAlarmsRequest) ProtoMessage

func (*NotifyAlarmsRequest) ProtoMessage()

func (*NotifyAlarmsRequest) Reset

func (m *NotifyAlarmsRequest) Reset()

func (*NotifyAlarmsRequest) String

func (m *NotifyAlarmsRequest) String() string

func (*NotifyAlarmsRequest) XXX_DiscardUnknown

func (m *NotifyAlarmsRequest) XXX_DiscardUnknown()

func (*NotifyAlarmsRequest) XXX_Marshal

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

func (*NotifyAlarmsRequest) XXX_Merge

func (dst *NotifyAlarmsRequest) XXX_Merge(src proto.Message)

func (*NotifyAlarmsRequest) XXX_Size

func (m *NotifyAlarmsRequest) XXX_Size() int

func (*NotifyAlarmsRequest) XXX_Unmarshal

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

type NotifyAlarmsResponse

type NotifyAlarmsResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NotifyAlarmsResponse) Descriptor

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

func (*NotifyAlarmsResponse) ProtoMessage

func (*NotifyAlarmsResponse) ProtoMessage()

func (*NotifyAlarmsResponse) Reset

func (m *NotifyAlarmsResponse) Reset()

func (*NotifyAlarmsResponse) String

func (m *NotifyAlarmsResponse) String() string

func (*NotifyAlarmsResponse) XXX_DiscardUnknown

func (m *NotifyAlarmsResponse) XXX_DiscardUnknown()

func (*NotifyAlarmsResponse) XXX_Marshal

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

func (*NotifyAlarmsResponse) XXX_Merge

func (dst *NotifyAlarmsResponse) XXX_Merge(src proto.Message)

func (*NotifyAlarmsResponse) XXX_Size

func (m *NotifyAlarmsResponse) XXX_Size() int

func (*NotifyAlarmsResponse) XXX_Unmarshal

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

type Point

type Point struct {
	Latitude             float64  `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Longitude            float64  `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	CoordType            string   `protobuf:"bytes,3,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	LocTime              string   `protobuf:"bytes,4,opt,name=loc_time,json=locTime,proto3" json:"loc_time,omitempty" bson:"loc_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Point) Descriptor

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

func (*Point) GetCoordType

func (m *Point) GetCoordType() string

func (*Point) GetLatitude

func (m *Point) GetLatitude() float64

func (*Point) GetLocTime

func (m *Point) GetLocTime() string

func (*Point) GetLongitude

func (m *Point) GetLongitude() float64

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) Reset

func (m *Point) Reset()

func (*Point) String

func (m *Point) String() string

func (*Point) XXX_DiscardUnknown

func (m *Point) XXX_DiscardUnknown()

func (*Point) XXX_Marshal

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

func (*Point) XXX_Merge

func (dst *Point) XXX_Merge(src proto.Message)

func (*Point) XXX_Size

func (m *Point) XXX_Size() int

func (*Point) XXX_Unmarshal

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

type PolyGeofence

type PolyGeofence struct {
	Name                 string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	MonitoredObjects     []string `` /* 144-byte string literal not displayed */
	Vertexes             string   `protobuf:"bytes,3,opt,name=vertexes,proto3" json:"vertexes,omitempty" bson:"vertexes,omitempty"`
	CoordType            string   `protobuf:"bytes,4,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	Denoise              int32    `protobuf:"varint,5,opt,name=denoise,proto3" json:"denoise,omitempty" bson:"denoise,omitempty"`
	FenceId              string   `protobuf:"bytes,6,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PolyGeofence) Descriptor

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

func (*PolyGeofence) GetCoordType

func (m *PolyGeofence) GetCoordType() string

func (*PolyGeofence) GetDenoise

func (m *PolyGeofence) GetDenoise() int32

func (*PolyGeofence) GetFenceId

func (m *PolyGeofence) GetFenceId() string

func (*PolyGeofence) GetMonitoredObjects

func (m *PolyGeofence) GetMonitoredObjects() []string

func (*PolyGeofence) GetName

func (m *PolyGeofence) GetName() string

func (*PolyGeofence) GetVertexes

func (m *PolyGeofence) GetVertexes() string

func (*PolyGeofence) ProtoMessage

func (*PolyGeofence) ProtoMessage()

func (*PolyGeofence) Reset

func (m *PolyGeofence) Reset()

func (*PolyGeofence) String

func (m *PolyGeofence) String() string

func (*PolyGeofence) XXX_DiscardUnknown

func (m *PolyGeofence) XXX_DiscardUnknown()

func (*PolyGeofence) XXX_Marshal

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

func (*PolyGeofence) XXX_Merge

func (dst *PolyGeofence) XXX_Merge(src proto.Message)

func (*PolyGeofence) XXX_Size

func (m *PolyGeofence) XXX_Size() int

func (*PolyGeofence) XXX_Unmarshal

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

type PrePoint

type PrePoint struct {
	Longitude            float64  `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	Latitude             float64  `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	Radius               int32    `protobuf:"varint,3,opt,name=radius,proto3" json:"radius,omitempty" bson:"radius,omitempty"`
	CoordType            string   `protobuf:"bytes,4,opt,name=coord_type,json=coordType,proto3" json:"coord_type,omitempty" bson:"coord_type,omitempty"`
	LocTime              string   `protobuf:"bytes,5,opt,name=loc_time,json=locTime,proto3" json:"loc_time,omitempty" bson:"loc_time,omitempty"`
	CreateTime           string   `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty" bson:"create_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PrePoint) Descriptor

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

func (*PrePoint) GetCoordType

func (m *PrePoint) GetCoordType() string

func (*PrePoint) GetCreateTime

func (m *PrePoint) GetCreateTime() string

func (*PrePoint) GetLatitude

func (m *PrePoint) GetLatitude() float64

func (*PrePoint) GetLocTime

func (m *PrePoint) GetLocTime() string

func (*PrePoint) GetLongitude

func (m *PrePoint) GetLongitude() float64

func (*PrePoint) GetRadius

func (m *PrePoint) GetRadius() int32

func (*PrePoint) ProtoMessage

func (*PrePoint) ProtoMessage()

func (*PrePoint) Reset

func (m *PrePoint) Reset()

func (*PrePoint) String

func (m *PrePoint) String() string

func (*PrePoint) XXX_DiscardUnknown

func (m *PrePoint) XXX_DiscardUnknown()

func (*PrePoint) XXX_Marshal

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

func (*PrePoint) XXX_Merge

func (dst *PrePoint) XXX_Merge(src proto.Message)

func (*PrePoint) XXX_Size

func (m *PrePoint) XXX_Size() int

func (*PrePoint) XXX_Unmarshal

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

type Project

type Project struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" bson:"id,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	UserId               string               `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	Description          string               `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" bson:"description,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	Status               string               `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Readers              []*Reader            `protobuf:"bytes,8,rep,name=readers,proto3" json:"readers,omitempty" bson:"readers,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Project) Descriptor

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

func (*Project) GetCreatedAt

func (m *Project) GetCreatedAt() *timestamp.Timestamp

func (*Project) GetDescription

func (m *Project) GetDescription() string

func (*Project) GetId

func (m *Project) GetId() string

func (*Project) GetLastUpdatedAt

func (m *Project) GetLastUpdatedAt() *timestamp.Timestamp

func (*Project) GetName

func (m *Project) GetName() string

func (*Project) GetReaders

func (m *Project) GetReaders() []*Reader

func (*Project) GetStatus

func (m *Project) GetStatus() string

func (*Project) GetUserId

func (m *Project) GetUserId() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) Reset

func (m *Project) Reset()

func (*Project) String

func (m *Project) String() string

func (*Project) XXX_DiscardUnknown

func (m *Project) XXX_DiscardUnknown()

func (*Project) XXX_Marshal

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

func (*Project) XXX_Merge

func (dst *Project) XXX_Merge(src proto.Message)

func (*Project) XXX_Size

func (m *Project) XXX_Size() int

func (*Project) XXX_Unmarshal

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

type ProjectsClient

type ProjectsClient interface {
	// CreateProject create a new project
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	// GetProject return a project's detail information
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	// GetProjects return user's project list
	GetProjects(ctx context.Context, in *GetProjectsRequest, opts ...grpc.CallOption) (*GetProjectsResponse, error)
	// DeleteProject delete a specifed project
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	// UpdateProject update a specifed project
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	//
	// Project device
	// User can add devices to a specified project, these devices are instances of some device model
	// After adding devices, the widget in views can bind data or variables to specified device
	//
	// AddDevice add a device into the project
	AddDevice(ctx context.Context, in *AddDeviceRequest, opts ...grpc.CallOption) (*AddDeviceResponse, error)
	// AddDevices add a batch of devices into the project
	AddDevices(ctx context.Context, in *AddDevicesRequest, opts ...grpc.CallOption) (*AddDevicesResponse, error)
	// DeleteDevice remove a device from project
	DeleteDevice(ctx context.Context, in *DeleteDeviceRequest, opts ...grpc.CallOption) (*DeleteDeviceResponse, error)
	// DeleteDevices remove a batch of devices from project
	DeleteDevices(ctx context.Context, in *DeleteDevicesRequest, opts ...grpc.CallOption) (*DeleteDevicesResponse, error)
	// GetDevices return a project's specified device
	GetDevice(ctx context.Context, in *GetDeviceRequest, opts ...grpc.CallOption) (*GetDeviceResponse, error)
	// GetDevices return a project's all devices
	GetDevices(ctx context.Context, in *GetDevicesRequest, opts ...grpc.CallOption) (*GetDevicesResponse, error)
	// CreateView create a new project's view
	CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error)
	// DeleteView delete a project's view
	DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error)
	// GetViews return a project's all views
	GetViews(ctx context.Context, in *GetViewsRequest, opts ...grpc.CallOption) (*GetViewsResponse, error)
	// GetView return a view's detail informaiton
	GetView(ctx context.Context, in *GetViewRequest, opts ...grpc.CallOption) (*GetViewResponse, error)
	// UpdateView update a specified view
	UpdateView(ctx context.Context, in *UpdateViewRequest, opts ...grpc.CallOption) (*UpdateViewResponse, error)
	// Variables
	// CreateVariable create a new variable in view or project
	CreateVariable(ctx context.Context, in *CreateVariableRequest, opts ...grpc.CallOption) (*CreateVariableResponse, error)
	// GetVariable return a variable's detail information
	GetVariable(ctx context.Context, in *GetVariableRequest, opts ...grpc.CallOption) (*GetVariableResponse, error)
	// GetVariables return all variables in a view or project
	GetVariables(ctx context.Context, in *GetVariablesRequest, opts ...grpc.CallOption) (*GetVariablesResponse, error)
	// DeleteVariable delete a variable in view or project
	DeleteVariable(ctx context.Context, in *DeleteVariableRequest, opts ...grpc.CallOption) (*DeleteVariableResponse, error)
	// DeleteVariables delete a batch of variables
	DeleteVariables(ctx context.Context, in *DeleteVariablesRequest, opts ...grpc.CallOption) (*DeleteVariablesResponse, error)
	// UpdateVariable update a specified variable in view or project
	UpdateVariable(ctx context.Context, in *UpdateVariableRequest, opts ...grpc.CallOption) (*UpdateVariableResponse, error)
}

ProjectsClient is the client API for Projects service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewProjectsClient

func NewProjectsClient(cc *grpc.ClientConn) ProjectsClient

type ProjectsServer

type ProjectsServer interface {
	// CreateProject create a new project
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	// GetProject return a project's detail information
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	// GetProjects return user's project list
	GetProjects(context.Context, *GetProjectsRequest) (*GetProjectsResponse, error)
	// DeleteProject delete a specifed project
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	// UpdateProject update a specifed project
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	//
	// Project device
	// User can add devices to a specified project, these devices are instances of some device model
	// After adding devices, the widget in views can bind data or variables to specified device
	//
	// AddDevice add a device into the project
	AddDevice(context.Context, *AddDeviceRequest) (*AddDeviceResponse, error)
	// AddDevices add a batch of devices into the project
	AddDevices(context.Context, *AddDevicesRequest) (*AddDevicesResponse, error)
	// DeleteDevice remove a device from project
	DeleteDevice(context.Context, *DeleteDeviceRequest) (*DeleteDeviceResponse, error)
	// DeleteDevices remove a batch of devices from project
	DeleteDevices(context.Context, *DeleteDevicesRequest) (*DeleteDevicesResponse, error)
	// GetDevices return a project's specified device
	GetDevice(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
	// GetDevices return a project's all devices
	GetDevices(context.Context, *GetDevicesRequest) (*GetDevicesResponse, error)
	// CreateView create a new project's view
	CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
	// DeleteView delete a project's view
	DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
	// GetViews return a project's all views
	GetViews(context.Context, *GetViewsRequest) (*GetViewsResponse, error)
	// GetView return a view's detail informaiton
	GetView(context.Context, *GetViewRequest) (*GetViewResponse, error)
	// UpdateView update a specified view
	UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
	// Variables
	// CreateVariable create a new variable in view or project
	CreateVariable(context.Context, *CreateVariableRequest) (*CreateVariableResponse, error)
	// GetVariable return a variable's detail information
	GetVariable(context.Context, *GetVariableRequest) (*GetVariableResponse, error)
	// GetVariables return all variables in a view or project
	GetVariables(context.Context, *GetVariablesRequest) (*GetVariablesResponse, error)
	// DeleteVariable delete a variable in view or project
	DeleteVariable(context.Context, *DeleteVariableRequest) (*DeleteVariableResponse, error)
	// DeleteVariables delete a batch of variables
	DeleteVariables(context.Context, *DeleteVariablesRequest) (*DeleteVariablesResponse, error)
	// UpdateVariable update a specified variable in view or project
	UpdateVariable(context.Context, *UpdateVariableRequest) (*UpdateVariableResponse, error)
}

ProjectsServer is the server API for Projects service.

type Query

type Query struct {
	Type                 SearchType   `protobuf:"varint,1,opt,name=type,proto3,enum=grpc.pandas.v1.SearchType" json:"type,omitempty" bson:"type,omitempty"`
	Meta                 *LogMetaInfo `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty" bson:"meta,omitempty"`
	Since                string       `protobuf:"bytes,3,opt,name=since,proto3" json:"since,omitempty" bson:"since,omitempty"`
	PageSize             int32        `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" bson:"page_size,omitempty"`
	Pos                  int32        `protobuf:"varint,5,opt,name=pos,proto3" json:"pos,omitempty" bson:"pos,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Query) Descriptor

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

func (*Query) GetMeta

func (m *Query) GetMeta() *LogMetaInfo

func (*Query) GetPageSize

func (m *Query) GetPageSize() int32

func (*Query) GetPos

func (m *Query) GetPos() int32

func (*Query) GetSince

func (m *Query) GetSince() string

func (*Query) GetType

func (m *Query) GetType() SearchType

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) Reset

func (m *Query) Reset()

func (*Query) String

func (m *Query) String() string

func (*Query) XXX_DiscardUnknown

func (m *Query) XXX_DiscardUnknown()

func (*Query) XXX_Marshal

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

func (*Query) XXX_Merge

func (dst *Query) XXX_Merge(src proto.Message)

func (*Query) XXX_Size

func (m *Query) XXX_Size() int

func (*Query) XXX_Unmarshal

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

type QueryStatusRequest

type QueryStatusRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	MonitoredPerson      string   `` /* 140-byte string literal not displayed */
	FenceIds             []string `protobuf:"bytes,4,rep,name=fence_ids,json=fenceIds,proto3" json:"fence_ids,omitempty" bson:"fence_ids,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Alarm

func (*QueryStatusRequest) Descriptor

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

func (*QueryStatusRequest) GetFenceIds

func (m *QueryStatusRequest) GetFenceIds() []string

func (*QueryStatusRequest) GetMonitoredPerson

func (m *QueryStatusRequest) GetMonitoredPerson() string

func (*QueryStatusRequest) GetProjectId

func (m *QueryStatusRequest) GetProjectId() string

func (*QueryStatusRequest) GetUserId

func (m *QueryStatusRequest) GetUserId() string

func (*QueryStatusRequest) ProtoMessage

func (*QueryStatusRequest) ProtoMessage()

func (*QueryStatusRequest) Reset

func (m *QueryStatusRequest) Reset()

func (*QueryStatusRequest) String

func (m *QueryStatusRequest) String() string

func (*QueryStatusRequest) XXX_DiscardUnknown

func (m *QueryStatusRequest) XXX_DiscardUnknown()

func (*QueryStatusRequest) XXX_Marshal

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

func (*QueryStatusRequest) XXX_Merge

func (dst *QueryStatusRequest) XXX_Merge(src proto.Message)

func (*QueryStatusRequest) XXX_Size

func (m *QueryStatusRequest) XXX_Size() int

func (*QueryStatusRequest) XXX_Unmarshal

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

type QueryStatusResponse

type QueryStatusResponse struct {
	Status               int32              `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty" bson:"status,omitempty"`
	Message              string             `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty" bson:"message,omitempty"`
	Size                 int32              `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty" bson:"size,omitempty"`
	MonitoredStatuses    []*MonitoredStatus `` /* 148-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*QueryStatusResponse) Descriptor

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

func (*QueryStatusResponse) GetMessage

func (m *QueryStatusResponse) GetMessage() string

func (*QueryStatusResponse) GetMonitoredStatuses

func (m *QueryStatusResponse) GetMonitoredStatuses() []*MonitoredStatus

func (*QueryStatusResponse) GetSize

func (m *QueryStatusResponse) GetSize() int32

func (*QueryStatusResponse) GetStatus

func (m *QueryStatusResponse) GetStatus() int32

func (*QueryStatusResponse) ProtoMessage

func (*QueryStatusResponse) ProtoMessage()

func (*QueryStatusResponse) Reset

func (m *QueryStatusResponse) Reset()

func (*QueryStatusResponse) String

func (m *QueryStatusResponse) String() string

func (*QueryStatusResponse) XXX_DiscardUnknown

func (m *QueryStatusResponse) XXX_DiscardUnknown()

func (*QueryStatusResponse) XXX_Marshal

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

func (*QueryStatusResponse) XXX_Merge

func (dst *QueryStatusResponse) XXX_Merge(src proto.Message)

func (*QueryStatusResponse) XXX_Size

func (m *QueryStatusResponse) XXX_Size() int

func (*QueryStatusResponse) XXX_Unmarshal

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

type Reader

type Reader struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	Configs              map[string]*any.Any `` /* 180-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*Reader) Descriptor

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

func (*Reader) GetConfigs

func (m *Reader) GetConfigs() map[string]*any.Any

func (*Reader) GetName

func (m *Reader) GetName() string

func (*Reader) ProtoMessage

func (*Reader) ProtoMessage()

func (*Reader) Reset

func (m *Reader) Reset()

func (*Reader) String

func (m *Reader) String() string

func (*Reader) XXX_DiscardUnknown

func (m *Reader) XXX_DiscardUnknown()

func (*Reader) XXX_Marshal

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

func (*Reader) XXX_Merge

func (dst *Reader) XXX_Merge(src proto.Message)

func (*Reader) XXX_Size

func (m *Reader) XXX_Size() int

func (*Reader) XXX_Unmarshal

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

type RemoveMonitoredObjectRequest

type RemoveMonitoredObjectRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	FenceId              string   `protobuf:"bytes,3,opt,name=fence_id,json=fenceId,proto3" json:"fence_id,omitempty" bson:"fence_id,omitempty"`
	Objects              []string `protobuf:"bytes,4,rep,name=objects,proto3" json:"objects,omitempty" bson:"objects,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveMonitoredObjectRequest) Descriptor

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

func (*RemoveMonitoredObjectRequest) GetFenceId

func (m *RemoveMonitoredObjectRequest) GetFenceId() string

func (*RemoveMonitoredObjectRequest) GetObjects

func (m *RemoveMonitoredObjectRequest) GetObjects() []string

func (*RemoveMonitoredObjectRequest) GetProjectId

func (m *RemoveMonitoredObjectRequest) GetProjectId() string

func (*RemoveMonitoredObjectRequest) GetUserId

func (m *RemoveMonitoredObjectRequest) GetUserId() string

func (*RemoveMonitoredObjectRequest) ProtoMessage

func (*RemoveMonitoredObjectRequest) ProtoMessage()

func (*RemoveMonitoredObjectRequest) Reset

func (m *RemoveMonitoredObjectRequest) Reset()

func (*RemoveMonitoredObjectRequest) String

func (*RemoveMonitoredObjectRequest) XXX_DiscardUnknown

func (m *RemoveMonitoredObjectRequest) XXX_DiscardUnknown()

func (*RemoveMonitoredObjectRequest) XXX_Marshal

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

func (*RemoveMonitoredObjectRequest) XXX_Merge

func (dst *RemoveMonitoredObjectRequest) XXX_Merge(src proto.Message)

func (*RemoveMonitoredObjectRequest) XXX_Size

func (m *RemoveMonitoredObjectRequest) XXX_Size() int

func (*RemoveMonitoredObjectRequest) XXX_Unmarshal

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

type RemoveMonitoredObjectResponse

type RemoveMonitoredObjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveMonitoredObjectResponse) Descriptor

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

func (*RemoveMonitoredObjectResponse) ProtoMessage

func (*RemoveMonitoredObjectResponse) ProtoMessage()

func (*RemoveMonitoredObjectResponse) Reset

func (m *RemoveMonitoredObjectResponse) Reset()

func (*RemoveMonitoredObjectResponse) String

func (*RemoveMonitoredObjectResponse) XXX_DiscardUnknown

func (m *RemoveMonitoredObjectResponse) XXX_DiscardUnknown()

func (*RemoveMonitoredObjectResponse) XXX_Marshal

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

func (*RemoveMonitoredObjectResponse) XXX_Merge

func (dst *RemoveMonitoredObjectResponse) XXX_Merge(src proto.Message)

func (*RemoveMonitoredObjectResponse) XXX_Size

func (m *RemoveMonitoredObjectResponse) XXX_Size() int

func (*RemoveMonitoredObjectResponse) XXX_Unmarshal

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

type SearchType

type SearchType int32
const (
	SearchType_Term      SearchType = 0
	SearchType_Netsted   SearchType = 1
	SearchType_AllSearch SearchType = 2
)

func (SearchType) EnumDescriptor

func (SearchType) EnumDescriptor() ([]byte, []int)

func (SearchType) String

func (x SearchType) String() string

type UpdateCircleGeofenceRequest

type UpdateCircleGeofenceRequest struct {
	UserId               string          `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string          `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	Fence                *CircleGeofence `protobuf:"bytes,3,opt,name=fence,proto3" json:"fence,omitempty" bson:"fence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateCircleGeofenceRequest) Descriptor

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

func (*UpdateCircleGeofenceRequest) GetFence

func (*UpdateCircleGeofenceRequest) GetProjectId

func (m *UpdateCircleGeofenceRequest) GetProjectId() string

func (*UpdateCircleGeofenceRequest) GetUserId

func (m *UpdateCircleGeofenceRequest) GetUserId() string

func (*UpdateCircleGeofenceRequest) ProtoMessage

func (*UpdateCircleGeofenceRequest) ProtoMessage()

func (*UpdateCircleGeofenceRequest) Reset

func (m *UpdateCircleGeofenceRequest) Reset()

func (*UpdateCircleGeofenceRequest) String

func (m *UpdateCircleGeofenceRequest) String() string

func (*UpdateCircleGeofenceRequest) XXX_DiscardUnknown

func (m *UpdateCircleGeofenceRequest) XXX_DiscardUnknown()

func (*UpdateCircleGeofenceRequest) XXX_Marshal

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

func (*UpdateCircleGeofenceRequest) XXX_Merge

func (dst *UpdateCircleGeofenceRequest) XXX_Merge(src proto.Message)

func (*UpdateCircleGeofenceRequest) XXX_Size

func (m *UpdateCircleGeofenceRequest) XXX_Size() int

func (*UpdateCircleGeofenceRequest) XXX_Unmarshal

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

type UpdateCircleGeofenceResponse

type UpdateCircleGeofenceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateCircleGeofenceResponse) Descriptor

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

func (*UpdateCircleGeofenceResponse) ProtoMessage

func (*UpdateCircleGeofenceResponse) ProtoMessage()

func (*UpdateCircleGeofenceResponse) Reset

func (m *UpdateCircleGeofenceResponse) Reset()

func (*UpdateCircleGeofenceResponse) String

func (*UpdateCircleGeofenceResponse) XXX_DiscardUnknown

func (m *UpdateCircleGeofenceResponse) XXX_DiscardUnknown()

func (*UpdateCircleGeofenceResponse) XXX_Marshal

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

func (*UpdateCircleGeofenceResponse) XXX_Merge

func (dst *UpdateCircleGeofenceResponse) XXX_Merge(src proto.Message)

func (*UpdateCircleGeofenceResponse) XXX_Size

func (m *UpdateCircleGeofenceResponse) XXX_Size() int

func (*UpdateCircleGeofenceResponse) XXX_Unmarshal

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

type UpdateDeviceModelRequest

type UpdateDeviceModelRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeviceModelRequest) Descriptor

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

func (*UpdateDeviceModelRequest) ProtoMessage

func (*UpdateDeviceModelRequest) ProtoMessage()

func (*UpdateDeviceModelRequest) Reset

func (m *UpdateDeviceModelRequest) Reset()

func (*UpdateDeviceModelRequest) String

func (m *UpdateDeviceModelRequest) String() string

func (*UpdateDeviceModelRequest) XXX_DiscardUnknown

func (m *UpdateDeviceModelRequest) XXX_DiscardUnknown()

func (*UpdateDeviceModelRequest) XXX_Marshal

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

func (*UpdateDeviceModelRequest) XXX_Merge

func (dst *UpdateDeviceModelRequest) XXX_Merge(src proto.Message)

func (*UpdateDeviceModelRequest) XXX_Size

func (m *UpdateDeviceModelRequest) XXX_Size() int

func (*UpdateDeviceModelRequest) XXX_Unmarshal

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

type UpdateDeviceModelResponse

type UpdateDeviceModelResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeviceModelResponse) Descriptor

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

func (*UpdateDeviceModelResponse) ProtoMessage

func (*UpdateDeviceModelResponse) ProtoMessage()

func (*UpdateDeviceModelResponse) Reset

func (m *UpdateDeviceModelResponse) Reset()

func (*UpdateDeviceModelResponse) String

func (m *UpdateDeviceModelResponse) String() string

func (*UpdateDeviceModelResponse) XXX_DiscardUnknown

func (m *UpdateDeviceModelResponse) XXX_DiscardUnknown()

func (*UpdateDeviceModelResponse) XXX_Marshal

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

func (*UpdateDeviceModelResponse) XXX_Merge

func (dst *UpdateDeviceModelResponse) XXX_Merge(src proto.Message)

func (*UpdateDeviceModelResponse) XXX_Size

func (m *UpdateDeviceModelResponse) XXX_Size() int

func (*UpdateDeviceModelResponse) XXX_Unmarshal

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

type UpdateEntityRequest

type UpdateEntityRequest struct {
	UserId               string   `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string   `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	EntityName           string   `protobuf:"bytes,3,opt,name=entity_name,json=entityName,proto3" json:"entity_name,omitempty" bson:"entity_name,omitempty"`
	EntityDesc           string   `protobuf:"bytes,4,opt,name=entity_desc,json=entityDesc,proto3" json:"entity_desc,omitempty" bson:"entity_desc,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateEntityRequest) Descriptor

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

func (*UpdateEntityRequest) GetEntityDesc

func (m *UpdateEntityRequest) GetEntityDesc() string

func (*UpdateEntityRequest) GetEntityName

func (m *UpdateEntityRequest) GetEntityName() string

func (*UpdateEntityRequest) GetProjectId

func (m *UpdateEntityRequest) GetProjectId() string

func (*UpdateEntityRequest) GetUserId

func (m *UpdateEntityRequest) GetUserId() string

func (*UpdateEntityRequest) ProtoMessage

func (*UpdateEntityRequest) ProtoMessage()

func (*UpdateEntityRequest) Reset

func (m *UpdateEntityRequest) Reset()

func (*UpdateEntityRequest) String

func (m *UpdateEntityRequest) String() string

func (*UpdateEntityRequest) XXX_DiscardUnknown

func (m *UpdateEntityRequest) XXX_DiscardUnknown()

func (*UpdateEntityRequest) XXX_Marshal

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

func (*UpdateEntityRequest) XXX_Merge

func (dst *UpdateEntityRequest) XXX_Merge(src proto.Message)

func (*UpdateEntityRequest) XXX_Size

func (m *UpdateEntityRequest) XXX_Size() int

func (*UpdateEntityRequest) XXX_Unmarshal

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

type UpdateEntityResponse

type UpdateEntityResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateEntityResponse) Descriptor

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

func (*UpdateEntityResponse) ProtoMessage

func (*UpdateEntityResponse) ProtoMessage()

func (*UpdateEntityResponse) Reset

func (m *UpdateEntityResponse) Reset()

func (*UpdateEntityResponse) String

func (m *UpdateEntityResponse) String() string

func (*UpdateEntityResponse) XXX_DiscardUnknown

func (m *UpdateEntityResponse) XXX_DiscardUnknown()

func (*UpdateEntityResponse) XXX_Marshal

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

func (*UpdateEntityResponse) XXX_Merge

func (dst *UpdateEntityResponse) XXX_Merge(src proto.Message)

func (*UpdateEntityResponse) XXX_Size

func (m *UpdateEntityResponse) XXX_Size() int

func (*UpdateEntityResponse) XXX_Unmarshal

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

type UpdatePolyGeofenceRequest

type UpdatePolyGeofenceRequest struct {
	UserId               string        `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty" bson:"user_id,omitempty"`
	ProjectId            string        `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	Fence                *PolyGeofence `protobuf:"bytes,3,opt,name=fence,proto3" json:"fence,omitempty" bson:"fence,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UpdatePolyGeofenceRequest) Descriptor

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

func (*UpdatePolyGeofenceRequest) GetFence

func (m *UpdatePolyGeofenceRequest) GetFence() *PolyGeofence

func (*UpdatePolyGeofenceRequest) GetProjectId

func (m *UpdatePolyGeofenceRequest) GetProjectId() string

func (*UpdatePolyGeofenceRequest) GetUserId

func (m *UpdatePolyGeofenceRequest) GetUserId() string

func (*UpdatePolyGeofenceRequest) ProtoMessage

func (*UpdatePolyGeofenceRequest) ProtoMessage()

func (*UpdatePolyGeofenceRequest) Reset

func (m *UpdatePolyGeofenceRequest) Reset()

func (*UpdatePolyGeofenceRequest) String

func (m *UpdatePolyGeofenceRequest) String() string

func (*UpdatePolyGeofenceRequest) XXX_DiscardUnknown

func (m *UpdatePolyGeofenceRequest) XXX_DiscardUnknown()

func (*UpdatePolyGeofenceRequest) XXX_Marshal

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

func (*UpdatePolyGeofenceRequest) XXX_Merge

func (dst *UpdatePolyGeofenceRequest) XXX_Merge(src proto.Message)

func (*UpdatePolyGeofenceRequest) XXX_Size

func (m *UpdatePolyGeofenceRequest) XXX_Size() int

func (*UpdatePolyGeofenceRequest) XXX_Unmarshal

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

type UpdatePolyGeofenceResponse

type UpdatePolyGeofenceResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdatePolyGeofenceResponse) Descriptor

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

func (*UpdatePolyGeofenceResponse) ProtoMessage

func (*UpdatePolyGeofenceResponse) ProtoMessage()

func (*UpdatePolyGeofenceResponse) Reset

func (m *UpdatePolyGeofenceResponse) Reset()

func (*UpdatePolyGeofenceResponse) String

func (m *UpdatePolyGeofenceResponse) String() string

func (*UpdatePolyGeofenceResponse) XXX_DiscardUnknown

func (m *UpdatePolyGeofenceResponse) XXX_DiscardUnknown()

func (*UpdatePolyGeofenceResponse) XXX_Marshal

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

func (*UpdatePolyGeofenceResponse) XXX_Merge

func (dst *UpdatePolyGeofenceResponse) XXX_Merge(src proto.Message)

func (*UpdatePolyGeofenceResponse) XXX_Size

func (m *UpdatePolyGeofenceResponse) XXX_Size() int

func (*UpdatePolyGeofenceResponse) XXX_Unmarshal

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

type UpdateProjectRequest

type UpdateProjectRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateProjectRequest) Descriptor

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

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) Reset

func (m *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (m *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) XXX_DiscardUnknown

func (m *UpdateProjectRequest) XXX_DiscardUnknown()

func (*UpdateProjectRequest) XXX_Marshal

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

func (*UpdateProjectRequest) XXX_Merge

func (dst *UpdateProjectRequest) XXX_Merge(src proto.Message)

func (*UpdateProjectRequest) XXX_Size

func (m *UpdateProjectRequest) XXX_Size() int

func (*UpdateProjectRequest) XXX_Unmarshal

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

type UpdateProjectResponse

type UpdateProjectResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateProjectResponse) Descriptor

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

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) Reset

func (m *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (m *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) XXX_DiscardUnknown

func (m *UpdateProjectResponse) XXX_DiscardUnknown()

func (*UpdateProjectResponse) XXX_Marshal

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

func (*UpdateProjectResponse) XXX_Merge

func (dst *UpdateProjectResponse) XXX_Merge(src proto.Message)

func (*UpdateProjectResponse) XXX_Size

func (m *UpdateProjectResponse) XXX_Size() int

func (*UpdateProjectResponse) XXX_Unmarshal

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

type UpdateVariableRequest

type UpdateVariableRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateVariableRequest) Descriptor

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

func (*UpdateVariableRequest) ProtoMessage

func (*UpdateVariableRequest) ProtoMessage()

func (*UpdateVariableRequest) Reset

func (m *UpdateVariableRequest) Reset()

func (*UpdateVariableRequest) String

func (m *UpdateVariableRequest) String() string

func (*UpdateVariableRequest) XXX_DiscardUnknown

func (m *UpdateVariableRequest) XXX_DiscardUnknown()

func (*UpdateVariableRequest) XXX_Marshal

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

func (*UpdateVariableRequest) XXX_Merge

func (dst *UpdateVariableRequest) XXX_Merge(src proto.Message)

func (*UpdateVariableRequest) XXX_Size

func (m *UpdateVariableRequest) XXX_Size() int

func (*UpdateVariableRequest) XXX_Unmarshal

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

type UpdateVariableResponse

type UpdateVariableResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateVariableResponse) Descriptor

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

func (*UpdateVariableResponse) ProtoMessage

func (*UpdateVariableResponse) ProtoMessage()

func (*UpdateVariableResponse) Reset

func (m *UpdateVariableResponse) Reset()

func (*UpdateVariableResponse) String

func (m *UpdateVariableResponse) String() string

func (*UpdateVariableResponse) XXX_DiscardUnknown

func (m *UpdateVariableResponse) XXX_DiscardUnknown()

func (*UpdateVariableResponse) XXX_Marshal

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

func (*UpdateVariableResponse) XXX_Merge

func (dst *UpdateVariableResponse) XXX_Merge(src proto.Message)

func (*UpdateVariableResponse) XXX_Size

func (m *UpdateVariableResponse) XXX_Size() int

func (*UpdateVariableResponse) XXX_Unmarshal

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

type UpdateViewRequest

type UpdateViewRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateViewRequest) Descriptor

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

func (*UpdateViewRequest) ProtoMessage

func (*UpdateViewRequest) ProtoMessage()

func (*UpdateViewRequest) Reset

func (m *UpdateViewRequest) Reset()

func (*UpdateViewRequest) String

func (m *UpdateViewRequest) String() string

func (*UpdateViewRequest) XXX_DiscardUnknown

func (m *UpdateViewRequest) XXX_DiscardUnknown()

func (*UpdateViewRequest) XXX_Marshal

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

func (*UpdateViewRequest) XXX_Merge

func (dst *UpdateViewRequest) XXX_Merge(src proto.Message)

func (*UpdateViewRequest) XXX_Size

func (m *UpdateViewRequest) XXX_Size() int

func (*UpdateViewRequest) XXX_Unmarshal

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

type UpdateViewResponse

type UpdateViewResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateViewResponse) Descriptor

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

func (*UpdateViewResponse) ProtoMessage

func (*UpdateViewResponse) ProtoMessage()

func (*UpdateViewResponse) Reset

func (m *UpdateViewResponse) Reset()

func (*UpdateViewResponse) String

func (m *UpdateViewResponse) String() string

func (*UpdateViewResponse) XXX_DiscardUnknown

func (m *UpdateViewResponse) XXX_DiscardUnknown()

func (*UpdateViewResponse) XXX_Marshal

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

func (*UpdateViewResponse) XXX_Merge

func (dst *UpdateViewResponse) XXX_Merge(src proto.Message)

func (*UpdateViewResponse) XXX_Size

func (m *UpdateViewResponse) XXX_Size() int

func (*UpdateViewResponse) XXX_Unmarshal

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

type Variable

type Variable struct {
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" bson:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	Type                 string   `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty" bson:"type,omitempty"`
	Description          string   `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty" bson:"description,omitempty"`
	Val                  *any.Any `protobuf:"bytes,5,opt,name=val,proto3" json:"val,omitempty" bson:"val,omitempty"`
	BindedDeviceId       string   `` /* 139-byte string literal not displayed */
	BindedEndpoint       string   `` /* 136-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Variable) Descriptor

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

func (*Variable) GetBindedDeviceId

func (m *Variable) GetBindedDeviceId() string

func (*Variable) GetBindedEndpoint

func (m *Variable) GetBindedEndpoint() string

func (*Variable) GetDescription

func (m *Variable) GetDescription() string

func (*Variable) GetId

func (m *Variable) GetId() string

func (*Variable) GetName

func (m *Variable) GetName() string

func (*Variable) GetType

func (m *Variable) GetType() string

func (*Variable) GetVal

func (m *Variable) GetVal() *any.Any

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) Reset

func (m *Variable) Reset()

func (*Variable) String

func (m *Variable) String() string

func (*Variable) XXX_DiscardUnknown

func (m *Variable) XXX_DiscardUnknown()

func (*Variable) XXX_Marshal

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

func (*Variable) XXX_Merge

func (dst *Variable) XXX_Merge(src proto.Message)

func (*Variable) XXX_Size

func (m *Variable) XXX_Size() int

func (*Variable) XXX_Unmarshal

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

type Vertexe

type Vertexe struct {
	Longitude            float64  `protobuf:"fixed64,1,opt,name=longitude,proto3" json:"longitude,omitempty" bson:"longitude,omitempty"`
	Latitude             float64  `protobuf:"fixed64,2,opt,name=latitude,proto3" json:"latitude,omitempty" bson:"latitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Vertexe) Descriptor

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

func (*Vertexe) GetLatitude

func (m *Vertexe) GetLatitude() float64

func (*Vertexe) GetLongitude

func (m *Vertexe) GetLongitude() float64

func (*Vertexe) ProtoMessage

func (*Vertexe) ProtoMessage()

func (*Vertexe) Reset

func (m *Vertexe) Reset()

func (*Vertexe) String

func (m *Vertexe) String() string

func (*Vertexe) XXX_DiscardUnknown

func (m *Vertexe) XXX_DiscardUnknown()

func (*Vertexe) XXX_Marshal

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

func (*Vertexe) XXX_Merge

func (dst *Vertexe) XXX_Merge(src proto.Message)

func (*Vertexe) XXX_Size

func (m *Vertexe) XXX_Size() int

func (*Vertexe) XXX_Unmarshal

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

type View

type View struct {
	Id                   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty" bson:"id,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" bson:"name,omitempty"`
	ProjectId            string               `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty" bson:"project_id,omitempty"`
	CreatedAt            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty" bson:"created_at,omitempty"`
	LastUpdatedAt        *timestamp.Timestamp `` /* 135-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*View) Descriptor

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

func (*View) GetCreatedAt

func (m *View) GetCreatedAt() *timestamp.Timestamp

func (*View) GetId

func (m *View) GetId() string

func (*View) GetLastUpdatedAt

func (m *View) GetLastUpdatedAt() *timestamp.Timestamp

func (*View) GetName

func (m *View) GetName() string

func (*View) GetProjectId

func (m *View) GetProjectId() string

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) Reset

func (m *View) Reset()

func (*View) String

func (m *View) String() string

func (*View) XXX_DiscardUnknown

func (m *View) XXX_DiscardUnknown()

func (*View) XXX_Marshal

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

func (*View) XXX_Merge

func (dst *View) XXX_Merge(src proto.Message)

func (*View) XXX_Size

func (m *View) XXX_Size() int

func (*View) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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