api

package
v0.0.0-...-a2d1c62 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: MIT Imports: 19 Imported by: 1

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.

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 FUOTADeploymentDeviceState_name = map[int32]string{
	0: "PENDING",
	1: "SUCCESS",
	2: "ERROR",
}
View Source
var FUOTADeploymentDeviceState_value = map[string]int32{
	"PENDING": 0,
	"SUCCESS": 1,
	"ERROR":   2,
}
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",
	2: "THINGSBOARD",
}
View Source
var IntegrationKind_value = map[string]int32{
	"HTTP":        0,
	"INFLUXDB":    1,
	"THINGSBOARD": 2,
}
View Source
var MulticastGroupType_name = map[int32]string{
	0: "CLASS_C",
	1: "CLASS_B",
}
View Source
var MulticastGroupType_value = map[string]int32{
	"CLASS_C": 0,
	"CLASS_B": 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 RegisterApplicationServiceHandler

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

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

func RegisterApplicationServiceHandlerClient

func RegisterApplicationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ApplicationServiceClient) error

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

func RegisterApplicationServiceHandlerFromEndpoint

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

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

func RegisterApplicationServiceHandlerServer

func RegisterApplicationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ApplicationServiceServer) error

RegisterApplicationServiceHandlerServer registers the http handlers for service ApplicationService to "mux". UnaryRPC :call ApplicationServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterApplicationServiceServer

func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer)

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

RegisterDeviceProfileServiceHandlerClient 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 RegisterDeviceProfileServiceHandlerServer

func RegisterDeviceProfileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeviceProfileServiceServer) error

RegisterDeviceProfileServiceHandlerServer registers the http handlers for service DeviceProfileService to "mux". UnaryRPC :call DeviceProfileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDeviceProfileServiceServer

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

func RegisterDeviceQueueServiceHandler

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

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

func RegisterDeviceQueueServiceHandlerClient

func RegisterDeviceQueueServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeviceQueueServiceClient) error

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

func RegisterDeviceQueueServiceHandlerFromEndpoint

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

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

func RegisterDeviceQueueServiceHandlerServer

func RegisterDeviceQueueServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeviceQueueServiceServer) error

RegisterDeviceQueueServiceHandlerServer registers the http handlers for service DeviceQueueService to "mux". UnaryRPC :call DeviceQueueServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDeviceQueueServiceServer

func RegisterDeviceQueueServiceServer(s *grpc.Server, srv DeviceQueueServiceServer)

func RegisterDeviceServiceHandler

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

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

func RegisterDeviceServiceHandlerClient

func RegisterDeviceServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DeviceServiceClient) error

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

func RegisterDeviceServiceHandlerFromEndpoint

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

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

func RegisterDeviceServiceHandlerServer

func RegisterDeviceServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DeviceServiceServer) error

RegisterDeviceServiceHandlerServer registers the http handlers for service DeviceService to "mux". UnaryRPC :call DeviceServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterDeviceServiceServer

func RegisterDeviceServiceServer(s *grpc.Server, srv DeviceServiceServer)

func RegisterFUOTADeploymentServiceHandler

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

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

func RegisterFUOTADeploymentServiceHandlerClient

func RegisterFUOTADeploymentServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FUOTADeploymentServiceClient) error

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

func RegisterFUOTADeploymentServiceHandlerFromEndpoint

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

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

func RegisterFUOTADeploymentServiceHandlerServer

func RegisterFUOTADeploymentServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server FUOTADeploymentServiceServer) error

RegisterFUOTADeploymentServiceHandlerServer registers the http handlers for service FUOTADeploymentService to "mux". UnaryRPC :call FUOTADeploymentServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterFUOTADeploymentServiceServer

func RegisterFUOTADeploymentServiceServer(s *grpc.Server, srv FUOTADeploymentServiceServer)

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

RegisterGatewayProfileServiceHandlerClient 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 RegisterGatewayProfileServiceHandlerServer

func RegisterGatewayProfileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GatewayProfileServiceServer) error

RegisterGatewayProfileServiceHandlerServer registers the http handlers for service GatewayProfileService to "mux". UnaryRPC :call GatewayProfileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterGatewayProfileServiceServer

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

func RegisterGatewayServiceHandler

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

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

func RegisterGatewayServiceHandlerClient

func RegisterGatewayServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GatewayServiceClient) error

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

func RegisterGatewayServiceHandlerFromEndpoint

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

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

func RegisterGatewayServiceHandlerServer

func RegisterGatewayServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GatewayServiceServer) error

RegisterGatewayServiceHandlerServer registers the http handlers for service GatewayService to "mux". UnaryRPC :call GatewayServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterGatewayServiceServer

func RegisterGatewayServiceServer(s *grpc.Server, srv GatewayServiceServer)

func RegisterInternalServiceHandler

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

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

func RegisterInternalServiceHandlerClient

func RegisterInternalServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client InternalServiceClient) error

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

func RegisterInternalServiceHandlerFromEndpoint

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

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

func RegisterInternalServiceHandlerServer

func RegisterInternalServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server InternalServiceServer) error

RegisterInternalServiceHandlerServer registers the http handlers for service InternalService to "mux". UnaryRPC :call InternalServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterInternalServiceServer

func RegisterInternalServiceServer(s *grpc.Server, srv InternalServiceServer)

func RegisterMulticastGroupServiceHandler

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

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

func RegisterMulticastGroupServiceHandlerClient

func RegisterMulticastGroupServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MulticastGroupServiceClient) error

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

func RegisterMulticastGroupServiceHandlerFromEndpoint

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

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

func RegisterMulticastGroupServiceHandlerServer

func RegisterMulticastGroupServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server MulticastGroupServiceServer) error

RegisterMulticastGroupServiceHandlerServer registers the http handlers for service MulticastGroupService to "mux". UnaryRPC :call MulticastGroupServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterMulticastGroupServiceServer

func RegisterMulticastGroupServiceServer(s *grpc.Server, srv MulticastGroupServiceServer)

func RegisterNetworkServerServiceHandler

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

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

func RegisterNetworkServerServiceHandlerClient

func RegisterNetworkServerServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NetworkServerServiceClient) error

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

func RegisterNetworkServerServiceHandlerFromEndpoint

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

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

func RegisterNetworkServerServiceHandlerServer

func RegisterNetworkServerServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server NetworkServerServiceServer) error

RegisterNetworkServerServiceHandlerServer registers the http handlers for service NetworkServerService to "mux". UnaryRPC :call NetworkServerServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterNetworkServerServiceServer

func RegisterNetworkServerServiceServer(s *grpc.Server, srv NetworkServerServiceServer)

func RegisterOrganizationServiceHandler

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

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

func RegisterOrganizationServiceHandlerClient

func RegisterOrganizationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OrganizationServiceClient) error

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

func RegisterOrganizationServiceHandlerFromEndpoint

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

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

func RegisterOrganizationServiceHandlerServer

func RegisterOrganizationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OrganizationServiceServer) error

RegisterOrganizationServiceHandlerServer registers the http handlers for service OrganizationService to "mux". UnaryRPC :call OrganizationServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterOrganizationServiceServer

func RegisterOrganizationServiceServer(s *grpc.Server, srv OrganizationServiceServer)

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

RegisterServiceProfileServiceHandlerClient 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 RegisterServiceProfileServiceHandlerServer

func RegisterServiceProfileServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceProfileServiceServer) error

RegisterServiceProfileServiceHandlerServer registers the http handlers for service ServiceProfileService to "mux". UnaryRPC :call ServiceProfileServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterServiceProfileServiceServer

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

func RegisterUserServiceHandler

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

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

func RegisterUserServiceHandlerClient

func RegisterUserServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client UserServiceClient) error

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

func RegisterUserServiceHandlerFromEndpoint

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

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

func RegisterUserServiceHandlerServer

func RegisterUserServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server UserServiceServer) error

RegisterUserServiceHandlerServer registers the http handlers for service UserService to "mux". UnaryRPC :call UserServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906.

func RegisterUserServiceServer

func RegisterUserServiceServer(s *grpc.Server, srv UserServiceServer)

Types

type ActivateDeviceRequest

