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 page details the `GetAuthorizedCertificateRequest` class, which is used to request information about an authorized certificate in Google Cloud App Engine, as part of version 1.3.0 of the Google.Cloud.AppEngine.V1 library."],["The `GetAuthorizedCertificateRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality checking, deep cloning, and buffered message operations."],["The class has two constructors, one parameterless and another that accepts another `GetAuthorizedCertificateRequest` object, allowing the creation of new instances and copies of existing requests."],["The class exposes properties such as `Name`, which specifies the resource name, and `View`, which controls the level of detail returned in the response."],["The document also features past versions of the `GetAuthorizedCertificateRequest` object, and the current object inherits certain methods from the `Object` class."]]],[]]