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.1.0, and shows that it is part of the `Google.Cloud.ArtifactRegistry.V1` namespace."],["The `CreateRepositoryRequest` class is used to request the creation of a new repository in the Artifact Registry and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateRepositoryRequest` class includes properties such as `Parent`, `ParentAsLocationName`, `Repository`, and `RepositoryId`, which are used to specify the location, name, and details of the new repository being requested."],["The document includes links to documentation for other versions of the `CreateRepositoryRequest` class, ranging from version 1.0.0 up to the latest version, 2.9.0, for the Artifact Registry v1."],["The document lists inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, that are available to the `CreateRepositoryRequest` class."]]],[]]