public sealed class GetContentRequest : IMessage<GetContentRequest>, IEquatable<GetContentRequest>, IDeepCloneable<GetContentRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["The `GetContentRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and is used for requesting content within Google Cloud Dataplex."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["It includes properties like `ContentName`, `Name`, and `View` for specifying the content to retrieve, and you can find documentation for versions as old as `1.0.0`, up to the latest version of `3.6.0`."],["The `Name` property is required, and represents the content resource path within Google Cloud Dataplex, while `View` is an optional parameter to specify the level of details to be returned."],["The content has versions listed in the documentation, starting from `1.0.0` and extending up to the latest version, `3.6.0`, with various incremented versions documented in between."]]],[]]