| Modifier and Type | Class and Description |
|---|---|
class |
SQLAdmin.Users.Delete |
class |
SQLAdmin.Users.Get |
class |
SQLAdmin.Users.Insert |
class |
SQLAdmin.Users.List |
class |
SQLAdmin.Users.Update |
| Constructor and Description |
|---|
Users() |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Users.Delete |
delete(String project,
String instance)
Deletes a user from a Cloud SQL instance.
|
SQLAdmin.Users.Get |
get(String project,
String instance,
String name)
Retrieves a resource containing information about a user.
|
SQLAdmin.Users.Insert |
insert(String project,
String instance,
User content)
Creates a new user in a Cloud SQL instance.
|
SQLAdmin.Users.List |
list(String project,
String instance)
Lists users in the specified Cloud SQL instance.
|
SQLAdmin.Users.Update |
update(String project,
String instance,
User content)
Updates an existing user in a Cloud SQL instance.
|
public SQLAdmin.Users.Delete delete(String project, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Database instance ID. This does not include the project ID.IOExceptionpublic SQLAdmin.Users.Get get(String project, String instance, String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Database instance ID. This does not include the project ID.name - User of the instance.IOExceptionpublic SQLAdmin.Users.Insert insert(String project, String instance, User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Database instance ID. This does not include the project ID.content - the UserIOExceptionpublic SQLAdmin.Users.List list(String project, String instance) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Database instance ID. This does not include the project ID.IOExceptionpublic SQLAdmin.Users.Update update(String project, String instance, User content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID of the project that contains the instance.instance - Database instance ID. This does not include the project ID.content - the UserIOExceptionCopyright © 2011–2025 Google. All rights reserved.