Class ParamValue (0.1.0)

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

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