#include <instances_import_request.h>
Database instance import request.
◆ InstancesImportRequest() [1/2]
| google_sqladmin_api::InstancesImportRequest::InstancesImportRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ InstancesImportRequest() [2/2]
| google_sqladmin_api::InstancesImportRequest::InstancesImportRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~InstancesImportRequest()
| google_sqladmin_api::InstancesImportRequest::~InstancesImportRequest |
( |
| ) |
|
|
virtual |
◆ clear_import_context()
| void google_sqladmin_api::InstancesImportRequest::clear_import_context |
( |
| ) |
|
|
inline |
Clears the 'importContext' attribute.
◆ get_import_context()
| const ImportContext google_sqladmin_api::InstancesImportRequest::get_import_context |
( |
| ) |
const |
Get a reference to the value of the 'importContext' attribute.
◆ GetTypeName()
| const StringPiece google_sqladmin_api::InstancesImportRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_import_context()
| bool google_sqladmin_api::InstancesImportRequest::has_import_context |
( |
| ) |
const |
|
inline |
Determine if the 'importContext' attribute was set.
- Returns
- true if the '
importContext' attribute was set.
◆ mutable_importContext()
| ImportContext google_sqladmin_api::InstancesImportRequest::mutable_importContext |
( |
| ) |
|
Gets a reference to a mutable value of the 'importContext' property.
Contains details about the import operation.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: