Package emu.grasscutter.net.proto
Interface GmTalkNotifyOuterClass.GmTalkNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GmTalkNotifyOuterClass.GmTalkNotify,GmTalkNotifyOuterClass.GmTalkNotify.Builder
- Enclosing class:
- GmTalkNotifyOuterClass
public static interface GmTalkNotifyOuterClass.GmTalkNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMsg()string msg = 2;com.google.protobuf.ByteStringstring msg = 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
-
getMsg
String getMsg()string msg = 2;- Returns:
- The msg.
-
getMsgBytes
com.google.protobuf.ByteString getMsgBytes()string msg = 2;- Returns:
- The bytes for msg.
-