Google Cloud Security Command Center V1 Client - Class EnvironmentVariable (1.17.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class EnvironmentVariable.

A name-value pair representing an environment variable used in an operating system process.

Generated from protobuf message google.cloud.securitycenter.v1.EnvironmentVariable

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Environment variable name as a JSON encoded string.

↳ val string

Environment variable value as a JSON encoded string.

getName

Environment variable name as a JSON encoded string.

Returns
TypeDescription
string

setName

Environment variable name as a JSON encoded string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getVal

Environment variable value as a JSON encoded string.

Returns
TypeDescription
string

setVal

Environment variable value as a JSON encoded string.

Parameter
NameDescription
var string
Returns
TypeDescription
$this