Package lgraph

Interface Lgraph.CallPluginRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.CallPluginRequest, Lgraph.CallPluginRequest.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.CallPluginRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getInProcess()
      optional bool in_process = 4;
      String getName()
      required string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      required string name = 1;
      com.google.protobuf.ByteString getParam()
      required bytes param = 2;
      double getTimeout()
      optional double timeout = 3;
      boolean hasInProcess()
      optional bool in_process = 4;
      boolean hasName()
      required string name = 1;
      boolean hasParam()
      required bytes param = 2;
      boolean hasTimeout()
      optional double timeout = 3;
      • 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 Detail

      • hasName

        boolean hasName()
        required string name = 1;
      • getName

        String getName()
        required string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        required string name = 1;
      • hasParam

        boolean hasParam()
        required bytes param = 2;
      • getParam

        com.google.protobuf.ByteString getParam()
        required bytes param = 2;
      • hasTimeout

        boolean hasTimeout()
        optional double timeout = 3;
      • getTimeout

        double getTimeout()
        optional double timeout = 3;
      • hasInProcess

        boolean hasInProcess()
        optional bool in_process = 4;
      • getInProcess

        boolean getInProcess()
        optional bool in_process = 4;