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."],[[["The latest version available for the `CreateContentRequest` class in the Google Cloud Dataplex v1 API is 3.6.0, with a range of prior versions down to 1.0.0 available as well."],["The `CreateContentRequest` class is used to create content resources within a Dataplex lake, requiring a parent lake resource name in the format of `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`."],["This class implements several interfaces including `IMessage`, `IEquatable\u003cCreateContentRequest\u003e`, `IDeepCloneable\u003cCreateContentRequest\u003e`, and `IBufferMessage`, indicating its role within the Google.Protobuf ecosystem."],["The `CreateContentRequest` class has a `Content` property which is a required field of type `Content`, as well as an optional `ValidateOnly` property to confirm request validity."],["The class `CreateContentRequest` is found within the `Google.Cloud.Dataplex.V1` namespace and in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]