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, specifically version 2.7.0."],["The `GetProjectSettingsRequest` class is used to retrieve the redirection status for a project, inheriting from the base object class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name`, which is a string representing the project settings resource name, and `ProjectSettingsName`, providing a typed view over the `Name` property."],["There are two constructors available for the `GetProjectSettingsRequest` class: a parameterless constructor, and a copy constructor that takes another `GetProjectSettingsRequest` as a parameter."],["The API documentation covers versions ranging from 1.0.0 up to the latest version 2.9.0, with version 2.7.0 as the one currently displayed on this page."]]],[]]