Class Value (1.11.0)

Value(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Value is the value of the field.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
int_value int
An integer value. This field is a member of `oneof`_ ``value``.
double_value float
A double value. This field is a member of `oneof`_ ``value``.
string_value str
A string value. This field is a member of `oneof`_ ``value``.

Inheritance

builtins.object > proto.message.Message > Value