Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::DatabaseEncryption::OperationError.
OperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_message
def error_message() -> ::String
Returns
- (::String) — Description of the error seen during the operation.
#error_message=
def error_message=(value) -> ::String
Parameter
- value (::String) — Description of the error seen during the operation.
Returns
- (::String) — Description of the error seen during the operation.
#key_name
def key_name() -> ::String
Returns
- (::String) — CloudKMS key resource that had the error.
#key_name=
def key_name=(value) -> ::String
Parameter
- value (::String) — CloudKMS key resource that had the error.
Returns
- (::String) — CloudKMS key resource that had the error.
#timestamp
def timestamp() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when the CloudKMS error was seen.
#timestamp=
def timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when the CloudKMS error was seen.
Returns
- (::Google::Protobuf::Timestamp) — Time when the CloudKMS error was seen.