Google Cloud Discovery Engine V1 Client - Class ListCmekConfigsResponse (1.6.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. 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