Interface PyObjectProto.PyObjectPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PyObjectProto.PyObjectPB, PyObjectProto.PyObjectPB.Builder
Enclosing class:
PyObjectProto

public static interface PyObjectProto.PyObjectPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPyAsJson

      boolean hasPyAsJson()
      .common.protobuf.PyAsJsonPB pyAsJson = 1;
      Returns:
      Whether the pyAsJson field is set.
    • getPyAsJson

      .common.protobuf.PyAsJsonPB pyAsJson = 1;
      Returns:
      The pyAsJson.
    • getPyAsJsonOrBuilder

      PyObjectProto.PyAsJsonPBOrBuilder getPyAsJsonOrBuilder()
      .common.protobuf.PyAsJsonPB pyAsJson = 1;
    • hasDictionary

      boolean hasDictionary()
      .common.protobuf.PyDictionaryPB dictionary = 2;
      Returns:
      Whether the dictionary field is set.
    • getDictionary

      .common.protobuf.PyDictionaryPB dictionary = 2;
      Returns:
      The dictionary.
    • getDictionaryOrBuilder

      .common.protobuf.PyDictionaryPB dictionary = 2;
    • getPyObjectCase