public sealed class ListCmekConfigsRequest : IMessage<ListCmekConfigsRequest>, IEquatable<ListCmekConfigsRequest>, IDeepCloneable<ListCmekConfigsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ListCmekConfigsRequest.
Request message for [CmekConfigService.ListCmekConfigs][google.cloud.discoveryengine.v1.CmekConfigService.ListCmekConfigs] method.
Implements
IMessageListCmekConfigsRequest, IEquatableListCmekConfigsRequest, IDeepCloneableListCmekConfigsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
ListCmekConfigsRequest()
public ListCmekConfigsRequest()
ListCmekConfigsRequest(ListCmekConfigsRequest)
public ListCmekConfigsRequest(ListCmekConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCmekConfigsRequest |
Properties
Parent
public string Parent { get; set; }
Required. The parent location resource name, such as
projects/{project}/locations/{location}
.
If the caller does not have permission to list [CmekConfig][google.cloud.discoveryengine.v1.CmekConfig]s under this location, regardless of whether or not a CmekConfig exists, a PERMISSION_DENIED error is returned.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |