public sealed class CreateRepositoryRequest : IMessage<CreateRepositoryRequest>, IEquatable<CreateRepositoryRequest>, IDeepCloneable<CreateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CreateRepositoryRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e class within the Google Cloud Dataform v1beta1 API, specifically version 1.0.0-beta08 (latest).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e class is used to send a request to create a new repository, implementing interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e class include \u003ccode\u003eParent\u003c/code\u003e (location for the new repository), \u003ccode\u003eParentAsLocationName\u003c/code\u003e (a location-typed view), \u003ccode\u003eRepository\u003c/code\u003e (the repository to be created), and \u003ccode\u003eRepositoryId\u003c/code\u003e (the ID for the new repository).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e class contains two constructors, one default and another that takes in another instance of \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class CreateRepositoryRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest) \n\n public sealed class CreateRepositoryRequest : IMessage\u003cCreateRepositoryRequest\u003e, IEquatable\u003cCreateRepositoryRequest\u003e, IDeepCloneable\u003cCreateRepositoryRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class CreateRepositoryRequest.\n\n`CreateRepository` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateRepositoryRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateRepositoryRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateRepositoryRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateRepositoryRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### CreateRepositoryRequest()\n\n public CreateRepositoryRequest()\n\n### CreateRepositoryRequest(CreateRepositoryRequest)\n\n public CreateRepositoryRequest(CreateRepositoryRequest other)\n\nProperties\n----------\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The location in which to create the repository. Must be in the\nformat `projects/*/locations/*`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.ResourceNames.LocationName.html)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.CreateRepositoryRequest#Google_Cloud_Dataform_V1Beta1_CreateRepositoryRequest_Parent) resource name property.\n\n### Repository\n\n public Repository Repository { get; set; }\n\nRequired. The repository to create.\n\n### RepositoryId\n\n public string RepositoryId { get; set; }\n\nRequired. The ID to use for the repository, which will become the final\ncomponent of the repository's resource name."]]