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