ProjectsLocationsCollectionsEngines
class ProjectsLocationsCollectionsEngines extends Resource (View source)
The "engines" collection of methods.
Typical usage is:
$discoveryengineService = new Google\Service\DiscoveryEngine(...);
$engines = $discoveryengineService->projects_locations_collections_engines;
Methods
create(string $parent, GoogleCloudDiscoveryengineV1Engine $postBody, array $optParams = [])
Creates a Engine. (engines.create)
delete(string $name, array $optParams = [])
Deletes a Engine. (engines.delete)
get(string $name, array $optParams = [])
Gets a Engine. (engines.get)
listProjectsLocationsCollectionsEngines(string $parent, array $optParams = [])
Lists all the Engines associated with the project.
patch(string $name, GoogleCloudDiscoveryengineV1Engine $postBody, array $optParams = [])
Updates an Engine (engines.patch)
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudDiscoveryengineV1Engine $postBody, array $optParams = [])
Creates a Engine. (engines.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a Engine. (engines.delete)
GoogleCloudDiscoveryengineV1Engine
get(string $name, array $optParams = [])
Gets a Engine. (engines.get)
GoogleCloudDiscoveryengineV1ListEnginesResponse
listProjectsLocationsCollectionsEngines(string $parent, array $optParams = [])
Lists all the Engines associated with the project.
(engines.listProjectsLocationsCollectionsEngines)
GoogleCloudDiscoveryengineV1Engine
patch(string $name, GoogleCloudDiscoveryengineV1Engine $postBody, array $optParams = [])
Updates an Engine (engines.patch)