Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::DatabaseEncryption::OperationError (v0.39.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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

#timestamp=

def timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns