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.
Implements
IMessageBatchCreateRepositoriesResponse, IEquatableBatchCreateRepositoriesResponse, IDeepCloneableBatchCreateRepositoriesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V2Assembly
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 |