public sealed class UpdateJobTriggerRequest : IMessage<UpdateJobTriggerRequest>, IEquatable<UpdateJobTriggerRequest>, IDeepCloneable<UpdateJobTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UpdateJobTriggerRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `UpdateJobTriggerRequest` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["The `UpdateJobTriggerRequest` class is used to construct requests for updating a job trigger in the Google Cloud DLP API, and it inherits from `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `UpdateJobTriggerRequest` class has properties such as `JobTrigger`, `JobTriggerName`, `Name`, and `UpdateMask`, which are used to define the new job trigger details, resource name, and which fields should be updated."],["This documentation also includes links to different versions of the API, ranging from the latest version, 4.16.0, down to version 2.15.0, in order to access the full array of possible documentation for a given project."],["The `UpdateJobTriggerRequest` constructor allows for creating a new instance or cloning an existing one by passing another `UpdateJobTriggerRequest` as a parameter."]]],[]]