Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.sinks.update
.
Synopsis
- type SinksUpdateResource = "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 :> Put '[JSON] LogSink))))))))))
- sinksUpdate :: LogSink -> Text -> SinksUpdate
- data SinksUpdate
- suXgafv :: Lens' SinksUpdate (Maybe Xgafv)
- suUniqueWriterIdentity :: Lens' SinksUpdate (Maybe Bool)
- suUploadProtocol :: Lens' SinksUpdate (Maybe Text)
- suUpdateMask :: Lens' SinksUpdate (Maybe GFieldMask)
- suAccessToken :: Lens' SinksUpdate (Maybe Text)
- suUploadType :: Lens' SinksUpdate (Maybe Text)
- suPayload :: Lens' SinksUpdate LogSink
- suSinkName :: Lens' SinksUpdate Text
- suCallback :: Lens' SinksUpdate (Maybe Text)
REST Resource
type SinksUpdateResource = "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 :> Put '[JSON] LogSink)))))))))) Source #
A resource alias for logging.sinks.update
method which the
SinksUpdate
request conforms to.
Creating a Request
Creates a value of SinksUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data SinksUpdate 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: sinksUpdate
smart constructor.
Instances
Request Lenses
suUniqueWriterIdentity :: Lens' SinksUpdate (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.
suUploadProtocol :: Lens' SinksUpdate (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
suUpdateMask :: Lens' SinksUpdate (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.
suAccessToken :: Lens' SinksUpdate (Maybe Text) Source #
OAuth access token.
suUploadType :: Lens' SinksUpdate (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
suSinkName :: Lens' SinksUpdate 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".
suCallback :: Lens' SinksUpdate (Maybe Text) Source #
JSONP