Class: Google::Cloud::DiscoveryEngine::V1beta::ListCmekConfigsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cmek_configs::Array<::Google::Cloud::DiscoveryEngine::V1beta::CmekConfig>

Returns All the customer's CmekConfigs.

Returns:



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