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 webpage details the `GetAuthorizedCertificateRequest` class, which is used to request a specific authorized certificate within the Google Cloud App Engine environment."],["The `GetAuthorizedCertificateRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace and is found in the `Google.Cloud.AppEngine.V1.dll` assembly."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each one relating to a specific functionality."],["The class has two constructors, one parameterless, and another that takes another `GetAuthorizedCertificateRequest` instance as an argument to copy it."],["The class offers two properties, `Name`, which specifies the resource being requested, and `View`, which controls the amount of information to be returned."]]],[]]