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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `GetViolationRequest` class within the Google.Cloud.AssuredWorkloads.V1 API, version 2.5.0."],["The `GetViolationRequest` class is used to fetch a Workload Violation and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor, and one that allows creating an instance based on an existing `GetViolationRequest` object."],["It includes two key properties: `Name`, a string representing the resource name of the Violation to fetch, and `ViolationName`, a typed view over the `Name` property, representing the Violation Name."],["The latest version available for this documentation is version 2.6.0, with versions ranging from 1.0.0 up to 2.6.0 being accessible in the documentation."]]],[]]