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 webpage provides reference documentation for the `GetAuthorizedCertificateRequest` class within the Google Cloud App Engine v1 API."],["`GetAuthorizedCertificateRequest` is a request message used for retrieving an authorized certificate and it has been implemented across multiple versions, from 1.0.0 up to the latest 2.4.0."],["The class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and inherits from `Object`."],["The `GetAuthorizedCertificateRequest` class includes properties for specifying the `Name` of the requested resource and controlling the returned fields with the `View` property."],["The class offers two constructors, a default constructor and one that takes another `GetAuthorizedCertificateRequest` object for initialization."]]],[]]