dataflow
v1b3
|
#include <disk.h>
Public Member Functions | |
Disk (const Json::Value &storage) | |
Disk (Json::Value *storage) | |
virtual | ~Disk () |
const StringPiece | GetTypeName () const |
bool | has_disk_type () const |
void | clear_disk_type () |
const StringPiece | get_disk_type () const |
void | set_disk_type (const StringPiece &value) |
bool | has_mount_point () const |
void | clear_mount_point () |
const StringPiece | get_mount_point () const |
void | set_mount_point (const StringPiece &value) |
bool | has_size_gb () const |
void | clear_size_gb () |
int32 | get_size_gb () const |
void | set_size_gb (int32 value) |
Static Public Member Functions | |
static Disk * | New () |
Describes the data disk used by a workflow job.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'diskType
' attribute.
|
inline |
Clears the 'mountPoint
' attribute.
|
inline |
Clears the 'sizeGb
' attribute.
|
inline |
Get the value of the 'diskType
' attribute.
|
inline |
Get the value of the 'mountPoint
' attribute.
|
inline |
Get the value of the 'sizeGb
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_dataflow_api::Disk
|
inline |
Determine if the 'diskType
' attribute was set.
diskType
' attribute was set.
|
inline |
Determine if the 'mountPoint
' attribute was set.
mountPoint
' attribute was set.
|
inline |
Determine if the 'sizeGb
' attribute was set.
sizeGb
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'diskType
' attribute.
compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd- standard.
[in] | value | The new value. |
|
inline |
Change the 'mountPoint
' attribute.
Directory in a VM where disk is mounted.
[in] | value | The new value. |
|
inline |
Change the 'sizeGb
' attribute.
Size of disk in GB. If zero or unspecified, the service will attempt to choose a reasonable default.
[in] | value | The new value. |