gogol-serviceusage-0.4.0: Google Service Usage 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.ServiceUsage.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: Service Usage API Reference for serviceusage.operations.list.

Synopsis

REST Resource

type OperationsListResource = "v1" :> ("operations" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "name" 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 serviceusage.operations.list method which the OperationsList request conforms to.

Creating a Request

operationsList :: OperationsList Source #

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

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

data OperationsList 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: operationsList smart constructor.

Instances
Eq OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Data OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Methods

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

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

toConstr :: OperationsList -> Constr #

dataTypeOf :: OperationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Generic OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Associated Types

type Rep OperationsList :: Type -> Type #

GoogleRequest OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Associated Types

type Rs OperationsList :: Type #

type Scopes OperationsList :: [Symbol] #

type Rep OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

type Scopes OperationsList Source # 
Instance details

Defined in Network.Google.Resource.ServiceUsage.Operations.List

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

Defined in Network.Google.Resource.ServiceUsage.Operations.List

Request Lenses

olUploadProtocol :: Lens' OperationsList (Maybe Text) Source #

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

olUploadType :: Lens' OperationsList (Maybe Text) Source #

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

olName :: Lens' OperationsList (Maybe Text) Source #

The name of the operation's parent resource.

olFilter :: Lens' OperationsList (Maybe Text) Source #

The standard list filter.

olPageToken :: Lens' OperationsList (Maybe Text) Source #

The standard list page token.

olPageSize :: Lens' OperationsList (Maybe Int32) Source #

The standard list page size.