Class Structs

java.lang.Object
com.google.protobuf.util.Structs

public final class Structs extends Object
Utilities to help create google.protobuf.Struct messages.
  • Method Details

    • of

      public static Struct of(String k1, Value v1)
      Returns a struct containing the key-value pair.
    • of

      public static Struct of(String k1, Value v1, String k2, Value v2)
      Returns a struct containing each of the key-value pairs.

      Providing duplicate keys is undefined behavior.

    • of

      public static Struct of(String k1, Value v1, String k2, Value v2, String k3, Value v3)
      Returns a struct containing each of the key-value pairs.

      Providing duplicate keys is undefined behavior.