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

    Modifier and Type
    Method
    Description
    / Step text to lookup the Step
    com.google.protobuf.ByteString
    / 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 Details

    • getStepValue

      String getStepValue()
       / Step text to lookup the Step.
       / This is the parsed step value, i.e. with placeholders for parameters.
       
      string stepValue = 1;
      Returns:
      The stepValue.
    • 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;
      Returns:
      The bytes for stepValue.