Interface Messages.StepNameRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getStepValue()
      / Step text to lookup the Step.
      com.google.protobuf.ByteString getStepValueBytes()
      / Step text to lookup the 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 Detail

      • getStepValue

        String getStepValue()
        / Step text to lookup the Step.
         / This is the parsed step value, i.e. with placeholders for parameters.
         
        string stepValue = 1;
      • getStepValueBytes

        com.google.protobuf.ByteString getStepValueBytes()
        / Step text to lookup the Step.
         / This is the parsed step value, i.e. with placeholders for parameters.
         
        string stepValue = 1;