Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse
- 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
-
#cmek_configs ⇒ Array<Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaCmekConfig>
All the customer's CmekConfigs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaListCmekConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_configs ⇒ Array<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 |