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 |
Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.
See: Cloud Bigtable Admin API Reference for bigtableadmin.projects.instances.partialUpdateInstance
.
Synopsis
- type ProjectsInstancesPartialUpdateInstanceResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Instance :> Patch '[JSON] Operation)))))))))
- projectsInstancesPartialUpdateInstance :: Instance -> Text -> ProjectsInstancesPartialUpdateInstance
- data ProjectsInstancesPartialUpdateInstance
- pipuiXgafv :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Xgafv)
- pipuiUploadProtocol :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)
- pipuiUpdateMask :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe GFieldMask)
- pipuiAccessToken :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)
- pipuiUploadType :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)
- pipuiPayload :: Lens' ProjectsInstancesPartialUpdateInstance Instance
- pipuiName :: Lens' ProjectsInstancesPartialUpdateInstance Text
- pipuiCallback :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text)
REST Resource
type ProjectsInstancesPartialUpdateInstanceResource = "v2" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Instance :> Patch '[JSON] Operation))))))))) Source #
A resource alias for bigtableadmin.projects.instances.partialUpdateInstance
method which the
ProjectsInstancesPartialUpdateInstance
request conforms to.
Creating a Request
projectsInstancesPartialUpdateInstance Source #
Creates a value of ProjectsInstancesPartialUpdateInstance
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstancesPartialUpdateInstance Source #
Partially updates an instance within a project. This method can modify all fields of an Instance and is the preferred way to update an Instance.
See: projectsInstancesPartialUpdateInstance
smart constructor.
Instances
Request Lenses
pipuiXgafv :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Xgafv) Source #
V1 error format.
pipuiUploadProtocol :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
pipuiUpdateMask :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe GFieldMask) Source #
The subset of Instance fields which should be replaced. Must be explicitly set.
pipuiAccessToken :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text) Source #
OAuth access token.
pipuiUploadType :: Lens' ProjectsInstancesPartialUpdateInstance (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
pipuiPayload :: Lens' ProjectsInstancesPartialUpdateInstance Instance Source #
Multipart request metadata.