Class ParamValue (0.7.0)

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

The possible parameter value types.

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

Name Description
string_value str
Optional. A string value. This field is a member of oneof_ kind.
bool_value bool
Optional. A boolean value. This field is a member of oneof_ kind.
string_list_value google.cloud.cloudsecuritycompliance_v1.types.StringList
Optional. A repeated string. This field is a member of oneof_ kind.
number_value float
Optional. A double value. This field is a member of oneof_ kind.
oneof_value google.cloud.cloudsecuritycompliance_v1.types.Parameter
Optional. Sub-parameter values. This field is a member of oneof_ kind.