public sealed class GetProjectSettingsRequest : IMessage<GetProjectSettingsRequest>, IEquatable<GetProjectSettingsRequest>, IDeepCloneable<GetProjectSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1 API class GetProjectSettingsRequest.
[[["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 document provides reference documentation for the `GetProjectSettingsRequest` class within the Google Cloud Artifact Registry v1 API."],["`GetProjectSettingsRequest` is used to retrieve the redirection status for a specified project within the Artifact Registry."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffered message operations."],["The class contains the property `Name`, which is of type string, and is a required property defining the name of the project settings resource."],["The class contains the property `ProjectSettingsName`, which is of type `ProjectSettingsName` and gives the user a view over the `Name` resource property."]]],[]]