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.7.0."],["The `GetContentRequest` class is used to request content and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of `GetContentRequest` is 3.6.0, and the documentation lists various versions, from 1.0.0 to 3.6.0, each with its own link."],["The class includes constructors for creating `GetContentRequest` objects, with one being a parameterless constructor, and the other allowing to pass another `GetContentRequest` object, and properties such as `ContentName`, `Name`, and `View`."],["The `Name` property is required and takes a string value representing the resource name of the content, while the optional `View` property takes a `GetContentRequest.Types.ContentView` value specifying the content view for a partial request."]]],[]]