Class: Google::Cloud::DiscoveryEngine::V1::SingleRegionKey

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

Overview

Metadata for single-regional CMEKs.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns Required. Single-regional kms key resource name which will be used to encrypt resources projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}.

Returns:

  • (::String)

    Required. Single-regional kms key resource name which will be used to encrypt resources projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}.



60
61
62
63
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 60

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