| Package | Description |
|---|---|
| com.google.api.services.sqladmin | |
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.Users.Insert |
SQLAdmin.Users.insert(String project,
String instance,
User content)
Creates a new user in a Cloud SQL instance.
|
SQLAdmin.Users.Update |
SQLAdmin.Users.update(String project,
String instance,
User content)
Updates an existing user in a Cloud SQL instance.
|
| Constructor and Description |
|---|
Insert(String project,
String instance,
User content)
Creates a new user in a Cloud SQL instance.
|
Update(String project,
String instance,
User content)
Updates an existing user in a Cloud SQL instance.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.set(String fieldName,
Object value) |
User |
User.setDualPasswordType(String dualPasswordType)
Dual password status for the user.
|
User |
User.setEtag(String etag)
This field is deprecated and will be removed from a future version of the API.
|
User |
User.setHost(String host)
Optional.
|
User |
User.setInstance(String instance)
The name of the Cloud SQL instance.
|
User |
User.setKind(String kind)
This is always `sql#user`.
|
User |
User.setName(String name)
The name of the user in the Cloud SQL instance.
|
User |
User.setPassword(String password)
The password for the user.
|
User |
User.setPasswordPolicy(UserPasswordValidationPolicy passwordPolicy)
User level password validation policy.
|
User |
User.setProject(String project)
The project ID of the project containing the Cloud SQL database.
|
User |
User.setSqlserverUserDetails(SqlServerUserDetails sqlserverUserDetails) |
User |
User.setType(String type)
The user type.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
UsersListResponse.getItems()
List of user resources in the instance.
|
| Modifier and Type | Method and Description |
|---|---|
UsersListResponse |
UsersListResponse.setItems(List<User> items)
List of user resources in the instance.
|
Copyright © 2011–2022 Google. All rights reserved.