type ActivateDeviceRequest struct {
	DeviceActivation     *DeviceActivation `protobuf:"bytes,1,opt,name=device_activation,json=deviceActivation,proto3" json:"device_activation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*ActivateDeviceRequest) Descriptor

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

func (*ActivateDeviceRequest) GetDeviceActivation

func (m *ActivateDeviceRequest) GetDeviceActivation() *DeviceActivation

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 (m *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 AddDeviceToMulticastGroupRequest

type AddDeviceToMulticastGroupRequest struct {
	// Multicast-group ID (string formatted UUID).
	MulticastGroupId string `protobuf:"bytes,1,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	// Device EUI (HEX encoded string).
	// Note that the device must be under the same service-profile as the
	// multicast-group.
	DevEui               string   `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddDeviceToMulticastGroupRequest) Descriptor

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

func (*AddDeviceToMulticastGroupRequest) GetDevEui

func (*AddDeviceToMulticastGroupRequest) GetMulticastGroupId

func (m *AddDeviceToMulticastGroupRequest) GetMulticastGroupId() string

func (*AddDeviceToMulticastGroupRequest) ProtoMessage

func (*AddDeviceToMulticastGroupRequest) ProtoMessage()

func (*AddDeviceToMulticastGroupRequest) Reset

func (*AddDeviceToMulticastGroupRequest) String

func (*AddDeviceToMulticastGroupRequest) XXX_DiscardUnknown

func (m *AddDeviceToMulticastGroupRequest) XXX_DiscardUnknown()

func (*AddDeviceToMulticastGroupRequest) XXX_Marshal

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

func (*AddDeviceToMulticastGroupRequest) XXX_Merge

func (*AddDeviceToMulticastGroupRequest) XXX_Size

func (m *AddDeviceToMulticastGroupRequest) XXX_Size() int

func (*AddDeviceToMulticastGroupRequest) XXX_Unmarshal

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

type AddOrganizationUserRequest

type AddOrganizationUserRequest struct {
	// Organization-user object to create.
	OrganizationUser     *OrganizationUser `protobuf:"bytes,1,opt,name=organization_user,json=organizationUser,proto3" json:"organization_user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*AddOrganizationUserRequest) Descriptor

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

func (*AddOrganizationUserRequest) GetOrganizationUser

func (m *AddOrganizationUserRequest) GetOrganizationUser() *OrganizationUser

func (*AddOrganizationUserRequest) ProtoMessage

func (*AddOrganizationUserRequest) ProtoMessage()

func (*AddOrganizationUserRequest) Reset

func (m *AddOrganizationUserRequest) Reset()

func (*AddOrganizationUserRequest) String

func (m *AddOrganizationUserRequest) String() string

func (*AddOrganizationUserRequest) XXX_DiscardUnknown

func (m *AddOrganizationUserRequest) XXX_DiscardUnknown()

func (*AddOrganizationUserRequest) XXX_Marshal

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

func (*AddOrganizationUserRequest) XXX_Merge

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

func (*AddOrganizationUserRequest) XXX_Size

func (m *AddOrganizationUserRequest) XXX_Size() int

func (*AddOrganizationUserRequest) XXX_Unmarshal

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

type Application

type Application struct {
	// Application ID.
	// This will be automatically assigned on create.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of the application (must be unique).
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// ID of the organization to which the application belongs.
	// After create, this can not be modified.
	OrganizationId int64 `protobuf:"varint,4,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// ID of the service profile.
	ServiceProfileId string `protobuf:"bytes,5,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Payload codec.
	// NOTE: These field have moved to the device-profile and will be removed
	// in the next major release. When set, the device-profile payload_ fields
	// have priority over the application payload_ fields.
	PayloadCodec string `protobuf:"bytes,6,opt,name=payload_codec,json=payloadCodec,proto3" json:"payload_codec,omitempty"`
	// Payload encoder script.
	// NOTE: These field have moved to the device-profile and will be removed
	// in the next major release. When set, the device-profile payload_ fields
	// have priority over the application payload_ fields.
	PayloadEncoderScript string `protobuf:"bytes,7,opt,name=payload_encoder_script,json=payloadEncoderScript,proto3" json:"payload_encoder_script,omitempty"`
	// Payload decoder script.
	// NOTE: These field have moved to the device-profile and will be removed
	// in the next major release. When set, the device-profile payload_ fields
	// have priority over the application payload_ fields.
	PayloadDecoderScript string   `protobuf:"bytes,8,opt,name=payload_decoder_script,json=payloadDecoderScript,proto3" json:"payload_decoder_script,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Application) Descriptor

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

func (*Application) GetDescription

func (m *Application) GetDescription() string

func (*Application) GetId

func (m *Application) GetId() int64

func (*Application) GetName

func (m *Application) GetName() string

func (*Application) GetOrganizationId

func (m *Application) GetOrganizationId() int64

func (*Application) GetPayloadCodec

func (m *Application) GetPayloadCodec() string

func (*Application) GetPayloadDecoderScript

func (m *Application) GetPayloadDecoderScript() string

func (*Application) GetPayloadEncoderScript

func (m *Application) GetPayloadEncoderScript() string

func (*Application) GetServiceProfileId

func (m *Application) GetServiceProfileId() string

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) Reset

func (m *Application) Reset()

func (*Application) String

func (m *Application) String() string

func (*Application) XXX_DiscardUnknown

func (m *Application) XXX_DiscardUnknown()

func (*Application) XXX_Marshal

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

func (*Application) XXX_Merge

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

func (*Application) XXX_Size

func (m *Application) XXX_Size() int

func (*Application) XXX_Unmarshal

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

type ApplicationListItem

type ApplicationListItem struct {
	// Application ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of the application.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Description of the application.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// ID of the organization to which the application belongs.
	OrganizationId int64 `protobuf:"varint,4,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// ID of the service profile.
	ServiceProfileId string `protobuf:"bytes,5,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Service-profile name.
	ServiceProfileName   string   `protobuf:"bytes,6,opt,name=service_profile_name,json=serviceProfileName,proto3" json:"service_profile_name,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 (m *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 ApplicationServiceClient

type ApplicationServiceClient 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) (*empty.Empty, error)
	// Delete deletes the given application.
	Delete(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*empty.Empty, 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 *CreateHTTPIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetHTTPIntegration returns the HTTP application-integration.
	GetHTTPIntegration(ctx context.Context, in *GetHTTPIntegrationRequest, opts ...grpc.CallOption) (*GetHTTPIntegrationResponse, error)
	// UpdateHTTPIntegration updates the HTTP application-integration.
	UpdateHTTPIntegration(ctx context.Context, in *UpdateHTTPIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteIntegration deletes the HTTP application-integration.
	DeleteHTTPIntegration(ctx context.Context, in *DeleteHTTPIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateInfluxDBIntegration create an InfluxDB application-integration.
	CreateInfluxDBIntegration(ctx context.Context, in *CreateInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// DeleteInfluxDBIntegration deletes the InfluxDB application-integration.
	DeleteInfluxDBIntegration(ctx context.Context, in *DeleteInfluxDBIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateThingsBoardIntegration creates a ThingsBoard application-integration.
	CreateThingsBoardIntegration(ctx context.Context, in *CreateThingsBoardIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetThingsBoardIntegration returns the ThingsBoard application-integration.
	GetThingsBoardIntegration(ctx context.Context, in *GetThingsBoardIntegrationRequest, opts ...grpc.CallOption) (*GetThingsBoardIntegrationResponse, error)
	// UpdateThingsBoardIntegration updates the ThingsBoard application-integration.
	UpdateThingsBoardIntegration(ctx context.Context, in *UpdateThingsBoardIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteThingsBoardIntegration deletes the ThingsBoard application-integration.
	DeleteThingsBoardIntegration(ctx context.Context, in *DeleteThingsBoardIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(ctx context.Context, in *ListIntegrationRequest, opts ...grpc.CallOption) (*ListIntegrationResponse, error)
}

ApplicationServiceClient is the client API for ApplicationService service.

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

func NewApplicationServiceClient

func NewApplicationServiceClient(cc *grpc.ClientConn) ApplicationServiceClient

type ApplicationServiceServer

type ApplicationServiceServer 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) (*empty.Empty, error)
	// Delete deletes the given application.
	Delete(context.Context, *DeleteApplicationRequest) (*empty.Empty, error)
	// List lists the available applications.
	List(context.Context, *ListApplicationRequest) (*ListApplicationResponse, error)
	// CreateHTTPIntegration creates a HTTP application-integration.
	CreateHTTPIntegration(context.Context, *CreateHTTPIntegrationRequest) (*empty.Empty, error)
	// GetHTTPIntegration returns the HTTP application-integration.
	GetHTTPIntegration(context.Context, *GetHTTPIntegrationRequest) (*GetHTTPIntegrationResponse, error)
	// UpdateHTTPIntegration updates the HTTP application-integration.
	UpdateHTTPIntegration(context.Context, *UpdateHTTPIntegrationRequest) (*empty.Empty, error)
	// DeleteIntegration deletes the HTTP application-integration.
	DeleteHTTPIntegration(context.Context, *DeleteHTTPIntegrationRequest) (*empty.Empty, error)
	// CreateInfluxDBIntegration create an InfluxDB application-integration.
	CreateInfluxDBIntegration(context.Context, *CreateInfluxDBIntegrationRequest) (*empty.Empty, error)
	// GetInfluxDBIntegration returns the InfluxDB application-integration.
	GetInfluxDBIntegration(context.Context, *GetInfluxDBIntegrationRequest) (*GetInfluxDBIntegrationResponse, error)
	// UpdateInfluxDBIntegration updates the InfluxDB application-integration.
	UpdateInfluxDBIntegration(context.Context, *UpdateInfluxDBIntegrationRequest) (*empty.Empty, error)
	// DeleteInfluxDBIntegration deletes the InfluxDB application-integration.
	DeleteInfluxDBIntegration(context.Context, *DeleteInfluxDBIntegrationRequest) (*empty.Empty, error)
	// CreateThingsBoardIntegration creates a ThingsBoard application-integration.
	CreateThingsBoardIntegration(context.Context, *CreateThingsBoardIntegrationRequest) (*empty.Empty, error)
	// GetThingsBoardIntegration returns the ThingsBoard application-integration.
	GetThingsBoardIntegration(context.Context, *GetThingsBoardIntegrationRequest) (*GetThingsBoardIntegrationResponse, error)
	// UpdateThingsBoardIntegration updates the ThingsBoard application-integration.
	UpdateThingsBoardIntegration(context.Context, *UpdateThingsBoardIntegrationRequest) (*empty.Empty, error)
	// DeleteThingsBoardIntegration deletes the ThingsBoard application-integration.
	DeleteThingsBoardIntegration(context.Context, *DeleteThingsBoardIntegrationRequest) (*empty.Empty, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(context.Context, *ListIntegrationRequest) (*ListIntegrationResponse, error)
}

ApplicationServiceServer is the server API for ApplicationService service.

type BrandingResponse

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

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 (m *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 {
	// Application object to create.
	Application          *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CreateApplicationRequest) Descriptor

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

func (*CreateApplicationRequest) GetApplication

func (m *CreateApplicationRequest) GetApplication() *Application

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 (m *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 {
	// Application ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 {
	// Device-keys object to create.
	DeviceKeys           *DeviceKeys `protobuf:"bytes,1,opt,name=device_keys,json=deviceKeys,proto3" json:"device_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateDeviceKeysRequest) Descriptor

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

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 (m *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 CreateDeviceProfileRequest

type CreateDeviceProfileRequest struct {
	// Device-profile object to create.
	DeviceProfile        *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,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) 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 (m *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 {
	// Device-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceProfileResponse) Descriptor

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

func (*CreateDeviceProfileResponse) GetId

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 (m *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 {
	// Device object to create.
	Device               *Device  `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateDeviceRequest) Descriptor

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

func (*CreateDeviceRequest) GetDevice

func (m *CreateDeviceRequest) GetDevice() *Device

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 (m *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 CreateFUOTADeploymentForDeviceRequest

type CreateFUOTADeploymentForDeviceRequest struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// FUOTA deployment.
	FuotaDeployment      *FUOTADeployment `protobuf:"bytes,2,opt,name=fuota_deployment,json=fuotaDeployment,proto3" json:"fuota_deployment,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CreateFUOTADeploymentForDeviceRequest) Descriptor

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

func (*CreateFUOTADeploymentForDeviceRequest) GetDevEui

func (*CreateFUOTADeploymentForDeviceRequest) GetFuotaDeployment

func (m *CreateFUOTADeploymentForDeviceRequest) GetFuotaDeployment() *FUOTADeployment

func (*CreateFUOTADeploymentForDeviceRequest) ProtoMessage

func (*CreateFUOTADeploymentForDeviceRequest) ProtoMessage()

func (*CreateFUOTADeploymentForDeviceRequest) Reset

func (*CreateFUOTADeploymentForDeviceRequest) String

func (*CreateFUOTADeploymentForDeviceRequest) XXX_DiscardUnknown

func (m *CreateFUOTADeploymentForDeviceRequest) XXX_DiscardUnknown()

func (*CreateFUOTADeploymentForDeviceRequest) XXX_Marshal

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

func (*CreateFUOTADeploymentForDeviceRequest) XXX_Merge

func (*CreateFUOTADeploymentForDeviceRequest) XXX_Size

func (*CreateFUOTADeploymentForDeviceRequest) XXX_Unmarshal

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

type CreateFUOTADeploymentForDeviceResponse

type CreateFUOTADeploymentForDeviceResponse struct {
	// ID of the created deployment (string formatted UUID).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateFUOTADeploymentForDeviceResponse) Descriptor

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

func (*CreateFUOTADeploymentForDeviceResponse) GetId

func (*CreateFUOTADeploymentForDeviceResponse) ProtoMessage

func (*CreateFUOTADeploymentForDeviceResponse) Reset

func (*CreateFUOTADeploymentForDeviceResponse) String

func (*CreateFUOTADeploymentForDeviceResponse) XXX_DiscardUnknown

func (m *CreateFUOTADeploymentForDeviceResponse) XXX_DiscardUnknown()

func (*CreateFUOTADeploymentForDeviceResponse) XXX_Marshal

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

func (*CreateFUOTADeploymentForDeviceResponse) XXX_Merge

func (*CreateFUOTADeploymentForDeviceResponse) XXX_Size

func (*CreateFUOTADeploymentForDeviceResponse) XXX_Unmarshal

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

type CreateGatewayProfileRequest

type CreateGatewayProfileRequest struct {
	// Gateway-profile object to create.
	GatewayProfile       *GatewayProfile `protobuf:"bytes,1,opt,name=gateway_profile,json=gatewayProfile,proto3" json:"gateway_profile,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) 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 (m *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 {
	// Gateway-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateGatewayProfileResponse) Descriptor

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

func (*CreateGatewayProfileResponse) GetId

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 (m *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 {
	// Gateway object to create.
	Gateway              *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateGatewayRequest) Descriptor

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

func (*CreateGatewayRequest) GetGateway

func (m *CreateGatewayRequest) GetGateway() *Gateway

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 (m *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 CreateHTTPIntegrationRequest

type CreateHTTPIntegrationRequest struct {
	// Integration object to create.
	Integration          *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*CreateHTTPIntegrationRequest) Descriptor

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

func (*CreateHTTPIntegrationRequest) GetIntegration

func (m *CreateHTTPIntegrationRequest) GetIntegration() *HTTPIntegration

func (*CreateHTTPIntegrationRequest) ProtoMessage

func (*CreateHTTPIntegrationRequest) ProtoMessage()

func (*CreateHTTPIntegrationRequest) Reset

func (m *CreateHTTPIntegrationRequest) Reset()

func (*CreateHTTPIntegrationRequest) String

func (*CreateHTTPIntegrationRequest) XXX_DiscardUnknown

func (m *CreateHTTPIntegrationRequest) XXX_DiscardUnknown()

func (*CreateHTTPIntegrationRequest) XXX_Marshal

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

func (*CreateHTTPIntegrationRequest) XXX_Merge

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

func (*CreateHTTPIntegrationRequest) XXX_Size

func (m *CreateHTTPIntegrationRequest) XXX_Size() int

func (*CreateHTTPIntegrationRequest) XXX_Unmarshal

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

type CreateInfluxDBIntegrationRequest

type CreateInfluxDBIntegrationRequest struct {
	// Integration object to create.
	Integration          *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CreateInfluxDBIntegrationRequest) Descriptor

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

func (*CreateInfluxDBIntegrationRequest) GetIntegration

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 (*CreateInfluxDBIntegrationRequest) XXX_Size

func (m *CreateInfluxDBIntegrationRequest) XXX_Size() int

func (*CreateInfluxDBIntegrationRequest) XXX_Unmarshal

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

type CreateMulticastGroupRequest

type CreateMulticastGroupRequest struct {
	// Multicast-group object to create.
	MulticastGroup       *MulticastGroup `protobuf:"bytes,1,opt,name=multicast_group,json=multicastGroup,proto3" json:"multicast_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateMulticastGroupRequest) Descriptor

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

func (*CreateMulticastGroupRequest) GetMulticastGroup

func (m *CreateMulticastGroupRequest) GetMulticastGroup() *MulticastGroup

func (*CreateMulticastGroupRequest) ProtoMessage

func (*CreateMulticastGroupRequest) ProtoMessage()

func (*CreateMulticastGroupRequest) Reset

func (m *CreateMulticastGroupRequest) Reset()

func (*CreateMulticastGroupRequest) String

func (m *CreateMulticastGroupRequest) String() string

func (*CreateMulticastGroupRequest) XXX_DiscardUnknown

func (m *CreateMulticastGroupRequest) XXX_DiscardUnknown()

func (*CreateMulticastGroupRequest) XXX_Marshal

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

func (*CreateMulticastGroupRequest) XXX_Merge

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

func (*CreateMulticastGroupRequest) XXX_Size

func (m *CreateMulticastGroupRequest) XXX_Size() int

func (*CreateMulticastGroupRequest) XXX_Unmarshal

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

type CreateMulticastGroupResponse

type CreateMulticastGroupResponse struct {
	// ID of created group (string formatted UUID).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateMulticastGroupResponse) Descriptor

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

func (*CreateMulticastGroupResponse) GetId

func (*CreateMulticastGroupResponse) ProtoMessage

func (*CreateMulticastGroupResponse) ProtoMessage()

func (*CreateMulticastGroupResponse) Reset

func (m *CreateMulticastGroupResponse) Reset()

func (*CreateMulticastGroupResponse) String

func (*CreateMulticastGroupResponse) XXX_DiscardUnknown

func (m *CreateMulticastGroupResponse) XXX_DiscardUnknown()

func (*CreateMulticastGroupResponse) XXX_Marshal

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

func (*CreateMulticastGroupResponse) XXX_Merge

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

func (*CreateMulticastGroupResponse) XXX_Size

func (m *CreateMulticastGroupResponse) XXX_Size() int

func (*CreateMulticastGroupResponse) XXX_Unmarshal

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

type CreateNetworkServerRequest

type CreateNetworkServerRequest struct {
	// Network-server object to create.
	NetworkServer        *NetworkServer `protobuf:"bytes,1,opt,name=network_server,json=networkServer,proto3" json:"network_server,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*CreateNetworkServerRequest) Descriptor

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

func (*CreateNetworkServerRequest) GetNetworkServer

func (m *CreateNetworkServerRequest) GetNetworkServer() *NetworkServer

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 (m *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 {
	// Network-server ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 object to create.
	Organization         *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*CreateOrganizationRequest) Descriptor

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

func (*CreateOrganizationRequest) GetOrganization

func (m *CreateOrganizationRequest) GetOrganization() *Organization

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 (m *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 {
	// Organization ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 {
	// Service-profile object to create.
	ServiceProfile       *ServiceProfile `protobuf:"bytes,1,opt,name=service_profile,json=serviceProfile,proto3" json:"service_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*CreateServiceProfileRequest) Descriptor

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

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 (m *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 {
	// Service-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateServiceProfileResponse) Descriptor

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

func (*CreateServiceProfileResponse) GetId

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 (m *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 CreateThingsBoardIntegrationRequest

type CreateThingsBoardIntegrationRequest struct {
	// Integration object to create.
	Integration          *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*CreateThingsBoardIntegrationRequest) Descriptor

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

func (*CreateThingsBoardIntegrationRequest) GetIntegration

func (*CreateThingsBoardIntegrationRequest) ProtoMessage

func (*CreateThingsBoardIntegrationRequest) ProtoMessage()

func (*CreateThingsBoardIntegrationRequest) Reset

func (*CreateThingsBoardIntegrationRequest) String

func (*CreateThingsBoardIntegrationRequest) XXX_DiscardUnknown

func (m *CreateThingsBoardIntegrationRequest) XXX_DiscardUnknown()

func (*CreateThingsBoardIntegrationRequest) XXX_Marshal

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

func (*CreateThingsBoardIntegrationRequest) XXX_Merge

func (*CreateThingsBoardIntegrationRequest) XXX_Size

func (*CreateThingsBoardIntegrationRequest) XXX_Unmarshal

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

type CreateUserRequest

type CreateUserRequest struct {
	// User object to create.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// Add the user to the following organizations.
	Organizations        []*UserOrganization `protobuf:"bytes,3,rep,name=organizations,proto3" json:"organizations,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*CreateUserRequest) Descriptor

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

func (*CreateUserRequest) GetOrganizations

func (m *CreateUserRequest) GetOrganizations() []*UserOrganization

func (*CreateUserRequest) GetPassword

func (m *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetUser

func (m *CreateUserRequest) GetUser() *User

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) Reset

func (m *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (m *CreateUserRequest) String() string

func (*CreateUserRequest) XXX_DiscardUnknown

func (m *CreateUserRequest) XXX_DiscardUnknown()

func (*CreateUserRequest) XXX_Marshal

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

func (*CreateUserRequest) XXX_Merge

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

func (*CreateUserRequest) XXX_Size

func (m *CreateUserRequest) XXX_Size() int

func (*CreateUserRequest) XXX_Unmarshal

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

type CreateUserResponse

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

func (*CreateUserResponse) Descriptor

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

func (*CreateUserResponse) GetId

func (m *CreateUserResponse) GetId() int64

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) Reset

func (m *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (m *CreateUserResponse) String() string

func (*CreateUserResponse) XXX_DiscardUnknown

func (m *CreateUserResponse) XXX_DiscardUnknown()

func (*CreateUserResponse) XXX_Marshal

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

func (*CreateUserResponse) XXX_Merge

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

func (*CreateUserResponse) XXX_Size

func (m *CreateUserResponse) XXX_Size() int

func (*CreateUserResponse) XXX_Unmarshal

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

type DeactivateDeviceRequest

type DeactivateDeviceRequest struct {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeactivateDeviceRequest) Descriptor

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

func (*DeactivateDeviceRequest) GetDevEui

func (m *DeactivateDeviceRequest) GetDevEui() string

func (*DeactivateDeviceRequest) ProtoMessage

func (*DeactivateDeviceRequest) ProtoMessage()

func (*DeactivateDeviceRequest) Reset

func (m *DeactivateDeviceRequest) Reset()

func (*DeactivateDeviceRequest) String

func (m *DeactivateDeviceRequest) String() string

func (*DeactivateDeviceRequest) XXX_DiscardUnknown

func (m *DeactivateDeviceRequest) XXX_DiscardUnknown()

func (*DeactivateDeviceRequest) XXX_Marshal

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

func (*DeactivateDeviceRequest) XXX_Merge

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

func (*DeactivateDeviceRequest) XXX_Size

func (m *DeactivateDeviceRequest) XXX_Size() int

func (*DeactivateDeviceRequest) XXX_Unmarshal

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

type DeleteApplicationRequest

type DeleteApplicationRequest struct {
	// Application ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 DeleteDeviceKeysRequest

type DeleteDeviceKeysRequest struct {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 DeleteDeviceProfileRequest

type DeleteDeviceProfileRequest struct {
	// Device-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteDeviceProfileRequest) Descriptor

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

func (*DeleteDeviceProfileRequest) GetId

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 (m *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 DeleteDeviceRequest

type DeleteDeviceRequest struct {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 DeleteGatewayProfileRequest

type DeleteGatewayProfileRequest struct {
	// Gateway-profile id (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGatewayProfileRequest) Descriptor

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

func (*DeleteGatewayProfileRequest) GetId

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 (m *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 DeleteGatewayRequest

type DeleteGatewayRequest struct {
	// Gateway ID (HEX encoded).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteGatewayRequest) Descriptor

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

func (*DeleteGatewayRequest) GetId

func (m *DeleteGatewayRequest) GetId() 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 (m *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 DeleteHTTPIntegrationRequest

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

func (*DeleteHTTPIntegrationRequest) Descriptor

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

func (*DeleteHTTPIntegrationRequest) GetApplicationId

func (m *DeleteHTTPIntegrationRequest) GetApplicationId() int64

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 (m *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.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" 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 (*DeleteInfluxDBIntegrationRequest) XXX_Size

func (m *DeleteInfluxDBIntegrationRequest) XXX_Size() int

func (*DeleteInfluxDBIntegrationRequest) XXX_Unmarshal

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

type DeleteMulticastGroupRequest

type DeleteMulticastGroupRequest struct {
	// ID (string formatted UUID).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteMulticastGroupRequest) Descriptor

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

func (*DeleteMulticastGroupRequest) GetId

func (*DeleteMulticastGroupRequest) ProtoMessage

func (*DeleteMulticastGroupRequest) ProtoMessage()

func (*DeleteMulticastGroupRequest) Reset

func (m *DeleteMulticastGroupRequest) Reset()

func (*DeleteMulticastGroupRequest) String

func (m *DeleteMulticastGroupRequest) String() string

func (*DeleteMulticastGroupRequest) XXX_DiscardUnknown

func (m *DeleteMulticastGroupRequest) XXX_DiscardUnknown()

func (*DeleteMulticastGroupRequest) XXX_Marshal

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

func (*DeleteMulticastGroupRequest) XXX_Merge

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

func (*DeleteMulticastGroupRequest) XXX_Size

func (m *DeleteMulticastGroupRequest) XXX_Size() int

func (*DeleteMulticastGroupRequest) XXX_Unmarshal

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

type DeleteNetworkServerRequest

type DeleteNetworkServerRequest struct {
	// Network-server ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 DeleteOrganizationRequest

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

func (*DeleteOrganizationRequest) Descriptor

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

func (*DeleteOrganizationRequest) GetId

func (m *DeleteOrganizationRequest) GetId() int64

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) Reset

func (m *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (m *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) XXX_DiscardUnknown

func (m *DeleteOrganizationRequest) XXX_DiscardUnknown()

func (*DeleteOrganizationRequest) XXX_Marshal

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

func (*DeleteOrganizationRequest) XXX_Merge

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

func (*DeleteOrganizationRequest) XXX_Size

func (m *DeleteOrganizationRequest) XXX_Size() int

func (*DeleteOrganizationRequest) XXX_Unmarshal

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

type DeleteOrganizationUserRequest

type DeleteOrganizationUserRequest struct {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// User ID.
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteOrganizationUserRequest) Descriptor

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

func (*DeleteOrganizationUserRequest) GetOrganizationId

func (m *DeleteOrganizationUserRequest) GetOrganizationId() int64

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 (m *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 {
	// Service-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteServiceProfileRequest) Descriptor

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

func (*DeleteServiceProfileRequest) GetId

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 (m *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 DeleteThingsBoardIntegrationRequest

type DeleteThingsBoardIntegrationRequest struct {
	// Application ID.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeleteThingsBoardIntegrationRequest) Descriptor

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

func (*DeleteThingsBoardIntegrationRequest) GetApplicationId

func (m *DeleteThingsBoardIntegrationRequest) GetApplicationId() int64

func (*DeleteThingsBoardIntegrationRequest) ProtoMessage

func (*DeleteThingsBoardIntegrationRequest) ProtoMessage()

func (*DeleteThingsBoardIntegrationRequest) Reset

func (*DeleteThingsBoardIntegrationRequest) String

func (*DeleteThingsBoardIntegrationRequest) XXX_DiscardUnknown

func (m *DeleteThingsBoardIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteThingsBoardIntegrationRequest) XXX_Marshal

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

func (*DeleteThingsBoardIntegrationRequest) XXX_Merge

func (*DeleteThingsBoardIntegrationRequest) XXX_Size

func (*DeleteThingsBoardIntegrationRequest) XXX_Unmarshal

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

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor

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

func (*DeleteUserRequest) GetId

func (m *DeleteUserRequest) GetId() int64

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) Reset

func (m *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (m *DeleteUserRequest) String() string

func (*DeleteUserRequest) XXX_DiscardUnknown

func (m *DeleteUserRequest) XXX_DiscardUnknown()

func (*DeleteUserRequest) XXX_Marshal

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

func (*DeleteUserRequest) XXX_Merge

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

func (*DeleteUserRequest) XXX_Size

func (m *DeleteUserRequest) XXX_Size() int

func (*DeleteUserRequest) XXX_Unmarshal

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

type Device

type Device struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Name of the device (if left blank, it will be set to the DevEUI).
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// ID of the application to which the device must be added.
	// It is possible to move a device to a different application on update,
	// given that both the old and the new application share the same
	// service-profile.
	ApplicationId int64 `protobuf:"varint,3,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// DeviceProfileID attached to the device.
	DeviceProfileId string `protobuf:"bytes,5,opt,name=device_profile_id,json=deviceProfileID,proto3" json:"device_profile_id,omitempty"`
	// Skip frame-counter checks (this is insecure, but could be helpful for debugging).
	SkipFCntCheck bool `protobuf:"varint,6,opt,name=skip_f_cnt_check,json=skipFCntCheck,proto3" json:"skip_f_cnt_check,omitempty"`
	// Reference altitude.
	// When using geolocation, this altitude will be used as a reference
	// (when supported by the geolocation-server) to increase geolocation
	// accuracy.
	ReferenceAltitude float64 `protobuf:"fixed64,7,opt,name=reference_altitude,json=referenceAltitude,proto3" json:"reference_altitude,omitempty"`
	// Variables (user defined).
	// These variables can be used together with integrations to store tokens /
	// secrets that must be configured per device. These variables are not
	// exposed in the event payloads.
	Variables map[string]string `` /* 159-byte string literal not displayed */
	// Tags (user defined).
	// These tags are exposed in the event payloads or to integration. Tags are
	// intended for aggregation and filtering.
	Tags                 map[string]string `` /* 149-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Device) Descriptor

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

func (*Device) GetApplicationId

func (m *Device) GetApplicationId() int64

func (*Device) GetDescription

func (m *Device) GetDescription() string

func (*Device) GetDevEui

func (m *Device) GetDevEui() string

func (*Device) GetDeviceProfileId

func (m *Device) GetDeviceProfileId() string

func (*Device) GetName

func (m *Device) GetName() string

func (*Device) GetReferenceAltitude

func (m *Device) GetReferenceAltitude() float64

func (*Device) GetSkipFCntCheck

func (m *Device) GetSkipFCntCheck() bool

func (*Device) GetTags

func (m *Device) GetTags() map[string]string

func (*Device) GetVariables

func (m *Device) GetVariables() map[string]string

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) Reset

func (m *Device) Reset()

func (*Device) String

func (m *Device) String() string

func (*Device) XXX_DiscardUnknown

func (m *Device) XXX_DiscardUnknown()

func (*Device) XXX_Marshal

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

func (*Device) XXX_Merge

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

func (*Device) XXX_Size

func (m *Device) XXX_Size() int

func (*Device) XXX_Unmarshal

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

type DeviceActivation

type DeviceActivation struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Device address (HEX encoded).
	DevAddr string `protobuf:"bytes,2,opt,name=dev_addr,json=devAddr,proto3" json:"dev_addr,omitempty"`
	// Application session key (HEX encoded).
	AppSKey string `protobuf:"bytes,3,opt,name=app_s_key,json=appSKey,proto3" json:"app_s_key,omitempty"`
	// Network session encryption key (HEX encoded).
	NwkSEncKey string `protobuf:"bytes,4,opt,name=nwk_s_enc_key,json=nwkSEncKey,proto3" json:"nwk_s_enc_key,omitempty"`
	// Serving network session integrity key (HEX encoded).
	SNwkSIntKey string `protobuf:"bytes,8,opt,name=s_nwk_s_int_key,json=sNwkSIntKey,proto3" json:"s_nwk_s_int_key,omitempty"`
	// Forwarding network session integrity key (HEX encoded).
	FNwkSIntKey string `protobuf:"bytes,9,opt,name=f_nwk_s_int_key,json=fNwkSIntKey,proto3" json:"f_nwk_s_int_key,omitempty"`
	// Uplink frame-counter.
	FCntUp uint32 `protobuf:"varint,5,opt,name=f_cnt_up,json=fCntUp,proto3" json:"f_cnt_up,omitempty"`
	// Downlink network frame-counter.
	NFCntDown uint32 `protobuf:"varint,6,opt,name=n_f_cnt_down,json=nFCntDown,proto3" json:"n_f_cnt_down,omitempty"`
	// Downlink application frame-counter.
	AFCntDown            uint32   `protobuf:"varint,10,opt,name=a_f_cnt_down,json=aFCntDown,proto3" json:"a_f_cnt_down,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceActivation) Descriptor

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

func (*DeviceActivation) GetAFCntDown

func (m *DeviceActivation) GetAFCntDown() uint32

func (*DeviceActivation) GetAppSKey

func (m *DeviceActivation) GetAppSKey() string

func (*DeviceActivation) GetDevAddr

func (m *DeviceActivation) GetDevAddr() string

func (*DeviceActivation) GetDevEui

func (m *DeviceActivation) GetDevEui() string

func (*DeviceActivation) GetFCntUp

func (m *DeviceActivation) GetFCntUp() uint32

func (*DeviceActivation) GetFNwkSIntKey

func (m *DeviceActivation) GetFNwkSIntKey() string

func (*DeviceActivation) GetNFCntDown

func (m *DeviceActivation) GetNFCntDown() uint32

func (*DeviceActivation) GetNwkSEncKey

func (m *DeviceActivation) GetNwkSEncKey() string

func (*DeviceActivation) GetSNwkSIntKey

func (m *DeviceActivation) GetSNwkSIntKey() string

func (*DeviceActivation) ProtoMessage

func (*DeviceActivation) ProtoMessage()

func (*DeviceActivation) Reset

func (m *DeviceActivation) Reset()

func (*DeviceActivation) String

func (m *DeviceActivation) String() string

func (*DeviceActivation) XXX_DiscardUnknown

func (m *DeviceActivation) XXX_DiscardUnknown()

func (*DeviceActivation) XXX_Marshal

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

func (*DeviceActivation) XXX_Merge

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

func (*DeviceActivation) XXX_Size

func (m *DeviceActivation) XXX_Size() int

func (*DeviceActivation) XXX_Unmarshal

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

type DeviceKeys

type DeviceKeys struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Network root key (HEX encoded).
	// Note: For LoRaWAN 1.0.x, use this field for the LoRaWAN 1.0.x 'AppKey`!
	NwkKey string `protobuf:"bytes,2,opt,name=nwk_key,json=nwkKey,proto3" json:"nwk_key,omitempty"`
	// Application root key (HEX encoded).
	// Note: This field only needs to be set for LoRaWAN 1.1.x devices!
	AppKey string `protobuf:"bytes,3,opt,name=app_key,json=appKey,proto3" json:"app_key,omitempty"`
	// Gen application key (HEX encoded).
	// This is an optional key that only must be set for LORaWAN 1.0.x devices
	// that implement the remote multicast setup specification.
	GenAppKey            string   `protobuf:"bytes,4,opt,name=gen_app_key,json=genAppKey,proto3" json:"gen_app_key,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) GetDevEui

func (m *DeviceKeys) GetDevEui() string

func (*DeviceKeys) GetGenAppKey

func (m *DeviceKeys) GetGenAppKey() string

func (*DeviceKeys) GetNwkKey

func (m *DeviceKeys) GetNwkKey() 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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Name of the device.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Application ID.
	ApplicationId int64 `protobuf:"varint,3,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Description of the device.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Device-profile ID attached to the device.
	DeviceProfileId string `protobuf:"bytes,5,opt,name=device_profile_id,json=deviceProfileID,proto3" json:"device_profile_id,omitempty"`
	// Device-profile name.
	DeviceProfileName string `protobuf:"bytes,6,opt,name=device_profile_name,json=deviceProfileName,proto3" json:"device_profile_name,omitempty"`
	// The device battery status (deprecated, use device_status_battery_level).
	// 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,7,opt,name=device_status_battery,json=deviceStatusBattery,proto3" json:"device_status_battery,omitempty"`
	// The device margin status
	// -32..32: The demodulation SNR ration in dB
	// 256:     The device-status is not available.
	DeviceStatusMargin int32 `protobuf:"varint,8,opt,name=device_status_margin,json=deviceStatusMargin,proto3" json:"device_status_margin,omitempty"`
	// Device is connected to an external power source.
	DeviceStatusExternalPowerSource bool `` /* 162-byte string literal not displayed */
	// Device battery status is unavailable.
	DeviceStatusBatteryLevelUnavailable bool `` /* 174-byte string literal not displayed */
	// Device battery level as a percentage.
	DeviceStatusBatteryLevel float32 `` /* 140-byte string literal not displayed */
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	LastSeenAt           *timestamp.Timestamp `protobuf:"bytes,9,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,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) GetDeviceStatusBatteryLevel

func (m *DeviceListItem) GetDeviceStatusBatteryLevel() float32

func (*DeviceListItem) GetDeviceStatusBatteryLevelUnavailable

func (m *DeviceListItem) GetDeviceStatusBatteryLevelUnavailable() bool

func (*DeviceListItem) GetDeviceStatusExternalPowerSource

func (m *DeviceListItem) GetDeviceStatusExternalPowerSource() bool

func (*DeviceListItem) GetDeviceStatusMargin

func (m *DeviceListItem) GetDeviceStatusMargin() int32

func (*DeviceListItem) GetLastSeenAt

func (m *DeviceListItem) GetLastSeenAt() *timestamp.Timestamp

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 (m *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 {
	// Device-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Device-profile name.
	Name string `protobuf:"bytes,21,opt,name=name,proto3" json:"name,omitempty"`
	// Organization ID to which the service-profile is assigned.
	OrganizationId int64 `protobuf:"varint,22,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Network-server ID on which the service-profile is provisioned.
	NetworkServerId int64 `protobuf:"varint,23,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// End-Device supports Class B.
	SupportsClassB bool `protobuf:"varint,2,opt,name=supports_class_b,json=supportsClassB,proto3" json:"supports_class_b,omitempty"`
	// Maximum delay for the End-Device to answer a MAC request or a confirmed DL frame (mandatory if class B mode supported).
	ClassBTimeout uint32 `protobuf:"varint,3,opt,name=class_b_timeout,json=classBTimeout,proto3" json:"class_b_timeout,omitempty"`
	// Mandatory if class B mode supported.
	PingSlotPeriod uint32 `protobuf:"varint,4,opt,name=ping_slot_period,json=pingSlotPeriod,proto3" json:"ping_slot_period,omitempty"`
	// Mandatory if class B mode supported.
	PingSlotDr uint32 `protobuf:"varint,5,opt,name=ping_slot_dr,json=pingSlotDR,proto3" json:"ping_slot_dr,omitempty"`
	// Mandatory if class B mode supported.
	PingSlotFreq uint32 `protobuf:"varint,6,opt,name=ping_slot_freq,json=pingSlotFreq,proto3" json:"ping_slot_freq,omitempty"`
	// End-Device supports Class C.
	SupportsClassC bool `protobuf:"varint,7,opt,name=supports_class_c,json=supportsClassC,proto3" json:"supports_class_c,omitempty"`
	// Maximum delay for the End-Device to answer a MAC request or a confirmed DL frame (mandatory if class C mode supported).
	ClassCTimeout uint32 `protobuf:"varint,8,opt,name=class_c_timeout,json=classCTimeout,proto3" json:"class_c_timeout,omitempty"`
	// Version of the LoRaWAN supported by the End-Device.
	MacVersion string `protobuf:"bytes,9,opt,name=mac_version,json=macVersion,proto3" json:"mac_version,omitempty"`
	// Revision of the Regional Parameters document supported by the End-Device.
	RegParamsRevision string `protobuf:"bytes,10,opt,name=reg_params_revision,json=regParamsRevision,proto3" json:"reg_params_revision,omitempty"`
	// Class A RX1 delay (mandatory for ABP).
	RxDelay_1 uint32 `protobuf:"varint,11,opt,name=rx_delay_1,json=rxDelay1,proto3" json:"rx_delay_1,omitempty"`
	// RX1 data rate offset (mandatory for ABP).
	RxDrOffset_1 uint32 `protobuf:"varint,12,opt,name=rx_dr_offset_1,json=rxDROffset1,proto3" json:"rx_dr_offset_1,omitempty"`
	// RX2 data rate (mandatory for ABP).
	RxDatarate_2 uint32 `protobuf:"varint,13,opt,name=rx_datarate_2,json=rxDataRate2,proto3" json:"rx_datarate_2,omitempty"`
	// RX2 channel frequency (mandatory for ABP).
	RxFreq_2 uint32 `protobuf:"varint,14,opt,name=rx_freq_2,json=rxFreq2,proto3" json:"rx_freq_2,omitempty"`
	// List of factory-preset frequencies (mandatory for ABP).
	FactoryPresetFreqs []uint32 `` /* 126-byte string literal not displayed */
	// Maximum EIRP supported by the End-Device.
	MaxEirp uint32 `protobuf:"varint,16,opt,name=max_eirp,json=maxEIRP,proto3" json:"max_eirp,omitempty"`
	// Maximum duty cycle supported by the End-Device.
	MaxDutyCycle uint32 `protobuf:"varint,17,opt,name=max_duty_cycle,json=maxDutyCycle,proto3" json:"max_duty_cycle,omitempty"`
	// End-Device supports Join (OTAA) or not (ABP).
	SupportsJoin bool `protobuf:"varint,18,opt,name=supports_join,json=supportsJoin,proto3" json:"supports_join,omitempty"`
	// RF region name.
	RfRegion string `protobuf:"bytes,19,opt,name=rf_region,json=rfRegion,proto3" json:"rf_region,omitempty"`
	// End-Device uses 32bit FCnt (mandatory for LoRaWAN 1.0 End-Device).
	Supports_32BitFCnt bool `protobuf:"varint,20,opt,name=supports_32bit_f_cnt,json=supports32BitFCnt,proto3" json:"supports_32bit_f_cnt,omitempty"`
	// Payload codec.
	// Leave blank to disable the codec feature.
	PayloadCodec string `protobuf:"bytes,24,opt,name=payload_codec,json=payloadCodec,proto3" json:"payload_codec,omitempty"`
	// Payload encoder script.
	// Depending the codec, it is possible to provide a script which implements
	// the encoder function.
	PayloadEncoderScript string `protobuf:"bytes,25,opt,name=payload_encoder_script,json=payloadEncoderScript,proto3" json:"payload_encoder_script,omitempty"`
	// Payload decoder script.
	// Depending the codec, it is possible to provide a script which implements
	// the decoder function.
	PayloadDecoderScript string `protobuf:"bytes,26,opt,name=payload_decoder_script,json=payloadDecoderScript,proto3" json:"payload_decoder_script,omitempty"`
	// Geolocation buffer TTL (in seconds).
	// When > 0, uplink RX meta-data will be stored in a buffer so that
	// the meta-data of multiple uplinks can be used for geolocation.
	GeolocBufferTtl uint32 `protobuf:"varint,27,opt,name=geoloc_buffer_ttl,json=geolocBufferTTL,proto3" json:"geoloc_buffer_ttl,omitempty"`
	// Geolocation minimum buffer size.
	// When > 0, geolocation will only be performed when the buffer has
	// at least the given size.
	GeolocMinBufferSize  uint32   `protobuf:"varint,28,opt,name=geoloc_min_buffer_size,json=geolocMinBufferSize,proto3" json:"geoloc_min_buffer_size,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) GetFactoryPresetFreqs

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

func (*DeviceProfile) GetGeolocBufferTtl

func (m *DeviceProfile) GetGeolocBufferTtl() uint32

func (*DeviceProfile) GetGeolocMinBufferSize

func (m *DeviceProfile) GetGeolocMinBufferSize() uint32

func (*DeviceProfile) GetId

func (m *DeviceProfile) GetId() string

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) GetName

func (m *DeviceProfile) GetName() string

func (*DeviceProfile) GetNetworkServerId

func (m *DeviceProfile) GetNetworkServerId() int64

func (*DeviceProfile) GetOrganizationId

func (m *DeviceProfile) GetOrganizationId() int64

func (*DeviceProfile) GetPayloadCodec

func (m *DeviceProfile) GetPayloadCodec() string

func (*DeviceProfile) GetPayloadDecoderScript

func (m *DeviceProfile) GetPayloadDecoderScript() string

func (*DeviceProfile) GetPayloadEncoderScript

func (m *DeviceProfile) GetPayloadEncoderScript() string

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) GetRxDatarate_2

func (m *DeviceProfile) GetRxDatarate_2() uint32

func (*DeviceProfile) GetRxDelay_1

func (m *DeviceProfile) GetRxDelay_1() uint32

func (*DeviceProfile) GetRxDrOffset_1

func (m *DeviceProfile) GetRxDrOffset_1() uint32

func (*DeviceProfile) GetRxFreq_2

func (m *DeviceProfile) GetRxFreq_2() uint32

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) GetSupports_32BitFCnt

func (m *DeviceProfile) GetSupports_32BitFCnt() 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 (m *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 DeviceProfileListItem

type DeviceProfileListItem struct {
	// Device-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Device-profile name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Network-server ID.
	NetworkServerId int64 `protobuf:"varint,4,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DeviceProfileListItem) Descriptor

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

func (*DeviceProfileListItem) GetCreatedAt

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

func (*DeviceProfileListItem) GetId

func (m *DeviceProfileListItem) GetId() string

func (*DeviceProfileListItem) GetName

func (m *DeviceProfileListItem) GetName() string

func (*DeviceProfileListItem) GetNetworkServerId

func (m *DeviceProfileListItem) GetNetworkServerId() int64

func (*DeviceProfileListItem) GetOrganizationId

func (m *DeviceProfileListItem) GetOrganizationId() int64

func (*DeviceProfileListItem) GetUpdatedAt

func (m *DeviceProfileListItem) GetUpdatedAt() *timestamp.Timestamp

func (*DeviceProfileListItem) ProtoMessage

func (*DeviceProfileListItem) ProtoMessage()

func (*DeviceProfileListItem) Reset

func (m *DeviceProfileListItem) Reset()

func (*DeviceProfileListItem) String

func (m *DeviceProfileListItem) String() string

func (*DeviceProfileListItem) XXX_DiscardUnknown

func (m *DeviceProfileListItem) XXX_DiscardUnknown()

func (*DeviceProfileListItem) XXX_Marshal

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

func (*DeviceProfileListItem) XXX_Merge

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

func (*DeviceProfileListItem) XXX_Size

func (m *DeviceProfileListItem) XXX_Size() int

func (*DeviceProfileListItem) XXX_Unmarshal

func (m *DeviceProfileListItem) 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) (*empty.Empty, error)
	// Delete deletes the device-profile matching the given id.
	Delete(ctx context.Context, in *DeleteDeviceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// Delete deletes the device-profile matching the given id.
	Delete(context.Context, *DeleteDeviceProfileRequest) (*empty.Empty, error)
	// List lists the available device-profiles.
	List(context.Context, *ListDeviceProfileRequest) (*ListDeviceProfileResponse, error)
}

DeviceProfileServiceServer is the server API for DeviceProfileService service.

type DeviceQueueItem

type DeviceQueueItem struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Set this to true when an acknowledgement from the device is required.
	// Please note that this must not be used to guarantee a delivery.
	Confirmed bool `protobuf:"varint,2,opt,name=confirmed,proto3" json:"confirmed,omitempty"`
	// Downlink frame-counter.
	// This will be automatically set on enquue.
	FCnt uint32 `protobuf:"varint,6,opt,name=f_cnt,json=fCnt,proto3" json:"f_cnt,omitempty"`
	// FPort used (must be > 0)
	FPort uint32 `protobuf:"varint,3,opt,name=f_port,json=fPort,proto3" json:"f_port,omitempty"`
	// Base64 encoded data.
	// Or use the json_object field when an application codec has been configured.
	Data []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// JSON object (string).
	// Only use this when an application codec has been configured that can convert
	// this object into binary form.
	JsonObject           string   `protobuf:"bytes,5,opt,name=json_object,json=jsonObject,proto3" json:"json_object,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) GetJsonObject

func (m *DeviceQueueItem) GetJsonObject() 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 (m *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 DeviceQueueServiceClient

type DeviceQueueServiceClient 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) (*empty.Empty, error)
	// List lists the items in the device-queue.
	List(ctx context.Context, in *ListDeviceQueueItemsRequest, opts ...grpc.CallOption) (*ListDeviceQueueItemsResponse, error)
}

DeviceQueueServiceClient is the client API for DeviceQueueService service.

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

func NewDeviceQueueServiceClient

func NewDeviceQueueServiceClient(cc *grpc.ClientConn) DeviceQueueServiceClient

type DeviceQueueServiceServer

type DeviceQueueServiceServer 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) (*empty.Empty, error)
	// List lists the items in the device-queue.
	List(context.Context, *ListDeviceQueueItemsRequest) (*ListDeviceQueueItemsResponse, error)
}

DeviceQueueServiceServer is the server API for DeviceQueueService service.

type DeviceServiceClient

type DeviceServiceClient interface {
	// Create creates the given device.
	Create(ctx context.Context, in *CreateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Get returns the device matching the given DevEUI.
	Get(ctx context.Context, in *GetDeviceRequest, opts ...grpc.CallOption) (*GetDeviceResponse, error)
	// List returns the available devices.
	List(ctx context.Context, in *ListDeviceRequest, opts ...grpc.CallOption) (*ListDeviceResponse, error)
	// Delete deletes the device matching the given DevEUI.
	Delete(ctx context.Context, in *DeleteDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Update updates the device matching the given DevEUI.
	Update(ctx context.Context, in *UpdateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateKeys creates the given device-keys.
	CreateKeys(ctx context.Context, in *CreateDeviceKeysRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// DeleteKeys deletes the device-keys for the given DevEUI.
	DeleteKeys(ctx context.Context, in *DeleteDeviceKeysRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Activate (re)activates the device (only when ABP is set to true).
	Activate(ctx context.Context, in *ActivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Deactivate de-activates the device.
	Deactivate(ctx context.Context, in *DeactivateDeviceRequest, opts ...grpc.CallOption) (*empty.Empty, 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.
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(ctx context.Context, in *StreamDeviceFrameLogsRequest, opts ...grpc.CallOption) (DeviceService_StreamFrameLogsClient, error)
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	//   * This endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamEventLogs(ctx context.Context, in *StreamDeviceEventLogsRequest, opts ...grpc.CallOption) (DeviceService_StreamEventLogsClient, error)
}

DeviceServiceClient is the client API for DeviceService service.

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

func NewDeviceServiceClient

func NewDeviceServiceClient(cc *grpc.ClientConn) DeviceServiceClient

type DeviceServiceServer

type DeviceServiceServer interface {
	// Create creates the given device.
	Create(context.Context, *CreateDeviceRequest) (*empty.Empty, error)
	// Get returns the device matching the given DevEUI.
	Get(context.Context, *GetDeviceRequest) (*GetDeviceResponse, error)
	// List returns the available devices.
	List(context.Context, *ListDeviceRequest) (*ListDeviceResponse, error)
	// Delete deletes the device matching the given DevEUI.
	Delete(context.Context, *DeleteDeviceRequest) (*empty.Empty, error)
	// Update updates the device matching the given DevEUI.
	Update(context.Context, *UpdateDeviceRequest) (*empty.Empty, error)
	// CreateKeys creates the given device-keys.
	CreateKeys(context.Context, *CreateDeviceKeysRequest) (*empty.Empty, 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) (*empty.Empty, error)
	// DeleteKeys deletes the device-keys for the given DevEUI.
	DeleteKeys(context.Context, *DeleteDeviceKeysRequest) (*empty.Empty, error)
	// Activate (re)activates the device (only when ABP is set to true).
	Activate(context.Context, *ActivateDeviceRequest) (*empty.Empty, error)
	// Deactivate de-activates the device.
	Deactivate(context.Context, *DeactivateDeviceRequest) (*empty.Empty, 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.
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(*StreamDeviceFrameLogsRequest, DeviceService_StreamFrameLogsServer) error
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	//   * This endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamEventLogs(*StreamDeviceEventLogsRequest, DeviceService_StreamEventLogsServer) error
}

DeviceServiceServer is the server API for DeviceService service.

type DeviceService_StreamEventLogsClient

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

type DeviceService_StreamEventLogsServer

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

type DeviceService_StreamFrameLogsClient

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

type DeviceService_StreamFrameLogsServer

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

type DownlinkFrameLog

type DownlinkFrameLog struct {
	// TX information of the downlink.
	TxInfo *gw.DownlinkTXInfo `protobuf:"bytes,1,opt,name=tx_info,json=txInfo,proto3" json:"tx_info,omitempty"`
	// LoRaWAN PHYPayload.
	PhyPayloadJson       string   `protobuf:"bytes,2,opt,name=phy_payload_json,json=phyPayloadJSON,proto3" json:"phy_payload_json,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() *gw.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 (m *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 ID.
	GatewayId string `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	// Downlink ID (UUID).
	DownlinkId string `protobuf:"bytes,17,opt,name=downlink_id,json=downlinkID,proto3" json:"downlink_id,omitempty"`
	// TX frequency (in Hz).
	Frequency uint32 `protobuf:"varint,5,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// TX power (in dBm).
	Power int32 `protobuf:"varint,6,opt,name=power,proto3" json:"power,omitempty"`
	// Modulation.
	Modulation common.Modulation `protobuf:"varint,7,opt,name=modulation,proto3,enum=common.Modulation" json:"modulation,omitempty"`
	// Types that are valid to be assigned to ModulationInfo:
	//	*DownlinkTXInfo_LoraModulationInfo
	//	*DownlinkTXInfo_FskModulationInfo
	ModulationInfo isDownlinkTXInfo_ModulationInfo `protobuf_oneof:"modulation_info"`
	// The board identifier for emitting the frame.
	Board uint32 `protobuf:"varint,10,opt,name=board,proto3" json:"board,omitempty"`
	// The antenna identifier for emitting the frame.
	Antenna uint32 `protobuf:"varint,11,opt,name=antenna,proto3" json:"antenna,omitempty"`
	// Timing defines the downlink timing to use.
	Timing gw.DownlinkTiming `protobuf:"varint,12,opt,name=timing,proto3,enum=gw.DownlinkTiming" json:"timing,omitempty"`
	// Types that are valid to be assigned to TimingInfo:
	//	*DownlinkTXInfo_ImmediatelyTimingInfo
	//	*DownlinkTXInfo_DelayTimingInfo
	//	*DownlinkTXInfo_GpsEpochTimingInfo
	TimingInfo isDownlinkTXInfo_TimingInfo `protobuf_oneof:"timing_info"`
	// Gateway specific context.
	// In case of a Class-A downlink, this contains a copy of the uplink context.
	Context              []byte   `protobuf:"bytes,16,opt,name=context,proto3" json:"context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Same comment as above applies to this message.

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) GetContext

func (m *DownlinkTXInfo) GetContext() []byte

func (*DownlinkTXInfo) GetDelayTimingInfo

func (m *DownlinkTXInfo) GetDelayTimingInfo() *gw.DelayTimingInfo

func (*DownlinkTXInfo) GetDownlinkId

func (m *DownlinkTXInfo) GetDownlinkId() string

func (*DownlinkTXInfo) GetFrequency

func (m *DownlinkTXInfo) GetFrequency() uint32

func (*DownlinkTXInfo) GetFskModulationInfo

func (m *DownlinkTXInfo) GetFskModulationInfo() *gw.FSKModulationInfo

func (*DownlinkTXInfo) GetGatewayId

func (m *DownlinkTXInfo) GetGatewayId() string

func (*DownlinkTXInfo) GetGpsEpochTimingInfo

func (m *DownlinkTXInfo) GetGpsEpochTimingInfo() *gw.GPSEpochTimingInfo

func (*DownlinkTXInfo) GetImmediatelyTimingInfo

func (m *DownlinkTXInfo) GetImmediatelyTimingInfo() *gw.ImmediatelyTimingInfo

func (*DownlinkTXInfo) GetLoraModulationInfo

func (m *DownlinkTXInfo) GetLoraModulationInfo() *gw.LoRaModulationInfo

func (*DownlinkTXInfo) GetModulation

func (m *DownlinkTXInfo) GetModulation() common.Modulation

func (*DownlinkTXInfo) GetModulationInfo

func (m *DownlinkTXInfo) GetModulationInfo() isDownlinkTXInfo_ModulationInfo

func (*DownlinkTXInfo) GetPower

func (m *DownlinkTXInfo) GetPower() int32

func (*DownlinkTXInfo) GetTiming

func (m *DownlinkTXInfo) GetTiming() gw.DownlinkTiming

func (*DownlinkTXInfo) GetTimingInfo

func (m *DownlinkTXInfo) GetTimingInfo() isDownlinkTXInfo_TimingInfo

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 (m *DownlinkTXInfo) XXX_Merge(src proto.Message)

func (*DownlinkTXInfo) XXX_OneofWrappers

func (*DownlinkTXInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*DownlinkTXInfo) XXX_Size

func (m *DownlinkTXInfo) XXX_Size() int

func (*DownlinkTXInfo) XXX_Unmarshal

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

type DownlinkTXInfo_DelayTimingInfo

type DownlinkTXInfo_DelayTimingInfo struct {
	DelayTimingInfo *gw.DelayTimingInfo `protobuf:"bytes,14,opt,name=delay_timing_info,json=delayTimingInfo,proto3,oneof"`
}

type DownlinkTXInfo_FskModulationInfo

type DownlinkTXInfo_FskModulationInfo struct {
	FskModulationInfo *gw.FSKModulationInfo `protobuf:"bytes,9,opt,name=fsk_modulation_info,json=fskModulationInfo,proto3,oneof"`
}

type DownlinkTXInfo_GpsEpochTimingInfo

type DownlinkTXInfo_GpsEpochTimingInfo struct {
	GpsEpochTimingInfo *gw.GPSEpochTimingInfo `protobuf:"bytes,15,opt,name=gps_epoch_timing_info,json=gpsEpochTimingInfo,proto3,oneof"`
}

type DownlinkTXInfo_ImmediatelyTimingInfo

type DownlinkTXInfo_ImmediatelyTimingInfo struct {
	ImmediatelyTimingInfo *gw.ImmediatelyTimingInfo `protobuf:"bytes,13,opt,name=immediately_timing_info,json=immediatelyTimingInfo,proto3,oneof"`
}

type DownlinkTXInfo_LoraModulationInfo

type DownlinkTXInfo_LoraModulationInfo struct {
	LoraModulationInfo *gw.LoRaModulationInfo `protobuf:"bytes,8,opt,name=lora_modulation_info,json=loraModulationInfo,proto3,oneof"`
}

type EncryptedFineTimestamp

type EncryptedFineTimestamp struct {
	// AES key index used for encrypting the fine timestamp.
	AesKeyIndex uint32 `protobuf:"varint,1,opt,name=aes_key_index,json=aesKeyIndex,proto3" json:"aes_key_index,omitempty"`
	// Encrypted 'main' fine-timestamp (ns precision part of the timestamp).
	EncryptedNs []byte `protobuf:"bytes,2,opt,name=encrypted_ns,json=encryptedNS,proto3" json:"encrypted_ns,omitempty"`
	// FPGA ID.
	FpgaId               string   `protobuf:"bytes,3,opt,name=fpga_id,json=fpgaID,proto3" json:"fpga_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

this s a copy of gw.EncryptedFineTimestamp which the only change that the fpga_id is of type string so that it can be returned in HEX format instead of base64.

func (*EncryptedFineTimestamp) Descriptor

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

func (*EncryptedFineTimestamp) GetAesKeyIndex

func (m *EncryptedFineTimestamp) GetAesKeyIndex() uint32

func (*EncryptedFineTimestamp) GetEncryptedNs

func (m *EncryptedFineTimestamp) GetEncryptedNs() []byte

func (*EncryptedFineTimestamp) GetFpgaId

func (m *EncryptedFineTimestamp) GetFpgaId() string

func (*EncryptedFineTimestamp) ProtoMessage

func (*EncryptedFineTimestamp) ProtoMessage()

func (*EncryptedFineTimestamp) Reset

func (m *EncryptedFineTimestamp) Reset()

func (*EncryptedFineTimestamp) String

func (m *EncryptedFineTimestamp) String() string

func (*EncryptedFineTimestamp) XXX_DiscardUnknown

func (m *EncryptedFineTimestamp) XXX_DiscardUnknown()

func (*EncryptedFineTimestamp) XXX_Marshal

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

func (*EncryptedFineTimestamp) XXX_Merge

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

func (*EncryptedFineTimestamp) XXX_Size

func (m *EncryptedFineTimestamp) XXX_Size() int

func (*EncryptedFineTimestamp) XXX_Unmarshal

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

type EnqueueDeviceQueueItemRequest

type EnqueueDeviceQueueItemRequest struct {
	// Queue-item object to enqueue.
	DeviceQueueItem      *DeviceQueueItem `protobuf:"bytes,1,opt,name=device_queue_item,json=deviceQueueItem,proto3" json:"device_queue_item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*EnqueueDeviceQueueItemRequest) Descriptor

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

func (*EnqueueDeviceQueueItemRequest) GetDeviceQueueItem

func (m *EnqueueDeviceQueueItemRequest) GetDeviceQueueItem() *DeviceQueueItem

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 (m *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 {
	// Frame-counter for the enqueued payload.
	FCnt                 uint32   `protobuf:"varint,1,opt,name=f_cnt,json=fCnt,proto3" json:"f_cnt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnqueueDeviceQueueItemResponse) Descriptor

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

func (*EnqueueDeviceQueueItemResponse) GetFCnt

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 (m *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 EnqueueMulticastQueueItemRequest

type EnqueueMulticastQueueItemRequest struct {
	// Multicast queue-item object to enqueue.
	MulticastQueueItem   *MulticastQueueItem `protobuf:"bytes,1,opt,name=multicast_queue_item,json=multicastQueueItem,proto3" json:"multicast_queue_item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*EnqueueMulticastQueueItemRequest) Descriptor

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

func (*EnqueueMulticastQueueItemRequest) GetMulticastQueueItem

func (m *EnqueueMulticastQueueItemRequest) GetMulticastQueueItem() *MulticastQueueItem

func (*EnqueueMulticastQueueItemRequest) ProtoMessage

func (*EnqueueMulticastQueueItemRequest) ProtoMessage()

func (*EnqueueMulticastQueueItemRequest) Reset

func (*EnqueueMulticastQueueItemRequest) String

func (*EnqueueMulticastQueueItemRequest) XXX_DiscardUnknown

func (m *EnqueueMulticastQueueItemRequest) XXX_DiscardUnknown()

func (*EnqueueMulticastQueueItemRequest) XXX_Marshal

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

func (*EnqueueMulticastQueueItemRequest) XXX_Merge

func (*EnqueueMulticastQueueItemRequest) XXX_Size

func (m *EnqueueMulticastQueueItemRequest) XXX_Size() int

func (*EnqueueMulticastQueueItemRequest) XXX_Unmarshal

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

type EnqueueMulticastQueueItemResponse

type EnqueueMulticastQueueItemResponse struct {
	// Frame-counter for the enqueued payload.
	FCnt                 uint32   `protobuf:"varint,1,opt,name=f_cnt,json=fCnt,proto3" json:"f_cnt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EnqueueMulticastQueueItemResponse) Descriptor

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

func (*EnqueueMulticastQueueItemResponse) GetFCnt

func (*EnqueueMulticastQueueItemResponse) ProtoMessage

func (*EnqueueMulticastQueueItemResponse) ProtoMessage()

func (*EnqueueMulticastQueueItemResponse) Reset

func (*EnqueueMulticastQueueItemResponse) String

func (*EnqueueMulticastQueueItemResponse) XXX_DiscardUnknown

func (m *EnqueueMulticastQueueItemResponse) XXX_DiscardUnknown()

func (*EnqueueMulticastQueueItemResponse) XXX_Marshal

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

func (*EnqueueMulticastQueueItemResponse) XXX_Merge

func (*EnqueueMulticastQueueItemResponse) XXX_Size

func (m *EnqueueMulticastQueueItemResponse) XXX_Size() int

func (*EnqueueMulticastQueueItemResponse) XXX_Unmarshal

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

type FUOTADeployment

type FUOTADeployment struct {
	// ID of the deployment (string formatted UUID).
	// This value will be automatically assigned on create.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of the deployment.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Multicast type.
	// Currently only Class-C is supported!
	GroupType MulticastGroupType `protobuf:"varint,3,opt,name=group_type,json=groupType,proto3,enum=api.MulticastGroupType" json:"group_type,omitempty"`
	// Data-rate.
	Dr uint32 `protobuf:"varint,4,opt,name=dr,proto3" json:"dr,omitempty"`
	// Frequency (Hz).
	Frequency uint32 `protobuf:"varint,5,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// Payload.
	Payload []byte `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"`
	// Redundancy (number of packages).
	Redundancy uint32 `protobuf:"varint,7,opt,name=redundancy,proto3" json:"redundancy,omitempty"`
	// Multicast time-out.
	// Please refer to the Remote Multicast Setup specification as this field
	// has a different meaning for Class-B and Class-C groups.
	MulticastTimeout uint32 `protobuf:"varint,8,opt,name=multicast_timeout,json=multicastTimeout,proto3" json:"multicast_timeout,omitempty"`
	// Unicast time-out.
	// Set this to the value in which you at least expect an uplink frame from the
	// device. The FUOTA deployment engine will wait at least for the given time
	// before proceeding with the next steps.
	UnicastTimeout *duration.Duration `protobuf:"bytes,9,opt,name=unicast_timeout,json=unicastTimeout,proto3" json:"unicast_timeout,omitempty"`
	// Deployment state.
	// This value will be automatically set on create.
	State string `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	// Next step after.
	// This value will be automatically set on create.
	NextStepAfter        *timestamp.Timestamp `protobuf:"bytes,11,opt,name=next_step_after,json=nextStepAfter,proto3" json:"next_step_after,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FUOTADeployment) Descriptor

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

func (*FUOTADeployment) GetDr

func (m *FUOTADeployment) GetDr() uint32

func (*FUOTADeployment) GetFrequency

func (m *FUOTADeployment) GetFrequency() uint32

func (*FUOTADeployment) GetGroupType

func (m *FUOTADeployment) GetGroupType() MulticastGroupType

func (*FUOTADeployment) GetId

func (m *FUOTADeployment) GetId() string

func (*FUOTADeployment) GetMulticastTimeout

func (m *FUOTADeployment) GetMulticastTimeout() uint32

func (*FUOTADeployment) GetName

func (m *FUOTADeployment) GetName() string

func (*FUOTADeployment) GetNextStepAfter

func (m *FUOTADeployment) GetNextStepAfter() *timestamp.Timestamp

func (*FUOTADeployment) GetPayload

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

func (*FUOTADeployment) GetRedundancy

func (m *FUOTADeployment) GetRedundancy() uint32

func (*FUOTADeployment) GetState

func (m *FUOTADeployment) GetState() string

func (*FUOTADeployment) GetUnicastTimeout

func (m *FUOTADeployment) GetUnicastTimeout() *duration.Duration

func (*FUOTADeployment) ProtoMessage

func (*FUOTADeployment) ProtoMessage()

func (*FUOTADeployment) Reset

func (m *FUOTADeployment) Reset()

func (*FUOTADeployment) String

func (m *FUOTADeployment) String() string

func (*FUOTADeployment) XXX_DiscardUnknown

func (m *FUOTADeployment) XXX_DiscardUnknown()

func (*FUOTADeployment) XXX_Marshal

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

func (*FUOTADeployment) XXX_Merge

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

func (*FUOTADeployment) XXX_Size

func (m *FUOTADeployment) XXX_Size() int

func (*FUOTADeployment) XXX_Unmarshal

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

type FUOTADeploymentDeviceListItem

type FUOTADeploymentDeviceListItem struct {
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Device name.
	DeviceName string `protobuf:"bytes,2,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	// Device state.
	State FUOTADeploymentDeviceState `protobuf:"varint,3,opt,name=state,proto3,enum=api.FUOTADeploymentDeviceState" json:"state,omitempty"`
	// Error message (in case of error state).
	ErrorMessage string `protobuf:"bytes,4,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Updated at timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FUOTADeploymentDeviceListItem) Descriptor

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

func (*FUOTADeploymentDeviceListItem) GetCreatedAt

func (*FUOTADeploymentDeviceListItem) GetDevEui

func (m *FUOTADeploymentDeviceListItem) GetDevEui() string

func (*FUOTADeploymentDeviceListItem) GetDeviceName

func (m *FUOTADeploymentDeviceListItem) GetDeviceName() string

func (*FUOTADeploymentDeviceListItem) GetErrorMessage

func (m *FUOTADeploymentDeviceListItem) GetErrorMessage() string

func (*FUOTADeploymentDeviceListItem) GetState

func (*FUOTADeploymentDeviceListItem) GetUpdatedAt

func (*FUOTADeploymentDeviceListItem) ProtoMessage

func (*FUOTADeploymentDeviceListItem) ProtoMessage()

func (*FUOTADeploymentDeviceListItem) Reset

func (m *FUOTADeploymentDeviceListItem) Reset()

func (*FUOTADeploymentDeviceListItem) String

func (*FUOTADeploymentDeviceListItem) XXX_DiscardUnknown

func (m *FUOTADeploymentDeviceListItem) XXX_DiscardUnknown()

func (*FUOTADeploymentDeviceListItem) XXX_Marshal

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

func (*FUOTADeploymentDeviceListItem) XXX_Merge

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

func (*FUOTADeploymentDeviceListItem) XXX_Size

func (m *FUOTADeploymentDeviceListItem) XXX_Size() int

func (*FUOTADeploymentDeviceListItem) XXX_Unmarshal

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

type FUOTADeploymentDeviceState

type FUOTADeploymentDeviceState int32
const (
	// Pending.
	FUOTADeploymentDeviceState_PENDING FUOTADeploymentDeviceState = 0
	// Success.
	FUOTADeploymentDeviceState_SUCCESS FUOTADeploymentDeviceState = 1
	// Error.
	FUOTADeploymentDeviceState_ERROR FUOTADeploymentDeviceState = 2
)

func (FUOTADeploymentDeviceState) EnumDescriptor

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

func (FUOTADeploymentDeviceState) String

type FUOTADeploymentListItem

type FUOTADeploymentListItem struct {
	// ID of the deployment (string formatted UUID).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// Name of the deployment.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Deployment state.
	State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	// Next step after.
	NextStepAfter        *timestamp.Timestamp `protobuf:"bytes,6,opt,name=next_step_after,json=nextStepAfter,proto3" json:"next_step_after,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*FUOTADeploymentListItem) Descriptor

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

func (*FUOTADeploymentListItem) GetCreatedAt

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

func (*FUOTADeploymentListItem) GetId

func (m *FUOTADeploymentListItem) GetId() string

func (*FUOTADeploymentListItem) GetName

func (m *FUOTADeploymentListItem) GetName() string

func (*FUOTADeploymentListItem) GetNextStepAfter

func (m *FUOTADeploymentListItem) GetNextStepAfter() *timestamp.Timestamp

func (*FUOTADeploymentListItem) GetState

func (m *FUOTADeploymentListItem) GetState() string

func (*FUOTADeploymentListItem) GetUpdatedAt

func (m *FUOTADeploymentListItem) GetUpdatedAt() *timestamp.Timestamp

func (*FUOTADeploymentListItem) ProtoMessage

func (*FUOTADeploymentListItem) ProtoMessage()

func (*FUOTADeploymentListItem) Reset

func (m *FUOTADeploymentListItem) Reset()

func (*FUOTADeploymentListItem) String

func (m *FUOTADeploymentListItem) String() string

func (*FUOTADeploymentListItem) XXX_DiscardUnknown

func (m *FUOTADeploymentListItem) XXX_DiscardUnknown()

func (*FUOTADeploymentListItem) XXX_Marshal

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

func (*FUOTADeploymentListItem) XXX_Merge

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

func (*FUOTADeploymentListItem) XXX_Size

func (m *FUOTADeploymentListItem) XXX_Size() int

func (*FUOTADeploymentListItem) XXX_Unmarshal

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

type FUOTADeploymentServiceClient

type FUOTADeploymentServiceClient interface {
	// CreateForDevice creates a deployment for the given DevEUI.
	CreateForDevice(ctx context.Context, in *CreateFUOTADeploymentForDeviceRequest, opts ...grpc.CallOption) (*CreateFUOTADeploymentForDeviceResponse, error)
	// Get returns the fuota deployment for the given id.
	Get(ctx context.Context, in *GetFUOTADeploymentRequest, opts ...grpc.CallOption) (*GetFUOTADeploymentResponse, error)
	// List lists the fuota deployments.
	List(ctx context.Context, in *ListFUOTADeploymentRequest, opts ...grpc.CallOption) (*ListFUOTADeploymentResponse, error)
	// GetDeploymentDevice returns the deployment device.
	GetDeploymentDevice(ctx context.Context, in *GetFUOTADeploymentDeviceRequest, opts ...grpc.CallOption) (*GetFUOTADeploymentDeviceResponse, error)
	// ListDeploymentDevices lists the devices (and status) for the given fuota deployment ID.
	ListDeploymentDevices(ctx context.Context, in *ListFUOTADeploymentDevicesRequest, opts ...grpc.CallOption) (*ListFUOTADeploymentDevicesResponse, error)
}

FUOTADeploymentServiceClient is the client API for FUOTADeploymentService service.

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

func NewFUOTADeploymentServiceClient

func NewFUOTADeploymentServiceClient(cc *grpc.ClientConn) FUOTADeploymentServiceClient

type FUOTADeploymentServiceServer

type FUOTADeploymentServiceServer interface {
	// CreateForDevice creates a deployment for the given DevEUI.
	CreateForDevice(context.Context, *CreateFUOTADeploymentForDeviceRequest) (*CreateFUOTADeploymentForDeviceResponse, error)
	// Get returns the fuota deployment for the given id.
	Get(context.Context, *GetFUOTADeploymentRequest) (*GetFUOTADeploymentResponse, error)
	// List lists the fuota deployments.
	List(context.Context, *ListFUOTADeploymentRequest) (*ListFUOTADeploymentResponse, error)
	// GetDeploymentDevice returns the deployment device.
	GetDeploymentDevice(context.Context, *GetFUOTADeploymentDeviceRequest) (*GetFUOTADeploymentDeviceResponse, error)
	// ListDeploymentDevices lists the devices (and status) for the given fuota deployment ID.
	ListDeploymentDevices(context.Context, *ListFUOTADeploymentDevicesRequest) (*ListFUOTADeploymentDevicesResponse, error)
}

FUOTADeploymentServiceServer is the server API for FUOTADeploymentService service.

type FlushDeviceQueueRequest

type FlushDeviceQueueRequest struct {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 FlushMulticastGroupQueueItemsRequest

type FlushMulticastGroupQueueItemsRequest struct {
	// Multicast-group ID (string formatted UUID).
	MulticastGroupId     string   `protobuf:"bytes,1,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*FlushMulticastGroupQueueItemsRequest) Descriptor

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

func (*FlushMulticastGroupQueueItemsRequest) GetMulticastGroupId

func (m *FlushMulticastGroupQueueItemsRequest) GetMulticastGroupId() string

func (*FlushMulticastGroupQueueItemsRequest) ProtoMessage

func (*FlushMulticastGroupQueueItemsRequest) ProtoMessage()

func (*FlushMulticastGroupQueueItemsRequest) Reset

func (*FlushMulticastGroupQueueItemsRequest) String

func (*FlushMulticastGroupQueueItemsRequest) XXX_DiscardUnknown

func (m *FlushMulticastGroupQueueItemsRequest) XXX_DiscardUnknown()

func (*FlushMulticastGroupQueueItemsRequest) XXX_Marshal

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

func (*FlushMulticastGroupQueueItemsRequest) XXX_Merge

func (*FlushMulticastGroupQueueItemsRequest) XXX_Size

func (*FlushMulticastGroupQueueItemsRequest) XXX_Unmarshal

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

type Gateway

type Gateway struct {
	// Gateway ID (HEX encoded).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Gateway name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Gateway description.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Gateway location.
	Location *common.Location `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	// Organization ID to which the gateway belongs.
	// This can't be changed after creating the gateway.
	OrganizationId int64 `protobuf:"varint,5,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Set to true to enable gateway discovery.
	DiscoveryEnabled bool `protobuf:"varint,6,opt,name=discovery_enabled,json=discoveryEnabled,proto3" json:"discovery_enabled,omitempty"`
	// Network-server ID on which the gateway is provisioned.
	NetworkServerId int64 `protobuf:"varint,7,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Gateway-profile ID (UUID string, optional).
	GatewayProfileId string `protobuf:"bytes,8,opt,name=gateway_profile_id,json=gatewayProfileID,proto3" json:"gateway_profile_id,omitempty"`
	// Gateway boards configuration (optional).
	// This is (currently) only needed when the gateway supports the fine-timestamp
	// and you you would like to add the FPGA ID to the gateway meta-data or would
	// like ChirpStack Network Server to decrypt the fine-timestamp.
	Boards               []*GatewayBoard `protobuf:"bytes,9,rep,name=boards,proto3" json:"boards,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*Gateway) Descriptor

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

func (*Gateway) GetBoards

func (m *Gateway) GetBoards() []*GatewayBoard

func (*Gateway) GetDescription

func (m *Gateway) GetDescription() string

func (*Gateway) GetDiscoveryEnabled

func (m *Gateway) GetDiscoveryEnabled() bool

func (*Gateway) GetGatewayProfileId

func (m *Gateway) GetGatewayProfileId() string

func (*Gateway) GetId

func (m *Gateway) GetId() string

func (*Gateway) GetLocation

func (m *Gateway) GetLocation() *common.Location

func (*Gateway) GetName

func (m *Gateway) GetName() string

func (*Gateway) GetNetworkServerId

func (m *Gateway) GetNetworkServerId() int64

func (*Gateway) GetOrganizationId

func (m *Gateway) GetOrganizationId() int64

func (*Gateway) ProtoMessage

func (*Gateway) ProtoMessage()

func (*Gateway) Reset

func (m *Gateway) Reset()

func (*Gateway) String

func (m *Gateway) String() string

func (*Gateway) XXX_DiscardUnknown

func (m *Gateway) XXX_DiscardUnknown()

func (*Gateway) XXX_Marshal

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

func (*Gateway) XXX_Merge

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

func (*Gateway) XXX_Size

func (m *Gateway) XXX_Size() int

func (*Gateway) XXX_Unmarshal

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

type GatewayBoard

type GatewayBoard struct {
	// FPGA ID of the gateway (HEX encoded) (optional).
	FpgaId string `protobuf:"bytes,1,opt,name=fpga_id,json=fpgaID,proto3" json:"fpga_id,omitempty"`
	// Fine-timestamp AES decryption key (HEX encoded) (optional).
	FineTimestampKey     string   `protobuf:"bytes,2,opt,name=fine_timestamp_key,json=fineTimestampKey,proto3" json:"fine_timestamp_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GatewayBoard) Descriptor

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

func (*GatewayBoard) GetFineTimestampKey

func (m *GatewayBoard) GetFineTimestampKey() string

func (*GatewayBoard) GetFpgaId

func (m *GatewayBoard) GetFpgaId() string

func (*GatewayBoard) ProtoMessage

func (*GatewayBoard) ProtoMessage()

func (*GatewayBoard) Reset

func (m *GatewayBoard) Reset()

func (*GatewayBoard) String

func (m *GatewayBoard) String() string

func (*GatewayBoard) XXX_DiscardUnknown

func (m *GatewayBoard) XXX_DiscardUnknown()

func (*GatewayBoard) XXX_Marshal

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

func (*GatewayBoard) XXX_Merge

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

func (*GatewayBoard) XXX_Size

func (m *GatewayBoard) XXX_Size() int

func (*GatewayBoard) XXX_Unmarshal

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

type GatewayListItem

type GatewayListItem struct {
	// Gateway ID (HEX encoded).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// A name for the gateway
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// A description for the gateway
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// Create timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// First seen timestamp.
	FirstSeenAt *timestamp.Timestamp `protobuf:"bytes,8,opt,name=first_seen_at,json=firstSeenAt,proto3" json:"first_seen_at,omitempty"`
	// Last seen timestamp.
	LastSeenAt *timestamp.Timestamp `protobuf:"bytes,9,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,6,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Network-server ID.
	NetworkServerId int64 `protobuf:"varint,7,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Location.
	Location             *common.Location `protobuf:"bytes,10,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GatewayListItem) Descriptor

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

func (*GatewayListItem) GetCreatedAt

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

func (*GatewayListItem) GetDescription

func (m *GatewayListItem) GetDescription() string

func (*GatewayListItem) GetFirstSeenAt

func (m *GatewayListItem) GetFirstSeenAt() *timestamp.Timestamp

func (*GatewayListItem) GetId

func (m *GatewayListItem) GetId() string

func (*GatewayListItem) GetLastSeenAt

func (m *GatewayListItem) GetLastSeenAt() *timestamp.Timestamp

func (*GatewayListItem) GetLocation

func (m *GatewayListItem) GetLocation() *common.Location

func (*GatewayListItem) GetName

func (m *GatewayListItem) GetName() string

func (*GatewayListItem) GetNetworkServerId

func (m *GatewayListItem) GetNetworkServerId() int64

func (*GatewayListItem) GetOrganizationId

func (m *GatewayListItem) GetOrganizationId() int64

func (*GatewayListItem) GetUpdatedAt

func (m *GatewayListItem) GetUpdatedAt() *timestamp.Timestamp

func (*GatewayListItem) ProtoMessage

func (*GatewayListItem) ProtoMessage()

func (*GatewayListItem) Reset

func (m *GatewayListItem) Reset()

func (*GatewayListItem) String

func (m *GatewayListItem) String() string

func (*GatewayListItem) XXX_DiscardUnknown

func (m *GatewayListItem) XXX_DiscardUnknown()

func (*GatewayListItem) XXX_Marshal

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

func (*GatewayListItem) XXX_Merge

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

func (*GatewayListItem) XXX_Size

func (m *GatewayListItem) XXX_Size() int

func (*GatewayListItem) XXX_Unmarshal

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

type GatewayProfile

type GatewayProfile struct {
	// Gateway-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name of the gateway-profile.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Network-server ID of the gateway-profile.
	NetworkServerId int64 `protobuf:"varint,3,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Default channels (channels specified by the LoRaWAN Regional Parameters
	// specification) enabled for this configuration.
	Channels []uint32 `protobuf:"varint,4,rep,packed,name=channels,proto3" json:"channels,omitempty"`
	// Extra channels added to the channel-configuration (in case the LoRaWAN
	// region supports adding custom channels).
	ExtraChannels        []*GatewayProfileExtraChannel `protobuf:"bytes,5,rep,name=extra_channels,json=extraChannels,proto3" json:"extra_channels,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) GetId

func (m *GatewayProfile) GetId() string

func (*GatewayProfile) GetName

func (m *GatewayProfile) GetName() string

func (*GatewayProfile) GetNetworkServerId

func (m *GatewayProfile) GetNetworkServerId() int64

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 (m *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 common.Modulation `protobuf:"varint,1,opt,name=modulation,proto3,enum=common.Modulation" json:"modulation,omitempty"`
	// Frequency.
	Frequency uint32 `protobuf:"varint,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// Bandwidth.
	Bandwidth uint32 `protobuf:"varint,3,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	// Bitrate (in case of FSK modulation).
	Bitrate uint32 `protobuf:"varint,4,opt,name=bitrate,proto3" json:"bitrate,omitempty"`
	// Spreading factors (in case of LoRa modulation).
	SpreadingFactors     []uint32 `protobuf:"varint,5,rep,packed,name=spreading_factors,json=spreadingFactors,proto3" json:"spreading_factors,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() common.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 (m *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 GatewayProfileListItem

type GatewayProfileListItem struct {
	// Gateway-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Gateway-profile name,
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Network-server ID on which the gateway-profile is provisioned.
	NetworkServerId int64 `protobuf:"varint,3,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Network-server name.
	NetworkServerName string `protobuf:"bytes,7,opt,name=network_server_name,json=networkServerName,proto3" json:"network_server_name,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GatewayProfileListItem) Descriptor

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

func (*GatewayProfileListItem) GetCreatedAt

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

func (*GatewayProfileListItem) GetId

func (m *GatewayProfileListItem) GetId() string

func (*GatewayProfileListItem) GetName

func (m *GatewayProfileListItem) GetName() string

func (*GatewayProfileListItem) GetNetworkServerId

func (m *GatewayProfileListItem) GetNetworkServerId() int64

func (*GatewayProfileListItem) GetNetworkServerName

func (m *GatewayProfileListItem) GetNetworkServerName() string

func (*GatewayProfileListItem) GetUpdatedAt

func (m *GatewayProfileListItem) GetUpdatedAt() *timestamp.Timestamp

func (*GatewayProfileListItem) ProtoMessage

func (*GatewayProfileListItem) ProtoMessage()

func (*GatewayProfileListItem) Reset

func (m *GatewayProfileListItem) Reset()

func (*GatewayProfileListItem) String

func (m *GatewayProfileListItem) String() string

func (*GatewayProfileListItem) XXX_DiscardUnknown

func (m *GatewayProfileListItem) XXX_DiscardUnknown()

func (*GatewayProfileListItem) XXX_Marshal

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

func (*GatewayProfileListItem) XXX_Merge

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

func (*GatewayProfileListItem) XXX_Size

func (m *GatewayProfileListItem) XXX_Size() int

func (*GatewayProfileListItem) XXX_Unmarshal

func (m *GatewayProfileListItem) 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) (*empty.Empty, error)
	// Delete deletes the gateway-profile matching the given id.
	Delete(ctx context.Context, in *DeleteGatewayProfileRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// Delete deletes the gateway-profile matching the given id.
	Delete(context.Context, *DeleteGatewayProfileRequest) (*empty.Empty, error)
	// List returns the existing gateway-profiles.
	List(context.Context, *ListGatewayProfilesRequest) (*ListGatewayProfilesResponse, error)
}

GatewayProfileServiceServer is the server API for GatewayProfileService service.

type GatewayServiceClient

type GatewayServiceClient interface {
	// Create creates the given gateway.
	Create(ctx context.Context, in *CreateGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// Delete deletes the gateway matching the given mac address.
	Delete(ctx context.Context, in *DeleteGatewayRequest, opts ...grpc.CallOption) (*empty.Empty, 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 gateway ID.
	// Notes:
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(ctx context.Context, in *StreamGatewayFrameLogsRequest, opts ...grpc.CallOption) (GatewayService_StreamFrameLogsClient, error)
}

GatewayServiceClient is the client API for GatewayService service.

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

func NewGatewayServiceClient

func NewGatewayServiceClient(cc *grpc.ClientConn) GatewayServiceClient

type GatewayServiceServer

type GatewayServiceServer interface {
	// Create creates the given gateway.
	Create(context.Context, *CreateGatewayRequest) (*empty.Empty, 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) (*empty.Empty, error)
	// Delete deletes the gateway matching the given mac address.
	Delete(context.Context, *DeleteGatewayRequest) (*empty.Empty, 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 gateway ID.
	// Notes:
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(*StreamGatewayFrameLogsRequest, GatewayService_StreamFrameLogsServer) error
}

GatewayServiceServer is the server API for GatewayService service.

type GatewayService_StreamFrameLogsClient

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

type GatewayService_StreamFrameLogsServer

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

type GatewayStats

type GatewayStats struct {
	// Timestamp of the (aggregated) measurement.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Packets received by the gateway.
	RxPacketsReceived int32 `protobuf:"varint,2,opt,name=rx_packets_received,json=rxPacketsReceived,proto3" json:"rx_packets_received,omitempty"`
	// Packets received by the gateway that passed the CRC check.
	RxPacketsReceivedOk int32 `protobuf:"varint,3,opt,name=rx_packets_received_ok,json=rxPacketsReceivedOK,proto3" json:"rx_packets_received_ok,omitempty"`
	// Packets received by the gateway for transmission.
	TxPacketsReceived int32 `protobuf:"varint,4,opt,name=tx_packets_received,json=txPacketsReceived,proto3" json:"tx_packets_received,omitempty"`
	// Packets transmitted by the gateway.
	TxPacketsEmitted     int32    `protobuf:"varint,5,opt,name=tx_packets_emitted,json=txPacketsEmitted,proto3" json:"tx_packets_emitted,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() *timestamp.Timestamp

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 (m *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 GetApplicationRequest

type GetApplicationRequest struct {
	// Application ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 {
	// Application object.
	Application          *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetApplicationResponse) Descriptor

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

func (*GetApplicationResponse) GetApplication

func (m *GetApplicationResponse) GetApplication() *Application

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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	// Device-activation object.
	DeviceActivation     *DeviceActivation `protobuf:"bytes,1,opt,name=device_activation,json=deviceActivation,proto3" json:"device_activation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDeviceActivationResponse) Descriptor

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

func (*GetDeviceActivationResponse) GetDeviceActivation

func (m *GetDeviceActivationResponse) GetDeviceActivation() *DeviceActivation

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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	// Device-key object.
	DeviceKeys           *DeviceKeys `protobuf:"bytes,1,opt,name=device_keys,json=deviceKeys,proto3" json:"device_keys,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 (m *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 {
	// Device-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDeviceProfileRequest) Descriptor

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

func (*GetDeviceProfileRequest) GetId

func (m *GetDeviceProfileRequest) GetId() 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 (m *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 {
	// Device-profile object.
	DeviceProfile *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,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() *timestamp.Timestamp

func (*GetDeviceProfileResponse) GetDeviceProfile

func (m *GetDeviceProfileResponse) GetDeviceProfile() *DeviceProfile

func (*GetDeviceProfileResponse) GetUpdatedAt

func (m *GetDeviceProfileResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	// Device object.
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// Last seen timestamp.
	LastSeenAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,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,6,opt,name=device_status_battery,json=deviceStatusBattery,proto3" json:"device_status_battery,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=device_status_margin,json=deviceStatusMargin,proto3" json:"device_status_margin,omitempty"`
	// Device location.
	// This will set when the network-server was able to resolve the location
	// using the geolocation-server.
	Location             *common.Location `protobuf:"bytes,21,opt,name=location,proto3" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetDeviceResponse) Descriptor

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

func (*GetDeviceResponse) GetDevice

func (m *GetDeviceResponse) GetDevice() *Device

func (*GetDeviceResponse) GetDeviceStatusBattery

func (m *GetDeviceResponse) GetDeviceStatusBattery() uint32

func (*GetDeviceResponse) GetDeviceStatusMargin

func (m *GetDeviceResponse) GetDeviceStatusMargin() int32

func (*GetDeviceResponse) GetLastSeenAt

func (m *GetDeviceResponse) GetLastSeenAt() *timestamp.Timestamp

func (*GetDeviceResponse) GetLocation

func (m *GetDeviceResponse) GetLocation() *common.Location

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 (m *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 GetFUOTADeploymentDeviceRequest

type GetFUOTADeploymentDeviceRequest struct {
	// ID of the deployment (string formatted UUID).
	// This value will be automatically assigned on create.
	FuotaDeploymentId string `protobuf:"bytes,1,opt,name=fuota_deployment_id,json=fuotaDeploymentID,proto3" json:"fuota_deployment_id,omitempty"`
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFUOTADeploymentDeviceRequest) Descriptor

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

func (*GetFUOTADeploymentDeviceRequest) GetDevEui

func (m *GetFUOTADeploymentDeviceRequest) GetDevEui() string

func (*GetFUOTADeploymentDeviceRequest) GetFuotaDeploymentId

func (m *GetFUOTADeploymentDeviceRequest) GetFuotaDeploymentId() string

func (*GetFUOTADeploymentDeviceRequest) ProtoMessage

func (*GetFUOTADeploymentDeviceRequest) ProtoMessage()

func (*GetFUOTADeploymentDeviceRequest) Reset

func (*GetFUOTADeploymentDeviceRequest) String

func (*GetFUOTADeploymentDeviceRequest) XXX_DiscardUnknown

func (m *GetFUOTADeploymentDeviceRequest) XXX_DiscardUnknown()

func (*GetFUOTADeploymentDeviceRequest) XXX_Marshal

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

func (*GetFUOTADeploymentDeviceRequest) XXX_Merge

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

func (*GetFUOTADeploymentDeviceRequest) XXX_Size

func (m *GetFUOTADeploymentDeviceRequest) XXX_Size() int

func (*GetFUOTADeploymentDeviceRequest) XXX_Unmarshal

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

type GetFUOTADeploymentDeviceResponse

type GetFUOTADeploymentDeviceResponse struct {
	DeploymentDevice     *FUOTADeploymentDeviceListItem `protobuf:"bytes,1,opt,name=deployment_device,json=deploymentDevice,proto3" json:"deployment_device,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*GetFUOTADeploymentDeviceResponse) Descriptor

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

func (*GetFUOTADeploymentDeviceResponse) GetDeploymentDevice

func (*GetFUOTADeploymentDeviceResponse) ProtoMessage

func (*GetFUOTADeploymentDeviceResponse) ProtoMessage()

func (*GetFUOTADeploymentDeviceResponse) Reset

func (*GetFUOTADeploymentDeviceResponse) String

func (*GetFUOTADeploymentDeviceResponse) XXX_DiscardUnknown

func (m *GetFUOTADeploymentDeviceResponse) XXX_DiscardUnknown()

func (*GetFUOTADeploymentDeviceResponse) XXX_Marshal

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

func (*GetFUOTADeploymentDeviceResponse) XXX_Merge

func (*GetFUOTADeploymentDeviceResponse) XXX_Size

func (m *GetFUOTADeploymentDeviceResponse) XXX_Size() int

func (*GetFUOTADeploymentDeviceResponse) XXX_Unmarshal

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

type GetFUOTADeploymentRequest

type GetFUOTADeploymentRequest struct {
	// ID of the deployment (string formatted UUID).
	// This value will be automatically assigned on create.
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetFUOTADeploymentRequest) Descriptor

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

func (*GetFUOTADeploymentRequest) GetId

func (m *GetFUOTADeploymentRequest) GetId() string

func (*GetFUOTADeploymentRequest) ProtoMessage

func (*GetFUOTADeploymentRequest) ProtoMessage()

func (*GetFUOTADeploymentRequest) Reset

func (m *GetFUOTADeploymentRequest) Reset()

func (*GetFUOTADeploymentRequest) String

func (m *GetFUOTADeploymentRequest) String() string

func (*GetFUOTADeploymentRequest) XXX_DiscardUnknown

func (m *GetFUOTADeploymentRequest) XXX_DiscardUnknown()

func (*GetFUOTADeploymentRequest) XXX_Marshal

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

func (*GetFUOTADeploymentRequest) XXX_Merge

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

func (*GetFUOTADeploymentRequest) XXX_Size

func (m *GetFUOTADeploymentRequest) XXX_Size() int

func (*GetFUOTADeploymentRequest) XXX_Unmarshal

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

type GetFUOTADeploymentResponse

type GetFUOTADeploymentResponse struct {
	FuotaDeployment *FUOTADeployment `protobuf:"bytes,1,opt,name=fuota_deployment,json=fuotaDeployment,proto3" json:"fuota_deployment,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetFUOTADeploymentResponse) Descriptor

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

func (*GetFUOTADeploymentResponse) GetCreatedAt

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

func (*GetFUOTADeploymentResponse) GetFuotaDeployment

func (m *GetFUOTADeploymentResponse) GetFuotaDeployment() *FUOTADeployment

func (*GetFUOTADeploymentResponse) GetUpdatedAt

func (m *GetFUOTADeploymentResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetFUOTADeploymentResponse) ProtoMessage

func (*GetFUOTADeploymentResponse) ProtoMessage()

func (*GetFUOTADeploymentResponse) Reset

func (m *GetFUOTADeploymentResponse) Reset()

func (*GetFUOTADeploymentResponse) String

func (m *GetFUOTADeploymentResponse) String() string

func (*GetFUOTADeploymentResponse) XXX_DiscardUnknown

func (m *GetFUOTADeploymentResponse) XXX_DiscardUnknown()

func (*GetFUOTADeploymentResponse) XXX_Marshal

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

func (*GetFUOTADeploymentResponse) XXX_Merge

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

func (*GetFUOTADeploymentResponse) XXX_Size

func (m *GetFUOTADeploymentResponse) XXX_Size() int

func (*GetFUOTADeploymentResponse) XXX_Unmarshal

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

type GetGatewayProfileRequest

type GetGatewayProfileRequest struct {
	// Gateway-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayProfileRequest) Descriptor

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

func (*GetGatewayProfileRequest) GetId

func (m *GetGatewayProfileRequest) GetId() 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 (m *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 {
	// Gateway-profile object.
	GatewayProfile *GatewayProfile `protobuf:"bytes,1,opt,name=gateway_profile,json=gatewayProfile,proto3" json:"gateway_profile,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,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() *timestamp.Timestamp

func (*GetGatewayProfileResponse) GetGatewayProfile

func (m *GetGatewayProfileResponse) GetGatewayProfile() *GatewayProfile

func (*GetGatewayProfileResponse) GetUpdatedAt

func (m *GetGatewayProfileResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 {
	// Gateway ID (HEX encoded).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewayRequest) Descriptor

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

func (*GetGatewayRequest) GetId

func (m *GetGatewayRequest) GetId() 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 (m *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 {
	// Gateway object.
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// First seen at timestamp.
	FirstSeenAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=first_seen_at,json=firstSeenAt,proto3" json:"first_seen_at,omitempty"`
	// Last seen at timestamp.
	LastSeenAt           *timestamp.Timestamp `protobuf:"bytes,5,opt,name=last_seen_at,json=lastSeenAt,proto3" json:"last_seen_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetGatewayResponse) Descriptor

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

func (*GetGatewayResponse) GetCreatedAt

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

func (*GetGatewayResponse) GetFirstSeenAt

func (m *GetGatewayResponse) GetFirstSeenAt() *timestamp.Timestamp

func (*GetGatewayResponse) GetGateway

func (m *GetGatewayResponse) GetGateway() *Gateway

func (*GetGatewayResponse) GetLastSeenAt

func (m *GetGatewayResponse) GetLastSeenAt() *timestamp.Timestamp

func (*GetGatewayResponse) GetUpdatedAt

func (m *GetGatewayResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 {
	// Gateway ID (HEX encoded).
	GatewayId string `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	// Aggregation interval.  One of "second", "minute", "hour", "day", "week",
	// "month", "quarter", "year".  Case insensitive.
	Interval string `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty"`
	// Timestamp to start from.
	StartTimestamp *timestamp.Timestamp `protobuf:"bytes,3,opt,name=start_timestamp,json=startTimestamp,proto3" json:"start_timestamp,omitempty"`
	// Timestamp until to get from.
	EndTimestamp         *timestamp.Timestamp `protobuf:"bytes,4,opt,name=end_timestamp,json=endTimestamp,proto3" json:"end_timestamp,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() *timestamp.Timestamp

func (*GetGatewayStatsRequest) GetGatewayId

func (m *GetGatewayStatsRequest) GetGatewayId() string

func (*GetGatewayStatsRequest) GetInterval

func (m *GetGatewayStatsRequest) GetInterval() string

func (*GetGatewayStatsRequest) GetStartTimestamp

func (m *GetGatewayStatsRequest) GetStartTimestamp() *timestamp.Timestamp

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 (m *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,proto3" 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 (m *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 {
	// Application ID.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetHTTPIntegrationRequest) Descriptor

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

func (*GetHTTPIntegrationRequest) GetApplicationId

func (m *GetHTTPIntegrationRequest) GetApplicationId() 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 (m *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 GetHTTPIntegrationResponse

type GetHTTPIntegrationResponse struct {
	// Integration object.
	Integration          *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetHTTPIntegrationResponse) Descriptor

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

func (*GetHTTPIntegrationResponse) GetIntegration

func (m *GetHTTPIntegrationResponse) GetIntegration() *HTTPIntegration

func (*GetHTTPIntegrationResponse) ProtoMessage

func (*GetHTTPIntegrationResponse) ProtoMessage()

func (*GetHTTPIntegrationResponse) Reset

func (m *GetHTTPIntegrationResponse) Reset()

func (*GetHTTPIntegrationResponse) String

func (m *GetHTTPIntegrationResponse) String() string

func (*GetHTTPIntegrationResponse) XXX_DiscardUnknown

func (m *GetHTTPIntegrationResponse) XXX_DiscardUnknown()

func (*GetHTTPIntegrationResponse) XXX_Marshal

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

func (*GetHTTPIntegrationResponse) XXX_Merge

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

func (*GetHTTPIntegrationResponse) XXX_Size

func (m *GetHTTPIntegrationResponse) XXX_Size() int

func (*GetHTTPIntegrationResponse) XXX_Unmarshal

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

type GetInfluxDBIntegrationRequest

type GetInfluxDBIntegrationRequest struct {
	// Application ID.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" 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 (m *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 object.
	Integration          *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetInfluxDBIntegrationResponse) Descriptor

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

func (*GetInfluxDBIntegrationResponse) GetIntegration

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 (m *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 {
	// Gateway ID (HEX encoded).
	GatewayId            string   `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLastPingRequest) Descriptor

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

func (*GetLastPingRequest) GetGatewayId

func (m *GetLastPingRequest) GetGatewayId() 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 (m *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 timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Frequency (Hz).
	Frequency uint32 `protobuf:"varint,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// Data-rate.
	Dr uint32 `protobuf:"varint,3,opt,name=dr,proto3" json:"dr,omitempty"`
	// Gateways and meta-data of reception.
	PingRx               []*PingRX `protobuf:"bytes,4,rep,name=ping_rx,json=pingRX,proto3" json:"ping_rx,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() *timestamp.Timestamp

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 (m *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 GetMulticastGroupRequest

type GetMulticastGroupRequest struct {
	// ID (string formatted UUID).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMulticastGroupRequest) Descriptor

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

func (*GetMulticastGroupRequest) GetId

func (m *GetMulticastGroupRequest) GetId() string

func (*GetMulticastGroupRequest) ProtoMessage

func (*GetMulticastGroupRequest) ProtoMessage()

func (*GetMulticastGroupRequest) Reset

func (m *GetMulticastGroupRequest) Reset()

func (*GetMulticastGroupRequest) String

func (m *GetMulticastGroupRequest) String() string

func (*GetMulticastGroupRequest) XXX_DiscardUnknown

func (m *GetMulticastGroupRequest) XXX_DiscardUnknown()

func (*GetMulticastGroupRequest) XXX_Marshal

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

func (*GetMulticastGroupRequest) XXX_Merge

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

func (*GetMulticastGroupRequest) XXX_Size

func (m *GetMulticastGroupRequest) XXX_Size() int

func (*GetMulticastGroupRequest) XXX_Unmarshal

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

type GetMulticastGroupResponse

type GetMulticastGroupResponse struct {
	// Multicast-group object.
	MulticastGroup *MulticastGroup `protobuf:"bytes,1,opt,name=multicast_group,json=multicastGroup,proto3" json:"multicast_group,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetMulticastGroupResponse) Descriptor

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

func (*GetMulticastGroupResponse) GetCreatedAt

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

func (*GetMulticastGroupResponse) GetMulticastGroup

func (m *GetMulticastGroupResponse) GetMulticastGroup() *MulticastGroup

func (*GetMulticastGroupResponse) GetUpdatedAt

func (m *GetMulticastGroupResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetMulticastGroupResponse) ProtoMessage

func (*GetMulticastGroupResponse) ProtoMessage()

func (*GetMulticastGroupResponse) Reset

func (m *GetMulticastGroupResponse) Reset()

func (*GetMulticastGroupResponse) String

func (m *GetMulticastGroupResponse) String() string

func (*GetMulticastGroupResponse) XXX_DiscardUnknown

func (m *GetMulticastGroupResponse) XXX_DiscardUnknown()

func (*GetMulticastGroupResponse) XXX_Marshal

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

func (*GetMulticastGroupResponse) XXX_Merge

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

func (*GetMulticastGroupResponse) XXX_Size

func (m *GetMulticastGroupResponse) XXX_Size() int

func (*GetMulticastGroupResponse) XXX_Unmarshal

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

type GetNetworkServerRequest

type GetNetworkServerRequest struct {
	// Network-server ID.
	Id                   int64    `protobuf:"varint,1,opt,name=id,proto3" 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 (m *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 {
	// Network-server object.
	NetworkServer *NetworkServer `protobuf:"bytes,1,opt,name=network_server,json=networkServer,proto3" json:"network_server,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// The ChirpStack Network Server version.
	Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	// The ChirpStack Network Server region configured.
	Region               string   `protobuf:"bytes,5,opt,name=region,proto3" 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) GetCreatedAt

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

func (*GetNetworkServerResponse) GetNetworkServer

func (m *GetNetworkServerResponse) GetNetworkServer() *NetworkServer

func (*GetNetworkServerResponse) GetRegion

func (m *GetNetworkServerResponse) GetRegion() string

func (*GetNetworkServerResponse) GetUpdatedAt

func (m *GetNetworkServerResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 GetOrganizationRequest

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

func (*GetOrganizationRequest) Descriptor

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

func (*GetOrganizationRequest) GetId

func (m *GetOrganizationRequest) GetId() int64

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) Reset

func (m *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (m *GetOrganizationRequest) String() string

func (*GetOrganizationRequest) XXX_DiscardUnknown

func (m *GetOrganizationRequest) XXX_DiscardUnknown()

func (*GetOrganizationRequest) XXX_Marshal

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

func (*GetOrganizationRequest) XXX_Merge

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

func (*GetOrganizationRequest) XXX_Size

func (m *GetOrganizationRequest) XXX_Size() int

func (*GetOrganizationRequest) XXX_Unmarshal

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

type GetOrganizationResponse

type GetOrganizationResponse struct {
	// Organization object.
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GetOrganizationResponse) Descriptor

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

func (*GetOrganizationResponse) GetCreatedAt

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

func (*GetOrganizationResponse) GetOrganization

func (m *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) GetUpdatedAt

func (m *GetOrganizationResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// User ID.
	UserId               int64    `protobuf:"varint,2,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetOrganizationUserRequest) Descriptor

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

func (*GetOrganizationUserRequest) GetOrganizationId

func (m *GetOrganizationUserRequest) GetOrganizationId() 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 (m *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 {
	// Organization-user object.
	OrganizationUser *OrganizationUser `protobuf:"bytes,1,opt,name=organization_user,json=organizationUser,proto3" json:"organization_user,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,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() *timestamp.Timestamp

func (*GetOrganizationUserResponse) GetOrganizationUser

func (m *GetOrganizationUserResponse) GetOrganizationUser() *OrganizationUser

func (*GetOrganizationUserResponse) GetUpdatedAt

func (m *GetOrganizationUserResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	// Device address (HEX encoded).
	DevAddr              string   `protobuf:"bytes,1,opt,name=dev_addr,json=devAddr,proto3" json:"dev_addr,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 (m *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 {
	// Service-profile ID (UUID string).
	Id                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetServiceProfileRequest) Descriptor

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

func (*GetServiceProfileRequest) GetId

func (m *GetServiceProfileRequest) GetId() 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 (m *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 {
	// Service-profile object.
	ServiceProfile *ServiceProfile `protobuf:"bytes,1,opt,name=service_profile,json=serviceProfile,proto3" json:"service_profile,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,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() *timestamp.Timestamp

func (*GetServiceProfileResponse) GetServiceProfile

func (m *GetServiceProfileResponse) GetServiceProfile() *ServiceProfile

func (*GetServiceProfileResponse) GetUpdatedAt

func (m *GetServiceProfileResponse) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 GetThingsBoardIntegrationRequest

type GetThingsBoardIntegrationRequest struct {
	// Application ID.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetThingsBoardIntegrationRequest) Descriptor

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

func (*GetThingsBoardIntegrationRequest) GetApplicationId

func (m *GetThingsBoardIntegrationRequest) GetApplicationId() int64

func (*GetThingsBoardIntegrationRequest) ProtoMessage

func (*GetThingsBoardIntegrationRequest) ProtoMessage()

func (*GetThingsBoardIntegrationRequest) Reset

func (*GetThingsBoardIntegrationRequest) String

func (*GetThingsBoardIntegrationRequest) XXX_DiscardUnknown

func (m *GetThingsBoardIntegrationRequest) XXX_DiscardUnknown()

func (*GetThingsBoardIntegrationRequest) XXX_Marshal

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

func (*GetThingsBoardIntegrationRequest) XXX_Merge

func (*GetThingsBoardIntegrationRequest) XXX_Size

func (m *GetThingsBoardIntegrationRequest) XXX_Size() int

func (*GetThingsBoardIntegrationRequest) XXX_Unmarshal

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

type GetThingsBoardIntegrationResponse

type GetThingsBoardIntegrationResponse struct {
	// Integration object.
	Integration          *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetThingsBoardIntegrationResponse) Descriptor

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

func (*GetThingsBoardIntegrationResponse) GetIntegration

func (*GetThingsBoardIntegrationResponse) ProtoMessage

func (*GetThingsBoardIntegrationResponse) ProtoMessage()

func (*GetThingsBoardIntegrationResponse) Reset

func (*GetThingsBoardIntegrationResponse) String

func (*GetThingsBoardIntegrationResponse) XXX_DiscardUnknown

func (m *GetThingsBoardIntegrationResponse) XXX_DiscardUnknown()

func (*GetThingsBoardIntegrationResponse) XXX_Marshal

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

func (*GetThingsBoardIntegrationResponse) XXX_Merge

func (*GetThingsBoardIntegrationResponse) XXX_Size

func (m *GetThingsBoardIntegrationResponse) XXX_Size() int

func (*GetThingsBoardIntegrationResponse) XXX_Unmarshal

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

type GetUserRequest

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

func (*GetUserRequest) Descriptor

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

func (*GetUserRequest) GetId

func (m *GetUserRequest) GetId() int64

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) Reset

func (m *GetUserRequest) Reset()

func (*GetUserRequest) String

func (m *GetUserRequest) String() string

func (*GetUserRequest) XXX_DiscardUnknown

func (m *GetUserRequest) XXX_DiscardUnknown()

func (*GetUserRequest) XXX_Marshal

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

func (*GetUserRequest) XXX_Merge

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

func (*GetUserRequest) XXX_Size

func (m *GetUserRequest) XXX_Size() int

func (*GetUserRequest) XXX_Unmarshal

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

type GetUserResponse

type GetUserResponse struct {
	// User object.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,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() *timestamp.Timestamp

func (*GetUserResponse) GetUpdatedAt

func (m *GetUserResponse) GetUpdatedAt() *timestamp.Timestamp

func (*GetUserResponse) GetUser

func (m *GetUserResponse) GetUser() *User

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 (m *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,proto3" json:"search,omitempty"`
	// Max number of results to return.
	Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset offset of the result-set (for pagination).
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" 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 (m *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,proto3" 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 (m *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,proto3" json:"kind,omitempty"`
	// Search score.
	Score float32 `protobuf:"fixed32,2,opt,name=score,proto3" json:"score,omitempty"`
	// Organization id.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Organization name.
	OrganizationName string `protobuf:"bytes,4,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// Application id.
	ApplicationId int64 `protobuf:"varint,5,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Application name.
	ApplicationName string `protobuf:"bytes,6,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	// Device DevEUI (hex encoded).
	DeviceDevEui string `protobuf:"bytes,7,opt,name=device_dev_eui,json=deviceDevEUI,proto3" json:"device_dev_eui,omitempty"`
	// Device name.
	DeviceName string `protobuf:"bytes,8,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	// Gateway MAC (hex encoded).
	GatewayMac string `protobuf:"bytes,9,opt,name=gateway_mac,json=gatewayMAC,proto3" json:"gateway_mac,omitempty"`
	// Gateway name.
	GatewayName          string   `protobuf:"bytes,10,opt,name=gateway_name,json=gatewayName,proto3" json:"gateway_name,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 (m *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.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// The headers to use when making HTTP callbacks.
	Headers []*HTTPIntegrationHeader `protobuf:"bytes,2,rep,name=headers,proto3" json:"headers,omitempty"`
	// The URL to call for uplink data.
	UplinkDataUrl string `protobuf:"bytes,3,opt,name=uplink_data_url,json=uplinkDataURL,proto3" json:"uplink_data_url,omitempty"`
	// The URL to call for join notifications.
	JoinNotificationUrl string `protobuf:"bytes,4,opt,name=join_notification_url,json=joinNotificationURL,proto3" json:"join_notification_url,omitempty"`
	// The URL to call for ACK notifications (for confirmed downlink data).
	AckNotificationUrl string `protobuf:"bytes,5,opt,name=ack_notification_url,json=ackNotificationURL,proto3" json:"ack_notification_url,omitempty"`
	// The URL to call for error notifications.
	ErrorNotificationUrl string `protobuf:"bytes,6,opt,name=error_notification_url,json=errorNotificationURL,proto3" json:"error_notification_url,omitempty"`
	// The URL to call for device-status notifications.
	StatusNotificationUrl string `` /* 126-byte string literal not displayed */
	// The URL to call for location notifications.
	LocationNotificationUrl string   `` /* 132-byte string literal not displayed */
	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) GetApplicationId

func (m *HTTPIntegration) GetApplicationId() int64

func (*HTTPIntegration) GetErrorNotificationUrl

func (m *HTTPIntegration) GetErrorNotificationUrl() string

func (*HTTPIntegration) GetHeaders

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

func (*HTTPIntegration) GetJoinNotificationUrl

func (m *HTTPIntegration) GetJoinNotificationUrl() string

func (*HTTPIntegration) GetLocationNotificationUrl

func (m *HTTPIntegration) GetLocationNotificationUrl() string

func (*HTTPIntegration) GetStatusNotificationUrl

func (m *HTTPIntegration) GetStatusNotificationUrl() string

func (*HTTPIntegration) GetUplinkDataUrl

func (m *HTTPIntegration) GetUplinkDataUrl() 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 (m *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,proto3" json:"key,omitempty"`
	// Value
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" 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 (m *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 InfluxDBIntegration

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

func (*InfluxDBIntegration) Descriptor

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

func (*InfluxDBIntegration) GetApplicationId

func (m *InfluxDBIntegration) GetApplicationId() int64

func (*InfluxDBIntegration) GetDb

func (m *InfluxDBIntegration) GetDb() string

func (*InfluxDBIntegration) GetEndpoint

func (m *InfluxDBIntegration) GetEndpoint() string

func (*InfluxDBIntegration) GetPassword

func (m *InfluxDBIntegration) GetPassword() string

func (*InfluxDBIntegration) GetPrecision

func (m *InfluxDBIntegration) GetPrecision() InfluxDBPrecision

func (*InfluxDBIntegration) GetRetentionPolicyName

func (m *InfluxDBIntegration) GetRetentionPolicyName() string

func (*InfluxDBIntegration) GetUsername

func (m *InfluxDBIntegration) GetUsername() string

func (*InfluxDBIntegration) ProtoMessage

func (*InfluxDBIntegration) ProtoMessage()

func (*InfluxDBIntegration) Reset

func (m *InfluxDBIntegration) Reset()

func (*InfluxDBIntegration) String

func (m *InfluxDBIntegration) String() string

func (*InfluxDBIntegration) XXX_DiscardUnknown

func (m *InfluxDBIntegration) XXX_DiscardUnknown()

func (*InfluxDBIntegration) XXX_Marshal

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

func (*InfluxDBIntegration) XXX_Merge

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

func (*InfluxDBIntegration) XXX_Size

func (m *InfluxDBIntegration) XXX_Size() int

func (*InfluxDBIntegration) XXX_Unmarshal

func (m *InfluxDBIntegration) 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
	IntegrationKind_THINGSBOARD IntegrationKind = 2
)

func (IntegrationKind) EnumDescriptor

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

func (IntegrationKind) String

func (x IntegrationKind) String() string

type IntegrationListItem

type IntegrationListItem struct {
	// Integration kind.
	Kind                 IntegrationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=api.IntegrationKind" json:"kind,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*IntegrationListItem) Descriptor

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

func (*IntegrationListItem) GetKind

func (m *IntegrationListItem) GetKind() IntegrationKind

func (*IntegrationListItem) ProtoMessage

func (*IntegrationListItem) ProtoMessage()

func (*IntegrationListItem) Reset

func (m *IntegrationListItem) Reset()

func (*IntegrationListItem) String

func (m *IntegrationListItem) String() string

func (*IntegrationListItem) XXX_DiscardUnknown

func (m *IntegrationListItem) XXX_DiscardUnknown()

func (*IntegrationListItem) XXX_Marshal

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

func (*IntegrationListItem) XXX_Merge

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

func (*IntegrationListItem) XXX_Size

func (m *IntegrationListItem) XXX_Size() int

func (*IntegrationListItem) XXX_Unmarshal

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

type InternalServiceClient

type InternalServiceClient 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 *empty.Empty, opts ...grpc.CallOption) (*ProfileResponse, error)
	// Get the branding for the UI
	Branding(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*BrandingResponse, error)
	// Perform a global search.
	GlobalSearch(ctx context.Context, in *GlobalSearchRequest, opts ...grpc.CallOption) (*GlobalSearchResponse, error)
}

InternalServiceClient is the client API for InternalService service.

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

func NewInternalServiceClient

func NewInternalServiceClient(cc *grpc.ClientConn) InternalServiceClient

type InternalServiceServer

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

InternalServiceServer is the server API for InternalService service.

type ListApplicationRequest

type ListApplicationRequest struct {
	// Max number of applications to return in the result-test.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// ID of the organization to filter on.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Search on name (optional).
	Search               string   `protobuf:"bytes,4,opt,name=search,proto3" 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 (m *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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Applications within this result-set.
	Result               []*ApplicationListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (m *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 ListDeviceProfileRequest

type ListDeviceProfileRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Application id to filter on.
	ApplicationId        int64    `protobuf:"varint,4,opt,name=application_id,json=applicationID,proto3" json:"application_id,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 (m *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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*DeviceProfileListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (*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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	DeviceQueueItems     []*DeviceQueueItem `protobuf:"bytes,1,rep,name=device_queue_items,json=deviceQueueItems,proto3" json:"device_queue_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ListDeviceQueueItemsResponse) Descriptor

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

func (*ListDeviceQueueItemsResponse) GetDeviceQueueItems

func (m *ListDeviceQueueItemsResponse) GetDeviceQueueItems() []*DeviceQueueItem

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 (m *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 ListDeviceRequest

type ListDeviceRequest struct {
	// Max number of devices to return in the result-set.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Application ID to filter on.
	ApplicationId int64 `protobuf:"varint,3,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Search on name or DevEUI.
	Search string `protobuf:"bytes,4,opt,name=search,proto3" json:"search,omitempty"`
	// Multicast-group ID to filter on (string formatted UUID).
	MulticastGroupId string `protobuf:"bytes,5,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	// Service-profile ID to filter on (string formatted UUID).
	ServiceProfileId     string   `protobuf:"bytes,6,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeviceRequest) Descriptor

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

func (*ListDeviceRequest) GetApplicationId

func (m *ListDeviceRequest) GetApplicationId() int64

func (*ListDeviceRequest) GetLimit

func (m *ListDeviceRequest) GetLimit() int64

func (*ListDeviceRequest) GetMulticastGroupId

func (m *ListDeviceRequest) GetMulticastGroupId() string

func (*ListDeviceRequest) GetOffset

func (m *ListDeviceRequest) GetOffset() int64

func (*ListDeviceRequest) GetSearch

func (m *ListDeviceRequest) GetSearch() string

func (*ListDeviceRequest) GetServiceProfileId

func (m *ListDeviceRequest) GetServiceProfileId() string

func (*ListDeviceRequest) ProtoMessage

func (*ListDeviceRequest) ProtoMessage()

func (*ListDeviceRequest) Reset

func (m *ListDeviceRequest) Reset()

func (*ListDeviceRequest) String

func (m *ListDeviceRequest) String() string

func (*ListDeviceRequest) XXX_DiscardUnknown

func (m *ListDeviceRequest) XXX_DiscardUnknown()

func (*ListDeviceRequest) XXX_Marshal

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

func (*ListDeviceRequest) XXX_Merge

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

func (*ListDeviceRequest) XXX_Size

func (m *ListDeviceRequest) XXX_Size() int

func (*ListDeviceRequest) XXX_Unmarshal

func (m *ListDeviceRequest) 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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Devices within this result-set.
	Result               []*DeviceListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (m *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 ListFUOTADeploymentDevicesRequest

type ListFUOTADeploymentDevicesRequest struct {
	// ID of the deployment (string formatted UUID).
	// This value will be automatically assigned on create.
	FuotaDeploymentId string `protobuf:"bytes,1,opt,name=fuota_deployment_id,json=fuotaDeploymentID,proto3" json:"fuota_deployment_id,omitempty"`
	// Max number of items to return.
	Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset               int64    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListFUOTADeploymentDevicesRequest) Descriptor

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

func (*ListFUOTADeploymentDevicesRequest) GetFuotaDeploymentId

func (m *ListFUOTADeploymentDevicesRequest) GetFuotaDeploymentId() string

func (*ListFUOTADeploymentDevicesRequest) GetLimit

func (*ListFUOTADeploymentDevicesRequest) GetOffset

func (*ListFUOTADeploymentDevicesRequest) ProtoMessage

func (*ListFUOTADeploymentDevicesRequest) ProtoMessage()

func (*ListFUOTADeploymentDevicesRequest) Reset

func (*ListFUOTADeploymentDevicesRequest) String

func (*ListFUOTADeploymentDevicesRequest) XXX_DiscardUnknown

func (m *ListFUOTADeploymentDevicesRequest) XXX_DiscardUnknown()

func (*ListFUOTADeploymentDevicesRequest) XXX_Marshal

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

func (*ListFUOTADeploymentDevicesRequest) XXX_Merge

func (*ListFUOTADeploymentDevicesRequest) XXX_Size

func (m *ListFUOTADeploymentDevicesRequest) XXX_Size() int

func (*ListFUOTADeploymentDevicesRequest) XXX_Unmarshal

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

type ListFUOTADeploymentDevicesResponse

type ListFUOTADeploymentDevicesResponse struct {
	// Total number of devices for the FUOTA deployment.
	TotalCount           int64                            `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*FUOTADeploymentDeviceListItem `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*ListFUOTADeploymentDevicesResponse) Descriptor

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

func (*ListFUOTADeploymentDevicesResponse) GetResult

func (*ListFUOTADeploymentDevicesResponse) GetTotalCount

func (m *ListFUOTADeploymentDevicesResponse) GetTotalCount() int64

func (*ListFUOTADeploymentDevicesResponse) ProtoMessage

func (*ListFUOTADeploymentDevicesResponse) ProtoMessage()

func (*ListFUOTADeploymentDevicesResponse) Reset

func (*ListFUOTADeploymentDevicesResponse) String

func (*ListFUOTADeploymentDevicesResponse) XXX_DiscardUnknown

func (m *ListFUOTADeploymentDevicesResponse) XXX_DiscardUnknown()

func (*ListFUOTADeploymentDevicesResponse) XXX_Marshal

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

func (*ListFUOTADeploymentDevicesResponse) XXX_Merge

func (*ListFUOTADeploymentDevicesResponse) XXX_Size

func (*ListFUOTADeploymentDevicesResponse) XXX_Unmarshal

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

type ListFUOTADeploymentRequest

type ListFUOTADeploymentRequest struct {
	// Max number of deployments to return in the result-set.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Application ID to filter on (optional).
	ApplicationId int64 `protobuf:"varint,3,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Device EUI (HEX encoded) (optional).
	DevEui               string   `protobuf:"bytes,4,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListFUOTADeploymentRequest) Descriptor

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

func (*ListFUOTADeploymentRequest) GetApplicationId

func (m *ListFUOTADeploymentRequest) GetApplicationId() int64

func (*ListFUOTADeploymentRequest) GetDevEui

func (m *ListFUOTADeploymentRequest) GetDevEui() string

func (*ListFUOTADeploymentRequest) GetLimit

func (m *ListFUOTADeploymentRequest) GetLimit() int64

func (*ListFUOTADeploymentRequest) GetOffset

func (m *ListFUOTADeploymentRequest) GetOffset() int64

func (*ListFUOTADeploymentRequest) ProtoMessage

func (*ListFUOTADeploymentRequest) ProtoMessage()

func (*ListFUOTADeploymentRequest) Reset

func (m *ListFUOTADeploymentRequest) Reset()

func (*ListFUOTADeploymentRequest) String

func (m *ListFUOTADeploymentRequest) String() string

func (*ListFUOTADeploymentRequest) XXX_DiscardUnknown

func (m *ListFUOTADeploymentRequest) XXX_DiscardUnknown()

func (*ListFUOTADeploymentRequest) XXX_Marshal

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

func (*ListFUOTADeploymentRequest) XXX_Merge

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

func (*ListFUOTADeploymentRequest) XXX_Size

func (m *ListFUOTADeploymentRequest) XXX_Size() int

func (*ListFUOTADeploymentRequest) XXX_Unmarshal

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

type ListFUOTADeploymentResponse

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

func (*ListFUOTADeploymentResponse) Descriptor

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

func (*ListFUOTADeploymentResponse) GetResult

func (*ListFUOTADeploymentResponse) GetTotalCount

func (m *ListFUOTADeploymentResponse) GetTotalCount() int64

func (*ListFUOTADeploymentResponse) ProtoMessage

func (*ListFUOTADeploymentResponse) ProtoMessage()

func (*ListFUOTADeploymentResponse) Reset

func (m *ListFUOTADeploymentResponse) Reset()

func (*ListFUOTADeploymentResponse) String

func (m *ListFUOTADeploymentResponse) String() string

func (*ListFUOTADeploymentResponse) XXX_DiscardUnknown

func (m *ListFUOTADeploymentResponse) XXX_DiscardUnknown()

func (*ListFUOTADeploymentResponse) XXX_Marshal

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

func (*ListFUOTADeploymentResponse) XXX_Merge

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

func (*ListFUOTADeploymentResponse) XXX_Size

func (m *ListFUOTADeploymentResponse) XXX_Size() int

func (*ListFUOTADeploymentResponse) XXX_Unmarshal

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

type ListGatewayProfilesRequest

type ListGatewayProfilesRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Network-server ID to filter on (optional).
	NetworkServerId      int64    `protobuf:"varint,3,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,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 (m *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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*GatewayProfileListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (m *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,proto3" json:"limit,omitempty"`
	// Offset of the result-set (for pagination).
	Offset int32 `protobuf:"varint,2,opt,name=offset,proto3" 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=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Search on name or gateway MAC (optional).
	Search               string   `protobuf:"bytes,4,opt,name=search,proto3" 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 (m *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 int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Nodes within this result-set.
	Result               []*GatewayListItem `protobuf:"bytes,2,rep,name=result,proto3" 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() []*GatewayListItem

func (*ListGatewayResponse) GetTotalCount

func (m *ListGatewayResponse) GetTotalCount() int64

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 (m *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.
	ApplicationId        int64    `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListIntegrationRequest) Descriptor

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

func (*ListIntegrationRequest) GetApplicationId

func (m *ListIntegrationRequest) GetApplicationId() 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 (m *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 {
	// Total number of integrations available within the result-set.
	TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Integrations within result-set.
	Result               []*IntegrationListItem `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*ListIntegrationResponse) Descriptor

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

func (*ListIntegrationResponse) GetResult

func (m *ListIntegrationResponse) GetResult() []*IntegrationListItem

func (*ListIntegrationResponse) GetTotalCount

func (m *ListIntegrationResponse) GetTotalCount() int64

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 (m *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 ListMulticastGroupQueueItemsRequest

type ListMulticastGroupQueueItemsRequest struct {
	// Multicast-group ID (string formatted UUID).
	MulticastGroupId     string   `protobuf:"bytes,1,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMulticastGroupQueueItemsRequest) Descriptor

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

func (*ListMulticastGroupQueueItemsRequest) GetMulticastGroupId

func (m *ListMulticastGroupQueueItemsRequest) GetMulticastGroupId() string

func (*ListMulticastGroupQueueItemsRequest) ProtoMessage

func (*ListMulticastGroupQueueItemsRequest) ProtoMessage()

func (*ListMulticastGroupQueueItemsRequest) Reset

func (*ListMulticastGroupQueueItemsRequest) String

func (*ListMulticastGroupQueueItemsRequest) XXX_DiscardUnknown

func (m *ListMulticastGroupQueueItemsRequest) XXX_DiscardUnknown()

func (*ListMulticastGroupQueueItemsRequest) XXX_Marshal

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

func (*ListMulticastGroupQueueItemsRequest) XXX_Merge

func (*ListMulticastGroupQueueItemsRequest) XXX_Size

func (*ListMulticastGroupQueueItemsRequest) XXX_Unmarshal

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

type ListMulticastGroupQueueItemsResponse

type ListMulticastGroupQueueItemsResponse struct {
	MulticastQueueItems  []*MulticastQueueItem `protobuf:"bytes,1,rep,name=multicast_queue_items,json=multicastQueueItems,proto3" json:"multicast_queue_items,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*ListMulticastGroupQueueItemsResponse) Descriptor

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

func (*ListMulticastGroupQueueItemsResponse) GetMulticastQueueItems

func (m *ListMulticastGroupQueueItemsResponse) GetMulticastQueueItems() []*MulticastQueueItem

func (*ListMulticastGroupQueueItemsResponse) ProtoMessage

func (*ListMulticastGroupQueueItemsResponse) ProtoMessage()

func (*ListMulticastGroupQueueItemsResponse) Reset

func (*ListMulticastGroupQueueItemsResponse) String

func (*ListMulticastGroupQueueItemsResponse) XXX_DiscardUnknown

func (m *ListMulticastGroupQueueItemsResponse) XXX_DiscardUnknown()

func (*ListMulticastGroupQueueItemsResponse) XXX_Marshal

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

func (*ListMulticastGroupQueueItemsResponse) XXX_Merge

func (*ListMulticastGroupQueueItemsResponse) XXX_Size

func (*ListMulticastGroupQueueItemsResponse) XXX_Unmarshal

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

type ListMulticastGroupRequest

type ListMulticastGroupRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Device EUI (HEX encoded string) to filter on.
	DevEui string `protobuf:"bytes,4,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Service-profile ID to filter on.
	ServiceProfileId string `protobuf:"bytes,5,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Search can be used to search on the multicast-group name.
	Search               string   `protobuf:"bytes,6,opt,name=search,proto3" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMulticastGroupRequest) Descriptor

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

func (*ListMulticastGroupRequest) GetDevEui

func (m *ListMulticastGroupRequest) GetDevEui() string

func (*ListMulticastGroupRequest) GetLimit

func (m *ListMulticastGroupRequest) GetLimit() int64

func (*ListMulticastGroupRequest) GetOffset

func (m *ListMulticastGroupRequest) GetOffset() int64

func (*ListMulticastGroupRequest) GetOrganizationId

func (m *ListMulticastGroupRequest) GetOrganizationId() int64

func (*ListMulticastGroupRequest) GetSearch

func (m *ListMulticastGroupRequest) GetSearch() string

func (*ListMulticastGroupRequest) GetServiceProfileId

func (m *ListMulticastGroupRequest) GetServiceProfileId() string

func (*ListMulticastGroupRequest) ProtoMessage

func (*ListMulticastGroupRequest) ProtoMessage()

func (*ListMulticastGroupRequest) Reset

func (m *ListMulticastGroupRequest) Reset()

func (*ListMulticastGroupRequest) String

func (m *ListMulticastGroupRequest) String() string

func (*ListMulticastGroupRequest) XXX_DiscardUnknown

func (m *ListMulticastGroupRequest) XXX_DiscardUnknown()

func (*ListMulticastGroupRequest) XXX_Marshal

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

func (*ListMulticastGroupRequest) XXX_Merge

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

func (*ListMulticastGroupRequest) XXX_Size

func (m *ListMulticastGroupRequest) XXX_Size() int

func (*ListMulticastGroupRequest) XXX_Unmarshal

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

type ListMulticastGroupResponse

type ListMulticastGroupResponse struct {
	// Total number of multicast-groups.
	TotalCount           int64                     `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*MulticastGroupListItem `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ListMulticastGroupResponse) Descriptor

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

func (*ListMulticastGroupResponse) GetResult

func (*ListMulticastGroupResponse) GetTotalCount

func (m *ListMulticastGroupResponse) GetTotalCount() int64

func (*ListMulticastGroupResponse) ProtoMessage

func (*ListMulticastGroupResponse) ProtoMessage()

func (*ListMulticastGroupResponse) Reset

func (m *ListMulticastGroupResponse) Reset()

func (*ListMulticastGroupResponse) String

func (m *ListMulticastGroupResponse) String() string

func (*ListMulticastGroupResponse) XXX_DiscardUnknown

func (m *ListMulticastGroupResponse) XXX_DiscardUnknown()

func (*ListMulticastGroupResponse) XXX_Marshal

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

func (*ListMulticastGroupResponse) XXX_Merge

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

func (*ListMulticastGroupResponse) XXX_Size

func (m *ListMulticastGroupResponse) XXX_Size() int

func (*ListMulticastGroupResponse) XXX_Unmarshal

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

type ListNetworkServerRequest

type ListNetworkServerRequest struct {
	// Max number of items to return.
	Limit int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationId       int64    `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,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 (m *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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Network-servers within the result-set.
	Result               []*NetworkServerListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (m *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 int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// When provided, the given string will be used to search on
	// displayName.
	Search               string   `protobuf:"bytes,3,opt,name=search,proto3" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListOrganizationRequest) Descriptor

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

func (*ListOrganizationRequest) GetLimit

func (m *ListOrganizationRequest) GetLimit() int64

func (*ListOrganizationRequest) GetOffset

func (m *ListOrganizationRequest) GetOffset() int64

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 (m *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 {
	// Total number of organizations.
	TotalCount           int64                   `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*OrganizationListItem `protobuf:"bytes,2,rep,name=result,proto3" 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() int64

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 (m *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 {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Max number of users to return in the result-set.
	Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset               int32    `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListOrganizationUsersRequest) Descriptor

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

func (*ListOrganizationUsersRequest) GetLimit

func (m *ListOrganizationUsersRequest) GetLimit() int32

func (*ListOrganizationUsersRequest) GetOffset

func (m *ListOrganizationUsersRequest) GetOffset() int32

func (*ListOrganizationUsersRequest) GetOrganizationId

func (m *ListOrganizationUsersRequest) GetOrganizationId() int64

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 (m *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           int64                       `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*OrganizationUserListItem `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*ListOrganizationUsersResponse) Descriptor

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

func (*ListOrganizationUsersResponse) GetResult

func (*ListOrganizationUsersResponse) GetTotalCount

func (m *ListOrganizationUsersResponse) GetTotalCount() int64

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 (m *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,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// Organization id to filter on.
	OrganizationId       int64    `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,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 (m *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=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	Result               []*ServiceProfileListItem `protobuf:"bytes,2,rep,name=result,proto3" 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 (m *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 int64 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	// Offset in the result-set (for pagination).
	Offset int64 `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	// When provided, the given string will be used to search on username.
	Search               string   `protobuf:"bytes,3,opt,name=search,proto3" json:"search,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListUserRequest) Descriptor

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

func (*ListUserRequest) GetLimit

func (m *ListUserRequest) GetLimit() int64

func (*ListUserRequest) GetOffset

func (m *ListUserRequest) GetOffset() int64

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 (m *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 {
	// Total number of users.
	TotalCount int64 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// Result-set.
	Result               []*UserListItem `protobuf:"bytes,2,rep,name=result,proto3" 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() []*UserListItem

func (*ListUserResponse) GetTotalCount

func (m *ListUserResponse) GetTotalCount() int64

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 (m *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,proto3" json:"username,omitempty"`
	// Password of the user.
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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 (m *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 chirpstack-application-server interfaces.
	Jwt                  string   `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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 (m *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 MulticastGroup

type MulticastGroup struct {
	// ID (string formatted UUID).
	// This will be generated automatically on create.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Multicast-group name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Multicast address (HEX encoded DevAddr).
	McAddr string `protobuf:"bytes,3,opt,name=mc_addr,json=mcAddr,proto3" json:"mc_addr,omitempty"`
	// Multicast network session key (HEX encoded AES128 key).
	McNwkSKey string `protobuf:"bytes,4,opt,name=mc_nwk_s_key,json=mcNwkSKey,proto3" json:"mc_nwk_s_key,omitempty"`
	// Multicast application session key (HEX encoded AES128 key).
	McAppSKey string `protobuf:"bytes,5,opt,name=mc_app_s_key,json=mcAppSKey,proto3" json:"mc_app_s_key,omitempty"`
	// Frame-counter.
	FCnt uint32 `protobuf:"varint,6,opt,name=f_cnt,json=fCnt,proto3" json:"f_cnt,omitempty"`
	// Multicast type.
	GroupType MulticastGroupType `protobuf:"varint,7,opt,name=group_type,json=groupType,proto3,enum=api.MulticastGroupType" json:"group_type,omitempty"`
	// Data-rate.
	Dr uint32 `protobuf:"varint,8,opt,name=dr,proto3" json:"dr,omitempty"`
	// Frequency (Hz).
	Frequency uint32 `protobuf:"varint,9,opt,name=frequency,proto3" json:"frequency,omitempty"`
	// Ping-slot period.
	// Mandatory for Class-B multicast groups.
	PingSlotPeriod uint32 `protobuf:"varint,10,opt,name=ping_slot_period,json=pingSlotPeriod,proto3" json:"ping_slot_period,omitempty"`
	// Service-profile ID.
	// After creation, this can not be updated.
	ServiceProfileId     string   `protobuf:"bytes,11,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MulticastGroup) Descriptor

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

func (*MulticastGroup) GetDr

func (m *MulticastGroup) GetDr() uint32

func (*MulticastGroup) GetFCnt

func (m *MulticastGroup) GetFCnt() uint32

func (*MulticastGroup) GetFrequency

func (m *MulticastGroup) GetFrequency() uint32

func (*MulticastGroup) GetGroupType

func (m *MulticastGroup) GetGroupType() MulticastGroupType

func (*MulticastGroup) GetId

func (m *MulticastGroup) GetId() string

func (*MulticastGroup) GetMcAddr

func (m *MulticastGroup) GetMcAddr() string

func (*MulticastGroup) GetMcAppSKey

func (m *MulticastGroup) GetMcAppSKey() string

func (*MulticastGroup) GetMcNwkSKey

func (m *MulticastGroup) GetMcNwkSKey() string

func (*MulticastGroup) GetName

func (m *MulticastGroup) GetName() string

func (*MulticastGroup) GetPingSlotPeriod

func (m *MulticastGroup) GetPingSlotPeriod() uint32

func (*MulticastGroup) GetServiceProfileId

func (m *MulticastGroup) GetServiceProfileId() string

func (*MulticastGroup) ProtoMessage

func (*MulticastGroup) ProtoMessage()

func (*MulticastGroup) Reset

func (m *MulticastGroup) Reset()

func (*MulticastGroup) String

func (m *MulticastGroup) String() string

func (*MulticastGroup) XXX_DiscardUnknown

func (m *MulticastGroup) XXX_DiscardUnknown()

func (*MulticastGroup) XXX_Marshal

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

func (*MulticastGroup) XXX_Merge

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

func (*MulticastGroup) XXX_Size

func (m *MulticastGroup) XXX_Size() int

func (*MulticastGroup) XXX_Unmarshal

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

type MulticastGroupListItem

type MulticastGroupListItem struct {
	// ID (string formatted UUID).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Multicast-group name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Service-profile ID (string formatted UUID).
	ServiceProfileId string `protobuf:"bytes,3,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Service-profile name.
	ServiceProfileName   string   `protobuf:"bytes,4,opt,name=service_profile_name,json=serviceProfileName,proto3" json:"service_profile_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MulticastGroupListItem) Descriptor

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

func (*MulticastGroupListItem) GetId

func (m *MulticastGroupListItem) GetId() string

func (*MulticastGroupListItem) GetName

func (m *MulticastGroupListItem) GetName() string

func (*MulticastGroupListItem) GetServiceProfileId

func (m *MulticastGroupListItem) GetServiceProfileId() string

func (*MulticastGroupListItem) GetServiceProfileName

func (m *MulticastGroupListItem) GetServiceProfileName() string

func (*MulticastGroupListItem) ProtoMessage

func (*MulticastGroupListItem) ProtoMessage()

func (*MulticastGroupListItem) Reset

func (m *MulticastGroupListItem) Reset()

func (*MulticastGroupListItem) String

func (m *MulticastGroupListItem) String() string

func (*MulticastGroupListItem) XXX_DiscardUnknown

func (m *MulticastGroupListItem) XXX_DiscardUnknown()

func (*MulticastGroupListItem) XXX_Marshal

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

func (*MulticastGroupListItem) XXX_Merge

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

func (*MulticastGroupListItem) XXX_Size

func (m *MulticastGroupListItem) XXX_Size() int

func (*MulticastGroupListItem) XXX_Unmarshal

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

type MulticastGroupServiceClient

type MulticastGroupServiceClient interface {
	// Create creates the given multicast-group.
	Create(ctx context.Context, in *CreateMulticastGroupRequest, opts ...grpc.CallOption) (*CreateMulticastGroupResponse, error)
	// Get returns a multicast-group given an ID.
	Get(ctx context.Context, in *GetMulticastGroupRequest, opts ...grpc.CallOption) (*GetMulticastGroupResponse, error)
	// Update updates the given multicast-group.
	Update(ctx context.Context, in *UpdateMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Delete deletes a multicast-group given an ID.
	Delete(ctx context.Context, in *DeleteMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// List lists the available multicast-groups.
	List(ctx context.Context, in *ListMulticastGroupRequest, opts ...grpc.CallOption) (*ListMulticastGroupResponse, error)
	// AddDevice adds the given device to the multicast-group.
	AddDevice(ctx context.Context, in *AddDeviceToMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// RemoveDevice removes the given device from the multicast-group.
	RemoveDevice(ctx context.Context, in *RemoveDeviceFromMulticastGroupRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Enqueue adds the given item to the multicast-queue.
	Enqueue(ctx context.Context, in *EnqueueMulticastQueueItemRequest, opts ...grpc.CallOption) (*EnqueueMulticastQueueItemResponse, error)
	// FlushQueue flushes the multicast-group queue.
	FlushQueue(ctx context.Context, in *FlushMulticastGroupQueueItemsRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ListQueue lists the items in the multicast-group queue.
	ListQueue(ctx context.Context, in *ListMulticastGroupQueueItemsRequest, opts ...grpc.CallOption) (*ListMulticastGroupQueueItemsResponse, error)
}

MulticastGroupServiceClient is the client API for MulticastGroupService service.

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

func NewMulticastGroupServiceClient

func NewMulticastGroupServiceClient(cc *grpc.ClientConn) MulticastGroupServiceClient

type MulticastGroupServiceServer

type MulticastGroupServiceServer interface {
	// Create creates the given multicast-group.
	Create(context.Context, *CreateMulticastGroupRequest) (*CreateMulticastGroupResponse, error)
	// Get returns a multicast-group given an ID.
	Get(context.Context, *GetMulticastGroupRequest) (*GetMulticastGroupResponse, error)
	// Update updates the given multicast-group.
	Update(context.Context, *UpdateMulticastGroupRequest) (*empty.Empty, error)
	// Delete deletes a multicast-group given an ID.
	Delete(context.Context, *DeleteMulticastGroupRequest) (*empty.Empty, error)
	// List lists the available multicast-groups.
	List(context.Context, *ListMulticastGroupRequest) (*ListMulticastGroupResponse, error)
	// AddDevice adds the given device to the multicast-group.
	AddDevice(context.Context, *AddDeviceToMulticastGroupRequest) (*empty.Empty, error)
	// RemoveDevice removes the given device from the multicast-group.
	RemoveDevice(context.Context, *RemoveDeviceFromMulticastGroupRequest) (*empty.Empty, error)
	// Enqueue adds the given item to the multicast-queue.
	Enqueue(context.Context, *EnqueueMulticastQueueItemRequest) (*EnqueueMulticastQueueItemResponse, error)
	// FlushQueue flushes the multicast-group queue.
	FlushQueue(context.Context, *FlushMulticastGroupQueueItemsRequest) (*empty.Empty, error)
	// ListQueue lists the items in the multicast-group queue.
	ListQueue(context.Context, *ListMulticastGroupQueueItemsRequest) (*ListMulticastGroupQueueItemsResponse, error)
}

MulticastGroupServiceServer is the server API for MulticastGroupService service.

type MulticastGroupType

type MulticastGroupType int32
const (
	// Class-C.
	MulticastGroupType_CLASS_C MulticastGroupType = 0
	// Class-B.
	MulticastGroupType_CLASS_B MulticastGroupType = 1
)

func (MulticastGroupType) EnumDescriptor

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

func (MulticastGroupType) String

func (x MulticastGroupType) String() string

type MulticastQueueItem

type MulticastQueueItem struct {
	// Multicast-group ID (string formatted UUID).
	MulticastGroupId string `protobuf:"bytes,1,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	// Downlink frame-counter.
	// This will be automatically set on enqueue.
	FCnt uint32 `protobuf:"varint,2,opt,name=f_cnt,json=fCnt,proto3" json:"f_cnt,omitempty"`
	// FPort used (must be > 0).
	FPort uint32 `protobuf:"varint,3,opt,name=f_port,json=fPort,proto3" json:"f_port,omitempty"`
	// Base64 encoded data.
	Data                 []byte   `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MulticastQueueItem) Descriptor

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

func (*MulticastQueueItem) GetData

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

func (*MulticastQueueItem) GetFCnt

func (m *MulticastQueueItem) GetFCnt() uint32

func (*MulticastQueueItem) GetFPort

func (m *MulticastQueueItem) GetFPort() uint32

func (*MulticastQueueItem) GetMulticastGroupId

func (m *MulticastQueueItem) GetMulticastGroupId() string

func (*MulticastQueueItem) ProtoMessage

func (*MulticastQueueItem) ProtoMessage()

func (*MulticastQueueItem) Reset

func (m *MulticastQueueItem) Reset()

func (*MulticastQueueItem) String

func (m *MulticastQueueItem) String() string

func (*MulticastQueueItem) XXX_DiscardUnknown

func (m *MulticastQueueItem) XXX_DiscardUnknown()

func (*MulticastQueueItem) XXX_Marshal

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

func (*MulticastQueueItem) XXX_Merge

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

func (*MulticastQueueItem) XXX_Size

func (m *MulticastQueueItem) XXX_Size() int

func (*MulticastQueueItem) XXX_Unmarshal

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

type NetworkServer

type NetworkServer struct {
	// Network-server ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Network-server name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Network-server server.
	// Format: hostname:ip (e.g. localhost:8000).
	Server string `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty"`
	// CA certificate (optional).
	CaCert string `protobuf:"bytes,4,opt,name=ca_cert,json=caCert,proto3" json:"ca_cert,omitempty"`
	// TLS (client) certificate for connecting to the network-server (optional).
	TlsCert string `protobuf:"bytes,5,opt,name=tls_cert,json=tlsCert,proto3" json:"tls_cert,omitempty"`
	// TLS (client) key for connecting to the network-server (optional).
	TlsKey string `protobuf:"bytes,6,opt,name=tls_key,json=tlsKey,proto3" json:"tls_key,omitempty"`
	// Routing-profile ca certificate (used by the network-server to connect
	// back to the application-server) (optional).
	RoutingProfileCaCert string `protobuf:"bytes,7,opt,name=routing_profile_ca_cert,json=routingProfileCACert,proto3" json:"routing_profile_ca_cert,omitempty"`
	// Routing-profile TLS certificate (used by the network-server to connect
	// back to the application-server) (optional).
	RoutingProfileTlsCert string `` /* 128-byte string literal not displayed */
	// Routing-profile TLS key (used by the network-server to connect
	// back to the application-server) (optional).
	RoutingProfileTlsKey string `protobuf:"bytes,9,opt,name=routing_profile_tls_key,json=routingProfileTLSKey,proto3" json:"routing_profile_tls_key,omitempty"`
	// Enable gateway discovery for this network-server.
	GatewayDiscoveryEnabled bool `` /* 134-byte string literal not displayed */
	// The number of times per day the gateway discovery 'ping' must be
	// broadcasted per gateway.
	GatewayDiscoveryInterval uint32 `` /* 137-byte string literal not displayed */
	// The frequency (Hz) of the gateway discovery 'ping'.
	GatewayDiscoveryTxFrequency uint32 `` /* 148-byte string literal not displayed */
	// The data-rate of the gateway discovery 'ping'.
	GatewayDiscoveryDr   uint32   `protobuf:"varint,13,opt,name=gateway_discovery_dr,json=gatewayDiscoveryDR,proto3" json:"gateway_discovery_dr,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NetworkServer) Descriptor

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

func (*NetworkServer) GetCaCert

func (m *NetworkServer) GetCaCert() string

func (*NetworkServer) GetGatewayDiscoveryDr

func (m *NetworkServer) GetGatewayDiscoveryDr() uint32

func (*NetworkServer) GetGatewayDiscoveryEnabled

func (m *NetworkServer) GetGatewayDiscoveryEnabled() bool

func (*NetworkServer) GetGatewayDiscoveryInterval

func (m *NetworkServer) GetGatewayDiscoveryInterval() uint32

func (*NetworkServer) GetGatewayDiscoveryTxFrequency

func (m *NetworkServer) GetGatewayDiscoveryTxFrequency() uint32

func (*NetworkServer) GetId

func (m *NetworkServer) GetId() int64

func (*NetworkServer) GetName

func (m *NetworkServer) GetName() string

func (*NetworkServer) GetRoutingProfileCaCert

func (m *NetworkServer) GetRoutingProfileCaCert() string

func (*NetworkServer) GetRoutingProfileTlsCert

func (m *NetworkServer) GetRoutingProfileTlsCert() string

func (*NetworkServer) GetRoutingProfileTlsKey

func (m *NetworkServer) GetRoutingProfileTlsKey() string

func (*NetworkServer) GetServer

func (m *NetworkServer) GetServer() string

func (*NetworkServer) GetTlsCert

func (m *NetworkServer) GetTlsCert() string

func (*NetworkServer) GetTlsKey

func (m *NetworkServer) GetTlsKey() string

func (*NetworkServer) ProtoMessage

func (*NetworkServer) ProtoMessage()

func (*NetworkServer) Reset

func (m *NetworkServer) Reset()

func (*NetworkServer) String

func (m *NetworkServer) String() string

func (*NetworkServer) XXX_DiscardUnknown

func (m *NetworkServer) XXX_DiscardUnknown()

func (*NetworkServer) XXX_Marshal

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

func (*NetworkServer) XXX_Merge

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

func (*NetworkServer) XXX_Size

func (m *NetworkServer) XXX_Size() int

func (*NetworkServer) XXX_Unmarshal

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

type NetworkServerListItem

type NetworkServerListItem struct {
	// Network-server ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Network-server name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Network-server server.
	// Format: hostname:ip (e.g. localhost:8000).
	Server string `protobuf:"bytes,3,opt,name=server,proto3" json:"server,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*NetworkServerListItem) Descriptor

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

func (*NetworkServerListItem) GetCreatedAt

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

func (*NetworkServerListItem) GetId

func (m *NetworkServerListItem) GetId() int64

func (*NetworkServerListItem) GetName

func (m *NetworkServerListItem) GetName() string

func (*NetworkServerListItem) GetServer

func (m *NetworkServerListItem) GetServer() string

func (*NetworkServerListItem) GetUpdatedAt

func (m *NetworkServerListItem) GetUpdatedAt() *timestamp.Timestamp

func (*NetworkServerListItem) ProtoMessage

func (*NetworkServerListItem) ProtoMessage()

func (*NetworkServerListItem) Reset

func (m *NetworkServerListItem) Reset()

func (*NetworkServerListItem) String

func (m *NetworkServerListItem) String() string

func (*NetworkServerListItem) XXX_DiscardUnknown

func (m *NetworkServerListItem) XXX_DiscardUnknown()

func (*NetworkServerListItem) XXX_Marshal

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

func (*NetworkServerListItem) XXX_Merge

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

func (*NetworkServerListItem) XXX_Size

func (m *NetworkServerListItem) XXX_Size() int

func (*NetworkServerListItem) XXX_Unmarshal

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

type NetworkServerServiceClient

type NetworkServerServiceClient 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) (*empty.Empty, error)
	// Delete deletes the network-server matching the given id.
	Delete(ctx context.Context, in *DeleteNetworkServerRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// List lists the available network-servers.
	List(ctx context.Context, in *ListNetworkServerRequest, opts ...grpc.CallOption) (*ListNetworkServerResponse, error)
}

NetworkServerServiceClient is the client API for NetworkServerService service.

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

func NewNetworkServerServiceClient

func NewNetworkServerServiceClient(cc *grpc.ClientConn) NetworkServerServiceClient

type NetworkServerServiceServer

type NetworkServerServiceServer 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) (*empty.Empty, error)
	// Delete deletes the network-server matching the given id.
	Delete(context.Context, *DeleteNetworkServerRequest) (*empty.Empty, error)
	// List lists the available network-servers.
	List(context.Context, *ListNetworkServerRequest) (*ListNetworkServerResponse, error)
}

NetworkServerServiceServer is the server API for NetworkServerService service.

type Organization

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

func (*Organization) Descriptor

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

func (*Organization) GetCanHaveGateways

func (m *Organization) GetCanHaveGateways() bool

func (*Organization) GetDisplayName

func (m *Organization) GetDisplayName() string

func (*Organization) GetId

func (m *Organization) GetId() int64

func (*Organization) GetName

func (m *Organization) GetName() string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) Reset

func (m *Organization) Reset()

func (*Organization) String

func (m *Organization) String() string

func (*Organization) XXX_DiscardUnknown

func (m *Organization) XXX_DiscardUnknown()

func (*Organization) XXX_Marshal

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

func (*Organization) XXX_Merge

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

func (*Organization) XXX_Size

func (m *Organization) XXX_Size() int

func (*Organization) XXX_Unmarshal

func (m *Organization) XXX_Unmarshal(b []byte) error
type OrganizationLink struct {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Organization name.
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// User is admin within the context of this organization.
	// There is no need to set the is_device_admin and is_gateway_admin flags.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// User is able to modify device related resources (applications,
	// device-profiles, devices, multicast-groups).
	IsDeviceAdmin bool `protobuf:"varint,6,opt,name=is_device_admin,json=isDeviceAdmin,proto3" json:"is_device_admin,omitempty"`
	// User is able to modify gateways.
	IsGatewayAdmin bool `protobuf:"varint,7,opt,name=is_gateway_admin,json=isGatewayAdmin,proto3" json:"is_gateway_admin,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Defines an organization to which an user is associated.

func (*OrganizationLink) Descriptor

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

func (*OrganizationLink) GetCreatedAt

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

func (*OrganizationLink) GetIsAdmin

func (m *OrganizationLink) GetIsAdmin() bool

func (*OrganizationLink) GetIsDeviceAdmin

func (m *OrganizationLink) GetIsDeviceAdmin() bool

func (*OrganizationLink) GetIsGatewayAdmin

func (m *OrganizationLink) GetIsGatewayAdmin() bool

func (*OrganizationLink) GetOrganizationId

func (m *OrganizationLink) GetOrganizationId() int64

func (*OrganizationLink) GetOrganizationName

func (m *OrganizationLink) GetOrganizationName() string

func (*OrganizationLink) GetUpdatedAt

func (m *OrganizationLink) GetUpdatedAt() *timestamp.Timestamp

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 (m *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 OrganizationListItem

type OrganizationListItem struct {
	// Organization ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Organization name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Organization display name.
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Can the organization create and "own" Gateways?
	CanHaveGateways bool `protobuf:"varint,4,opt,name=can_have_gateways,json=canHaveGateways,proto3" json:"can_have_gateways,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OrganizationListItem) Descriptor

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

func (*OrganizationListItem) GetCanHaveGateways

func (m *OrganizationListItem) GetCanHaveGateways() bool

func (*OrganizationListItem) GetCreatedAt

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

func (*OrganizationListItem) GetDisplayName

func (m *OrganizationListItem) GetDisplayName() string

func (*OrganizationListItem) GetId

func (m *OrganizationListItem) GetId() int64

func (*OrganizationListItem) GetName

func (m *OrganizationListItem) GetName() string

func (*OrganizationListItem) GetUpdatedAt

func (m *OrganizationListItem) GetUpdatedAt() *timestamp.Timestamp

func (*OrganizationListItem) ProtoMessage

func (*OrganizationListItem) ProtoMessage()

func (*OrganizationListItem) Reset

func (m *OrganizationListItem) Reset()

func (*OrganizationListItem) String

func (m *OrganizationListItem) String() string

func (*OrganizationListItem) XXX_DiscardUnknown

func (m *OrganizationListItem) XXX_DiscardUnknown()

func (*OrganizationListItem) XXX_Marshal

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

func (*OrganizationListItem) XXX_Merge

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

func (*OrganizationListItem) XXX_Size

func (m *OrganizationListItem) XXX_Size() int

func (*OrganizationListItem) XXX_Unmarshal

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

type OrganizationServiceClient

type OrganizationServiceClient 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 *GetOrganizationRequest, 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) (*empty.Empty, error)
	// Delete an organization.
	Delete(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*empty.Empty, 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 *AddOrganizationUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Update a user in an organization.
	UpdateUser(ctx context.Context, in *UpdateOrganizationUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Delete a user from an organization.
	DeleteUser(ctx context.Context, in *DeleteOrganizationUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

OrganizationServiceClient is the client API for OrganizationService service.

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

func NewOrganizationServiceClient

func NewOrganizationServiceClient(cc *grpc.ClientConn) OrganizationServiceClient

type OrganizationServiceServer

type OrganizationServiceServer interface {
	// Get organization list.
	List(context.Context, *ListOrganizationRequest) (*ListOrganizationResponse, error)
	// Get data for a particular organization.
	Get(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
	// Create a new organization.
	Create(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	// Update an existing organization.
	Update(context.Context, *UpdateOrganizationRequest) (*empty.Empty, error)
	// Delete an organization.
	Delete(context.Context, *DeleteOrganizationRequest) (*empty.Empty, 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, *AddOrganizationUserRequest) (*empty.Empty, error)
	// Update a user in an organization.
	UpdateUser(context.Context, *UpdateOrganizationUserRequest) (*empty.Empty, error)
	// Delete a user from an organization.
	DeleteUser(context.Context, *DeleteOrganizationUserRequest) (*empty.Empty, error)
}

OrganizationServiceServer is the server API for OrganizationService service.

type OrganizationUser

type OrganizationUser struct {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// User ID.
	UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	// User is admin within the context of the organization.
	// There is no need to set the is_device_admin and is_gateway_admin flags.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// User is able to modify device related resources (applications,
	// device-profiles, devices, multicast-groups).
	IsDeviceAdmin bool `protobuf:"varint,5,opt,name=is_device_admin,json=isDeviceAdmin,proto3" json:"is_device_admin,omitempty"`
	// User is able to modify gateways.
	IsGatewayAdmin bool `protobuf:"varint,6,opt,name=is_gateway_admin,json=isGatewayAdmin,proto3" json:"is_gateway_admin,omitempty"`
	// Username (only used on get).
	Username             string   `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrganizationUser) Descriptor

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

func (*OrganizationUser) GetIsAdmin

func (m *OrganizationUser) GetIsAdmin() bool

func (*OrganizationUser) GetIsDeviceAdmin

func (m *OrganizationUser) GetIsDeviceAdmin() bool

func (*OrganizationUser) GetIsGatewayAdmin

func (m *OrganizationUser) GetIsGatewayAdmin() bool

func (*OrganizationUser) GetOrganizationId

func (m *OrganizationUser) GetOrganizationId() int64

func (*OrganizationUser) GetUserId

func (m *OrganizationUser) GetUserId() int64

func (*OrganizationUser) GetUsername

func (m *OrganizationUser) GetUsername() string

func (*OrganizationUser) ProtoMessage

func (*OrganizationUser) ProtoMessage()

func (*OrganizationUser) Reset

func (m *OrganizationUser) Reset()

func (*OrganizationUser) String

func (m *OrganizationUser) String() string

func (*OrganizationUser) XXX_DiscardUnknown

func (m *OrganizationUser) XXX_DiscardUnknown()

func (*OrganizationUser) XXX_Marshal

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

func (*OrganizationUser) XXX_Merge

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

func (*OrganizationUser) XXX_Size

func (m *OrganizationUser) XXX_Size() int

func (*OrganizationUser) XXX_Unmarshal

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

type OrganizationUserListItem

type OrganizationUserListItem struct {
	// User ID.
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	// Username.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// User is admin within the context of the organization.
	// There is no need to set the is_device_admin and is_gateway_admin flags.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// User is able to modify device related resources (applications,
	// device-profiles, devices, multicast-groups).
	IsDeviceAdmin bool `protobuf:"varint,6,opt,name=is_device_admin,json=isDeviceAdmin,proto3" json:"is_device_admin,omitempty"`
	// User is able to modify gateways.
	IsGatewayAdmin bool `protobuf:"varint,7,opt,name=is_gateway_admin,json=isGatewayAdmin,proto3" json:"is_gateway_admin,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*OrganizationUserListItem) Descriptor

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

func (*OrganizationUserListItem) GetCreatedAt

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

func (*OrganizationUserListItem) GetIsAdmin

func (m *OrganizationUserListItem) GetIsAdmin() bool

func (*OrganizationUserListItem) GetIsDeviceAdmin

func (m *OrganizationUserListItem) GetIsDeviceAdmin() bool

func (*OrganizationUserListItem) GetIsGatewayAdmin

func (m *OrganizationUserListItem) GetIsGatewayAdmin() bool

func (*OrganizationUserListItem) GetUpdatedAt

func (m *OrganizationUserListItem) GetUpdatedAt() *timestamp.Timestamp

func (*OrganizationUserListItem) GetUserId

func (m *OrganizationUserListItem) GetUserId() int64

func (*OrganizationUserListItem) GetUsername

func (m *OrganizationUserListItem) GetUsername() string

func (*OrganizationUserListItem) ProtoMessage

func (*OrganizationUserListItem) ProtoMessage()

func (*OrganizationUserListItem) Reset

func (m *OrganizationUserListItem) Reset()

func (*OrganizationUserListItem) String

func (m *OrganizationUserListItem) String() string

func (*OrganizationUserListItem) XXX_DiscardUnknown

func (m *OrganizationUserListItem) XXX_DiscardUnknown()

func (*OrganizationUserListItem) XXX_Marshal

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

func (*OrganizationUserListItem) XXX_Merge

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

func (*OrganizationUserListItem) XXX_Size

func (m *OrganizationUserListItem) XXX_Size() int

func (*OrganizationUserListItem) XXX_Unmarshal

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

type PingRX

type PingRX struct {
	// Gateway ID (HEX encoded).
	GatewayId string `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	// RSSI.
	Rssi int32 `protobuf:"varint,2,opt,name=rssi,proto3" json:"rssi,omitempty"`
	// LoRa SNR.
	LoraSnr float64 `protobuf:"fixed64,3,opt,name=lora_snr,json=loRaSNR,proto3" json:"lora_snr,omitempty"`
	// Latitude of the gateway -90.0 to 90.0.
	Latitude float64 `protobuf:"fixed64,4,opt,name=latitude,proto3" json:"latitude,omitempty"`
	// Longitude of the gateway -180.0 to 180.0.
	Longitude float64 `protobuf:"fixed64,5,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// Altitude of the gateway in meters.
	Altitude             float64  `protobuf:"fixed64,6,opt,name=altitude,proto3" 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) GetGatewayId

func (m *PingRX) GetGatewayId() string

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) 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 (m *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 ProfileResponse

type ProfileResponse struct {
	// User object.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// Organizations to which the user is associated.
	Organizations []*OrganizationLink `protobuf:"bytes,3,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// Profile settings.
	Settings             *ProfileSettings `protobuf:"bytes,4,opt,name=settings,proto3" json:"settings,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

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() *User

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 (m *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     `` /* 144-byte string literal not displayed */
	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 (m *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 RemoveDeviceFromMulticastGroupRequest

type RemoveDeviceFromMulticastGroupRequest struct {
	// Multicast-group ID (string formatted UUID).
	MulticastGroupId string `protobuf:"bytes,1,opt,name=multicast_group_id,json=multicastGroupID,proto3" json:"multicast_group_id,omitempty"`
	// Device EUI (HEX encoded string).
	DevEui               string   `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RemoveDeviceFromMulticastGroupRequest) Descriptor

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

func (*RemoveDeviceFromMulticastGroupRequest) GetDevEui

func (*RemoveDeviceFromMulticastGroupRequest) GetMulticastGroupId

func (m *RemoveDeviceFromMulticastGroupRequest) GetMulticastGroupId() string

func (*RemoveDeviceFromMulticastGroupRequest) ProtoMessage

func (*RemoveDeviceFromMulticastGroupRequest) ProtoMessage()

func (*RemoveDeviceFromMulticastGroupRequest) Reset

func (*RemoveDeviceFromMulticastGroupRequest) String

func (*RemoveDeviceFromMulticastGroupRequest) XXX_DiscardUnknown

func (m *RemoveDeviceFromMulticastGroupRequest) XXX_DiscardUnknown()

func (*RemoveDeviceFromMulticastGroupRequest) XXX_Marshal

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

func (*RemoveDeviceFromMulticastGroupRequest) XXX_Merge

func (*RemoveDeviceFromMulticastGroupRequest) XXX_Size

func (*RemoveDeviceFromMulticastGroupRequest) XXX_Unmarshal

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

type ServiceProfile

type ServiceProfile struct {
	// Service-profile ID (UUID string).
	// This will be automatically set on create.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Service-profile name.
	Name string `protobuf:"bytes,21,opt,name=name,proto3" json:"name,omitempty"`
	// Organization ID to which the service-profile is assigned.
	OrganizationId int64 `protobuf:"varint,22,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Network-server ID on which the service-profile is provisioned.
	NetworkServerId int64 `protobuf:"varint,23,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Token bucket filling rate, including ACKs (packet/h).
	UlRate uint32 `protobuf:"varint,2,opt,name=ul_rate,json=ulRate,proto3" json:"ul_rate,omitempty"`
	// Token bucket burst size.
	UlBucketSize uint32 `protobuf:"varint,3,opt,name=ul_bucket_size,json=ulBucketSize,proto3" json:"ul_bucket_size,omitempty"`
	// Drop or mark when exceeding ULRate.
	UlRatePolicy RatePolicy `protobuf:"varint,4,opt,name=ul_rate_policy,json=ulRatePolicy,proto3,enum=api.RatePolicy" json:"ul_rate_policy,omitempty"`
	// Token bucket filling rate, including ACKs (packet/h).
	DlRate uint32 `protobuf:"varint,5,opt,name=dl_rate,json=dlRate,proto3" json:"dl_rate,omitempty"`
	// Token bucket burst size.
	DlBucketSize uint32 `protobuf:"varint,6,opt,name=dl_bucket_size,json=dlBucketSize,proto3" json:"dl_bucket_size,omitempty"`
	// Drop or mark when exceeding DLRate.
	DlRatePolicy RatePolicy `protobuf:"varint,7,opt,name=dl_rate_policy,json=dlRatePolicy,proto3,enum=api.RatePolicy" json:"dl_rate_policy,omitempty"`
	// GW metadata (RSSI, SNR, GW geoloc., etc.) are added to the packet sent to AS.
	AddGwMetadata bool `protobuf:"varint,8,opt,name=add_gw_metadata,json=addGWMetaData,proto3" json:"add_gw_metadata,omitempty"`
	// Frequency to initiate an End-Device status request (request/day).
	DevStatusReqFreq uint32 `protobuf:"varint,9,opt,name=dev_status_req_freq,json=devStatusReqFreq,proto3" json:"dev_status_req_freq,omitempty"`
	// Report End-Device battery level to AS.
	ReportDevStatusBattery bool `` /* 133-byte string literal not displayed */
	// Report End-Device margin to AS.
	ReportDevStatusMargin bool `` /* 130-byte string literal not displayed */
	// Minimum allowed data rate. Used for ADR.
	DrMin uint32 `protobuf:"varint,12,opt,name=dr_min,json=drMin,proto3" json:"dr_min,omitempty"`
	// Maximum allowed data rate. Used for ADR.
	DrMax uint32 `protobuf:"varint,13,opt,name=dr_max,json=drMax,proto3" json:"dr_max,omitempty"`
	// Channel mask. sNS does not have to obey (i.e., informative).
	ChannelMask []byte `protobuf:"bytes,14,opt,name=channel_mask,json=channelMask,proto3" json:"channel_mask,omitempty"`
	// Passive Roaming allowed.
	PrAllowed bool `protobuf:"varint,15,opt,name=pr_allowed,json=prAllowed,proto3" json:"pr_allowed,omitempty"`
	// Handover Roaming allowed.
	HrAllowed bool `protobuf:"varint,16,opt,name=hr_allowed,json=hrAllowed,proto3" json:"hr_allowed,omitempty"`
	// Roaming Activation allowed.
	RaAllowed bool `protobuf:"varint,17,opt,name=ra_allowed,json=raAllowed,proto3" json:"ra_allowed,omitempty"`
	// Enable network geolocation service.
	NwkGeoLoc bool `protobuf:"varint,18,opt,name=nwk_geo_loc,json=nwkGeoLoc,proto3" json:"nwk_geo_loc,omitempty"`
	// Target Packet Error Rate.
	TargetPer uint32 `protobuf:"varint,19,opt,name=target_per,json=targetPER,proto3" json:"target_per,omitempty"`
	// Minimum number of receiving GWs (informative).
	MinGwDiversity       uint32   `protobuf:"varint,20,opt,name=min_gw_diversity,json=minGWDiversity,proto3" json:"min_gw_diversity,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) GetId

func (m *ServiceProfile) GetId() string

func (*ServiceProfile) GetMinGwDiversity

func (m *ServiceProfile) GetMinGwDiversity() uint32

func (*ServiceProfile) GetName

func (m *ServiceProfile) GetName() string

func (*ServiceProfile) GetNetworkServerId

func (m *ServiceProfile) GetNetworkServerId() int64

func (*ServiceProfile) GetNwkGeoLoc

func (m *ServiceProfile) GetNwkGeoLoc() bool

func (*ServiceProfile) GetOrganizationId

func (m *ServiceProfile) GetOrganizationId() int64

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) 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 (m *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 ServiceProfileListItem

type ServiceProfileListItem struct {
	// Service-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Service-profile name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Organization ID of the service-profile.
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Network-server ID of the service-profile.
	NetworkServerId int64 `protobuf:"varint,4,opt,name=network_server_id,json=networkServerID,proto3" json:"network_server_id,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*ServiceProfileListItem) Descriptor

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

func (*ServiceProfileListItem) GetCreatedAt

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

func (*ServiceProfileListItem) GetId

func (m *ServiceProfileListItem) GetId() string

func (*ServiceProfileListItem) GetName

func (m *ServiceProfileListItem) GetName() string

func (*ServiceProfileListItem) GetNetworkServerId

func (m *ServiceProfileListItem) GetNetworkServerId() int64

func (*ServiceProfileListItem) GetOrganizationId

func (m *ServiceProfileListItem) GetOrganizationId() int64

func (*ServiceProfileListItem) GetUpdatedAt

func (m *ServiceProfileListItem) GetUpdatedAt() *timestamp.Timestamp

func (*ServiceProfileListItem) ProtoMessage

func (*ServiceProfileListItem) ProtoMessage()

func (*ServiceProfileListItem) Reset

func (m *ServiceProfileListItem) Reset()

func (*ServiceProfileListItem) String

func (m *ServiceProfileListItem) String() string

func (*ServiceProfileListItem) XXX_DiscardUnknown

func (m *ServiceProfileListItem) XXX_DiscardUnknown()

func (*ServiceProfileListItem) XXX_Marshal

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

func (*ServiceProfileListItem) XXX_Merge

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

func (*ServiceProfileListItem) XXX_Size

func (m *ServiceProfileListItem) XXX_Size() int

func (*ServiceProfileListItem) XXX_Unmarshal

func (m *ServiceProfileListItem) 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) (*empty.Empty, error)
	// Delete deletes the service-profile matching the given id.
	Delete(ctx context.Context, in *DeleteServiceProfileRequest, opts ...grpc.CallOption) (*empty.Empty, 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) (*empty.Empty, error)
	// Delete deletes the service-profile matching the given id.
	Delete(context.Context, *DeleteServiceProfileRequest) (*empty.Empty, error)
	// List lists the available service-profiles.
	List(context.Context, *ListServiceProfileRequest) (*ListServiceProfileResponse, error)
}

ServiceProfileServiceServer is the server API for ServiceProfileService service.

type StreamDeviceEventLogsRequest

type StreamDeviceEventLogsRequest struct {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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,proto3" json:"type,omitempty"`
	// The event payload in JSON encoding.
	PayloadJson          string   `protobuf:"bytes,2,opt,name=payload_json,json=payloadJSON,proto3" json:"payload_json,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 (m *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 {
	// Device EUI (HEX encoded).
	DevEui               string   `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (m *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 {
	// Types that are valid to be assigned to Frame:
	//	*StreamDeviceFrameLogsResponse_UplinkFrame
	//	*StreamDeviceFrameLogsResponse_DownlinkFrame
	Frame                isStreamDeviceFrameLogsResponse_Frame `protobuf_oneof:"frame"`
	XXX_NoUnkeyedLiteral struct{}                              `json:"-"`
	XXX_unrecognized     []byte                                `json:"-"`
	XXX_sizecache        int32                                 `json:"-"`
}

func (*StreamDeviceFrameLogsResponse) Descriptor

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

func (*StreamDeviceFrameLogsResponse) GetDownlinkFrame

func (m *StreamDeviceFrameLogsResponse) GetDownlinkFrame() *DownlinkFrameLog

func (*StreamDeviceFrameLogsResponse) GetFrame

func (m *StreamDeviceFrameLogsResponse) GetFrame() isStreamDeviceFrameLogsResponse_Frame

func (*StreamDeviceFrameLogsResponse) GetUplinkFrame

func (m *StreamDeviceFrameLogsResponse) GetUplinkFrame() *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 (m *StreamDeviceFrameLogsResponse) XXX_Merge(src proto.Message)

func (*StreamDeviceFrameLogsResponse) XXX_OneofWrappers

func (*StreamDeviceFrameLogsResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*StreamDeviceFrameLogsResponse) XXX_Size

func (m *StreamDeviceFrameLogsResponse) XXX_Size() int

func (*StreamDeviceFrameLogsResponse) XXX_Unmarshal

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

type StreamDeviceFrameLogsResponse_DownlinkFrame

type StreamDeviceFrameLogsResponse_DownlinkFrame struct {
	DownlinkFrame *DownlinkFrameLog `protobuf:"bytes,2,opt,name=downlink_frame,json=downlinkFrame,proto3,oneof"`
}

type StreamDeviceFrameLogsResponse_UplinkFrame

type StreamDeviceFrameLogsResponse_UplinkFrame struct {
	UplinkFrame *UplinkFrameLog `protobuf:"bytes,1,opt,name=uplink_frame,json=uplinkFrame,proto3,oneof"`
}

type StreamGatewayFrameLogsRequest

type StreamGatewayFrameLogsRequest struct {
	// Gateway ID (HEX encoded).
	GatewayId            string   `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StreamGatewayFrameLogsRequest) Descriptor

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

func (*StreamGatewayFrameLogsRequest) GetGatewayId

func (m *StreamGatewayFrameLogsRequest) GetGatewayId() string

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 (m *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 {
	// Types that are valid to be assigned to Frame:
	//	*StreamGatewayFrameLogsResponse_UplinkFrame
	//	*StreamGatewayFrameLogsResponse_DownlinkFrame
	Frame                isStreamGatewayFrameLogsResponse_Frame `protobuf_oneof:"frame"`
	XXX_NoUnkeyedLiteral struct{}                               `json:"-"`
	XXX_unrecognized     []byte                                 `json:"-"`
	XXX_sizecache        int32                                  `json:"-"`
}

func (*StreamGatewayFrameLogsResponse) Descriptor

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

func (*StreamGatewayFrameLogsResponse) GetDownlinkFrame

func (m *StreamGatewayFrameLogsResponse) GetDownlinkFrame() *DownlinkFrameLog

func (*StreamGatewayFrameLogsResponse) GetFrame

func (m *StreamGatewayFrameLogsResponse) GetFrame() isStreamGatewayFrameLogsResponse_Frame

func (*StreamGatewayFrameLogsResponse) GetUplinkFrame

func (m *StreamGatewayFrameLogsResponse) GetUplinkFrame() *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 (m *StreamGatewayFrameLogsResponse) XXX_Merge(src proto.Message)

func (*StreamGatewayFrameLogsResponse) XXX_OneofWrappers

func (*StreamGatewayFrameLogsResponse) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*StreamGatewayFrameLogsResponse) XXX_Size

func (m *StreamGatewayFrameLogsResponse) XXX_Size() int

func (*StreamGatewayFrameLogsResponse) XXX_Unmarshal

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

type StreamGatewayFrameLogsResponse_DownlinkFrame

type StreamGatewayFrameLogsResponse_DownlinkFrame struct {
	DownlinkFrame *DownlinkFrameLog `protobuf:"bytes,2,opt,name=downlink_frame,json=downlinkFrame,proto3,oneof"`
}

type StreamGatewayFrameLogsResponse_UplinkFrame

type StreamGatewayFrameLogsResponse_UplinkFrame struct {
	UplinkFrame *UplinkFrameLog `protobuf:"bytes,1,opt,name=uplink_frame,json=uplinkFrame,proto3,oneof"`
}

type ThingsBoardIntegration

type ThingsBoardIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// ThingsBoard server endpoint, e.g. https://example.com
	Server               string   `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ThingsBoardIntegration) Descriptor

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

func (*ThingsBoardIntegration) GetApplicationId

func (m *ThingsBoardIntegration) GetApplicationId() int64

func (*ThingsBoardIntegration) GetServer

func (m *ThingsBoardIntegration) GetServer() string

func (*ThingsBoardIntegration) ProtoMessage

func (*ThingsBoardIntegration) ProtoMessage()

func (*ThingsBoardIntegration) Reset

func (m *ThingsBoardIntegration) Reset()

func (*ThingsBoardIntegration) String

func (m *ThingsBoardIntegration) String() string

func (*ThingsBoardIntegration) XXX_DiscardUnknown

func (m *ThingsBoardIntegration) XXX_DiscardUnknown()

func (*ThingsBoardIntegration) XXX_Marshal

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

func (*ThingsBoardIntegration) XXX_Merge

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

func (*ThingsBoardIntegration) XXX_Size

func (m *ThingsBoardIntegration) XXX_Size() int

func (*ThingsBoardIntegration) XXX_Unmarshal

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

type UnimplementedApplicationServiceServer

type UnimplementedApplicationServiceServer struct {
}

UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApplicationServiceServer) Create

func (*UnimplementedApplicationServiceServer) CreateHTTPIntegration

func (*UnimplementedApplicationServiceServer) CreateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) CreateThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) Delete

func (*UnimplementedApplicationServiceServer) DeleteHTTPIntegration

func (*UnimplementedApplicationServiceServer) DeleteInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) DeleteThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) Get

func (*UnimplementedApplicationServiceServer) GetHTTPIntegration

func (*UnimplementedApplicationServiceServer) GetInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) GetThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) List

func (*UnimplementedApplicationServiceServer) ListIntegrations

func (*UnimplementedApplicationServiceServer) Update

func (*UnimplementedApplicationServiceServer) UpdateHTTPIntegration

func (*UnimplementedApplicationServiceServer) UpdateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) UpdateThingsBoardIntegration

type UnimplementedDeviceProfileServiceServer

type UnimplementedDeviceProfileServiceServer struct {
}

UnimplementedDeviceProfileServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceProfileServiceServer) Create

func (*UnimplementedDeviceProfileServiceServer) Delete

func (*UnimplementedDeviceProfileServiceServer) Get

func (*UnimplementedDeviceProfileServiceServer) List

func (*UnimplementedDeviceProfileServiceServer) Update

type UnimplementedDeviceQueueServiceServer

type UnimplementedDeviceQueueServiceServer struct {
}

UnimplementedDeviceQueueServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceQueueServiceServer) Enqueue

func (*UnimplementedDeviceQueueServiceServer) Flush

func (*UnimplementedDeviceQueueServiceServer) List

type UnimplementedDeviceServiceServer

type UnimplementedDeviceServiceServer struct {
}

UnimplementedDeviceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceServiceServer) Activate

func (*UnimplementedDeviceServiceServer) Create

func (*UnimplementedDeviceServiceServer) CreateKeys

func (*UnimplementedDeviceServiceServer) Deactivate

func (*UnimplementedDeviceServiceServer) Delete

func (*UnimplementedDeviceServiceServer) DeleteKeys

func (*UnimplementedDeviceServiceServer) Get

func (*UnimplementedDeviceServiceServer) GetActivation

func (*UnimplementedDeviceServiceServer) GetKeys

func (*UnimplementedDeviceServiceServer) GetRandomDevAddr

func (*UnimplementedDeviceServiceServer) List

func (*UnimplementedDeviceServiceServer) StreamEventLogs

func (*UnimplementedDeviceServiceServer) StreamFrameLogs

func (*UnimplementedDeviceServiceServer) Update

func (*UnimplementedDeviceServiceServer) UpdateKeys

type UnimplementedFUOTADeploymentServiceServer

type UnimplementedFUOTADeploymentServiceServer struct {
}

UnimplementedFUOTADeploymentServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedFUOTADeploymentServiceServer) Get

func (*UnimplementedFUOTADeploymentServiceServer) GetDeploymentDevice

func (*UnimplementedFUOTADeploymentServiceServer) List

func (*UnimplementedFUOTADeploymentServiceServer) ListDeploymentDevices

type UnimplementedGatewayProfileServiceServer

type UnimplementedGatewayProfileServiceServer struct {
}

UnimplementedGatewayProfileServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGatewayProfileServiceServer) Create

func (*UnimplementedGatewayProfileServiceServer) Delete

func (*UnimplementedGatewayProfileServiceServer) Get

func (*UnimplementedGatewayProfileServiceServer) List

func (*UnimplementedGatewayProfileServiceServer) Update

type UnimplementedGatewayServiceServer

type UnimplementedGatewayServiceServer struct {
}

UnimplementedGatewayServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGatewayServiceServer) Create

func (*UnimplementedGatewayServiceServer) Delete

func (*UnimplementedGatewayServiceServer) Get

func (*UnimplementedGatewayServiceServer) GetLastPing

func (*UnimplementedGatewayServiceServer) GetStats

func (*UnimplementedGatewayServiceServer) List

func (*UnimplementedGatewayServiceServer) StreamFrameLogs

func (*UnimplementedGatewayServiceServer) Update

type UnimplementedInternalServiceServer

type UnimplementedInternalServiceServer struct {
}

UnimplementedInternalServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedInternalServiceServer) Branding

func (*UnimplementedInternalServiceServer) GlobalSearch

func (*UnimplementedInternalServiceServer) Login

func (*UnimplementedInternalServiceServer) Profile

type UnimplementedMulticastGroupServiceServer

type UnimplementedMulticastGroupServiceServer struct {
}

UnimplementedMulticastGroupServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMulticastGroupServiceServer) AddDevice

func (*UnimplementedMulticastGroupServiceServer) Create

func (*UnimplementedMulticastGroupServiceServer) Delete

func (*UnimplementedMulticastGroupServiceServer) Enqueue

func (*UnimplementedMulticastGroupServiceServer) FlushQueue

func (*UnimplementedMulticastGroupServiceServer) Get

func (*UnimplementedMulticastGroupServiceServer) List

func (*UnimplementedMulticastGroupServiceServer) RemoveDevice

func (*UnimplementedMulticastGroupServiceServer) Update

type UnimplementedNetworkServerServiceServer

type UnimplementedNetworkServerServiceServer struct {
}

UnimplementedNetworkServerServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkServerServiceServer) Create

func (*UnimplementedNetworkServerServiceServer) Delete

func (*UnimplementedNetworkServerServiceServer) Get

func (*UnimplementedNetworkServerServiceServer) List

func (*UnimplementedNetworkServerServiceServer) Update

type UnimplementedOrganizationServiceServer

type UnimplementedOrganizationServiceServer struct {
}

UnimplementedOrganizationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedOrganizationServiceServer) AddUser

func (*UnimplementedOrganizationServiceServer) Create

func (*UnimplementedOrganizationServiceServer) Delete

func (*UnimplementedOrganizationServiceServer) DeleteUser

func (*UnimplementedOrganizationServiceServer) Get

func (*UnimplementedOrganizationServiceServer) GetUser

func (*UnimplementedOrganizationServiceServer) List

func (*UnimplementedOrganizationServiceServer) ListUsers

func (*UnimplementedOrganizationServiceServer) Update

func (*UnimplementedOrganizationServiceServer) UpdateUser

type UnimplementedServiceProfileServiceServer

type UnimplementedServiceProfileServiceServer struct {
}

UnimplementedServiceProfileServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServiceProfileServiceServer) Create

func (*UnimplementedServiceProfileServiceServer) Delete

func (*UnimplementedServiceProfileServiceServer) Get

func (*UnimplementedServiceProfileServiceServer) List

func (*UnimplementedServiceProfileServiceServer) Update

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUserServiceServer) Create

func (*UnimplementedUserServiceServer) Delete

func (*UnimplementedUserServiceServer) Get

func (*UnimplementedUserServiceServer) List

func (*UnimplementedUserServiceServer) Update

func (*UnimplementedUserServiceServer) UpdatePassword

type UpdateApplicationRequest

type UpdateApplicationRequest struct {
	// Application object to update.
	Application          *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*UpdateApplicationRequest) Descriptor

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

func (*UpdateApplicationRequest) GetApplication

func (m *UpdateApplicationRequest) GetApplication() *Application

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 (m *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 UpdateDeviceKeysRequest

type UpdateDeviceKeysRequest struct {
	// Device-keys object to update.
	DeviceKeys           *DeviceKeys `protobuf:"bytes,1,opt,name=device_keys,json=deviceKeys,proto3" json:"device_keys,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*UpdateDeviceKeysRequest) Descriptor

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

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 (m *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 UpdateDeviceProfileRequest

type UpdateDeviceProfileRequest struct {
	// Device-profile object to update.
	DeviceProfile        *DeviceProfile `protobuf:"bytes,1,opt,name=device_profile,json=deviceProfile,proto3" json:"device_profile,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) 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 (m *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 UpdateDeviceRequest

type UpdateDeviceRequest struct {
	// Device object to update.
	Device               *Device  `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateDeviceRequest) Descriptor

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

func (*UpdateDeviceRequest) GetDevice

func (m *UpdateDeviceRequest) GetDevice() *Device

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 (m *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 UpdateGatewayProfileRequest

type UpdateGatewayProfileRequest struct {
	// Gateway-profile object to update.
	GatewayProfile       *GatewayProfile `protobuf:"bytes,1,opt,name=gateway_profile,json=gatewayProfile,proto3" json:"gateway_profile,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) 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 (m *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 UpdateGatewayRequest

type UpdateGatewayRequest struct {
	// Gateway object to update.
	Gateway              *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateGatewayRequest) Descriptor

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

func (*UpdateGatewayRequest) GetGateway

func (m *UpdateGatewayRequest) GetGateway() *Gateway

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 (m *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 UpdateHTTPIntegrationRequest

type UpdateHTTPIntegrationRequest struct {
	// Integration object to update.
	Integration          *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*UpdateHTTPIntegrationRequest) Descriptor

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

func (*UpdateHTTPIntegrationRequest) GetIntegration

func (m *UpdateHTTPIntegrationRequest) GetIntegration() *HTTPIntegration

func (*UpdateHTTPIntegrationRequest) ProtoMessage

func (*UpdateHTTPIntegrationRequest) ProtoMessage()

func (*UpdateHTTPIntegrationRequest) Reset

func (m *UpdateHTTPIntegrationRequest) Reset()

func (*UpdateHTTPIntegrationRequest) String

func (*UpdateHTTPIntegrationRequest) XXX_DiscardUnknown

func (m *UpdateHTTPIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateHTTPIntegrationRequest) XXX_Marshal

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

func (*UpdateHTTPIntegrationRequest) XXX_Merge

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

func (*UpdateHTTPIntegrationRequest) XXX_Size

func (m *UpdateHTTPIntegrationRequest) XXX_Size() int

func (*UpdateHTTPIntegrationRequest) XXX_Unmarshal

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

type UpdateInfluxDBIntegrationRequest

type UpdateInfluxDBIntegrationRequest struct {
	// Integration object.
	Integration          *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UpdateInfluxDBIntegrationRequest) Descriptor

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

func (*UpdateInfluxDBIntegrationRequest) GetIntegration

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 (*UpdateInfluxDBIntegrationRequest) XXX_Size

func (m *UpdateInfluxDBIntegrationRequest) XXX_Size() int

func (*UpdateInfluxDBIntegrationRequest) XXX_Unmarshal

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

type UpdateMulticastGroupRequest

type UpdateMulticastGroupRequest struct {
	// Multicast-group object to update.
	MulticastGroup       *MulticastGroup `protobuf:"bytes,1,opt,name=multicast_group,json=multicastGroup,proto3" json:"multicast_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateMulticastGroupRequest) Descriptor

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

func (*UpdateMulticastGroupRequest) GetMulticastGroup

func (m *UpdateMulticastGroupRequest) GetMulticastGroup() *MulticastGroup

func (*UpdateMulticastGroupRequest) ProtoMessage

func (*UpdateMulticastGroupRequest) ProtoMessage()

func (*UpdateMulticastGroupRequest) Reset

func (m *UpdateMulticastGroupRequest) Reset()

func (*UpdateMulticastGroupRequest) String

func (m *UpdateMulticastGroupRequest) String() string

func (*UpdateMulticastGroupRequest) XXX_DiscardUnknown

func (m *UpdateMulticastGroupRequest) XXX_DiscardUnknown()

func (*UpdateMulticastGroupRequest) XXX_Marshal

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

func (*UpdateMulticastGroupRequest) XXX_Merge

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

func (*UpdateMulticastGroupRequest) XXX_Size

func (m *UpdateMulticastGroupRequest) XXX_Size() int

func (*UpdateMulticastGroupRequest) XXX_Unmarshal

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

type UpdateNetworkServerRequest

type UpdateNetworkServerRequest struct {
	// Network-server object to update.
	NetworkServer        *NetworkServer `protobuf:"bytes,1,opt,name=network_server,json=networkServer,proto3" json:"network_server,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*UpdateNetworkServerRequest) Descriptor

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

func (*UpdateNetworkServerRequest) GetNetworkServer

func (m *UpdateNetworkServerRequest) GetNetworkServer() *NetworkServer

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 (m *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 UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	// Organization object to update.
	Organization         *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*UpdateOrganizationRequest) Descriptor

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

func (*UpdateOrganizationRequest) GetOrganization

func (m *UpdateOrganizationRequest) GetOrganization() *Organization

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 (m *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 UpdateOrganizationUserRequest

type UpdateOrganizationUserRequest struct {
	// Organization-user object to update.
	OrganizationUser     *OrganizationUser `protobuf:"bytes,1,opt,name=organization_user,json=organizationUser,proto3" json:"organization_user,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*UpdateOrganizationUserRequest) Descriptor

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

func (*UpdateOrganizationUserRequest) GetOrganizationUser

func (m *UpdateOrganizationUserRequest) GetOrganizationUser() *OrganizationUser

func (*UpdateOrganizationUserRequest) ProtoMessage

func (*UpdateOrganizationUserRequest) ProtoMessage()

func (*UpdateOrganizationUserRequest) Reset

func (m *UpdateOrganizationUserRequest) Reset()

func (*UpdateOrganizationUserRequest) String

func (*UpdateOrganizationUserRequest) XXX_DiscardUnknown

func (m *UpdateOrganizationUserRequest) XXX_DiscardUnknown()

func (*UpdateOrganizationUserRequest) XXX_Marshal

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

func (*UpdateOrganizationUserRequest) XXX_Merge

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

func (*UpdateOrganizationUserRequest) XXX_Size

func (m *UpdateOrganizationUserRequest) XXX_Size() int

func (*UpdateOrganizationUserRequest) XXX_Unmarshal

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

type UpdateServiceProfileRequest

type UpdateServiceProfileRequest struct {
	// Service-profile object to update.
	ServiceProfile       *ServiceProfile `protobuf:"bytes,1,opt,name=service_profile,json=serviceProfile,proto3" json:"service_profile,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*UpdateServiceProfileRequest) Descriptor

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

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 (m *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 UpdateThingsBoardIntegrationRequest

type UpdateThingsBoardIntegrationRequest struct {
	// Integration object.
	Integration          *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*UpdateThingsBoardIntegrationRequest) Descriptor

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

func (*UpdateThingsBoardIntegrationRequest) GetIntegration

func (*UpdateThingsBoardIntegrationRequest) ProtoMessage

func (*UpdateThingsBoardIntegrationRequest) ProtoMessage()

func (*UpdateThingsBoardIntegrationRequest) Reset

func (*UpdateThingsBoardIntegrationRequest) String

func (*UpdateThingsBoardIntegrationRequest) XXX_DiscardUnknown

func (m *UpdateThingsBoardIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateThingsBoardIntegrationRequest) XXX_Marshal

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

func (*UpdateThingsBoardIntegrationRequest) XXX_Merge

func (*UpdateThingsBoardIntegrationRequest) XXX_Size

func (*UpdateThingsBoardIntegrationRequest) XXX_Unmarshal

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

type UpdateUserPasswordRequest

type UpdateUserPasswordRequest struct {
	// User ID.
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// New pasword.
	Password             string   `protobuf:"bytes,2,opt,name=password,proto3" 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) GetPassword

func (m *UpdateUserPasswordRequest) GetPassword() string

func (*UpdateUserPasswordRequest) GetUserId

func (m *UpdateUserPasswordRequest) GetUserId() int64

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 (m *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 {
	// User object to update.
	User                 *User    `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateUserRequest) Descriptor

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

func (*UpdateUserRequest) GetUser

func (m *UpdateUserRequest) GetUser() *User

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 (m *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 *gw.UplinkTXInfo `protobuf:"bytes,1,opt,name=tx_info,json=txInfo,proto3" json:"tx_info,omitempty"`
	// RX information of the uplink.
	RxInfo []*gw.UplinkRXInfo `protobuf:"bytes,2,rep,name=rx_info,json=rxInfo,proto3" json:"rx_info,omitempty"`
	// LoRaWAN PHYPayload.
	PhyPayloadJson       string   `protobuf:"bytes,3,opt,name=phy_payload_json,json=phyPayloadJSON,proto3" json:"phy_payload_json,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() []*gw.UplinkRXInfo

func (*UplinkFrameLog) GetTxInfo

func (m *UplinkFrameLog) GetTxInfo() *gw.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 (m *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 ID.
	GatewayId string `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	// Uplink ID (UUID).
	UplinkId string `protobuf:"bytes,16,opt,name=uplink_id,json=uplinkID,proto3" json:"uplink_id,omitempty"`
	// RX time (only set when the gateway has a GPS module).
	Time *timestamp.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	// RX time since GPS epoch (only set when the gateway has a GPS module).
	TimeSinceGpsEpoch *duration.Duration `protobuf:"bytes,3,opt,name=time_since_gps_epoch,json=timeSinceGpsEpoch,proto3" json:"time_since_gps_epoch,omitempty"`
	// RSSI.
	Rssi int32 `protobuf:"varint,5,opt,name=rssi,proto3" json:"rssi,omitempty"`
	// LoRa SNR.
	LoraSnr float64 `protobuf:"fixed64,6,opt,name=lora_snr,json=loraSnr,proto3" json:"lora_snr,omitempty"`
	// Channel.
	Channel uint32 `protobuf:"varint,7,opt,name=channel,proto3" json:"channel,omitempty"`
	// RF Chain.
	RfChain uint32 `protobuf:"varint,8,opt,name=rf_chain,json=rfChain,proto3" json:"rf_chain,omitempty"`
	// Board.
	Board uint32 `protobuf:"varint,9,opt,name=board,proto3" json:"board,omitempty"`
	// Antenna.
	Antenna uint32 `protobuf:"varint,10,opt,name=antenna,proto3" json:"antenna,omitempty"`
	// Location.
	Location *common.Location `protobuf:"bytes,11,opt,name=location,proto3" json:"location,omitempty"`
	// Fine-timestamp type.
	FineTimestampType gw.FineTimestampType `` /* 142-byte string literal not displayed */
	// Fine-timestamp data.
	//
	// Types that are valid to be assigned to FineTimestamp:
	//	*UplinkRXInfo_EncryptedFineTimestamp
	//	*UplinkRXInfo_PlainFineTimestamp
	FineTimestamp isUplinkRXInfo_FineTimestamp `protobuf_oneof:"fine_timestamp"`
	// Gateway specific context.
	Context              []byte   `protobuf:"bytes,15,opt,name=context,proto3" json:"context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

This is a copy of gw.UplinkRXInfo with the only change that the gateway_id is of type string so that we can return it as HEX encoded instead of base64.

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) GetChannel

func (m *UplinkRXInfo) GetChannel() uint32

func (*UplinkRXInfo) GetContext

func (m *UplinkRXInfo) GetContext() []byte

func (*UplinkRXInfo) GetEncryptedFineTimestamp

func (m *UplinkRXInfo) GetEncryptedFineTimestamp() *EncryptedFineTimestamp

func (*UplinkRXInfo) GetFineTimestamp

func (m *UplinkRXInfo) GetFineTimestamp() isUplinkRXInfo_FineTimestamp

func (*UplinkRXInfo) GetFineTimestampType

func (m *UplinkRXInfo) GetFineTimestampType() gw.FineTimestampType

func (*UplinkRXInfo) GetGatewayId

func (m *UplinkRXInfo) GetGatewayId() string

func (*UplinkRXInfo) GetLocation

func (m *UplinkRXInfo) GetLocation() *common.Location

func (*UplinkRXInfo) GetLoraSnr

func (m *UplinkRXInfo) GetLoraSnr() float64

func (*UplinkRXInfo) GetPlainFineTimestamp

func (m *UplinkRXInfo) GetPlainFineTimestamp() *gw.PlainFineTimestamp

func (*UplinkRXInfo) GetRfChain

func (m *UplinkRXInfo) GetRfChain() uint32

func (*UplinkRXInfo) GetRssi

func (m *UplinkRXInfo) GetRssi() int32

func (*UplinkRXInfo) GetTime

func (m *UplinkRXInfo) GetTime() *timestamp.Timestamp

func (*UplinkRXInfo) GetTimeSinceGpsEpoch

func (m *UplinkRXInfo) GetTimeSinceGpsEpoch() *duration.Duration

func (*UplinkRXInfo) GetUplinkId

func (m *UplinkRXInfo) GetUplinkId() string

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 (m *UplinkRXInfo) XXX_Merge(src proto.Message)

func (*UplinkRXInfo) XXX_OneofWrappers

func (*UplinkRXInfo) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*UplinkRXInfo) XXX_Size

func (m *UplinkRXInfo) XXX_Size() int

func (*UplinkRXInfo) XXX_Unmarshal

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

type UplinkRXInfo_EncryptedFineTimestamp

type UplinkRXInfo_EncryptedFineTimestamp struct {
	EncryptedFineTimestamp *EncryptedFineTimestamp `protobuf:"bytes,13,opt,name=encrypted_fine_timestamp,json=encryptedFineTimestamp,proto3,oneof"`
}

type UplinkRXInfo_PlainFineTimestamp

type UplinkRXInfo_PlainFineTimestamp struct {
	PlainFineTimestamp *gw.PlainFineTimestamp `protobuf:"bytes,14,opt,name=plain_fine_timestamp,json=plainFineTimestamp,proto3,oneof"`
}

type User

type User struct {
	// User ID.
	// Will be set automatically on create.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTtl int32 `protobuf:"varint,3,opt,name=session_ttl,json=sessionTTL,proto3" json:"session_ttl,omitempty"`
	// Set to true to make the user a global administrator.
	IsAdmin bool `protobuf:"varint,4,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Set to false to disable the user.
	IsActive bool `protobuf:"varint,5,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// E-mail of the user.
	Email string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	// Optional note to store with the user.
	Note                 string   `protobuf:"bytes,7,opt,name=note,proto3" json:"note,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*User) Descriptor

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

func (*User) GetEmail

func (m *User) GetEmail() string

func (*User) GetId

func (m *User) GetId() int64

func (*User) GetIsActive

func (m *User) GetIsActive() bool

func (*User) GetIsAdmin

func (m *User) GetIsAdmin() bool

func (*User) GetNote

func (m *User) GetNote() string

func (*User) GetSessionTtl

func (m *User) GetSessionTtl() int32

func (*User) GetUsername

func (m *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) Reset

func (m *User) Reset()

func (*User) String

func (m *User) String() string

func (*User) XXX_DiscardUnknown

func (m *User) XXX_DiscardUnknown()

func (*User) XXX_Marshal

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

func (*User) XXX_Merge

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

func (*User) XXX_Size

func (m *User) XXX_Size() int

func (*User) XXX_Unmarshal

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

type UserListItem

type UserListItem struct {
	// User ID.
	// Will be set automatically on create.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Username of the user.
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// The session timeout, in minutes.
	SessionTtl int32 `protobuf:"varint,3,opt,name=session_ttl,json=sessionTTL,proto3" json:"session_ttl,omitempty"`
	// Set to true to make the user a global administrator.
	IsAdmin bool `protobuf:"varint,4,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Set to false to disable the user.
	IsActive bool `protobuf:"varint,5,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// Created at timestamp.
	CreatedAt *timestamp.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Last update timestamp.
	UpdatedAt            *timestamp.Timestamp `protobuf:"bytes,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*UserListItem) Descriptor

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

func (*UserListItem) GetCreatedAt

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

func (*UserListItem) GetId

func (m *UserListItem) GetId() int64

func (*UserListItem) GetIsActive

func (m *UserListItem) GetIsActive() bool

func (*UserListItem) GetIsAdmin

func (m *UserListItem) GetIsAdmin() bool

func (*UserListItem) GetSessionTtl

func (m *UserListItem) GetSessionTtl() int32

func (*UserListItem) GetUpdatedAt

func (m *UserListItem) GetUpdatedAt() *timestamp.Timestamp

func (*UserListItem) GetUsername

func (m *UserListItem) GetUsername() string

func (*UserListItem) ProtoMessage

func (*UserListItem) ProtoMessage()

func (*UserListItem) Reset

func (m *UserListItem) Reset()

func (*UserListItem) String

func (m *UserListItem) String() string

func (*UserListItem) XXX_DiscardUnknown

func (m *UserListItem) XXX_DiscardUnknown()

func (*UserListItem) XXX_Marshal

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

func (*UserListItem) XXX_Merge

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

func (*UserListItem) XXX_Size

func (m *UserListItem) XXX_Size() int

func (*UserListItem) XXX_Unmarshal

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

type UserOrganization

type UserOrganization struct {
	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// User is admin within the context of the organization.
	// There is no need to set the is_device_admin and is_gateway_admin flags.
	IsAdmin bool `protobuf:"varint,2,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// User is able to modify device related resources (applications,
	// device-profiles, devices, multicast-groups).
	IsDeviceAdmin bool `protobuf:"varint,3,opt,name=is_device_admin,json=isDeviceAdmin,proto3" json:"is_device_admin,omitempty"`
	// User is able to modify gateways.
	IsGatewayAdmin       bool     `protobuf:"varint,4,opt,name=is_gateway_admin,json=isGatewayAdmin,proto3" json:"is_gateway_admin,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UserOrganization) Descriptor

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

func (*UserOrganization) GetIsAdmin

func (m *UserOrganization) GetIsAdmin() bool

func (*UserOrganization) GetIsDeviceAdmin

func (m *UserOrganization) GetIsDeviceAdmin() bool

func (*UserOrganization) GetIsGatewayAdmin

func (m *UserOrganization) GetIsGatewayAdmin() bool

func (*UserOrganization) GetOrganizationId

func (m *UserOrganization) GetOrganizationId() int64

func (*UserOrganization) ProtoMessage

func (*UserOrganization) ProtoMessage()

func (*UserOrganization) Reset

func (m *UserOrganization) Reset()

func (*UserOrganization) String

func (m *UserOrganization) String() string

func (*UserOrganization) XXX_DiscardUnknown

func (m *UserOrganization) XXX_DiscardUnknown()

func (*UserOrganization) XXX_Marshal

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

func (*UserOrganization) XXX_Merge

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

func (*UserOrganization) XXX_Size

func (m *UserOrganization) XXX_Size() int

func (*UserOrganization) XXX_Unmarshal

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

type UserServiceClient

type UserServiceClient 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 *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// Create a new user.
	Create(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	// Update an existing user.
	Update(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Delete a user.
	Delete(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// UpdatePassword updates a password.
	UpdatePassword(ctx context.Context, in *UpdateUserPasswordRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

UserServiceClient is the client API for UserService service.

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

func NewUserServiceClient

func NewUserServiceClient(cc *grpc.ClientConn) UserServiceClient

type UserServiceServer

type UserServiceServer interface {
	// Get user list.
	List(context.Context, *ListUserRequest) (*ListUserResponse, error)
	// Get data for a particular user.
	Get(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// Create a new user.
	Create(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	// Update an existing user.
	Update(context.Context, *UpdateUserRequest) (*empty.Empty, error)
	// Delete a user.
	Delete(context.Context, *DeleteUserRequest) (*empty.Empty, error)
	// UpdatePassword updates a password.
	UpdatePassword(context.Context, *UpdateUserPasswordRequest) (*empty.Empty, error)
}

UserServiceServer is the server API for UserService service.

Jump to

Keyboard shortcuts

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