A path leading to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field. E.g., "field_violations.field" would identify this field.
[[["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-05 UTC."],[[["This documentation covers version 2.2.0 of the `FieldViolation` class, which is a part of the `Google.Rpc` namespace within the `Google.Api.CommonProtos` assembly."],["The `FieldViolation` class is used to describe a single bad request field and implements the `Protobuf.IMessage` and `Protobuf.IBufferMessage` interfaces."],["It contains two constructors: a default constructor `FieldViolation()` and a constructor `FieldViolation(BadRequest.Types.FieldViolation)` that accepts another `FieldViolation` instance as a parameter."],["The class has two key properties, `Description` and `Field`, both of type `String`, used for describing the bad request and the path to the invalid field, respectively."],["The class includes methods like `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()`, and `WriteTo()`, along with static properties such as `Descriptor` and `Parser` for handling data and reflection."]]],[]]