Interface Messages.ExecutionArgOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Messages.ExecutionArg, Messages.ExecutionArg.Builder
    Enclosing class:
    Messages

    public static interface Messages.ExecutionArgOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFlagName()
      / Holds the flag name passed from command line.
      com.google.protobuf.ByteString getFlagNameBytes()
      / Holds the flag name passed from command line.
      String getFlagValue​(int index)
      / Holds the flag value passed from command line.
      com.google.protobuf.ByteString getFlagValueBytes​(int index)
      / Holds the flag value passed from command line.
      int getFlagValueCount()
      / Holds the flag value passed from command line.
      List<String> getFlagValueList()
      / Holds the flag value passed from command line.
      • 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 Detail

      • getFlagName

        String getFlagName()
        / Holds the flag name passed from command line.
         
        string flagName = 1;
      • getFlagNameBytes

        com.google.protobuf.ByteString getFlagNameBytes()
        / Holds the flag name passed from command line.
         
        string flagName = 1;
      • getFlagValueList

        List<String> getFlagValueList()
        / Holds the flag value passed from command line.
         
        repeated string flagValue = 2;
      • getFlagValueCount

        int getFlagValueCount()
        / Holds the flag value passed from command line.
         
        repeated string flagValue = 2;
      • getFlagValue

        String getFlagValue​(int index)
        / Holds the flag value passed from command line.
         
        repeated string flagValue = 2;
      • getFlagValueBytes

        com.google.protobuf.ByteString getFlagValueBytes​(int index)
        / Holds the flag value passed from command line.
         
        repeated string flagValue = 2;