gogol-speech-0.4.0: Google Cloud Speech 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.Speech.Projects.Locations.Operations.List

Contents

Description

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

See: Cloud Speech API Reference for speech.projects.locations.operations.list.

Synopsis

REST Resource

type ProjectsLocationsOperationsListResource = "v1p1beta1" :> (Capture "name" Text :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "filter" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListOperationsResponse))))))))))) Source #

A resource alias for speech.projects.locations.operations.list method which the ProjectsLocationsOperationsList request conforms to.

Creating a Request

projectsLocationsOperationsList Source #

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

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

data ProjectsLocationsOperationsList Source #

Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

See: projectsLocationsOperationsList smart constructor.

Instances
Eq ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

Data ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

Methods

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

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

toConstr :: ProjectsLocationsOperationsList -> Constr #

dataTypeOf :: ProjectsLocationsOperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

Generic ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

Associated Types

type Rep ProjectsLocationsOperationsList :: Type -> Type #

GoogleRequest ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

type Rep ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

type Rep ProjectsLocationsOperationsList = D1 (MetaData "ProjectsLocationsOperationsList" "Network.Google.Resource.Speech.Projects.Locations.Operations.List" "gogol-speech-0.4.0-DjEaGflTHLS8uenGffcunS" False) (C1 (MetaCons "ProjectsLocationsOperationsList'" PrefixI True) (((S1 (MetaSel (Just "_plolXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_plolUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plolAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plolUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_plolName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_plolFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_plolPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_plolPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_plolCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes ProjectsLocationsOperationsList Source # 
Instance details

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

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

Defined in Network.Google.Resource.Speech.Projects.Locations.Operations.List

Request Lenses

plolUploadProtocol :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #

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

plolUploadType :: Lens' ProjectsLocationsOperationsList (Maybe Text) Source #

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

plolName :: Lens' ProjectsLocationsOperationsList Text Source #

The name of the operation's parent resource.