Interface RegionSearchOuterClass.RegionSearchOrBuilder

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

public static interface RegionSearchOuterClass.RegionSearchOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_entered = 6;
    int
    uint32 progress = 5;
    int
    uint32 region_search_id = 1;
    .RegionSearchState state = 2;
    int
    .RegionSearchState state = 2;

    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

    • getStateValue

      int getStateValue()
      .RegionSearchState state = 2;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .RegionSearchState state = 2;
      Returns:
      The state.
    • getIsEntered

      boolean getIsEntered()
      bool is_entered = 6;
      Returns:
      The isEntered.
    • getProgress

      int getProgress()
      uint32 progress = 5;
      Returns:
      The progress.
    • getRegionSearchId

      int getRegionSearchId()
      uint32 region_search_id = 1;
      Returns:
      The regionSearchId.