api

package
v3.12.5 Latest Latest
Warning

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

Go to latest
Published: Feb 7, 2022 License: MIT Imports: 19 Imported by: 5

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 InfluxDBVersion_name = map[int32]string{
	0: "INFLUXDB_1",
	1: "INFLUXDB_2",
}
View Source
var InfluxDBVersion_value = map[string]int32{
	"INFLUXDB_1": 0,
	"INFLUXDB_2": 1,
}
View Source
var IntegrationKind_name = map[int32]string{
	0: "HTTP",
	1: "INFLUXDB",
	2: "THINGSBOARD",
	3: "MYDEVICES",
	4: "LORACLOUD",
	5: "GCP_PUBSUB",
	6: "AWS_SNS",
	7: "AZURE_SERVICE_BUS",
	8: "PILOT_THINGS",
	9: "MQTT_GLOBAL",
}
View Source
var IntegrationKind_value = map[string]int32{
	"HTTP":              0,
	"INFLUXDB":          1,
	"THINGSBOARD":       2,
	"MYDEVICES":         3,
	"LORACLOUD":         4,
	"GCP_PUBSUB":        5,
	"AWS_SNS":           6,
	"AZURE_SERVICE_BUS": 7,
	"PILOT_THINGS":      8,
	"MQTT_GLOBAL":       9,
}
View Source
var Marshaler_name = map[int32]string{
	0: "JSON",
	1: "PROTOBUF",
	2: "JSON_V3",
}
View Source
var Marshaler_value = map[string]int32{
	"JSON":     0,
	"PROTOBUF": 1,
	"JSON_V3":  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 ADRAlgorithm added in v3.9.3

type ADRAlgorithm struct {
	// ADR algorithm ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// ADR algorithm name.
	Name                 string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ADRAlgorithm) Descriptor added in v3.9.3

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

func (*ADRAlgorithm) GetId added in v3.9.3

func (m *ADRAlgorithm) GetId() string

func (*ADRAlgorithm) GetName added in v3.9.3

func (m *ADRAlgorithm) GetName() string

func (*ADRAlgorithm) ProtoMessage added in v3.9.3

func (*ADRAlgorithm) ProtoMessage()

func (*ADRAlgorithm) Reset added in v3.9.3

func (m *ADRAlgorithm) Reset()

func (*ADRAlgorithm) String added in v3.9.3

func (m *ADRAlgorithm) String() string

func (*ADRAlgorithm) XXX_DiscardUnknown added in v3.9.3

func (m *ADRAlgorithm) XXX_DiscardUnknown()

func (*ADRAlgorithm) XXX_Marshal added in v3.9.3

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

func (*ADRAlgorithm) XXX_Merge added in v3.9.3

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

func (*ADRAlgorithm) XXX_Size added in v3.9.3

func (m *ADRAlgorithm) XXX_Size() int

func (*ADRAlgorithm) XXX_Unmarshal added in v3.9.3

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

type APIKey added in v3.2.0

type APIKey struct {
	// API key ID.
	// This value will be automatically generated on create.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Is global admin key.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Organization ID.
	// In case this API key is to manage resources within a single organization
	// set this to the ID of this organization.
	OrganizationId int64 `protobuf:"varint,4,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Application ID.
	// In case the API key is to manage resources within an application, set
	// this to the ID of this application.message
	ApplicationId        int64    `protobuf:"varint,5,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*APIKey) Descriptor added in v3.2.0

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

func (*APIKey) GetApplicationId added in v3.2.0

func (m *APIKey) GetApplicationId() int64

func (*APIKey) GetId added in v3.2.0

func (m *APIKey) GetId() string

func (*APIKey) GetIsAdmin added in v3.2.0

func (m *APIKey) GetIsAdmin() bool

func (*APIKey) GetName added in v3.2.0

func (m *APIKey) GetName() string

func (*APIKey) GetOrganizationId added in v3.2.0

func (m *APIKey) GetOrganizationId() int64

func (*APIKey) ProtoMessage added in v3.2.0

func (*APIKey) ProtoMessage()

func (*APIKey) Reset added in v3.2.0

func (m *APIKey) Reset()

func (*APIKey) String added in v3.2.0

func (m *APIKey) String() string

func (*APIKey) XXX_DiscardUnknown added in v3.2.0

func (m *APIKey) XXX_DiscardUnknown()

func (*APIKey) XXX_Marshal added in v3.2.0

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

func (*APIKey) XXX_Merge added in v3.2.0

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

func (*APIKey) XXX_Size added in v3.2.0

func (m *APIKey) XXX_Size() int

func (*APIKey) XXX_Unmarshal added in v3.2.0

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

type AWSSNSIntegration added in v3.7.0

type AWSSNSIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Marshaler.
	// This defines the marshaler that is used to encode the event payload.
	Marshaler Marshaler `protobuf:"varint,2,opt,name=marshaler,proto3,enum=api.Marshaler" json:"marshaler,omitempty"`
	// AWS region.
	Region string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	// AWS Access Key ID.
	AccessKeyId string `protobuf:"bytes,4,opt,name=access_key_id,json=accessKeyID,proto3" json:"access_key_id,omitempty"`
	// AWS Secret Access Key.
	SecretAccessKey string `protobuf:"bytes,5,opt,name=secret_access_key,json=secretAccessKey,proto3" json:"secret_access_key,omitempty"`
	// Topic ARN.
	TopicArn             string   `protobuf:"bytes,6,opt,name=topic_arn,json=topicARN,proto3" json:"topic_arn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AWSSNSIntegration) Descriptor added in v3.7.0

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

func (*AWSSNSIntegration) GetAccessKeyId added in v3.7.0

func (m *AWSSNSIntegration) GetAccessKeyId() string

func (*AWSSNSIntegration) GetApplicationId added in v3.7.0

func (m *AWSSNSIntegration) GetApplicationId() int64

func (*AWSSNSIntegration) GetMarshaler added in v3.7.0

func (m *AWSSNSIntegration) GetMarshaler() Marshaler

func (*AWSSNSIntegration) GetRegion added in v3.7.0

func (m *AWSSNSIntegration) GetRegion() string

func (*AWSSNSIntegration) GetSecretAccessKey added in v3.7.0

func (m *AWSSNSIntegration) GetSecretAccessKey() string

func (*AWSSNSIntegration) GetTopicArn added in v3.7.0

func (m *AWSSNSIntegration) GetTopicArn() string

func (*AWSSNSIntegration) ProtoMessage added in v3.7.0

func (*AWSSNSIntegration) ProtoMessage()

func (*AWSSNSIntegration) Reset added in v3.7.0

func (m *AWSSNSIntegration) Reset()

func (*AWSSNSIntegration) String added in v3.7.0

func (m *AWSSNSIntegration) String() string

func (*AWSSNSIntegration) XXX_DiscardUnknown added in v3.7.0

func (m *AWSSNSIntegration) XXX_DiscardUnknown()

func (*AWSSNSIntegration) XXX_Marshal added in v3.7.0

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

func (*AWSSNSIntegration) XXX_Merge added in v3.7.0

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

func (*AWSSNSIntegration) XXX_Size added in v3.7.0

func (m *AWSSNSIntegration) XXX_Size() int

func (*AWSSNSIntegration) XXX_Unmarshal added in v3.7.0

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

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 and the multicast-group must share the same
	// application ID.
	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)
	// CreateMyDevicesIntegration creates a MyDevices application-integration.
	CreateMyDevicesIntegration(ctx context.Context, in *CreateMyDevicesIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetMyDevicesIntegration returns the MyDevices application-integration.
	GetMyDevicesIntegration(ctx context.Context, in *GetMyDevicesIntegrationRequest, opts ...grpc.CallOption) (*GetMyDevicesIntegrationResponse, error)
	// UpdateMyDevicesIntegration updates the MyDevices application-integration.
	UpdateMyDevicesIntegration(ctx context.Context, in *UpdateMyDevicesIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteMyDevicesIntegration deletes the MyDevices application-integration.
	DeleteMyDevicesIntegration(ctx context.Context, in *DeleteMyDevicesIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateLoRaCloudIntegration creates A LoRaCloud application-integration.
	CreateLoRaCloudIntegration(ctx context.Context, in *CreateLoRaCloudIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetLoRaCloudIntegration returns the LoRaCloud application-integration.
	GetLoRaCloudIntegration(ctx context.Context, in *GetLoRaCloudIntegrationRequest, opts ...grpc.CallOption) (*GetLoRaCloudIntegrationResponse, error)
	// UpdateLoRaCloudIntegration updates the LoRaCloud application-integration.
	UpdateLoRaCloudIntegration(ctx context.Context, in *UpdateLoRaCloudIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteLoRaCloudIntegration deletes the LoRaCloud application-integration.
	DeleteLoRaCloudIntegration(ctx context.Context, in *DeleteLoRaCloudIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateGCPPubSubIntegration creates a GCP PubSub application-integration.
	CreateGCPPubSubIntegration(ctx context.Context, in *CreateGCPPubSubIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetGCPPubSubIntegration returns the GCP PubSub application-integration.
	GetGCPPubSubIntegration(ctx context.Context, in *GetGCPPubSubIntegrationRequest, opts ...grpc.CallOption) (*GetGCPPubSubIntegrationResponse, error)
	// UpdateGCPPubSubIntegration updates the GCP PubSub application-integration.
	UpdateGCPPubSubIntegration(ctx context.Context, in *UpdateGCPPubSubIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteGCPPubSubIntegration deletes the GCP PubSub application-integration.
	DeleteGCPPubSubIntegration(ctx context.Context, in *DeleteGCPPubSubIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateAWSSNSIntegration creates a AWS SNS application-integration.
	CreateAWSSNSIntegration(ctx context.Context, in *CreateAWSSNSIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetAWSSNSIntegration returns the AWS SNS application-integration.
	GetAWSSNSIntegration(ctx context.Context, in *GetAWSSNSIntegrationRequest, opts ...grpc.CallOption) (*GetAWSSNSIntegrationResponse, error)
	// UpdateAWSSNSIntegration updates the AWS SNS application-integration.
	UpdateAWSSNSIntegration(ctx context.Context, in *UpdateAWSSNSIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteAWSSNSIntegration deletes the AWS SNS application-integration.
	DeleteAWSSNSIntegration(ctx context.Context, in *DeleteAWSSNSIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreateAzureServiceBusIntegration creates an Azure Service-Bus application-integration.
	CreateAzureServiceBusIntegration(ctx context.Context, in *CreateAzureServiceBusIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetAzureServiceBusIntegration returns the Azure Service-Bus application-integration.
	GetAzureServiceBusIntegration(ctx context.Context, in *GetAzureServiceBusIntegrationRequest, opts ...grpc.CallOption) (*GetAzureServiceBusIntegrationResponse, error)
	// UpdateAzureServiceBusIntegration updates the Azure Service-Bus application-integration.
	UpdateAzureServiceBusIntegration(ctx context.Context, in *UpdateAzureServiceBusIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteAzureServiceBusIntegration deletes the Azure Service-Bus application-integration.
	DeleteAzureServiceBusIntegration(ctx context.Context, in *DeleteAzureServiceBusIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CreatePilotThingsIntegration creates an Pilot Things application-integration.
	CreatePilotThingsIntegration(ctx context.Context, in *CreatePilotThingsIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetPilotThingsIntegration returns the Pilot Things application-integration.
	GetPilotThingsIntegration(ctx context.Context, in *GetPilotThingsIntegrationRequest, opts ...grpc.CallOption) (*GetPilotThingsIntegrationResponse, error)
	// UpdatePilotThingsIntegration updates the Pilot Things application-integration.
	UpdatePilotThingsIntegration(ctx context.Context, in *UpdatePilotThingsIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeletePilotThingsIntegration deletes the Pilot Things application-integration.
	DeletePilotThingsIntegration(ctx context.Context, in *DeletePilotThingsIntegrationRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(ctx context.Context, in *ListIntegrationRequest, opts ...grpc.CallOption) (*ListIntegrationResponse, error)
	// GenerateMQTTIntegrationClientCertificate generates an application ID specific TLS certificate
	// to connect to the MQTT broker.
	GenerateMQTTIntegrationClientCertificate(ctx context.Context, in *GenerateMQTTIntegrationClientCertificateRequest, opts ...grpc.CallOption) (*GenerateMQTTIntegrationClientCertificateResponse, 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.

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)
	// CreateMyDevicesIntegration creates a MyDevices application-integration.
	CreateMyDevicesIntegration(context.Context, *CreateMyDevicesIntegrationRequest) (*empty.Empty, error)
	// GetMyDevicesIntegration returns the MyDevices application-integration.
	GetMyDevicesIntegration(context.Context, *GetMyDevicesIntegrationRequest) (*GetMyDevicesIntegrationResponse, error)
	// UpdateMyDevicesIntegration updates the MyDevices application-integration.
	UpdateMyDevicesIntegration(context.Context, *UpdateMyDevicesIntegrationRequest) (*empty.Empty, error)
	// DeleteMyDevicesIntegration deletes the MyDevices application-integration.
	DeleteMyDevicesIntegration(context.Context, *DeleteMyDevicesIntegrationRequest) (*empty.Empty, error)
	// CreateLoRaCloudIntegration creates A LoRaCloud application-integration.
	CreateLoRaCloudIntegration(context.Context, *CreateLoRaCloudIntegrationRequest) (*empty.Empty, error)
	// GetLoRaCloudIntegration returns the LoRaCloud application-integration.
	GetLoRaCloudIntegration(context.Context, *GetLoRaCloudIntegrationRequest) (*GetLoRaCloudIntegrationResponse, error)
	// UpdateLoRaCloudIntegration updates the LoRaCloud application-integration.
	UpdateLoRaCloudIntegration(context.Context, *UpdateLoRaCloudIntegrationRequest) (*empty.Empty, error)
	// DeleteLoRaCloudIntegration deletes the LoRaCloud application-integration.
	DeleteLoRaCloudIntegration(context.Context, *DeleteLoRaCloudIntegrationRequest) (*empty.Empty, error)
	// CreateGCPPubSubIntegration creates a GCP PubSub application-integration.
	CreateGCPPubSubIntegration(context.Context, *CreateGCPPubSubIntegrationRequest) (*empty.Empty, error)
	// GetGCPPubSubIntegration returns the GCP PubSub application-integration.
	GetGCPPubSubIntegration(context.Context, *GetGCPPubSubIntegrationRequest) (*GetGCPPubSubIntegrationResponse, error)
	// UpdateGCPPubSubIntegration updates the GCP PubSub application-integration.
	UpdateGCPPubSubIntegration(context.Context, *UpdateGCPPubSubIntegrationRequest) (*empty.Empty, error)
	// DeleteGCPPubSubIntegration deletes the GCP PubSub application-integration.
	DeleteGCPPubSubIntegration(context.Context, *DeleteGCPPubSubIntegrationRequest) (*empty.Empty, error)
	// CreateAWSSNSIntegration creates a AWS SNS application-integration.
	CreateAWSSNSIntegration(context.Context, *CreateAWSSNSIntegrationRequest) (*empty.Empty, error)
	// GetAWSSNSIntegration returns the AWS SNS application-integration.
	GetAWSSNSIntegration(context.Context, *GetAWSSNSIntegrationRequest) (*GetAWSSNSIntegrationResponse, error)
	// UpdateAWSSNSIntegration updates the AWS SNS application-integration.
	UpdateAWSSNSIntegration(context.Context, *UpdateAWSSNSIntegrationRequest) (*empty.Empty, error)
	// DeleteAWSSNSIntegration deletes the AWS SNS application-integration.
	DeleteAWSSNSIntegration(context.Context, *DeleteAWSSNSIntegrationRequest) (*empty.Empty, error)
	// CreateAzureServiceBusIntegration creates an Azure Service-Bus application-integration.
	CreateAzureServiceBusIntegration(context.Context, *CreateAzureServiceBusIntegrationRequest) (*empty.Empty, error)
	// GetAzureServiceBusIntegration returns the Azure Service-Bus application-integration.
	GetAzureServiceBusIntegration(context.Context, *GetAzureServiceBusIntegrationRequest) (*GetAzureServiceBusIntegrationResponse, error)
	// UpdateAzureServiceBusIntegration updates the Azure Service-Bus application-integration.
	UpdateAzureServiceBusIntegration(context.Context, *UpdateAzureServiceBusIntegrationRequest) (*empty.Empty, error)
	// DeleteAzureServiceBusIntegration deletes the Azure Service-Bus application-integration.
	DeleteAzureServiceBusIntegration(context.Context, *DeleteAzureServiceBusIntegrationRequest) (*empty.Empty, error)
	// CreatePilotThingsIntegration creates an Pilot Things application-integration.
	CreatePilotThingsIntegration(context.Context, *CreatePilotThingsIntegrationRequest) (*empty.Empty, error)
	// GetPilotThingsIntegration returns the Pilot Things application-integration.
	GetPilotThingsIntegration(context.Context, *GetPilotThingsIntegrationRequest) (*GetPilotThingsIntegrationResponse, error)
	// UpdatePilotThingsIntegration updates the Pilot Things application-integration.
	UpdatePilotThingsIntegration(context.Context, *UpdatePilotThingsIntegrationRequest) (*empty.Empty, error)
	// DeletePilotThingsIntegration deletes the Pilot Things application-integration.
	DeletePilotThingsIntegration(context.Context, *DeletePilotThingsIntegrationRequest) (*empty.Empty, error)
	// ListIntegrations lists all configured integrations.
	ListIntegrations(context.Context, *ListIntegrationRequest) (*ListIntegrationResponse, error)
	// GenerateMQTTIntegrationClientCertificate generates an application ID specific TLS certificate
	// to connect to the MQTT broker.
	GenerateMQTTIntegrationClientCertificate(context.Context, *GenerateMQTTIntegrationClientCertificateRequest) (*GenerateMQTTIntegrationClientCertificateResponse, error)
}

ApplicationServiceServer is the server API for ApplicationService service.

type AzureServiceBusIntegration added in v3.7.0

type AzureServiceBusIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Marshaler.
	// This defines the marshaler that is used to encode the event payload.
	Marshaler Marshaler `protobuf:"varint,2,opt,name=marshaler,proto3,enum=api.Marshaler" json:"marshaler,omitempty"`
	// Connection string.
	ConnectionString string `protobuf:"bytes,3,opt,name=connection_string,json=connectionString,proto3" json:"connection_string,omitempty"`
	// Publish name.
	// This is the name of the topic or queue.
	PublishName          string   `protobuf:"bytes,4,opt,name=publish_name,json=publishName,proto3" json:"publish_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AzureServiceBusIntegration) Descriptor added in v3.7.0

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

func (*AzureServiceBusIntegration) GetApplicationId added in v3.7.0

func (m *AzureServiceBusIntegration) GetApplicationId() int64

func (*AzureServiceBusIntegration) GetConnectionString added in v3.7.0

func (m *AzureServiceBusIntegration) GetConnectionString() string

func (*AzureServiceBusIntegration) GetMarshaler added in v3.7.0

func (m *AzureServiceBusIntegration) GetMarshaler() Marshaler

func (*AzureServiceBusIntegration) GetPublishName added in v3.7.0

func (m *AzureServiceBusIntegration) GetPublishName() string

func (*AzureServiceBusIntegration) ProtoMessage added in v3.7.0

func (*AzureServiceBusIntegration) ProtoMessage()

func (*AzureServiceBusIntegration) Reset added in v3.7.0

func (m *AzureServiceBusIntegration) Reset()

func (*AzureServiceBusIntegration) String added in v3.7.0

func (m *AzureServiceBusIntegration) String() string

func (*AzureServiceBusIntegration) XXX_DiscardUnknown added in v3.7.0

func (m *AzureServiceBusIntegration) XXX_DiscardUnknown()

func (*AzureServiceBusIntegration) XXX_Marshal added in v3.7.0

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

func (*AzureServiceBusIntegration) XXX_Merge added in v3.7.0

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

func (*AzureServiceBusIntegration) XXX_Size added in v3.7.0

func (m *AzureServiceBusIntegration) XXX_Size() int

func (*AzureServiceBusIntegration) XXX_Unmarshal added in v3.7.0

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

type Branding added in v3.5.0

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

func (*Branding) Descriptor added in v3.5.0

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

func (*Branding) GetFooter added in v3.5.0

func (m *Branding) GetFooter() string

func (*Branding) GetRegistration added in v3.5.0

func (m *Branding) GetRegistration() string

func (*Branding) ProtoMessage added in v3.5.0

func (*Branding) ProtoMessage()

func (*Branding) Reset added in v3.5.0

func (m *Branding) Reset()

func (*Branding) String added in v3.5.0

func (m *Branding) String() string

func (*Branding) XXX_DiscardUnknown added in v3.5.0

func (m *Branding) XXX_DiscardUnknown()

func (*Branding) XXX_Marshal added in v3.5.0

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

func (*Branding) XXX_Merge added in v3.5.0

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

func (*Branding) XXX_Size added in v3.5.0

func (m *Branding) XXX_Size() int

func (*Branding) XXX_Unmarshal added in v3.5.0

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

type ClearDeviceNoncesRequest added in v3.12.5

type ClearDeviceNoncesRequest 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 (*ClearDeviceNoncesRequest) Descriptor added in v3.12.5

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

func (*ClearDeviceNoncesRequest) GetDevEui added in v3.12.5

func (m *ClearDeviceNoncesRequest) GetDevEui() string

func (*ClearDeviceNoncesRequest) ProtoMessage added in v3.12.5

func (*ClearDeviceNoncesRequest) ProtoMessage()

func (*ClearDeviceNoncesRequest) Reset added in v3.12.5

func (m *ClearDeviceNoncesRequest) Reset()

func (*ClearDeviceNoncesRequest) String added in v3.12.5

func (m *ClearDeviceNoncesRequest) String() string

func (*ClearDeviceNoncesRequest) XXX_DiscardUnknown added in v3.12.5

func (m *ClearDeviceNoncesRequest) XXX_DiscardUnknown()

func (*ClearDeviceNoncesRequest) XXX_Marshal added in v3.12.5

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

func (*ClearDeviceNoncesRequest) XXX_Merge added in v3.12.5

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

func (*ClearDeviceNoncesRequest) XXX_Size added in v3.12.5

func (m *ClearDeviceNoncesRequest) XXX_Size() int

func (*ClearDeviceNoncesRequest) XXX_Unmarshal added in v3.12.5

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

type CreateAPIKeyRequest added in v3.2.0

type CreateAPIKeyRequest struct {
	// The API key to create.
	ApiKey               *APIKey  `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateAPIKeyRequest) Descriptor added in v3.2.0

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

func (*CreateAPIKeyRequest) GetApiKey added in v3.2.0

func (m *CreateAPIKeyRequest) GetApiKey() *APIKey

func (*CreateAPIKeyRequest) ProtoMessage added in v3.2.0

func (*CreateAPIKeyRequest) ProtoMessage()

func (*CreateAPIKeyRequest) Reset added in v3.2.0

func (m *CreateAPIKeyRequest) Reset()

func (*CreateAPIKeyRequest) String added in v3.2.0

func (m *CreateAPIKeyRequest) String() string

func (*CreateAPIKeyRequest) XXX_DiscardUnknown added in v3.2.0

func (m *CreateAPIKeyRequest) XXX_DiscardUnknown()

func (*CreateAPIKeyRequest) XXX_Marshal added in v3.2.0

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

func (*CreateAPIKeyRequest) XXX_Merge added in v3.2.0

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

func (*CreateAPIKeyRequest) XXX_Size added in v3.2.0

func (m *CreateAPIKeyRequest) XXX_Size() int

func (*CreateAPIKeyRequest) XXX_Unmarshal added in v3.2.0

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

type CreateAPIKeyResponse added in v3.2.0

type CreateAPIKeyResponse struct {
	// API key ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// JWT token for this API Key.
	JwtToken             string   `protobuf:"bytes,2,opt,name=jwt_token,json=jwtToken,proto3" json:"jwt_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateAPIKeyResponse) Descriptor added in v3.2.0

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

func (*CreateAPIKeyResponse) GetId added in v3.2.0

func (m *CreateAPIKeyResponse) GetId() string

func (*CreateAPIKeyResponse) GetJwtToken added in v3.2.0

func (m *CreateAPIKeyResponse) GetJwtToken() string

func (*CreateAPIKeyResponse) ProtoMessage added in v3.2.0

func (*CreateAPIKeyResponse) ProtoMessage()

func (*CreateAPIKeyResponse) Reset added in v3.2.0

func (m *CreateAPIKeyResponse) Reset()

func (*CreateAPIKeyResponse) String added in v3.2.0

func (m *CreateAPIKeyResponse) String() string

func (*CreateAPIKeyResponse) XXX_DiscardUnknown added in v3.2.0

func (m *CreateAPIKeyResponse) XXX_DiscardUnknown()

func (*CreateAPIKeyResponse) XXX_Marshal added in v3.2.0

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

func (*CreateAPIKeyResponse) XXX_Merge added in v3.2.0

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

func (*CreateAPIKeyResponse) XXX_Size added in v3.2.0

func (m *CreateAPIKeyResponse) XXX_Size() int

func (*CreateAPIKeyResponse) XXX_Unmarshal added in v3.2.0

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

type CreateAWSSNSIntegrationRequest added in v3.7.0

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

func (*CreateAWSSNSIntegrationRequest) Descriptor added in v3.7.0

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

func (*CreateAWSSNSIntegrationRequest) GetIntegration added in v3.7.0

func (*CreateAWSSNSIntegrationRequest) ProtoMessage added in v3.7.0

func (*CreateAWSSNSIntegrationRequest) ProtoMessage()

func (*CreateAWSSNSIntegrationRequest) Reset added in v3.7.0

func (m *CreateAWSSNSIntegrationRequest) Reset()

func (*CreateAWSSNSIntegrationRequest) String added in v3.7.0

func (*CreateAWSSNSIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *CreateAWSSNSIntegrationRequest) XXX_DiscardUnknown()

func (*CreateAWSSNSIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*CreateAWSSNSIntegrationRequest) XXX_Merge added in v3.7.0

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

func (*CreateAWSSNSIntegrationRequest) XXX_Size added in v3.7.0

func (m *CreateAWSSNSIntegrationRequest) XXX_Size() int

func (*CreateAWSSNSIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *CreateAWSSNSIntegrationRequest) 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 CreateAzureServiceBusIntegrationRequest added in v3.7.0

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

func (*CreateAzureServiceBusIntegrationRequest) Descriptor added in v3.7.0

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

func (*CreateAzureServiceBusIntegrationRequest) GetIntegration added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) ProtoMessage added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) Reset added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) String added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *CreateAzureServiceBusIntegrationRequest) XXX_DiscardUnknown()

