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."],[[["This page provides documentation for the `BatchCreateRepositoriesResponse` class within the Google Cloud Build v2 API, specifically version 1.1.0."],["`BatchCreateRepositoriesResponse` is a message type used as a response when creating multiple repositories in batch, inheriting from the base object class and implementing several interfaces."],["The class offers two constructors: a default constructor and another to copy values from an existing `BatchCreateRepositoriesResponse` object."],["The `Repositories` property, of type `RepeatedField\u003cRepository\u003e`, is utilized to specify the collection of repository resources that have been created."],["The latest available version of the API is 1.4.0."]]],[]]