gogol-securitycenter-0.5.0: Google Cloud Security Command Center 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.SecurityCenter.Organizations.Operations.Cancel

Contents

Description

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

See: Cloud Security Command Center API Reference for securitycenter.organizations.operations.cancel.

Synopsis

REST Resource

type OrganizationsOperationsCancelResource = "v1" :> (CaptureMode "name" "cancel" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] Empty))))))) Source #

A resource alias for securitycenter.organizations.operations.cancel method which the OrganizationsOperationsCancel request conforms to.

Creating a Request

organizationsOperationsCancel Source #

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

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

data OrganizationsOperationsCancel Source #

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

See: organizationsOperationsCancel smart constructor.

Instances
Eq OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

Data OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

Methods

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

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

toConstr :: OrganizationsOperationsCancel -> Constr #

dataTypeOf :: OrganizationsOperationsCancel -> DataType #

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

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

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

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

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

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

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

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

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

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

Show OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

Generic OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

Associated Types

type Rep OrganizationsOperationsCancel :: Type -> Type #

GoogleRequest OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

type Rep OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

type Rep OrganizationsOperationsCancel = D1 (MetaData "OrganizationsOperationsCancel" "Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel" "gogol-securitycenter-0.5.0-4oi8fso9vls5uQpo9HyLkG" False) (C1 (MetaCons "OrganizationsOperationsCancel'" PrefixI True) ((S1 (MetaSel (Just "_oocXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: (S1 (MetaSel (Just "_oocUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_oocAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_oocUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_oocName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_oocCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes OrganizationsOperationsCancel Source # 
Instance details

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

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

Defined in Network.Google.Resource.SecurityCenter.Organizations.Operations.Cancel

Request Lenses

oocUploadProtocol :: Lens' OrganizationsOperationsCancel (Maybe Text) Source #

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

oocUploadType :: Lens' OrganizationsOperationsCancel (Maybe Text) Source #

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

oocName :: Lens' OrganizationsOperationsCancel Text Source #

The name of the operation resource to be cancelled.