Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class EnvironmentVariable.
EnvironmentVariable is a name-value pair to store environment variables for Process.
Generated from protobuf message google.cloud.securitycenter.v1.EnvironmentVariable
Methods
__construct
Constructor.
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.
Generated from protobuf field string name = 1;
string
setName
Environment variable name as a JSON encoded string.
Generated from protobuf field string name = 1;
var
string
$this
getVal
Environment variable value as a JSON encoded string.
Generated from protobuf field string val = 2;
string
setVal
Environment variable value as a JSON encoded string.
Generated from protobuf field string val = 2;
var
string
$this