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

    Modifier and Type
    Method
    Description
    boolean
    / Flag to indicate if the current Scenario execution failed.
    / Name of the current Scenario being executed.
    com.google.protobuf.ByteString
    / Name of the current Scenario being executed.
    / Retries info
    / Retries info
    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
    / Tags relevant to the current Scenario execution.
    / Tags relevant to the current Scenario execution.
    boolean
    / Retries info

    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

    • getName

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

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

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

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

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

      String getTags(int index)
       / Tags relevant to the current Scenario execution.
       
      repeated string tags = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The tags at the given index.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes(int index)
       / Tags relevant to the current Scenario execution.
       
      repeated string tags = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the tags at the given index.
    • hasRetries

      boolean hasRetries()
       / Retries info
       
      .gauge.messages.ScenarioRetriesInfo retries = 4;
      Returns:
      Whether the retries field is set.
    • getRetries

       / Retries info
       
      .gauge.messages.ScenarioRetriesInfo retries = 4;
      Returns:
      The retries.
    • getRetriesOrBuilder

       / Retries info
       
      .gauge.messages.ScenarioRetriesInfo retries = 4;