Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Response message for CmekConfigService.ListCmekConfigs method.
Instance Attribute Summary collapse
-
#cmek_configs ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig>
All the customer's CmekConfigs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
constructor
A new instance of GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
Returns a new instance of GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse.
27620 27621 27622 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27620 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cmek_configs ⇒ Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig>
All the customer's CmekConfigs.
Corresponds to the JSON property cmekConfigs
27618 27619 27620 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27618 def cmek_configs @cmek_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
27625 27626 27627 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 27625 def update!(**args) @cmek_configs = args[:cmek_configs] if args.key?(:cmek_configs) end |