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 |
Gets the specified operation.
See: Kubernetes Engine API Reference for container.projects.zones.operations.get
.
Synopsis
- type ProjectsZonesOperationsGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operationId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation)))))))))))))
- projectsZonesOperationsGet :: Text -> Text -> Text -> ProjectsZonesOperationsGet
- data ProjectsZonesOperationsGet
- pzogXgafv :: Lens' ProjectsZonesOperationsGet (Maybe Xgafv)
- pzogUploadProtocol :: Lens' ProjectsZonesOperationsGet (Maybe Text)
- pzogAccessToken :: Lens' ProjectsZonesOperationsGet (Maybe Text)
- pzogUploadType :: Lens' ProjectsZonesOperationsGet (Maybe Text)
- pzogZone :: Lens' ProjectsZonesOperationsGet Text
- pzogName :: Lens' ProjectsZonesOperationsGet (Maybe Text)
- pzogProjectId :: Lens' ProjectsZonesOperationsGet Text
- pzogOperationId :: Lens' ProjectsZonesOperationsGet Text
- pzogCallback :: Lens' ProjectsZonesOperationsGet (Maybe Text)
REST Resource
type ProjectsZonesOperationsGetResource = "v1" :> ("projects" :> (Capture "projectId" Text :> ("zones" :> (Capture "zone" Text :> ("operations" :> (Capture "operationId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Operation))))))))))))) Source #
A resource alias for container.projects.zones.operations.get
method which the
ProjectsZonesOperationsGet
request conforms to.
Creating a Request
projectsZonesOperationsGet Source #
Creates a value of ProjectsZonesOperationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsZonesOperationsGet Source #
Gets the specified operation.
See: projectsZonesOperationsGet
smart constructor.
Instances
Request Lenses
pzogUploadProtocol :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pzogAccessToken :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #
OAuth access token.
pzogUploadType :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pzogZone :: Lens' ProjectsZonesOperationsGet Text Source #
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.
pzogName :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #
The name (project, location, operation id) of the operation to get. Specified in the format 'projects/*/locations/*/operations/*'.
pzogProjectId :: Lens' ProjectsZonesOperationsGet Text Source #
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.
pzogOperationId :: Lens' ProjectsZonesOperationsGet Text Source #
Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.
pzogCallback :: Lens' ProjectsZonesOperationsGet (Maybe Text) Source #
JSONP