[[["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."],[],[],null,["# Interface ServiceAccountDelegationInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.audit.v1.ServiceAccountDelegationInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.audit.v1.ServiceAccountDelegationInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.audit.v1.ServiceAccountDelegationInfoOrBuilder) \n\n public interface ServiceAccountDelegationInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getAuthorityCase()\n\n public abstract ServiceAccountDelegationInfo.AuthorityCase getAuthorityCase()\n\n### getFirstPartyPrincipal()\n\n public abstract ServiceAccountDelegationInfo.FirstPartyPrincipal getFirstPartyPrincipal()\n\nFirst party (Google) identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;\n`\n\n### getFirstPartyPrincipalOrBuilder()\n\n public abstract ServiceAccountDelegationInfo.FirstPartyPrincipalOrBuilder getFirstPartyPrincipalOrBuilder()\n\nFirst party (Google) identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;\n`\n\n### getThirdPartyPrincipal()\n\n public abstract ServiceAccountDelegationInfo.ThirdPartyPrincipal getThirdPartyPrincipal()\n\nThird party identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;\n`\n\n### getThirdPartyPrincipalOrBuilder()\n\n public abstract ServiceAccountDelegationInfo.ThirdPartyPrincipalOrBuilder getThirdPartyPrincipalOrBuilder()\n\nThird party identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;\n`\n\n### hasFirstPartyPrincipal()\n\n public abstract boolean hasFirstPartyPrincipal()\n\nFirst party (Google) identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.FirstPartyPrincipal first_party_principal = 1;\n`\n\n### hasThirdPartyPrincipal()\n\n public abstract boolean hasThirdPartyPrincipal()\n\nThird party identity as the real authority.\n\n`\n.google.events.cloud.audit.v1.ServiceAccountDelegationInfo.ThirdPartyPrincipal third_party_principal = 2;\n`"]]