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.
Implements
IMessageBatchCreateRepositoriesRequest, IEquatableBatchCreateRepositoriesRequest, IDeepCloneableBatchCreateRepositoriesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
Google.Cloud.CloudBuild.V2.dll
Constructors
BatchCreateRepositoriesRequest()
public BatchCreateRepositoriesRequest()
BatchCreateRepositoriesRequest(BatchCreateRepositoriesRequest)
public BatchCreateRepositoriesRequest(BatchCreateRepositoriesRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateRepositoriesRequest |
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 | |
---|---|
Type | Description |
string |
ParentAsConnectionName
public ConnectionName ParentAsConnectionName { get; set; }
ConnectionName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConnectionName |
Requests
public RepeatedField<CreateRepositoryRequest> Requests { get; }
Required. The request messages specifying the repositories to create.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCreateRepositoryRequest |