api

package
v4.9.9 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2021 License: MIT Imports: 21 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.

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 (
	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 File_as_external_api_alarm_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_application_proto protoreflect.FileDescriptor
View Source
var File_as_external_api_data_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
View Source
var File_as_external_api_zone_proto protoreflect.FileDescriptor

Functions

func RegisterAlarmServiceHandler added in v4.1.5

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

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

func RegisterAlarmServiceHandlerClient added in v4.1.5

func RegisterAlarmServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AlarmServiceClient) error

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

func RegisterAlarmServiceHandlerFromEndpoint added in v4.1.5

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

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

func RegisterAlarmServiceHandlerServer added in v4.1.5

func RegisterAlarmServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AlarmServiceServer) error

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

func RegisterAlarmServiceServer added in v4.1.5

func RegisterAlarmServiceServer(s *grpc.Server, srv AlarmServiceServer)

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 RegisterDataServiceHandler

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

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

func RegisterDataServiceHandlerClient

func RegisterDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DataServiceClient) error

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

func RegisterDataServiceHandlerFromEndpoint

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

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

func RegisterDataServiceHandlerServer

func RegisterDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataServiceServer) error

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

func RegisterDataServiceServer

func RegisterDataServiceServer(s *grpc.Server, srv DataServiceServer)

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

func RegisterZoneServiceHandler added in v4.7.8

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

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

func RegisterZoneServiceHandlerClient added in v4.7.8

func RegisterZoneServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ZoneServiceClient) error

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

func RegisterZoneServiceHandlerFromEndpoint added in v4.7.8

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

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

func RegisterZoneServiceHandlerServer added in v4.7.8

func RegisterZoneServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ZoneServiceServer) error

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

func RegisterZoneServiceServer added in v4.7.8

func RegisterZoneServiceServer(s *grpc.Server, srv ZoneServiceServer)

Types

type ADRAlgorithm added in v4.4.4

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 added in v4.4.4

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

Deprecated: Use ADRAlgorithm.ProtoReflect.Descriptor instead.

func (*ADRAlgorithm) GetId added in v4.4.4

func (x *ADRAlgorithm) GetId() string

func (*ADRAlgorithm) GetName added in v4.4.4

func (x *ADRAlgorithm) GetName() string

func (*ADRAlgorithm) ProtoMessage added in v4.4.4

func (*ADRAlgorithm) ProtoMessage()

func (*ADRAlgorithm) ProtoReflect added in v4.4.4

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

func (*ADRAlgorithm) Reset added in v4.4.4

func (x *ADRAlgorithm) Reset()

func (*ADRAlgorithm) String added in v4.4.4

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

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

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

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 must be under the same service-profile as the
	// multicast-group.
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// 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

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

func (*AddOrganizationUserRequest) Reset

func (x *AddOrganizationUserRequest) Reset()

func (*AddOrganizationUserRequest) String

func (x *AddOrganizationUserRequest) String() string

type AddUserToZoneRequest added in v4.9.4

type AddUserToZoneRequest struct {
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userID,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserToZoneRequest) Descriptor deprecated added in v4.9.4

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

Deprecated: Use AddUserToZoneRequest.ProtoReflect.Descriptor instead.

func (*AddUserToZoneRequest) GetUserId added in v4.9.4

func (x *AddUserToZoneRequest) GetUserId() int64

func (*AddUserToZoneRequest) GetZoneId added in v4.9.4

func (x *AddUserToZoneRequest) GetZoneId() int64

func (*AddUserToZoneRequest) ProtoMessage added in v4.9.4

func (*AddUserToZoneRequest) ProtoMessage()

func (*AddUserToZoneRequest) ProtoReflect added in v4.9.4

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

func (*AddUserToZoneRequest) Reset added in v4.9.4

func (x *AddUserToZoneRequest) Reset()

func (*AddUserToZoneRequest) String added in v4.9.4

func (x *AddUserToZoneRequest) String() string

type AddUserToZoneResponse added in v4.9.4

type AddUserToZoneResponse struct {
	UserName string  `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	ZoneList []int64 `protobuf:"varint,2,rep,packed,name=zone_list,json=zoneList,proto3" json:"zone_list,omitempty"`
	// contains filtered or unexported fields
}

func (*AddUserToZoneResponse) Descriptor deprecated added in v4.9.4

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

Deprecated: Use AddUserToZoneResponse.ProtoReflect.Descriptor instead.

func (*AddUserToZoneResponse) GetUserName added in v4.9.4

func (x *AddUserToZoneResponse) GetUserName() string

func (*AddUserToZoneResponse) GetZoneList added in v4.9.4

func (x *AddUserToZoneResponse) GetZoneList() []int64

func (*AddUserToZoneResponse) ProtoMessage added in v4.9.4

func (*AddUserToZoneResponse) ProtoMessage()

func (*AddUserToZoneResponse) ProtoReflect added in v4.9.4

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

func (*AddUserToZoneResponse) Reset added in v4.9.4

func (x *AddUserToZoneResponse) Reset()

func (*AddUserToZoneResponse) String added in v4.9.4

func (x *AddUserToZoneResponse) String() string

type Alarm added in v4.1.5

type Alarm struct {

	// Alarm id.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Condition of alarm
	MinTreshold float32 `protobuf:"fixed32,3,opt,name=min_treshold,json=minTreshold,proto3" json:"min_treshold,omitempty"`
	// Value of alarm
	MaxTreshold float32 `protobuf:"fixed32,4,opt,name=max_treshold,json=maxTreshold,proto3" json:"max_treshold,omitempty"`
	// Action of alarm
	Action string `protobuf:"bytes,5,opt,name=action,proto3" json:"action,omitempty"`
	// Target of alarm
	Target string `protobuf:"bytes,6,opt,name=target,proto3" json:"target,omitempty"`
	// Target of alarm
	Section        string               `protobuf:"bytes,7,opt,name=section,proto3" json:"section,omitempty"`
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,10,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*Alarm) Descriptor deprecated added in v4.1.5

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

Deprecated: Use Alarm.ProtoReflect.Descriptor instead.

func (*Alarm) GetAction added in v4.1.5

func (x *Alarm) GetAction() string

func (*Alarm) GetDevEui added in v4.1.5

func (x *Alarm) GetDevEui() string

func (*Alarm) GetId added in v4.2.1

func (x *Alarm) GetId() int64

func (*Alarm) GetMaxTreshold added in v4.1.5

func (x *Alarm) GetMaxTreshold() float32

func (*Alarm) GetMinTreshold added in v4.1.5

func (x *Alarm) GetMinTreshold() float32

func (*Alarm) GetSection added in v4.2.0

func (x *Alarm) GetSection() string

func (*Alarm) GetSubmissionDate added in v4.5.0

func (x *Alarm) GetSubmissionDate() *timestamp.Timestamp

func (*Alarm) GetTarget added in v4.1.5

func (x *Alarm) GetTarget() string

func (*Alarm) ProtoMessage added in v4.1.5

func (*Alarm) ProtoMessage()

func (*Alarm) ProtoReflect added in v4.1.5

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

func (*Alarm) Reset added in v4.1.5

func (x *Alarm) Reset()

func (*Alarm) String added in v4.1.5

func (x *Alarm) String() string

type AlarmServiceClient added in v4.1.5

type AlarmServiceClient interface {
	// Create creates the alarm
	Create(ctx context.Context, in *CreateAlarmRequest, opts ...grpc.CallOption) (*CreateAlarmResponse, error)
	// Get return the alarm
	Get(ctx context.Context, in *GetAlarmRequest, opts ...grpc.CallOption) (*GetAlarmResponse, error)
	List(ctx context.Context, in *ListAlarmRequest, opts ...grpc.CallOption) (*ListAlarmResponse, error)
	// Update updates the alarm matching the given alarm_id.
	Update(ctx context.Context, in *UpdateAlarmRequest, opts ...grpc.CallOption) (*GetAlarmResponse, error)
	// Delete deletes the alarm matching the given alarm_id.
	Delete(ctx context.Context, in *DeleteAlarmRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

AlarmServiceClient is the client API for AlarmService service.

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

func NewAlarmServiceClient added in v4.1.5

func NewAlarmServiceClient(cc grpc.ClientConnInterface) AlarmServiceClient

type AlarmServiceServer added in v4.1.5

type AlarmServiceServer interface {
	// Create creates the alarm
	Create(context.Context, *CreateAlarmRequest) (*CreateAlarmResponse, error)
	// Get return the alarm
	Get(context.Context, *GetAlarmRequest) (*GetAlarmResponse, error)
	List(context.Context, *ListAlarmRequest) (*ListAlarmResponse, error)
	// Update updates the alarm matching the given alarm_id.
	Update(context.Context, *UpdateAlarmRequest) (*GetAlarmResponse, error)
	// Delete deletes the alarm matching the given alarm_id.
	Delete(context.Context, *DeleteAlarmRequest) (*empty.Empty, error)
}

AlarmServiceServer is the server API for AlarmService service.

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

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

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

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

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

func (*Branding) Reset

func (x *Branding) Reset()

func (*Branding) String

func (x *Branding) 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

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

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

func (*CreateAWSSNSIntegrationRequest) Reset

func (x *CreateAWSSNSIntegrationRequest) Reset()

func (*CreateAWSSNSIntegrationRequest) String

type CreateAlarmRequest added in v4.1.5

type CreateAlarmRequest struct {
	CreateAlarm []*Alarm `protobuf:"bytes,1,rep,name=create_alarm,json=createAlarm,proto3" json:"create_alarm,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlarmRequest) Descriptor deprecated added in v4.1.5

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

Deprecated: Use CreateAlarmRequest.ProtoReflect.Descriptor instead.

func (*CreateAlarmRequest) GetCreateAlarm added in v4.1.5

func (x *CreateAlarmRequest) GetCreateAlarm() []*Alarm

func (*CreateAlarmRequest) ProtoMessage added in v4.1.5

func (*CreateAlarmRequest) ProtoMessage()

func (*CreateAlarmRequest) ProtoReflect added in v4.1.5

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

func (*CreateAlarmRequest) Reset added in v4.1.5

func (x *CreateAlarmRequest) Reset()

func (*CreateAlarmRequest) String added in v4.1.5

func (x *CreateAlarmRequest) String() string

type CreateAlarmResponse added in v4.7.0

type CreateAlarmResponse struct {
	Alarm []*Alarm `protobuf:"bytes,1,rep,name=alarm,proto3" json:"alarm,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlarmResponse) Descriptor deprecated added in v4.7.0

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

Deprecated: Use CreateAlarmResponse.ProtoReflect.Descriptor instead.

func (*CreateAlarmResponse) GetAlarm added in v4.7.0

func (x *CreateAlarmResponse) GetAlarm() []*Alarm

func (*CreateAlarmResponse) ProtoMessage added in v4.7.0

func (*CreateAlarmResponse) ProtoMessage()

func (*CreateAlarmResponse) ProtoReflect added in v4.7.0

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

func (*CreateAlarmResponse) Reset added in v4.7.0

func (x *CreateAlarmResponse) Reset()

func (*CreateAlarmResponse) String added in v4.7.0

func (x *CreateAlarmResponse) String() 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

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

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

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

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

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

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

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

func (*CreateDeviceRequest) Reset

func (x *CreateDeviceRequest) Reset()

func (*CreateDeviceRequest) String

func (x *CreateDeviceRequest) String() string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateZoneRequest added in v4.7.8

type CreateZoneRequest struct {

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

func (*CreateZoneRequest) Descriptor deprecated added in v4.7.8

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

Deprecated: Use CreateZoneRequest.ProtoReflect.Descriptor instead.

func (*CreateZoneRequest) GetZone added in v4.7.8

func (x *CreateZoneRequest) GetZone() *Zone

func (*CreateZoneRequest) ProtoMessage added in v4.7.8

func (*CreateZoneRequest) ProtoMessage()

func (*CreateZoneRequest) ProtoReflect added in v4.7.8

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

func (*CreateZoneRequest) Reset added in v4.7.8

func (x *CreateZoneRequest) Reset()

func (*CreateZoneRequest) String added in v4.7.8

func (x *CreateZoneRequest) String() string

type DataResponse added in v4.9.0

type DataResponse struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// name
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// temp_SHT of the device.
	AirTemperature float32 `protobuf:"fixed32,3,opt,name=air_temperature,json=Air_Temperature,proto3" json:"air_temperature,omitempty"`
	// hum_SHT.
	AirHumadity float32 `protobuf:"fixed32,4,opt,name=air_humadity,json=Air_Humadity,proto3" json:"air_humadity,omitempty"`
	// water_SOIL of the device.
	SolWater float32 `protobuf:"fixed32,5,opt,name=sol_water,json=Sol_Water,proto3" json:"sol_water,omitempty"`
	// temp_SOIL of the device.
	SolTemperature float32 `protobuf:"fixed32,6,opt,name=sol_temperature,json=Sol_Temperature,proto3" json:"sol_temperature,omitempty"`
	// conduct_SOIL of the device.
	SolConductSoil float32 `protobuf:"fixed32,7,opt,name=sol_conduct_soil,json=Sol_conduct_soil,proto3" json:"sol_conduct_soil,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,8,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*DataResponse) Descriptor deprecated added in v4.9.0

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

Deprecated: Use DataResponse.ProtoReflect.Descriptor instead.

func (*DataResponse) GetAirHumadity added in v4.9.0

func (x *DataResponse) GetAirHumadity() float32

func (*DataResponse) GetAirTemperature added in v4.9.0

func (x *DataResponse) GetAirTemperature() float32

func (*DataResponse) GetDevEui added in v4.9.0

func (x *DataResponse) GetDevEui() string

func (*DataResponse) GetName added in v4.9.0

func (x *DataResponse) GetName() string

func (*DataResponse) GetSolConductSoil added in v4.9.0

func (x *DataResponse) GetSolConductSoil() float32

func (*DataResponse) GetSolTemperature added in v4.9.0

func (x *DataResponse) GetSolTemperature() float32

func (*DataResponse) GetSolWater added in v4.9.0

func (x *DataResponse) GetSolWater() float32

func (*DataResponse) GetSubmissionDate added in v4.9.0

func (x *DataResponse) GetSubmissionDate() *timestamp.Timestamp

func (*DataResponse) ProtoMessage added in v4.9.0

func (*DataResponse) ProtoMessage()

func (*DataResponse) ProtoReflect added in v4.9.0

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

func (*DataResponse) Reset added in v4.9.0

func (x *DataResponse) Reset()

func (*DataResponse) String added in v4.9.0

func (x *DataResponse) String() string

type DataServiceClient

type DataServiceClient interface {
	// GetTemperatureData return list of temperature results
	GetTemperatureData(ctx context.Context, in *ListTemperatureDataRequest, opts ...grpc.CallOption) (*ListTemperatureDataResponse, error)
	// GetSoilData return list of soil results
	GetSoilData(ctx context.Context, in *ListSoilDataRequest, opts ...grpc.CallOption) (*ListSoilDataResponse, error)
	// GetDistanceData return list of distance results
	GetDistanceData(ctx context.Context, in *ListDistanceDataRequest, opts ...grpc.CallOption) (*ListDistanceDataResponse, error)
	// GetTrackingData return list of tracking results
	GetTrackingData(ctx context.Context, in *ListTrackingDataRequest, opts ...grpc.CallOption) (*ListTrackingDataResponse, error)
	// UploadTemperatureData post temperature data
	UploadTemperatureData(ctx context.Context, in *PostTemperatureDataRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// UploadSoilData post soil data
	UploadSoilData(ctx context.Context, in *PostSoilDataRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	GetData(ctx context.Context, in *ListDataRequest, opts ...grpc.CallOption) (*ListDataResponse, error)
}

DataServiceClient is the client API for DataService service.

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

type DataServiceServer

type DataServiceServer interface {
	// GetTemperatureData return list of temperature results
	GetTemperatureData(context.Context, *ListTemperatureDataRequest) (*ListTemperatureDataResponse, error)
	// GetSoilData return list of soil results
	GetSoilData(context.Context, *ListSoilDataRequest) (*ListSoilDataResponse, error)
	// GetDistanceData return list of distance results
	GetDistanceData(context.Context, *ListDistanceDataRequest) (*ListDistanceDataResponse, error)
	// GetTrackingData return list of tracking results
	GetTrackingData(context.Context, *ListTrackingDataRequest) (*ListTrackingDataResponse, error)
	// UploadTemperatureData post temperature data
	UploadTemperatureData(context.Context, *PostTemperatureDataRequest) (*empty.Empty, error)
	// UploadSoilData post soil data
	UploadSoilData(context.Context, *PostSoilDataRequest) (*empty.Empty, error)
	GetData(context.Context, *ListDataRequest) (*ListDataResponse, error)
}

DataServiceServer is the server API for DataService service.

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

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

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

func (*DeleteAWSSNSIntegrationRequest) Reset

func (x *DeleteAWSSNSIntegrationRequest) Reset()

func (*DeleteAWSSNSIntegrationRequest) String

type DeleteAlarmRequest added in v4.1.5

type DeleteAlarmRequest struct {

	// Alarm Id (HEX encoded).
	AlarmId []string `protobuf:"bytes,1,rep,name=alarm_id,json=alarmID,proto3" json:"alarm_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlarmRequest) Descriptor deprecated added in v4.1.5

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

Deprecated: Use DeleteAlarmRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlarmRequest) GetAlarmId added in v4.1.5

func (x *DeleteAlarmRequest) GetAlarmId() []string

func (*DeleteAlarmRequest) ProtoMessage added in v4.1.5

func (*DeleteAlarmRequest) ProtoMessage()

func (*DeleteAlarmRequest) ProtoReflect added in v4.1.5

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

func (*DeleteAlarmRequest) Reset added in v4.1.5

func (x *DeleteAlarmRequest) Reset()

func (*DeleteAlarmRequest) String added in v4.1.5

func (x *DeleteAlarmRequest) String() 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteZoneRequest added in v4.7.8

type DeleteZoneRequest struct {
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteZoneRequest) Descriptor deprecated added in v4.7.8

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

Deprecated: Use DeleteZoneRequest.ProtoReflect.Descriptor instead.

func (*DeleteZoneRequest) GetZoneId added in v4.7.8

func (x *DeleteZoneRequest) GetZoneId() int64

func (*DeleteZoneRequest) ProtoMessage added in v4.7.8

func (*DeleteZoneRequest) ProtoMessage()

func (*DeleteZoneRequest) ProtoReflect added in v4.7.8

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

func (*DeleteZoneRequest) Reset added in v4.7.8

func (x *DeleteZoneRequest) Reset()

func (*DeleteZoneRequest) String added in v4.7.8

func (x *DeleteZoneRequest) 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"`
	DataTime   int64 `protobuf:"varint,11,opt,name=data_time,json=dataTime,proto3" json:"data_time,omitempty"`
	// Device lat value
	Lat float64 `protobuf:"fixed64,12,opt,name=lat,proto3" json:"lat,omitempty"`
	// Device lng value
	Lng float64 `protobuf:"fixed64,13,opt,name=lng,proto3" json:"lng,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) GetDataTime added in v4.1.0

func (x *Device) GetDataTime() 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) GetLat added in v4.2.6

func (x *Device) GetLat() float64

func (*Device) GetLng added in v4.2.6

func (x *Device) GetLng() float64

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

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

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

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"`
	// data time
	DataTime int64 `protobuf:"varint,13,opt,name=data_time,json=dataTime,proto3" json:"data_time,omitempty"`
	// device lat value
	Lat float64 `protobuf:"fixed64,14,opt,name=lat,proto3" json:"lat,omitempty"`
	// device lng value
	Lng float64 `protobuf:"fixed64,15,opt,name=lng,proto3" json:"lng,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) GetDataTime added in v4.1.1

func (x *DeviceListItem) GetDataTime() 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) GetLat added in v4.2.6

func (x *DeviceListItem) GetLat() float64

func (*DeviceListItem) GetLng added in v4.2.6

func (x *DeviceListItem) GetLng() float64

func (*DeviceListItem) GetName

func (x *DeviceListItem) GetName() string

func (*DeviceListItem) ProtoMessage

func (*DeviceListItem) ProtoMessage()

func (*DeviceListItem) ProtoReflect

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 added in v4.4.4

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

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

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

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) (*GetDeviceResponse, 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)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given DevEUI.
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(ctx context.Context, in *StreamDeviceFrameLogsRequest, opts ...grpc.CallOption) (DeviceService_StreamFrameLogsClient, error)
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	//   * This endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamEventLogs(ctx context.Context, in *StreamDeviceEventLogsRequest, opts ...grpc.CallOption) (DeviceService_StreamEventLogsClient, error)
}

DeviceServiceClient is the client API for DeviceService service.

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

type DeviceServiceServer

type DeviceServiceServer interface {
	// Create creates the given device.
	Create(context.Context, *CreateDeviceRequest) (*GetDeviceResponse, 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)
	// StreamFrameLogs streams the uplink and downlink frame-logs for the given DevEUI.
	//   * These are the raw LoRaWAN frames and this endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamFrameLogs(*StreamDeviceFrameLogsRequest, DeviceService_StreamFrameLogsServer) error
	// StreamEventLogs stream the device events (uplink payloads, ACKs, joins, errors).
	//   * This endpoint is intended for debugging only.
	//   * This endpoint does not work from a web-browser.
	StreamEventLogs(*StreamDeviceEventLogsRequest, DeviceService_StreamEventLogsServer) error
}

DeviceServiceServer is the server API for DeviceService service.

type DeviceService_StreamEventLogsClient

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

type DeviceService_StreamEventLogsServer

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

type DeviceService_StreamFrameLogsClient

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

type DeviceService_StreamFrameLogsServer

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

type DistanceData added in v4.0.3

type DistanceData struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// distance of the device.
	Distance float32 `protobuf:"fixed32,2,opt,name=distance,proto3" json:"distance,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*DistanceData) Descriptor deprecated added in v4.0.3

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

Deprecated: Use DistanceData.ProtoReflect.Descriptor instead.

func (*DistanceData) GetDevEui added in v4.0.3

func (x *DistanceData) GetDevEui() string

func (*DistanceData) GetDistance added in v4.0.3

func (x *DistanceData) GetDistance() float32

func (*DistanceData) GetSubmissionDate added in v4.0.3

func (x *DistanceData) GetSubmissionDate() *timestamp.Timestamp

func (*DistanceData) ProtoMessage added in v4.0.3

func (*DistanceData) ProtoMessage()

func (*DistanceData) ProtoReflect added in v4.0.3

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

func (*DistanceData) Reset added in v4.0.3

func (x *DistanceData) Reset()

func (*DistanceData) String added in v4.0.3

func (x *DistanceData) 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"`
	// 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) GetTxInfo

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

func (*DownlinkFrameLog) ProtoMessage

func (*DownlinkFrameLog) ProtoMessage()

func (*DownlinkFrameLog) ProtoReflect

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

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

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

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

func (*EnqueueMulticastQueueItemResponse) Reset

func (*EnqueueMulticastQueueItemResponse) String

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

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

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

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 added in v4.4.4

func (x *Gateway) GetServiceProfileId() string

func (*Gateway) GetTags

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

func (*Gateway) ProtoMessage

func (*Gateway) ProtoMessage()

func (*Gateway) ProtoReflect

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

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

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

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

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

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

func (*GatewayStats) Descriptor deprecated

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

Deprecated: Use GatewayStats.ProtoReflect.Descriptor instead.

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

func (x *GatewayStats) GetTxPacketsReceived() int32

func (*GatewayStats) ProtoMessage

func (*GatewayStats) ProtoMessage()

func (*GatewayStats) ProtoReflect

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

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

func (*GenerateGatewayClientCertificateResponse) Reset

func (*GenerateGatewayClientCertificateResponse) String

type GenerateMQTTIntegrationClientCertificateRequest added in v4.4.4

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 added in v4.4.4

Deprecated: Use GenerateMQTTIntegrationClientCertificateRequest.ProtoReflect.Descriptor instead.

func (*GenerateMQTTIntegrationClientCertificateRequest) GetApplicationId added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateRequest) ProtoMessage added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateRequest) ProtoReflect added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateRequest) Reset added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateRequest) String added in v4.4.4

type GenerateMQTTIntegrationClientCertificateResponse added in v4.4.4

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 added in v4.4.4

Deprecated: Use GenerateMQTTIntegrationClientCertificateResponse.ProtoReflect.Descriptor instead.

func (*GenerateMQTTIntegrationClientCertificateResponse) GetCaCert added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) GetExpiresAt added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsCert added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) GetTlsKey added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) ProtoMessage added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) ProtoReflect added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) Reset added in v4.4.4

