Interface SceneDataNotifyOuterClass.SceneDataNotifyOrBuilder

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

public static interface SceneDataNotifyOuterClass.SceneDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    repeated string level_config_name_list = 6;
    com.google.protobuf.ByteString
    repeated string level_config_name_list = 6;
    int
    repeated string level_config_name_list = 6;
    repeated string level_config_name_list = 6;
    int
    getSceneTagIdList(int index)
    repeated uint32 scene_tag_id_list = 3;
    int
    repeated uint32 scene_tag_id_list = 3;
    repeated uint32 scene_tag_id_list = 3;

    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

    • getSceneTagIdListList

      List<Integer> getSceneTagIdListList()
      repeated uint32 scene_tag_id_list = 3;
      Returns:
      A list containing the sceneTagIdList.
    • getSceneTagIdListCount

      int getSceneTagIdListCount()
      repeated uint32 scene_tag_id_list = 3;
      Returns:
      The count of sceneTagIdList.
    • getSceneTagIdList

      int getSceneTagIdList(int index)
      repeated uint32 scene_tag_id_list = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The sceneTagIdList at the given index.
    • getLevelConfigNameListList

      List<String> getLevelConfigNameListList()
      repeated string level_config_name_list = 6;
      Returns:
      A list containing the levelConfigNameList.
    • getLevelConfigNameListCount

      int getLevelConfigNameListCount()
      repeated string level_config_name_list = 6;
      Returns:
      The count of levelConfigNameList.
    • getLevelConfigNameList

      String getLevelConfigNameList(int index)
      repeated string level_config_name_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The levelConfigNameList at the given index.
    • getLevelConfigNameListBytes

      com.google.protobuf.ByteString getLevelConfigNameListBytes(int index)
      repeated string level_config_name_list = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the levelConfigNameList at the given index.