Interface Spec.ProtoStepValueOrBuilder

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

    public static interface Spec.ProtoStepValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getParameterizedStepValue()
      / The parameterized string value describing he Step.
      com.google.protobuf.ByteString getParameterizedStepValueBytes()
      / The parameterized string value describing he Step.
      String getParameters​(int index)
      / A collection of strings representing the parameters.
      com.google.protobuf.ByteString getParametersBytes​(int index)
      / A collection of strings representing the parameters.
      int getParametersCount()
      / A collection of strings representing the parameters.
      List<String> getParametersList()
      / A collection of strings representing the parameters.
      String getStepValue()
      / The actual string value describing he Step
      com.google.protobuf.ByteString getStepValueBytes()
      / The actual string value describing he 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()
        / The actual string value describing he Step
         
        string stepValue = 1;
      • getStepValueBytes

        com.google.protobuf.ByteString getStepValueBytes()
        / The actual string value describing he Step
         
        string stepValue = 1;
      • getParameterizedStepValue

        String getParameterizedStepValue()
        / The parameterized string value describing he Step. The parameters are replaced with placeholders.
         
        string parameterizedStepValue = 2;
      • getParameterizedStepValueBytes

        com.google.protobuf.ByteString getParameterizedStepValueBytes()
        / The parameterized string value describing he Step. The parameters are replaced with placeholders.
         
        string parameterizedStepValue = 2;
      • getParametersList

        List<String> getParametersList()
        / A collection of strings representing the parameters.
         
        repeated string parameters = 3;
      • getParametersCount

        int getParametersCount()
        / A collection of strings representing the parameters.
         
        repeated string parameters = 3;
      • getParameters

        String getParameters​(int index)
        / A collection of strings representing the parameters.
         
        repeated string parameters = 3;
      • getParametersBytes

        com.google.protobuf.ByteString getParametersBytes​(int index)
        / A collection of strings representing the parameters.
         
        repeated string parameters = 3;