public sealed class GetContentRequest : IMessage<GetContentRequest>, IEquatable<GetContentRequest>, IDeepCloneable<GetContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetContentRequest.
[[["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."],[[["This document provides reference documentation for the `GetContentRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.2.0."],["The `GetContentRequest` class is used to request content and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `ContentName`, `Name`, and `View`, allowing users to specify the content they want to retrieve and the desired view."],["The webpage contains previous versions of this class, starting from version 1.0.0, with the latest version being 3.6.0, and the main class version being 2.2.0."],["The user can use the provided constructors to instantiate `GetContentRequest` objects, either with no parameters or by providing another instance of `GetContentRequest` for cloning."]]],[]]