ProjectsLocationsClustersUsers
class ProjectsLocationsClustersUsers extends Resource (View source)
The "users" collection of methods.
Typical usage is:
$alloydbService = new Google\Service\CloudAlloyDBAdmin(...);
$users = $alloydbService->projects_locations_clusters_users;
Methods
delete(string $name, array $optParams = [])
Deletes a single User. (users.delete)
listProjectsLocationsClustersUsers(string $parent, array $optParams = [])
Lists Users in a given project and location.
Details
User
create(string $parent, User $postBody, array $optParams = [])
Creates a new User in a given project, location, and cluster. (users.create)
AlloydbEmpty
delete(string $name, array $optParams = [])
Deletes a single User. (users.delete)
User
get(string $name, array $optParams = [])
Gets details of a single User. (users.get)
ListUsersResponse
listProjectsLocationsClustersUsers(string $parent, array $optParams = [])
Lists Users in a given project and location.
(users.listProjectsLocationsClustersUsers)