public sealed class UpdatePackageRequest : IMessage<UpdatePackageRequest>, IEquatable<UpdatePackageRequest>, IDeepCloneable<UpdatePackageRequest>, IBufferMessage, IMessageReference documentation and code samples for the Artifact Registry v1 API class UpdatePackageRequest.
The request to update a package.
Implements
IMessageUpdatePackageRequest, IEquatableUpdatePackageRequest, IDeepCloneableUpdatePackageRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ArtifactRegistry.V1Assembly
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 |
|