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