Interface OutputMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OutputMessage, OutputMessage.Builder

public interface OutputMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type Method Description
    String getOutputValue​(int index)
    repeated string outputValue = 1;
    com.google.protobuf.ByteString getOutputValueBytes​(int index)
    repeated string outputValue = 1;
    int getOutputValueCount()
    repeated string outputValue = 1;
    List<String> getOutputValueList()
    repeated string outputValue = 1;

    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

    • getOutputValueList

      List<String> getOutputValueList()
      repeated string outputValue = 1;
      Returns:
      A list containing the outputValue.
    • getOutputValueCount

      int getOutputValueCount()
      repeated string outputValue = 1;
      Returns:
      The count of outputValue.
    • getOutputValue

      String getOutputValue​(int index)
      repeated string outputValue = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The outputValue at the given index.
    • getOutputValueBytes

      com.google.protobuf.ByteString getOutputValueBytes​(int index)
      repeated string outputValue = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the outputValue at the given index.