Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb

Overview

Response message for CmekConfigService.ListCmekConfigs method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse

Returns a new instance of GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse.



11966
11967
11968
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11966

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cmek_configsArray<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig>

All the customer's CmekConfigs. Corresponds to the JSON property cmekConfigs



11964
11965
11966
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11964

def cmek_configs
  @cmek_configs
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11971
11972
11973
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 11971

def update!(**args)
  @cmek_configs = args[:cmek_configs] if args.key?(:cmek_configs)
end