Class BatchCreateRepositoriesRequest (3.24.0)

BatchCreateRepositoriesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for creating repositoritories in batch.

Attributes

NameDescription
parent str
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.
requests MutableSequence[google.cloud.devtools.cloudbuild_v2.types.CreateRepositoryRequest]
Required. The request messages specifying the repositories to create.