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