api

package
v3.10.2 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2023 License: MIT Imports: 23 Imported by: 0

Documentation

Overview

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package api is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

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 (
	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",
	}
	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,
	}
)

Enum value maps for IntegrationKind.

View Source
var (
	Marshaler_name = map[int32]string{
		0: "JSON",
		1: "PROTOBUF",
		2: "JSON_V3",
	}
	Marshaler_value = map[string]int32{
		"JSON":     0,
		"PROTOBUF": 1,
		"JSON_V3":  2,
	}
)

Enum value maps for Marshaler.

View Source
var (
	InfluxDBPrecision_name = map[int32]string{
		0: "NS",
		1: "U",
		2: "MS",
		3: "S",
		4: "M",
		5: "H",
	}
	InfluxDBPrecision_value = map[string]int32{
		"NS": 0,
		"U":  1,
		"MS": 2,
		"S":  3,
		"M":  4,
		"H":  5,
	}
)

Enum value maps for InfluxDBPrecision.

View Source
var (
	InfluxDBVersion_name = map[int32]string{
		0: "INFLUXDB_1",
		1: "INFLUXDB_2",
	}
	InfluxDBVersion_value = map[string]int32{
		"INFLUXDB_1": 0,
		"INFLUXDB_2": 1,
	}
)

Enum value maps for InfluxDBVersion.

View Source
var (
	RXWindow_name = map[int32]string{
		0: "RX1",
		1: "RX2",
	}
	RXWindow_value = map[string]int32{
		"RX1": 0,
		"RX2": 1,
	}
)

Enum value maps for RXWindow.

View Source
var (
	MulticastGroupType_name = map[int32]string{
		0: "CLASS_C",
		1: "CLASS_B",
	}
	MulticastGroupType_value = map[string]int32{
		"CLASS_C": 0,
		"CLASS_B": 1,
	}
)

Enum value maps for MulticastGroupType.

View Source
var (
	RatePolicy_name = map[int32]string{
		0: "DROP",
		1: "MARK",
	}
	RatePolicy_value = map[string]int32{
		"DROP": 0,
		"MARK": 1,
	}
)

Enum value maps for RatePolicy.

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 File_as_external_api_application_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_deviceProfile_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_deviceQueue_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_device_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_frameLog_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_gatewayProfile_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_gateway_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_internal_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_multicastGroup_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_networkServer_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_organization_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_profiles_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_serviceProfile_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_user_proto protoreflect.FileDescriptor

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

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"`
	// contains filtered or unexported fields
}

func (*ADRAlgorithm) Descriptor deprecated

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

Deprecated: Use ADRAlgorithm.ProtoReflect.Descriptor instead.

func (*ADRAlgorithm) GetId

func (x *ADRAlgorithm) GetId() string

func (*ADRAlgorithm) GetName

func (x *ADRAlgorithm) GetName() string

func (*ADRAlgorithm) ProtoMessage

func (*ADRAlgorithm) ProtoMessage()

func (*ADRAlgorithm) ProtoReflect added in v3.10.2

func (x *ADRAlgorithm) ProtoReflect() protoreflect.Message

func (*ADRAlgorithm) Reset

func (x *ADRAlgorithm) Reset()

func (*ADRAlgorithm) String

func (x *ADRAlgorithm) String() string

type APIKey

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"`
	// contains filtered or unexported fields
}

func (*APIKey) Descriptor deprecated

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

Deprecated: Use APIKey.ProtoReflect.Descriptor instead.

func (*APIKey) GetApplicationId

func (x *APIKey) GetApplicationId() int64

func (*APIKey) GetId

func (x *APIKey) GetId() string

func (*APIKey) GetIsAdmin

func (x *APIKey) GetIsAdmin() bool

func (*APIKey) GetName

func (x *APIKey) GetName() string

func (*APIKey) GetOrganizationId

func (x *APIKey) GetOrganizationId() int64

func (*APIKey) ProtoMessage

func (*APIKey) ProtoMessage()

func (*APIKey) ProtoReflect added in v3.10.2

func (x *APIKey) ProtoReflect() protoreflect.Message

func (*APIKey) Reset

func (x *APIKey) Reset()

func (*APIKey) String

func (x *APIKey) String() string

type AWSSNSIntegration

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"`
	// contains filtered or unexported fields
}

func (*AWSSNSIntegration) Descriptor deprecated

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

Deprecated: Use AWSSNSIntegration.ProtoReflect.Descriptor instead.

func (*AWSSNSIntegration) GetAccessKeyId

func (x *AWSSNSIntegration) GetAccessKeyId() string

func (*AWSSNSIntegration) GetApplicationId

func (x *AWSSNSIntegration) GetApplicationId() int64

func (*AWSSNSIntegration) GetMarshaler

func (x *AWSSNSIntegration) GetMarshaler() Marshaler

func (*AWSSNSIntegration) GetRegion

func (x *AWSSNSIntegration) GetRegion() string

func (*AWSSNSIntegration) GetSecretAccessKey

func (x *AWSSNSIntegration) GetSecretAccessKey() string

func (*AWSSNSIntegration) GetTopicArn

func (x *AWSSNSIntegration) GetTopicArn() string

func (*AWSSNSIntegration) ProtoMessage

func (*AWSSNSIntegration) ProtoMessage()

func (*AWSSNSIntegration) ProtoReflect added in v3.10.2

func (x *AWSSNSIntegration) ProtoReflect() protoreflect.Message

func (*AWSSNSIntegration) Reset

func (x *AWSSNSIntegration) Reset()

func (*AWSSNSIntegration) String

func (x *AWSSNSIntegration) String() string

type ActivateDeviceRequest

type ActivateDeviceRequest struct {
	DeviceActivation *DeviceActivation `protobuf:"bytes,1,opt,name=device_activation,json=deviceActivation,proto3" json:"device_activation,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateDeviceRequest) Descriptor deprecated

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

Deprecated: Use ActivateDeviceRequest.ProtoReflect.Descriptor instead.

func (*ActivateDeviceRequest) GetDeviceActivation

func (x *ActivateDeviceRequest) GetDeviceActivation() *DeviceActivation

func (*ActivateDeviceRequest) ProtoMessage

func (*ActivateDeviceRequest) ProtoMessage()

func (*ActivateDeviceRequest) ProtoReflect added in v3.10.2

func (x *ActivateDeviceRequest) ProtoReflect() protoreflect.Message

func (*ActivateDeviceRequest) Reset

func (x *ActivateDeviceRequest) Reset()

func (*ActivateDeviceRequest) String

func (x *ActivateDeviceRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*AddDeviceToMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use AddDeviceToMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*AddDeviceToMulticastGroupRequest) GetDevEui

func (*AddDeviceToMulticastGroupRequest) GetMulticastGroupId

func (x *AddDeviceToMulticastGroupRequest) GetMulticastGroupId() string

func (*AddDeviceToMulticastGroupRequest) ProtoMessage

func (*AddDeviceToMulticastGroupRequest) ProtoMessage()

func (*AddDeviceToMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*AddDeviceToMulticastGroupRequest) Reset

func (*AddDeviceToMulticastGroupRequest) String

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"`
	// contains filtered or unexported fields
}

func (*AddOrganizationUserRequest) Descriptor deprecated

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

Deprecated: Use AddOrganizationUserRequest.ProtoReflect.Descriptor instead.

func (*AddOrganizationUserRequest) GetOrganizationUser

func (x *AddOrganizationUserRequest) GetOrganizationUser() *OrganizationUser

func (*AddOrganizationUserRequest) ProtoMessage

func (*AddOrganizationUserRequest) ProtoMessage()

func (*AddOrganizationUserRequest) ProtoReflect added in v3.10.2

func (*AddOrganizationUserRequest) Reset

func (x *AddOrganizationUserRequest) Reset()

func (*AddOrganizationUserRequest) String

func (x *AddOrganizationUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*Application) Descriptor deprecated

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

Deprecated: Use Application.ProtoReflect.Descriptor instead.

func (*Application) GetDescription

func (x *Application) GetDescription() string

func (*Application) GetId

func (x *Application) GetId() int64

func (*Application) GetName

func (x *Application) GetName() string

func (*Application) GetOrganizationId

func (x *Application) GetOrganizationId() int64

func (*Application) GetPayloadCodec

func (x *Application) GetPayloadCodec() string

func (*Application) GetPayloadDecoderScript

func (x *Application) GetPayloadDecoderScript() string

func (*Application) GetPayloadEncoderScript

func (x *Application) GetPayloadEncoderScript() string

func (*Application) GetServiceProfileId

func (x *Application) GetServiceProfileId() string

func (*Application) ProtoMessage

func (*Application) ProtoMessage()

func (*Application) ProtoReflect added in v3.10.2

func (x *Application) ProtoReflect() protoreflect.Message

func (*Application) Reset

func (x *Application) Reset()

func (*Application) String

func (x *Application) String() string

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"`
	// contains filtered or unexported fields
}

func (*ApplicationListItem) Descriptor deprecated

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

Deprecated: Use ApplicationListItem.ProtoReflect.Descriptor instead.

func (*ApplicationListItem) GetDescription

func (x *ApplicationListItem) GetDescription() string

func (*ApplicationListItem) GetId

func (x *ApplicationListItem) GetId() int64

func (*ApplicationListItem) GetName

func (x *ApplicationListItem) GetName() string

func (*ApplicationListItem) GetOrganizationId

func (x *ApplicationListItem) GetOrganizationId() int64

func (*ApplicationListItem) GetServiceProfileId

func (x *ApplicationListItem) GetServiceProfileId() string

func (*ApplicationListItem) GetServiceProfileName

func (x *ApplicationListItem) GetServiceProfileName() string

func (*ApplicationListItem) ProtoMessage

func (*ApplicationListItem) ProtoMessage()

func (*ApplicationListItem) ProtoReflect added in v3.10.2

func (x *ApplicationListItem) ProtoReflect() protoreflect.Message

func (*ApplicationListItem) Reset

func (x *ApplicationListItem) Reset()

func (*ApplicationListItem) String

func (x *ApplicationListItem) String() string

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

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"`
	// contains filtered or unexported fields
}

func (*AzureServiceBusIntegration) Descriptor deprecated

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

Deprecated: Use AzureServiceBusIntegration.ProtoReflect.Descriptor instead.

func (*AzureServiceBusIntegration) GetApplicationId

func (x *AzureServiceBusIntegration) GetApplicationId() int64

func (*AzureServiceBusIntegration) GetConnectionString

func (x *AzureServiceBusIntegration) GetConnectionString() string

func (*AzureServiceBusIntegration) GetMarshaler

func (x *AzureServiceBusIntegration) GetMarshaler() Marshaler

func (*AzureServiceBusIntegration) GetPublishName

func (x *AzureServiceBusIntegration) GetPublishName() string

func (*AzureServiceBusIntegration) ProtoMessage

func (*AzureServiceBusIntegration) ProtoMessage()

func (*AzureServiceBusIntegration) ProtoReflect added in v3.10.2

func (*AzureServiceBusIntegration) Reset

func (x *AzureServiceBusIntegration) Reset()

func (*AzureServiceBusIntegration) String

func (x *AzureServiceBusIntegration) String() string

type Branding

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"`
	// contains filtered or unexported fields
}

func (*Branding) Descriptor deprecated

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

Deprecated: Use Branding.ProtoReflect.Descriptor instead.

func (*Branding) GetFooter

func (x *Branding) GetFooter() string

func (*Branding) GetRegistration

func (x *Branding) GetRegistration() string

func (*Branding) ProtoMessage

func (*Branding) ProtoMessage()

func (*Branding) ProtoReflect added in v3.10.2

func (x *Branding) ProtoReflect() protoreflect.Message

func (*Branding) Reset

func (x *Branding) Reset()

func (*Branding) String

func (x *Branding) String() string

type ClearDeviceNoncesRequest

type ClearDeviceNoncesRequest struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// contains filtered or unexported fields
}

func (*ClearDeviceNoncesRequest) Descriptor deprecated

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

Deprecated: Use ClearDeviceNoncesRequest.ProtoReflect.Descriptor instead.

func (*ClearDeviceNoncesRequest) GetDevEui

func (x *ClearDeviceNoncesRequest) GetDevEui() string

func (*ClearDeviceNoncesRequest) ProtoMessage

func (*ClearDeviceNoncesRequest) ProtoMessage()

func (*ClearDeviceNoncesRequest) ProtoReflect added in v3.10.2

func (x *ClearDeviceNoncesRequest) ProtoReflect() protoreflect.Message

func (*ClearDeviceNoncesRequest) Reset

func (x *ClearDeviceNoncesRequest) Reset()

func (*ClearDeviceNoncesRequest) String

func (x *ClearDeviceNoncesRequest) String() string

type CreateAPIKeyRequest

type CreateAPIKeyRequest struct {

	// The API key to create.
	ApiKey *APIKey `protobuf:"bytes,1,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAPIKeyRequest) Descriptor deprecated

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

Deprecated: Use CreateAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateAPIKeyRequest) GetApiKey

func (x *CreateAPIKeyRequest) GetApiKey() *APIKey

func (*CreateAPIKeyRequest) ProtoMessage

func (*CreateAPIKeyRequest) ProtoMessage()

func (*CreateAPIKeyRequest) ProtoReflect added in v3.10.2

func (x *CreateAPIKeyRequest) ProtoReflect() protoreflect.Message

func (*CreateAPIKeyRequest) Reset

func (x *CreateAPIKeyRequest) Reset()

func (*CreateAPIKeyRequest) String

func (x *CreateAPIKeyRequest) String() string

type CreateAPIKeyResponse

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"`
	// contains filtered or unexported fields
}

func (*CreateAPIKeyResponse) Descriptor deprecated

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

Deprecated: Use CreateAPIKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateAPIKeyResponse) GetId

func (x *CreateAPIKeyResponse) GetId() string

func (*CreateAPIKeyResponse) GetJwtToken

func (x *CreateAPIKeyResponse) GetJwtToken() string

func (*CreateAPIKeyResponse) ProtoMessage

func (*CreateAPIKeyResponse) ProtoMessage()

func (*CreateAPIKeyResponse) ProtoReflect added in v3.10.2

func (x *CreateAPIKeyResponse) ProtoReflect() protoreflect.Message

func (*CreateAPIKeyResponse) Reset

func (x *CreateAPIKeyResponse) Reset()

func (*CreateAPIKeyResponse) String

func (x *CreateAPIKeyResponse) String() string

type CreateAWSSNSIntegrationRequest

type CreateAWSSNSIntegrationRequest struct {

	// Integration object to create.
	Integration *AWSSNSIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAWSSNSIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateAWSSNSIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateAWSSNSIntegrationRequest) GetIntegration

func (*CreateAWSSNSIntegrationRequest) ProtoMessage

func (*CreateAWSSNSIntegrationRequest) ProtoMessage()

func (*CreateAWSSNSIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateAWSSNSIntegrationRequest) Reset

func (x *CreateAWSSNSIntegrationRequest) Reset()

func (*CreateAWSSNSIntegrationRequest) String

type CreateApplicationRequest

type CreateApplicationRequest struct {

	// Application object to create.
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateApplicationRequest) Descriptor deprecated

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

Deprecated: Use CreateApplicationRequest.ProtoReflect.Descriptor instead.

func (*CreateApplicationRequest) GetApplication

func (x *CreateApplicationRequest) GetApplication() *Application

func (*CreateApplicationRequest) ProtoMessage

func (*CreateApplicationRequest) ProtoMessage()

func (*CreateApplicationRequest) ProtoReflect added in v3.10.2

func (x *CreateApplicationRequest) ProtoReflect() protoreflect.Message

func (*CreateApplicationRequest) Reset

func (x *CreateApplicationRequest) Reset()

func (*CreateApplicationRequest) String

func (x *CreateApplicationRequest) String() string

type CreateApplicationResponse

type CreateApplicationResponse struct {

	// Application ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateApplicationResponse) Descriptor deprecated

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

Deprecated: Use CreateApplicationResponse.ProtoReflect.Descriptor instead.

func (*CreateApplicationResponse) GetId

func (x *CreateApplicationResponse) GetId() int64

func (*CreateApplicationResponse) ProtoMessage

func (*CreateApplicationResponse) ProtoMessage()

func (*CreateApplicationResponse) ProtoReflect added in v3.10.2

func (*CreateApplicationResponse) Reset

func (x *CreateApplicationResponse) Reset()

func (*CreateApplicationResponse) String

func (x *CreateApplicationResponse) String() string

type CreateAzureServiceBusIntegrationRequest

type CreateAzureServiceBusIntegrationRequest struct {

	// Integration object to create.
	Integration *AzureServiceBusIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAzureServiceBusIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateAzureServiceBusIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateAzureServiceBusIntegrationRequest) GetIntegration

func (*CreateAzureServiceBusIntegrationRequest) ProtoMessage

func (*CreateAzureServiceBusIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateAzureServiceBusIntegrationRequest) Reset

func (*CreateAzureServiceBusIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateDeviceKeysRequest) Descriptor deprecated

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

Deprecated: Use CreateDeviceKeysRequest.ProtoReflect.Descriptor instead.

func (*CreateDeviceKeysRequest) GetDeviceKeys

func (x *CreateDeviceKeysRequest) GetDeviceKeys() *DeviceKeys

func (*CreateDeviceKeysRequest) ProtoMessage

func (*CreateDeviceKeysRequest) ProtoMessage()

func (*CreateDeviceKeysRequest) ProtoReflect added in v3.10.2

func (x *CreateDeviceKeysRequest) ProtoReflect() protoreflect.Message

func (*CreateDeviceKeysRequest) Reset

func (x *CreateDeviceKeysRequest) Reset()

func (*CreateDeviceKeysRequest) String

func (x *CreateDeviceKeysRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*CreateDeviceProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateDeviceProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateDeviceProfileRequest) GetDeviceProfile

func (x *CreateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile

func (*CreateDeviceProfileRequest) ProtoMessage

func (*CreateDeviceProfileRequest) ProtoMessage()

func (*CreateDeviceProfileRequest) ProtoReflect added in v3.10.2

func (*CreateDeviceProfileRequest) Reset

func (x *CreateDeviceProfileRequest) Reset()

func (*CreateDeviceProfileRequest) String

func (x *CreateDeviceProfileRequest) String() string

type CreateDeviceProfileResponse

type CreateDeviceProfileResponse struct {

	// Device-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDeviceProfileResponse) Descriptor deprecated

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

Deprecated: Use CreateDeviceProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateDeviceProfileResponse) GetId

func (*CreateDeviceProfileResponse) ProtoMessage

func (*CreateDeviceProfileResponse) ProtoMessage()

func (*CreateDeviceProfileResponse) ProtoReflect added in v3.10.2

func (*CreateDeviceProfileResponse) Reset

func (x *CreateDeviceProfileResponse) Reset()

func (*CreateDeviceProfileResponse) String

func (x *CreateDeviceProfileResponse) String() string

type CreateDeviceRequest

type CreateDeviceRequest struct {

	// Device object to create.
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDeviceRequest) Descriptor deprecated

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

Deprecated: Use CreateDeviceRequest.ProtoReflect.Descriptor instead.

func (*CreateDeviceRequest) GetDevice

func (x *CreateDeviceRequest) GetDevice() *Device

func (*CreateDeviceRequest) ProtoMessage

func (*CreateDeviceRequest) ProtoMessage()

func (*CreateDeviceRequest) ProtoReflect added in v3.10.2

func (x *CreateDeviceRequest) ProtoReflect() protoreflect.Message

func (*CreateDeviceRequest) Reset

func (x *CreateDeviceRequest) Reset()

func (*CreateDeviceRequest) String

func (x *CreateDeviceRequest) String() string

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

type CreateGCPPubSubIntegrationRequest struct {

	// Integration object to create.
	Integration *GCPPubSubIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGCPPubSubIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateGCPPubSubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateGCPPubSubIntegrationRequest) GetIntegration

func (*CreateGCPPubSubIntegrationRequest) ProtoMessage

func (*CreateGCPPubSubIntegrationRequest) ProtoMessage()

func (*CreateGCPPubSubIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateGCPPubSubIntegrationRequest) Reset

func (*CreateGCPPubSubIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateGatewayProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateGatewayProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateGatewayProfileRequest) GetGatewayProfile

func (x *CreateGatewayProfileRequest) GetGatewayProfile() *GatewayProfile

func (*CreateGatewayProfileRequest) ProtoMessage

func (*CreateGatewayProfileRequest) ProtoMessage()

func (*CreateGatewayProfileRequest) ProtoReflect added in v3.10.2

func (*CreateGatewayProfileRequest) Reset

func (x *CreateGatewayProfileRequest) Reset()

func (*CreateGatewayProfileRequest) String

func (x *CreateGatewayProfileRequest) String() string

type CreateGatewayProfileResponse

type CreateGatewayProfileResponse struct {

	// Gateway-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGatewayProfileResponse) Descriptor deprecated

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

Deprecated: Use CreateGatewayProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateGatewayProfileResponse) GetId

func (*CreateGatewayProfileResponse) ProtoMessage

func (*CreateGatewayProfileResponse) ProtoMessage()

func (*CreateGatewayProfileResponse) ProtoReflect added in v3.10.2

func (*CreateGatewayProfileResponse) Reset

func (x *CreateGatewayProfileResponse) Reset()

func (*CreateGatewayProfileResponse) String

type CreateGatewayRequest

type CreateGatewayRequest struct {

	// Gateway object to create.
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGatewayRequest) Descriptor deprecated

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

Deprecated: Use CreateGatewayRequest.ProtoReflect.Descriptor instead.

func (*CreateGatewayRequest) GetGateway

func (x *CreateGatewayRequest) GetGateway() *Gateway

func (*CreateGatewayRequest) ProtoMessage

func (*CreateGatewayRequest) ProtoMessage()

func (*CreateGatewayRequest) ProtoReflect added in v3.10.2

func (x *CreateGatewayRequest) ProtoReflect() protoreflect.Message

func (*CreateGatewayRequest) Reset

func (x *CreateGatewayRequest) Reset()

func (*CreateGatewayRequest) String

func (x *CreateGatewayRequest) String() string

type CreateHTTPIntegrationRequest

type CreateHTTPIntegrationRequest struct {

	// Integration object to create.
	Integration *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateHTTPIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateHTTPIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateHTTPIntegrationRequest) GetIntegration

func (x *CreateHTTPIntegrationRequest) GetIntegration() *HTTPIntegration

func (*CreateHTTPIntegrationRequest) ProtoMessage

func (*CreateHTTPIntegrationRequest) ProtoMessage()

func (*CreateHTTPIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateHTTPIntegrationRequest) Reset

func (x *CreateHTTPIntegrationRequest) Reset()

func (*CreateHTTPIntegrationRequest) String

type CreateInfluxDBIntegrationRequest

type CreateInfluxDBIntegrationRequest struct {

	// Integration object to create.
	Integration *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateInfluxDBIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateInfluxDBIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateInfluxDBIntegrationRequest) GetIntegration

func (*CreateInfluxDBIntegrationRequest) ProtoMessage

func (*CreateInfluxDBIntegrationRequest) ProtoMessage()

func (*CreateInfluxDBIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateInfluxDBIntegrationRequest) Reset

func (*CreateInfluxDBIntegrationRequest) String

type CreateLoRaCloudIntegrationRequest

type CreateLoRaCloudIntegrationRequest struct {

	// Integration object to create.
	Integration *LoRaCloudIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLoRaCloudIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateLoRaCloudIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateLoRaCloudIntegrationRequest) GetIntegration

func (*CreateLoRaCloudIntegrationRequest) ProtoMessage

func (*CreateLoRaCloudIntegrationRequest) ProtoMessage()

func (*CreateLoRaCloudIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateLoRaCloudIntegrationRequest) Reset

func (*CreateLoRaCloudIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateMulticastGroupRequest) GetMulticastGroup

func (x *CreateMulticastGroupRequest) GetMulticastGroup() *MulticastGroup

func (*CreateMulticastGroupRequest) ProtoMessage

func (*CreateMulticastGroupRequest) ProtoMessage()

func (*CreateMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*CreateMulticastGroupRequest) Reset

func (x *CreateMulticastGroupRequest) Reset()

func (*CreateMulticastGroupRequest) String

func (x *CreateMulticastGroupRequest) String() string

type CreateMulticastGroupResponse

type CreateMulticastGroupResponse struct {

	// ID of created group (string formatted UUID).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMulticastGroupResponse) Descriptor deprecated

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

Deprecated: Use CreateMulticastGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateMulticastGroupResponse) GetId

func (*CreateMulticastGroupResponse) ProtoMessage

func (*CreateMulticastGroupResponse) ProtoMessage()

func (*CreateMulticastGroupResponse) ProtoReflect added in v3.10.2

func (*CreateMulticastGroupResponse) Reset

func (x *CreateMulticastGroupResponse) Reset()

func (*CreateMulticastGroupResponse) String

type CreateMyDevicesIntegrationRequest

type CreateMyDevicesIntegrationRequest struct {

	// Integration object to create.
	Integration *MyDevicesIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMyDevicesIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateMyDevicesIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateMyDevicesIntegrationRequest) GetIntegration

func (*CreateMyDevicesIntegrationRequest) ProtoMessage

func (*CreateMyDevicesIntegrationRequest) ProtoMessage()

func (*CreateMyDevicesIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateMyDevicesIntegrationRequest) Reset

func (*CreateMyDevicesIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateNetworkServerRequest) Descriptor deprecated

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

Deprecated: Use CreateNetworkServerRequest.ProtoReflect.Descriptor instead.

func (*CreateNetworkServerRequest) GetNetworkServer

func (x *CreateNetworkServerRequest) GetNetworkServer() *NetworkServer

func (*CreateNetworkServerRequest) ProtoMessage

func (*CreateNetworkServerRequest) ProtoMessage()

func (*CreateNetworkServerRequest) ProtoReflect added in v3.10.2

func (*CreateNetworkServerRequest) Reset

func (x *CreateNetworkServerRequest) Reset()

func (*CreateNetworkServerRequest) String

func (x *CreateNetworkServerRequest) String() string

type CreateNetworkServerResponse

type CreateNetworkServerResponse struct {

	// Network-server ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateNetworkServerResponse) Descriptor deprecated

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

Deprecated: Use CreateNetworkServerResponse.ProtoReflect.Descriptor instead.

func (*CreateNetworkServerResponse) GetId

func (*CreateNetworkServerResponse) ProtoMessage

func (*CreateNetworkServerResponse) ProtoMessage()

func (*CreateNetworkServerResponse) ProtoReflect added in v3.10.2

func (*CreateNetworkServerResponse) Reset

func (x *CreateNetworkServerResponse) Reset()

func (*CreateNetworkServerResponse) String

func (x *CreateNetworkServerResponse) String() string

type CreateOrganizationRequest

type CreateOrganizationRequest struct {

	// Organization object to create.
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetOrganization

func (x *CreateOrganizationRequest) GetOrganization() *Organization

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect added in v3.10.2

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationResponse

type CreateOrganizationResponse struct {

	// Organization ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetId

func (x *CreateOrganizationResponse) GetId() int64

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect added in v3.10.2

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreatePilotThingsIntegrationRequest

type CreatePilotThingsIntegrationRequest struct {

	// Integration object to create.
	Integration *PilotThingsIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePilotThingsIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreatePilotThingsIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreatePilotThingsIntegrationRequest) GetIntegration

func (*CreatePilotThingsIntegrationRequest) ProtoMessage

func (*CreatePilotThingsIntegrationRequest) ProtoMessage()

func (*CreatePilotThingsIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreatePilotThingsIntegrationRequest) Reset

func (*CreatePilotThingsIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateServiceProfileRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceProfileRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceProfileRequest) GetServiceProfile

func (x *CreateServiceProfileRequest) GetServiceProfile() *ServiceProfile

func (*CreateServiceProfileRequest) ProtoMessage

func (*CreateServiceProfileRequest) ProtoMessage()

func (*CreateServiceProfileRequest) ProtoReflect added in v3.10.2

func (*CreateServiceProfileRequest) Reset

func (x *CreateServiceProfileRequest) Reset()

func (*CreateServiceProfileRequest) String

func (x *CreateServiceProfileRequest) String() string

type CreateServiceProfileResponse

type CreateServiceProfileResponse struct {

	// Service-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceProfileResponse) Descriptor deprecated

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

Deprecated: Use CreateServiceProfileResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceProfileResponse) GetId

func (*CreateServiceProfileResponse) ProtoMessage

func (*CreateServiceProfileResponse) ProtoMessage()

func (*CreateServiceProfileResponse) ProtoReflect added in v3.10.2

func (*CreateServiceProfileResponse) Reset

func (x *CreateServiceProfileResponse) Reset()

func (*CreateServiceProfileResponse) String

type CreateThingsBoardIntegrationRequest

type CreateThingsBoardIntegrationRequest struct {

	// Integration object to create.
	Integration *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateThingsBoardIntegrationRequest) Descriptor deprecated

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

Deprecated: Use CreateThingsBoardIntegrationRequest.ProtoReflect.Descriptor instead.

func (*CreateThingsBoardIntegrationRequest) GetIntegration

func (*CreateThingsBoardIntegrationRequest) ProtoMessage

func (*CreateThingsBoardIntegrationRequest) ProtoMessage()

func (*CreateThingsBoardIntegrationRequest) ProtoReflect added in v3.10.2

func (*CreateThingsBoardIntegrationRequest) Reset

func (*CreateThingsBoardIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetOrganizations

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

func (*CreateUserRequest) GetPassword

func (x *CreateUserRequest) GetPassword() string

func (*CreateUserRequest) GetUser

func (x *CreateUserRequest) GetUser() *User

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect added in v3.10.2

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

type CreateUserResponse struct {

	// User ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserResponse) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetId

func (x *CreateUserResponse) GetId() int64

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect added in v3.10.2

func (x *CreateUserResponse) ProtoReflect() protoreflect.Message

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeactivateDeviceRequest) Descriptor deprecated

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

Deprecated: Use DeactivateDeviceRequest.ProtoReflect.Descriptor instead.

func (*DeactivateDeviceRequest) GetDevEui

func (x *DeactivateDeviceRequest) GetDevEui() string

func (*DeactivateDeviceRequest) ProtoMessage

func (*DeactivateDeviceRequest) ProtoMessage()

func (*DeactivateDeviceRequest) ProtoReflect added in v3.10.2

func (x *DeactivateDeviceRequest) ProtoReflect() protoreflect.Message

func (*DeactivateDeviceRequest) Reset

func (x *DeactivateDeviceRequest) Reset()

func (*DeactivateDeviceRequest) String

func (x *DeactivateDeviceRequest) String() string

type DeleteAPIKeyRequest

type DeleteAPIKeyRequest struct {

	// API key ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAPIKeyRequest) Descriptor deprecated

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

Deprecated: Use DeleteAPIKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAPIKeyRequest) GetId

func (x *DeleteAPIKeyRequest) GetId() string

func (*DeleteAPIKeyRequest) ProtoMessage

func (*DeleteAPIKeyRequest) ProtoMessage()

func (*DeleteAPIKeyRequest) ProtoReflect added in v3.10.2

func (x *DeleteAPIKeyRequest) ProtoReflect() protoreflect.Message

func (*DeleteAPIKeyRequest) Reset

func (x *DeleteAPIKeyRequest) Reset()

func (*DeleteAPIKeyRequest) String

func (x *DeleteAPIKeyRequest) String() string

type DeleteAWSSNSIntegrationRequest

type DeleteAWSSNSIntegrationRequest struct {

	// The id of the application.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAWSSNSIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteAWSSNSIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteAWSSNSIntegrationRequest) GetApplicationId

func (x *DeleteAWSSNSIntegrationRequest) GetApplicationId() int64

func (*DeleteAWSSNSIntegrationRequest) ProtoMessage

func (*DeleteAWSSNSIntegrationRequest) ProtoMessage()

func (*DeleteAWSSNSIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteAWSSNSIntegrationRequest) Reset

func (x *DeleteAWSSNSIntegrationRequest) Reset()

func (*DeleteAWSSNSIntegrationRequest) String

type DeleteApplicationRequest

type DeleteApplicationRequest struct {

	// Application ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteApplicationRequest) Descriptor deprecated

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

Deprecated: Use DeleteApplicationRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationRequest) GetId

func (x *DeleteApplicationRequest) GetId() int64

func (*DeleteApplicationRequest) ProtoMessage

func (*DeleteApplicationRequest) ProtoMessage()

func (*DeleteApplicationRequest) ProtoReflect added in v3.10.2

func (x *DeleteApplicationRequest) ProtoReflect() protoreflect.Message

func (*DeleteApplicationRequest) Reset

func (x *DeleteApplicationRequest) Reset()

func (*DeleteApplicationRequest) String

func (x *DeleteApplicationRequest) String() string

type DeleteAzureServiceBusIntegrationRequest

type DeleteAzureServiceBusIntegrationRequest struct {

	// The id of the application.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAzureServiceBusIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteAzureServiceBusIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteAzureServiceBusIntegrationRequest) GetApplicationId

func (x *DeleteAzureServiceBusIntegrationRequest) GetApplicationId() int64

func (*DeleteAzureServiceBusIntegrationRequest) ProtoMessage

func (*DeleteAzureServiceBusIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteAzureServiceBusIntegrationRequest) Reset

func (*DeleteAzureServiceBusIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*DeleteDeviceKeysRequest) Descriptor deprecated

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

Deprecated: Use DeleteDeviceKeysRequest.ProtoReflect.Descriptor instead.

func (*DeleteDeviceKeysRequest) GetDevEui

func (x *DeleteDeviceKeysRequest) GetDevEui() string

func (*DeleteDeviceKeysRequest) ProtoMessage

func (*DeleteDeviceKeysRequest) ProtoMessage()

func (*DeleteDeviceKeysRequest) ProtoReflect added in v3.10.2

func (x *DeleteDeviceKeysRequest) ProtoReflect() protoreflect.Message

func (*DeleteDeviceKeysRequest) Reset

func (x *DeleteDeviceKeysRequest) Reset()

func (*DeleteDeviceKeysRequest) String

func (x *DeleteDeviceKeysRequest) String() string

type DeleteDeviceProfileRequest

type DeleteDeviceProfileRequest struct {

	// Device-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDeviceProfileRequest) Descriptor deprecated

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

Deprecated: Use DeleteDeviceProfileRequest.ProtoReflect.Descriptor instead.

func (*DeleteDeviceProfileRequest) GetId

func (*DeleteDeviceProfileRequest) ProtoMessage

func (*DeleteDeviceProfileRequest) ProtoMessage()

func (*DeleteDeviceProfileRequest) ProtoReflect added in v3.10.2

func (*DeleteDeviceProfileRequest) Reset

func (x *DeleteDeviceProfileRequest) Reset()

func (*DeleteDeviceProfileRequest) String

func (x *DeleteDeviceProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeleteDeviceRequest) Descriptor deprecated

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

Deprecated: Use DeleteDeviceRequest.ProtoReflect.Descriptor instead.

func (*DeleteDeviceRequest) GetDevEui

func (x *DeleteDeviceRequest) GetDevEui() string

func (*DeleteDeviceRequest) ProtoMessage

func (*DeleteDeviceRequest) ProtoMessage()

func (*DeleteDeviceRequest) ProtoReflect added in v3.10.2

func (x *DeleteDeviceRequest) ProtoReflect() protoreflect.Message

func (*DeleteDeviceRequest) Reset

func (x *DeleteDeviceRequest) Reset()

func (*DeleteDeviceRequest) String

func (x *DeleteDeviceRequest) String() string

type DeleteGCPPubSubIntegrationRequest

type DeleteGCPPubSubIntegrationRequest struct {

	// The id of the application.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGCPPubSubIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteGCPPubSubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteGCPPubSubIntegrationRequest) GetApplicationId

func (x *DeleteGCPPubSubIntegrationRequest) GetApplicationId() int64

func (*DeleteGCPPubSubIntegrationRequest) ProtoMessage

func (*DeleteGCPPubSubIntegrationRequest) ProtoMessage()

func (*DeleteGCPPubSubIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteGCPPubSubIntegrationRequest) Reset

func (*DeleteGCPPubSubIntegrationRequest) String

type DeleteGatewayProfileRequest

type DeleteGatewayProfileRequest struct {

	// Gateway-profile id (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGatewayProfileRequest) Descriptor deprecated

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

Deprecated: Use DeleteGatewayProfileRequest.ProtoReflect.Descriptor instead.

func (*DeleteGatewayProfileRequest) GetId

func (*DeleteGatewayProfileRequest) ProtoMessage

func (*DeleteGatewayProfileRequest) ProtoMessage()

func (*DeleteGatewayProfileRequest) ProtoReflect added in v3.10.2

func (*DeleteGatewayProfileRequest) Reset

func (x *DeleteGatewayProfileRequest) Reset()

func (*DeleteGatewayProfileRequest) String

func (x *DeleteGatewayProfileRequest) String() string

type DeleteGatewayRequest

type DeleteGatewayRequest struct {

	// Gateway ID (HEX encoded).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGatewayRequest) Descriptor deprecated

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

Deprecated: Use DeleteGatewayRequest.ProtoReflect.Descriptor instead.

func (*DeleteGatewayRequest) GetId

func (x *DeleteGatewayRequest) GetId() string

func (*DeleteGatewayRequest) ProtoMessage

func (*DeleteGatewayRequest) ProtoMessage()

func (*DeleteGatewayRequest) ProtoReflect added in v3.10.2

func (x *DeleteGatewayRequest) ProtoReflect() protoreflect.Message

func (*DeleteGatewayRequest) Reset

func (x *DeleteGatewayRequest) Reset()

func (*DeleteGatewayRequest) String

func (x *DeleteGatewayRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeleteHTTPIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteHTTPIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteHTTPIntegrationRequest) GetApplicationId

func (x *DeleteHTTPIntegrationRequest) GetApplicationId() int64

func (*DeleteHTTPIntegrationRequest) ProtoMessage

func (*DeleteHTTPIntegrationRequest) ProtoMessage()

func (*DeleteHTTPIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteHTTPIntegrationRequest) Reset

func (x *DeleteHTTPIntegrationRequest) Reset()

func (*DeleteHTTPIntegrationRequest) String

type DeleteInfluxDBIntegrationRequest

type DeleteInfluxDBIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteInfluxDBIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteInfluxDBIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteInfluxDBIntegrationRequest) GetApplicationId

func (x *DeleteInfluxDBIntegrationRequest) GetApplicationId() int64

func (*DeleteInfluxDBIntegrationRequest) ProtoMessage

func (*DeleteInfluxDBIntegrationRequest) ProtoMessage()

func (*DeleteInfluxDBIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteInfluxDBIntegrationRequest) Reset

func (*DeleteInfluxDBIntegrationRequest) String

type DeleteLoRaCloudIntegrationRequest

type DeleteLoRaCloudIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLoRaCloudIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteLoRaCloudIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteLoRaCloudIntegrationRequest) GetApplicationId

func (x *DeleteLoRaCloudIntegrationRequest) GetApplicationId() int64

func (*DeleteLoRaCloudIntegrationRequest) ProtoMessage

func (*DeleteLoRaCloudIntegrationRequest) ProtoMessage()

func (*DeleteLoRaCloudIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteLoRaCloudIntegrationRequest) Reset

func (*DeleteLoRaCloudIntegrationRequest) String

type DeleteMulticastGroupRequest

type DeleteMulticastGroupRequest struct {

	// ID (string formatted UUID).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteMulticastGroupRequest) GetId

func (*DeleteMulticastGroupRequest) ProtoMessage

func (*DeleteMulticastGroupRequest) ProtoMessage()

func (*DeleteMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*DeleteMulticastGroupRequest) Reset

func (x *DeleteMulticastGroupRequest) Reset()

func (*DeleteMulticastGroupRequest) String

func (x *DeleteMulticastGroupRequest) String() string

type DeleteMyDevicesIntegrationRequest

type DeleteMyDevicesIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMyDevicesIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteMyDevicesIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteMyDevicesIntegrationRequest) GetApplicationId

func (x *DeleteMyDevicesIntegrationRequest) GetApplicationId() int64

func (*DeleteMyDevicesIntegrationRequest) ProtoMessage

func (*DeleteMyDevicesIntegrationRequest) ProtoMessage()

func (*DeleteMyDevicesIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteMyDevicesIntegrationRequest) Reset

func (*DeleteMyDevicesIntegrationRequest) String

type DeleteNetworkServerRequest

type DeleteNetworkServerRequest struct {

	// Network-server ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNetworkServerRequest) Descriptor deprecated

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

Deprecated: Use DeleteNetworkServerRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkServerRequest) GetId

func (x *DeleteNetworkServerRequest) GetId() int64

func (*DeleteNetworkServerRequest) ProtoMessage

func (*DeleteNetworkServerRequest) ProtoMessage()

func (*DeleteNetworkServerRequest) ProtoReflect added in v3.10.2

func (*DeleteNetworkServerRequest) Reset

func (x *DeleteNetworkServerRequest) Reset()

func (*DeleteNetworkServerRequest) String

func (x *DeleteNetworkServerRequest) String() string

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {

	// Organization ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetId

func (x *DeleteOrganizationRequest) GetId() int64

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect added in v3.10.2

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationUserRequest) GetOrganizationId

func (x *DeleteOrganizationUserRequest) GetOrganizationId() int64

func (*DeleteOrganizationUserRequest) GetUserId

func (x *DeleteOrganizationUserRequest) GetUserId() int64

func (*DeleteOrganizationUserRequest) ProtoMessage

func (*DeleteOrganizationUserRequest) ProtoMessage()

func (*DeleteOrganizationUserRequest) ProtoReflect added in v3.10.2

func (*DeleteOrganizationUserRequest) Reset

func (x *DeleteOrganizationUserRequest) Reset()

func (*DeleteOrganizationUserRequest) String

type DeletePilotThingsIntegrationRequest

type DeletePilotThingsIntegrationRequest struct {

	// The id of the application.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePilotThingsIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeletePilotThingsIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeletePilotThingsIntegrationRequest) GetApplicationId

func (x *DeletePilotThingsIntegrationRequest) GetApplicationId() int64

func (*DeletePilotThingsIntegrationRequest) ProtoMessage

func (*DeletePilotThingsIntegrationRequest) ProtoMessage()

func (*DeletePilotThingsIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeletePilotThingsIntegrationRequest) Reset

func (*DeletePilotThingsIntegrationRequest) String

type DeleteServiceProfileRequest

type DeleteServiceProfileRequest struct {

	// Service-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceProfileRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceProfileRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceProfileRequest) GetId

func (*DeleteServiceProfileRequest) ProtoMessage

func (*DeleteServiceProfileRequest) ProtoMessage()

func (*DeleteServiceProfileRequest) ProtoReflect added in v3.10.2

func (*DeleteServiceProfileRequest) Reset

func (x *DeleteServiceProfileRequest) Reset()

func (*DeleteServiceProfileRequest) String

func (x *DeleteServiceProfileRequest) String() string

type DeleteThingsBoardIntegrationRequest

type DeleteThingsBoardIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteThingsBoardIntegrationRequest) Descriptor deprecated

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

Deprecated: Use DeleteThingsBoardIntegrationRequest.ProtoReflect.Descriptor instead.

func (*DeleteThingsBoardIntegrationRequest) GetApplicationId

func (x *DeleteThingsBoardIntegrationRequest) GetApplicationId() int64

func (*DeleteThingsBoardIntegrationRequest) ProtoMessage

func (*DeleteThingsBoardIntegrationRequest) ProtoMessage()

func (*DeleteThingsBoardIntegrationRequest) ProtoReflect added in v3.10.2

func (*DeleteThingsBoardIntegrationRequest) Reset

func (*DeleteThingsBoardIntegrationRequest) String

type DeleteUserRequest

type DeleteUserRequest struct {

	// User ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId

func (x *DeleteUserRequest) GetId() int64

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect added in v3.10.2

func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*Device) Descriptor deprecated

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

Deprecated: Use Device.ProtoReflect.Descriptor instead.

func (*Device) GetApplicationId

func (x *Device) GetApplicationId() int64

func (*Device) GetDescription

func (x *Device) GetDescription() string

func (*Device) GetDevEui

func (x *Device) GetDevEui() string

func (*Device) GetDeviceProfileId

func (x *Device) GetDeviceProfileId() string

func (*Device) GetIsDisabled

func (x *Device) GetIsDisabled() bool

func (*Device) GetName

func (x *Device) GetName() string

func (*Device) GetReferenceAltitude

func (x *Device) GetReferenceAltitude() float64

func (*Device) GetSkipFCntCheck

func (x *Device) GetSkipFCntCheck() bool

func (*Device) GetTags

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

func (*Device) GetVariables

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

func (*Device) ProtoMessage

func (*Device) ProtoMessage()

func (*Device) ProtoReflect added in v3.10.2

func (x *Device) ProtoReflect() protoreflect.Message

func (*Device) Reset

func (x *Device) Reset()

func (*Device) String

func (x *Device) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceActivation) Descriptor deprecated

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

Deprecated: Use DeviceActivation.ProtoReflect.Descriptor instead.

func (*DeviceActivation) GetAFCntDown

func (x *DeviceActivation) GetAFCntDown() uint32

func (*DeviceActivation) GetAppSKey

func (x *DeviceActivation) GetAppSKey() string

func (*DeviceActivation) GetDevAddr

func (x *DeviceActivation) GetDevAddr() string

func (*DeviceActivation) GetDevEui

func (x *DeviceActivation) GetDevEui() string

func (*DeviceActivation) GetFCntUp

func (x *DeviceActivation) GetFCntUp() uint32

func (*DeviceActivation) GetFNwkSIntKey

func (x *DeviceActivation) GetFNwkSIntKey() string

func (*DeviceActivation) GetNFCntDown

func (x *DeviceActivation) GetNFCntDown() uint32

func (*DeviceActivation) GetNwkSEncKey

func (x *DeviceActivation) GetNwkSEncKey() string

func (*DeviceActivation) GetSNwkSIntKey

func (x *DeviceActivation) GetSNwkSIntKey() string

func (*DeviceActivation) ProtoMessage

func (*DeviceActivation) ProtoMessage()

func (*DeviceActivation) ProtoReflect added in v3.10.2

func (x *DeviceActivation) ProtoReflect() protoreflect.Message

func (*DeviceActivation) Reset

func (x *DeviceActivation) Reset()

func (*DeviceActivation) String

func (x *DeviceActivation) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceKeys) Descriptor deprecated

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

Deprecated: Use DeviceKeys.ProtoReflect.Descriptor instead.

func (*DeviceKeys) GetAppKey

func (x *DeviceKeys) GetAppKey() string

func (*DeviceKeys) GetDevEui

func (x *DeviceKeys) GetDevEui() string

func (*DeviceKeys) GetGenAppKey

func (x *DeviceKeys) GetGenAppKey() string

func (*DeviceKeys) GetNwkKey

func (x *DeviceKeys) GetNwkKey() string

func (*DeviceKeys) ProtoMessage

func (*DeviceKeys) ProtoMessage()

func (*DeviceKeys) ProtoReflect added in v3.10.2

func (x *DeviceKeys) ProtoReflect() protoreflect.Message

func (*DeviceKeys) Reset

func (x *DeviceKeys) Reset()

func (*DeviceKeys) String

func (x *DeviceKeys) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceListItem) Descriptor deprecated

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

Deprecated: Use DeviceListItem.ProtoReflect.Descriptor instead.

func (*DeviceListItem) GetApplicationId

func (x *DeviceListItem) GetApplicationId() int64

func (*DeviceListItem) GetDescription

func (x *DeviceListItem) GetDescription() string

func (*DeviceListItem) GetDevEui

func (x *DeviceListItem) GetDevEui() string

func (*DeviceListItem) GetDeviceProfileId

func (x *DeviceListItem) GetDeviceProfileId() string

func (*DeviceListItem) GetDeviceProfileName

func (x *DeviceListItem) GetDeviceProfileName() string

func (*DeviceListItem) GetDeviceStatusBattery

func (x *DeviceListItem) GetDeviceStatusBattery() uint32

func (*DeviceListItem) GetDeviceStatusBatteryLevel

func (x *DeviceListItem) GetDeviceStatusBatteryLevel() float32

func (*DeviceListItem) GetDeviceStatusBatteryLevelUnavailable

func (x *DeviceListItem) GetDeviceStatusBatteryLevelUnavailable() bool

func (*DeviceListItem) GetDeviceStatusExternalPowerSource

func (x *DeviceListItem) GetDeviceStatusExternalPowerSource() bool

func (*DeviceListItem) GetDeviceStatusMargin

func (x *DeviceListItem) GetDeviceStatusMargin() int32

func (*DeviceListItem) GetLastSeenAt

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

func (*DeviceListItem) GetName

func (x *DeviceListItem) GetName() string

func (*DeviceListItem) ProtoMessage

func (*DeviceListItem) ProtoMessage()

func (*DeviceListItem) ProtoReflect added in v3.10.2

func (x *DeviceListItem) ProtoReflect() protoreflect.Message

func (*DeviceListItem) Reset

func (x *DeviceListItem) Reset()

func (*DeviceListItem) String

func (x *DeviceListItem) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceProfile) Descriptor deprecated

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

Deprecated: Use DeviceProfile.ProtoReflect.Descriptor instead.

func (*DeviceProfile) GetAdrAlgorithmId

func (x *DeviceProfile) GetAdrAlgorithmId() string

func (*DeviceProfile) GetClassBTimeout

func (x *DeviceProfile) GetClassBTimeout() uint32

func (*DeviceProfile) GetClassCTimeout

func (x *DeviceProfile) GetClassCTimeout() uint32

func (*DeviceProfile) GetFactoryPresetFreqs

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

func (*DeviceProfile) GetGeolocBufferTtl

func (x *DeviceProfile) GetGeolocBufferTtl() uint32

func (*DeviceProfile) GetGeolocMinBufferSize

func (x *DeviceProfile) GetGeolocMinBufferSize() uint32

func (*DeviceProfile) GetId

func (x *DeviceProfile) GetId() string

func (*DeviceProfile) GetMacVersion

func (x *DeviceProfile) GetMacVersion() string

func (*DeviceProfile) GetMaxDutyCycle

func (x *DeviceProfile) GetMaxDutyCycle() uint32

func (*DeviceProfile) GetMaxEirp

func (x *DeviceProfile) GetMaxEirp() uint32

func (*DeviceProfile) GetName

func (x *DeviceProfile) GetName() string

func (*DeviceProfile) GetNetworkServerId

func (x *DeviceProfile) GetNetworkServerId() int64

func (*DeviceProfile) GetOrganizationId

func (x *DeviceProfile) GetOrganizationId() int64

func (*DeviceProfile) GetPayloadCodec

func (x *DeviceProfile) GetPayloadCodec() string

func (*DeviceProfile) GetPayloadDecoderScript

func (x *DeviceProfile) GetPayloadDecoderScript() string

func (*DeviceProfile) GetPayloadEncoderScript

func (x *DeviceProfile) GetPayloadEncoderScript() string

func (*DeviceProfile) GetPingSlotDr

func (x *DeviceProfile) GetPingSlotDr() uint32

func (*DeviceProfile) GetPingSlotFreq

func (x *DeviceProfile) GetPingSlotFreq() uint32

func (*DeviceProfile) GetPingSlotPeriod

func (x *DeviceProfile) GetPingSlotPeriod() uint32

func (*DeviceProfile) GetRegParamsRevision

func (x *DeviceProfile) GetRegParamsRevision() string

func (*DeviceProfile) GetRfRegion

func (x *DeviceProfile) GetRfRegion() string

func (*DeviceProfile) GetRxDatarate_2

func (x *DeviceProfile) GetRxDatarate_2() uint32

func (*DeviceProfile) GetRxDelay_1

func (x *DeviceProfile) GetRxDelay_1() uint32

func (*DeviceProfile) GetRxDrOffset_1

func (x *DeviceProfile) GetRxDrOffset_1() uint32

func (*DeviceProfile) GetRxFreq_2

func (x *DeviceProfile) GetRxFreq_2() uint32

func (*DeviceProfile) GetSupportsClassB

func (x *DeviceProfile) GetSupportsClassB() bool

func (*DeviceProfile) GetSupportsClassC

func (x *DeviceProfile) GetSupportsClassC() bool

func (*DeviceProfile) GetSupportsJoin

func (x *DeviceProfile) GetSupportsJoin() bool

func (*DeviceProfile) GetSupports_32BitFCnt

func (x *DeviceProfile) GetSupports_32BitFCnt() bool

func (*DeviceProfile) GetTags

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

func (*DeviceProfile) GetUplinkInterval

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

func (*DeviceProfile) ProtoMessage

func (*DeviceProfile) ProtoMessage()

func (*DeviceProfile) ProtoReflect added in v3.10.2

func (x *DeviceProfile) ProtoReflect() protoreflect.Message

func (*DeviceProfile) Reset

func (x *DeviceProfile) Reset()

func (*DeviceProfile) String

func (x *DeviceProfile) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceProfileListItem) Descriptor deprecated

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

Deprecated: Use DeviceProfileListItem.ProtoReflect.Descriptor instead.

func (*DeviceProfileListItem) GetCreatedAt

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

func (*DeviceProfileListItem) GetId

func (x *DeviceProfileListItem) GetId() string

func (*DeviceProfileListItem) GetName

func (x *DeviceProfileListItem) GetName() string

func (*DeviceProfileListItem) GetNetworkServerId

func (x *DeviceProfileListItem) GetNetworkServerId() int64

func (*DeviceProfileListItem) GetNetworkServerName

func (x *DeviceProfileListItem) GetNetworkServerName() string

func (*DeviceProfileListItem) GetOrganizationId

func (x *DeviceProfileListItem) GetOrganizationId() int64

func (*DeviceProfileListItem) GetUpdatedAt

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

func (*DeviceProfileListItem) ProtoMessage

func (*DeviceProfileListItem) ProtoMessage()

func (*DeviceProfileListItem) ProtoReflect added in v3.10.2

func (x *DeviceProfileListItem) ProtoReflect() protoreflect.Message

func (*DeviceProfileListItem) Reset

func (x *DeviceProfileListItem) Reset()

func (*DeviceProfileListItem) String

func (x *DeviceProfileListItem) String() string

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"`
	// contains filtered or unexported fields
}

func (*DeviceQueueItem) Descriptor deprecated

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

Deprecated: Use DeviceQueueItem.ProtoReflect.Descriptor instead.

func (*DeviceQueueItem) GetConfirmed

func (x *DeviceQueueItem) GetConfirmed() bool

func (*DeviceQueueItem) GetData

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

func (*DeviceQueueItem) GetDevEui

func (x *DeviceQueueItem) GetDevEui() string

func (*DeviceQueueItem) GetFCnt

func (x *DeviceQueueItem) GetFCnt() uint32

func (*DeviceQueueItem) GetFPort

func (x *DeviceQueueItem) GetFPort() uint32

func (*DeviceQueueItem) GetJsonObject

func (x *DeviceQueueItem) GetJsonObject() string

func (*DeviceQueueItem) ProtoMessage

func (*DeviceQueueItem) ProtoMessage()

func (*DeviceQueueItem) ProtoReflect added in v3.10.2

func (x *DeviceQueueItem) ProtoReflect() protoreflect.Message

func (*DeviceQueueItem) Reset

func (x *DeviceQueueItem) Reset()

func (*DeviceQueueItem) String

func (x *DeviceQueueItem) String() string

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

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 */
	// contains filtered or unexported fields
}

func (*DeviceStats) Descriptor deprecated

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

Deprecated: Use DeviceStats.ProtoReflect.Descriptor instead.

func (*DeviceStats) GetErrors

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

func (*DeviceStats) GetGwRssi

func (x *DeviceStats) GetGwRssi() float32

func (*DeviceStats) GetGwSnr

func (x *DeviceStats) GetGwSnr() float32

func (*DeviceStats) GetRxPackets

func (x *DeviceStats) GetRxPackets() uint32

func (*DeviceStats) GetRxPacketsPerDr

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

func (*DeviceStats) GetRxPacketsPerFrequency

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

func (*DeviceStats) GetTimestamp

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

func (*DeviceStats) ProtoMessage

func (*DeviceStats) ProtoMessage()

func (*DeviceStats) ProtoReflect added in v3.10.2

func (x *DeviceStats) ProtoReflect() protoreflect.Message

func (*DeviceStats) Reset

func (x *DeviceStats) Reset()

func (*DeviceStats) String

func (x *DeviceStats) String() string

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"`
	// contains filtered or unexported fields
}

func (*DownlinkFrameLog) Descriptor deprecated

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

Deprecated: Use DownlinkFrameLog.ProtoReflect.Descriptor instead.

func (*DownlinkFrameLog) GetGatewayId

func (x *DownlinkFrameLog) GetGatewayId() string

func (*DownlinkFrameLog) GetPhyPayloadJson

func (x *DownlinkFrameLog) GetPhyPayloadJson() string

func (*DownlinkFrameLog) GetPublishedAt

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

func (*DownlinkFrameLog) GetTxInfo

func (x *DownlinkFrameLog) GetTxInfo() *gw.DownlinkTXInfo

func (*DownlinkFrameLog) ProtoMessage

func (*DownlinkFrameLog) ProtoMessage()

func (*DownlinkFrameLog) ProtoReflect added in v3.10.2

func (x *DownlinkFrameLog) ProtoReflect() protoreflect.Message

func (*DownlinkFrameLog) Reset

func (x *DownlinkFrameLog) Reset()

func (*DownlinkFrameLog) String

func (x *DownlinkFrameLog) String() string

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"`
	// contains filtered or unexported fields
}

func (*EnqueueDeviceQueueItemRequest) Descriptor deprecated

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

Deprecated: Use EnqueueDeviceQueueItemRequest.ProtoReflect.Descriptor instead.

func (*EnqueueDeviceQueueItemRequest) GetDeviceQueueItem

func (x *EnqueueDeviceQueueItemRequest) GetDeviceQueueItem() *DeviceQueueItem

func (*EnqueueDeviceQueueItemRequest) ProtoMessage

func (*EnqueueDeviceQueueItemRequest) ProtoMessage()

func (*EnqueueDeviceQueueItemRequest) ProtoReflect added in v3.10.2

func (*EnqueueDeviceQueueItemRequest) Reset

func (x *EnqueueDeviceQueueItemRequest) Reset()

func (*EnqueueDeviceQueueItemRequest) String

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"`
	// contains filtered or unexported fields
}

func (*EnqueueDeviceQueueItemResponse) Descriptor deprecated

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

Deprecated: Use EnqueueDeviceQueueItemResponse.ProtoReflect.Descriptor instead.

func (*EnqueueDeviceQueueItemResponse) GetFCnt

func (*EnqueueDeviceQueueItemResponse) ProtoMessage

func (*EnqueueDeviceQueueItemResponse) ProtoMessage()

func (*EnqueueDeviceQueueItemResponse) ProtoReflect added in v3.10.2

func (*EnqueueDeviceQueueItemResponse) Reset

func (x *EnqueueDeviceQueueItemResponse) Reset()

func (*EnqueueDeviceQueueItemResponse) String

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"`
	// contains filtered or unexported fields
}

func (*EnqueueMulticastQueueItemRequest) Descriptor deprecated

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

Deprecated: Use EnqueueMulticastQueueItemRequest.ProtoReflect.Descriptor instead.

func (*EnqueueMulticastQueueItemRequest) GetMulticastQueueItem

func (x *EnqueueMulticastQueueItemRequest) GetMulticastQueueItem() *MulticastQueueItem

func (*EnqueueMulticastQueueItemRequest) ProtoMessage

func (*EnqueueMulticastQueueItemRequest) ProtoMessage()

func (*EnqueueMulticastQueueItemRequest) ProtoReflect added in v3.10.2

func (*EnqueueMulticastQueueItemRequest) Reset

func (*EnqueueMulticastQueueItemRequest) String

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"`
	// contains filtered or unexported fields
}

func (*EnqueueMulticastQueueItemResponse) Descriptor deprecated

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

Deprecated: Use EnqueueMulticastQueueItemResponse.ProtoReflect.Descriptor instead.

func (*EnqueueMulticastQueueItemResponse) GetFCnt

func (*EnqueueMulticastQueueItemResponse) ProtoMessage

func (*EnqueueMulticastQueueItemResponse) ProtoMessage()

func (*EnqueueMulticastQueueItemResponse) ProtoReflect added in v3.10.2

func (*EnqueueMulticastQueueItemResponse) Reset

func (*EnqueueMulticastQueueItemResponse) String

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"`
	// contains filtered or unexported fields
}

func (*FlushDeviceQueueRequest) Descriptor deprecated

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

Deprecated: Use FlushDeviceQueueRequest.ProtoReflect.Descriptor instead.

func (*FlushDeviceQueueRequest) GetDevEui

func (x *FlushDeviceQueueRequest) GetDevEui() string

func (*FlushDeviceQueueRequest) ProtoMessage

func (*FlushDeviceQueueRequest) ProtoMessage()

func (*FlushDeviceQueueRequest) ProtoReflect added in v3.10.2

func (x *FlushDeviceQueueRequest) ProtoReflect() protoreflect.Message

func (*FlushDeviceQueueRequest) Reset

func (x *FlushDeviceQueueRequest) Reset()

func (*FlushDeviceQueueRequest) String

func (x *FlushDeviceQueueRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*FlushMulticastGroupQueueItemsRequest) Descriptor deprecated

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

Deprecated: Use FlushMulticastGroupQueueItemsRequest.ProtoReflect.Descriptor instead.

func (*FlushMulticastGroupQueueItemsRequest) GetMulticastGroupId

func (x *FlushMulticastGroupQueueItemsRequest) GetMulticastGroupId() string

func (*FlushMulticastGroupQueueItemsRequest) ProtoMessage

func (*FlushMulticastGroupQueueItemsRequest) ProtoMessage()

func (*FlushMulticastGroupQueueItemsRequest) ProtoReflect added in v3.10.2

func (*FlushMulticastGroupQueueItemsRequest) Reset

func (*FlushMulticastGroupQueueItemsRequest) String

type GCPPubSubIntegration

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"`
	// contains filtered or unexported fields
}

func (*GCPPubSubIntegration) Descriptor deprecated

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

Deprecated: Use GCPPubSubIntegration.ProtoReflect.Descriptor instead.

func (*GCPPubSubIntegration) GetApplicationId

func (x *GCPPubSubIntegration) GetApplicationId() int64

func (*GCPPubSubIntegration) GetCredentialsFile

func (x *GCPPubSubIntegration) GetCredentialsFile() string

func (*GCPPubSubIntegration) GetMarshaler

func (x *GCPPubSubIntegration) GetMarshaler() Marshaler

func (*GCPPubSubIntegration) GetProjectId

func (x *GCPPubSubIntegration) GetProjectId() string

func (*GCPPubSubIntegration) GetTopicName

func (x *GCPPubSubIntegration) GetTopicName() string

func (*GCPPubSubIntegration) ProtoMessage

func (*GCPPubSubIntegration) ProtoMessage()

func (*GCPPubSubIntegration) ProtoReflect added in v3.10.2

func (x *GCPPubSubIntegration) ProtoReflect() protoreflect.Message

func (*GCPPubSubIntegration) Reset

func (x *GCPPubSubIntegration) Reset()

func (*GCPPubSubIntegration) String

func (x *GCPPubSubIntegration) String() string

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"`
	// contains filtered or unexported fields
}

func (*Gateway) Descriptor deprecated

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

Deprecated: Use Gateway.ProtoReflect.Descriptor instead.

func (*Gateway) GetBoards

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

func (*Gateway) GetDescription

func (x *Gateway) GetDescription() string

func (*Gateway) GetDiscoveryEnabled

func (x *Gateway) GetDiscoveryEnabled() bool

func (*Gateway) GetGatewayProfileId

func (x *Gateway) GetGatewayProfileId() string

func (*Gateway) GetId

func (x *Gateway) GetId() string

func (*Gateway) GetLocation

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

func (*Gateway) GetMetadata

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

func (*Gateway) GetName

func (x *Gateway) GetName() string

func (*Gateway) GetNetworkServerId

func (x *Gateway) GetNetworkServerId() int64

func (*Gateway) GetOrganizationId

func (x *Gateway) GetOrganizationId() int64

func (*Gateway) GetServiceProfileId

func (x *Gateway) GetServiceProfileId() string

func (*Gateway) GetTags

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

func (*Gateway) ProtoMessage

func (*Gateway) ProtoMessage()

func (*Gateway) ProtoReflect added in v3.10.2

func (x *Gateway) ProtoReflect() protoreflect.Message

func (*Gateway) Reset

func (x *Gateway) Reset()

func (*Gateway) String

func (x *Gateway) String() string

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"`
	// contains filtered or unexported fields
}

func (*GatewayBoard) Descriptor deprecated

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

Deprecated: Use GatewayBoard.ProtoReflect.Descriptor instead.

func (*GatewayBoard) GetFineTimestampKey

func (x *GatewayBoard) GetFineTimestampKey() string

func (*GatewayBoard) GetFpgaId

func (x *GatewayBoard) GetFpgaId() string

func (*GatewayBoard) ProtoMessage

func (*GatewayBoard) ProtoMessage()

func (*GatewayBoard) ProtoReflect added in v3.10.2

func (x *GatewayBoard) ProtoReflect() protoreflect.Message

func (*GatewayBoard) Reset

func (x *GatewayBoard) Reset()

func (*GatewayBoard) String

func (x *GatewayBoard) String() string

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"`
	// contains filtered or unexported fields
}

func (*GatewayListItem) Descriptor deprecated

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

Deprecated: Use GatewayListItem.ProtoReflect.Descriptor instead.

func (*GatewayListItem) GetCreatedAt

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

func (*GatewayListItem) GetDescription

func (x *GatewayListItem) GetDescription() string

func (*GatewayListItem) GetFirstSeenAt

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

func (*GatewayListItem) GetId

func (x *GatewayListItem) GetId() string

func (*GatewayListItem) GetLastSeenAt

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

func (*GatewayListItem) GetLocation

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

func (*GatewayListItem) GetName

func (x *GatewayListItem) GetName() string

func (*GatewayListItem) GetNetworkServerId

func (x *GatewayListItem) GetNetworkServerId() int64

func (*GatewayListItem) GetNetworkServerName

func (x *GatewayListItem) GetNetworkServerName() string

func (*GatewayListItem) GetOrganizationId

func (x *GatewayListItem) GetOrganizationId() int64

func (*GatewayListItem) GetUpdatedAt

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

func (*GatewayListItem) ProtoMessage

func (*GatewayListItem) ProtoMessage()

func (*GatewayListItem) ProtoReflect added in v3.10.2

func (x *GatewayListItem) ProtoReflect() protoreflect.Message

func (*GatewayListItem) Reset

func (x *GatewayListItem) Reset()

func (*GatewayListItem) String

func (x *GatewayListItem) String() string

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"`
	// contains filtered or unexported fields
}

func (*GatewayProfile) Descriptor deprecated

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

Deprecated: Use GatewayProfile.ProtoReflect.Descriptor instead.

func (*GatewayProfile) GetChannels

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

func (*GatewayProfile) GetExtraChannels

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

func (*GatewayProfile) GetId

func (x *GatewayProfile) GetId() string

func (*GatewayProfile) GetName

func (x *GatewayProfile) GetName() string

func (*GatewayProfile) GetNetworkServerId

func (x *GatewayProfile) GetNetworkServerId() int64

func (*GatewayProfile) GetStatsInterval

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

func (*GatewayProfile) ProtoMessage

func (*GatewayProfile) ProtoMessage()

func (*GatewayProfile) ProtoReflect added in v3.10.2

func (x *GatewayProfile) ProtoReflect() protoreflect.Message

func (*GatewayProfile) Reset

func (x *GatewayProfile) Reset()

func (*GatewayProfile) String

func (x *GatewayProfile) String() string

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"`
	// contains filtered or unexported fields
}

func (*GatewayProfileExtraChannel) Descriptor deprecated

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

Deprecated: Use GatewayProfileExtraChannel.ProtoReflect.Descriptor instead.

func (*GatewayProfileExtraChannel) GetBandwidth

func (x *GatewayProfileExtraChannel) GetBandwidth() uint32

func (*GatewayProfileExtraChannel) GetBitrate

func (x *GatewayProfileExtraChannel) GetBitrate() uint32

func (*GatewayProfileExtraChannel) GetFrequency

func (x *GatewayProfileExtraChannel) GetFrequency() uint32

func (*GatewayProfileExtraChannel) GetModulation

func (x *GatewayProfileExtraChannel) GetModulation() common.Modulation

func (*GatewayProfileExtraChannel) GetSpreadingFactors

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

func (*GatewayProfileExtraChannel) ProtoMessage

func (*GatewayProfileExtraChannel) ProtoMessage()

func (*GatewayProfileExtraChannel) ProtoReflect added in v3.10.2

func (*GatewayProfileExtraChannel) Reset

func (x *GatewayProfileExtraChannel) Reset()

func (*GatewayProfileExtraChannel) String

func (x *GatewayProfileExtraChannel) String() string

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"`
	// contains filtered or unexported fields
}

func (*GatewayProfileListItem) Descriptor deprecated

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

Deprecated: Use GatewayProfileListItem.ProtoReflect.Descriptor instead.

func (*GatewayProfileListItem) GetCreatedAt

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

func (*GatewayProfileListItem) GetId

func (x *GatewayProfileListItem) GetId() string

func (*GatewayProfileListItem) GetName

func (x *GatewayProfileListItem) GetName() string

func (*GatewayProfileListItem) GetNetworkServerId

func (x *GatewayProfileListItem) GetNetworkServerId() int64

func (*GatewayProfileListItem) GetNetworkServerName

func (x *GatewayProfileListItem) GetNetworkServerName() string

func (*GatewayProfileListItem) GetUpdatedAt

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

func (*GatewayProfileListItem) ProtoMessage

func (*GatewayProfileListItem) ProtoMessage()

func (*GatewayProfileListItem) ProtoReflect added in v3.10.2

func (x *GatewayProfileListItem) ProtoReflect() protoreflect.Message

func (*GatewayProfileListItem) Reset

func (x *GatewayProfileListItem) Reset()

func (*GatewayProfileListItem) String

func (x *GatewayProfileListItem) String() string

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 */
	// contains filtered or unexported fields
}

func (*GatewayStats) Descriptor deprecated

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

Deprecated: Use GatewayStats.ProtoReflect.Descriptor instead.

func (*GatewayStats) GetRxPacketsPerDr

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

func (*GatewayStats) GetRxPacketsPerFrequency

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

func (*GatewayStats) GetRxPacketsReceived

func (x *GatewayStats) GetRxPacketsReceived() int32

func (*GatewayStats) GetRxPacketsReceivedOk

func (x *GatewayStats) GetRxPacketsReceivedOk() int32

func (*GatewayStats) GetTimestamp

func (x *GatewayStats) GetTimestamp() *timestamp.Timestamp

func (*GatewayStats) GetTxPacketsEmitted

func (x *GatewayStats) GetTxPacketsEmitted() int32

func (*GatewayStats) GetTxPacketsPerDr

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

func (*GatewayStats) GetTxPacketsPerFrequency

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

func (*GatewayStats) GetTxPacketsPerStatus

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

func (*GatewayStats) GetTxPacketsReceived

func (x *GatewayStats) GetTxPacketsReceived() int32

func (*GatewayStats) ProtoMessage

func (*GatewayStats) ProtoMessage()

func (*GatewayStats) ProtoReflect added in v3.10.2

func (x *GatewayStats) ProtoReflect() protoreflect.Message

func (*GatewayStats) Reset

func (x *GatewayStats) Reset()

func (*GatewayStats) String

func (x *GatewayStats) String() string

type GenerateGatewayClientCertificateRequest

type GenerateGatewayClientCertificateRequest struct {

	// Gateway ID (HEX encoded).
	GatewayId string `protobuf:"bytes,1,opt,name=gateway_id,json=gatewayId,proto3" json:"gateway_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateGatewayClientCertificateRequest) Descriptor deprecated

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

Deprecated: Use GenerateGatewayClientCertificateRequest.ProtoReflect.Descriptor instead.

func (*GenerateGatewayClientCertificateRequest) GetGatewayId

func (*GenerateGatewayClientCertificateRequest) ProtoMessage

func (*GenerateGatewayClientCertificateRequest) ProtoReflect added in v3.10.2

func (*GenerateGatewayClientCertificateRequest) Reset

func (*GenerateGatewayClientCertificateRequest) String

type GenerateGatewayClientCertificateResponse

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"`
	// contains filtered or unexported fields
}

func (*GenerateGatewayClientCertificateResponse) Descriptor deprecated

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

Deprecated: Use GenerateGatewayClientCertificateResponse.ProtoReflect.Descriptor instead.

func (*GenerateGatewayClientCertificateResponse) GetCaCert

func (*GenerateGatewayClientCertificateResponse) GetExpiresAt

func (*GenerateGatewayClientCertificateResponse) GetTlsCert

func (*GenerateGatewayClientCertificateResponse) GetTlsKey

func (*GenerateGatewayClientCertificateResponse) ProtoMessage

func (*GenerateGatewayClientCertificateResponse) ProtoReflect added in v3.10.2

func (*GenerateGatewayClientCertificateResponse) Reset

func (*GenerateGatewayClientCertificateResponse) String

type GenerateMQTTIntegrationClientCertificateRequest

type GenerateMQTTIntegrationClientCertificateRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateMQTTIntegrationClientCertificateRequest) Descriptor deprecated

Deprecated: Use GenerateMQTTIntegrationClientCertificateRequest.ProtoReflect.Descriptor instead.

func (*GenerateMQTTIntegrationClientCertificateRequest) GetApplicationId

func (*GenerateMQTTIntegrationClientCertificateRequest) ProtoMessage

func (*GenerateMQTTIntegrationClientCertificateRequest) ProtoReflect added in v3.10.2

func (*GenerateMQTTIntegrationClientCertificateRequest) Reset

func (*GenerateMQTTIntegrationClientCertificateRequest) String

type GenerateMQTTIntegrationClientCertificateResponse

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"`
	// contains filtered or unexported fields
}

func (*GenerateMQTTIntegrationClientCertificateResponse) Descriptor deprecated

Deprecated: Use GenerateMQTTIntegrationClientCertificateResponse.ProtoReflect.Descriptor instead.

func (*GenerateMQTTIntegrationClientCertificateResponse) GetCaCert

func (*GenerateMQTTIntegrationClientCertificateResponse) GetExpiresAt

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsCert

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsKey

func (*GenerateMQTTIntegrationClientCertificateResponse) ProtoMessage

func (*GenerateMQTTIntegrationClientCertificateResponse) ProtoReflect added in v3.10.2

func (*GenerateMQTTIntegrationClientCertificateResponse) Reset

func (*GenerateMQTTIntegrationClientCertificateResponse) String

type GetADRAlgorithmsRequest

type GetADRAlgorithmsRequest struct {

	// Network-server ID.
	NetworkServerId int64 `protobuf:"varint,1,opt,name=network_server_id,json=networkServerId,proto3" json:"network_server_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetADRAlgorithmsRequest) Descriptor deprecated

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

Deprecated: Use GetADRAlgorithmsRequest.ProtoReflect.Descriptor instead.

func (*GetADRAlgorithmsRequest) GetNetworkServerId

func (x *GetADRAlgorithmsRequest) GetNetworkServerId() int64

func (*GetADRAlgorithmsRequest) ProtoMessage

func (*GetADRAlgorithmsRequest) ProtoMessage()

func (*GetADRAlgorithmsRequest) ProtoReflect added in v3.10.2

func (x *GetADRAlgorithmsRequest) ProtoReflect() protoreflect.Message

func (*GetADRAlgorithmsRequest) Reset

func (x *GetADRAlgorithmsRequest) Reset()

func (*GetADRAlgorithmsRequest) String

func (x *GetADRAlgorithmsRequest) String() string

type GetADRAlgorithmsResponse

type GetADRAlgorithmsResponse struct {
	AdrAlgorithms []*ADRAlgorithm `protobuf:"bytes,1,rep,name=adr_algorithms,json=adrAlgorithms,proto3" json:"adr_algorithms,omitempty"`
	// contains filtered or unexported fields
}

func (*GetADRAlgorithmsResponse) Descriptor deprecated

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

Deprecated: Use GetADRAlgorithmsResponse.ProtoReflect.Descriptor instead.

func (*GetADRAlgorithmsResponse) GetAdrAlgorithms

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

func (*GetADRAlgorithmsResponse) ProtoMessage

func (*GetADRAlgorithmsResponse) ProtoMessage()

func (*GetADRAlgorithmsResponse) ProtoReflect added in v3.10.2

func (x *GetADRAlgorithmsResponse) ProtoReflect() protoreflect.Message

func (*GetADRAlgorithmsResponse) Reset

func (x *GetADRAlgorithmsResponse) Reset()

func (*GetADRAlgorithmsResponse) String

func (x *GetADRAlgorithmsResponse) String() string

type GetAWSSNSIntegrationRequest

type GetAWSSNSIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAWSSNSIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetAWSSNSIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetAWSSNSIntegrationRequest) GetApplicationId

func (x *GetAWSSNSIntegrationRequest) GetApplicationId() int64

func (*GetAWSSNSIntegrationRequest) ProtoMessage

func (*GetAWSSNSIntegrationRequest) ProtoMessage()

func (*GetAWSSNSIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetAWSSNSIntegrationRequest) Reset

func (x *GetAWSSNSIntegrationRequest) Reset()

func (*GetAWSSNSIntegrationRequest) String

func (x *GetAWSSNSIntegrationRequest) String() string

type GetAWSSNSIntegrationResponse

type GetAWSSNSIntegrationResponse struct {

	// Integration object.
	Integration *AWSSNSIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAWSSNSIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetAWSSNSIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetAWSSNSIntegrationResponse) GetIntegration

func (x *GetAWSSNSIntegrationResponse) GetIntegration() *AWSSNSIntegration

func (*GetAWSSNSIntegrationResponse) ProtoMessage

func (*GetAWSSNSIntegrationResponse) ProtoMessage()

func (*GetAWSSNSIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetAWSSNSIntegrationResponse) Reset

func (x *GetAWSSNSIntegrationResponse) Reset()

func (*GetAWSSNSIntegrationResponse) String

type GetApplicationRequest

type GetApplicationRequest struct {

	// Application ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationRequest) Descriptor deprecated

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

Deprecated: Use GetApplicationRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationRequest) GetId

func (x *GetApplicationRequest) GetId() int64

func (*GetApplicationRequest) ProtoMessage

func (*GetApplicationRequest) ProtoMessage()

func (*GetApplicationRequest) ProtoReflect added in v3.10.2

func (x *GetApplicationRequest) ProtoReflect() protoreflect.Message

func (*GetApplicationRequest) Reset

func (x *GetApplicationRequest) Reset()

func (*GetApplicationRequest) String

func (x *GetApplicationRequest) String() string

type GetApplicationResponse

type GetApplicationResponse struct {

	// Application object.
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationResponse) Descriptor deprecated

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

Deprecated: Use GetApplicationResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationResponse) GetApplication

func (x *GetApplicationResponse) GetApplication() *Application

func (*GetApplicationResponse) ProtoMessage

func (*GetApplicationResponse) ProtoMessage()

func (*GetApplicationResponse) ProtoReflect added in v3.10.2

func (x *GetApplicationResponse) ProtoReflect() protoreflect.Message

func (*GetApplicationResponse) Reset

func (x *GetApplicationResponse) Reset()

func (*GetApplicationResponse) String

func (x *GetApplicationResponse) String() string

type GetAzureServiceBusIntegrationRequest

type GetAzureServiceBusIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAzureServiceBusIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetAzureServiceBusIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetAzureServiceBusIntegrationRequest) GetApplicationId

func (x *GetAzureServiceBusIntegrationRequest) GetApplicationId() int64

func (*GetAzureServiceBusIntegrationRequest) ProtoMessage

func (*GetAzureServiceBusIntegrationRequest) ProtoMessage()

func (*GetAzureServiceBusIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetAzureServiceBusIntegrationRequest) Reset

func (*GetAzureServiceBusIntegrationRequest) String

type GetAzureServiceBusIntegrationResponse

type GetAzureServiceBusIntegrationResponse struct {

	// Integration object.
	Integration *AzureServiceBusIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAzureServiceBusIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetAzureServiceBusIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetAzureServiceBusIntegrationResponse) GetIntegration

func (*GetAzureServiceBusIntegrationResponse) ProtoMessage

func (*GetAzureServiceBusIntegrationResponse) ProtoMessage()

func (*GetAzureServiceBusIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetAzureServiceBusIntegrationResponse) Reset

func (*GetAzureServiceBusIntegrationResponse) String

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceActivationRequest) Descriptor deprecated

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

Deprecated: Use GetDeviceActivationRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceActivationRequest) GetDevEui

func (x *GetDeviceActivationRequest) GetDevEui() string

func (*GetDeviceActivationRequest) ProtoMessage

func (*GetDeviceActivationRequest) ProtoMessage()

func (*GetDeviceActivationRequest) ProtoReflect added in v3.10.2

func (*GetDeviceActivationRequest) Reset

func (x *GetDeviceActivationRequest) Reset()

func (*GetDeviceActivationRequest) String

func (x *GetDeviceActivationRequest) String() string

type GetDeviceActivationResponse

type GetDeviceActivationResponse struct {

	// Device-activation object.
	DeviceActivation *DeviceActivation `protobuf:"bytes,1,opt,name=device_activation,json=deviceActivation,proto3" json:"device_activation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceActivationResponse) Descriptor deprecated

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

Deprecated: Use GetDeviceActivationResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceActivationResponse) GetDeviceActivation

func (x *GetDeviceActivationResponse) GetDeviceActivation() *DeviceActivation

func (*GetDeviceActivationResponse) ProtoMessage

func (*GetDeviceActivationResponse) ProtoMessage()

func (*GetDeviceActivationResponse) ProtoReflect added in v3.10.2

func (*GetDeviceActivationResponse) Reset

func (x *GetDeviceActivationResponse) Reset()

func (*GetDeviceActivationResponse) String

func (x *GetDeviceActivationResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceKeysRequest) Descriptor deprecated

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

Deprecated: Use GetDeviceKeysRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceKeysRequest) GetDevEui

func (x *GetDeviceKeysRequest) GetDevEui() string

func (*GetDeviceKeysRequest) ProtoMessage

func (*GetDeviceKeysRequest) ProtoMessage()

func (*GetDeviceKeysRequest) ProtoReflect added in v3.10.2

func (x *GetDeviceKeysRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceKeysRequest) Reset

func (x *GetDeviceKeysRequest) Reset()

func (*GetDeviceKeysRequest) String

func (x *GetDeviceKeysRequest) String() string

type GetDeviceKeysResponse

type GetDeviceKeysResponse struct {

	// Device-key object.
	DeviceKeys *DeviceKeys `protobuf:"bytes,1,opt,name=device_keys,json=deviceKeys,proto3" json:"device_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceKeysResponse) Descriptor deprecated

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

Deprecated: Use GetDeviceKeysResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceKeysResponse) GetDeviceKeys

func (x *GetDeviceKeysResponse) GetDeviceKeys() *DeviceKeys

func (*GetDeviceKeysResponse) ProtoMessage

func (*GetDeviceKeysResponse) ProtoMessage()

func (*GetDeviceKeysResponse) ProtoReflect added in v3.10.2

func (x *GetDeviceKeysResponse) ProtoReflect() protoreflect.Message

func (*GetDeviceKeysResponse) Reset

func (x *GetDeviceKeysResponse) Reset()

func (*GetDeviceKeysResponse) String

func (x *GetDeviceKeysResponse) String() string

type GetDeviceProfileRequest

type GetDeviceProfileRequest struct {

	// Device-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceProfileRequest) Descriptor deprecated

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

Deprecated: Use GetDeviceProfileRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceProfileRequest) GetId

func (x *GetDeviceProfileRequest) GetId() string

func (*GetDeviceProfileRequest) ProtoMessage

func (*GetDeviceProfileRequest) ProtoMessage()

func (*GetDeviceProfileRequest) ProtoReflect added in v3.10.2

func (x *GetDeviceProfileRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceProfileRequest) Reset

func (x *GetDeviceProfileRequest) Reset()

func (*GetDeviceProfileRequest) String

func (x *GetDeviceProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceProfileResponse) Descriptor deprecated

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

Deprecated: Use GetDeviceProfileResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceProfileResponse) GetCreatedAt

func (x *GetDeviceProfileResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetDeviceProfileResponse) GetDeviceProfile

func (x *GetDeviceProfileResponse) GetDeviceProfile() *DeviceProfile

func (*GetDeviceProfileResponse) GetUpdatedAt

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

func (*GetDeviceProfileResponse) ProtoMessage

func (*GetDeviceProfileResponse) ProtoMessage()

func (*GetDeviceProfileResponse) ProtoReflect added in v3.10.2

func (x *GetDeviceProfileResponse) ProtoReflect() protoreflect.Message

func (*GetDeviceProfileResponse) Reset

func (x *GetDeviceProfileResponse) Reset()

func (*GetDeviceProfileResponse) String

func (x *GetDeviceProfileResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceRequest) Descriptor deprecated

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

Deprecated: Use GetDeviceRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceRequest) GetDevEui

func (x *GetDeviceRequest) GetDevEui() string

func (*GetDeviceRequest) ProtoMessage

func (*GetDeviceRequest) ProtoMessage()

func (*GetDeviceRequest) ProtoReflect added in v3.10.2

func (x *GetDeviceRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceRequest) Reset

func (x *GetDeviceRequest) Reset()

func (*GetDeviceRequest) String

func (x *GetDeviceRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceResponse) Descriptor deprecated

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

Deprecated: Use GetDeviceResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceResponse) GetDevice

func (x *GetDeviceResponse) GetDevice() *Device

func (*GetDeviceResponse) GetDeviceStatusBattery

func (x *GetDeviceResponse) GetDeviceStatusBattery() uint32

func (*GetDeviceResponse) GetDeviceStatusMargin

func (x *GetDeviceResponse) GetDeviceStatusMargin() int32

func (*GetDeviceResponse) GetLastSeenAt

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

func (*GetDeviceResponse) GetLocation

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

func (*GetDeviceResponse) ProtoMessage

func (*GetDeviceResponse) ProtoMessage()

func (*GetDeviceResponse) ProtoReflect added in v3.10.2

func (x *GetDeviceResponse) ProtoReflect() protoreflect.Message

func (*GetDeviceResponse) Reset

func (x *GetDeviceResponse) Reset()

func (*GetDeviceResponse) String

func (x *GetDeviceResponse) String() string

type GetDeviceStatsRequest

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"`
	// contains filtered or unexported fields
}

func (*GetDeviceStatsRequest) Descriptor deprecated

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

Deprecated: Use GetDeviceStatsRequest.ProtoReflect.Descriptor instead.

func (*GetDeviceStatsRequest) GetDevEui

func (x *GetDeviceStatsRequest) GetDevEui() string

func (*GetDeviceStatsRequest) GetEndTimestamp

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

func (*GetDeviceStatsRequest) GetInterval

func (x *GetDeviceStatsRequest) GetInterval() string

func (*GetDeviceStatsRequest) GetStartTimestamp

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

func (*GetDeviceStatsRequest) ProtoMessage

func (*GetDeviceStatsRequest) ProtoMessage()

func (*GetDeviceStatsRequest) ProtoReflect added in v3.10.2

func (x *GetDeviceStatsRequest) ProtoReflect() protoreflect.Message

func (*GetDeviceStatsRequest) Reset

func (x *GetDeviceStatsRequest) Reset()

func (*GetDeviceStatsRequest) String

func (x *GetDeviceStatsRequest) String() string

type GetDeviceStatsResponse

type GetDeviceStatsResponse struct {
	Result []*DeviceStats `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeviceStatsResponse) Descriptor deprecated

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

Deprecated: Use GetDeviceStatsResponse.ProtoReflect.Descriptor instead.

func (*GetDeviceStatsResponse) GetResult

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

func (*GetDeviceStatsResponse) ProtoMessage

func (*GetDeviceStatsResponse) ProtoMessage()

func (*GetDeviceStatsResponse) ProtoReflect added in v3.10.2

func (x *GetDeviceStatsResponse) ProtoReflect() protoreflect.Message

func (*GetDeviceStatsResponse) Reset

func (x *GetDeviceStatsResponse) Reset()

func (*GetDeviceStatsResponse) String

func (x *GetDeviceStatsResponse) String() string

type GetDevicesSummaryRequest

type GetDevicesSummaryRequest struct {

	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDevicesSummaryRequest) Descriptor deprecated

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

Deprecated: Use GetDevicesSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetDevicesSummaryRequest) GetOrganizationId

func (x *GetDevicesSummaryRequest) GetOrganizationId() int64

func (*GetDevicesSummaryRequest) ProtoMessage

func (*GetDevicesSummaryRequest) ProtoMessage()

func (*GetDevicesSummaryRequest) ProtoReflect added in v3.10.2

func (x *GetDevicesSummaryRequest) ProtoReflect() protoreflect.Message

func (*GetDevicesSummaryRequest) Reset

func (x *GetDevicesSummaryRequest) Reset()

func (*GetDevicesSummaryRequest) String

func (x *GetDevicesSummaryRequest) String() string

type GetDevicesSummaryResponse

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"`
	// contains filtered or unexported fields
}

func (*GetDevicesSummaryResponse) Descriptor deprecated

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

Deprecated: Use GetDevicesSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetDevicesSummaryResponse) GetActiveCount

func (x *GetDevicesSummaryResponse) GetActiveCount() uint32

func (*GetDevicesSummaryResponse) GetDrCount

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

func (*GetDevicesSummaryResponse) GetInactiveCount

func (x *GetDevicesSummaryResponse) GetInactiveCount() uint32

func (*GetDevicesSummaryResponse) GetNeverSeenCount

func (x *GetDevicesSummaryResponse) GetNeverSeenCount() uint32

func (*GetDevicesSummaryResponse) ProtoMessage

func (*GetDevicesSummaryResponse) ProtoMessage()

func (*GetDevicesSummaryResponse) ProtoReflect added in v3.10.2

func (*GetDevicesSummaryResponse) Reset

func (x *GetDevicesSummaryResponse) Reset()

func (*GetDevicesSummaryResponse) String

func (x *GetDevicesSummaryResponse) String() string

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

type GetGCPPubSubIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGCPPubSubIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetGCPPubSubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetGCPPubSubIntegrationRequest) GetApplicationId

func (x *GetGCPPubSubIntegrationRequest) GetApplicationId() int64

func (*GetGCPPubSubIntegrationRequest) ProtoMessage

func (*GetGCPPubSubIntegrationRequest) ProtoMessage()

func (*GetGCPPubSubIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetGCPPubSubIntegrationRequest) Reset

func (x *GetGCPPubSubIntegrationRequest) Reset()

func (*GetGCPPubSubIntegrationRequest) String

type GetGCPPubSubIntegrationResponse

type GetGCPPubSubIntegrationResponse struct {

	// Integration object.
	Integration *GCPPubSubIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGCPPubSubIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetGCPPubSubIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetGCPPubSubIntegrationResponse) GetIntegration

func (*GetGCPPubSubIntegrationResponse) ProtoMessage

func (*GetGCPPubSubIntegrationResponse) ProtoMessage()

func (*GetGCPPubSubIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetGCPPubSubIntegrationResponse) Reset

func (*GetGCPPubSubIntegrationResponse) String

type GetGatewayProfileRequest

type GetGatewayProfileRequest struct {

	// Gateway-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatewayProfileRequest) Descriptor deprecated

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

Deprecated: Use GetGatewayProfileRequest.ProtoReflect.Descriptor instead.

func (*GetGatewayProfileRequest) GetId

func (x *GetGatewayProfileRequest) GetId() string

func (*GetGatewayProfileRequest) ProtoMessage

func (*GetGatewayProfileRequest) ProtoMessage()

func (*GetGatewayProfileRequest) ProtoReflect added in v3.10.2

func (x *GetGatewayProfileRequest) ProtoReflect() protoreflect.Message

func (*GetGatewayProfileRequest) Reset

func (x *GetGatewayProfileRequest) Reset()

func (*GetGatewayProfileRequest) String

func (x *GetGatewayProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetGatewayProfileResponse) Descriptor deprecated

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

Deprecated: Use GetGatewayProfileResponse.ProtoReflect.Descriptor instead.

func (*GetGatewayProfileResponse) GetCreatedAt

func (x *GetGatewayProfileResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetGatewayProfileResponse) GetGatewayProfile

func (x *GetGatewayProfileResponse) GetGatewayProfile() *GatewayProfile

func (*GetGatewayProfileResponse) GetUpdatedAt

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

func (*GetGatewayProfileResponse) ProtoMessage

func (*GetGatewayProfileResponse) ProtoMessage()

func (*GetGatewayProfileResponse) ProtoReflect added in v3.10.2

func (*GetGatewayProfileResponse) Reset

func (x *GetGatewayProfileResponse) Reset()

func (*GetGatewayProfileResponse) String

func (x *GetGatewayProfileResponse) String() string

type GetGatewayRequest

type GetGatewayRequest struct {

	// Gateway ID (HEX encoded).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatewayRequest) Descriptor deprecated

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

Deprecated: Use GetGatewayRequest.ProtoReflect.Descriptor instead.

func (*GetGatewayRequest) GetId

func (x *GetGatewayRequest) GetId() string

func (*GetGatewayRequest) ProtoMessage

func (*GetGatewayRequest) ProtoMessage()

func (*GetGatewayRequest) ProtoReflect added in v3.10.2

func (x *GetGatewayRequest) ProtoReflect() protoreflect.Message

func (*GetGatewayRequest) Reset

func (x *GetGatewayRequest) Reset()

func (*GetGatewayRequest) String

func (x *GetGatewayRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetGatewayResponse) Descriptor deprecated

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

Deprecated: Use GetGatewayResponse.ProtoReflect.Descriptor instead.

func (*GetGatewayResponse) GetCreatedAt

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

func (*GetGatewayResponse) GetFirstSeenAt

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

func (*GetGatewayResponse) GetGateway

func (x *GetGatewayResponse) GetGateway() *Gateway

func (*GetGatewayResponse) GetLastSeenAt

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

func (*GetGatewayResponse) GetUpdatedAt

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

func (*GetGatewayResponse) ProtoMessage

func (*GetGatewayResponse) ProtoMessage()

func (*GetGatewayResponse) ProtoReflect added in v3.10.2

func (x *GetGatewayResponse) ProtoReflect() protoreflect.Message

func (*GetGatewayResponse) Reset

func (x *GetGatewayResponse) Reset()

func (*GetGatewayResponse) String

func (x *GetGatewayResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetGatewayStatsRequest) Descriptor deprecated

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

Deprecated: Use GetGatewayStatsRequest.ProtoReflect.Descriptor instead.

func (*GetGatewayStatsRequest) GetEndTimestamp

func (x *GetGatewayStatsRequest) GetEndTimestamp() *timestamp.Timestamp

func (*GetGatewayStatsRequest) GetGatewayId

func (x *GetGatewayStatsRequest) GetGatewayId() string

func (*GetGatewayStatsRequest) GetInterval

func (x *GetGatewayStatsRequest) GetInterval() string

func (*GetGatewayStatsRequest) GetStartTimestamp

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

func (*GetGatewayStatsRequest) ProtoMessage

func (*GetGatewayStatsRequest) ProtoMessage()

func (*GetGatewayStatsRequest) ProtoReflect added in v3.10.2

func (x *GetGatewayStatsRequest) ProtoReflect() protoreflect.Message

func (*GetGatewayStatsRequest) Reset

func (x *GetGatewayStatsRequest) Reset()

func (*GetGatewayStatsRequest) String

func (x *GetGatewayStatsRequest) String() string

type GetGatewayStatsResponse

type GetGatewayStatsResponse struct {
	Result []*GatewayStats `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatewayStatsResponse) Descriptor deprecated

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

Deprecated: Use GetGatewayStatsResponse.ProtoReflect.Descriptor instead.

func (*GetGatewayStatsResponse) GetResult

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

func (*GetGatewayStatsResponse) ProtoMessage

func (*GetGatewayStatsResponse) ProtoMessage()

func (*GetGatewayStatsResponse) ProtoReflect added in v3.10.2

func (x *GetGatewayStatsResponse) ProtoReflect() protoreflect.Message

func (*GetGatewayStatsResponse) Reset

func (x *GetGatewayStatsResponse) Reset()

func (*GetGatewayStatsResponse) String

func (x *GetGatewayStatsResponse) String() string

type GetGatewaysSummaryRequest

type GetGatewaysSummaryRequest struct {

	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGatewaysSummaryRequest) Descriptor deprecated

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

Deprecated: Use GetGatewaysSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetGatewaysSummaryRequest) GetOrganizationId

func (x *GetGatewaysSummaryRequest) GetOrganizationId() int64

func (*GetGatewaysSummaryRequest) ProtoMessage

func (*GetGatewaysSummaryRequest) ProtoMessage()

func (*GetGatewaysSummaryRequest) ProtoReflect added in v3.10.2

func (*GetGatewaysSummaryRequest) Reset

func (x *GetGatewaysSummaryRequest) Reset()

func (*GetGatewaysSummaryRequest) String

func (x *GetGatewaysSummaryRequest) String() string

type GetGatewaysSummaryResponse

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"`
	// contains filtered or unexported fields
}

func (*GetGatewaysSummaryResponse) Descriptor deprecated

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

Deprecated: Use GetGatewaysSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetGatewaysSummaryResponse) GetActiveCount

func (x *GetGatewaysSummaryResponse) GetActiveCount() uint32

func (*GetGatewaysSummaryResponse) GetInactiveCount

func (x *GetGatewaysSummaryResponse) GetInactiveCount() uint32

func (*GetGatewaysSummaryResponse) GetNeverSeenCount

func (x *GetGatewaysSummaryResponse) GetNeverSeenCount() uint32

func (*GetGatewaysSummaryResponse) ProtoMessage

func (*GetGatewaysSummaryResponse) ProtoMessage()

func (*GetGatewaysSummaryResponse) ProtoReflect added in v3.10.2

func (*GetGatewaysSummaryResponse) Reset

func (x *GetGatewaysSummaryResponse) Reset()

func (*GetGatewaysSummaryResponse) String

func (x *GetGatewaysSummaryResponse) String() string

type GetHTTPIntegrationRequest

type GetHTTPIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHTTPIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetHTTPIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetHTTPIntegrationRequest) GetApplicationId

func (x *GetHTTPIntegrationRequest) GetApplicationId() int64

func (*GetHTTPIntegrationRequest) ProtoMessage

func (*GetHTTPIntegrationRequest) ProtoMessage()

func (*GetHTTPIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetHTTPIntegrationRequest) Reset

func (x *GetHTTPIntegrationRequest) Reset()

func (*GetHTTPIntegrationRequest) String

func (x *GetHTTPIntegrationRequest) String() string

type GetHTTPIntegrationResponse

type GetHTTPIntegrationResponse struct {

	// Integration object.
	Integration *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHTTPIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetHTTPIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetHTTPIntegrationResponse) GetIntegration

func (x *GetHTTPIntegrationResponse) GetIntegration() *HTTPIntegration

func (*GetHTTPIntegrationResponse) ProtoMessage

func (*GetHTTPIntegrationResponse) ProtoMessage()

func (*GetHTTPIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetHTTPIntegrationResponse) Reset

func (x *GetHTTPIntegrationResponse) Reset()

func (*GetHTTPIntegrationResponse) String

func (x *GetHTTPIntegrationResponse) String() string

type GetInfluxDBIntegrationRequest

type GetInfluxDBIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInfluxDBIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetInfluxDBIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetInfluxDBIntegrationRequest) GetApplicationId

func (x *GetInfluxDBIntegrationRequest) GetApplicationId() int64

func (*GetInfluxDBIntegrationRequest) ProtoMessage

func (*GetInfluxDBIntegrationRequest) ProtoMessage()

func (*GetInfluxDBIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetInfluxDBIntegrationRequest) Reset

func (x *GetInfluxDBIntegrationRequest) Reset()

func (*GetInfluxDBIntegrationRequest) String

type GetInfluxDBIntegrationResponse

type GetInfluxDBIntegrationResponse struct {

	// Integration object.
	Integration *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInfluxDBIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetInfluxDBIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetInfluxDBIntegrationResponse) GetIntegration

func (*GetInfluxDBIntegrationResponse) ProtoMessage

func (*GetInfluxDBIntegrationResponse) ProtoMessage()

func (*GetInfluxDBIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetInfluxDBIntegrationResponse) Reset

func (x *GetInfluxDBIntegrationResponse) Reset()

func (*GetInfluxDBIntegrationResponse) String

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"`
	// contains filtered or unexported fields
}

func (*GetLastPingRequest) Descriptor deprecated

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

Deprecated: Use GetLastPingRequest.ProtoReflect.Descriptor instead.

func (*GetLastPingRequest) GetGatewayId

func (x *GetLastPingRequest) GetGatewayId() string

func (*GetLastPingRequest) ProtoMessage

func (*GetLastPingRequest) ProtoMessage()

func (*GetLastPingRequest) ProtoReflect added in v3.10.2

func (x *GetLastPingRequest) ProtoReflect() protoreflect.Message

func (*GetLastPingRequest) Reset

func (x *GetLastPingRequest) Reset()

func (*GetLastPingRequest) String

func (x *GetLastPingRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetLastPingResponse) Descriptor deprecated

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

Deprecated: Use GetLastPingResponse.ProtoReflect.Descriptor instead.

func (*GetLastPingResponse) GetCreatedAt

func (x *GetLastPingResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetLastPingResponse) GetDr

func (x *GetLastPingResponse) GetDr() uint32

func (*GetLastPingResponse) GetFrequency

func (x *GetLastPingResponse) GetFrequency() uint32

func (*GetLastPingResponse) GetPingRx

func (x *GetLastPingResponse) GetPingRx() []*PingRX

func (*GetLastPingResponse) ProtoMessage

func (*GetLastPingResponse) ProtoMessage()

func (*GetLastPingResponse) ProtoReflect added in v3.10.2

func (x *GetLastPingResponse) ProtoReflect() protoreflect.Message

func (*GetLastPingResponse) Reset

func (x *GetLastPingResponse) Reset()

func (*GetLastPingResponse) String

func (x *GetLastPingResponse) String() string

type GetLoRaCloudIntegrationRequest

type GetLoRaCloudIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoRaCloudIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetLoRaCloudIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetLoRaCloudIntegrationRequest) GetApplicationId

func (x *GetLoRaCloudIntegrationRequest) GetApplicationId() int64

func (*GetLoRaCloudIntegrationRequest) ProtoMessage

func (*GetLoRaCloudIntegrationRequest) ProtoMessage()

func (*GetLoRaCloudIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetLoRaCloudIntegrationRequest) Reset

func (x *GetLoRaCloudIntegrationRequest) Reset()

func (*GetLoRaCloudIntegrationRequest) String

type GetLoRaCloudIntegrationResponse

type GetLoRaCloudIntegrationResponse struct {

	// Integration object.
	Integration *LoRaCloudIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoRaCloudIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetLoRaCloudIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetLoRaCloudIntegrationResponse) GetIntegration

func (*GetLoRaCloudIntegrationResponse) ProtoMessage

func (*GetLoRaCloudIntegrationResponse) ProtoMessage()

func (*GetLoRaCloudIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetLoRaCloudIntegrationResponse) Reset

func (*GetLoRaCloudIntegrationResponse) String

type GetMulticastGroupRequest

type GetMulticastGroupRequest struct {

	// ID (string formatted UUID).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use GetMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*GetMulticastGroupRequest) GetId

func (x *GetMulticastGroupRequest) GetId() string

func (*GetMulticastGroupRequest) ProtoMessage

func (*GetMulticastGroupRequest) ProtoMessage()

func (*GetMulticastGroupRequest) ProtoReflect added in v3.10.2

func (x *GetMulticastGroupRequest) ProtoReflect() protoreflect.Message

func (*GetMulticastGroupRequest) Reset

func (x *GetMulticastGroupRequest) Reset()

func (*GetMulticastGroupRequest) String

func (x *GetMulticastGroupRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetMulticastGroupResponse) Descriptor deprecated

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

Deprecated: Use GetMulticastGroupResponse.ProtoReflect.Descriptor instead.

func (*GetMulticastGroupResponse) GetCreatedAt

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

func (*GetMulticastGroupResponse) GetMulticastGroup

func (x *GetMulticastGroupResponse) GetMulticastGroup() *MulticastGroup

func (*GetMulticastGroupResponse) GetUpdatedAt

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

func (*GetMulticastGroupResponse) ProtoMessage

func (*GetMulticastGroupResponse) ProtoMessage()

func (*GetMulticastGroupResponse) ProtoReflect added in v3.10.2

func (*GetMulticastGroupResponse) Reset

func (x *GetMulticastGroupResponse) Reset()

func (*GetMulticastGroupResponse) String

func (x *GetMulticastGroupResponse) String() string

type GetMyDevicesIntegrationRequest

type GetMyDevicesIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyDevicesIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetMyDevicesIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetMyDevicesIntegrationRequest) GetApplicationId

func (x *GetMyDevicesIntegrationRequest) GetApplicationId() int64

func (*GetMyDevicesIntegrationRequest) ProtoMessage

func (*GetMyDevicesIntegrationRequest) ProtoMessage()

func (*GetMyDevicesIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetMyDevicesIntegrationRequest) Reset

func (x *GetMyDevicesIntegrationRequest) Reset()

func (*GetMyDevicesIntegrationRequest) String

type GetMyDevicesIntegrationResponse

type GetMyDevicesIntegrationResponse struct {

	// Integration object.
	Integration *MyDevicesIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMyDevicesIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetMyDevicesIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetMyDevicesIntegrationResponse) GetIntegration

func (*GetMyDevicesIntegrationResponse) ProtoMessage

func (*GetMyDevicesIntegrationResponse) ProtoMessage()

func (*GetMyDevicesIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetMyDevicesIntegrationResponse) Reset

func (*GetMyDevicesIntegrationResponse) String

type GetNetworkServerRequest

type GetNetworkServerRequest struct {

	// Network-server ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNetworkServerRequest) Descriptor deprecated

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

Deprecated: Use GetNetworkServerRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkServerRequest) GetId

func (x *GetNetworkServerRequest) GetId() int64

func (*GetNetworkServerRequest) ProtoMessage

func (*GetNetworkServerRequest) ProtoMessage()

func (*GetNetworkServerRequest) ProtoReflect added in v3.10.2

func (x *GetNetworkServerRequest) ProtoReflect() protoreflect.Message

func (*GetNetworkServerRequest) Reset

func (x *GetNetworkServerRequest) Reset()

func (*GetNetworkServerRequest) String

func (x *GetNetworkServerRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetNetworkServerResponse) Descriptor deprecated

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

Deprecated: Use GetNetworkServerResponse.ProtoReflect.Descriptor instead.

func (*GetNetworkServerResponse) GetCreatedAt

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

func (*GetNetworkServerResponse) GetNetworkServer

func (x *GetNetworkServerResponse) GetNetworkServer() *NetworkServer

func (*GetNetworkServerResponse) GetRegion

func (x *GetNetworkServerResponse) GetRegion() string

func (*GetNetworkServerResponse) GetUpdatedAt

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

func (*GetNetworkServerResponse) GetVersion

func (x *GetNetworkServerResponse) GetVersion() string

func (*GetNetworkServerResponse) ProtoMessage

func (*GetNetworkServerResponse) ProtoMessage()

func (*GetNetworkServerResponse) ProtoReflect added in v3.10.2

func (x *GetNetworkServerResponse) ProtoReflect() protoreflect.Message

func (*GetNetworkServerResponse) Reset

func (x *GetNetworkServerResponse) Reset()

func (*GetNetworkServerResponse) String

func (x *GetNetworkServerResponse) String() string

type GetOrganizationRequest

type GetOrganizationRequest struct {

	// Organization ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetId

func (x *GetOrganizationRequest) GetId() int64

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect added in v3.10.2

func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetOrganizationResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationResponse) GetCreatedAt

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

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) GetUpdatedAt

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

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect added in v3.10.2

func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetOrganizationUserRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationUserRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationUserRequest) GetOrganizationId

func (x *GetOrganizationUserRequest) GetOrganizationId() int64

func (*GetOrganizationUserRequest) GetUserId

func (x *GetOrganizationUserRequest) GetUserId() int64

func (*GetOrganizationUserRequest) ProtoMessage

func (*GetOrganizationUserRequest) ProtoMessage()

func (*GetOrganizationUserRequest) ProtoReflect added in v3.10.2

func (*GetOrganizationUserRequest) Reset

func (x *GetOrganizationUserRequest) Reset()

func (*GetOrganizationUserRequest) String

func (x *GetOrganizationUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

Response for a user in the organization

func (*GetOrganizationUserResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationUserResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationUserResponse) GetCreatedAt

func (x *GetOrganizationUserResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetOrganizationUserResponse) GetOrganizationUser

func (x *GetOrganizationUserResponse) GetOrganizationUser() *OrganizationUser

func (*GetOrganizationUserResponse) GetUpdatedAt

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

func (*GetOrganizationUserResponse) ProtoMessage

func (*GetOrganizationUserResponse) ProtoMessage()

func (*GetOrganizationUserResponse) ProtoReflect added in v3.10.2

func (*GetOrganizationUserResponse) Reset

func (x *GetOrganizationUserResponse) Reset()

func (*GetOrganizationUserResponse) String

func (x *GetOrganizationUserResponse) String() string

type GetPilotThingsIntegrationRequest

type GetPilotThingsIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPilotThingsIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetPilotThingsIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetPilotThingsIntegrationRequest) GetApplicationId

func (x *GetPilotThingsIntegrationRequest) GetApplicationId() int64

func (*GetPilotThingsIntegrationRequest) ProtoMessage

func (*GetPilotThingsIntegrationRequest) ProtoMessage()

func (*GetPilotThingsIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetPilotThingsIntegrationRequest) Reset

func (*GetPilotThingsIntegrationRequest) String

type GetPilotThingsIntegrationResponse

type GetPilotThingsIntegrationResponse struct {

	// Integration object.
	Integration *PilotThingsIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPilotThingsIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetPilotThingsIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetPilotThingsIntegrationResponse) GetIntegration

func (*GetPilotThingsIntegrationResponse) ProtoMessage

func (*GetPilotThingsIntegrationResponse) ProtoMessage()

func (*GetPilotThingsIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetPilotThingsIntegrationResponse) Reset

func (*GetPilotThingsIntegrationResponse) String

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"`
	// contains filtered or unexported fields
}

func (*GetRandomDevAddrRequest) Descriptor deprecated

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

Deprecated: Use GetRandomDevAddrRequest.ProtoReflect.Descriptor instead.

func (*GetRandomDevAddrRequest) GetDevEui

func (x *GetRandomDevAddrRequest) GetDevEui() string

func (*GetRandomDevAddrRequest) ProtoMessage

func (*GetRandomDevAddrRequest) ProtoMessage()

func (*GetRandomDevAddrRequest) ProtoReflect added in v3.10.2

func (x *GetRandomDevAddrRequest) ProtoReflect() protoreflect.Message

func (*GetRandomDevAddrRequest) Reset

func (x *GetRandomDevAddrRequest) Reset()

func (*GetRandomDevAddrRequest) String

func (x *GetRandomDevAddrRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetRandomDevAddrResponse) Descriptor deprecated

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

Deprecated: Use GetRandomDevAddrResponse.ProtoReflect.Descriptor instead.

func (*GetRandomDevAddrResponse) GetDevAddr

func (x *GetRandomDevAddrResponse) GetDevAddr() string

func (*GetRandomDevAddrResponse) ProtoMessage

func (*GetRandomDevAddrResponse) ProtoMessage()

func (*GetRandomDevAddrResponse) ProtoReflect added in v3.10.2

func (x *GetRandomDevAddrResponse) ProtoReflect() protoreflect.Message

func (*GetRandomDevAddrResponse) Reset

func (x *GetRandomDevAddrResponse) Reset()

func (*GetRandomDevAddrResponse) String

func (x *GetRandomDevAddrResponse) String() string

type GetServiceProfileRequest

type GetServiceProfileRequest struct {

	// Service-profile ID (UUID string).
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceProfileRequest) Descriptor deprecated

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

Deprecated: Use GetServiceProfileRequest.ProtoReflect.Descriptor instead.

func (*GetServiceProfileRequest) GetId

func (x *GetServiceProfileRequest) GetId() string

func (*GetServiceProfileRequest) ProtoMessage

func (*GetServiceProfileRequest) ProtoMessage()

func (*GetServiceProfileRequest) ProtoReflect added in v3.10.2

func (x *GetServiceProfileRequest) ProtoReflect() protoreflect.Message

func (*GetServiceProfileRequest) Reset

func (x *GetServiceProfileRequest) Reset()

func (*GetServiceProfileRequest) String

func (x *GetServiceProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetServiceProfileResponse) Descriptor deprecated

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

Deprecated: Use GetServiceProfileResponse.ProtoReflect.Descriptor instead.

func (*GetServiceProfileResponse) GetCreatedAt

func (x *GetServiceProfileResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetServiceProfileResponse) GetServiceProfile

func (x *GetServiceProfileResponse) GetServiceProfile() *ServiceProfile

func (*GetServiceProfileResponse) GetUpdatedAt

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

func (*GetServiceProfileResponse) ProtoMessage

func (*GetServiceProfileResponse) ProtoMessage()

func (*GetServiceProfileResponse) ProtoReflect added in v3.10.2

func (*GetServiceProfileResponse) Reset

func (x *GetServiceProfileResponse) Reset()

func (*GetServiceProfileResponse) String

func (x *GetServiceProfileResponse) String() string

type GetThingsBoardIntegrationRequest

type GetThingsBoardIntegrationRequest struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,json=applicationID,proto3" json:"application_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetThingsBoardIntegrationRequest) Descriptor deprecated

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

Deprecated: Use GetThingsBoardIntegrationRequest.ProtoReflect.Descriptor instead.

func (*GetThingsBoardIntegrationRequest) GetApplicationId

func (x *GetThingsBoardIntegrationRequest) GetApplicationId() int64

func (*GetThingsBoardIntegrationRequest) ProtoMessage

func (*GetThingsBoardIntegrationRequest) ProtoMessage()

func (*GetThingsBoardIntegrationRequest) ProtoReflect added in v3.10.2

func (*GetThingsBoardIntegrationRequest) Reset

func (*GetThingsBoardIntegrationRequest) String

type GetThingsBoardIntegrationResponse

type GetThingsBoardIntegrationResponse struct {

	// Integration object.
	Integration *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*GetThingsBoardIntegrationResponse) Descriptor deprecated

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

Deprecated: Use GetThingsBoardIntegrationResponse.ProtoReflect.Descriptor instead.

func (*GetThingsBoardIntegrationResponse) GetIntegration

func (*GetThingsBoardIntegrationResponse) ProtoMessage

func (*GetThingsBoardIntegrationResponse) ProtoMessage()

func (*GetThingsBoardIntegrationResponse) ProtoReflect added in v3.10.2

func (*GetThingsBoardIntegrationResponse) Reset

func (*GetThingsBoardIntegrationResponse) String

type GetUserRequest

type GetUserRequest struct {

	// User ID.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetId

func (x *GetUserRequest) GetId() int64

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect added in v3.10.2

func (x *GetUserRequest) ProtoReflect() protoreflect.Message

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetCreatedAt

func (x *GetUserResponse) GetCreatedAt() *timestamp.Timestamp

func (*GetUserResponse) GetUpdatedAt

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

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect added in v3.10.2

func (x *GetUserResponse) ProtoReflect() protoreflect.Message

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GlobalSearchRequest) Descriptor deprecated

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

Deprecated: Use GlobalSearchRequest.ProtoReflect.Descriptor instead.

func (*GlobalSearchRequest) GetLimit

func (x *GlobalSearchRequest) GetLimit() int64

func (*GlobalSearchRequest) GetOffset

func (x *GlobalSearchRequest) GetOffset() int64

func (*GlobalSearchRequest) GetSearch

func (x *GlobalSearchRequest) GetSearch() string

func (*GlobalSearchRequest) ProtoMessage

func (*GlobalSearchRequest) ProtoMessage()

func (*GlobalSearchRequest) ProtoReflect added in v3.10.2

func (x *GlobalSearchRequest) ProtoReflect() protoreflect.Message

func (*GlobalSearchRequest) Reset

func (x *GlobalSearchRequest) Reset()

func (*GlobalSearchRequest) String

func (x *GlobalSearchRequest) String() string

type GlobalSearchResponse

type GlobalSearchResponse struct {
	Result []*GlobalSearchResult `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalSearchResponse) Descriptor deprecated

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

Deprecated: Use GlobalSearchResponse.ProtoReflect.Descriptor instead.

func (*GlobalSearchResponse) GetResult

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

func (*GlobalSearchResponse) ProtoMessage

func (*GlobalSearchResponse) ProtoMessage()

func (*GlobalSearchResponse) ProtoReflect added in v3.10.2

func (x *GlobalSearchResponse) ProtoReflect() protoreflect.Message

func (*GlobalSearchResponse) Reset

func (x *GlobalSearchResponse) Reset()

func (*GlobalSearchResponse) String

func (x *GlobalSearchResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*GlobalSearchResult) Descriptor deprecated

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

Deprecated: Use GlobalSearchResult.ProtoReflect.Descriptor instead.

func (*GlobalSearchResult) GetApplicationId

func (x *GlobalSearchResult) GetApplicationId() int64

func (*GlobalSearchResult) GetApplicationName

func (x *GlobalSearchResult) GetApplicationName() string

func (*GlobalSearchResult) GetDeviceDevEui

func (x *GlobalSearchResult) GetDeviceDevEui() string

func (*GlobalSearchResult) GetDeviceName

func (x *GlobalSearchResult) GetDeviceName() string

func (*GlobalSearchResult) GetGatewayMac

func (x *GlobalSearchResult) GetGatewayMac() string

func (*GlobalSearchResult) GetGatewayName

func (x *GlobalSearchResult) GetGatewayName() string

func (*GlobalSearchResult) GetKind

func (x *GlobalSearchResult) GetKind() string

func (*GlobalSearchResult) GetOrganizationId

func (x *GlobalSearchResult) GetOrganizationId() int64

func (*GlobalSearchResult) GetOrganizationName

func (x *GlobalSearchResult) GetOrganizationName() string

func (*GlobalSearchResult) GetScore

func (x *GlobalSearchResult) GetScore() float32

func (*GlobalSearchResult) ProtoMessage

func (*GlobalSearchResult) ProtoMessage()

func (*GlobalSearchResult) ProtoReflect added in v3.10.2

func (x *GlobalSearchResult) ProtoReflect() protoreflect.Message

func (*GlobalSearchResult) Reset

func (x *GlobalSearchResult) Reset()

func (*GlobalSearchResult) String

func (x *GlobalSearchResult) String() string

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"`
	// contains filtered or unexported fields
}

func (*HTTPIntegration) Descriptor deprecated

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

Deprecated: Use HTTPIntegration.ProtoReflect.Descriptor instead.

func (*HTTPIntegration) GetAckNotificationUrl

func (x *HTTPIntegration) GetAckNotificationUrl() string

func (*HTTPIntegration) GetApplicationId

func (x *HTTPIntegration) GetApplicationId() int64

func (*HTTPIntegration) GetErrorNotificationUrl

func (x *HTTPIntegration) GetErrorNotificationUrl() string

func (*HTTPIntegration) GetEventEndpointUrl

func (x *HTTPIntegration) GetEventEndpointUrl() string

func (*HTTPIntegration) GetHeaders

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

func (*HTTPIntegration) GetIntegrationNotificationUrl

func (x *HTTPIntegration) GetIntegrationNotificationUrl() string

func (*HTTPIntegration) GetJoinNotificationUrl

func (x *HTTPIntegration) GetJoinNotificationUrl() string

func (*HTTPIntegration) GetLocationNotificationUrl

func (x *HTTPIntegration) GetLocationNotificationUrl() string

func (*HTTPIntegration) GetMarshaler

func (x *HTTPIntegration) GetMarshaler() Marshaler

func (*HTTPIntegration) GetStatusNotificationUrl

func (x *HTTPIntegration) GetStatusNotificationUrl() string

func (*HTTPIntegration) GetTxAckNotificationUrl

func (x *HTTPIntegration) GetTxAckNotificationUrl() string

func (*HTTPIntegration) GetUplinkDataUrl

func (x *HTTPIntegration) GetUplinkDataUrl() string

func (*HTTPIntegration) ProtoMessage

func (*HTTPIntegration) ProtoMessage()

func (*HTTPIntegration) ProtoReflect added in v3.10.2

func (x *HTTPIntegration) ProtoReflect() protoreflect.Message

func (*HTTPIntegration) Reset

func (x *HTTPIntegration) Reset()

func (*HTTPIntegration) String

func (x *HTTPIntegration) String() string

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"`
	// contains filtered or unexported fields
}

func (*HTTPIntegrationHeader) Descriptor deprecated

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

Deprecated: Use HTTPIntegrationHeader.ProtoReflect.Descriptor instead.

func (*HTTPIntegrationHeader) GetKey

func (x *HTTPIntegrationHeader) GetKey() string

func (*HTTPIntegrationHeader) GetValue

func (x *HTTPIntegrationHeader) GetValue() string

func (*HTTPIntegrationHeader) ProtoMessage

func (*HTTPIntegrationHeader) ProtoMessage()

func (*HTTPIntegrationHeader) ProtoReflect added in v3.10.2

func (x *HTTPIntegrationHeader) ProtoReflect() protoreflect.Message

func (*HTTPIntegrationHeader) Reset

func (x *HTTPIntegrationHeader) Reset()

func (*HTTPIntegrationHeader) String

func (x *HTTPIntegrationHeader) String() string

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"`
	// contains filtered or unexported fields
}

func (*InfluxDBIntegration) Descriptor deprecated

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

Deprecated: Use InfluxDBIntegration.ProtoReflect.Descriptor instead.

func (*InfluxDBIntegration) GetApplicationId

func (x *InfluxDBIntegration) GetApplicationId() int64

func (*InfluxDBIntegration) GetBucket

func (x *InfluxDBIntegration) GetBucket() string

func (*InfluxDBIntegration) GetDb

func (x *InfluxDBIntegration) GetDb() string

func (*InfluxDBIntegration) GetEndpoint

func (x *InfluxDBIntegration) GetEndpoint() string

func (*InfluxDBIntegration) GetOrganization

func (x *InfluxDBIntegration) GetOrganization() string

func (*InfluxDBIntegration) GetPassword

func (x *InfluxDBIntegration) GetPassword() string

func (*InfluxDBIntegration) GetPrecision

func (x *InfluxDBIntegration) GetPrecision() InfluxDBPrecision

func (*InfluxDBIntegration) GetRetentionPolicyName

func (x *InfluxDBIntegration) GetRetentionPolicyName() string

func (*InfluxDBIntegration) GetToken

func (x *InfluxDBIntegration) GetToken() string

func (*InfluxDBIntegration) GetUsername

func (x *InfluxDBIntegration) GetUsername() string

func (*InfluxDBIntegration) GetVersion

func (x *InfluxDBIntegration) GetVersion() InfluxDBVersion

func (*InfluxDBIntegration) ProtoMessage

func (*InfluxDBIntegration) ProtoMessage()

func (*InfluxDBIntegration) ProtoReflect added in v3.10.2

func (x *InfluxDBIntegration) ProtoReflect() protoreflect.Message

func (*InfluxDBIntegration) Reset

func (x *InfluxDBIntegration) Reset()

func (*InfluxDBIntegration) String

func (x *InfluxDBIntegration) String() string

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) Descriptor added in v3.10.2

func (InfluxDBPrecision) Enum added in v3.10.2

func (InfluxDBPrecision) EnumDescriptor deprecated

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

Deprecated: Use InfluxDBPrecision.Descriptor instead.

func (InfluxDBPrecision) Number added in v3.10.2

func (InfluxDBPrecision) String

func (x InfluxDBPrecision) String() string

func (InfluxDBPrecision) Type added in v3.10.2

type InfluxDBVersion

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

func (InfluxDBVersion) Descriptor added in v3.10.2

func (InfluxDBVersion) Enum added in v3.10.2

func (x InfluxDBVersion) Enum() *InfluxDBVersion

func (InfluxDBVersion) EnumDescriptor deprecated

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

Deprecated: Use InfluxDBVersion.Descriptor instead.

func (InfluxDBVersion) Number added in v3.10.2

func (InfluxDBVersion) String

func (x InfluxDBVersion) String() string

func (InfluxDBVersion) Type added in v3.10.2

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) Descriptor added in v3.10.2

func (IntegrationKind) Enum added in v3.10.2

func (x IntegrationKind) Enum() *IntegrationKind

func (IntegrationKind) EnumDescriptor deprecated

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

Deprecated: Use IntegrationKind.Descriptor instead.

func (IntegrationKind) Number added in v3.10.2

func (IntegrationKind) String

func (x IntegrationKind) String() string

func (IntegrationKind) Type added in v3.10.2

type IntegrationListItem

type IntegrationListItem struct {

	// Integration kind.
	Kind IntegrationKind `protobuf:"varint,1,opt,name=kind,proto3,enum=api.IntegrationKind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*IntegrationListItem) Descriptor deprecated

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

Deprecated: Use IntegrationListItem.ProtoReflect.Descriptor instead.

func (*IntegrationListItem) GetKind

func (x *IntegrationListItem) GetKind() IntegrationKind

func (*IntegrationListItem) ProtoMessage

func (*IntegrationListItem) ProtoMessage()

func (*IntegrationListItem) ProtoReflect added in v3.10.2

func (x *IntegrationListItem) ProtoReflect() protoreflect.Message

func (*IntegrationListItem) Reset

func (x *IntegrationListItem) Reset()

func (*IntegrationListItem) String

func (x *IntegrationListItem) String() string

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

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"`
	// contains filtered or unexported fields
}

func (*ListAPIKeysRequest) Descriptor deprecated

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

Deprecated: Use ListAPIKeysRequest.ProtoReflect.Descriptor instead.

func (*ListAPIKeysRequest) GetApplicationId

func (x *ListAPIKeysRequest) GetApplicationId() int64

func (*ListAPIKeysRequest) GetIsAdmin

func (x *ListAPIKeysRequest) GetIsAdmin() bool

func (*ListAPIKeysRequest) GetLimit

func (x *ListAPIKeysRequest) GetLimit() int64

func (*ListAPIKeysRequest) GetOffset

func (x *ListAPIKeysRequest) GetOffset() int64

func (*ListAPIKeysRequest) GetOrganizationId

func (x *ListAPIKeysRequest) GetOrganizationId() int64

func (*ListAPIKeysRequest) ProtoMessage

func (*ListAPIKeysRequest) ProtoMessage()

func (*ListAPIKeysRequest) ProtoReflect added in v3.10.2

func (x *ListAPIKeysRequest) ProtoReflect() protoreflect.Message

func (*ListAPIKeysRequest) Reset

func (x *ListAPIKeysRequest) Reset()

func (*ListAPIKeysRequest) String

func (x *ListAPIKeysRequest) String() string

type ListAPIKeysResponse

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"`
	// contains filtered or unexported fields
}

func (*ListAPIKeysResponse) Descriptor deprecated

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

Deprecated: Use ListAPIKeysResponse.ProtoReflect.Descriptor instead.

func (*ListAPIKeysResponse) GetResult

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

func (*ListAPIKeysResponse) GetTotalCount

func (x *ListAPIKeysResponse) GetTotalCount() int64

func (*ListAPIKeysResponse) ProtoMessage

func (*ListAPIKeysResponse) ProtoMessage()

func (*ListAPIKeysResponse) ProtoReflect added in v3.10.2

func (x *ListAPIKeysResponse) ProtoReflect() protoreflect.Message

func (*ListAPIKeysResponse) Reset

func (x *ListAPIKeysResponse) Reset()

func (*ListAPIKeysResponse) String

func (x *ListAPIKeysResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListApplicationRequest) Descriptor deprecated

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

Deprecated: Use ListApplicationRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationRequest) GetLimit

func (x *ListApplicationRequest) GetLimit() int64

func (*ListApplicationRequest) GetOffset

func (x *ListApplicationRequest) GetOffset() int64

func (*ListApplicationRequest) GetOrganizationId

func (x *ListApplicationRequest) GetOrganizationId() int64

func (*ListApplicationRequest) GetSearch

func (x *ListApplicationRequest) GetSearch() string

func (*ListApplicationRequest) ProtoMessage

func (*ListApplicationRequest) ProtoMessage()

func (*ListApplicationRequest) ProtoReflect added in v3.10.2

func (x *ListApplicationRequest) ProtoReflect() protoreflect.Message

func (*ListApplicationRequest) Reset

func (x *ListApplicationRequest) Reset()

func (*ListApplicationRequest) String

func (x *ListApplicationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListApplicationResponse) Descriptor deprecated

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

Deprecated: Use ListApplicationResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationResponse) GetResult

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

func (*ListApplicationResponse) GetTotalCount

func (x *ListApplicationResponse) GetTotalCount() int64

func (*ListApplicationResponse) ProtoMessage

func (*ListApplicationResponse) ProtoMessage()

func (*ListApplicationResponse) ProtoReflect added in v3.10.2

func (x *ListApplicationResponse) ProtoReflect() protoreflect.Message

func (*ListApplicationResponse) Reset

func (x *ListApplicationResponse) Reset()

func (*ListApplicationResponse) String

func (x *ListApplicationResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListDeviceProfileRequest) Descriptor deprecated

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

Deprecated: Use ListDeviceProfileRequest.ProtoReflect.Descriptor instead.

func (*ListDeviceProfileRequest) GetApplicationId

func (x *ListDeviceProfileRequest) GetApplicationId() int64

func (*ListDeviceProfileRequest) GetLimit

func (x *ListDeviceProfileRequest) GetLimit() int64

func (*ListDeviceProfileRequest) GetOffset

func (x *ListDeviceProfileRequest) GetOffset() int64

func (*ListDeviceProfileRequest) GetOrganizationId

func (x *ListDeviceProfileRequest) GetOrganizationId() int64

func (*ListDeviceProfileRequest) ProtoMessage

func (*ListDeviceProfileRequest) ProtoMessage()

func (*ListDeviceProfileRequest) ProtoReflect added in v3.10.2

func (x *ListDeviceProfileRequest) ProtoReflect() protoreflect.Message

func (*ListDeviceProfileRequest) Reset

func (x *ListDeviceProfileRequest) Reset()

func (*ListDeviceProfileRequest) String

func (x *ListDeviceProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListDeviceProfileResponse) Descriptor deprecated

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

Deprecated: Use ListDeviceProfileResponse.ProtoReflect.Descriptor instead.

func (*ListDeviceProfileResponse) GetResult

func (*ListDeviceProfileResponse) GetTotalCount

func (x *ListDeviceProfileResponse) GetTotalCount() int64

func (*ListDeviceProfileResponse) ProtoMessage

func (*ListDeviceProfileResponse) ProtoMessage()

func (*ListDeviceProfileResponse) ProtoReflect added in v3.10.2

func (*ListDeviceProfileResponse) Reset

func (x *ListDeviceProfileResponse) Reset()

func (*ListDeviceProfileResponse) String

func (x *ListDeviceProfileResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListDeviceQueueItemsRequest) Descriptor deprecated

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

Deprecated: Use ListDeviceQueueItemsRequest.ProtoReflect.Descriptor instead.

func (*ListDeviceQueueItemsRequest) GetCountOnly

func (x *ListDeviceQueueItemsRequest) GetCountOnly() bool

func (*ListDeviceQueueItemsRequest) GetDevEui

func (x *ListDeviceQueueItemsRequest) GetDevEui() string

func (*ListDeviceQueueItemsRequest) ProtoMessage

func (*ListDeviceQueueItemsRequest) ProtoMessage()

func (*ListDeviceQueueItemsRequest) ProtoReflect added in v3.10.2

func (*ListDeviceQueueItemsRequest) Reset

func (x *ListDeviceQueueItemsRequest) Reset()

func (*ListDeviceQueueItemsRequest) String

func (x *ListDeviceQueueItemsRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListDeviceQueueItemsResponse) Descriptor deprecated

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

Deprecated: Use ListDeviceQueueItemsResponse.ProtoReflect.Descriptor instead.

func (*ListDeviceQueueItemsResponse) GetDeviceQueueItems

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

func (*ListDeviceQueueItemsResponse) GetTotalCount

func (x *ListDeviceQueueItemsResponse) GetTotalCount() uint32

func (*ListDeviceQueueItemsResponse) ProtoMessage

func (*ListDeviceQueueItemsResponse) ProtoMessage()

func (*ListDeviceQueueItemsResponse) ProtoReflect added in v3.10.2

func (*ListDeviceQueueItemsResponse) Reset

func (x *ListDeviceQueueItemsResponse) Reset()

func (*ListDeviceQueueItemsResponse) String

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 */
	// contains filtered or unexported fields
}

func (*ListDeviceRequest) Descriptor deprecated

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

Deprecated: Use ListDeviceRequest.ProtoReflect.Descriptor instead.

func (*ListDeviceRequest) GetApplicationId

func (x *ListDeviceRequest) GetApplicationId() int64

func (*ListDeviceRequest) GetLimit

func (x *ListDeviceRequest) GetLimit() int64

func (*ListDeviceRequest) GetMulticastGroupId

func (x *ListDeviceRequest) GetMulticastGroupId() string

func (*ListDeviceRequest) GetOffset

func (x *ListDeviceRequest) GetOffset() int64

func (*ListDeviceRequest) GetSearch

func (x *ListDeviceRequest) GetSearch() string

func (*ListDeviceRequest) GetServiceProfileId

func (x *ListDeviceRequest) GetServiceProfileId() string

func (*ListDeviceRequest) GetTags

func (x *ListDeviceRequest) GetTags() map[string]string

func (*ListDeviceRequest) ProtoMessage

func (*ListDeviceRequest) ProtoMessage()

func (*ListDeviceRequest) ProtoReflect added in v3.10.2

func (x *ListDeviceRequest) ProtoReflect() protoreflect.Message

func (*ListDeviceRequest) Reset

func (x *ListDeviceRequest) Reset()

func (*ListDeviceRequest) String

func (x *ListDeviceRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListDeviceResponse) Descriptor deprecated

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

Deprecated: Use ListDeviceResponse.ProtoReflect.Descriptor instead.

func (*ListDeviceResponse) GetResult

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

func (*ListDeviceResponse) GetTotalCount

func (x *ListDeviceResponse) GetTotalCount() int64

func (*ListDeviceResponse) ProtoMessage

func (*ListDeviceResponse) ProtoMessage()

func (*ListDeviceResponse) ProtoReflect added in v3.10.2

func (x *ListDeviceResponse) ProtoReflect() protoreflect.Message

func (*ListDeviceResponse) Reset

func (x *ListDeviceResponse) Reset()

func (*ListDeviceResponse) String

func (x *ListDeviceResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListGatewayProfilesRequest) Descriptor deprecated

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

Deprecated: Use ListGatewayProfilesRequest.ProtoReflect.Descriptor instead.

func (*ListGatewayProfilesRequest) GetLimit

func (x *ListGatewayProfilesRequest) GetLimit() int64

func (*ListGatewayProfilesRequest) GetNetworkServerId

func (x *ListGatewayProfilesRequest) GetNetworkServerId() int64

func (*ListGatewayProfilesRequest) GetOffset

func (x *ListGatewayProfilesRequest) GetOffset() int64

func (*ListGatewayProfilesRequest) ProtoMessage

func (*ListGatewayProfilesRequest) ProtoMessage()

func (*ListGatewayProfilesRequest) ProtoReflect added in v3.10.2

func (*ListGatewayProfilesRequest) Reset

func (x *ListGatewayProfilesRequest) Reset()

func (*ListGatewayProfilesRequest) String

func (x *ListGatewayProfilesRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListGatewayProfilesResponse) Descriptor deprecated

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

Deprecated: Use ListGatewayProfilesResponse.ProtoReflect.Descriptor instead.

func (*ListGatewayProfilesResponse) GetResult

func (*ListGatewayProfilesResponse) GetTotalCount

func (x *ListGatewayProfilesResponse) GetTotalCount() int64

func (*ListGatewayProfilesResponse) ProtoMessage

func (*ListGatewayProfilesResponse) ProtoMessage()

func (*ListGatewayProfilesResponse) ProtoReflect added in v3.10.2

func (*ListGatewayProfilesResponse) Reset

func (x *ListGatewayProfilesResponse) Reset()

func (*ListGatewayProfilesResponse) String

func (x *ListGatewayProfilesResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListGatewayRequest) Descriptor deprecated

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

Deprecated: Use ListGatewayRequest.ProtoReflect.Descriptor instead.

func (*ListGatewayRequest) GetLimit

func (x *ListGatewayRequest) GetLimit() int32

func (*ListGatewayRequest) GetOffset

func (x *ListGatewayRequest) GetOffset() int32

func (*ListGatewayRequest) GetOrganizationId

func (x *ListGatewayRequest) GetOrganizationId() int64

func (*ListGatewayRequest) GetSearch

func (x *ListGatewayRequest) GetSearch() string

func (*ListGatewayRequest) ProtoMessage

func (*ListGatewayRequest) ProtoMessage()

func (*ListGatewayRequest) ProtoReflect added in v3.10.2

func (x *ListGatewayRequest) ProtoReflect() protoreflect.Message

func (*ListGatewayRequest) Reset

func (x *ListGatewayRequest) Reset()

func (*ListGatewayRequest) String

func (x *ListGatewayRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListGatewayResponse) Descriptor deprecated

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

Deprecated: Use ListGatewayResponse.ProtoReflect.Descriptor instead.

func (*ListGatewayResponse) GetResult

func (x *ListGatewayResponse) GetResult() []*GatewayListItem

func (*ListGatewayResponse) GetTotalCount

func (x *ListGatewayResponse) GetTotalCount() int64

func (*ListGatewayResponse) ProtoMessage

func (*ListGatewayResponse) ProtoMessage()

func (*ListGatewayResponse) ProtoReflect added in v3.10.2

func (x *ListGatewayResponse) ProtoReflect() protoreflect.Message

func (*ListGatewayResponse) Reset

func (x *ListGatewayResponse) Reset()

func (*ListGatewayResponse) String

func (x *ListGatewayResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListIntegrationRequest) Descriptor deprecated

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

Deprecated: Use ListIntegrationRequest.ProtoReflect.Descriptor instead.

func (*ListIntegrationRequest) GetApplicationId

func (x *ListIntegrationRequest) GetApplicationId() int64

func (*ListIntegrationRequest) ProtoMessage

func (*ListIntegrationRequest) ProtoMessage()

func (*ListIntegrationRequest) ProtoReflect added in v3.10.2

func (x *ListIntegrationRequest) ProtoReflect() protoreflect.Message

func (*ListIntegrationRequest) Reset

func (x *ListIntegrationRequest) Reset()

func (*ListIntegrationRequest) String

func (x *ListIntegrationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListIntegrationResponse) Descriptor deprecated

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

Deprecated: Use ListIntegrationResponse.ProtoReflect.Descriptor instead.

func (*ListIntegrationResponse) GetResult

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

func (*ListIntegrationResponse) GetTotalCount

func (x *ListIntegrationResponse) GetTotalCount() int64

func (*ListIntegrationResponse) ProtoMessage

func (*ListIntegrationResponse) ProtoMessage()

func (*ListIntegrationResponse) ProtoReflect added in v3.10.2

func (x *ListIntegrationResponse) ProtoReflect() protoreflect.Message

func (*ListIntegrationResponse) Reset

func (x *ListIntegrationResponse) Reset()

func (*ListIntegrationResponse) String

func (x *ListIntegrationResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListMulticastGroupQueueItemsRequest) Descriptor deprecated

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

Deprecated: Use ListMulticastGroupQueueItemsRequest.ProtoReflect.Descriptor instead.

func (*ListMulticastGroupQueueItemsRequest) GetMulticastGroupId

func (x *ListMulticastGroupQueueItemsRequest) GetMulticastGroupId() string

func (*ListMulticastGroupQueueItemsRequest) ProtoMessage

func (*ListMulticastGroupQueueItemsRequest) ProtoMessage()

func (*ListMulticastGroupQueueItemsRequest) ProtoReflect added in v3.10.2

func (*ListMulticastGroupQueueItemsRequest) Reset

func (*ListMulticastGroupQueueItemsRequest) String

type ListMulticastGroupQueueItemsResponse

type ListMulticastGroupQueueItemsResponse struct {
	MulticastQueueItems []*MulticastQueueItem `protobuf:"bytes,1,rep,name=multicast_queue_items,json=multicastQueueItems,proto3" json:"multicast_queue_items,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMulticastGroupQueueItemsResponse) Descriptor deprecated

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

Deprecated: Use ListMulticastGroupQueueItemsResponse.ProtoReflect.Descriptor instead.

func (*ListMulticastGroupQueueItemsResponse) GetMulticastQueueItems

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

func (*ListMulticastGroupQueueItemsResponse) ProtoMessage

func (*ListMulticastGroupQueueItemsResponse) ProtoMessage()

func (*ListMulticastGroupQueueItemsResponse) ProtoReflect added in v3.10.2

func (*ListMulticastGroupQueueItemsResponse) Reset

func (*ListMulticastGroupQueueItemsResponse) String

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"`
	// contains filtered or unexported fields
}

func (*ListMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use ListMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*ListMulticastGroupRequest) GetApplicationId

func (x *ListMulticastGroupRequest) GetApplicationId() int64

func (*ListMulticastGroupRequest) GetDevEui

func (x *ListMulticastGroupRequest) GetDevEui() string

func (*ListMulticastGroupRequest) GetLimit

func (x *ListMulticastGroupRequest) GetLimit() int64

func (*ListMulticastGroupRequest) GetOffset

func (x *ListMulticastGroupRequest) GetOffset() int64

func (*ListMulticastGroupRequest) GetOrganizationId

func (x *ListMulticastGroupRequest) GetOrganizationId() int64

func (*ListMulticastGroupRequest) GetSearch

func (x *ListMulticastGroupRequest) GetSearch() string

func (*ListMulticastGroupRequest) ProtoMessage

func (*ListMulticastGroupRequest) ProtoMessage()

func (*ListMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*ListMulticastGroupRequest) Reset

func (x *ListMulticastGroupRequest) Reset()

func (*ListMulticastGroupRequest) String

func (x *ListMulticastGroupRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListMulticastGroupResponse) Descriptor deprecated

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

Deprecated: Use ListMulticastGroupResponse.ProtoReflect.Descriptor instead.

func (*ListMulticastGroupResponse) GetResult

func (*ListMulticastGroupResponse) GetTotalCount

func (x *ListMulticastGroupResponse) GetTotalCount() int64

func (*ListMulticastGroupResponse) ProtoMessage

func (*ListMulticastGroupResponse) ProtoMessage()

func (*ListMulticastGroupResponse) ProtoReflect added in v3.10.2

func (*ListMulticastGroupResponse) Reset

func (x *ListMulticastGroupResponse) Reset()

func (*ListMulticastGroupResponse) String

func (x *ListMulticastGroupResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListNetworkServerRequest) Descriptor deprecated

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

Deprecated: Use ListNetworkServerRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkServerRequest) GetLimit

func (x *ListNetworkServerRequest) GetLimit() int64

func (*ListNetworkServerRequest) GetOffset

func (x *ListNetworkServerRequest) GetOffset() int64

func (*ListNetworkServerRequest) GetOrganizationId

func (x *ListNetworkServerRequest) GetOrganizationId() int64

func (*ListNetworkServerRequest) ProtoMessage

func (*ListNetworkServerRequest) ProtoMessage()

func (*ListNetworkServerRequest) ProtoReflect added in v3.10.2

func (x *ListNetworkServerRequest) ProtoReflect() protoreflect.Message

func (*ListNetworkServerRequest) Reset

func (x *ListNetworkServerRequest) Reset()

func (*ListNetworkServerRequest) String

func (x *ListNetworkServerRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListNetworkServerResponse) Descriptor deprecated

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

Deprecated: Use ListNetworkServerResponse.ProtoReflect.Descriptor instead.

func (*ListNetworkServerResponse) GetResult

func (*ListNetworkServerResponse) GetTotalCount

func (x *ListNetworkServerResponse) GetTotalCount() int64

func (*ListNetworkServerResponse) ProtoMessage

func (*ListNetworkServerResponse) ProtoMessage()

func (*ListNetworkServerResponse) ProtoReflect added in v3.10.2

func (*ListNetworkServerResponse) Reset

func (x *ListNetworkServerResponse) Reset()

func (*ListNetworkServerResponse) String

func (x *ListNetworkServerResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationRequest) GetLimit

func (x *ListOrganizationRequest) GetLimit() int64

func (*ListOrganizationRequest) GetOffset

func (x *ListOrganizationRequest) GetOffset() int64

func (*ListOrganizationRequest) GetSearch

func (x *ListOrganizationRequest) GetSearch() string

func (*ListOrganizationRequest) ProtoMessage

func (*ListOrganizationRequest) ProtoMessage()

func (*ListOrganizationRequest) ProtoReflect added in v3.10.2

func (x *ListOrganizationRequest) ProtoReflect() protoreflect.Message

func (*ListOrganizationRequest) Reset

func (x *ListOrganizationRequest) Reset()

func (*ListOrganizationRequest) String

func (x *ListOrganizationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListOrganizationResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationResponse) GetResult

func (*ListOrganizationResponse) GetTotalCount

func (x *ListOrganizationResponse) GetTotalCount() int64

func (*ListOrganizationResponse) ProtoMessage

func (*ListOrganizationResponse) ProtoMessage()

func (*ListOrganizationResponse) ProtoReflect added in v3.10.2

func (x *ListOrganizationResponse) ProtoReflect() protoreflect.Message

func (*ListOrganizationResponse) Reset

func (x *ListOrganizationResponse) Reset()

func (*ListOrganizationResponse) String

func (x *ListOrganizationResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersRequest) GetLimit

func (x *ListOrganizationUsersRequest) GetLimit() int32

func (*ListOrganizationUsersRequest) GetOffset

func (x *ListOrganizationUsersRequest) GetOffset() int32

func (*ListOrganizationUsersRequest) GetOrganizationId

func (x *ListOrganizationUsersRequest) GetOrganizationId() int64

func (*ListOrganizationUsersRequest) ProtoMessage

func (*ListOrganizationUsersRequest) ProtoMessage()

func (*ListOrganizationUsersRequest) ProtoReflect added in v3.10.2

func (*ListOrganizationUsersRequest) Reset

func (x *ListOrganizationUsersRequest) Reset()

func (*ListOrganizationUsersRequest) String

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"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse) GetResult

func (*ListOrganizationUsersResponse) GetTotalCount

func (x *ListOrganizationUsersResponse) GetTotalCount() int64

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) ProtoReflect added in v3.10.2

func (*ListOrganizationUsersResponse) Reset

func (x *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) String

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"`
	// contains filtered or unexported fields
}

func (*ListServiceProfileRequest) Descriptor deprecated

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

Deprecated: Use ListServiceProfileRequest.ProtoReflect.Descriptor instead.

func (*ListServiceProfileRequest) GetLimit

func (x *ListServiceProfileRequest) GetLimit() int64

func (*ListServiceProfileRequest) GetNetworkServerId

func (x *ListServiceProfileRequest) GetNetworkServerId() int64

func (*ListServiceProfileRequest) GetOffset

func (x *ListServiceProfileRequest) GetOffset() int64

func (*ListServiceProfileRequest) GetOrganizationId

func (x *ListServiceProfileRequest) GetOrganizationId() int64

func (*ListServiceProfileRequest) ProtoMessage

func (*ListServiceProfileRequest) ProtoMessage()

func (*ListServiceProfileRequest) ProtoReflect added in v3.10.2

func (*ListServiceProfileRequest) Reset

func (x *ListServiceProfileRequest) Reset()

func (*ListServiceProfileRequest) String

func (x *ListServiceProfileRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListServiceProfileResponse) Descriptor deprecated

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

Deprecated: Use ListServiceProfileResponse.ProtoReflect.Descriptor instead.

func (*ListServiceProfileResponse) GetResult

func (*ListServiceProfileResponse) GetTotalCount

func (x *ListServiceProfileResponse) GetTotalCount() int64

func (*ListServiceProfileResponse) ProtoMessage

func (*ListServiceProfileResponse) ProtoMessage()

func (*ListServiceProfileResponse) ProtoReflect added in v3.10.2

func (*ListServiceProfileResponse) Reset

func (x *ListServiceProfileResponse) Reset()

func (*ListServiceProfileResponse) String

func (x *ListServiceProfileResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListUserRequest) Descriptor deprecated

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

Deprecated: Use ListUserRequest.ProtoReflect.Descriptor instead.

func (*ListUserRequest) GetLimit

func (x *ListUserRequest) GetLimit() int64

func (*ListUserRequest) GetOffset

func (x *ListUserRequest) GetOffset() int64

func (*ListUserRequest) ProtoMessage

func (*ListUserRequest) ProtoMessage()

func (*ListUserRequest) ProtoReflect added in v3.10.2

func (x *ListUserRequest) ProtoReflect() protoreflect.Message

func (*ListUserRequest) Reset

func (x *ListUserRequest) Reset()

func (*ListUserRequest) String

func (x *ListUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*ListUserResponse) Descriptor deprecated

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

Deprecated: Use ListUserResponse.ProtoReflect.Descriptor instead.

func (*ListUserResponse) GetResult

func (x *ListUserResponse) GetResult() []*UserListItem

func (*ListUserResponse) GetTotalCount

func (x *ListUserResponse) GetTotalCount() int64

func (*ListUserResponse) ProtoMessage

func (*ListUserResponse) ProtoMessage()

func (*ListUserResponse) ProtoReflect added in v3.10.2

func (x *ListUserResponse) ProtoReflect() protoreflect.Message

func (*ListUserResponse) Reset

func (x *ListUserResponse) Reset()

func (*ListUserResponse) String

func (x *ListUserResponse) String() string

type LoRaCloudIntegration

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 */
	// contains filtered or unexported fields
}

func (*LoRaCloudIntegration) Descriptor deprecated

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

Deprecated: Use LoRaCloudIntegration.ProtoReflect.Descriptor instead.

func (*LoRaCloudIntegration) GetApplicationId

func (x *LoRaCloudIntegration) GetApplicationId() int64

func (*LoRaCloudIntegration) GetDas

func (x *LoRaCloudIntegration) GetDas() bool

func (*LoRaCloudIntegration) GetDasGnssPort

func (x *LoRaCloudIntegration) GetDasGnssPort() uint32

func (*LoRaCloudIntegration) GetDasGnssUseRxTime

func (x *LoRaCloudIntegration) GetDasGnssUseRxTime() bool

func (*LoRaCloudIntegration) GetDasModemPort

func (x *LoRaCloudIntegration) GetDasModemPort() uint32

func (*LoRaCloudIntegration) GetDasStreamingGeolocWorkaround

func (x *LoRaCloudIntegration) GetDasStreamingGeolocWorkaround() bool

func (*LoRaCloudIntegration) GetDasToken

func (x *LoRaCloudIntegration) GetDasToken() string

func (*LoRaCloudIntegration) GetGeolocation

func (x *LoRaCloudIntegration) GetGeolocation() bool

func (*LoRaCloudIntegration) GetGeolocationBufferTtl

func (x *LoRaCloudIntegration) GetGeolocationBufferTtl() uint32

func (*LoRaCloudIntegration) GetGeolocationGnss

func (x *LoRaCloudIntegration) GetGeolocationGnss() bool

func (*LoRaCloudIntegration) GetGeolocationGnssPayloadField

func (x *LoRaCloudIntegration) GetGeolocationGnssPayloadField() string

func (*LoRaCloudIntegration) GetGeolocationGnssUseRxTime

func (x *LoRaCloudIntegration) GetGeolocationGnssUseRxTime() bool

func (*LoRaCloudIntegration) GetGeolocationMinBufferSize

func (x *LoRaCloudIntegration) GetGeolocationMinBufferSize() uint32

func (*LoRaCloudIntegration) GetGeolocationRssi

func (x *LoRaCloudIntegration) GetGeolocationRssi() bool

func (*LoRaCloudIntegration) GetGeolocationTdoa

func (x *LoRaCloudIntegration) GetGeolocationTdoa() bool

func (*LoRaCloudIntegration) GetGeolocationToken

func (x *LoRaCloudIntegration) GetGeolocationToken() string

func (*LoRaCloudIntegration) GetGeolocationWifi

func (x *LoRaCloudIntegration) GetGeolocationWifi() bool

func (*LoRaCloudIntegration) GetGeolocationWifiPayloadField

func (x *LoRaCloudIntegration) GetGeolocationWifiPayloadField() string

func (*LoRaCloudIntegration) ProtoMessage

func (*LoRaCloudIntegration) ProtoMessage()

func (*LoRaCloudIntegration) ProtoReflect added in v3.10.2

func (x *LoRaCloudIntegration) ProtoReflect() protoreflect.Message

func (*LoRaCloudIntegration) Reset

func (x *LoRaCloudIntegration) Reset()

func (*LoRaCloudIntegration) String

func (x *LoRaCloudIntegration) String() string

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"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetEmail

func (x *LoginRequest) GetEmail() string

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect added in v3.10.2

func (x *LoginRequest) ProtoReflect() protoreflect.Message

func (*LoginRequest) Reset

func (x *LoginRequest) Reset()

func (*LoginRequest) String

func (x *LoginRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*LoginResponse) Descriptor deprecated

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

Deprecated: Use LoginResponse.ProtoReflect.Descriptor instead.

func (*LoginResponse) GetJwt

func (x *LoginResponse) GetJwt() string

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect added in v3.10.2

func (x *LoginResponse) ProtoReflect() protoreflect.Message

func (*LoginResponse) Reset

func (x *LoginResponse) Reset()

func (*LoginResponse) String

func (x *LoginResponse) String() string

type Marshaler

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

func (Marshaler) Descriptor added in v3.10.2

func (Marshaler) Descriptor() protoreflect.EnumDescriptor

func (Marshaler) Enum added in v3.10.2

func (x Marshaler) Enum() *Marshaler

func (Marshaler) EnumDescriptor deprecated

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

Deprecated: Use Marshaler.Descriptor instead.

func (Marshaler) Number added in v3.10.2

func (x Marshaler) Number() protoreflect.EnumNumber

func (Marshaler) String

func (x Marshaler) String() string

func (Marshaler) Type added in v3.10.2

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"`
	// contains filtered or unexported fields
}

func (*MulticastGroup) Descriptor deprecated

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

Deprecated: Use MulticastGroup.ProtoReflect.Descriptor instead.

func (*MulticastGroup) GetApplicationId

func (x *MulticastGroup) GetApplicationId() int64

func (*MulticastGroup) GetDr

func (x *MulticastGroup) GetDr() uint32

func (*MulticastGroup) GetFCnt

func (x *MulticastGroup) GetFCnt() uint32

func (*MulticastGroup) GetFrequency

func (x *MulticastGroup) GetFrequency() uint32

func (*MulticastGroup) GetGroupType

func (x *MulticastGroup) GetGroupType() MulticastGroupType

func (*MulticastGroup) GetId

func (x *MulticastGroup) GetId() string

func (*MulticastGroup) GetMcAddr

func (x *MulticastGroup) GetMcAddr() string

func (*MulticastGroup) GetMcAppSKey

func (x *MulticastGroup) GetMcAppSKey() string

func (*MulticastGroup) GetMcNwkSKey

func (x *MulticastGroup) GetMcNwkSKey() string

func (*MulticastGroup) GetName

func (x *MulticastGroup) GetName() string

func (*MulticastGroup) GetPingSlotPeriod

func (x *MulticastGroup) GetPingSlotPeriod() uint32

func (*MulticastGroup) ProtoMessage

func (*MulticastGroup) ProtoMessage()

func (*MulticastGroup) ProtoReflect added in v3.10.2

func (x *MulticastGroup) ProtoReflect() protoreflect.Message

func (*MulticastGroup) Reset

func (x *MulticastGroup) Reset()

func (*MulticastGroup) String

func (x *MulticastGroup) String() string

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"`
	// contains filtered or unexported fields
}

func (*MulticastGroupListItem) Descriptor deprecated

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

Deprecated: Use MulticastGroupListItem.ProtoReflect.Descriptor instead.

func (*MulticastGroupListItem) GetApplicationId

func (x *MulticastGroupListItem) GetApplicationId() int64

func (*MulticastGroupListItem) GetApplicationName

func (x *MulticastGroupListItem) GetApplicationName() string

func (*MulticastGroupListItem) GetId

func (x *MulticastGroupListItem) GetId() string

func (*MulticastGroupListItem) GetName

func (x *MulticastGroupListItem) GetName() string

func (*MulticastGroupListItem) ProtoMessage

func (*MulticastGroupListItem) ProtoMessage()

func (*MulticastGroupListItem) ProtoReflect added in v3.10.2

func (x *MulticastGroupListItem) ProtoReflect() protoreflect.Message

func (*MulticastGroupListItem) Reset

func (x *MulticastGroupListItem) Reset()

func (*MulticastGroupListItem) String

func (x *MulticastGroupListItem) String() string

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) Descriptor added in v3.10.2

func (MulticastGroupType) Enum added in v3.10.2

func (MulticastGroupType) EnumDescriptor deprecated

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

Deprecated: Use MulticastGroupType.Descriptor instead.

func (MulticastGroupType) Number added in v3.10.2

func (MulticastGroupType) String

func (x MulticastGroupType) String() string

func (MulticastGroupType) Type added in v3.10.2

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"`
	// contains filtered or unexported fields
}

func (*MulticastQueueItem) Descriptor deprecated

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

Deprecated: Use MulticastQueueItem.ProtoReflect.Descriptor instead.

func (*MulticastQueueItem) GetData

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

func (*MulticastQueueItem) GetFCnt

func (x *MulticastQueueItem) GetFCnt() uint32

func (*MulticastQueueItem) GetFPort

func (x *MulticastQueueItem) GetFPort() uint32

func (*MulticastQueueItem) GetMulticastGroupId

func (x *MulticastQueueItem) GetMulticastGroupId() string

func (*MulticastQueueItem) ProtoMessage

func (*MulticastQueueItem) ProtoMessage()

func (*MulticastQueueItem) ProtoReflect added in v3.10.2

func (x *MulticastQueueItem) ProtoReflect() protoreflect.Message

func (*MulticastQueueItem) Reset

func (x *MulticastQueueItem) Reset()

func (*MulticastQueueItem) String

func (x *MulticastQueueItem) String() string

type MyDevicesIntegration

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"`
	// contains filtered or unexported fields
}

func (*MyDevicesIntegration) Descriptor deprecated

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

Deprecated: Use MyDevicesIntegration.ProtoReflect.Descriptor instead.

func (*MyDevicesIntegration) GetApplicationId

func (x *MyDevicesIntegration) GetApplicationId() int64

func (*MyDevicesIntegration) GetEndpoint

func (x *MyDevicesIntegration) GetEndpoint() string

func (*MyDevicesIntegration) ProtoMessage

func (*MyDevicesIntegration) ProtoMessage()

func (*MyDevicesIntegration) ProtoReflect added in v3.10.2

func (x *MyDevicesIntegration) ProtoReflect() protoreflect.Message

func (*MyDevicesIntegration) Reset

func (x *MyDevicesIntegration) Reset()

func (*MyDevicesIntegration) String

func (x *MyDevicesIntegration) String() string

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"`
	// contains filtered or unexported fields
}

func (*NetworkServer) Descriptor deprecated

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

Deprecated: Use NetworkServer.ProtoReflect.Descriptor instead.

func (*NetworkServer) GetCaCert

func (x *NetworkServer) GetCaCert() string

func (*NetworkServer) GetGatewayDiscoveryDr

func (x *NetworkServer) GetGatewayDiscoveryDr() uint32

func (*NetworkServer) GetGatewayDiscoveryEnabled

func (x *NetworkServer) GetGatewayDiscoveryEnabled() bool

func (*NetworkServer) GetGatewayDiscoveryInterval

func (x *NetworkServer) GetGatewayDiscoveryInterval() uint32

func (*NetworkServer) GetGatewayDiscoveryTxFrequency

func (x *NetworkServer) GetGatewayDiscoveryTxFrequency() uint32

func (*NetworkServer) GetId

func (x *NetworkServer) GetId() int64

func (*NetworkServer) GetName

func (x *NetworkServer) GetName() string

func (*NetworkServer) GetRoutingProfileCaCert

func (x *NetworkServer) GetRoutingProfileCaCert() string

func (*NetworkServer) GetRoutingProfileTlsCert

func (x *NetworkServer) GetRoutingProfileTlsCert() string

func (*NetworkServer) GetRoutingProfileTlsKey

func (x *NetworkServer) GetRoutingProfileTlsKey() string

func (*NetworkServer) GetServer

func (x *NetworkServer) GetServer() string

func (*NetworkServer) GetTlsCert

func (x *NetworkServer) GetTlsCert() string

func (*NetworkServer) GetTlsKey

func (x *NetworkServer) GetTlsKey() string

func (*NetworkServer) ProtoMessage

func (*NetworkServer) ProtoMessage()

func (*NetworkServer) ProtoReflect added in v3.10.2

func (x *NetworkServer) ProtoReflect() protoreflect.Message

func (*NetworkServer) Reset

func (x *NetworkServer) Reset()

func (*NetworkServer) String

func (x *NetworkServer) String() string

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"`
	// contains filtered or unexported fields
}

func (*NetworkServerListItem) Descriptor deprecated

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

Deprecated: Use NetworkServerListItem.ProtoReflect.Descriptor instead.

func (*NetworkServerListItem) GetCreatedAt

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

func (*NetworkServerListItem) GetId

func (x *NetworkServerListItem) GetId() int64

func (*NetworkServerListItem) GetName

func (x *NetworkServerListItem) GetName() string

func (*NetworkServerListItem) GetServer

func (x *NetworkServerListItem) GetServer() string

func (*NetworkServerListItem) GetUpdatedAt

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

func (*NetworkServerListItem) ProtoMessage

func (*NetworkServerListItem) ProtoMessage()

func (*NetworkServerListItem) ProtoReflect added in v3.10.2

func (x *NetworkServerListItem) ProtoReflect() protoreflect.Message

func (*NetworkServerListItem) Reset

func (x *NetworkServerListItem) Reset()

func (*NetworkServerListItem) String

func (x *NetworkServerListItem) String() string

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

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"`
	// contains filtered or unexported fields
}

func (*OpenIDConnect) Descriptor deprecated

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

Deprecated: Use OpenIDConnect.ProtoReflect.Descriptor instead.

func (*OpenIDConnect) GetEnabled

func (x *OpenIDConnect) GetEnabled() bool

func (*OpenIDConnect) GetLoginLabel

func (x *OpenIDConnect) GetLoginLabel() string

func (*OpenIDConnect) GetLoginUrl

func (x *OpenIDConnect) GetLoginUrl() string

func (*OpenIDConnect) GetLogoutUrl

func (x *OpenIDConnect) GetLogoutUrl() string

func (*OpenIDConnect) ProtoMessage

func (*OpenIDConnect) ProtoMessage()

func (*OpenIDConnect) ProtoReflect added in v3.10.2

func (x *OpenIDConnect) ProtoReflect() protoreflect.Message

func (*OpenIDConnect) Reset

func (x *OpenIDConnect) Reset()

func (*OpenIDConnect) String

func (x *OpenIDConnect) String() string

type OpenIDConnectLoginRequest

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"`
	// contains filtered or unexported fields
}

func (*OpenIDConnectLoginRequest) Descriptor deprecated

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

Deprecated: Use OpenIDConnectLoginRequest.ProtoReflect.Descriptor instead.

func (*OpenIDConnectLoginRequest) GetCode

func (x *OpenIDConnectLoginRequest) GetCode() string

func (*OpenIDConnectLoginRequest) GetState

func (x *OpenIDConnectLoginRequest) GetState() string

func (*OpenIDConnectLoginRequest) ProtoMessage

func (*OpenIDConnectLoginRequest) ProtoMessage()

func (*OpenIDConnectLoginRequest) ProtoReflect added in v3.10.2

func (*OpenIDConnectLoginRequest) Reset

func (x *OpenIDConnectLoginRequest) Reset()

func (*OpenIDConnectLoginRequest) String

func (x *OpenIDConnectLoginRequest) String() string

type OpenIDConnectLoginResponse

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"`
	// contains filtered or unexported fields
}

func (*OpenIDConnectLoginResponse) Descriptor deprecated

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

Deprecated: Use OpenIDConnectLoginResponse.ProtoReflect.Descriptor instead.

func (*OpenIDConnectLoginResponse) GetJwtToken

func (x *OpenIDConnectLoginResponse) GetJwtToken() string

func (*OpenIDConnectLoginResponse) ProtoMessage

func (*OpenIDConnectLoginResponse) ProtoMessage()

func (*OpenIDConnectLoginResponse) ProtoReflect added in v3.10.2

func (*OpenIDConnectLoginResponse) Reset

func (x *OpenIDConnectLoginResponse) Reset()

func (*OpenIDConnectLoginResponse) String

func (x *OpenIDConnectLoginResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetCanHaveGateways

func (x *Organization) GetCanHaveGateways() bool

func (*Organization) GetDisplayName

func (x *Organization) GetDisplayName() string

func (*Organization) GetId

func (x *Organization) GetId() int64

func (*Organization) GetMaxDeviceCount

func (x *Organization) GetMaxDeviceCount() uint32

func (*Organization) GetMaxGatewayCount

func (x *Organization) GetMaxGatewayCount() uint32

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect added in v3.10.2

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string
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"`
	// contains filtered or unexported fields
}

Defines an organization to which an user is associated.

func (*OrganizationLink) Descriptor deprecated

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

Deprecated: Use OrganizationLink.ProtoReflect.Descriptor instead.

func (*OrganizationLink) GetCreatedAt

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

func (*OrganizationLink) GetIsAdmin

func (x *OrganizationLink) GetIsAdmin() bool

func (*OrganizationLink) GetIsDeviceAdmin

func (x *OrganizationLink) GetIsDeviceAdmin() bool

func (*OrganizationLink) GetIsGatewayAdmin

func (x *OrganizationLink) GetIsGatewayAdmin() bool

func (*OrganizationLink) GetOrganizationId

func (x *OrganizationLink) GetOrganizationId() int64

func (*OrganizationLink) GetOrganizationName

func (x *OrganizationLink) GetOrganizationName() string

func (*OrganizationLink) GetUpdatedAt

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

func (*OrganizationLink) ProtoMessage

func (*OrganizationLink) ProtoMessage()

func (*OrganizationLink) ProtoReflect added in v3.10.2

func (x *OrganizationLink) ProtoReflect() protoreflect.Message

func (*OrganizationLink) Reset

func (x *OrganizationLink) Reset()

func (*OrganizationLink) String

func (x *OrganizationLink) String() string

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"`
	// contains filtered or unexported fields
}

func (*OrganizationListItem) Descriptor deprecated

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

Deprecated: Use OrganizationListItem.ProtoReflect.Descriptor instead.

func (*OrganizationListItem) GetCanHaveGateways

func (x *OrganizationListItem) GetCanHaveGateways() bool

func (*OrganizationListItem) GetCreatedAt

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

func (*OrganizationListItem) GetDisplayName

func (x *OrganizationListItem) GetDisplayName() string

func (*OrganizationListItem) GetId

func (x *OrganizationListItem) GetId() int64

func (*OrganizationListItem) GetName

func (x *OrganizationListItem) GetName() string

func (*OrganizationListItem) GetUpdatedAt

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

func (*OrganizationListItem) ProtoMessage

func (*OrganizationListItem) ProtoMessage()

func (*OrganizationListItem) ProtoReflect added in v3.10.2

func (x *OrganizationListItem) ProtoReflect() protoreflect.Message

func (*OrganizationListItem) Reset

func (x *OrganizationListItem) Reset()

func (*OrganizationListItem) String

func (x *OrganizationListItem) String() string

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"`
	// contains filtered or unexported fields
}

func (*OrganizationUser) Descriptor deprecated

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

Deprecated: Use OrganizationUser.ProtoReflect.Descriptor instead.

func (*OrganizationUser) GetEmail

func (x *OrganizationUser) GetEmail() string

func (*OrganizationUser) GetIsAdmin

func (x *OrganizationUser) GetIsAdmin() bool

func (*OrganizationUser) GetIsDeviceAdmin

func (x *OrganizationUser) GetIsDeviceAdmin() bool

func (*OrganizationUser) GetIsGatewayAdmin

func (x *OrganizationUser) GetIsGatewayAdmin() bool

func (*OrganizationUser) GetOrganizationId

func (x *OrganizationUser) GetOrganizationId() int64

func (*OrganizationUser) GetUserId

func (x *OrganizationUser) GetUserId() int64

func (*OrganizationUser) ProtoMessage

func (*OrganizationUser) ProtoMessage()

func (*OrganizationUser) ProtoReflect added in v3.10.2

func (x *OrganizationUser) ProtoReflect() protoreflect.Message

func (*OrganizationUser) Reset

func (x *OrganizationUser) Reset()

func (*OrganizationUser) String

func (x *OrganizationUser) String() string

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"`
	// contains filtered or unexported fields
}

func (*OrganizationUserListItem) Descriptor deprecated

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

Deprecated: Use OrganizationUserListItem.ProtoReflect.Descriptor instead.

func (*OrganizationUserListItem) GetCreatedAt

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

func (*OrganizationUserListItem) GetEmail

func (x *OrganizationUserListItem) GetEmail() string

func (*OrganizationUserListItem) GetIsAdmin

func (x *OrganizationUserListItem) GetIsAdmin() bool

func (*OrganizationUserListItem) GetIsDeviceAdmin

func (x *OrganizationUserListItem) GetIsDeviceAdmin() bool

func (*OrganizationUserListItem) GetIsGatewayAdmin

func (x *OrganizationUserListItem) GetIsGatewayAdmin() bool

func (*OrganizationUserListItem) GetUpdatedAt

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

func (*OrganizationUserListItem) GetUserId

func (x *OrganizationUserListItem) GetUserId() int64

func (*OrganizationUserListItem) ProtoMessage

func (*OrganizationUserListItem) ProtoMessage()

func (*OrganizationUserListItem) ProtoReflect added in v3.10.2

func (x *OrganizationUserListItem) ProtoReflect() protoreflect.Message

func (*OrganizationUserListItem) Reset

func (x *OrganizationUserListItem) Reset()

func (*OrganizationUserListItem) String

func (x *OrganizationUserListItem) String() string

type PilotThingsIntegration

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"`
	// contains filtered or unexported fields
}

func (*PilotThingsIntegration) Descriptor deprecated

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

Deprecated: Use PilotThingsIntegration.ProtoReflect.Descriptor instead.

func (*PilotThingsIntegration) GetApplicationId

func (x *PilotThingsIntegration) GetApplicationId() int64

func (*PilotThingsIntegration) GetServer

func (x *PilotThingsIntegration) GetServer() string

func (*PilotThingsIntegration) GetToken

func (x *PilotThingsIntegration) GetToken() string

func (*PilotThingsIntegration) ProtoMessage

func (*PilotThingsIntegration) ProtoMessage()

func (*PilotThingsIntegration) ProtoReflect added in v3.10.2

func (x *PilotThingsIntegration) ProtoReflect() protoreflect.Message

func (*PilotThingsIntegration) Reset

func (x *PilotThingsIntegration) Reset()

func (*PilotThingsIntegration) String

func (x *PilotThingsIntegration) String() string

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"`
	// contains filtered or unexported fields
}

func (*PingRX) Descriptor deprecated

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

Deprecated: Use PingRX.ProtoReflect.Descriptor instead.

func (*PingRX) GetAltitude

func (x *PingRX) GetAltitude() float64

func (*PingRX) GetGatewayId

func (x *PingRX) GetGatewayId() string

func (*PingRX) GetLatitude

func (x *PingRX) GetLatitude() float64

func (*PingRX) GetLongitude

func (x *PingRX) GetLongitude() float64

func (*PingRX) GetLoraSnr

func (x *PingRX) GetLoraSnr() float64

func (*PingRX) GetRssi

func (x *PingRX) GetRssi() int32

func (*PingRX) ProtoMessage

func (*PingRX) ProtoMessage()

func (*PingRX) ProtoReflect added in v3.10.2

func (x *PingRX) ProtoReflect() protoreflect.Message

func (*PingRX) Reset

func (x *PingRX) Reset()

func (*PingRX) String

func (x *PingRX) String() string

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"`
	// contains filtered or unexported fields
}

func (*ProfileResponse) Descriptor deprecated

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

Deprecated: Use ProfileResponse.ProtoReflect.Descriptor instead.

func (*ProfileResponse) GetOrganizations

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

func (*ProfileResponse) GetUser

func (x *ProfileResponse) GetUser() *User

func (*ProfileResponse) ProtoMessage

func (*ProfileResponse) ProtoMessage()

func (*ProfileResponse) ProtoReflect added in v3.10.2

func (x *ProfileResponse) ProtoReflect() protoreflect.Message

func (*ProfileResponse) Reset

func (x *ProfileResponse) Reset()

func (*ProfileResponse) String

func (x *ProfileResponse) String() string

type RXWindow

type RXWindow int32
const (
	RXWindow_RX1 RXWindow = 0
	RXWindow_RX2 RXWindow = 1
)

func (RXWindow) Descriptor added in v3.10.2

func (RXWindow) Descriptor() protoreflect.EnumDescriptor

func (RXWindow) Enum added in v3.10.2

func (x RXWindow) Enum() *RXWindow

func (RXWindow) EnumDescriptor deprecated

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

Deprecated: Use RXWindow.Descriptor instead.

func (RXWindow) Number added in v3.10.2

func (x RXWindow) Number() protoreflect.EnumNumber

func (RXWindow) String

func (x RXWindow) String() string

func (RXWindow) Type added in v3.10.2

type RatePolicy

type RatePolicy int32
const (
	// Drop
	RatePolicy_DROP RatePolicy = 0
	// Mark
	RatePolicy_MARK RatePolicy = 1
)

func (RatePolicy) Descriptor added in v3.10.2

func (RatePolicy) Descriptor() protoreflect.EnumDescriptor

func (RatePolicy) Enum added in v3.10.2

func (x RatePolicy) Enum() *RatePolicy

func (RatePolicy) EnumDescriptor deprecated

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

Deprecated: Use RatePolicy.Descriptor instead.

func (RatePolicy) Number added in v3.10.2

func (x RatePolicy) Number() protoreflect.EnumNumber

func (RatePolicy) String

func (x RatePolicy) String() string

func (RatePolicy) Type added in v3.10.2

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"`
	// contains filtered or unexported fields
}

func (*RemoveDeviceFromMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use RemoveDeviceFromMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*RemoveDeviceFromMulticastGroupRequest) GetDevEui

func (*RemoveDeviceFromMulticastGroupRequest) GetMulticastGroupId

func (x *RemoveDeviceFromMulticastGroupRequest) GetMulticastGroupId() string

func (*RemoveDeviceFromMulticastGroupRequest) ProtoMessage

func (*RemoveDeviceFromMulticastGroupRequest) ProtoMessage()

func (*RemoveDeviceFromMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*RemoveDeviceFromMulticastGroupRequest) Reset

func (*RemoveDeviceFromMulticastGroupRequest) String

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"`
	// contains filtered or unexported fields
}

func (*ServiceProfile) Descriptor deprecated

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

Deprecated: Use ServiceProfile.ProtoReflect.Descriptor instead.

func (*ServiceProfile) GetAddGwMetadata

func (x *ServiceProfile) GetAddGwMetadata() bool

func (*ServiceProfile) GetChannelMask

func (x *ServiceProfile) GetChannelMask() []byte

func (*ServiceProfile) GetDevStatusReqFreq

func (x *ServiceProfile) GetDevStatusReqFreq() uint32

func (*ServiceProfile) GetDlBucketSize

func (x *ServiceProfile) GetDlBucketSize() uint32

func (*ServiceProfile) GetDlRate

func (x *ServiceProfile) GetDlRate() uint32

func (*ServiceProfile) GetDlRatePolicy

func (x *ServiceProfile) GetDlRatePolicy() RatePolicy

func (*ServiceProfile) GetDrMax

func (x *ServiceProfile) GetDrMax() uint32

func (*ServiceProfile) GetDrMin

func (x *ServiceProfile) GetDrMin() uint32

func (*ServiceProfile) GetGwsPrivate

func (x *ServiceProfile) GetGwsPrivate() bool

func (*ServiceProfile) GetHrAllowed

func (x *ServiceProfile) GetHrAllowed() bool

func (*ServiceProfile) GetId

func (x *ServiceProfile) GetId() string

func (*ServiceProfile) GetMinGwDiversity

func (x *ServiceProfile) GetMinGwDiversity() uint32

func (*ServiceProfile) GetName

func (x *ServiceProfile) GetName() string

func (*ServiceProfile) GetNetworkServerId

func (x *ServiceProfile) GetNetworkServerId() int64

func (*ServiceProfile) GetNwkGeoLoc

func (x *ServiceProfile) GetNwkGeoLoc() bool

func (*ServiceProfile) GetOrganizationId

func (x *ServiceProfile) GetOrganizationId() int64

func (*ServiceProfile) GetPrAllowed

func (x *ServiceProfile) GetPrAllowed() bool

func (*ServiceProfile) GetRaAllowed

func (x *ServiceProfile) GetRaAllowed() bool

func (*ServiceProfile) GetReportDevStatusBattery

func (x *ServiceProfile) GetReportDevStatusBattery() bool

func (*ServiceProfile) GetReportDevStatusMargin

func (x *ServiceProfile) GetReportDevStatusMargin() bool

func (*ServiceProfile) GetTargetPer

func (x *ServiceProfile) GetTargetPer() uint32

func (*ServiceProfile) GetUlBucketSize

func (x *ServiceProfile) GetUlBucketSize() uint32

func (*ServiceProfile) GetUlRate

func (x *ServiceProfile) GetUlRate() uint32

func (*ServiceProfile) GetUlRatePolicy

func (x *ServiceProfile) GetUlRatePolicy() RatePolicy

func (*ServiceProfile) ProtoMessage

func (*ServiceProfile) ProtoMessage()

func (*ServiceProfile) ProtoReflect added in v3.10.2

func (x *ServiceProfile) ProtoReflect() protoreflect.Message

func (*ServiceProfile) Reset

func (x *ServiceProfile) Reset()

func (*ServiceProfile) String

func (x *ServiceProfile) String() string

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"`
	// contains filtered or unexported fields
}

func (*ServiceProfileListItem) Descriptor deprecated

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

Deprecated: Use ServiceProfileListItem.ProtoReflect.Descriptor instead.

func (*ServiceProfileListItem) GetCreatedAt

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

func (*ServiceProfileListItem) GetId

func (x *ServiceProfileListItem) GetId() string

func (*ServiceProfileListItem) GetName

func (x *ServiceProfileListItem) GetName() string

func (*ServiceProfileListItem) GetNetworkServerId

func (x *ServiceProfileListItem) GetNetworkServerId() int64

func (*ServiceProfileListItem) GetNetworkServerName

func (x *ServiceProfileListItem) GetNetworkServerName() string

func (*ServiceProfileListItem) GetOrganizationId

func (x *ServiceProfileListItem) GetOrganizationId() int64

func (*ServiceProfileListItem) GetUpdatedAt

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

func (*ServiceProfileListItem) ProtoMessage

func (*ServiceProfileListItem) ProtoMessage()

func (*ServiceProfileListItem) ProtoReflect added in v3.10.2

func (x *ServiceProfileListItem) ProtoReflect() protoreflect.Message

func (*ServiceProfileListItem) Reset

func (x *ServiceProfileListItem) Reset()

func (*ServiceProfileListItem) String

func (x *ServiceProfileListItem) String() string

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

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"`
	// contains filtered or unexported fields
}

func (*SettingsResponse) Descriptor deprecated

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

Deprecated: Use SettingsResponse.ProtoReflect.Descriptor instead.

func (*SettingsResponse) GetBranding

func (x *SettingsResponse) GetBranding() *Branding

func (*SettingsResponse) GetOpenidConnect

func (x *SettingsResponse) GetOpenidConnect() *OpenIDConnect

func (*SettingsResponse) ProtoMessage

func (*SettingsResponse) ProtoMessage()

func (*SettingsResponse) ProtoReflect added in v3.10.2

func (x *SettingsResponse) ProtoReflect() protoreflect.Message

func (*SettingsResponse) Reset

func (x *SettingsResponse) Reset()

func (*SettingsResponse) String

func (x *SettingsResponse) String() string

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"`
	// contains filtered or unexported fields
}

func (*StreamDeviceEventLogsRequest) Descriptor deprecated

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

Deprecated: Use StreamDeviceEventLogsRequest.ProtoReflect.Descriptor instead.

func (*StreamDeviceEventLogsRequest) GetDevEui

func (x *StreamDeviceEventLogsRequest) GetDevEui() string

func (*StreamDeviceEventLogsRequest) ProtoMessage

func (*StreamDeviceEventLogsRequest) ProtoMessage()

func (*StreamDeviceEventLogsRequest) ProtoReflect added in v3.10.2

func (*StreamDeviceEventLogsRequest) Reset

func (x *StreamDeviceEventLogsRequest) Reset()

func (*StreamDeviceEventLogsRequest) String

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"`
	// contains filtered or unexported fields
}

func (*StreamDeviceEventLogsResponse) Descriptor deprecated

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

Deprecated: Use StreamDeviceEventLogsResponse.ProtoReflect.Descriptor instead.

func (*StreamDeviceEventLogsResponse) GetPayloadJson

func (x *StreamDeviceEventLogsResponse) GetPayloadJson() string

func (*StreamDeviceEventLogsResponse) GetPublishedAt

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

func (*StreamDeviceEventLogsResponse) GetStreamId

func (x *StreamDeviceEventLogsResponse) GetStreamId() string

func (*StreamDeviceEventLogsResponse) GetType

func (*StreamDeviceEventLogsResponse) ProtoMessage

func (*StreamDeviceEventLogsResponse) ProtoMessage()

func (*StreamDeviceEventLogsResponse) ProtoReflect added in v3.10.2

func (*StreamDeviceEventLogsResponse) Reset

func (x *StreamDeviceEventLogsResponse) Reset()

func (*StreamDeviceEventLogsResponse) String

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"`
	// contains filtered or unexported fields
}

func (*StreamDeviceFrameLogsRequest) Descriptor deprecated

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

Deprecated: Use StreamDeviceFrameLogsRequest.ProtoReflect.Descriptor instead.

func (*StreamDeviceFrameLogsRequest) GetDevEui

func (x *StreamDeviceFrameLogsRequest) GetDevEui() string

func (*StreamDeviceFrameLogsRequest) ProtoMessage

func (*StreamDeviceFrameLogsRequest) ProtoMessage()

func (*StreamDeviceFrameLogsRequest) ProtoReflect added in v3.10.2

func (*StreamDeviceFrameLogsRequest) Reset

func (x *StreamDeviceFrameLogsRequest) Reset()

func (*StreamDeviceFrameLogsRequest) String

type StreamDeviceFrameLogsResponse

type StreamDeviceFrameLogsResponse struct {

	// Types that are assignable to Frame:
	//	*StreamDeviceFrameLogsResponse_UplinkFrame
	//	*StreamDeviceFrameLogsResponse_DownlinkFrame
	Frame isStreamDeviceFrameLogsResponse_Frame `protobuf_oneof:"frame"`
	// contains filtered or unexported fields
}

func (*StreamDeviceFrameLogsResponse) Descriptor deprecated

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

Deprecated: Use StreamDeviceFrameLogsResponse.ProtoReflect.Descriptor instead.

func (*StreamDeviceFrameLogsResponse) GetDownlinkFrame

func (x *StreamDeviceFrameLogsResponse) GetDownlinkFrame() *DownlinkFrameLog

func (*StreamDeviceFrameLogsResponse) GetFrame

func (m *StreamDeviceFrameLogsResponse) GetFrame() isStreamDeviceFrameLogsResponse_Frame

func (*StreamDeviceFrameLogsResponse) GetUplinkFrame

func (x *StreamDeviceFrameLogsResponse) GetUplinkFrame() *UplinkFrameLog

func (*StreamDeviceFrameLogsResponse) ProtoMessage

func (*StreamDeviceFrameLogsResponse) ProtoMessage()

func (*StreamDeviceFrameLogsResponse) ProtoReflect added in v3.10.2

func (*StreamDeviceFrameLogsResponse) Reset

func (x *StreamDeviceFrameLogsResponse) Reset()

func (*StreamDeviceFrameLogsResponse) String

type StreamDeviceFrameLogsResponse_DownlinkFrame

type StreamDeviceFrameLogsResponse_DownlinkFrame struct {
	// Contains a downlink frame.
	DownlinkFrame *DownlinkFrameLog `protobuf:"bytes,2,opt,name=downlink_frame,json=downlinkFrame,proto3,oneof"`
}

