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

#include <get_template_response.h>

Inheritance diagram for google_dataflow_api::GetTemplateResponse:

Public Member Functions

 GetTemplateResponse (const Json::Value &storage)
 
 GetTemplateResponse (Json::Value *storage)
 
virtual ~GetTemplateResponse ()
 
const StringPiece GetTypeName () const
 
bool has_metadata () const
 
void clear_metadata ()
 
const TemplateMetadata get_metadata () const
 
TemplateMetadata mutable_metadata ()
 
bool has_runtime_metadata () const
 
void clear_runtime_metadata ()
 
const RuntimeMetadata get_runtime_metadata () const
 
RuntimeMetadata mutable_runtimeMetadata ()
 
bool has_status () const
 
void clear_status ()
 
const Status get_status () const
 
Status mutable_status ()
 
bool has_template_type () const
 
void clear_template_type ()
 
const StringPiece get_template_type () const
 
void set_template_type (const StringPiece &value)
 

Static Public Member Functions

static GetTemplateResponseNew ()
 

Detailed Description

The response to a GetTemplate request.

Constructor & Destructor Documentation

◆ GetTemplateResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GetTemplateResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GetTemplateResponse()

google_dataflow_api::GetTemplateResponse::~GetTemplateResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_metadata()

void google_dataflow_api::GetTemplateResponse::clear_metadata ( )
inline

Clears the 'metadata' attribute.

◆ clear_runtime_metadata()

void google_dataflow_api::GetTemplateResponse::clear_runtime_metadata ( )
inline

Clears the 'runtimeMetadata' attribute.

◆ clear_status()

void google_dataflow_api::GetTemplateResponse::clear_status ( )
inline

Clears the 'status' attribute.

◆ clear_template_type()

void google_dataflow_api::GetTemplateResponse::clear_template_type ( )
inline

Clears the 'templateType' attribute.

◆ get_metadata()

const TemplateMetadata google_dataflow_api::GetTemplateResponse::get_metadata ( ) const

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

◆ get_runtime_metadata()

const RuntimeMetadata google_dataflow_api::GetTemplateResponse::get_runtime_metadata ( ) const

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

◆ get_status()

const Status google_dataflow_api::GetTemplateResponse::get_status ( ) const

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

◆ get_template_type()

const StringPiece google_dataflow_api::GetTemplateResponse::get_template_type ( ) const
inline

Get the value of the 'templateType' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::GetTemplateResponse

◆ has_metadata()

bool google_dataflow_api::GetTemplateResponse::has_metadata ( ) const
inline

Determine if the 'metadata' attribute was set.

Returns
true if the 'metadata' attribute was set.

◆ has_runtime_metadata()

bool google_dataflow_api::GetTemplateResponse::has_runtime_metadata ( ) const
inline

Determine if the 'runtimeMetadata' attribute was set.

Returns
true if the 'runtimeMetadata' attribute was set.

◆ has_status()

bool google_dataflow_api::GetTemplateResponse::has_status ( ) const
inline

Determine if the 'status' attribute was set.

Returns
true if the 'status' attribute was set.

◆ has_template_type()

bool google_dataflow_api::GetTemplateResponse::has_template_type ( ) const
inline

Determine if the 'templateType' attribute was set.

Returns
true if the 'templateType' attribute was set.

◆ mutable_metadata()

TemplateMetadata google_dataflow_api::GetTemplateResponse::mutable_metadata ( )

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

The template metadata describing the template name, available parameters, etc.

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

◆ mutable_runtimeMetadata()

RuntimeMetadata google_dataflow_api::GetTemplateResponse::mutable_runtimeMetadata ( )

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

Describes the runtime metadata with SDKInfo and available parameters.

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

◆ mutable_status()

Status google_dataflow_api::GetTemplateResponse::mutable_status ( )

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

The status of the get template request. Any problems with the request will be indicated in the error_details.

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

◆ New()

GetTemplateResponse * google_dataflow_api::GetTemplateResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_template_type()

void google_dataflow_api::GetTemplateResponse::set_template_type ( const StringPiece &  value)
inline

Change the 'templateType' attribute.

Template Type.

Parameters
[in]valueThe new value.

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