|
dataflow
v1b3
|
#include <get_template_response.h>
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 GetTemplateResponse * | New () |
The response to a GetTemplate request.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'metadata' attribute.
|
inline |
Clears the 'runtimeMetadata' attribute.
|
inline |
Clears the 'status' attribute.
|
inline |
Clears the 'templateType' attribute.
| const TemplateMetadata google_dataflow_api::GetTemplateResponse::get_metadata | ( | ) | const |
Get a reference to the value of the 'metadata' attribute.
| const RuntimeMetadata google_dataflow_api::GetTemplateResponse::get_runtime_metadata | ( | ) | const |
Get a reference to the value of the 'runtimeMetadata' attribute.
| const Status google_dataflow_api::GetTemplateResponse::get_status | ( | ) | const |
Get a reference to the value of the 'status' attribute.
|
inline |
Get the value of the 'templateType' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'metadata' attribute was set.
metadata' attribute was set.
|
inline |
Determine if the 'runtimeMetadata' attribute was set.
runtimeMetadata' attribute was set.
|
inline |
Determine if the 'status' attribute was set.
status' attribute was set.
|
inline |
Determine if the 'templateType' attribute was set.
templateType' attribute was set. | 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.
| 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.
| 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'templateType' attribute.
Template Type.
| [in] | value | The new value. |