#include <instances_export_request.h>
Database instance export request.
◆ InstancesExportRequest() [1/2]
| google_sqladmin_api::InstancesExportRequest::InstancesExportRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ InstancesExportRequest() [2/2]
| google_sqladmin_api::InstancesExportRequest::InstancesExportRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~InstancesExportRequest()
| google_sqladmin_api::InstancesExportRequest::~InstancesExportRequest |
( |
| ) |
|
|
virtual |
◆ clear_export_context()
| void google_sqladmin_api::InstancesExportRequest::clear_export_context |
( |
| ) |
|
|
inline |
Clears the 'exportContext' attribute.
◆ get_export_context()
| const ExportContext google_sqladmin_api::InstancesExportRequest::get_export_context |
( |
| ) |
const |
Get a reference to the value of the 'exportContext' attribute.
◆ GetTypeName()
| const StringPiece google_sqladmin_api::InstancesExportRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_export_context()
| bool google_sqladmin_api::InstancesExportRequest::has_export_context |
( |
| ) |
const |
|
inline |
Determine if the 'exportContext' attribute was set.
- Returns
- true if the '
exportContext' attribute was set.
◆ mutable_exportContext()
| ExportContext google_sqladmin_api::InstancesExportRequest::mutable_exportContext |
( |
| ) |
|
Gets a reference to a mutable value of the 'exportContext' property.
Contains details about the export 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: