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

#include <delete_snapshot_response.h>

Inheritance diagram for google_dataflow_api::DeleteSnapshotResponse:

Public Member Functions

 DeleteSnapshotResponse (const Json::Value &storage)
 
 DeleteSnapshotResponse (Json::Value *storage)
 
virtual ~DeleteSnapshotResponse ()
 
const StringPiece GetTypeName () const
 

Static Public Member Functions

static DeleteSnapshotResponseNew ()
 

Detailed Description

Response from deleting a snapshot.

Constructor & Destructor Documentation

◆ DeleteSnapshotResponse() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ DeleteSnapshotResponse() [2/2]

google_dataflow_api::DeleteSnapshotResponse::DeleteSnapshotResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~DeleteSnapshotResponse()

google_dataflow_api::DeleteSnapshotResponse::~DeleteSnapshotResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ GetTypeName()

const StringPiece google_dataflow_api::DeleteSnapshotResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::DeleteSnapshotResponse

◆ New()

DeleteSnapshotResponse * google_dataflow_api::DeleteSnapshotResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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