Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.DeploymentManager.Operations.List
Contents
Description
Lists all operations for a project.
See: Cloud Deployment Manager V2 API Reference for deploymentmanager.operations.list
.
Synopsis
- type DeploymentManagerOperationsListResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "filter" Text :> (QueryParam "maxResults" Word32 :> (QueryParam "orderBy" Text :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] OperationsListResponse)))))))))))))))
- data DeploymentManagerOperationsList = DeploymentManagerOperationsList {}
- newDeploymentManagerOperationsList :: Text -> DeploymentManagerOperationsList
Resource
type DeploymentManagerOperationsListResource = "deploymentmanager" :> ("v2" :> ("projects" :> (Capture "project" Text :> ("global" :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "filter" Text :> (QueryParam "maxResults" Word32 :> (QueryParam "orderBy" Text :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] OperationsListResponse))))))))))))))) Source #
A resource alias for deploymentmanager.operations.list
method which the
DeploymentManagerOperationsList
request conforms to.
Constructing a Request
data DeploymentManagerOperationsList Source #
Lists all operations for a project.
See: newDeploymentManagerOperationsList
smart constructor.
Constructors
DeploymentManagerOperationsList | |
Fields
|
Instances
newDeploymentManagerOperationsList Source #
Arguments
:: Text | The project ID for this request. See |
-> DeploymentManagerOperationsList |
Creates a value of DeploymentManagerOperationsList
with the minimum fields required to make a request.