Class: Google::Cloud::DiscoveryEngine::V1::GetCmekConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GetCmekConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb
Overview
Request message for GetCmekConfigRequest method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of
CmekConfig, such as
projects/*/locations/*/cmekConfig
or
projects/*/locations/*/cmekConfigs/*
.
If the caller does not have permission to access the CmekConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
49 50 51 52 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 49 class GetCmekConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |