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

#include <launch_flex_template_response.h>

Inheritance diagram for google_dataflow_api::LaunchFlexTemplateResponse:

Public Member Functions

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

Static Public Member Functions

static LaunchFlexTemplateResponseNew ()
 

Detailed Description

Response to the request to launch a job from Flex Template.

Constructor & Destructor Documentation

◆ LaunchFlexTemplateResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LaunchFlexTemplateResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LaunchFlexTemplateResponse()

google_dataflow_api::LaunchFlexTemplateResponse::~LaunchFlexTemplateResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_job()

void google_dataflow_api::LaunchFlexTemplateResponse::clear_job ( )
inline

Clears the 'job' attribute.

◆ get_job()

const Job google_dataflow_api::LaunchFlexTemplateResponse::get_job ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::LaunchFlexTemplateResponse

◆ has_job()

bool google_dataflow_api::LaunchFlexTemplateResponse::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::LaunchFlexTemplateResponse::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()

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