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 page provides documentation for the `GetContentRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.8.0."],["The latest version of the `GetContentRequest` class is 3.6.0, and the page contains a list of documentation links for versions from 3.6.0 down to 1.0.0."],["`GetContentRequest` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, inheriting members from the `object` class."],["The `GetContentRequest` class has properties such as `ContentName`, `Name`, and `View` to facilitate the creation of content requests, with the `Name` property being a required field for resource identification."],["There are two constructors: a default `GetContentRequest()` and a `GetContentRequest(GetContentRequest other)` for copying other instances of the same class."]]],[]]