Package emu.grasscutter.net.proto
Interface UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotify,UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotify.Builder
- Enclosing class:
- UpdatePS4FriendListNotifyOuterClass
public static interface UpdatePS4FriendListNotifyOuterClass.UpdatePS4FriendListNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPsnIdList(int index) repeated string psn_id_list = 14;com.google.protobuf.ByteStringgetPsnIdListBytes(int index) repeated string psn_id_list = 14;intrepeated string psn_id_list = 14;repeated string psn_id_list = 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
-
getPsnIdListList
repeated string psn_id_list = 14;- Returns:
- A list containing the psnIdList.
-
getPsnIdListCount
int getPsnIdListCount()repeated string psn_id_list = 14;- Returns:
- The count of psnIdList.
-
getPsnIdList
repeated string psn_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The psnIdList at the given index.
-
getPsnIdListBytes
com.google.protobuf.ByteString getPsnIdListBytes(int index) repeated string psn_id_list = 14;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the psnIdList at the given index.
-