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, specifically for .NET."],["The `CreateContentRequest` class is used to create a content resource within a specified lake, and it inherits from object and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 3.6.0, with multiple previous versions also accessible, down to version 1.0.0, and the document allows browsing through these versions."],["Key properties for `CreateContentRequest` include `Content`, `Parent` (lake resource name), `ParentAsLakeName` (a typed view of parent), and `ValidateOnly` for request validation."],["The document details the constructors for the `CreateContentRequest` class, outlining the use of an empty constructor or passing another `CreateContentRequest` object as a parameter."]]],[]]