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 all tables served from a specified instance.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.list
.
Synopsis
- type ProjectsInstancesTablesListResource = "v2" :> (Capture "parent" Text :> ("tables" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListTablesResponse)))))))))))
- projectsInstancesTablesList :: Text -> ProjectsInstancesTablesList
- data ProjectsInstancesTablesList
- pitlParent :: Lens' ProjectsInstancesTablesList Text
- pitlXgafv :: Lens' ProjectsInstancesTablesList (Maybe Xgafv)
- pitlUploadProtocol :: Lens' ProjectsInstancesTablesList (Maybe Text)
- pitlAccessToken :: Lens' ProjectsInstancesTablesList (Maybe Text)
- pitlUploadType :: Lens' ProjectsInstancesTablesList (Maybe Text)
- pitlView :: Lens' ProjectsInstancesTablesList (Maybe Text)
- pitlPageToken :: Lens' ProjectsInstancesTablesList (Maybe Text)
- pitlPageSize :: Lens' ProjectsInstancesTablesList (Maybe Int32)
- pitlCallback :: Lens' ProjectsInstancesTablesList (Maybe Text)
REST Resource
type ProjectsInstancesTablesListResource = "v2" :> (Capture "parent" Text :> ("tables" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListTablesResponse))))))))))) Source #
A resource alias for bigtableadmin.projects.instances.tables.list
method which the
ProjectsInstancesTablesList
request conforms to.
Creating a Request
projectsInstancesTablesList Source #
Creates a value of ProjectsInstancesTablesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesTablesList Source #
Lists all tables served from a specified instance.
See: projectsInstancesTablesList
smart constructor.
Instances
Request Lenses
pitlParent :: Lens' ProjectsInstancesTablesList Text Source #
The unique name of the instance for which tables should be listed. Values are of the form `projects//instances/`.
pitlUploadProtocol :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitlAccessToken :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
OAuth access token.
pitlUploadType :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitlView :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
The view to be applied to the returned tables' fields. Defaults to `NAME_ONLY` if unspecified; no others are currently supported.
pitlPageToken :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
The value of `next_page_token` returned by a previous call.
pitlPageSize :: Lens' ProjectsInstancesTablesList (Maybe Int32) Source #
Maximum number of results per page. CURRENTLY UNIMPLEMENTED AND IGNORED.
pitlCallback :: Lens' ProjectsInstancesTablesList (Maybe Text) Source #
JSONP