CreateControlRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request for CreateControl method.
Attributes |
|
---|---|
Name | Description |
parent |
str
Required. Full resource name of parent data store. Format: projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}
or
projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id} .
|
control |
google.cloud.discoveryengine_v1.types.Control
Required. The Control to create. |
control_id |
str
Required. The ID to use for the Control, which will become the final component of the Control's resource name. This value must be within 1-63 characters. Valid characters are / a-z][0-9] -_/.
|