func (*GenerateMQTTIntegrationClientCertificateResponse) String added in v4.4.4

type GetADRAlgorithmsRequest added in v4.4.4

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 added in v4.4.4

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

Deprecated: Use GetADRAlgorithmsRequest.ProtoReflect.Descriptor instead.

func (*GetADRAlgorithmsRequest) GetNetworkServerId added in v4.4.4

func (x *GetADRAlgorithmsRequest) GetNetworkServerId() int64

func (*GetADRAlgorithmsRequest) ProtoMessage added in v4.4.4

func (*GetADRAlgorithmsRequest) ProtoMessage()

func (*GetADRAlgorithmsRequest) ProtoReflect added in v4.4.4

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

func (*GetADRAlgorithmsRequest) Reset added in v4.4.4

func (x *GetADRAlgorithmsRequest) Reset()

func (*GetADRAlgorithmsRequest) String added in v4.4.4

func (x *GetADRAlgorithmsRequest) String() string

type GetADRAlgorithmsResponse added in v4.4.4

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 added in v4.4.4

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

Deprecated: Use GetADRAlgorithmsResponse.ProtoReflect.Descriptor instead.

func (*GetADRAlgorithmsResponse) GetAdrAlgorithms added in v4.4.4

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

func (*GetADRAlgorithmsResponse) ProtoMessage added in v4.4.4

func (*GetADRAlgorithmsResponse) ProtoMessage()

func (*GetADRAlgorithmsResponse) ProtoReflect added in v4.4.4

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

func (*GetADRAlgorithmsResponse) Reset added in v4.4.4

func (x *GetADRAlgorithmsResponse) Reset()

func (*GetADRAlgorithmsResponse) String added in v4.4.4

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

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

func (*GetAWSSNSIntegrationResponse) Reset

func (x *GetAWSSNSIntegrationResponse) Reset()

func (*GetAWSSNSIntegrationResponse) String

type GetAlarmRequest added in v4.1.5

