Interface GCGStartChallengeReqOuterClass.GCGStartChallengeReqOrBuilder

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

public static interface GCGStartChallengeReqOuterClass.GCGStartChallengeReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 config_id = 7;
    int
    uint32 level_id = 2;
    .GCGLevelType level_type = 12;
    int
    .GCGLevelType level_type = 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

    • getLevelTypeValue

      int getLevelTypeValue()
      .GCGLevelType level_type = 12;
      Returns:
      The enum numeric value on the wire for levelType.
    • getLevelType

      .GCGLevelType level_type = 12;
      Returns:
      The levelType.
    • getConfigId

      int getConfigId()
      uint32 config_id = 7;
      Returns:
      The configId.
    • getLevelId

      int getLevelId()
      uint32 level_id = 2;
      Returns:
      The levelId.