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 document provides reference documentation for the `BatchCreateRepositoriesResponse` class within the Google Cloud Build v2 API, specifically version 1.2.0, which is part of the response for creating repositories in batch."],["The `BatchCreateRepositoriesResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["This class inherits from `object` and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`, while being implemented in the namespace `Google.Cloud.CloudBuild.V2` found in `Google.Cloud.CloudBuild.V2.dll`."],["It contains a property called `Repositories`, of type `RepeatedField\u003cRepository\u003e`, which represents the collection of repository resources created."],["There are two constructors, a default constructor `BatchCreateRepositoriesResponse()` and a constructor that takes another `BatchCreateRepositoriesResponse` object as a parameter, to make a copy of said object."]]],[]]