Package emu.grasscutter.net.proto
Interface ShowClientGuideNotifyOuterClass.ShowClientGuideNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShowClientGuideNotifyOuterClass.ShowClientGuideNotify,ShowClientGuideNotifyOuterClass.ShowClientGuideNotify.Builder
- Enclosing class:
- ShowClientGuideNotifyOuterClass
public static interface ShowClientGuideNotifyOuterClass.ShowClientGuideNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring guide_name = 14;com.google.protobuf.ByteStringstring guide_name = 14;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
-
getGuideName
String getGuideName()string guide_name = 14;- Returns:
- The guideName.
-
getGuideNameBytes
com.google.protobuf.ByteString getGuideNameBytes()string guide_name = 14;- Returns:
- The bytes for guideName.
-