public sealed class CreateZoneRequest : IMessage<CreateZoneRequest>, IEquatable<CreateZoneRequest>, IDeepCloneable<CreateZoneRequest>, IBufferMessage, IMessage
Required. Zone identifier.
This ID will be used to generate names such as database and dataset names
when publishing metadata to Hive Metastore and BigQuery.
Must contain only lowercase letters, numbers and hyphens.
Must start with a letter.
Must end with a number or a letter.
Must be between 1-63 characters.
Must be unique across all lakes from all locations in a project.
Must not be one of the reserved IDs (i.e. "default", "global-temp")
[[["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 page details the `CreateZoneRequest` class within the `Google.Cloud.Dataplex.V1` namespace, specifically for version 2.0.0 of the .NET library."],["The `CreateZoneRequest` class is used to create a zone within a Google Cloud Dataplex lake, as it inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class is version 3.6.0, with multiple previous versions available, and can be found at `/dotnet/docs/reference/Google.Cloud.Dataplex.V1/latest/Google.Cloud.Dataplex.V1.CreateZoneRequest`."],["The class has properties such as `Parent`, `ValidateOnly`, `Zone`, and `ZoneId`, for defining the parent lake, validation settings, zone resource, and zone identifier, respectively."],["The `CreateZoneRequest` class also offers two constructors: a default constructor (`CreateZoneRequest()`) and a copy constructor (`CreateZoneRequest(CreateZoneRequest other)`), as well as a list of inherited members."]]],[]]