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 get the redirection status for a project."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["There are two constructors available for `GetProjectSettingsRequest`: one default constructor and another that takes an existing `GetProjectSettingsRequest` object."],["The class contains two properties, `Name` (a string representing the projectSettings resource name) and `ProjectSettingsName` (a typed view over the `Name` property)."],["Version 2.0.0-beta05 is the latest version of the API in the documentation provided, with previous versions including 2.0.0-beta04 and 1.0.0-beta06."]]],[]]