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 instances in a project.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.list
.
Synopsis
- type ProjectsInstancesListResource = "v2" :> (Capture "parent" Text :> ("instances" :> (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] ListInstancesResponse)))))))))
- projectsInstancesList :: Text -> ProjectsInstancesList
- data ProjectsInstancesList
- pilParent :: Lens' ProjectsInstancesList Text
- pilXgafv :: Lens' ProjectsInstancesList (Maybe Xgafv)
- pilUploadProtocol :: Lens' ProjectsInstancesList (Maybe Text)
- pilAccessToken :: Lens' ProjectsInstancesList (Maybe Text)
- pilUploadType :: Lens' ProjectsInstancesList (Maybe Text)
- pilPageToken :: Lens' ProjectsInstancesList (Maybe Text)
- pilCallback :: Lens' ProjectsInstancesList (Maybe Text)
REST Resource
type ProjectsInstancesListResource = "v2" :> (Capture "parent" Text :> ("instances" :> (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] ListInstancesResponse))))))))) Source #
A resource alias for bigtableadmin.projects.instances.list
method which the
ProjectsInstancesList
request conforms to.
Creating a Request
projectsInstancesList Source #
Creates a value of ProjectsInstancesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesList Source #
Lists information about instances in a project.
See: projectsInstancesList
smart constructor.
Instances
Request Lenses
pilParent :: Lens' ProjectsInstancesList Text Source #
The unique name of the project for which a list of instances is requested. Values are of the form `projects/`.
pilUploadProtocol :: Lens' ProjectsInstancesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pilAccessToken :: Lens' ProjectsInstancesList (Maybe Text) Source #
OAuth access token.
pilUploadType :: Lens' ProjectsInstancesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pilPageToken :: Lens' ProjectsInstancesList (Maybe Text) Source #
DEPRECATED: This field is unused and ignored.
pilCallback :: Lens' ProjectsInstancesList (Maybe Text) Source #
JSONP