Interface BasicEventScriptsProto.BasicTagEventScriptsPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicEventScriptsProto.BasicTagEventScriptsPB
,BasicEventScriptsProto.BasicTagEventScriptsPB.Builder
- Enclosing class:
- BasicEventScriptsProto
public static interface BasicEventScriptsProto.BasicTagEventScriptsPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetJson()
We use GSON to serialize the BasicTagEventScripts object into JSONcom.google.protobuf.ByteString
We use GSON to serialize the BasicTagEventScripts object into JSONMethods 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
-
getJson
String getJson()We use GSON to serialize the BasicTagEventScripts object into JSON
string json = 1;
- Returns:
- The json.
-
getJsonBytes
com.google.protobuf.ByteString getJsonBytes()We use GSON to serialize the BasicTagEventScripts object into JSON
string json = 1;
- Returns:
- The bytes for json.
-