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.
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 decrypt
method on the specified key.
↳ cipher_text
string
The value of the cipherText response from the encrypt
method. This field is intentionally unaudited.
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.
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.
var
string
$this
getCipherText
The value of the cipherText response from the encrypt
method. This field
is intentionally unaudited.
string
setCipherText
The value of the cipherText response from the encrypt
method. This field
is intentionally unaudited.
var
string
$this