Value(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The data in a setting value. .. attribute:: boolean_value
Defines this value as being a boolean value.
:type: bool
Attributes | |
---|---|
Name | Description |
string_value |
str
Defines this value as being a string value. |
string_set_value |
google.cloud.resourcesettings_v1.types.Value.StringSet
Defines this value as being a StringSet. |
enum_value |
google.cloud.resourcesettings_v1.types.Value.EnumValue
Defines this value as being a Enum. |
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.