type StreamDeviceFrameLogsResponse_UplinkFrame

type StreamDeviceFrameLogsResponse_UplinkFrame struct {
	// Contains an uplink frame.
	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"`
	// contains filtered or unexported fields
}

func (*StreamGatewayFrameLogsRequest) Descriptor deprecated

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

Deprecated: Use StreamGatewayFrameLogsRequest.ProtoReflect.Descriptor instead.

func (*StreamGatewayFrameLogsRequest) GetGatewayId

func (x *StreamGatewayFrameLogsRequest) GetGatewayId() string

func (*StreamGatewayFrameLogsRequest) ProtoMessage

func (*StreamGatewayFrameLogsRequest) ProtoMessage()

func (*StreamGatewayFrameLogsRequest) ProtoReflect added in v3.10.2

func (*StreamGatewayFrameLogsRequest) Reset

func (x *StreamGatewayFrameLogsRequest) Reset()

func (*StreamGatewayFrameLogsRequest) String

type StreamGatewayFrameLogsResponse

type StreamGatewayFrameLogsResponse struct {

	// Types that are assignable to Frame:
	//	*StreamGatewayFrameLogsResponse_UplinkFrame
	//	*StreamGatewayFrameLogsResponse_DownlinkFrame
	Frame isStreamGatewayFrameLogsResponse_Frame `protobuf_oneof:"frame"`
	// contains filtered or unexported fields
}

func (*StreamGatewayFrameLogsResponse) Descriptor deprecated

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

Deprecated: Use StreamGatewayFrameLogsResponse.ProtoReflect.Descriptor instead.

func (*StreamGatewayFrameLogsResponse) GetDownlinkFrame

func (x *StreamGatewayFrameLogsResponse) GetDownlinkFrame() *DownlinkFrameLog

func (*StreamGatewayFrameLogsResponse) GetFrame

func (m *StreamGatewayFrameLogsResponse) GetFrame() isStreamGatewayFrameLogsResponse_Frame

func (*StreamGatewayFrameLogsResponse) GetUplinkFrame

func (x *StreamGatewayFrameLogsResponse) GetUplinkFrame() *UplinkFrameLog

func (*StreamGatewayFrameLogsResponse) ProtoMessage

func (*StreamGatewayFrameLogsResponse) ProtoMessage()

func (*StreamGatewayFrameLogsResponse) ProtoReflect added in v3.10.2

func (*StreamGatewayFrameLogsResponse) Reset

func (x *StreamGatewayFrameLogsResponse) Reset()

func (*StreamGatewayFrameLogsResponse) String

type StreamGatewayFrameLogsResponse_DownlinkFrame

type StreamGatewayFrameLogsResponse_DownlinkFrame struct {
	// Contains a downlink frame.
	DownlinkFrame *DownlinkFrameLog `protobuf:"bytes,2,opt,name=downlink_frame,json=downlinkFrame,proto3,oneof"`
}

type StreamGatewayFrameLogsResponse_UplinkFrame

type StreamGatewayFrameLogsResponse_UplinkFrame struct {
	// Contains an uplink frame.
	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"`
	// contains filtered or unexported fields
}

func (*ThingsBoardIntegration) Descriptor deprecated

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

Deprecated: Use ThingsBoardIntegration.ProtoReflect.Descriptor instead.

func (*ThingsBoardIntegration) GetApplicationId

func (x *ThingsBoardIntegration) GetApplicationId() int64

func (*ThingsBoardIntegration) GetServer

func (x *ThingsBoardIntegration) GetServer() string

func (*ThingsBoardIntegration) ProtoMessage

func (*ThingsBoardIntegration) ProtoMessage()

func (*ThingsBoardIntegration) ProtoReflect added in v3.10.2

func (x *ThingsBoardIntegration) ProtoReflect() protoreflect.Message

func (*ThingsBoardIntegration) Reset

func (x *ThingsBoardIntegration) Reset()

func (*ThingsBoardIntegration) String

func (x *ThingsBoardIntegration) String() string

type UnimplementedApplicationServiceServer

type UnimplementedApplicationServiceServer struct {
}

UnimplementedApplicationServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedApplicationServiceServer) Create

func (*UnimplementedApplicationServiceServer) CreateAWSSNSIntegration

func (*UnimplementedApplicationServiceServer) CreateAzureServiceBusIntegration

func (*UnimplementedApplicationServiceServer) CreateGCPPubSubIntegration

func (*UnimplementedApplicationServiceServer) CreateHTTPIntegration

func (*UnimplementedApplicationServiceServer) CreateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) CreateLoRaCloudIntegration

func (*UnimplementedApplicationServiceServer) CreateMyDevicesIntegration

func (*UnimplementedApplicationServiceServer) CreatePilotThingsIntegration

func (*UnimplementedApplicationServiceServer) CreateThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) Delete

func (*UnimplementedApplicationServiceServer) DeleteAWSSNSIntegration

func (*UnimplementedApplicationServiceServer) DeleteAzureServiceBusIntegration

func (*UnimplementedApplicationServiceServer) DeleteGCPPubSubIntegration

func (*UnimplementedApplicationServiceServer) DeleteHTTPIntegration

func (*UnimplementedApplicationServiceServer) DeleteInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) DeleteLoRaCloudIntegration

func (*UnimplementedApplicationServiceServer) DeleteMyDevicesIntegration

func (*UnimplementedApplicationServiceServer) DeletePilotThingsIntegration

func (*UnimplementedApplicationServiceServer) DeleteThingsBoardIntegration

func (*UnimplementedApplicationServiceServer) Get

func (*UnimplementedApplicationServiceServer) GetAWSSNSIntegration

func (*UnimplementedApplicationServiceServer) GetHTTPIntegration

func (*UnimplementedApplicationServiceServer) GetInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) List

func (*UnimplementedApplicationServiceServer) ListIntegrations

func (*UnimplementedApplicationServiceServer) Update

func (*UnimplementedApplicationServiceServer) UpdateAWSSNSIntegration

func (*UnimplementedApplicationServiceServer) UpdateAzureServiceBusIntegration

func (*UnimplementedApplicationServiceServer) UpdateGCPPubSubIntegration

func (*UnimplementedApplicationServiceServer) UpdateHTTPIntegration

func (*UnimplementedApplicationServiceServer) UpdateInfluxDBIntegration

func (*UnimplementedApplicationServiceServer) UpdateLoRaCloudIntegration

func (*UnimplementedApplicationServiceServer) UpdateMyDevicesIntegration

func (*UnimplementedApplicationServiceServer) UpdatePilotThingsIntegration

func (*UnimplementedApplicationServiceServer) UpdateThingsBoardIntegration

type UnimplementedDeviceProfileServiceServer

type UnimplementedDeviceProfileServiceServer struct {
}

UnimplementedDeviceProfileServiceServer can be embedded to have forward compatible implementations.

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

type UnimplementedDeviceServiceServer

type UnimplementedDeviceServiceServer struct {
}

UnimplementedDeviceServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDeviceServiceServer) Activate

func (*UnimplementedDeviceServiceServer) ClearDeviceNonces

func (*UnimplementedDeviceServiceServer) Create

func (*UnimplementedDeviceServiceServer) CreateKeys

func (*UnimplementedDeviceServiceServer) Deactivate

func (*UnimplementedDeviceServiceServer) Delete

func (*UnimplementedDeviceServiceServer) DeleteKeys

func (*UnimplementedDeviceServiceServer) Get

func (*UnimplementedDeviceServiceServer) GetKeys

func (*UnimplementedDeviceServiceServer) GetRandomDevAddr

func (*UnimplementedDeviceServiceServer) GetStats

func (*UnimplementedDeviceServiceServer) List

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

func (*UnimplementedGatewayProfileServiceServer) Get

func (*UnimplementedGatewayProfileServiceServer) Update

type UnimplementedGatewayServiceServer

type UnimplementedGatewayServiceServer struct {
}

UnimplementedGatewayServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGatewayServiceServer) Create

func (*UnimplementedGatewayServiceServer) Delete

func (*UnimplementedGatewayServiceServer) Get

func (*UnimplementedGatewayServiceServer) GetLastPing

func (*UnimplementedGatewayServiceServer) GetStats

func (*UnimplementedGatewayServiceServer) List

func (*UnimplementedGatewayServiceServer) Update

type UnimplementedInternalServiceServer

type UnimplementedInternalServiceServer struct {
}

UnimplementedInternalServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedInternalServiceServer) CreateAPIKey

func (*UnimplementedInternalServiceServer) DeleteAPIKey

func (*UnimplementedInternalServiceServer) GetDevicesSummary

func (*UnimplementedInternalServiceServer) GetGatewaysSummary

func (*UnimplementedInternalServiceServer) GlobalSearch

func (*UnimplementedInternalServiceServer) ListAPIKeys

func (*UnimplementedInternalServiceServer) Login

func (*UnimplementedInternalServiceServer) OpenIDConnectLogin

func (*UnimplementedInternalServiceServer) Profile

func (*UnimplementedInternalServiceServer) Settings

type UnimplementedMulticastGroupServiceServer

type UnimplementedMulticastGroupServiceServer struct {
}

UnimplementedMulticastGroupServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMulticastGroupServiceServer) AddDevice

func (*UnimplementedMulticastGroupServiceServer) Delete

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

func (*UnimplementedNetworkServerServiceServer) Get

func (*UnimplementedNetworkServerServiceServer) GetADRAlgorithms

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

func (*UnimplementedOrganizationServiceServer) Update

func (*UnimplementedOrganizationServiceServer) UpdateUser

type UnimplementedServiceProfileServiceServer

type UnimplementedServiceProfileServiceServer struct {
}

UnimplementedServiceProfileServiceServer can be embedded to have forward compatible implementations.

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

type UpdateAWSSNSIntegrationRequest struct {

	// Integration object to update.
	Integration *AWSSNSIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAWSSNSIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateAWSSNSIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateAWSSNSIntegrationRequest) GetIntegration

func (*UpdateAWSSNSIntegrationRequest) ProtoMessage

func (*UpdateAWSSNSIntegrationRequest) ProtoMessage()

func (*UpdateAWSSNSIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateAWSSNSIntegrationRequest) Reset

func (x *UpdateAWSSNSIntegrationRequest) Reset()

func (*UpdateAWSSNSIntegrationRequest) String

type UpdateApplicationRequest

type UpdateApplicationRequest struct {

	// Application object to update.
	Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateApplicationRequest) Descriptor deprecated

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

Deprecated: Use UpdateApplicationRequest.ProtoReflect.Descriptor instead.

func (*UpdateApplicationRequest) GetApplication

func (x *UpdateApplicationRequest) GetApplication() *Application

func (*UpdateApplicationRequest) ProtoMessage

func (*UpdateApplicationRequest) ProtoMessage()

func (*UpdateApplicationRequest) ProtoReflect added in v3.10.2

func (x *UpdateApplicationRequest) ProtoReflect() protoreflect.Message

func (*UpdateApplicationRequest) Reset

func (x *UpdateApplicationRequest) Reset()

func (*UpdateApplicationRequest) String

func (x *UpdateApplicationRequest) String() string

type UpdateAzureServiceBusIntegrationRequest

type UpdateAzureServiceBusIntegrationRequest struct {

	// Integration object to update.
	Integration *AzureServiceBusIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAzureServiceBusIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateAzureServiceBusIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateAzureServiceBusIntegrationRequest) GetIntegration

func (*UpdateAzureServiceBusIntegrationRequest) ProtoMessage

func (*UpdateAzureServiceBusIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateAzureServiceBusIntegrationRequest) Reset

func (*UpdateAzureServiceBusIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateDeviceKeysRequest) Descriptor deprecated

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

Deprecated: Use UpdateDeviceKeysRequest.ProtoReflect.Descriptor instead.

func (*UpdateDeviceKeysRequest) GetDeviceKeys

func (x *UpdateDeviceKeysRequest) GetDeviceKeys() *DeviceKeys

func (*UpdateDeviceKeysRequest) ProtoMessage

func (*UpdateDeviceKeysRequest) ProtoMessage()

func (*UpdateDeviceKeysRequest) ProtoReflect added in v3.10.2

func (x *UpdateDeviceKeysRequest) ProtoReflect() protoreflect.Message

func (*UpdateDeviceKeysRequest) Reset

func (x *UpdateDeviceKeysRequest) Reset()

func (*UpdateDeviceKeysRequest) String

func (x *UpdateDeviceKeysRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*UpdateDeviceProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateDeviceProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateDeviceProfileRequest) GetDeviceProfile

func (x *UpdateDeviceProfileRequest) GetDeviceProfile() *DeviceProfile

func (*UpdateDeviceProfileRequest) ProtoMessage

func (*UpdateDeviceProfileRequest) ProtoMessage()

func (*UpdateDeviceProfileRequest) ProtoReflect added in v3.10.2

func (*UpdateDeviceProfileRequest) Reset

func (x *UpdateDeviceProfileRequest) Reset()

func (*UpdateDeviceProfileRequest) String

func (x *UpdateDeviceProfileRequest) String() string

type UpdateDeviceRequest

type UpdateDeviceRequest struct {

	// Device object to update.
	Device *Device `protobuf:"bytes,1,opt,name=device,proto3" json:"device,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDeviceRequest) Descriptor deprecated

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

Deprecated: Use UpdateDeviceRequest.ProtoReflect.Descriptor instead.

func (*UpdateDeviceRequest) GetDevice

func (x *UpdateDeviceRequest) GetDevice() *Device

func (*UpdateDeviceRequest) ProtoMessage

func (*UpdateDeviceRequest) ProtoMessage()

func (*UpdateDeviceRequest) ProtoReflect added in v3.10.2

func (x *UpdateDeviceRequest) ProtoReflect() protoreflect.Message

func (*UpdateDeviceRequest) Reset

func (x *UpdateDeviceRequest) Reset()

func (*UpdateDeviceRequest) String

func (x *UpdateDeviceRequest) String() string

type UpdateGCPPubSubIntegrationRequest

type UpdateGCPPubSubIntegrationRequest struct {

	// Integration object to update.
	Integration *GCPPubSubIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGCPPubSubIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateGCPPubSubIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateGCPPubSubIntegrationRequest) GetIntegration

func (*UpdateGCPPubSubIntegrationRequest) ProtoMessage

func (*UpdateGCPPubSubIntegrationRequest) ProtoMessage()

func (*UpdateGCPPubSubIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateGCPPubSubIntegrationRequest) Reset

func (*UpdateGCPPubSubIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateGatewayProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateGatewayProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateGatewayProfileRequest) GetGatewayProfile

func (x *UpdateGatewayProfileRequest) GetGatewayProfile() *GatewayProfile

func (*UpdateGatewayProfileRequest) ProtoMessage

func (*UpdateGatewayProfileRequest) ProtoMessage()

func (*UpdateGatewayProfileRequest) ProtoReflect added in v3.10.2

func (*UpdateGatewayProfileRequest) Reset

func (x *UpdateGatewayProfileRequest) Reset()

func (*UpdateGatewayProfileRequest) String

func (x *UpdateGatewayProfileRequest) String() string

type UpdateGatewayRequest

type UpdateGatewayRequest struct {

	// Gateway object to update.
	Gateway *Gateway `protobuf:"bytes,1,opt,name=gateway,proto3" json:"gateway,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGatewayRequest) Descriptor deprecated

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

Deprecated: Use UpdateGatewayRequest.ProtoReflect.Descriptor instead.

func (*UpdateGatewayRequest) GetGateway

func (x *UpdateGatewayRequest) GetGateway() *Gateway

func (*UpdateGatewayRequest) ProtoMessage

func (*UpdateGatewayRequest) ProtoMessage()

func (*UpdateGatewayRequest) ProtoReflect added in v3.10.2

func (x *UpdateGatewayRequest) ProtoReflect() protoreflect.Message

func (*UpdateGatewayRequest) Reset

func (x *UpdateGatewayRequest) Reset()

func (*UpdateGatewayRequest) String

func (x *UpdateGatewayRequest) String() string

type UpdateHTTPIntegrationRequest

type UpdateHTTPIntegrationRequest struct {

	// Integration object to update.
	Integration *HTTPIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateHTTPIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateHTTPIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateHTTPIntegrationRequest) GetIntegration

func (x *UpdateHTTPIntegrationRequest) GetIntegration() *HTTPIntegration

func (*UpdateHTTPIntegrationRequest) ProtoMessage

func (*UpdateHTTPIntegrationRequest) ProtoMessage()

func (*UpdateHTTPIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateHTTPIntegrationRequest) Reset

func (x *UpdateHTTPIntegrationRequest) Reset()

func (*UpdateHTTPIntegrationRequest) String

type UpdateInfluxDBIntegrationRequest

type UpdateInfluxDBIntegrationRequest struct {

	// Integration object.
	Integration *InfluxDBIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateInfluxDBIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateInfluxDBIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateInfluxDBIntegrationRequest) GetIntegration

func (*UpdateInfluxDBIntegrationRequest) ProtoMessage

func (*UpdateInfluxDBIntegrationRequest) ProtoMessage()

func (*UpdateInfluxDBIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateInfluxDBIntegrationRequest) Reset

func (*UpdateInfluxDBIntegrationRequest) String

type UpdateLoRaCloudIntegrationRequest

type UpdateLoRaCloudIntegrationRequest struct {

	// Integration object.
	Integration *LoRaCloudIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateLoRaCloudIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateLoRaCloudIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateLoRaCloudIntegrationRequest) GetIntegration

func (*UpdateLoRaCloudIntegrationRequest) ProtoMessage

func (*UpdateLoRaCloudIntegrationRequest) ProtoMessage()

func (*UpdateLoRaCloudIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateLoRaCloudIntegrationRequest) Reset

func (*UpdateLoRaCloudIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use UpdateMulticastGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateMulticastGroupRequest) GetMulticastGroup

func (x *UpdateMulticastGroupRequest) GetMulticastGroup() *MulticastGroup

func (*UpdateMulticastGroupRequest) ProtoMessage

func (*UpdateMulticastGroupRequest) ProtoMessage()

func (*UpdateMulticastGroupRequest) ProtoReflect added in v3.10.2

func (*UpdateMulticastGroupRequest) Reset

func (x *UpdateMulticastGroupRequest) Reset()

func (*UpdateMulticastGroupRequest) String

func (x *UpdateMulticastGroupRequest) String() string

type UpdateMyDevicesIntegrationRequest

type UpdateMyDevicesIntegrationRequest struct {

	// Integration object.
	Integration *MyDevicesIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMyDevicesIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateMyDevicesIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateMyDevicesIntegrationRequest) GetIntegration

func (*UpdateMyDevicesIntegrationRequest) ProtoMessage

func (*UpdateMyDevicesIntegrationRequest) ProtoMessage()

func (*UpdateMyDevicesIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateMyDevicesIntegrationRequest) Reset

func (*UpdateMyDevicesIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateNetworkServerRequest) Descriptor deprecated

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

Deprecated: Use UpdateNetworkServerRequest.ProtoReflect.Descriptor instead.

func (*UpdateNetworkServerRequest) GetNetworkServer

func (x *UpdateNetworkServerRequest) GetNetworkServer() *NetworkServer

func (*UpdateNetworkServerRequest) ProtoMessage

func (*UpdateNetworkServerRequest) ProtoMessage()

func (*UpdateNetworkServerRequest) ProtoReflect added in v3.10.2

func (*UpdateNetworkServerRequest) Reset

func (x *UpdateNetworkServerRequest) Reset()

func (*UpdateNetworkServerRequest) String

func (x *UpdateNetworkServerRequest) String() string

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {

	// Organization object to update.
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetOrganization

func (x *UpdateOrganizationRequest) GetOrganization() *Organization

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect added in v3.10.2

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationUserRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationUserRequest) GetOrganizationUser

func (x *UpdateOrganizationUserRequest) GetOrganizationUser() *OrganizationUser

func (*UpdateOrganizationUserRequest) ProtoMessage

func (*UpdateOrganizationUserRequest) ProtoMessage()

func (*UpdateOrganizationUserRequest) ProtoReflect added in v3.10.2

func (*UpdateOrganizationUserRequest) Reset

func (x *UpdateOrganizationUserRequest) Reset()

func (*UpdateOrganizationUserRequest) String

type UpdatePilotThingsIntegrationRequest

type UpdatePilotThingsIntegrationRequest struct {

	// Integration object to update.
	Integration *PilotThingsIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePilotThingsIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdatePilotThingsIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdatePilotThingsIntegrationRequest) GetIntegration

func (*UpdatePilotThingsIntegrationRequest) ProtoMessage

func (*UpdatePilotThingsIntegrationRequest) ProtoMessage()

func (*UpdatePilotThingsIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdatePilotThingsIntegrationRequest) Reset

func (*UpdatePilotThingsIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateServiceProfileRequest) Descriptor deprecated

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

Deprecated: Use UpdateServiceProfileRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceProfileRequest) GetServiceProfile

func (x *UpdateServiceProfileRequest) GetServiceProfile() *ServiceProfile

func (*UpdateServiceProfileRequest) ProtoMessage

func (*UpdateServiceProfileRequest) ProtoMessage()

func (*UpdateServiceProfileRequest) ProtoReflect added in v3.10.2

func (*UpdateServiceProfileRequest) Reset

func (x *UpdateServiceProfileRequest) Reset()

func (*UpdateServiceProfileRequest) String

func (x *UpdateServiceProfileRequest) String() string

type UpdateThingsBoardIntegrationRequest

type UpdateThingsBoardIntegrationRequest struct {

	// Integration object.
	Integration *ThingsBoardIntegration `protobuf:"bytes,1,opt,name=integration,proto3" json:"integration,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateThingsBoardIntegrationRequest) Descriptor deprecated

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

Deprecated: Use UpdateThingsBoardIntegrationRequest.ProtoReflect.Descriptor instead.

func (*UpdateThingsBoardIntegrationRequest) GetIntegration

func (*UpdateThingsBoardIntegrationRequest) ProtoMessage

func (*UpdateThingsBoardIntegrationRequest) ProtoMessage()

func (*UpdateThingsBoardIntegrationRequest) ProtoReflect added in v3.10.2

func (*UpdateThingsBoardIntegrationRequest) Reset

func (*UpdateThingsBoardIntegrationRequest) String

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"`
	// contains filtered or unexported fields
}

func (*UpdateUserPasswordRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserPasswordRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserPasswordRequest) GetPassword

func (x *UpdateUserPasswordRequest) GetPassword() string

func (*UpdateUserPasswordRequest) GetUserId

func (x *UpdateUserPasswordRequest) GetUserId() int64

func (*UpdateUserPasswordRequest) ProtoMessage

func (*UpdateUserPasswordRequest) ProtoMessage()

func (*UpdateUserPasswordRequest) ProtoReflect added in v3.10.2

func (*UpdateUserPasswordRequest) Reset

func (x *UpdateUserPasswordRequest) Reset()

func (*UpdateUserPasswordRequest) String

func (x *UpdateUserPasswordRequest) String() string

type UpdateUserRequest

type UpdateUserRequest struct {

	// User object to update.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetUser

func (x *UpdateUserRequest) GetUser() *User

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect added in v3.10.2

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

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"`
	// contains filtered or unexported fields
}

func (*UplinkFrameLog) Descriptor deprecated

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

Deprecated: Use UplinkFrameLog.ProtoReflect.Descriptor instead.

func (*UplinkFrameLog) GetPhyPayloadJson

func (x *UplinkFrameLog) GetPhyPayloadJson() string

func (*UplinkFrameLog) GetPublishedAt

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

func (*UplinkFrameLog) GetRxInfo

func (x *UplinkFrameLog) GetRxInfo() []*gw.UplinkRXInfo

func (*UplinkFrameLog) GetTxInfo

func (x *UplinkFrameLog) GetTxInfo() *gw.UplinkTXInfo

func (*UplinkFrameLog) ProtoMessage

func (*UplinkFrameLog) ProtoMessage()

func (*UplinkFrameLog) ProtoReflect added in v3.10.2

func (x *UplinkFrameLog) ProtoReflect() protoreflect.Message

func (*UplinkFrameLog) Reset

func (x *UplinkFrameLog) Reset()

func (*UplinkFrameLog) String

func (x *UplinkFrameLog) String() string

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"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() int64

func (*User) GetIsActive

func (x *User) GetIsActive() bool

func (*User) GetIsAdmin

func (x *User) GetIsAdmin() bool

func (*User) GetNote

func (x *User) GetNote() string

func (*User) GetSessionTtl

func (x *User) GetSessionTtl() int32

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v3.10.2

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

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"`
	// contains filtered or unexported fields
}

func (*UserListItem) Descriptor deprecated

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

Deprecated: Use UserListItem.ProtoReflect.Descriptor instead.

func (*UserListItem) GetCreatedAt

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

func (*UserListItem) GetEmail

func (x *UserListItem) GetEmail() string

func (*UserListItem) GetId

func (x *UserListItem) GetId() int64

func (*UserListItem) GetIsActive

func (x *UserListItem) GetIsActive() bool

func (*UserListItem) GetIsAdmin

func (x *UserListItem) GetIsAdmin() bool

func (*UserListItem) GetSessionTtl

func (x *UserListItem) GetSessionTtl() int32

func (*UserListItem) GetUpdatedAt

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

func (*UserListItem) ProtoMessage

func (*UserListItem) ProtoMessage()

func (*UserListItem) ProtoReflect added in v3.10.2

func (x *UserListItem) ProtoReflect() protoreflect.Message

func (*UserListItem) Reset

func (x *UserListItem) Reset()

func (*UserListItem) String

func (x *UserListItem) String() string

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"`
	// contains filtered or unexported fields
}

func (*UserOrganization) Descriptor deprecated

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

Deprecated: Use UserOrganization.ProtoReflect.Descriptor instead.

func (*UserOrganization) GetIsAdmin

func (x *UserOrganization) GetIsAdmin() bool

func (*UserOrganization) GetIsDeviceAdmin

func (x *UserOrganization) GetIsDeviceAdmin() bool

func (*UserOrganization) GetIsGatewayAdmin

func (x *UserOrganization) GetIsGatewayAdmin() bool

func (*UserOrganization) GetOrganizationId

func (x *UserOrganization) GetOrganizationId() int64

func (*UserOrganization) ProtoMessage

func (*UserOrganization) ProtoMessage()

func (*UserOrganization) ProtoReflect added in v3.10.2

func (x *UserOrganization) ProtoReflect() protoreflect.Message

func (*UserOrganization) Reset

func (x *UserOrganization) Reset()

func (*UserOrganization) String

func (x *UserOrganization) String() string

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