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 .
|