type GetAlarmRequest struct {

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

func (*GetAlarmRequest) Descriptor deprecated added in v4.1.5

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

Deprecated: Use GetAlarmRequest.ProtoReflect.Descriptor instead.

func (*GetAlarmRequest) GetAlarmId added in v4.1.7

func (x *GetAlarmRequest) GetAlarmId() string

func (*GetAlarmRequest) ProtoMessage added in v4.1.5

func (*GetAlarmRequest) ProtoMessage()

func (*GetAlarmRequest) ProtoReflect added in v4.1.5

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

func (*GetAlarmRequest) Reset added in v4.1.5

func (x *GetAlarmRequest) Reset()

func (*GetAlarmRequest) String added in v4.1.5

func (x *GetAlarmRequest) String() string

type GetAlarmResponse added in v4.1.5

type GetAlarmResponse struct {

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

func (*GetAlarmResponse) Descriptor deprecated added in v4.1.5

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

Deprecated: Use GetAlarmResponse.ProtoReflect.Descriptor instead.

func (*GetAlarmResponse) GetAlarm added in v4.1.5

func (x *GetAlarmResponse) GetAlarm() *Alarm

func (*GetAlarmResponse) ProtoMessage added in v4.1.5

func (*GetAlarmResponse) ProtoMessage()

func (*GetAlarmResponse) ProtoReflect added in v4.1.5

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

func (*GetAlarmResponse) Reset added in v4.1.5

func (x *GetAlarmResponse) Reset()

func (*GetAlarmResponse) String added in v4.1.5

func (x *GetAlarmResponse) String() 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

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

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

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

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

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

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

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

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

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

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

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

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

func (*GetDeviceResponse) Reset

func (x *GetDeviceResponse) Reset()

func (*GetDeviceResponse) String

func (x *GetDeviceResponse) 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

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

func (*GetDevicesSummaryResponse) Reset

func (x *GetDevicesSummaryResponse) Reset()

func (*GetDevicesSummaryResponse) String

func (x *GetDevicesSummaryResponse) String() string

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*GetInfluxDBIntegrationResponse) Reset

func (x *GetInfluxDBIntegrationResponse) Reset()

func (*GetInfluxDBIntegrationResponse) String

type GetLandingResponse added in v4.3.0

type GetLandingResponse struct {

	// User ID.
	// Will be set automatically on create.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// E-mail of the user.
	Email    string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	IsActive bool   `protobuf:"varint,3,opt,name=is_active,proto3" json:"is_active,omitempty"`
	// User web key
	WebKey string `protobuf:"bytes,4,opt,name=web_key,proto3" json:"web_key,omitempty"`
	// User ios key
	IosKey string `protobuf:"bytes,5,opt,name=ios_key,proto3" json:"ios_key,omitempty"`
	// User android key
	AndroidKey string `protobuf:"bytes,6,opt,name=android_key,proto3" json:"android_key,omitempty"`
	// Phone number of User
	PhoneNumber      string                   `protobuf:"bytes,7,opt,name=phone_number,proto3" json:"phone_number,omitempty"`
	Name             string                   `protobuf:"bytes,8,opt,name=name,proto3" json:"name,omitempty"`
	Note             string                   `protobuf:"bytes,9,opt,name=note,proto3" json:"note,omitempty"`
	Username         string                   `protobuf:"bytes,10,opt,name=username,proto3" json:"username,omitempty"`
	OrganizationList *LandingOrganizationList `protobuf:"bytes,11,opt,name=organizationList,proto3" json:"organizationList,omitempty"`
	ZoneList         *LandingZoneList         `protobuf:"bytes,12,opt,name=zoneList,proto3" json:"zoneList,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLandingResponse) Descriptor deprecated added in v4.3.0

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

Deprecated: Use GetLandingResponse.ProtoReflect.Descriptor instead.

func (*GetLandingResponse) GetAndroidKey added in v4.7.2

func (x *GetLandingResponse) GetAndroidKey() string

func (*GetLandingResponse) GetEmail added in v4.3.0

func (x *GetLandingResponse) GetEmail() string

func (*GetLandingResponse) GetId added in v4.3.0

func (x *GetLandingResponse) GetId() int64

func (*GetLandingResponse) GetIosKey added in v4.7.2

func (x *GetLandingResponse) GetIosKey() string

func (*GetLandingResponse) GetIsActive added in v4.7.3

func (x *GetLandingResponse) GetIsActive() bool

func (*GetLandingResponse) GetName added in v4.9.8

func (x *GetLandingResponse) GetName() string

func (*GetLandingResponse) GetNote added in v4.9.8

func (x *GetLandingResponse) GetNote() string

func (*GetLandingResponse) GetOrganizationList added in v4.3.5

func (x *GetLandingResponse) GetOrganizationList() *LandingOrganizationList

func (*GetLandingResponse) GetPhoneNumber added in v4.7.2

func (x *GetLandingResponse) GetPhoneNumber() string

func (*GetLandingResponse) GetUsername added in v4.9.8

func (x *GetLandingResponse) GetUsername() string

func (*GetLandingResponse) GetWebKey added in v4.7.2

func (x *GetLandingResponse) GetWebKey() string

func (*GetLandingResponse) GetZoneList added in v4.8.2

func (x *GetLandingResponse) GetZoneList() *LandingZoneList

func (*GetLandingResponse) ProtoMessage added in v4.3.0

func (*GetLandingResponse) ProtoMessage()

func (*GetLandingResponse) ProtoReflect added in v4.3.0

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

func (*GetLandingResponse) Reset added in v4.3.0

func (x *GetLandingResponse) Reset()

func (*GetLandingResponse) String added in v4.3.0

func (x *GetLandingResponse) String() 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetZoneRequest added in v4.7.8

type GetZoneRequest struct {
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetZoneRequest) Descriptor deprecated added in v4.7.8

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

Deprecated: Use GetZoneRequest.ProtoReflect.Descriptor instead.

func (*GetZoneRequest) GetZoneId added in v4.7.8

func (x *GetZoneRequest) GetZoneId() int64

func (*GetZoneRequest) ProtoMessage added in v4.7.8

func (*GetZoneRequest) ProtoMessage()

func (*GetZoneRequest) ProtoReflect added in v4.7.8

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

func (*GetZoneRequest) Reset added in v4.7.8

func (x *GetZoneRequest) Reset()

func (*GetZoneRequest) String added in v4.7.8

func (x *GetZoneRequest) String() string

type GetZoneResponse added in v4.7.8

type GetZoneResponse struct {
	Zone *Zone `protobuf:"bytes,1,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

func (*GetZoneResponse) Descriptor deprecated added in v4.7.8

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

Deprecated: Use GetZoneResponse.ProtoReflect.Descriptor instead.

func (*GetZoneResponse) GetZone added in v4.7.8

func (x *GetZoneResponse) GetZone() *Zone

func (*GetZoneResponse) ProtoMessage added in v4.7.8

func (*GetZoneResponse) ProtoMessage()

func (*GetZoneResponse) ProtoReflect added in v4.7.8

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

func (*GetZoneResponse) Reset added in v4.7.8

func (x *GetZoneResponse) Reset()

func (*GetZoneResponse) String added in v4.7.8

func (x *GetZoneResponse) 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

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

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

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

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

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.
	Db string `protobuf:"bytes,3,opt,name=db,proto3" json:"db,omitempty"`
	// InfluxDB username.
	Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	// InfluxDB password.
	Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// InfluxDB retention policy name.
	RetentionPolicyName string `protobuf:"bytes,6,opt,name=retention_policy_name,json=retentionPolicyName,proto3" json:"retention_policy_name,omitempty"`
	// InfluxDB timestamp precision.
	Precision InfluxDBPrecision `protobuf:"varint,7,opt,name=precision,proto3,enum=api.InfluxDBPrecision" json:"precision,omitempty"`
	// 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) GetDb

func (x *InfluxDBIntegration) GetDb() string

func (*InfluxDBIntegration) GetEndpoint

func (x *InfluxDBIntegration) GetEndpoint() 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) GetUsername

func (x *InfluxDBIntegration) GetUsername() string

func (*InfluxDBIntegration) ProtoMessage

func (*InfluxDBIntegration) ProtoMessage()

func (*InfluxDBIntegration) ProtoReflect

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

func (InfluxDBPrecision) Enum

func (InfluxDBPrecision) EnumDescriptor deprecated

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

Deprecated: Use InfluxDBPrecision.Descriptor instead.

func (InfluxDBPrecision) Number

func (InfluxDBPrecision) String

func (x InfluxDBPrecision) String() string

func (InfluxDBPrecision) Type

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

func (IntegrationKind) Enum

func (x IntegrationKind) Enum() *IntegrationKind

func (IntegrationKind) EnumDescriptor deprecated

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

Deprecated: Use IntegrationKind.Descriptor instead.

func (IntegrationKind) Number

func (IntegrationKind) String

func (x IntegrationKind) String() string

func (IntegrationKind) Type

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

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 LandingAlarm added in v4.5.0

type LandingAlarm struct {

	// Alarm id.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,proto3" json:"dev_eui,omitempty"`
	// Condition of alarm
	MinTreshold float32 `protobuf:"fixed32,3,opt,name=min_treshold,json=minTreshold,proto3" json:"min_treshold,omitempty"`
	// Value of alarm
	MaxTreshold float32 `protobuf:"fixed32,4,opt,name=max_treshold,json=maxTreshold,proto3" json:"max_treshold,omitempty"`
	// Action of alarm
	Action string `protobuf:"bytes,5,opt,name=action,proto3" json:"action,omitempty"`
	// Target of alarm
	Target string `protobuf:"bytes,6,opt,name=target,proto3" json:"target,omitempty"`
	// Target of alarm
	Section string `protobuf:"bytes,7,opt,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingAlarm) Descriptor deprecated added in v4.5.0

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

Deprecated: Use LandingAlarm.ProtoReflect.Descriptor instead.

func (*LandingAlarm) GetAction added in v4.5.0

func (x *LandingAlarm) GetAction() string

func (*LandingAlarm) GetDevEui added in v4.5.0

func (x *LandingAlarm) GetDevEui() string

func (*LandingAlarm) GetId added in v4.5.0

func (x *LandingAlarm) GetId() int64

func (*LandingAlarm) GetMaxTreshold added in v4.5.0

func (x *LandingAlarm) GetMaxTreshold() float32

func (*LandingAlarm) GetMinTreshold added in v4.5.0

func (x *LandingAlarm) GetMinTreshold() float32

func (*LandingAlarm) GetSection added in v4.5.0

func (x *LandingAlarm) GetSection() string

func (*LandingAlarm) GetTarget added in v4.5.0

func (x *LandingAlarm) GetTarget() string

func (*LandingAlarm) ProtoMessage added in v4.5.0

func (*LandingAlarm) ProtoMessage()

func (*LandingAlarm) ProtoReflect added in v4.5.0

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

func (*LandingAlarm) Reset added in v4.5.0

func (x *LandingAlarm) Reset()

func (*LandingAlarm) String added in v4.5.0

func (x *LandingAlarm) String() string

type LandingApplication added in v4.3.0

type LandingApplication struct {

	// Application ID.
	ApplicationId int64 `protobuf:"varint,1,opt,name=application_id,proto3" json:"application_id,omitempty"`
	// Name of the application.
	ApplicationName string `protobuf:"bytes,2,opt,name=application_name,proto3" json:"application_name,omitempty"`
	// Description of the application.
	ApplicationDescription string `protobuf:"bytes,3,opt,name=application_description,proto3" json:"application_description,omitempty"`
	// service_profile_id
	ServiceProfileId string `protobuf:"bytes,4,opt,name=service_profile_id,proto3" json:"service_profile_id,omitempty"`
	// ID of the organization to which the application belongs.
	Devices []*LandingDevice `protobuf:"bytes,5,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingApplication) Descriptor deprecated added in v4.3.0

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

Deprecated: Use LandingApplication.ProtoReflect.Descriptor instead.

func (*LandingApplication) GetApplicationDescription added in v4.3.9

func (x *LandingApplication) GetApplicationDescription() string

func (*LandingApplication) GetApplicationId added in v4.3.9

func (x *LandingApplication) GetApplicationId() int64

func (*LandingApplication) GetApplicationName added in v4.3.9

func (x *LandingApplication) GetApplicationName() string

func (*LandingApplication) GetDevices added in v4.3.0

func (x *LandingApplication) GetDevices() []*LandingDevice

func (*LandingApplication) GetServiceProfileId added in v4.3.5

func (x *LandingApplication) GetServiceProfileId() string

func (*LandingApplication) ProtoMessage added in v4.3.0

func (*LandingApplication) ProtoMessage()

func (*LandingApplication) ProtoReflect added in v4.3.0

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

func (*LandingApplication) Reset added in v4.3.0

func (x *LandingApplication) Reset()

func (*LandingApplication) String added in v4.3.0

func (x *LandingApplication) String() string

type LandingDevice added in v4.3.0

type LandingDevice struct {

	// Device EUI (HEX encoded).
	DeviceDevEui string `protobuf:"bytes,1,opt,name=device_dev_eui,proto3" json:"device_dev_eui,omitempty"`
	// device_created_at
	DeviceCreatedAt string `protobuf:"bytes,2,opt,name=device_created_at,proto3" json:"device_created_at,omitempty"`
	// device_updated_at
	DeviceUpdatedAt string `protobuf:"bytes,3,opt,name=device_updated_at,proto3" json:"device_updated_at,omitempty"`
	// Device-profile ID attached to the device.
	DeviceProfileId string `protobuf:"bytes,4,opt,name=device_profile_id,proto3" json:"device_profile_id,omitempty"`
	// Name of the device.
	DeviceName string `protobuf:"bytes,5,opt,name=device_name,proto3" json:"device_name,omitempty"`
	// Description of the device.
	DeviceDescription string `protobuf:"bytes,6,opt,name=device_description,proto3" json:"device_description,omitempty"`
	// device_last_seen_at
	DeviceLastSeenAt string `protobuf:"bytes,7,opt,name=device_last_seen_at,proto3" json:"device_last_seen_at,omitempty"`
	// data time
	DeviceDataTime int64 `protobuf:"varint,8,opt,name=device_data_time,proto3" json:"device_data_time,omitempty"`
	// device lat value
	DeviceLat float64 `protobuf:"fixed64,9,opt,name=device_lat,proto3" json:"device_lat,omitempty"`
	// device lng value
	DeviceLng float64 `protobuf:"fixed64,10,opt,name=device_lng,proto3" json:"device_lng,omitempty"`
	// device landing alarms
	Alerts []*LandingAlarm `protobuf:"bytes,11,rep,name=alerts,proto3" json:"alerts,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingDevice) Descriptor deprecated added in v4.3.0

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

Deprecated: Use LandingDevice.ProtoReflect.Descriptor instead.

func (*LandingDevice) GetAlerts added in v4.5.0

func (x *LandingDevice) GetAlerts() []*LandingAlarm

func (*LandingDevice) GetDeviceCreatedAt added in v4.3.5

func (x *LandingDevice) GetDeviceCreatedAt() string

func (*LandingDevice) GetDeviceDataTime added in v4.3.5

func (x *LandingDevice) GetDeviceDataTime() int64

func (*LandingDevice) GetDeviceDescription added in v4.3.5

func (x *LandingDevice) GetDeviceDescription() string

func (*LandingDevice) GetDeviceDevEui added in v4.3.9

func (x *LandingDevice) GetDeviceDevEui() string

func (*LandingDevice) GetDeviceLastSeenAt added in v4.3.5

func (x *LandingDevice) GetDeviceLastSeenAt() string

func (*LandingDevice) GetDeviceLat added in v4.3.5

func (x *LandingDevice) GetDeviceLat() float64

func (*LandingDevice) GetDeviceLng added in v4.3.5

func (x *LandingDevice) GetDeviceLng() float64

func (*LandingDevice) GetDeviceName added in v4.3.9

func (x *LandingDevice) GetDeviceName() string

func (*LandingDevice) GetDeviceProfileId added in v4.3.0

func (x *LandingDevice) GetDeviceProfileId() string

func (*LandingDevice) GetDeviceUpdatedAt added in v4.3.5

func (x *LandingDevice) GetDeviceUpdatedAt() string

func (*LandingDevice) ProtoMessage added in v4.3.0

func (*LandingDevice) ProtoMessage()

func (*LandingDevice) ProtoReflect added in v4.3.0

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

func (*LandingDevice) Reset added in v4.3.0

func (x *LandingDevice) Reset()

func (*LandingDevice) String added in v4.3.0

func (x *LandingDevice) String() string

type LandingOrganization added in v4.3.0

type LandingOrganization struct {

	// Organization ID.
	OrganizationId int64 `protobuf:"varint,1,opt,name=organization_id,proto3" json:"organization_id,omitempty"`
	// Organization name.
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,proto3" json:"organization_name,omitempty"`
	// Organization display name.
	OrganizationDisplayName string `protobuf:"bytes,3,opt,name=organization_display_name,proto3" json:"organization_display_name,omitempty"`
	// Organization Applications
	Applications []*LandingApplication `protobuf:"bytes,4,rep,name=applications,proto3" json:"applications,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingOrganization) Descriptor deprecated added in v4.3.0

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

Deprecated: Use LandingOrganization.ProtoReflect.Descriptor instead.

func (*LandingOrganization) GetApplications added in v4.3.9

func (x *LandingOrganization) GetApplications() []*LandingApplication

func (*LandingOrganization) GetOrganizationDisplayName added in v4.3.9

func (x *LandingOrganization) GetOrganizationDisplayName() string

func (*LandingOrganization) GetOrganizationId added in v4.3.9

func (x *LandingOrganization) GetOrganizationId() int64

func (*LandingOrganization) GetOrganizationName added in v4.3.9

func (x *LandingOrganization) GetOrganizationName() string

func (*LandingOrganization) ProtoMessage added in v4.3.0

func (*LandingOrganization) ProtoMessage()

func (*LandingOrganization) ProtoReflect added in v4.3.0

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

func (*LandingOrganization) Reset added in v4.3.0

func (x *LandingOrganization) Reset()

func (*LandingOrganization) String added in v4.3.0

func (x *LandingOrganization) String() string

type LandingOrganizationList added in v4.3.5

type LandingOrganizationList struct {
	Organizations []*LandingOrganization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingOrganizationList) Descriptor deprecated added in v4.3.5

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

Deprecated: Use LandingOrganizationList.ProtoReflect.Descriptor instead.

func (*LandingOrganizationList) GetOrganizations added in v4.3.5

func (x *LandingOrganizationList) GetOrganizations() []*LandingOrganization

func (*LandingOrganizationList) ProtoMessage added in v4.3.5

func (*LandingOrganizationList) ProtoMessage()

func (*LandingOrganizationList) ProtoReflect added in v4.3.5

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

func (*LandingOrganizationList) Reset added in v4.3.5

func (x *LandingOrganizationList) Reset()

func (*LandingOrganizationList) String added in v4.3.5

func (x *LandingOrganizationList) String() string

type LandingZone added in v4.7.8

type LandingZone struct {
	ZoneId   int64            `protobuf:"varint,1,opt,name=zone_id,proto3" json:"zone_id,omitempty"`
	ZoneName string           `protobuf:"bytes,2,opt,name=zone_name,proto3" json:"zone_name,omitempty"`
	OrgId    int64            `protobuf:"varint,3,opt,name=org_id,proto3" json:"org_id,omitempty"`
	Devices  []*LandingDevice `protobuf:"bytes,4,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingZone) Descriptor deprecated added in v4.7.8

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

Deprecated: Use LandingZone.ProtoReflect.Descriptor instead.

func (*LandingZone) GetDevices added in v4.7.8

func (x *LandingZone) GetDevices() []*LandingDevice

func (*LandingZone) GetOrgId added in v4.7.9

func (x *LandingZone) GetOrgId() int64

func (*LandingZone) GetZoneId added in v4.7.8

func (x *LandingZone) GetZoneId() int64

func (*LandingZone) GetZoneName added in v4.7.8

func (x *LandingZone) GetZoneName() string

func (*LandingZone) ProtoMessage added in v4.7.8

func (*LandingZone) ProtoMessage()

func (*LandingZone) ProtoReflect added in v4.7.8

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

func (*LandingZone) Reset added in v4.7.8

func (x *LandingZone) Reset()

func (*LandingZone) String added in v4.7.8

func (x *LandingZone) String() string

type LandingZoneList added in v4.7.8

type LandingZoneList struct {
	Zones []*LandingZone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"`
	// contains filtered or unexported fields
}

func (*LandingZoneList) Descriptor deprecated added in v4.7.8

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

Deprecated: Use LandingZoneList.ProtoReflect.Descriptor instead.

func (*LandingZoneList) GetZones added in v4.7.8

func (x *LandingZoneList) GetZones() []*LandingZone

func (*LandingZoneList) ProtoMessage added in v4.7.8

func (*LandingZoneList) ProtoMessage()

func (*LandingZoneList) ProtoReflect added in v4.7.8

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

func (*LandingZoneList) Reset added in v4.7.8

func (x *LandingZoneList) Reset()

func (*LandingZoneList) String added in v4.7.8

func (x *LandingZoneList) String() string

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

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

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

func (*ListAPIKeysResponse) Reset

func (x *ListAPIKeysResponse) Reset()

func (*ListAPIKeysResponse) String

func (x *ListAPIKeysResponse) String() string

type ListAlarmRequest added in v4.1.6

type ListAlarmRequest 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"`
	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,3,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlarmRequest) Descriptor deprecated added in v4.1.6

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

Deprecated: Use ListAlarmRequest.ProtoReflect.Descriptor instead.

func (*ListAlarmRequest) GetDevEui added in v4.1.6

func (x *ListAlarmRequest) GetDevEui() string

func (*ListAlarmRequest) GetLimit added in v4.1.6

func (x *ListAlarmRequest) GetLimit() int64

func (*ListAlarmRequest) GetOffset added in v4.1.6

func (x *ListAlarmRequest) GetOffset() int64

func (*ListAlarmRequest) ProtoMessage added in v4.1.6

func (*ListAlarmRequest) ProtoMessage()

func (*ListAlarmRequest) ProtoReflect added in v4.1.6

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

func (*ListAlarmRequest) Reset added in v4.1.6

func (x *ListAlarmRequest) Reset()

func (*ListAlarmRequest) String added in v4.1.6

func (x *ListAlarmRequest) String() string

type ListAlarmResponse added in v4.1.6

type ListAlarmResponse 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 []*Alarm `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAlarmResponse) Descriptor deprecated added in v4.1.6

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

Deprecated: Use ListAlarmResponse.ProtoReflect.Descriptor instead.

func (*ListAlarmResponse) GetResult added in v4.1.6

func (x *ListAlarmResponse) GetResult() []*Alarm

func (*ListAlarmResponse) GetTotalCount added in v4.1.6

func (x *ListAlarmResponse) GetTotalCount() int64

func (*ListAlarmResponse) ProtoMessage added in v4.1.6

func (*ListAlarmResponse) ProtoMessage()

func (*ListAlarmResponse) ProtoReflect added in v4.1.6

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

func (*ListAlarmResponse) Reset added in v4.1.6

func (x *ListAlarmResponse) Reset()

func (*ListAlarmResponse) String added in v4.1.6

func (x *ListAlarmResponse) 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

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

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

func (*ListApplicationResponse) Reset

func (x *ListApplicationResponse) Reset()

func (*ListApplicationResponse) String

func (x *ListApplicationResponse) String() string

type ListDataRequest added in v4.9.0

type ListDataRequest struct {

	// Service-profile ID to filter on (string formatted UUID).
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// device_type_id device type id filter
	DeviceTypeId int64 `protobuf:"varint,3,opt,name=device_type_id,json=DeviceTypeID,proto3" json:"device_type_id,omitempty"`
	// Max number of devices to return in the result-set.
	Limit int64 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDataRequest) Descriptor deprecated added in v4.9.0

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

Deprecated: Use ListDataRequest.ProtoReflect.Descriptor instead.

func (*ListDataRequest) GetDevEui added in v4.9.0

func (x *ListDataRequest) GetDevEui() string

func (*ListDataRequest) GetDeviceTypeId added in v4.9.2

func (x *ListDataRequest) GetDeviceTypeId() int64

func (*ListDataRequest) GetLimit added in v4.9.0

func (x *ListDataRequest) GetLimit() int64

func (*ListDataRequest) GetZoneId added in v4.9.0

func (x *ListDataRequest) GetZoneId() int64

func (*ListDataRequest) ProtoMessage added in v4.9.0

func (*ListDataRequest) ProtoMessage()

func (*ListDataRequest) ProtoReflect added in v4.9.0

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

func (*ListDataRequest) Reset added in v4.9.0

func (x *ListDataRequest) Reset()

func (*ListDataRequest) String added in v4.9.0

func (x *ListDataRequest) String() string

type ListDataResponse added in v4.9.0

type ListDataResponse 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"`
	Result     []*DataResponse `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDataResponse) Descriptor deprecated added in v4.9.0

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

Deprecated: Use ListDataResponse.ProtoReflect.Descriptor instead.

func (*ListDataResponse) GetResult added in v4.9.0

func (x *ListDataResponse) GetResult() []*DataResponse

func (*ListDataResponse) GetTotalCount added in v4.9.0

func (x *ListDataResponse) GetTotalCount() int64

func (*ListDataResponse) ProtoMessage added in v4.9.0

func (*ListDataResponse) ProtoMessage()

func (*ListDataResponse) ProtoReflect added in v4.9.0

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

func (*ListDataResponse) Reset added in v4.9.0

func (x *ListDataResponse) Reset()

func (*ListDataResponse) String added in v4.9.0

func (x *ListDataResponse) 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

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

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

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

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

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

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

func (*ListDeviceResponse) Reset

func (x *ListDeviceResponse) Reset()

func (*ListDeviceResponse) String

func (x *ListDeviceResponse) String() string

type ListDistanceDataRequest added in v4.0.3

type ListDistanceDataRequest struct {

	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Service-profile ID to filter on (string formatted UUID).
	OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// Max number of devices to return in the result-set.
	Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDistanceDataRequest) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListDistanceDataRequest.ProtoReflect.Descriptor instead.

func (*ListDistanceDataRequest) GetDevEui added in v4.0.3

func (x *ListDistanceDataRequest) GetDevEui() string

func (*ListDistanceDataRequest) GetLimit added in v4.0.3

func (x *ListDistanceDataRequest) GetLimit() int64

func (*ListDistanceDataRequest) GetOrganizationId added in v4.0.8

func (x *ListDistanceDataRequest) GetOrganizationId() string

func (*ListDistanceDataRequest) ProtoMessage added in v4.0.3

func (*ListDistanceDataRequest) ProtoMessage()

func (*ListDistanceDataRequest) ProtoReflect added in v4.0.3

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

func (*ListDistanceDataRequest) Reset added in v4.0.3

func (x *ListDistanceDataRequest) Reset()

func (*ListDistanceDataRequest) String added in v4.0.3

func (x *ListDistanceDataRequest) String() string

type ListDistanceDataResponse added in v4.0.3

type ListDistanceDataResponse 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 []*DistanceData `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDistanceDataResponse) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListDistanceDataResponse.ProtoReflect.Descriptor instead.

func (*ListDistanceDataResponse) GetResult added in v4.0.3

func (x *ListDistanceDataResponse) GetResult() []*DistanceData

func (*ListDistanceDataResponse) GetTotalCount added in v4.0.3

func (x *ListDistanceDataResponse) GetTotalCount() int64

func (*ListDistanceDataResponse) ProtoMessage added in v4.0.3

func (*ListDistanceDataResponse) ProtoMessage()

func (*ListDistanceDataResponse) ProtoReflect added in v4.0.3

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

func (*ListDistanceDataResponse) Reset added in v4.0.3

func (x *ListDistanceDataResponse) Reset()

func (*ListDistanceDataResponse) String added in v4.0.3

func (x *ListDistanceDataResponse) String() string

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

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

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

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

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

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

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

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

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"`
	// Service-profile ID to filter on.
	ServiceProfileId string `protobuf:"bytes,5,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Search can be used to search on the multicast-group name.
	Search string `protobuf:"bytes,6,opt,name=search,proto3" json:"search,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMulticastGroupRequest) Descriptor deprecated

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

Deprecated: Use ListMulticastGroupRequest.ProtoReflect.Descriptor instead.

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

func (x *ListMulticastGroupRequest) GetServiceProfileId() string

func (*ListMulticastGroupRequest) ProtoMessage

func (*ListMulticastGroupRequest) ProtoMessage()

func (*ListMulticastGroupRequest) ProtoReflect

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

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

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

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

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

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

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

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 added in v4.4.4

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

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

func (*ListServiceProfileResponse) Reset

func (x *ListServiceProfileResponse) Reset()

func (*ListServiceProfileResponse) String

func (x *ListServiceProfileResponse) String() string

type ListSoilDataRequest added in v4.0.3

type ListSoilDataRequest struct {

	// Service-profile ID to filter on (string formatted UUID).
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Max number of devices to return in the result-set.
	Limit     int64  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	StartTime string `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime   string `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSoilDataRequest) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListSoilDataRequest.ProtoReflect.Descriptor instead.

func (*ListSoilDataRequest) GetDevEui added in v4.0.3

func (x *ListSoilDataRequest) GetDevEui() string

func (*ListSoilDataRequest) GetEndTime added in v4.9.6

func (x *ListSoilDataRequest) GetEndTime() string

func (*ListSoilDataRequest) GetLimit added in v4.0.3

func (x *ListSoilDataRequest) GetLimit() int64

func (*ListSoilDataRequest) GetStartTime added in v4.9.6

func (x *ListSoilDataRequest) GetStartTime() string

func (*ListSoilDataRequest) GetZoneId added in v4.8.1

func (x *ListSoilDataRequest) GetZoneId() int64

func (*ListSoilDataRequest) ProtoMessage added in v4.0.3

func (*ListSoilDataRequest) ProtoMessage()

func (*ListSoilDataRequest) ProtoReflect added in v4.0.3

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

func (*ListSoilDataRequest) Reset added in v4.0.3

func (x *ListSoilDataRequest) Reset()

func (*ListSoilDataRequest) String added in v4.0.3

func (x *ListSoilDataRequest) String() string

type ListSoilDataResponse added in v4.0.3

type ListSoilDataResponse 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 []*SoilData `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSoilDataResponse) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListSoilDataResponse.ProtoReflect.Descriptor instead.

func (*ListSoilDataResponse) GetResult added in v4.0.3

func (x *ListSoilDataResponse) GetResult() []*SoilData

func (*ListSoilDataResponse) GetTotalCount added in v4.0.3

func (x *ListSoilDataResponse) GetTotalCount() int64

func (*ListSoilDataResponse) ProtoMessage added in v4.0.3

func (*ListSoilDataResponse) ProtoMessage()

func (*ListSoilDataResponse) ProtoReflect added in v4.0.3

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

func (*ListSoilDataResponse) Reset added in v4.0.3

func (x *ListSoilDataResponse) Reset()

func (*ListSoilDataResponse) String added in v4.0.3

func (x *ListSoilDataResponse) String() string

type ListTemperatureDataRequest

type ListTemperatureDataRequest struct {

	// Service-profile ID to filter on (string formatted UUID).
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,2,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Max number of devices to return in the result-set.
	Limit     int64  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	StartTime string `protobuf:"bytes,4,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime   string `protobuf:"bytes,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemperatureDataRequest) Descriptor deprecated

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