func (*CreateAzureServiceBusIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*CreateAzureServiceBusIntegrationRequest) XXX_Merge added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) XXX_Size added in v3.7.0

func (*CreateAzureServiceBusIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *CreateAzureServiceBusIntegrationRequest) 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 CreateGCPPubSubIntegrationRequest added in v3.7.0

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

func (*CreateGCPPubSubIntegrationRequest) Descriptor added in v3.7.0

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

func (*CreateGCPPubSubIntegrationRequest) GetIntegration added in v3.7.0

func (*CreateGCPPubSubIntegrationRequest) ProtoMessage added in v3.7.0

func (*CreateGCPPubSubIntegrationRequest) ProtoMessage()

func (*CreateGCPPubSubIntegrationRequest) Reset added in v3.7.0

func (*CreateGCPPubSubIntegrationRequest) String added in v3.7.0

func (*CreateGCPPubSubIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *CreateGCPPubSubIntegrationRequest) XXX_DiscardUnknown()

func (*CreateGCPPubSubIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*CreateGCPPubSubIntegrationRequest) XXX_Merge added in v3.7.0

func (*CreateGCPPubSubIntegrationRequest) XXX_Size added in v3.7.0

func (m *CreateGCPPubSubIntegrationRequest) XXX_Size() int

func (*CreateGCPPubSubIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *CreateGCPPubSubIntegrationRequest) 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 CreateLoRaCloudIntegrationRequest added in v3.6.0

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

func (*CreateLoRaCloudIntegrationRequest) Descriptor added in v3.6.0

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

func (*CreateLoRaCloudIntegrationRequest) GetIntegration added in v3.6.0

func (*CreateLoRaCloudIntegrationRequest) ProtoMessage added in v3.6.0

func (*CreateLoRaCloudIntegrationRequest) ProtoMessage()

func (*CreateLoRaCloudIntegrationRequest) Reset added in v3.6.0

func (*CreateLoRaCloudIntegrationRequest) String added in v3.6.0

func (*CreateLoRaCloudIntegrationRequest) XXX_DiscardUnknown added in v3.6.0

func (m *CreateLoRaCloudIntegrationRequest) XXX_DiscardUnknown()

func (*CreateLoRaCloudIntegrationRequest) XXX_Marshal added in v3.6.0

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

func (*CreateLoRaCloudIntegrationRequest) XXX_Merge added in v3.6.0

func (*CreateLoRaCloudIntegrationRequest) XXX_Size added in v3.6.0

func (m *CreateLoRaCloudIntegrationRequest) XXX_Size() int

func (*CreateLoRaCloudIntegrationRequest) XXX_Unmarshal added in v3.6.0

func (m *CreateLoRaCloudIntegrationRequest) 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 CreateMyDevicesIntegrationRequest added in v3.0.10

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

func (*CreateMyDevicesIntegrationRequest) Descriptor added in v3.0.10

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

func (*CreateMyDevicesIntegrationRequest) GetIntegration added in v3.0.10

func (*CreateMyDevicesIntegrationRequest) ProtoMessage added in v3.0.10

func (*CreateMyDevicesIntegrationRequest) ProtoMessage()

func (*CreateMyDevicesIntegrationRequest) Reset added in v3.0.10

func (*CreateMyDevicesIntegrationRequest) String added in v3.0.10

func (*CreateMyDevicesIntegrationRequest) XXX_DiscardUnknown added in v3.0.10

func (m *CreateMyDevicesIntegrationRequest) XXX_DiscardUnknown()

func (*CreateMyDevicesIntegrationRequest) XXX_Marshal added in v3.0.10

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

func (*CreateMyDevicesIntegrationRequest) XXX_Merge added in v3.0.10

func (*CreateMyDevicesIntegrationRequest) XXX_Size added in v3.0.10

func (m *CreateMyDevicesIntegrationRequest) XXX_Size() int

func (*CreateMyDevicesIntegrationRequest) XXX_Unmarshal added in v3.0.10

func (m *CreateMyDevicesIntegrationRequest) 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 CreatePilotThingsIntegrationRequest added in v3.8.0

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

func (*CreatePilotThingsIntegrationRequest) Descriptor added in v3.8.0

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

func (*CreatePilotThingsIntegrationRequest) GetIntegration added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) ProtoMessage added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) ProtoMessage()

func (*CreatePilotThingsIntegrationRequest) Reset added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) String added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) XXX_DiscardUnknown added in v3.8.0

func (m *CreatePilotThingsIntegrationRequest) XXX_DiscardUnknown()

func (*CreatePilotThingsIntegrationRequest) XXX_Marshal added in v3.8.0

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

func (*CreatePilotThingsIntegrationRequest) XXX_Merge added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) XXX_Size added in v3.8.0

func (*CreatePilotThingsIntegrationRequest) XXX_Unmarshal added in v3.8.0

func (m *CreatePilotThingsIntegrationRequest) 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 DeleteAPIKeyRequest added in v3.2.0

type DeleteAPIKeyRequest struct {
	// API key ID.
	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 (*DeleteAPIKeyRequest) Descriptor added in v3.2.0

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

func (*DeleteAPIKeyRequest) GetId added in v3.2.0

func (m *DeleteAPIKeyRequest) GetId() string

func (*DeleteAPIKeyRequest) ProtoMessage added in v3.2.0

func (*DeleteAPIKeyRequest) ProtoMessage()

func (*DeleteAPIKeyRequest) Reset added in v3.2.0

func (m *DeleteAPIKeyRequest) Reset()

func (*DeleteAPIKeyRequest) String added in v3.2.0

func (m *DeleteAPIKeyRequest) String() string

func (*DeleteAPIKeyRequest) XXX_DiscardUnknown added in v3.2.0

func (m *DeleteAPIKeyRequest) XXX_DiscardUnknown()

func (*DeleteAPIKeyRequest) XXX_Marshal added in v3.2.0

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

func (*DeleteAPIKeyRequest) XXX_Merge added in v3.2.0

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

func (*DeleteAPIKeyRequest) XXX_Size added in v3.2.0

func (m *DeleteAPIKeyRequest) XXX_Size() int

func (*DeleteAPIKeyRequest) XXX_Unmarshal added in v3.2.0

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

type DeleteAWSSNSIntegrationRequest added in v3.7.0

type DeleteAWSSNSIntegrationRequest 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 (*DeleteAWSSNSIntegrationRequest) Descriptor added in v3.7.0

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

func (*DeleteAWSSNSIntegrationRequest) GetApplicationId added in v3.7.0

func (m *DeleteAWSSNSIntegrationRequest) GetApplicationId() int64

func (*DeleteAWSSNSIntegrationRequest) ProtoMessage added in v3.7.0

func (*DeleteAWSSNSIntegrationRequest) ProtoMessage()

func (*DeleteAWSSNSIntegrationRequest) Reset added in v3.7.0

func (m *DeleteAWSSNSIntegrationRequest) Reset()

func (*DeleteAWSSNSIntegrationRequest) String added in v3.7.0

func (*DeleteAWSSNSIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *DeleteAWSSNSIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteAWSSNSIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*DeleteAWSSNSIntegrationRequest) XXX_Merge added in v3.7.0

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

func (*DeleteAWSSNSIntegrationRequest) XXX_Size added in v3.7.0

func (m *DeleteAWSSNSIntegrationRequest) XXX_Size() int

func (*DeleteAWSSNSIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *DeleteAWSSNSIntegrationRequest) 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 DeleteAzureServiceBusIntegrationRequest added in v3.7.0

type DeleteAzureServiceBusIntegrationRequest 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 (*DeleteAzureServiceBusIntegrationRequest) Descriptor added in v3.7.0

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

func (*DeleteAzureServiceBusIntegrationRequest) GetApplicationId added in v3.7.0

func (m *DeleteAzureServiceBusIntegrationRequest) GetApplicationId() int64

func (*DeleteAzureServiceBusIntegrationRequest) ProtoMessage added in v3.7.0

func (*DeleteAzureServiceBusIntegrationRequest) Reset added in v3.7.0

func (*DeleteAzureServiceBusIntegrationRequest) String added in v3.7.0

func (*DeleteAzureServiceBusIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *DeleteAzureServiceBusIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteAzureServiceBusIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*DeleteAzureServiceBusIntegrationRequest) XXX_Merge added in v3.7.0

func (*DeleteAzureServiceBusIntegrationRequest) XXX_Size added in v3.7.0

func (*DeleteAzureServiceBusIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *DeleteAzureServiceBusIntegrationRequest) 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 DeleteGCPPubSubIntegrationRequest added in v3.7.0

type DeleteGCPPubSubIntegrationRequest 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 (*DeleteGCPPubSubIntegrationRequest) Descriptor added in v3.7.0

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

func (*DeleteGCPPubSubIntegrationRequest) GetApplicationId added in v3.7.0

func (m *DeleteGCPPubSubIntegrationRequest) GetApplicationId() int64

func (*DeleteGCPPubSubIntegrationRequest) ProtoMessage added in v3.7.0

func (*DeleteGCPPubSubIntegrationRequest) ProtoMessage()

func (*DeleteGCPPubSubIntegrationRequest) Reset added in v3.7.0

func (*DeleteGCPPubSubIntegrationRequest) String added in v3.7.0

func (*DeleteGCPPubSubIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *DeleteGCPPubSubIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteGCPPubSubIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*DeleteGCPPubSubIntegrationRequest) XXX_Merge added in v3.7.0

func (*DeleteGCPPubSubIntegrationRequest) XXX_Size added in v3.7.0

func (m *DeleteGCPPubSubIntegrationRequest) XXX_Size() int

func (*DeleteGCPPubSubIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *DeleteGCPPubSubIntegrationRequest) 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 DeleteLoRaCloudIntegrationRequest added in v3.6.0

type DeleteLoRaCloudIntegrationRequest 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 (*DeleteLoRaCloudIntegrationRequest) Descriptor added in v3.6.0

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

func (*DeleteLoRaCloudIntegrationRequest) GetApplicationId added in v3.6.0

func (m *DeleteLoRaCloudIntegrationRequest) GetApplicationId() int64

func (*DeleteLoRaCloudIntegrationRequest) ProtoMessage added in v3.6.0

func (*DeleteLoRaCloudIntegrationRequest) ProtoMessage()

func (*DeleteLoRaCloudIntegrationRequest) Reset added in v3.6.0

func (*DeleteLoRaCloudIntegrationRequest) String added in v3.6.0

func (*DeleteLoRaCloudIntegrationRequest) XXX_DiscardUnknown added in v3.6.0

func (m *DeleteLoRaCloudIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteLoRaCloudIntegrationRequest) XXX_Marshal added in v3.6.0

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

func (*DeleteLoRaCloudIntegrationRequest) XXX_Merge added in v3.6.0

func (*DeleteLoRaCloudIntegrationRequest) XXX_Size added in v3.6.0

func (m *DeleteLoRaCloudIntegrationRequest) XXX_Size() int

func (*DeleteLoRaCloudIntegrationRequest) XXX_Unmarshal added in v3.6.0

func (m *DeleteLoRaCloudIntegrationRequest) 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 DeleteMyDevicesIntegrationRequest added in v3.0.10

type DeleteMyDevicesIntegrationRequest 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 (*DeleteMyDevicesIntegrationRequest) Descriptor added in v3.0.10

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

func (*DeleteMyDevicesIntegrationRequest) GetApplicationId added in v3.0.10

func (m *DeleteMyDevicesIntegrationRequest) GetApplicationId() int64

func (*DeleteMyDevicesIntegrationRequest) ProtoMessage added in v3.0.10

func (*DeleteMyDevicesIntegrationRequest) ProtoMessage()

func (*DeleteMyDevicesIntegrationRequest) Reset added in v3.0.10

func (*DeleteMyDevicesIntegrationRequest) String added in v3.0.10

func (*DeleteMyDevicesIntegrationRequest) XXX_DiscardUnknown added in v3.0.10

func (m *DeleteMyDevicesIntegrationRequest) XXX_DiscardUnknown()

func (*DeleteMyDevicesIntegrationRequest) XXX_Marshal added in v3.0.10

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

func (*DeleteMyDevicesIntegrationRequest) XXX_Merge added in v3.0.10

func (*DeleteMyDevicesIntegrationRequest) XXX_Size added in v3.0.10

func (m *DeleteMyDevicesIntegrationRequest) XXX_Size() int

func (*DeleteMyDevicesIntegrationRequest) XXX_Unmarshal added in v3.0.10

func (m *DeleteMyDevicesIntegrationRequest) 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 DeletePilotThingsIntegrationRequest added in v3.8.0

type DeletePilotThingsIntegrationRequest 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 (*DeletePilotThingsIntegrationRequest) Descriptor added in v3.8.0

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

func (*DeletePilotThingsIntegrationRequest) GetApplicationId added in v3.8.0

func (m *DeletePilotThingsIntegrationRequest) GetApplicationId() int64

func (*DeletePilotThingsIntegrationRequest) ProtoMessage added in v3.8.0

func (*DeletePilotThingsIntegrationRequest) ProtoMessage()

func (*DeletePilotThingsIntegrationRequest) Reset added in v3.8.0

func (*DeletePilotThingsIntegrationRequest) String added in v3.8.0

func (*DeletePilotThingsIntegrationRequest) XXX_DiscardUnknown added in v3.8.0

func (m *DeletePilotThingsIntegrationRequest) XXX_DiscardUnknown()

func (*DeletePilotThingsIntegrationRequest) XXX_Marshal added in v3.8.0

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

func (*DeletePilotThingsIntegrationRequest) XXX_Merge added in v3.8.0

func (*DeletePilotThingsIntegrationRequest) XXX_Size added in v3.8.0

func (*DeletePilotThingsIntegrationRequest) XXX_Unmarshal added in v3.8.0

func (m *DeletePilotThingsIntegrationRequest) 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 */
	// Device is disabled.
	IsDisabled           bool     `protobuf:"varint,10,opt,name=is_disabled,json=isDisabled,proto3" json:"is_disabled,omitempty"`
	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) GetIsDisabled added in v3.5.1

