gogol-tpu-0.4.0: Google Cloud TPU SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Contents

Description

Gets the details of a node.

See: Cloud TPU API Reference for tpu.projects.locations.nodes.get.

Synopsis

REST Resource

type ProjectsLocationsNodesGetResource = "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] Node))))))) Source #

A resource alias for tpu.projects.locations.nodes.get method which the ProjectsLocationsNodesGet request conforms to.

Creating a Request

projectsLocationsNodesGet Source #

Creates a value of ProjectsLocationsNodesGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ProjectsLocationsNodesGet Source #

Gets the details of a node.

See: projectsLocationsNodesGet smart constructor.

Instances
Eq ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Data ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProjectsLocationsNodesGet -> c ProjectsLocationsNodesGet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProjectsLocationsNodesGet #

toConstr :: ProjectsLocationsNodesGet -> Constr #

dataTypeOf :: ProjectsLocationsNodesGet -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProjectsLocationsNodesGet) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProjectsLocationsNodesGet) #

gmapT :: (forall b. Data b => b -> b) -> ProjectsLocationsNodesGet -> ProjectsLocationsNodesGet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsLocationsNodesGet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProjectsLocationsNodesGet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProjectsLocationsNodesGet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProjectsLocationsNodesGet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProjectsLocationsNodesGet -> m ProjectsLocationsNodesGet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsLocationsNodesGet -> m ProjectsLocationsNodesGet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProjectsLocationsNodesGet -> m ProjectsLocationsNodesGet #

Show ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Generic ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Associated Types

type Rep ProjectsLocationsNodesGet :: Type -> Type #

GoogleRequest ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

type Rep ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

type Rep ProjectsLocationsNodesGet = D1 (MetaData "ProjectsLocationsNodesGet" "Network.Google.Resource.TPU.Projects.Locations.Nodes.Get" "gogol-tpu-0.4.0-G6BPhvxEJs5BesDiyU5xd2" False) (C1 (MetaCons "ProjectsLocationsNodesGet'" PrefixI True) ((S1 (MetaSel (Just "_plngXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_plngUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plngAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_plngUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plngName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plngCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

type Scopes ProjectsLocationsNodesGet = "https://www.googleapis.com/auth/cloud-platform" ': ([] :: [Symbol])
type Rs ProjectsLocationsNodesGet Source # 
Instance details

Defined in Network.Google.Resource.TPU.Projects.Locations.Nodes.Get

Request Lenses

plngUploadProtocol :: Lens' ProjectsLocationsNodesGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

plngUploadType :: Lens' ProjectsLocationsNodesGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").