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 information about a cluster.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.clusters.get
.
Synopsis
- type ProjectsInstancesClustersGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Cluster)))))))
- projectsInstancesClustersGet :: Text -> ProjectsInstancesClustersGet
- data ProjectsInstancesClustersGet
- picgXgafv :: Lens' ProjectsInstancesClustersGet (Maybe Xgafv)
- picgUploadProtocol :: Lens' ProjectsInstancesClustersGet (Maybe Text)
- picgAccessToken :: Lens' ProjectsInstancesClustersGet (Maybe Text)
- picgUploadType :: Lens' ProjectsInstancesClustersGet (Maybe Text)
- picgName :: Lens' ProjectsInstancesClustersGet Text
- picgCallback :: Lens' ProjectsInstancesClustersGet (Maybe Text)
REST Resource
type ProjectsInstancesClustersGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Cluster))))))) Source #
A resource alias for bigtableadmin.projects.instances.clusters.get
method which the
ProjectsInstancesClustersGet
request conforms to.
Creating a Request
projectsInstancesClustersGet Source #
Creates a value of ProjectsInstancesClustersGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesClustersGet Source #
Gets information about a cluster.
See: projectsInstancesClustersGet
smart constructor.
Instances
Request Lenses
picgUploadProtocol :: Lens' ProjectsInstancesClustersGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
picgAccessToken :: Lens' ProjectsInstancesClustersGet (Maybe Text) Source #
OAuth access token.
picgUploadType :: Lens' ProjectsInstancesClustersGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
picgName :: Lens' ProjectsInstancesClustersGet Text Source #
The unique name of the requested cluster. Values are of the form `projects//instances//clusters/`.
picgCallback :: Lens' ProjectsInstancesClustersGet (Maybe Text) Source #
JSONP