Artifact Registry v1 API - Class UpdateVPCSCConfigRequest (2.8.0)

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

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

Sets the VPCSC config of the project.

Inheritance

object > UpdateVPCSCConfigRequest

Namespace

Google.Cloud.ArtifactRegistry.V1

Assembly

Google.Cloud.ArtifactRegistry.V1.dll

Constructors

UpdateVPCSCConfigRequest()

public UpdateVPCSCConfigRequest()

UpdateVPCSCConfigRequest(UpdateVPCSCConfigRequest)

public UpdateVPCSCConfigRequest(UpdateVPCSCConfigRequest other)
Parameter
Name Description
other UpdateVPCSCConfigRequest

Properties

UpdateMask

public FieldMask UpdateMask { get; set; }

Field mask to support partial updates.

Property Value
Type Description
FieldMask

VpcscConfig

public VPCSCConfig VpcscConfig { get; set; }

The project config.

Property Value
Type Description
VPCSCConfig