Interface GameplayRecommendationSkillResponseOuterClass.GameplayRecommendationSkillResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GameplayRecommendationSkillResponseOuterClass.GameplayRecommendationSkillResponse, GameplayRecommendationSkillResponseOuterClass.GameplayRecommendationSkillResponse.Builder
Enclosing class:
GameplayRecommendationSkillResponseOuterClass

public static interface GameplayRecommendationSkillResponseOuterClass.GameplayRecommendationSkillResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 skill_depot_id = 11;
    int
    getSkillIdList(int index)
    repeated uint32 skill_id_list = 1;
    int
    repeated uint32 skill_id_list = 1;
    repeated uint32 skill_id_list = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSkillIdListList

      List<Integer> getSkillIdListList()
      repeated uint32 skill_id_list = 1;
      Returns:
      A list containing the skillIdList.
    • getSkillIdListCount

      int getSkillIdListCount()
      repeated uint32 skill_id_list = 1;
      Returns:
      The count of skillIdList.
    • getSkillIdList

      int getSkillIdList(int index)
      repeated uint32 skill_id_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The skillIdList at the given index.
    • getSkillDepotId

      int getSkillDepotId()
      uint32 skill_depot_id = 11;
      Returns:
      The skillDepotId.