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 webpage 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 create content resources in a specified lake and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateContentRequest` include `Content` (the content resource itself), `Parent` (the lake's resource name), `ParentAsLakeName` (a `LakeName`-typed view of the parent resource name), and `ValidateOnly` (a boolean for request validation)."],["The latest version of this class available is 3.6.0, and the page lists historical versions all the way down to 1.0.0, each version offering a different implementation of the class."]]],[]]