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 metadata information about the specified table.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.get
.
Synopsis
- type ProjectsInstancesTablesGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Table))))))))
- projectsInstancesTablesGet :: Text -> ProjectsInstancesTablesGet
- data ProjectsInstancesTablesGet
- pitgXgafv :: Lens' ProjectsInstancesTablesGet (Maybe Xgafv)
- pitgUploadProtocol :: Lens' ProjectsInstancesTablesGet (Maybe Text)
- pitgAccessToken :: Lens' ProjectsInstancesTablesGet (Maybe Text)
- pitgUploadType :: Lens' ProjectsInstancesTablesGet (Maybe Text)
- pitgName :: Lens' ProjectsInstancesTablesGet Text
- pitgView :: Lens' ProjectsInstancesTablesGet (Maybe Text)
- pitgCallback :: Lens' ProjectsInstancesTablesGet (Maybe Text)
REST Resource
type ProjectsInstancesTablesGetResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "view" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Table)))))))) Source #
A resource alias for bigtableadmin.projects.instances.tables.get
method which the
ProjectsInstancesTablesGet
request conforms to.
Creating a Request
projectsInstancesTablesGet Source #
Creates a value of ProjectsInstancesTablesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesTablesGet Source #
Gets metadata information about the specified table.
See: projectsInstancesTablesGet
smart constructor.
Instances
Request Lenses
pitgUploadProtocol :: Lens' ProjectsInstancesTablesGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitgAccessToken :: Lens' ProjectsInstancesTablesGet (Maybe Text) Source #
OAuth access token.
pitgUploadType :: Lens' ProjectsInstancesTablesGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitgName :: Lens' ProjectsInstancesTablesGet Text Source #
The unique name of the requested table. Values are of the form `projects//instances//tables/ `.
pitgView :: Lens' ProjectsInstancesTablesGet (Maybe Text) Source #
The view to be applied to the returned table's fields. Defaults to `SCHEMA_VIEW` if unspecified.
pitgCallback :: Lens' ProjectsInstancesTablesGet (Maybe Text) Source #
JSONP