#include <container_spec.h>
◆ ContainerSpec() [1/2]
google_dataflow_api::ContainerSpec::ContainerSpec |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ContainerSpec() [2/2]
google_dataflow_api::ContainerSpec::ContainerSpec |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ContainerSpec()
google_dataflow_api::ContainerSpec::~ContainerSpec |
( |
| ) |
|
|
virtual |
◆ clear_image()
void google_dataflow_api::ContainerSpec::clear_image |
( |
| ) |
|
|
inline |
Clears the 'image
' attribute.
◆ clear_metadata()
void google_dataflow_api::ContainerSpec::clear_metadata |
( |
| ) |
|
|
inline |
Clears the 'metadata
' attribute.
◆ clear_sdk_info()
void google_dataflow_api::ContainerSpec::clear_sdk_info |
( |
| ) |
|
|
inline |
Clears the 'sdkInfo
' attribute.
◆ get_image()
const StringPiece google_dataflow_api::ContainerSpec::get_image |
( |
| ) |
const |
|
inline |
Get the value of the 'image
' attribute.
◆ get_metadata()
const TemplateMetadata google_dataflow_api::ContainerSpec::get_metadata |
( |
| ) |
const |
Get a reference to the value of the 'metadata
' attribute.
◆ get_sdk_info()
const SDKInfo google_dataflow_api::ContainerSpec::get_sdk_info |
( |
| ) |
const |
Get a reference to the value of the 'sdkInfo
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::ContainerSpec::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_image()
bool google_dataflow_api::ContainerSpec::has_image |
( |
| ) |
const |
|
inline |
Determine if the 'image
' attribute was set.
- Returns
- true if the '
image
' attribute was set.
◆ has_metadata()
bool google_dataflow_api::ContainerSpec::has_metadata |
( |
| ) |
const |
|
inline |
Determine if the 'metadata
' attribute was set.
- Returns
- true if the '
metadata
' attribute was set.
◆ has_sdk_info()
bool google_dataflow_api::ContainerSpec::has_sdk_info |
( |
| ) |
const |
|
inline |
Determine if the 'sdkInfo
' attribute was set.
- Returns
- true if the '
sdkInfo
' attribute was set.
◆ mutable_metadata()
Gets a reference to a mutable value of the 'metadata
' property.
Metadata describing a template including description and validation rules.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_sdkInfo()
SDKInfo google_dataflow_api::ContainerSpec::mutable_sdkInfo |
( |
| ) |
|
Gets a reference to a mutable value of the 'sdkInfo
' property.
Required. SDK info of the Flex Template.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_image()
void google_dataflow_api::ContainerSpec::set_image |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'image
' attribute.
Name of the docker container image. E.g., gcr.io/project/some-image.
- Parameters
-
The documentation for this class was generated from the following files: