api

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var InfluxDBPrecision_name = map[int32]string{
	0: "NS",
	1: "U",
	2: "MS",
	3: "S",
	4: "M",
	5: "H",
}
View Source
var InfluxDBPrecision_value = map[string]int32{
	"NS": 0,
	"U":  1,
	"MS": 2,
	"S":  3,
	"M":  4,
	"H":  5,
}
View Source
var IntegrationKind_name = map[int32]string{
	0: "HTTP",
	1: "INFLUXDB",
}
View Source
var IntegrationKind_value = map[string]int32{
	"HTTP":     0,
	"INFLUXDB": 1,
}
View Source
var Modulation_name = map[int32]string{
	0: "LORA",
	1: "FSK",
}
View Source
var Modulation_value = map[string]int32{
	"LORA": 0,
	"FSK":  1,
}
View Source
var RXWindow_name = map[int32]string{
	0: "RX1",
	1: "RX2",
}
View Source
var RXWindow_value = map[string]int32{
	"RX1": 0,
	"RX2": 1,
}
View Source
var RatePolicy_name = map[int32]string{
	0: "DROP",
	1: "MARK",
}
View Source
var RatePolicy_value = map[string]int32{
	"DROP": 0,
	"MARK": 1,
}

Functions

func RegisterApplicationHandler

func RegisterApplicationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterApplicationHandler registers the http handlers for service Application to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterApplicationHandlerClient

func RegisterApplicationHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationClient) error

RegisterApplicationHandler registers the http handlers for service Application to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ApplicationClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ApplicationClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ApplicationClient" to call the correct interceptors.

func RegisterApplicationHandlerFromEndpoint

func RegisterApplicationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterApplicationHandlerFromEndpoint is same as RegisterApplicationHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterApplicationServer

func RegisterApplicationServer(s *grpc.Server, srv ApplicationServer)

func RegisterDeviceHandler

func RegisterDeviceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDeviceHandler registers the http handlers for service Device to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDeviceHandlerClient

func RegisterDeviceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeviceClient) error

RegisterDeviceHandler registers the http handlers for service Device to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DeviceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DeviceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DeviceClient" to call the correct interceptors.

func RegisterDeviceHandlerFromEndpoint

func RegisterDeviceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDeviceHandlerFromEndpoint is same as RegisterDeviceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDeviceProfileServiceHandler

func RegisterDeviceProfileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDeviceProfileServiceHandler registers the http handlers for service DeviceProfileService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDeviceProfileServiceHandlerClient

func RegisterDeviceProfileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeviceProfileServiceClient) error

RegisterDeviceProfileServiceHandler registers the http handlers for service DeviceProfileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DeviceProfileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DeviceProfileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DeviceProfileServiceClient" to call the correct interceptors.

func RegisterDeviceProfileServiceHandlerFromEndpoint

func RegisterDeviceProfileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDeviceProfileServiceHandlerFromEndpoint is same as RegisterDeviceProfileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDeviceProfileServiceServer

func RegisterDeviceProfileServiceServer(s *grpc.Server, srv DeviceProfileServiceServer)

func RegisterDeviceQueueHandler

func RegisterDeviceQueueHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterDeviceQueueHandler registers the http handlers for service DeviceQueue to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterDeviceQueueHandlerClient

func RegisterDeviceQueueHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeviceQueueClient) error

RegisterDeviceQueueHandler registers the http handlers for service DeviceQueue to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DeviceQueueClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DeviceQueueClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DeviceQueueClient" to call the correct interceptors.

func RegisterDeviceQueueHandlerFromEndpoint

func RegisterDeviceQueueHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterDeviceQueueHandlerFromEndpoint is same as RegisterDeviceQueueHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterDeviceQueueServer

func RegisterDeviceQueueServer(s *grpc.Server, srv DeviceQueueServer)

func RegisterDeviceServer

func RegisterDeviceServer(s *grpc.Server, srv DeviceServer)

func RegisterGatewayHandler

func RegisterGatewayHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterGatewayHandler registers the http handlers for service Gateway to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterGatewayHandlerClient

func RegisterGatewayHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GatewayClient) error

RegisterGatewayHandler registers the http handlers for service Gateway to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "GatewayClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "GatewayClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "GatewayClient" to call the correct interceptors.

func RegisterGatewayHandlerFromEndpoint

func RegisterGatewayHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterGatewayHandlerFromEndpoint is same as RegisterGatewayHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterGatewayProfileServiceHandler

func RegisterGatewayProfileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterGatewayProfileServiceHandler registers the http handlers for service GatewayProfileService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterGatewayProfileServiceHandlerClient

func RegisterGatewayProfileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GatewayProfileServiceClient) error

RegisterGatewayProfileServiceHandler registers the http handlers for service GatewayProfileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "GatewayProfileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "GatewayProfileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "GatewayProfileServiceClient" to call the correct interceptors.

func RegisterGatewayProfileServiceHandlerFromEndpoint

func RegisterGatewayProfileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterGatewayProfileServiceHandlerFromEndpoint is same as RegisterGatewayProfileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterGatewayProfileServiceServer

func RegisterGatewayProfileServiceServer(s *grpc.Server, srv GatewayProfileServiceServer)

func RegisterGatewayServer

func RegisterGatewayServer(s *grpc.Server, srv GatewayServer)

func RegisterInternalHandler

func RegisterInternalHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterInternalHandler registers the http handlers for service Internal to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterInternalHandlerClient

func RegisterInternalHandlerClient(ctx context.Context, mux *runtime.ServeMux, client InternalClient) error

RegisterInternalHandler registers the http handlers for service Internal to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "InternalClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "InternalClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "InternalClient" to call the correct interceptors.

func RegisterInternalHandlerFromEndpoint

func RegisterInternalHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterInternalHandlerFromEndpoint is same as RegisterInternalHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterInternalServer

func RegisterInternalServer(s *grpc.Server, srv InternalServer)

func RegisterNetworkServerHandler

func RegisterNetworkServerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNetworkServerHandler registers the http handlers for service NetworkServer to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNetworkServerHandlerClient

func RegisterNetworkServerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NetworkServerClient) error

RegisterNetworkServerHandler registers the http handlers for service NetworkServer to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NetworkServerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NetworkServerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NetworkServerClient" to call the correct interceptors.

func RegisterNetworkServerHandlerFromEndpoint

func RegisterNetworkServerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNetworkServerHandlerFromEndpoint is same as RegisterNetworkServerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNetworkServerServer

func RegisterNetworkServerServer(s *grpc.Server, srv NetworkServerServer)

func RegisterOrganizationHandler

func RegisterOrganizationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterOrganizationHandler registers the http handlers for service Organization to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterOrganizationHandlerClient

func RegisterOrganizationHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrganizationClient) error

RegisterOrganizationHandler registers the http handlers for service Organization to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "OrganizationClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "OrganizationClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "OrganizationClient" to call the correct interceptors.

func RegisterOrganizationHandlerFromEndpoint

func RegisterOrganizationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterOrganizationHandlerFromEndpoint is same as RegisterOrganizationHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterOrganizationServer

func RegisterOrganizationServer(s *grpc.Server, srv OrganizationServer)

func RegisterServiceProfileServiceHandler

func RegisterServiceProfileServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterServiceProfileServiceHandler registers the http handlers for service ServiceProfileService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterServiceProfileServiceHandlerClient

func RegisterServiceProfileServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceProfileServiceClient) error

RegisterServiceProfileServiceHandler registers the http handlers for service ServiceProfileService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ServiceProfileServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ServiceProfileServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ServiceProfileServiceClient" to call the correct interceptors.

func RegisterServiceProfileServiceHandlerFromEndpoint

func RegisterServiceProfileServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterServiceProfileServiceHandlerFromEndpoint is same as RegisterServiceProfileServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterServiceProfileServiceServer

func RegisterServiceProfileServiceServer(s *grpc.Server, srv ServiceProfileServiceServer)

func RegisterUserHandler

func RegisterUserHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterUserHandler registers the http handlers for service User to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterUserHandlerClient

func RegisterUserHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserClient) error

RegisterUserHandler registers the http handlers for service User to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "UserClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "UserClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "UserClient" to call the correct interceptors.

func RegisterUserHandlerFromEndpoint

func RegisterUserHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterUserHandlerFromEndpoint is same as RegisterUserHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterUserServer

func RegisterUserServer(s *grpc.Server, srv UserServer)

Types

type ActivateDeviceRequest

