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.
| Parameters | |
|---|---|
| Name | Description |
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;
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Environment variable name as a JSON encoded string.
Generated from protobuf field string name = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getVal
Environment variable value as a JSON encoded string.
Generated from protobuf field string val = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setVal
Environment variable value as a JSON encoded string.
Generated from protobuf field string val = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|