Class ParamValue (0.4.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
A string value. This field is a member of oneof_ kind.
bool_value bool
A boolean value. This field is a member of oneof_ kind.
string_list_value google.cloud.cloudsecuritycompliance_v1.types.StringList
A repeated string. This field is a member of oneof_ kind.
number_value float
A double value. This field is a member of oneof_ kind.
oneof_value google.cloud.cloudsecuritycompliance_v1.types.Parameter
Sub-parameter values. This field is a member of oneof_ kind.