Interface Expression.EmbeddedFunction.PythonPickleFunctionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes function = 1;
    getPrerequisite(int index)
    repeated string prerequisite = 2;
    com.google.protobuf.ByteString
    repeated string prerequisite = 2;
    int
    repeated string prerequisite = 2;
    repeated string prerequisite = 2;

    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

    • getFunction

      com.google.protobuf.ByteString getFunction()
      bytes function = 1;
      Returns:
      The function.
    • 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.