[[["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 ClientInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.testlab.v1.ClientInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.firebase.testlab.v1.ClientInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.firebase.testlab.v1.ClientInfoOrBuilder) \n\n public interface ClientInfoOrBuilder 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### containsDetails(String key)\n\n public abstract boolean containsDetails(String key)\n\nMap of detailed information about the client.\n\n`map\u003cstring, string\u003e details = 2;`\n\n### getClient()\n\n public abstract String getClient()\n\nClient name, such as \"gcloud\".\n\n`string client = 1;`\n\n### getClientBytes()\n\n public abstract ByteString getClientBytes()\n\nClient name, such as \"gcloud\".\n\n`string client = 1;`\n\n### getDetails()\n\n public abstract Map\u003cString,String\u003e getDetails()\n\nUse [#getDetailsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.firebase.testlab.v1.ClientInfoOrBuilder#com_google_events_firebase_testlab_v1_ClientInfoOrBuilder_getDetailsMap__) instead.\n\n### getDetailsCount()\n\n public abstract int getDetailsCount()\n\nMap of detailed information about the client.\n\n`map\u003cstring, string\u003e details = 2;`\n\n### getDetailsMap()\n\n public abstract Map\u003cString,String\u003e getDetailsMap()\n\nMap of detailed information about the client.\n\n`map\u003cstring, string\u003e details = 2;`\n\n### getDetailsOrDefault(String key, String defaultValue)\n\n public abstract String getDetailsOrDefault(String key, String defaultValue)\n\nMap of detailed information about the client.\n\n`map\u003cstring, string\u003e details = 2;`\n\n### getDetailsOrThrow(String key)\n\n public abstract String getDetailsOrThrow(String key)\n\nMap of detailed information about the client.\n\n`map\u003cstring, string\u003e details = 2;`"]]