Class AddControlRequest (1.10.0)

AddControlRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for AddControl method.

Attributes

NameDescription
serving_config str
Required. The source ServingConfig resource name . Format: ``projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/servingConfigs/{serving_config_id}``
control_id str
Required. The id of the control to apply. Assumed to be in the same catalog as the serving config - if id is not found a NOT_FOUND error is returned.

Inheritance

builtins.object > proto.message.Message > AddControlRequest