deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::ImportFile Class Reference

#include <import_file.h>

Inheritance diagram for google_deploymentmanager_api::ImportFile:

Public Member Functions

 ImportFile (const Json::Value &storage)
 
 ImportFile (Json::Value *storage)
 
virtual ~ImportFile ()
 
const StringPiece GetTypeName () const
 
bool has_content () const
 
void clear_content ()
 
const StringPiece get_content () const
 
void set_content (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 

Static Public Member Functions

static ImportFileNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ImportFile() [1/2]

google_deploymentmanager_api::ImportFile::ImportFile ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ImportFile()

google_deploymentmanager_api::ImportFile::~ImportFile ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ImportFile

◆ 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
[in]valueThe new value.

◆ set_name()

void google_deploymentmanager_api::ImportFile::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name of the file.

Parameters
[in]valueThe new value.

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