Package emu.grasscutter.net.proto
Interface GCGDebugReplayNotifyOuterClass.GCGDebugReplayNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGDebugReplayNotifyOuterClass.GCGDebugReplayNotify,GCGDebugReplayNotifyOuterClass.GCGDebugReplayNotify.Builder
- Enclosing class:
- GCGDebugReplayNotifyOuterClass
public static interface GCGDebugReplayNotifyOuterClass.GCGDebugReplayNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring json_str = 15;com.google.protobuf.ByteStringstring json_str = 15;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
-
getJsonStr
String getJsonStr()string json_str = 15;- Returns:
- The jsonStr.
-
getJsonStrBytes
com.google.protobuf.ByteString getJsonStrBytes()string json_str = 15;- Returns:
- The bytes for jsonStr.
-