Dataform v1beta1 API - Class CreateRepositoryRequest (1.0.0-beta05)

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.

Inheritance

object > CreateRepositoryRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

CreateRepositoryRequest()

public CreateRepositoryRequest()

CreateRepositoryRequest(CreateRepositoryRequest)

public CreateRepositoryRequest(CreateRepositoryRequest other)
Parameter
NameDescription
otherCreateRepositoryRequest

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
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

Repository

public Repository Repository { get; set; }

Required. The repository to create.

Property Value
TypeDescription
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
TypeDescription
string