class ProjectsLocationsDataStoresControls extends Resource (View source)

The "controls" collection of methods.

Typical usage is:

 $discoveryengineService = new Google\Service\DiscoveryEngine(...);
 $controls = $discoveryengineService->projects_locations_dataStores_controls;

Methods

create(string $parent, GoogleCloudDiscoveryengineV1Control $postBody, array $optParams = [])

Creates a Control. By default 1000 controls are allowed for a data store. A request can be submitted to adjust this limit. If the Control to create already exists, an ALREADY_EXISTS error is returned. (controls.create)

delete(string $name, array $optParams = [])

Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. (controls.delete)

get(string $name, array $optParams = [])

Gets a Control. (controls.get)

listProjectsLocationsDataStoresControls(string $parent, array $optParams = [])

Lists all Controls by their parent DataStore.

patch(string $name, GoogleCloudDiscoveryengineV1Control $postBody, array $optParams = [])

Updates a Control. Control action type cannot be changed. If the Control to update does not exist, a NOT_FOUND error is returned. (controls.patch)

Details

GoogleCloudDiscoveryengineV1Control create(string $parent, GoogleCloudDiscoveryengineV1Control $postBody, array $optParams = [])

Creates a Control. By default 1000 controls are allowed for a data store. A request can be submitted to adjust this limit. If the Control to create already exists, an ALREADY_EXISTS error is returned. (controls.create)

Parameters

string $parent

Required. Full resource name of parent data store. Format: projects/{project_number}/locations/{location_id}/collections/{colle ction_id}/dataStores/{data_store_id} or projects/{project_number}/locations /{location_id}/collections/{collection_id}/engines/{engine_id}.

GoogleCloudDiscoveryengineV1Control $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDiscoveryengineV1Control

Exceptions

Exception

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. (controls.delete)

Parameters

string $name

Required. The resource name of the Control to delete. Format: projects/{project_number}/locations/{location_id}/collections/{colle ction_id}/dataStores/{data_store_id}/controls/{control_id}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

GoogleCloudDiscoveryengineV1Control get(string $name, array $optParams = [])

Gets a Control. (controls.get)

Parameters

string $name

Required. The resource name of the Control to get. Format: projects/{project_number}/locations/{location_id}/collections/{colle ction_id}/dataStores/{data_store_id}/controls/{control_id}

array $optParams

Optional parameters.

Return Value

GoogleCloudDiscoveryengineV1Control

Exceptions

Exception

GoogleCloudDiscoveryengineV1ListControlsResponse listProjectsLocationsDataStoresControls(string $parent, array $optParams = [])

Lists all Controls by their parent DataStore.

(controls.listProjectsLocationsDataStoresControls)

Parameters

string $parent

Required. The data store resource name. Format: projec ts/{project_number}/locations/{location_id}/collections/{collection_id}/dataS tores/{data_store_id} or projects/{project_number}/locations/{location_id}/ collections/{collection_id}/engines/{engine_id}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDiscoveryengineV1ListControlsResponse

Exceptions

Exception

GoogleCloudDiscoveryengineV1Control patch(string $name, GoogleCloudDiscoveryengineV1Control $postBody, array $optParams = [])

Updates a Control. Control action type cannot be changed. If the Control to update does not exist, a NOT_FOUND error is returned. (controls.patch)

Parameters

string $name

Immutable. Fully qualified name projects/locations/global/dataStore/controls

GoogleCloudDiscoveryengineV1Control $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDiscoveryengineV1Control

Exceptions

Exception