public sealed class GetVPCSCConfigRequest : IMessage<GetVPCSCConfigRequest>, IEquatable<GetVPCSCConfigRequest>, IDeepCloneable<GetVPCSCConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetVPCSCConfigRequest.
[[["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 page provides documentation for the `GetVPCSCConfigRequest` class within the Google Cloud Artifact Registry v1 API, specifically version 2.5.0, with links to other versions of the API."],["The `GetVPCSCConfigRequest` class is used to retrieve the VPC Service Controls (VPC SC) configuration for a project, and is part of the `Google.Cloud.ArtifactRegistry.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It includes two constructors, a default one and another that takes a `GetVPCSCConfigRequest` object for initialization, and it also has properties such as `Name` (a string representing the resource name) and `VpcscConfigName` (a typed view of the resource name)."],["The required `Name` property specifies the name of the VPCSCConfig resource."]]],[]]