gogol-logging-0.3.0: Google Stackdriver Logging 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.Logging.BillingAccounts.Sinks.Update

Contents

Description

Updates a sink. If the named sink doesn't exist, then this method is identical to sinks.create. If the named sink does exist, then this method replaces the following fields in the existing sink with values from the new sink: destination, filter, output_version_format, start_time, and end_time. The updated filter might also have a new writer_identity; see the unique_writer_identity field.

See: Stackdriver Logging API Reference for logging.billingAccounts.sinks.update.

Synopsis

REST Resource

type BillingAccountsSinksUpdateResource = "v2" :> (Capture "sinkName" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "uniqueWriterIdentity" Bool :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LogSink :> Put '[JSON] LogSink))))))))))) Source #

A resource alias for logging.billingAccounts.sinks.update method which the BillingAccountsSinksUpdate request conforms to.

Creating a Request

data BillingAccountsSinksUpdate Source #

Updates a sink. If the named sink doesn't exist, then this method is identical to sinks.create. If the named sink does exist, then this method replaces the following fields in the existing sink with values from the new sink: destination, filter, output_version_format, start_time, and end_time. The updated filter might also have a new writer_identity; see the unique_writer_identity field.

See: billingAccountsSinksUpdate smart constructor.

Instances

Eq BillingAccountsSinksUpdate Source # 
Data BillingAccountsSinksUpdate Source # 

Methods

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

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

toConstr :: BillingAccountsSinksUpdate -> Constr #

dataTypeOf :: BillingAccountsSinksUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show BillingAccountsSinksUpdate Source # 
Generic BillingAccountsSinksUpdate Source # 
GoogleRequest BillingAccountsSinksUpdate Source # 
type Rep BillingAccountsSinksUpdate Source # 
type Rep BillingAccountsSinksUpdate = D1 (MetaData "BillingAccountsSinksUpdate" "Network.Google.Resource.Logging.BillingAccounts.Sinks.Update" "gogol-logging-0.3.0-7V1jVnZWn9I1BEHENaaUaD" False) (C1 (MetaCons "BillingAccountsSinksUpdate'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_basuXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv))) (S1 (MetaSel (Just Symbol "_basuUniqueWriterIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_basuUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_basuPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_basuAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_basuUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_basuPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LogSink))) ((:*:) (S1 (MetaSel (Just Symbol "_basuBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_basuSinkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_basuCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes BillingAccountsSinksUpdate Source # 
type Scopes BillingAccountsSinksUpdate = (:) Symbol "https://www.googleapis.com/auth/cloud-platform" ((:) Symbol "https://www.googleapis.com/auth/logging.admin" ([] Symbol))
type Rs BillingAccountsSinksUpdate Source # 

Request Lenses

basuUniqueWriterIdentity :: Lens' BillingAccountsSinksUpdate (Maybe Bool) Source #

Optional. See sinks.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in the updated sink depends on both the old and new values of this field: If the old and new values of this field are both false or both true, then there is no change to the sink's writer_identity. If the old value was false and the new value is true, then writer_identity is changed to a unique service account. It is an error if the old value was true and the new value is false.

basuUploadProtocol :: Lens' BillingAccountsSinksUpdate (Maybe Text) Source #

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

basuUploadType :: Lens' BillingAccountsSinksUpdate (Maybe Text) Source #

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

basuSinkName :: Lens' BillingAccountsSinksUpdate Text Source #

Required. The full resource name of the sink to update, including the parent resource and the sink identifier: "projects/[PROJECT_ID]/sinks/[SINK_ID]" "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id".