ProjectsLocationsLakesContent
class ProjectsLocationsLakesContent extends Resource (View source)
The "content" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$content = $dataplexService->projects_locations_lakes_content;
Methods
Create a content. (content.create)
Delete a content. (content.delete)
Get a content resource. (content.get)
Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.
List content. (content.listProjectsLocationsLakesContent)
Update a content. Only supports full resource update. (content.patch)
Sets the access control policy on the specified contentitem resource.
Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (a NOT_FOUND error is not returned).A caller is not required to have Google IAM permission to make this request.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. (content.testIamPermissions)
Details
GoogleCloudDataplexV1Content
create(string $parent, GoogleCloudDataplexV1Content $postBody, array $optParams = [])
Create a content. (content.create)
DataplexEmpty
delete(string $name, array $optParams = [])
Delete a content. (content.delete)
GoogleCloudDataplexV1Content
get(string $name, array $optParams = [])
Get a content resource. (content.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.
(content.getIamPolicy)
GoogleCloudDataplexV1ListContentResponse
listProjectsLocationsLakesContent(string $parent, array $optParams = [])
List content. (content.listProjectsLocationsLakesContent)
GoogleCloudDataplexV1Content
patch(string $name, GoogleCloudDataplexV1Content $postBody, array $optParams = [])
Update a content. Only supports full resource update. (content.patch)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified contentitem resource.
Replaces any existing policy.Caller must have Google IAM dataplex.content.setIamPolicy permission on the resource. (content.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns the caller's permissions on a resource. If the resource does not exist, an empty set of permissions is returned (a NOT_FOUND error is not returned).A caller is not required to have Google IAM permission to make this request.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. (content.testIamPermissions)