class ProjectsLocationsLakesZonesEntitiesPartitions extends Resource (View source)

The "partitions" collection of methods.

Typical usage is:

 $dataplexService = new Google\Service\CloudDataplex(...);
 $partitions = $dataplexService->projects_locations_lakes_zones_entities_partitions;

Methods

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

Create a metadata partition. (partitions.create)

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

Delete a metadata partition. (partitions.delete)

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

Get a metadata partition of an entity. (partitions.get)

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

List metadata partitions of an entity.

Details

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

Create a metadata partition. (partitions.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}/en tities/{entity_id}.

GoogleCloudDataplexV1Partition $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Partition

Exceptions

Exception

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

Delete a metadata partition. (partitions.delete)

Parameters

string $name

Required. The resource name of the partition. format: pro jects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id }/entities/{entity_id}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by "/". All values must be provided.

array $optParams

Optional parameters.

Return Value

DataplexEmpty

Exceptions

Exception

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

Get a metadata partition of an entity. (partitions.get)

Parameters

string $name

Required. The resource name of the partition: projects/{p roject_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entiti es/{entity_id}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by "/". All values must be provided.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Partition

Exceptions

Exception

GoogleCloudDataplexV1ListPartitionsResponse listProjectsLocationsLakesZonesEntitiesPartitions(string $parent, array $optParams = [])

List metadata partitions of an entity.

(partitions.listProjectsLocationsLakesZonesEntitiesPartitions)

Parameters

string $parent

Required. The resource name of the parent entity: proje cts/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/ entities/{entity_id}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1ListPartitionsResponse

Exceptions

Exception