[[["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-28 UTC."],[],[],null,["# Interface StructOrBuilder (3.19.4)\n\n public interface StructOrBuilder extends MessageLiteOrBuilder\n\nImplements\n----------\n\n[MessageLiteOrBuilder](/java/docs/reference/protobuf/latest/com.google.protobuf.MessageLiteOrBuilder)\n\nMethods\n-------\n\n### containsFields(String key)\n\n public abstract boolean containsFields(String key)\n\nUnordered map of dynamically typed values.\n\n`map\u003cstring, .google.protobuf.Value\u003e fields = 1;`\n\n### getFields()\n\n public abstract Map\u003cString,Value\u003e getFields()\n\nUse [#getFieldsMap()](/java/docs/reference/protobuf/latest/com.google.protobuf.StructOrBuilder#com_google_protobuf_StructOrBuilder_getFieldsMap__) instead.\n\n### getFieldsCount()\n\n public abstract int getFieldsCount()\n\nUnordered map of dynamically typed values.\n\n`map\u003cstring, .google.protobuf.Value\u003e fields = 1;`\n\n### getFieldsMap()\n\n public abstract Map\u003cString,Value\u003e getFieldsMap()\n\nUnordered map of dynamically typed values.\n\n`map\u003cstring, .google.protobuf.Value\u003e fields = 1;`\n\n### getFieldsOrDefault(String key, Value defaultValue)\n\n public abstract Value getFieldsOrDefault(String key, Value defaultValue)\n\nUnordered map of dynamically typed values.\n\n`map\u003cstring, .google.protobuf.Value\u003e fields = 1;`\n\n### getFieldsOrThrow(String key)\n\n public abstract Value getFieldsOrThrow(String key)\n\nUnordered map of dynamically typed values.\n\n`map\u003cstring, .google.protobuf.Value\u003e fields = 1;`"]]