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 information about clusters in an instance.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.clusters.list
.
Synopsis
- type ProjectsInstancesClustersListResource = "v2" :> (Capture "parent" Text :> ("clusters" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListClustersResponse)))))))))
- projectsInstancesClustersList :: Text -> ProjectsInstancesClustersList
- data ProjectsInstancesClustersList
- piclParent :: Lens' ProjectsInstancesClustersList Text
- piclXgafv :: Lens' ProjectsInstancesClustersList (Maybe Xgafv)
- piclUploadProtocol :: Lens' ProjectsInstancesClustersList (Maybe Text)
- piclAccessToken :: Lens' ProjectsInstancesClustersList (Maybe Text)
- piclUploadType :: Lens' ProjectsInstancesClustersList (Maybe Text)
- piclPageToken :: Lens' ProjectsInstancesClustersList (Maybe Text)
- piclCallback :: Lens' ProjectsInstancesClustersList (Maybe Text)
REST Resource
type ProjectsInstancesClustersListResource = "v2" :> (Capture "parent" Text :> ("clusters" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListClustersResponse))))))))) Source #
A resource alias for bigtableadmin.projects.instances.clusters.list
method which the
ProjectsInstancesClustersList
request conforms to.
Creating a Request
projectsInstancesClustersList Source #
Creates a value of ProjectsInstancesClustersList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesClustersList Source #
Lists information about clusters in an instance.
See: projectsInstancesClustersList
smart constructor.
Instances
Request Lenses
piclParent :: Lens' ProjectsInstancesClustersList Text Source #
The unique name of the instance for which a list of clusters is requested. Values are of the form `projects//instances/`. Use ` = '-'` to list Clusters for all Instances in a project, e.g., `projects/myproject/instances/-`.
piclUploadProtocol :: Lens' ProjectsInstancesClustersList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
piclAccessToken :: Lens' ProjectsInstancesClustersList (Maybe Text) Source #
OAuth access token.
piclUploadType :: Lens' ProjectsInstancesClustersList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
piclPageToken :: Lens' ProjectsInstancesClustersList (Maybe Text) Source #
DEPRECATED: This field is unused and ignored.
piclCallback :: Lens' ProjectsInstancesClustersList (Maybe Text) Source #
JSONP