sqladmin
v1beta4
|
The "databases" collection of methods. More...
Classes | |
class | DeleteRequest |
Deletes a database from a Cloud SQL instance. More... | |
class | GetRequest |
Retrieves a resource containing information about a database inside a Cloud SQL instance. More... | |
class | InsertRequest |
Inserts a resource containing information about a database inside a Cloud SQL instance. More... | |
class | ListRequest |
Lists databases in the specified Cloud SQL instance. More... | |
class | PatchRequest |
Updates a resource containing information about a database inside a Cloud SQL instance. This method supports patch semantics. More... | |
class | UpdateRequest |
Updates a resource containing information about a database inside a Cloud SQL instance. More... | |
Public Member Functions | |
DatabasesResource (Google.Apis.Services.IClientService service) | |
Constructs a new resource. More... | |
virtual DeleteRequest | Delete (string project, string instance, string database) |
Deletes a database from a Cloud SQL instance. More... | |
virtual GetRequest | Get (string project, string instance, string database) |
Retrieves a resource containing information about a database inside a Cloud SQL instance. More... | |
virtual InsertRequest | Insert (Google.Apis.SQLAdmin.v1beta4.Data.Database body, string project, string instance) |
Inserts a resource containing information about a database inside a Cloud SQL instance. More... | |
virtual ListRequest | List (string project, string instance) |
Lists databases in the specified Cloud SQL instance. More... | |
virtual PatchRequest | Patch (Google.Apis.SQLAdmin.v1beta4.Data.Database body, string project, string instance, string database) |
Updates a resource containing information about a database inside a Cloud SQL instance. This method supports patch semantics. More... | |
virtual UpdateRequest | Update (Google.Apis.SQLAdmin.v1beta4.Data.Database body, string project, string instance, string database) |
Updates a resource containing information about a database inside a Cloud SQL instance. More... | |
The "databases" collection of methods.
|
inline |
Constructs a new resource.
|
inlinevirtual |
Deletes a database 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. |
database | Name of the database to be deleted in the instance. |
|
inlinevirtual |
Retrieves a resource containing information about a database inside 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. |
database | Name of the database in the instance. |
|
inlinevirtual |
Inserts a resource containing information about a database inside 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 databases in the specified Cloud SQL instance.
project | Project ID of the project that contains the instance. |
instance | Cloud SQL instance ID. This does not include the project ID. |
|
inlinevirtual |
Updates a resource containing information about a database inside a Cloud SQL instance. This method supports patch semantics.
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. |
database | Name of the database to be updated in the instance. |
|
inlinevirtual |
Updates a resource containing information about a database inside 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. |
database | Name of the database to be updated in the instance. |