public sealed class PathElement : IMessage<Key.Types.PathElement>, IEquatable<Key.Types.PathElement>, IDeepCloneable<Key.Types.PathElement>, IBufferMessage, IMessage
A (kind, ID/name) pair used to construct a key path.
If either name or ID is set, the element is complete.
If neither is set, the element is incomplete.
The kind of the entity.
A kind matching regex __.*__ is reserved/read-only.
A kind must not contain more than 1500 bytes when UTF-8 encoded.
Cannot be "".
The name of the entity.
A name matching regex __.*__ is reserved/read-only.
A name must not be more than 1500 bytes when UTF-8 encoded.
Cannot be "".
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `PathElement` class within the `Google.Cloud.Dlp.V2` namespace, detailing its role in constructing a key path using (kind, ID/name) pairs."],["The `PathElement` class is part of the `Google.Cloud.Dlp.V2.dll` assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use with the Google.Protobuf library."],["The documentation lists several previous versions of the library, ranging from version 2.15.0 up to the latest version 4.16.0, with version 3.3.0 as the current version highlighted."],["The `PathElement` class includes properties such as `Id`, `IdTypeCase`, `Kind`, and `Name`, which are used to define the components of a key path, where `Kind` specifies the type of entity, and `Id` or `Name` specifies the entity itself."],["`PathElement` has 2 constructors, the default constructor `PathElement()` and `PathElement(Key.Types.PathElement other)`, which allows the creation of a `PathElement` from another pre-existing `PathElement`."]]],[]]