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
Optional. A string value.
↳ bool_value
bool
Optional. A boolean value.
↳ string_list_value
↳ number_value
float
Optional. A double value.
↳ oneof_value
getStringValue
Optional. A string value.
string
hasStringValue
setStringValue
Optional. A string value.
var
string
$this
getBoolValue
Optional. A boolean value.
bool
hasBoolValue
setBoolValue
Optional. A boolean value.
var
bool
$this
getStringListValue
Optional. A repeated string.
hasStringListValue
setStringListValue
Optional. A repeated string.
$this
getNumberValue
Optional. A double value.
float
hasNumberValue
setNumberValue
Optional. A double value.
var
float
$this
getOneofValue
Optional. Sub-parameter values.
hasOneofValue
setOneofValue
Optional. Sub-parameter values.
$this
getKind
string

