Interface Messages.StepNamesResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSteps​(int index)
      / Collection of strings corresponding to Step texts.
      com.google.protobuf.ByteString getStepsBytes​(int index)
      / Collection of strings corresponding to Step texts.
      int getStepsCount()
      / Collection of strings corresponding to Step texts.
      List<String> getStepsList()
      / Collection of strings corresponding to Step texts.
      • 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

      • getStepsList

        List<String> getStepsList()
        / Collection of strings corresponding to Step texts.
         
        repeated string steps = 1;
      • getStepsCount

        int getStepsCount()
        / Collection of strings corresponding to Step texts.
         
        repeated string steps = 1;
      • getSteps

        String getSteps​(int index)
        / Collection of strings corresponding to Step texts.
         
        repeated string steps = 1;
      • getStepsBytes

        com.google.protobuf.ByteString getStepsBytes​(int index)
        / Collection of strings corresponding to Step texts.
         
        repeated string steps = 1;