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.
data
array
Optional. Data for populating the Message object.
↳ secret
↳ update_mask
Google\Protobuf\FieldMask
Required. Specifies the fields to be updated.
getSecret
Required. Secret with updated field values.
Generated from protobuf field .google.cloud.secretmanager.v1.Secret secret = 1 [(.google.api.field_behavior) = REQUIRED];
hasSecret
clearSecret
setSecret
Required. Secret with updated field values.
Generated from protobuf field .google.cloud.secretmanager.v1.Secret secret = 1 [(.google.api.field_behavior) = REQUIRED];
$this
getUpdateMask
Required. Specifies the fields to be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\FieldMask|null
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Specifies the fields to be updated.
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
var
Google\Protobuf\FieldMask
$this