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 |
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.tables.checkConsistency
.
Synopsis
- type ProjectsInstancesTablesCheckConsistencyResource = "v2" :> (CaptureMode "name" "checkConsistency" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CheckConsistencyRequest :> Post '[JSON] CheckConsistencyResponse))))))))
- projectsInstancesTablesCheckConsistency :: CheckConsistencyRequest -> Text -> ProjectsInstancesTablesCheckConsistency
- data ProjectsInstancesTablesCheckConsistency
- pitccXgafv :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Xgafv)
- pitccUploadProtocol :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)
- pitccAccessToken :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)
- pitccUploadType :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)
- pitccPayload :: Lens' ProjectsInstancesTablesCheckConsistency CheckConsistencyRequest
- pitccName :: Lens' ProjectsInstancesTablesCheckConsistency Text
- pitccCallback :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text)
REST Resource
type ProjectsInstancesTablesCheckConsistencyResource = "v2" :> (CaptureMode "name" "checkConsistency" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] CheckConsistencyRequest :> Post '[JSON] CheckConsistencyResponse)))))))) Source #
A resource alias for bigtableadmin.projects.instances.tables.checkConsistency
method which the
ProjectsInstancesTablesCheckConsistency
request conforms to.
Creating a Request
projectsInstancesTablesCheckConsistency Source #
Creates a value of ProjectsInstancesTablesCheckConsistency
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesTablesCheckConsistency Source #
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
See: projectsInstancesTablesCheckConsistency
smart constructor.
Instances
Request Lenses
pitccXgafv :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Xgafv) Source #
V1 error format.
pitccUploadProtocol :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pitccAccessToken :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text) Source #
OAuth access token.
pitccUploadType :: Lens' ProjectsInstancesTablesCheckConsistency (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pitccPayload :: Lens' ProjectsInstancesTablesCheckConsistency CheckConsistencyRequest Source #
Multipart request metadata.