Interface Messages.StepNamesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    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
    / Collection of strings corresponding to Step texts.
    / 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 Details

    • getStepsList

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

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

      String getSteps(int index)
       / Collection of strings corresponding to Step texts.
       
      repeated string steps = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The steps at the given index.
    • getStepsBytes

      com.google.protobuf.ByteString getStepsBytes(int index)
       / Collection of strings corresponding to Step texts.
       
      repeated string steps = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the steps at the given index.