Deprecated: Use ListTemperatureDataRequest.ProtoReflect.Descriptor instead.

func (*ListTemperatureDataRequest) GetDevEui

func (x *ListTemperatureDataRequest) GetDevEui() string

func (*ListTemperatureDataRequest) GetEndTime added in v4.9.6

func (x *ListTemperatureDataRequest) GetEndTime() string

func (*ListTemperatureDataRequest) GetLimit

func (x *ListTemperatureDataRequest) GetLimit() int64

func (*ListTemperatureDataRequest) GetStartTime added in v4.9.6

func (x *ListTemperatureDataRequest) GetStartTime() string

func (*ListTemperatureDataRequest) GetZoneId added in v4.8.1

func (x *ListTemperatureDataRequest) GetZoneId() int64

func (*ListTemperatureDataRequest) ProtoMessage

func (*ListTemperatureDataRequest) ProtoMessage()

func (*ListTemperatureDataRequest) ProtoReflect

func (*ListTemperatureDataRequest) Reset

func (x *ListTemperatureDataRequest) Reset()

func (*ListTemperatureDataRequest) String

func (x *ListTemperatureDataRequest) String() string

type ListTemperatureDataResponse

type ListTemperatureDataResponse 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 []*TemperatureData `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemperatureDataResponse) Descriptor deprecated

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

Deprecated: Use ListTemperatureDataResponse.ProtoReflect.Descriptor instead.

func (*ListTemperatureDataResponse) GetResult

func (x *ListTemperatureDataResponse) GetResult() []*TemperatureData

func (*ListTemperatureDataResponse) GetTotalCount

func (x *ListTemperatureDataResponse) GetTotalCount() int64

func (*ListTemperatureDataResponse) ProtoMessage

func (*ListTemperatureDataResponse) ProtoMessage()

func (*ListTemperatureDataResponse) ProtoReflect

func (*ListTemperatureDataResponse) Reset

func (x *ListTemperatureDataResponse) Reset()

func (*ListTemperatureDataResponse) String

func (x *ListTemperatureDataResponse) String() string

type ListTrackingDataRequest added in v4.0.3

type ListTrackingDataRequest struct {

	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// Service-profile ID to filter on (string formatted UUID).
	OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// Max number of devices to return in the result-set.
	Limit int64 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTrackingDataRequest) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListTrackingDataRequest.ProtoReflect.Descriptor instead.

func (*ListTrackingDataRequest) GetDevEui added in v4.0.3

func (x *ListTrackingDataRequest) GetDevEui() string

func (*ListTrackingDataRequest) GetLimit added in v4.0.3

func (x *ListTrackingDataRequest) GetLimit() int64

func (*ListTrackingDataRequest) GetOrganizationId added in v4.0.8

func (x *ListTrackingDataRequest) GetOrganizationId() string

func (*ListTrackingDataRequest) ProtoMessage added in v4.0.3

func (*ListTrackingDataRequest) ProtoMessage()

func (*ListTrackingDataRequest) ProtoReflect added in v4.0.3

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

func (*ListTrackingDataRequest) Reset added in v4.0.3

func (x *ListTrackingDataRequest) Reset()

func (*ListTrackingDataRequest) String added in v4.0.3

func (x *ListTrackingDataRequest) String() string

type ListTrackingDataResponse added in v4.0.3

type ListTrackingDataResponse 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 []*TrackingData `protobuf:"bytes,2,rep,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTrackingDataResponse) Descriptor deprecated added in v4.0.3

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

