public sealed class CreateRepositoryRequest : IMessage<CreateRepositoryRequest>, IEquatable<CreateRepositoryRequest>, IDeepCloneable<CreateRepositoryRequest>, IBufferMessage, IMessage
[[["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-02 UTC."],[[["This document provides details on the `CreateRepositoryRequest` class, which is used to request the creation of a new repository within the Google Cloud Artifact Registry."],["The `CreateRepositoryRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it supports various functionalities within the .NET environment."],["It has two constructors, one default and one that allows initialization using another `CreateRepositoryRequest` instance."],["The class has four properties, `Parent`, `ParentAsLocationName`, `Repository`, and `RepositoryId`, which define the parent resource, a location name view, the repository to be created, and the id for the repository respectively."],["This class is found within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace and is part of the `Google.Cloud.ArtifactRegistry.V1Beta2.dll` assembly."]]],[]]