public sealed class ListCmekConfigsResponse : IMessage<ListCmekConfigsResponse>, IEquatable<ListCmekConfigsResponse>, IDeepCloneable<ListCmekConfigsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ListCmekConfigsResponse.
Response message for [CmekConfigService.ListCmekConfigs][google.cloud.discoveryengine.v1.CmekConfigService.ListCmekConfigs] method.
Implements
IMessageListCmekConfigsResponse, IEquatableListCmekConfigsResponse, IDeepCloneableListCmekConfigsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListCmekConfigsResponse()
public ListCmekConfigsResponse()
ListCmekConfigsResponse(ListCmekConfigsResponse)
public ListCmekConfigsResponse(ListCmekConfigsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListCmekConfigsResponse |
Properties
CmekConfigs
public RepeatedField<CmekConfig> CmekConfigs { get; }
All the customer's [CmekConfig][google.cloud.discoveryengine.v1.CmekConfig]s.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCmekConfig |