Class Value (1.6.0)

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

The data in a setting value.

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
boolean_value bool
Defines this value as being a boolean value. This field is a member of oneof_ value.
string_value str
Defines this value as being a string value. This field is a member of oneof_ value.
string_set_value google.cloud.resourcesettings_v1.types.Value.StringSet
Defines this value as being a StringSet. This field is a member of oneof_ value.
enum_value google.cloud.resourcesettings_v1.types.Value.EnumValue
Defines this value as being a Enum. This field is a member of oneof_ value.

Classes

EnumValue

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

A enum value that can hold any enum type setting values. Each enum type is represented by a number, this representation is stored in the definitions.

StringSet

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

A string set value that can hold a set of strings. The maximum length of each string is 200 characters and there can be a maximum of 50 strings in the string set.