#include <import_file.h>
◆ ImportFile() [1/2]
google_deploymentmanager_api::ImportFile::ImportFile |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ImportFile() [2/2]
google_deploymentmanager_api::ImportFile::ImportFile |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ImportFile()
google_deploymentmanager_api::ImportFile::~ImportFile |
( |
| ) |
|
|
virtual |
◆ clear_content()
void google_deploymentmanager_api::ImportFile::clear_content |
( |
| ) |
|
|
inline |
Clears the 'content
' attribute.
◆ clear_name()
void google_deploymentmanager_api::ImportFile::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ get_content()
const StringPiece google_deploymentmanager_api::ImportFile::get_content |
( |
| ) |
const |
|
inline |
Get the value of the 'content
' attribute.
◆ get_name()
const StringPiece google_deploymentmanager_api::ImportFile::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ GetTypeName()
const StringPiece google_deploymentmanager_api::ImportFile::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_content()
bool google_deploymentmanager_api::ImportFile::has_content |
( |
| ) |
const |
|
inline |
Determine if the 'content
' attribute was set.
- Returns
- true if the '
content
' attribute was set.
◆ has_name()
bool google_deploymentmanager_api::ImportFile::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ New()
ImportFile * google_deploymentmanager_api::ImportFile::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_content()
void google_deploymentmanager_api::ImportFile::set_content |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'content
' attribute.
The contents of the file.
- Parameters
-
◆ set_name()
void google_deploymentmanager_api::ImportFile::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The name of the file.
- Parameters
-
The documentation for this class was generated from the following files:
- google/deploymentmanager_api/import_file.h
- google/deploymentmanager_api/import_file.cc