public sealed class CreateRepositoryRequest : IMessage<CreateRepositoryRequest>, IEquatable<CreateRepositoryRequest>, IDeepCloneable<CreateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class CreateRepositoryRequest.
CreateRepository
request message.
Implements
IMessageCreateRepositoryRequest, IEquatableCreateRepositoryRequest, IDeepCloneableCreateRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
CreateRepositoryRequest()
public CreateRepositoryRequest()
CreateRepositoryRequest(CreateRepositoryRequest)
public CreateRepositoryRequest(CreateRepositoryRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateRepositoryRequest |
Properties
Parent
public string Parent { get; set; }
Required. The location in which to create the repository. Must be in the
format projects/*/locations/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
Repository
public Repository Repository { get; set; }
Required. The repository to create.
Property Value | |
---|---|
Type | Description |
Repository |
RepositoryId
public string RepositoryId { get; set; }
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
Property Value | |
---|---|
Type | Description |
string |