public sealed class GetAuthorizedCertificateRequest : IMessage<GetAuthorizedCertificateRequest>, IEquatable<GetAuthorizedCertificateRequest>, IDeepCloneable<GetAuthorizedCertificateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class GetAuthorizedCertificateRequest.
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 reference documentation for the `GetAuthorizedCertificateRequest` class within the App Engine v1 API."],["The `GetAuthorizedCertificateRequest` class is used to request authorized certificate information, as specified in the `AuthorizedCertificates.GetAuthorizedCertificate` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It has two constructors: a default constructor and one that accepts another `GetAuthorizedCertificateRequest` object as a parameter, and also contains the properties `Name` and `View` to modify the request."],["Multiple versions of this class are available, with the latest version being 2.4.0 and prior versions dating back to 1.0.0."]]],[]]