gogol-containerbuilder-0.1.1: Google Cloud Container Builder 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.Cloudbuild.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 below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

See: Google Cloud Container Builder API Reference for cloudbuild.operations.list.

Synopsis

REST Resource

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

Creating a Request

operationsList Source #

Arguments

:: Text

olName

-> OperationsList 

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 below allows API services to override the binding to use different resource name schemes, such as `users/*/operations`.

See: operationsList smart constructor.

Instances

Eq OperationsList Source # 
Data OperationsList Source # 

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 # 
Generic OperationsList Source # 

Associated Types

type Rep OperationsList :: * -> * #

GoogleRequest OperationsList Source # 
type Rep OperationsList Source # 
type Rep OperationsList = D1 (MetaData "OperationsList" "Network.Google.Resource.Cloudbuild.Operations.List" "gogol-containerbuilder-0.1.1-1INoWi8vGsCEyGC1mASZYh" False) (C1 (MetaCons "OperationsList'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_olXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_olUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_olPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) ((:*:) (S1 (MetaSel (Just Symbol "_olAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_olUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_olBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_olName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_olFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_olPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_olPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) (S1 (MetaSel (Just Symbol "_olCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes OperationsList Source # 
type Scopes OperationsList = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ([] Symbol)
type Rs OperationsList Source # 

Request Lenses

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

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

olPp :: Lens' OperationsList Bool Source #

Pretty-print response.

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

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

olName :: Lens' OperationsList Text Source #

The name of the operation collection.

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.