Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ParamValue.
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
Represents a string value.
↳ bool_value
bool
Represents a boolean value.
↳ string_list_value
↳ number_value
float
Represents a double value.
↳ oneof_value
getStringValue
Represents a string value.
string
hasStringValue
setStringValue
Represents a string value.
var
string
$this
getBoolValue
Represents a boolean value.
bool
hasBoolValue
setBoolValue
Represents a boolean value.
var
bool
$this
getStringListValue
Represents a repeated string.
hasStringListValue
setStringListValue
Represents a repeated string.
$this
getNumberValue
Represents a double value.
float
hasNumberValue
setNumberValue
Represents a double value.
var
float
$this
getOneofValue
Represents sub-parameter values.
hasOneofValue
setOneofValue
Represents sub-parameter values.
$this
getKind
string

