Class: Google::Cloud::Kms::V1::KeyRing

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

A KeyRing is a toplevel logical grouping of CryptoKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which this KeyRing was created.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 35

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

#name::String (readonly)

Returns Output only. The resource name for the KeyRing in the format projects/*/locations/*/keyRings/*.

Returns:

  • (::String)

    Output only. The resource name for the KeyRing in the format projects/*/locations/*/keyRings/*.



35
36
37
38
# File 'proto_docs/google/cloud/kms/v1/resources.rb', line 35

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