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