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.locations.operations.list
.
Synopsis
- type ProjectsLocationsOperationsListResource = "v1" :> (Capture "parent" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse))))))))))
- projectsLocationsOperationsList :: Text -> ProjectsLocationsOperationsList
- data ProjectsLocationsOperationsList
- plolParent :: Lens' ProjectsLocationsOperationsList Text
- plolXgafv :: Lens' ProjectsLocationsOperationsList (Maybe Xgafv)
- plolUploadProtocol :: Lens' ProjectsLocationsOperationsList (Maybe Text)
- plolAccessToken :: Lens' ProjectsLocationsOperationsList (Maybe Text)
- plolUploadType :: Lens' ProjectsLocationsOperationsList (Maybe Text)
- plolZone :: Lens' ProjectsLocationsOperationsList (Maybe Text)
- plolProjectId :: Lens' ProjectsLocationsOperationsList (Maybe Text)
- plolCallback :: Lens' ProjectsLocationsOperationsList (Maybe Text)
REST Resource
type ProjectsLocationsOperationsListResource = "v1" :> (Capture "parent" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "zone" Text :> (QueryParam "projectId" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse)))))))))) Source #
A resource alias for container.projects.locations.operations.list
method which the
ProjectsLocationsOperationsList
request conforms to.
Creating a Request
projectsLocationsOperationsList Source #
Creates a value of ProjectsLocationsOperationsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsLocationsOperationsList Source #
Lists all operations in a project in a specific zone or all zones.
See: projectsLocationsOperationsList
smart constructor.
Instances
Request Lenses
plolParent :: Lens' ProjectsLocationsOperationsList 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.
plolUploadProtocol :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
plolAccessToken :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #
OAuth access token.
plolUploadType :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
plolZone :: Lens' ProjectsLocationsOperationsList (Maybe 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.
plolProjectId :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
plolCallback :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #
JSONP