public sealed class CreateContentRequest : IMessage<CreateContentRequest>, IEquatable<CreateContentRequest>, IDeepCloneable<CreateContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateContentRequest.
[[["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-04-09 UTC."],[[["This documentation page covers the `CreateContentRequest` class within the Google Cloud Dataplex V1 API for .NET, specifically version 2.2.0."],["The `CreateContentRequest` class is used to create content resources within a specified lake and it inherits from multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Content`, `Parent`, `ParentAsLakeName`, and `ValidateOnly`, which are essential for defining and validating a request to create new content."],["The latest version of this API available is 3.6.0, with previous versions listed from 3.5.0 all the way down to 1.0.0 for those looking to use an older version."],["The `CreateContentRequest` class has two constructors, one default and another to clone from another `CreateContentRequest` object, and also includes inherited methods from the `Object` class like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]