Cloud Build v2 API - Class BatchCreateRepositoriesResponse (1.4.0)

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.

Inheritance

object > BatchCreateRepositoriesResponse

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

BatchCreateRepositoriesResponse()

public BatchCreateRepositoriesResponse()

BatchCreateRepositoriesResponse(BatchCreateRepositoriesResponse)

public BatchCreateRepositoriesResponse(BatchCreateRepositoriesResponse other)
Parameter
Name Description
other BatchCreateRepositoriesResponse

Properties

Repositories

public RepeatedField<Repository> Repositories { get; }

Repository resources created.

Property Value
Type Description
RepeatedFieldRepository