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."],[[["The latest version available for the `GetContentRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with multiple previous versions accessible, all the way back to 1.0.0."],["The `GetContentRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace and can be found in the `Google.Cloud.Dataplex.V1.dll` assembly, and is used to retrieve content within the Dataplex environment."],["This class inherits from the `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetContentRequest` class includes properties such as `ContentName`, `Name`, and `View`, which are used to specify the content to retrieve, with `Name` being the required property that provides the resource name of the content."],["It supports two constructors `GetContentRequest()` and `GetContentRequest(GetContentRequest other)` which provides the user with flexibility when creating an instance of this class."]]],[]]