Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists all operations in a project in a specific zone or all zones.
See: Kubernetes Engine API Reference for container.projects.zones.operations.list
.
Synopsis
- type ProjectsZonesOperationsListResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse))))))))))))
- projectsZonesOperationsList :: Text -> Text -> ProjectsZonesOperationsList
- data ProjectsZonesOperationsList
- pzolParent :: Lens' ProjectsZonesOperationsList (Maybe Text)
- pzolXgafv :: Lens' ProjectsZonesOperationsList (Maybe Xgafv)
- pzolUploadProtocol :: Lens' ProjectsZonesOperationsList (Maybe Text)
- pzolAccessToken :: Lens' ProjectsZonesOperationsList (Maybe Text)
- pzolUploadType :: Lens' ProjectsZonesOperationsList (Maybe Text)
- pzolZone :: Lens' ProjectsZonesOperationsList Text
- pzolProjectId :: Lens' ProjectsZonesOperationsList Text
- pzolCallback :: Lens' ProjectsZonesOperationsList (Maybe Text)
REST Resource
type ProjectsZonesOperationsListResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (QueryParam "parent" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse)))))))))))) Source #
A resource alias for container.projects.zones.operations.list
method which the
ProjectsZonesOperationsList
request conforms to.
Creating a Request
projectsZonesOperationsList Source #
Creates a value of ProjectsZonesOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesOperationsList Source #
Lists all operations in a project in a specific zone or all zones.
See: projectsZonesOperationsList
smart constructor.
Instances
Request Lenses
pzolParent :: Lens' ProjectsZonesOperationsList (Maybe Text) Source #
The parent (project and location) where the operations will be listed. Specified in the format 'projects/*/locations/*'. Location "-" matches all zones and all regions.
pzolUploadProtocol :: Lens' ProjectsZonesOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzolAccessToken :: Lens' ProjectsZonesOperationsList (Maybe Text) Source #
OAuth access token.
pzolUploadType :: Lens' ProjectsZonesOperationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzolZone :: Lens' ProjectsZonesOperationsList Text Source #
Deprecated. The name of the Google Compute Engine zone to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.
pzolProjectId :: Lens' ProjectsZonesOperationsList Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
pzolCallback :: Lens' ProjectsZonesOperationsList (Maybe Text) Source #
JSONP