Cloud Build v2 API - Class BatchCreateRepositoriesRequest (1.3.0)

public sealed class BatchCreateRepositoriesRequest : IMessage<BatchCreateRepositoriesRequest>, IEquatable<BatchCreateRepositoriesRequest>, IDeepCloneable<BatchCreateRepositoriesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v2 API class BatchCreateRepositoriesRequest.

Message for creating repositoritories in batch.

Inheritance

object > BatchCreateRepositoriesRequest

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

BatchCreateRepositoriesRequest()

public BatchCreateRepositoriesRequest()

BatchCreateRepositoriesRequest(BatchCreateRepositoriesRequest)

public BatchCreateRepositoriesRequest(BatchCreateRepositoriesRequest other)
Parameter
NameDescription
otherBatchCreateRepositoriesRequest

Properties

Parent

public string Parent { get; set; }

Required. The connection to contain all the repositories being created. Format: projects//locations//connections/* The parent field in the CreateRepositoryRequest messages must either be empty or match this field.

Property Value
TypeDescription
string

ParentAsConnectionName

public ConnectionName ParentAsConnectionName { get; set; }

ConnectionName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConnectionName

Requests

public RepeatedField<CreateRepositoryRequest> Requests { get; }

Required. The request messages specifying the repositories to create.

Property Value
TypeDescription
RepeatedFieldCreateRepositoryRequest