Interface GCGMsgClientPerformOuterClass.GCGMsgClientPerformOrBuilder

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

public static interface GCGMsgClientPerformOuterClass.GCGMsgClientPerformOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getParamList(int index)
    repeated uint32 param_list = 4;
    int
    repeated uint32 param_list = 4;
    repeated uint32 param_list = 4;
    .GCGClientPerformType perform_type = 1;
    int
    .GCGClientPerformType perform_type = 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

    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 4;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 4;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getPerformTypeValue

      int getPerformTypeValue()
      .GCGClientPerformType perform_type = 1;
      Returns:
      The enum numeric value on the wire for performType.
    • getPerformType

      .GCGClientPerformType perform_type = 1;
      Returns:
      The performType.