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)

Parameters

string $parent

Required. The resource name of the parent zone: project s/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.

GoogleCloudDataplexV1Entity $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entity

Exceptions

Exception

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

Delete a metadata entity. (entities.delete)

Parameters

string $name

Required. The resource name of the entity: projects/{proj ect_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/ {entity_id}.

array $optParams

Optional parameters.

Return Value

DataplexEmpty

Exceptions

Exception

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

Get a metadata entity. (entities.get)

Parameters

string $name

Required. The resource name of the entity: projects/{proj ect_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/ {entity_id}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entity

Exceptions

Exception

GoogleCloudDataplexV1ListEntitiesResponse listProjectsLocationsLakesZonesEntities(string $parent, array $optParams = [])

List metadata entities in a zone.

(entities.listProjectsLocationsLakesZonesEntities)

Parameters

string $parent

Required. The resource name of the parent zone: project s/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1ListEntitiesResponse

Exceptions

Exception

GoogleCloudDataplexV1Entity update(string $name, GoogleCloudDataplexV1Entity $postBody, array $optParams = [])

Update a metadata entity. Only supports full resource update.

(entities.update)

Parameters

string $name

Output only. The resource name of the entity, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones /{zone_id}/entities/{id}.

GoogleCloudDataplexV1Entity $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entity

Exceptions

Exception