func (m *Device) GetIsDisabled() bool

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"`
	// User defined tags.
	Tags map[string]string `` /* 150-byte string literal not displayed */
	// Uplink interval.
	// This defines the expected uplink interval which the device uses for
	// communication. When the uplink interval has expired and no uplink has
	// been received, the device is considered inactive.
	UplinkInterval *duration.Duration `protobuf:"bytes,30,opt,name=uplink_interval,json=uplinkInterval,proto3" json:"uplink_interval,omitempty"`
	// ADR algorithm ID.
	// In case this is left blank, or is configured to a non-existing ADR
	// algorithm (plugin), then it falls back to 'default'.
	AdrAlgorithmId       string   `protobuf:"bytes,31,opt,name=adr_algorithm_id,json=adrAlgorithmID,proto3" json:"adr_algorithm_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DeviceProfile) Descriptor

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

func (*DeviceProfile) GetAdrAlgorithmId added in v3.9.3

func (m *DeviceProfile) GetAdrAlgorithmId() string

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) GetTags added in v3.1.8

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

func (*DeviceProfile) GetUplinkInterval added in v3.7.4

func (m *DeviceProfile) GetUplinkInterval() *duration.Duration

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"`
	// Network-server name.
	NetworkServerName    string   `protobuf:"bytes,7,opt,name=network_server_name,json=networkServerName,proto3" json:"network_server_name,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) GetNetworkServerName added in v3.4.2

func (m *DeviceProfileListItem) GetNetworkServerName() string

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.

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.

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 with the given parameters (for ABP or for importing OTAA activations).
	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)
	// GetStats returns the device stats.
	GetStats(ctx context.Context, in *GetDeviceStatsRequest, opts ...grpc.CallOption) (*GetDeviceStatsResponse, 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)
	// ClearDeviceNonces deletes the device older activation records for the given DevEUI.
	//   * These are clear older DevNonce records from device activation records in Network Server
	//   * These clears all DevNonce records but keeps latest 20 records for maintain device activation status
	ClearDeviceNonces(ctx context.Context, in *ClearDeviceNoncesRequest, opts ...grpc.CallOption) (*empty.Empty, 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.

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 with the given parameters (for ABP or for importing OTAA activations).
	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)
	// GetStats returns the device stats.
	GetStats(context.Context, *GetDeviceStatsRequest) (*GetDeviceStatsResponse, 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
	// ClearDeviceNonces deletes the device older activation records for the given DevEUI.
	//   * These are clear older DevNonce records from device activation records in Network Server
	//   * These clears all DevNonce records but keeps latest 20 records for maintain device activation status
	ClearDeviceNonces(context.Context, *ClearDeviceNoncesRequest) (*empty.Empty, 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 DeviceStats added in v3.11.1

type DeviceStats struct {
	// Timestamp of the (aggregated) measurement.
	Timestamp *timestamp.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// Packets received from the device.
	RxPackets uint32 `protobuf:"varint,2,opt,name=rx_packets,json=rxPackets,proto3" json:"rx_packets,omitempty"`
	// Average RSSI (as reported by the gateway(s)).
	GwRssi float32 `protobuf:"fixed32,3,opt,name=gw_rssi,json=gwRssi,proto3" json:"gw_rssi,omitempty"`
	// Average SNR (as reported by the gateway(s)).
	GwSnr float32 `protobuf:"fixed32,4,opt,name=gw_snr,json=gwSnr,proto3" json:"gw_snr,omitempty"`
	// Packets received by frequency.
	RxPacketsPerFrequency map[uint32]uint32 `` /* 218-byte string literal not displayed */
	// Packets received by DR.
	RxPacketsPerDr map[uint32]uint32 `` /* 197-byte string literal not displayed */
	// Error count.
	Errors               map[string]uint32 `` /* 154-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DeviceStats) Descriptor added in v3.11.1

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

func (*DeviceStats) GetErrors added in v3.11.1

func (m *DeviceStats) GetErrors() map[string]uint32

func (*DeviceStats) GetGwRssi added in v3.11.1

func (m *DeviceStats) GetGwRssi() float32

func (*DeviceStats) GetGwSnr added in v3.11.1

func (m *DeviceStats) GetGwSnr() float32

func (*DeviceStats) GetRxPackets added in v3.11.1

func (m *DeviceStats) GetRxPackets() uint32

func (*DeviceStats) GetRxPacketsPerDr added in v3.11.1

func (m *DeviceStats) GetRxPacketsPerDr() map[uint32]uint32

func (*DeviceStats) GetRxPacketsPerFrequency added in v3.11.1

func (m *DeviceStats) GetRxPacketsPerFrequency() map[uint32]uint32

func (*DeviceStats) GetTimestamp added in v3.11.1

func (m *DeviceStats) GetTimestamp() *timestamp.Timestamp

func (*DeviceStats) ProtoMessage added in v3.11.1

func (*DeviceStats) ProtoMessage()

func (*DeviceStats) Reset added in v3.11.1

func (m *DeviceStats) Reset()

func (*DeviceStats) String added in v3.11.1

func (m *DeviceStats) String() string

func (*DeviceStats) XXX_DiscardUnknown added in v3.11.1

func (m *DeviceStats) XXX_DiscardUnknown()

func (*DeviceStats) XXX_Marshal added in v3.11.1

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

func (*DeviceStats) XXX_Merge added in v3.11.1

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

func (*DeviceStats) XXX_Size added in v3.11.1

func (m *DeviceStats) XXX_Size() int

func (*DeviceStats) XXX_Unmarshal added in v3.11.1

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

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"`
	// Gateway ID.
	GatewayId string `protobuf:"bytes,3,opt,name=gateway_id,json=gatewayID,proto3" json:"gateway_id,omitempty"`
	// Published at timestamp.
	PublishedAt          *timestamp.Timestamp `protobuf:"bytes,4,opt,name=published_at,json=publishedAt,proto3" json:"published_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*DownlinkFrameLog) Descriptor

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

func (*DownlinkFrameLog) GetGatewayId added in v3.4.1

func (m *DownlinkFrameLog) GetGatewayId() string

func (*DownlinkFrameLog) GetPhyPayloadJson

func (m *DownlinkFrameLog) GetPhyPayloadJson() string

func (*DownlinkFrameLog) GetPublishedAt added in v3.9.9

func (m *DownlinkFrameLog) GetPublishedAt() *timestamp.Timestamp

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 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.

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 GCPPubSubIntegration added in v3.7.0

type GCPPubSubIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Marshaler.
	// This defines the marshaler that is used to encode the event payload.
	Marshaler Marshaler `protobuf:"varint,2,opt,name=marshaler,proto3,enum=api.Marshaler" json:"marshaler,omitempty"`
	// Credentials file.
	// This IAM service-account credentials file (JSON) must have the following Pub/Sub roles:
	// * Pub/Sub Publisher
	CredentialsFile string `protobuf:"bytes,3,opt,name=credentials_file,json=credentialsFile,proto3" json:"credentials_file,omitempty"`
	// Project ID.
	ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectID,proto3" json:"project_id,omitempty"`
	// Topic name.
	// This is the name of the Pub/Sub topic.
	TopicName            string   `protobuf:"bytes,5,opt,name=topic_name,json=topicName,proto3" json:"topic_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GCPPubSubIntegration) Descriptor added in v3.7.0

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

func (*GCPPubSubIntegration) GetApplicationId added in v3.7.0

func (m *GCPPubSubIntegration) GetApplicationId() int64

func (*GCPPubSubIntegration) GetCredentialsFile added in v3.7.0

func (m *GCPPubSubIntegration) GetCredentialsFile() string

func (*GCPPubSubIntegration) GetMarshaler added in v3.7.0

func (m *GCPPubSubIntegration) GetMarshaler() Marshaler

func (*GCPPubSubIntegration) GetProjectId added in v3.7.0

func (m *GCPPubSubIntegration) GetProjectId() string

func (*GCPPubSubIntegration) GetTopicName added in v3.7.0

func (m *GCPPubSubIntegration) GetTopicName() string

func (*GCPPubSubIntegration) ProtoMessage added in v3.7.0

func (*GCPPubSubIntegration) ProtoMessage()

func (*GCPPubSubIntegration) Reset added in v3.7.0

func (m *GCPPubSubIntegration) Reset()

func (*GCPPubSubIntegration) String added in v3.7.0

func (m *GCPPubSubIntegration) String() string

func (*GCPPubSubIntegration) XXX_DiscardUnknown added in v3.7.0

func (m *GCPPubSubIntegration) XXX_DiscardUnknown()

func (*GCPPubSubIntegration) XXX_Marshal added in v3.7.0

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

func (*GCPPubSubIntegration) XXX_Merge added in v3.7.0

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

func (*GCPPubSubIntegration) XXX_Size added in v3.7.0

func (m *GCPPubSubIntegration) XXX_Size() int

func (*GCPPubSubIntegration) XXX_Unmarshal added in v3.7.0

func (m *GCPPubSubIntegration) 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"`
	// Tags (user defined).
	Tags map[string]string `` /* 150-byte string literal not displayed */
	// Metadata (provided by the gateway).
	Metadata map[string]string `` /* 158-byte string literal not displayed */
	// Service-profile ID (UUID string, optional).
	ServiceProfileId     string   `protobuf:"bytes,12,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 (*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) GetMetadata added in v3.1.6

func (m *Gateway) GetMetadata() map[string]string

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) GetServiceProfileId added in v3.9.2

func (m *Gateway) GetServiceProfileId() string

func (*Gateway) GetTags added in v3.1.5

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

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"`
	// Network-server name.
	NetworkServerName    string   `protobuf:"bytes,11,opt,name=network_server_name,json=networkServerName,proto3" json:"network_server_name,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) GetNetworkServerName added in v3.7.2

func (m *GatewayListItem) GetNetworkServerName() string

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"`
	// Stats interval.
	// This defines the (expected) stats interval which the gateways using this
	// gateway-profile are using.
	StatsInterval        *duration.Duration `protobuf:"bytes,6,opt,name=stats_interval,json=statsInterval,proto3" json:"stats_interval,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) GetStatsInterval added in v3.7.7

func (m *GatewayProfile) GetStatsInterval() *duration.Duration

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.

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)
	// GenerateGatewayClientCertificate returns TLS certificate gateway authentication / authorization.
	// This endpoint can ony be used when ChirpStack Network Server is configured with a gateway
	// CA certificate and key, which is used for signing the TLS certificate. The returned TLS
	// certificate will have the Gateway ID as Common Name.
	GenerateGatewayClientCertificate(ctx context.Context, in *GenerateGatewayClientCertificateRequest, opts ...grpc.CallOption) (*GenerateGatewayClientCertificateResponse, 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.

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)
	// GenerateGatewayClientCertificate returns TLS certificate gateway authentication / authorization.
	// This endpoint can ony be used when ChirpStack Network Server is configured with a gateway
	// CA certificate and key, which is used for signing the TLS certificate. The returned TLS
	// certificate will have the Gateway ID as Common Name.
	GenerateGatewayClientCertificate(context.Context, *GenerateGatewayClientCertificateRequest) (*GenerateGatewayClientCertificateResponse, 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"`
	// Tx packets per frequency.
	TxPacketsPerFrequency map[uint32]uint32 `` /* 218-byte string literal not displayed */
	// Rx packets per frequency.
	RxPacketsPerFrequency map[uint32]uint32 `` /* 218-byte string literal not displayed */
	// Tx packets per DR.
	TxPacketsPerDr map[uint32]uint32 `` /* 197-byte string literal not displayed */
	// Rx packets per DR.
	RxPacketsPerDr map[uint32]uint32 `` /* 197-byte string literal not displayed */
	// Tx packets per status.
	TxPacketsPerStatus   map[string]uint32 `` /* 209-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GatewayStats) Descriptor

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

func (*GatewayStats) GetRxPacketsPerDr added in v3.11.1

func (m *GatewayStats) GetRxPacketsPerDr() map[uint32]uint32

func (*GatewayStats) GetRxPacketsPerFrequency added in v3.11.1

func (m *GatewayStats) GetRxPacketsPerFrequency() map[uint32]uint32

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) GetTxPacketsPerDr added in v3.11.1

func (m *GatewayStats) GetTxPacketsPerDr() map[uint32]uint32

func (*GatewayStats) GetTxPacketsPerFrequency added in v3.11.1

func (m *GatewayStats) GetTxPacketsPerFrequency() map[uint32]uint32

func (*GatewayStats) GetTxPacketsPerStatus added in v3.11.1

func (m *GatewayStats) GetTxPacketsPerStatus() map[string]uint32

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 GenerateGatewayClientCertificateRequest added in v3.6.12

type GenerateGatewayClientCertificateRequest 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 (*GenerateGatewayClientCertificateRequest) Descriptor added in v3.6.12

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

func (*GenerateGatewayClientCertificateRequest) GetGatewayId added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) ProtoMessage added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) Reset added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) String added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) XXX_DiscardUnknown added in v3.6.12

func (m *GenerateGatewayClientCertificateRequest) XXX_DiscardUnknown()

func (*GenerateGatewayClientCertificateRequest) XXX_Marshal added in v3.6.12

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

func (*GenerateGatewayClientCertificateRequest) XXX_Merge added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) XXX_Size added in v3.6.12

func (*GenerateGatewayClientCertificateRequest) XXX_Unmarshal added in v3.6.12

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

type GenerateGatewayClientCertificateResponse added in v3.6.12

type GenerateGatewayClientCertificateResponse struct {
	// TLS certificate.
	TlsCert string `protobuf:"bytes,1,opt,name=tls_cert,json=tlsCert,proto3" json:"tls_cert,omitempty"`
	// TLS key.
	TlsKey string `protobuf:"bytes,2,opt,name=tls_key,json=tlsKey,proto3" json:"tls_key,omitempty"`
	// CA certificate.
	CaCert string `protobuf:"bytes,3,opt,name=ca_cert,json=caCert,proto3" json:"ca_cert,omitempty"`
	// Expires at defines the expiration date of the certificate.
	ExpiresAt            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GenerateGatewayClientCertificateResponse) Descriptor added in v3.6.12

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

func (*GenerateGatewayClientCertificateResponse) GetCaCert added in v3.7.1

func (*GenerateGatewayClientCertificateResponse) GetExpiresAt added in v3.8.1

func (*GenerateGatewayClientCertificateResponse) GetTlsCert added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) GetTlsKey added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) ProtoMessage added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) Reset added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) String added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) XXX_DiscardUnknown added in v3.6.12

func (m *GenerateGatewayClientCertificateResponse) XXX_DiscardUnknown()

func (*GenerateGatewayClientCertificateResponse) XXX_Marshal added in v3.6.12

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

func (*GenerateGatewayClientCertificateResponse) XXX_Merge added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) XXX_Size added in v3.6.12

func (*GenerateGatewayClientCertificateResponse) XXX_Unmarshal added in v3.6.12

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

type GenerateMQTTIntegrationClientCertificateRequest added in v3.9.1

type GenerateMQTTIntegrationClientCertificateRequest 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 (*GenerateMQTTIntegrationClientCertificateRequest) Descriptor added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) GetApplicationId added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) ProtoMessage added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) Reset added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) String added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) XXX_DiscardUnknown added in v3.9.1

func (m *GenerateMQTTIntegrationClientCertificateRequest) XXX_DiscardUnknown()

func (*GenerateMQTTIntegrationClientCertificateRequest) XXX_Marshal added in v3.9.1

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

func (*GenerateMQTTIntegrationClientCertificateRequest) XXX_Merge added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) XXX_Size added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateRequest) XXX_Unmarshal added in v3.9.1

type GenerateMQTTIntegrationClientCertificateResponse added in v3.9.1

type GenerateMQTTIntegrationClientCertificateResponse struct {
	// TLS certificate.
	TlsCert string `protobuf:"bytes,1,opt,name=tls_cert,json=tlsCert,proto3" json:"tls_cert,omitempty"`
	// TLS key.
	TlsKey string `protobuf:"bytes,2,opt,name=tls_key,json=tlsKey,proto3" json:"tls_key,omitempty"`
	// CA certificate.
	CaCert string `protobuf:"bytes,3,opt,name=ca_cert,json=caCert,proto3" json:"ca_cert,omitempty"`
	// Expires at defines the expiration date of the certificate.
	ExpiresAt            *timestamp.Timestamp `protobuf:"bytes,4,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*GenerateMQTTIntegrationClientCertificateResponse) Descriptor added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) GetCaCert added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) GetExpiresAt added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsCert added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsKey added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) ProtoMessage added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) Reset added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) String added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) XXX_DiscardUnknown added in v3.9.1

func (m *GenerateMQTTIntegrationClientCertificateResponse) XXX_DiscardUnknown()

func (*GenerateMQTTIntegrationClientCertificateResponse) XXX_Marshal added in v3.9.1

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

func (*GenerateMQTTIntegrationClientCertificateResponse) XXX_Merge added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) XXX_Size added in v3.9.1

func (*GenerateMQTTIntegrationClientCertificateResponse) XXX_Unmarshal added in v3.9.1

type GetADRAlgorithmsRequest added in v3.9.3

type GetADRAlgorithmsRequest struct {
	// Network-server ID.
	NetworkServerId      int64    `protobuf:"varint,1,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 (*GetADRAlgorithmsRequest) Descriptor added in v3.9.3

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

func (*GetADRAlgorithmsRequest) GetNetworkServerId added in v3.9.3

func (m *GetADRAlgorithmsRequest) GetNetworkServerId() int64

func (*GetADRAlgorithmsRequest) ProtoMessage added in v3.9.3

func (*GetADRAlgorithmsRequest) ProtoMessage()

func (*GetADRAlgorithmsRequest) Reset added in v3.9.3

func (m *GetADRAlgorithmsRequest) Reset()

func (*GetADRAlgorithmsRequest) String added in v3.9.3

func (m *GetADRAlgorithmsRequest) String() string

func (*GetADRAlgorithmsRequest) XXX_DiscardUnknown added in v3.9.3

func (m *GetADRAlgorithmsRequest) XXX_DiscardUnknown()

func (*GetADRAlgorithmsRequest) XXX_Marshal added in v3.9.3

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

func (*GetADRAlgorithmsRequest) XXX_Merge added in v3.9.3

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

func (*GetADRAlgorithmsRequest) XXX_Size added in v3.9.3

func (m *GetADRAlgorithmsRequest) XXX_Size() int

func (*GetADRAlgorithmsRequest) XXX_Unmarshal added in v3.9.3

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

type GetADRAlgorithmsResponse added in v3.9.3

type GetADRAlgorithmsResponse struct {
	AdrAlgorithms        []*ADRAlgorithm `protobuf:"bytes,1,rep,name=adr_algorithms,json=adrAlgorithms,proto3" json:"adr_algorithms,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetADRAlgorithmsResponse) Descriptor added in v3.9.3

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

func (*GetADRAlgorithmsResponse) GetAdrAlgorithms added in v3.9.3

func (m *GetADRAlgorithmsResponse) GetAdrAlgorithms() []*ADRAlgorithm

func (*GetADRAlgorithmsResponse) ProtoMessage added in v3.9.3

func (*GetADRAlgorithmsResponse) ProtoMessage()

func (*GetADRAlgorithmsResponse) Reset added in v3.9.3

func (m *GetADRAlgorithmsResponse) Reset()

func (*GetADRAlgorithmsResponse) String added in v3.9.3

func (m *GetADRAlgorithmsResponse) String() string

func (*GetADRAlgorithmsResponse) XXX_DiscardUnknown added in v3.9.3

func (m *GetADRAlgorithmsResponse) XXX_DiscardUnknown()

func (*GetADRAlgorithmsResponse) XXX_Marshal added in v3.9.3

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

func (*GetADRAlgorithmsResponse) XXX_Merge added in v3.9.3

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

func (*GetADRAlgorithmsResponse) XXX_Size added in v3.9.3

func (m *GetADRAlgorithmsResponse) XXX_Size() int

func (*GetADRAlgorithmsResponse) XXX_Unmarshal added in v3.9.3

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

type GetAWSSNSIntegrationRequest added in v3.7.0

type GetAWSSNSIntegrationRequest 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 (*GetAWSSNSIntegrationRequest) Descriptor added in v3.7.0

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

func (*GetAWSSNSIntegrationRequest) GetApplicationId added in v3.7.0

func (m *GetAWSSNSIntegrationRequest) GetApplicationId() int64

func (*GetAWSSNSIntegrationRequest) ProtoMessage added in v3.7.0

func (*GetAWSSNSIntegrationRequest) ProtoMessage()

func (*GetAWSSNSIntegrationRequest) Reset added in v3.7.0

func (m *GetAWSSNSIntegrationRequest) Reset()

func (*GetAWSSNSIntegrationRequest) String added in v3.7.0

func (m *GetAWSSNSIntegrationRequest) String() string

func (*GetAWSSNSIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *GetAWSSNSIntegrationRequest) XXX_DiscardUnknown()

func (*GetAWSSNSIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*GetAWSSNSIntegrationRequest) XXX_Merge added in v3.7.0

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

func (*GetAWSSNSIntegrationRequest) XXX_Size added in v3.7.0

func (m *GetAWSSNSIntegrationRequest) XXX_Size() int

func (*GetAWSSNSIntegrationRequest) XXX_Unmarshal added in v3.7.0

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

type GetAWSSNSIntegrationResponse added in v3.7.0

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

func (*GetAWSSNSIntegrationResponse) Descriptor added in v3.7.0

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

func (*GetAWSSNSIntegrationResponse) GetIntegration added in v3.7.0

func (m *GetAWSSNSIntegrationResponse) GetIntegration() *AWSSNSIntegration

func (*GetAWSSNSIntegrationResponse) ProtoMessage added in v3.7.0

func (*GetAWSSNSIntegrationResponse) ProtoMessage()

func (*GetAWSSNSIntegrationResponse) Reset added in v3.7.0

func (m *GetAWSSNSIntegrationResponse) Reset()

func (*GetAWSSNSIntegrationResponse) String added in v3.7.0

func (*GetAWSSNSIntegrationResponse) XXX_DiscardUnknown added in v3.7.0

func (m *GetAWSSNSIntegrationResponse) XXX_DiscardUnknown()

func (*GetAWSSNSIntegrationResponse) XXX_Marshal added in v3.7.0

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

func (*GetAWSSNSIntegrationResponse) XXX_Merge added in v3.7.0

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

func (*GetAWSSNSIntegrationResponse) XXX_Size added in v3.7.0

func (m *GetAWSSNSIntegrationResponse) XXX_Size() int

func (*GetAWSSNSIntegrationResponse) XXX_Unmarshal added in v3.7.0

func (m *GetAWSSNSIntegrationResponse) 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 GetAzureServiceBusIntegrationRequest added in v3.7.0

type GetAzureServiceBusIntegrationRequest 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 (*GetAzureServiceBusIntegrationRequest) Descriptor added in v3.7.0

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

func (*GetAzureServiceBusIntegrationRequest) GetApplicationId added in v3.7.0

func (m *GetAzureServiceBusIntegrationRequest) GetApplicationId() int64

func (*GetAzureServiceBusIntegrationRequest) ProtoMessage added in v3.7.0

func (*GetAzureServiceBusIntegrationRequest) ProtoMessage()

func (*GetAzureServiceBusIntegrationRequest) Reset added in v3.7.0

func (*GetAzureServiceBusIntegrationRequest) String added in v3.7.0

func (*GetAzureServiceBusIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *GetAzureServiceBusIntegrationRequest) XXX_DiscardUnknown()

func (*GetAzureServiceBusIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*GetAzureServiceBusIntegrationRequest) XXX_Merge added in v3.7.0

func (*GetAzureServiceBusIntegrationRequest) XXX_Size added in v3.7.0

func (*GetAzureServiceBusIntegrationRequest) XXX_Unmarshal added in v3.7.0

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

type GetAzureServiceBusIntegrationResponse added in v3.7.0

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

func (*GetAzureServiceBusIntegrationResponse) Descriptor added in v3.7.0

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

func (*GetAzureServiceBusIntegrationResponse) GetIntegration added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) ProtoMessage added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) ProtoMessage()

func (*GetAzureServiceBusIntegrationResponse) Reset added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) String added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) XXX_DiscardUnknown added in v3.7.0

func (m *GetAzureServiceBusIntegrationResponse) XXX_DiscardUnknown()

func (*GetAzureServiceBusIntegrationResponse) XXX_Marshal added in v3.7.0

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

func (*GetAzureServiceBusIntegrationResponse) XXX_Merge added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) XXX_Size added in v3.7.0

func (*GetAzureServiceBusIntegrationResponse) XXX_Unmarshal added in v3.7.0

func (m *GetAzureServiceBusIntegrationResponse) 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 GetDeviceStatsRequest added in v3.11.1

type GetDeviceStatsRequest struct {
	// DevEUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,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 (*GetDeviceStatsRequest) Descriptor added in v3.11.1

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

func (*GetDeviceStatsRequest) GetDevEui added in v3.11.1

func (m *GetDeviceStatsRequest) GetDevEui() string

func (*GetDeviceStatsRequest) GetEndTimestamp added in v3.11.1

func (m *GetDeviceStatsRequest) GetEndTimestamp() *timestamp.Timestamp

func (*GetDeviceStatsRequest) GetInterval added in v3.11.1

func (m *GetDeviceStatsRequest) GetInterval() string

func (*GetDeviceStatsRequest) GetStartTimestamp added in v3.11.1

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

func (*GetDeviceStatsRequest) ProtoMessage added in v3.11.1

func (*GetDeviceStatsRequest) ProtoMessage()

func (*GetDeviceStatsRequest) Reset added in v3.11.1

func (m *GetDeviceStatsRequest) Reset()

func (*GetDeviceStatsRequest) String added in v3.11.1

func (m *GetDeviceStatsRequest) String() string

func (*GetDeviceStatsRequest) XXX_DiscardUnknown added in v3.11.1

func (m *GetDeviceStatsRequest) XXX_DiscardUnknown()

func (*GetDeviceStatsRequest) XXX_Marshal added in v3.11.1

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

func (*GetDeviceStatsRequest) XXX_Merge added in v3.11.1

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

func (*GetDeviceStatsRequest) XXX_Size added in v3.11.1

func (m *GetDeviceStatsRequest) XXX_Size() int

func (*GetDeviceStatsRequest) XXX_Unmarshal added in v3.11.1

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

type GetDeviceStatsResponse added in v3.11.1

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

func (*GetDeviceStatsResponse) Descriptor added in v3.11.1

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

func (*GetDeviceStatsResponse) GetResult added in v3.11.1

func (m *GetDeviceStatsResponse) GetResult() []*DeviceStats

func (*GetDeviceStatsResponse) ProtoMessage added in v3.11.1

func (*GetDeviceStatsResponse) ProtoMessage()

func (*GetDeviceStatsResponse) Reset added in v3.11.1

func (m *GetDeviceStatsResponse) Reset()

func (*GetDeviceStatsResponse) String added in v3.11.1

func (m *GetDeviceStatsResponse) String() string

func (*GetDeviceStatsResponse) XXX_DiscardUnknown added in v3.11.1

func (m *GetDeviceStatsResponse) XXX_DiscardUnknown()

func (*GetDeviceStatsResponse) XXX_Marshal added in v3.11.1

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

func (*GetDeviceStatsResponse) XXX_Merge added in v3.11.1

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

func (*GetDeviceStatsResponse) XXX_Size added in v3.11.1

func (m *GetDeviceStatsResponse) XXX_Size() int

func (*GetDeviceStatsResponse) XXX_Unmarshal added in v3.11.1

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

type GetDevicesSummaryRequest added in v3.7.4

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

func (*GetDevicesSummaryRequest) Descriptor added in v3.7.4

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

func (*GetDevicesSummaryRequest) GetOrganizationId added in v3.7.4

func (m *GetDevicesSummaryRequest) GetOrganizationId() int64

func (*GetDevicesSummaryRequest) ProtoMessage added in v3.7.4

func (*GetDevicesSummaryRequest) ProtoMessage()

func (*GetDevicesSummaryRequest) Reset added in v3.7.4

func (m *GetDevicesSummaryRequest) Reset()

func (*GetDevicesSummaryRequest) String added in v3.7.4

func (m *GetDevicesSummaryRequest) String() string

func (*GetDevicesSummaryRequest) XXX_DiscardUnknown added in v3.7.4

func (m *GetDevicesSummaryRequest) XXX_DiscardUnknown()

func (*GetDevicesSummaryRequest) XXX_Marshal added in v3.7.4

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

func (*GetDevicesSummaryRequest) XXX_Merge added in v3.7.4

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

func (*GetDevicesSummaryRequest) XXX_Size added in v3.7.4

func (m *GetDevicesSummaryRequest) XXX_Size() int

func (*GetDevicesSummaryRequest) XXX_Unmarshal added in v3.7.4

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

type GetDevicesSummaryResponse added in v3.7.4

type GetDevicesSummaryResponse struct {
	// Active count.
	ActiveCount uint32 `protobuf:"varint,1,opt,name=active_count,json=activeCount,proto3" json:"active_count,omitempty"`
	// Inactive count.
	InactiveCount uint32 `protobuf:"varint,2,opt,name=inactive_count,json=inactiveCount,proto3" json:"inactive_count,omitempty"`
	// per data-rate count.
	// Devices that have never been seen are excluded.
	DrCount map[uint32]uint32 `` /* 172-byte string literal not displayed */
	// Never seen count.
	NeverSeenCount       uint32   `protobuf:"varint,4,opt,name=never_seen_count,json=neverSeenCount,proto3" json:"never_seen_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDevicesSummaryResponse) Descriptor added in v3.7.4

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

func (*GetDevicesSummaryResponse) GetActiveCount added in v3.7.4

func (m *GetDevicesSummaryResponse) GetActiveCount() uint32

func (*GetDevicesSummaryResponse) GetDrCount added in v3.7.4

func (m *GetDevicesSummaryResponse) GetDrCount() map[uint32]uint32

func (*GetDevicesSummaryResponse) GetInactiveCount added in v3.7.4

func (m *GetDevicesSummaryResponse) GetInactiveCount() uint32

func (*GetDevicesSummaryResponse) GetNeverSeenCount added in v3.7.5

func (m *GetDevicesSummaryResponse) GetNeverSeenCount() uint32

func (*GetDevicesSummaryResponse) ProtoMessage added in v3.7.4

func (*GetDevicesSummaryResponse) ProtoMessage()

func (*GetDevicesSummaryResponse) Reset added in v3.7.4

func (m *GetDevicesSummaryResponse) Reset()

func (*GetDevicesSummaryResponse) String added in v3.7.4

func (m *GetDevicesSummaryResponse) String() string

func (*GetDevicesSummaryResponse) XXX_DiscardUnknown added in v3.7.4

func (m *GetDevicesSummaryResponse) XXX_DiscardUnknown()

func (*GetDevicesSummaryResponse) XXX_Marshal added in v3.7.4

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

func (*GetDevicesSummaryResponse) XXX_Merge added in v3.7.4

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

func (*GetDevicesSummaryResponse) XXX_Size added in v3.7.4

func (m *GetDevicesSummaryResponse) XXX_Size() int

func (*GetDevicesSummaryResponse) XXX_Unmarshal added in v3.7.4

func (m *GetDevicesSummaryResponse) 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 GetGCPPubSubIntegrationRequest added in v3.7.0

type GetGCPPubSubIntegrationRequest 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 (*GetGCPPubSubIntegrationRequest) Descriptor added in v3.7.0

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

func (*GetGCPPubSubIntegrationRequest) GetApplicationId added in v3.7.0

func (m *GetGCPPubSubIntegrationRequest) GetApplicationId() int64

func (*GetGCPPubSubIntegrationRequest) ProtoMessage added in v3.7.0

func (*GetGCPPubSubIntegrationRequest) ProtoMessage()

func (*GetGCPPubSubIntegrationRequest) Reset added in v3.7.0

func (m *GetGCPPubSubIntegrationRequest) Reset()

func (*GetGCPPubSubIntegrationRequest) String added in v3.7.0

func (*GetGCPPubSubIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *GetGCPPubSubIntegrationRequest) XXX_DiscardUnknown()

func (*GetGCPPubSubIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*GetGCPPubSubIntegrationRequest) XXX_Merge added in v3.7.0

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

func (*GetGCPPubSubIntegrationRequest) XXX_Size added in v3.7.0

func (m *GetGCPPubSubIntegrationRequest) XXX_Size() int

func (*GetGCPPubSubIntegrationRequest) XXX_Unmarshal added in v3.7.0

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

type GetGCPPubSubIntegrationResponse added in v3.7.0

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

func (*GetGCPPubSubIntegrationResponse) Descriptor added in v3.7.0

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

func (*GetGCPPubSubIntegrationResponse) GetIntegration added in v3.7.0

func (*GetGCPPubSubIntegrationResponse) ProtoMessage added in v3.7.0

func (*GetGCPPubSubIntegrationResponse) ProtoMessage()

func (*GetGCPPubSubIntegrationResponse) Reset added in v3.7.0

func (*GetGCPPubSubIntegrationResponse) String added in v3.7.0

func (*GetGCPPubSubIntegrationResponse) XXX_DiscardUnknown added in v3.7.0

func (m *GetGCPPubSubIntegrationResponse) XXX_DiscardUnknown()

func (*GetGCPPubSubIntegrationResponse) XXX_Marshal added in v3.7.0

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

func (*GetGCPPubSubIntegrationResponse) XXX_Merge added in v3.7.0

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

func (*GetGCPPubSubIntegrationResponse) XXX_Size added in v3.7.0

func (m *GetGCPPubSubIntegrationResponse) XXX_Size() int

func (*GetGCPPubSubIntegrationResponse) XXX_Unmarshal added in v3.7.0

func (m *GetGCPPubSubIntegrationResponse) 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 GetGatewaysSummaryRequest added in v3.7.4

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

func (*GetGatewaysSummaryRequest) Descriptor added in v3.7.4

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

func (*GetGatewaysSummaryRequest) GetOrganizationId added in v3.7.4

func (m *GetGatewaysSummaryRequest) GetOrganizationId() int64

func (*GetGatewaysSummaryRequest) ProtoMessage added in v3.7.4

func (*GetGatewaysSummaryRequest) ProtoMessage()

func (*GetGatewaysSummaryRequest) Reset added in v3.7.4

func (m *GetGatewaysSummaryRequest) Reset()

func (*GetGatewaysSummaryRequest) String added in v3.7.4

func (m *GetGatewaysSummaryRequest) String() string

func (*GetGatewaysSummaryRequest) XXX_DiscardUnknown added in v3.7.4

func (m *GetGatewaysSummaryRequest) XXX_DiscardUnknown()

func (*GetGatewaysSummaryRequest) XXX_Marshal added in v3.7.4

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

func (*GetGatewaysSummaryRequest) XXX_Merge added in v3.7.4

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

func (*GetGatewaysSummaryRequest) XXX_Size added in v3.7.4

func (m *GetGatewaysSummaryRequest) XXX_Size() int

func (*GetGatewaysSummaryRequest) XXX_Unmarshal added in v3.7.4

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

type GetGatewaysSummaryResponse added in v3.7.4

type GetGatewaysSummaryResponse struct {
	// Active count.
	ActiveCount uint32 `protobuf:"varint,1,opt,name=active_count,json=activeCount,proto3" json:"active_count,omitempty"`
	// Inactive count.
	InactiveCount uint32 `protobuf:"varint,2,opt,name=inactive_count,json=inactiveCount,proto3" json:"inactive_count,omitempty"`
	// Never seen count.
	NeverSeenCount       uint32   `protobuf:"varint,3,opt,name=never_seen_count,json=neverSeenCount,proto3" json:"never_seen_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetGatewaysSummaryResponse) Descriptor added in v3.7.4

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

func (*GetGatewaysSummaryResponse) GetActiveCount added in v3.7.4

func (m *GetGatewaysSummaryResponse) GetActiveCount() uint32

func (*GetGatewaysSummaryResponse) GetInactiveCount added in v3.7.4

func (m *GetGatewaysSummaryResponse) GetInactiveCount() uint32

func (*GetGatewaysSummaryResponse) GetNeverSeenCount added in v3.7.5

func (m *GetGatewaysSummaryResponse) GetNeverSeenCount() uint32

func (*GetGatewaysSummaryResponse) ProtoMessage added in v3.7.4

func (*GetGatewaysSummaryResponse) ProtoMessage()

func (*GetGatewaysSummaryResponse) Reset added in v3.7.4

func (m *GetGatewaysSummaryResponse) Reset()

func (*GetGatewaysSummaryResponse) String added in v3.7.4

func (m *GetGatewaysSummaryResponse) String() string

func (*GetGatewaysSummaryResponse) XXX_DiscardUnknown added in v3.7.4

func (m *GetGatewaysSummaryResponse) XXX_DiscardUnknown()

func (*GetGatewaysSummaryResponse) XXX_Marshal added in v3.7.4

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

func (*GetGatewaysSummaryResponse) XXX_Merge added in v3.7.4

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

func (*GetGatewaysSummaryResponse) XXX_Size added in v3.7.4

func (m *GetGatewaysSummaryResponse) XXX_Size() int

func (*GetGatewaysSummaryResponse) XXX_Unmarshal added in v3.7.4

func (m *GetGatewaysSummaryResponse) 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 GetLoRaCloudIntegrationRequest added in v3.6.0

type GetLoRaCloudIntegrationRequest 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 (*GetLoRaCloudIntegrationRequest) Descriptor added in v3.6.0

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

func (*GetLoRaCloudIntegrationRequest) GetApplicationId added in v3.6.0

func (m *GetLoRaCloudIntegrationRequest) GetApplicationId() int64

func (*GetLoRaCloudIntegrationRequest) ProtoMessage added in v3.6.0

func (*GetLoRaCloudIntegrationRequest) ProtoMessage()

func (*GetLoRaCloudIntegrationRequest) Reset added in v3.6.0

func (m *GetLoRaCloudIntegrationRequest) Reset()

func (*GetLoRaCloudIntegrationRequest) String added in v3.6.0

func (*GetLoRaCloudIntegrationRequest) XXX_DiscardUnknown added in v3.6.0

func (m *GetLoRaCloudIntegrationRequest) XXX_DiscardUnknown()

func (*GetLoRaCloudIntegrationRequest) XXX_Marshal added in v3.6.0

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

func (*GetLoRaCloudIntegrationRequest) XXX_Merge added in v3.6.0

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

func (*GetLoRaCloudIntegrationRequest) XXX_Size added in v3.6.0

func (m *GetLoRaCloudIntegrationRequest) XXX_Size() int

func (*GetLoRaCloudIntegrationRequest) XXX_Unmarshal added in v3.6.0

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

type GetLoRaCloudIntegrationResponse added in v3.6.0

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

func (*GetLoRaCloudIntegrationResponse) Descriptor added in v3.6.0

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

func (*GetLoRaCloudIntegrationResponse) GetIntegration added in v3.6.0

func (*GetLoRaCloudIntegrationResponse) ProtoMessage added in v3.6.0

func (*GetLoRaCloudIntegrationResponse) ProtoMessage()

func (*GetLoRaCloudIntegrationResponse) Reset added in v3.6.0

func (*GetLoRaCloudIntegrationResponse) String added in v3.6.0

func (*GetLoRaCloudIntegrationResponse) XXX_DiscardUnknown added in v3.6.0

func (m *GetLoRaCloudIntegrationResponse) XXX_DiscardUnknown()

func (*GetLoRaCloudIntegrationResponse) XXX_Marshal added in v3.6.0

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

func (*GetLoRaCloudIntegrationResponse) XXX_Merge added in v3.6.0

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

func (*GetLoRaCloudIntegrationResponse) XXX_Size added in v3.6.0

func (m *GetLoRaCloudIntegrationResponse) XXX_Size() int

func (*GetLoRaCloudIntegrationResponse) XXX_Unmarshal added in v3.6.0

func (m *GetLoRaCloudIntegrationResponse) 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 GetMyDevicesIntegrationRequest added in v3.0.10

type GetMyDevicesIntegrationRequest 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 (*GetMyDevicesIntegrationRequest) Descriptor added in v3.0.10

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

func (*GetMyDevicesIntegrationRequest) GetApplicationId added in v3.0.10

func (m *GetMyDevicesIntegrationRequest) GetApplicationId() int64

func (*GetMyDevicesIntegrationRequest) ProtoMessage added in v3.0.10

func (*GetMyDevicesIntegrationRequest) ProtoMessage()

func (*GetMyDevicesIntegrationRequest) Reset added in v3.0.10

func (m *GetMyDevicesIntegrationRequest) Reset()

func (*GetMyDevicesIntegrationRequest) String added in v3.0.10

func (*GetMyDevicesIntegrationRequest) XXX_DiscardUnknown added in v3.0.10

func (m *GetMyDevicesIntegrationRequest) XXX_DiscardUnknown()

func (*GetMyDevicesIntegrationRequest) XXX_Marshal added in v3.0.10

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

func (*GetMyDevicesIntegrationRequest) XXX_Merge added in v3.0.10

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

func (*GetMyDevicesIntegrationRequest) XXX_Size added in v3.0.10

func (m *GetMyDevicesIntegrationRequest) XXX_Size() int

func (*GetMyDevicesIntegrationRequest) XXX_Unmarshal added in v3.0.10

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

type GetMyDevicesIntegrationResponse added in v3.0.10

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

func (*GetMyDevicesIntegrationResponse) Descriptor added in v3.0.10

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

func (*GetMyDevicesIntegrationResponse) GetIntegration added in v3.0.10

func (*GetMyDevicesIntegrationResponse) ProtoMessage added in v3.0.10

func (*GetMyDevicesIntegrationResponse) ProtoMessage()

func (*GetMyDevicesIntegrationResponse) Reset added in v3.0.10

func (*GetMyDevicesIntegrationResponse) String added in v3.0.10

