Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ParamValue.
The possible parameter value types.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ParamValue
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ string_value
string
A string value.
↳ bool_value
bool
A boolean value.
↳ string_list_value
↳ number_value
float
A double value.
↳ oneof_value
getStringValue
A string value.
string
hasStringValue
setStringValue
A string value.
var
string
$this
getBoolValue
A boolean value.
bool
hasBoolValue
setBoolValue
A boolean value.
var
bool
$this
getStringListValue
A repeated string.
hasStringListValue
setStringListValue
A repeated string.
$this
getNumberValue
A double value.
float
hasNumberValue
setNumberValue
A double value.
var
float
$this
getOneofValue
Sub-parameter values.
hasOneofValue
setOneofValue
Sub-parameter values.
$this
getKind
string

