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 Summary
Modifier and TypeMethodDescription.common.protobuf.PyDictionaryPB dictionary = 2;
.common.protobuf.PyDictionaryPB dictionary = 2;
.common.protobuf.PyAsJsonPB pyAsJson = 1;
.common.protobuf.PyAsJsonPB pyAsJson = 1;
boolean
.common.protobuf.PyDictionaryPB dictionary = 2;
boolean
.common.protobuf.PyAsJsonPB pyAsJson = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPyAsJson
boolean hasPyAsJson().common.protobuf.PyAsJsonPB pyAsJson = 1;
- Returns:
- Whether the pyAsJson field is set.
-
getPyAsJson
PyObjectProto.PyAsJsonPB 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
PyDictionaryProto.PyDictionaryPB getDictionary().common.protobuf.PyDictionaryPB dictionary = 2;
- Returns:
- The dictionary.
-
getDictionaryOrBuilder
PyDictionaryProto.PyDictionaryPBOrBuilder getDictionaryOrBuilder().common.protobuf.PyDictionaryPB dictionary = 2;
-
getPyObjectCase
PyObjectProto.PyObjectPB.PyObjectCase getPyObjectCase()
-