Interface SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfoOrBuilder

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

public static interface SceneGalleryProgressInfoOuterClass.SceneGalleryProgressInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string key = 3;
    com.google.protobuf.ByteString
    string key = 3;
    int
    uint32 progress = 13;
    int
    repeated uint32 progress_stage_list = 7;
    int
    repeated uint32 progress_stage_list = 7;
    repeated uint32 progress_stage_list = 7;
    int
    uint32 ui_form = 12;

    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

    • getKey

      String getKey()
      string key = 3;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 3;
      Returns:
      The bytes for key.
    • getUiForm

      int getUiForm()
      uint32 ui_form = 12;
      Returns:
      The uiForm.
    • getProgressStageListList

      List<Integer> getProgressStageListList()
      repeated uint32 progress_stage_list = 7;
      Returns:
      A list containing the progressStageList.
    • getProgressStageListCount

      int getProgressStageListCount()
      repeated uint32 progress_stage_list = 7;
      Returns:
      The count of progressStageList.
    • getProgressStageList

      int getProgressStageList(int index)
      repeated uint32 progress_stage_list = 7;
      Parameters:
      index - The index of the element to return.
      Returns:
      The progressStageList at the given index.
    • getProgress

      int getProgress()
      uint32 progress = 13;
      Returns:
      The progress.