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."],[[["This document provides reference documentation for the `CreateContentRequest` class within the Google Cloud Dataplex V1 API, outlining its properties, constructors, and inherited members."],["The `CreateContentRequest` class is designed for creating content resources, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors, one default and one that accepts another `CreateContentRequest` instance for copying."],["Key properties include `Content` to define the resource, `Parent` to specify the parent lake, `ParentAsLakeName` for a typed view of the parent resource, and `ValidateOnly` to enable request validation without mutations."],["The document outlines the available versions of the `CreateContentRequest` from version 1.0.0 to the latest version 3.6.0."]]],[]]