public sealed class GetViolationRequest : IMessage<GetViolationRequest>, IEquatable<GetViolationRequest>, IDeepCloneable<GetViolationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Assured Workloads v1 API class GetViolationRequest.
Required. The resource name of the Violation to fetch (ie. Violation.name).
Format:
organizations/{organization}/locations/{location}/workloads/{workload}/violations/{violation}
[[["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-21 UTC."],[[["This document provides reference documentation for the `GetViolationRequest` class within the Google Cloud Assured Workloads v1 API, specifically version 2.2.0."],["`GetViolationRequest` is a class used to fetch a Workload Violation, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor `GetViolationRequest` which may include another object of type `GetViolationRequest` as a parameter, along with a parameter named `other`."],["It has two properties: `Name`, a string representing the resource name of the Violation, and `ViolationName`, a typed view over the `Name` resource name."],["The most recent version available is 2.6.0 and this document refers to version 2.2.0, also provided are versions 2.5.0, 2.4.0, 2.3.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."]]],[]]