ProjectsLocationsLakesZonesEntities
class ProjectsLocationsLakesZonesEntities extends Resource (View source)
The "entities" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$entities = $dataplexService->projects_locations_lakes_zones_entities;
Methods
create(string $parent, GoogleCloudDataplexV1Entity $postBody, array $optParams = [])
Create a metadata entity. (entities.create)
delete(string $name, array $optParams = [])
Delete a metadata entity. (entities.delete)
get(string $name, array $optParams = [])
Get a metadata entity. (entities.get)
listProjectsLocationsLakesZonesEntities(string $parent, array $optParams = [])
List metadata entities in a zone.
update(string $name, GoogleCloudDataplexV1Entity $postBody, array $optParams = [])
Update a metadata entity. Only supports full resource update.
Details
GoogleCloudDataplexV1Entity
create(string $parent, GoogleCloudDataplexV1Entity $postBody, array $optParams = [])
Create a metadata entity. (entities.create)
DataplexEmpty
delete(string $name, array $optParams = [])
Delete a metadata entity. (entities.delete)
GoogleCloudDataplexV1Entity
get(string $name, array $optParams = [])
Get a metadata entity. (entities.get)
GoogleCloudDataplexV1ListEntitiesResponse
listProjectsLocationsLakesZonesEntities(string $parent, array $optParams = [])
List metadata entities in a zone.
(entities.listProjectsLocationsLakesZonesEntities)
GoogleCloudDataplexV1Entity
update(string $name, GoogleCloudDataplexV1Entity $postBody, array $optParams = [])
Update a metadata entity. Only supports full resource update.
(entities.update)