Reference documentation and code samples for the Google Cloud Retail V2 Client class RemoveControlRequest.
Request for RemoveControl method.
Generated from protobuf message google.cloud.retail.v2.RemoveControlRequest
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ serving_config |
string
Required. The source ServingConfig resource name . Format: |
↳ control_id |
string
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config. |
getServingConfig
Required. The source ServingConfig resource name . Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
Returns | |
---|---|
Type | Description |
string |
setServingConfig
Required. The source ServingConfig resource name . Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getControlId
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
Returns | |
---|---|
Type | Description |
string |
setControlId
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
servingConfig |
string
Required. The source ServingConfig resource name . Format:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\Retail\V2\RemoveControlRequest |