dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::MountedDataDisk Class Reference

#include <mounted_data_disk.h>

Inheritance diagram for google_dataflow_api::MountedDataDisk:

Public Member Functions

 MountedDataDisk (const Json::Value &storage)
 
 MountedDataDisk (Json::Value *storage)
 
virtual ~MountedDataDisk ()
 
const StringPiece GetTypeName () const
 
bool has_data_disk () const
 
void clear_data_disk ()
 
const StringPiece get_data_disk () const
 
void set_data_disk (const StringPiece &value)
 

Static Public Member Functions

static MountedDataDiskNew ()
 

Detailed Description

Describes mounted data disk.

Constructor & Destructor Documentation

◆ MountedDataDisk() [1/2]

google_dataflow_api::MountedDataDisk::MountedDataDisk ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~MountedDataDisk()

google_dataflow_api::MountedDataDisk::~MountedDataDisk ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::MountedDataDisk

◆ 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()

MountedDataDisk * google_dataflow_api::MountedDataDisk::New ( )
static

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
[in]valueThe new value.

The documentation for this class was generated from the following files: