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