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 information about a particular instance configuration.
See: Cloud Spanner API Reference for spanner.projects.instanceConfigs.get
.
Synopsis
- type ProjectsInstanceConfigsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceConfig)))))))
- projectsInstanceConfigsGet :: Text -> ProjectsInstanceConfigsGet
- data ProjectsInstanceConfigsGet
- picgXgafv :: Lens' ProjectsInstanceConfigsGet (Maybe Xgafv)
- picgUploadProtocol :: Lens' ProjectsInstanceConfigsGet (Maybe Text)
- picgAccessToken :: Lens' ProjectsInstanceConfigsGet (Maybe Text)
- picgUploadType :: Lens' ProjectsInstanceConfigsGet (Maybe Text)
- picgName :: Lens' ProjectsInstanceConfigsGet Text
- picgCallback :: Lens' ProjectsInstanceConfigsGet (Maybe Text)
REST Resource
type ProjectsInstanceConfigsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] InstanceConfig))))))) Source #
A resource alias for spanner.projects.instanceConfigs.get
method which the
ProjectsInstanceConfigsGet
request conforms to.
Creating a Request
projectsInstanceConfigsGet Source #
Creates a value of ProjectsInstanceConfigsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ProjectsInstanceConfigsGet Source #
Gets information about a particular instance configuration.
See: projectsInstanceConfigsGet
smart constructor.
Instances
Request Lenses
picgUploadProtocol :: Lens' ProjectsInstanceConfigsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
picgAccessToken :: Lens' ProjectsInstanceConfigsGet (Maybe Text) Source #
OAuth access token.
picgUploadType :: Lens' ProjectsInstanceConfigsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
picgName :: Lens' ProjectsInstanceConfigsGet Text Source #
Required. The name of the requested instance configuration. Values are of the form `projects//instanceConfigs/`.
picgCallback :: Lens' ProjectsInstanceConfigsGet (Maybe Text) Source #
JSONP