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-03-25 UTC."],[[["The `CreateContentRequest` class is part of the Google Cloud Dataplex V1 API and is used to create content resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the .NET framework."],["The latest version of the API is 3.6.0, while the current page refers to version 3.5.0 and there are historical versions available dating back to 1.0.0."],["`CreateContentRequest` has properties such as `Content`, `Parent`, `ParentAsLakeName`, and `ValidateOnly`, which define the content to be created, its parent lake, and validation settings."],["There are multiple constructors for the `CreateContentRequest` class, including a default constructor and one that accepts another `CreateContentRequest` object for cloning."]]],[]]