Deprecated: Use ListTrackingDataResponse.ProtoReflect.Descriptor instead.

func (*ListTrackingDataResponse) GetResult added in v4.0.3

func (x *ListTrackingDataResponse) GetResult() []*TrackingData

func (*ListTrackingDataResponse) GetTotalCount added in v4.0.3

func (x *ListTrackingDataResponse) GetTotalCount() int64

func (*ListTrackingDataResponse) ProtoMessage added in v4.0.3

func (*ListTrackingDataResponse) ProtoMessage()

func (*ListTrackingDataResponse) ProtoReflect added in v4.0.3

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

func (*ListTrackingDataResponse) Reset added in v4.0.3

func (x *ListTrackingDataResponse) Reset()

func (*ListTrackingDataResponse) String added in v4.0.3

func (x *ListTrackingDataResponse) 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

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

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

func (*ListUserResponse) Reset

func (x *ListUserResponse) Reset()

func (*ListUserResponse) String

func (x *ListUserResponse) String() string

type ListZoneRequest added in v4.7.8

type ListZoneRequest 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"`
	// Organization ID filter
	OrganizationId int64 `protobuf:"varint,3,opt,name=organization_id,json=organizationID,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListZoneRequest) Descriptor deprecated added in v4.7.8

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

Deprecated: Use ListZoneRequest.ProtoReflect.Descriptor instead.

func (*ListZoneRequest) GetLimit added in v4.7.8

func (x *ListZoneRequest) GetLimit() int64

func (*ListZoneRequest) GetOffset added in v4.7.8

func (x *ListZoneRequest) GetOffset() int64

func (*ListZoneRequest) GetOrganizationId added in v4.8.9

func (x *ListZoneRequest) GetOrganizationId() int64

func (*ListZoneRequest) ProtoMessage added in v4.7.8

func (*ListZoneRequest) ProtoMessage()

func (*ListZoneRequest) ProtoReflect added in v4.7.8

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

func (*ListZoneRequest) Reset added in v4.7.8

func (x *ListZoneRequest) Reset()

func (*ListZoneRequest) String added in v4.7.8

func (x *ListZoneRequest) String() string

type ListZoneResponse added in v4.7.8

type ListZoneResponse struct {
	Zones []*Zone `protobuf:"bytes,1,rep,name=zones,proto3" json:"zones,omitempty"`
	// contains filtered or unexported fields
}

func (*ListZoneResponse) Descriptor deprecated added in v4.7.8

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

Deprecated: Use ListZoneResponse.ProtoReflect.Descriptor instead.

func (*ListZoneResponse) GetZones added in v4.7.8

func (x *ListZoneResponse) GetZones() []*Zone

func (*ListZoneResponse) ProtoMessage added in v4.7.8

func (*ListZoneResponse) ProtoMessage()

func (*ListZoneResponse) ProtoReflect added in v4.7.8

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

func (*ListZoneResponse) Reset added in v4.7.8

func (x *ListZoneResponse) Reset()

func (*ListZoneResponse) String added in v4.7.8

func (x *ListZoneResponse) 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

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.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// Password of the user.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*LoginRequest) Descriptor deprecated

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

Deprecated: Use LoginRequest.ProtoReflect.Descriptor instead.

func (*LoginRequest) GetPassword

func (x *LoginRequest) GetPassword() string

func (*LoginRequest) GetUsername added in v4.9.9

func (x *LoginRequest) GetUsername() string

func (*LoginRequest) ProtoMessage

func (*LoginRequest) ProtoMessage()

func (*LoginRequest) ProtoReflect

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"`
	User *GetLandingResponse `protobuf:"bytes,2,opt,name=user,proto3" json:"user,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) GetUser added in v4.4.1

func (x *LoginResponse) GetUser() *GetLandingResponse

func (*LoginResponse) ProtoMessage

func (*LoginResponse) ProtoMessage()

func (*LoginResponse) ProtoReflect

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

func (Marshaler) Descriptor() protoreflect.EnumDescriptor

func (Marshaler) Enum

func (x Marshaler) Enum() *Marshaler

func (Marshaler) EnumDescriptor deprecated

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

Deprecated: Use Marshaler.Descriptor instead.

func (Marshaler) Number

func (x Marshaler) Number() protoreflect.EnumNumber

func (Marshaler) String

func (x Marshaler) String() string

func (Marshaler) Type

type MulticastGroup

type MulticastGroup struct {

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

func (*MulticastGroup) Descriptor deprecated

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

Deprecated: Use MulticastGroup.ProtoReflect.Descriptor instead.

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

func (x *MulticastGroup) GetServiceProfileId() string

func (*MulticastGroup) ProtoMessage

func (*MulticastGroup) ProtoMessage()

func (*MulticastGroup) ProtoReflect

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"`
	// Service-profile ID (string formatted UUID).
	ServiceProfileId string `protobuf:"bytes,3,opt,name=service_profile_id,json=serviceProfileID,proto3" json:"service_profile_id,omitempty"`
	// Service-profile name.
	ServiceProfileName string `protobuf:"bytes,4,opt,name=service_profile_name,json=serviceProfileName,proto3" json:"service_profile_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MulticastGroupListItem) Descriptor deprecated

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

Deprecated: Use MulticastGroupListItem.ProtoReflect.Descriptor instead.

func (*MulticastGroupListItem) GetId

func (x *MulticastGroupListItem) GetId() string

func (*MulticastGroupListItem) GetName

func (x *MulticastGroupListItem) GetName() string

func (*MulticastGroupListItem) GetServiceProfileId

func (x *MulticastGroupListItem) GetServiceProfileId() string

func (*MulticastGroupListItem) GetServiceProfileName

func (x *MulticastGroupListItem) GetServiceProfileName() string

func (*MulticastGroupListItem) ProtoMessage

func (*MulticastGroupListItem) ProtoMessage()

func (*MulticastGroupListItem) ProtoReflect

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

func (MulticastGroupType) Enum

func (MulticastGroupType) EnumDescriptor deprecated

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

Deprecated: Use MulticastGroupType.Descriptor instead.

func (MulticastGroupType) Number

func (MulticastGroupType) String

func (x MulticastGroupType) String() string

func (MulticastGroupType) Type

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*PingRX) Reset

func (x *PingRX) Reset()

func (*PingRX) String

func (x *PingRX) String() string

type PostSoilDataRequest added in v4.6.1

type PostSoilDataRequest struct {

	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// temp_c temp_c
	TempC float64 `protobuf:"fixed64,2,opt,name=temp_c,proto3" json:"temp_c,omitempty"`
	// water_soil water_soil
	WaterSoil float64 `protobuf:"fixed64,3,opt,name=water_soil,proto3" json:"water_soil,omitempty"`
	// temp_soil temp_soil
	TempSoil float64 `protobuf:"fixed64,4,opt,name=temp_soil,proto3" json:"temp_soil,omitempty"`
	// conduct_soil conduct_soil
	ConductSoil float64 `protobuf:"fixed64,5,opt,name=conduct_soil,proto3" json:"conduct_soil,omitempty"`
	// contains filtered or unexported fields
}

func (*PostSoilDataRequest) Descriptor deprecated added in v4.6.1

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

Deprecated: Use PostSoilDataRequest.ProtoReflect.Descriptor instead.

func (*PostSoilDataRequest) GetConductSoil added in v4.6.1

func (x *PostSoilDataRequest) GetConductSoil() float64

func (*PostSoilDataRequest) GetDevEui added in v4.6.1

func (x *PostSoilDataRequest) GetDevEui() string

func (*PostSoilDataRequest) GetTempC added in v4.6.1

func (x *PostSoilDataRequest) GetTempC() float64

func (*PostSoilDataRequest) GetTempSoil added in v4.6.1

func (x *PostSoilDataRequest) GetTempSoil() float64

func (*PostSoilDataRequest) GetWaterSoil added in v4.6.1

func (x *PostSoilDataRequest) GetWaterSoil() float64

func (*PostSoilDataRequest) ProtoMessage added in v4.6.1

func (*PostSoilDataRequest) ProtoMessage()

func (*PostSoilDataRequest) ProtoReflect added in v4.6.1

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

func (*PostSoilDataRequest) Reset added in v4.6.1

func (x *PostSoilDataRequest) Reset()

func (*PostSoilDataRequest) String added in v4.6.1

func (x *PostSoilDataRequest) String() string

type PostTemperatureDataRequest added in v4.6.1

type PostTemperatureDataRequest struct {

	// Search on name or DevEUI.
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// temperature temperature
	Temperature float64 `protobuf:"fixed64,2,opt,name=temperature,proto3" json:"temperature,omitempty"`
	// humadity humadity
	Humadity float64 `protobuf:"fixed64,3,opt,name=humadity,proto3" json:"humadity,omitempty"`
	// contains filtered or unexported fields
}

func (*PostTemperatureDataRequest) Descriptor deprecated added in v4.6.1

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

Deprecated: Use PostTemperatureDataRequest.ProtoReflect.Descriptor instead.

func (*PostTemperatureDataRequest) GetDevEui added in v4.6.1

func (x *PostTemperatureDataRequest) GetDevEui() string

func (*PostTemperatureDataRequest) GetHumadity added in v4.6.1

func (x *PostTemperatureDataRequest) GetHumadity() float64

func (*PostTemperatureDataRequest) GetTemperature added in v4.6.1

func (x *PostTemperatureDataRequest) GetTemperature() float64

func (*PostTemperatureDataRequest) ProtoMessage added in v4.6.1

func (*PostTemperatureDataRequest) ProtoMessage()

func (*PostTemperatureDataRequest) ProtoReflect added in v4.6.1

func (*PostTemperatureDataRequest) Reset added in v4.6.1

func (x *PostTemperatureDataRequest) Reset()

func (*PostTemperatureDataRequest) String added in v4.6.1

func (x *PostTemperatureDataRequest) 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

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

func (RXWindow) Descriptor() protoreflect.EnumDescriptor

func (RXWindow) Enum

func (x RXWindow) Enum() *RXWindow

func (RXWindow) EnumDescriptor deprecated

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

Deprecated: Use RXWindow.Descriptor instead.

func (RXWindow) Number

func (x RXWindow) Number() protoreflect.EnumNumber

func (RXWindow) String

func (x RXWindow) String() string

func (RXWindow) Type

type RatePolicy

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

func (RatePolicy) Descriptor

func (RatePolicy) Descriptor() protoreflect.EnumDescriptor

func (RatePolicy) Enum

func (x RatePolicy) Enum() *RatePolicy

func (RatePolicy) EnumDescriptor deprecated

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

Deprecated: Use RatePolicy.Descriptor instead.

func (RatePolicy) Number

func (x RatePolicy) Number() protoreflect.EnumNumber

func (RatePolicy) String

func (x RatePolicy) String() string

func (RatePolicy) Type

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

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 added in v4.4.4

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

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

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

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

func (*SettingsResponse) Reset

func (x *SettingsResponse) Reset()

func (*SettingsResponse) String

func (x *SettingsResponse) String() string

type SoilData added in v4.0.3

type SoilData struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// name
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// TempC_DS18B20 of the device.
	TempC_DS18B20 float32 `protobuf:"fixed32,3,opt,name=TempC_DS18B20,proto3" json:"TempC_DS18B20,omitempty"`
	// water_SOIL of the device.
	Water_SOIL float32 `protobuf:"fixed32,4,opt,name=water_SOIL,proto3" json:"water_SOIL,omitempty"`
	// temp_SOIL of the device.
	Temp_SOIL float32 `protobuf:"fixed32,5,opt,name=temp_SOIL,proto3" json:"temp_SOIL,omitempty"`
	// conduct_SOIL of the device.
	Conduct_SOIL float32 `protobuf:"fixed32,6,opt,name=conduct_SOIL,proto3" json:"conduct_SOIL,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,7,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*SoilData) Descriptor deprecated added in v4.0.3

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

