Google Cloud Life Sciences V2beta Client - Class Secret (0.5.4)

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 \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getCipherText

The value of the cipherText response from the encrypt method. This field is intentionally unaudited.

Returns
TypeDescription
string

setCipherText

The value of the cipherText response from the encrypt method. This field is intentionally unaudited.

Parameter
NameDescription
var string
Returns
TypeDescription
$this