Interface Messages.StepNameResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    / File name in which the step implementation exists
    com.google.protobuf.ByteString
    / File name in which the step implementation exists
    boolean
    / Flag indicating if the given Step is an alias.
    boolean
    / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
    boolean
    / Flag indicating if there is a match for the given Step Text.
    / Range of step
    / Range of step
    getStepName(int index)
    / The Step name of the given step.
    com.google.protobuf.ByteString
    getStepNameBytes(int index)
    / The Step name of the given step.
    int
    / The Step name of the given step.
    / The Step name of the given step.
    boolean
    / Range of step

    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

    • getIsStepPresent

      boolean getIsStepPresent()
       / Flag indicating if there is a match for the given Step Text.
       
      bool isStepPresent = 1;
      Returns:
      The isStepPresent.
    • getStepNameList

      List<String> getStepNameList()
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Returns:
      A list containing the stepName.
    • getStepNameCount

      int getStepNameCount()
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Returns:
      The count of stepName.
    • getStepName

      String getStepName(int index)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The stepName at the given index.
    • getStepNameBytes

      com.google.protobuf.ByteString getStepNameBytes(int index)
       / The Step name of the given step.
       
      repeated string stepName = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the stepName at the given index.
    • getHasAlias

      boolean getHasAlias()
       / Flag indicating if the given Step is an alias.
       
      bool hasAlias = 3;
      Returns:
      The hasAlias.
    • getFileName

      String getFileName()
       / File name in which the step implementation exists
       
      string fileName = 4;
      Returns:
      The fileName.
    • getFileNameBytes

      com.google.protobuf.ByteString getFileNameBytes()
       / File name in which the step implementation exists
       
      string fileName = 4;
      Returns:
      The bytes for fileName.
    • hasSpan

      boolean hasSpan()
       / Range of step
       
      .gauge.messages.Span span = 5;
      Returns:
      Whether the span field is set.
    • getSpan

      Spec.Span getSpan()
       / Range of step
       
      .gauge.messages.Span span = 5;
      Returns:
      The span.
    • getSpanOrBuilder

      Spec.SpanOrBuilder getSpanOrBuilder()
       / Range of step
       
      .gauge.messages.Span span = 5;
    • getIsExternal

      boolean getIsExternal()
       / Flag indicating if the given Step defined in some external library and the source code can not be accessed.
       
      bool isExternal = 6;
      Returns:
      The isExternal.