Deprecated: Use SoilData.ProtoReflect.Descriptor instead.

func (*SoilData) GetConduct_SOIL added in v4.0.3

func (x *SoilData) GetConduct_SOIL() float32

func (*SoilData) GetDevEui added in v4.0.3

func (x *SoilData) GetDevEui() string

func (*SoilData) GetName added in v4.1.4

func (x *SoilData) GetName() string

func (*SoilData) GetSubmissionDate added in v4.0.3

func (x *SoilData) GetSubmissionDate() *timestamp.Timestamp

func (*SoilData) GetTempC_DS18B20 added in v4.0.3

func (x *SoilData) GetTempC_DS18B20() float32

func (*SoilData) GetTemp_SOIL added in v4.0.3

func (x *SoilData) GetTemp_SOIL() float32

func (*SoilData) GetWater_SOIL added in v4.0.3

func (x *SoilData) GetWater_SOIL() float32

func (*SoilData) ProtoMessage added in v4.0.3

func (*SoilData) ProtoMessage()

func (*SoilData) ProtoReflect added in v4.0.3

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

func (*SoilData) Reset added in v4.0.3

func (x *SoilData) Reset()

func (*SoilData) String added in v4.0.3

func (x *SoilData) 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

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"`
	// 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) GetType

func (*StreamDeviceEventLogsResponse) ProtoMessage

func (*StreamDeviceEventLogsResponse) ProtoMessage()

func (*StreamDeviceEventLogsResponse) ProtoReflect

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

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

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

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

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 TemperatureData

type TemperatureData struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// name
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// temp_SHT of the device.
	Temp_SHT float32 `protobuf:"fixed32,3,opt,name=Temp_SHT,proto3" json:"Temp_SHT,omitempty"`
	// hum_SHT.
	Hum_SHT float32 `protobuf:"fixed32,4,opt,name=Hum_SHT,proto3" json:"Hum_SHT,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,5,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*TemperatureData) Descriptor deprecated

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

Deprecated: Use TemperatureData.ProtoReflect.Descriptor instead.

func (*TemperatureData) GetDevEui

func (x *TemperatureData) GetDevEui() string

func (*TemperatureData) GetHum_SHT

func (x *TemperatureData) GetHum_SHT() float32

func (*TemperatureData) GetName added in v4.0.8

func (x *TemperatureData) GetName() string

func (*TemperatureData) GetSubmissionDate

func (x *TemperatureData) GetSubmissionDate() *timestamp.Timestamp

func (*TemperatureData) GetTemp_SHT

func (x *TemperatureData) GetTemp_SHT() float32

func (*TemperatureData) ProtoMessage

func (*TemperatureData) ProtoMessage()

func (*TemperatureData) ProtoReflect

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

func (*TemperatureData) Reset

func (x *TemperatureData) Reset()

func (*TemperatureData) String

func (x *TemperatureData) String() string

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

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

func (*ThingsBoardIntegration) Reset

func (x *ThingsBoardIntegration) Reset()

func (*ThingsBoardIntegration) String

func (x *ThingsBoardIntegration) String() string

type TrackingData added in v4.0.3

type TrackingData struct {

	// Device EUI (HEX encoded).
	DevEui string `protobuf:"bytes,1,opt,name=dev_eui,json=devEUI,proto3" json:"dev_eui,omitempty"`
	// ADDR value of device.
	ADDR string `protobuf:"bytes,2,opt,name=ADDR,proto3" json:"ADDR,omitempty"`
	// STEP value of device.
	STEP int64 `protobuf:"varint,3,opt,name=STEP,proto3" json:"STEP,omitempty"`
	// ALARM value of device.
	ALARM string `protobuf:"bytes,4,opt,name=ALARM,proto3" json:"ALARM,omitempty"`
	// The last time the application-server received any data from the device,
	// or an empty string when the device never sent any data.
	SubmissionDate *timestamp.Timestamp `protobuf:"bytes,5,opt,name=submission_date,proto3" json:"submission_date,omitempty"`
	// contains filtered or unexported fields
}

func (*TrackingData) Descriptor deprecated added in v4.0.3

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

Deprecated: Use TrackingData.ProtoReflect.Descriptor instead.

func (*TrackingData) GetADDR added in v4.0.3

func (x *TrackingData) GetADDR() string

func (*TrackingData) GetALARM added in v4.0.3

func (x *TrackingData) GetALARM() string

func (*TrackingData) GetDevEui added in v4.0.3

func (x *TrackingData) GetDevEui() string

func (*TrackingData) GetSTEP added in v4.0.3

func (x *TrackingData) GetSTEP() int64

func (*TrackingData) GetSubmissionDate added in v4.0.3

func (x *TrackingData) GetSubmissionDate() *timestamp.Timestamp

func (*TrackingData) ProtoMessage added in v4.0.3

func (*TrackingData) ProtoMessage()

func (*TrackingData) ProtoReflect added in v4.0.3

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

func (*TrackingData) Reset added in v4.0.3

func (x *TrackingData) Reset()

func (*TrackingData) String added in v4.0.3

func (x *TrackingData) String() string

type TransData added in v4.9.0

type TransData struct {

	// name
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*TransData) Descriptor deprecated added in v4.9.0

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

Deprecated: Use TransData.ProtoReflect.Descriptor instead.

func (*TransData) GetName added in v4.9.0

func (x *TransData) GetName() string

func (*TransData) ProtoMessage added in v4.9.0

func (*TransData) ProtoMessage()

func (*TransData) ProtoReflect added in v4.9.0

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

func (*TransData) Reset added in v4.9.0

func (x *TransData) Reset()

func (*TransData) String added in v4.9.0

func (x *TransData) String() string

type UnimplementedAlarmServiceServer added in v4.1.5

type UnimplementedAlarmServiceServer struct {
}

UnimplementedAlarmServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAlarmServiceServer) Create added in v4.1.5

func (*UnimplementedAlarmServiceServer) Delete added in v4.1.5

func (*UnimplementedAlarmServiceServer) Get added in v4.1.5

func (*UnimplementedAlarmServiceServer) List added in v4.1.6

func (*UnimplementedAlarmServiceServer) Update added in v4.1.5

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 UnimplementedDataServiceServer

type UnimplementedDataServiceServer struct {
}

UnimplementedDataServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDataServiceServer) GetData added in v4.9.0

func (*UnimplementedDataServiceServer) GetDistanceData added in v4.0.3

func (*UnimplementedDataServiceServer) GetSoilData added in v4.0.3

func (*UnimplementedDataServiceServer) GetTemperatureData

func (*UnimplementedDataServiceServer) GetTrackingData added in v4.0.3

func (*UnimplementedDataServiceServer) UploadSoilData added in v4.6.1

func (*UnimplementedDataServiceServer) UploadTemperatureData added in v4.6.1

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

func (*UnimplementedDeviceServiceServer) CreateKeys

func (*UnimplementedDeviceServiceServer) Deactivate

func (*UnimplementedDeviceServiceServer) Delete

func (*UnimplementedDeviceServiceServer) DeleteKeys

func (*UnimplementedDeviceServiceServer) Get

func (*UnimplementedDeviceServiceServer) GetKeys

func (*UnimplementedDeviceServiceServer) GetRandomDevAddr

func (*UnimplementedDeviceServiceServer) List

func (*UnimplementedDeviceServiceServer) Update

func (*UnimplementedDeviceServiceServer) UpdateKeys

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 added in v4.4.4

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 UnimplementedZoneServiceServer added in v4.7.8

type UnimplementedZoneServiceServer struct {
}

UnimplementedZoneServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedZoneServiceServer) AddUserToZone added in v4.9.4

func (*UnimplementedZoneServiceServer) Create added in v4.7.8

func (*UnimplementedZoneServiceServer) Delete added in v4.7.8

func (*UnimplementedZoneServiceServer) Get added in v4.7.8

func (*UnimplementedZoneServiceServer) List added in v4.7.8

func (*UnimplementedZoneServiceServer) Update added in v4.7.8

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

func (*UpdateAWSSNSIntegrationRequest) Reset

func (x *UpdateAWSSNSIntegrationRequest) Reset()

func (*UpdateAWSSNSIntegrationRequest) String

type UpdateAlarmRequest added in v4.1.5

type UpdateAlarmRequest struct {

	// Alarm object to update.
	Alarm   *Alarm `protobuf:"bytes,1,opt,name=alarm,proto3" json:"alarm,omitempty"`
	AlarmId string `protobuf:"bytes,2,opt,name=alarm_id,json=alarmID,proto3" json:"alarm_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateAlarmRequest) Descriptor deprecated added in v4.1.5

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

