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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `UpdateVPCSCConfigRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.7.0, and its usage in .NET."],["The `UpdateVPCSCConfigRequest` class is used to set the VPCSC configuration for a project, supporting partial updates through the use of a field mask."],["It inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like deep cloning and equality checks."],["The class includes two constructors, a default one and another that accepts an `UpdateVPCSCConfigRequest` object, and has two primary properties, `UpdateMask` and `VpcscConfig`, for configuration and updates."],["This page links to other versions of the `UpdateVPCSCConfigRequest` class ranging from version 1.0.0 up to the latest version 2.9.0."]]],[]]