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.4.0."],["The `GetViolationRequest` class is used to fetch a Workload Violation and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor for creating a new instance, `GetViolationRequest()`, and another for cloning an existing instance, `GetViolationRequest(GetViolationRequest other)`."],["The class has two properties, `Name` which is the resource name of the Violation to fetch, and `ViolationName`, a typed view of the `Name` property."],["This API documentation site provides access to past versions, including the current latest version 2.6.0, down to the oldest version 1.0.0, with easy access through their respective links."]]],[]]