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 implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google.Protobuf framework."],["There are two constructors available for the `GetAuthorizedCertificateRequest` class: a parameterless constructor and one that accepts another `GetAuthorizedCertificateRequest` instance."],["The `GetAuthorizedCertificateRequest` class has two main properties: `Name`, a string representing the resource name, and `View`, which is of the `AuthorizedCertificateView` type that controls the fields returned in the response."],["The webpage also provides a version history, with the latest version being 2.4.0, and prior versions going back to version 1.0.0."]]],[]]