viam.gen.service.sensors.v1.sensors_pb2

@generated by mypy-protobuf. Do not edit manually! isort:skip_file

Attributes

DESCRIPTOR

Global___GetSensorsRequest

Global___GetSensorsResponse

Global___GetReadingsRequest

Global___Readings

Global___GetReadingsResponse

Classes

GetSensorsRequest

The sensors service messages are deprecated

GetSensorsResponse

Abstract base class for protocol messages.

GetReadingsRequest

Abstract base class for protocol messages.

Readings

Abstract base class for protocol messages.

GetReadingsResponse

Abstract base class for protocol messages.

Module Contents

viam.gen.service.sensors.v1.sensors_pb2.DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
class viam.gen.service.sensors.v1.sensors_pb2.GetSensorsRequest(*, name: str = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

The sensors service messages are deprecated

name() str
extra() google.protobuf.struct_pb2.Struct

Additional arguments to the method

HasField(field_name: _HasFieldArgType) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

type viam.gen.service.sensors.v1.sensors_pb2.Global___GetSensorsRequest = GetSensorsRequest
class viam.gen.service.sensors.v1.sensors_pb2.GetSensorsResponse(*, sensor_names: collections.abc.Iterable[common.v1.common_pb2.ResourceName] | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

sensor_names() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[common.v1.common_pb2.ResourceName]
type viam.gen.service.sensors.v1.sensors_pb2.Global___GetSensorsResponse = GetSensorsResponse
class viam.gen.service.sensors.v1.sensors_pb2.GetReadingsRequest(*, name: str = ..., sensor_names: collections.abc.Iterable[common.v1.common_pb2.ResourceName] | None = ..., extra: google.protobuf.struct_pb2.Struct | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

name() str
sensor_names() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[common.v1.common_pb2.ResourceName]
extra() google.protobuf.struct_pb2.Struct

Additional arguments to the method

HasField(field_name: _HasFieldArgType) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

type viam.gen.service.sensors.v1.sensors_pb2.Global___GetReadingsRequest = GetReadingsRequest
class viam.gen.service.sensors.v1.sensors_pb2.Readings(*, name: common.v1.common_pb2.ResourceName | None = ..., readings: collections.abc.Mapping[str, google.protobuf.struct_pb2.Value] | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

class ReadingsEntry(*, key: str = ..., value: google.protobuf.struct_pb2.Value | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

key: str
value() google.protobuf.struct_pb2.Value
HasField(field_name: _HasFieldArgType) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

name() common.v1.common_pb2.ResourceName
readings() google.protobuf.internal.containers.MessageMap[str, google.protobuf.struct_pb2.Value]
HasField(field_name: _HasFieldArgType) bool

Checks if a certain field is set for the message.

For a oneof group, checks if any field inside is set. Note that if the field_name is not defined in the message descriptor, ValueError will be raised.

Parameters:

field_name (str) – The name of the field to check for presence.

Returns:

Whether a value has been set for the named field.

Return type:

bool

Raises:

ValueError – if the field_name is not a member of this message.

type viam.gen.service.sensors.v1.sensors_pb2.Global___Readings = Readings
class viam.gen.service.sensors.v1.sensors_pb2.GetReadingsResponse(*, readings: collections.abc.Iterable[Global___Readings] | None = ...)

Bases: google.protobuf.message.Message

Abstract base class for protocol messages.

Protocol message classes are almost always generated by the protocol compiler. These generated types subclass Message and implement the methods shown below.

readings() google.protobuf.internal.containers.RepeatedCompositeFieldContainer[Global___Readings]
type viam.gen.service.sensors.v1.sensors_pb2.Global___GetReadingsResponse = GetReadingsResponse