class ProjectsLocationsEntryGroupsEntries extends Resource (View source)

The "entries" collection of methods.

Typical usage is:

 $dataplexService = new Google\Service\CloudDataplex(...);
 $entries = $dataplexService->projects_locations_entryGroups_entries;

Methods

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

Creates an Entry. (entries.create)

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

Deletes an Entry. (entries.delete)

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

Gets an Entry. (entries.get)

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

Lists Entries within an EntryGroup.

patch(string $name, GoogleCloudDataplexV1Entry $postBody, array $optParams = [])

Updates an Entry. (entries.patch)

Details

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

Creates an Entry. (entries.create)

Parameters

string $parent

Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}.

GoogleCloudDataplexV1Entry $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entry

Exceptions

Exception

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

Deletes an Entry. (entries.delete)

Parameters

string $name

Required. The resource name of the Entry: projects/{proje ct}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entry

Exceptions

Exception

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

Gets an Entry. (entries.get)

Parameters

string $name

Required. The resource name of the Entry: projects/{proje ct}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entry

Exceptions

Exception

GoogleCloudDataplexV1ListEntriesResponse listProjectsLocationsEntryGroupsEntries(string $parent, array $optParams = [])

Lists Entries within an EntryGroup.

(entries.listProjectsLocationsEntryGroupsEntries)

Parameters

string $parent

Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}.

array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1ListEntriesResponse

Exceptions

Exception

GoogleCloudDataplexV1Entry patch(string $name, GoogleCloudDataplexV1Entry $postBody, array $optParams = [])

Updates an Entry. (entries.patch)

Parameters

string $name

Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroup s/{entry_group_id}/entries/{entry_id}.

GoogleCloudDataplexV1Entry $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudDataplexV1Entry

Exceptions

Exception