[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eAppIdentityServicePb.PublicCertificateOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetKeyName()\u003c/code\u003e method returns a \u003ccode\u003eString\u003c/code\u003e representing the key name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetKeyNameBytes()\u003c/code\u003e method returns the key name as a \u003ccode\u003ecom.google.protobuf.ByteString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetX509CertificatePem()\u003c/code\u003e method returns a \u003ccode\u003eString\u003c/code\u003e of the X.509 certificate in PEM format.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods to check for the presence of key name and certificate data using \u003ccode\u003ehasKeyName()\u003c/code\u003e and \u003ccode\u003ehasX509CertificatePem()\u003c/code\u003e, respectively, both returning a \u003ccode\u003eboolean\u003c/code\u003e value.\u003c/p\u003e\n"]]],[],null,["# Interface AppIdentityServicePb.PublicCertificateOrBuilder (2.0.0)\n\n public static interface AppIdentityServicePb.PublicCertificateOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getKeyName()\n\n public abstract String getKeyName()\n\n### getKeyNameBytes()\n\n public abstract ByteString getKeyNameBytes()\n\n### getX509CertificatePem()\n\n public abstract String getX509CertificatePem()\n\n### getX509CertificatePemBytes()\n\n public abstract ByteString getX509CertificatePemBytes()\n\n### hasKeyName()\n\n public abstract boolean hasKeyName()\n\n### hasX509CertificatePem()\n\n public abstract boolean hasX509CertificatePem()"]]