Artifact Registry v1beta2 API - Class UpdateRepositoryRequest (2.0.0-beta04)

public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Artifact Registry v1beta2 API class UpdateRepositoryRequest.

The request to update a repository.

Inheritance

object > UpdateRepositoryRequest

Namespace

Google.Cloud.ArtifactRegistry.V1Beta2

Assembly

Google.Cloud.ArtifactRegistry.V1Beta2.dll

Constructors

UpdateRepositoryRequest()

public UpdateRepositoryRequest()

UpdateRepositoryRequest(UpdateRepositoryRequest)

public UpdateRepositoryRequest(UpdateRepositoryRequest other)
Parameter
NameDescription
otherUpdateRepositoryRequest

Properties

Repository

public Repository Repository { get; set; }

The repository that replaces the resource on the server.

Property Value
TypeDescription
Repository

UpdateMask

public FieldMask UpdateMask { get; set; }

The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Property Value
TypeDescription
FieldMask