ProjectsLocationsDataStoresControls
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
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)
Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. (controls.delete)
Gets a Control. (controls.get)
Lists all Controls by their parent DataStore.
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)
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)
GoogleCloudDiscoveryengineV1Control
get(string $name, array $optParams = [])
Gets a Control. (controls.get)
GoogleCloudDiscoveryengineV1ListControlsResponse
listProjectsLocationsDataStoresControls(string $parent, array $optParams = [])
Lists all Controls by their parent DataStore.
(controls.listProjectsLocationsDataStoresControls)
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)