deploymentmanager
v2
|
#include <deployment_manager_service.h>
Public Member Functions | |
OperationsResource (DeploymentManagerService *service) | |
~OperationsResource () | |
OperationsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &operation) const |
OperationsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
OperationsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | The project ID for this request. |
[in] | operation | The name of the operation for this request. |
Execute
the method instance, then destroy it when they are finished. OperationsResource_ListMethod * google_deploymentmanager_api::DeploymentManagerService::OperationsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new OperationsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | The project ID for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | The project ID for this request. |