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

#include <launch_template_response.h>

Inheritance diagram for google_dataflow_api::LaunchTemplateResponse:

Public Member Functions

 LaunchTemplateResponse (const Json::Value &storage)
 
 LaunchTemplateResponse (Json::Value *storage)
 
virtual ~LaunchTemplateResponse ()
 
const StringPiece GetTypeName () const
 
bool has_job () const
 
void clear_job ()
 
const Job get_job () const
 
Job mutable_job ()
 

Static Public Member Functions

static LaunchTemplateResponseNew ()
 

Detailed Description

Response to the request to launch a template.

Constructor & Destructor Documentation

◆ LaunchTemplateResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LaunchTemplateResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LaunchTemplateResponse()

google_dataflow_api::LaunchTemplateResponse::~LaunchTemplateResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_job()

void google_dataflow_api::LaunchTemplateResponse::clear_job ( )
inline

Clears the 'job' attribute.

◆ get_job()

const Job google_dataflow_api::LaunchTemplateResponse::get_job ( ) const

Get a reference to the value of the 'job' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::LaunchTemplateResponse

◆ has_job()

bool google_dataflow_api::LaunchTemplateResponse::has_job ( ) const
inline

Determine if the 'job' attribute was set.

Returns
true if the 'job' attribute was set.

◆ mutable_job()

Job google_dataflow_api::LaunchTemplateResponse::mutable_job ( )

Gets a reference to a mutable value of the 'job' property.

The job that was launched, if the request was not a dry run and the job was successfully launched.

Returns
The result can be modified to change the attribute value.

◆ New()

LaunchTemplateResponse * google_dataflow_api::LaunchTemplateResponse::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: