Class: Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListCmekConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb
Overview
Response message for CmekConfigService.ListCmekConfigs method.
Instance Attribute Summary collapse
-
#cmek_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::CmekConfig>
All the customer's CmekConfigs.
Instance Attribute Details
#cmek_configs ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::CmekConfig>
Returns All the customer's CmekConfigs.
186 187 188 189 |
# File 'proto_docs/google/cloud/discoveryengine/v1/cmek_config_service.rb', line 186 class ListCmekConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |