Class: Google::Cloud::Container::V1beta1::DatabaseEncryption::OperationError
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::DatabaseEncryption::OperationError
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
OperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Description of the error seen during the operation.
-
#key_name ⇒ ::String
CloudKMS key resource that had the error.
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
Time when the CloudKMS error was seen.
Instance Attribute Details
#error_message ⇒ ::String
Returns Description of the error seen during the operation.
5582 5583 5584 5585 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5582 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key_name ⇒ ::String
Returns CloudKMS key resource that had the error.
5582 5583 5584 5585 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5582 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp ⇒ ::Google::Protobuf::Timestamp
Returns Time when the CloudKMS error was seen.
5582 5583 5584 5585 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5582 class OperationError include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |