gogol-logging-0.4.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.Folders.Sinks.Patch

Contents

Description

Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter. The updated sink might also have a new writer_identity; see the unique_writer_identity field.

See: Stackdriver Logging API Reference for logging.folders.sinks.patch.

Synopsis

REST Resource

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

A resource alias for logging.folders.sinks.patch method which the FoldersSinksPatch request conforms to.

Creating a Request

foldersSinksPatch Source #

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

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

data FoldersSinksPatch Source #

Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: destination, and filter. The updated sink might also have a new writer_identity; see the unique_writer_identity field.

See: foldersSinksPatch smart constructor.

Instances
Eq FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Data FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Methods

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

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

toConstr :: FoldersSinksPatch -> Constr #

dataTypeOf :: FoldersSinksPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Generic FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Associated Types

type Rep FoldersSinksPatch :: Type -> Type #

GoogleRequest FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Associated Types

type Rs FoldersSinksPatch :: Type #

type Scopes FoldersSinksPatch :: [Symbol] #

type Rep FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

type Rep FoldersSinksPatch = D1 (MetaData "FoldersSinksPatch" "Network.Google.Resource.Logging.Folders.Sinks.Patch" "gogol-logging-0.4.0-Fkqxms3wLZh247ErmYpvHr" False) (C1 (MetaCons "FoldersSinksPatch'" PrefixI True) (((S1 (MetaSel (Just "_fspXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_fspUniqueWriterIdentity") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_fspUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fspUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)))) :*: ((S1 (MetaSel (Just "_fspAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fspUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_fspPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 LogSink) :*: (S1 (MetaSel (Just "_fspSinkName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_fspCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes FoldersSinksPatch Source # 
Instance details

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

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

Defined in Network.Google.Resource.Logging.Folders.Sinks.Patch

Request Lenses

fspUniqueWriterIdentity :: Lens' FoldersSinksPatch (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 is 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 is true and the new value is set to false or defaulted to false.

fspUploadProtocol :: Lens' FoldersSinksPatch (Maybe Text) Source #

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

fspUpdateMask :: Lens' FoldersSinksPatch (Maybe GFieldMask) Source #

Optional. Field mask that specifies the fields in sink that need an update. A sink field will be overwritten if, and only if, it is in the update mask. name and output only fields cannot be updated.An empty updateMask is temporarily treated as using the following mask for backwards compatibility purposes: destination,filter,includeChildren At some point in the future, behavior will be removed and specifying an empty updateMask will be an error.For a detailed FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMaskExample: updateMask=filter.

fspUploadType :: Lens' FoldersSinksPatch (Maybe Text) Source #

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

fspPayload :: Lens' FoldersSinksPatch LogSink Source #

Multipart request metadata.

fspSinkName :: Lens' FoldersSinksPatch 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]" "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]" "folders/[FOLDER_ID]/sinks/[SINK_ID]" Example: "projects/my-project-id/sinks/my-sink-id".