public sealed class CreateRepositoryRequest : IMessage<CreateRepositoryRequest>, IEquatable<CreateRepositoryRequest>, IDeepCloneable<CreateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class CreateRepositoryRequest.
[[["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-21 UTC."],[[["This document provides reference documentation for the `CreateRepositoryRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.7.0, and the page also has access to other versions via hyperlinks, the latest being 2.9.0."],["The `CreateRepositoryRequest` class is used to create new repositories and is part of the `Google.Cloud.ArtifactRegistry.V1` namespace, implemented as part of the `Google.Cloud.ArtifactRegistry.V1.dll` assembly."],["The `CreateRepositoryRequest` class implements several interfaces, including `IMessage`, `IEquatable\u003cCreateRepositoryRequest\u003e`, `IDeepCloneable\u003cCreateRepositoryRequest\u003e`, and `IBufferMessage`."],["Key properties of the `CreateRepositoryRequest` include `Parent`, `ParentAsLocationName`, `Repository`, and `RepositoryId`, which define the location, type and name of the new repository."],["The document includes details about the `CreateRepositoryRequest` constructors, allowing for the creation of empty instances or copies of existing `CreateRepositoryRequest` objects, and also lists a number of inherited methods."]]],[]]