Google Cloud Container V1 Client - Class OperationError (1.30.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class OperationError.

OperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.

Generated from protobuf message google.container.v1.DatabaseEncryption.OperationError

Namespace

Google \ Cloud \ Container \ V1 \ DatabaseEncryption

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ key_name string

CloudKMS key resource that had the error.

↳ error_message string

Description of the error seen during the operation.

↳ timestamp Google\Protobuf\Timestamp

Time when the CloudKMS error was seen.

getKeyName

CloudKMS key resource that had the error.

Returns
Type Description
string

setKeyName

CloudKMS key resource that had the error.

Parameter
Name Description
var string
Returns
Type Description
$this

getErrorMessage

Description of the error seen during the operation.

Returns
Type Description
string

setErrorMessage

Description of the error seen during the operation.

Parameter
Name Description
var string
Returns
Type Description
$this

getTimestamp

Time when the CloudKMS error was seen.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasTimestamp

clearTimestamp

setTimestamp

Time when the CloudKMS error was seen.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this