func (*GetMyDevicesIntegrationResponse) XXX_DiscardUnknown added in v3.0.10

func (m *GetMyDevicesIntegrationResponse) XXX_DiscardUnknown()

func (*GetMyDevicesIntegrationResponse) XXX_Marshal added in v3.0.10

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

func (*GetMyDevicesIntegrationResponse) XXX_Merge added in v3.0.10

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

func (*GetMyDevicesIntegrationResponse) XXX_Size added in v3.0.10

func (m *GetMyDevicesIntegrationResponse) XXX_Size() int

func (*GetMyDevicesIntegrationResponse) XXX_Unmarshal added in v3.0.10

func (m *GetMyDevicesIntegrationResponse) 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 GetPilotThingsIntegrationRequest added in v3.8.0

type GetPilotThingsIntegrationRequest 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 (*GetPilotThingsIntegrationRequest) Descriptor added in v3.8.0

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

func (*GetPilotThingsIntegrationRequest) GetApplicationId added in v3.8.0

func (m *GetPilotThingsIntegrationRequest) GetApplicationId() int64

func (*GetPilotThingsIntegrationRequest) ProtoMessage added in v3.8.0

func (*GetPilotThingsIntegrationRequest) ProtoMessage()

func (*GetPilotThingsIntegrationRequest) Reset added in v3.8.0

func (*GetPilotThingsIntegrationRequest) String added in v3.8.0

func (*GetPilotThingsIntegrationRequest) XXX_DiscardUnknown added in v3.8.0

func (m *GetPilotThingsIntegrationRequest) XXX_DiscardUnknown()

func (*GetPilotThingsIntegrationRequest) XXX_Marshal added in v3.8.0

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

func (*GetPilotThingsIntegrationRequest) XXX_Merge added in v3.8.0

func (*GetPilotThingsIntegrationRequest) XXX_Size added in v3.8.0

func (m *GetPilotThingsIntegrationRequest) XXX_Size() int

func (*GetPilotThingsIntegrationRequest) XXX_Unmarshal added in v3.8.0

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

type GetPilotThingsIntegrationResponse added in v3.8.0

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

func (*GetPilotThingsIntegrationResponse) Descriptor added in v3.8.0

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

func (*GetPilotThingsIntegrationResponse) GetIntegration added in v3.8.0

func (*GetPilotThingsIntegrationResponse) ProtoMessage added in v3.8.0

func (*GetPilotThingsIntegrationResponse) ProtoMessage()

func (*GetPilotThingsIntegrationResponse) Reset added in v3.8.0

func (*GetPilotThingsIntegrationResponse) String added in v3.8.0

func (*GetPilotThingsIntegrationResponse) XXX_DiscardUnknown added in v3.8.0

func (m *GetPilotThingsIntegrationResponse) XXX_DiscardUnknown()

func (*GetPilotThingsIntegrationResponse) XXX_Marshal added in v3.8.0

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

func (*GetPilotThingsIntegrationResponse) XXX_Merge added in v3.8.0

func (*GetPilotThingsIntegrationResponse) XXX_Size added in v3.8.0

func (m *GetPilotThingsIntegrationResponse) XXX_Size() int

func (*GetPilotThingsIntegrationResponse) XXX_Unmarshal added in v3.8.0

func (m *GetPilotThingsIntegrationResponse) 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.
	// Deprecated: use event_endpoint_url.
	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.
	// Deprecated: use event_endpoint_url.
	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).
	// Deprecated: use event_endpoint_url.
	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.
	// Deprecated: use event_endpoint_url.
	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.
	// Deprecated: use event_endpoint_url.
	StatusNotificationUrl string `` /* 126-byte string literal not displayed */
	// The URL to call for location notifications.
	// Deprecated: use event_endpoint_url.
	LocationNotificationUrl string `` /* 132-byte string literal not displayed */
	// The URL to call for tx ack notifications (downlink acknowledged by gateway for transmission).
	// Deprecated: use event_endpoint_url.
	TxAckNotificationUrl string `protobuf:"bytes,9,opt,name=tx_ack_notification_url,json=txAckNotificationURL,proto3" json:"tx_ack_notification_url,omitempty"`
	// The URL to call for integration notifications.
	// Deprecated: use event_endpoint_url.
	IntegrationNotificationUrl string `` /* 142-byte string literal not displayed */
	// Marshaler.
	// This defines the marshaler that is used to encode the event payload.
	Marshaler Marshaler `protobuf:"varint,11,opt,name=marshaler,proto3,enum=api.Marshaler" json:"marshaler,omitempty"`
	// Event endpoint URL.
	// The HTTP integration will POST all events to this enpoint. The request
	// will contain a query parameters "event" containing the type of the
	// event.
	EventEndpointUrl     string   `protobuf:"bytes,12,opt,name=event_endpoint_url,json=eventEndpointURL,proto3" json:"event_endpoint_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HTTPIntegration) Descriptor

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

func (*HTTPIntegration) GetAckNotificationUrl

func (m *HTTPIntegration) GetAckNotificationUrl() string

func (*HTTPIntegration) GetApplicationId

func (m *HTTPIntegration) GetApplicationId() int64

func (*HTTPIntegration) GetErrorNotificationUrl

func (m *HTTPIntegration) GetErrorNotificationUrl() string

func (*HTTPIntegration) GetEventEndpointUrl added in v3.6.11

func (m *HTTPIntegration) GetEventEndpointUrl() string

func (*HTTPIntegration) GetHeaders

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

func (*HTTPIntegration) GetIntegrationNotificationUrl added in v3.6.10

func (m *HTTPIntegration) GetIntegrationNotificationUrl() string

func (*HTTPIntegration) GetJoinNotificationUrl

func (m *HTTPIntegration) GetJoinNotificationUrl() string

func (*HTTPIntegration) GetLocationNotificationUrl

func (m *HTTPIntegration) GetLocationNotificationUrl() string

func (*HTTPIntegration) GetMarshaler added in v3.6.11

func (m *HTTPIntegration) GetMarshaler() Marshaler

func (*HTTPIntegration) GetStatusNotificationUrl

func (m *HTTPIntegration) GetStatusNotificationUrl() string

func (*HTTPIntegration) GetTxAckNotificationUrl added in v3.0.14

func (m *HTTPIntegration) GetTxAckNotificationUrl() 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. (InfluxDB v1)
	Db string `protobuf:"bytes,3,opt,name=db,proto3" json:"db,omitempty"`
	// InfluxDB username. (InfluxDB v1)
	Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	// InfluxDB password. (InfluxDB v1)
	Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// InfluxDB retention policy name. (InfluxDB v1)
	RetentionPolicyName string `protobuf:"bytes,6,opt,name=retention_policy_name,json=retentionPolicyName,proto3" json:"retention_policy_name,omitempty"`
	// InfluxDB timestamp precision (InfluxDB v1).
	Precision InfluxDBPrecision `protobuf:"varint,7,opt,name=precision,proto3,enum=api.InfluxDBPrecision" json:"precision,omitempty"`
	// InfluxDB version.
	Version InfluxDBVersion `protobuf:"varint,8,opt,name=version,proto3,enum=api.InfluxDBVersion" json:"version,omitempty"`
	// Token. (InfluxDB v2)
	Token string `protobuf:"bytes,9,opt,name=token,proto3" json:"token,omitempty"`
	// Organization. (InfluxDB v2)
	Organization string `protobuf:"bytes,10,opt,name=organization,proto3" json:"organization,omitempty"`
	// Bucket. (InfluxDB v2)
	Bucket               string   `protobuf:"bytes,11,opt,name=bucket,proto3" json:"bucket,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) GetBucket added in v3.9.10

func (m *InfluxDBIntegration) GetBucket() string

func (*InfluxDBIntegration) GetDb

func (m *InfluxDBIntegration) GetDb() string

func (*InfluxDBIntegration) GetEndpoint

func (m *InfluxDBIntegration) GetEndpoint() string

func (*InfluxDBIntegration) GetOrganization added in v3.9.10

func (m *InfluxDBIntegration) GetOrganization() 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) GetToken added in v3.9.10

func (m *InfluxDBIntegration) GetToken() string

func (*InfluxDBIntegration) GetUsername

func (m *InfluxDBIntegration) GetUsername() string

func (*InfluxDBIntegration) GetVersion added in v3.9.10

func (m *InfluxDBIntegration) GetVersion() InfluxDBVersion

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 InfluxDBVersion added in v3.9.10

type InfluxDBVersion int32
const (
	InfluxDBVersion_INFLUXDB_1 InfluxDBVersion = 0
	InfluxDBVersion_INFLUXDB_2 InfluxDBVersion = 1
)

func (InfluxDBVersion) EnumDescriptor added in v3.9.10

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

func (InfluxDBVersion) String added in v3.9.10

func (x InfluxDBVersion) String() string

type IntegrationKind

type IntegrationKind int32
const (
	IntegrationKind_HTTP              IntegrationKind = 0
	IntegrationKind_INFLUXDB          IntegrationKind = 1
	IntegrationKind_THINGSBOARD       IntegrationKind = 2
	IntegrationKind_MYDEVICES         IntegrationKind = 3
	IntegrationKind_LORACLOUD         IntegrationKind = 4
	IntegrationKind_GCP_PUBSUB        IntegrationKind = 5
	IntegrationKind_AWS_SNS           IntegrationKind = 6
	IntegrationKind_AZURE_SERVICE_BUS IntegrationKind = 7
	IntegrationKind_PILOT_THINGS      IntegrationKind = 8
	IntegrationKind_MQTT_GLOBAL       IntegrationKind = 9
)

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)
	// Perform a global search.
	GlobalSearch(ctx context.Context, in *GlobalSearchRequest, opts ...grpc.CallOption) (*GlobalSearchResponse, error)
	// CreateAPIKey creates the given API key.
	CreateAPIKey(ctx context.Context, in *CreateAPIKeyRequest, opts ...grpc.CallOption) (*CreateAPIKeyResponse, error)
	// DeleteAPIKey deletes the API key.
	DeleteAPIKey(ctx context.Context, in *DeleteAPIKeyRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ListAPIKeys lists the available API keys.
	ListAPIKeys(ctx context.Context, in *ListAPIKeysRequest, opts ...grpc.CallOption) (*ListAPIKeysResponse, error)
	// Get the global settings.
	Settings(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SettingsResponse, error)
	// OpenID Connect login.
	OpenIDConnectLogin(ctx context.Context, in *OpenIDConnectLoginRequest, opts ...grpc.CallOption) (*OpenIDConnectLoginResponse, error)
	// GetDevicesSummary returns an aggregated summary of the devices.
	GetDevicesSummary(ctx context.Context, in *GetDevicesSummaryRequest, opts ...grpc.CallOption) (*GetDevicesSummaryResponse, error)
	// GetGatewaysSummary returns an aggregated summary of the gateways.
	GetGatewaysSummary(ctx context.Context, in *GetGatewaysSummaryRequest, opts ...grpc.CallOption) (*GetGatewaysSummaryResponse, 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.

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)
	// Perform a global search.
	GlobalSearch(context.Context, *GlobalSearchRequest) (*GlobalSearchResponse, error)
	// CreateAPIKey creates the given API key.
	CreateAPIKey(context.Context, *CreateAPIKeyRequest) (*CreateAPIKeyResponse, error)
	// DeleteAPIKey deletes the API key.
	DeleteAPIKey(context.Context, *DeleteAPIKeyRequest) (*empty.Empty, error)
	// ListAPIKeys lists the available API keys.
	ListAPIKeys(context.Context, *ListAPIKeysRequest) (*ListAPIKeysResponse, error)
	// Get the global settings.
	Settings(context.Context, *empty.Empty) (*SettingsResponse, error)
	// OpenID Connect login.
	OpenIDConnectLogin(context.Context, *OpenIDConnectLoginRequest) (*OpenIDConnectLoginResponse, error)
	// GetDevicesSummary returns an aggregated summary of the devices.
	GetDevicesSummary(context.Context, *GetDevicesSummaryRequest) (*GetDevicesSummaryResponse, error)
	// GetGatewaysSummary returns an aggregated summary of the gateways.
	GetGatewaysSummary(context.Context, *GetGatewaysSummaryRequest) (*GetGatewaysSummaryResponse, error)
}

InternalServiceServer is the server API for InternalService service.

type ListAPIKeysRequest added in v3.2.0

type ListAPIKeysRequest 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"`
	// Return only admin keys.
	IsAdmin bool `protobuf:"varint,3,opt,name=is_admin,json=isAdmin,proto3" json:"is_admin,omitempty"`
	// Filter on organization ID.
	OrganizationId int64 `protobuf:"varint,4,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// Filter on application ID.
	ApplicationId        int64    `protobuf:"varint,5,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListAPIKeysRequest) Descriptor added in v3.2.0

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

func (*ListAPIKeysRequest) GetApplicationId added in v3.2.0

func (m *ListAPIKeysRequest) GetApplicationId() int64

func (*ListAPIKeysRequest) GetIsAdmin added in v3.2.0

func (m *ListAPIKeysRequest) GetIsAdmin() bool

func (*ListAPIKeysRequest) GetLimit added in v3.2.0

func (m *ListAPIKeysRequest) GetLimit() int64

func (*ListAPIKeysRequest) GetOffset added in v3.2.0

func (m *ListAPIKeysRequest) GetOffset() int64

func (*ListAPIKeysRequest) GetOrganizationId added in v3.2.0

func (m *ListAPIKeysRequest) GetOrganizationId() int64

func (*ListAPIKeysRequest) ProtoMessage added in v3.2.0

func (*ListAPIKeysRequest) ProtoMessage()

func (*ListAPIKeysRequest) Reset added in v3.2.0

func (m *ListAPIKeysRequest) Reset()

func (*ListAPIKeysRequest) String added in v3.2.0

func (m *ListAPIKeysRequest) String() string

func (*ListAPIKeysRequest) XXX_DiscardUnknown added in v3.2.0

func (m *ListAPIKeysRequest) XXX_DiscardUnknown()

func (*ListAPIKeysRequest) XXX_Marshal added in v3.2.0

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

func (*ListAPIKeysRequest) XXX_Merge added in v3.2.0

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

func (*ListAPIKeysRequest) XXX_Size added in v3.2.0

func (m *ListAPIKeysRequest) XXX_Size() int

func (*ListAPIKeysRequest) XXX_Unmarshal added in v3.2.0

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

type ListAPIKeysResponse added in v3.2.0

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

func (*ListAPIKeysResponse) Descriptor added in v3.2.0

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

func (*ListAPIKeysResponse) GetResult added in v3.2.0

func (m *ListAPIKeysResponse) GetResult() []*APIKey

func (*ListAPIKeysResponse) GetTotalCount added in v3.2.0

func (m *ListAPIKeysResponse) GetTotalCount() int64

func (*ListAPIKeysResponse) ProtoMessage added in v3.2.0

func (*ListAPIKeysResponse) ProtoMessage()

func (*ListAPIKeysResponse) Reset added in v3.2.0

func (m *ListAPIKeysResponse) Reset()

func (*ListAPIKeysResponse) String added in v3.2.0

func (m *ListAPIKeysResponse) String() string

func (*ListAPIKeysResponse) XXX_DiscardUnknown added in v3.2.0

func (m *ListAPIKeysResponse) XXX_DiscardUnknown()

func (*ListAPIKeysResponse) XXX_Marshal added in v3.2.0

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

func (*ListAPIKeysResponse) XXX_Merge added in v3.2.0

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

func (*ListAPIKeysResponse) XXX_Size added in v3.2.0

func (m *ListAPIKeysResponse) XXX_Size() int

func (*ListAPIKeysResponse) XXX_Unmarshal added in v3.2.0

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

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"`
	// Return only the count, not the result-set.
	CountOnly            bool     `protobuf:"varint,2,opt,name=count_only,json=countOnly,proto3" json:"count_only,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListDeviceQueueItemsRequest) Descriptor

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

func (*ListDeviceQueueItemsRequest) GetCountOnly added in v3.0.6

func (m *ListDeviceQueueItemsRequest) GetCountOnly() bool

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 {
	// The device queue items.
	DeviceQueueItems []*DeviceQueueItem `protobuf:"bytes,1,rep,name=device_queue_items,json=deviceQueueItems,proto3" json:"device_queue_items,omitempty"`
	// Total number of items in the queue.
	TotalCount           uint32   `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,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) GetTotalCount added in v3.0.6

func (m *ListDeviceQueueItemsResponse) GetTotalCount() uint32

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"`
	// Tags to filter on.
	Tags                 map[string]string `` /* 149-byte string literal not displayed */
	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) GetTags added in v3.1.3

func (m *ListDeviceRequest) GetTags() map[string]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"`
	// Search can be used to search on the multicast-group name.
	Search string `protobuf:"bytes,6,opt,name=search,proto3" json:"search,omitempty"`
	// Application ID to filter on.
	ApplicationId        int64    `protobuf:"varint,7,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListMulticastGroupRequest) Descriptor

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

func (*ListMulticastGroupRequest) GetApplicationId added in v3.10.0

func (m *ListMulticastGroupRequest) GetApplicationId() int64

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) 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"`
	// Network-server id to filter on.
	NetworkServerId      int64    `protobuf:"varint,4,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 (*ListServiceProfileRequest) Descriptor

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

func (*ListServiceProfileRequest) GetLimit

func (m *ListServiceProfileRequest) GetLimit() int64

func (*ListServiceProfileRequest) GetNetworkServerId added in v3.9.2

func (m *ListServiceProfileRequest) GetNetworkServerId() 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"`
	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) 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 LoRaCloudIntegration added in v3.6.0

type LoRaCloudIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Geolocation enabled.
	Geolocation bool `protobuf:"varint,2,opt,name=geolocation,proto3" json:"geolocation,omitempty"`
	// Geolocation token.
	// This token can be obtained from the LoRa Cloud console.
	GeolocationToken string `protobuf:"bytes,3,opt,name=geolocation_token,json=geolocationToken,proto3" json:"geolocation_token,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.
	GeolocationBufferTtl uint32 `protobuf:"varint,4,opt,name=geolocation_buffer_ttl,json=geolocationBufferTTL,proto3" json:"geolocation_buffer_ttl,omitempty"`
	// Geolocation minimum buffer size.
	// When > 0, geolocation will only be performed when the buffer has
	// at least the given size.
	GeolocationMinBufferSize uint32 `` /* 138-byte string literal not displayed */
	// TDOA based geolocation is enabled.
	GeolocationTdoa bool `protobuf:"varint,6,opt,name=geolocation_tdoa,json=geolocationTDOA,proto3" json:"geolocation_tdoa,omitempty"`
	// RSSI based geolocation is enabled.
	GeolocationRssi bool `protobuf:"varint,7,opt,name=geolocation_rssi,json=geolocationRSSI,proto3" json:"geolocation_rssi,omitempty"`
	// GNSS based geolocation is enabled (LR1110).
	GeolocationGnss bool `protobuf:"varint,8,opt,name=geolocation_gnss,json=geolocationGNSS,proto3" json:"geolocation_gnss,omitempty"`
	// GNSS payload field.
	// This holds the name of the field in the decoded payload object which
	// contains the GNSS payload bytes.
	GeolocationGnssPayloadField string `` /* 146-byte string literal not displayed */
	// GNSS use RX time.
	// In case this is set to true, the resolver will use the RX time of the
	// network instead of the timestamp included in the LR1110 payload.
	GeolocationGnssUseRxTime bool `` /* 141-byte string literal not displayed */
	// Wifi based geolocation is enabled.
	GeolocationWifi bool `protobuf:"varint,11,opt,name=geolocation_wifi,json=geolocationWifi,proto3" json:"geolocation_wifi,omitempty"`
	// Wifi payload field.
	// This holds the name of the field in the decoded payload object which
	// contains an array of objects with the following fields:
	// * macAddress - e.g. 01:23:45:67:89:ab
	// * signalStrength - e.g. -51 (optional)
	GeolocationWifiPayloadField string `` /* 147-byte string literal not displayed */
	// Device Application Services enabled.
	Das bool `protobuf:"varint,13,opt,name=das,proto3" json:"das,omitempty"`
	// Device Application Services token.
	// This token can be obtained from the LoRa Cloud console.
	DasToken string `protobuf:"bytes,14,opt,name=das_token,json=dasToken,proto3" json:"das_token,omitempty"`
	// Device Application Services modem port (FPort).
	// ChirpStack Application Server will only forward the FRMPayload to DAS
	// when the uplink FPort is equal to this value.
	DasModemPort uint32 `protobuf:"varint,15,opt,name=das_modem_port,json=dasModemPort,proto3" json:"das_modem_port,omitempty"`
	// Device Application Services GNSS port (FPort).
	// ChirpStack Application Server will forward the FRMPayload to DAS when
	// as GNSS payload when the uplink FPort is equal to this value.
	DasGnssPort uint32 `protobuf:"varint,16,opt,name=das_gnss_port,json=dasGNSSPort,proto3" json:"das_gnss_port,omitempty"`
	// Device Application Services GNSS use RX time.
	// In case this is set to true, the DAS resolver will use the RX time of the
	// network instead of the timestamp included in the LR1110 payload.
	DasGnssUseRxTime bool `protobuf:"varint,17,opt,name=das_gnss_use_rx_time,json=dasGNSSUseRxTime,proto3" json:"das_gnss_use_rx_time,omitempty"`
	// Device Application Services streaming geoloc work-around.
	// This is a temporarily work-around for processing streaming geolocation
	// data. When enabled, stream records (expected in TLV format) are scanned
	// for GNSS data (0x06 or 0x07). If found, the ChirpStack Application Server
	// will make an additional call to the DAS API for resolving the location
	// using the detected payload.
	DasStreamingGeolocWorkaround bool     `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral         struct{} `json:"-"`
	XXX_unrecognized             []byte   `json:"-"`
	XXX_sizecache                int32    `json:"-"`
}

func (*LoRaCloudIntegration) Descriptor added in v3.6.0

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

func (*LoRaCloudIntegration) GetApplicationId added in v3.6.0

func (m *LoRaCloudIntegration) GetApplicationId() int64

func (*LoRaCloudIntegration) GetDas added in v3.6.8

func (m *LoRaCloudIntegration) GetDas() bool

func (*LoRaCloudIntegration) GetDasGnssPort added in v3.7.3

func (m *LoRaCloudIntegration) GetDasGnssPort() uint32

func (*LoRaCloudIntegration) GetDasGnssUseRxTime added in v3.7.3

func (m *LoRaCloudIntegration) GetDasGnssUseRxTime() bool

func (*LoRaCloudIntegration) GetDasModemPort added in v3.6.8

func (m *LoRaCloudIntegration) GetDasModemPort() uint32

func (*LoRaCloudIntegration) GetDasStreamingGeolocWorkaround added in v3.7.8

func (m *LoRaCloudIntegration) GetDasStreamingGeolocWorkaround() bool

func (*LoRaCloudIntegration) GetDasToken added in v3.6.8

func (m *LoRaCloudIntegration) GetDasToken() string

func (*LoRaCloudIntegration) GetGeolocation added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocation() bool

func (*LoRaCloudIntegration) GetGeolocationBufferTtl added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocationBufferTtl() uint32

func (*LoRaCloudIntegration) GetGeolocationGnss added in v3.6.2

func (m *LoRaCloudIntegration) GetGeolocationGnss() bool

func (*LoRaCloudIntegration) GetGeolocationGnssPayloadField added in v3.6.2

func (m *LoRaCloudIntegration) GetGeolocationGnssPayloadField() string

func (*LoRaCloudIntegration) GetGeolocationGnssUseRxTime added in v3.6.4

func (m *LoRaCloudIntegration) GetGeolocationGnssUseRxTime() bool

func (*LoRaCloudIntegration) GetGeolocationMinBufferSize added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocationMinBufferSize() uint32

func (*LoRaCloudIntegration) GetGeolocationRssi added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocationRssi() bool

func (*LoRaCloudIntegration) GetGeolocationTdoa added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocationTdoa() bool

func (*LoRaCloudIntegration) GetGeolocationToken added in v3.6.0

func (m *LoRaCloudIntegration) GetGeolocationToken() string

func (*LoRaCloudIntegration) GetGeolocationWifi added in v3.6.5

func (m *LoRaCloudIntegration) GetGeolocationWifi() bool

func (*LoRaCloudIntegration) GetGeolocationWifiPayloadField added in v3.6.5

func (m *LoRaCloudIntegration) GetGeolocationWifiPayloadField() string

func (*LoRaCloudIntegration) ProtoMessage added in v3.6.0

func (*LoRaCloudIntegration) ProtoMessage()

func (*LoRaCloudIntegration) Reset added in v3.6.0

func (m *LoRaCloudIntegration) Reset()

func (*LoRaCloudIntegration) String added in v3.6.0

func (m *LoRaCloudIntegration) String() string

func (*LoRaCloudIntegration) XXX_DiscardUnknown added in v3.6.0

func (m *LoRaCloudIntegration) XXX_DiscardUnknown()

func (*LoRaCloudIntegration) XXX_Marshal added in v3.6.0

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

func (*LoRaCloudIntegration) XXX_Merge added in v3.6.0

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

func (*LoRaCloudIntegration) XXX_Size added in v3.6.0

func (m *LoRaCloudIntegration) XXX_Size() int

func (*LoRaCloudIntegration) XXX_Unmarshal added in v3.6.0

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

type LoginRequest

type LoginRequest struct {
	// Email of the user.
	Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,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) GetEmail added in v3.6.6

func (m *LoginRequest) GetEmail() string

func (*LoginRequest) GetPassword

func (m *LoginRequest) GetPassword() 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 Marshaler added in v3.6.11

type Marshaler int32
const (
	Marshaler_JSON     Marshaler = 0
	Marshaler_PROTOBUF Marshaler = 1
	Marshaler_JSON_V3  Marshaler = 2
)

func (Marshaler) EnumDescriptor added in v3.6.11

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

func (Marshaler) String added in v3.6.11

func (x Marshaler) String() string

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"`
	// Application ID.
	// After creation, this can not be updated.
	ApplicationId        int64    `protobuf:"varint,12,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MulticastGroup) Descriptor

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

func (*MulticastGroup) GetApplicationId added in v3.10.0

func (m *MulticastGroup) GetApplicationId() int64

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) 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"`
	// 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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MulticastGroupListItem) Descriptor

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

func (*MulticastGroupListItem) GetApplicationId added in v3.10.0

func (m *MulticastGroupListItem) GetApplicationId() int64

func (*MulticastGroupListItem) GetApplicationName added in v3.10.0

func (m *MulticastGroupListItem) GetApplicationName() string

func (*MulticastGroupListItem) GetId

func (m *MulticastGroupListItem) GetId() string

func (*MulticastGroupListItem) GetName

func (m *MulticastGroupListItem) GetName() 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.

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 MyDevicesIntegration added in v3.0.10

type MyDevicesIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// MyDevices API endpoint.
	Endpoint             string   `protobuf:"bytes,2,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MyDevicesIntegration) Descriptor added in v3.0.10

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

func (*MyDevicesIntegration) GetApplicationId added in v3.0.10

func (m *MyDevicesIntegration) GetApplicationId() int64

func (*MyDevicesIntegration) GetEndpoint added in v3.0.10

func (m *MyDevicesIntegration) GetEndpoint() string

func (*MyDevicesIntegration) ProtoMessage added in v3.0.10

func (*MyDevicesIntegration) ProtoMessage()

func (*MyDevicesIntegration) Reset added in v3.0.10

func (m *MyDevicesIntegration) Reset()

func (*MyDevicesIntegration) String added in v3.0.10

func (m *MyDevicesIntegration) String() string

func (*MyDevicesIntegration) XXX_DiscardUnknown added in v3.0.10

func (m *MyDevicesIntegration) XXX_DiscardUnknown()

func (*MyDevicesIntegration) XXX_Marshal added in v3.0.10

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

func (*MyDevicesIntegration) XXX_Merge added in v3.0.10

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

func (*MyDevicesIntegration) XXX_Size added in v3.0.10

func (m *MyDevicesIntegration) XXX_Size() int

func (*MyDevicesIntegration) XXX_Unmarshal added in v3.0.10

func (m *MyDevicesIntegration) 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)
	// GetADRAlgorithms returns the available ADR algorithms.
	GetADRAlgorithms(ctx context.Context, in *GetADRAlgorithmsRequest, opts ...grpc.CallOption) (*GetADRAlgorithmsResponse, 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.

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)
	// GetADRAlgorithms returns the available ADR algorithms.
	GetADRAlgorithms(context.Context, *GetADRAlgorithmsRequest) (*GetADRAlgorithmsResponse, error)
}

NetworkServerServiceServer is the server API for NetworkServerService service.

type OpenIDConnect added in v3.5.0

type OpenIDConnect struct {
	// Enable OpenID Connect authentication.
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Login url.
	LoginUrl string `protobuf:"bytes,2,opt,name=login_url,json=loginURL,proto3" json:"login_url,omitempty"`
	// Login label.
	LoginLabel string `protobuf:"bytes,3,opt,name=login_label,json=loginLabel,proto3" json:"login_label,omitempty"`
	// Logout url.
	LogoutUrl            string   `protobuf:"bytes,4,opt,name=logout_url,json=logoutURL,proto3" json:"logout_url,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenIDConnect) Descriptor added in v3.5.0

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

func (*OpenIDConnect) GetEnabled added in v3.5.0

func (m *OpenIDConnect) GetEnabled() bool

func (*OpenIDConnect) GetLoginLabel added in v3.5.0

func (m *OpenIDConnect) GetLoginLabel() string

func (*OpenIDConnect) GetLoginUrl added in v3.5.0

func (m *OpenIDConnect) GetLoginUrl() string

func (*OpenIDConnect) GetLogoutUrl added in v3.7.6

func (m *OpenIDConnect) GetLogoutUrl() string

func (*OpenIDConnect) ProtoMessage added in v3.5.0

func (*OpenIDConnect) ProtoMessage()

func (*OpenIDConnect) Reset added in v3.5.0

func (m *OpenIDConnect) Reset()

func (*OpenIDConnect) String added in v3.5.0

func (m *OpenIDConnect) String() string

func (*OpenIDConnect) XXX_DiscardUnknown added in v3.5.0

func (m *OpenIDConnect) XXX_DiscardUnknown()

func (*OpenIDConnect) XXX_Marshal added in v3.5.0

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

func (*OpenIDConnect) XXX_Merge added in v3.5.0

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

func (*OpenIDConnect) XXX_Size added in v3.5.0

func (m *OpenIDConnect) XXX_Size() int

func (*OpenIDConnect) XXX_Unmarshal added in v3.5.0

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

type OpenIDConnectLoginRequest added in v3.5.0

type OpenIDConnectLoginRequest struct {
	// OpenID Connect callback code.
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// OpenID Connect callback state.
	State                string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenIDConnectLoginRequest) Descriptor added in v3.5.0

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

func (*OpenIDConnectLoginRequest) GetCode added in v3.5.0

func (m *OpenIDConnectLoginRequest) GetCode() string

func (*OpenIDConnectLoginRequest) GetState added in v3.5.0

func (m *OpenIDConnectLoginRequest) GetState() string

func (*OpenIDConnectLoginRequest) ProtoMessage added in v3.5.0

func (*OpenIDConnectLoginRequest) ProtoMessage()

func (*OpenIDConnectLoginRequest) Reset added in v3.5.0

func (m *OpenIDConnectLoginRequest) Reset()

func (*OpenIDConnectLoginRequest) String added in v3.5.0

func (m *OpenIDConnectLoginRequest) String() string

func (*OpenIDConnectLoginRequest) XXX_DiscardUnknown added in v3.5.0

func (m *OpenIDConnectLoginRequest) XXX_DiscardUnknown()

func (*OpenIDConnectLoginRequest) XXX_Marshal added in v3.5.0

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

func (*OpenIDConnectLoginRequest) XXX_Merge added in v3.5.0

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

func (*OpenIDConnectLoginRequest) XXX_Size added in v3.5.0

func (m *OpenIDConnectLoginRequest) XXX_Size() int

func (*OpenIDConnectLoginRequest) XXX_Unmarshal added in v3.5.0

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

type OpenIDConnectLoginResponse added in v3.5.0

type OpenIDConnectLoginResponse struct {
	// JWT token to use for authentication.
	JwtToken             string   `protobuf:"bytes,1,opt,name=jwt_token,json=jwtToken,proto3" json:"jwt_token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OpenIDConnectLoginResponse) Descriptor added in v3.5.0

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

func (*OpenIDConnectLoginResponse) GetJwtToken added in v3.5.0

func (m *OpenIDConnectLoginResponse) GetJwtToken() string

func (*OpenIDConnectLoginResponse) ProtoMessage added in v3.5.0

func (*OpenIDConnectLoginResponse) ProtoMessage()

func (*OpenIDConnectLoginResponse) Reset added in v3.5.0

func (m *OpenIDConnectLoginResponse) Reset()

func (*OpenIDConnectLoginResponse) String added in v3.5.0

func (m *OpenIDConnectLoginResponse) String() string

func (*OpenIDConnectLoginResponse) XXX_DiscardUnknown added in v3.5.0

func (m *OpenIDConnectLoginResponse) XXX_DiscardUnknown()

func (*OpenIDConnectLoginResponse) XXX_Marshal added in v3.5.0

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

func (*OpenIDConnectLoginResponse) XXX_Merge added in v3.5.0

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

func (*OpenIDConnectLoginResponse) XXX_Size added in v3.5.0

func (m *OpenIDConnectLoginResponse) XXX_Size() int

func (*OpenIDConnectLoginResponse) XXX_Unmarshal added in v3.5.0

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

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"`
	// Max. gateway count for organization.
	// When set to 0, the organization can have unlimited gateways.
	MaxGatewayCount uint32 `protobuf:"varint,5,opt,name=max_gateway_count,json=maxGatewayCount,proto3" json:"max_gateway_count,omitempty"`
	// Max. device count for organization.
	// When set to 0, the organization can have unlimited devices.
	MaxDeviceCount       uint32   `protobuf:"varint,6,opt,name=max_device_count,json=maxDeviceCount,proto3" json:"max_device_count,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) GetMaxDeviceCount added in v3.6.7

func (m *Organization) GetMaxDeviceCount() uint32

func (*Organization) GetMaxGatewayCount added in v3.6.7

func (m *Organization) GetMaxGatewayCount() uint32

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. The user is matched based on email, not user id.
	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.

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. The user is matched based on email, not user id.
	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"`
	// Email (only used on get and when adding a user to an organization).
	Email                string   `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*OrganizationUser) Descriptor

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

func (*OrganizationUser) GetEmail added in v3.5.0

func (m *OrganizationUser) GetEmail() string

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) 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.
	// This is not used on create, you must set the user email address
	// associated with the user to add an user to an organization.
	UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	// Email.
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,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) GetEmail added in v3.5.0

func (m *OrganizationUserListItem) GetEmail() string

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) 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 PilotThingsIntegration added in v3.8.0

type PilotThingsIntegration struct {
	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// Server URL
	Server string `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"`
	// Authentication token
	Token                string   `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PilotThingsIntegration) Descriptor added in v3.8.0

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

func (*PilotThingsIntegration) GetApplicationId added in v3.8.0

func (m *PilotThingsIntegration) GetApplicationId() int64

func (*PilotThingsIntegration) GetServer added in v3.8.0

func (m *PilotThingsIntegration) GetServer() string

func (*PilotThingsIntegration) GetToken added in v3.8.0

func (m *PilotThingsIntegration) GetToken() string

func (*PilotThingsIntegration) ProtoMessage added in v3.8.0

func (*PilotThingsIntegration) ProtoMessage()

func (*PilotThingsIntegration) Reset added in v3.8.0

func (m *PilotThingsIntegration) Reset()

func (*PilotThingsIntegration) String added in v3.8.0

func (m *PilotThingsIntegration) String() string

func (*PilotThingsIntegration) XXX_DiscardUnknown added in v3.8.0

func (m *PilotThingsIntegration) XXX_DiscardUnknown()

func (*PilotThingsIntegration) XXX_Marshal added in v3.8.0

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

func (*PilotThingsIntegration) XXX_Merge added in v3.8.0

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

func (*PilotThingsIntegration) XXX_Size added in v3.8.0

func (m *PilotThingsIntegration) XXX_Size() int

func (*PilotThingsIntegration) XXX_Unmarshal added in v3.8.0

func (m *PilotThingsIntegration) 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"`
	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) 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 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"`
	// Gateways under this service-profile are private.
	// This means that these gateways can only be used by devices under the
	// same service-profile.
	GwsPrivate           bool     `protobuf:"varint,24,opt,name=gws_private,json=gwsPrivate,proto3" json:"gws_private,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) GetGwsPrivate added in v3.9.2

func (m *ServiceProfile) GetGwsPrivate() bool

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"`
	// Network-server name of the service-profile.
	NetworkServerName    string   `protobuf:"bytes,7,opt,name=network_server_name,json=networkServerName,proto3" json:"network_server_name,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) GetNetworkServerName added in v3.4.2

func (m *ServiceProfileListItem) GetNetworkServerName() string

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.

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 SettingsResponse added in v3.5.0

type SettingsResponse struct {
	// Branding settings.
	Branding *Branding `protobuf:"bytes,2,opt,name=branding,proto3" json:"branding,omitempty"`
	// OpenID Connect settings.
	OpenidConnect        *OpenIDConnect `protobuf:"bytes,3,opt,name=openid_connect,json=openidConnect,proto3" json:"openid_connect,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SettingsResponse) Descriptor added in v3.5.0

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

func (*SettingsResponse) GetBranding added in v3.5.0

func (m *SettingsResponse) GetBranding() *Branding

func (*SettingsResponse) GetOpenidConnect added in v3.5.0

func (m *SettingsResponse) GetOpenidConnect() *OpenIDConnect

func (*SettingsResponse) ProtoMessage added in v3.5.0

func (*SettingsResponse) ProtoMessage()

func (*SettingsResponse) Reset added in v3.5.0

func (m *SettingsResponse) Reset()

func (*SettingsResponse) String added in v3.5.0

func (m *SettingsResponse) String() string

func (*SettingsResponse) XXX_DiscardUnknown added in v3.5.0

func (m *SettingsResponse) XXX_DiscardUnknown()

func (*SettingsResponse) XXX_Marshal added in v3.5.0

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

func (*SettingsResponse) XXX_Merge added in v3.5.0

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

func (*SettingsResponse) XXX_Size added in v3.5.0

func (m *SettingsResponse) XXX_Size() int

func (*SettingsResponse) XXX_Unmarshal added in v3.5.0

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

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"`
	// Published at timestamp.
	PublishedAt *timestamp.Timestamp `protobuf:"bytes,3,opt,name=published_at,json=publishedAt,proto3" json:"published_at,omitempty"`
	// Stream ID.
	StreamId             string   `protobuf:"bytes,4,opt,name=stream_id,json=streamID,proto3" json:"stream_id,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) GetPublishedAt added in v3.9.9

func (m *StreamDeviceEventLogsResponse) GetPublishedAt() *timestamp.Timestamp

func (*StreamDeviceEventLogsResponse) GetStreamId added in v3.12.3

func (m *StreamDeviceEventLogsResponse) GetStreamId() 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) CreateAWSSNSIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) CreateAzureServiceBusIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) CreateGCPPubSubIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) CreateHTTPIntegration

func (*UnimplementedApplicationServiceServer) CreateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) CreateLoRaCloudIntegration added in v3.6.0

func (*UnimplementedApplicationServiceServer) CreateMyDevicesIntegration added in v3.0.10

func (*UnimplementedApplicationServiceServer) CreatePilotThingsIntegration added in v3.8.0

func (*UnimplementedApplicationServiceServer) CreateThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) Delete

func (*UnimplementedApplicationServiceServer) DeleteAWSSNSIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) DeleteAzureServiceBusIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) DeleteGCPPubSubIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) DeleteHTTPIntegration

func (*UnimplementedApplicationServiceServer) DeleteInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) DeleteLoRaCloudIntegration added in v3.6.0

func (*UnimplementedApplicationServiceServer) DeleteMyDevicesIntegration added in v3.0.10

func (*UnimplementedApplicationServiceServer) DeletePilotThingsIntegration added in v3.8.0

func (*UnimplementedApplicationServiceServer) DeleteThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) GenerateMQTTIntegrationClientCertificate added in v3.9.1

func (*UnimplementedApplicationServiceServer) Get

func (*UnimplementedApplicationServiceServer) GetAWSSNSIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) GetAzureServiceBusIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) GetGCPPubSubIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) GetHTTPIntegration

func (*UnimplementedApplicationServiceServer) GetInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) GetLoRaCloudIntegration added in v3.6.0

func (*UnimplementedApplicationServiceServer) GetMyDevicesIntegration added in v3.0.10

func (*UnimplementedApplicationServiceServer) GetPilotThingsIntegration added in v3.8.0

func (*UnimplementedApplicationServiceServer) GetThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) List

func (*UnimplementedApplicationServiceServer) ListIntegrations

func (*UnimplementedApplicationServiceServer) Update

func (*UnimplementedApplicationServiceServer) UpdateAWSSNSIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) UpdateAzureServiceBusIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) UpdateGCPPubSubIntegration added in v3.7.0

func (*UnimplementedApplicationServiceServer) UpdateHTTPIntegration

func (*UnimplementedApplicationServiceServer) UpdateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) UpdateLoRaCloudIntegration added in v3.6.0

func (*UnimplementedApplicationServiceServer) UpdateMyDevicesIntegration added in v3.0.10

func (*UnimplementedApplicationServiceServer) UpdatePilotThingsIntegration added in v3.8.0

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) ClearDeviceNonces added in v3.12.5

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) GetStats added in v3.11.1

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) GenerateGatewayClientCertificate added in v3.6.12

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) CreateAPIKey added in v3.2.0

func (*UnimplementedInternalServiceServer) DeleteAPIKey added in v3.2.0

func (*UnimplementedInternalServiceServer) GetDevicesSummary added in v3.7.4

func (*UnimplementedInternalServiceServer) GetGatewaysSummary added in v3.7.4

func (*UnimplementedInternalServiceServer) GlobalSearch

func (*UnimplementedInternalServiceServer) ListAPIKeys added in v3.2.0

func (*UnimplementedInternalServiceServer) Login

func (*UnimplementedInternalServiceServer) OpenIDConnectLogin added in v3.5.0

func (*UnimplementedInternalServiceServer) Profile

func (*UnimplementedInternalServiceServer) Settings added in v3.5.0

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) GetADRAlgorithms added in v3.9.3

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 UpdateAWSSNSIntegrationRequest added in v3.7.0

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

func (*UpdateAWSSNSIntegrationRequest) Descriptor added in v3.7.0

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

func (*UpdateAWSSNSIntegrationRequest) GetIntegration added in v3.7.0

func (*UpdateAWSSNSIntegrationRequest) ProtoMessage added in v3.7.0

func (*UpdateAWSSNSIntegrationRequest) ProtoMessage()

func (*UpdateAWSSNSIntegrationRequest) Reset added in v3.7.0

func (m *UpdateAWSSNSIntegrationRequest) Reset()

func (*UpdateAWSSNSIntegrationRequest) String added in v3.7.0

func (*UpdateAWSSNSIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *UpdateAWSSNSIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateAWSSNSIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*UpdateAWSSNSIntegrationRequest) XXX_Merge added in v3.7.0

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

func (*UpdateAWSSNSIntegrationRequest) XXX_Size added in v3.7.0

func (m *UpdateAWSSNSIntegrationRequest) XXX_Size() int

func (*UpdateAWSSNSIntegrationRequest) XXX_Unmarshal added in v3.7.0

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

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 UpdateAzureServiceBusIntegrationRequest added in v3.7.0

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

func (*UpdateAzureServiceBusIntegrationRequest) Descriptor added in v3.7.0

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

func (*UpdateAzureServiceBusIntegrationRequest) GetIntegration added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) ProtoMessage added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) Reset added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) String added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *UpdateAzureServiceBusIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateAzureServiceBusIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*UpdateAzureServiceBusIntegrationRequest) XXX_Merge added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) XXX_Size added in v3.7.0

func (*UpdateAzureServiceBusIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *UpdateAzureServiceBusIntegrationRequest) 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 UpdateGCPPubSubIntegrationRequest added in v3.7.0

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

func (*UpdateGCPPubSubIntegrationRequest) Descriptor added in v3.7.0

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

func (*UpdateGCPPubSubIntegrationRequest) GetIntegration added in v3.7.0

func (*UpdateGCPPubSubIntegrationRequest) ProtoMessage added in v3.7.0

func (*UpdateGCPPubSubIntegrationRequest) ProtoMessage()

func (*UpdateGCPPubSubIntegrationRequest) Reset added in v3.7.0

func (*UpdateGCPPubSubIntegrationRequest) String added in v3.7.0

func (*UpdateGCPPubSubIntegrationRequest) XXX_DiscardUnknown added in v3.7.0

func (m *UpdateGCPPubSubIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateGCPPubSubIntegrationRequest) XXX_Marshal added in v3.7.0

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

func (*UpdateGCPPubSubIntegrationRequest) XXX_Merge added in v3.7.0

func (*UpdateGCPPubSubIntegrationRequest) XXX_Size added in v3.7.0

func (m *UpdateGCPPubSubIntegrationRequest) XXX_Size() int

func (*UpdateGCPPubSubIntegrationRequest) XXX_Unmarshal added in v3.7.0

func (m *UpdateGCPPubSubIntegrationRequest) 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 UpdateLoRaCloudIntegrationRequest added in v3.6.0

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

func (*UpdateLoRaCloudIntegrationRequest) Descriptor added in v3.6.0

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

func (*UpdateLoRaCloudIntegrationRequest) GetIntegration added in v3.6.0

func (*UpdateLoRaCloudIntegrationRequest) ProtoMessage added in v3.6.0

func (*UpdateLoRaCloudIntegrationRequest) ProtoMessage()

func (*UpdateLoRaCloudIntegrationRequest) Reset added in v3.6.0

func (*UpdateLoRaCloudIntegrationRequest) String added in v3.6.0

func (*UpdateLoRaCloudIntegrationRequest) XXX_DiscardUnknown added in v3.6.0

func (m *UpdateLoRaCloudIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateLoRaCloudIntegrationRequest) XXX_Marshal added in v3.6.0

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

func (*UpdateLoRaCloudIntegrationRequest) XXX_Merge added in v3.6.0

func (*UpdateLoRaCloudIntegrationRequest) XXX_Size added in v3.6.0

func (m *UpdateLoRaCloudIntegrationRequest) XXX_Size() int

func (*UpdateLoRaCloudIntegrationRequest) XXX_Unmarshal added in v3.6.0

func (m *UpdateLoRaCloudIntegrationRequest) 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 UpdateMyDevicesIntegrationRequest added in v3.0.10

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

func (*UpdateMyDevicesIntegrationRequest) Descriptor added in v3.0.10

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

func (*UpdateMyDevicesIntegrationRequest) GetIntegration added in v3.0.10

func (*UpdateMyDevicesIntegrationRequest) ProtoMessage added in v3.0.10

func (*UpdateMyDevicesIntegrationRequest) ProtoMessage()

func (*UpdateMyDevicesIntegrationRequest) Reset added in v3.0.10

func (*UpdateMyDevicesIntegrationRequest) String added in v3.0.10

func (*UpdateMyDevicesIntegrationRequest) XXX_DiscardUnknown added in v3.0.10

func (m *UpdateMyDevicesIntegrationRequest) XXX_DiscardUnknown()

func (*UpdateMyDevicesIntegrationRequest) XXX_Marshal added in v3.0.10

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

func (*UpdateMyDevicesIntegrationRequest) XXX_Merge added in v3.0.10

func (*UpdateMyDevicesIntegrationRequest) XXX_Size added in v3.0.10

func (m *UpdateMyDevicesIntegrationRequest) XXX_Size() int

func (*UpdateMyDevicesIntegrationRequest) XXX_Unmarshal added in v3.0.10

func (m *UpdateMyDevicesIntegrationRequest) 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 UpdatePilotThingsIntegrationRequest added in v3.8.0

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

func (*UpdatePilotThingsIntegrationRequest) Descriptor added in v3.8.0

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

func (*UpdatePilotThingsIntegrationRequest) GetIntegration added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) ProtoMessage added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) ProtoMessage()

func (*UpdatePilotThingsIntegrationRequest) Reset added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) String added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) XXX_DiscardUnknown added in v3.8.0

func (m *UpdatePilotThingsIntegrationRequest) XXX_DiscardUnknown()

func (*UpdatePilotThingsIntegrationRequest) XXX_Marshal added in v3.8.0

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

func (*UpdatePilotThingsIntegrationRequest) XXX_Merge added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) XXX_Size added in v3.8.0

func (*UpdatePilotThingsIntegrationRequest) XXX_Unmarshal added in v3.8.0

func (m *UpdatePilotThingsIntegrationRequest) 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"`
	// Published at timestamp.
	PublishedAt          *timestamp.Timestamp `protobuf:"bytes,4,opt,name=published_at,json=publishedAt,proto3" json:"published_at,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) GetPublishedAt added in v3.9.9

func (m *UplinkFrameLog) GetPublishedAt() *timestamp.Timestamp

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 User

type User struct {
	// User ID.
	// Will be set automatically on create.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,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) 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"`
	// Email of the user.
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,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) GetEmail added in v3.5.0

func (m *UserListItem) GetEmail() string

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

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