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
IMessageRemoveControlRequest, IEquatableRemoveControlRequest, IDeepCloneableRemoveControlRequest, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.RetailV2Assembly
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 |