ProjectsLocationsEntryGroupsEntries
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)
GoogleCloudDataplexV1Entry
delete(string $name, array $optParams = [])
Deletes an Entry. (entries.delete)
GoogleCloudDataplexV1Entry
get(string $name, array $optParams = [])
Gets an Entry. (entries.get)
GoogleCloudDataplexV1ListEntriesResponse
listProjectsLocationsEntryGroupsEntries(string $parent, array $optParams = [])
Lists Entries within an EntryGroup.
(entries.listProjectsLocationsEntryGroupsEntries)
GoogleCloudDataplexV1Entry
patch(string $name, GoogleCloudDataplexV1Entry $postBody, array $optParams = [])
Updates an Entry. (entries.patch)