|
deploymentmanager
v2
|
#include <deployment_manager_service.h>
Public Member Functions | |
| DeploymentsResource (DeploymentManagerService *service) | |
| ~DeploymentsResource () | |
| DeploymentsResource_CancelPreviewMethod * | NewCancelPreviewMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const DeploymentsCancelPreviewRequest &_content_) const |
| DeploymentsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const |
| DeploymentsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment) const |
| DeploymentsResource_GetIamPolicyMethod * | NewGetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource) const |
| DeploymentsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const Deployment &_content_) const |
| DeploymentsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| DeploymentsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| DeploymentsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const Deployment &_content_) const |
| DeploymentsResource_SetIamPolicyMethod * | NewSetIamPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const GlobalSetPolicyRequest &_content_) const |
| DeploymentsResource_StopMethod * | NewStopMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const DeploymentsStopRequest &_content_) const |
| DeploymentsResource_TestIamPermissionsMethod * | NewTestIamPermissionsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &resource, const TestPermissionsRequest &_content_) const |
| DeploymentsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &deployment, const Deployment &_content_) 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.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
| [in] | <em>content</em> | The data object to cancelPreview. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | resource | Name or id of the resource for this request. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | DeploymentsResource_ListMethod * google_deploymentmanager_api::DeploymentManagerService::DeploymentsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new DeploymentsResource_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. | 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.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | resource | Name or id of the resource for this request. |
| [in] | <em>content</em> | The data object to setIamPolicy. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
| [in] | <em>content</em> | The data object to stop. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | resource | Name or id of the resource for this request. |
| [in] | <em>content</em> | The data object to testIamPermissions. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | The project ID for this request. |
| [in] | deployment | The name of the deployment for this request. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.