Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListCmekConfigsResponse.
Response message for CmekConfigService.ListCmekConfigs method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListCmekConfigsResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ cmek_configs | array<CmekConfig>All the customer's CmekConfigs. | 
getCmekConfigs
All the customer's CmekConfigs.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setCmekConfigs
All the customer's CmekConfigs.
| Parameter | |
|---|---|
| Name | Description | 
| var | array<CmekConfig> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |