Class: Google::Cloud::Container::V1beta1::DatabaseEncryption::OperationError

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#error_message::String

Returns Description of the error seen during the operation.

Returns:

  • (::String)

    Description of the error seen during the operation.



5391
5392
5393
5394
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5391

class OperationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key_name::String

Returns CloudKMS key resource that had the error.

Returns:

  • (::String)

    CloudKMS key resource that had the error.



5391
5392
5393
5394
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5391

class OperationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timestamp::Google::Protobuf::Timestamp

Returns Time when the CloudKMS error was seen.

Returns:



5391
5392
5393
5394
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5391

class OperationError
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end