ProjectsLocationsConnectionsEntityTypesEntitieswithacls
class ProjectsLocationsConnectionsEntityTypesEntitieswithacls extends Resource (View source)
The "entitieswithacls" collection of methods.
Typical usage is:
$connectorsService = new Google\Service\Connectors(...);
$entitieswithacls = $connectorsService->projects_locations_connections_entityTypes_entitieswithacls;
Methods
listProjectsLocationsConnectionsEntityTypesEntitieswithacls(string $parent, array $optParams = [])
Lists entity rows with ACLs of a particular entity type contained in the request. Note: 1. Currently, only max of one 'sort_by' column is supported.
Details
Operation
listProjectsLocationsConnectionsEntityTypesEntitieswithacls(string $parent, array $optParams = [])
Lists entity rows with ACLs of a particular entity type contained in the request. Note: 1. Currently, only max of one 'sort_by' column is supported.
- If no 'sort_by' column is provided, the primary key of the table is used. If zero or more than one primary key is available, we default to the unpaginated list entities logic which only returns the first page. 3. The values of the 'sort_by' columns must uniquely identify an entity row, otherwise undefined behaviors may be observed during pagination. 4. Since transactions are not supported, any updates, inserts or deletes during pagination can lead to stale data being returned or other unexpected behaviors. (entitieswithacls.listProjectsLocationsConnectionsEntityTypesEntit ieswithacls)