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.
26762 26763 26764 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26762 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
26760 26761 26762 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26760 def cmek_configs @cmek_configs end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
26767 26768 26769 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 26767 def update!(**args) @cmek_configs = args[:cmek_configs] if args.key?(:cmek_configs) end |