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

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

Parameters is a key-value pair.

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 of the parameter.

↳ parameter_value ParamValue

Required. The value of the parameter

getName

Required. The name of the parameter.

Returns
Type Description
string

setName

Required. The name 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