ProjectsInstancesTablesAuthorizedViews
class ProjectsInstancesTablesAuthorizedViews extends Resource (View source)
The "authorizedViews" collection of methods.
Typical usage is:
$bigtableadminService = new Google\Service\BigtableAdmin(...);
$authorizedViews = $bigtableadminService->projects_instances_tables_authorizedViews;
Methods
Creates a new AuthorizedView in a table. (authorizedViews.create)
Permanently deletes a specified AuthorizedView. (authorizedViews.delete)
Gets information from a specified AuthorizedView. (authorizedViews.get)
Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.
Lists all AuthorizedViews from a specific table.
Updates an AuthorizedView in a table. (authorizedViews.patch)
Sets the access control policy on a Bigtable resource. Replaces any existing policy. (authorizedViews.setIamPolicy)
Returns permissions that the caller has on the specified Bigtable resource.
Details
Operation
create(string $parent, AuthorizedView $postBody, array $optParams = [])
Creates a new AuthorizedView in a table. (authorizedViews.create)
BigtableadminEmpty
delete(string $name, array $optParams = [])
Permanently deletes a specified AuthorizedView. (authorizedViews.delete)
AuthorizedView
get(string $name, array $optParams = [])
Gets information from a specified AuthorizedView. (authorizedViews.get)
Policy
getIamPolicy(string $resource, GetIamPolicyRequest $postBody, array $optParams = [])
Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.
(authorizedViews.getIamPolicy)
ListAuthorizedViewsResponse
listProjectsInstancesTablesAuthorizedViews(string $parent, array $optParams = [])
Lists all AuthorizedViews from a specific table.
(authorizedViews.listProjectsInstancesTablesAuthorizedViews)
Operation
patch(string $name, AuthorizedView $postBody, array $optParams = [])
Updates an AuthorizedView in a table. (authorizedViews.patch)
Policy
setIamPolicy(string $resource, SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on a Bigtable resource. Replaces any existing policy. (authorizedViews.setIamPolicy)
TestIamPermissionsResponse
testIamPermissions(string $resource, TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that the caller has on the specified Bigtable resource.
(authorizedViews.testIamPermissions)