Reference documentation and code samples for the Secret Manager V1beta1 Client class UpdateSecretRequest.
Request message for SecretManagerService.UpdateSecret.
Generated from protobuf message google.cloud.secrets.v1beta1.UpdateSecretRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ secret |
Google\Cloud\SecretManager\V1beta1\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 | |
---|---|
Type | Description |
Google\Cloud\SecretManager\V1beta1\Secret|null |
hasSecret
clearSecret
setSecret
Required. Secret with updated field values.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\SecretManager\V1beta1\Secret
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. Specifies the fields to be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Specifies the fields to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |