Class CreateRepositoryRequest
Message for creating a Repository.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v2.Data
Assembly: Google.Apis.CloudBuild.v2.dll
Syntax
public class CreateRepositoryRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The connection to contain the repository. If the request is part of a BatchCreateRepositoriesRequest, this field should be empty or match the parent specified there.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
Repository
Required. The repository to create.
Declaration
[JsonProperty("repository")]
public virtual Repository Repository { get; set; }
Property Value
Type | Description |
---|---|
Repository |
RepositoryId
Required. The ID to use for the repository, which will become the final component of the repository's resource name. This ID should be unique in the connection. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
Declaration
[JsonProperty("repositoryId")]
public virtual string RepositoryId { get; set; }
Property Value
Type | Description |
---|---|
string |