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 document provides reference documentation for the `CreateContentRequest` class within the Google Cloud Dataplex V1 API, specifically version 2.10.0."],["The `CreateContentRequest` class is used to create content within a specified lake, and it inherits from various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Content`, `Parent`, `ParentAsLakeName`, and `ValidateOnly`, which are essential for defining and validating a content creation request within the Dataplex environment."],["There are many versions of the `CreateContentRequest` available, with version 3.6.0 being the latest release, and all versions link back to the documentation for that specific version of the class."],["The `CreateContentRequest` class is a publicly available class, with two listed constructors, and inherited members from `object` class."]]],[]]