deploymentmanager  v2
Public Member Functions | List of all members
google_deploymentmanager_api::DeploymentManagerService::ResourcesResource Class Reference

#include <deployment_manager_service.h>

Public Member Functions

 ResourcesResource (DeploymentManagerService *service)
 
 ~ResourcesResource ()
 
ResourcesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const absl::string_view &resource) const
 
ResourcesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const
 
ResourcesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ResourcesResource()

google_deploymentmanager_api::DeploymentManagerService::ResourcesResource::ResourcesResource ( DeploymentManagerService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ResourcesResource()

google_deploymentmanager_api::DeploymentManagerService::ResourcesResource::~ResourcesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

ResourcesResource_GetMethod * google_deploymentmanager_api::DeploymentManagerService::ResourcesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment,
const absl::string_view &  resource 
) const

Creates a new ResourcesResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectThe project ID for this request.
[in]deploymentThe name of the deployment for this request.
[in]resourceThe name of the resource for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

ResourcesResource_ListMethod * google_deploymentmanager_api::DeploymentManagerService::ResourcesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment 
) const

Creates a new ResourcesResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectThe project ID for this request.
[in]deploymentThe name of the deployment for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

ResourcesResource_ListMethodPager * google_deploymentmanager_api::DeploymentManagerService::ResourcesResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectThe project ID for this request.
[in]deploymentThe name of the deployment for this request.
See also
googleapis::googleapis::ServiceRequestPager

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