Interface AbilityArgumentOuterClass.AbilityArgumentOrBuilder

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

public static interface AbilityArgumentOuterClass.AbilityArgumentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    float
    float float_arg = 7;
    int
    uint32 int_arg = 14;
    string str_arg = 9;
    com.google.protobuf.ByteString
    string str_arg = 9;
    boolean
    float float_arg = 7;
    boolean
    uint32 int_arg = 14;
    boolean
    string str_arg = 9;

    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

    • hasIntArg

      boolean hasIntArg()
      uint32 int_arg = 14;
      Returns:
      Whether the intArg field is set.
    • getIntArg

      int getIntArg()
      uint32 int_arg = 14;
      Returns:
      The intArg.
    • hasFloatArg

      boolean hasFloatArg()
      float float_arg = 7;
      Returns:
      Whether the floatArg field is set.
    • getFloatArg

      float getFloatArg()
      float float_arg = 7;
      Returns:
      The floatArg.
    • hasStrArg

      boolean hasStrArg()
      string str_arg = 9;
      Returns:
      Whether the strArg field is set.
    • getStrArg

      String getStrArg()
      string str_arg = 9;
      Returns:
      The strArg.
    • getStrArgBytes

      com.google.protobuf.ByteString getStrArgBytes()
      string str_arg = 9;
      Returns:
      The bytes for strArg.
    • getArgCase