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

#include <deployment_manager_service.h>

Public Member Functions

 DeploymentsResource (DeploymentManagerService *service)
 
 ~DeploymentsResource ()
 
DeploymentsResource_CancelPreviewMethodNewCancelPreviewMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const DeploymentsCancelPreviewRequest &_content_) const
 
DeploymentsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const
 
DeploymentsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const
 
DeploymentsResource_GetIamPolicyMethodNewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource) const
 
DeploymentsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Deployment &_content_) const
 
DeploymentsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
DeploymentsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
DeploymentsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const Deployment &_content_) const
 
DeploymentsResource_SetIamPolicyMethodNewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const GlobalSetPolicyRequest &_content_) const
 
DeploymentsResource_StopMethodNewStopMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const DeploymentsStopRequest &_content_) const
 
DeploymentsResource_TestIamPermissionsMethodNewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const TestPermissionsRequest &_content_) const
 
DeploymentsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const Deployment &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ DeploymentsResource()

google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::DeploymentsResource ( 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.

◆ ~DeploymentsResource()

google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::~DeploymentsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCancelPreviewMethod()

DeploymentsResource_CancelPreviewMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewCancelPreviewMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment,
const DeploymentsCancelPreviewRequest _content_ 
) const

Creates a new DeploymentsResource_CancelPreviewMethod 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]<em>content</em>The data object to cancelPreview.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

DeploymentsResource_DeleteMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment 
) const

Creates a new DeploymentsResource_DeleteMethod 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.

◆ NewGetIamPolicyMethod()

DeploymentsResource_GetIamPolicyMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewGetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  resource 
) const

Creates a new DeploymentsResource_GetIamPolicyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]resourceName or id of the resource for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

DeploymentsResource_GetMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment 
) const

Creates a new DeploymentsResource_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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

DeploymentsResource_InsertMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const Deployment _content_ 
) const

Creates a new DeploymentsResource_InsertMethod instance.

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

◆ NewListMethod()

DeploymentsResource_ListMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new DeploymentsResource_ListMethod instance.

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

◆ NewListMethodPager()

DeploymentsResource_ListMethodPager * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) 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.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

DeploymentsResource_PatchMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment,
const Deployment _content_ 
) const

Creates a new DeploymentsResource_PatchMethod 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]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetIamPolicyMethod()

DeploymentsResource_SetIamPolicyMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewSetIamPolicyMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  resource,
const GlobalSetPolicyRequest _content_ 
) const

Creates a new DeploymentsResource_SetIamPolicyMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to setIamPolicy.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewStopMethod()

DeploymentsResource_StopMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewStopMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment,
const DeploymentsStopRequest _content_ 
) const

Creates a new DeploymentsResource_StopMethod 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]<em>content</em>The data object to stop.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewTestIamPermissionsMethod()

DeploymentsResource_TestIamPermissionsMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewTestIamPermissionsMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  resource,
const TestPermissionsRequest _content_ 
) const

Creates a new DeploymentsResource_TestIamPermissionsMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]resourceName or id of the resource for this request.
[in]<em>content</em>The data object to testIamPermissions.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

DeploymentsResource_UpdateMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  deployment,
const Deployment _content_ 
) const

Creates a new DeploymentsResource_UpdateMethod 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]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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