Interface InputMessageOrBuilder

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

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

    Modifier and Type Method Description
    String getInputValue​(int index)
    repeated string inputValue = 1;
    com.google.protobuf.ByteString getInputValueBytes​(int index)
    repeated string inputValue = 1;
    int getInputValueCount()
    repeated string inputValue = 1;
    List<String> getInputValueList()
    repeated string inputValue = 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

    • getInputValueList

      List<String> getInputValueList()
      repeated string inputValue = 1;
      Returns:
      A list containing the inputValue.
    • getInputValueCount

      int getInputValueCount()
      repeated string inputValue = 1;
      Returns:
      The count of inputValue.
    • getInputValue

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

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