Deprecated: Use UpdateAlarmRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlarmRequest) GetAlarm added in v4.1.5

func (x *UpdateAlarmRequest) GetAlarm() *Alarm

func (*UpdateAlarmRequest) GetAlarmId added in v4.1.5

func (x *UpdateAlarmRequest) GetAlarmId() string

func (*UpdateAlarmRequest) ProtoMessage added in v4.1.5

func (*UpdateAlarmRequest) ProtoMessage()

func (*UpdateAlarmRequest) ProtoReflect added in v4.1.5

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

func (*UpdateAlarmRequest) Reset added in v4.1.5

func (x *UpdateAlarmRequest) Reset()

func (*UpdateAlarmRequest) String added in v4.1.5

func (x *UpdateAlarmRequest) String() 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

type UpdateZoneRequest added in v4.7.8

type UpdateZoneRequest struct {
	Zone   *Zone `protobuf:"bytes,1,opt,name=zone,proto3" json:"zone,omitempty"`
	ZoneId int64 `protobuf:"varint,2,opt,name=zone_id,json=zoneID,proto3" json:"zone_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateZoneRequest) Descriptor deprecated added in v4.7.8

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

Deprecated: Use UpdateZoneRequest.ProtoReflect.Descriptor instead.

func (*UpdateZoneRequest) GetZone added in v4.7.8

func (x *UpdateZoneRequest) GetZone() *Zone

func (*UpdateZoneRequest) GetZoneId added in v4.7.8

func (x *UpdateZoneRequest) GetZoneId() int64

func (*UpdateZoneRequest) ProtoMessage added in v4.7.8

func (*UpdateZoneRequest) ProtoMessage()

func (*UpdateZoneRequest) ProtoReflect added in v4.7.8

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

func (*UpdateZoneRequest) Reset added in v4.7.8

func (x *UpdateZoneRequest) Reset()

func (*UpdateZoneRequest) String added in v4.7.8

func (x *UpdateZoneRequest) 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"`
	// 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) 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

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"`
	// User web key
	WebKey string `protobuf:"bytes,10,opt,name=web_key,proto3" json:"web_key,omitempty"`
	// User ios key
	IosKey string `protobuf:"bytes,11,opt,name=ios_key,proto3" json:"ios_key,omitempty"`
	// User android key
	AndroidKey string `protobuf:"bytes,12,opt,name=android_key,proto3" json:"android_key,omitempty"`
	// Phone number of User
	PhoneNumber string `protobuf:"bytes,13,opt,name=phone_number,proto3" json:"phone_number,omitempty"`
	// Zones of User
	Zones []int64 `protobuf:"varint,14,rep,packed,name=zones,proto3" json:"zones,omitempty"`
	// Name of the user
	Name string `protobuf:"bytes,15,opt,name=name,proto3" json:"name,omitempty"`
	// Username of the user
	UserName string `protobuf:"bytes,16,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAndroidKey added in v4.6.2

func (x *User) GetAndroidKey() string

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() int64

func (*User) GetIosKey added in v4.6.2

func (x *User) GetIosKey() string

func (*User) GetIsActive

func (x *User) GetIsActive() bool

func (*User) GetIsAdmin

func (x *User) GetIsAdmin() bool

func (*User) GetName added in v4.9.7

func (x *User) GetName() string

func (*User) GetNote

func (x *User) GetNote() string

func (*User) GetPhoneNumber added in v4.7.1

func (x *User) GetPhoneNumber() string

func (*User) GetSessionTtl

func (x *User) GetSessionTtl() int32

func (*User) GetUserName added in v4.9.7

func (x *User) GetUserName() string

func (*User) GetWebKey added in v4.6.2

func (x *User) GetWebKey() string

func (*User) GetZones added in v4.7.8

func (x *User) GetZones() []int64

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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"`
	// User web key
	WebKey string `protobuf:"bytes,10,opt,name=web_key,proto3" json:"web_key,omitempty"`
	// User ios key
	IosKey string `protobuf:"bytes,11,opt,name=ios_key,proto3" json:"ios_key,omitempty"`
	// User android key
	AndroidKey string `protobuf:"bytes,12,opt,name=android_key,proto3" json:"android_key,omitempty"`
	// Phone number of User
	PhoneNumber string `protobuf:"bytes,13,opt,name=phone_number,proto3" json:"phone_number,omitempty"`
	// Zones of User
	ZoneIdList []int64 `protobuf:"varint,14,rep,packed,name=zone_id_list,json=zoneIdList,proto3" json:"zone_id_list,omitempty"`
	// Name of the user
	Name string `protobuf:"bytes,15,opt,name=name,proto3" json:"name,omitempty"`
	// Username of the user
	UserName string `protobuf:"bytes,16,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserListItem) Descriptor deprecated

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

Deprecated: Use UserListItem.ProtoReflect.Descriptor instead.

func (*UserListItem) GetAndroidKey added in v4.6.2

func (x *UserListItem) GetAndroidKey() string

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) GetIosKey added in v4.6.2

func (x *UserListItem) GetIosKey() string

func (*UserListItem) GetIsActive

func (x *UserListItem) GetIsActive() bool

func (*UserListItem) GetIsAdmin

func (x *UserListItem) GetIsAdmin() bool

func (*UserListItem) GetName added in v4.9.7

func (x *UserListItem) GetName() string

func (*UserListItem) GetPhoneNumber added in v4.7.1

func (x *UserListItem) GetPhoneNumber() string

func (*UserListItem) GetSessionTtl

func (x *UserListItem) GetSessionTtl() int32

func (*UserListItem) GetUpdatedAt

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

func (*UserListItem) GetUserName added in v4.9.7

func (x *UserListItem) GetUserName() string

func (*UserListItem) GetWebKey added in v4.6.2

func (x *UserListItem) GetWebKey() string

func (*UserListItem) GetZoneIdList added in v4.7.9

func (x *UserListItem) GetZoneIdList() []int64

func (*UserListItem) ProtoMessage

func (*UserListItem) ProtoMessage()

func (*UserListItem) ProtoReflect

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

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.

type Zone added in v4.7.8

type Zone struct {

	// Zone ID
	ZoneId int64 `protobuf:"varint,1,opt,name=zone_id,json=zoneId,proto3" json:"zone_id,omitempty"`
	// Name of Zone
	ZoneName string `protobuf:"bytes,2,opt,name=zone_name,json=zoneName,proto3" json:"zone_name,omitempty"`
	// Organization ID
	OrgId int64 `protobuf:"varint,3,opt,name=org_id,json=orgID,proto3" json:"org_id,omitempty"`
	// Devices
	Devices []string `protobuf:"bytes,4,rep,name=devices,proto3" json:"devices,omitempty"`
	// contains filtered or unexported fields
}

func (*Zone) Descriptor deprecated added in v4.7.8

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

Deprecated: Use Zone.ProtoReflect.Descriptor instead.

func (*Zone) GetDevices added in v4.7.8

func (x *Zone) GetDevices() []string

func (*Zone) GetOrgId added in v4.7.9

func (x *Zone) GetOrgId() int64

func (*Zone) GetZoneId added in v4.7.8

func (x *Zone) GetZoneId() int64

func (*Zone) GetZoneName added in v4.7.8

func (x *Zone) GetZoneName() string

func (*Zone) ProtoMessage added in v4.7.8

func (*Zone) ProtoMessage()

func (*Zone) ProtoReflect added in v4.7.8

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

func (*Zone) Reset added in v4.7.8

func (x *Zone) Reset()

func (*Zone) String added in v4.7.8

func (x *Zone) String() string

type ZoneServiceClient added in v4.7.8

type ZoneServiceClient interface {
	// Create creates the given zone
	Create(ctx context.Context, in *CreateZoneRequest, opts ...grpc.CallOption) (*GetZoneResponse, error)
	// Get returns the zone matching the given zone id
	Get(ctx context.Context, in *GetZoneRequest, opts ...grpc.CallOption) (*GetZoneResponse, error)
	// List returns the available zones.
	List(ctx context.Context, in *ListZoneRequest, opts ...grpc.CallOption) (*ListZoneResponse, error)
	// Delete deletes the zones matching the given id.
	Delete(ctx context.Context, in *DeleteZoneRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// Update updates the zone matching the given id.
	Update(ctx context.Context, in *UpdateZoneRequest, opts ...grpc.CallOption) (*GetZoneResponse, error)
	AddUserToZone(ctx context.Context, in *AddUserToZoneRequest, opts ...grpc.CallOption) (*AddUserToZoneResponse, error)
}

ZoneServiceClient is the client API for ZoneService service.

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

func NewZoneServiceClient added in v4.7.8

func NewZoneServiceClient(cc grpc.ClientConnInterface) ZoneServiceClient

type ZoneServiceServer added in v4.7.8

type ZoneServiceServer interface {
	// Create creates the given zone
	Create(context.Context, *CreateZoneRequest) (*GetZoneResponse, error)
	// Get returns the zone matching the given zone id
	Get(context.Context, *GetZoneRequest) (*GetZoneResponse, error)
	// List returns the available zones.
	List(context.Context, *ListZoneRequest) (*ListZoneResponse, error)
	// Delete deletes the zones matching the given id.
	Delete(context.Context, *DeleteZoneRequest) (*empty.Empty, error)
	// Update updates the zone matching the given id.
	Update(context.Context, *UpdateZoneRequest) (*GetZoneResponse, error)
	AddUserToZone(context.Context, *AddUserToZoneRequest) (*AddUserToZoneResponse, error)
}

ZoneServiceServer is the server API for ZoneService service.

Jump to

Keyboard shortcuts

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