public sealed class GetAuthorizedCertificateRequest : IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, IDeepCloneable<GetAuthorizedCertificateRequest>, IBufferMessage, IMessage
Request message for AuthorizedCertificates.GetAuthorizedCertificate.
[[["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 information about the `GetAuthorizedCertificateRequest` class within the `Google.Cloud.AppEngine.V1` namespace for .NET."],["The `GetAuthorizedCertificateRequest` class is a request message used for `AuthorizedCertificates.GetAuthorizedCertificate` operations."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It features properties for setting the `Name` of the requested resource and the `View` which controls the returned fields, offering flexibility in retrieving certificate details."],["There are multiple versions available, ranging from 1.0.0 to the latest 2.4.0."]]],[]]