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

#include <deployment_manager_service.h>

Public Member Functions

 OperationsResource (DeploymentManagerService *service)
 
 ~OperationsResource ()
 
OperationsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &operation) const
 
OperationsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
OperationsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ OperationsResource()

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

◆ ~OperationsResource()

google_deploymentmanager_api::DeploymentManagerService::OperationsResource::~OperationsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

OperationsResource_GetMethod * google_deploymentmanager_api::DeploymentManagerService::OperationsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  operation 
) const

Creates a new OperationsResource_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]operationThe name of the operation for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

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

Creates a new OperationsResource_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()

OperationsResource_ListMethodPager * google_deploymentmanager_api::DeploymentManagerService::OperationsResource::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

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