ProjectsLocationsEntryTypes
class ProjectsLocationsEntryTypes extends Resource (View source)
The "entryTypes" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$entryTypes = $dataplexService->projects_locations_entryTypes;
Methods
Creates an EntryType. (entryTypes.create)
Deletes an EntryType. (entryTypes.delete)
Gets an EntryType. (entryTypes.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (entryTypes.getIamPolicy)
Lists EntryType resources in a project and location.
Updates an EntryType. (entryTypes.patch)
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (entryTypes.setIamPolicy)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudDataplexV1EntryType $postBody, array $optParams = [])
Creates an EntryType. (entryTypes.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes an EntryType. (entryTypes.delete)
GoogleCloudDataplexV1EntryType
get(string $name, array $optParams = [])
Gets an EntryType. (entryTypes.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (entryTypes.getIamPolicy)
GoogleCloudDataplexV1ListEntryTypesResponse
listProjectsLocationsEntryTypes(string $parent, array $optParams = [])
Lists EntryType resources in a project and location.
(entryTypes.listProjectsLocationsEntryTypes)
GoogleLongrunningOperation
patch(string $name, GoogleCloudDataplexV1EntryType $postBody, array $optParams = [])
Updates an EntryType. (entryTypes.patch)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (entryTypes.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (entryTypes.testIamPermissions)