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

    Modifier and Type
    Method
    Description
    / The parameterized string value describing he Step.
    com.google.protobuf.ByteString
    / The parameterized string value describing he Step.
    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
    / A collection of strings representing the parameters.
    / A collection of strings representing the parameters.
    / The actual string value describing he Step
    com.google.protobuf.ByteString
    / 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 Details

    • getStepValue

      String getStepValue()
       / The actual string value describing he Step
       
      string stepValue = 1;
      Returns:
      The stepValue.
    • getStepValueBytes

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

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

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

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

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

      String getParameters(int index)
       / A collection of strings representing the parameters.
       
      repeated string parameters = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The parameters at the given index.
    • getParametersBytes

      com.google.protobuf.ByteString getParametersBytes(int index)
       / A collection of strings representing the parameters.
       
      repeated string parameters = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the parameters at the given index.