Interface ContextProto.JSONValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContextProto.JSONValue,ContextProto.JSONValue.Builder
- Enclosing class:
ContextProto
public static interface ContextProto.JSONValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring class = 1;com.google.protobuf.ByteStringstring class = 1;com.google.protobuf.ByteStringgetJson()bytes json = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getClass_
String getClass_()string class = 1;- Returns:
- The class.
-
getClass_Bytes
com.google.protobuf.ByteString getClass_Bytes()string class = 1;- Returns:
- The bytes for class.
-
getJson
com.google.protobuf.ByteString getJson()bytes json = 2;- Returns:
- The json.
-