[[["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-09-04 UTC."],[[["\u003cp\u003e\u003ccode\u003eGetPublicCertificateForAppResponseOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e in the \u003ccode\u003eAppIdentityServicePb\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods to manage a list of \u003ccode\u003ePublicCertificate\u003c/code\u003e objects, including getting a specific certificate by index, counting the total certificates, and retrieving the entire list.\u003c/p\u003e\n"],["\u003cp\u003eIt allows access to \u003ccode\u003ePublicCertificateOrBuilder\u003c/code\u003e instances, either individually by index or as a list, for building or examining public certificates.\u003c/p\u003e\n"],["\u003cp\u003eThe interface includes methods to retrieve and check for the presence of the maximum client cache time, represented as a long integer in seconds.\u003c/p\u003e\n"]]],[],null,["# Interface AppIdentityServicePb.GetPublicCertificateForAppResponseOrBuilder (2.0.0)\n\n public static interface AppIdentityServicePb.GetPublicCertificateForAppResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getMaxClientCacheTimeInSecond()\n\n public abstract long getMaxClientCacheTimeInSecond()\n\n### getPublicCertificateList(int arg0)\n\n public abstract AppIdentityServicePb.PublicCertificate getPublicCertificateList(int arg0)\n\n### getPublicCertificateListCount()\n\n public abstract int getPublicCertificateListCount()\n\n### getPublicCertificateListList()\n\n public abstract List\u003cAppIdentityServicePb.PublicCertificate\u003e getPublicCertificateListList()\n\n### getPublicCertificateListOrBuilder(int arg0)\n\n public abstract AppIdentityServicePb.PublicCertificateOrBuilder getPublicCertificateListOrBuilder(int arg0)\n\n### getPublicCertificateListOrBuilderList()\n\n public abstract List\u003c? extends AppIdentityServicePb.PublicCertificateOrBuilder\u003e getPublicCertificateListOrBuilderList()\n\n### hasMaxClientCacheTimeInSecond()\n\n public abstract boolean hasMaxClientCacheTimeInSecond()"]]