Interface Messages.ScenarioInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getIsFailed()
      / Flag to indicate if the current Scenario execution failed.
      String getName()
      / Name of the current Scenario being executed.
      com.google.protobuf.ByteString getNameBytes()
      / Name of the current Scenario being executed.
      String getTags​(int index)
      / Tags relevant to the current Scenario execution.
      com.google.protobuf.ByteString getTagsBytes​(int index)
      / Tags relevant to the current Scenario execution.
      int getTagsCount()
      / Tags relevant to the current Scenario execution.
      List<String> getTagsList()
      / Tags relevant to the current Scenario execution.
      • 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

      • getName

        String getName()
        / Name of the current Scenario being executed.
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        / Name of the current Scenario being executed.
         
        string name = 1;
      • getIsFailed

        boolean getIsFailed()
        / Flag to indicate if the current Scenario execution failed.
         
        bool isFailed = 2;
      • getTagsList

        List<String> getTagsList()
        / Tags relevant to the current Scenario execution.
         
        repeated string tags = 3;
      • getTagsCount

        int getTagsCount()
        / Tags relevant to the current Scenario execution.
         
        repeated string tags = 3;
      • getTags

        String getTags​(int index)
        / Tags relevant to the current Scenario execution.
         
        repeated string tags = 3;
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
        / Tags relevant to the current Scenario execution.
         
        repeated string tags = 3;