[[["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."],[],[],null,["# Class Values (3.19.4)\n\n public final class Values\n\nUtilities to help create `google.protobuf.Value` messages. \n\nInheritance\n-----------\n\n[java.lang.Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e Values \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nStatic Methods\n--------------\n\n### of(boolean value)\n\n public static Value of(boolean value)\n\nReturns a Value object with number set to value.\n\n### of(ListValue value)\n\n public static Value of(ListValue value)\n\nReturns a Value with ListValue set to value.\n\n### of(Struct value)\n\n public static Value of(Struct value)\n\nReturns a Value object with struct set to value.\n\n### of(double value)\n\n public static Value of(double value)\n\nReturns a Value object with number set to value.\n\n### of(Iterable\\\u003cValue\\\u003e values)\n\n public static Value of(Iterable\u003cValue\u003e values)\n\nReturns a Value with ListValue set to the appending the result of calling [#of](/java/docs/reference/protobuf/latest/com.google.protobuf.util.Values#com_google_protobuf_util_Values_of_) on each\nelement in the iterable.\n\n### of(String value)\n\n public static Value of(String value)\n\nReturns a Value object with string set to value.\n\n### ofNull()\n\n public static Value ofNull()"]]