#include <mounted_data_disk.h>
Describes mounted data disk.
◆ MountedDataDisk() [1/2]
google_dataflow_api::MountedDataDisk::MountedDataDisk |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ MountedDataDisk() [2/2]
google_dataflow_api::MountedDataDisk::MountedDataDisk |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~MountedDataDisk()
google_dataflow_api::MountedDataDisk::~MountedDataDisk |
( |
| ) |
|
|
virtual |
◆ clear_data_disk()
void google_dataflow_api::MountedDataDisk::clear_data_disk |
( |
| ) |
|
|
inline |
Clears the 'dataDisk
' attribute.
◆ get_data_disk()
const StringPiece google_dataflow_api::MountedDataDisk::get_data_disk |
( |
| ) |
const |
|
inline |
Get the value of the 'dataDisk
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::MountedDataDisk::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_data_disk()
bool google_dataflow_api::MountedDataDisk::has_data_disk |
( |
| ) |
const |
|
inline |
Determine if the 'dataDisk
' attribute was set.
- Returns
- true if the '
dataDisk
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_data_disk()
void google_dataflow_api::MountedDataDisk::set_data_disk |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'dataDisk
' attribute.
The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".
- Parameters
-
The documentation for this class was generated from the following files: