deploymentmanager  v2
Classes | Public Member Functions | Static Public Attributes | List of all members
google_deploymentmanager_api::DeploymentManagerService Class Reference

#include <deployment_manager_service.h>

Inheritance diagram for google_deploymentmanager_api::DeploymentManagerService:

Classes

class  DeploymentsResource
 
class  ManifestsResource
 
class  OperationsResource
 
class  ResourcesResource
 
class  SCOPES
 
class  TypesResource
 

Public Member Functions

 DeploymentManagerService (client::HttpTransport *transport)
 
virtual ~DeploymentManagerService ()
 
const DeploymentsResourceget_deployments () const
 
const ManifestsResourceget_manifests () const
 
const OperationsResourceget_operations () const
 
const ResourcesResourceget_resources () const
 
const TypesResourceget_types () const
 

Static Public Attributes

static const char googleapis_API_NAME [] = {"deploymentmanager"}
 
static const char googleapis_API_VERSION [] = {"v2"}
 
static const char googleapis_API_GENERATOR []
 

Detailed Description

Service definition for DeploymentManagerService (v2).

For more information about this service, see the API Documentation at 'https://cloud.google.com/deployment-manager/

Constructor & Destructor Documentation

◆ DeploymentManagerService()

google_deploymentmanager_api::DeploymentManagerService::DeploymentManagerService ( client::HttpTransport *  transport)
explicit

Standard constructor.

Parameters
[in]transportThe transport to use when creating methods to invoke on this service instance.

◆ ~DeploymentManagerService()

google_deploymentmanager_api::DeploymentManagerService::~DeploymentManagerService ( )
virtual

Standard destructor.

Member Function Documentation

◆ get_deployments()

const DeploymentsResource& google_deploymentmanager_api::DeploymentManagerService::get_deployments ( ) const
inline

Gets the resource method factory.

Returns
DeploymentsResource for creating methods.

◆ get_manifests()

const ManifestsResource& google_deploymentmanager_api::DeploymentManagerService::get_manifests ( ) const
inline

Gets the resource method factory.

Returns
ManifestsResource for creating methods.

◆ get_operations()

const OperationsResource& google_deploymentmanager_api::DeploymentManagerService::get_operations ( ) const
inline

Gets the resource method factory.

Returns
OperationsResource for creating methods.

◆ get_resources()

const ResourcesResource& google_deploymentmanager_api::DeploymentManagerService::get_resources ( ) const
inline

Gets the resource method factory.

Returns
ResourcesResource for creating methods.

◆ get_types()

const TypesResource& google_deploymentmanager_api::DeploymentManagerService::get_types ( ) const
inline

Gets the resource method factory.

Returns
TypesResource for creating methods.

Member Data Documentation

◆ googleapis_API_GENERATOR

const char google_deploymentmanager_api::DeploymentManagerService::googleapis_API_GENERATOR
static
Initial value:
= {
"google-apis-code-generator 1.5.1 / 0.1.4"}

The code generator used to generate this API.

◆ googleapis_API_NAME

const char google_deploymentmanager_api::DeploymentManagerService::googleapis_API_NAME = {"deploymentmanager"}
static

The name of the API that this was generated from.

◆ googleapis_API_VERSION

const char google_deploymentmanager_api::DeploymentManagerService::googleapis_API_VERSION = {"v2"}
static

The version of the API that this interface was generated from.


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