sqladmin
v1beta4
|
The "users" collection of methods. More...
Classes | |
class | DeleteRequest |
Deletes a user from a Cloud SQL instance. More... | |
class | InsertRequest |
Creates a new user in a Cloud SQL instance. More... | |
class | ListRequest |
Lists users in the specified Cloud SQL instance. More... | |
class | UpdateRequest |
Updates an existing user in a Cloud SQL instance. More... | |
Public Member Functions | |
UsersResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual DeleteRequest | Delete (string project, string instance, string host, string name) |
Deletes a user from a Cloud SQL instance. More... | |
virtual InsertRequest | Insert (Google.Apis.SQLAdmin.v1beta4.Data.User body, string project, string instance) |
Creates a new user in a Cloud SQL instance. More... | |
virtual ListRequest | List (string project, string instance) |
Lists users in the specified Cloud SQL instance. More... | |
virtual UpdateRequest | Update (Google.Apis.SQLAdmin.v1beta4.Data.User body, string project, string instance, string name) |
Updates an existing user in a Cloud SQL instance. More... | |
The "users" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes a user from a Cloud SQL instance.
project | Project ID of the project that contains the instance. |
instance | Database instance ID. This does not include the project ID. |
host | Host of the user in the instance. |
name | Name of the user in the instance. |
|
inlinevirtual |
Creates a new user in a Cloud SQL instance.
body | The body of the request. |
project | Project ID of the project that contains the instance. |
instance | Database instance ID. This does not include the project ID. |
|
inlinevirtual |
Lists users in the specified Cloud SQL instance.
project | Project ID of the project that contains the instance. |
instance | Database instance ID. This does not include the project ID. |
|
inlinevirtual |
Updates an existing user in a Cloud SQL instance.
body | The body of the request. |
project | Project ID of the project that contains the instance. |
instance | Database instance ID. This does not include the project ID. |
name | Name of the user in the instance. |