ubii.proto.v1.clients package

@generated by codestare-proto-plus. Do not edit manually!

Note

__init__.py files for packages are autogenerated, and import all messages from submodules to keep import names consistent with the directory structure of the .proto source files.

class ubii.proto.v1.clients.Client(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

name

Field of type STRING

Type

proto.fields.Field

devices

RepeatedField of type Device

Type

proto.fields.RepeatedField

tags

RepeatedField of type STRING

Type

proto.fields.RepeatedField

description

Field of type STRING

Type

proto.fields.Field

processing_modules

RepeatedField of type ProcessingModule

Type

proto.fields.RepeatedField

is_dedicated_processing_node

Field of type BOOL

Type

proto.fields.Field

host_ip

Field of type STRING

Type

proto.fields.Field

metadata_json

Field of type STRING

Type

proto.fields.Field

state

Field of type State

Type

proto.fields.Field

latency

Field of type FLOAT

Type

proto.fields.Field

class State(value)[source]

Bases: proto.enums.Enum

An enumeration.

ACTIVE = 0
INACTIVE = 1
UNAVAILABLE = 2
class ubii.proto.v1.clients.ClientList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Client

Type

proto.fields.RepeatedField

Submodules

ubii.proto.v1.clients.client_pb_plus module

@generated by codestare-proto-plus. Do not edit manually!

class ubii.proto.v1.clients.client_pb_plus.Client(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

id

Field of type STRING

Type

proto.fields.Field

name

Field of type STRING

Type

proto.fields.Field

devices

RepeatedField of type Device

Type

proto.fields.RepeatedField

tags

RepeatedField of type STRING

Type

proto.fields.RepeatedField

description

Field of type STRING

Type

proto.fields.Field

processing_modules

RepeatedField of type ProcessingModule

Type

proto.fields.RepeatedField

is_dedicated_processing_node

Field of type BOOL

Type

proto.fields.Field

host_ip

Field of type STRING

Type

proto.fields.Field

metadata_json

Field of type STRING

Type

proto.fields.Field

state

Field of type State

Type

proto.fields.Field

latency

Field of type FLOAT

Type

proto.fields.Field

class State(value)[source]

Bases: proto.enums.Enum

An enumeration.

ACTIVE = 0
INACTIVE = 1
UNAVAILABLE = 2
class ubii.proto.v1.clients.client_pb_plus.ClientList(mapping=None, *, ignore_unknown_fields=False, **kwargs)[source]

Bases: proto.message.Message

elements

RepeatedField of type Client

Type

proto.fields.RepeatedField