public sealed class GetProjectSettingsRequest : IMessage<GetProjectSettingsRequest>, IEquatable<GetProjectSettingsRequest>, IDeepCloneable<GetProjectSettingsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 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."],[[["The `GetProjectSettingsRequest` class in the Artifact Registry v1beta2 API is used to request the redirection status for a project."],["The latest version of this class is `2.0.0-beta05`, and it is part of the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It includes constructors for creating a new instance and copying from another `GetProjectSettingsRequest` object."],["Key properties of this class include `Name` (a string) and `ProjectSettingsName`, which provide different ways to access the project settings resource name."]]],[]]