Reference documentation and code samples for the Google Cloud Life Sciences V2beta Client class Secret.
Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.
Generated from protobuf message google.cloud.lifesciences.v2beta.Secret
Namespace
Google \ Cloud \ LifeSciences \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_name |
string
The name of the Cloud KMS key that will be used to decrypt the secret value. The VM service account must have the required permissions and authentication scopes to invoke the |
↳ cipher_text |
string
The value of the cipherText response from the |
getKeyName
The name of the Cloud KMS key that will be used to decrypt the secret
value. The VM service account must have the required permissions and
authentication scopes to invoke the decrypt
method on the specified key.
Returns | |
---|---|
Type | Description |
string |
setKeyName
The name of the Cloud KMS key that will be used to decrypt the secret
value. The VM service account must have the required permissions and
authentication scopes to invoke the decrypt
method on the specified key.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCipherText
The value of the cipherText response from the encrypt
method. This field
is intentionally unaudited.
Returns | |
---|---|
Type | Description |
string |
setCipherText
The value of the cipherText response from the encrypt
method. This field
is intentionally unaudited.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |