Interface Expression.EmbeddedFunction.WebAssemblyFunctionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Expression.EmbeddedFunction.WebAssemblyFunction, Expression.EmbeddedFunction.WebAssemblyFunction.Builder
Enclosing class:
Expression.EmbeddedFunction

public static interface Expression.EmbeddedFunction.WebAssemblyFunctionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getPrerequisite(int index)
    repeated string prerequisite = 2;
    com.google.protobuf.ByteString
    repeated string prerequisite = 2;
    int
    repeated string prerequisite = 2;
    repeated string prerequisite = 2;
    com.google.protobuf.ByteString
    bytes script = 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

    • getScript

      com.google.protobuf.ByteString getScript()
      bytes script = 1;
      Returns:
      The script.
    • getPrerequisiteList

      List<String> getPrerequisiteList()
      repeated string prerequisite = 2;
      Returns:
      A list containing the prerequisite.
    • getPrerequisiteCount

      int getPrerequisiteCount()
      repeated string prerequisite = 2;
      Returns:
      The count of prerequisite.
    • getPrerequisite

      String getPrerequisite(int index)
      repeated string prerequisite = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The prerequisite at the given index.
    • getPrerequisiteBytes

      com.google.protobuf.ByteString getPrerequisiteBytes(int index)
      repeated string prerequisite = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the prerequisite at the given index.