Secret Manager V1 Client - Class UpdateSecretRequest (1.10.4)

Reference documentation and code samples for the Secret Manager V1 Client class UpdateSecretRequest.

Request message for SecretManagerService.UpdateSecret.

Generated from protobuf message google.cloud.secretmanager.v1.UpdateSecretRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ secret Google\Cloud\SecretManager\V1\Secret

Required. Secret with updated field values.

↳ update_mask Google\Protobuf\FieldMask

Required. Specifies the fields to be updated.

getSecret

Required. Secret with updated field values.

Returns
TypeDescription
Google\Cloud\SecretManager\V1\Secret|null

hasSecret

clearSecret

setSecret

Required. Secret with updated field values.

Parameter
NameDescription
var Google\Cloud\SecretManager\V1\Secret
Returns
TypeDescription
$this

getUpdateMask

Required. Specifies the fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Specifies the fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this