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 page provides reference documentation for the `CreateContentRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `CreateContentRequest` class is used to define the parameters for creating content resources within a lake and is part of the `Google.Cloud.Dataplex.V1` namespace."],["The `CreateContentRequest` class inherits from `object` and implements `IMessage`, `IEquatable\u003cCreateContentRequest\u003e`, `IDeepCloneable\u003cCreateContentRequest\u003e`, and `IBufferMessage`, providing methods for object comparison, deep cloning, and message handling."],["The class contains properties such as `Content`, `Parent`, `ParentAsLakeName`, and `ValidateOnly`, which are used to specify the content, the parent lake, and validation options for the content creation request."],["There are two constructors for the class: a parameterless `CreateContentRequest()` constructor and a `CreateContentRequest(CreateContentRequest other)` constructor that creates a copy of another `CreateContentRequest` instance."]]],[]]