public sealed class GetJobTriggerRequest : IMessage<GetJobTriggerRequest>, IEquatable<GetJobTriggerRequest>, IDeepCloneable<GetJobTriggerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetJobTriggerRequest.
[[["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 `GetJobTriggerRequest` class within the Google Cloud Data Loss Prevention v2 API, specifically for the .NET environment, with the latest version being 4.16.0."],["The `GetJobTriggerRequest` class is a request message used to retrieve a specific job trigger and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `JobTriggerName` and `Name`, which are used to specify the resource name of the job trigger being requested, requiring a string input in the form of `projects/dlp-test-project/jobTriggers/53234423`."],["The documentation covers multiple versions of the API class, ranging from version 2.15.0 up to the most current version 4.16.0, as well as including the currently displayed version 4.5.0."],["The `GetJobTriggerRequest` class has both a default constructor `GetJobTriggerRequest()` and a copy constructor `GetJobTriggerRequest(GetJobTriggerRequest other)` which takes in a pre-existing `GetJobTriggerRequest` as a parameter."]]],[]]