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 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."]]],[]]