Google Cloud Security Compliance V1 Client - Class Parameter (0.2.0)

Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class Parameter.

Parameters are key-value pairs that let you provide your custom location requirements, environment requirements, or other settings that are relevant to the cloud control.

Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.Parameter

Namespace

Google \ Cloud \ CloudSecurityCompliance \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name or key of the parameter.

↳ parameter_value ParamValue

Required. The value of the parameter.

getName

Required. The name or key of the parameter.

Returns
Type Description
string

setName

Required. The name or key of the parameter.

Parameter
Name Description
var string
Returns
Type Description
$this

getParameterValue

Required. The value of the parameter.

Returns
Type Description
ParamValue|null

hasParameterValue

clearParameterValue

setParameterValue

Required. The value of the parameter.

Parameter
Name Description
var ParamValue
Returns
Type Description
$this