Artifact Registry v1 API - Class UpdatePackageRequest (2.9.0)

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

Reference documentation and code samples for the Artifact Registry v1 API class UpdatePackageRequest.

The request to update a package.

Inheritance

object > UpdatePackageRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

UpdatePackageRequest()

public UpdatePackageRequest()

UpdatePackageRequest(UpdatePackageRequest)

public UpdatePackageRequest(UpdatePackageRequest other)
Parameter
Name Description
other UpdatePackageRequest

Properties

Package

public Package Package { get; set; }

The package that replaces the resource on the server.

Property Value
Type Description
Package

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
Type Description
FieldMask