public sealed class PathElement : IMessage<Key.Types.PathElement>, IEquatable<Key.Types.PathElement>, IDeepCloneable<Key.Types.PathElement>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Key.Types.PathElement.
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-03-24 UTC."],[[["This document provides reference documentation for the `Key.Types.PathElement` class in the Google Cloud Data Loss Prevention v2 API, detailing its properties, constructors, and implemented interfaces."],["The `PathElement` class represents a (kind, ID/name) pair used in constructing a key path, where the presence of either a name or ID indicates a complete element, and their absence signifies an incomplete element."],["The latest version available for `Key.Types.PathElement` is 4.16.0, and the page displays versions dating back to version 2.15.0, all accessible via their respective links."],["`PathElement` contains properties such as `Id`, `IdTypeCase`, `Kind`, and `Name`, which describe the element's unique identifier, its type, and its classification."],["The document includes inheritance information, showing that `Key.Types.PathElement` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]