type ActivateDeviceRequest struct {
	// Hex encoded DevEUI of the device to activate.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Hex encoded DevAddr.
	DevAddr string `protobuf:"bytes,2,opt,name=devAddr" json:"devAddr,omitempty"`
	// Hex encoded AppSKey.
	AppSKey string `protobuf:"bytes,3,opt,name=appSKey" json:"appSKey,omitempty"`
	// Hex encoded NwkSKey.
	NwkSKey string `protobuf:"bytes,4,opt,name=nwkSKey" json:"nwkSKey,omitempty"`
	// Uplink frame-counter.
	FCntUp uint32 `protobuf:"varint,5,opt,name=fCntUp" json:"fCntUp,omitempty"`
	// Downlink frame-counter.
	FCntDown uint32 `protobuf:"varint,6,opt,name=fCntDown" json:"fCntDown,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	// Deprecated! Use the skipFCntCheck flag on the device object itself.
	SkipFCntCheck        bool     `protobuf:"varint,7,opt,name=skipFCntCheck" json:"skipFCntCheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActivateDeviceRequest) Descriptor

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

func (*ActivateDeviceRequest) GetAppSKey

func (m *ActivateDeviceRequest) GetAppSKey() string

func (*ActivateDeviceRequest) GetDevAddr

func (m *ActivateDeviceRequest) GetDevAddr() string

func (*ActivateDeviceRequest) GetDevEUI

func (m *ActivateDeviceRequest) GetDevEUI() string

func (*ActivateDeviceRequest) GetFCntDown

func (m *ActivateDeviceRequest) GetFCntDown() uint32

func (*ActivateDeviceRequest) GetFCntUp

func (m *ActivateDeviceRequest) GetFCntUp() uint32

func (*ActivateDeviceRequest) GetNwkSKey

func (m *ActivateDeviceRequest) GetNwkSKey() string

func (*ActivateDeviceRequest) GetSkipFCntCheck

func (m *ActivateDeviceRequest) GetSkipFCntCheck() bool

func (*ActivateDeviceRequest) ProtoMessage

func (*ActivateDeviceRequest) ProtoMessage()

func (*ActivateDeviceRequest) Reset

func (m *ActivateDeviceRequest) Reset()

func (*ActivateDeviceRequest) String

func (m *ActivateDeviceRequest) String() string

func (*ActivateDeviceRequest) XXX_DiscardUnknown

func (m *ActivateDeviceRequest) XXX_DiscardUnknown()

func (*ActivateDeviceRequest) XXX_Marshal

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

func (*ActivateDeviceRequest) XXX_Merge

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

func (*ActivateDeviceRequest) XXX_Size

func (m *ActivateDeviceRequest) XXX_Size() int

func (*ActivateDeviceRequest) XXX_Unmarshal

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

type ActivateDeviceResponse

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

func (*ActivateDeviceResponse) Descriptor

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

func (*ActivateDeviceResponse) ProtoMessage

func (*ActivateDeviceResponse) ProtoMessage()

func (*ActivateDeviceResponse) Reset

func (m *ActivateDeviceResponse) Reset()

func (*ActivateDeviceResponse) String

func (m *ActivateDeviceResponse) String() string

func (*ActivateDeviceResponse) XXX_DiscardUnknown

func (m *ActivateDeviceResponse) XXX_DiscardUnknown()

func (*ActivateDeviceResponse) XXX_Marshal

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

func (*ActivateDeviceResponse) XXX_Merge

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

func (*ActivateDeviceResponse) XXX_Size

func (m *ActivateDeviceResponse) XXX_Size() int

func (*ActivateDeviceResponse) XXX_Unmarshal

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

type AddUserOrganization

type AddUserOrganization struct {
	// ID of the organization.
	OrganizationID int64 `protobuf:"varint,1,opt,name=organizationID" json:"organizationID,omitempty"`
	// User has admin rights within the organization.
	IsAdmin              bool     `protobuf:"varint,2,opt,name=isAdmin" json:"isAdmin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddUserOrganization) Descriptor

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

func (*AddUserOrganization) GetIsAdmin

func (m *AddUserOrganization) GetIsAdmin() bool

func (*AddUserOrganization) GetOrganizationID

func (m *AddUserOrganization) GetOrganizationID() int64

func (*AddUserOrganization) ProtoMessage

func (*AddUserOrganization) ProtoMessage()

func (*AddUserOrganization) Reset

func (m *AddUserOrganization) Reset()

func (*AddUserOrganization) String

func (m *AddUserOrganization) String() string

func (*AddUserOrganization) XXX_DiscardUnknown

func (m *AddUserOrganization) XXX_DiscardUnknown()

func (*AddUserOrganization) XXX_Marshal

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

func (*AddUserOrganization) XXX_Merge

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

func (*AddUserOrganization) XXX_Size

func (m *AddUserOrganization) XXX_Size() int

func (*AddUserOrganization) XXX_Unmarshal

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

type AddUserRequest

type AddUserRequest struct {
	// Username of the user.
	Username string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	// Passowrd of the user.
	Password string `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	// The session timeout, in minutes.
	SessionTTL int32 `protobuf:"varint,3,opt,name=sessionTTL" json:"sessionTTL,omitempty"`
	// If the user is a system-wide admin.
	IsAdmin bool `protobuf:"varint,4,opt,name=isAdmin" json:"isAdmin,omitempty"`
	// If the user is active.
	IsActive bool `protobuf:"varint,5,opt,name=isActive" json:"isActive,omitempty"`
	// Add the user to the following organizations.
	Organizations []*AddUserOrganization `protobuf:"bytes,6,rep,name=organizations" json:"organizations,omitempty"`
	// E-mail of the user.
	Email string `protobuf:"bytes,7,opt,name=email" json:"email,omitempty"`
	// Optional note to store with the user.
	Note                 string   `protobuf:"bytes,8,opt,name=note" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Add a new user. Not quite the UserSettings data as it includes a password and excludes the ID and create/update dates.

func (*AddUserRequest) Descriptor

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

func (*AddUserRequest) GetEmail

func (m *AddUserRequest) GetEmail() string

func (*AddUserRequest) GetIsActive

func (m *AddUserRequest) GetIsActive() bool

func (*AddUserRequest) GetIsAdmin

func (m *AddUserRequest) GetIsAdmin() bool

func (*AddUserRequest) GetNote

func (m *AddUserRequest) GetNote() string

func (*AddUserRequest) GetOrganizations

func (m *AddUserRequest) GetOrganizations() []*AddUserOrganization

func (*AddUserRequest) GetPassword

func (m *AddUserRequest) GetPassword() string

func (*AddUserRequest) GetSessionTTL

func (m *AddUserRequest) GetSessionTTL() int32

func (*AddUserRequest) GetUsername

func (m *AddUserRequest) GetUsername() string

func (*AddUserRequest) ProtoMessage

func (*AddUserRequest) ProtoMessage()

func (*AddUserRequest) Reset

func (m *AddUserRequest) Reset()

func (*AddUserRequest) String

func (m *AddUserRequest) String() string

func (*AddUserRequest) XXX_DiscardUnknown

func (m *AddUserRequest) XXX_DiscardUnknown()

func (*AddUserRequest) XXX_Marshal

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

func (*AddUserRequest) XXX_Merge

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

func (*AddUserRequest) XXX_Size

func (m *AddUserRequest) XXX_Size() int

func (*AddUserRequest) XXX_Unmarshal

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

type AddUserResponse

type AddUserResponse struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddUserResponse) Descriptor

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

func (*AddUserResponse) GetId

func (m *AddUserResponse) GetId() int64

func (*AddUserResponse) ProtoMessage

func (*AddUserResponse) ProtoMessage()

func (*AddUserResponse) Reset

func (m *AddUserResponse) Reset()

func (*AddUserResponse) String

func (m *AddUserResponse) String() string

func (*AddUserResponse) XXX_DiscardUnknown

func (m *AddUserResponse) XXX_DiscardUnknown()

func (*AddUserResponse) XXX_Marshal

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

func (*AddUserResponse) XXX_Merge

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

func (*AddUserResponse) XXX_Size

func (m *AddUserResponse) XXX_Size() int

func (*AddUserResponse) XXX_Unmarshal

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

type ApplicationClient

type ApplicationClient interface {
	// Create creates the given application.
	Create(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*CreateApplicationResponse, error)
	// Get returns the requested application.
	Get(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*GetApplicationResponse, error)
	// Update updates the given application.
	Update(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*UpdateApplicationResponse, error)
	// Delete deletes the given application.
	Delete(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*DeleteApplicationResponse, error)
	// List lists the available applications.
	List(ctx context.Context, in *ListApplicationRequest, opts ...grpc.CallOption) (*ListApplicationResponse, error)
	// CreateHTTPIntegration creates a HTTP application-integration.
	CreateHTTPIntegration(ctx context.Context, in *HTTPIntegration, opts ...grpc.CallOption) (*EmptyResponse, error)
	// GetHTTPIntegration returns the HTTP application-integration.
	GetHTTPIntegration(ctx context.Context, in *GetHTTPIntegrationRequest, opts ...grpc.CallOption) (*HTTPIntegration, error)
	// UpdateHTTPIntegration updates the HTTP application-integration.
	UpdateHTTPIntegration(ctx context.Context, in *HTTPIntegration, opts ...grpc.CallOption) (*EmptyResponse, error)
	// DeleteIntegration deletes the HTTP application-integration.
	DeleteHTTPIntegration(ctx context.Context, in *DeleteHTTPIntegrationRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	// CreateInfluxDBIntegration create an InfluxDB application-integration.
	CreateInfluxDBIntegration(ctx context.Context, in *CreateInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	// GetInfluxDBIntegration returns the InfluxDB application-integration.
	GetInfluxDBIntegration(ctx context.Context, in *GetInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*GetInfluxDBIntegrationResponse, error)
	// UpdateInfluxDBIntegration updates the InfluxDB application-integration.
	UpdateInfluxDBIntegration(ctx context.Context, in *UpdateInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	// DeleteInfluxDBIntegration deletes the InfluxDB application-integration.
	DeleteInfluxDBIntegration(ctx context.Context, in *DeleteInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*EmptyResponse, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(ctx context.Context, in *ListIntegrationRequest, opts ...grpc.CallOption) (*ListIntegrationResponse, error)
}

ApplicationClient is the client API for Application service.

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

func NewApplicationClient

func NewApplicationClient(cc *grpc.ClientConn) ApplicationClient

type ApplicationListItem

type ApplicationListItem struct {
	// ID of the application.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Name of the application.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// ID of the organization to which the application belongs.
	OrganizationID int64 `protobuf:"varint,14,opt,name=organizationID" json:"organizationID,omitempty"`
	// ID of the service profile.
	ServiceProfileID string `protobuf:"bytes,15,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	// Service-profile name.
	ServiceProfileName   string   `protobuf:"bytes,16,opt,name=serviceProfileName" json:"serviceProfileName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ApplicationListItem) Descriptor

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

func (*ApplicationListItem) GetDescription

func (m *ApplicationListItem) GetDescription() string

func (*ApplicationListItem) GetId

func (m *ApplicationListItem) GetId() int64

func (*ApplicationListItem) GetName

func (m *ApplicationListItem) GetName() string

func (*ApplicationListItem) GetOrganizationID

func (m *ApplicationListItem) GetOrganizationID() int64

func (*ApplicationListItem) GetServiceProfileID

func (m *ApplicationListItem) GetServiceProfileID() string

func (*ApplicationListItem) GetServiceProfileName

func (m *ApplicationListItem) GetServiceProfileName() string

func (*ApplicationListItem) ProtoMessage

func (*ApplicationListItem) ProtoMessage()

func (*ApplicationListItem) Reset

func (m *ApplicationListItem) Reset()

func (*ApplicationListItem) String

func (m *ApplicationListItem) String() string

func (*ApplicationListItem) XXX_DiscardUnknown

func (m *ApplicationListItem) XXX_DiscardUnknown()

func (*ApplicationListItem) XXX_Marshal

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

func (*ApplicationListItem) XXX_Merge

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

func (*ApplicationListItem) XXX_Size

func (m *ApplicationListItem) XXX_Size() int

func (*ApplicationListItem) XXX_Unmarshal

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

type ApplicationServer

type ApplicationServer interface {
	// Create creates the given application.
	Create(context.Context, *CreateApplicationRequest) (*CreateApplicationResponse, error)
	// Get returns the requested application.
	Get(context.Context, *GetApplicationRequest) (*GetApplicationResponse, error)
	// Update updates the given application.
	Update(context.Context, *UpdateApplicationRequest) (*UpdateApplicationResponse, error)
	// Delete deletes the given application.
	Delete(context.Context, *DeleteApplicationRequest) (*DeleteApplicationResponse, error)
	// List lists the available applications.
	List(context.Context, *ListApplicationRequest) (*ListApplicationResponse, error)
	// CreateHTTPIntegration creates a HTTP application-integration.
	CreateHTTPIntegration(context.Context, *HTTPIntegration) (*EmptyResponse, error)
	// GetHTTPIntegration returns the HTTP application-integration.
	GetHTTPIntegration(context.Context, *GetHTTPIntegrationRequest) (*HTTPIntegration, error)
	// UpdateHTTPIntegration updates the HTTP application-integration.
	UpdateHTTPIntegration(context.Context, *HTTPIntegration) (*EmptyResponse, error)
	// DeleteIntegration deletes the HTTP application-integration.
	DeleteHTTPIntegration(context.Context, *DeleteHTTPIntegrationRequest) (*EmptyResponse, error)
	// CreateInfluxDBIntegration create an InfluxDB application-integration.
	CreateInfluxDBIntegration(context.Context, *CreateInfluxDBIntegrationRequest) (*EmptyResponse, error)
	// GetInfluxDBIntegration returns the InfluxDB application-integration.
	GetInfluxDBIntegration(context.Context, *GetInfluxDBIntegrationRequest) (*GetInfluxDBIntegrationResponse, error)
	// UpdateInfluxDBIntegration updates the InfluxDB application-integration.
	UpdateInfluxDBIntegration(context.Context, *UpdateInfluxDBIntegrationRequest) (*EmptyResponse, error)
	// DeleteInfluxDBIntegration deletes the InfluxDB application-integration.
	DeleteInfluxDBIntegration(context.Context, *DeleteInfluxDBIntegrationRequest) (*EmptyResponse, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(context.Context, *ListIntegrationRequest) (*ListIntegrationResponse, error)
}

type BrandingRequest

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

The request for branding

func (*BrandingRequest) Descriptor

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

func (*BrandingRequest) ProtoMessage

func (*BrandingRequest) ProtoMessage()

func (*BrandingRequest) Reset

func (m *BrandingRequest) Reset()

func (*BrandingRequest) String

func (m *BrandingRequest) String() string

func (*BrandingRequest) XXX_DiscardUnknown

func (m *BrandingRequest) XXX_DiscardUnknown()

func (*BrandingRequest) XXX_Marshal

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

func (*BrandingRequest) XXX_Merge

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

func (*BrandingRequest) XXX_Size

func (m *BrandingRequest) XXX_Size() int

func (*BrandingRequest) XXX_Unmarshal

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

type BrandingResponse

type BrandingResponse struct {
	Registration         string   `protobuf:"bytes,2,opt,name=registration" json:"registration,omitempty"`
	Footer               string   `protobuf:"bytes,3,opt,name=footer" json:"footer,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The branding data.

func (*BrandingResponse) Descriptor

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

func (*BrandingResponse) GetFooter

func (m *BrandingResponse) GetFooter() string
func (m *BrandingResponse) GetLogo() string

func (*BrandingResponse) GetRegistration

func (m *BrandingResponse) GetRegistration() string

func (*BrandingResponse) ProtoMessage

func (*BrandingResponse) ProtoMessage()

func (*BrandingResponse) Reset

func (m *BrandingResponse) Reset()

func (*BrandingResponse) String

func (m *BrandingResponse) String() string

func (*BrandingResponse) XXX_DiscardUnknown

func (m *BrandingResponse) XXX_DiscardUnknown()

func (*BrandingResponse) XXX_Marshal

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

func (*BrandingResponse) XXX_Merge

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

func (*BrandingResponse) XXX_Size

func (m *BrandingResponse) XXX_Size() int

func (*BrandingResponse) XXX_Unmarshal

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

type CreateApplicationRequest

type CreateApplicationRequest struct {
	// Name of the application (must be unique).
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	// ID of the organization to which the application belongs.
	OrganizationID int64 `protobuf:"varint,14,opt,name=organizationID" json:"organizationID,omitempty"`
	// ID of the service profile.
	ServiceProfileID string `protobuf:"bytes,15,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	// Payload codec.
	PayloadCodec string `protobuf:"bytes,16,opt,name=payloadCodec" json:"payloadCodec,omitempty"`
	// Payload encoder script.
	PayloadEncoderScript string `protobuf:"bytes,17,opt,name=payloadEncoderScript" json:"payloadEncoderScript,omitempty"`
	// Payload decoder script.
	PayloadDecoderScript string   `protobuf:"bytes,18,opt,name=payloadDecoderScript" json:"payloadDecoderScript,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateApplicationRequest) Descriptor

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

func (*CreateApplicationRequest) GetDescription

func (m *CreateApplicationRequest) GetDescription() string

func (*CreateApplicationRequest) GetName

func (m *CreateApplicationRequest) GetName() string

func (*CreateApplicationRequest) GetOrganizationID

func (m *CreateApplicationRequest) GetOrganizationID() int64

func (*CreateApplicationRequest) GetPayloadCodec

func (m *CreateApplicationRequest) GetPayloadCodec() string

func (*CreateApplicationRequest) GetPayloadDecoderScript

func (m *CreateApplicationRequest) GetPayloadDecoderScript() string

func (*CreateApplicationRequest) GetPayloadEncoderScript

func (m *CreateApplicationRequest) GetPayloadEncoderScript() string

func (*CreateApplicationRequest) GetServiceProfileID

func (m *CreateApplicationRequest) GetServiceProfileID() string

func (*CreateApplicationRequest) ProtoMessage

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) Reset

func (m *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) String

func (m *CreateApplicationRequest) String() string

func (*CreateApplicationRequest) XXX_DiscardUnknown

func (m *CreateApplicationRequest) XXX_DiscardUnknown()

func (*CreateApplicationRequest) XXX_Marshal

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

func (*CreateApplicationRequest) XXX_Merge

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

func (*CreateApplicationRequest) XXX_Size

func (m *CreateApplicationRequest) XXX_Size() int

func (*CreateApplicationRequest) XXX_Unmarshal

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

type CreateApplicationResponse

type CreateApplicationResponse struct {
	// ID of the application that was created.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateApplicationResponse) Descriptor

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

func (*CreateApplicationResponse) GetId

func (m *CreateApplicationResponse) GetId() int64

func (*CreateApplicationResponse) ProtoMessage

func (*CreateApplicationResponse) ProtoMessage()

func (*CreateApplicationResponse) Reset

func (m *CreateApplicationResponse) Reset()

func (*CreateApplicationResponse) String

func (m *CreateApplicationResponse) String() string

func (*CreateApplicationResponse) XXX_DiscardUnknown

func (m *CreateApplicationResponse) XXX_DiscardUnknown()

func (*CreateApplicationResponse) XXX_Marshal

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

func (*CreateApplicationResponse) XXX_Merge

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

func (*CreateApplicationResponse) XXX_Size

func (m *CreateApplicationResponse) XXX_Size() int

func (*CreateApplicationResponse) XXX_Unmarshal

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

type CreateDeviceKeysRequest

type CreateDeviceKeysRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string      `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	DeviceKeys           *DeviceKeys `protobuf:"bytes,2,opt,name=deviceKeys" json:"deviceKeys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateDeviceKeysRequest) Descriptor

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

func (*CreateDeviceKeysRequest) GetDevEUI

func (m *CreateDeviceKeysRequest) GetDevEUI() string

func (*CreateDeviceKeysRequest) GetDeviceKeys

func (m *CreateDeviceKeysRequest) GetDeviceKeys() *DeviceKeys

func (*CreateDeviceKeysRequest) ProtoMessage

func (*CreateDeviceKeysRequest) ProtoMessage()

func (*CreateDeviceKeysRequest) Reset

func (m *CreateDeviceKeysRequest) Reset()

func (*CreateDeviceKeysRequest) String

func (m *CreateDeviceKeysRequest) String() string

func (*CreateDeviceKeysRequest) XXX_DiscardUnknown

func (m *CreateDeviceKeysRequest) XXX_DiscardUnknown()

func (*CreateDeviceKeysRequest) XXX_Marshal

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

func (*CreateDeviceKeysRequest) XXX_Merge

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

func (*CreateDeviceKeysRequest) XXX_Size

func (m *CreateDeviceKeysRequest) XXX_Size() int

func (*CreateDeviceKeysRequest) XXX_Unmarshal

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

type CreateDeviceKeysResponse

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

func (*CreateDeviceKeysResponse) Descriptor

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

func (*CreateDeviceKeysResponse) ProtoMessage

func (*CreateDeviceKeysResponse) ProtoMessage()

func (*CreateDeviceKeysResponse) Reset

func (m *CreateDeviceKeysResponse) Reset()

func (*CreateDeviceKeysResponse) String

func (m *CreateDeviceKeysResponse) String() string

func (*CreateDeviceKeysResponse) XXX_DiscardUnknown

func (m *CreateDeviceKeysResponse) XXX_DiscardUnknown()

func (*CreateDeviceKeysResponse) XXX_Marshal

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

func (*CreateDeviceKeysResponse) XXX_Merge

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

func (*CreateDeviceKeysResponse) XXX_Size

func (m *CreateDeviceKeysResponse) XXX_Size() int

func (*CreateDeviceKeysResponse) XXX_Unmarshal

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

type CreateDeviceProfileRequest

type CreateDeviceProfileRequest struct {
	DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=deviceProfile" json:"deviceProfile,omitempty"`
	// Name of the device-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the device-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the device-profile.
	NetworkServerID      int64    `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceProfileRequest) Descriptor

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

func (*CreateDeviceProfileRequest) GetDeviceProfile

func (m *CreateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile

func (*CreateDeviceProfileRequest) GetName

func (m *CreateDeviceProfileRequest) GetName() string

func (*CreateDeviceProfileRequest) GetNetworkServerID

func (m *CreateDeviceProfileRequest) GetNetworkServerID() int64

func (*CreateDeviceProfileRequest) GetOrganizationID

func (m *CreateDeviceProfileRequest) GetOrganizationID() int64

func (*CreateDeviceProfileRequest) ProtoMessage

func (*CreateDeviceProfileRequest) ProtoMessage()

func (*CreateDeviceProfileRequest) Reset

func (m *CreateDeviceProfileRequest) Reset()

func (*CreateDeviceProfileRequest) String

func (m *CreateDeviceProfileRequest) String() string

func (*CreateDeviceProfileRequest) XXX_DiscardUnknown

func (m *CreateDeviceProfileRequest) XXX_DiscardUnknown()

func (*CreateDeviceProfileRequest) XXX_Marshal

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

func (*CreateDeviceProfileRequest) XXX_Merge

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

func (*CreateDeviceProfileRequest) XXX_Size

func (m *CreateDeviceProfileRequest) XXX_Size() int

func (*CreateDeviceProfileRequest) XXX_Unmarshal

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

type CreateDeviceProfileResponse

type CreateDeviceProfileResponse struct {
	// ID of the device-profile.
	DeviceProfileID      string   `protobuf:"bytes,1,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceProfileResponse) Descriptor

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

func (*CreateDeviceProfileResponse) GetDeviceProfileID

func (m *CreateDeviceProfileResponse) GetDeviceProfileID() string

func (*CreateDeviceProfileResponse) ProtoMessage

func (*CreateDeviceProfileResponse) ProtoMessage()

func (*CreateDeviceProfileResponse) Reset

func (m *CreateDeviceProfileResponse) Reset()

func (*CreateDeviceProfileResponse) String

func (m *CreateDeviceProfileResponse) String() string

func (*CreateDeviceProfileResponse) XXX_DiscardUnknown

func (m *CreateDeviceProfileResponse) XXX_DiscardUnknown()

func (*CreateDeviceProfileResponse) XXX_Marshal

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

func (*CreateDeviceProfileResponse) XXX_Merge

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

func (*CreateDeviceProfileResponse) XXX_Size

func (m *CreateDeviceProfileResponse) XXX_Size() int

func (*CreateDeviceProfileResponse) XXX_Unmarshal

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

type CreateDeviceRequest

type CreateDeviceRequest struct {
	// Hex encoded DevEUI.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Name of the device (if left blank, it will be set to the DevEUI).
	Name string `protobuf:"bytes,9,opt,name=name" json:"name,omitempty"`
	// ID of the application to which the device must be added.
	ApplicationID int64 `protobuf:"varint,13,opt,name=applicationID" json:"applicationID,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,14,opt,name=description" json:"description,omitempty"`
	// DeviceProfileID attached to the device.
	DeviceProfileID string `protobuf:"bytes,18,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	SkipFCntCheck        bool     `protobuf:"varint,19,opt,name=skipFCntCheck" json:"skipFCntCheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceRequest) Descriptor

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

func (*CreateDeviceRequest) GetApplicationID

func (m *CreateDeviceRequest) GetApplicationID() int64

func (*CreateDeviceRequest) GetDescription

func (m *CreateDeviceRequest) GetDescription() string

func (*CreateDeviceRequest) GetDevEUI

func (m *CreateDeviceRequest) GetDevEUI() string

func (*CreateDeviceRequest) GetDeviceProfileID

func (m *CreateDeviceRequest) GetDeviceProfileID() string

func (*CreateDeviceRequest) GetName

func (m *CreateDeviceRequest) GetName() string

func (*CreateDeviceRequest) GetSkipFCntCheck

func (m *CreateDeviceRequest) GetSkipFCntCheck() bool

func (*CreateDeviceRequest) ProtoMessage

func (*CreateDeviceRequest) ProtoMessage()

func (*CreateDeviceRequest) Reset

func (m *CreateDeviceRequest) Reset()

func (*CreateDeviceRequest) String

func (m *CreateDeviceRequest) String() string

func (*CreateDeviceRequest) XXX_DiscardUnknown

func (m *CreateDeviceRequest) XXX_DiscardUnknown()

func (*CreateDeviceRequest) XXX_Marshal

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

func (*CreateDeviceRequest) XXX_Merge

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

func (*CreateDeviceRequest) XXX_Size

func (m *CreateDeviceRequest) XXX_Size() int

func (*CreateDeviceRequest) XXX_Unmarshal

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

type CreateDeviceResponse

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

func (*CreateDeviceResponse) Descriptor

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

func (*CreateDeviceResponse) ProtoMessage

func (*CreateDeviceResponse) ProtoMessage()

func (*CreateDeviceResponse) Reset

func (m *CreateDeviceResponse) Reset()

func (*CreateDeviceResponse) String

func (m *CreateDeviceResponse) String() string

func (*CreateDeviceResponse) XXX_DiscardUnknown

func (m *CreateDeviceResponse) XXX_DiscardUnknown()

func (*CreateDeviceResponse) XXX_Marshal

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

func (*CreateDeviceResponse) XXX_Merge

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

func (*CreateDeviceResponse) XXX_Size

func (m *CreateDeviceResponse) XXX_Size() int

func (*CreateDeviceResponse) XXX_Unmarshal

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

type CreateGatewayProfileRequest

type CreateGatewayProfileRequest struct {
	GatewayProfile *GatewayProfile `protobuf:"bytes,1,opt,name=gatewayProfile" json:"gatewayProfile,omitempty"`
	// Name of the gateway-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Network-server ID of the gateway-profile.
	NetworkServerID      int64    `protobuf:"varint,3,opt,name=networkServerID" json:"networkServerID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateGatewayProfileRequest) Descriptor

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

func (*CreateGatewayProfileRequest) GetGatewayProfile

func (m *CreateGatewayProfileRequest) GetGatewayProfile() *GatewayProfile

func (*CreateGatewayProfileRequest) GetName

func (m *CreateGatewayProfileRequest) GetName() string

func (*CreateGatewayProfileRequest) GetNetworkServerID

func (m *CreateGatewayProfileRequest) GetNetworkServerID() int64

func (*CreateGatewayProfileRequest) ProtoMessage

func (*CreateGatewayProfileRequest) ProtoMessage()

func (*CreateGatewayProfileRequest) Reset

func (m *CreateGatewayProfileRequest) Reset()

func (*CreateGatewayProfileRequest) String

func (m *CreateGatewayProfileRequest) String() string

func (*CreateGatewayProfileRequest) XXX_DiscardUnknown

func (m *CreateGatewayProfileRequest) XXX_DiscardUnknown()

func (*CreateGatewayProfileRequest) XXX_Marshal

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

func (*CreateGatewayProfileRequest) XXX_Merge

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

func (*CreateGatewayProfileRequest) XXX_Size

func (m *CreateGatewayProfileRequest) XXX_Size() int

func (*CreateGatewayProfileRequest) XXX_Unmarshal

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

type CreateGatewayProfileResponse

type CreateGatewayProfileResponse struct {
	// ID of the created gateway-profile.
	GatewayProfileID     string   `protobuf:"bytes,1,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateGatewayProfileResponse) Descriptor

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

func (*CreateGatewayProfileResponse) GetGatewayProfileID

func (m *CreateGatewayProfileResponse) GetGatewayProfileID() string

func (*CreateGatewayProfileResponse) ProtoMessage

func (*CreateGatewayProfileResponse) ProtoMessage()

func (*CreateGatewayProfileResponse) Reset

func (m *CreateGatewayProfileResponse) Reset()

func (*CreateGatewayProfileResponse) String

func (*CreateGatewayProfileResponse) XXX_DiscardUnknown

func (m *CreateGatewayProfileResponse) XXX_DiscardUnknown()

func (*CreateGatewayProfileResponse) XXX_Marshal

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

func (*CreateGatewayProfileResponse) XXX_Merge

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

func (*CreateGatewayProfileResponse) XXX_Size

func (m *CreateGatewayProfileResponse) XXX_Size() int

func (*CreateGatewayProfileResponse) XXX_Unmarshal

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

type CreateGatewayRequest

type CreateGatewayRequest struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// A name for the gateway
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// A description for the gateway
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// Latitude of the gateway -90 to 90
	Latitude float64 `protobuf:"fixed64,4,opt,name=latitude" json:"latitude,omitempty"`
	// Longitude of the gateway -180 to 180
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude" json:"longitude,omitempty"`
	// Altitude of the gateway in meters
	Altitude float64 `protobuf:"fixed64,6,opt,name=altitude" json:"altitude,omitempty"`
	// ID of the organization to which this gateway belongs.
	OrganizationID int64 `protobuf:"varint,7,opt,name=organizationID" json:"organizationID,omitempty"`
	// Gateway sends out a periodic ping.
	Ping bool `protobuf:"varint,9,opt,name=ping" json:"ping,omitempty"`
	// ID of the network-server to which the gateway is connected.
	NetworkServerID int64 `protobuf:"varint,10,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// ID of the gateway-profile (optional).
	GatewayProfileID     string   `protobuf:"bytes,11,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateGatewayRequest) Descriptor

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

func (*CreateGatewayRequest) GetAltitude

func (m *CreateGatewayRequest) GetAltitude() float64

func (*CreateGatewayRequest) GetDescription

func (m *CreateGatewayRequest) GetDescription() string

func (*CreateGatewayRequest) GetGatewayProfileID

func (m *CreateGatewayRequest) GetGatewayProfileID() string

func (*CreateGatewayRequest) GetLatitude

func (m *CreateGatewayRequest) GetLatitude() float64

func (*CreateGatewayRequest) GetLongitude

func (m *CreateGatewayRequest) GetLongitude() float64

func (*CreateGatewayRequest) GetMac

func (m *CreateGatewayRequest) GetMac() string

func (*CreateGatewayRequest) GetName

func (m *CreateGatewayRequest) GetName() string

func (*CreateGatewayRequest) GetNetworkServerID

func (m *CreateGatewayRequest) GetNetworkServerID() int64

func (*CreateGatewayRequest) GetOrganizationID

func (m *CreateGatewayRequest) GetOrganizationID() int64

func (*CreateGatewayRequest) GetPing

func (m *CreateGatewayRequest) GetPing() bool

func (*CreateGatewayRequest) ProtoMessage

func (*CreateGatewayRequest) ProtoMessage()

func (*CreateGatewayRequest) Reset

func (m *CreateGatewayRequest) Reset()

func (*CreateGatewayRequest) String

func (m *CreateGatewayRequest) String() string

func (*CreateGatewayRequest) XXX_DiscardUnknown

func (m *CreateGatewayRequest) XXX_DiscardUnknown()

func (*CreateGatewayRequest) XXX_Marshal

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

func (*CreateGatewayRequest) XXX_Merge

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

func (*CreateGatewayRequest) XXX_Size

func (m *CreateGatewayRequest) XXX_Size() int

func (*CreateGatewayRequest) XXX_Unmarshal

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

type CreateGatewayResponse

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

func (*CreateGatewayResponse) Descriptor

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

func (*CreateGatewayResponse) ProtoMessage

func (*CreateGatewayResponse) ProtoMessage()

func (*CreateGatewayResponse) Reset

func (m *CreateGatewayResponse) Reset()

func (*CreateGatewayResponse) String

func (m *CreateGatewayResponse) String() string

func (*CreateGatewayResponse) XXX_DiscardUnknown

func (m *CreateGatewayResponse) XXX_DiscardUnknown()

func (*CreateGatewayResponse) XXX_Marshal

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

func (*CreateGatewayResponse) XXX_Merge

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

func (*CreateGatewayResponse) XXX_Size

func (m *CreateGatewayResponse) XXX_Size() int

func (*CreateGatewayResponse) XXX_Unmarshal

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

type CreateInfluxDBIntegrationRequest

type CreateInfluxDBIntegrationRequest struct {
	// Application ID to create the integration for.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationId" json:"application_id,omitempty"`
	// Integration configuration.
	Configuration        *InfluxDBIntegrationConfiguration `protobuf:"bytes,2,opt,name=configuration" json:"configuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*CreateInfluxDBIntegrationRequest) Descriptor

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

func (*CreateInfluxDBIntegrationRequest) GetApplicationId

func (m *CreateInfluxDBIntegrationRequest) GetApplicationId() int64

func (*CreateInfluxDBIntegrationRequest) GetConfiguration

func (*CreateInfluxDBIntegrationRequest) ProtoMessage

func (*CreateInfluxDBIntegrationRequest) ProtoMessage()

func (*CreateInfluxDBIntegrationRequest) Reset

func (*CreateInfluxDBIntegrationRequest) String

func (*CreateInfluxDBIntegrationRequest) XXX_DiscardUnknown

func (m *CreateInfluxDBIntegrationRequest) XXX_DiscardUnknown()

func (*CreateInfluxDBIntegrationRequest) XXX_Marshal

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

func (*CreateInfluxDBIntegrationRequest) XXX_Merge

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

func (*CreateInfluxDBIntegrationRequest) XXX_Size

func (m *CreateInfluxDBIntegrationRequest) XXX_Size() int

func (*CreateInfluxDBIntegrationRequest) XXX_Unmarshal

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

type CreateNetworkServerRequest

type CreateNetworkServerRequest struct {
	// Name of the network-server.
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// hostname:ip of the network-server.
	Server string `protobuf:"bytes,2,opt,name=server" json:"server,omitempty"`
	// ca certificate for connecting to the network-server
	CaCert string `protobuf:"bytes,3,opt,name=caCert" json:"caCert,omitempty"`
	// tls (client) certificate for connecting to the network-server
	TlsCert string `protobuf:"bytes,4,opt,name=tlsCert" json:"tlsCert,omitempty"`
	// tls (client) key for connecting to the network-server
	TlsKey string `protobuf:"bytes,5,opt,name=tlsKey" json:"tlsKey,omitempty"`
	// routing-profile ca certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileCACert string `protobuf:"bytes,6,opt,name=routingProfileCACert" json:"routingProfileCACert,omitempty"`
	// routing-profile tls certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileTLSCert string `protobuf:"bytes,7,opt,name=routingProfileTLSCert" json:"routingProfileTLSCert,omitempty"`
	// routing-profile tls key (used by the network-server to connect
	// back to the application-server)
	RoutingProfileTLSKey string `protobuf:"bytes,8,opt,name=routingProfileTLSKey" json:"routingProfileTLSKey,omitempty"`
	// The gateway discovery feature is enabled for gateways provisioned
	// on this network-server.
	GatewayDiscoveryEnabled bool `protobuf:"varint,9,opt,name=gatewayDiscoveryEnabled" json:"gatewayDiscoveryEnabled,omitempty"`
	// The number of times per day the gateway discovery 'ping' must be
	// broadcasted per gateway.
	GatewayDiscoveryInterval uint32 `protobuf:"varint,10,opt,name=gatewayDiscoveryInterval" json:"gatewayDiscoveryInterval,omitempty"`
	// The frequency (Hz) of the gateway discovery 'ping'.
	GatewayDiscoveryTXFrequency uint32 `protobuf:"varint,11,opt,name=gatewayDiscoveryTXFrequency" json:"gatewayDiscoveryTXFrequency,omitempty"`
	// The data-rate of the gateway discovery 'ping'.
	GatewayDiscoveryDR   uint32   `protobuf:"varint,12,opt,name=gatewayDiscoveryDR" json:"gatewayDiscoveryDR,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateNetworkServerRequest) Descriptor

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

func (*CreateNetworkServerRequest) GetCaCert

func (m *CreateNetworkServerRequest) GetCaCert() string

func (*CreateNetworkServerRequest) GetGatewayDiscoveryDR

func (m *CreateNetworkServerRequest) GetGatewayDiscoveryDR() uint32

func (*CreateNetworkServerRequest) GetGatewayDiscoveryEnabled

func (m *CreateNetworkServerRequest) GetGatewayDiscoveryEnabled() bool

func (*CreateNetworkServerRequest) GetGatewayDiscoveryInterval

func (m *CreateNetworkServerRequest) GetGatewayDiscoveryInterval() uint32

func (*CreateNetworkServerRequest) GetGatewayDiscoveryTXFrequency

func (m *CreateNetworkServerRequest) GetGatewayDiscoveryTXFrequency() uint32

func (*CreateNetworkServerRequest) GetName

func (m *CreateNetworkServerRequest) GetName() string

func (*CreateNetworkServerRequest) GetRoutingProfileCACert

func (m *CreateNetworkServerRequest) GetRoutingProfileCACert() string

func (*CreateNetworkServerRequest) GetRoutingProfileTLSCert

func (m *CreateNetworkServerRequest) GetRoutingProfileTLSCert() string

func (*CreateNetworkServerRequest) GetRoutingProfileTLSKey

func (m *CreateNetworkServerRequest) GetRoutingProfileTLSKey() string

func (*CreateNetworkServerRequest) GetServer

func (m *CreateNetworkServerRequest) GetServer() string

func (*CreateNetworkServerRequest) GetTlsCert

func (m *CreateNetworkServerRequest) GetTlsCert() string

func (*CreateNetworkServerRequest) GetTlsKey

func (m *CreateNetworkServerRequest) GetTlsKey() string

func (*CreateNetworkServerRequest) ProtoMessage

func (*CreateNetworkServerRequest) ProtoMessage()

func (*CreateNetworkServerRequest) Reset

func (m *CreateNetworkServerRequest) Reset()

func (*CreateNetworkServerRequest) String

func (m *CreateNetworkServerRequest) String() string

func (*CreateNetworkServerRequest) XXX_DiscardUnknown

func (m *CreateNetworkServerRequest) XXX_DiscardUnknown()

func (*CreateNetworkServerRequest) XXX_Marshal

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

func (*CreateNetworkServerRequest) XXX_Merge

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

func (*CreateNetworkServerRequest) XXX_Size

func (m *CreateNetworkServerRequest) XXX_Size() int

func (*CreateNetworkServerRequest) XXX_Unmarshal

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

type CreateNetworkServerResponse

type CreateNetworkServerResponse struct {
	// ID of the network-server.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateNetworkServerResponse) Descriptor

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

func (*CreateNetworkServerResponse) GetId

func (*CreateNetworkServerResponse) ProtoMessage

func (*CreateNetworkServerResponse) ProtoMessage()

func (*CreateNetworkServerResponse) Reset

func (m *CreateNetworkServerResponse) Reset()

func (*CreateNetworkServerResponse) String

func (m *CreateNetworkServerResponse) String() string

func (*CreateNetworkServerResponse) XXX_DiscardUnknown

func (m *CreateNetworkServerResponse) XXX_DiscardUnknown()

func (*CreateNetworkServerResponse) XXX_Marshal

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

func (*CreateNetworkServerResponse) XXX_Merge

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

func (*CreateNetworkServerResponse) XXX_Size

func (m *CreateNetworkServerResponse) XXX_Size() int

func (*CreateNetworkServerResponse) XXX_Unmarshal

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

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	// Organization name.
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	// Organization display name.
	DisplayName string `protobuf:"bytes,2,opt,name=displayName" json:"displayName,omitempty"`
	// Can the organization create and "own" Gateways?
	CanHaveGateways      bool     `protobuf:"varint,3,opt,name=canHaveGateways" json:"canHaveGateways,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Add a new organization.

func (*CreateOrganizationRequest) Descriptor

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

func (*CreateOrganizationRequest) GetCanHaveGateways

func (m *CreateOrganizationRequest) GetCanHaveGateways() bool

func (*CreateOrganizationRequest) GetDisplayName

func (m *CreateOrganizationRequest) GetDisplayName() string

func (*CreateOrganizationRequest) GetName

func (m *CreateOrganizationRequest) GetName() string

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) Reset

func (m *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (m *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) XXX_DiscardUnknown

func (m *CreateOrganizationRequest) XXX_DiscardUnknown()

func (*CreateOrganizationRequest) XXX_Marshal

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

func (*CreateOrganizationRequest) XXX_Merge

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

func (*CreateOrganizationRequest) XXX_Size

func (m *CreateOrganizationRequest) XXX_Size() int

func (*CreateOrganizationRequest) XXX_Unmarshal

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

type CreateOrganizationResponse

type CreateOrganizationResponse struct {
	// ID of the organization.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateOrganizationResponse) Descriptor

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

func (*CreateOrganizationResponse) GetId

func (m *CreateOrganizationResponse) GetId() int64

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) Reset

func (m *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (m *CreateOrganizationResponse) String() string

func (*CreateOrganizationResponse) XXX_DiscardUnknown

func (m *CreateOrganizationResponse) XXX_DiscardUnknown()

func (*CreateOrganizationResponse) XXX_Marshal

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

func (*CreateOrganizationResponse) XXX_Merge

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

func (*CreateOrganizationResponse) XXX_Size

func (m *CreateOrganizationResponse) XXX_Size() int

func (*CreateOrganizationResponse) XXX_Unmarshal

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

type CreateServiceProfileRequest

type CreateServiceProfileRequest struct {
	ServiceProfile *ServiceProfile `protobuf:"bytes,1,opt,name=serviceProfile" json:"serviceProfile,omitempty"`
	// Name of the service-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the service-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the service-profile.
	NetworkServerID      int64    `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateServiceProfileRequest) Descriptor

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

func (*CreateServiceProfileRequest) GetName

func (m *CreateServiceProfileRequest) GetName() string

func (*CreateServiceProfileRequest) GetNetworkServerID

func (m *CreateServiceProfileRequest) GetNetworkServerID() int64

func (*CreateServiceProfileRequest) GetOrganizationID

func (m *CreateServiceProfileRequest) GetOrganizationID() int64

func (*CreateServiceProfileRequest) GetServiceProfile

func (m *CreateServiceProfileRequest) GetServiceProfile() *ServiceProfile

func (*CreateServiceProfileRequest) ProtoMessage

func (*CreateServiceProfileRequest) ProtoMessage()

func (*CreateServiceProfileRequest) Reset

func (m *CreateServiceProfileRequest) Reset()

func (*CreateServiceProfileRequest) String

func (m *CreateServiceProfileRequest) String() string

func (*CreateServiceProfileRequest) XXX_DiscardUnknown

func (m *CreateServiceProfileRequest) XXX_DiscardUnknown()

func (*CreateServiceProfileRequest) XXX_Marshal

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

func (*CreateServiceProfileRequest) XXX_Merge

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

func (*CreateServiceProfileRequest) XXX_Size

func (m *CreateServiceProfileRequest) XXX_Size() int

func (*CreateServiceProfileRequest) XXX_Unmarshal

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

type CreateServiceProfileResponse

type CreateServiceProfileResponse struct {
	// ID of the service-profile.
	ServiceProfileID     string   `protobuf:"bytes,1,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateServiceProfileResponse) Descriptor

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

func (*CreateServiceProfileResponse) GetServiceProfileID

func (m *CreateServiceProfileResponse) GetServiceProfileID() string

func (*CreateServiceProfileResponse) ProtoMessage

func (*CreateServiceProfileResponse) ProtoMessage()

func (*CreateServiceProfileResponse) Reset

func (m *CreateServiceProfileResponse) Reset()

func (*CreateServiceProfileResponse) String

func (*CreateServiceProfileResponse) XXX_DiscardUnknown

func (m *CreateServiceProfileResponse) XXX_DiscardUnknown()

func (*CreateServiceProfileResponse) XXX_Marshal

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

func (*CreateServiceProfileResponse) XXX_Merge

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

func (*CreateServiceProfileResponse) XXX_Size

func (m *CreateServiceProfileResponse) XXX_Size() int

func (*CreateServiceProfileResponse) XXX_Unmarshal

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

type DataRate

type DataRate struct {
	// The used modulation (LORA or FSK).
	Modulation string `protobuf:"bytes,1,opt,name=modulation" json:"modulation,omitempty"`
	// Bandwidth (in kHz).
	Bandwidth uint32 `protobuf:"varint,2,opt,name=bandwidth" json:"bandwidth,omitempty"`
	// Used spread-factor.
	SpreadFactor uint32 `protobuf:"varint,3,opt,name=spreadFactor" json:"spreadFactor,omitempty"`
	// Bitrate (used for FSK modulation).
	Bitrate              uint32   `protobuf:"varint,4,opt,name=bitrate" json:"bitrate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataRate) Descriptor

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

func (*DataRate) GetBandwidth

func (m *DataRate) GetBandwidth() uint32

func (*DataRate) GetBitrate

func (m *DataRate) GetBitrate() uint32

func (*DataRate) GetModulation

func (m *DataRate) GetModulation() string

func (*DataRate) GetSpreadFactor

func (m *DataRate) GetSpreadFactor() uint32

func (*DataRate) ProtoMessage

func (*DataRate) ProtoMessage()

func (*DataRate) Reset

func (m *DataRate) Reset()

func (*DataRate) String

func (m *DataRate) String() string

func (*DataRate) XXX_DiscardUnknown

func (m *DataRate) XXX_DiscardUnknown()

func (*DataRate) XXX_Marshal

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

func (*DataRate) XXX_Merge

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

func (*DataRate) XXX_Size

func (m *DataRate) XXX_Size() int

func (*DataRate) XXX_Unmarshal

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

type DeleteApplicationRequest

type DeleteApplicationRequest struct {
	// ID of the application.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteApplicationRequest) Descriptor

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

func (*DeleteApplicationRequest) GetId

func (m *DeleteApplicationRequest) GetId() int64

func (*DeleteApplicationRequest) ProtoMessage

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) Reset

func (m *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String

func (m *DeleteApplicationRequest) String() string

func (*DeleteApplicationRequest) XXX_DiscardUnknown

func (m *DeleteApplicationRequest) XXX_DiscardUnknown()

func (*DeleteApplicationRequest) XXX_Marshal

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

func (*DeleteApplicationRequest) XXX_Merge

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

func (*DeleteApplicationRequest) XXX_Size

func (m *DeleteApplicationRequest) XXX_Size() int

func (*DeleteApplicationRequest) XXX_Unmarshal

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

type DeleteApplicationResponse

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

func (*DeleteApplicationResponse) Descriptor

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

func (*DeleteApplicationResponse) ProtoMessage

func (*DeleteApplicationResponse) ProtoMessage()

func (*DeleteApplicationResponse) Reset

func (m *DeleteApplicationResponse) Reset()

func (*DeleteApplicationResponse) String

func (m *DeleteApplicationResponse) String() string

func (*DeleteApplicationResponse) XXX_DiscardUnknown

func (m *DeleteApplicationResponse) XXX_DiscardUnknown()

func (*DeleteApplicationResponse) XXX_Marshal

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

func (*DeleteApplicationResponse) XXX_Merge

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

func (*DeleteApplicationResponse) XXX_Size

func (m *DeleteApplicationResponse) XXX_Size() int

func (*DeleteApplicationResponse) XXX_Unmarshal

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

type DeleteDeviceKeysRequest

type DeleteDeviceKeysRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceKeysRequest) Descriptor

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

func (*DeleteDeviceKeysRequest) GetDevEUI

func (m *DeleteDeviceKeysRequest) GetDevEUI() string

func (*DeleteDeviceKeysRequest) ProtoMessage

func (*DeleteDeviceKeysRequest) ProtoMessage()

func (*DeleteDeviceKeysRequest) Reset

func (m *DeleteDeviceKeysRequest) Reset()

func (*DeleteDeviceKeysRequest) String

func (m *DeleteDeviceKeysRequest) String() string

func (*DeleteDeviceKeysRequest) XXX_DiscardUnknown

func (m *DeleteDeviceKeysRequest) XXX_DiscardUnknown()

func (*DeleteDeviceKeysRequest) XXX_Marshal

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

func (*DeleteDeviceKeysRequest) XXX_Merge

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

func (*DeleteDeviceKeysRequest) XXX_Size

func (m *DeleteDeviceKeysRequest) XXX_Size() int

func (*DeleteDeviceKeysRequest) XXX_Unmarshal

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

type DeleteDeviceKeysResponse

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

func (*DeleteDeviceKeysResponse) Descriptor

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

func (*DeleteDeviceKeysResponse) ProtoMessage

func (*DeleteDeviceKeysResponse) ProtoMessage()

func (*DeleteDeviceKeysResponse) Reset

func (m *DeleteDeviceKeysResponse) Reset()

func (*DeleteDeviceKeysResponse) String

func (m *DeleteDeviceKeysResponse) String() string

func (*DeleteDeviceKeysResponse) XXX_DiscardUnknown

func (m *DeleteDeviceKeysResponse) XXX_DiscardUnknown()

func (*DeleteDeviceKeysResponse) XXX_Marshal

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

func (*DeleteDeviceKeysResponse) XXX_Merge

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

func (*DeleteDeviceKeysResponse) XXX_Size

func (m *DeleteDeviceKeysResponse) XXX_Size() int

func (*DeleteDeviceKeysResponse) XXX_Unmarshal

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

type DeleteDeviceProfileRequest

type DeleteDeviceProfileRequest struct {
	// ID of the device-profile.
	DeviceProfileID      string   `protobuf:"bytes,1,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceProfileRequest) Descriptor

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

func (*DeleteDeviceProfileRequest) GetDeviceProfileID

func (m *DeleteDeviceProfileRequest) GetDeviceProfileID() string

func (*DeleteDeviceProfileRequest) ProtoMessage

func (*DeleteDeviceProfileRequest) ProtoMessage()

func (*DeleteDeviceProfileRequest) Reset

func (m *DeleteDeviceProfileRequest) Reset()

func (*DeleteDeviceProfileRequest) String

func (m *DeleteDeviceProfileRequest) String() string

func (*DeleteDeviceProfileRequest) XXX_DiscardUnknown

func (m *DeleteDeviceProfileRequest) XXX_DiscardUnknown()

func (*DeleteDeviceProfileRequest) XXX_Marshal

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

func (*DeleteDeviceProfileRequest) XXX_Merge

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

func (*DeleteDeviceProfileRequest) XXX_Size

func (m *DeleteDeviceProfileRequest) XXX_Size() int

func (*DeleteDeviceProfileRequest) XXX_Unmarshal

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

type DeleteDeviceProfileResponse

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

func (*DeleteDeviceProfileResponse) Descriptor

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

func (*DeleteDeviceProfileResponse) ProtoMessage

func (*DeleteDeviceProfileResponse) ProtoMessage()

func (*DeleteDeviceProfileResponse) Reset

func (m *DeleteDeviceProfileResponse) Reset()

func (*DeleteDeviceProfileResponse) String

func (m *DeleteDeviceProfileResponse) String() string

func (*DeleteDeviceProfileResponse) XXX_DiscardUnknown

func (m *DeleteDeviceProfileResponse) XXX_DiscardUnknown()

func (*DeleteDeviceProfileResponse) XXX_Marshal

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

func (*DeleteDeviceProfileResponse) XXX_Merge

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

func (*DeleteDeviceProfileResponse) XXX_Size

func (m *DeleteDeviceProfileResponse) XXX_Size() int

func (*DeleteDeviceProfileResponse) XXX_Unmarshal

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

type DeleteDeviceRequest

type DeleteDeviceRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceRequest) Descriptor

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

func (*DeleteDeviceRequest) GetDevEUI

func (m *DeleteDeviceRequest) GetDevEUI() string

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 DeleteGatewayProfileRequest

type DeleteGatewayProfileRequest struct {
	// The ID of the gateway-profile.
	GatewayProfileID     string   `protobuf:"bytes,1,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGatewayProfileRequest) Descriptor

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

func (*DeleteGatewayProfileRequest) GetGatewayProfileID

func (m *DeleteGatewayProfileRequest) GetGatewayProfileID() string

func (*DeleteGatewayProfileRequest) ProtoMessage

func (*DeleteGatewayProfileRequest) ProtoMessage()

func (*DeleteGatewayProfileRequest) Reset

func (m *DeleteGatewayProfileRequest) Reset()

func (*DeleteGatewayProfileRequest) String

func (m *DeleteGatewayProfileRequest) String() string

func (*DeleteGatewayProfileRequest) XXX_DiscardUnknown

func (m *DeleteGatewayProfileRequest) XXX_DiscardUnknown()

func (*DeleteGatewayProfileRequest) XXX_Marshal

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

func (*DeleteGatewayProfileRequest) XXX_Merge

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

func (*DeleteGatewayProfileRequest) XXX_Size

func (m *DeleteGatewayProfileRequest) XXX_Size() int

func (*DeleteGatewayProfileRequest) XXX_Unmarshal

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

type DeleteGatewayProfileResponse

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

func (*DeleteGatewayProfileResponse) Descriptor

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

func (*DeleteGatewayProfileResponse) ProtoMessage

func (*DeleteGatewayProfileResponse) ProtoMessage()

func (*DeleteGatewayProfileResponse) Reset

func (m *DeleteGatewayProfileResponse) Reset()

func (*DeleteGatewayProfileResponse) String

func (*DeleteGatewayProfileResponse) XXX_DiscardUnknown

func (m *DeleteGatewayProfileResponse) XXX_DiscardUnknown()

func (*DeleteGatewayProfileResponse) XXX_Marshal

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

func (*DeleteGatewayProfileResponse) XXX_Merge

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

func (*DeleteGatewayProfileResponse) XXX_Size

func (m *DeleteGatewayProfileResponse) XXX_Size() int

func (*DeleteGatewayProfileResponse) XXX_Unmarshal

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

type DeleteGatewayRequest

type DeleteGatewayRequest struct {
	// Hex encoded mac address.
	Mac                  string   `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGatewayRequest) Descriptor

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

func (*DeleteGatewayRequest) GetMac

func (m *DeleteGatewayRequest) GetMac() string

func (*DeleteGatewayRequest) ProtoMessage

func (*DeleteGatewayRequest) ProtoMessage()

func (*DeleteGatewayRequest) Reset

func (m *DeleteGatewayRequest) Reset()

func (*DeleteGatewayRequest) String

func (m *DeleteGatewayRequest) String() string

func (*DeleteGatewayRequest) XXX_DiscardUnknown

func (m *DeleteGatewayRequest) XXX_DiscardUnknown()

func (*DeleteGatewayRequest) XXX_Marshal

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

func (*DeleteGatewayRequest) XXX_Merge

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

func (*DeleteGatewayRequest) XXX_Size

func (m *DeleteGatewayRequest) XXX_Size() int

func (*DeleteGatewayRequest) XXX_Unmarshal

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

type DeleteGatewayResponse

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

func (*DeleteGatewayResponse) Descriptor

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

func (*DeleteGatewayResponse) ProtoMessage

func (*DeleteGatewayResponse) ProtoMessage()

func (*DeleteGatewayResponse) Reset

func (m *DeleteGatewayResponse) Reset()

func (*DeleteGatewayResponse) String

func (m *DeleteGatewayResponse) String() string

func (*DeleteGatewayResponse) XXX_DiscardUnknown

func (m *DeleteGatewayResponse) XXX_DiscardUnknown()

func (*DeleteGatewayResponse) XXX_Marshal

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

func (*DeleteGatewayResponse) XXX_Merge

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

func (*DeleteGatewayResponse) XXX_Size

func (m *DeleteGatewayResponse) XXX_Size() int

func (*DeleteGatewayResponse) XXX_Unmarshal

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

type DeleteHTTPIntegrationRequest

type DeleteHTTPIntegrationRequest struct {
	// The id of the application.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteHTTPIntegrationRequest) Descriptor

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

func (*DeleteHTTPIntegrationRequest) GetId

func (*DeleteHTTPIntegrationRequest) ProtoMessage

func (*DeleteHTTPIntegrationRequest) ProtoMessage()

func (*DeleteHTTPIntegrationRequest) Reset

func (m *DeleteHTTPIntegrationRequest) Reset()

func (*DeleteHTTPIntegrationRequest) String

func (*DeleteHTTPIntegrationRequest) XXX_DiscardUnknown

func (m *DeleteHTTPIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteHTTPIntegrationRequest) XXX_Marshal

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

func (*DeleteHTTPIntegrationRequest) XXX_Merge

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

func (*DeleteHTTPIntegrationRequest) XXX_Size

func (m *DeleteHTTPIntegrationRequest) XXX_Size() int

func (*DeleteHTTPIntegrationRequest) XXX_Unmarshal

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

type DeleteInfluxDBIntegrationRequest

type DeleteInfluxDBIntegrationRequest struct {
	// Application ID to delete the integration for.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationId" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteInfluxDBIntegrationRequest) Descriptor

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

func (*DeleteInfluxDBIntegrationRequest) GetApplicationId

func (m *DeleteInfluxDBIntegrationRequest) GetApplicationId() int64

func (*DeleteInfluxDBIntegrationRequest) ProtoMessage

func (*DeleteInfluxDBIntegrationRequest) ProtoMessage()

func (*DeleteInfluxDBIntegrationRequest) Reset

func (*DeleteInfluxDBIntegrationRequest) String

func (*DeleteInfluxDBIntegrationRequest) XXX_DiscardUnknown

func (m *DeleteInfluxDBIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteInfluxDBIntegrationRequest) XXX_Marshal

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

func (*DeleteInfluxDBIntegrationRequest) XXX_Merge

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

func (*DeleteInfluxDBIntegrationRequest) XXX_Size

func (m *DeleteInfluxDBIntegrationRequest) XXX_Size() int

func (*DeleteInfluxDBIntegrationRequest) XXX_Unmarshal

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

type DeleteNetworkServerRequest

type DeleteNetworkServerRequest struct {
	// ID of the network-server.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteNetworkServerRequest) Descriptor

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

func (*DeleteNetworkServerRequest) GetId

func (m *DeleteNetworkServerRequest) GetId() int64

func (*DeleteNetworkServerRequest) ProtoMessage

func (*DeleteNetworkServerRequest) ProtoMessage()

func (*DeleteNetworkServerRequest) Reset

func (m *DeleteNetworkServerRequest) Reset()

func (*DeleteNetworkServerRequest) String

func (m *DeleteNetworkServerRequest) String() string

func (*DeleteNetworkServerRequest) XXX_DiscardUnknown

func (m *DeleteNetworkServerRequest) XXX_DiscardUnknown()

func (*DeleteNetworkServerRequest) XXX_Marshal

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

func (*DeleteNetworkServerRequest) XXX_Merge

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

func (*DeleteNetworkServerRequest) XXX_Size

func (m *DeleteNetworkServerRequest) XXX_Size() int

func (*DeleteNetworkServerRequest) XXX_Unmarshal

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

type DeleteNetworkServerResponse

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

func (*DeleteNetworkServerResponse) Descriptor

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

func (*DeleteNetworkServerResponse) ProtoMessage

func (*DeleteNetworkServerResponse) ProtoMessage()

func (*DeleteNetworkServerResponse) Reset

func (m *DeleteNetworkServerResponse) Reset()

func (*DeleteNetworkServerResponse) String

func (m *DeleteNetworkServerResponse) String() string

func (*DeleteNetworkServerResponse) XXX_DiscardUnknown

func (m *DeleteNetworkServerResponse) XXX_DiscardUnknown()

func (*DeleteNetworkServerResponse) XXX_Marshal

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

func (*DeleteNetworkServerResponse) XXX_Merge

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

func (*DeleteNetworkServerResponse) XXX_Size

func (m *DeleteNetworkServerResponse) XXX_Size() int

func (*DeleteNetworkServerResponse) XXX_Unmarshal

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

type DeleteOrganizationUserRequest

type DeleteOrganizationUserRequest struct {
	// The organization id.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The user's id.
	UserID               int64    `protobuf:"varint,2,opt,name=userID" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteOrganizationUserRequest) Descriptor

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

func (*DeleteOrganizationUserRequest) GetId

func (*DeleteOrganizationUserRequest) GetUserID

func (m *DeleteOrganizationUserRequest) GetUserID() int64

func (*DeleteOrganizationUserRequest) ProtoMessage

func (*DeleteOrganizationUserRequest) ProtoMessage()

func (*DeleteOrganizationUserRequest) Reset

func (m *DeleteOrganizationUserRequest) Reset()

func (*DeleteOrganizationUserRequest) String

func (*DeleteOrganizationUserRequest) XXX_DiscardUnknown

func (m *DeleteOrganizationUserRequest) XXX_DiscardUnknown()

func (*DeleteOrganizationUserRequest) XXX_Marshal

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

func (*DeleteOrganizationUserRequest) XXX_Merge

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

func (*DeleteOrganizationUserRequest) XXX_Size

func (m *DeleteOrganizationUserRequest) XXX_Size() int

func (*DeleteOrganizationUserRequest) XXX_Unmarshal

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

type DeleteServiceProfileRequest

type DeleteServiceProfileRequest struct {
	// ID of the service-profile.
	ServiceProfileID     string   `protobuf:"bytes,1,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteServiceProfileRequest) Descriptor

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

func (*DeleteServiceProfileRequest) GetServiceProfileID

func (m *DeleteServiceProfileRequest) GetServiceProfileID() string

func (*DeleteServiceProfileRequest) ProtoMessage

func (*DeleteServiceProfileRequest) ProtoMessage()

func (*DeleteServiceProfileRequest) Reset

func (m *DeleteServiceProfileRequest) Reset()

func (*DeleteServiceProfileRequest) String

func (m *DeleteServiceProfileRequest) String() string

func (*DeleteServiceProfileRequest) XXX_DiscardUnknown

func (m *DeleteServiceProfileRequest) XXX_DiscardUnknown()

func (*DeleteServiceProfileRequest) XXX_Marshal

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

func (*DeleteServiceProfileRequest) XXX_Merge

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

func (*DeleteServiceProfileRequest) XXX_Size

func (m *DeleteServiceProfileRequest) XXX_Size() int

func (*DeleteServiceProfileRequest) XXX_Unmarshal

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

type DeleteServiceProfileResponse

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

func (*DeleteServiceProfileResponse) Descriptor

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

func (*DeleteServiceProfileResponse) ProtoMessage

func (*DeleteServiceProfileResponse) ProtoMessage()

func (*DeleteServiceProfileResponse) Reset

func (m *DeleteServiceProfileResponse) Reset()

func (*DeleteServiceProfileResponse) String

func (*DeleteServiceProfileResponse) XXX_DiscardUnknown

func (m *DeleteServiceProfileResponse) XXX_DiscardUnknown()

func (*DeleteServiceProfileResponse) XXX_Marshal

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

func (*DeleteServiceProfileResponse) XXX_Merge

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

func (*DeleteServiceProfileResponse) XXX_Size

func (m *DeleteServiceProfileResponse) XXX_Size() int

func (*DeleteServiceProfileResponse) XXX_Unmarshal

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

type DeviceClient

type DeviceClient interface {
	// Create creates the given device.
	Create(ctx context.Context, in *CreateDeviceRequest, opts ...grpc.CallOption) (*CreateDeviceResponse, error)
	// Get returns the device matching the given DevEUI.
	Get(ctx context.Context, in *GetDeviceRequest, opts ...grpc.CallOption) (*GetDeviceResponse, error)
	// Delete deletes the device matching the given DevEUI.
	Delete(ctx context.Context, in *DeleteDeviceRequest, opts ...grpc.CallOption) (*DeleteDeviceResponse, error)
	// ListByApplicationID lists the devices by the given application ID, sorted by the name of the device.
	ListByApplicationID(ctx context.Context, in *ListDeviceByApplicationIDRequest, opts ...grpc.CallOption) (*ListDeviceResponse, error)
	// Update updates the device matching the given DevEUI.
	Update(ctx context.Context, in *UpdateDeviceRequest, opts ...grpc.CallOption) (*UpdateDeviceResponse, error)
	// CreateKeys creates the given device-keys.
	CreateKeys(ctx context.Context, in *CreateDeviceKeysRequest, opts ...grpc.CallOption) (*CreateDeviceKeysResponse, error)
	// GetKeys returns the device-keys for the given DevEUI.
	GetKeys(ctx context.Context, in *GetDeviceKeysRequest, opts ...grpc.CallOption) (*GetDeviceKeysResponse, error)
	// UpdateKeys updates the device-keys.
	UpdateKeys(ctx context.Context, in *UpdateDeviceKeysRequest, opts ...grpc.CallOption) (*UpdateDeviceKeysResponse, error)
	// DeleteKeys deletes the device-keys for the given DevEUI.
	DeleteKeys(ctx context.Context, in *DeleteDeviceKeysRequest, opts ...grpc.CallOption) (*DeleteDeviceKeysResponse, error)
	// Activate (re)activates the device (only when ABP is set to true).
	Activate(ctx context.Context, in *ActivateDeviceRequest, opts ...grpc.CallOption) (*ActivateDeviceResponse, error)
	// GetActivation returns the current activation details of the device (OTAA and ABP).
	GetActivation(ctx context.Context, in *GetDeviceActivationRequest, opts ...grpc.CallOption) (*GetDeviceActivationResponse, error)
	// GetRandomDevAddr returns a random DevAddr taking the NwkID prefix into account.
	GetRandomDevAddr(ctx context.Context, in *GetRandomDevAddrRequest, opts ...grpc.CallOption) (*GetRandomDevAddrResponse, error)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given DevEUI.
	// Note: these are the raw LoRaWAN frames and this endpoint is intended for debugging.
	StreamFrameLogs(ctx context.Context, in *StreamDeviceFrameLogsRequest, opts ...grpc.CallOption) (Device_StreamFrameLogsClient, error)
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	// Note: this endpoint is intended for debugging and should not be used for building
	// integrations.
	StreamEventLogs(ctx context.Context, in *StreamDeviceEventLogsRequest, opts ...grpc.CallOption) (Device_StreamEventLogsClient, error)
}

DeviceClient is the client API for Device service.

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

func NewDeviceClient

func NewDeviceClient(cc *grpc.ClientConn) DeviceClient

type DeviceKeys

type DeviceKeys struct {
	// HEX encoded application key.
	AppKey               string   `protobuf:"bytes,1,opt,name=appKey" json:"appKey,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceKeys) Descriptor

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

func (*DeviceKeys) GetAppKey

func (m *DeviceKeys) GetAppKey() string

func (*DeviceKeys) ProtoMessage

func (*DeviceKeys) ProtoMessage()

func (*DeviceKeys) Reset

func (m *DeviceKeys) Reset()

func (*DeviceKeys) String

func (m *DeviceKeys) String() string

func (*DeviceKeys) XXX_DiscardUnknown

func (m *DeviceKeys) XXX_DiscardUnknown()

func (*DeviceKeys) XXX_Marshal

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

func (*DeviceKeys) XXX_Merge

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

func (*DeviceKeys) XXX_Size

func (m *DeviceKeys) XXX_Size() int

func (*DeviceKeys) XXX_Unmarshal

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

type DeviceListItem

type DeviceListItem struct {
	// Hex encoded DevEUI.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Name of the device (if left blank, it will be set to the DevEUI).
	Name string `protobuf:"bytes,9,opt,name=name" json:"name,omitempty"`
	// ID of the application to which the device must be added.
	ApplicationID int64 `protobuf:"varint,13,opt,name=applicationID" json:"applicationID,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,14,opt,name=description" json:"description,omitempty"`
	// DeviceProfileID attached to the device.
	DeviceProfileID string `protobuf:"bytes,18,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	// Device-profile name.
	DeviceProfileName string `protobuf:"bytes,19,opt,name=deviceProfileName" json:"deviceProfileName,omitempty"`
	// The device battery status
	// 0:      The end-device is connected to an external power source
	// 1..254: The battery level, 1 being at minimum and 254 being at maximum
	// 255:    The end-device was not able to measure the battery level
	// 256:    The device-status is not available.
	DeviceStatusBattery uint32 `protobuf:"varint,20,opt,name=deviceStatusBattery" json:"deviceStatusBattery,omitempty"`
	// The device margin status
	// -32..32: The demodulation SNR ration in dB
	// 256:     The device-status is not available.
	DeviceStatusMargin int32 `protobuf:"varint,21,opt,name=deviceStatusMargin" json:"deviceStatusMargin,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	LastSeenAt           string   `protobuf:"bytes,22,opt,name=lastSeenAt" json:"lastSeenAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceListItem) Descriptor

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

func (*DeviceListItem) GetApplicationID

func (m *DeviceListItem) GetApplicationID() int64

func (*DeviceListItem) GetDescription

func (m *DeviceListItem) GetDescription() string

func (*DeviceListItem) GetDevEUI

func (m *DeviceListItem) GetDevEUI() string

func (*DeviceListItem) GetDeviceProfileID

func (m *DeviceListItem) GetDeviceProfileID() string

func (*DeviceListItem) GetDeviceProfileName

func (m *DeviceListItem) GetDeviceProfileName() string

func (*DeviceListItem) GetDeviceStatusBattery

func (m *DeviceListItem) GetDeviceStatusBattery() uint32

func (*DeviceListItem) GetDeviceStatusMargin

func (m *DeviceListItem) GetDeviceStatusMargin() int32

func (*DeviceListItem) GetLastSeenAt

func (m *DeviceListItem) GetLastSeenAt() string

func (*DeviceListItem) GetName

func (m *DeviceListItem) GetName() string

func (*DeviceListItem) ProtoMessage

func (*DeviceListItem) ProtoMessage()

func (*DeviceListItem) Reset

func (m *DeviceListItem) Reset()

func (*DeviceListItem) String

func (m *DeviceListItem) String() string

func (*DeviceListItem) XXX_DiscardUnknown

func (m *DeviceListItem) XXX_DiscardUnknown()

func (*DeviceListItem) XXX_Marshal

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

func (*DeviceListItem) XXX_Merge

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

func (*DeviceListItem) XXX_Size

func (m *DeviceListItem) XXX_Size() int

func (*DeviceListItem) XXX_Unmarshal

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

type DeviceProfile

type DeviceProfile struct {
	DeviceProfileID      string   `protobuf:"bytes,1,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	SupportsClassB       bool     `protobuf:"varint,2,opt,name=supportsClassB" json:"supportsClassB,omitempty"`
	ClassBTimeout        uint32   `protobuf:"varint,3,opt,name=classBTimeout" json:"classBTimeout,omitempty"`
	PingSlotPeriod       uint32   `protobuf:"varint,4,opt,name=pingSlotPeriod" json:"pingSlotPeriod,omitempty"`
	PingSlotDR           uint32   `protobuf:"varint,5,opt,name=pingSlotDR" json:"pingSlotDR,omitempty"`
	PingSlotFreq         uint32   `protobuf:"varint,6,opt,name=pingSlotFreq" json:"pingSlotFreq,omitempty"`
	SupportsClassC       bool     `protobuf:"varint,7,opt,name=supportsClassC" json:"supportsClassC,omitempty"`
	ClassCTimeout        uint32   `protobuf:"varint,8,opt,name=classCTimeout" json:"classCTimeout,omitempty"`
	MacVersion           string   `protobuf:"bytes,9,opt,name=macVersion" json:"macVersion,omitempty"`
	RegParamsRevision    string   `protobuf:"bytes,10,opt,name=regParamsRevision" json:"regParamsRevision,omitempty"`
	RxDelay1             uint32   `protobuf:"varint,11,opt,name=rxDelay1" json:"rxDelay1,omitempty"`
	RxDROffset1          uint32   `protobuf:"varint,12,opt,name=rxDROffset1" json:"rxDROffset1,omitempty"`
	RxDataRate2          uint32   `protobuf:"varint,13,opt,name=rxDataRate2" json:"rxDataRate2,omitempty"`
	RxFreq2              uint32   `protobuf:"varint,14,opt,name=rxFreq2" json:"rxFreq2,omitempty"`
	FactoryPresetFreqs   []uint32 `protobuf:"varint,15,rep,packed,name=factoryPresetFreqs" json:"factoryPresetFreqs,omitempty"`
	MaxEIRP              uint32   `protobuf:"varint,16,opt,name=maxEIRP" json:"maxEIRP,omitempty"`
	MaxDutyCycle         uint32   `protobuf:"varint,17,opt,name=maxDutyCycle" json:"maxDutyCycle,omitempty"`
	SupportsJoin         bool     `protobuf:"varint,18,opt,name=supportsJoin" json:"supportsJoin,omitempty"`
	RfRegion             string   `protobuf:"bytes,19,opt,name=rfRegion" json:"rfRegion,omitempty"`
	Supports32BitFCnt    bool     `protobuf:"varint,20,opt,name=supports32bitFCnt" json:"supports32bitFCnt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceProfile) Descriptor

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

func (*DeviceProfile) GetClassBTimeout

func (m *DeviceProfile) GetClassBTimeout() uint32

func (*DeviceProfile) GetClassCTimeout

func (m *DeviceProfile) GetClassCTimeout() uint32

func (*DeviceProfile) GetDeviceProfileID

func (m *DeviceProfile) GetDeviceProfileID() string

func (*DeviceProfile) GetFactoryPresetFreqs

func (m *DeviceProfile) GetFactoryPresetFreqs() []uint32

func (*DeviceProfile) GetMacVersion

func (m *DeviceProfile) GetMacVersion() string

func (*DeviceProfile) GetMaxDutyCycle

func (m *DeviceProfile) GetMaxDutyCycle() uint32

func (*DeviceProfile) GetMaxEIRP

func (m *DeviceProfile) GetMaxEIRP() uint32

func (*DeviceProfile) GetPingSlotDR

func (m *DeviceProfile) GetPingSlotDR() uint32

func (*DeviceProfile) GetPingSlotFreq

func (m *DeviceProfile) GetPingSlotFreq() uint32

func (*DeviceProfile) GetPingSlotPeriod

func (m *DeviceProfile) GetPingSlotPeriod() uint32

func (*DeviceProfile) GetRegParamsRevision

func (m *DeviceProfile) GetRegParamsRevision() string

func (*DeviceProfile) GetRfRegion

func (m *DeviceProfile) GetRfRegion() string

func (*DeviceProfile) GetRxDROffset1

func (m *DeviceProfile) GetRxDROffset1() uint32

func (*DeviceProfile) GetRxDataRate2

func (m *DeviceProfile) GetRxDataRate2() uint32

func (*DeviceProfile) GetRxDelay1

func (m *DeviceProfile) GetRxDelay1() uint32

func (*DeviceProfile) GetRxFreq2

func (m *DeviceProfile) GetRxFreq2() uint32

func (*DeviceProfile) GetSupports32BitFCnt

func (m *DeviceProfile) GetSupports32BitFCnt() bool

func (*DeviceProfile) GetSupportsClassB

func (m *DeviceProfile) GetSupportsClassB() bool

func (*DeviceProfile) GetSupportsClassC

func (m *DeviceProfile) GetSupportsClassC() bool

func (*DeviceProfile) GetSupportsJoin

func (m *DeviceProfile) GetSupportsJoin() bool

func (*DeviceProfile) ProtoMessage

func (*DeviceProfile) ProtoMessage()

func (*DeviceProfile) Reset

func (m *DeviceProfile) Reset()

func (*DeviceProfile) String

func (m *DeviceProfile) String() string

func (*DeviceProfile) XXX_DiscardUnknown

func (m *DeviceProfile) XXX_DiscardUnknown()

func (*DeviceProfile) XXX_Marshal

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

func (*DeviceProfile) XXX_Merge

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

func (*DeviceProfile) XXX_Size

func (m *DeviceProfile) XXX_Size() int

func (*DeviceProfile) XXX_Unmarshal

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

type DeviceProfileMeta

type DeviceProfileMeta struct {
	// ID of the device-profile.
	DeviceProfileID string `protobuf:"bytes,1,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	// Name of the device-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the device-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the device-profile.
	NetworkServerID int64 `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceProfileMeta) Descriptor

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

func (*DeviceProfileMeta) GetCreatedAt

func (m *DeviceProfileMeta) GetCreatedAt() string

func (*DeviceProfileMeta) GetDeviceProfileID

func (m *DeviceProfileMeta) GetDeviceProfileID() string

func (*DeviceProfileMeta) GetName

func (m *DeviceProfileMeta) GetName() string

func (*DeviceProfileMeta) GetNetworkServerID

func (m *DeviceProfileMeta) GetNetworkServerID() int64

func (*DeviceProfileMeta) GetOrganizationID

func (m *DeviceProfileMeta) GetOrganizationID() int64

func (*DeviceProfileMeta) GetUpdatedAt

func (m *DeviceProfileMeta) GetUpdatedAt() string

func (*DeviceProfileMeta) ProtoMessage

func (*DeviceProfileMeta) ProtoMessage()

func (*DeviceProfileMeta) Reset

func (m *DeviceProfileMeta) Reset()

func (*DeviceProfileMeta) String

func (m *DeviceProfileMeta) String() string

func (*DeviceProfileMeta) XXX_DiscardUnknown

func (m *DeviceProfileMeta) XXX_DiscardUnknown()

func (*DeviceProfileMeta) XXX_Marshal

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

func (*DeviceProfileMeta) XXX_Merge

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

func (*DeviceProfileMeta) XXX_Size

func (m *DeviceProfileMeta) XXX_Size() int

func (*DeviceProfileMeta) XXX_Unmarshal

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

type DeviceProfileServiceClient

type DeviceProfileServiceClient interface {
	// Create creates the given device-profile.
	Create(ctx context.Context, in *CreateDeviceProfileRequest, opts ...grpc.CallOption) (*CreateDeviceProfileResponse, error)
	// Get returns the device-profile matching the given id.
	Get(ctx context.Context, in *GetDeviceProfileRequest, opts ...grpc.CallOption) (*GetDeviceProfileResponse, error)
	// Update updates the given device-profile.
	Update(ctx context.Context, in *UpdateDeviceProfileRequest, opts ...grpc.CallOption) (*UpdateDeviceProfileResponse, error)
	// Delete deletes the device-profile matching the given id.
	Delete(ctx context.Context, in *DeleteDeviceProfileRequest, opts ...grpc.CallOption) (*DeleteDeviceProfileResponse, error)
	// List lists the available device-profiles.
	List(ctx context.Context, in *ListDeviceProfileRequest, opts ...grpc.CallOption) (*ListDeviceProfileResponse, error)
}

DeviceProfileServiceClient is the client API for DeviceProfileService service.

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

func NewDeviceProfileServiceClient

func NewDeviceProfileServiceClient(cc *grpc.ClientConn) DeviceProfileServiceClient

type DeviceProfileServiceServer

type DeviceProfileServiceServer interface {
	// Create creates the given device-profile.
	Create(context.Context, *CreateDeviceProfileRequest) (*CreateDeviceProfileResponse, error)
	// Get returns the device-profile matching the given id.
	Get(context.Context, *GetDeviceProfileRequest) (*GetDeviceProfileResponse, error)
	// Update updates the given device-profile.
	Update(context.Context, *UpdateDeviceProfileRequest) (*UpdateDeviceProfileResponse, error)
	// Delete deletes the device-profile matching the given id.
	Delete(context.Context, *DeleteDeviceProfileRequest) (*DeleteDeviceProfileResponse, error)
	// List lists the available device-profiles.
	List(context.Context, *ListDeviceProfileRequest) (*ListDeviceProfileResponse, error)
}

type DeviceQueueClient

type DeviceQueueClient interface {
	// Enqueue adds the given item to the device-queue.
	Enqueue(ctx context.Context, in *EnqueueDeviceQueueItemRequest, opts ...grpc.CallOption) (*EnqueueDeviceQueueItemResponse, error)
	// Flush flushes the downlink device-queue.
	Flush(ctx context.Context, in *FlushDeviceQueueRequest, opts ...grpc.CallOption) (*FlushDeviceQueueResponse, error)
	// List lists the items in the device-queue.
	List(ctx context.Context, in *ListDeviceQueueItemsRequest, opts ...grpc.CallOption) (*ListDeviceQueueItemsResponse, error)
}

DeviceQueueClient is the client API for DeviceQueue service.

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

func NewDeviceQueueClient

func NewDeviceQueueClient(cc *grpc.ClientConn) DeviceQueueClient

type DeviceQueueItem

type DeviceQueueItem struct {
	// Hex encoded DevEUI of the device.
	DevEUI string `protobuf:"bytes,2,opt,name=devEUI" json:"devEUI,omitempty"`
	// Random reference (used on ack notification).
	Reference string `protobuf:"bytes,3,opt,name=reference" json:"reference,omitempty"`
	// Is an ACK required from the device.
	Confirmed bool `protobuf:"varint,4,opt,name=confirmed" json:"confirmed,omitempty"`
	// FPort used (must be >0).
	FPort uint32 `protobuf:"varint,6,opt,name=fPort" json:"fPort,omitempty"`
	// Base64 encoded data.
	Data []byte `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	// FCnt of the queue item.
	FCnt                 uint32   `protobuf:"varint,8,opt,name=fCnt" json:"fCnt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceQueueItem) Descriptor

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

func (*DeviceQueueItem) GetConfirmed

func (m *DeviceQueueItem) GetConfirmed() bool

func (*DeviceQueueItem) GetData

func (m *DeviceQueueItem) GetData() []byte

func (*DeviceQueueItem) GetDevEUI

func (m *DeviceQueueItem) GetDevEUI() string

func (*DeviceQueueItem) GetFCnt

func (m *DeviceQueueItem) GetFCnt() uint32

func (*DeviceQueueItem) GetFPort

func (m *DeviceQueueItem) GetFPort() uint32

func (*DeviceQueueItem) GetReference

func (m *DeviceQueueItem) GetReference() string

func (*DeviceQueueItem) ProtoMessage

func (*DeviceQueueItem) ProtoMessage()

func (*DeviceQueueItem) Reset

func (m *DeviceQueueItem) Reset()

func (*DeviceQueueItem) String

func (m *DeviceQueueItem) String() string

func (*DeviceQueueItem) XXX_DiscardUnknown

func (m *DeviceQueueItem) XXX_DiscardUnknown()

func (*DeviceQueueItem) XXX_Marshal

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

func (*DeviceQueueItem) XXX_Merge

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

func (*DeviceQueueItem) XXX_Size

func (m *DeviceQueueItem) XXX_Size() int

func (*DeviceQueueItem) XXX_Unmarshal

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

type DeviceQueueServer

type DeviceQueueServer interface {
	// Enqueue adds the given item to the device-queue.
	Enqueue(context.Context, *EnqueueDeviceQueueItemRequest) (*EnqueueDeviceQueueItemResponse, error)
	// Flush flushes the downlink device-queue.
	Flush(context.Context, *FlushDeviceQueueRequest) (*FlushDeviceQueueResponse, error)
	// List lists the items in the device-queue.
	List(context.Context, *ListDeviceQueueItemsRequest) (*ListDeviceQueueItemsResponse, error)
}

type DeviceServer

type DeviceServer interface {
	// Create creates the given device.
	Create(context.Context, *CreateDeviceRequest) (*CreateDeviceResponse, error)
	// Get returns the device matching the given DevEUI.
	Get(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
	// Delete deletes the device matching the given DevEUI.
	Delete(context.Context, *DeleteDeviceRequest) (*DeleteDeviceResponse, error)
	// ListByApplicationID lists the devices by the given application ID, sorted by the name of the device.
	ListByApplicationID(context.Context, *ListDeviceByApplicationIDRequest) (*ListDeviceResponse, error)
	// Update updates the device matching the given DevEUI.
	Update(context.Context, *UpdateDeviceRequest) (*UpdateDeviceResponse, error)
	// CreateKeys creates the given device-keys.
	CreateKeys(context.Context, *CreateDeviceKeysRequest) (*CreateDeviceKeysResponse, error)
	// GetKeys returns the device-keys for the given DevEUI.
	GetKeys(context.Context, *GetDeviceKeysRequest) (*GetDeviceKeysResponse, error)
	// UpdateKeys updates the device-keys.
	UpdateKeys(context.Context, *UpdateDeviceKeysRequest) (*UpdateDeviceKeysResponse, error)
	// DeleteKeys deletes the device-keys for the given DevEUI.
	DeleteKeys(context.Context, *DeleteDeviceKeysRequest) (*DeleteDeviceKeysResponse, error)
	// Activate (re)activates the device (only when ABP is set to true).
	Activate(context.Context, *ActivateDeviceRequest) (*ActivateDeviceResponse, error)
	// GetActivation returns the current activation details of the device (OTAA and ABP).
	GetActivation(context.Context, *GetDeviceActivationRequest) (*GetDeviceActivationResponse, error)
	// GetRandomDevAddr returns a random DevAddr taking the NwkID prefix into account.
	GetRandomDevAddr(context.Context, *GetRandomDevAddrRequest) (*GetRandomDevAddrResponse, error)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given DevEUI.
	// Note: these are the raw LoRaWAN frames and this endpoint is intended for debugging.
	StreamFrameLogs(*StreamDeviceFrameLogsRequest, Device_StreamFrameLogsServer) error
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	// Note: this endpoint is intended for debugging and should not be used for building
	// integrations.
	StreamEventLogs(*StreamDeviceEventLogsRequest, Device_StreamEventLogsServer) error
}

type Device_StreamEventLogsClient

type Device_StreamEventLogsClient interface {
	Recv() (*StreamDeviceEventLogsResponse, error)
	grpc.ClientStream
}

type Device_StreamEventLogsServer

type Device_StreamEventLogsServer interface {
	Send(*StreamDeviceEventLogsResponse) error
	grpc.ServerStream
}

type Device_StreamFrameLogsClient

type Device_StreamFrameLogsClient interface {
	Recv() (*StreamDeviceFrameLogsResponse, error)
	grpc.ClientStream
}

type Device_StreamFrameLogsServer

type Device_StreamFrameLogsServer interface {
	Send(*StreamDeviceFrameLogsResponse) error
	grpc.ServerStream
}

type DownlinkFrameLog

type DownlinkFrameLog struct {
	// TX information of the downlink.
	TxInfo *DownlinkTXInfo `protobuf:"bytes,1,opt,name=txInfo" json:"txInfo,omitempty"`
	// LoRaWAN PHYPayload.
	PhyPayloadJSON       string   `protobuf:"bytes,2,opt,name=phyPayloadJSON" json:"phyPayloadJSON,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownlinkFrameLog) Descriptor

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

func (*DownlinkFrameLog) GetPhyPayloadJSON

func (m *DownlinkFrameLog) GetPhyPayloadJSON() string

func (*DownlinkFrameLog) GetTxInfo

func (m *DownlinkFrameLog) GetTxInfo() *DownlinkTXInfo

func (*DownlinkFrameLog) ProtoMessage

func (*DownlinkFrameLog) ProtoMessage()

func (*DownlinkFrameLog) Reset

func (m *DownlinkFrameLog) Reset()

func (*DownlinkFrameLog) String

func (m *DownlinkFrameLog) String() string

func (*DownlinkFrameLog) XXX_DiscardUnknown

func (m *DownlinkFrameLog) XXX_DiscardUnknown()

func (*DownlinkFrameLog) XXX_Marshal

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

func (*DownlinkFrameLog) XXX_Merge

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

func (*DownlinkFrameLog) XXX_Size

func (m *DownlinkFrameLog) XXX_Size() int

func (*DownlinkFrameLog) XXX_Unmarshal

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

type DownlinkTXInfo

type DownlinkTXInfo struct {
	// Gateway MAC.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// Frame must be sent immediately.
	Immediately bool `protobuf:"varint,2,opt,name=immediately" json:"immediately,omitempty"`
	// Transmit frame at the given time since GPS epoch.
	TimeSinceGPSEpoch string `protobuf:"bytes,3,opt,name=timeSinceGPSEpoch" json:"timeSinceGPSEpoch,omitempty"`
	// Transmit the frame at the given gateway internal timestamp.
	Timestamp uint32 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	// TX frequency (in Hz).
	Frequency uint32 `protobuf:"varint,5,opt,name=frequency" json:"frequency,omitempty"`
	// TX power (in dBm).
	Power int32 `protobuf:"varint,6,opt,name=power" json:"power,omitempty"`
	// Data-rate.
	DataRate *DataRate `protobuf:"bytes,7,opt,name=dataRate" json:"dataRate,omitempty"`
	// Code rate.
	CodeRate string `protobuf:"bytes,8,opt,name=codeRate" json:"codeRate,omitempty"`
	// Lora modulation polarization inversion.
	IPol bool `protobuf:"varint,9,opt,name=iPol" json:"iPol,omitempty"`
	// The board identifier that received the uplink frame.
	Board uint32 `protobuf:"varint,10,opt,name=board" json:"board,omitempty"`
	// THe antenna identifier that received the uplink frame.
	Antenna              uint32   `protobuf:"varint,11,opt,name=antenna" json:"antenna,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DownlinkTXInfo) Descriptor

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

func (*DownlinkTXInfo) GetAntenna

func (m *DownlinkTXInfo) GetAntenna() uint32

func (*DownlinkTXInfo) GetBoard

func (m *DownlinkTXInfo) GetBoard() uint32

func (*DownlinkTXInfo) GetCodeRate

func (m *DownlinkTXInfo) GetCodeRate() string

func (*DownlinkTXInfo) GetDataRate

func (m *DownlinkTXInfo) GetDataRate() *DataRate

func (*DownlinkTXInfo) GetFrequency

func (m *DownlinkTXInfo) GetFrequency() uint32

func (*DownlinkTXInfo) GetIPol

func (m *DownlinkTXInfo) GetIPol() bool

func (*DownlinkTXInfo) GetImmediately

func (m *DownlinkTXInfo) GetImmediately() bool

func (*DownlinkTXInfo) GetMac

func (m *DownlinkTXInfo) GetMac() string

func (*DownlinkTXInfo) GetPower

func (m *DownlinkTXInfo) GetPower() int32

func (*DownlinkTXInfo) GetTimeSinceGPSEpoch

func (m *DownlinkTXInfo) GetTimeSinceGPSEpoch() string

func (*DownlinkTXInfo) GetTimestamp

func (m *DownlinkTXInfo) GetTimestamp() uint32

func (*DownlinkTXInfo) ProtoMessage

func (*DownlinkTXInfo) ProtoMessage()

func (*DownlinkTXInfo) Reset

func (m *DownlinkTXInfo) Reset()

func (*DownlinkTXInfo) String

func (m *DownlinkTXInfo) String() string

func (*DownlinkTXInfo) XXX_DiscardUnknown

func (m *DownlinkTXInfo) XXX_DiscardUnknown()

func (*DownlinkTXInfo) XXX_Marshal

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

func (*DownlinkTXInfo) XXX_Merge

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

func (*DownlinkTXInfo) XXX_Size

func (m *DownlinkTXInfo) XXX_Size() int

func (*DownlinkTXInfo) XXX_Unmarshal

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

type EmptyResponse

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

func (*EmptyResponse) Descriptor

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

func (*EmptyResponse) ProtoMessage

func (*EmptyResponse) ProtoMessage()

func (*EmptyResponse) Reset

func (m *EmptyResponse) Reset()

func (*EmptyResponse) String

func (m *EmptyResponse) String() string

func (*EmptyResponse) XXX_DiscardUnknown

func (m *EmptyResponse) XXX_DiscardUnknown()

func (*EmptyResponse) XXX_Marshal

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

func (*EmptyResponse) XXX_Merge

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

func (*EmptyResponse) XXX_Size

func (m *EmptyResponse) XXX_Size() int

func (*EmptyResponse) XXX_Unmarshal

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

type EnqueueDeviceQueueItemRequest

type EnqueueDeviceQueueItemRequest struct {
	// Hex encoded DevEUI of the node.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Random reference (used on ack notification).
	Reference string `protobuf:"bytes,2,opt,name=reference" json:"reference,omitempty"`
	// Is an ACK required from the node.
	Confirmed bool `protobuf:"varint,3,opt,name=confirmed" json:"confirmed,omitempty"`
	// FPort used (must be >0)
	FPort uint32 `protobuf:"varint,4,opt,name=fPort" json:"fPort,omitempty"`
	// Base64 encoded data (or use the jsonObject when an application codec has been configured).
	Data []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`
	// String containing a JSON object (to be enqueued by the application codec).
	JsonObject           string   `protobuf:"bytes,6,opt,name=jsonObject" json:"jsonObject,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnqueueDeviceQueueItemRequest) Descriptor

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

func (*EnqueueDeviceQueueItemRequest) GetConfirmed

func (m *EnqueueDeviceQueueItemRequest) GetConfirmed() bool

func (*EnqueueDeviceQueueItemRequest) GetData

func (m *EnqueueDeviceQueueItemRequest) GetData() []byte

func (*EnqueueDeviceQueueItemRequest) GetDevEUI

func (m *EnqueueDeviceQueueItemRequest) GetDevEUI() string

func (*EnqueueDeviceQueueItemRequest) GetFPort

func (m *EnqueueDeviceQueueItemRequest) GetFPort() uint32

func (*EnqueueDeviceQueueItemRequest) GetJsonObject

func (m *EnqueueDeviceQueueItemRequest) GetJsonObject() string

func (*EnqueueDeviceQueueItemRequest) GetReference

func (m *EnqueueDeviceQueueItemRequest) GetReference() string

func (*EnqueueDeviceQueueItemRequest) ProtoMessage

func (*EnqueueDeviceQueueItemRequest) ProtoMessage()

func (*EnqueueDeviceQueueItemRequest) Reset

func (m *EnqueueDeviceQueueItemRequest) Reset()

func (*EnqueueDeviceQueueItemRequest) String

func (*EnqueueDeviceQueueItemRequest) XXX_DiscardUnknown

func (m *EnqueueDeviceQueueItemRequest) XXX_DiscardUnknown()

func (*EnqueueDeviceQueueItemRequest) XXX_Marshal

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

func (*EnqueueDeviceQueueItemRequest) XXX_Merge

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

func (*EnqueueDeviceQueueItemRequest) XXX_Size

func (m *EnqueueDeviceQueueItemRequest) XXX_Size() int

func (*EnqueueDeviceQueueItemRequest) XXX_Unmarshal

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

type EnqueueDeviceQueueItemResponse

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

func (*EnqueueDeviceQueueItemResponse) Descriptor

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

func (*EnqueueDeviceQueueItemResponse) ProtoMessage

func (*EnqueueDeviceQueueItemResponse) ProtoMessage()

func (*EnqueueDeviceQueueItemResponse) Reset

func (m *EnqueueDeviceQueueItemResponse) Reset()

func (*EnqueueDeviceQueueItemResponse) String

func (*EnqueueDeviceQueueItemResponse) XXX_DiscardUnknown

func (m *EnqueueDeviceQueueItemResponse) XXX_DiscardUnknown()

func (*EnqueueDeviceQueueItemResponse) XXX_Marshal

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

func (*EnqueueDeviceQueueItemResponse) XXX_Merge

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

func (*EnqueueDeviceQueueItemResponse) XXX_Size

func (m *EnqueueDeviceQueueItemResponse) XXX_Size() int

func (*EnqueueDeviceQueueItemResponse) XXX_Unmarshal

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

type FlushDeviceQueueRequest

type FlushDeviceQueueRequest struct {
	// Hex encoded DevEUI of the node.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FlushDeviceQueueRequest) Descriptor

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

func (*FlushDeviceQueueRequest) GetDevEUI

func (m *FlushDeviceQueueRequest) GetDevEUI() string

func (*FlushDeviceQueueRequest) ProtoMessage

func (*FlushDeviceQueueRequest) ProtoMessage()

func (*FlushDeviceQueueRequest) Reset

func (m *FlushDeviceQueueRequest) Reset()

func (*FlushDeviceQueueRequest) String

func (m *FlushDeviceQueueRequest) String() string

func (*FlushDeviceQueueRequest) XXX_DiscardUnknown

func (m *FlushDeviceQueueRequest) XXX_DiscardUnknown()

func (*FlushDeviceQueueRequest) XXX_Marshal

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

func (*FlushDeviceQueueRequest) XXX_Merge

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

func (*FlushDeviceQueueRequest) XXX_Size

func (m *FlushDeviceQueueRequest) XXX_Size() int

func (*FlushDeviceQueueRequest) XXX_Unmarshal

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

type FlushDeviceQueueResponse

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

func (*FlushDeviceQueueResponse) Descriptor

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

func (*FlushDeviceQueueResponse) ProtoMessage

func (*FlushDeviceQueueResponse) ProtoMessage()

func (*FlushDeviceQueueResponse) Reset

func (m *FlushDeviceQueueResponse) Reset()

func (*FlushDeviceQueueResponse) String

func (m *FlushDeviceQueueResponse) String() string

func (*FlushDeviceQueueResponse) XXX_DiscardUnknown

func (m *FlushDeviceQueueResponse) XXX_DiscardUnknown()

func (*FlushDeviceQueueResponse) XXX_Marshal

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

func (*FlushDeviceQueueResponse) XXX_Merge

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

func (*FlushDeviceQueueResponse) XXX_Size

func (m *FlushDeviceQueueResponse) XXX_Size() int

func (*FlushDeviceQueueResponse) XXX_Unmarshal

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

type GatewayClient

type GatewayClient interface {
	// Create creates the given gateway.
	Create(ctx context.Context, in *CreateGatewayRequest, opts ...grpc.CallOption) (*CreateGatewayResponse, error)
	// Get returns the gateway for the requested mac address.
	Get(ctx context.Context, in *GetGatewayRequest, opts ...grpc.CallOption) (*GetGatewayResponse, error)
	// Update updates the gateway matching the given mac address.
	Update(ctx context.Context, in *UpdateGatewayRequest, opts ...grpc.CallOption) (*UpdateGatewayResponse, error)
	// Delete deletes the gateway matching the given mac address.
	Delete(ctx context.Context, in *DeleteGatewayRequest, opts ...grpc.CallOption) (*DeleteGatewayResponse, error)
	// List lists the gateways.
	List(ctx context.Context, in *ListGatewayRequest, opts ...grpc.CallOption) (*ListGatewayResponse, error)
	// GetStats lists the gateway stats given the query parameters.
	GetStats(ctx context.Context, in *GetGatewayStatsRequest, opts ...grpc.CallOption) (*GetGatewayStatsResponse, error)
	// GetLastPing returns the last emitted ping and gateways receiving this ping.
	GetLastPing(ctx context.Context, in *GetLastPingRequest, opts ...grpc.CallOption) (*GetLastPingResponse, error)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given mac.
	// Note: these are the raw LoRaWAN frames and this endpoint is intended for debugging.
	StreamFrameLogs(ctx context.Context, in *StreamGatewayFrameLogsRequest, opts ...grpc.CallOption) (Gateway_StreamFrameLogsClient, error)
}

GatewayClient is the client API for Gateway service.

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

func NewGatewayClient

func NewGatewayClient(cc *grpc.ClientConn) GatewayClient

type GatewayProfile

type GatewayProfile struct {
	// ID of the gateway-profile.
	GatewayProfileID string `protobuf:"bytes,1,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	// Default channels (channels specified by the LoRaWAN Regional Parameters
	// specification) enabled for this configuration.
	Channels []uint32 `protobuf:"varint,2,rep,packed,name=channels" json:"channels,omitempty"`
	// Extra channels added to the channel-configuration (in case the LoRaWAN
	// region supports adding custom channels).
	ExtraChannels        []*GatewayProfileExtraChannel `protobuf:"bytes,3,rep,name=extraChannels" json:"extraChannels,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GatewayProfile) Descriptor

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

func (*GatewayProfile) GetChannels

func (m *GatewayProfile) GetChannels() []uint32

func (*GatewayProfile) GetExtraChannels

func (m *GatewayProfile) GetExtraChannels() []*GatewayProfileExtraChannel

func (*GatewayProfile) GetGatewayProfileID

func (m *GatewayProfile) GetGatewayProfileID() string

func (*GatewayProfile) ProtoMessage

func (*GatewayProfile) ProtoMessage()

func (*GatewayProfile) Reset

func (m *GatewayProfile) Reset()

func (*GatewayProfile) String

func (m *GatewayProfile) String() string

func (*GatewayProfile) XXX_DiscardUnknown

func (m *GatewayProfile) XXX_DiscardUnknown()

func (*GatewayProfile) XXX_Marshal

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

func (*GatewayProfile) XXX_Merge

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

func (*GatewayProfile) XXX_Size

func (m *GatewayProfile) XXX_Size() int

func (*GatewayProfile) XXX_Unmarshal

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

type GatewayProfileExtraChannel

type GatewayProfileExtraChannel struct {
	// Modulation.
	Modulation Modulation `protobuf:"varint,1,opt,name=modulation,enum=api.Modulation" json:"modulation,omitempty"`
	// Frequency.
	Frequency uint32 `protobuf:"varint,2,opt,name=frequency" json:"frequency,omitempty"`
	// Bandwidth.
	Bandwidth uint32 `protobuf:"varint,3,opt,name=bandwidth" json:"bandwidth,omitempty"`
	// Bitrate (in case of FSK modulation).
	Bitrate uint32 `protobuf:"varint,4,opt,name=bitrate" json:"bitrate,omitempty"`
	// Spreading factors (in case of LoRa modulation).
	SpreadingFactors     []uint32 `protobuf:"varint,5,rep,packed,name=spreadingFactors" json:"spreadingFactors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GatewayProfileExtraChannel) Descriptor

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

func (*GatewayProfileExtraChannel) GetBandwidth

func (m *GatewayProfileExtraChannel) GetBandwidth() uint32

func (*GatewayProfileExtraChannel) GetBitrate

func (m *GatewayProfileExtraChannel) GetBitrate() uint32

func (*GatewayProfileExtraChannel) GetFrequency

func (m *GatewayProfileExtraChannel) GetFrequency() uint32

func (*GatewayProfileExtraChannel) GetModulation

func (m *GatewayProfileExtraChannel) GetModulation() Modulation

func (*GatewayProfileExtraChannel) GetSpreadingFactors

func (m *GatewayProfileExtraChannel) GetSpreadingFactors() []uint32

func (*GatewayProfileExtraChannel) ProtoMessage

func (*GatewayProfileExtraChannel) ProtoMessage()

func (*GatewayProfileExtraChannel) Reset

func (m *GatewayProfileExtraChannel) Reset()

func (*GatewayProfileExtraChannel) String

func (m *GatewayProfileExtraChannel) String() string

func (*GatewayProfileExtraChannel) XXX_DiscardUnknown

func (m *GatewayProfileExtraChannel) XXX_DiscardUnknown()

func (*GatewayProfileExtraChannel) XXX_Marshal

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

func (*GatewayProfileExtraChannel) XXX_Merge

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

func (*GatewayProfileExtraChannel) XXX_Size

func (m *GatewayProfileExtraChannel) XXX_Size() int

func (*GatewayProfileExtraChannel) XXX_Unmarshal

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

type GatewayProfileMeta

type GatewayProfileMeta struct {
	// ID of the gateway-profile.
	GatewayProfileID string `protobuf:"bytes,1,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	// Name of the gateway-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Network-server id of the gateway-profile.
	NetworkServerID int64 `protobuf:"varint,3,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GatewayProfileMeta) Descriptor

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

func (*GatewayProfileMeta) GetCreatedAt

func (m *GatewayProfileMeta) GetCreatedAt() string

func (*GatewayProfileMeta) GetGatewayProfileID

func (m *GatewayProfileMeta) GetGatewayProfileID() string

func (*GatewayProfileMeta) GetName

func (m *GatewayProfileMeta) GetName() string

func (*GatewayProfileMeta) GetNetworkServerID

func (m *GatewayProfileMeta) GetNetworkServerID() int64

func (*GatewayProfileMeta) GetUpdatedAt

func (m *GatewayProfileMeta) GetUpdatedAt() string

func (*GatewayProfileMeta) ProtoMessage

func (*GatewayProfileMeta) ProtoMessage()

func (*GatewayProfileMeta) Reset

func (m *GatewayProfileMeta) Reset()

func (*GatewayProfileMeta) String

func (m *GatewayProfileMeta) String() string

func (*GatewayProfileMeta) XXX_DiscardUnknown

func (m *GatewayProfileMeta) XXX_DiscardUnknown()

func (*GatewayProfileMeta) XXX_Marshal

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

func (*GatewayProfileMeta) XXX_Merge

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

func (*GatewayProfileMeta) XXX_Size

func (m *GatewayProfileMeta) XXX_Size() int

func (*GatewayProfileMeta) XXX_Unmarshal

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

type GatewayProfileServiceClient

type GatewayProfileServiceClient interface {
	// Create creates the given gateway-profile.
	Create(ctx context.Context, in *CreateGatewayProfileRequest, opts ...grpc.CallOption) (*CreateGatewayProfileResponse, error)
	// Get returns the gateway-profile matching the given id.
	Get(ctx context.Context, in *GetGatewayProfileRequest, opts ...grpc.CallOption) (*GetGatewayProfileResponse, error)
	// Update updates the given gateway-profile.
	Update(ctx context.Context, in *UpdateGatewayProfileRequest, opts ...grpc.CallOption) (*UpdateGatewayProfileResponse, error)
	// Delete deletes the gateway-profile matching the given id.
	Delete(ctx context.Context, in *DeleteGatewayProfileRequest, opts ...grpc.CallOption) (*DeleteGatewayProfileResponse, error)
	// List returns the existing gateway-profiles.
	List(ctx context.Context, in *ListGatewayProfilesRequest, opts ...grpc.CallOption) (*ListGatewayProfilesResponse, error)
}

GatewayProfileServiceClient is the client API for GatewayProfileService service.

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

func NewGatewayProfileServiceClient

func NewGatewayProfileServiceClient(cc *grpc.ClientConn) GatewayProfileServiceClient

type GatewayProfileServiceServer

type GatewayProfileServiceServer interface {
	// Create creates the given gateway-profile.
	Create(context.Context, *CreateGatewayProfileRequest) (*CreateGatewayProfileResponse, error)
	// Get returns the gateway-profile matching the given id.
	Get(context.Context, *GetGatewayProfileRequest) (*GetGatewayProfileResponse, error)
	// Update updates the given gateway-profile.
	Update(context.Context, *UpdateGatewayProfileRequest) (*UpdateGatewayProfileResponse, error)
	// Delete deletes the gateway-profile matching the given id.
	Delete(context.Context, *DeleteGatewayProfileRequest) (*DeleteGatewayProfileResponse, error)
	// List returns the existing gateway-profiles.
	List(context.Context, *ListGatewayProfilesRequest) (*ListGatewayProfilesResponse, error)
}

type GatewayServer

type GatewayServer interface {
	// Create creates the given gateway.
	Create(context.Context, *CreateGatewayRequest) (*CreateGatewayResponse, error)
	// Get returns the gateway for the requested mac address.
	Get(context.Context, *GetGatewayRequest) (*GetGatewayResponse, error)
	// Update updates the gateway matching the given mac address.
	Update(context.Context, *UpdateGatewayRequest) (*UpdateGatewayResponse, error)
	// Delete deletes the gateway matching the given mac address.
	Delete(context.Context, *DeleteGatewayRequest) (*DeleteGatewayResponse, error)
	// List lists the gateways.
	List(context.Context, *ListGatewayRequest) (*ListGatewayResponse, error)
	// GetStats lists the gateway stats given the query parameters.
	GetStats(context.Context, *GetGatewayStatsRequest) (*GetGatewayStatsResponse, error)
	// GetLastPing returns the last emitted ping and gateways receiving this ping.
	GetLastPing(context.Context, *GetLastPingRequest) (*GetLastPingResponse, error)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given mac.
	// Note: these are the raw LoRaWAN frames and this endpoint is intended for debugging.
	StreamFrameLogs(*StreamGatewayFrameLogsRequest, Gateway_StreamFrameLogsServer) error
}

type GatewayStats

type GatewayStats struct {
	// Timestamp of the (aggregated) measurement.
	Timestamp string `protobuf:"bytes,1,opt,name=timestamp" json:"timestamp,omitempty"`
	// Packets received by the gateway.
	RxPacketsReceived int32 `protobuf:"varint,2,opt,name=rxPacketsReceived" json:"rxPacketsReceived,omitempty"`
	// Packets received by the gateway that passed the CRC check.
	RxPacketsReceivedOK int32 `protobuf:"varint,3,opt,name=rxPacketsReceivedOK" json:"rxPacketsReceivedOK,omitempty"`
	// Packets received by the gateway for transmission.
	TxPacketsReceived int32 `protobuf:"varint,4,opt,name=txPacketsReceived" json:"txPacketsReceived,omitempty"`
	// Packets transmitted by the gateway.
	TxPacketsEmitted     int32    `protobuf:"varint,5,opt,name=txPacketsEmitted" json:"txPacketsEmitted,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GatewayStats) Descriptor

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

func (*GatewayStats) GetRxPacketsReceived

func (m *GatewayStats) GetRxPacketsReceived() int32

func (*GatewayStats) GetRxPacketsReceivedOK

func (m *GatewayStats) GetRxPacketsReceivedOK() int32

func (*GatewayStats) GetTimestamp

func (m *GatewayStats) GetTimestamp() string

func (*GatewayStats) GetTxPacketsEmitted

func (m *GatewayStats) GetTxPacketsEmitted() int32

func (*GatewayStats) GetTxPacketsReceived

func (m *GatewayStats) GetTxPacketsReceived() int32

func (*GatewayStats) ProtoMessage

func (*GatewayStats) ProtoMessage()

func (*GatewayStats) Reset

func (m *GatewayStats) Reset()

func (*GatewayStats) String

func (m *GatewayStats) String() string

func (*GatewayStats) XXX_DiscardUnknown

func (m *GatewayStats) XXX_DiscardUnknown()

func (*GatewayStats) XXX_Marshal

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

func (*GatewayStats) XXX_Merge

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

func (*GatewayStats) XXX_Size

func (m *GatewayStats) XXX_Size() int

func (*GatewayStats) XXX_Unmarshal

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

type Gateway_StreamFrameLogsClient

type Gateway_StreamFrameLogsClient interface {
	Recv() (*StreamGatewayFrameLogsResponse, error)
	grpc.ClientStream
}

type Gateway_StreamFrameLogsServer

type Gateway_StreamFrameLogsServer interface {
	Send(*StreamGatewayFrameLogsResponse) error
	grpc.ServerStream
}

type GetApplicationRequest

type GetApplicationRequest struct {
	// Name of the application.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetApplicationRequest) Descriptor

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

func (*GetApplicationRequest) GetId

func (m *GetApplicationRequest) GetId() int64

func (*GetApplicationRequest) ProtoMessage

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) Reset

func (m *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String

func (m *GetApplicationRequest) String() string

func (*GetApplicationRequest) XXX_DiscardUnknown

func (m *GetApplicationRequest) XXX_DiscardUnknown()

func (*GetApplicationRequest) XXX_Marshal

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

func (*GetApplicationRequest) XXX_Merge

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

func (*GetApplicationRequest) XXX_Size

func (m *GetApplicationRequest) XXX_Size() int

func (*GetApplicationRequest) XXX_Unmarshal

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

type GetApplicationResponse

type GetApplicationResponse struct {
	// ID of the application.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Name of the application.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// ID of the organization to which the application belongs.
	OrganizationID int64 `protobuf:"varint,14,opt,name=organizationID" json:"organizationID,omitempty"`
	// ID of the service profile.
	ServiceProfileID string `protobuf:"bytes,15,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	// Payload codec.
	PayloadCodec string `protobuf:"bytes,16,opt,name=payloadCodec" json:"payloadCodec,omitempty"`
	// Payload encoder script.
	PayloadEncoderScript string `protobuf:"bytes,17,opt,name=payloadEncoderScript" json:"payloadEncoderScript,omitempty"`
	// Payload decoder script.
	PayloadDecoderScript string   `protobuf:"bytes,18,opt,name=payloadDecoderScript" json:"payloadDecoderScript,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetApplicationResponse) Descriptor

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

func (*GetApplicationResponse) GetDescription

func (m *GetApplicationResponse) GetDescription() string

func (*GetApplicationResponse) GetId

func (m *GetApplicationResponse) GetId() int64

func (*GetApplicationResponse) GetName

func (m *GetApplicationResponse) GetName() string

func (*GetApplicationResponse) GetOrganizationID

func (m *GetApplicationResponse) GetOrganizationID() int64

func (*GetApplicationResponse) GetPayloadCodec

func (m *GetApplicationResponse) GetPayloadCodec() string

func (*GetApplicationResponse) GetPayloadDecoderScript

func (m *GetApplicationResponse) GetPayloadDecoderScript() string

func (*GetApplicationResponse) GetPayloadEncoderScript

func (m *GetApplicationResponse) GetPayloadEncoderScript() string

func (*GetApplicationResponse) GetServiceProfileID

func (m *GetApplicationResponse) GetServiceProfileID() string

func (*GetApplicationResponse) ProtoMessage

func (*GetApplicationResponse) ProtoMessage()

func (*GetApplicationResponse) Reset

func (m *GetApplicationResponse) Reset()

func (*GetApplicationResponse) String

func (m *GetApplicationResponse) String() string

func (*GetApplicationResponse) XXX_DiscardUnknown

func (m *GetApplicationResponse) XXX_DiscardUnknown()

func (*GetApplicationResponse) XXX_Marshal

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

func (*GetApplicationResponse) XXX_Merge

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

func (*GetApplicationResponse) XXX_Size

func (m *GetApplicationResponse) XXX_Size() int

func (*GetApplicationResponse) XXX_Unmarshal

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

type GetDeviceActivationRequest

type GetDeviceActivationRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceActivationRequest) Descriptor

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

func (*GetDeviceActivationRequest) GetDevEUI

func (m *GetDeviceActivationRequest) GetDevEUI() string

func (*GetDeviceActivationRequest) ProtoMessage

func (*GetDeviceActivationRequest) ProtoMessage()

func (*GetDeviceActivationRequest) Reset

func (m *GetDeviceActivationRequest) Reset()

func (*GetDeviceActivationRequest) String

func (m *GetDeviceActivationRequest) String() string

func (*GetDeviceActivationRequest) XXX_DiscardUnknown

func (m *GetDeviceActivationRequest) XXX_DiscardUnknown()

func (*GetDeviceActivationRequest) XXX_Marshal

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

func (*GetDeviceActivationRequest) XXX_Merge

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

func (*GetDeviceActivationRequest) XXX_Size

func (m *GetDeviceActivationRequest) XXX_Size() int

func (*GetDeviceActivationRequest) XXX_Unmarshal

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

type GetDeviceActivationResponse

type GetDeviceActivationResponse struct {
	// Hex encoded DevAddr.
	DevAddr string `protobuf:"bytes,1,opt,name=devAddr" json:"devAddr,omitempty"`
	// Hex encoded AppSKey.
	AppSKey string `protobuf:"bytes,2,opt,name=appSKey" json:"appSKey,omitempty"`
	// Hex encoded NwkSKey.
	NwkSKey string `protobuf:"bytes,3,opt,name=nwkSKey" json:"nwkSKey,omitempty"`
	// Uplink frame-counter.
	FCntUp uint32 `protobuf:"varint,4,opt,name=fCntUp" json:"fCntUp,omitempty"`
	// Downlink frame-counter.
	FCntDown uint32 `protobuf:"varint,5,opt,name=fCntDown" json:"fCntDown,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	SkipFCntCheck        bool     `protobuf:"varint,6,opt,name=skipFCntCheck" json:"skipFCntCheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceActivationResponse) Descriptor

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

func (*GetDeviceActivationResponse) GetAppSKey

func (m *GetDeviceActivationResponse) GetAppSKey() string

func (*GetDeviceActivationResponse) GetDevAddr

func (m *GetDeviceActivationResponse) GetDevAddr() string

func (*GetDeviceActivationResponse) GetFCntDown

func (m *GetDeviceActivationResponse) GetFCntDown() uint32

func (*GetDeviceActivationResponse) GetFCntUp

func (m *GetDeviceActivationResponse) GetFCntUp() uint32

func (*GetDeviceActivationResponse) GetNwkSKey

func (m *GetDeviceActivationResponse) GetNwkSKey() string

func (*GetDeviceActivationResponse) GetSkipFCntCheck

func (m *GetDeviceActivationResponse) GetSkipFCntCheck() bool

func (*GetDeviceActivationResponse) ProtoMessage

func (*GetDeviceActivationResponse) ProtoMessage()

func (*GetDeviceActivationResponse) Reset

func (m *GetDeviceActivationResponse) Reset()

func (*GetDeviceActivationResponse) String

func (m *GetDeviceActivationResponse) String() string

func (*GetDeviceActivationResponse) XXX_DiscardUnknown

func (m *GetDeviceActivationResponse) XXX_DiscardUnknown()

func (*GetDeviceActivationResponse) XXX_Marshal

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

func (*GetDeviceActivationResponse) XXX_Merge

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

func (*GetDeviceActivationResponse) XXX_Size

func (m *GetDeviceActivationResponse) XXX_Size() int

func (*GetDeviceActivationResponse) XXX_Unmarshal

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

type GetDeviceKeysRequest

type GetDeviceKeysRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceKeysRequest) Descriptor

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

func (*GetDeviceKeysRequest) GetDevEUI

func (m *GetDeviceKeysRequest) GetDevEUI() string

func (*GetDeviceKeysRequest) ProtoMessage

func (*GetDeviceKeysRequest) ProtoMessage()

func (*GetDeviceKeysRequest) Reset

func (m *GetDeviceKeysRequest) Reset()

func (*GetDeviceKeysRequest) String

func (m *GetDeviceKeysRequest) String() string

func (*GetDeviceKeysRequest) XXX_DiscardUnknown

func (m *GetDeviceKeysRequest) XXX_DiscardUnknown()

func (*GetDeviceKeysRequest) XXX_Marshal

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

func (*GetDeviceKeysRequest) XXX_Merge

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

func (*GetDeviceKeysRequest) XXX_Size

func (m *GetDeviceKeysRequest) XXX_Size() int

func (*GetDeviceKeysRequest) XXX_Unmarshal

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

type GetDeviceKeysResponse

type GetDeviceKeysResponse struct {
	DeviceKeys           *DeviceKeys `protobuf:"bytes,1,opt,name=deviceKeys" json:"deviceKeys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*GetDeviceKeysResponse) Descriptor

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

func (*GetDeviceKeysResponse) GetDeviceKeys

func (m *GetDeviceKeysResponse) GetDeviceKeys() *DeviceKeys

func (*GetDeviceKeysResponse) ProtoMessage

func (*GetDeviceKeysResponse) ProtoMessage()

func (*GetDeviceKeysResponse) Reset

func (m *GetDeviceKeysResponse) Reset()

func (*GetDeviceKeysResponse) String

func (m *GetDeviceKeysResponse) String() string

func (*GetDeviceKeysResponse) XXX_DiscardUnknown

func (m *GetDeviceKeysResponse) XXX_DiscardUnknown()

func (*GetDeviceKeysResponse) XXX_Marshal

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

func (*GetDeviceKeysResponse) XXX_Merge

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

func (*GetDeviceKeysResponse) XXX_Size

func (m *GetDeviceKeysResponse) XXX_Size() int

func (*GetDeviceKeysResponse) XXX_Unmarshal

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

type GetDeviceProfileRequest

type GetDeviceProfileRequest struct {
	// ID of the device-profile.
	DeviceProfileID      string   `protobuf:"bytes,1,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceProfileRequest) Descriptor

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

func (*GetDeviceProfileRequest) GetDeviceProfileID

func (m *GetDeviceProfileRequest) GetDeviceProfileID() string

func (*GetDeviceProfileRequest) ProtoMessage

func (*GetDeviceProfileRequest) ProtoMessage()

func (*GetDeviceProfileRequest) Reset

func (m *GetDeviceProfileRequest) Reset()

func (*GetDeviceProfileRequest) String

func (m *GetDeviceProfileRequest) String() string

func (*GetDeviceProfileRequest) XXX_DiscardUnknown

func (m *GetDeviceProfileRequest) XXX_DiscardUnknown()

func (*GetDeviceProfileRequest) XXX_Marshal

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

func (*GetDeviceProfileRequest) XXX_Merge

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

func (*GetDeviceProfileRequest) XXX_Size

func (m *GetDeviceProfileRequest) XXX_Size() int

func (*GetDeviceProfileRequest) XXX_Unmarshal

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

type GetDeviceProfileResponse

type GetDeviceProfileResponse struct {
	DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=deviceProfile" json:"deviceProfile,omitempty"`
	// Name of the device-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the device-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the device-profile.
	NetworkServerID int64 `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceProfileResponse) Descriptor

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

func (*GetDeviceProfileResponse) GetCreatedAt

func (m *GetDeviceProfileResponse) GetCreatedAt() string

func (*GetDeviceProfileResponse) GetDeviceProfile

func (m *GetDeviceProfileResponse) GetDeviceProfile() *DeviceProfile

func (*GetDeviceProfileResponse) GetName

func (m *GetDeviceProfileResponse) GetName() string

func (*GetDeviceProfileResponse) GetNetworkServerID

func (m *GetDeviceProfileResponse) GetNetworkServerID() int64

func (*GetDeviceProfileResponse) GetOrganizationID

func (m *GetDeviceProfileResponse) GetOrganizationID() int64

func (*GetDeviceProfileResponse) GetUpdatedAt

func (m *GetDeviceProfileResponse) GetUpdatedAt() string

func (*GetDeviceProfileResponse) ProtoMessage

func (*GetDeviceProfileResponse) ProtoMessage()

func (*GetDeviceProfileResponse) Reset

func (m *GetDeviceProfileResponse) Reset()

func (*GetDeviceProfileResponse) String

func (m *GetDeviceProfileResponse) String() string

func (*GetDeviceProfileResponse) XXX_DiscardUnknown

func (m *GetDeviceProfileResponse) XXX_DiscardUnknown()

func (*GetDeviceProfileResponse) XXX_Marshal

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

func (*GetDeviceProfileResponse) XXX_Merge

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

func (*GetDeviceProfileResponse) XXX_Size

func (m *GetDeviceProfileResponse) XXX_Size() int

func (*GetDeviceProfileResponse) XXX_Unmarshal

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

type GetDeviceRequest

type GetDeviceRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceRequest) Descriptor

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

func (*GetDeviceRequest) GetDevEUI

func (m *GetDeviceRequest) GetDevEUI() string

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 {
	// Hex encoded DevEUI.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Name of the device (if left blank, it will be set to the DevEUI).
	Name string `protobuf:"bytes,9,opt,name=name" json:"name,omitempty"`
	// ID of the application to which the device must be added.
	ApplicationID int64 `protobuf:"varint,13,opt,name=applicationID" json:"applicationID,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,14,opt,name=description" json:"description,omitempty"`
	// DeviceProfileID attached to the device.
	DeviceProfileID string `protobuf:"bytes,18,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	// The device battery status
	// 0:      The end-device is connected to an external power source
	// 1..254: The battery level, 1 being at minimum and 254 being at maximum
	// 255:    The end-device was not able to measure the battery level
	// 256:    The device-status is not available.
	DeviceStatusBattery uint32 `protobuf:"varint,19,opt,name=deviceStatusBattery" json:"deviceStatusBattery,omitempty"`
	// The device margin status
	// -32..32: The demodulation SNR ration in dB
	// 256:     The device-status is not available.
	DeviceStatusMargin int32 `protobuf:"varint,20,opt,name=deviceStatusMargin" json:"deviceStatusMargin,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	LastSeenAt string `protobuf:"bytes,21,opt,name=lastSeenAt" json:"lastSeenAt,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	SkipFCntCheck        bool     `protobuf:"varint,22,opt,name=skipFCntCheck" json:"skipFCntCheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceResponse) Descriptor

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

func (*GetDeviceResponse) GetApplicationID

func (m *GetDeviceResponse) GetApplicationID() int64

func (*GetDeviceResponse) GetDescription

func (m *GetDeviceResponse) GetDescription() string

func (*GetDeviceResponse) GetDevEUI

func (m *GetDeviceResponse) GetDevEUI() string

func (*GetDeviceResponse) GetDeviceProfileID

func (m *GetDeviceResponse) GetDeviceProfileID() string

func (*GetDeviceResponse) GetDeviceStatusBattery

func (m *GetDeviceResponse) GetDeviceStatusBattery() uint32

func (*GetDeviceResponse) GetDeviceStatusMargin

func (m *GetDeviceResponse) GetDeviceStatusMargin() int32

func (*GetDeviceResponse) GetLastSeenAt

func (m *GetDeviceResponse) GetLastSeenAt() string

func (*GetDeviceResponse) GetName

func (m *GetDeviceResponse) GetName() string

func (*GetDeviceResponse) GetSkipFCntCheck

func (m *GetDeviceResponse) GetSkipFCntCheck() bool

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 GetGatewayProfileRequest

type GetGatewayProfileRequest struct {
	// The ID of the gateway-profile.
	GatewayProfileID     string   `protobuf:"bytes,1,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayProfileRequest) Descriptor

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

func (*GetGatewayProfileRequest) GetGatewayProfileID

func (m *GetGatewayProfileRequest) GetGatewayProfileID() string

func (*GetGatewayProfileRequest) ProtoMessage

func (*GetGatewayProfileRequest) ProtoMessage()

func (*GetGatewayProfileRequest) Reset

func (m *GetGatewayProfileRequest) Reset()

func (*GetGatewayProfileRequest) String

func (m *GetGatewayProfileRequest) String() string

func (*GetGatewayProfileRequest) XXX_DiscardUnknown

func (m *GetGatewayProfileRequest) XXX_DiscardUnknown()

func (*GetGatewayProfileRequest) XXX_Marshal

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

func (*GetGatewayProfileRequest) XXX_Merge

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

func (*GetGatewayProfileRequest) XXX_Size

func (m *GetGatewayProfileRequest) XXX_Size() int

func (*GetGatewayProfileRequest) XXX_Unmarshal

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

type GetGatewayProfileResponse

type GetGatewayProfileResponse struct {
	GatewayProfile *GatewayProfile `protobuf:"bytes,1,opt,name=gatewayProfile" json:"gatewayProfile,omitempty"`
	// Name of the gateway-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Network-server ID of the gateway-profile.
	NetworkServerID int64 `protobuf:"varint,3,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayProfileResponse) Descriptor

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

func (*GetGatewayProfileResponse) GetCreatedAt

func (m *GetGatewayProfileResponse) GetCreatedAt() string

func (*GetGatewayProfileResponse) GetGatewayProfile

func (m *GetGatewayProfileResponse) GetGatewayProfile() *GatewayProfile

func (*GetGatewayProfileResponse) GetName

func (m *GetGatewayProfileResponse) GetName() string

func (*GetGatewayProfileResponse) GetNetworkServerID

func (m *GetGatewayProfileResponse) GetNetworkServerID() int64

func (*GetGatewayProfileResponse) GetUpdatedAt

func (m *GetGatewayProfileResponse) GetUpdatedAt() string

func (*GetGatewayProfileResponse) ProtoMessage

func (*GetGatewayProfileResponse) ProtoMessage()

func (*GetGatewayProfileResponse) Reset

func (m *GetGatewayProfileResponse) Reset()

func (*GetGatewayProfileResponse) String

func (m *GetGatewayProfileResponse) String() string

func (*GetGatewayProfileResponse) XXX_DiscardUnknown

func (m *GetGatewayProfileResponse) XXX_DiscardUnknown()

func (*GetGatewayProfileResponse) XXX_Marshal

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

func (*GetGatewayProfileResponse) XXX_Merge

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

func (*GetGatewayProfileResponse) XXX_Size

func (m *GetGatewayProfileResponse) XXX_Size() int

func (*GetGatewayProfileResponse) XXX_Unmarshal

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

type GetGatewayRequest

type GetGatewayRequest struct {
	// Hex encoded mac address of the node.
	Mac                  string   `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayRequest) Descriptor

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

func (*GetGatewayRequest) GetMac

func (m *GetGatewayRequest) GetMac() string

func (*GetGatewayRequest) ProtoMessage

func (*GetGatewayRequest) ProtoMessage()

func (*GetGatewayRequest) Reset

func (m *GetGatewayRequest) Reset()

func (*GetGatewayRequest) String

func (m *GetGatewayRequest) String() string

func (*GetGatewayRequest) XXX_DiscardUnknown

func (m *GetGatewayRequest) XXX_DiscardUnknown()

func (*GetGatewayRequest) XXX_Marshal

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

func (*GetGatewayRequest) XXX_Merge

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

func (*GetGatewayRequest) XXX_Size

func (m *GetGatewayRequest) XXX_Size() int

func (*GetGatewayRequest) XXX_Unmarshal

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

type GetGatewayResponse

type GetGatewayResponse struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// A name for the gateway
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// A description for the gateway
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// Latitude of the gateway -90.0 to 90.0
	Latitude float64 `protobuf:"fixed64,4,opt,name=latitude" json:"latitude,omitempty"`
	// Longitude of the gateway -180.0 to 180.0
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude" json:"longitude,omitempty"`
	// Altitude of the gateway in meters
	Altitude float64 `protobuf:"fixed64,6,opt,name=altitude" json:"altitude,omitempty"`
	// Creation timestamp of the record
	CreatedAt string `protobuf:"bytes,7,opt,name=createdAt" json:"createdAt,omitempty"`
	// Last update timestamp of the record
	UpdatedAt string `protobuf:"bytes,8,opt,name=updatedAt" json:"updatedAt,omitempty"`
	// The timestamp of the first data from the gateway.
	FirstSeenAt string `protobuf:"bytes,9,opt,name=firstSeenAt" json:"firstSeenAt,omitempty"`
	// The timestamp of the most recent data from the gateway.
	LastSeenAt string `protobuf:"bytes,10,opt,name=lastSeenAt" json:"lastSeenAt,omitempty"`
	// ID of the organization to which this gateway belongs.
	OrganizationID int64 `protobuf:"varint,11,opt,name=organizationID" json:"organizationID,omitempty"`
	// Gateway sends out a periodic ping.
	Ping bool `protobuf:"varint,13,opt,name=ping" json:"ping,omitempty"`
	// ID of the network-server to which the gateway is connected.
	NetworkServerID int64 `protobuf:"varint,14,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// ID of the gateway-profile (optional).
	GatewayProfileID     string   `protobuf:"bytes,15,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayResponse) Descriptor

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

func (*GetGatewayResponse) GetAltitude

func (m *GetGatewayResponse) GetAltitude() float64

func (*GetGatewayResponse) GetCreatedAt

func (m *GetGatewayResponse) GetCreatedAt() string

func (*GetGatewayResponse) GetDescription

func (m *GetGatewayResponse) GetDescription() string

func (*GetGatewayResponse) GetFirstSeenAt

func (m *GetGatewayResponse) GetFirstSeenAt() string

func (*GetGatewayResponse) GetGatewayProfileID

func (m *GetGatewayResponse) GetGatewayProfileID() string

func (*GetGatewayResponse) GetLastSeenAt

func (m *GetGatewayResponse) GetLastSeenAt() string

func (*GetGatewayResponse) GetLatitude

func (m *GetGatewayResponse) GetLatitude() float64

func (*GetGatewayResponse) GetLongitude

func (m *GetGatewayResponse) GetLongitude() float64

func (*GetGatewayResponse) GetMac

func (m *GetGatewayResponse) GetMac() string

func (*GetGatewayResponse) GetName

func (m *GetGatewayResponse) GetName() string

func (*GetGatewayResponse) GetNetworkServerID

func (m *GetGatewayResponse) GetNetworkServerID() int64

func (*GetGatewayResponse) GetOrganizationID

func (m *GetGatewayResponse) GetOrganizationID() int64

func (*GetGatewayResponse) GetPing

func (m *GetGatewayResponse) GetPing() bool

func (*GetGatewayResponse) GetUpdatedAt

func (m *GetGatewayResponse) GetUpdatedAt() string

func (*GetGatewayResponse) ProtoMessage

func (*GetGatewayResponse) ProtoMessage()

func (*GetGatewayResponse) Reset

func (m *GetGatewayResponse) Reset()

func (*GetGatewayResponse) String

func (m *GetGatewayResponse) String() string

func (*GetGatewayResponse) XXX_DiscardUnknown

func (m *GetGatewayResponse) XXX_DiscardUnknown()

func (*GetGatewayResponse) XXX_Marshal

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

func (*GetGatewayResponse) XXX_Merge

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

func (*GetGatewayResponse) XXX_Size

func (m *GetGatewayResponse) XXX_Size() int

func (*GetGatewayResponse) XXX_Unmarshal

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

type GetGatewayStatsRequest

type GetGatewayStatsRequest struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// Aggregation interval.  One of "second", "minute", "hour", "day", "week",
	// "month", "quarter", "year".  Case insensitive.
	Interval string `protobuf:"bytes,2,opt,name=interval" json:"interval,omitempty"`
	// Timestamp to start from.
	StartTimestamp string `protobuf:"bytes,3,opt,name=startTimestamp" json:"startTimestamp,omitempty"`
	// Timestamp until to get from.
	EndTimestamp         string   `protobuf:"bytes,4,opt,name=endTimestamp" json:"endTimestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayStatsRequest) Descriptor

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

func (*GetGatewayStatsRequest) GetEndTimestamp

func (m *GetGatewayStatsRequest) GetEndTimestamp() string

func (*GetGatewayStatsRequest) GetInterval

func (m *GetGatewayStatsRequest) GetInterval() string

func (*GetGatewayStatsRequest) GetMac

func (m *GetGatewayStatsRequest) GetMac() string

func (*GetGatewayStatsRequest) GetStartTimestamp

func (m *GetGatewayStatsRequest) GetStartTimestamp() string

func (*GetGatewayStatsRequest) ProtoMessage

func (*GetGatewayStatsRequest) ProtoMessage()

func (*GetGatewayStatsRequest) Reset

func (m *GetGatewayStatsRequest) Reset()

func (*GetGatewayStatsRequest) String

func (m *GetGatewayStatsRequest) String() string

func (*GetGatewayStatsRequest) XXX_DiscardUnknown

func (m *GetGatewayStatsRequest) XXX_DiscardUnknown()

func (*GetGatewayStatsRequest) XXX_Marshal

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

func (*GetGatewayStatsRequest) XXX_Merge

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

func (*GetGatewayStatsRequest) XXX_Size

func (m *GetGatewayStatsRequest) XXX_Size() int

func (*GetGatewayStatsRequest) XXX_Unmarshal

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

type GetGatewayStatsResponse

type GetGatewayStatsResponse struct {
	Result               []*GatewayStats `protobuf:"bytes,1,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetGatewayStatsResponse) Descriptor

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

func (*GetGatewayStatsResponse) GetResult

func (m *GetGatewayStatsResponse) GetResult() []*GatewayStats

func (*GetGatewayStatsResponse) ProtoMessage

func (*GetGatewayStatsResponse) ProtoMessage()

func (*GetGatewayStatsResponse) Reset

func (m *GetGatewayStatsResponse) Reset()

func (*GetGatewayStatsResponse) String

func (m *GetGatewayStatsResponse) String() string

func (*GetGatewayStatsResponse) XXX_DiscardUnknown

func (m *GetGatewayStatsResponse) XXX_DiscardUnknown()

func (*GetGatewayStatsResponse) XXX_Marshal

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

func (*GetGatewayStatsResponse) XXX_Merge

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

func (*GetGatewayStatsResponse) XXX_Size

func (m *GetGatewayStatsResponse) XXX_Size() int

func (*GetGatewayStatsResponse) XXX_Unmarshal

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

type GetHTTPIntegrationRequest

type GetHTTPIntegrationRequest struct {
	// The id of the application.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHTTPIntegrationRequest) Descriptor

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

func (*GetHTTPIntegrationRequest) GetId

func (m *GetHTTPIntegrationRequest) GetId() int64

func (*GetHTTPIntegrationRequest) ProtoMessage

func (*GetHTTPIntegrationRequest) ProtoMessage()

func (*GetHTTPIntegrationRequest) Reset

func (m *GetHTTPIntegrationRequest) Reset()

func (*GetHTTPIntegrationRequest) String

func (m *GetHTTPIntegrationRequest) String() string

func (*GetHTTPIntegrationRequest) XXX_DiscardUnknown

func (m *GetHTTPIntegrationRequest) XXX_DiscardUnknown()

func (*GetHTTPIntegrationRequest) XXX_Marshal

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

func (*GetHTTPIntegrationRequest) XXX_Merge

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

func (*GetHTTPIntegrationRequest) XXX_Size

func (m *GetHTTPIntegrationRequest) XXX_Size() int

func (*GetHTTPIntegrationRequest) XXX_Unmarshal

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

type GetInfluxDBIntegrationRequest

type GetInfluxDBIntegrationRequest struct {
	// Application ID to get the integration for.
	ApplicationId        int64    `protobuf:"varint,2,opt,name=application_id,json=applicationId" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInfluxDBIntegrationRequest) Descriptor

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

func (*GetInfluxDBIntegrationRequest) GetApplicationId

func (m *GetInfluxDBIntegrationRequest) GetApplicationId() int64

func (*GetInfluxDBIntegrationRequest) ProtoMessage

func (*GetInfluxDBIntegrationRequest) ProtoMessage()

func (*GetInfluxDBIntegrationRequest) Reset

func (m *GetInfluxDBIntegrationRequest) Reset()

func (*GetInfluxDBIntegrationRequest) String

func (*GetInfluxDBIntegrationRequest) XXX_DiscardUnknown

func (m *GetInfluxDBIntegrationRequest) XXX_DiscardUnknown()

func (*GetInfluxDBIntegrationRequest) XXX_Marshal

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

func (*GetInfluxDBIntegrationRequest) XXX_Merge

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

func (*GetInfluxDBIntegrationRequest) XXX_Size

func (m *GetInfluxDBIntegrationRequest) XXX_Size() int

func (*GetInfluxDBIntegrationRequest) XXX_Unmarshal

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

type GetInfluxDBIntegrationResponse

type GetInfluxDBIntegrationResponse struct {
	// Integration configuration.
	Configuration        *InfluxDBIntegrationConfiguration `protobuf:"bytes,1,opt,name=configuration" json:"configuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*GetInfluxDBIntegrationResponse) Descriptor

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

func (*GetInfluxDBIntegrationResponse) GetConfiguration

func (*GetInfluxDBIntegrationResponse) ProtoMessage

func (*GetInfluxDBIntegrationResponse) ProtoMessage()

func (*GetInfluxDBIntegrationResponse) Reset

func (m *GetInfluxDBIntegrationResponse) Reset()

func (*GetInfluxDBIntegrationResponse) String

func (*GetInfluxDBIntegrationResponse) XXX_DiscardUnknown

func (m *GetInfluxDBIntegrationResponse) XXX_DiscardUnknown()

func (*GetInfluxDBIntegrationResponse) XXX_Marshal

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

func (*GetInfluxDBIntegrationResponse) XXX_Merge

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

func (*GetInfluxDBIntegrationResponse) XXX_Size

func (m *GetInfluxDBIntegrationResponse) XXX_Size() int

func (*GetInfluxDBIntegrationResponse) XXX_Unmarshal

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

type GetLastPingRequest

type GetLastPingRequest struct {
	// Hex encoded mac address.
	Mac                  string   `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLastPingRequest) Descriptor

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

func (*GetLastPingRequest) GetMac

func (m *GetLastPingRequest) GetMac() string

func (*GetLastPingRequest) ProtoMessage

func (*GetLastPingRequest) ProtoMessage()

func (*GetLastPingRequest) Reset

func (m *GetLastPingRequest) Reset()

func (*GetLastPingRequest) String

func (m *GetLastPingRequest) String() string

func (*GetLastPingRequest) XXX_DiscardUnknown

func (m *GetLastPingRequest) XXX_DiscardUnknown()

func (*GetLastPingRequest) XXX_Marshal

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

func (*GetLastPingRequest) XXX_Merge

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

func (*GetLastPingRequest) XXX_Size

func (m *GetLastPingRequest) XXX_Size() int

func (*GetLastPingRequest) XXX_Unmarshal

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

type GetLastPingResponse

type GetLastPingResponse struct {
	// Created at.
	CreatedAt string `protobuf:"bytes,1,opt,name=createdAt" json:"createdAt,omitempty"`
	// Frequency.
	Frequency uint32 `protobuf:"varint,2,opt,name=frequency" json:"frequency,omitempty"`
	// Data-rate.
	Dr uint32 `protobuf:"varint,3,opt,name=dr" json:"dr,omitempty"`
	// Gateways and meta-data of reception.
	PingRX               []*PingRX `protobuf:"bytes,4,rep,name=pingRX" json:"pingRX,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetLastPingResponse) Descriptor

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

func (*GetLastPingResponse) GetCreatedAt

func (m *GetLastPingResponse) GetCreatedAt() string

func (*GetLastPingResponse) GetDr

func (m *GetLastPingResponse) GetDr() uint32

func (*GetLastPingResponse) GetFrequency

func (m *GetLastPingResponse) GetFrequency() uint32

func (*GetLastPingResponse) GetPingRX

func (m *GetLastPingResponse) GetPingRX() []*PingRX

func (*GetLastPingResponse) ProtoMessage

func (*GetLastPingResponse) ProtoMessage()

func (*GetLastPingResponse) Reset

func (m *GetLastPingResponse) Reset()

func (*GetLastPingResponse) String

func (m *GetLastPingResponse) String() string

func (*GetLastPingResponse) XXX_DiscardUnknown

func (m *GetLastPingResponse) XXX_DiscardUnknown()

func (*GetLastPingResponse) XXX_Marshal

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

func (*GetLastPingResponse) XXX_Merge

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

func (*GetLastPingResponse) XXX_Size

func (m *GetLastPingResponse) XXX_Size() int

func (*GetLastPingResponse) XXX_Unmarshal

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

type GetNetworkServerRequest

type GetNetworkServerRequest struct {
	// ID of the network-server.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkServerRequest) Descriptor

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

func (*GetNetworkServerRequest) GetId

func (m *GetNetworkServerRequest) GetId() int64

func (*GetNetworkServerRequest) ProtoMessage

func (*GetNetworkServerRequest) ProtoMessage()

func (*GetNetworkServerRequest) Reset

func (m *GetNetworkServerRequest) Reset()

func (*GetNetworkServerRequest) String

func (m *GetNetworkServerRequest) String() string

func (*GetNetworkServerRequest) XXX_DiscardUnknown

func (m *GetNetworkServerRequest) XXX_DiscardUnknown()

func (*GetNetworkServerRequest) XXX_Marshal

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

func (*GetNetworkServerRequest) XXX_Merge

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

func (*GetNetworkServerRequest) XXX_Size

func (m *GetNetworkServerRequest) XXX_Size() int

func (*GetNetworkServerRequest) XXX_Unmarshal

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

type GetNetworkServerResponse

type GetNetworkServerResponse struct {
	// ID of the network-server.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,2,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt string `protobuf:"bytes,3,opt,name=updatedAt" json:"updatedAt,omitempty"`
	// Name of the network-server.
	Name string `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	// hostname:ip of the network-server.
	Server string `protobuf:"bytes,5,opt,name=server" json:"server,omitempty"`
	// ca certificate for connecting to the network-server
	CaCert string `protobuf:"bytes,6,opt,name=caCert" json:"caCert,omitempty"`
	// tls (client) certificate for connecting to the network-server
	TlsCert string `protobuf:"bytes,7,opt,name=tlsCert" json:"tlsCert,omitempty"`
	// routing-profile ca certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileCACert string `protobuf:"bytes,8,opt,name=routingProfileCACert" json:"routingProfileCACert,omitempty"`
	// routing-profile tls certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileTLSCert string `protobuf:"bytes,9,opt,name=routingProfileTLSCert" json:"routingProfileTLSCert,omitempty"`
	// The gateway discovery feature is enabled for gateways provisioned
	// on this network-server.
	GatewayDiscoveryEnabled bool `protobuf:"varint,10,opt,name=gatewayDiscoveryEnabled" json:"gatewayDiscoveryEnabled,omitempty"`
	// The number of times per day the gateway discovery 'ping' must be
	// broadcasted per gateway.
	GatewayDiscoveryInterval uint32 `protobuf:"varint,11,opt,name=gatewayDiscoveryInterval" json:"gatewayDiscoveryInterval,omitempty"`
	// The frequency (Hz) of the gateway discovery 'ping'.
	GatewayDiscoveryTXFrequency uint32 `protobuf:"varint,12,opt,name=gatewayDiscoveryTXFrequency" json:"gatewayDiscoveryTXFrequency,omitempty"`
	// The data-rate of the gateway discovery 'ping'.
	GatewayDiscoveryDR uint32 `protobuf:"varint,13,opt,name=gatewayDiscoveryDR" json:"gatewayDiscoveryDR,omitempty"`
	// The LoRa Server version.
	Version string `protobuf:"bytes,14,opt,name=version" json:"version,omitempty"`
	// The LoRa Server region configured.
	Region               string   `protobuf:"bytes,15,opt,name=region" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkServerResponse) Descriptor

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

func (*GetNetworkServerResponse) GetCaCert

func (m *GetNetworkServerResponse) GetCaCert() string

func (*GetNetworkServerResponse) GetCreatedAt

func (m *GetNetworkServerResponse) GetCreatedAt() string

func (*GetNetworkServerResponse) GetGatewayDiscoveryDR

func (m *GetNetworkServerResponse) GetGatewayDiscoveryDR() uint32

func (*GetNetworkServerResponse) GetGatewayDiscoveryEnabled

func (m *GetNetworkServerResponse) GetGatewayDiscoveryEnabled() bool

func (*GetNetworkServerResponse) GetGatewayDiscoveryInterval

func (m *GetNetworkServerResponse) GetGatewayDiscoveryInterval() uint32

func (*GetNetworkServerResponse) GetGatewayDiscoveryTXFrequency

func (m *GetNetworkServerResponse) GetGatewayDiscoveryTXFrequency() uint32

func (*GetNetworkServerResponse) GetId

func (m *GetNetworkServerResponse) GetId() int64

func (*GetNetworkServerResponse) GetName

func (m *GetNetworkServerResponse) GetName() string

func (*GetNetworkServerResponse) GetRegion

func (m *GetNetworkServerResponse) GetRegion() string

func (*GetNetworkServerResponse) GetRoutingProfileCACert

func (m *GetNetworkServerResponse) GetRoutingProfileCACert() string

func (*GetNetworkServerResponse) GetRoutingProfileTLSCert

func (m *GetNetworkServerResponse) GetRoutingProfileTLSCert() string

func (*GetNetworkServerResponse) GetServer

func (m *GetNetworkServerResponse) GetServer() string

func (*GetNetworkServerResponse) GetTlsCert

func (m *GetNetworkServerResponse) GetTlsCert() string

func (*GetNetworkServerResponse) GetUpdatedAt

func (m *GetNetworkServerResponse) GetUpdatedAt() string

func (*GetNetworkServerResponse) GetVersion

func (m *GetNetworkServerResponse) GetVersion() string

func (*GetNetworkServerResponse) ProtoMessage

func (*GetNetworkServerResponse) ProtoMessage()

func (*GetNetworkServerResponse) Reset

func (m *GetNetworkServerResponse) Reset()

func (*GetNetworkServerResponse) String

func (m *GetNetworkServerResponse) String() string

func (*GetNetworkServerResponse) XXX_DiscardUnknown

func (m *GetNetworkServerResponse) XXX_DiscardUnknown()

func (*GetNetworkServerResponse) XXX_Marshal

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

func (*GetNetworkServerResponse) XXX_Merge

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

func (*GetNetworkServerResponse) XXX_Size

func (m *GetNetworkServerResponse) XXX_Size() int

func (*GetNetworkServerResponse) XXX_Unmarshal

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

type GetOrganizationResponse

type GetOrganizationResponse struct {
	// ID of the user.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Organization name.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization display name.
	DisplayName string `protobuf:"bytes,3,opt,name=displayName" json:"displayName,omitempty"`
	// Can the organization create and "own" Gateways?
	CanHaveGateways bool `protobuf:"varint,4,opt,name=canHaveGateways" json:"canHaveGateways,omitempty"`
	// When the user was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// When the user was last updated (excludes changes in application access).
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetOrganizationResponse) Descriptor

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

func (*GetOrganizationResponse) GetCanHaveGateways

func (m *GetOrganizationResponse) GetCanHaveGateways() bool

func (*GetOrganizationResponse) GetCreatedAt

func (m *GetOrganizationResponse) GetCreatedAt() string

func (*GetOrganizationResponse) GetDisplayName

func (m *GetOrganizationResponse) GetDisplayName() string

func (*GetOrganizationResponse) GetId

func (m *GetOrganizationResponse) GetId() int64

func (*GetOrganizationResponse) GetName

func (m *GetOrganizationResponse) GetName() string

func (*GetOrganizationResponse) GetUpdatedAt

func (m *GetOrganizationResponse) GetUpdatedAt() string

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) Reset

func (m *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (m *GetOrganizationResponse) String() string

func (*GetOrganizationResponse) XXX_DiscardUnknown

func (m *GetOrganizationResponse) XXX_DiscardUnknown()

func (*GetOrganizationResponse) XXX_Marshal

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

func (*GetOrganizationResponse) XXX_Merge

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

func (*GetOrganizationResponse) XXX_Size

func (m *GetOrganizationResponse) XXX_Size() int

func (*GetOrganizationResponse) XXX_Unmarshal

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

type GetOrganizationUserRequest

type GetOrganizationUserRequest struct {
	// ID of the organization.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// ID of the user.
	UserID               int64    `protobuf:"varint,2,opt,name=userID" json:"userID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetOrganizationUserRequest) Descriptor

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

func (*GetOrganizationUserRequest) GetId

func (m *GetOrganizationUserRequest) GetId() int64

func (*GetOrganizationUserRequest) GetUserID

func (m *GetOrganizationUserRequest) GetUserID() int64

func (*GetOrganizationUserRequest) ProtoMessage

func (*GetOrganizationUserRequest) ProtoMessage()

func (*GetOrganizationUserRequest) Reset

func (m *GetOrganizationUserRequest) Reset()

func (*GetOrganizationUserRequest) String

func (m *GetOrganizationUserRequest) String() string

func (*GetOrganizationUserRequest) XXX_DiscardUnknown

func (m *GetOrganizationUserRequest) XXX_DiscardUnknown()

func (*GetOrganizationUserRequest) XXX_Marshal

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

func (*GetOrganizationUserRequest) XXX_Merge

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

func (*GetOrganizationUserRequest) XXX_Size

func (m *GetOrganizationUserRequest) XXX_Size() int

func (*GetOrganizationUserRequest) XXX_Unmarshal

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

type GetOrganizationUserResponse

type GetOrganizationUserResponse struct {
	// ID of the user.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	// If the user is a system admin, capable of creating other users.
	IsAdmin bool `protobuf:"varint,3,opt,name=isAdmin" json:"isAdmin,omitempty"`
	// When the user was created.
	CreatedAt string `protobuf:"bytes,4,opt,name=createdAt" json:"createdAt,omitempty"`
	// When the user was last updated (excludes changes in application access).
	UpdatedAt            string   `protobuf:"bytes,5,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response for a user in the organization

func (*GetOrganizationUserResponse) Descriptor

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

func (*GetOrganizationUserResponse) GetCreatedAt

func (m *GetOrganizationUserResponse) GetCreatedAt() string

func (*GetOrganizationUserResponse) GetId

func (*GetOrganizationUserResponse) GetIsAdmin

func (m *GetOrganizationUserResponse) GetIsAdmin() bool

func (*GetOrganizationUserResponse) GetUpdatedAt

func (m *GetOrganizationUserResponse) GetUpdatedAt() string

func (*GetOrganizationUserResponse) GetUsername

func (m *GetOrganizationUserResponse) GetUsername() string

func (*GetOrganizationUserResponse) ProtoMessage

func (*GetOrganizationUserResponse) ProtoMessage()

func (*GetOrganizationUserResponse) Reset

func (m *GetOrganizationUserResponse) Reset()

func (*GetOrganizationUserResponse) String

func (m *GetOrganizationUserResponse) String() string

func (*GetOrganizationUserResponse) XXX_DiscardUnknown

func (m *GetOrganizationUserResponse) XXX_DiscardUnknown()

func (*GetOrganizationUserResponse) XXX_Marshal

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

func (*GetOrganizationUserResponse) XXX_Merge

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

func (*GetOrganizationUserResponse) XXX_Size

func (m *GetOrganizationUserResponse) XXX_Size() int

func (*GetOrganizationUserResponse) XXX_Unmarshal

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

type GetRandomDevAddrRequest

type GetRandomDevAddrRequest struct {
	// Hex encoded DevEUI of the device to activate.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRandomDevAddrRequest) Descriptor

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

func (*GetRandomDevAddrRequest) GetDevEUI

func (m *GetRandomDevAddrRequest) GetDevEUI() string

func (*GetRandomDevAddrRequest) ProtoMessage

func (*GetRandomDevAddrRequest) ProtoMessage()

func (*GetRandomDevAddrRequest) Reset

func (m *GetRandomDevAddrRequest) Reset()

func (*GetRandomDevAddrRequest) String

func (m *GetRandomDevAddrRequest) String() string

func (*GetRandomDevAddrRequest) XXX_DiscardUnknown

func (m *GetRandomDevAddrRequest) XXX_DiscardUnknown()

func (*GetRandomDevAddrRequest) XXX_Marshal

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

func (*GetRandomDevAddrRequest) XXX_Merge

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

func (*GetRandomDevAddrRequest) XXX_Size

func (m *GetRandomDevAddrRequest) XXX_Size() int

func (*GetRandomDevAddrRequest) XXX_Unmarshal

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

type GetRandomDevAddrResponse

type GetRandomDevAddrResponse struct {
	// Hex encoded DevAddr.
	DevAddr              string   `protobuf:"bytes,1,opt,name=devAddr" json:"devAddr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRandomDevAddrResponse) Descriptor

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

func (*GetRandomDevAddrResponse) GetDevAddr

func (m *GetRandomDevAddrResponse) GetDevAddr() string

func (*GetRandomDevAddrResponse) ProtoMessage

func (*GetRandomDevAddrResponse) ProtoMessage()

func (*GetRandomDevAddrResponse) Reset

func (m *GetRandomDevAddrResponse) Reset()

func (*GetRandomDevAddrResponse) String

func (m *GetRandomDevAddrResponse) String() string

func (*GetRandomDevAddrResponse) XXX_DiscardUnknown

func (m *GetRandomDevAddrResponse) XXX_DiscardUnknown()

func (*GetRandomDevAddrResponse) XXX_Marshal

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

func (*GetRandomDevAddrResponse) XXX_Merge

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

func (*GetRandomDevAddrResponse) XXX_Size

func (m *GetRandomDevAddrResponse) XXX_Size() int

func (*GetRandomDevAddrResponse) XXX_Unmarshal

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

type GetServiceProfileRequest

type GetServiceProfileRequest struct {
	// ID of the service-profile.
	ServiceProfileID     string   `protobuf:"bytes,1,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetServiceProfileRequest) Descriptor

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

func (*GetServiceProfileRequest) GetServiceProfileID

func (m *GetServiceProfileRequest) GetServiceProfileID() string

func (*GetServiceProfileRequest) ProtoMessage

func (*GetServiceProfileRequest) ProtoMessage()

func (*GetServiceProfileRequest) Reset

func (m *GetServiceProfileRequest) Reset()

func (*GetServiceProfileRequest) String

func (m *GetServiceProfileRequest) String() string

func (*GetServiceProfileRequest) XXX_DiscardUnknown

func (m *GetServiceProfileRequest) XXX_DiscardUnknown()

func (*GetServiceProfileRequest) XXX_Marshal

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

func (*GetServiceProfileRequest) XXX_Merge

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

func (*GetServiceProfileRequest) XXX_Size

func (m *GetServiceProfileRequest) XXX_Size() int

func (*GetServiceProfileRequest) XXX_Unmarshal

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

type GetServiceProfileResponse

type GetServiceProfileResponse struct {
	ServiceProfile *ServiceProfile `protobuf:"bytes,1,opt,name=serviceProfile" json:"serviceProfile,omitempty"`
	// Name of the service-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the service-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the service-profile.
	NetworkServerID int64 `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetServiceProfileResponse) Descriptor

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

func (*GetServiceProfileResponse) GetCreatedAt

func (m *GetServiceProfileResponse) GetCreatedAt() string

func (*GetServiceProfileResponse) GetName

func (m *GetServiceProfileResponse) GetName() string

func (*GetServiceProfileResponse) GetNetworkServerID

func (m *GetServiceProfileResponse) GetNetworkServerID() int64

func (*GetServiceProfileResponse) GetOrganizationID

func (m *GetServiceProfileResponse) GetOrganizationID() int64

func (*GetServiceProfileResponse) GetServiceProfile

func (m *GetServiceProfileResponse) GetServiceProfile() *ServiceProfile

func (*GetServiceProfileResponse) GetUpdatedAt

func (m *GetServiceProfileResponse) GetUpdatedAt() string

func (*GetServiceProfileResponse) ProtoMessage

func (*GetServiceProfileResponse) ProtoMessage()

func (*GetServiceProfileResponse) Reset

func (m *GetServiceProfileResponse) Reset()

func (*GetServiceProfileResponse) String

func (m *GetServiceProfileResponse) String() string

func (*GetServiceProfileResponse) XXX_DiscardUnknown

func (m *GetServiceProfileResponse) XXX_DiscardUnknown()

func (*GetServiceProfileResponse) XXX_Marshal

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

func (*GetServiceProfileResponse) XXX_Merge

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

func (*GetServiceProfileResponse) XXX_Size

func (m *GetServiceProfileResponse) XXX_Size() int

func (*GetServiceProfileResponse) XXX_Unmarshal

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

type GetUserResponse

type GetUserResponse struct {
	// ID of the user.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTTL int32 `protobuf:"varint,3,opt,name=sessionTTL" json:"sessionTTL,omitempty"`
	// If the user is a system admin, capable of creating other users.
	IsAdmin bool `protobuf:"varint,4,opt,name=isAdmin" json:"isAdmin,omitempty"`
	// If the user is active.
	IsActive bool `protobuf:"varint,5,opt,name=isActive" json:"isActive,omitempty"`
	// When the user was created.
	CreatedAt string `protobuf:"bytes,6,opt,name=createdAt" json:"createdAt,omitempty"`
	// When the user was last updated (excludes changes in application access).
	UpdatedAt string `protobuf:"bytes,7,opt,name=updatedAt" json:"updatedAt,omitempty"`
	// E-mail of the user.
	Email string `protobuf:"bytes,8,opt,name=email" json:"email,omitempty"`
	// Optional note to store with the user.
	Note                 string   `protobuf:"bytes,9,opt,name=note" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetUserResponse) Descriptor

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

func (*GetUserResponse) GetCreatedAt

func (m *GetUserResponse) GetCreatedAt() string

func (*GetUserResponse) GetEmail

func (m *GetUserResponse) GetEmail() string

func (*GetUserResponse) GetId

func (m *GetUserResponse) GetId() int64

func (*GetUserResponse) GetIsActive

func (m *GetUserResponse) GetIsActive() bool

func (*GetUserResponse) GetIsAdmin

func (m *GetUserResponse) GetIsAdmin() bool

func (*GetUserResponse) GetNote

func (m *GetUserResponse) GetNote() string

func (*GetUserResponse) GetSessionTTL

func (m *GetUserResponse) GetSessionTTL() int32

func (*GetUserResponse) GetUpdatedAt

func (m *GetUserResponse) GetUpdatedAt() string

func (*GetUserResponse) GetUsername

func (m *GetUserResponse) GetUsername() string

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) Reset

func (m *GetUserResponse) Reset()

func (*GetUserResponse) String

func (m *GetUserResponse) String() string

func (*GetUserResponse) XXX_DiscardUnknown

func (m *GetUserResponse) XXX_DiscardUnknown()

func (*GetUserResponse) XXX_Marshal

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

func (*GetUserResponse) XXX_Merge

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

func (*GetUserResponse) XXX_Size

func (m *GetUserResponse) XXX_Size() int

func (*GetUserResponse) XXX_Unmarshal

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

type GlobalSearchRequest

type GlobalSearchRequest struct {
	// Search query.
	Search string `protobuf:"bytes,1,opt,name=search" json:"search,omitempty"`
	// Max number of results to return.
	Limit int64 `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	// Offset offset of the result-set (for pagination).
	Offset               int64    `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobalSearchRequest) Descriptor

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

func (*GlobalSearchRequest) GetLimit

func (m *GlobalSearchRequest) GetLimit() int64

func (*GlobalSearchRequest) GetOffset

func (m *GlobalSearchRequest) GetOffset() int64

func (*GlobalSearchRequest) GetSearch

func (m *GlobalSearchRequest) GetSearch() string

func (*GlobalSearchRequest) ProtoMessage

func (*GlobalSearchRequest) ProtoMessage()

func (*GlobalSearchRequest) Reset

func (m *GlobalSearchRequest) Reset()

func (*GlobalSearchRequest) String

func (m *GlobalSearchRequest) String() string

func (*GlobalSearchRequest) XXX_DiscardUnknown

func (m *GlobalSearchRequest) XXX_DiscardUnknown()

func (*GlobalSearchRequest) XXX_Marshal

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

func (*GlobalSearchRequest) XXX_Merge

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

func (*GlobalSearchRequest) XXX_Size

func (m *GlobalSearchRequest) XXX_Size() int

func (*GlobalSearchRequest) XXX_Unmarshal

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

type GlobalSearchResponse

type GlobalSearchResponse struct {
	Result               []*GlobalSearchResult `protobuf:"bytes,1,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*GlobalSearchResponse) Descriptor

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

func (*GlobalSearchResponse) GetResult

func (m *GlobalSearchResponse) GetResult() []*GlobalSearchResult

func (*GlobalSearchResponse) ProtoMessage

func (*GlobalSearchResponse) ProtoMessage()

func (*GlobalSearchResponse) Reset

func (m *GlobalSearchResponse) Reset()

func (*GlobalSearchResponse) String

func (m *GlobalSearchResponse) String() string

func (*GlobalSearchResponse) XXX_DiscardUnknown

func (m *GlobalSearchResponse) XXX_DiscardUnknown()

func (*GlobalSearchResponse) XXX_Marshal

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

func (*GlobalSearchResponse) XXX_Merge

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

func (*GlobalSearchResponse) XXX_Size

func (m *GlobalSearchResponse) XXX_Size() int

func (*GlobalSearchResponse) XXX_Unmarshal

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

type GlobalSearchResult

type GlobalSearchResult struct {
	// Record kind.
	Kind string `protobuf:"bytes,1,opt,name=kind" json:"kind,omitempty"`
	// Search score.
	Score float32 `protobuf:"fixed32,2,opt,name=score" json:"score,omitempty"`
	// Organization id.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Organization name.
	OrganizationName string `protobuf:"bytes,4,opt,name=organizationName" json:"organizationName,omitempty"`
	// Application id.
	ApplicationID int64 `protobuf:"varint,5,opt,name=applicationID" json:"applicationID,omitempty"`
	// Application name.
	ApplicationName string `protobuf:"bytes,6,opt,name=applicationName" json:"applicationName,omitempty"`
	// Device DevEUI (hex encoded).
	DeviceDevEUI string `protobuf:"bytes,7,opt,name=deviceDevEUI" json:"deviceDevEUI,omitempty"`
	// Device name.
	DeviceName string `protobuf:"bytes,8,opt,name=deviceName" json:"deviceName,omitempty"`
	// Gateway MAC (hex encoded).
	GatewayMAC string `protobuf:"bytes,9,opt,name=gatewayMAC" json:"gatewayMAC,omitempty"`
	// Gateway name.
	GatewayName          string   `protobuf:"bytes,10,opt,name=gatewayName" json:"gatewayName,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GlobalSearchResult) Descriptor

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

func (*GlobalSearchResult) GetApplicationID

func (m *GlobalSearchResult) GetApplicationID() int64

func (*GlobalSearchResult) GetApplicationName

func (m *GlobalSearchResult) GetApplicationName() string

func (*GlobalSearchResult) GetDeviceDevEUI

func (m *GlobalSearchResult) GetDeviceDevEUI() string

func (*GlobalSearchResult) GetDeviceName

func (m *GlobalSearchResult) GetDeviceName() string

func (*GlobalSearchResult) GetGatewayMAC

func (m *GlobalSearchResult) GetGatewayMAC() string

func (*GlobalSearchResult) GetGatewayName

func (m *GlobalSearchResult) GetGatewayName() string

func (*GlobalSearchResult) GetKind

func (m *GlobalSearchResult) GetKind() string

func (*GlobalSearchResult) GetOrganizationID

func (m *GlobalSearchResult) GetOrganizationID() int64

func (*GlobalSearchResult) GetOrganizationName

func (m *GlobalSearchResult) GetOrganizationName() string

func (*GlobalSearchResult) GetScore

func (m *GlobalSearchResult) GetScore() float32

func (*GlobalSearchResult) ProtoMessage

func (*GlobalSearchResult) ProtoMessage()

func (*GlobalSearchResult) Reset

func (m *GlobalSearchResult) Reset()

func (*GlobalSearchResult) String

func (m *GlobalSearchResult) String() string

func (*GlobalSearchResult) XXX_DiscardUnknown

func (m *GlobalSearchResult) XXX_DiscardUnknown()

func (*GlobalSearchResult) XXX_Marshal

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

func (*GlobalSearchResult) XXX_Merge

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

func (*GlobalSearchResult) XXX_Size

func (m *GlobalSearchResult) XXX_Size() int

func (*GlobalSearchResult) XXX_Unmarshal

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

type HTTPIntegration

type HTTPIntegration struct {
	// The id of the application.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The headers to use when making HTTP callbacks.
	Headers []*HTTPIntegrationHeader `protobuf:"bytes,2,rep,name=headers" json:"headers,omitempty"`
	// The URL to call for uplink data.
	DataUpURL string `protobuf:"bytes,3,opt,name=dataUpURL" json:"dataUpURL,omitempty"`
	// The URL to call for join notifications.
	JoinNotificationURL string `protobuf:"bytes,4,opt,name=joinNotificationURL" json:"joinNotificationURL,omitempty"`
	// The URL to call for ACK notifications (for confirmed downlink data).
	AckNotificationURL string `protobuf:"bytes,5,opt,name=ackNotificationURL" json:"ackNotificationURL,omitempty"`
	// The URL to call for error notifications.
	ErrorNotificationURL string   `protobuf:"bytes,6,opt,name=errorNotificationURL" json:"errorNotificationURL,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HTTPIntegration) Descriptor

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

func (*HTTPIntegration) GetAckNotificationURL

func (m *HTTPIntegration) GetAckNotificationURL() string

func (*HTTPIntegration) GetDataUpURL

func (m *HTTPIntegration) GetDataUpURL() string

func (*HTTPIntegration) GetErrorNotificationURL

func (m *HTTPIntegration) GetErrorNotificationURL() string

func (*HTTPIntegration) GetHeaders

func (m *HTTPIntegration) GetHeaders() []*HTTPIntegrationHeader

func (*HTTPIntegration) GetId

func (m *HTTPIntegration) GetId() int64

func (*HTTPIntegration) GetJoinNotificationURL

func (m *HTTPIntegration) GetJoinNotificationURL() string

func (*HTTPIntegration) ProtoMessage

func (*HTTPIntegration) ProtoMessage()

func (*HTTPIntegration) Reset

func (m *HTTPIntegration) Reset()

func (*HTTPIntegration) String

func (m *HTTPIntegration) String() string

func (*HTTPIntegration) XXX_DiscardUnknown

func (m *HTTPIntegration) XXX_DiscardUnknown()

func (*HTTPIntegration) XXX_Marshal

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

func (*HTTPIntegration) XXX_Merge

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

func (*HTTPIntegration) XXX_Size

func (m *HTTPIntegration) XXX_Size() int

func (*HTTPIntegration) XXX_Unmarshal

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

type HTTPIntegrationHeader

type HTTPIntegrationHeader struct {
	// Key
	Key string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	// Value
	Value                string   `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HTTPIntegrationHeader) Descriptor

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

func (*HTTPIntegrationHeader) GetKey

func (m *HTTPIntegrationHeader) GetKey() string

func (*HTTPIntegrationHeader) GetValue

func (m *HTTPIntegrationHeader) GetValue() string

func (*HTTPIntegrationHeader) ProtoMessage

func (*HTTPIntegrationHeader) ProtoMessage()

func (*HTTPIntegrationHeader) Reset

func (m *HTTPIntegrationHeader) Reset()

func (*HTTPIntegrationHeader) String

func (m *HTTPIntegrationHeader) String() string

func (*HTTPIntegrationHeader) XXX_DiscardUnknown

func (m *HTTPIntegrationHeader) XXX_DiscardUnknown()

func (*HTTPIntegrationHeader) XXX_Marshal

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

func (*HTTPIntegrationHeader) XXX_Merge

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

func (*HTTPIntegrationHeader) XXX_Size

func (m *HTTPIntegrationHeader) XXX_Size() int

func (*HTTPIntegrationHeader) XXX_Unmarshal

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

type InfluxDBIntegrationConfiguration

type InfluxDBIntegrationConfiguration struct {
	// InfluxDB API write endpoint (e.g. http://localhost:8086/write).
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint" json:"endpoint,omitempty"`
	// InfluxDB database name.
	Db string `protobuf:"bytes,2,opt,name=db" json:"db,omitempty"`
	// InfluxDB username.
	Username string `protobuf:"bytes,3,opt,name=username" json:"username,omitempty"`
	// InfluxDB password.
	Password string `protobuf:"bytes,4,opt,name=password" json:"password,omitempty"`
	// InfluxDB retention policy name.
	RetentionPolicyName string `protobuf:"bytes,5,opt,name=retention_policy_name,json=retentionPolicyName" json:"retention_policy_name,omitempty"`
	// InfluxDB timestamp precision.
	Precision            InfluxDBPrecision `protobuf:"varint,6,opt,name=precision,enum=api.InfluxDBPrecision" json:"precision,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*InfluxDBIntegrationConfiguration) Descriptor

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

func (*InfluxDBIntegrationConfiguration) GetDb

func (*InfluxDBIntegrationConfiguration) GetEndpoint

func (m *InfluxDBIntegrationConfiguration) GetEndpoint() string

func (*InfluxDBIntegrationConfiguration) GetPassword

func (m *InfluxDBIntegrationConfiguration) GetPassword() string

func (*InfluxDBIntegrationConfiguration) GetPrecision

func (*InfluxDBIntegrationConfiguration) GetRetentionPolicyName

func (m *InfluxDBIntegrationConfiguration) GetRetentionPolicyName() string

func (*InfluxDBIntegrationConfiguration) GetUsername

func (m *InfluxDBIntegrationConfiguration) GetUsername() string

func (*InfluxDBIntegrationConfiguration) ProtoMessage

func (*InfluxDBIntegrationConfiguration) ProtoMessage()

func (*InfluxDBIntegrationConfiguration) Reset

func (*InfluxDBIntegrationConfiguration) String

func (*InfluxDBIntegrationConfiguration) XXX_DiscardUnknown

func (m *InfluxDBIntegrationConfiguration) XXX_DiscardUnknown()

func (*InfluxDBIntegrationConfiguration) XXX_Marshal

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

func (*InfluxDBIntegrationConfiguration) XXX_Merge

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

func (*InfluxDBIntegrationConfiguration) XXX_Size

func (m *InfluxDBIntegrationConfiguration) XXX_Size() int

func (*InfluxDBIntegrationConfiguration) XXX_Unmarshal

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

type InfluxDBPrecision

type InfluxDBPrecision int32
const (
	InfluxDBPrecision_NS InfluxDBPrecision = 0
	InfluxDBPrecision_U  InfluxDBPrecision = 1
	InfluxDBPrecision_MS InfluxDBPrecision = 2
	InfluxDBPrecision_S  InfluxDBPrecision = 3
	InfluxDBPrecision_M  InfluxDBPrecision = 4
	InfluxDBPrecision_H  InfluxDBPrecision = 5
)

func (InfluxDBPrecision) EnumDescriptor

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

func (InfluxDBPrecision) String

func (x InfluxDBPrecision) String() string

type IntegrationKind

type IntegrationKind int32
const (
	IntegrationKind_HTTP     IntegrationKind = 0
	IntegrationKind_INFLUXDB IntegrationKind = 1
)

func (IntegrationKind) EnumDescriptor

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

func (IntegrationKind) String

func (x IntegrationKind) String() string

type InternalClient

type InternalClient interface {
	// Log in a user
	Login(ctx context.Context, in *LoginRequest, opts ...grpc.CallOption) (*LoginResponse, error)
	// Get the current user's profile
	Profile(ctx context.Context, in *ProfileRequest, opts ...grpc.CallOption) (*ProfileResponse, error)
	// Get the branding for the UI
	Branding(ctx context.Context, in *BrandingRequest, opts ...grpc.CallOption) (*BrandingResponse, error)
	// Perform a global search.
	GlobalSearch(ctx context.Context, in *GlobalSearchRequest, opts ...grpc.CallOption) (*GlobalSearchResponse, error)
}

InternalClient is the client API for Internal service.

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

func NewInternalClient

func NewInternalClient(cc *grpc.ClientConn) InternalClient

type InternalServer

type InternalServer interface {
	// Log in a user
	Login(context.Context, *LoginRequest) (*LoginResponse, error)
	// Get the current user's profile
	Profile(context.Context, *ProfileRequest) (*ProfileResponse, error)
	// Get the branding for the UI
	Branding(context.Context, *BrandingRequest) (*BrandingResponse, error)
	// Perform a global search.
	GlobalSearch(context.Context, *GlobalSearchRequest) (*GlobalSearchResponse, error)
}

type ListApplicationRequest

type ListApplicationRequest struct {
	// Max number of applications to return in the result-test.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// ID of the organization to filter on.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Search on name (optional).
	Search               string   `protobuf:"bytes,4,opt,name=search" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListApplicationRequest) Descriptor

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

func (*ListApplicationRequest) GetLimit

func (m *ListApplicationRequest) GetLimit() int64

func (*ListApplicationRequest) GetOffset

func (m *ListApplicationRequest) GetOffset() int64

func (*ListApplicationRequest) GetOrganizationID

func (m *ListApplicationRequest) GetOrganizationID() int64

func (*ListApplicationRequest) GetSearch

func (m *ListApplicationRequest) GetSearch() string

func (*ListApplicationRequest) ProtoMessage

func (*ListApplicationRequest) ProtoMessage()

func (*ListApplicationRequest) Reset

func (m *ListApplicationRequest) Reset()

func (*ListApplicationRequest) String

func (m *ListApplicationRequest) String() string

func (*ListApplicationRequest) XXX_DiscardUnknown

func (m *ListApplicationRequest) XXX_DiscardUnknown()

func (*ListApplicationRequest) XXX_Marshal

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

func (*ListApplicationRequest) XXX_Merge

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

func (*ListApplicationRequest) XXX_Size

func (m *ListApplicationRequest) XXX_Size() int

func (*ListApplicationRequest) XXX_Unmarshal

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

type ListApplicationResponse

type ListApplicationResponse struct {
	// Total number of applications available within the result-set.
	TotalCount int64 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	// Applications within this result-set.
	Result               []*ApplicationListItem `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListApplicationResponse) Descriptor

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

func (*ListApplicationResponse) GetResult

func (m *ListApplicationResponse) GetResult() []*ApplicationListItem

func (*ListApplicationResponse) GetTotalCount

func (m *ListApplicationResponse) GetTotalCount() int64

func (*ListApplicationResponse) ProtoMessage

func (*ListApplicationResponse) ProtoMessage()

func (*ListApplicationResponse) Reset

func (m *ListApplicationResponse) Reset()

func (*ListApplicationResponse) String

func (m *ListApplicationResponse) String() string

func (*ListApplicationResponse) XXX_DiscardUnknown

func (m *ListApplicationResponse) XXX_DiscardUnknown()

func (*ListApplicationResponse) XXX_Marshal

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

func (*ListApplicationResponse) XXX_Merge

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

func (*ListApplicationResponse) XXX_Size

func (m *ListApplicationResponse) XXX_Size() int

func (*ListApplicationResponse) XXX_Unmarshal

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

type ListDeviceByApplicationIDRequest

type ListDeviceByApplicationIDRequest struct {
	// ID of the application for which to list the devices.
	ApplicationID int64 `protobuf:"varint,3,opt,name=applicationID" json:"applicationID,omitempty"`
	// Max number of devices to return in the result-set.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset of the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// Search against name or DevEUI
	Search               string   `protobuf:"bytes,4,opt,name=search" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeviceByApplicationIDRequest) Descriptor

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

func (*ListDeviceByApplicationIDRequest) GetApplicationID

func (m *ListDeviceByApplicationIDRequest) GetApplicationID() int64

func (*ListDeviceByApplicationIDRequest) GetLimit

func (*ListDeviceByApplicationIDRequest) GetOffset

func (m *ListDeviceByApplicationIDRequest) GetOffset() int64

func (*ListDeviceByApplicationIDRequest) GetSearch

func (*ListDeviceByApplicationIDRequest) ProtoMessage

func (*ListDeviceByApplicationIDRequest) ProtoMessage()

func (*ListDeviceByApplicationIDRequest) Reset

func (*ListDeviceByApplicationIDRequest) String

func (*ListDeviceByApplicationIDRequest) XXX_DiscardUnknown

func (m *ListDeviceByApplicationIDRequest) XXX_DiscardUnknown()

func (*ListDeviceByApplicationIDRequest) XXX_Marshal

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

func (*ListDeviceByApplicationIDRequest) XXX_Merge

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

func (*ListDeviceByApplicationIDRequest) XXX_Size

func (m *ListDeviceByApplicationIDRequest) XXX_Size() int

func (*ListDeviceByApplicationIDRequest) XXX_Unmarshal

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

type ListDeviceProfileRequest

type ListDeviceProfileRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Application id to filter on.
	ApplicationID        int64    `protobuf:"varint,4,opt,name=applicationID" json:"applicationID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeviceProfileRequest) Descriptor

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

func (*ListDeviceProfileRequest) GetApplicationID

func (m *ListDeviceProfileRequest) GetApplicationID() int64

func (*ListDeviceProfileRequest) GetLimit

func (m *ListDeviceProfileRequest) GetLimit() int64

func (*ListDeviceProfileRequest) GetOffset

func (m *ListDeviceProfileRequest) GetOffset() int64

func (*ListDeviceProfileRequest) GetOrganizationID

func (m *ListDeviceProfileRequest) GetOrganizationID() int64

func (*ListDeviceProfileRequest) ProtoMessage

func (*ListDeviceProfileRequest) ProtoMessage()

func (*ListDeviceProfileRequest) Reset

func (m *ListDeviceProfileRequest) Reset()

func (*ListDeviceProfileRequest) String

func (m *ListDeviceProfileRequest) String() string

func (*ListDeviceProfileRequest) XXX_DiscardUnknown

func (m *ListDeviceProfileRequest) XXX_DiscardUnknown()

func (*ListDeviceProfileRequest) XXX_Marshal

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

func (*ListDeviceProfileRequest) XXX_Merge

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

func (*ListDeviceProfileRequest) XXX_Size

func (m *ListDeviceProfileRequest) XXX_Size() int

func (*ListDeviceProfileRequest) XXX_Unmarshal

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

type ListDeviceProfileResponse

type ListDeviceProfileResponse struct {
	// Total number of device-profiles.
	TotalCount           int64                `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	Result               []*DeviceProfileMeta `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ListDeviceProfileResponse) Descriptor

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

func (*ListDeviceProfileResponse) GetResult

func (m *ListDeviceProfileResponse) GetResult() []*DeviceProfileMeta

func (*ListDeviceProfileResponse) GetTotalCount

func (m *ListDeviceProfileResponse) GetTotalCount() int64

func (*ListDeviceProfileResponse) ProtoMessage

func (*ListDeviceProfileResponse) ProtoMessage()

func (*ListDeviceProfileResponse) Reset

func (m *ListDeviceProfileResponse) Reset()

func (*ListDeviceProfileResponse) String

func (m *ListDeviceProfileResponse) String() string

func (*ListDeviceProfileResponse) XXX_DiscardUnknown

func (m *ListDeviceProfileResponse) XXX_DiscardUnknown()

func (*ListDeviceProfileResponse) XXX_Marshal

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

func (*ListDeviceProfileResponse) XXX_Merge

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

func (*ListDeviceProfileResponse) XXX_Size

func (m *ListDeviceProfileResponse) XXX_Size() int

func (*ListDeviceProfileResponse) XXX_Unmarshal

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

type ListDeviceQueueItemsRequest

type ListDeviceQueueItemsRequest struct {
	// Hex encoded DevEUI of the node.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeviceQueueItemsRequest) Descriptor

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

func (*ListDeviceQueueItemsRequest) GetDevEUI

func (m *ListDeviceQueueItemsRequest) GetDevEUI() string

func (*ListDeviceQueueItemsRequest) ProtoMessage

func (*ListDeviceQueueItemsRequest) ProtoMessage()

func (*ListDeviceQueueItemsRequest) Reset

func (m *ListDeviceQueueItemsRequest) Reset()

func (*ListDeviceQueueItemsRequest) String

func (m *ListDeviceQueueItemsRequest) String() string

func (*ListDeviceQueueItemsRequest) XXX_DiscardUnknown

func (m *ListDeviceQueueItemsRequest) XXX_DiscardUnknown()

func (*ListDeviceQueueItemsRequest) XXX_Marshal

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

func (*ListDeviceQueueItemsRequest) XXX_Merge

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

func (*ListDeviceQueueItemsRequest) XXX_Size

func (m *ListDeviceQueueItemsRequest) XXX_Size() int

func (*ListDeviceQueueItemsRequest) XXX_Unmarshal

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

type ListDeviceQueueItemsResponse

type ListDeviceQueueItemsResponse struct {
	Items                []*DeviceQueueItem `protobuf:"bytes,1,rep,name=items" json:"items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListDeviceQueueItemsResponse) Descriptor

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

func (*ListDeviceQueueItemsResponse) GetItems

func (*ListDeviceQueueItemsResponse) ProtoMessage

func (*ListDeviceQueueItemsResponse) ProtoMessage()

func (*ListDeviceQueueItemsResponse) Reset

func (m *ListDeviceQueueItemsResponse) Reset()

func (*ListDeviceQueueItemsResponse) String

func (*ListDeviceQueueItemsResponse) XXX_DiscardUnknown

func (m *ListDeviceQueueItemsResponse) XXX_DiscardUnknown()

func (*ListDeviceQueueItemsResponse) XXX_Marshal

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

func (*ListDeviceQueueItemsResponse) XXX_Merge

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

func (*ListDeviceQueueItemsResponse) XXX_Size

func (m *ListDeviceQueueItemsResponse) XXX_Size() int

func (*ListDeviceQueueItemsResponse) XXX_Unmarshal

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

type ListDeviceResponse

type ListDeviceResponse struct {
	// Total number of devices available within the result-set.
	TotalCount int64 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	// Devices within this result-set.
	Result               []*DeviceListItem `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListDeviceResponse) Descriptor

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

func (*ListDeviceResponse) GetResult

func (m *ListDeviceResponse) GetResult() []*DeviceListItem

func (*ListDeviceResponse) GetTotalCount

func (m *ListDeviceResponse) GetTotalCount() int64

func (*ListDeviceResponse) ProtoMessage

func (*ListDeviceResponse) ProtoMessage()

func (*ListDeviceResponse) Reset

func (m *ListDeviceResponse) Reset()

func (*ListDeviceResponse) String

func (m *ListDeviceResponse) String() string

func (*ListDeviceResponse) XXX_DiscardUnknown

func (m *ListDeviceResponse) XXX_DiscardUnknown()

func (*ListDeviceResponse) XXX_Marshal

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

func (*ListDeviceResponse) XXX_Merge

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

func (*ListDeviceResponse) XXX_Size

func (m *ListDeviceResponse) XXX_Size() int

func (*ListDeviceResponse) XXX_Unmarshal

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

type ListGatewayItem

type ListGatewayItem struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// A name for the gateway
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// A description for the gateway
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// Creation timestamp of the record
	CreatedAt string `protobuf:"bytes,4,opt,name=createdAt" json:"createdAt,omitempty"`
	// Last update timestamp of the record
	UpdatedAt string `protobuf:"bytes,5,opt,name=updatedAt" json:"updatedAt,omitempty"`
	// ID of the organization to which this gateway belongs.
	OrganizationID int64 `protobuf:"varint,6,opt,name=organizationID" json:"organizationID,omitempty"`
	// ID of the network-server to which the gateway is connected.
	NetworkServerID      int64    `protobuf:"varint,7,opt,name=networkServerID" json:"networkServerID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListGatewayItem) Descriptor

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

func (*ListGatewayItem) GetCreatedAt

func (m *ListGatewayItem) GetCreatedAt() string

func (*ListGatewayItem) GetDescription

func (m *ListGatewayItem) GetDescription() string

func (*ListGatewayItem) GetMac

func (m *ListGatewayItem) GetMac() string

func (*ListGatewayItem) GetName

func (m *ListGatewayItem) GetName() string

func (*ListGatewayItem) GetNetworkServerID

func (m *ListGatewayItem) GetNetworkServerID() int64

func (*ListGatewayItem) GetOrganizationID

func (m *ListGatewayItem) GetOrganizationID() int64

func (*ListGatewayItem) GetUpdatedAt

func (m *ListGatewayItem) GetUpdatedAt() string

func (*ListGatewayItem) ProtoMessage

func (*ListGatewayItem) ProtoMessage()

func (*ListGatewayItem) Reset

func (m *ListGatewayItem) Reset()

func (*ListGatewayItem) String

func (m *ListGatewayItem) String() string

func (*ListGatewayItem) XXX_DiscardUnknown

func (m *ListGatewayItem) XXX_DiscardUnknown()

func (*ListGatewayItem) XXX_Marshal

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

func (*ListGatewayItem) XXX_Merge

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

func (*ListGatewayItem) XXX_Size

func (m *ListGatewayItem) XXX_Size() int

func (*ListGatewayItem) XXX_Unmarshal

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

type ListGatewayProfilesRequest

type ListGatewayProfilesRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// Network-server ID to filter on (optional).
	NetworkServerID      int64    `protobuf:"varint,3,opt,name=networkServerID" json:"networkServerID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListGatewayProfilesRequest) Descriptor

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

func (*ListGatewayProfilesRequest) GetLimit

func (m *ListGatewayProfilesRequest) GetLimit() int64

func (*ListGatewayProfilesRequest) GetNetworkServerID

func (m *ListGatewayProfilesRequest) GetNetworkServerID() int64

func (*ListGatewayProfilesRequest) GetOffset

func (m *ListGatewayProfilesRequest) GetOffset() int64

func (*ListGatewayProfilesRequest) ProtoMessage

func (*ListGatewayProfilesRequest) ProtoMessage()

func (*ListGatewayProfilesRequest) Reset

func (m *ListGatewayProfilesRequest) Reset()

func (*ListGatewayProfilesRequest) String

func (m *ListGatewayProfilesRequest) String() string

func (*ListGatewayProfilesRequest) XXX_DiscardUnknown

func (m *ListGatewayProfilesRequest) XXX_DiscardUnknown()

func (*ListGatewayProfilesRequest) XXX_Marshal

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

func (*ListGatewayProfilesRequest) XXX_Merge

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

func (*ListGatewayProfilesRequest) XXX_Size

func (m *ListGatewayProfilesRequest) XXX_Size() int

func (*ListGatewayProfilesRequest) XXX_Unmarshal

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

type ListGatewayProfilesResponse

type ListGatewayProfilesResponse struct {
	// Total number of gateway-profiles.
	TotalCount           int64                 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	Result               []*GatewayProfileMeta `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListGatewayProfilesResponse) Descriptor

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

func (*ListGatewayProfilesResponse) GetResult

func (*ListGatewayProfilesResponse) GetTotalCount

func (m *ListGatewayProfilesResponse) GetTotalCount() int64

func (*ListGatewayProfilesResponse) ProtoMessage

func (*ListGatewayProfilesResponse) ProtoMessage()

func (*ListGatewayProfilesResponse) Reset

func (m *ListGatewayProfilesResponse) Reset()

func (*ListGatewayProfilesResponse) String

func (m *ListGatewayProfilesResponse) String() string

func (*ListGatewayProfilesResponse) XXX_DiscardUnknown

func (m *ListGatewayProfilesResponse) XXX_DiscardUnknown()

func (*ListGatewayProfilesResponse) XXX_Marshal

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

func (*ListGatewayProfilesResponse) XXX_Merge

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

func (*ListGatewayProfilesResponse) XXX_Size

func (m *ListGatewayProfilesResponse) XXX_Size() int

func (*ListGatewayProfilesResponse) XXX_Unmarshal

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

type ListGatewayRequest

type ListGatewayRequest struct {
	// Max number of nodes to return in the result-set.
	Limit int32 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset of the result-set (for pagination).
	Offset int32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// ID of the organization for which to filter on, when left blank the
	// response will return all gateways to which the user has access to.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Search on name or gateway MAC (optional).
	Search               string   `protobuf:"bytes,4,opt,name=search" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListGatewayRequest) Descriptor

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

func (*ListGatewayRequest) GetLimit

func (m *ListGatewayRequest) GetLimit() int32

func (*ListGatewayRequest) GetOffset

func (m *ListGatewayRequest) GetOffset() int32

func (*ListGatewayRequest) GetOrganizationID

func (m *ListGatewayRequest) GetOrganizationID() int64

func (*ListGatewayRequest) GetSearch

func (m *ListGatewayRequest) GetSearch() string

func (*ListGatewayRequest) ProtoMessage

func (*ListGatewayRequest) ProtoMessage()

func (*ListGatewayRequest) Reset

func (m *ListGatewayRequest) Reset()

func (*ListGatewayRequest) String

func (m *ListGatewayRequest) String() string

func (*ListGatewayRequest) XXX_DiscardUnknown

func (m *ListGatewayRequest) XXX_DiscardUnknown()

func (*ListGatewayRequest) XXX_Marshal

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

func (*ListGatewayRequest) XXX_Merge

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

func (*ListGatewayRequest) XXX_Size

func (m *ListGatewayRequest) XXX_Size() int

func (*ListGatewayRequest) XXX_Unmarshal

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

type ListGatewayResponse

type ListGatewayResponse struct {
	// Total number of nodes available within the result-set.
	TotalCount int32 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	// Nodes within this result-set.
	Result               []*ListGatewayItem `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListGatewayResponse) Descriptor

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

func (*ListGatewayResponse) GetResult

func (m *ListGatewayResponse) GetResult() []*ListGatewayItem

func (*ListGatewayResponse) GetTotalCount

func (m *ListGatewayResponse) GetTotalCount() int32

func (*ListGatewayResponse) ProtoMessage

func (*ListGatewayResponse) ProtoMessage()

func (*ListGatewayResponse) Reset

func (m *ListGatewayResponse) Reset()

func (*ListGatewayResponse) String

func (m *ListGatewayResponse) String() string

func (*ListGatewayResponse) XXX_DiscardUnknown

func (m *ListGatewayResponse) XXX_DiscardUnknown()

func (*ListGatewayResponse) XXX_Marshal

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

func (*ListGatewayResponse) XXX_Merge

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

func (*ListGatewayResponse) XXX_Size

func (m *ListGatewayResponse) XXX_Size() int

func (*ListGatewayResponse) XXX_Unmarshal

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

type ListIntegrationRequest

type ListIntegrationRequest struct {
	// The id of the application.
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListIntegrationRequest) Descriptor

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

func (*ListIntegrationRequest) GetId

func (m *ListIntegrationRequest) GetId() int64

func (*ListIntegrationRequest) ProtoMessage

func (*ListIntegrationRequest) ProtoMessage()

func (*ListIntegrationRequest) Reset

func (m *ListIntegrationRequest) Reset()

func (*ListIntegrationRequest) String

func (m *ListIntegrationRequest) String() string

func (*ListIntegrationRequest) XXX_DiscardUnknown

func (m *ListIntegrationRequest) XXX_DiscardUnknown()

func (*ListIntegrationRequest) XXX_Marshal

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

func (*ListIntegrationRequest) XXX_Merge

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

func (*ListIntegrationRequest) XXX_Size

func (m *ListIntegrationRequest) XXX_Size() int

func (*ListIntegrationRequest) XXX_Unmarshal

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

type ListIntegrationResponse

type ListIntegrationResponse struct {
	// The integration kinds associated with the application.
	Kinds                []IntegrationKind `protobuf:"varint,1,rep,packed,name=kinds,enum=api.IntegrationKind" json:"kinds,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ListIntegrationResponse) Descriptor

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

func (*ListIntegrationResponse) GetKinds

func (m *ListIntegrationResponse) GetKinds() []IntegrationKind

func (*ListIntegrationResponse) ProtoMessage

func (*ListIntegrationResponse) ProtoMessage()

func (*ListIntegrationResponse) Reset

func (m *ListIntegrationResponse) Reset()

func (*ListIntegrationResponse) String

func (m *ListIntegrationResponse) String() string

func (*ListIntegrationResponse) XXX_DiscardUnknown

func (m *ListIntegrationResponse) XXX_DiscardUnknown()

func (*ListIntegrationResponse) XXX_Marshal

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

func (*ListIntegrationResponse) XXX_Merge

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

func (*ListIntegrationResponse) XXX_Size

func (m *ListIntegrationResponse) XXX_Size() int

func (*ListIntegrationResponse) XXX_Unmarshal

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

type ListNetworkServerRequest

type ListNetworkServerRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationID       int64    `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNetworkServerRequest) Descriptor

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

func (*ListNetworkServerRequest) GetLimit

func (m *ListNetworkServerRequest) GetLimit() int64

func (*ListNetworkServerRequest) GetOffset

func (m *ListNetworkServerRequest) GetOffset() int64

func (*ListNetworkServerRequest) GetOrganizationID

func (m *ListNetworkServerRequest) GetOrganizationID() int64

func (*ListNetworkServerRequest) ProtoMessage

func (*ListNetworkServerRequest) ProtoMessage()

func (*ListNetworkServerRequest) Reset

func (m *ListNetworkServerRequest) Reset()

func (*ListNetworkServerRequest) String

func (m *ListNetworkServerRequest) String() string

func (*ListNetworkServerRequest) XXX_DiscardUnknown

func (m *ListNetworkServerRequest) XXX_DiscardUnknown()

func (*ListNetworkServerRequest) XXX_Marshal

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

func (*ListNetworkServerRequest) XXX_Merge

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

func (*ListNetworkServerRequest) XXX_Size

func (m *ListNetworkServerRequest) XXX_Size() int

func (*ListNetworkServerRequest) XXX_Unmarshal

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

type ListNetworkServerResponse

type ListNetworkServerResponse struct {
	// Total number of network-servers.
	TotalCount int64 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	// Network-servers within the result-set.
	Result               []*GetNetworkServerResponse `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ListNetworkServerResponse) Descriptor

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

func (*ListNetworkServerResponse) GetResult

func (*ListNetworkServerResponse) GetTotalCount

func (m *ListNetworkServerResponse) GetTotalCount() int64

func (*ListNetworkServerResponse) ProtoMessage

func (*ListNetworkServerResponse) ProtoMessage()

func (*ListNetworkServerResponse) Reset

func (m *ListNetworkServerResponse) Reset()

func (*ListNetworkServerResponse) String

func (m *ListNetworkServerResponse) String() string

func (*ListNetworkServerResponse) XXX_DiscardUnknown

func (m *ListNetworkServerResponse) XXX_DiscardUnknown()

func (*ListNetworkServerResponse) XXX_Marshal

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

func (*ListNetworkServerResponse) XXX_Merge

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

func (*ListNetworkServerResponse) XXX_Size

func (m *ListNetworkServerResponse) XXX_Size() int

func (*ListNetworkServerResponse) XXX_Unmarshal

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

type ListOrganizationRequest

type ListOrganizationRequest struct {
	// Max number of organizations to return in the result-set.
	Limit int32 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// When provided, the given string will be used to search on
	// displayName.
	Search               string   `protobuf:"bytes,3,opt,name=search" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request the organizations defined in the system.

func (*ListOrganizationRequest) Descriptor

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

func (*ListOrganizationRequest) GetLimit

func (m *ListOrganizationRequest) GetLimit() int32

func (*ListOrganizationRequest) GetOffset

func (m *ListOrganizationRequest) GetOffset() int32

func (*ListOrganizationRequest) GetSearch

func (m *ListOrganizationRequest) GetSearch() string

func (*ListOrganizationRequest) ProtoMessage

func (*ListOrganizationRequest) ProtoMessage()

func (*ListOrganizationRequest) Reset

func (m *ListOrganizationRequest) Reset()

func (*ListOrganizationRequest) String

func (m *ListOrganizationRequest) String() string

func (*ListOrganizationRequest) XXX_DiscardUnknown

func (m *ListOrganizationRequest) XXX_DiscardUnknown()

func (*ListOrganizationRequest) XXX_Marshal

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

func (*ListOrganizationRequest) XXX_Merge

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

func (*ListOrganizationRequest) XXX_Size

func (m *ListOrganizationRequest) XXX_Size() int

func (*ListOrganizationRequest) XXX_Unmarshal

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

type ListOrganizationResponse

type ListOrganizationResponse struct {
	TotalCount           int32                      `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	Result               []*GetOrganizationResponse `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ListOrganizationResponse) Descriptor

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

func (*ListOrganizationResponse) GetResult

func (*ListOrganizationResponse) GetTotalCount

func (m *ListOrganizationResponse) GetTotalCount() int32

func (*ListOrganizationResponse) ProtoMessage

func (*ListOrganizationResponse) ProtoMessage()

func (*ListOrganizationResponse) Reset

func (m *ListOrganizationResponse) Reset()

func (*ListOrganizationResponse) String

func (m *ListOrganizationResponse) String() string

func (*ListOrganizationResponse) XXX_DiscardUnknown

func (m *ListOrganizationResponse) XXX_DiscardUnknown()

func (*ListOrganizationResponse) XXX_Marshal

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

func (*ListOrganizationResponse) XXX_Merge

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

func (*ListOrganizationResponse) XXX_Size

func (m *ListOrganizationResponse) XXX_Size() int

func (*ListOrganizationResponse) XXX_Unmarshal

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

type ListOrganizationUsersRequest

type ListOrganizationUsersRequest struct {
	// The organization id.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Max number of users to return in the result-set.
	Limit int32 `protobuf:"varint,2,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset               int32    `protobuf:"varint,3,opt,name=offset" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request the users in an organization.

func (*ListOrganizationUsersRequest) Descriptor

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

func (*ListOrganizationUsersRequest) GetId

func (*ListOrganizationUsersRequest) GetLimit

func (m *ListOrganizationUsersRequest) GetLimit() int32

func (*ListOrganizationUsersRequest) GetOffset

func (m *ListOrganizationUsersRequest) GetOffset() int32

func (*ListOrganizationUsersRequest) ProtoMessage

func (*ListOrganizationUsersRequest) ProtoMessage()

func (*ListOrganizationUsersRequest) Reset

func (m *ListOrganizationUsersRequest) Reset()

func (*ListOrganizationUsersRequest) String

func (*ListOrganizationUsersRequest) XXX_DiscardUnknown

func (m *ListOrganizationUsersRequest) XXX_DiscardUnknown()

func (*ListOrganizationUsersRequest) XXX_Marshal

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

func (*ListOrganizationUsersRequest) XXX_Merge

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

func (*ListOrganizationUsersRequest) XXX_Size

func (m *ListOrganizationUsersRequest) XXX_Size() int

func (*ListOrganizationUsersRequest) XXX_Unmarshal

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

type ListOrganizationUsersResponse

type ListOrganizationUsersResponse struct {
	// The total number of users in the organization.
	TotalCount int32 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	// The users in the requested limit, offset range.
	Result               []*GetOrganizationUserResponse `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

Response for the users in an organization.

func (*ListOrganizationUsersResponse) Descriptor

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

func (*ListOrganizationUsersResponse) GetResult

func (*ListOrganizationUsersResponse) GetTotalCount

func (m *ListOrganizationUsersResponse) GetTotalCount() int32

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) Reset

func (m *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) String

func (*ListOrganizationUsersResponse) XXX_DiscardUnknown

func (m *ListOrganizationUsersResponse) XXX_DiscardUnknown()

func (*ListOrganizationUsersResponse) XXX_Marshal

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

func (*ListOrganizationUsersResponse) XXX_Merge

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

func (*ListOrganizationUsersResponse) XXX_Size

func (m *ListOrganizationUsersResponse) XXX_Size() int

func (*ListOrganizationUsersResponse) XXX_Unmarshal

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

type ListServiceProfileRequest

type ListServiceProfileRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationID       int64    `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListServiceProfileRequest) Descriptor

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

func (*ListServiceProfileRequest) GetLimit

func (m *ListServiceProfileRequest) GetLimit() int64

func (*ListServiceProfileRequest) GetOffset

func (m *ListServiceProfileRequest) GetOffset() int64

func (*ListServiceProfileRequest) GetOrganizationID

func (m *ListServiceProfileRequest) GetOrganizationID() int64

func (*ListServiceProfileRequest) ProtoMessage

func (*ListServiceProfileRequest) ProtoMessage()

func (*ListServiceProfileRequest) Reset

func (m *ListServiceProfileRequest) Reset()

func (*ListServiceProfileRequest) String

func (m *ListServiceProfileRequest) String() string

func (*ListServiceProfileRequest) XXX_DiscardUnknown

func (m *ListServiceProfileRequest) XXX_DiscardUnknown()

func (*ListServiceProfileRequest) XXX_Marshal

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

func (*ListServiceProfileRequest) XXX_Merge

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

func (*ListServiceProfileRequest) XXX_Size

func (m *ListServiceProfileRequest) XXX_Size() int

func (*ListServiceProfileRequest) XXX_Unmarshal

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

type ListServiceProfileResponse

type ListServiceProfileResponse struct {
	// Total number of service-profiles.
	TotalCount           int64                 `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	Result               []*ServiceProfileMeta `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListServiceProfileResponse) Descriptor

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

func (*ListServiceProfileResponse) GetResult

func (*ListServiceProfileResponse) GetTotalCount

func (m *ListServiceProfileResponse) GetTotalCount() int64

func (*ListServiceProfileResponse) ProtoMessage

func (*ListServiceProfileResponse) ProtoMessage()

func (*ListServiceProfileResponse) Reset

func (m *ListServiceProfileResponse) Reset()

func (*ListServiceProfileResponse) String

func (m *ListServiceProfileResponse) String() string

func (*ListServiceProfileResponse) XXX_DiscardUnknown

func (m *ListServiceProfileResponse) XXX_DiscardUnknown()

func (*ListServiceProfileResponse) XXX_Marshal

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

func (*ListServiceProfileResponse) XXX_Merge

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

func (*ListServiceProfileResponse) XXX_Size

func (m *ListServiceProfileResponse) XXX_Size() int

func (*ListServiceProfileResponse) XXX_Unmarshal

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

type ListUserRequest

type ListUserRequest struct {
	// Max number of user to return in the result-set.
	Limit int32 `protobuf:"varint,1,opt,name=limit" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int32 `protobuf:"varint,2,opt,name=offset" json:"offset,omitempty"`
	// When provided, the given string will be used to search on username.
	Search               string   `protobuf:"bytes,3,opt,name=search" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request the users defined in the system.

func (*ListUserRequest) Descriptor

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

func (*ListUserRequest) GetLimit

func (m *ListUserRequest) GetLimit() int32

func (*ListUserRequest) GetOffset

func (m *ListUserRequest) GetOffset() int32

func (*ListUserRequest) GetSearch

func (m *ListUserRequest) GetSearch() string

func (*ListUserRequest) ProtoMessage

func (*ListUserRequest) ProtoMessage()

func (*ListUserRequest) Reset

func (m *ListUserRequest) Reset()

func (*ListUserRequest) String

func (m *ListUserRequest) String() string

func (*ListUserRequest) XXX_DiscardUnknown

func (m *ListUserRequest) XXX_DiscardUnknown()

func (*ListUserRequest) XXX_Marshal

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

func (*ListUserRequest) XXX_Merge

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

func (*ListUserRequest) XXX_Size

func (m *ListUserRequest) XXX_Size() int

func (*ListUserRequest) XXX_Unmarshal

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

type ListUserResponse

type ListUserResponse struct {
	TotalCount           int32              `protobuf:"varint,1,opt,name=totalCount" json:"totalCount,omitempty"`
	Result               []*GetUserResponse `protobuf:"bytes,2,rep,name=result" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListUserResponse) Descriptor

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

func (*ListUserResponse) GetResult

func (m *ListUserResponse) GetResult() []*GetUserResponse

func (*ListUserResponse) GetTotalCount

func (m *ListUserResponse) GetTotalCount() int32

func (*ListUserResponse) ProtoMessage

func (*ListUserResponse) ProtoMessage()

func (*ListUserResponse) Reset

func (m *ListUserResponse) Reset()

func (*ListUserResponse) String

func (m *ListUserResponse) String() string

func (*ListUserResponse) XXX_DiscardUnknown

func (m *ListUserResponse) XXX_DiscardUnknown()

func (*ListUserResponse) XXX_Marshal

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

func (*ListUserResponse) XXX_Merge

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

func (*ListUserResponse) XXX_Size

func (m *ListUserResponse) XXX_Size() int

func (*ListUserResponse) XXX_Unmarshal

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

type LoginRequest

type LoginRequest struct {
	// Username of the user.
	Username string `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	// Password of the user.
	Password             string   `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The data for logging in to the system. The connection is expected to be protected by SSL, allowing us to use the username and password in the clear.

func (*LoginRequest) Descriptor

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

func (*LoginRequest) GetPassword

func (m *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername

func (m *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) Reset

func (m *LoginRequest) Reset()

func (*LoginRequest) String

func (m *LoginRequest) String() string

func (*LoginRequest) XXX_DiscardUnknown

func (m *LoginRequest) XXX_DiscardUnknown()

func (*LoginRequest) XXX_Marshal

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

func (*LoginRequest) XXX_Merge

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

func (*LoginRequest) XXX_Size

func (m *LoginRequest) XXX_Size() int

func (*LoginRequest) XXX_Unmarshal

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

type LoginResponse

type LoginResponse struct {
	// The JWT tag to be used to access lora-app-server interfaces.
	Jwt                  string   `protobuf:"bytes,1,opt,name=jwt" json:"jwt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The response to the login request upon success. The jwt token is to be placed in the header field named "Grpc-Metadata-Authorization" for all subsequent queries to the server.

func (*LoginResponse) Descriptor

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

func (*LoginResponse) GetJwt

func (m *LoginResponse) GetJwt() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) Reset

func (m *LoginResponse) Reset()

func (*LoginResponse) String

func (m *LoginResponse) String() string

func (*LoginResponse) XXX_DiscardUnknown

func (m *LoginResponse) XXX_DiscardUnknown()

func (*LoginResponse) XXX_Marshal

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

func (*LoginResponse) XXX_Merge

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

func (*LoginResponse) XXX_Size

func (m *LoginResponse) XXX_Size() int

func (*LoginResponse) XXX_Unmarshal

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

type Modulation

type Modulation int32
const (
	// LoRa
	Modulation_LORA Modulation = 0
	// FSK
	Modulation_FSK Modulation = 1
)

func (Modulation) EnumDescriptor

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

func (Modulation) String

func (x Modulation) String() string

type NetworkServerClient

type NetworkServerClient interface {
	// Create creates the given network-server.
	Create(ctx context.Context, in *CreateNetworkServerRequest, opts ...grpc.CallOption) (*CreateNetworkServerResponse, error)
	// Get returns the network-server matching the given id.
	Get(ctx context.Context, in *GetNetworkServerRequest, opts ...grpc.CallOption) (*GetNetworkServerResponse, error)
	// Update updates the given network-server.
	Update(ctx context.Context, in *UpdateNetworkServerRequest, opts ...grpc.CallOption) (*UpdateNetworkServerResponse, error)
	// Delete deletes the network-server matching the given id.
	Delete(ctx context.Context, in *DeleteNetworkServerRequest, opts ...grpc.CallOption) (*DeleteNetworkServerResponse, error)
	// List lists the available network-servers.
	List(ctx context.Context, in *ListNetworkServerRequest, opts ...grpc.CallOption) (*ListNetworkServerResponse, error)
}

NetworkServerClient is the client API for NetworkServer service.

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

func NewNetworkServerClient

func NewNetworkServerClient(cc *grpc.ClientConn) NetworkServerClient

type NetworkServerServer

type NetworkServerServer interface {
	// Create creates the given network-server.
	Create(context.Context, *CreateNetworkServerRequest) (*CreateNetworkServerResponse, error)
	// Get returns the network-server matching the given id.
	Get(context.Context, *GetNetworkServerRequest) (*GetNetworkServerResponse, error)
	// Update updates the given network-server.
	Update(context.Context, *UpdateNetworkServerRequest) (*UpdateNetworkServerResponse, error)
	// Delete deletes the network-server matching the given id.
	Delete(context.Context, *DeleteNetworkServerRequest) (*DeleteNetworkServerResponse, error)
	// List lists the available network-servers.
	List(context.Context, *ListNetworkServerRequest) (*ListNetworkServerResponse, error)
}

type OrganizationClient

type OrganizationClient interface {
	// Get organization list.
	List(ctx context.Context, in *ListOrganizationRequest, opts ...grpc.CallOption) (*ListOrganizationResponse, error)
	// Get data for a particular organization.
	Get(ctx context.Context, in *OrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error)
	// Create a new organization.
	Create(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
	// Update an existing organization.
	Update(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*OrganizationEmptyResponse, error)
	// Delete an organization.
	Delete(ctx context.Context, in *OrganizationRequest, opts ...grpc.CallOption) (*OrganizationEmptyResponse, error)
	// Get organization's user list.
	ListUsers(ctx context.Context, in *ListOrganizationUsersRequest, opts ...grpc.CallOption) (*ListOrganizationUsersResponse, error)
	// Get data for a particular organization user.
	GetUser(ctx context.Context, in *GetOrganizationUserRequest, opts ...grpc.CallOption) (*GetOrganizationUserResponse, error)
	// Add a new user to an organization.
	AddUser(ctx context.Context, in *OrganizationUserRequest, opts ...grpc.CallOption) (*OrganizationEmptyResponse, error)
	// Update a user in an organization.
	UpdateUser(ctx context.Context, in *OrganizationUserRequest, opts ...grpc.CallOption) (*OrganizationEmptyResponse, error)
	// Delete a user from an organization.
	DeleteUser(ctx context.Context, in *DeleteOrganizationUserRequest, opts ...grpc.CallOption) (*OrganizationEmptyResponse, error)
}

OrganizationClient is the client API for Organization service.

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

func NewOrganizationClient

func NewOrganizationClient(cc *grpc.ClientConn) OrganizationClient

type OrganizationEmptyResponse

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

func (*OrganizationEmptyResponse) Descriptor

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

func (*OrganizationEmptyResponse) ProtoMessage

func (*OrganizationEmptyResponse) ProtoMessage()

func (*OrganizationEmptyResponse) Reset

func (m *OrganizationEmptyResponse) Reset()

func (*OrganizationEmptyResponse) String

func (m *OrganizationEmptyResponse) String() string

func (*OrganizationEmptyResponse) XXX_DiscardUnknown

func (m *OrganizationEmptyResponse) XXX_DiscardUnknown()

func (*OrganizationEmptyResponse) XXX_Marshal

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

func (*OrganizationEmptyResponse) XXX_Merge

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

func (*OrganizationEmptyResponse) XXX_Size

func (m *OrganizationEmptyResponse) XXX_Size() int

func (*OrganizationEmptyResponse) XXX_Unmarshal

func (m *OrganizationEmptyResponse) XXX_Unmarshal(b []byte) error
type OrganizationLink struct {
	OrganizationID       int64    `protobuf:"varint,1,opt,name=organizationID" json:"organizationID,omitempty"`
	OrganizationName     string   `protobuf:"bytes,2,opt,name=organizationName" json:"organizationName,omitempty"`
	IsAdmin              bool     `protobuf:"varint,3,opt,name=isAdmin" json:"isAdmin,omitempty"`
	CreatedAt            string   `protobuf:"bytes,4,opt,name=createdAt" json:"createdAt,omitempty"`
	UpdatedAt            string   `protobuf:"bytes,5,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Defines the organizations that the user is associated with.

func (*OrganizationLink) Descriptor

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

func (*OrganizationLink) GetCreatedAt

func (m *OrganizationLink) GetCreatedAt() string

func (*OrganizationLink) GetIsAdmin

func (m *OrganizationLink) GetIsAdmin() bool

func (*OrganizationLink) GetOrganizationID

func (m *OrganizationLink) GetOrganizationID() int64

func (*OrganizationLink) GetOrganizationName

func (m *OrganizationLink) GetOrganizationName() string

func (*OrganizationLink) GetUpdatedAt

func (m *OrganizationLink) GetUpdatedAt() string

func (*OrganizationLink) ProtoMessage

func (*OrganizationLink) ProtoMessage()

func (*OrganizationLink) Reset

func (m *OrganizationLink) Reset()

func (*OrganizationLink) String

func (m *OrganizationLink) String() string

func (*OrganizationLink) XXX_DiscardUnknown

func (m *OrganizationLink) XXX_DiscardUnknown()

func (*OrganizationLink) XXX_Marshal

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

func (*OrganizationLink) XXX_Merge

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

func (*OrganizationLink) XXX_Size

func (m *OrganizationLink) XXX_Size() int

func (*OrganizationLink) XXX_Unmarshal

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

type OrganizationRequest

type OrganizationRequest struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request the user information.

func (*OrganizationRequest) Descriptor

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

func (*OrganizationRequest) GetId

func (m *OrganizationRequest) GetId() int64

func (*OrganizationRequest) ProtoMessage

func (*OrganizationRequest) ProtoMessage()

func (*OrganizationRequest) Reset

func (m *OrganizationRequest) Reset()

func (*OrganizationRequest) String

func (m *OrganizationRequest) String() string

func (*OrganizationRequest) XXX_DiscardUnknown

func (m *OrganizationRequest) XXX_DiscardUnknown()

func (*OrganizationRequest) XXX_Marshal

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

func (*OrganizationRequest) XXX_Merge

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

func (*OrganizationRequest) XXX_Size

func (m *OrganizationRequest) XXX_Size() int

func (*OrganizationRequest) XXX_Unmarshal

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

type OrganizationServer

type OrganizationServer interface {
	// Get organization list.
	List(context.Context, *ListOrganizationRequest) (*ListOrganizationResponse, error)
	// Get data for a particular organization.
	Get(context.Context, *OrganizationRequest) (*GetOrganizationResponse, error)
	// Create a new organization.
	Create(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	// Update an existing organization.
	Update(context.Context, *UpdateOrganizationRequest) (*OrganizationEmptyResponse, error)
	// Delete an organization.
	Delete(context.Context, *OrganizationRequest) (*OrganizationEmptyResponse, error)
	// Get organization's user list.
	ListUsers(context.Context, *ListOrganizationUsersRequest) (*ListOrganizationUsersResponse, error)
	// Get data for a particular organization user.
	GetUser(context.Context, *GetOrganizationUserRequest) (*GetOrganizationUserResponse, error)
	// Add a new user to an organization.
	AddUser(context.Context, *OrganizationUserRequest) (*OrganizationEmptyResponse, error)
	// Update a user in an organization.
	UpdateUser(context.Context, *OrganizationUserRequest) (*OrganizationEmptyResponse, error)
	// Delete a user from an organization.
	DeleteUser(context.Context, *DeleteOrganizationUserRequest) (*OrganizationEmptyResponse, error)
}

type OrganizationUserRequest

type OrganizationUserRequest struct {
	// The organization id.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The user's id.
	UserID int64 `protobuf:"varint,2,opt,name=userID" json:"userID,omitempty"`
	// The user's admin status for the organization
	IsAdmin              bool     `protobuf:"varint,3,opt,name=isAdmin" json:"isAdmin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrganizationUserRequest) Descriptor

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

func (*OrganizationUserRequest) GetId

func (m *OrganizationUserRequest) GetId() int64

func (*OrganizationUserRequest) GetIsAdmin

func (m *OrganizationUserRequest) GetIsAdmin() bool

func (*OrganizationUserRequest) GetUserID

func (m *OrganizationUserRequest) GetUserID() int64

func (*OrganizationUserRequest) ProtoMessage

func (*OrganizationUserRequest) ProtoMessage()

func (*OrganizationUserRequest) Reset

func (m *OrganizationUserRequest) Reset()

func (*OrganizationUserRequest) String

func (m *OrganizationUserRequest) String() string

func (*OrganizationUserRequest) XXX_DiscardUnknown

func (m *OrganizationUserRequest) XXX_DiscardUnknown()

func (*OrganizationUserRequest) XXX_Marshal

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

func (*OrganizationUserRequest) XXX_Merge

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

func (*OrganizationUserRequest) XXX_Size

func (m *OrganizationUserRequest) XXX_Size() int

func (*OrganizationUserRequest) XXX_Unmarshal

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

type PingRX

type PingRX struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// RSSI.
	Rssi int32 `protobuf:"varint,2,opt,name=rssi" json:"rssi,omitempty"`
	// LoRa SNR.
	LoraSNR float64 `protobuf:"fixed64,3,opt,name=loraSNR" json:"loraSNR,omitempty"`
	// Latitude of the gateway -90.0 to 90.0.
	Latitude float64 `protobuf:"fixed64,4,opt,name=latitude" json:"latitude,omitempty"`
	// Longitude of the gateway -180.0 to 180.0.
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude" json:"longitude,omitempty"`
	// Altitude of the gateway in meters.
	Altitude             float64  `protobuf:"fixed64,6,opt,name=altitude" json:"altitude,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingRX) Descriptor

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

func (*PingRX) GetAltitude

func (m *PingRX) GetAltitude() float64

func (*PingRX) GetLatitude

func (m *PingRX) GetLatitude() float64

func (*PingRX) GetLongitude

func (m *PingRX) GetLongitude() float64

func (*PingRX) GetLoraSNR

func (m *PingRX) GetLoraSNR() float64

func (*PingRX) GetMac

func (m *PingRX) GetMac() string

func (*PingRX) GetRssi

func (m *PingRX) GetRssi() int32

func (*PingRX) ProtoMessage

func (*PingRX) ProtoMessage()

func (*PingRX) Reset

func (m *PingRX) Reset()

func (*PingRX) String

func (m *PingRX) String() string

func (*PingRX) XXX_DiscardUnknown

func (m *PingRX) XXX_DiscardUnknown()

func (*PingRX) XXX_Marshal

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

func (*PingRX) XXX_Merge

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

func (*PingRX) XXX_Size

func (m *PingRX) XXX_Size() int

func (*PingRX) XXX_Unmarshal

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

type ProfileRequest

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

The request for profile requires not input as the profile is returned for the logged in user based on the JWT token passed in.

func (*ProfileRequest) Descriptor

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

func (*ProfileRequest) ProtoMessage

func (*ProfileRequest) ProtoMessage()

func (*ProfileRequest) Reset

func (m *ProfileRequest) Reset()

func (*ProfileRequest) String

func (m *ProfileRequest) String() string

func (*ProfileRequest) XXX_DiscardUnknown

func (m *ProfileRequest) XXX_DiscardUnknown()

func (*ProfileRequest) XXX_Marshal

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

func (*ProfileRequest) XXX_Merge

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

func (*ProfileRequest) XXX_Size

func (m *ProfileRequest) XXX_Size() int

func (*ProfileRequest) XXX_Unmarshal

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

type ProfileResponse

type ProfileResponse struct {
	User                 *GetUserResponse    `protobuf:"bytes,1,opt,name=user" json:"user,omitempty"`
	Organizations        []*OrganizationLink `protobuf:"bytes,3,rep,name=organizations" json:"organizations,omitempty"`
	Settings             *ProfileSettings    `protobuf:"bytes,4,opt,name=settings" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

The user's profile. This specifies the access the user has to the data and should be used limit what the UI presents as options (e.g., read-only access to an application should not allow an "edit" button on that application).

func (*ProfileResponse) Descriptor

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

func (*ProfileResponse) GetOrganizations

func (m *ProfileResponse) GetOrganizations() []*OrganizationLink

func (*ProfileResponse) GetSettings

func (m *ProfileResponse) GetSettings() *ProfileSettings

func (*ProfileResponse) GetUser

func (m *ProfileResponse) GetUser() *GetUserResponse

func (*ProfileResponse) ProtoMessage

func (*ProfileResponse) ProtoMessage()

func (*ProfileResponse) Reset

func (m *ProfileResponse) Reset()

func (*ProfileResponse) String

func (m *ProfileResponse) String() string

func (*ProfileResponse) XXX_DiscardUnknown

func (m *ProfileResponse) XXX_DiscardUnknown()

func (*ProfileResponse) XXX_Marshal

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

func (*ProfileResponse) XXX_Merge

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

func (*ProfileResponse) XXX_Size

func (m *ProfileResponse) XXX_Size() int

func (*ProfileResponse) XXX_Unmarshal

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

type ProfileSettings

type ProfileSettings struct {
	// Existing users in the system can not be assigned to organizations and
	// application and can not be listed by non global admin users.
	DisableAssignExistingUsers bool     `protobuf:"varint,1,opt,name=disableAssignExistingUsers" json:"disableAssignExistingUsers,omitempty"`
	XXX_NoUnkeyedLiteral       struct{} `json:"-"`
	XXX_unrecognized           []byte   `json:"-"`
	XXX_sizecache              int32    `json:"-"`
}

func (*ProfileSettings) Descriptor

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

func (*ProfileSettings) GetDisableAssignExistingUsers

func (m *ProfileSettings) GetDisableAssignExistingUsers() bool

func (*ProfileSettings) ProtoMessage

func (*ProfileSettings) ProtoMessage()

func (*ProfileSettings) Reset

func (m *ProfileSettings) Reset()

func (*ProfileSettings) String

func (m *ProfileSettings) String() string

func (*ProfileSettings) XXX_DiscardUnknown

func (m *ProfileSettings) XXX_DiscardUnknown()

func (*ProfileSettings) XXX_Marshal

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

func (*ProfileSettings) XXX_Merge

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

func (*ProfileSettings) XXX_Size

func (m *ProfileSettings) XXX_Size() int

func (*ProfileSettings) XXX_Unmarshal

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

type RXWindow

type RXWindow int32
const (
	RXWindow_RX1 RXWindow = 0
	RXWindow_RX2 RXWindow = 1
)

func (RXWindow) EnumDescriptor

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

func (RXWindow) String

func (x RXWindow) String() string

type RatePolicy

type RatePolicy int32
const (
	// Drop
	RatePolicy_DROP RatePolicy = 0
	// Mark
	RatePolicy_MARK RatePolicy = 1
)

func (RatePolicy) EnumDescriptor

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

func (RatePolicy) String

func (x RatePolicy) String() string

type ServiceProfile

type ServiceProfile struct {
	ServiceProfileID       string     `protobuf:"bytes,1,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	UlRate                 uint32     `protobuf:"varint,2,opt,name=ulRate" json:"ulRate,omitempty"`
	UlBucketSize           uint32     `protobuf:"varint,3,opt,name=ulBucketSize" json:"ulBucketSize,omitempty"`
	UlRatePolicy           RatePolicy `protobuf:"varint,4,opt,name=ulRatePolicy,enum=api.RatePolicy" json:"ulRatePolicy,omitempty"`
	DlRate                 uint32     `protobuf:"varint,5,opt,name=dlRate" json:"dlRate,omitempty"`
	DlBucketSize           uint32     `protobuf:"varint,6,opt,name=dlBucketSize" json:"dlBucketSize,omitempty"`
	DlRatePolicy           RatePolicy `protobuf:"varint,7,opt,name=dlRatePolicy,enum=api.RatePolicy" json:"dlRatePolicy,omitempty"`
	AddGWMetadata          bool       `protobuf:"varint,8,opt,name=addGWMetadata" json:"addGWMetadata,omitempty"`
	DevStatusReqFreq       uint32     `protobuf:"varint,9,opt,name=devStatusReqFreq" json:"devStatusReqFreq,omitempty"`
	ReportDevStatusBattery bool       `protobuf:"varint,10,opt,name=reportDevStatusBattery" json:"reportDevStatusBattery,omitempty"`
	ReportDevStatusMargin  bool       `protobuf:"varint,11,opt,name=reportDevStatusMargin" json:"reportDevStatusMargin,omitempty"`
	DrMin                  uint32     `protobuf:"varint,12,opt,name=drMin" json:"drMin,omitempty"`
	DrMax                  uint32     `protobuf:"varint,13,opt,name=drMax" json:"drMax,omitempty"`
	ChannelMask            []byte     `protobuf:"bytes,14,opt,name=channelMask,proto3" json:"channelMask,omitempty"`
	PrAllowed              bool       `protobuf:"varint,15,opt,name=prAllowed" json:"prAllowed,omitempty"`
	HrAllowed              bool       `protobuf:"varint,16,opt,name=hrAllowed" json:"hrAllowed,omitempty"`
	RaAllowed              bool       `protobuf:"varint,17,opt,name=raAllowed" json:"raAllowed,omitempty"`
	NwkGeoLoc              bool       `protobuf:"varint,18,opt,name=nwkGeoLoc" json:"nwkGeoLoc,omitempty"`
	TargetPER              uint32     `protobuf:"varint,19,opt,name=targetPER" json:"targetPER,omitempty"`
	MinGWDiversity         uint32     `protobuf:"varint,20,opt,name=minGWDiversity" json:"minGWDiversity,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}   `json:"-"`
	XXX_unrecognized       []byte     `json:"-"`
	XXX_sizecache          int32      `json:"-"`
}

func (*ServiceProfile) Descriptor

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

func (*ServiceProfile) GetAddGWMetadata

func (m *ServiceProfile) GetAddGWMetadata() bool

func (*ServiceProfile) GetChannelMask

func (m *ServiceProfile) GetChannelMask() []byte

func (*ServiceProfile) GetDevStatusReqFreq

func (m *ServiceProfile) GetDevStatusReqFreq() uint32

func (*ServiceProfile) GetDlBucketSize

func (m *ServiceProfile) GetDlBucketSize() uint32

func (*ServiceProfile) GetDlRate

func (m *ServiceProfile) GetDlRate() uint32

func (*ServiceProfile) GetDlRatePolicy

func (m *ServiceProfile) GetDlRatePolicy() RatePolicy

func (*ServiceProfile) GetDrMax

func (m *ServiceProfile) GetDrMax() uint32

func (*ServiceProfile) GetDrMin

func (m *ServiceProfile) GetDrMin() uint32

func (*ServiceProfile) GetHrAllowed

func (m *ServiceProfile) GetHrAllowed() bool

func (*ServiceProfile) GetMinGWDiversity

func (m *ServiceProfile) GetMinGWDiversity() uint32

func (*ServiceProfile) GetNwkGeoLoc

func (m *ServiceProfile) GetNwkGeoLoc() bool

func (*ServiceProfile) GetPrAllowed

func (m *ServiceProfile) GetPrAllowed() bool

func (*ServiceProfile) GetRaAllowed

func (m *ServiceProfile) GetRaAllowed() bool

func (*ServiceProfile) GetReportDevStatusBattery

func (m *ServiceProfile) GetReportDevStatusBattery() bool

func (*ServiceProfile) GetReportDevStatusMargin

func (m *ServiceProfile) GetReportDevStatusMargin() bool

func (*ServiceProfile) GetServiceProfileID

func (m *ServiceProfile) GetServiceProfileID() string

func (*ServiceProfile) GetTargetPER

func (m *ServiceProfile) GetTargetPER() uint32

func (*ServiceProfile) GetUlBucketSize

func (m *ServiceProfile) GetUlBucketSize() uint32

func (*ServiceProfile) GetUlRate

func (m *ServiceProfile) GetUlRate() uint32

func (*ServiceProfile) GetUlRatePolicy

func (m *ServiceProfile) GetUlRatePolicy() RatePolicy

func (*ServiceProfile) ProtoMessage

func (*ServiceProfile) ProtoMessage()

func (*ServiceProfile) Reset

func (m *ServiceProfile) Reset()

func (*ServiceProfile) String

func (m *ServiceProfile) String() string

func (*ServiceProfile) XXX_DiscardUnknown

func (m *ServiceProfile) XXX_DiscardUnknown()

func (*ServiceProfile) XXX_Marshal

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

func (*ServiceProfile) XXX_Merge

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

func (*ServiceProfile) XXX_Size

func (m *ServiceProfile) XXX_Size() int

func (*ServiceProfile) XXX_Unmarshal

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

type ServiceProfileMeta

type ServiceProfileMeta struct {
	// ID of the service-profile.
	ServiceProfileID string `protobuf:"bytes,1,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	// Name of the service-profile.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Organization id of the service-profile.
	OrganizationID int64 `protobuf:"varint,3,opt,name=organizationID" json:"organizationID,omitempty"`
	// Network-server id of the service-profile.
	NetworkServerID int64 `protobuf:"varint,4,opt,name=networkServerID" json:"networkServerID,omitempty"`
	// Timestamp when the record was created.
	CreatedAt string `protobuf:"bytes,5,opt,name=createdAt" json:"createdAt,omitempty"`
	// Timestamp when the record was last updated.
	UpdatedAt            string   `protobuf:"bytes,6,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ServiceProfileMeta) Descriptor

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

func (*ServiceProfileMeta) GetCreatedAt

func (m *ServiceProfileMeta) GetCreatedAt() string

func (*ServiceProfileMeta) GetName

func (m *ServiceProfileMeta) GetName() string

func (*ServiceProfileMeta) GetNetworkServerID

func (m *ServiceProfileMeta) GetNetworkServerID() int64

func (*ServiceProfileMeta) GetOrganizationID

func (m *ServiceProfileMeta) GetOrganizationID() int64

func (*ServiceProfileMeta) GetServiceProfileID

func (m *ServiceProfileMeta) GetServiceProfileID() string

func (*ServiceProfileMeta) GetUpdatedAt

func (m *ServiceProfileMeta) GetUpdatedAt() string

func (*ServiceProfileMeta) ProtoMessage

func (*ServiceProfileMeta) ProtoMessage()

func (*ServiceProfileMeta) Reset

func (m *ServiceProfileMeta) Reset()

func (*ServiceProfileMeta) String

func (m *ServiceProfileMeta) String() string

func (*ServiceProfileMeta) XXX_DiscardUnknown

func (m *ServiceProfileMeta) XXX_DiscardUnknown()

func (*ServiceProfileMeta) XXX_Marshal

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

func (*ServiceProfileMeta) XXX_Merge

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

func (*ServiceProfileMeta) XXX_Size

func (m *ServiceProfileMeta) XXX_Size() int

func (*ServiceProfileMeta) XXX_Unmarshal

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

type ServiceProfileServiceClient

type ServiceProfileServiceClient interface {
	// Create creates the given service-profile.
	Create(ctx context.Context, in *CreateServiceProfileRequest, opts ...grpc.CallOption) (*CreateServiceProfileResponse, error)
	// Get returns the service-profile matching the given id.
	Get(ctx context.Context, in *GetServiceProfileRequest, opts ...grpc.CallOption) (*GetServiceProfileResponse, error)
	// Update updates the given serviceprofile.
	Update(ctx context.Context, in *UpdateServiceProfileRequest, opts ...grpc.CallOption) (*UpdateServiceProfileResponse, error)
	// Delete deletes the service-profile matching the given id.
	Delete(ctx context.Context, in *DeleteServiceProfileRequest, opts ...grpc.CallOption) (*DeleteServiceProfileResponse, error)
	// List lists the available service-profiles.
	List(ctx context.Context, in *ListServiceProfileRequest, opts ...grpc.CallOption) (*ListServiceProfileResponse, error)
}

ServiceProfileServiceClient is the client API for ServiceProfileService service.

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

func NewServiceProfileServiceClient

func NewServiceProfileServiceClient(cc *grpc.ClientConn) ServiceProfileServiceClient

type ServiceProfileServiceServer

type ServiceProfileServiceServer interface {
	// Create creates the given service-profile.
	Create(context.Context, *CreateServiceProfileRequest) (*CreateServiceProfileResponse, error)
	// Get returns the service-profile matching the given id.
	Get(context.Context, *GetServiceProfileRequest) (*GetServiceProfileResponse, error)
	// Update updates the given serviceprofile.
	Update(context.Context, *UpdateServiceProfileRequest) (*UpdateServiceProfileResponse, error)
	// Delete deletes the service-profile matching the given id.
	Delete(context.Context, *DeleteServiceProfileRequest) (*DeleteServiceProfileResponse, error)
	// List lists the available service-profiles.
	List(context.Context, *ListServiceProfileRequest) (*ListServiceProfileResponse, error)
}

type StreamDeviceEventLogsRequest

type StreamDeviceEventLogsRequest struct {
	// Hex encoded DevEUI.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamDeviceEventLogsRequest) Descriptor

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

func (*StreamDeviceEventLogsRequest) GetDevEUI

func (m *StreamDeviceEventLogsRequest) GetDevEUI() string

func (*StreamDeviceEventLogsRequest) ProtoMessage

func (*StreamDeviceEventLogsRequest) ProtoMessage()

func (*StreamDeviceEventLogsRequest) Reset

func (m *StreamDeviceEventLogsRequest) Reset()

func (*StreamDeviceEventLogsRequest) String

func (*StreamDeviceEventLogsRequest) XXX_DiscardUnknown

func (m *StreamDeviceEventLogsRequest) XXX_DiscardUnknown()

func (*StreamDeviceEventLogsRequest) XXX_Marshal

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

func (*StreamDeviceEventLogsRequest) XXX_Merge

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

func (*StreamDeviceEventLogsRequest) XXX_Size

func (m *StreamDeviceEventLogsRequest) XXX_Size() int

func (*StreamDeviceEventLogsRequest) XXX_Unmarshal

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

type StreamDeviceEventLogsResponse

type StreamDeviceEventLogsResponse struct {
	// The event type.
	Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	// The event payload in JSON encoding.
	PayloadJSON          string   `protobuf:"bytes,2,opt,name=payloadJSON" json:"payloadJSON,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamDeviceEventLogsResponse) Descriptor

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

func (*StreamDeviceEventLogsResponse) GetPayloadJSON

func (m *StreamDeviceEventLogsResponse) GetPayloadJSON() string

func (*StreamDeviceEventLogsResponse) GetType

func (*StreamDeviceEventLogsResponse) ProtoMessage

func (*StreamDeviceEventLogsResponse) ProtoMessage()

func (*StreamDeviceEventLogsResponse) Reset

func (m *StreamDeviceEventLogsResponse) Reset()

func (*StreamDeviceEventLogsResponse) String

func (*StreamDeviceEventLogsResponse) XXX_DiscardUnknown

func (m *StreamDeviceEventLogsResponse) XXX_DiscardUnknown()

func (*StreamDeviceEventLogsResponse) XXX_Marshal

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

func (*StreamDeviceEventLogsResponse) XXX_Merge

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

func (*StreamDeviceEventLogsResponse) XXX_Size

func (m *StreamDeviceEventLogsResponse) XXX_Size() int

func (*StreamDeviceEventLogsResponse) XXX_Unmarshal

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

type StreamDeviceFrameLogsRequest

type StreamDeviceFrameLogsRequest struct {
	// Hex encoded DevEUI.
	DevEUI               string   `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamDeviceFrameLogsRequest) Descriptor

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

func (*StreamDeviceFrameLogsRequest) GetDevEUI

func (m *StreamDeviceFrameLogsRequest) GetDevEUI() string

func (*StreamDeviceFrameLogsRequest) ProtoMessage

func (*StreamDeviceFrameLogsRequest) ProtoMessage()

func (*StreamDeviceFrameLogsRequest) Reset

func (m *StreamDeviceFrameLogsRequest) Reset()

func (*StreamDeviceFrameLogsRequest) String

func (*StreamDeviceFrameLogsRequest) XXX_DiscardUnknown

func (m *StreamDeviceFrameLogsRequest) XXX_DiscardUnknown()

func (*StreamDeviceFrameLogsRequest) XXX_Marshal

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

func (*StreamDeviceFrameLogsRequest) XXX_Merge

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

func (*StreamDeviceFrameLogsRequest) XXX_Size

func (m *StreamDeviceFrameLogsRequest) XXX_Size() int

func (*StreamDeviceFrameLogsRequest) XXX_Unmarshal

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

type StreamDeviceFrameLogsResponse

type StreamDeviceFrameLogsResponse struct {
	// Contains zero or one uplink frame.
	UplinkFrames []*UplinkFrameLog `protobuf:"bytes,1,rep,name=uplinkFrames" json:"uplinkFrames,omitempty"`
	// Contains zero or one downlink frame.
	DownlinkFrames       []*DownlinkFrameLog `protobuf:"bytes,2,rep,name=downlinkFrames" json:"downlinkFrames,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*StreamDeviceFrameLogsResponse) Descriptor

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

func (*StreamDeviceFrameLogsResponse) GetDownlinkFrames

func (m *StreamDeviceFrameLogsResponse) GetDownlinkFrames() []*DownlinkFrameLog

func (*StreamDeviceFrameLogsResponse) GetUplinkFrames

func (m *StreamDeviceFrameLogsResponse) GetUplinkFrames() []*UplinkFrameLog

func (*StreamDeviceFrameLogsResponse) ProtoMessage

func (*StreamDeviceFrameLogsResponse) ProtoMessage()

func (*StreamDeviceFrameLogsResponse) Reset

func (m *StreamDeviceFrameLogsResponse) Reset()

func (*StreamDeviceFrameLogsResponse) String

func (*StreamDeviceFrameLogsResponse) XXX_DiscardUnknown

func (m *StreamDeviceFrameLogsResponse) XXX_DiscardUnknown()

func (*StreamDeviceFrameLogsResponse) XXX_Marshal

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

func (*StreamDeviceFrameLogsResponse) XXX_Merge

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

func (*StreamDeviceFrameLogsResponse) XXX_Size

func (m *StreamDeviceFrameLogsResponse) XXX_Size() int

func (*StreamDeviceFrameLogsResponse) XXX_Unmarshal

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

type StreamGatewayFrameLogsRequest

type StreamGatewayFrameLogsRequest struct {
	// Hex encoded mac.
	Mac                  string   `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamGatewayFrameLogsRequest) Descriptor

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

func (*StreamGatewayFrameLogsRequest) GetMac

func (*StreamGatewayFrameLogsRequest) ProtoMessage

func (*StreamGatewayFrameLogsRequest) ProtoMessage()

func (*StreamGatewayFrameLogsRequest) Reset

func (m *StreamGatewayFrameLogsRequest) Reset()

func (*StreamGatewayFrameLogsRequest) String

func (*StreamGatewayFrameLogsRequest) XXX_DiscardUnknown

func (m *StreamGatewayFrameLogsRequest) XXX_DiscardUnknown()

func (*StreamGatewayFrameLogsRequest) XXX_Marshal

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

func (*StreamGatewayFrameLogsRequest) XXX_Merge

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

func (*StreamGatewayFrameLogsRequest) XXX_Size

func (m *StreamGatewayFrameLogsRequest) XXX_Size() int

func (*StreamGatewayFrameLogsRequest) XXX_Unmarshal

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

type StreamGatewayFrameLogsResponse

type StreamGatewayFrameLogsResponse struct {
	// Contains zero or one uplink frame.
	UplinkFrames []*UplinkFrameLog `protobuf:"bytes,1,rep,name=uplinkFrames" json:"uplinkFrames,omitempty"`
	// Contains zero or one downlink frame.
	DownlinkFrames       []*DownlinkFrameLog `protobuf:"bytes,2,rep,name=downlinkFrames" json:"downlinkFrames,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*StreamGatewayFrameLogsResponse) Descriptor

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

func (*StreamGatewayFrameLogsResponse) GetDownlinkFrames

func (m *StreamGatewayFrameLogsResponse) GetDownlinkFrames() []*DownlinkFrameLog

func (*StreamGatewayFrameLogsResponse) GetUplinkFrames

func (m *StreamGatewayFrameLogsResponse) GetUplinkFrames() []*UplinkFrameLog

func (*StreamGatewayFrameLogsResponse) ProtoMessage

func (*StreamGatewayFrameLogsResponse) ProtoMessage()

func (*StreamGatewayFrameLogsResponse) Reset

func (m *StreamGatewayFrameLogsResponse) Reset()

func (*StreamGatewayFrameLogsResponse) String

func (*StreamGatewayFrameLogsResponse) XXX_DiscardUnknown

func (m *StreamGatewayFrameLogsResponse) XXX_DiscardUnknown()

func (*StreamGatewayFrameLogsResponse) XXX_Marshal

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

func (*StreamGatewayFrameLogsResponse) XXX_Merge

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

func (*StreamGatewayFrameLogsResponse) XXX_Size

func (m *StreamGatewayFrameLogsResponse) XXX_Size() int

func (*StreamGatewayFrameLogsResponse) XXX_Unmarshal

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

type UpdateApplicationRequest

type UpdateApplicationRequest struct {
	// ID of the application to update.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Name of the application (must be unique).
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// ID of the service profile.
	ServiceProfileID string `protobuf:"bytes,15,opt,name=serviceProfileID" json:"serviceProfileID,omitempty"`
	// Payload codec.
	PayloadCodec string `protobuf:"bytes,16,opt,name=payloadCodec" json:"payloadCodec,omitempty"`
	// Payload encoder script.
	PayloadEncoderScript string `protobuf:"bytes,17,opt,name=payloadEncoderScript" json:"payloadEncoderScript,omitempty"`
	// Payload decoder script.
	PayloadDecoderScript string   `protobuf:"bytes,18,opt,name=payloadDecoderScript" json:"payloadDecoderScript,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateApplicationRequest) Descriptor

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

func (*UpdateApplicationRequest) GetDescription

func (m *UpdateApplicationRequest) GetDescription() string

func (*UpdateApplicationRequest) GetId

func (m *UpdateApplicationRequest) GetId() int64

func (*UpdateApplicationRequest) GetName

func (m *UpdateApplicationRequest) GetName() string

func (*UpdateApplicationRequest) GetPayloadCodec

func (m *UpdateApplicationRequest) GetPayloadCodec() string

func (*UpdateApplicationRequest) GetPayloadDecoderScript

func (m *UpdateApplicationRequest) GetPayloadDecoderScript() string

func (*UpdateApplicationRequest) GetPayloadEncoderScript

func (m *UpdateApplicationRequest) GetPayloadEncoderScript() string

func (*UpdateApplicationRequest) GetServiceProfileID

func (m *UpdateApplicationRequest) GetServiceProfileID() string

func (*UpdateApplicationRequest) ProtoMessage

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) Reset

func (m *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String

func (m *UpdateApplicationRequest) String() string

func (*UpdateApplicationRequest) XXX_DiscardUnknown

func (m *UpdateApplicationRequest) XXX_DiscardUnknown()

func (*UpdateApplicationRequest) XXX_Marshal

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

func (*UpdateApplicationRequest) XXX_Merge

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

func (*UpdateApplicationRequest) XXX_Size

func (m *UpdateApplicationRequest) XXX_Size() int

func (*UpdateApplicationRequest) XXX_Unmarshal

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

type UpdateApplicationResponse

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

func (*UpdateApplicationResponse) Descriptor

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

func (*UpdateApplicationResponse) ProtoMessage

func (*UpdateApplicationResponse) ProtoMessage()

func (*UpdateApplicationResponse) Reset

func (m *UpdateApplicationResponse) Reset()

func (*UpdateApplicationResponse) String

func (m *UpdateApplicationResponse) String() string

func (*UpdateApplicationResponse) XXX_DiscardUnknown

func (m *UpdateApplicationResponse) XXX_DiscardUnknown()

func (*UpdateApplicationResponse) XXX_Marshal

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

func (*UpdateApplicationResponse) XXX_Merge

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

func (*UpdateApplicationResponse) XXX_Size

func (m *UpdateApplicationResponse) XXX_Size() int

func (*UpdateApplicationResponse) XXX_Unmarshal

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

type UpdateDeviceKeysRequest

type UpdateDeviceKeysRequest struct {
	// Hex encoded DevEUI of the device.
	DevEUI               string      `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	DeviceKeys           *DeviceKeys `protobuf:"bytes,2,opt,name=deviceKeys" json:"deviceKeys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateDeviceKeysRequest) Descriptor

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

func (*UpdateDeviceKeysRequest) GetDevEUI

func (m *UpdateDeviceKeysRequest) GetDevEUI() string

func (*UpdateDeviceKeysRequest) GetDeviceKeys

func (m *UpdateDeviceKeysRequest) GetDeviceKeys() *DeviceKeys

func (*UpdateDeviceKeysRequest) ProtoMessage

func (*UpdateDeviceKeysRequest) ProtoMessage()

func (*UpdateDeviceKeysRequest) Reset

func (m *UpdateDeviceKeysRequest) Reset()

func (*UpdateDeviceKeysRequest) String

func (m *UpdateDeviceKeysRequest) String() string

func (*UpdateDeviceKeysRequest) XXX_DiscardUnknown

func (m *UpdateDeviceKeysRequest) XXX_DiscardUnknown()

func (*UpdateDeviceKeysRequest) XXX_Marshal

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

func (*UpdateDeviceKeysRequest) XXX_Merge

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

func (*UpdateDeviceKeysRequest) XXX_Size

func (m *UpdateDeviceKeysRequest) XXX_Size() int

func (*UpdateDeviceKeysRequest) XXX_Unmarshal

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

type UpdateDeviceKeysResponse

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

func (*UpdateDeviceKeysResponse) Descriptor

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

func (*UpdateDeviceKeysResponse) ProtoMessage

func (*UpdateDeviceKeysResponse) ProtoMessage()

func (*UpdateDeviceKeysResponse) Reset

func (m *UpdateDeviceKeysResponse) Reset()

func (*UpdateDeviceKeysResponse) String

func (m *UpdateDeviceKeysResponse) String() string

func (*UpdateDeviceKeysResponse) XXX_DiscardUnknown

func (m *UpdateDeviceKeysResponse) XXX_DiscardUnknown()

func (*UpdateDeviceKeysResponse) XXX_Marshal

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

func (*UpdateDeviceKeysResponse) XXX_Merge

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

func (*UpdateDeviceKeysResponse) XXX_Size

func (m *UpdateDeviceKeysResponse) XXX_Size() int

func (*UpdateDeviceKeysResponse) XXX_Unmarshal

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

type UpdateDeviceProfileRequest

type UpdateDeviceProfileRequest struct {
	DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=deviceProfile" json:"deviceProfile,omitempty"`
	// Name of the device-profile.
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeviceProfileRequest) Descriptor

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

func (*UpdateDeviceProfileRequest) GetDeviceProfile

func (m *UpdateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile

func (*UpdateDeviceProfileRequest) GetName

func (m *UpdateDeviceProfileRequest) GetName() string

func (*UpdateDeviceProfileRequest) ProtoMessage

func (*UpdateDeviceProfileRequest) ProtoMessage()

func (*UpdateDeviceProfileRequest) Reset

func (m *UpdateDeviceProfileRequest) Reset()

func (*UpdateDeviceProfileRequest) String

func (m *UpdateDeviceProfileRequest) String() string

func (*UpdateDeviceProfileRequest) XXX_DiscardUnknown

func (m *UpdateDeviceProfileRequest) XXX_DiscardUnknown()

func (*UpdateDeviceProfileRequest) XXX_Marshal

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

func (*UpdateDeviceProfileRequest) XXX_Merge

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

func (*UpdateDeviceProfileRequest) XXX_Size

func (m *UpdateDeviceProfileRequest) XXX_Size() int

func (*UpdateDeviceProfileRequest) XXX_Unmarshal

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

type UpdateDeviceProfileResponse

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

func (*UpdateDeviceProfileResponse) Descriptor

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

func (*UpdateDeviceProfileResponse) ProtoMessage

func (*UpdateDeviceProfileResponse) ProtoMessage()

func (*UpdateDeviceProfileResponse) Reset

func (m *UpdateDeviceProfileResponse) Reset()

func (*UpdateDeviceProfileResponse) String

func (m *UpdateDeviceProfileResponse) String() string

func (*UpdateDeviceProfileResponse) XXX_DiscardUnknown

func (m *UpdateDeviceProfileResponse) XXX_DiscardUnknown()

func (*UpdateDeviceProfileResponse) XXX_Marshal

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

func (*UpdateDeviceProfileResponse) XXX_Merge

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

func (*UpdateDeviceProfileResponse) XXX_Size

func (m *UpdateDeviceProfileResponse) XXX_Size() int

func (*UpdateDeviceProfileResponse) XXX_Unmarshal

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

type UpdateDeviceRequest

type UpdateDeviceRequest struct {
	// Hex encoded DevEUI.
	DevEUI string `protobuf:"bytes,1,opt,name=devEUI" json:"devEUI,omitempty"`
	// Name of the device (if left blank, it will be set to the DevEUI).
	Name string `protobuf:"bytes,9,opt,name=name" json:"name,omitempty"`
	// ID of the application to which the device must be added.
	ApplicationID int64 `protobuf:"varint,13,opt,name=applicationID" json:"applicationID,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,14,opt,name=description" json:"description,omitempty"`
	// DeviceProfileID attached to the device.
	DeviceProfileID string `protobuf:"bytes,18,opt,name=deviceProfileID" json:"deviceProfileID,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	SkipFCntCheck        bool     `protobuf:"varint,19,opt,name=skipFCntCheck" json:"skipFCntCheck,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeviceRequest) Descriptor

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

func (*UpdateDeviceRequest) GetApplicationID

func (m *UpdateDeviceRequest) GetApplicationID() int64

func (*UpdateDeviceRequest) GetDescription

func (m *UpdateDeviceRequest) GetDescription() string

func (*UpdateDeviceRequest) GetDevEUI

func (m *UpdateDeviceRequest) GetDevEUI() string

func (*UpdateDeviceRequest) GetDeviceProfileID

func (m *UpdateDeviceRequest) GetDeviceProfileID() string

func (*UpdateDeviceRequest) GetName

func (m *UpdateDeviceRequest) GetName() string

func (*UpdateDeviceRequest) GetSkipFCntCheck

func (m *UpdateDeviceRequest) GetSkipFCntCheck() bool

func (*UpdateDeviceRequest) ProtoMessage

func (*UpdateDeviceRequest) ProtoMessage()

func (*UpdateDeviceRequest) Reset

func (m *UpdateDeviceRequest) Reset()

func (*UpdateDeviceRequest) String

func (m *UpdateDeviceRequest) String() string

func (*UpdateDeviceRequest) XXX_DiscardUnknown

func (m *UpdateDeviceRequest) XXX_DiscardUnknown()

func (*UpdateDeviceRequest) XXX_Marshal

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

func (*UpdateDeviceRequest) XXX_Merge

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

func (*UpdateDeviceRequest) XXX_Size

func (m *UpdateDeviceRequest) XXX_Size() int

func (*UpdateDeviceRequest) XXX_Unmarshal

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

type UpdateDeviceResponse

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

func (*UpdateDeviceResponse) Descriptor

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

func (*UpdateDeviceResponse) ProtoMessage

func (*UpdateDeviceResponse) ProtoMessage()

func (*UpdateDeviceResponse) Reset

func (m *UpdateDeviceResponse) Reset()

func (*UpdateDeviceResponse) String

func (m *UpdateDeviceResponse) String() string

func (*UpdateDeviceResponse) XXX_DiscardUnknown

func (m *UpdateDeviceResponse) XXX_DiscardUnknown()

func (*UpdateDeviceResponse) XXX_Marshal

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

func (*UpdateDeviceResponse) XXX_Merge

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

func (*UpdateDeviceResponse) XXX_Size

func (m *UpdateDeviceResponse) XXX_Size() int

func (*UpdateDeviceResponse) XXX_Unmarshal

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

type UpdateGatewayProfileRequest

type UpdateGatewayProfileRequest struct {
	GatewayProfile *GatewayProfile `protobuf:"bytes,1,opt,name=gatewayProfile" json:"gatewayProfile,omitempty"`
	// Name of the gateway-profile.
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateGatewayProfileRequest) Descriptor

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

func (*UpdateGatewayProfileRequest) GetGatewayProfile

func (m *UpdateGatewayProfileRequest) GetGatewayProfile() *GatewayProfile

func (*UpdateGatewayProfileRequest) GetName

func (m *UpdateGatewayProfileRequest) GetName() string

func (*UpdateGatewayProfileRequest) ProtoMessage

func (*UpdateGatewayProfileRequest) ProtoMessage()

func (*UpdateGatewayProfileRequest) Reset

func (m *UpdateGatewayProfileRequest) Reset()

func (*UpdateGatewayProfileRequest) String

func (m *UpdateGatewayProfileRequest) String() string

func (*UpdateGatewayProfileRequest) XXX_DiscardUnknown

func (m *UpdateGatewayProfileRequest) XXX_DiscardUnknown()

func (*UpdateGatewayProfileRequest) XXX_Marshal

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

func (*UpdateGatewayProfileRequest) XXX_Merge

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

func (*UpdateGatewayProfileRequest) XXX_Size

func (m *UpdateGatewayProfileRequest) XXX_Size() int

func (*UpdateGatewayProfileRequest) XXX_Unmarshal

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

type UpdateGatewayProfileResponse

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

func (*UpdateGatewayProfileResponse) Descriptor

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

func (*UpdateGatewayProfileResponse) ProtoMessage

func (*UpdateGatewayProfileResponse) ProtoMessage()

func (*UpdateGatewayProfileResponse) Reset

func (m *UpdateGatewayProfileResponse) Reset()

func (*UpdateGatewayProfileResponse) String

func (*UpdateGatewayProfileResponse) XXX_DiscardUnknown

func (m *UpdateGatewayProfileResponse) XXX_DiscardUnknown()

func (*UpdateGatewayProfileResponse) XXX_Marshal

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

func (*UpdateGatewayProfileResponse) XXX_Merge

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

func (*UpdateGatewayProfileResponse) XXX_Size

func (m *UpdateGatewayProfileResponse) XXX_Size() int

func (*UpdateGatewayProfileResponse) XXX_Unmarshal

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

type UpdateGatewayRequest

type UpdateGatewayRequest struct {
	// Hex encoded mac address.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// A name for the gateway
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// A description for the gateway
	Description string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	// Latitude of the gateway -90.0 to 90.0
	Latitude float64 `protobuf:"fixed64,4,opt,name=latitude" json:"latitude,omitempty"`
	// Longitude of the gateway -180.0 to 180.0
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude" json:"longitude,omitempty"`
	// Altitude of the gateway in meters
	Altitude float64 `protobuf:"fixed64,6,opt,name=altitude" json:"altitude,omitempty"`
	// ID of the organization to which this gateway belongs.
	OrganizationID int64 `protobuf:"varint,7,opt,name=organizationID" json:"organizationID,omitempty"`
	// Gateway sends out a periodic ping.
	Ping bool `protobuf:"varint,9,opt,name=ping" json:"ping,omitempty"`
	// ID of the gateway-profile (optional).
	GatewayProfileID     string   `protobuf:"bytes,10,opt,name=gatewayProfileID" json:"gatewayProfileID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateGatewayRequest) Descriptor

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

func (*UpdateGatewayRequest) GetAltitude

func (m *UpdateGatewayRequest) GetAltitude() float64

func (*UpdateGatewayRequest) GetDescription

func (m *UpdateGatewayRequest) GetDescription() string

func (*UpdateGatewayRequest) GetGatewayProfileID

func (m *UpdateGatewayRequest) GetGatewayProfileID() string

func (*UpdateGatewayRequest) GetLatitude

func (m *UpdateGatewayRequest) GetLatitude() float64

func (*UpdateGatewayRequest) GetLongitude

func (m *UpdateGatewayRequest) GetLongitude() float64

func (*UpdateGatewayRequest) GetMac

func (m *UpdateGatewayRequest) GetMac() string

func (*UpdateGatewayRequest) GetName

func (m *UpdateGatewayRequest) GetName() string

func (*UpdateGatewayRequest) GetOrganizationID

func (m *UpdateGatewayRequest) GetOrganizationID() int64

func (*UpdateGatewayRequest) GetPing

func (m *UpdateGatewayRequest) GetPing() bool

func (*UpdateGatewayRequest) ProtoMessage

func (*UpdateGatewayRequest) ProtoMessage()

func (*UpdateGatewayRequest) Reset

func (m *UpdateGatewayRequest) Reset()

func (*UpdateGatewayRequest) String

func (m *UpdateGatewayRequest) String() string

func (*UpdateGatewayRequest) XXX_DiscardUnknown

func (m *UpdateGatewayRequest) XXX_DiscardUnknown()

func (*UpdateGatewayRequest) XXX_Marshal

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

func (*UpdateGatewayRequest) XXX_Merge

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

func (*UpdateGatewayRequest) XXX_Size

func (m *UpdateGatewayRequest) XXX_Size() int

func (*UpdateGatewayRequest) XXX_Unmarshal

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

type UpdateGatewayResponse

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

func (*UpdateGatewayResponse) Descriptor

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

func (*UpdateGatewayResponse) ProtoMessage

func (*UpdateGatewayResponse) ProtoMessage()

func (*UpdateGatewayResponse) Reset

func (m *UpdateGatewayResponse) Reset()

func (*UpdateGatewayResponse) String

func (m *UpdateGatewayResponse) String() string

func (*UpdateGatewayResponse) XXX_DiscardUnknown

func (m *UpdateGatewayResponse) XXX_DiscardUnknown()

func (*UpdateGatewayResponse) XXX_Marshal

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

func (*UpdateGatewayResponse) XXX_Merge

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

func (*UpdateGatewayResponse) XXX_Size

func (m *UpdateGatewayResponse) XXX_Size() int

func (*UpdateGatewayResponse) XXX_Unmarshal

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

type UpdateInfluxDBIntegrationRequest

type UpdateInfluxDBIntegrationRequest struct {
	// Application ID to update the integration for.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationId" json:"application_id,omitempty"`
	// Integration configuration.
	Configuration        *InfluxDBIntegrationConfiguration `protobuf:"bytes,2,opt,name=configuration" json:"configuration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                          `json:"-"`
	XXX_unrecognized     []byte                            `json:"-"`
	XXX_sizecache        int32                             `json:"-"`
}

func (*UpdateInfluxDBIntegrationRequest) Descriptor

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

func (*UpdateInfluxDBIntegrationRequest) GetApplicationId

func (m *UpdateInfluxDBIntegrationRequest) GetApplicationId() int64

func (*UpdateInfluxDBIntegrationRequest) GetConfiguration

func (*UpdateInfluxDBIntegrationRequest) ProtoMessage

func (*UpdateInfluxDBIntegrationRequest) ProtoMessage()

func (*UpdateInfluxDBIntegrationRequest) Reset

func (*UpdateInfluxDBIntegrationRequest) String

func (*UpdateInfluxDBIntegrationRequest) XXX_DiscardUnknown

func (m *UpdateInfluxDBIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateInfluxDBIntegrationRequest) XXX_Marshal

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

func (*UpdateInfluxDBIntegrationRequest) XXX_Merge

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

func (*UpdateInfluxDBIntegrationRequest) XXX_Size

func (m *UpdateInfluxDBIntegrationRequest) XXX_Size() int

func (*UpdateInfluxDBIntegrationRequest) XXX_Unmarshal

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

type UpdateNetworkServerRequest

type UpdateNetworkServerRequest struct {
	// ID of the network-server.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Name of the network-server.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// hostname:ip of the network-server.
	Server string `protobuf:"bytes,3,opt,name=server" json:"server,omitempty"`
	// ca certificate for connecting to the network-server
	CaCert string `protobuf:"bytes,4,opt,name=caCert" json:"caCert,omitempty"`
	// tls (client) certificate for connecting to the network-server
	TlsCert string `protobuf:"bytes,5,opt,name=tlsCert" json:"tlsCert,omitempty"`
	// tls (client) key for connecting to the network-server
	TlsKey string `protobuf:"bytes,6,opt,name=tlsKey" json:"tlsKey,omitempty"`
	// routing-profile ca certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileCACert string `protobuf:"bytes,7,opt,name=routingProfileCACert" json:"routingProfileCACert,omitempty"`
	// routing-profile tls certificate (used by the network-server to connect
	// back to the application-server)
	RoutingProfileTLSCert string `protobuf:"bytes,8,opt,name=routingProfileTLSCert" json:"routingProfileTLSCert,omitempty"`
	// routing-profile tls key (used by the network-server to connect
	// back to the application-server)
	RoutingProfileTLSKey string `protobuf:"bytes,9,opt,name=routingProfileTLSKey" json:"routingProfileTLSKey,omitempty"`
	// The gateway discovery feature is enabled for gateways provisioned
	// on this network-server.
	GatewayDiscoveryEnabled bool `protobuf:"varint,10,opt,name=gatewayDiscoveryEnabled" json:"gatewayDiscoveryEnabled,omitempty"`
	// The interval in which the gateway discovery 'pings' are broadcasted.
	// (requests / day).
	GatewayDiscoveryInterval uint32 `protobuf:"varint,11,opt,name=gatewayDiscoveryInterval" json:"gatewayDiscoveryInterval,omitempty"`
	// The frequency (Hz) of the gateway discovery 'ping'.
	GatewayDiscoveryTXFrequency uint32 `protobuf:"varint,12,opt,name=gatewayDiscoveryTXFrequency" json:"gatewayDiscoveryTXFrequency,omitempty"`
	// The data-rate of the gateway discovery 'ping'.
	GatewayDiscoveryDR   uint32   `protobuf:"varint,13,opt,name=gatewayDiscoveryDR" json:"gatewayDiscoveryDR,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateNetworkServerRequest) Descriptor

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

func (*UpdateNetworkServerRequest) GetCaCert

func (m *UpdateNetworkServerRequest) GetCaCert() string

func (*UpdateNetworkServerRequest) GetGatewayDiscoveryDR

func (m *UpdateNetworkServerRequest) GetGatewayDiscoveryDR() uint32

func (*UpdateNetworkServerRequest) GetGatewayDiscoveryEnabled

func (m *UpdateNetworkServerRequest) GetGatewayDiscoveryEnabled() bool

func (*UpdateNetworkServerRequest) GetGatewayDiscoveryInterval

func (m *UpdateNetworkServerRequest) GetGatewayDiscoveryInterval() uint32

func (*UpdateNetworkServerRequest) GetGatewayDiscoveryTXFrequency

func (m *UpdateNetworkServerRequest) GetGatewayDiscoveryTXFrequency() uint32

func (*UpdateNetworkServerRequest) GetId

func (m *UpdateNetworkServerRequest) GetId() int64

func (*UpdateNetworkServerRequest) GetName

func (m *UpdateNetworkServerRequest) GetName() string

func (*UpdateNetworkServerRequest) GetRoutingProfileCACert

func (m *UpdateNetworkServerRequest) GetRoutingProfileCACert() string

func (*UpdateNetworkServerRequest) GetRoutingProfileTLSCert

func (m *UpdateNetworkServerRequest) GetRoutingProfileTLSCert() string

func (*UpdateNetworkServerRequest) GetRoutingProfileTLSKey

func (m *UpdateNetworkServerRequest) GetRoutingProfileTLSKey() string

func (*UpdateNetworkServerRequest) GetServer

func (m *UpdateNetworkServerRequest) GetServer() string

func (*UpdateNetworkServerRequest) GetTlsCert

func (m *UpdateNetworkServerRequest) GetTlsCert() string

func (*UpdateNetworkServerRequest) GetTlsKey

func (m *UpdateNetworkServerRequest) GetTlsKey() string

func (*UpdateNetworkServerRequest) ProtoMessage

func (*UpdateNetworkServerRequest) ProtoMessage()

func (*UpdateNetworkServerRequest) Reset

func (m *UpdateNetworkServerRequest) Reset()

func (*UpdateNetworkServerRequest) String

func (m *UpdateNetworkServerRequest) String() string

func (*UpdateNetworkServerRequest) XXX_DiscardUnknown

func (m *UpdateNetworkServerRequest) XXX_DiscardUnknown()

func (*UpdateNetworkServerRequest) XXX_Marshal

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

func (*UpdateNetworkServerRequest) XXX_Merge

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

func (*UpdateNetworkServerRequest) XXX_Size

func (m *UpdateNetworkServerRequest) XXX_Size() int

func (*UpdateNetworkServerRequest) XXX_Unmarshal

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

type UpdateNetworkServerResponse

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

func (*UpdateNetworkServerResponse) Descriptor

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

func (*UpdateNetworkServerResponse) ProtoMessage

func (*UpdateNetworkServerResponse) ProtoMessage()

func (*UpdateNetworkServerResponse) Reset

func (m *UpdateNetworkServerResponse) Reset()

func (*UpdateNetworkServerResponse) String

func (m *UpdateNetworkServerResponse) String() string

func (*UpdateNetworkServerResponse) XXX_DiscardUnknown

func (m *UpdateNetworkServerResponse) XXX_DiscardUnknown()

func (*UpdateNetworkServerResponse) XXX_Marshal

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

func (*UpdateNetworkServerResponse) XXX_Merge

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

func (*UpdateNetworkServerResponse) XXX_Size

func (m *UpdateNetworkServerResponse) XXX_Size() int

func (*UpdateNetworkServerResponse) XXX_Unmarshal

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

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	// The ID of the organization to be updated.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The new name.
	Name string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	// The new display name.
	DisplayName string `protobuf:"bytes,3,opt,name=displayName" json:"displayName,omitempty"`
	// Can the organization create and "own" Gateways?
	CanHaveGateways      bool     `protobuf:"varint,4,opt,name=canHaveGateways" json:"canHaveGateways,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Not quite the AddOrganizationRequest.

func (*UpdateOrganizationRequest) Descriptor

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

func (*UpdateOrganizationRequest) GetCanHaveGateways

func (m *UpdateOrganizationRequest) GetCanHaveGateways() bool

func (*UpdateOrganizationRequest) GetDisplayName

func (m *UpdateOrganizationRequest) GetDisplayName() string

func (*UpdateOrganizationRequest) GetId

func (m *UpdateOrganizationRequest) GetId() int64

func (*UpdateOrganizationRequest) GetName

func (m *UpdateOrganizationRequest) GetName() string

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) Reset

func (m *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (m *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) XXX_DiscardUnknown

func (m *UpdateOrganizationRequest) XXX_DiscardUnknown()

func (*UpdateOrganizationRequest) XXX_Marshal

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

func (*UpdateOrganizationRequest) XXX_Merge

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

func (*UpdateOrganizationRequest) XXX_Size

func (m *UpdateOrganizationRequest) XXX_Size() int

func (*UpdateOrganizationRequest) XXX_Unmarshal

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

type UpdateServiceProfileRequest

type UpdateServiceProfileRequest struct {
	ServiceProfile *ServiceProfile `protobuf:"bytes,1,opt,name=serviceProfile" json:"serviceProfile,omitempty"`
	// Name of the service-profile.
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateServiceProfileRequest) Descriptor

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

func (*UpdateServiceProfileRequest) GetName

func (m *UpdateServiceProfileRequest) GetName() string

func (*UpdateServiceProfileRequest) GetServiceProfile

func (m *UpdateServiceProfileRequest) GetServiceProfile() *ServiceProfile

func (*UpdateServiceProfileRequest) ProtoMessage

func (*UpdateServiceProfileRequest) ProtoMessage()

func (*UpdateServiceProfileRequest) Reset

func (m *UpdateServiceProfileRequest) Reset()

func (*UpdateServiceProfileRequest) String

func (m *UpdateServiceProfileRequest) String() string

func (*UpdateServiceProfileRequest) XXX_DiscardUnknown

func (m *UpdateServiceProfileRequest) XXX_DiscardUnknown()

func (*UpdateServiceProfileRequest) XXX_Marshal

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

func (*UpdateServiceProfileRequest) XXX_Merge

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

func (*UpdateServiceProfileRequest) XXX_Size

func (m *UpdateServiceProfileRequest) XXX_Size() int

func (*UpdateServiceProfileRequest) XXX_Unmarshal

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

type UpdateServiceProfileResponse

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

func (*UpdateServiceProfileResponse) Descriptor

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

func (*UpdateServiceProfileResponse) ProtoMessage

func (*UpdateServiceProfileResponse) ProtoMessage()

func (*UpdateServiceProfileResponse) Reset

func (m *UpdateServiceProfileResponse) Reset()

func (*UpdateServiceProfileResponse) String

func (*UpdateServiceProfileResponse) XXX_DiscardUnknown

func (m *UpdateServiceProfileResponse) XXX_DiscardUnknown()

func (*UpdateServiceProfileResponse) XXX_Marshal

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

func (*UpdateServiceProfileResponse) XXX_Merge

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

func (*UpdateServiceProfileResponse) XXX_Size

func (m *UpdateServiceProfileResponse) XXX_Size() int

func (*UpdateServiceProfileResponse) XXX_Unmarshal

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

type UpdateUserPasswordRequest

type UpdateUserPasswordRequest struct {
	// The ID of the user for which to update the password.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The new password to set.
	Password             string   `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateUserPasswordRequest) Descriptor

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

func (*UpdateUserPasswordRequest) GetId

func (m *UpdateUserPasswordRequest) GetId() int64

func (*UpdateUserPasswordRequest) GetPassword

func (m *UpdateUserPasswordRequest) GetPassword() string

func (*UpdateUserPasswordRequest) ProtoMessage

func (*UpdateUserPasswordRequest) ProtoMessage()

func (*UpdateUserPasswordRequest) Reset

func (m *UpdateUserPasswordRequest) Reset()

func (*UpdateUserPasswordRequest) String

func (m *UpdateUserPasswordRequest) String() string

func (*UpdateUserPasswordRequest) XXX_DiscardUnknown

func (m *UpdateUserPasswordRequest) XXX_DiscardUnknown()

func (*UpdateUserPasswordRequest) XXX_Marshal

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

func (*UpdateUserPasswordRequest) XXX_Merge

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

func (*UpdateUserPasswordRequest) XXX_Size

func (m *UpdateUserPasswordRequest) XXX_Size() int

func (*UpdateUserPasswordRequest) XXX_Unmarshal

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

type UpdateUserRequest

type UpdateUserRequest struct {
	// The ID of the user to be updated.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// The new username.
	Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTTL int32 `protobuf:"varint,3,opt,name=sessionTTL" json:"sessionTTL,omitempty"`
	// If the user is a system-wide admin.
	IsAdmin bool `protobuf:"varint,4,opt,name=isAdmin" json:"isAdmin,omitempty"`
	// If the user is active.
	IsActive bool `protobuf:"varint,5,opt,name=isActive" json:"isActive,omitempty"`
	// E-mail of the user.
	Email string `protobuf:"bytes,6,opt,name=email" json:"email,omitempty"`
	// Optional note to store with the user.
	Note                 string   `protobuf:"bytes,7,opt,name=note" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Not quite the AddUserRequest as no password.

func (*UpdateUserRequest) Descriptor

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

func (*UpdateUserRequest) GetEmail

func (m *UpdateUserRequest) GetEmail() string

func (*UpdateUserRequest) GetId

func (m *UpdateUserRequest) GetId() int64

func (*UpdateUserRequest) GetIsActive

func (m *UpdateUserRequest) GetIsActive() bool

func (*UpdateUserRequest) GetIsAdmin

func (m *UpdateUserRequest) GetIsAdmin() bool

func (*UpdateUserRequest) GetNote

func (m *UpdateUserRequest) GetNote() string

func (*UpdateUserRequest) GetSessionTTL

func (m *UpdateUserRequest) GetSessionTTL() int32

func (*UpdateUserRequest) GetUsername

func (m *UpdateUserRequest) GetUsername() string

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) Reset

func (m *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (m *UpdateUserRequest) String() string

func (*UpdateUserRequest) XXX_DiscardUnknown

func (m *UpdateUserRequest) XXX_DiscardUnknown()

func (*UpdateUserRequest) XXX_Marshal

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

func (*UpdateUserRequest) XXX_Merge

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

func (*UpdateUserRequest) XXX_Size

func (m *UpdateUserRequest) XXX_Size() int

func (*UpdateUserRequest) XXX_Unmarshal

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

type UplinkFrameLog

type UplinkFrameLog struct {
	// TX information of the uplink.
	TxInfo *UplinkTXInfo `protobuf:"bytes,1,opt,name=txInfo" json:"txInfo,omitempty"`
	// RX information of the uplink.
	RxInfo []*UplinkRXInfo `protobuf:"bytes,2,rep,name=rxInfo" json:"rxInfo,omitempty"`
	// LoRaWAN PHYPayload.
	PhyPayloadJSON       string   `protobuf:"bytes,3,opt,name=phyPayloadJSON" json:"phyPayloadJSON,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UplinkFrameLog) Descriptor

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

func (*UplinkFrameLog) GetPhyPayloadJSON

func (m *UplinkFrameLog) GetPhyPayloadJSON() string

func (*UplinkFrameLog) GetRxInfo

func (m *UplinkFrameLog) GetRxInfo() []*UplinkRXInfo

func (*UplinkFrameLog) GetTxInfo

func (m *UplinkFrameLog) GetTxInfo() *UplinkTXInfo

func (*UplinkFrameLog) ProtoMessage

func (*UplinkFrameLog) ProtoMessage()

func (*UplinkFrameLog) Reset

func (m *UplinkFrameLog) Reset()

func (*UplinkFrameLog) String

func (m *UplinkFrameLog) String() string

func (*UplinkFrameLog) XXX_DiscardUnknown

func (m *UplinkFrameLog) XXX_DiscardUnknown()

func (*UplinkFrameLog) XXX_Marshal

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

func (*UplinkFrameLog) XXX_Merge

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

func (*UplinkFrameLog) XXX_Size

func (m *UplinkFrameLog) XXX_Size() int

func (*UplinkFrameLog) XXX_Unmarshal

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

type UplinkRXInfo

type UplinkRXInfo struct {
	// Gateway MAC.
	Mac string `protobuf:"bytes,1,opt,name=mac" json:"mac,omitempty"`
	// Time when the frame was received (if available).
	Time string `protobuf:"bytes,2,opt,name=time" json:"time,omitempty"`
	// Time when the frame was received as time since GPS epoch (if available).
	TimeSinceGPSEpoch string `protobuf:"bytes,3,opt,name=timeSinceGPSEpoch" json:"timeSinceGPSEpoch,omitempty"`
	// Gateway internal timestamp.
	Timestamp uint32 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	// RSSI.
	Rssi int32 `protobuf:"varint,5,opt,name=rssi" json:"rssi,omitempty"`
	// LoRa SNR.
	LoRaSNR float32 `protobuf:"fixed32,6,opt,name=loRaSNR" json:"loRaSNR,omitempty"`
	// The board identifier that received the uplink frame.
	Board uint32 `protobuf:"varint,7,opt,name=board" json:"board,omitempty"`
	// THe antenna identifier that received the uplink frame.
	Antenna              uint32   `protobuf:"varint,8,opt,name=antenna" json:"antenna,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UplinkRXInfo) Descriptor

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

func (*UplinkRXInfo) GetAntenna

func (m *UplinkRXInfo) GetAntenna() uint32

func (*UplinkRXInfo) GetBoard

func (m *UplinkRXInfo) GetBoard() uint32

func (*UplinkRXInfo) GetLoRaSNR

func (m *UplinkRXInfo) GetLoRaSNR() float32

func (*UplinkRXInfo) GetMac

func (m *UplinkRXInfo) GetMac() string

func (*UplinkRXInfo) GetRssi

func (m *UplinkRXInfo) GetRssi() int32

func (*UplinkRXInfo) GetTime

func (m *UplinkRXInfo) GetTime() string

func (*UplinkRXInfo) GetTimeSinceGPSEpoch

func (m *UplinkRXInfo) GetTimeSinceGPSEpoch() string

func (*UplinkRXInfo) GetTimestamp

func (m *UplinkRXInfo) GetTimestamp() uint32

func (*UplinkRXInfo) ProtoMessage

func (*UplinkRXInfo) ProtoMessage()

func (*UplinkRXInfo) Reset

func (m *UplinkRXInfo) Reset()

func (*UplinkRXInfo) String

func (m *UplinkRXInfo) String() string

func (*UplinkRXInfo) XXX_DiscardUnknown

func (m *UplinkRXInfo) XXX_DiscardUnknown()

func (*UplinkRXInfo) XXX_Marshal

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

func (*UplinkRXInfo) XXX_Merge

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

func (*UplinkRXInfo) XXX_Size

func (m *UplinkRXInfo) XXX_Size() int

func (*UplinkRXInfo) XXX_Unmarshal

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

type UplinkTXInfo

type UplinkTXInfo struct {
	// TX frequency (in Hz).
	Frequency uint32 `protobuf:"varint,1,opt,name=frequency" json:"frequency,omitempty"`
	// Data-rate.
	DataRate *DataRate `protobuf:"bytes,2,opt,name=dataRate" json:"dataRate,omitempty"`
	// Code rate.
	CodeRate             string   `protobuf:"bytes,3,opt,name=codeRate" json:"codeRate,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UplinkTXInfo) Descriptor

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

func (*UplinkTXInfo) GetCodeRate

func (m *UplinkTXInfo) GetCodeRate() string

func (*UplinkTXInfo) GetDataRate

func (m *UplinkTXInfo) GetDataRate() *DataRate

func (*UplinkTXInfo) GetFrequency

func (m *UplinkTXInfo) GetFrequency() uint32

func (*UplinkTXInfo) ProtoMessage

func (*UplinkTXInfo) ProtoMessage()

func (*UplinkTXInfo) Reset

func (m *UplinkTXInfo) Reset()

func (*UplinkTXInfo) String

func (m *UplinkTXInfo) String() string

func (*UplinkTXInfo) XXX_DiscardUnknown

func (m *UplinkTXInfo) XXX_DiscardUnknown()

func (*UplinkTXInfo) XXX_Marshal

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

func (*UplinkTXInfo) XXX_Merge

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

func (*UplinkTXInfo) XXX_Size

func (m *UplinkTXInfo) XXX_Size() int

func (*UplinkTXInfo) XXX_Unmarshal

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

type UserClient

type UserClient interface {
	// Get user list.
	List(ctx context.Context, in *ListUserRequest, opts ...grpc.CallOption) (*ListUserResponse, error)
	// Get data for a particular user.
	Get(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// Create a new user.
	Create(ctx context.Context, in *AddUserRequest, opts ...grpc.CallOption) (*AddUserResponse, error)
	// Update an existing user.
	Update(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UserEmptyResponse, error)
	// Delete a user.
	Delete(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*UserEmptyResponse, error)
	// UpdatePassword updates a password.
	UpdatePassword(ctx context.Context, in *UpdateUserPasswordRequest, opts ...grpc.CallOption) (*UserEmptyResponse, error)
}

UserClient is the client API for User service.

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

func NewUserClient

func NewUserClient(cc *grpc.ClientConn) UserClient

type UserEmptyResponse

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

func (*UserEmptyResponse) Descriptor

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

func (*UserEmptyResponse) ProtoMessage

func (*UserEmptyResponse) ProtoMessage()

func (*UserEmptyResponse) Reset

func (m *UserEmptyResponse) Reset()

func (*UserEmptyResponse) String

func (m *UserEmptyResponse) String() string

func (*UserEmptyResponse) XXX_DiscardUnknown

func (m *UserEmptyResponse) XXX_DiscardUnknown()

func (*UserEmptyResponse) XXX_Marshal

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

func (*UserEmptyResponse) XXX_Merge

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

func (*UserEmptyResponse) XXX_Size

func (m *UserEmptyResponse) XXX_Size() int

func (*UserEmptyResponse) XXX_Unmarshal

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

type UserRequest

type UserRequest struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Request the user information.

func (*UserRequest) Descriptor

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

func (*UserRequest) GetId

func (m *UserRequest) GetId() int64

func (*UserRequest) ProtoMessage

func (*UserRequest) ProtoMessage()

func (*UserRequest) Reset

func (m *UserRequest) Reset()

func (*UserRequest) String

func (m *UserRequest) String() string

func (*UserRequest) XXX_DiscardUnknown

func (m *UserRequest) XXX_DiscardUnknown()

func (*UserRequest) XXX_Marshal

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

func (*UserRequest) XXX_Merge

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

func (*UserRequest) XXX_Size

func (m *UserRequest) XXX_Size() int

func (*UserRequest) XXX_Unmarshal

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

type UserServer

type UserServer interface {
	// Get user list.
	List(context.Context, *ListUserRequest) (*ListUserResponse, error)
	// Get data for a particular user.
	Get(context.Context, *UserRequest) (*GetUserResponse, error)
	// Create a new user.
	Create(context.Context, *AddUserRequest) (*AddUserResponse, error)
	// Update an existing user.
	Update(context.Context, *UpdateUserRequest) (*UserEmptyResponse, error)
	// Delete a user.
	Delete(context.Context, *UserRequest) (*UserEmptyResponse, error)
	// UpdatePassword updates a password.
	UpdatePassword(context.Context, *UpdateUserPasswordRequest) (*UserEmptyResponse, error)
}

type UserSettings

type UserSettings struct {
	// ID of the user.
	Id int64 `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTTL int32 `protobuf:"varint,3,opt,name=sessionTTL" json:"sessionTTL,omitempty"`
	// If the user is a system admin, capable of creating other users.
	IsAdmin bool `protobuf:"varint,4,opt,name=isAdmin" json:"isAdmin,omitempty"`
	// If the user is active.
	IsActive bool `protobuf:"varint,5,opt,name=isActive" json:"isActive,omitempty"`
	// When the user was created.
	CreatedAt string `protobuf:"bytes,6,opt,name=createdAt" json:"createdAt,omitempty"`
	// When the user was last updated (excludes changes in application access).
	UpdatedAt            string   `protobuf:"bytes,7,opt,name=updatedAt" json:"updatedAt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

User data not including the data access profile.

func (*UserSettings) Descriptor

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

func (*UserSettings) GetCreatedAt

func (m *UserSettings) GetCreatedAt() string

func (*UserSettings) GetId

func (m *UserSettings) GetId() int64

func (*UserSettings) GetIsActive

func (m *UserSettings) GetIsActive() bool

func (*UserSettings) GetIsAdmin

func (m *UserSettings) GetIsAdmin() bool

func (*UserSettings) GetSessionTTL

func (m *UserSettings) GetSessionTTL() int32

func (*UserSettings) GetUpdatedAt

func (m *UserSettings) GetUpdatedAt() string

func (*UserSettings) GetUsername

func (m *UserSettings) GetUsername() string

func (*UserSettings) ProtoMessage

func (*UserSettings) ProtoMessage()

func (*UserSettings) Reset

func (m *UserSettings) Reset()

func (*UserSettings) String

func (m *UserSettings) String() string

func (*UserSettings) XXX_DiscardUnknown

func (m *UserSettings) XXX_DiscardUnknown()

func (*UserSettings) XXX_Marshal

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

func (*UserSettings) XXX_Merge

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

func (*UserSettings) XXX_Size

func (m *UserSettings) XXX_Size() int

func (*UserSettings) XXX_Unmarshal

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

Directories

Path Synopsis
simple tool to merge different swagger definition into a single file
simple tool to merge different swagger definition into a single file

Jump to

Keyboard shortcuts

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