public sealed class RemoveControlRequest : IMessage<RemoveControlRequest>, IEquatable<RemoveControlRequest>, IDeepCloneable<RemoveControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class RemoveControlRequest.
Request for RemoveControl method.
Implements
IMessage<RemoveControlRequest>, IEquatable<RemoveControlRequest>, IDeepCloneable<RemoveControlRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
RemoveControlRequest()
public RemoveControlRequest()
RemoveControlRequest(RemoveControlRequest)
public RemoveControlRequest(RemoveControlRequest other)
Parameter | |
---|---|
Name | Description |
other | RemoveControlRequest |
Properties
ControlId
public string ControlId { get; set; }
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
Property Value | |
---|---|
Type | Description |
String |
ServingConfig
public string ServingConfig { get; set; }
Required. The source ServingConfig resource name . Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
Property Value | |
---|---|
Type | Description |
String |
ServingConfigAsServingConfigName
public ServingConfigName ServingConfigAsServingConfigName { get; set; }
ServingConfigName-typed view over the ServingConfig resource name property.
Property Value | |
---|---|
Type | Description |
ServingConfigName |