Retail v2 API - Class RemoveControlRequest (2.8.0)

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.

Inheritance

object > RemoveControlRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

RemoveControlRequest()

public RemoveControlRequest()

RemoveControlRequest(RemoveControlRequest)

public RemoveControlRequest(RemoveControlRequest other)
Parameter
NameDescription
otherRemoveControlRequest

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
TypeDescription
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
TypeDescription
string

ServingConfigAsServingConfigName

public ServingConfigName ServingConfigAsServingConfigName { get; set; }

ServingConfigName-typed view over the ServingConfig resource name property.

Property Value
TypeDescription
ServingConfigName