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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBatchCreateRepositoriesRequest\u003c/code\u003e class is part of the Cloud Build v2 API, designed for creating multiple repositories in a single batch request.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, enhancing its functionality and compatibility.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eParent\u003c/code\u003e and \u003ccode\u003eRequests\u003c/code\u003e, which define the connection location and the specific repository creation requests, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available, one default and one that allows for cloning from another \u003ccode\u003eBatchCreateRepositoriesRequest\u003c/code\u003e instance, useful for creating copies.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is essential, requiring a connection format such as \u003ccode\u003eprojects/*/locations/*/connections/*\u003c/code\u003e, while the \u003ccode\u003eRequests\u003c/code\u003e property expects a collection of \u003ccode\u003eCreateRepositoryRequest\u003c/code\u003e messages.\u003c/p\u003e\n"]]],[],null,[]]