Reference documentation and code samples for the Google Cloud Batch V1 Client class KMSEnvMap.
Generated from protobuf message google.cloud.batch.v1.Environment.KMSEnvMap
Namespace
Google \ Cloud \ Batch \ V1 \ EnvironmentMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_name |
string
The name of the KMS key that will be used to decrypt the cipher text. |
↳ cipher_text |
string
The value of the cipherText response from the |
getKeyName
The name of the KMS key that will be used to decrypt the cipher text.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKeyName
The name of the KMS key that will be used to decrypt the cipher text.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCipherText
The value of the cipherText response from the encrypt method.
| Returns | |
|---|---|
| Type | Description |
string |
|
setCipherText
The value of the cipherText response from the encrypt method.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|