public sealed class BatchCreateRepositoriesResponse : IMessage<BatchCreateRepositoriesResponse>, IEquatable<BatchCreateRepositoriesResponse>, IDeepCloneable<BatchCreateRepositoriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Build v2 API class BatchCreateRepositoriesResponse.
Message for response of creating repositories in batch.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BatchCreateRepositoriesResponse` class is part of the Google Cloud Build v2 API, specifically in the `Google.Cloud.CloudBuild.V2` namespace."],["This class represents the response received after creating multiple repositories in a batch operation."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations like message handling, comparison, deep cloning, and buffered messaging."],["The class contains a `Repositories` property of type `RepeatedField\u003cRepository\u003e`, which holds the list of repository resources that were created in the batch."],["The latest version of the package is `1.4.0` as presented on the top of the page, and you can access other previous versions such as `1.3.0`, `1.2.0`, `1.1.0` and `1.0.0`."]]],[]]